]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Stephan's patch
[lyx.git] / src / ChangeLog
1 2005-07-15    <lgb@tandberg.net>
2
3         * text.C (backspace): bug 806 for empty keepempty paragraphs we
4         change the layout to default before letting DEPM do its thing.
5
6         * paragraph_funcs.C (breakParagraph): dont reset the layout on
7         keepEmpty paragraphs
8
9         * text.C (setCursorFromCoordinates): add a debug statement
10
11         * text2.C (getColumnNearX): bug 1825 make sure that we don't
12         return a pos that is not on the row
13
14         * output_latex.C (TeXDeeper): get rid of potential dereferencing
15         of past the end iterator
16
17 2005-07-14  André Pönitz  <poenitz@gmx.net>
18
19         * undo.C (recordUndoFullBuffer): implement undo for
20   textclass switches
21
22 2005-07-14  André Pönitz  <poenitz@gmx.net>
23
24         * cursor.C (setSelection): open insets when selection is set there
25   to avoid crashs with cold coord cache
26
27 2005-07-14  André Pönitz  <poenitz@gmx.net>
28
29         * trans_mgr.C (insert): move cursor to the right after inserting
30   a char.
31
32 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
33
34         * BufferView_pimpl.C (update): dampen some of the debug blabbering
35         * factory.C (readInset): ditto
36         * text.C, text2.C: ditto
37
38 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
39
40         * buffer.C: format incremented to 242. There is no file format per
41         se, but the "frenchb" language has been removed from lib/language
42         and has to be translated to "french" by lyx2lyx.
43
44 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
45
46         * cursor_slice.h, dociterator.h: add some documentation
47         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
48
49 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
50
51         * text.C (leftMargin): do not add identation to display() style
52         insets, because they are always centered (bug 1293).
53
54 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
55
56         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
57         formatted_time methods in support/lyxtime.
58
59 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
60
61         * toc.[Ch]: new method getGuiName, which is used by the frontends 
62         to set the toc combo (fixes bug 1870). Make TOC string translatable.
63
64 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
65
66         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
67         StableDocIterator const &)
68         * undo.C (recordUndo): use the above instead of cell.size() comparison
69         (fixes bug 1808; instructed by André).
70
71 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
72
73         * cursor_slice.h: 
74         * dociterator.h: Fix the assert when copying rows/cols in math
75
76 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
77
78         * BufferView_pimpl.C:
79         * LyXAction.C:
80         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
81
82         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
83         (findInset): new functions, refactored from goto Inset that return 
84         the position of a certain inset without setting the buffer's cursor
85         (by Jean-Marc); 
86         (gotoInset): rewrite to call findInset and then set the cursor
87         (by Jean-Marc).
88
89 2005-06-16  Angus Leeming  <leeming@lyx.org>
90
91         * lyxrc.C (output, read): wrap all input and output of paths with
92         calls to os::internal_path and os::external_path, respectively.
93         (output): wrap bind_file inside quotes.
94
95         * format.C (view): enable the viewer to use the '$$s' placeholder.
96
97 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
98
99         * LColor.[Ch] (getFromLaTeXName): new
100
101 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
102
103         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
104
105 2005-06-14  Angus Leeming  <leeming@lyx.org>
106
107         * lyx_main.C (init): ensure that the LyX binary dir is the first
108         element in the PATH on non-POSIX builds.
109
110 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
111
112         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
113
114 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
115
116         * rowpainter.C (paintInset, paintHebrewComposeChar)
117         (paintArabicComposeChar, paintChars): add a LyXFont argument.
118         (paintChars): use getFontSpan to reduce calls to getFont to a
119         minimum; use Paragraph::lookupChange instead of isXXXText.
120         (paintForeignMark): rename LyXFont argument.
121         (paintFromPos): pass a LyXFont object to the various paintXXX
122         methods.
123
124         * FontIterator.C (FontIterator, operator++): use
125         Paragraph::getFontSpan
126
127         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
128         version that returns the font span as a pair.
129
130 2005-06-09  Angus Leeming  <leeming@lyx.org>
131
132         * converter.C (convert): Don't forget "outfile = real_outfile" as
133         the final step in a conversion where the input and output file names
134         are the same. Otherwise, future conversion steps won't work...
135
136 2005-06-09  Angus Leeming  <leeming@lyx.org>
137
138         * lyxsocket.C: remove stub code as it isn't needed by
139         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
140
141 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
142
143         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
144         effectively disabled -x
145
146 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
147
148         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
149         when it actually makes sense.
150
151 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
152
153         * BufferView_pimpl.C: revert to showCursor in connection with
154         Lars's front-end stack
155
156 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
157
158         * text.C (redoParagraph): move cursor right after a bibitem
159         has been inserted.
160
161         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
162
163 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
164
165         * buffer_funcs.C (bufferErrors): fix computation of the end of an
166         error range.
167
168 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
169
170         * BufferView.[Ch] (update):
171         * BufferView_pimpl.[Ch] (update, metrics):
172         * dimension.h (operator==):
173         * lyxfunc.C (dispatch):
174         * metricsinfo.h (ViewMetricsInfo):
175         * rowpainter.C (paintText):
176         * lyxtext.h:
177         * text.C (redoParagraph):
178         * text3.C (dispatch): Make LyX only repaint current paragraph in
179         case of character insert --> speedup. Also fix cursor draw
180         artifacts
181
182 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
183
184         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
185         avoid a crash (bug 1891)
186
187 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
188
189         Fix bug 1892:
190
191         * text2.C (getStringToIndex): constify cur argument.
192
193         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
194         argument has been given
195         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
196         try to invoke LFUN_INSET_APPLY).
197
198         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
199         if no inset was created by doInsertInset
200         (doInsertInset): return true if an inset has been inserted.
201
202 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
203
204         * vspace.C (asGUIName): new method. A version of the space
205         suitable for showing on screen.
206
207 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
208
209         * MenuBackend.C:
210         * lyxrc.C: rename "ASCII" to "Plain Text"
211
212 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
213
214         * buffer_funcs.C (expandLabel): take a Buffer as argument;
215         translate the labelstring.
216         (setCounter): translate labelstring as needed.
217
218         * output_docbook.C (makeCommand): fix expandLabel invokation
219
220 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
221
222         * BufferView.C: fix dialog title
223
224 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
225
226         * lyx_main.C (priv_exec): fix logic error with help from Angus
227         * lyx_main.C (parse_execute): set is_gui = false and remove now
228         obsolete comment about a segfault
229
230 2005-05-18  Angus Leeming  <leeming@lyx.org>
231
232         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
233
234 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
235
236         * tabular.[hC]: added setCellInset to fix tabular paste.
237
238 2005-05-11  Lars Gullik Bjonnes  <larsbj@gullik.net>
239
240         * buffer.C (save): check if destination is writable before trying
241         to copy a file
242
243 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
244
245         * BufferView_pimpl.C (update): fix processEvents -caused update
246         recursion bug
247
248 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
249
250         * buffer_funcs.C (setCounter): fix test for numbering of
251         environments.
252
253         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
254         depth correctly; use optional argument when it exists
255
256         * lyxtextclass.C: remove unused MaxCounterTags enum
257         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
258         (max_toclevel, min_toclevel): new methods.
259
260         * MenuBackend.C (expandToc2): fix case where depth is smaller than
261         the smallest depth in toc.
262
263         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
264         layouts that should not appear in a table of contents.
265
266 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
267
268         * cursor.h (undispatched, noUpdate): add comments from André
269
270 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
271
272         * lfuns.h:
273         * LyXAction.C:
274         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
275
276 2005-05-07  André Pönitz  <poenitz@gmx.net>
277
278         * cursor.[Ch] (leaveInset): new function
279
280 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
281
282         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
283
284 2005-05-04  Angus Leeming  <leeming@lyx.org>
285
286         * lyxfunc.C (getStatus): disable the spell checker dialog if
287         none of USE_[AIP]SPELL are defined.
288
289 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
290
291         * tabular.C (setWidthOfCell): remove obsolete comment
292
293 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
294
295         * paragraph.C (bibitem):
296         * buffer_funcs.C (setCounter):
297         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
298
299 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
300
301         * text3.C (getStatus): immediately return after setOnOff
302
303         * rowpainter.C: fix drawing of appendix start
304
305 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
306
307         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
308         SwitchBetweenClasses and remove the unused return value.
309         Handle character styles, too
310
311 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
312
313         * factory.C (createInset): handle undefined character styles
314
315 2005-05-02  Angus Leeming  <leeming@lyx.org>
316
317         * buffer.C: protect the #include of utime.h with a preprocessor
318         guard.
319
320 2005-05-02  Angus Leeming  <leeming@lyx.org>
321
322         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
323         function so that auto-saving works, albeit in a blocking manner.
324
325         * Makefile.am: make compilation of the client sub directory, of
326         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
327         on conditionals set at configure time.
328
329         * SpellBase.[Ch]: no longer an abstract base class. Instead,
330         it can be compiled in its own right but has no-op functionality.
331
332         * aspell.C, pspell.C: remove preprocessor guards. The files should
333         be compiled only if the necessary functionality exists.
334
335         * lyxserver.C, lyxsocket.C: disable on Windows.
336
337 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
338
339         * text.C (leftMargin): Fix the parindent use bug (1764)
340         by dirty trick
341
342 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
343
344         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
345         argument.
346
347 2005-04-25  Angus Leeming  <leeming@lyx.org>
348
349         * Bidi.[Ch]:
350         * coordcache.[Ch]:
351         * ispell.C:
352         * lyxserver.C:
353         * mover.C:
354         * pch.h:
355         include <config.h> in .C files, not .h ones.
356         add licence blurb.
357         protect headers inside preprocessor guards.
358
359 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
360
361         * FuncStatus.h (StatusCodes): document
362
363 2005-04-21  André Pönitz  <poenitz@gmx.net>
364
365         * FuncStatus.h (enabled, onoff): document
366
367 2005-04-19  Angus Leeming  <leeming@lyx.org>
368
369         * BufferView_pimpl.C (cursorToggle): no longer test whether
370         any child processes have been reaped before calling
371         handleCompletedProcesses().
372
373 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
374
375         * text3.C (dispatch): fix, finally fix, the language problem in
376         new lyxtexts, without disabling on-the-fly font changes (Helge's
377         bug report)
378
379 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
380
381         * text3.C (dispatch): set cursor on double/triple click events
382         (bug 1811)
383
384 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
385
386         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
387         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
388
389         * rowpainter.C (paintFirst): simplify the code a little bit. In
390         particular, remove the test for secnumdepth.
391         * text.C (setHeightOfRow): only allocate space for chapter number
392         when updateCounters provided an actual label, instead of looking
393         at secnumdepth directly.
394
395         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
396
397         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
398         paragraphs when secnumdepth is large enough or, for environments,
399         when they are not the first in a sequence.
400
401 2005-04-17  Angus Leeming  <leeming@lyx.org>
402
403         * buffer.C (makeLaTeXFile): replace code to manipulate a path
404         containing space and '~' characters with a call to latex_path().
405
406 2005-04-17  Angus Leeming  <leeming@lyx.org>
407
408         * converter.C (convert): protect all args of convertDefault.sh
409         script with quotes.
410
411 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
412
413         * text3.C (dispatch): change the layout to "Caption" after inserting
414         a float.
415
416 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
417
418         * text3.C (dispatch): fix language problem in newly created
419         textinsets (and main text) in non-english docs
420
421 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
422
423         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
424         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
425         * text3.C (getStatus): disable LFUN_INSET_MODIFY
426
427 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
428
429         * lyxtext.h:
430         * text.C (metrics):
431         * text2.C (getFont):
432         * rowpainter.C (getFont): Fix metrics bug introduced by inset
433         fonts fix
434
435 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
436
437         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
438         output of \item arguments without trailing text.
439
440 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
441
442         * FontIterator.C (operator*): avoid a copy of the font.
443
444 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
445
446         * rowpainter.C (getFont): fix language bug from previous fix
447
448 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
449
450         * rowpainter.C (RowPainter, getFont): fix font inside inset
451         (bugs 1766, 1809)
452
453 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
454
455         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
456         preventing inserted font, deco, delim insets jumping to start of
457         surrounding inset.
458
459 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
460
461         * lyxfunc.C (dispatch): translate message before sending it to the
462         minibuffer.
463
464 2005-03-29  Angus Leeming  <leeming@lyx.org>
465
466         * lyx_main.C (priv_exec): call os::internal_path on each file passed
467         to LyX on the command line.
468
469 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
470
471         * vc-backend.C: use QuoteName to protect file names wherever
472         necessary.
473
474 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
475
476         * buffer.[Ch]:
477         * BranchList.h: fix bugs 1844,1845: document settings don't
478         stick
479
480 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
481
482         * lyxrc.C (setDefaults, read, output, getDescription): add support
483         for tex_allows_spaces.
484
485         * exporter.C (Export): allows files in directory containing spaces
486         if tex_allows_spaces is true.
487
488         * buffer.C (makeLaTeXFile): if the document path contains spaces,
489         output it in double quotes.
490
491 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
492
493         * rowpainter.C: use default text height for drawing change tracker
494         strikeout lines.
495
496 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
497
498         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
499
500 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
501
502         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
503         directory is missing.
504
505 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
506
507         * text2.C: fixed the fix, extended to other case.
508
509 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
510
511         * text2.C: fix for cursor up/down stuck in math [bug 1792]
512
513 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
514
515         * text2.C (cursorUp): get rid of a crash
516         * text.C (x2pos): add an assert
517
518 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
519
520         * lyxfunc.C (getStatus): fix warning when assertions are disabled
521
522         * text3.C:
523         * lyxfunc.C:
524         * dociterator.C: include <boost/current_function.hpp>, which is
525         needed when assertions are disabled.
526
527 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
528
529         * text2.C: fix for stuck cursor when traversing two
530         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
531
532 2005-02-25  Andreas Vox  <avox@arcor.de>
533
534         * output_docbook.C (makeParagraph): suppress trailing newline
535         after a run of paragraphs
536
537 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
538
539         * paragraph.C: fix for confused change tracker when pasting
540         text that begins with a lineseparator. [bug 1827]
541         (setChange(0, Change::INSERTED);)
542
543         * paragraph_funcs.C: fix for lost changes on triple-paste
544         in change tracking mode [bug 1827] (par.setChange()).
545
546 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
547
548         * text2.C (updateCounters, setCounter, expandLabel): move to
549         buffer_funcs.
550
551         * buffer_funcs.C (updateCounters): turn into a free standing
552         function and add a buffer parameter. Remove dead code for tracking
553         labelstring change.
554         (setCounter): change into a free-standing function which gets a
555         dociterator as argument. Use this iterator to fix captions in a
556         simple way. When no float is found above the caption, use the
557         labelstring of the caption layout as default.
558
559         * text.C (breakParagraph, backspace):
560         * text2.C (init, setLayout, changeDepth):
561         * text3.C (dispatch):
562         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
563         updateCounters.
564
565         * dociterator.C (forwardPar): make it much faster by calling
566         forwardPos() only when really necessary.
567
568         * output_docbook.C (makeCommand): adapt to expandLabel move.
569
570         * cursor.C: remove unused variable
571
572 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
573
574         * paragraph_funcs.C: fix crash when pasting insets in change
575         tracking mode [bug 1277] (honour change type in moveItem).
576
577 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
578
579         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
580
581 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
582
583         * BufferView.C (setCursor): change to use a DocIterator.
584         (gotoLabel): use BufferView::setCursor (other part of bug 781).
585         (putSelectionAt): adapt to BufferView::setCursor change.
586
587         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
588         moved here from LyXText and rewritten to use proper cursor
589         methods. Fixes bug 1787, 616 and 835.
590
591         * BufferView_pimpl.C (restorePosition): set the cursor correctly
592         when inside an inset (part of bug 781).
593         (dispatch): adapt to change of BufferView::setCursor.
594         (getStatus, dispatch): handle LFUN_GOTOERROR,
595         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
596
597         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
598         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
599         * text3.C (gotoNextInset, gotoInset): removed.
600
601 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
602
603         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
604
605 2005-02-15  Angus Leeming  <leeming@lyx.org>
606
607         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
608         can be used meaningfully in a comparison.
609
610 2005-02-13  André Pönitz  <poenitz@gmx.net>
611
612         * bufferview_funcs.C (coordOffset): improve cursor drawing
613
614 2005-02-13  André Pönitz  <poenitz@gmx.net>
615
616         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
617         * Cursor.C (dispatch): use fixIfBroken
618         * lyxfunc.C (getStatus): use fixIfBroken
619
620 2005-02-15  Angus Leeming  <leeming@lyx.org>
621
622         * lyx_main.C (error_handler):
623         * lyxfunc.C:
624         * lyxrc.C (setDefaults):
625         s/GetEnv/getEnv/.
626         #include "environment.h".
627
628         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
629
630 2005-02-15  Angus Leeming  <leeming@lyx.org>
631
632         * lyxserver.C (startPipe): squash MSVC warning "local variable
633         'fd' used without having been initialized".
634
635 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
636
637         * BufferView_pimpl.C: revert accidental commit.
638
639 2005-02-14  André Pönitz  <poenitz@gmx.net>
640
641         * dociterator.[Ch]: new member forwardPosNoDescent(),
642         which doesn't enter nested insets.
643         * text2.C (setFont): use forwardPosNoDescent() instead
644         of ForwardPos() (fixes crash on font change).
645
646 2005-02-13  Angus Leeming  <leeming@lyx.org>
647
648         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
649         only if lyxrc.path_prefix is not empty.
650
651 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
652
653         * bufferparams.C (readGraphicsDriver): prevent crash
654
655 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
656
657         * text2.C (setCounter): check for inInset() == 0
658
659 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
660
661         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
662         but use update() to get correct screen display; use convert
663         instead of istringstream.
664         (getStatus): handle LFUN_GOTO_PARAGRAPH
665
666         * lyxfunc.C (dispatch, getStatus): do not handle
667         LFUN_GOTO_PARAGRAPH here.
668
669 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
670
671         * text3.C (dispatch): size() -> depth()
672
673         * text2.C: remove some debug output
674
675         * paragraph.C: ws changes only
676
677         * lyxfunc.C (getStatus): size() -> depth()
678
679         * dociterator.h (clear, push_back, pop_back, internalData,
680         operator[], resize, empty): new functions
681         Make StableDocIterator and operator== be friends. Don't inherit
682         from std::vector use a privat class variable slices_ instead.
683         Modify to fit.
684
685         * dociterator.C: update because of not inheriting from std::vector
686         anymore. Call explictly to slices_ instead. Use depth() instead of
687         size() and top() instead of back()
688
689         * cursor.C: chagne size() -> depth and back() -> top(). Also
690         remove some direct operator[](i) calls in favour of foo[i]
691         (getFont): remove some dead code
692
693         * bufferview_funcs.C (coordOffset): size() -> depth()
694
695         * buffer.C: ws changes only
696
697         * CutAndPaste.C (eraseSelection): back() -> top()
698
699         * BufferView_pimpl.C (selectionRequested): back() -> top()
700
701         * BufferView.C (setCursor): size() -> depth()
702
703 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
704
705         * text3.C (cursorPrevious): return true if depm changed something
706         (cursorNext): ditto
707         (dispatch): rename sl to oldTopSlice, remove moving use the new
708         NoUpdate func attrib instead. Make sure that needsUpdate is set
709         for function that have NoUpdate, but where depm might have changed
710         the buffer anyway.
711
712         * text2.C (cursorLeft): make us return true if depm changed
713         something
714         (cursorRight): ditto
715         (cursorUpParagraph): ditto
716         (curosrDownParagraph): ditto
717         (cursorUp, cursorDown): ditto, make sure to read comments in code
718         (deleteEmptyParagraphMechanism): remove an assert, also return
719         true if just a single char was deleted.
720
721         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
722         cursor that we modify, to avoid modifying an active cursor before
723         we call setCursor. This allows depm to run. Also return true if
724         depm deleted something.
725
726         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
727         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
728         cursorDownParagraph, cursorPrevious and cursorNext, return true if
729         something was changed in the buffer because of them (ie. depm run)
730
731         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
732         debug messages. Make update by default be false. Make sure that
733         the result of update is retained throught several calls down to
734         dispatch.
735
736         * LyXAction.h: add a new func_attrib: NoUpdate
737
738         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
739         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
740         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
741         and LFUN_WORDLEFT
742         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
743
744 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
745
746         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
747         bv_->owner(), bv_->buffer() by direct references to the private
748         members.
749         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
750         (getStatus): isSavedPosition() is in BufferView::Pimpl.
751         (fitCursor): center() is in BufferView::Pimpl.
752         (getStatus, trackChanges, dispatch): no need for a temporary buf
753         variable
754         (fitCursor, workAreaDispatch): use workarea().workheight()
755
756 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
757
758         * CutAndPaste.C (pasteSelectionHelper): fix a crash
759
760 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
761
762         * buffer.C: format up to 241.
763         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
764         break if pasting into ERT
765         * lyxfunc.C (getStatus): suppress mathpanel and
766         LFUN_DIALOG_SHOW_NEW_INSET in ERT
767
768 2005-02-01  Angus Leeming  <leeming@lyx.org>
769
770         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
771
772 2005-02-01  Angus Leeming  <leeming@lyx.org>
773
774         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
775         calling fs::is_directory().
776
777 2005-01-31  Angus Leeming  <leeming@lyx.org>
778
779         * lyx_main.C (priv_exec): specify explicitly the relative location
780         of the top level build directory when run in-place.
781
782 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
783
784         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
785         LyXText containing the cursor, not the top-level one.
786
787         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
788         true.
789         (insertStringAsLines): rename par to pit; use temporary variable
790         par to hold a Paragraph; do not store par.layout() in a variable,
791         since the pointer may die when breaking paragraphs; pass pars to
792         breakParagraph() instead of Buffer::paragraphs().
793
794 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
795
796         * lyxlex_pimpl.h: #include <fstream>.
797
798         * BufferView.[Ch] (getLyXText): add a const version.
799
800         * BufferView_pimpl.C: add debug aids.
801
802         * RowList_fwd.h:
803         * buffer.h:
804         * lyxrow.h:
805         * paragraph_funcs.h: add commentary explaining what the class does.
806
807
808         * coordcache.[Ch]: add lots of commentary.
809         (startUpdating, doneUpdating): debug aids.
810         (arrays, insets, parPos, getParPos): accessors to private data.
811
812         * cursor_slice.[Ch] (text): add a const version.
813         * dociterator.[Ch] (text, innerText): add const versions.
814
815         * lyxtext.h (breakParagraph): change the keep_layout arg to a
816         bool.
817
818         * paragraph.C (getRow, pos2ros): add asserts.
819
820         * paragraph.h: add commentary. Lots of.
821
822         * paragraph.[Ch] (metrucs, draw): removed.
823
824         * cursor.C:
825         * rowpainter.[Ch]: const-correct changes.
826
827         * text.C: various obvious clean-ups. Removal of ancient cruft.
828         Bug fixes, even.
829
830 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
831
832         * vc-backend.C (find_file): rewrite to use boost.filesystem
833         (scanMaster): ditto
834
835         * main.C (main): set default name check for boost.filesystem to
836         no check
837
838         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
839         (open): ditto
840         (doImport): ditto
841         (actOnUpdatedPrefs): ditto
842
843         * lyx_main.C (init): rewrite to use boost.filesystem
844         (queryUserLyXDir): ditto
845
846         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
847         (getContentsOfAsciiFile): ditto
848
849         * lastfiles.C (readFile): rewrite to use boost.filesystem
850
851         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
852
853         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
854         (loadLyXFile): ditto
855
856         * buffer.C (Buffer): adjust for destroydir
857         (getLogName): rewrite to use boost.filesystem
858         (setFileName): ditto
859         (save): use fs::copy_file (from fs_extras)
860
861         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
862
863         * LaTeX.C (run): rewrite to use boost.filesystem
864         (scanAuxFiles): ditto
865         (handleFoundFile): ditto
866
867 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
868
869         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
870
871         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
872
873 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
874
875         * lyxlayout.[Ch]: change some vars from float to double
876
877         * buffer.C (readFile): make a local var const
878
879         * Several files: use convert<> instead of atoi,strToXXX and friends
880
881 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
882
883         * LaTeXFeatures.[Ch]: Add a static list packages_ that
884         holds the contents of packages.lst. New functions getAvailable
885         and isAvailable to parse and check that list, resp.
886
887         * LyXAction.C:
888         * lfuns.h:
889         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
890
891         * bufferparams.[Ch]: new param output_changes.
892
893         * Buffer.C: increase file format to 240.
894         Use output_changes and isVailable.
895
896         * changes.[Ch]:
897         * paragraph.C:
898         * paragraph_pimpl.C: Use output_changes and isVailable.
899
900 2005-01-23  Angus Leeming  <leeming@lyx.org>
901
902         * output_latex.C: #include "insetbibitem.h", rather than
903         forward declare function bibitemWidest.
904
905 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
906
907         * lyx_main.C (init): make it compile on the Mac.
908
909 2005-01-20  Angus Leeming  <leeming@lyx.org>
910
911         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
912         (setLyXMisc): (char string literal) != (char string literal) is
913         performing a comparison on the addresses. Convert one operand
914         explicitly to string to guarantee expected behaviour.
915         From MSVC warning.
916
917 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
918
919         * buffer.C:
920         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
921
922         * output_plaintext.C: remove unneeded #include gzstream.h.
923
924 2005-01-20  Angus Leeming  <leeming@lyx.org>
925
926         * SpellBase.h: rename some of the elements of the Result enum.
927
928         * aspell_local.h:
929         * ispell.h:
930         * pspell.h:
931         * aspell.C (check):
932         * ispell.C (check):
933         * pspell.C (check): ditto
934
935 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
936
937         * buffer.C: add #include <fstream>.
938
939         * lyx_main.C (init): Compile fix.
940
941         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
942
943 2005-01-20  Angus Leeming  <leeming@lyx.org>
944
945         * mover.h: change commentary to reflect the changed meaning of
946         the $$s placeholder.
947
948 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
949
950         * output_linuxdoc.C (linuxdocParagraphs): silence warning
951
952         * lyxfind.C (MatchString::operator()): remove bogus semicolon
953
954 2005-01-20  Angus Leeming  <leeming@lyx.org>
955
956         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
957         printing diagnostic data by not dereferecing an iterator past the
958         end.
959
960 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
961
962         * buffer.C (readHeader): use "&&" rather than "and".
963
964         * lyxserver.h (inPipeName, outPipeName): make these const.
965
966 2005-01-19  Angus Leeming  <leeming@lyx.org>
967
968         * lyx_main.C (error_handler, init): protect SIGHUP with
969         #ifdef SIGHUP guards.
970
971 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
972
973         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
974
975 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
976
977         * text.C (setHeightOfRow): add a margin at the top and bottom of
978         the document (bug 1761)
979
980 2005-01-17  Angus Leeming  <leeming@lyx.org>
981
982         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
983         with "python ". Workaround for a brain-dead Windows.
984
985 2005-01-16  Angus Leeming  <leeming@lyx.org>
986
987         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
988         for MacOSX and Windows to use prependEnvPath.
989         Strip out the hard-coded block to add elements to the PATH for
990         MacOSX and replace it with a call to prependEnvPath using the
991         contents of LyXRC::path_prefix.
992         (queryUserLyXDir): strip out the code to run reconfigure, instead
993         returning a boolean indicating the necessity to do so.
994         (reconfigureUserLyXDir): contains the code to reconfigure the
995         user support directory. Is now called after the various LyXRC data
996         files have been read.
997
998         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
999
1000 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1001
1002         * converter.[Ch] (convert): take a new parameter try_default. Use
1003         a default converter (imagemagick) if try_default is true.
1004
1005 2005-01-13  Angus Leeming  <leeming@lyx.org>
1006
1007         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1008         os::cygwin_path_fix.
1009         (write): output LyXRC::cygwin_path_fix as necessary.
1010
1011 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1012
1013         * lyxrc.h:
1014         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1015
1016 2005-01-12  Angus Leeming  <leeming@lyx.org>
1017
1018         * lyx_main.C (init): set the PATH variable to include the
1019         directory containing the LyX binary when running on Mac or Windows.
1020
1021 2005-01-12  Angus Leeming  <leeming@lyx.org>
1022
1023         * lyx_main.C (init): remove cruft that purports to set the locale
1024         dir. It doesn't and is not needed anyway.
1025
1026 2005-01-10  Angus Leeming  <leeming@lyx.org>
1027
1028         * Makefile.am: remove the lyx_main.C special casing.
1029
1030         * BufferView_pimpl.C:
1031         * bufferlist.C:
1032         * exporter.C:
1033         * lyx_cb.C:
1034         * lyx_main.C:
1035         * lyxfunc.C:
1036         * messages.C: use support/package.h to provide the paths to the
1037         various directories used by LyX.
1038
1039 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1040
1041         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1042         layout if pasting into an empty paragraph)
1043
1044 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1045
1046         * tex-accent.C: add <string>
1047
1048 2005-01-06  José Matos  <jamatos@lyx.org>
1049
1050         * ParagraphParameters.C (write): put every parameter in its own line.
1051         * paragraph.C (write): reduce number of consecutive empty lines exported.
1052         * buffer.C (LYX_FORMAT): increase file format to 239.
1053
1054 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1055
1056         * everywhere: change support/tostr.h -> support/convert.h
1057
1058         * tabular.C: make all write_attributes templates, tostr -> convert
1059
1060         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1061         (emptyTag): and -> &&, and fix type for ret from getChar
1062         (getFirstWord): fix type for ret from getChar
1063         (onlyText): and -> &&
1064         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1065         getChar
1066
1067         * toc.C (goTo, action):
1068         * text3.C (dispatch):
1069         * text.C (currentState):
1070         * tex-accent.C (DoAccent):
1071         * sgml.C:
1072         * lyxrc.C:
1073         * lyxfunc.C (menuNew):
1074         * lyxfinc.C (replace):
1075         * counters.C (laberItem):
1076         * bufferview_funcs.C (font2string):
1077         * bufferparams.C (writeFile):
1078         * buffer.C (readFile):
1079         * Spacing.C (set):
1080         * MenuBackend.C: tostr -> convert
1081
1082         * LaTeX.C (runMessage): fix format
1083         (scanAuxFiles): tostr -> convert
1084
1085         * BufferView_pimpl.C (savePosition): fix format
1086         (restorePosition): ditto
1087         (dispatch): ditto
1088
1089 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1090
1091         * Spacing.[Ch]: New method getValueAsString().
1092
1093         * Spacing.[Ch]:
1094         * bufferparams.C:
1095         * ParagraphParameters.C:
1096         * lyxlayout.C:
1097         * text.C:
1098         * text3.C: store/read spacing value as string.
1099
1100         * rowpainter.C: change float value (spacing_val) to double.
1101
1102         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1103         broken custom document spacing).
1104
1105 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1106
1107         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1108         namespace, also more use of temp references and const
1109
1110         * cursor.[Ch] (getStatus): move to lyxfunc.C
1111
1112         * bufferparams.C: reformat slightly
1113
1114         * bufferview_funcs.C (font2string): constify arg
1115
1116         * changes.C:
1117         * converter.C:
1118         * counters.C:
1119         * bufferlist.C:
1120         * buffer_funcs.C: (many funcs): constify arg on function
1121         definitions, also make more local vars const, also add ASSERTS on
1122         pointer args.
1123
1124         * buffer.C (LYX_FORMAT): put const in correct place
1125         (many funcs): constify arg on function definitions, also make
1126         more local vars const
1127
1128         * aspell_local.h: remove "struct" from typdef setup
1129
1130         * aspell.C (check): make word_ok const
1131         (nextMiss): simplify slightly
1132         (error): ditto
1133
1134 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1135
1136         * lyxrc.[Ch]: store all float values as strings.
1137         use int (not float) for lyxrc.dpi.
1138
1139 2005-01-04  Angus Leeming  <leeming@lyx.org>
1140
1141         * lyx_cb.C (Reconfigure):
1142         * lyx_main.C (queryUserLyXDir):
1143         to run the <system_lyxdir>/configure correctly on Windows, prefix
1144         the path to the script with "sh " when generating the string that
1145         is passed to system().
1146
1147 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1148
1149         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1150
1151 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1152
1153         * lyxlength.C (asLatexString): get rid of setprecision
1154
1155 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1156
1157         * text2.C (setLayout): remove unused variable endpit.
1158         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1159
1160         * paragraph.C (onlyText): remove unused variable style.
1161
1162         * cursor.C (bruteFind): remove unused variables beg and end.
1163
1164         * Makefile.am (dist_noinset_DATA): not needed anymore
1165
1166         * cheaders/*: remove.
1167
1168 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1169
1170         * text3.C: fix LFUN_MATH_MODE.
1171
1172 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1173
1174         * buffer_funcs.C (countWords): new function. Counts words between
1175         two iterators.
1176
1177         * BufferView_pimpl.C (getStatus, dispatch): handle
1178         LFUN_WORDS_COUNT.
1179
1180         * LyXAction.C (init):
1181         * lfuns.h: add LFUN_WORDS_COUNT.
1182
1183 2004-12-19  Angus Leeming  <leeming@lyx.org>
1184
1185         * buffer.C (save): s/slashify_path/internal_path/.
1186
1187 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1188
1189         * lyxfind.C (findChange): do not search for end of pars, because
1190         the change tracker cannot handle this (fixes bug 1719).
1191
1192 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1193
1194         * paragraph.[Ch] (autoBreakRows): remove
1195
1196         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1197
1198         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1199         avoid using the paragraph one
1200
1201         * text2.C (LyXText, insertStringAsLines): adjust
1202
1203 2004-12-16  Angus Leeming  <leeming@lyx.org>
1204
1205         * bufferlist.C:
1206         * lyx_main.C:
1207         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1208
1209 2004-12-14  Angus Leeming  <leeming@lyx.org>
1210
1211         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1212
1213         * bufferlist.C (emergencyWrite):
1214         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1215         GetEnvPath("HOME").
1216
1217 2004-12-14  Angus Leeming  <leeming@lyx.org>
1218
1219         * main.C: (main): no longer pass pointers to os::init.
1220
1221 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1222
1223         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1224         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1225
1226 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1227
1228         * lyxfunc.C:
1229         * text3.C: remove selection_possible global flag
1230
1231 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1232
1233         * text2.C (getSelectionSpan): remove
1234         (changeDepth, changeDepthAllowed): adjust
1235
1236 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1237
1238         * Makefile.am (BOOST_LIBS): use boost variables
1239
1240 2004-12-03  José Matos  <jamatos@lyx.org>
1241
1242         * buffer.C: format up to 238.
1243
1244 2004-12-03  José Matos  <jamatos@lyx.org>
1245
1246         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1247
1248 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
1249
1250         * cursor.C (goUpDown): remove call to idxUpDown2
1251
1252 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1253
1254         * tabular.[Ch]: use size_t-like types for cell, row and column
1255         indices
1256
1257 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1258
1259         * lyxfunc.C (getStatus): do not lose previous information when
1260         calling BufferView::getStatus; do not set a default "Command
1261         disabled" message at the beginning, but just before returning.
1262
1263 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1264
1265         * cursor.h (getStatus): add better comment from src/cursor.C
1266
1267 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1268
1269         * text3.C (getStatus): return false when the lfun is not handled
1270
1271 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1272
1273         * broken_headers.h: remove
1274
1275         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1276
1277 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1278
1279         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1280         offset_ref accessors
1281
1282         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1283         top_y_, merge fitcursor with update
1284         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1285         coord scheme
1286         (metrics): introduce
1287         (workAreaDispatch): adapt to new coord scheme
1288         (redoCurrentBuffer): remove
1289
1290         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1291
1292         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1293         CurStatus enum.
1294
1295         * coordcache.[Ch]: add paragraph cache and helpers
1296
1297         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1298         adjust everywhere
1299
1300         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1301         (targetX, setTargetX): introduce
1302
1303         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1304         baseline -> ascent, as the rest of lyx
1305
1306         * lyxtext.h: remove redoParagraphs, updateParPositions,
1307         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1308         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1309         have ascent/descent (ascent is ascent of first par)
1310
1311         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1312         step of BufferView
1313
1314         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1315
1316         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1317
1318         * pariterator.C: fix infinite loop introduced in par->pit renaming
1319
1320         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1321         in insets and LyXText, draw two off-screen paragraphs using
1322         NullPainter, and adapt to new coord scheme
1323
1324         * text.C:
1325         * text2.C:
1326         * text3.C: adapt lfun handlers to the new coord scheme, which
1327         means: there's only guaranteed coord information for onscreen pars
1328         plus one above and one below. This implies that one can do search
1329         from y coordinates in the range [-1,workHeight]
1330
1331 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1332
1333         * rename a lot of InsetOld to InsetBase
1334
1335 2004-11-25  Angus Leeming  <leeming@lyx.org>
1336
1337         * BufferView_pimpl.C:
1338         * lyx_cb.C:
1339         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1340
1341 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1342
1343         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1344         call BufferView::getStatus if LCursor::getStatus did nothing
1345         (setStatusMessage, getStatusMessage): removed.
1346
1347         * FuncStatus.C (message): new methods. Used to provide an error
1348         message indicating why a command is disabled.
1349         (clear, |=, FuncStatus): update for message.
1350
1351 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1352
1353         * lyxfunc.C (dispatch): always call sendDispatchMessage
1354
1355 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1356
1357         * BufferView.C:
1358         * BufferView_pimpl.C:
1359         * CutAndPaste.C:
1360         * FontIterator.C:
1361         * buffer.C:
1362         * cursor.C:
1363         * cursor_slice.[Ch]:
1364         * dociterator.[Ch]:
1365         * lyxfind.C:
1366         * paragraph_funcs.C:
1367         * pariterator.C:
1368         * rowpainter.C:
1369         * text.C:
1370         * text2.C:
1371         * text3.C:
1372         * undo.C: par->pit renaming
1373
1374 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1375
1376         * tabular.C (cellstruct): use initialization, store a shared_ptr
1377         to insettext instead of the insettext directly, adjust to fit.
1378         (operator=):  new function
1379         (swap): new function
1380         (rowstruct): use initialization
1381         (columnstruct): use initialization
1382         (ltType): use initialization
1383
1384
1385         * lyxlength.h (swap): new function
1386
1387         * LColor.[Ch] (operator=): use the common semantics
1388
1389 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1390
1391         * lyxfind.C (findNextChange): update the bufferview after setting
1392         the selection.
1393
1394 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1395
1396         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1397         number of InsetOptArgs has already been inserted.
1398
1399         * output_latex.C (latexOptArgInsets): new method. This outputs all
1400         the optarg insets, up to the limit defined in the layout file.
1401         (optArgInset): removed
1402         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1403
1404 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1405
1406         * paragraph.C (isLetter): remove special spellchecker-related
1407         code; return true also for digits
1408         (isWord, isKomma): remove
1409
1410         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1411         * lyxfind.C (MatchString()): use isLetter instead of isWord
1412
1413 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1414
1415         * pariterator.h (operatir=): comment out un-implemented member
1416         function.
1417
1418         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1419         static cast.
1420
1421 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1422
1423         * lyxfont.h: include LColor.h to satisfy concept checks.
1424
1425 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1426
1427         * pariterator.h: add typdefs for value_type, difference_type,
1428         pointer and reference to satisfy concept checks. Also add default
1429         constructor for same reason.
1430
1431         * pariterator.C (operator++): add post-increment operator to
1432         satisfy concept checks.
1433
1434         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1435         checks.
1436
1437         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1438
1439         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1440         checks. Also rename base_type to BaseType to follow naming
1441         standard better.
1442
1443         * FloatList.h: include Floating.h to satisfy concept checks.
1444
1445 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1446
1447         * lyxfunc.C (getStatus): when the origin of the request is menu or
1448         toolbar, and the LyXView does not have focus, do as if there was
1449         no buffer (bug 1720)
1450
1451         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1452         FuncRequest to individual entries of LFUN_SEQUENCE
1453
1454 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1455
1456         * output_latex.C (TeXOnePar): override runparams.moving_arg
1457         according to the needprotect value of the current paragraph (bug
1458         1739)
1459
1460         * paragraph.C (simpleTeXOnePar): no need to override
1461         runparams.moving_args here
1462
1463 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1464
1465         * vspace.C: fix off-by-one-error, related to fix #1682
1466
1467 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1468
1469         * lengthcommon.C: a more general fix for bug 1682
1470
1471 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1472
1473         * text.C (backspace): fix crash
1474
1475 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1476
1477         * format.[Ch] (getFormatFromFile): new method
1478         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1479
1480 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1481
1482         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1483
1484 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1485
1486         * lyxfunc.C (dispatch): remove the verbose argument
1487         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1488         instead
1489
1490         * kbmap.C (defkey): set the origin of func to KEYBOARD
1491
1492         * MenuBackend.C (MenuItem):
1493         * ToolbarBackend.C (add): set the origin of func to UI
1494
1495         * funcrequest.[Ch]: add origin member, which indicates which part
1496         of LyX requests an action
1497
1498 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1499
1500         * converter.C (move): don't lie in the error message
1501         * converter.h (isReachable, move): document
1502
1503 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1504
1505         * buffer.C: remove unused using lyx::support::atoi
1506         * paragraph_funcs.C: ditto
1507
1508 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1509
1510         * bufferlist.C (exists): use bind and equal_to instead of
1511         compare_memfun
1512         (getBuffer): ditto
1513         * lyxtextclasslist.C (NumberOfClass): ditto
1514
1515         * cursor.C (insert): use for_each instead of explicit for loop
1516
1517         * bufferlist.C (getFileNames): use std::transform and
1518         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1519
1520         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1521         for loop
1522
1523         * buffer.C (changeLanguage): use for_each instead of explicit for
1524         loop
1525         (hasParWithID): implement using getParFromID
1526
1527         * LaTeXFeatures.C: ws change only
1528
1529         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1530         to cleanup a bit.
1531
1532         * BufferView_pimpl.C (trackChanges): use for_each instead of
1533         expilicit for loop
1534
1535 2004-11-04  André Pönitz  <poenitz@gmx.net>
1536
1537         * undo.h:
1538         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1539
1540         * dociterator.C (asDocIterator): use hard assert again.
1541
1542 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1543
1544         * lyxlength.C (asLatexString): rewrite so that it does not use
1545         snprintf anymore
1546
1547 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1548
1549         * text3.C (specialChar, dispatch): make sure cursor moves to the
1550         right after inserting an inset
1551
1552 2004-11-02  José Matos  <jamatos@lyx.org>
1553
1554         * output_docbook.C (docbook):
1555         * paragraph.C (getID):
1556         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1557         garantee that the output is always legal.
1558
1559         * tabular.C (docbook):
1560         * outputprams.[Ch]: remove mixed contents.
1561
1562 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1563
1564         * text2.C (setCounter): prevent endless loop
1565
1566 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1567
1568         * exporter.C (copyFile): use the mover instead of support::copy()
1569         * exporter.C (Export): pass format and latex name to copyFile()
1570         * exporter.h (addExternalFile): document
1571         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1572
1573 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1574
1575         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1576
1577 2004-10-30  José Matos  <jamatos@lyx.org>
1578
1579         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1580         text and no inset or font change. This allows to use CDATA
1581         sections just for the whole paragraph.
1582
1583 2004-10-30  José Matos  <jamatos@lyx.org>
1584
1585         * paragraph.C (getFirstWord): remove unused variable.
1586
1587 2004-10-30  José Matos  <jamatos@lyx.org>
1588
1589         * paragraph.C (getFirstWord): the content should always be escaped
1590         there.
1591         (simpleDocBookOnePar):
1592         * output_docbook.C (makeEnvironment): replace reference to CDATA
1593         to style pass_thru.
1594
1595 2004-10-30  José Matos  <jamatos@lyx.org>
1596
1597         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1598
1599 2004-10-30  José Matos  <jamatos@lyx.org>
1600
1601         * output_docbook.C (makeParagraphs):
1602         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1603         standard paragraph has only a given type of content drop the wrapper.
1604
1605 2004-10-29  José Matos  <jamatos@lyx.org>
1606
1607         * output_docbook.C (makeEnvironment):
1608         * sgml.C (openTag):
1609         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1610
1611 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1612
1613         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1614         (cleanID): sanitize any id.
1615
1616 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1617
1618         * buffer.C, lyxlex_pimpl.C:
1619         * lyxlex_pimpl.C (setFile):
1620         s/getExtFromContents/getFormatFromContents/
1621
1622 2004-10-28  José Matos  <jamatos@lyx.org>
1623
1624         * output_docbook.C (makeEnvironment): move id to broadest possible
1625         scope.
1626
1627         * sgml.C (openTag): apply substitution of <> for all attributes.
1628
1629 2004-10-28  José Matos  <jamatos@lyx.org>
1630
1631         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1632         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1633         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1634
1635         * sgml.[Ch]: new version for open and closeTag for paragraph and
1636         for strings. Now they handle the ids of paragraphs.
1637
1638 2004-10-26  Angus Leeming  <leeming@lyx.org>
1639
1640         * Makefile.am: add mover.[Ch].
1641
1642         * converter.C (convert, move): use the new Movers to move external
1643         files to the temp directory.
1644
1645         * lyx_main.C (init): ensure that the global system_movers data
1646         is initialised.
1647
1648         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1649         preferences file.
1650
1651         * mover.[Ch]: new files, defining a Mover as a utility to move an
1652         external file between directories and, if necessary, manipulate this
1653         file using a helper script.
1654
1655 2004-10-25  José Matos  <jamatos@lyx.org>
1656
1657         * output_docbook.C (makeCommand): merge two if's that tested the
1658         same condition.
1659
1660 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1661
1662         * sgml.C (escapeString): fix warning in a better way
1663
1664 2004-10-25  José Matos  <jamatos@lyx.org>
1665
1666         * sgml.C (escapeString): import the require boosts header file for
1667         tie, and avoid a signed unsigned comparison.
1668
1669 2004-10-25  José Matos  <jamatos@lyx.org>
1670
1671         * sgml.h: add #include <string>
1672
1673 2004-10-25  José Matos  <jamatos@lyx.org>
1674
1675         * sgml.[Ch] (escapeString): new function to escape all the string.
1676
1677 2004-10-24  José Matos  <jamatos@lyx.org>
1678
1679         * paragraph.[Ch] (getFirstWord): new function to get the first
1680         word. Useful for description.
1681         (simpleDocBookOnePar): remove depth argument, add another that
1682         says where to start the paragraph.
1683
1684         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1685         use the new functions to fix cleanly the support for descriptions.
1686
1687 2004-10-24  José Matos  <jamatos@lyx.org>
1688
1689         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1690         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1691         * output_linuxdoc.C (linuxdocParagraphs):
1692         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1693         add buffer as argument.
1694
1695 2004-10-24  José Matos  <jamatos@lyx.org>
1696
1697         * output_docbook.C (makeEnvironment, searchEnvironment): place
1698         CDATA inside paragraphs and fix scope for listitems.
1699
1700 2004-10-24  José Matos  <jamatos@lyx.org>
1701
1702         * output_docbook.C: remove using statement for stack.
1703
1704 2004-10-23  José Matos  <jamatos@lyx.org>
1705
1706         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1707         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1708         docbook. The new scheme is recursive and makes use of iterators, the
1709         same as latex export works.
1710         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1711         directly with the paragraph contents. This code was moved up to
1712         output_docbook.C (docbookParagraphs).
1713         * sgml.C (openTag, closeTag): removed unneeded newlines.
1714         (closeEnvTags) removed.
1715
1716 2004-10-23  André Pönitz  <poenitz@gmx.net>
1717
1718         * undo.C (textUndoOrRedo):
1719         * dociterator.C (asDocIterator): work around crash
1720
1721         * cursor.C (getStatus): replace ASSERT by more verbose error message
1722           and manual correction of the problem. Should increase stability
1723           while providing more sensible information.
1724
1725 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1726
1727         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1728
1729         * bufferlist.C (previous, next): new methods
1730
1731         * lfuns.h:
1732         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1733
1734 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1735
1736         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1737         entities to preamble.
1738
1739 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1740
1741         * messages.C (Pimpl): strip off translation context information
1742
1743 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1744
1745         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1746         the cursor is correct (bug 1694)
1747
1748 2004-10-13  José Matos  <jamatos@lyx.org>
1749
1750         * output_docbook.C (docbookParagraphs): fix closing tags in the
1751         end of the document.
1752
1753 2004-10-09  José Matos  <jamatos@lyx.org>
1754
1755         * buffer.C: format up to 237.
1756         * bufferparams.C (write): use tostr to convert booleans to strings.
1757
1758 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1759
1760         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1761
1762 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1763
1764         * LaTeX.C: implement use of babel language in xindy.
1765
1766 2004-10-05  José Matos  <jamatos@lyx.org>
1767
1768         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1769         Add new translators to help reading and writing the lyx file.
1770
1771 2004-10-05  José Matos  <jamatos@lyx.org>
1772
1773         * ParagraphParameters.C (read):
1774         * text.C (readParToken): replace nexToken by more appropriate lex
1775         methods.
1776
1777 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1778
1779         * LaTeX.C (runMakeIndex):
1780         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1781         (usually 'makeindex') configurable.
1782
1783         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1784         with a variable rather than with a number.
1785
1786 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1787
1788         * output_latex.C (TeXOnePar): make sure font setting is the first
1789         thing that gets output (and the last at the end). Should fix bug
1790         1404.
1791
1792 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1793
1794         * pch.h: use proper signal include
1795
1796         * LaTeX.h: Use preferred calling of Boost.Signal
1797         * buffer.h: ditto
1798
1799 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1800
1801         * pch.h: dont include <boost/function/function0.hpp>
1802
1803         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1804
1805         * paragraph_pimpl.h: remove usage of ShareContainer
1806
1807         * paragraph_pimpl.C: remove initialization of ShareContainer.
1808
1809 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1810
1811         Fix bug #1666
1812
1813         * BufferView.C (putSelectionAt): change the semantics when
1814         backwards == true: now, this just swaps cursor and anchor wrt the
1815         forward case
1816
1817         * BufferView.h (putSelectionAt): add some documentation
1818
1819         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1820         make sure backwardChar is done at least once (to avoid getting
1821         stuck)
1822         (findNextChange): use putSelectionAt in the forward direction
1823         (operator()): use Paragraph::isWord
1824
1825 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1826
1827         * Spacing.C (set): c_str fix
1828
1829 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1830
1831         * lyx_cb.C (Reconfigure): quote the name of configure script in
1832         case it contains spaces
1833
1834 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1835
1836         * client: new dir
1837
1838         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1839         (BOOST_LIBS): use top_buildir when looking for the file
1840
1841 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1842
1843         * pch.h: do not use include boost/format.hpp, multiple symbols
1844                 will result (gcc bug)
1845
1846
1847 2004-08-23  José Matos  <jamatos@lyx.org>
1848
1849         * bufferparams.C (readToken): fix reading of the author field.
1850
1851 2004-08-20  José Matos  <jamatos@lyx.org>
1852
1853         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1854
1855 2004-08-20  José Matos  <jamatos@lyx.org>
1856
1857         * lyxlex.[Ch] (findToken): remove function.
1858
1859         * ParagraphParameters.C (findToken):
1860         * bufferparams.C (findToken): replace call for previous function
1861         with local copy. This local function has one more argument, the
1862         read string argument.
1863
1864 2004-08-16  José Matos  <jamatos@lyx.org>
1865
1866         * ParagraphParameters.C (write):
1867         * Spacing.C (writeFile):
1868         * bufferparams.C (writeLaTeX):
1869         * lyx_cb.C (Reconfigure):
1870         * paragraph.C (write):
1871         * tabular.C (write): remove unnecessary space at end of line.
1872
1873
1874 2004-08-16  José Matos  <jamatos@lyx.org>
1875
1876         * text.C (readParagraph): remove debug message.
1877
1878 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1879
1880         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1881         crash
1882
1883         * output_plaintext.C (asciiParagraph): set depth correctly
1884
1885         * outputparams.h: add member depth
1886
1887         * paragraph_funcs.C (ownerPar): remove.
1888
1889         * text2.C (setCounter): remove first_pit; comment out some
1890         non-working code that uses ownerPar
1891
1892         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1893         uses ownerPar
1894
1895 2004-08-16  José Matos  <jamatos@lyx.org>
1896
1897         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1898         For the same level of importance use the same chanel to report problems.
1899         (read): add code to deal with \begin_body and \end_body.
1900
1901
1902 2004-08-15  José Matos  <jamatos@lyx.org>
1903
1904         * lyxlex.C (getString): fix comment, buffer::readBody is now
1905         buffer:readDocument.
1906
1907         * tex-strings.C (string_papersize): Default -> default,
1908         Custom -> custom, for consistency with other options.
1909
1910 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1911
1912         * pch.h: new file
1913
1914         * Makefile.am: support pch
1915
1916 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1917
1918         * text.C (readParToken): remove the static LyXFont variable and
1919         pass it as a parameter instead. This fixes a nasty bug where an
1920         inset will be inserted with a bad font in some situations
1921         (readParagraph): adapt
1922
1923         * text2.C (setCounter): reduce number of calls to pars_[pit]
1924
1925         * text.C (singleWidth): add an assert, fix a test
1926
1927         * rowpainter.C (paintText): reduce number of calls to singleWidth
1928
1929         * paragraph.C (isHfill):
1930         (isNewline): ws only
1931
1932 2004-08-14  André Pönitz  <poenitz@gmx.net>
1933
1934         * text.C:
1935         * text2.C:
1936         * rowpainter.C:
1937         * lyxtext.h (several functions): use a Paragraph & argument
1938         instead of par_type
1939
1940 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1941
1942         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1943
1944         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1945
1946         * text.C (singleWidth): remove useless test
1947
1948 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1949
1950         * tabular.h: remove bogus comments
1951
1952         * tabular.C (getDescentOfRow):
1953         (isPartOfMultiColumn): add assertions
1954
1955         * lyxlength.C (inPixels): remove #warning
1956
1957 2004-08-14  André Pönitz  <poenitz@gmx.net>
1958
1959         * paragraph.h: inline getChar()
1960
1961         * BufferView.h: remove unused declarations
1962
1963 2004-08-14  José Matos  <jamatos@lyx.org>
1964
1965         * Buffer.[Ch] (readDocument): new name for old readBody.
1966         * Buffer.C: new file format, new keywords: \begin_document,
1967         \begin_header, \begin_body, \end_body.
1968
1969         * bufferparams.C (readToken): replace all calls to lex.nextToken
1970         by lex.next(). Do the same to eatLine except where really needed.
1971
1972         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1973         line when writing to the lyx file.
1974
1975         * output_plaintext.C (asciiParagraph): fix Bibliography style
1976         handling.
1977
1978         * text.C (read): fix end of file handling.
1979
1980 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1981
1982         * MenuBackend.C (Menu::operator[]): new method to access
1983         individual menu items
1984         (Menu::hasFunc): new method. search for an item that corresponds
1985         to a given func
1986         (MenuBackend::specialMenu): new method
1987         (MenuBackend::expand): if a special menu has been set, skip
1988         entries whose func() appears in this menu
1989
1990 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1991
1992         * text3.C: use Debug::DEBUG a bit more
1993
1994         * text.C (leftMargin): try to simplify a tiny bit change var x to
1995         l_margin. Dont output the wide margins always.
1996         (rightMargin): no margin in inner texts
1997
1998         * rowpainter.h (nestMargin): new func
1999         (changebarMargin): new func
2000         (rightMargin): new func
2001
2002         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2003         now functions.
2004         (paintLast): ditto
2005
2006         * factory.C (createInset): modify setDrawFrame
2007
2008         * cursor.C: use Debug::DEBUG a bit more
2009
2010 2004-08-14  André Pönitz  <poenitz@gmx.net>
2011
2012         * coordcache.[Ch]:
2013         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2014         cache for all insets in (at least partially) visible (top-level)
2015         paragraphs.
2016
2017         * BufferView_pimpl.C: reset external coord cache before every update.
2018         This means the coord cache only contains valid entries.
2019
2020 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
2021
2022         bug 1096
2023         * BufferView_pimpl.C (getInsetByCode): move function out of class
2024         and change in to a template in anon namespace. Also fix to do what
2025         suits us better.
2026
2027 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
2028
2029         bug 1305
2030         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2031         of char
2032         (breakParagraph): rename par to par_offset and use a local
2033         reference. Add code to keep the language over a rebreak.
2034         (breakParagraphConservative): rename par to par_offset, use a
2035         local reference
2036         (mergeParagraph): ditto
2037         (outerHook): ditto
2038         (isFirstInSequence): ditto
2039         (outerFont): rename pit to par_offset
2040
2041         * paragraph.C: ws change
2042         * paragraph.h: ditto
2043         * text3.C: ditto
2044         * text.C: ditto
2045
2046 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2047
2048         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2049         treatment for ']'
2050
2051         * paragraph.C (simpleTeXOnePar): when we have a \item with
2052         optional argument, enclose the argument with curly brackets (in
2053         case it contains a closing square bracket)
2054
2055         * text2.C (editXY):
2056         * text2.C (editXY):
2057         * text3.C (checkInsetHit): constify
2058
2059 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2060
2061         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2062         documents (bug 1629)
2063
2064 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2065
2066         Fix toggling of collapsable insets with the mouse (bug 1558)
2067
2068         * lyxfunc.C (dispatch): adapt to LCursor changes
2069
2070         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2071         make sure that dispatch is not invoked twice
2072
2073         * cursor.C (needsUpdate): new method
2074         (dispatch): return void
2075         (result): new method, to access the DispatchResult of the cursor.
2076
2077 2004-08-13  José Matos  <jamatos@lyx.org>
2078
2079         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2080
2081 2004-08-13  André Pönitz  <poenitz@gmx.net>
2082
2083         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2084
2085         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2086           multiple cells
2087
2088 2004-08-12  André Pönitz  <poenitz@gmx.net>
2089
2090         * text3.C: take out the 'cursor right' form insertInset and only
2091         do it in those places when it is really needed. Fixes crash on
2092         C-m...
2093
2094 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2095
2096         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2097
2098         * BufferView_pimpl.C (setBuffer): initialize the current font of
2099         the underlying LyXText
2100
2101 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2102
2103         * kbsequence.C (print): use UI native formatting for menu
2104         shortcuts
2105
2106         * text.C (insertChar): call Paragraph::insertChar with a font
2107         argument (cosmetic)
2108
2109         * paragraph.C (insertInset, insertChar): the version that takes a
2110         LyXFont argument is now a wrapper around the other one (the
2111         opposite used to be true).
2112
2113         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2114         argument. Font setting is done in Paragraph now.
2115
2116 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2117
2118         * outputparams.h: add new members intitle and lang.
2119
2120         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2121         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2122
2123 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2124
2125         * text3.C (dispatch): remove special handling of button 4 and 5,
2126         it is now taken care of in the frontend code.
2127
2128 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2129
2130         * Spacing.h: add <string> (STLPort compile fix)
2131
2132 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2133
2134         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2135
2136 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
2137
2138         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2139         to bool.
2140
2141         * converter.C (showMessage): inherit from unary_function, make
2142         operator() const.
2143
2144         * buffer.C (writeFile): initialize retval
2145
2146         * InsetList.h: rename private variable list to list_
2147         * InsetList.[Ch]: adjust accordingly.
2148
2149 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
2150
2151         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2152         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2153         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2154         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2155         * ParagraphParameters.C, LaTeXFeatures.C: replace
2156         "support/std_sstream.h" with <sstream>
2157
2158 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
2159
2160         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2161         * lyxsocket.C (LyXServerSocket): ditto
2162         (serverCallback): ditto
2163
2164 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2165
2166         * LaTeXFeatures.C: check release date when loading jurabib.
2167
2168 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2169
2170         * lyxserver.C (startPipe): call register_socket_callback
2171         (endPipe): call unregister_socket_callback
2172
2173 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
2174
2175         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2176         (LyXServerSocket): register the callback
2177         (LyXServerSocket): unregister the callback
2178         (fd): delete function
2179         (serverCallback): improve error checking and setup the callbacks.
2180         (dataCallback): change arg to fd.
2181         (writeln): new func (copied fro the client socket) used for server
2182         write to client.
2183         (LyXDataSocket): simplify
2184         (~LyXDataSocket): close ann unregiser callback
2185         (server): delete function
2186         (fd): delete function
2187         (readln): small changes, improve some std::string usage
2188         (writeln): constify a bit
2189
2190 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2191
2192         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2193         Qt frontend
2194
2195 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2196
2197         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2198         after it has been populated
2199
2200 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2201
2202         * text2.C (insertInset): move cursor when inserting inset.
2203
2204 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2205
2206         * kbmap.C (findbindings): a couple of new methods. returns a
2207         container of kb_sequence objects. The real work is done by the
2208         private recursive version
2209         (printbindings): uses findbindings to print out a bracketed list
2210         of bindings (renamed from findbinding).
2211
2212         * MenuBackend.C (binding): use kb_keymap::findbindings
2213
2214         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2215
2216 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2217
2218         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2219
2220 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2221
2222         * paragraph.C (isWord): return true on insets that report
2223         isLetter().
2224
2225         * text.C (getWord): use Paragraph::isWord to decide what is in a
2226         word and what is not; fix bug 1609.
2227
2228 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2229
2230         * tex-strings.C: add "none" to string_paperpackages[], fixes
2231         off-by-one-error in the paperpackage selection.
2232
2233         * lyxlex.[Ch]:
2234         * tex-strings.[Ch]: char const * string[n]
2235         -> char const * const string[]
2236
2237 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2238
2239         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2240         command, return early.
2241
2242 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
2243
2244         * debug.h: add DEBUG to enum and fix size of ANY.
2245
2246         * debug.C: add support for Debug::DEBUG
2247         (showTags): cast errorTags.level to unsigned int
2248
2249         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2250         (redoCurrentBuffer): ditto
2251         (updateScrollbar): ditto
2252         * cursor.C (dispatch): ditto
2253         * text2.C (setLayout): ditto
2254         (setFont): ditto
2255         (updateCounters): ditto
2256         (editXY): ditto
2257         (deleteEmptyParagraphMechanism): ditto
2258
2259 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
2260
2261         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2262         annotations to cleanup the Makefile slightly.
2263
2264 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2265
2266         * lyxrc.C: do not set user_email to a default value but use empty
2267         instead. The entry used to be translated, which does not work
2268         since at the point where lyxrc is constructed there is no
2269         translation service available
2270
2271         * messages.C (getLocaleDir): remove and use directly
2272         lyx_localedir() instead
2273
2274 2004-06-02  Angus Leeming  <leeming@lyx.org>
2275
2276         Fix crash caused by dereferencing null pointer 'exportdata' in
2277         OutputParams by creating a new ExportData variable on the heap,
2278         storing it in a boost::shared_ptr.
2279         The crash was triggered when generating an Instant Preview
2280         of an external inset.
2281
2282         * Makefile.am: add outputparams.C
2283
2284         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2285         (c-tor): allocate memory to it.
2286
2287         * exporter.C (c-tor): associated changes.
2288
2289 2004-06-01  Angus Leeming  <leeming@lyx.org>
2290
2291         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2292         contains data before calling isInset(0). (Bug 1513.)
2293
2294 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2295
2296         * exporter.C (checkOverwrite): new method
2297         * exporter.C (copyFile): new method
2298         * exporter.C (Export): copy referenced files to the document dir
2299         * exporter.[Ch]: new class ExportedFile
2300         * exporter.[Ch]: new class ExportData. Contains currently the
2301         names of referenced external files
2302         * outputparams.h: add exportdata member.
2303
2304 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2305
2306         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2307         version.C-tmp
2308
2309 2004-05-19  Angus Leeming  <leeming@lyx.org>
2310
2311         * LaTeXFeatures.C:
2312         * ToolbarBackend.C:
2313         * bufferparams.C:
2314         * lyxfunc.C: small changes due to the introduction of namespace
2315         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2316
2317 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2318
2319         * text3.C (dispatch): supress update when only moving the cursor
2320         * cursor.C (selHandle): remove commented code
2321
2322 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2323
2324         * paragraph.C (startTeXParParams): correct column count
2325         * CutAndPaste.C (pasteSelection): remove const_cast
2326         * output_docbook.C (docbookParagraphs): remove const_cast
2327         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2328         const_cast and return ParagraphList::const_iterator
2329         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2330         * output_plaintext.C (writeFileAscii): remove const_cast
2331         * paragraph.[Ch] (simpleTeXOnePar): make const
2332         * paragraph_funcs.C (outerPar): use const iterators
2333         * paragraph_pimpl.C (validate): use const iterators
2334         * text.C (setHeightOfRow): use const iterators
2335
2336 2004-05-17  Angus Leeming  <leeming@lyx.org>
2337
2338         * lfuns.h:
2339         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2340
2341         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2342         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2343         if the citation engine has changed.
2344
2345 2004-05-14  José Matos  <jamatos@lyx.org>
2346
2347         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2348         if the textclass does not provide it. Have it different for sgml and
2349         xml.
2350         support the language of document.
2351         * output_docbook.C (docbookParagraphs):
2352         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2353         first anchor as the id of the paragraph, remove special case code.
2354         * sgml.C (escapeChar): escape only < & >.
2355
2356 2004-05-14  Angus Leeming  <leeming@lyx.org>
2357
2358         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2359         dependencies on src/frontends/controllers/biblio.h. Define a
2360         CiteEngine_enum wrapper class to enable the enum to be forward
2361         declared.
2362
2363 2004-05-12  Angus Leeming  <leeming@lyx.org>
2364
2365         * buffer.C: up LYX_FORMAT to 234.
2366         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2367         use_numerical_citations with a single biblio::CiteEngine cite_engine
2368         variable.
2369         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2370
2371 2004-05-13  José Matos  <jamatos@lyx.org>
2372
2373         * converter.h:
2374         * converter.C (Converter, readFlags): add xml member.
2375         * outputparams.h: add XML flavor.
2376         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2377
2378 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2379
2380         * lyxfunc.C (dispatch):
2381         (getStatus): fix handling of LFUN_SEQUENCE
2382
2383 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2384
2385         * debug.C (showLevel): do not forget the end-of-line marker
2386
2387 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2388
2389         * kbmap.C (read): do not stop parsing a bind file when an error
2390         occurs (bug 1575)
2391
2392 2004-04-29  Angus Leeming  <leeming@lyx.org>
2393
2394         * cursor.C:
2395         * factory.C:
2396         * pariterator.C:
2397         * text2.C: wrap a bunch of #warning statements
2398         inside #ifdef WITH_WARNINGS blocks.
2399
2400 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2401
2402         * buffer.C: increment format to 233.
2403
2404 2004-04-28  Angus Leeming  <leeming@lyx.org>
2405
2406         * BufferView_pimpl.C:
2407         * lyxfunc.C:
2408         * text3.C:
2409         s/updateToolbar()/updateToolbars()/
2410         s/Toolbar.h/Toolbars.h/
2411
2412 2004-04-28  Angus Leeming  <leeming@lyx.org>
2413
2414         * BufferView.[Ch] (c-tor):
2415         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2416         No longer passes these data to the WorkArea generator.
2417
2418 2004-04-28  Angus Leeming  <leeming@lyx.org>
2419
2420         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2421
2422 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2423
2424         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2425
2426 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2427
2428         * output_latex.C (TeXEnvironment): make sure that there is a line
2429         break before \end{foo} for the last paragraph of a document
2430         (TeXOnePar): if the paragraph is at the end of the document (or
2431         inset) and the language has to be reset, then make sure that the
2432         line break is _before_ the language command, not after (fixes bug
2433         1225); also make sure that the language reset command is the first
2434         thing after the paragraph (to ensure proper nesting of
2435         environments and thus fix bug 1404)
2436
2437 2004-04-21  John Levon  <levon@movementarian.org>
2438
2439         * ToolbarBackend.h:
2440         * ToolbarBackend.C: make "name" be a programmatic name
2441         and a gui_name field.
2442
2443         * lyxfunc.C: display the minibuffer on M-x
2444
2445 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2446
2447         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2448         (bug 1526)
2449
2450 2004-04-19  Angus Leeming  <leeming@lyx.org>
2451
2452         * BufferView_pimpl.C (setBuffer): changed preview interface.
2453
2454         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2455         possible values.
2456
2457 2004-04-19  John Levon  <levon@movementarian.org>
2458
2459         * BufferView_pimpl.C:
2460         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2461
2462 2004-04-05  Angus Leeming  <leeming@lyx.org>
2463
2464         * text.C (redoParagraphs): add call to updateCounters(), thereby
2465         fixing the missing "Figure #:" label from the caption of a
2466         figure float.
2467
2468 2004-04-13  Angus Leeming  <leeming@lyx.org>
2469
2470         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2471         cursor is clicked out of an inset.
2472
2473 2004-04-13  Angus Leeming  <leeming@lyx.org>
2474
2475         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2476         than an InsetOld one.
2477
2478 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2479
2480         * format.[Ch]: add editor to Format
2481         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2482         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2483
2484 2004-04-08  André Pönitz  <poenitz@gmx.net>
2485
2486         * metricsinfo.h: remove PainterInfo::width member
2487
2488 2004-04-08  Angus Leeming  <leeming@lyx.org>
2489
2490         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2491         "\providecommand" rather than "\newcommand", thereby preventing
2492         clashes with packages that define "\boldsymbol" themselves.
2493         Eg, beamer.
2494
2495 2004-04-08  Angus Leeming  <leeming@lyx.org>
2496
2497         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2498         thereby squashing an unnecessary warning.
2499
2500 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2501
2502         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2503         setBuffer()
2504
2505 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2506
2507         * BufferView.C (setCursor): call redoParagraph (some insets could
2508         have been opened)
2509         (putSelectionAt): remove the 'double update' trick
2510
2511         * BufferView_pimpl.C (fitCursor): call refreshPar
2512         (workAreaDispatch): remove an uneeded update call
2513         (dispatch): remove some manual update calls
2514
2515         * cursor.[Ch]: remove cached_y_, updatePos
2516         (selHandle): set noUpdate when appropriate
2517
2518         * lyxfunc.C (dispatch): track if we need an update
2519
2520         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2521
2522         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2523         (paintSelection): cheap optimization, do not call cursorX when not
2524         needed
2525         (paintPars): change signature
2526         (refreshPar): add
2527         (paintText): adjust
2528         (paintTextInset): adjust
2529
2530         * text.C: adjust
2531
2532 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2533
2534         * lengthcommon.C: compilation fix: remove explicit array size from
2535         unit_name[] and friends
2536
2537 2004-04-05  Angus Leeming  <leeming@lyx.org>
2538
2539         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2540
2541         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2542         present only for the preferences dialog.
2543         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2544
2545 2004-04-05  Angus Leeming  <leeming@lyx.org>
2546
2547         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2548         to enable the frontends to export changes to lyxrc correctly.
2549
2550         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2551
2552 2004-04-07  André Pönitz  <poenitz@gmx.net>
2553
2554         * cursor.[Ch] (selClear, adjust): remove math
2555
2556         * cursor_slice.C: more agressive assert
2557
2558         * lyxfunc.C:
2559         * BufferView_pimpl.C: rework mouse event dispatch
2560
2561         * dociterator.C:
2562         * paragraph.C:
2563         * text2.C:
2564         * text3.C: adjust
2565
2566 2004-04-05  André Pönitz  <poenitz@gmx.net>
2567
2568         * cursor.[Ch] (valign, halign...): remove unneeded functions
2569
2570 2004-04-05  Angus Leeming  <leeming@lyx.org>
2571
2572         * lyxlength.[Ch] (unit_name et al.): const-correct.
2573
2574 2004-04-05  Angus Leeming  <leeming@lyx.org>
2575
2576         * BufferView_pimpl.C:
2577         * buffer.C:
2578         * counters.C:
2579         * cursor.C:
2580         * lyxfunc.C
2581         * paragraph.C:
2582         * pariterator.C:
2583         * text.C:
2584         * text2.C:
2585         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2586
2587 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2588
2589         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2590
2591 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2592
2593         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2594         * BufferView_pimpl.[Ch] (getStatus)
2595         * BufferView.[Ch] (getStatus): add
2596         * lyxfunc.C (getStatus): move lfuns handled in
2597         BufferView::dispatch to te function above
2598         * Cursor.C (setSelection): set selection() = true
2599
2600 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2601
2602         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2603
2604 2004-03-31  Angus Leeming  <leeming@lyx.org>
2605
2606         * lyxfunc.C (dispatch): Fall through to the generic
2607         Dialogs::show("preamble").
2608
2609 2004-03-31  Angus Leeming  <leeming@lyx.org>
2610
2611         * lyxfunc.C (dispatch): Fall through to the generic
2612         Dialogs::show("spellchecker").
2613
2614 2004-03-31  Angus Leeming  <leeming@lyx.org>
2615
2616         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2617         preferences dialog.
2618
2619 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2620
2621         * BufferView.C
2622         * cursor.[Ch]
2623         * dociterator.[Ch]:
2624         * insetiterator.[Ch]:
2625         * lyxfind.C:
2626         * lyxfunc.C:
2627         * pariterator.[Ch]:
2628         * text2.C:
2629         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2630
2631 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2632
2633         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2634         insets where we are putting the cursor.
2635
2636 2004-03-31  Angus Leeming  <leeming@lyx.org>
2637
2638         * lfuns.h:
2639         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2640
2641         * lyxrc.[Ch] (read, write): overloaded member functions taking
2642         a std::[io]stream arguments.
2643
2644         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2645
2646 2004-03-31  Angus Leeming  <leeming@lyx.org>
2647
2648         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2649         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2650
2651         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2652         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2653
2654 2004-03-31  Angus Leeming  <leeming@lyx.org>
2655
2656         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2657         the LFUN_ALL_INSETS_TOGGLE code.
2658
2659 2004-03-30  Angus Leeming  <leeming@lyx.org>
2660
2661         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2662         has died. Fall through to the generic Dialogs::show("document").
2663
2664 2004-03-30  Angus Leeming  <leeming@lyx.org>
2665
2666         * lfuns.h:
2667         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2668         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2669
2670         * lyxfunc.C (getStatus, dispatch): define the actions for these
2671         lfuns. Little more than a cut and pste job from ControlDocument.C
2672
2673         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2674
2675 2004-03-30  Angus Leeming  <leeming@lyx.org>
2676
2677         * lfuns.h:
2678         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2679         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2680
2681         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2682         open/closed state of ollapsable insets. Usage:
2683
2684         all-inset-toggle <state> <name>, where
2685         <state> == "open" || "closed" || "toggle" and
2686         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2687
2688         * lyxtext.h, text2.C (toggleInset): removed.
2689
2690         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2691         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2692         now passes LFUN_INSET_TOGGLE to the found inset.
2693
2694         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2695         is now invoked as "all-insets-toggle toggle branch".
2696
2697 2004-03-30  Angus Leeming  <leeming@lyx.org>
2698
2699         * dociterator.C:
2700         * insetiterator.C:
2701         * pariterator.[Ch]: added/corrected header blurb.
2702
2703 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2704
2705         * dociterator.[Ch]: add an inset_ member
2706         (backwardPos): implemented
2707         (backwardPos, forwardPos): use inset_ when the stack is empty.
2708         (doc_iterator_begin, doc_iterator_end): implemented
2709         * pariterator.[Ch]: adjust, add begin, end
2710         * insetiterator.[Ch]: adjust, add begin, end
2711         * cursor.C:
2712         * document.C:
2713         * BufferView.C:
2714         * BufferView_pimpl.C:
2715         * CutAndPaste.C: adjust
2716
2717 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2718
2719         * buffer.C: increment file format to 232.
2720         * LaTeXFeatures.C: add bibtopic package.
2721         * bufferparams.[Ch]: param \use_bibtopic.
2722
2723         * lyxrc.[Ch]: add lyxrc bibtex_command
2724         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2725
2726         * buffer.C: increment file format to 231.
2727
2728 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2729
2730         * dociterator.C: implement forwardPar
2731         * iterators.[Ch]: remove, replaced by
2732         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2733         * BufferView.C:
2734         * BufferView_pimpl.C:
2735         * CutAndPaste.C:
2736         * buffer.C:
2737         * bufferview_funcs.C:
2738         * cursor.C:
2739         * lyxfind.C
2740         * lyxfunc.C
2741         * paragraph_funcs.C
2742         * toc.C:
2743         * Makefile.am: adjust
2744
2745 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2746
2747         * CutAndPaste.C (pasteSelection): fix 2 crashes
2748         (eraseSelection): fix a crash
2749         * paragraph_funcs.C: remove a warning
2750
2751 2004-03-28  Angus Leeming  <leeming@lyx.org>
2752
2753         * lfuns.h:
2754         * LyXAction.C (init): new LFUN_PRINT.
2755
2756         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2757
2758 2004-03-27  Angus Leeming  <leeming@lyx.org>
2759
2760         * lfuns.h:
2761         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2762
2763         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2764
2765 2004-03-27  Angus Leeming  <leeming@lyx.org>
2766
2767         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2768         insetlist always contains non-null pointers to insets.
2769
2770 2004-03-26  Angus Leeming  <leeming@lyx.org>
2771
2772         * src/BufferView_pimpl.C:
2773         * src/CutAndPaste.C:
2774         * src/buffer.C:
2775         * src/iterators.C:
2776         * src/output_plaintext.C:
2777         * src/outputparams.h:
2778         * src/paragraph_funcs.C:
2779         * src/rowpainter.C:
2780         * src/text.C:
2781         * src/text2.C:
2782         * src/frontends/controllers/ControlErrorList.C:
2783         * src/frontends/gtk/FileDialogPrivate.C:
2784         * src/frontends/gtk/GPainter.C:
2785         * src/frontends/gtk/GToolbar.C:
2786         * src/frontends/qt2/QRef.C:
2787         * src/mathed/math_scriptinset.C: squash compiler warnings.
2788
2789 2004-03-26  Angus Leeming  <leeming@lyx.org>
2790
2791         * ispell.C (LaunchIspell::start):
2792         * lyx_cb.C (AutoSaveBuffer::start):
2793         invoke run(DontWait) rather than runNonBlocking().
2794
2795 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2796
2797         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2798
2799 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2800
2801         * kbsequence.C (print): adjust
2802
2803         * kbmap.C (printKeySym): rename and change signature
2804         (printKey): use LyXKeySym::print()
2805
2806 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2807
2808         * undo.C: add using std::advance to compile for stlport
2809
2810 2004-03-24  Angus Leeming  <leeming@lyx.org>
2811
2812         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2813         it leads to a crash when no buffer is present.
2814
2815 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2816             Martin Vermeer  <martin.vermeer@hut.fi>
2817
2818         * lyxfunc.C (dispatch):
2819         * bufferparams.C (readToken): use the new LColor::setColor
2820
2821         * LColor.[Ch] (setColor): new version that takes two strings as
2822         argument and creates a new color entry if necessary
2823
2824 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2825
2826         * buffer.C (makeLaTeXFile): if the main latex file that is
2827         processed is usually a subdocument of some master, then pretend
2828         for a while that it is actually the master
2829
2830 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2831
2832         * buffer.C (getLabelList):
2833         (getBibkeyList): use getMasterBuffer()
2834         (getMasterBuffer): new method. Returns the main document in the
2835         case where one is using included documents.
2836
2837 2004-03-25  André Pönitz  <poenitz@gmx.net>
2838
2839         * Makefile.am:
2840         * iterators.[Ch]:
2841         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2842
2843         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2844
2845         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2846         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2847
2848         * ParameterStruct.h: merge with ParagraphParameters
2849
2850         * lyxtext.h: remove LyXText::parOffset() and getPar()
2851
2852         * text3.C: Remove all 'manual' update calls. We do now one per user
2853         interaction which is completely sufficient.
2854
2855         * Bidi.C:
2856         * BufferView.[Ch]:
2857         * BufferView_pimpl.C:
2858         * FontIterator.[Ch]:
2859         * MenuBackend.C:
2860         * ParagraphParameters.[Ch]:
2861         * buffer.C:
2862         * buffer.h:
2863         * bufferlist.C:
2864         * cursor.[Ch]:
2865         * cursor_slice.[Ch]:
2866         * dociterator.[Ch]:
2867         * errorlist.[Ch]:
2868         * factory.C:
2869         * lfuns.h:
2870         * lyxfind.C:
2871         * lyxfunc.C:
2872         * output_docbook.[Ch]:
2873         * output_latex.[Ch]:
2874         * output_linuxdoc.[Ch]:
2875         * output_plaintext.[Ch]:
2876         * paragraph.[Ch]:
2877         * paragraph_funcs.[Ch]:
2878         * paragraph_pimpl.[Ch]:
2879         * rowpainter.C:
2880         * tabular.[Ch]:
2881         * text.C:
2882         * text2.C:
2883         * toc.C:
2884         * undo.[Ch]: adjust
2885
2886         * frontends/controllers/ControlDocument.C:
2887         * frontends/controllers/ControlErrorList.C:
2888         * frontends/controllers/ControlSpellchecker.C:
2889         * insets/inset.C:
2890         * insets/inset.h:
2891         * insets/insetbase.h:
2892         * insets/insetbibitem.C:
2893         * insets/insetbox.C:
2894         * insets/insetbranch.C:
2895         * insets/insetcaption.C:
2896         * insets/insetcharstyle.C:
2897         * insets/insetcharstyle.h:
2898         * insets/insetcollapsable.C:
2899         * insets/insetcollapsable.h:
2900         * insets/insetert.C:
2901         * insets/insetfloat.C:
2902         * insets/insetfoot.C:
2903         * insets/insetmarginal.C:
2904         * insets/insetnote.C:
2905         * insets/insetoptarg.C:
2906         * insets/insettabular.C:
2907         * insets/insettext.C:
2908         * insets/insettext.h:
2909         * insets/insetwrap.C:
2910         * mathed/math_mboxinset.C:
2911         * mathed/math_nestinset.C:
2912         * mathed/math_scriptinset.C:
2913         * mathed/math_scriptinset.h:
2914         * support/types.h:
2915
2916 2004-03-24  Angus Leeming  <leeming@lyx.org>
2917
2918         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2919         deal with any child processes that have finished but are waiting to
2920         communicate this fact to the rest of LyX.
2921
2922 2004-03-24  Angus Leeming  <leeming@lyx.org>
2923
2924         64-bit compile fixes.
2925
2926         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2927         (c-tor): pass lyx::pos_types rather than ints.
2928
2929         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2930         lyx::pos_type.
2931
2932         * text.C (Delete): compile fix.
2933         (getPar): ensure that function declaration is the same as that in
2934         the header file.
2935
2936 2004-03-23  Angus Leeming  <leeming@lyx.org>
2937
2938         * ispell.C (LaunchIspell):
2939         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2940         a boost::shred_ptr rather than a std::auto_ptr.
2941
2942 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2943
2944         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2945         handle LFUN_FILE_INSERT_*
2946
2947         * lyxrc.C (setDefaults, getDescription, output, read):
2948         * lyxrc.h: remove ps_command
2949
2950 2004-03-22  Angus Leeming  <leeming@lyx.org>
2951
2952         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2953         Ensure that error_handler is processed once only and that all data
2954         is saved before attempting to output any warning messages.
2955
2956         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2957
2958 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2959
2960         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2961
2962 2004-03-19  André Pönitz  <poenitz@gmx.net>
2963
2964         * cursor.[Ch] (reset): take main text inset as argument
2965
2966         * BufferView: adjust
2967         * BufferView_pimpl.C: adjust
2968
2969         * paragraph.[Ch]: fix completely broken operator=()
2970
2971 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2972
2973         * LColor.C (getFromLyXName): make sure that the color name is used
2974         as lowercase.
2975
2976 2004-03-17  Angus Leeming  <leeming@lyx.org>
2977
2978         * lfuns.h:
2979         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2980
2981         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2982         dialog and to kill a forked process.
2983
2984 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2985
2986         * text2.C (setCursorFromCoordinates): fix font problem
2987
2988 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2989
2990         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2991         bogus "rebuild cursor" code
2992
2993 2004-03-11  André Pönitz  <poenitz@gmx.net>
2994
2995         * buffer.[Ch]: use InsetText instead of LyXText as container for
2996         the main lyx text.
2997
2998         * dociterator.[Ch]: drop the BufferView * member which is not needed
2999         anymore after the change to buffer.C
3000
3001         * paragraph_funcs.C:
3002         * text.C:
3003         * text2.C:
3004         * BufferView.[Ch]:
3005         * BufferView_pimpl.[Ch]:
3006         * cursor.[Ch]:
3007         * cursor_slice.[Ch]: adjust
3008
3009         * text3.C: fix bug in mathDispatch
3010
3011 2004-03-08  André Pönitz  <poenitz@gmx.net>
3012
3013         * undo.[Ch]: use 'StableDocumentIterator' as base for
3014         the Undo struct.
3015
3016 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3017
3018         * LaTeXFeatures.C:
3019         * bufferparams.[Ch]: add jurabib support and param.
3020
3021         * LaTeX.C: add FIXME/comment.
3022
3023 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3024
3025         * buffer.C: increment file format to 230.
3026
3027 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3028
3029         * cursor.C (dispatch): avoid infinite loops
3030
3031 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3032
3033         * rowpainter.C (paintSelection): fix x coordinates
3034
3035 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3036
3037         * text.C (rowBreakPoint): fix breaking before displayed insets
3038
3039 2004-03-01  André Pönitz  <poenitz@gmx.net>
3040
3041         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3042
3043         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3044
3045         * Makefile.am:
3046         * BufferView.C:
3047         * BufferView_pimpl.C:
3048         * buffer.C:
3049         * lyxfind.C:
3050         * lyxfunc.C:
3051         * text.C:
3052         * text2.C:
3053         * text3.C: adjust
3054
3055 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3056
3057         * lyxtext.h:
3058         * text.C:
3059         * text2.C:
3060         * rowpainter.C:
3061         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3062         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3063
3064 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3065
3066         * Bidi.[Ch] (computeTables): const correctness
3067         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3068         fill_hfill, fill_label_hfill and x from Row
3069         * lyxtext.h: prepareToPrint returns a RowMetrics
3070         * rowPainter.C: adjust
3071         * text.C (prepareToPrint): use width, not textWidth. adjust
3072         (redoParagraphInternal, cursorX): adjust
3073         * text2.C (getColumnNearX): adjust
3074         (init): put a default value to the top LyXText::width
3075
3076 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3077
3078         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3079
3080 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3081
3082         * lyxtext.h: add FontIterator class
3083
3084         * text.C (FontIterator, operator*, operator->, operator++): add
3085         (rowBreakPoint, setRowWidth): adjust (fixing a
3086         rebreaking bug)
3087
3088 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3089
3090         * BufferView_pimpl.C (workAreaDispatch): allow also
3091         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3092
3093 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3094
3095         * text.C (rowBreakPoint): fix a bug showing with very large insets
3096
3097 2004-02-25  André Pönitz  <poenitz@gmx.net>
3098
3099         * text3.C:
3100         * cursor.[Ch]: move some mathed specific code to mathed
3101
3102 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3103
3104         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3105         use_tempdir in preferences
3106         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3107         tempfile creation
3108         * lyx_main.C: ensure that tempdir is valid
3109         * lyxlex.h: correct typo
3110         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3111         * paragraph.[Ch] (isMultiLingual): make const
3112         * cursor.[Ch] (openable): make const
3113
3114 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3115
3116         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3117
3118 2004-02-20  André Pönitz  <poenitz@gmx.net>
3119
3120         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3121
3122         * cursor.[Ch]: prepare for localized getStatus()
3123
3124         * lyxtext.h:
3125         * tabular.C:
3126         * text.C:
3127         * text2.C:
3128         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3129
3130 2004-02-20  André Pönitz  <poenitz@gmx.net>
3131
3132         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3133
3134 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3135
3136         * text2.C (setCursorFromCoordinates): switch to absolute coords
3137         (cursorUp): adjust
3138         (cursorDown): adjust
3139         * text3.C (dispatch): adjust
3140
3141 2004-02-16  André Pönitz  <poenitz@gmx.net>
3142
3143         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3144           insets/ChangeLog)
3145
3146         * cursor_slice.[Ch]: remove unneeded acessor function
3147
3148         * lyxtext.h: rename rtl() to isRTL()
3149
3150         * rowpainter.C:
3151         * tabular.C:
3152         * text.C:
3153         * text2.C:
3154         * text3.C: adjust
3155
3156 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3157
3158         * rowpainter.C (paintSelection): coord fix
3159
3160 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3161
3162         * Spacing.C: compile fix
3163
3164 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3165
3166         * cursor.C (dispatch): restore current_ before returning
3167
3168 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3169
3170         * text2.C (cursorUp, cursorDown): fix coords
3171         (moveUp): fix crash
3172
3173 2004-02-12  André Pönitz  <poenitz@gmx.net>
3174
3175         * lyxtext.h:
3176         * text.C:
3177         * text2.C:
3178         * text3.C: add LCursor & parameter to most cursor movement functions
3179           remove usage of LyXText::cursorRow() and cursorPar()
3180
3181         * cursor.[Ch]: add textRow() needed members
3182
3183         * BufferView.C:
3184         * BufferView_pimpl.C:
3185         * paragraph.[Ch]:
3186         * BufferView.C:
3187         * BufferView_pimpl.C: adjust
3188
3189 2004-02-11  André Pönitz  <poenitz@gmx.net>
3190
3191         * lyxfunc.C:
3192         * BufferView.[Ch]:
3193         * BufferView_pimpl.C: shift undo/redo handling
3194
3195         * cursor.[Ch]: fix mathed crash
3196
3197         * lyxfind.C:
3198         * lyxtext.h: move selectionAsText to LCursor
3199
3200         * output_latex.C:
3201         * paragraph.C:
3202         * text.C:
3203         * text2.C:
3204         * text3.C: adjust
3205
3206         * rowpainter.C: fix excessive drawing
3207
3208 2004-02-06  André Pönitz  <poenitz@gmx.net>
3209
3210         * BufferView.[Ch]:
3211         * BufferView_pimpl.[Ch]:
3212         * text3.C: move some text specific LFUN handling
3213
3214 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3215
3216         * text3.C (checkInsetHit): adjust coords
3217         * text2.C (getColumnNearX): adjust coords
3218         (edit): adjust coords
3219         * text.C (getRowNearY): add two asserts
3220
3221 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3222
3223         * converter.C:
3224         * format.C: add using std::distance to compile on gcc 2.95/stlport
3225
3226 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3227
3228         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3229
3230 2004-02-04  André Pönitz  <poenitz@gmx.net>
3231
3232         * BufferView.[Ch] (insertInset):
3233         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3234
3235         * text2.C:
3236         * text3.C: adjust
3237
3238 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3239
3240         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3241         on the default clause of the switch
3242         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3243         wasn't catched by LCursor::dispatch
3244
3245 2004-02-03  André Pönitz  <poenitz@gmx.net>
3246
3247         * BufferView.C:
3248         * cursor.[Ch]: some additional asserts
3249
3250         * undo.[Ch]: remove LyXText dependency in interface
3251
3252         * lyxfunc.C: adjust
3253
3254         * lyxtext.h (firstPar, lastPar): remove dead functions
3255
3256         * text.C:
3257         * text2.C:
3258         * text3.C:
3259         * paragraph.[Ch]: adjust
3260
3261 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3262
3263         * lyxfind.C (find): fix argument order in call to ::find
3264
3265 2004-02-02  André Pönitz  <poenitz@gmx.net>
3266
3267         * cursor.[Ch]: remove direct access to anchor
3268
3269         * text.C: remove findText() hack
3270
3271 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3272
3273         * iterators.[Ch] (lockPath): remove in favour of...
3274         * BufferView.[Ch] (setCursor): this addition
3275         * BufferView.C (putSelectionAt): adjust
3276         * undo.C (performUndoOrRedo): adjust
3277         * lyxfunc.C (dispatch): adjust
3278
3279 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3280
3281         * iterators.C (lockPath): add a missing slice
3282         * undo.C (performUndoOrRedo): remove redundant positioning code
3283
3284 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
3285
3286         * vc-backend.C (scanMaster): ";" -> ';'
3287
3288 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
3289
3290         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3291         std::binary_function
3292
3293         * lyxtextclass.C (compare_name): rename to...
3294         (LayoutNamesEqual): ...this
3295
3296         * lyxlex_pimpl.C (compare_tags): inherit from
3297         std::binary_function, put back into anon namespace
3298
3299         * lyxfind.C (MatchString): inherig from std::binary_function
3300         (findChange): use empty() istead of !size()
3301
3302         * format.C (FormatNamesEqual): new functor
3303         (getFormat): use it
3304         (getNumber): use it
3305         (add): use it
3306         (erase): use it
3307         (setViewer): use it
3308
3309         * converter.C (compare_Converter): rename to...
3310         (ConverterEqual): ...this, and fixup a bit.
3311         (getConverter): use it, and make function const
3312         (getNumber): use it, and make function const
3313         (add): use it
3314         (erase): use it:
3315
3316         * bufferlist.C: add using boost::bind
3317
3318         * MenuBackend.C (MenuNamesEqual): new functor
3319         (hasMenu): use it, and make function const
3320         (hasSubmenu): use nested bind to get rid of compare_memfun.
3321
3322 2004-01-30  André Pönitz  <poenitz@gmx.net>
3323
3324         * BufferView_pimpl.C:
3325         * cursor.C:
3326         * cursor.h:
3327         * cursor_slice.[Ch]:
3328         * lyxfunc.C:
3329         * lyxtext.h:
3330         * paragraph_funcs.C:
3331         * paragraph_funcs.h:
3332         * rowpainter.C:
3333         * text.C:
3334         * text2.C:
3335         * text3.C: move some of the edit(x,y) handling to the insets
3336         some coordinate changes.
3337
3338 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3339
3340         * text.C: add using statements for std::advance and std::distance
3341
3342         * paragraph.C: add using statement for std::distance
3343
3344         * lyxfind.C: add using statement for std::advance
3345
3346         * cursor.C (region): remove std:: from swap
3347         (openable): use nucleus in stead of operator->
3348
3349         * BufferView.C: add using statements for std::distance and std::swap
3350
3351 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3352
3353         * iterators.C: Remove the pimple, move the needed structures to
3354         the header file. Create accessor for the positions stack.
3355         (asPosIterator): remove function
3356
3357         * PosIterator.C (PosIterator): move constructors to top of file
3358         (PosIterator): reimplement the constructor taking a ParIterator in
3359         terms of setFrom.
3360         (setFrom): new function
3361         (operator!=): inline it
3362
3363 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3364
3365         * lyxfind.C (replaceAll): use std::advance
3366
3367         * iterators.h: inherit from std::iterator.
3368
3369         * PosIterator.C (advance, distance): remove
3370         * PosIterator.h: interit from std::iterator.
3371
3372 2004-01-26  André Pönitz  <poenitz@gmx.net>
3373
3374         * BufferView.[Ch]:
3375         * BufferView_pimpl.[Ch]:
3376         * InsetList.[Ch]:
3377         * PosIterator.[Ch]:
3378         * buffer.h:
3379         * bufferview_funcs.C:
3380         * cursor.[Ch]:
3381         * cursor_slice.h:
3382         * factory.[Ch]:
3383         * iterators.[Ch]:
3384         * lyxfind.C:
3385         * lyxfunc.C:
3386         * lyxtext.h:
3387         * output_docbook.C:
3388         * output_latex.C:
3389         * output_linuxdoc.C:
3390         * output_plaintext.C:
3391         * paragraph.[Ch]:
3392         * paragraph_funcs.[Ch]:
3393         * paragraph_pimpl.[Ch]:
3394         * rowpainter.C:
3395         * tabular.C:
3396         * tabular.h:
3397         * text.C:
3398         * text2.C:
3399         * text3.C: more IU:  dumps most of the rest of the mathcursor
3400     implementation into cursor.[Ch]; "globalize" a bit of it.
3401
3402 2004-01-25  Angus Leeming  <leeming@lyx.org>
3403
3404         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3405
3406 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3407
3408         * LaTeXFeatures.h: add nice_ and nice() const
3409         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3410
3411 2004-01-20  André Pönitz  <poenitz@gmx.net>
3412
3413         * BufferView.[Ch]:
3414         * BufferView_pimpl.C:
3415         * PosIterator.C:
3416         * bufferview_funcs.C:
3417         * cursor.[Ch]:
3418         * cursor_slice.[Ch]:
3419         * factory.C:
3420         * iterators.C:
3421         * lyx_cb.C:
3422         * lyxfind.C:
3423         * lyxfunc.C:
3424         * lyxtext.h:
3425         * rowpainter.C:
3426         * text.C:
3427         * text2.C:
3428         * text3.C:
3429         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3430           LCursor and mathcursor parts to LCursor and InsetBase.
3431
3432 2004-01-15  André Pönitz  <poenitz@gmx.net>
3433
3434         * cursor_slice.[Ch]: add a few covienience functions
3435
3436         * funcrequest.[Ch]: remove BufferView * member
3437
3438         * BufferView_pimpl.C:
3439         * cursor.C:
3440         * factory.[Ch]:
3441         * lyxfind.[Ch]:
3442         * lyxfunc.C:
3443         * lyxtext.h:
3444         * text3.C:
3445         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3446
3447 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3448
3449         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3450         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3451
3452 2004-01-13  André Pönitz  <poenitz@gmx.net>
3453
3454         * textcursor.[Ch]:
3455         * lyxtext.h: hide cursor and selection anchor behind accessor function
3456
3457         * BufferView.C:
3458         * BufferView_pimpl.[Ch]:
3459         * PosIterator.C:
3460         * bufferview_funcs.C:
3461         * cursor.h:
3462         * lyxfind.C:
3463         * lyxfunc.C:
3464         * text.C:
3465         * text2.C:
3466         * text3.C:
3467         * undo.C: adjust
3468
3469         * cursor.h:
3470         * cursor_slice.[Ch]: some integer type changes for inset unification
3471
3472         * lyxcursor.[hC]: remove, it's CursorSlice now.
3473
3474         * Makefile.am:
3475         * BufferView_pimpl.[Ch]:
3476         * bufferview_funcs.C:
3477         * cursor_slice.C:
3478         * lyxtext.h:
3479         * text.C:
3480         * text2.C:
3481         * text3.C:
3482         * textcursor.[Ch]: adjust
3483
3484 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3485
3486         * text2.C (undoSpan): add and use
3487         * text.C (breakParagraph): use undoSpan (fix bug 578)
3488         * lyxtext.h: adjust
3489
3490 2004-01-08  Angus Leeming  <leeming@lyx.org>
3491
3492         * BufferView_pimpl.C (MenuInsertLyXFile):
3493         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3494         * lyxfunc.C (menuNew, open, doImport):
3495         FileFilterList change to the FileDialog open and save functions.
3496
3497 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3498
3499         * ShareContainer.h: make isEqual and isUnique adaptable
3500
3501         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3502
3503 2004-01-07  Angus Leeming  <leeming@lyx.org>
3504
3505         * LyXAction.C:
3506         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3507
3508         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3509
3510         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3511         functions replacing find, replace and replaceAll.
3512
3513         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3514         LFUN_WORDFIND(FORWARD|BACKWARD).
3515
3516 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3517
3518         * text.C (breakParagraph): remove an outdated #warning
3519
3520 2004-01-07  André Pönitz  <poenitz@gmx.net>
3521
3522         * lyxfind.C: somewhat clearer logic
3523
3524         * text.C: prevent crash in cursorX on unitialized row cache
3525
3526 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3527
3528         * lyxcursor.[Ch] (operator>): add
3529         * textcursor.C (selStart, selEnd): use std::min and std::max
3530
3531 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3532
3533         * Chktex.C: include boost/format.hpp
3534
3535 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3536
3537         * InsetList.C: replace functor MathcIt with adaptable functor
3538         InsetTablePosLess
3539         (insetIterator): modify accordingly
3540
3541         * BranchList.h: move the BranchNamesEqual functor here from...
3542         * BranchList.C: ... to here
3543
3544         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3545         SameName and match.
3546         (add): replace a finding loop with std::find_if.
3547
3548 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3549
3550         * output_docbook.C: moving LatexParam functionality into
3551         .layout files
3552
3553 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3554
3555         * buffer.C: increment format to 229.
3556
3557 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3558
3559         * LaTeXFeatures.C:
3560         * lyx_sty.[Ch]: remove minipageindent_def
3561
3562         * LyXAction.C:
3563         * factory.C:
3564         * lfuns.h:
3565         * lyxfunc.C:
3566         * text3.C: remove LFUN_INSET_MINIPAGE
3567
3568 2003-12-28  Angus Leeming  <leeming@lyx.org>
3569
3570         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3571
3572 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3573
3574         * text2.C (setParagraph): fix off-by-one crash
3575
3576 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3577
3578         * output_docbook.C: header stuff for AGU
3579
3580 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3581
3582         * text2.C (redoCursor): remove
3583         * text.C:
3584         * text3.C:
3585         * BufferView_pimpl.C: remove calls to redoCursor and
3586         setCursor(cursor.par(), cursor.pos()) all around
3587
3588 2003-12-15  Angus Leeming  <leeming@lyx.org>
3589
3590         * buffer.C: up the format to 228.
3591
3592 2003-12-15  André Pönitz  <poenitz@gmx.net>
3593
3594         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3595         slices
3596
3597         * Makefile.am:
3598
3599         * BufferView_pimpl.C:
3600         * cursor.[Ch]:
3601         * lyxcursor.[Ch]:
3602         * rowpainter.[Ch]:
3603         * lyxtext.h:
3604         * text.C:
3605         * text2.C:
3606         * text3.C: adjust
3607
3608 2003-12-15  Angus Leeming  <leeming@lyx.org>
3609
3610         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3611         than getFromGUIName to manipulate the color.
3612
3613 2003-12-14  Angus Leeming  <leeming@lyx.org>
3614
3615         * BranchList.[Ch]: minimize the API.
3616         (Branch::getBranch, getColor): now return a 'const &'.
3617         (Branch::setSelected) now returns a bool set to true if the
3618         selection status changes.
3619         (BranchList::clear, size, getColor, setColor, setSelected,
3620         allBranches, allSelected, separator): removed.
3621         (BranchList::find): new functions, returning the Branch with
3622         the given name.
3623         (BranchList::add, remove): return a bool indicating that
3624         the operation was successful.
3625
3626         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3627         new InsetBranch::isBranchSlected member function.
3628
3629         * LColor.[Ch]: mimimize the API.
3630         (fill): renamed as addColor and made private.
3631         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3632         versions of these functions taking a string arg have been removed.
3633
3634         * bufferparams.C (readToken):
3635         * lyxfunc.C (dispatch):
3636         * lyxrc.C (read): changes due to the altered BranchList and
3637         LColor APIs.
3638
3639         * factory.C (createInset, readInset): changes due to altered
3640         InsetBranch c-tor.
3641
3642 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3643
3644         * factory.C:
3645         * lyxfunc.C: remove insetminipage. "minipage-insert"
3646         now produces a frameless minipage box inset.
3647
3648 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3649
3650         * textcursor.[Ch] (selStart,selEnd): add new methods
3651         remove selection::start, end, use LyXCursor::operator<
3652         * lyxcursor.[Ch] (operator<): add
3653         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3654         * BufferView.[Ch] (unsetXSel): add
3655         * text2.C (clearSelection): use unsetXSel,adjust
3656         * text.C: adjust
3657         * text3.C: adjust
3658         * rowpainter.C: adjust
3659         * bufferview_funcs.C (put_selection_at): adjust
3660
3661 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3662
3663         * BufferView_pimpl.C: small coord. correction
3664
3665 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3666
3667         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3668         dragging over the splash screen.
3669
3670 2003-12-11  Angus Leeming  <leeming@lyx.org>
3671
3672         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3673         as it is now handled in LyXText::dispatch.
3674
3675         * text3.C (doInsertInset): remove a level of nesting.
3676
3677 2003-12-11  Angus Leeming  <leeming@lyx.org>
3678
3679         * factory.C (createInset): changes due to the changed interface to
3680         InsetCommandMailer::string2params.
3681
3682 2003-12-10  Angus Leeming  <leeming@lyx.org>
3683
3684         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3685         'dialog-show-new-inset <inset name>'
3686
3687 2003-12-10  Angus Leeming  <leeming@lyx.org>
3688
3689         * buffer.C: up the format to 227.
3690
3691         * factory.C: the box inset is now identified simply by 'Box'.
3692
3693 2003-12-10  Angus Leeming  <leeming@lyx.org>
3694
3695         * buffer.C: up the format to 226.
3696
3697         * factory.C: the note inset is now identified simply by 'Note'.
3698
3699 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3700
3701         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3702         when a pit is enough. Standarize a couple of loops.
3703
3704 2003-12-05  Angus Leeming  <leeming@lyx.org>
3705
3706         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3707         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3708         data to the re-worked "log" dialog.
3709
3710 2003-12-03  André Pönitz  <poenitz@gmx.net>
3711
3712         * PosIterator.C:
3713         * iterators.C:
3714         * lyxtext.h:
3715         * output_latex.C:
3716         * paragraph_funcs.C:
3717         * text.C:
3718         * text2.C: use Inset::getText instead of Inset::getParagraph
3719
3720 2003-12-03  André Pönitz  <poenitz@gmx.net>
3721
3722         * buffer.[Ch]:
3723         * lyxtext.h:
3724         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3725         InsetText::read() as LyXText::read()
3726
3727 2003-12-02  Angus Leeming  <leeming@lyx.org>
3728
3729         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3730         type. Add a comment in the implementation that the function uses
3731         the stream's bad() function rather than fail() as the std::streams
3732         would do.
3733
3734 2003-12-02  André Pönitz  <poenitz@gmx.net>
3735
3736         * lyxlex.[Ch]: make interface more similar to std::stream
3737
3738         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3739
3740 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3741
3742         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3743
3744 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3745
3746         * vspace.[Ch]: remove VSpace::NONE
3747
3748 2003-12-01  André Pönitz  <poenitz@gmx.net>
3749
3750         * buffer.[Ch]:
3751         * lyxtext.h: move ParagraphList member to LyXText
3752         rename LyXText::ownerParagraphs to LyXText::paragraph
3753
3754         * CutAndPaste.C:
3755         * bufferview_funcs.C:
3756         * iterators.[Ch]:
3757         * lyx_cb.C:
3758         * paragraph.C:
3759         * rowpainter.C:
3760         * tabular.C:
3761         * text.C:
3762         * text2.C:
3763         * text3.C: adjust
3764
3765         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3766
3767         * undo.C: fix cursor positioning
3768
3769 2003-12-01  John Levon  <levon@movementarian.org>
3770
3771         * BufferView_pimpl.C: fix a crash on exit with
3772         a buffer open
3773
3774 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3775
3776         * BranchList.C: fix setSelected() method.
3777
3778 2003-11-28  André Pönitz  <poenitz@gmx.net>
3779
3780         * ParagraphParameters.[Ch]:
3781         * ParameterStruct.h: remove space above/below from Paragraph to
3782          InsetVSpace
3783
3784         * BufferView_pimpl.C:
3785         * factory.C:
3786         * lyxfunc.C:
3787         * lyxtext.h:
3788         * output_latex.C:
3789         * paragraph.C:
3790         * paragraph_funcs.C:
3791         * rowpainter.[Ch]:
3792         * text.C:
3793         * text2.C:
3794         * text3.C: adjust
3795
3796 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3797
3798         * factory.C: Syntax change for CharStyles
3799
3800 2003-11-28  André Pönitz  <poenitz@gmx.net>
3801
3802         * BufferView.[Ch]:
3803         * BufferView.[Ch]:
3804         * buffer.[Ch]:
3805         * buffer.[Ch]: move LyXText member
3806
3807 2003-11-28  André Pönitz  <poenitz@gmx.net>
3808
3809         * BufferView.[Ch]: make LyXText * text a private member
3810
3811         * BufferView_pimpl.C:
3812         * cursor.C:
3813         * iterators.C:
3814         * lyx_cb.C:
3815         * lyxfind.C:
3816         * lyxtext.h:
3817         * rowpainter.[Ch]:
3818         * text.C:
3819         * text2.C:
3820         * undo.C: adjust
3821
3822         * output_plaintext.C: cleanup
3823
3824 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3825
3826         * buffer.C:
3827         * lyxtextclass.[Ch]: parametrize SGML document header
3828
3829 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3830
3831         * converter.[Ch]:
3832         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3833         getFlavor().
3834
3835 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3836
3837         * text2.C (setFont): rework using PosIterator (no more recursive)
3838         (setCharFont): no more needed
3839         (setLayout): no more selection cursors fiddling (done by redoCursor)
3840         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3841         destroy remaining ones)
3842
3843 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3844
3845         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3846         * lyxtext.h: ditto
3847         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3848         selection cursors
3849         * lyxfunc.C: adjust
3850         * text3.C: adjust + re-allow multi par depth changes
3851         * textcursor.C: simplify a bit
3852
3853 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3854
3855         * src/buffer.C:
3856         * src/lyxlayout.C:
3857         * src/lyxlayout.h:
3858         * src/lyxtext.h:
3859         * src/output_docbook.C:
3860         * src/output_latex.C:
3861         * src/paragraph.C:
3862         * src/paragraph.h:
3863         * src/sgml.C:
3864         * src/sgml.h:
3865         * src/text2.C: Introducing a number of tags parametrizing various
3866         XML formats that we may want to support
3867
3868 2003-11-25  André Pönitz  <poenitz@gmx.net>
3869
3870         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3871
3872         * lyxtext.h (leftMargin/rightMargin): simplify interface
3873
3874         * rowpainter.C:
3875         * text.C:
3876         * text2.C:
3877         * text3.C: adjust
3878
3879 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3880
3881         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3882         master file to any child files. Fixes bug 546.
3883
3884 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3885
3886         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3887
3888 2003-11-24  André Pönitz  <poenitz@gmx.net>
3889
3890         * rowpainter.C: simplification
3891
3892         * text2.C (updateCounters): remove call to redoParagraph on
3893         changed labels as this is far too expensive.
3894
3895 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3896
3897         * converter.C (convert): fix a crash: this function gets
3898         called with buffer == 0 from importer code.
3899
3900 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3901
3902         * text3.C (cursorPrevious): make sure that we do not compare
3903         iterators form different containers.
3904         (cursorNext): ditto
3905
3906         * rowpainter.C (paintSelection): make sure that we do not compare
3907         iterators from different containers.
3908
3909         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3910         iterators from different ParagraphList containers.
3911         [NEXT] ditto
3912
3913         * text2.C (LyXText): change order of initialization slightly
3914         (operator=): new function. copy all variables except cache_par_
3915         (moveUp): make sure that we do not compare iterators from
3916         different ParagraphList constainers.
3917         (moveDown): ditto
3918
3919         * text.C (firstPar): new function
3920         (lastPar): new function
3921         (endPar): new function
3922
3923         * lyxtext.h: move things around and group public functions, public
3924         variables, private functions, private variables
3925
3926 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3927
3928         * factory.C: change call to InsetERT constructor to avoid
3929         additional invocation of method status
3930         * text2.C (toggleInset): remove redundant update() call
3931         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3932         instead of a Bufferview pointer
3933
3934 2003-11-21  André Pönitz  <poenitz@gmx.net>
3935
3936         * rowpainter.C: simplification
3937
3938 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3939
3940         * text3.C (dispatch): make possible to extend a word/row selection
3941         with the mouse
3942
3943 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3944
3945         * lyxtext.h: x0_,y0_ -> xo_,yo_
3946         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3947         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3948         * rowpainter.C (paintRows): paint full paragraphs
3949
3950 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3951
3952         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3953         screen coordinates)
3954
3955 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3956
3957         * lyxtext.h: add x0_, y0_
3958         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3959         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3960
3961 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3962
3963         * text2.C (setCursorIntern): move the x_target update here *
3964         * text3.C: change some bv() to true/false in calls to
3965         cursorUp/Down/Right/Left
3966         * cursor.C: use helper function.
3967
3968 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3969
3970         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3971         * paragraph_funcs.[Ch]: correct comment
3972         * rowpainter.C: do not paint selections away from bv->cursor()
3973         Fix a long standing selection painting bug.
3974         * text3.C: generalize mouse-selection code to LyXTexts other that
3975         top one
3976         * textcursor.C: do not use y coords if we can use par offsets
3977
3978 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3979
3980         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3981         cursor position after e.g. inset insert)
3982
3983 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3984
3985         * lyxfind.C (replace): adjust to locking removal + some
3986         code simplification
3987
3988 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3989
3990         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3991         of the path
3992
3993 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3994
3995         * lyxlayout.[Ch]:
3996         * output_docbook.C: XML sanitation: new layout
3997         parameters InnerTag and CommandDepth
3998
3999 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4000
4001         * BufferView_pimpl.C:
4002         * factory.C:
4003         * text3.C: Fix the insertion and modification of button-style
4004         insets
4005
4006 2003-11-13  André Pönitz  <poenitz@gmx.net>
4007
4008         * InsetList.[Ch]: remove deleteLyXText
4009
4010         * paragraph.[Ch]: cache beginOfBody position
4011
4012         * Bidi.C:
4013         * text.C:
4014         * text2.C:
4015         * text3.C: remove superfluous update() calls
4016
4017         * vspace.C: cleanup
4018
4019 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4020
4021         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4022         * BufferView.C (fitLockedInsetCursor): remove
4023         * cursor.[Ch] (getDim): add
4024         * text.C (getRowNearY): add faster version
4025         * text3.C: remove some update calls
4026
4027 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4028
4029         * LaTeXFeatures.C:
4030         * LyXAction.C:
4031         * MenuBackend.C:
4032         * MenuBackend.h:
4033         * dispatchresult.h:
4034         * factory.C:
4035         * lfuns.h:
4036         * lyxfunc.C:
4037         * lyxtextclass.C:
4038         * lyxtextclass.h:
4039         * text3.C: The Character Style /XML short element patch.
4040
4041 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4042
4043         * text3.C:
4044         * factory.C: Small step to solving 'unable to insert some insets'
4045         problem
4046
4047 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4048
4049         * cursor.[Ch] (updatePos): new function for updating the y
4050         position of the tip inset
4051         * bufferview_funcs.C (put_selection_at):
4052         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4053
4054 2003-11-11  André Pönitz  <poenitz@gmx.net>
4055
4056         * text.C: remove big comment on invalid Paragraph pointers as it is
4057         not valid anymore
4058
4059 2003-11-11  André Pönitz  <poenitz@gmx.net>
4060
4061         * text_funcs.[Ch]: merge with ...
4062
4063         * text.C: ... this
4064
4065         * lyxtext.h:
4066         * text2.C:
4067         * text3.C: adjust
4068
4069         * Makefile.am: remove text_funcs.[Ch]
4070
4071 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4072
4073         * cursor.C (getPos): return absolute cached y coord
4074
4075         * BufferView_pimpl.C (fitCursor): new simplistic code
4076         (workAreaDispatch): add a fitCursor call
4077
4078 2003-11-10  André Pönitz  <poenitz@gmx.net>
4079
4080         * BufferView.[Ch]:
4081         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4082
4083 2003-11-10  André Pönitz  <poenitz@gmx.net>
4084
4085         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4086         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4087         indicate that the cursor needs to leave an inset
4088
4089         * lyxtext.h: remove inset locking
4090
4091         * cursor.[Ch]: re-implement functionality provided by inset locking
4092
4093         * BufferView.[Ch]:
4094         * BufferView_pimpl.[Ch]:
4095         * LyXAction.C:
4096         * bufferview_funcs.[Ch]:
4097         * factory.C:
4098         * funcrequest.[Ch]:
4099         * iterators.C:
4100         * lyx_cb.C:
4101         * lyxfind.C:
4102         * lyxfunc.C:
4103         * text.C:
4104         * text2.C:
4105         * text3.C:
4106         * undo.C: adjust
4107
4108 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4109
4110         * PosIterator.[Ch]: replace the stack with a vector, add inset
4111         accesor
4112         * iterators.[C]: adjust
4113
4114 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4115
4116         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4117         replaced
4118         * paragraph_funcs.C (readParToken): put the correct id in the
4119         error item, not the id of the top paragraph
4120
4121 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4122
4123         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4124         * bufferview_funcs.C (put_selection_at): use the above
4125
4126 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4127
4128         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4129
4130 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4131
4132         * output_linuxdoc.h:
4133         * output_plaintext.h:
4134         * output.h:
4135         * output_docbook.h: add #include statements
4136
4137 2003-11-05  José Matos  <jamatos@lyx.org>
4138
4139         * output_docbook.[Ch]:
4140         * output_latex.[Ch]:
4141         * output_linuxdoc.[Ch]:
4142         * output_plaintext.[Ch]: New files for output formats.
4143         * output.[Ch]: New file for helper functions.
4144
4145         * buffer.[Ch]:
4146         * paragraph_funcs.[Ch]: output functions moved to new files.
4147
4148         * outputparams.h: rename of latexrunparams.h
4149
4150         * LaTeX.[Ch]:
4151         * buffer.[Ch]:
4152         * bufferlist.[Ch]:
4153         * converter.[Ch]:
4154         * exporter.C:
4155         * paragraph.[Ch]:
4156         * paragraph_funcs.[Ch]:
4157         * paragraph_pimpl.[Ch]:
4158         * tabular.[Ch]: rename ascii to plaintext
4159         and LatexRunParams to OutputParams.
4160
4161 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4162
4163         * iterators.[Ch] (text): require bv argument
4164         * undo.C (recordUndo):
4165         * lyxfunc.C (dispatch):
4166         * bufferview_funcs.C (put_selection_at): adjust
4167
4168 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
4169
4170         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4171
4172 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4173
4174         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4175         nestings
4176
4177 2003-11-04  André Pönitz  <poenitz@gmx.net>
4178
4179         * cursor.[Ch]: restructure
4180
4181         * BufferView.[Ch]:
4182         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4183
4184         * iterators.[Ch] (asCursor): remove
4185
4186         * lfuns.h: remove LFUN_INSET_EDIT
4187
4188         * lyxfunc.C:
4189         * tabular.C:
4190         * text.C:
4191         * text2.C:
4192         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4193
4194 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4195
4196         * lyxfind.[Ch]: complete overhaul
4197         * BufferView_pimpl.C:
4198         * lyxfunc.C: adjust
4199         * paragraph.[Ch] (insert): add
4200
4201 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4202
4203         * BufferView.[Ch]:
4204         * lyxtext.h:
4205         * text.C: remove dead spellcheck code
4206
4207 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4208
4209         * dispatchresult.h: add a val setter
4210
4211         * cursor.C (dispatch): use a tempvar for data_[i]
4212
4213 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4214
4215         * PosIterator.[Ch]: compile fix
4216
4217 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4218
4219         * text.C (cursorPar): deactivate the cursor cache
4220
4221 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4222
4223         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4224
4225 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4226
4227         * text3.C (dispatch): adjust for new DisptchResult semantics.
4228
4229         * lyxfunc.C (dispatch): handle update when return from
4230         Cursor::dispatch, adjust for new DispatchResult semantics.
4231
4232         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4233         DispatchResult(true) mean to not update. Add class functions for
4234         setting dispatched and update, as well as reading.
4235
4236         * cursor.C (dispatch): don't handle update here
4237
4238 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4239
4240         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4241         * trans_mgr.C: adjust
4242
4243         * paragraph_funcs.C (readParToken): exception safety
4244
4245         * lyxvc.h: store the vcs pointer in a scoped_ptr
4246         * lyxvc.C: adjust
4247
4248         * lyxsocket.C (serverCallback): exception safety
4249
4250         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4251
4252         * ispell.C (clone): make it return a auto_ptr
4253
4254         * factory.C (createInset): exception safety
4255         (readInset): exception safety
4256
4257         * bufferlist.C (newBuffer): exception safety
4258
4259         * Thesaurus.C (Thesaurus): use initialization for aik_
4260
4261         * MenuBackend.C (expandToc): exception safety.
4262
4263 2003-11-03  André Pönitz  <poenitz@gmx.net>
4264
4265         * buffer.C:
4266         * buffer.h:
4267         * bufferview_funcs.C: remove getInsetFromId()
4268
4269         * lyxcursor.[Ch]:
4270         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4271
4272         * lyxfunc.C:
4273         * text2.C:
4274         * text3.C: adjust
4275
4276 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4277
4278         * PosIterator.C (distance, advance): new
4279         * bufferview_funcs.[Ch] (put_selection_at): new
4280         * iterators.[Ch] (lockPath): new
4281
4282 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4283
4284         * iterators.[Ch] (asPosIterator): added
4285         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4286         * PosIterator.[Ch]: added
4287
4288 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4289
4290         * text3.C:
4291         * lyxfunc.C:
4292         * cursor.C (dispatch):
4293         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4294
4295         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4296         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4297         contructor, add a class function dispatched. Remove operator>=
4298
4299 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4300
4301         * debug.C: only use the default constructor for debugstream
4302         (lyxerr) here.
4303
4304         * main.C (main): include debug.h and setup the lyxerr streambuf
4305         here.
4306
4307 2003-10-31  José Matos  <jamatos@lyx.org>
4308
4309         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4310
4311         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4312         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4313         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4314         * paragraph_pimpl.C (simpleTeXSpecialC):
4315         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4316         add LatexRunParams argument.
4317
4318         * exporter.C (Export): change call accordingly.
4319
4320         * latexrunparams.h: add new member to take care of the other backends.
4321 2003-10-30  José Matos  <jamatos@lyx.org>
4322
4323         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4324         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4325         factorise code for paragraph output.
4326         * buffer.[Ch]:
4327         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4328         move functions.
4329
4330 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4331
4332         * text3.C (dispatch):
4333         * lyxfunc.C (dispatch):
4334         * cursor.C (dispatch):
4335         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4336
4337         * dispatchresult.h: make the dispatch_result_t ctor explicit
4338
4339 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4340
4341         * sgml.[Ch]:
4342         * buffer.C: small refactoring of docbook stuff
4343
4344 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4345
4346         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4347         meaning.
4348
4349 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4350
4351         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4352         operator dispatch_result_t, and operators for == != and >=
4353
4354         * cursor.C (dispatch): adjust for operator dispatch_result_t
4355         removal. comment out call to update
4356
4357         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4358
4359 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4360
4361         * text3.C:
4362         * text2.C:
4363         * text.C:
4364         * lyxtext.h:
4365         * lyxfunc.C:
4366         * cursor.C:
4367         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4368         (dispatch):
4369
4370         * dispatchresult.h: new file, DispatchResult broken out of
4371         insets/insetbase.h
4372
4373         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4374
4375 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4376
4377         * text.C (rowBreakPoint): put a hack inside #if 0
4378
4379 2003-10-28  André Pönitz  <poenitz@gmx.net>
4380
4381         * lyxtext.h:
4382         * metricsinfo.C:
4383         * paragraph_funcs.C:
4384         * rowpainter.C:
4385         * text.C:
4386         * text2.C: general cleanup (lots of small stuff)
4387
4388 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4389
4390         * text2.C (cursorEnd): simple fix to the "end key goes to one
4391         before the end on last row" bug
4392
4393 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4394
4395         * text.C (backspace): fix the "zombie characters"
4396
4397 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4398
4399         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4400
4401 2003-10-27  André Pönitz  <poenitz@gmx.net>
4402
4403         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4404
4405         * factory.C: handle new InsetPagebreak, InsetLine
4406
4407         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4408         and move handling into new InsetPagebreak, InsetLine
4409
4410         * BufferView_pimpl.C:
4411         * LyXAction.C:
4412         * ParagraphParameters.C:
4413         * ParameterStruct.h:
4414         * lyxfunc.C:
4415         * lyxtext.h:
4416         * paragraph.C:
4417         * paragraph.h:
4418         * paragraph_funcs.C:
4419         * paragraph_pimpl.C:
4420         * rowpainter.C:
4421         * text.C:
4422         * text2.C:
4423         * text3.C: adjust
4424
4425 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4426
4427         * text.C:
4428         * lyxrow_funcs.[Ch]:
4429         * Bidi.C:
4430         * paragraph.C:
4431         * lyxtext.h:
4432         * rowpainter.C:
4433         * text2.C:
4434         * text3.C: remove lastPos uses in favour of Row::endpos
4435
4436 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4437
4438         * undo.C (performUndoOrRedo): fix two crashes by setting a
4439         cursor by hand and reordering some calls. Use bv->lockInset instead
4440         of inset->edit because the latter loses cursor information
4441
4442 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4443
4444         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4445         by Martin
4446         (rowBreakPoint): fix width. change point to point + 1.
4447         Add a missing check.
4448
4449 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4450
4451         * MenuBackend.C:
4452         * lyxfunc.C: fix (at least partly) the problems
4453         with the Nav menu and headers inside branch insets
4454         reported by Kayvan
4455
4456 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4457
4458         * paragraph.C (getChar): add strong asserts
4459
4460         * lyxrow_funcs.C (lastPos): remove hideous hack
4461
4462         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4463         (fill): adjust to that (avoid an infinite loop)
4464
4465 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4466
4467         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4468
4469 2003-10-23  André Pönitz  <poenitz@gmx.net>
4470
4471         * RowList_fwd.h: change list<> to vector<> to gain speed
4472         after suggestion from Alfredo
4473
4474 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4475
4476         * lyxtext.h: move the bidi stuff from here...
4477         * text.C: and here
4478         * text2.C: and here
4479         * Bidi.[Ch]: ... to here
4480
4481 2003-10-23  André Pönitz  <poenitz@gmx.net>
4482
4483         * lyxtext.h:
4484         * text.C (isLastRow, isFirstRow): new functions
4485
4486         * paragraph.h: new width cache member
4487
4488         * rowpainter.C: replace RowList::iterator with Row & where possible
4489
4490         * lyxfunc.C: replace several view()->text with a single call
4491
4492         * toc.C: fix 'unused' warning
4493
4494 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4495
4496         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4497         when woring with stream::pos_type
4498         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4499
4500 2003-10-22  André Pönitz  <poenitz@gmx.net>
4501
4502         * lyxtext.h:
4503         * text.C: use Row & instead of RowList::iterator
4504
4505         * lyxrow.h: rename end() to endpos()
4506
4507         * rowpainter.C:
4508         * text.C:
4509         * text2.C: adjust
4510
4511 2003-10-22  Angus Leeming  <leeming@lyx.org>
4512
4513         * buffer.[Ch] (fully_loaded): new member function, returning true
4514         only when the file has been loaded fully.
4515         Used to prevent the premature generation of previews and by the
4516         citation inset to prevent computation of the natbib-style label.
4517
4518         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4519         templates are all set up.
4520
4521         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4522
4523 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4524
4525         * text.C: fixed an "oops" in the "is a bit silly"
4526         bug fix
4527
4528 2003-10-21  André Pönitz  <poenitz@gmx.net>
4529
4530         * FuncStatus.[Ch]: small stuff, whitespace
4531
4532         * lyxfont.[Ch]: operator<<() for debug reasons
4533
4534         * lyxfunc.C:
4535         * lyxrow_funcs.C:
4536         * lyxtext.h: whitespace, spelling
4537
4538         * paragraph.C: naming of variables
4539
4540         * text.C:
4541         * text2.C: small stuff
4542
4543
4544 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4545
4546         * text.C: (1) finish off the inset display() work;
4547         (2) fix the "is a bit silly" bug (accessing char
4548         past end of par).
4549
4550 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4551
4552         * text.C: re-introduce display() for insets, fixing the
4553         various bugs (stretch of line above, math inset
4554         positioning, ...)
4555
4556 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4557
4558         * text.C (rightMargin): remove spurious semicolon
4559
4560         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4561         1415)
4562
4563 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4564
4565         * text3.C: fix one crash due to wrong cursor def
4566
4567 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4568
4569         * vc-backend.C (scanMaster): make the regex static
4570
4571         * LaTeX.C (scanAuxFile): make the regexs static
4572
4573         * text3.C (doInsertInset, dispatch, dispatch):
4574         * text2.C (cursorUp, cursorDown):
4575         * text.C (selectNextWordToSpellcheck):
4576         * BufferView_pimpl.C (dispatch):
4577         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4578
4579 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4580
4581         * lyxsocket.C: include <cerrno>
4582
4583 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4584
4585         * lyxfunc.C (dispatch): remove textcache stuff
4586
4587         * bufferlist.C (release): remove textcache stuff
4588         (closeAll): ditto
4589
4590         * TextCache.C: delete file
4591         * TextCache.h: delete file
4592
4593         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4594
4595         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4596         delete of the bv_->text.
4597         (resizeCurrentBuffer): remove texcache stuff
4598         (workAreaResize): ditto
4599
4600 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4601
4602         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4603         action.
4604
4605 2003-10-16  André Pönitz  <poenitz@gmx.net>
4606
4607         * lyxrow.[Ch]:
4608         * paragraph.h:
4609         * rowpainter.C:
4610         * text.C:
4611         * text2.C:
4612         * text3.C: speed up by storing y positions per paragraph plus per-row
4613         offset instead of having a 'full' y position in the row.
4614
4615 2003-10-15  André Pönitz  <poenitz@gmx.net>
4616
4617         * iterators.[Ch]:
4618         * iterators.[Ch]:
4619         * undo.[Ch]: make undo aware of inner insets
4620
4621 2003-10-14  Angus Leeming  <leeming@lyx.org>
4622
4623         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4624         static member functions LyX::ref() and LyX::cref.
4625         (lastfiles): new accessor functions for the new lastfiles_ member var.
4626         (addLyXView, views_): add a new LyXView to the list of views_.
4627         (updateInset): loop over all LyXViews to call their own updateInset
4628         member function, returning a pointer to the Buffer owning the inset.
4629
4630         * BufferView_pimpl.C (loadLyXFile):
4631         * MenuBackend.C (expandLastfiles):
4632         * bufferlist.C (MenuWrite, QuitLyX):
4633         lastfiles is no longer a global variable.
4634         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4635
4636         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4637         static function. Access through LyX::cref().emergencyCleanup().
4638
4639 2003-10-14  André Pönitz  <poenitz@gmx.net>
4640
4641         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4642
4643         * undo.[Ch]: restoring part of 'undo in insets'
4644
4645         * Makefile.am:
4646         * undo_funcs.[Ch]: merge with undo.[Ch]
4647
4648         * tabular.C: small cleansing stuff
4649
4650 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4651
4652         * paragraph_funcs.C (readParToken): report unknown insets as error
4653         boxes. Use the outer paragraph as location (also for unknown
4654         tokens).
4655
4656         * factory.C (readInset): do not abort on reading an unknown inset.
4657         Eat it and return 0.
4658
4659 2003-10-13  Angus Leeming  <leeming@lyx.org>
4660
4661         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4662
4663         * lyxrc.C: displayTranslator is now a function,
4664         declared in GraphicsTypes.h.
4665
4666 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4667
4668         * format.C: new placeholder $$a to pass the socket address.
4669
4670         * bufferlist.[Ch]: new function getBufferFromTmp.
4671
4672         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4673           files in the temporary dir.
4674
4675 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4676
4677         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4678
4679         * Makefile.am: add lyxsocket.[Ch].
4680
4681         * lyx_main.C (error_handler): handle SIGPIPE.
4682
4683 2003-10-13  André Pönitz  <poenitz@gmx.net>
4684
4685         * BufferView_pimpl.C:
4686         * lyxtext.h:
4687         * text.C:
4688         * text2.C:
4689         * text3.C:
4690         * undo_funcs.[Ch]: use paroffset_type instead of
4691           ParagraphList::iterators to prevent multiple conversion
4692           (and get a more robust interface)
4693
4694 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4695
4696         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4697         * lyxtext.h: ditto
4698         * text3.C (dispatch): ditto
4699
4700 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4701
4702         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4703         move the onlyfile, use onlyfile instead of foundfile in a couple
4704         of places.
4705
4706         * DepTable.C (update): flush the error stream a bit more
4707
4708 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4709
4710         * lyxserver.C (callback): adjust
4711
4712         * lyxfunc.C (getStatus): add a missing brace in commented code
4713         (ensureBufferClean): reindent
4714         (dispatch): delete version taking a string
4715
4716 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4717
4718         * LaTeX.C (deplog): move found file handlig from here...
4719         (handleFoundFile): .. to new function here.
4720         (deplog): make sure to discover several files mentioned on the
4721         same log line.
4722
4723 2003-10-10  André Pönitz  <poenitz@gmx.net>
4724
4725         * lyxfunc.C:
4726         * lyxtext.h:
4727         * tabular.C:
4728         * text.C:
4729         * text2.C:
4730         * text3.C: fix some of the tabular crashes
4731
4732 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4733
4734         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4735
4736         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4737
4738 2003-10-09  André Pönitz  <poenitz@gmx.net>
4739
4740         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4741
4742         * BufferView.C:
4743         * BufferView_pimpl.C:
4744         * bufferview_funcs.C:
4745         * lyx_cb.C:
4746         * lyxcursor.C:
4747         * lyxfind.C:
4748         * lyxfunc.C:
4749         * lyxtext.h:
4750         * text.C:
4751         * text2.C:
4752         * text3.C:
4753         * text_funcs.[Ch]:
4754         * textcursor.[Ch]:
4755         * undo_funcs.C: adjust
4756
4757 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4758
4759         * text2.C (incrementItemDepth): new function, use a backtracking
4760         algorithm to discover the correct item depth.
4761         (resetEnumCounterIfNeeded): new function, use a backtracking
4762         algorithm to discover if counter reset is needed.
4763         (setCounter): use them. Simplify a bit. Add different labels for
4764         different item depths for itemize.
4765
4766         * paragraph.C (Paragraph): remove initialization of enumdepth
4767         (operator=): ditto
4768
4769         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4770         enumerate and itemize. Change the type of itemdepth to signed char.
4771
4772 2003-10-08  André Pönitz  <poenitz@gmx.net>
4773
4774         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4775           thing assignable.
4776         * text.C:
4777         * text2.C: adjust
4778
4779         * tabular.[Ch]: fix crash after 'row-insert'
4780
4781 2003-10-08  Angus Leeming  <leeming@lyx.org>
4782
4783         Fix doxygen warnings.
4784
4785         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4786         Remove CutAndPaste:: prefix from header file declaration.
4787
4788         * LColor.h (fill): remove LColor:: prefix from declaration.
4789
4790         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4791         use lyx::depth_type rather than Paragraph::depth_type so that
4792         header file and .C file match.
4793
4794         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4795
4796         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4797         * aspell.C: \file aspell_local.C -> \file aspell.C
4798         * gettext.C: \file gettext.C -> \file src/gettext.C
4799         * gettext.h: \file gettext.h -> \file src/gettext.h
4800         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4801         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4802         * text.C: \file text.C -> \file src/text.C
4803
4804         * toc.C: move comment so that doxygen is not confused.
4805
4806 2003-10-07  Angus Leeming  <leeming@lyx.org>
4807
4808         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4809
4810 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4811
4812         * aspell.C:
4813         * aspell_local.h: add forgotten std::string's.
4814
4815 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4816
4817         * LaTeXFeatures.C:
4818         * LyXAction.C:
4819         * factory.C:
4820         * lfuns.h:
4821         * lyxfunc.C:
4822         * text3.C: The Box patch. Fancybox support, minipage, parbox
4823
4824 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4825
4826         * CutAndPaste.h:
4827         * DepTable.h:
4828         * FloatList.h:
4829         * LaTeXFeatures.h:
4830         * ParagraphParameters.h:
4831         * TextCache.h:
4832         * Thesaurus.h:
4833         * bufferlist.h:
4834         * exporter.h:
4835         * importer.h:
4836         * lastfiles.h:
4837         * lyxfind.h:
4838         * lyxfont.h:
4839         * lyxlex.h:
4840         * lyxtextclasslist.h:
4841         * messages.h:
4842         * paragraph.h:
4843         * paragraph_pimpl.C:
4844         * textcursor.h: add <string> and other small fixes to make Lars'
4845         std::string patch compile with STLport.
4846
4847 2003-10-06  Angus Leeming  <leeming@lyx.org>
4848
4849         * LColor.h: Add missing #include <string>.
4850
4851 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4852
4853         * All most all file in all subdirs: Make <string> be the prefered
4854         way of getting to std::string, add using declarations.
4855
4856 2003-10-06  André Pönitz  <poenitz@gmx.net>
4857
4858         * metricsinfo.C: initialize LyXFont before changing attribute.
4859         (fixes the 'math in \emph is upright' bug)
4860
4861 2003-10-06  André Pönitz  <poenitz@gmx.net>
4862
4863         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4864
4865 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4866
4867         * graph.C:
4868         * paragraph_pimpl.C: Small fixes to build using STLport
4869
4870 2003-10-02  André Pönitz  <poenitz@gmx.net>
4871
4872         * lyxfunc.C:
4873         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4874
4875 2003-10-01  André Pönitz  <poenitz@gmx.net>
4876
4877         * factory.C: assert early
4878
4879 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4880
4881         * lyx_main.C: remove the global debug object
4882
4883         * debug.h: adjust for new debugstream
4884
4885         * debug.C: adjust for new debugstream and keep the global debug
4886         object here.
4887
4888 2003-09-22  Angus Leeming  <leeming@lyx.org>
4889
4890         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4891         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4892         an incomplete class LyXFont.
4893
4894 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4895
4896         * factory.C: bug fix in branches
4897
4898 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4899
4900         * lyxfunc.C (processKeySym): adjust
4901         (dispatch): adjust
4902         (dispatch): change arg name from ev to func, adjust
4903         (sendDispatchMessage): ditto
4904
4905         * lyx_main.C (defaultKeyBindings): adjust keybindings
4906         (deadKeyBindings): ditto
4907
4908         * kbsequence.C (addkey): return a FuncRequest
4909
4910         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4911
4912         * kbmap.C (bind): take a FuncRequest as arg, adjust
4913         (read): adjust
4914         (lookup): adjust
4915         (defkey): change to take a FuncRequest as arg, adjust
4916         (findbinding): take a FuncRequest as arg, adjust.
4917
4918         * funcrequest.h (operator=): added
4919
4920         * funcrequest.C (FuncRequest): default kb_action changed from
4921         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4922
4923         * buffer.C (dispatch): simplify
4924         (dispatch): adjust to take a FuncRequest as arg, adjust
4925
4926         * boost.C (assertion_failed): change assertion message slightly
4927
4928         * ToolbarBackend.C (read): simplify
4929
4930         * MenuBackend.C (binding): adjust call to findbinding, add a
4931         message if no binding is found.
4932         (read): simplify
4933         (expandToc): correct by adding a empty FuncRequest
4934
4935         * LyXAction.C: include <boost/assert.hpp>
4936         (isPseudoAction): delete function
4937         (LookupFunc): change name to...
4938         (lookupFunc): this. change return type to FuncRequest.
4939         (getActionName): take kb_action as arg, simplify
4940         (funcHasFlag): add an assert, simplify.
4941
4942 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4943
4944         * toc.C (action): return a FuncRequest, simplify
4945
4946         * lyxfunc.C (processKeySym): adjust
4947         (getStatus): delete version that takes an int.
4948         (getStatus): adjust
4949         (dispatch): delete version that takes action as int
4950         (dispatch): adjust
4951         (sendDispatchMessage): simplify and adjust
4952
4953         * funcrequest.C (getArg): take unsigned int as arg
4954
4955         * ToolbarBackend.C (read): adjust
4956         (add): delete version that takes func as a string.
4957         (getIton): take a FuncRequest as arg
4958
4959         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4960         action.
4961
4962         * MenuBackend.C (MenuItem): add a new construct that only takes a
4963         Kind, simplify the constructor use for submenus.
4964         (add): adjust
4965         (expandLastfiles): adjust
4966         (expandDocuments): adjust
4967         (expandFormats): adjust
4968         (expandFloatListInsert): adjust
4969         (expandFloatInsert): adjust
4970         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4971
4972         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4973         Remove class variables lyx_pseudo_map and lyx_arg_map
4974
4975         * LyXAction.C (searchActionArg): delete function
4976         (getPseudoAction): delete function
4977         (retrieveActionArg): delete function
4978         (LookupFunc): make it return kb_action, simplify.
4979         (getActionName): simplify
4980
4981         * factory.C (createInset): fix new bug
4982
4983 2003-09-19  Angus Leeming  <leeming@lyx.org>
4984
4985         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4986         masterFilename_ parameter in the include inset.
4987
4988         * factory.C (createInset): changes due to the changes to InsetInclude.
4989
4990 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4991
4992         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4993
4994 2003-09-18  Angus Leeming  <leeming@lyx.org>
4995
4996         * buffer.C:
4997         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4998         Inset::fillWithBibKeys.
4999         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5000
5001 2003-09-18  Angus Leeming  <leeming@lyx.org>
5002
5003         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5004         variables.
5005         (ctor): pass and store a 'Buffer const &'
5006         (buffer): new member function.
5007
5008         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5009         '*this' to the LaTeXFeatures ctor.
5010
5011 2003-09-18  Angus Leeming  <leeming@lyx.org>
5012
5013         * LColor.h:
5014         * lyxfont.C:
5015         * lyxfont.h:
5016         * lyxtext.h:
5017         * text.C: rename EnumLColor as LColor_color.
5018
5019 2003-09-18  Angus Leeming  <leeming@lyx.org>
5020
5021         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5022         remove #include "insets/insetbase.h" from cursor.h.
5023
5024 2003-09-18  Angus Leeming  <leeming@lyx.org>
5025
5026         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5027         InsetOld_code to remove #include "inset.h".
5028
5029         * iterators.C: add #include "insets/inset.h"
5030
5031 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5032
5033         * BufferView.C: remove more locking stuff that apparently doesn't
5034         do anything sensible.
5035
5036 2003-09-16  André Pönitz  <poenitz@gmx.net>
5037
5038         * paragraph.[Ch]:
5039         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5040           performance boost.
5041
5042 2003-09-16  Angus Leeming  <leeming@lyx.org>
5043
5044         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5045
5046         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5047         arg/return type.
5048
5049         * paragraph.h: remove #include "lyxfont.h". Forward declare
5050         LyXFont_size.
5051
5052 2003-09-16  Angus Leeming  <leeming@lyx.org>
5053
5054         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5055         of support/textutils.h.
5056         (isWord): move the contents of support/textutils.h's IsWordChar here.
5057
5058         * buffer.C:
5059         * lyxfind.C:
5060         * rowpainter.C:
5061         * text.C:
5062         * text2.C: add #include "paragraph.h".
5063
5064         * rowpainter.C:
5065         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5066
5067 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5068
5069         * main.C:
5070         * lyx_main.C:
5071         * lyx_cb.C:
5072         * buffer.C:
5073         * LaTeX.C: use namespace alias for lyx::support::os
5074
5075 2003-09-16  Angus Leeming  <leeming@lyx.org>
5076
5077         * bufferparams.C:
5078         * bufferview_funcs.C:
5079         * factory.C:
5080         * lyxfunc.C:
5081         * paragraph_pimpl.C:
5082         * rowpainter.C:
5083         * text.C: add #include "LColor.h".
5084
5085 2003-09-16  Angus Leeming  <leeming@lyx.org>
5086
5087         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5088         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5089         return LyXFont &.
5090         Store the FontBits::color variable as an int rather than as an
5091         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5092         file.
5093
5094         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5095         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5096         string calls together.
5097
5098         * lyxrc.C: add #include "LColor.h".
5099
5100 2003-09-15  Angus Leeming  <leeming@lyx.org>
5101
5102         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5103         a cow_ptr.
5104
5105 2003-09-15  Angus Leeming  <leeming@lyx.org>
5106
5107         * LColor.h: add an EnumLColor wrapper for LColor::color.
5108
5109         * lyxfont.[Ch] (color, setColor, realColor):
5110         * lyxtext.h, text.C (backgroundColor):
5111         pass EnumLColor args to/from the functions, rather than LColor::color
5112         ones.
5113
5114         * lyxfont.h:
5115         * lyxtext.h: forward declare EnumLColor.
5116
5117         * lyx_main.C: add #include "LColor.h".
5118
5119 2003-09-15  Angus Leeming  <leeming@lyx.org>
5120
5121         * .cvsignore: add lyx-gtk.
5122
5123 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5124
5125         * Chktex.C
5126         * LaTeX.C
5127         * LaTeXFeatures.C
5128         * ParagraphParameters.C
5129         * Spacing.C
5130         * buffer.C
5131         * bufferparams.C
5132         * bufferview_funcs.C
5133         * chset.C
5134         * counters.C
5135         * funcrequest.C
5136         * lyxfont.C
5137         * lyxgluelength.C
5138         * lyxlength.C
5139         * paragraph.C
5140         * paragraph_funcs.C
5141         * text3.C
5142         * vc-backend.C: remove usage of STRCONV
5143
5144 2003-09-15  Angus Leeming  <leeming@lyx.org>
5145
5146         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5147         explicitly define the color passed to the painter.
5148
5149 2003-09-15  Angus Leeming  <leeming@lyx.org>
5150
5151         * bufferparams.C (BufferParams): reorder member initializers to avoid
5152         compiler warning.
5153
5154 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5155
5156         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5157         * text.C (updateRowPositions): remove an unusual nop
5158
5159 2003-09-12  André Pönitz  <poenitz@gmx.net>
5160
5161         * BufferView_pimpl.C:
5162         * Bullet.C:
5163         * layout.h:
5164         * lyxfunc.C:
5165         * lyxlayout.[Ch]:
5166         * lyxtextclass.C:
5167         * rowpainter.C:
5168         * text.C:
5169         * text2.C:
5170         * Counters.[Ch]: finish the 'automatic counters' job
5171
5172 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5173
5174         * aspell.C: include <boost/assert.cpp> (compile fix)
5175
5176 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5177
5178         * boost.C (assertion_failed): use lyx::support::abort instead of
5179         assert.
5180
5181 2003-09-10  Angus Leeming  <leeming@lyx.org>
5182
5183         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5184         with their _fwd progeny.
5185
5186 2003-09-09  Angus Leeming  <leeming@lyx.org>
5187
5188         134 files throughtout the source tree: replace 'using namespace abc;'
5189         directives with the appropriate 'using abc::xyz;' declarations.
5190
5191 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5192
5193         * boost.C (emergencyCleanup): moved here from LAssert.c
5194         (assertion_failed): new function, called by BOOST_ASSERT
5195
5196         * several files: change Assert to BOOST_ASSERT
5197
5198 2003-09-09  Angus Leeming  <leeming@lyx.org>
5199
5200         * buffer.[Ch]: Add an Impl class and move Buffer's member
5201         variables into it. As a result move several header files out of
5202         buffer.h.
5203
5204         Add header files to lots of .C files all over the tree as a result.
5205
5206 2003-09-09  Angus Leeming  <leeming@lyx.org>
5207
5208         * buffer.[Ch]: make Buffer's member variables private. Add
5209         accessor functions.
5210
5211         Lots of changes all over the tree as a result.
5212
5213 2003-09-08  Angus Leeming  <leeming@lyx.org>
5214
5215         * graph.C: #include <config.h>.
5216
5217 2003-09-08  Angus Leeming  <leeming@lyx.org>
5218
5219         * BranchList.C:
5220         * BufferView.C:
5221         * BufferView_pimpl.C:
5222         * CutAndPaste.C:
5223         * DepTable.C:
5224         * LaTeX.C:
5225         * LaTeXFeatures.C:
5226         * LyXAction.C:
5227         * MenuBackend.C:
5228         * TextCache.C:
5229         * aspell.C:
5230         * buffer.C:
5231         * bufferlist.C:
5232         * changes.C:
5233         * chset.C:
5234         * converter.C:
5235         * counters.C:
5236         * debug.C:
5237         * graph.C:
5238         * ispell.C:
5239         * lyx_cb.C:
5240         * lyxfind.C:
5241         * lyxfunc.C:
5242         * lyxlex_pimpl.C:
5243         * lyxrc.C:
5244         * lyxrow.C:
5245         * paragraph.C:
5246         * rowpainter.C:
5247         * texrow.C:
5248         * text.C:
5249         * text2.C:
5250         * toc.C: remove redundant using directives.
5251
5252 2003-09-07  Angus Leeming  <leeming@lyx.org>
5253
5254         * LaTeXFeatures.h: remove #include "support/types.h".
5255         * ToolbarBackend.h: remove #include <algorithm>.
5256         * changes.h: remove #include <ctime>.
5257         * debug.h: remove #include <iosfwd>.
5258         * graph.h: remove #include "support/std_string.h".
5259         * lyx_main.h: remove #include <csignal>.
5260         * lyxlex_pimpl.h: remove #include <fstream>.
5261         * sgml.h: remove #include <algorithm>, <utility>.
5262         * toc.h: remove #include "support/std_ostream.h".
5263         Add #include <iosfwd>.
5264
5265 2003-09-07  Angus Leeming  <leeming@lyx.org>
5266
5267         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5268
5269         * converter.h: forward declare LatexRunParams.
5270         * encoding.h: remove #include "lyxrc.h".
5271         * lyxtext.h: remove #include "LColor.h".
5272         * lyxtextclass.h: remove #include "support/types.h".
5273         * trans.h: remove #include "tex-accent.h".
5274         * trans_mgr.h: remove #include "tex-accent.h".
5275         * insets/inset.h: remove #include "support/types.h", <vector>.
5276         * insets/insetcollapsable.h: remove #include "LColor.h".
5277         * insets/insetinclude.h: remove #include "dimension.h".
5278         * insets/insetlatexaccent.h: remove #include "dimension.h".
5279         * insets/insetoptarg.h:: remove #include "insettext.h".
5280         * insets/insettext.h: remove #include "dimension.h",
5281         <boost/shared_ptr.hpp>
5282
5283         * insets/renderers.h: add #include "dimension.h".
5284         * insets/updatableinset.h: add #include "support/types.h".
5285
5286         * many .C files: Associated changes.
5287
5288 2003-09-06  Angus Leeming  <leeming@lyx.org>
5289
5290         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5291         one, inside testInvariant.
5292
5293         * PrinterParams.C: new file.
5294         * PrinterParams.[Ch]: move the function bodies out of line.
5295
5296 2003-09-06  Angus Leeming  <leeming@lyx.org>
5297
5298         * ParagraphParameters.h: forward declare ParameterStruct rather than
5299         including its header file.
5300         (depth): moved out-of-line.
5301
5302 2003-09-06  Angus Leeming  <leeming@lyx.org>
5303
5304         * BufferView_pimpl.h:
5305         * kbmap.h:
5306         * kbsequence.h:
5307         * lyxfunc.h: forward declare LyXKeySym rather than
5308         #include "frontends/LyXKeySym.h".
5309
5310         * BufferView_pimpl.C:
5311         * kbmap.C:
5312         * kbsequence.C:
5313         * lyxfunc.C: associated changes.
5314
5315 2003-09-06  Angus Leeming  <leeming@lyx.org>
5316
5317         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5318         As a result, can remove the #include "insets/inset.h" from BufferView.h
5319
5320 2003-09-06  Angus Leeming  <leeming@lyx.org>
5321
5322         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5323         As a result, can remove the #include "insets/inset.h" from BufferView.h
5324
5325 2003-09-06  Angus Leeming  <leeming@lyx.org>
5326
5327         * buffer_funcs.C:
5328         * buffer.h:
5329         * bufferlist.C:
5330         * BufferView.C:
5331         * bufferview_funcs.C:
5332         * BufferView_pimpl.C:
5333         * CutAndPaste.C:
5334         * lyx_cb.C:
5335         * lyxfunc.C:
5336         * paragraph.h:
5337         * ParagraphParameters.C:
5338         * tabular.C:
5339         * text3.C:
5340         * toc.C:
5341         * undo_funcs.C:
5342         * frontends/controllers/ControlDocument.C:
5343         * insets/insetcaption.C: rearrange the #includes into some sort of
5344         coherent order.
5345
5346         * buffer.h: remove #includes ErrorList.h, undo.h
5347
5348 2003-09-06  Angus Leeming  <leeming@lyx.org>
5349
5350         * support/types.h: add a 'depth_type' typedef, used to store the
5351         nesting depth of a paragraph.
5352
5353         * paragraph.h:
5354         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5355         defining explicitly.
5356
5357         * buffer.h:
5358         * paragraph_funcs.h:
5359         * ParagraphParameters.h:
5360         * sgml.h: use lyx::depth_type rather than Paragraph or
5361         ParameterStruct's depth_type.
5362
5363         * buffer.h
5364         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5365
5366         * BufferView.C:
5367         * BufferView_pimpl.C:
5368         * CutAndPaste.C:
5369         * ParagraphParameters.C:
5370         * buffer_funcs.C:
5371         * bufferlist.C:
5372         * bufferview_funcs.C:
5373         * lyx_cb.C:
5374         * lyxfunc.C:
5375         * tabular.C:
5376         * text3.C:
5377         * toc.C:
5378         * undo_funcs.C:
5379         * frontends/LyXView.C:
5380         * frontends/controllers/ControlDocument.C:
5381         * frontends/controllers/ControlErrorList.C:
5382         * insets/insetbibitem.C:
5383         * insets/insetbranch.C:
5384         * insets/insetcaption.C:
5385         * insets/insetcollapsable.C:
5386         * insets/insetenv.C:
5387         * insets/insetert.C:
5388         * insets/insetfloat.C:
5389         * insets/insetfoot.C:
5390         * insets/insetfootlike.C:
5391         * insets/insetnewline.C:
5392         * insets/insetquotes.C:
5393         * insets/insettabular.C:
5394         * insets/insettext.C:
5395         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5396
5397         * frontends/controllers/ControlChanges.C: #include "changes.h".
5398
5399 2003-09-06  Angus Leeming  <leeming@lyx.org>
5400
5401         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5402         than #including paragraph.h.
5403
5404         * ParagraphList.h:
5405         * RowList.h: deleted. Superfluous.
5406
5407         * CutAndPaste.h:
5408         * iterators.h:
5409         * lyxcursor.h:
5410         * lyxtext.h:
5411         * text_funcs.h:
5412         * undo.h:
5413         * undo_funcs.h:
5414         * insets/inset.h:
5415         * insets/insettext.h: use ParagraphList_fwd.h rather than
5416         ParagraphList.h.
5417
5418         * paragraph.h: don't forward declare ParagraphList.
5419
5420         * buffer.h:
5421         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5422         rather than ParagraphList.h. paragraph.h is still needed for the
5423         Paragraph::depth_type parameters.
5424
5425         * textcursor.h: enable it to compile stand-alone in light of the
5426         above changes.
5427
5428         * bufferview_funcs.C:
5429         * iterators.C:
5430         * lyxfunc.C:
5431         * lyxrow_funcs.C:
5432         * paragraph.C:
5433         * rowpainter.C:
5434         * text.C:
5435         * text2.C:
5436         * text3.C:
5437         * text_funcs.C:
5438         * textcursor.C:
5439         * undo.C:
5440         * frontends/controllers/ControlParagraph.C:
5441         * frontends/controllers/ControlTabular.C:
5442         * insets/insetmarginal.C:
5443         * insets/insetminipage.C:
5444         * insets/insetnote.C:
5445         * insets/insetoptarg.C: add header files needed to compile again.
5446
5447 2003-09-06  Angus Leeming  <leeming@lyx.org>
5448
5449         * RowList_fwd.h: new file, forward-declaring Row rather than
5450         #including lyxrow.h.
5451
5452         * lyxrow_funcs.h:
5453         * lyxtext.h:
5454         * paragraph.h:
5455         * insets/insettext.h: use it instead of RowList.h
5456
5457         * bufferview_funcs.C:
5458         * lyxfunc.C:
5459         * lyxrow_funcs.C:
5460         * paragraph.C:
5461         * rowpainter.C:
5462         * text.C:
5463         * text2.C:
5464         * text3.C: #include "RowList.h".
5465
5466 2003-09-05  Angus Leeming  <leeming@lyx.org>
5467
5468         * factory.C (createInset):
5469         * vspace.C (c-tor): replace sscanf call with an istringstream.
5470         * ispell.C: re-add missing HP/UX headers.
5471         * lyxserver.C: re-add missing  os2 headers.
5472
5473 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5474
5475         * BranchList.C:
5476         * graph.C:
5477         * ispell.C:
5478         * lastfiles.C:
5479         * lyx_cb.C:
5480         * lyxserver.C:
5481         * texrow.C:
5482         * text3.C: re-add missing system headers, needed for 2.95.2.
5483
5484 2003-09-05  Angus Leeming  <leeming@lyx.org>
5485
5486         Changes most place everywhere due to the removal of using directives
5487         from support/std_sstream.h.
5488
5489 2003-09-05  Angus Leeming  <leeming@lyx.org>
5490
5491         Replace LString.h with support/std_string.h,
5492         Lsstream.h with support/std_sstream.h,
5493         support/LIstream.h with support/std_istream.h,
5494         support/LOstream.h with support/std_ostream.h.
5495
5496         Changes resulting throughout the tree.
5497
5498 2003-09-05  Angus Leeming  <leeming@lyx.org>
5499
5500         * sgml.h: ensure that the header file can be compiled stand-alone.
5501         * *.C: strip out redundant #includes. (320 in total.)
5502
5503 2003-09-04  Angus Leeming  <leeming@lyx.org>
5504
5505         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5506         here (from getPackages).
5507
5508         * debug.[Ch]: add a new EXTERNAL tag.
5509
5510 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5511
5512         * text2.C (cursorEnd): simplify
5513         (setCursor): adjust
5514         (getColumnNearX): adjust
5515
5516         * text.C (computeBidiTables): adjust
5517         (fill): adjust
5518
5519         * rowpainter.C (paintChars): adjust
5520         (paintSelection): adjust
5521         (paintChangeBar): adjust
5522         (paintText): adjust
5523
5524         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5525         lastPos instead.
5526         (numberOfSeparators): adjust
5527
5528 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5529
5530         * LyXAction.C:
5531         * box.[Ch]:
5532         * lfuns.h:
5533         * lyxfunc.C:
5534         * text3.C: Restricts the mouse click functionality
5535         of insets like bibtex, include, toc and floatlist to the visible
5536         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5537         up the dialogs. Cursor has to be in front of the inset (i.e.
5538         start of row) for this to function.
5539
5540 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5541
5542         * bufferview_funcs.C (currentState): output row information
5543
5544 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5545
5546         * bufferview_funcs.C (currentState): output paragraph position
5547
5548 2003-09-04  Angus Leeming  <leeming@lyx.org>
5549
5550         * FloatList.h: move out #include "Floating.h".
5551         * LaTeX.h: move out #include "DepTable.h".
5552         * LyXAction.h: move out #include "funcrequest.h".
5553         * buffer.h: move out #include "author.h", "iterators.h".
5554         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5555         * lyx_main.h: move out #include "errorlist.h".
5556         * lyxfunc.h: move out #include "FuncStatus.h".
5557         * lyxtext: move out #include "lyxcursor.h".
5558         * paragraph_pimpl.h: move out #include "counters.h".
5559
5560 2003-09-03  Angus Leeming  <leeming@lyx.org>
5561
5562         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5563         preamble_snippets list, enabling us to add snippets to the preamble
5564         only if the snippet was not there already.
5565
5566 2003-09-04  Angus Leeming  <leeming@lyx.org>
5567
5568         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5569
5570 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5571
5572         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5573         update
5574
5575 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5576
5577         * BranchList.C: point fix, earlier forgotten
5578
5579 2003-09-02  Angus Leeming  <leeming@lyx.org>
5580
5581         * box.C (contains): renamed from 'contained' after a fantastic
5582         amount of hot air.
5583
5584 2003-09-02  John Levon  <levon@movementarian.org>
5585
5586         * BufferView.C:
5587         * lyxcursor.h:
5588         * lyxcursor.C:
5589         * lyxfunc.C:
5590         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5591
5592 2003-09-02  John Levon  <levon@movementarian.org>
5593
5594         * text2.C: simplification of cursorEnd(), including partial
5595         fix for bug 1376
5596
5597 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5598
5599         * buffer.C (readFile): add a space
5600
5601 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5602
5603         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5604
5605 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5606
5607         * buffer.C (readFile): new function, take a filename and a
5608         ParagraphList::iterator
5609         (readFile): adjust
5610         (readFile): adjust, make it private. don't use setStream, make
5611         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5612         always contain the filename.
5613
5614         * BufferView.C (insertLyXFile): simplify and make it work for
5615         gzipped files.
5616
5617 2003-08-30  John Levon  <levon@movementarian.org>
5618
5619         * Makefile.am: fix dist (from Kayvan)
5620
5621 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5622
5623         * most files: change to use const Buffer refs
5624
5625 2003-08-27  André Pönitz  <poenitz@gmx.net>
5626
5627         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5628         on top of ownerPar().
5629
5630 2003-08-27  John Levon  <levon@movementarian.org>
5631
5632         * funcrequest.C: properly initialise POD members
5633
5634 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5635
5636         * lyxtext.h (top_y): move top_y from here
5637         * text.C:
5638         * text2.C:
5639         * text3.C:
5640         * BufferView.[Ch]:
5641         * BufferView_pimpl.[Ch]: to here
5642         * frontends/screen.C:
5643         * insets/insettabular.C:
5644         * insets/insettext.C: adjust
5645         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5646
5647 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5648
5649         * BufferView.[Ch]:
5650         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5651
5652 2003-08-26  André Pönitz  <poenitz@gmx.net>
5653
5654         * paragraph_func.[Ch] (outerPar): new function
5655
5656         * paragraph.C:
5657         * paragraph_funcs.C:
5658         * paragraph_funcs.h:
5659         * paragraph_pimpl.C:
5660         * text2.C: remove Inset::par_owner
5661
5662 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5663
5664         * lyxrow_funcs.C:
5665         * lyxtext.h:
5666         * text.C:
5667         * text2.C: eliminates the needFullRow/display() stuff
5668         altogether, putting the logic in metrics/draw in the insets.
5669
5670 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5671
5672         * text2.C (redoParagraphInternal, redoParagraphs):
5673         * text.C (redoParagraph): add a call to updateRowPositions at the
5674         end of each 'metrics-like' call. Remove all others.
5675         (getRow): remove the 'y-computing' version.
5676         (getRowNearY): do not compute nor return the real y. Solve the
5677         'y < 0' problem and simplify.
5678
5679 2003-08-22  Angus Leeming  <leeming@lyx.org>
5680
5681         * *.[Ch]: clean-up of licence and author blurbs.
5682         Also move config.h out of a few .h files and into a few .C files.
5683
5684 2003-08-22  André Pönitz  <poenitz@gmx.net>
5685
5686         * lyxrow.[Ch]: add x_ and *fill_ members
5687
5688         * lyxtext.h:
5689         * text.C:
5690         * rowpainter.C:
5691         * text2.C: adjust/remove prepareToPrint() calls
5692
5693 2003-08-22  André Pönitz  <poenitz@gmx.net>
5694
5695         * lyxrow.[Ch]: add  end_ member
5696
5697         * lyxrow_funcs.C: use LyXRow::end_
5698
5699         * lyxtext.h (singleWidth): add LyXFont parameter
5700
5701         * rowpainter.C:
5702         * text2.C: adjust LyXText::singleWidth() calls
5703
5704         * text.C (redoParagraph): simplify row breaking logic
5705
5706
5707 2003-08-19  André Pönitz  <poenitz@gmx.net>
5708
5709         * funcrequest.C: initialize button_ member
5710
5711         * text3.C:
5712         * rowpainter.[Ch]: interface consolidation
5713
5714 2003-08-18  André Pönitz  <poenitz@gmx.net>
5715
5716         * BufferView.C:
5717         * BufferView_pimpl.C:
5718         * lyxfind.C:
5719         * paragraph_funcs.C:
5720         * rowpainter.C:
5721         * text3.C: remove LyXScreen::draw() and fitCursor calls
5722
5723         * BranchList.h: remove spurious semicolons
5724
5725         * MenuBackend.C: fix branchlist related crash
5726
5727 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5728
5729         * BranchList.[Ch]:
5730         * InsetList.[Ch]:
5731         * LColor.[Ch]:
5732         * LyXAction.C:
5733         * Makefile.am:
5734         * MenuBackend.[Ch]:
5735         * bufferparams.[Ch]:
5736         * factory.C:
5737         * lfuns.h:
5738         * lyxfunc.C:
5739         * text3.C: implements the 'branch inset'
5740         idea. This allows the output of various versions of a document
5741         from a single source version, selectively outputing or suppressing
5742         output of parts of the text.
5743         This implementation contains a 'branch list editor' in a separate
5744         tab of the document settings dialog. Branches are user definable
5745         and have a "display colour" to distinguish them on-screen.
5746
5747         ColorHandler was somewhat cleaned up.
5748         (1) make possible a dynamically growing LColor list by allowing
5749         the graphic context cache to grow along (vector);
5750         (2) eliminate an IMHO unnecessary step in colour allocation.
5751
5752 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5753
5754         * BufferView_pimpl.C: compile fix
5755
5756 2003-08-15  André Pönitz  <poenitz@gmx.net>
5757
5758         * rowpainter.C: remove extra metrics calls
5759
5760         * lyxtext.h: merge the two constructors into a single one,
5761           pass reference to owner's par list
5762
5763         * BufferView_pimpl.C:
5764         * text.C:
5765         * text2.C: adjust
5766
5767 2003-08-15  André Pönitz  <poenitz@gmx.net>
5768
5769         * lyxrow_funcs.[Ch]:
5770         * lyxtext.h:
5771         * paragraph.h:
5772         * paragraph_funcs.C:
5773         * rowpainter.C:
5774         * text.C:
5775         * text2.C:
5776         * text3.C:
5777         * text_funcs.C: split LyXText::rowlist_ into individual
5778         Paragraph::rows_ chunks
5779
5780         * BufferView.[Ch]:
5781         * BufferView_pimpl.[Ch]:
5782         * lyxfind.C:
5783         * lyxtext.h:
5784         * text3.C: remove toggleSelection()
5785
5786 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5787
5788         * bufferlist.C: beautify two alerts (shorter text of buttons)
5789         * buffer.C: Remove redundant ' ' from message
5790         * tabular.h:
5791         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5792         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5793         rename VALIGN_CENTER to VALIGN_MIDDLE
5794
5795 2003-08-11  André Pönitz  <poenitz@gmx.net>
5796
5797         * lyxtext.h (getPar):
5798         * text.C: new function
5799
5800 2003-08-11  André Pönitz  <poenitz@gmx.net>
5801
5802         * Makefile.am:
5803         * tracer.[Ch]: remove unneeded files
5804
5805         * InsetList.[Ch]: remove resizeInsetsLyXText()
5806
5807         * lyxtext.h:
5808         * text.C:
5809         * text2.C:
5810         * text3.C: merge insertParagraphs() and appendParagraph()
5811         remove breakAgain(), update()
5812
5813         * BufferView_pimpl.[Ch]:
5814         * bufferview_funcs.[Ch]:
5815         * lyxfunc.C:
5816         * paragraph.[Ch]:
5817         * rowpainter.C:
5818         * tabular.C: adjust after text & InsetList changes.
5819
5820 2003-08-08  André Pönitz  <poenitz@gmx.net>
5821
5822         * text.C (insertChar, backspace): replace rowlist fiddling
5823         with rebreak of full par
5824
5825         * lyxtext.h:
5826         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5827         checkParagraph, updateInset): removed
5828
5829 2003-08-07  André Pönitz  <poenitz@gmx.net>
5830
5831         * paragraph.C:
5832         * text3.C: merge some LFUN handlers, remove dead code
5833
5834 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5835
5836         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5837
5838 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5839
5840         * text2.C (DEPM): fix part of bug 1255 and 1256
5841
5842 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5843
5844         * BufferView_pimpl.C (workAreaDispatch): change to use
5845         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5846         that are no mouse related.
5847
5848 2003-08-05  André Pönitz  <poenitz@gmx.net>
5849
5850         * BufferView.[Ch]:
5851         * BufferView_pimpl.[Ch]:
5852         * bufferview_funcs.C:
5853         * text2.C:
5854         * text3.C: rip out "deep update"
5855
5856         * textcursor.[Ch] (last_sel_cursor): remove unused member
5857
5858 2003-08-04  André Pönitz  <poenitz@gmx.net>
5859
5860         * BufferView.[Ch]:
5861         * BufferView_pimpl.[Ch]:
5862         * ParagraphParameters.C:
5863         * bufferview_funcs.C:
5864         * lyx_cb.C:
5865         * lyxfind.C:
5866         * lyxfunc.C:
5867         * text.C:
5868         * text2.C:
5869         * text3.C: replace "complicated" BufferView::update(...) calls with
5870         simpler ones.
5871
5872         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5873
5874 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5875
5876         * Makefile.am (lyx_SOURCES): add paper.h
5877
5878 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5879
5880         * Makefile.am: move things around so that both lyx-qt and
5881         lyx-xforms can be built (according to --with-frontend). Then lyx
5882         is a symbolic link to lyx-[firstfrontend]
5883
5884 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5885
5886         * Always use std::endl with lyxerr
5887
5888 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5889
5890         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5891
5892 2003-08-01  André Pönitz  <poenitz@gmx.net>
5893
5894         * BufferView.[Ch]:
5895         * BufferView_pimpl.[Ch]:
5896         * lyxfunc.C:
5897         * text3.C: merge BufferView::repaint() and BufferView::update()
5898
5899 2003-08-01  José Matos  <jamatos@lyx.org>
5900
5901         * buffer.[Ch]: file_format is no longer a buffer data element.
5902
5903 2003-08-01  André Pönitz  <poenitz@gmx.net>
5904
5905         * BufferView.C:
5906         * lyxtext.h:
5907         * text.C:
5908         * text2.C: make redoParagraph more independent of current cursor
5909
5910         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5911         * text.C:
5912         * text2.C: remove unneeded members
5913
5914 2003-07-30  André Pönitz  <poenitz@gmx.net>
5915
5916         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5917
5918         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5919           create a single function...
5920
5921         * paragraph_funcs.C (moveItem): ... here.
5922
5923         * text.C:
5924           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5925
5926 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5927
5928         * LColor.[Ch]: Add comment and greyedout logical colors.
5929
5930 2003-07-30  André Pönitz  <poenitz@gmx.net>
5931
5932         * tabular.C: don't use Assert too heavily. This crashes where it
5933           shouldn't
5934
5935 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5936
5937         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5938         is disabled (bug 1232)
5939
5940 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5941
5942         * factory.C: limited 'arg' scope
5943
5944 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5945
5946         * factory.C: fixed Note submenu issues
5947
5948 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5949
5950         * factory.C: submenu for Note/Comment/Greyedout
5951
5952 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5953
5954         * lyx_main.C (LyX):
5955         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5956
5957 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5958
5959         * LaTeXFeatures.C:
5960         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5961         greyedout. Patch provided by Jürgen Spitzmüller.
5962
5963 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5964
5965         * kbmap.C (read): fix error message when reading bind files
5966
5967 2003-07-29  Angus Leeming  <leeming@lyx.org>
5968
5969         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5970         certainly does not do what it purports to do. I am doing it, and
5971         us, a favour by killing it.
5972
5973 2003-07-28  José Matos  <jamatos@lyx.org>
5974
5975         * buffer.C (readBody, do_writeFile):
5976         * paragraph.C(readParagraph): \end_document replaces \the_end.
5977
5978 2003-07-29  André Pönitz  <poenitz@gmx.net>
5979
5980         * BufferView.[Ch]:
5981         * BufferView_pimpl.[Ch]:
5982         * lyxfunc.C:
5983         * text2.C:
5984         * text3.C:
5985         * textcursor.[Ch]: remove toggleToggle & Co
5986
5987 2003-07-28  José Matos  <jamatos@fep.up.pt>
5988
5989         * buffer.C (readParagraph):
5990         * params_func (readParToken, readParagraph):
5991         * paragraph.C (write): \layout -> \begin_layout.
5992
5993 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5994
5995         * lyxlex_pimpl.C (setFile): clean up slightly.
5996
5997         * bufferparams.h: add compressed var
5998
5999         * buffer_funcs.C (readFile): adjust for LyXLex change
6000         (newFile): ditto + simplify
6001
6002         * buffer.C (writeFile): handle writing of compressed files
6003
6004         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6005         Check if the file is compressed and set a bufferparm if so.
6006
6007         * Makefile.am (lyx_LDADD): remove explicit -lz
6008
6009 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6010
6011         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6012         makeDocBookFile): put the real LyX version in the first line of
6013         the file
6014
6015         * version.h:
6016         * version.C.in: remove lyx_docversion
6017
6018         * tabular.C (write_attribute): add a template-based version to
6019         write enums properly
6020
6021 2003-07-28  André Pönitz  <poenitz@gmx.net>
6022
6023         * lyxtext.h:
6024         * text.C:
6025         * text2.C:
6026         * text3.C: use doubles again for x-coordinates. They are needed.
6027
6028 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6029
6030         * messages.C (getLocaleDir): use lyx_localedir()
6031
6032         * lyxlex_pimpl.C (setFile): compress stuff
6033
6034         * buffer.C (writeFile): add some compression stuff
6035         (do_writeFile): new func, dont call expliti close... will this
6036         breake anything?
6037
6038         * Makefile.am (lyx_LDADD): add -lz
6039
6040 2003-07-28  José Matos  <jamatos@fep.up.pt>
6041
6042         * buffer.C: increment file format.
6043         * paragraph_funcs (readParagraph, readParToken):
6044         * paragraph.C (readParagraph): add \end_layout.
6045
6046 2003-07-27  Angus Leeming  <leeming@lyx.org>
6047
6048         * Makefile.am: remove special casing for configure-time setting of
6049         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6050
6051         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6052         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6053
6054 2003-07-26  André Pönitz  <poenitz@gmx.net>
6055
6056         * paragraph_func.[Ch]:
6057         * paragraph.C (realizeFont): inline it whereever it is used
6058
6059         * rowpainter.C:
6060         * text.C:
6061         * text2.C:
6062         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6063
6064
6065 2003-07-26  André Pönitz  <poenitz@gmx.net>
6066
6067         *       lyxtext.h:
6068         * text.C:
6069         * text2.C: get rid of LyXText::need_break_row
6070
6071 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6072
6073         * toc.[Ch]: put namespace toc inside namespace lyx
6074
6075         * MenuBackend.C (expandToc2): adjust for lyx::toc
6076         (expandToc): ditto
6077
6078         * lyxfunc.C (dispatch): adjust for lyx::find
6079
6080         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6081         lyx::find instead. Reorganize a bit.
6082         (LyXReplace): rename to replace
6083         (LyXFind): rename to find
6084
6085         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6086         (dispatch): ditto
6087
6088 2003-07-26  André Pönitz  <poenitz@gmx.net>
6089
6090         * text.C (setHeightOfRow): restrict scope of temporary variable
6091
6092         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6093           code (never has been used?)
6094
6095 2003-07-27  Asger Alstrup  <alstrup@local>
6096
6097         * text.C (fill): Optimise algorithm to exploit that we can reuse
6098         the LyXFont for many characters.
6099         (setHeightOfRow): Same thing.
6100         (rowBreakPoint): Same thing.
6101
6102 2003-07-26  Asger Alstrup  <alstrup@local>
6103
6104         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6105
6106         * text.C (singleWidth): Spurious font copying in hot-spot
6107         singleWidth avoided. Reorder tests for arabic for efficiency.
6108
6109         * text.C (fill): handle empty paragraphs better.
6110
6111 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6112
6113         * ispell.C:
6114         * encoding.h: add includes
6115
6116         * lyxrc.C: remove reading of bind files
6117
6118         * lyx_main.C (init): setup bindings and menus only if we have a
6119         gui.
6120
6121         * kbmap.C (read): new method. Do the actual reading of bind
6122         files.
6123
6124         * converter.C (dvipdfm_options):
6125         * bufferparams.C:
6126         * lyxrc.C (read):
6127         (output): adapt PAPER_* enums.
6128
6129         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6130
6131         * bufferparams.h: remove paper-related enums from there
6132
6133         * paper.h: New file. A trivial header file to hold paper-related
6134         enums. It should later expand to contain many paper-related
6135         horrors access.
6136
6137         * lyxrc.C: declare extern displayTranslator
6138
6139 2003-07-27  José Matos  <jamatos@fep.up.pt>
6140
6141         * tabular.[Ch] (linuxdoc): add support for tables and figures
6142         (linuxdoc).
6143
6144 2003-07-27  José Matos  <jamatos@fep.up.pt>
6145
6146         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6147         consistency in both functions.
6148         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6149
6150 2003-07-26  Asger Alstrup  <alstrup@local>
6151
6152         * rowpainter.C (paintRows): Change algorithm to work directly on
6153         the insets rather than asking every character in the document
6154         whether its an inset.
6155
6156 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6157
6158         * buffer.C (openFileWrite): factorize some code
6159
6160 2003-07-26  Angus Leeming  <leeming@lyx.org>
6161
6162         * lyx_cb.C:
6163         * lyx_main.[Ch]: replace occurances of system_tempdir with
6164         os::getTmpDir().
6165
6166 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6167
6168         * rename Inset to InsetOld
6169
6170 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6171
6172         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6173         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6174         which I think is a bit clearer. EDIT is gone, since it was
6175         premature optimisation, and broken for mathed anyway.
6176         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6177         with cursor positioning in insets as well (math insets still do not
6178         work, but that's a different story anyway.) It mysteriously
6179         crashes sometimes with undo in the first paragraph, but I'm fairly
6180         confident that this is a compiler bug.
6181
6182 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6183
6184         * paragraph.C (Paragraph): adjust for new clone return type
6185         (operator==): ditto
6186         (copyIntoMinibuffer): ditto
6187
6188 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6189
6190         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6191         by not having a special case, and always doing a full rebreak of
6192         the document after undo.
6193
6194 2003-07-23  Angus Leeming  <leeming@lyx.org>
6195
6196         * factory.C (createInset): InsetExternal::setParams now takes a
6197         Buffer const * arg.
6198
6199 2003-07-23  Angus Leeming  <leeming@lyx.org>
6200
6201         * factory.C (createInset): changed interface to the external and
6202         graphics mailers' string2params functions.
6203
6204 2003-07-23  Angus Leeming  <leeming@lyx.org>
6205
6206         * factory.C (createInset): pass a
6207         Buffer const * parameter to InsetExternalMailer's string2params.
6208
6209 2003-07-22  John Levon  <levon@movementarian.org>
6210
6211         * Thesaurus.h: include the right aiksaurus header
6212
6213 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6214
6215         * MenuBackend.C (expand): check menu shortcuts unconditionally
6216
6217 2003-07-21  Angus Leeming  <leeming@lyx.org>
6218
6219         * factory.C (createInset): pass a
6220         buffer_path parameter to InsetGraphicsMailer's string2params.
6221
6222 2003-07-21  Angus Leeming  <leeming@lyx.org>
6223
6224         * BufferView_pimpl.C (buffer):
6225         * buffer.C (d-tor):
6226         * lyx_main.C (LyX):
6227         * lyxfunc.C (dispatch):
6228         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6229         rather than the grfx shortcut.
6230
6231 2003-07-21  André Pönitz  <poenitz@gmx.net>
6232
6233         * rowpainter.C: remove unused variables
6234
6235         * tabular_funcs.C:
6236         * tabular_funcs.h: move to tabular.C
6237         * Makefile.am: adjust
6238
6239         * tabular.[Ch]: basic optical cleaning
6240
6241         * author.h: pass references, not values
6242
6243 2003-07-18  André Pönitz  <poenitz@gmx.net>
6244
6245         * lyxtext.h:
6246         * metricsinfo.C:
6247         * metricsinfo.h:
6248         * rowpainter.C:
6249         * text.C:
6250         * text2.C:
6251         * text3.C: two-phase drawing for InsetText and InsetTabular
6252         some float -> int changes.
6253
6254 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6255
6256         * lyx_main.C: fix the fix
6257
6258 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6259
6260         * lyx_main.C: fix a crash in batch mode if no files specified
6261         * converter.C: ws
6262
6263 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6264
6265         * format.[Ch] (papersize): moved to BufferParams
6266         * converter.[Ch] (dvips_options): moved to BufferParams
6267         (dvipdfm_options): moved to anon namespace
6268         * bufferparams.[Ch]: added above functions.
6269
6270 2003-07-17  André Pönitz  <poenitz@gmx.net>
6271
6272         * lyxtext.h:
6273         * rowpainter.C:
6274         * text2.C: don't call inset->update() anymore
6275
6276         * metricsinfo.[Ch]: add convenience constructor
6277
6278 2003-07-16  André Pönitz  <poenitz@gmx.net>
6279
6280         * lyxcursor.[Ch]:
6281         * lyxfunc.[Ch]:
6282         * text.C:
6283         * text2.C: replace the LyXCursor::irow_ member with
6284          on-demand computation of the value
6285
6286 2003-07-16  John Levon  <levon@movementarian.org>
6287
6288         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6289
6290 2003-07-15  André Pönitz  <poenitz@gmx.net>
6291
6292         * text.C:
6293         * text2.C: remove no more needed refresh_row
6294
6295 2003-07-15  André Pönitz  <poenitz@gmx.net>
6296
6297         * lyxtext.h:
6298         * rowpainter.C:
6299         * text2.C:
6300         * text3.C: refresh_status tristate -> need_update bool
6301
6302 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6303
6304         * lyxtext.h (init): remove reinit argument (act as if always true)
6305         * text2.C: adjust to that
6306
6307 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6308
6309         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6310         * text3.C: use it to delete selections in some cases
6311         (bugs 441, 673, 702, 954).
6312
6313 2003-07-14  André Pönitz  <poenitz@gmx.net>
6314
6315         * rowpainter.[Ch]: reduce interface
6316
6317 2003-07-14  André Pönitz  <poenitz@gmx.net>
6318
6319         * BufferView_pimpl.C:
6320         * text2.C: adjust after removing unused BufferView * argument
6321
6322 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6323
6324         * text2.C (init): fix a crash fired on resize
6325
6326 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6327
6328         * buffer.[Ch]: added new closing signal
6329         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6330         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6331         BufferView::Pimpl via the closing the signal
6332
6333 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6334
6335         * buffer.[Ch]: take out all bv-related from buffer
6336         * BufferView.C:
6337         * BufferView_pimpl.[Ch]: connect to new signals
6338         * CutAndPaste.C: removed useless asserts
6339         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6340         * lyxvc.[Ch]:
6341         * vc-backend.[Ch]:
6342         * lyxfunc.C: moved view-related funciontality from vc here
6343         * paragraph.C: removed outdated comments
6344         * text.C: ws
6345
6346 2003-07-10  André Pönitz  <poenitz@gmx.net>
6347
6348         * BufferView_pimpl.C:
6349         * tabular.h:
6350         * tabular_funcs.C:
6351         * text.C:
6352         * text2.C: remove InsetText::InnerCache, clean up consequences
6353
6354 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6355
6356         * ispell.C: fix two typos in error messages
6357
6358 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6359
6360         * Extend Note inset to other forms of annotation like Comment
6361         and Greyedout. Right button click gives dialog.
6362
6363         Files modified or added (+):
6364
6365         * insetnote.[Ch]
6366         * FormNote.[Ch]      +
6367         * ControlNote.[Ch]   +
6368         * form_note.fd       +
6369         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6370         frontends/controllers
6371         * xforms/Dialogs.C
6372         * factory.C
6373
6374 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6375
6376         * aspell.C: add missing namespace lyx::support
6377
6378 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6379
6380         * BufferView.[Ch] (newFile): Add
6381         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6382         * LaTeX.[Ch] (message): added this signal and use it
6383         * buffer.[Ch] (busy, message): added these signals and use them
6384         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6385         * converter.C:
6386         * exporter.C:
6387         * format.C:
6388         * importer.C: use buffer signals instead of direct bv calling
6389         * lyx_cb.[Ch] (ShowMessage): removed
6390         * lyx_main.C:
6391         * lyxfunc.C:
6392         * paragraph_funcs.C:
6393         * text2.C: use buffer signals
6394
6395 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6396
6397         * introduce namespace lyx::graphics
6398
6399 2003-07-02  André Pönitz  <poenitz@gmx.net>
6400
6401         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6402
6403 2003-07-01  André Pönitz  <poenitz@gmx.net>
6404
6405         * text.C:
6406         * text2.C:
6407         * text3.C:
6408         * text_funcs.[Ch]:
6409         * textcursor.h:
6410         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6411           text*.C to text_func.C
6412
6413 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6414
6415         * introduce namespace lyx::support
6416
6417 2003-06-30  André Pönitz  <poenitz@gmx.net>
6418
6419         * Chktex.C:
6420         * funcrequest.C:
6421         * lyxtext.h:
6422         * text.C: re-enable --with-included-string
6423
6424 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6425
6426         * textcursor.C: add <config.h>
6427
6428         * text.C (getWord): remove const from word_location arg
6429
6430         * lyxvc.C (getLogFile): fix const type order
6431
6432         * lyxtext.h: remove const from word_location arg, add arg name
6433
6434         * lyxlayout.h: currect type on labeltype.
6435
6436         * importer.C: correct \file
6437
6438         * converter.C (intToFormat): use std:: on ret val, ws changes
6439
6440         * bufferlist.h: correct \file
6441
6442         * buffer.C (makeLinuxDocFile): fix const type order
6443         (makeDocBookFile): ditto
6444         (fillWithBibKeys): use std:: on stdlib args.
6445
6446         * CutAndPaste.C: fix authors.
6447         (availableSelections): use std:: on return vector
6448
6449 2003-06-27  André Pönitz  <poenitz@gmx.net>
6450
6451         * BufferView_pimpl.C:
6452         * bufferview_funcs.C:
6453         * lyxcursor.C:
6454         * lyxcursor.h:
6455         * lyxfunc.C:
6456         * lyxtext.h:
6457         * rowpainter.C:
6458         * text.C:
6459         * text2.C:
6460         * text3.C: remove LyXCursor::row_ member
6461
6462         * lyxtext.h:
6463         * text.C: rename fullRebreak() to partialRebreak() and implement
6464           a fullRebreak() that really bereks fully
6465
6466         * textcursor.h: new struct for cursor-related data
6467
6468 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6469
6470         * lyx_main.C (LyX): get full path of document loaded on the
6471         command line
6472
6473 2003-06-26  André Pönitz  <poenitz@gmx.net>
6474
6475         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6476           remove unused/broken operator>,<,>=.
6477
6478         *       text.C: remove only use of broken operator<= in an Assert().
6479
6480 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6481
6482         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6483         moved errorlist_.clear to showErrorList
6484
6485 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6486
6487         * converter.C (scanLog, runLaTeX):
6488         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6489         move the bv->showErrorList call to the callers
6490         * lyxfunc.C: i.e. here...
6491         * text2.C: and here
6492         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6493         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6494         namespace, the second to...
6495         * buffer_funcs (BufferFormat, parseErrors): added
6496         * errorlist.C (ErrorList(TeXErrors const &)): removed
6497
6498 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6499
6500         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6501
6502 2003-06-24  "Garst R. Reese" <reese@isn.net>
6503
6504         * debug.C: fix typo
6505
6506 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6507
6508         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6509
6510         * version.C.in: change docversion to 1.4
6511
6512 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6513
6514         * buffer.C: fix a bug just introduced
6515
6516 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6517
6518         * buffer.[Ch]: added the parseError signal and use it, removed
6519         sgmlError
6520         * BufferView.[Ch] (addError): moved to ...
6521         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6522         to the Buffer::parseError signal to catch (guess what) parse errors
6523         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6524
6525 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6526
6527         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6528         ability to create a buffer and to return an existing one from
6529         the list. Moved these functions to...
6530         * buffer_funcs.[Ch]: added
6531         * BufferView.[Ch] (loadLyXFile): added
6532         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6533         job removed from bufferlist::loadLyXFile.
6534         * buffer.C (setReadOnly): make it work without view
6535         (i.e added an if (users))
6536
6537 2003-06-19  Angus Leeming  <leeming@lyx.org>
6538
6539         * lfuns.h:
6540         * LyXAction.C (init):
6541         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6542         with LFUN_DIALOG_SHOW <name> <data>.
6543
6544 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6545
6546         * CutAndPaste.C (availableSelections): small compilation fix for
6547         ancient (gcc 2.9x) compilers
6548
6549 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6550
6551         * text3.C (cursorNext): add tmp var
6552
6553         * text2.C (updateCounters): for function calling out of for clause
6554         (replaceSelectionWithString): ditto
6555         (insertStringAsParagraphs): ditto
6556         (getColumnNearX): add tmp var
6557         (setCursorFromCoordinates): add tmp var
6558         (cursorDownParagraph): add tmp var
6559         (deleteEmptyParagraphMechanism): add tmp var
6560
6561         * text.C (insertChar): add tmp var
6562
6563         * rowpainter.C (paintDepthBar): add tmp var
6564
6565         * CutAndPaste.C (availableSelections): potentially check all
6566         paragraphs in a cut to fill the shown strings.
6567
6568 2003-06-18  André Pönitz  <poenitz@gmx.net>
6569
6570         * kbmap.[Ch]: use vector<> instead of list<>
6571
6572 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6573
6574         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6575         pasteSelection with index
6576
6577         * text2.C (pasteSelection): modify, call pasteSelection with index
6578
6579         * paragraph.C (asString): reimplement version with no interval to
6580         call the one with interval.
6581
6582         * lyxtext.h: add index arg to pasteSelection
6583
6584         * MenuBackend.C (MenuItem): handle PasteRecent
6585         (Menu::read::Menutags): add md_pasterecent
6586         (read): handle it
6587         (expandPasteRecent): new function
6588         (expand): use it
6589
6590         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6591
6592         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6593         the limited stack
6594         (availableSelections): new function
6595
6596 2003-06-17  Angus Leeming  <leeming@lyx.org>
6597
6598         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6599
6600 2003-06-17  Angus Leeming  <leeming@lyx.org>
6601
6602         * lfuns.h:
6603         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6604
6605         * lyxfunc.C (dispatch): invoke it.
6606
6607 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6608
6609         * iterators.C (operator++, ParPosition): reintroduce some
6610         const_cast for the benefit of older compilers.
6611
6612 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6613
6614         * text3.C (dispatch): do not modify clipboard when doing
6615         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6616         LFUN_DELETE_SKIP on a selection selection
6617
6618 2003-06-16  André Pönitz  <poenitz@gmx.net>
6619
6620         * BufferView.C:
6621         * buffer.C:
6622         * buffer.h:
6623         * paragraph.C:
6624         * tabular.[Ch]: IU of clone() and getLabelList();
6625
6626 2003-06-13  André Pönitz  <poenitz@gmx.net>
6627
6628         * tabular.h: compactification
6629
6630 2003-06-12  André Pönitz  <poenitz@gmx.net>
6631
6632         * tabular.C:
6633         * tabular.h:
6634         * tabular_funcs.h: some renaming plus whitespace
6635
6636 2003-06-12  André Pönitz  <poenitz@gmx.net>
6637
6638         * BufferView.C:
6639         * BufferView_pimpl.C:
6640         * CutAndPaste.C:
6641         * buffer.C:
6642         * iterators.[Ch]:
6643         * lyxfunc.C:
6644         * text.C:
6645         * toc.C: Return a Paragraph & for ParIterator::operator*()
6646
6647 2003-06-11  John Levon  <levon@movementarian.org>
6648
6649         * lyx_main.C:
6650         * ToolbarBackend.h:
6651         * ToolbarBackend.C: add "Toolbars" section and
6652         put the flags there
6653
6654 2003-06-10  Angus Leeming  <leeming@lyx.org>
6655
6656         * lfuns.h:
6657         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6658
6659         * lyxfunc.C (dispatch): invoke it.
6660
6661 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6662
6663         * main.C: protect <ios> with HAVE_IOS
6664         (main): protect sync_with_stdio with HAVE_IOS
6665
6666 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6667
6668         * text2.C (cutSelection): adjust
6669         (pasteSelection): adjust
6670
6671         * messages.C: handle get of empty string
6672
6673         * main.C (main): use sync_with_stdio(false)
6674
6675         * lyxfunc.C (dispatch): adjust
6676
6677         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6678         (WriteAs): remove unneeded BufferView arg.
6679
6680         * bufferparams.h: use correct types on papersize, papersize2 and
6681         paperpackage.
6682
6683         * bufferparams.C (readToken): adjust for type
6684         (writeLaTeX): add missing cases to switch.
6685
6686         * bufferlist.C (quitWriteBuffer): adjust
6687         (close): adjust
6688
6689         * buffer.C (asciiParagraph): remove some commented code.
6690
6691         * CutAndPaste.C: remove current_view extern variable.
6692         (cutSelection): add BufferParams arg.
6693         (eraseSelection): add BufferParams arg.
6694         (pasteSelection): add Buffer const & arg
6695
6696 2003-06-07  John Levon  <levon@movementarian.org>
6697
6698         * buffer.C:
6699         * paragraph_funcs.C:
6700         * paragraph_pimpl.C:
6701         * text.C:
6702         * text2.C:
6703         * paragraph.h:
6704         * paragraph.C: allow InsetERT to freely space lines,
6705         and some consolidation of code
6706
6707 2003-06-06  José Matos  <jamatos@fep.up.pt>
6708
6709         * buffer.C (makeDocBookFile): fix bug #821
6710
6711 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6712
6713         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6714
6715 2003-06-04  Angus Leeming  <leeming@lyx.org>
6716
6717         * buffer.C: bump format to 224.
6718
6719 2003-06-05  André Pönitz  <poenitz@gmx.net>
6720
6721         * text2.C (redoParagraphs): remove two const_cast<>
6722
6723 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6724
6725         * ParagraphList.h: remove last remnants of NO_STD_LIST
6726
6727 2003-06-03  Angus Leeming  <leeming@lyx.org>
6728
6729         * factory.C (createInset): small change to the way InsetExternal's params
6730         are set.
6731
6732 2003-06-04  André Pönitz  <poenitz@gmx.net>
6733
6734         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6735
6736         * paragraph_pimpl.h:
6737         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6738
6739         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6740
6741         * undo_funcs.C: make some simple cases of undo work again
6742
6743 2003-06-03  John Levon  <levon@movementarian.org>
6744
6745         * ispell.C: HPUX doesn't have sys/select.h
6746         (from Albert Chin)
6747
6748 2003-06-03  John Levon  <levon@movementarian.org>
6749
6750         * CutAndPaste.C: update tabular and include inset
6751         buffer references
6752
6753         * buffer.h:
6754         * paragraph.h:
6755         * paragraph.C: remove owningBuffer(), don't pass Buffer
6756         to clone()
6757
6758         * factory.C: insetGraphicsParams changed
6759
6760 2003-06-02  John Levon  <levon@movementarian.org>
6761
6762         * LyXAction.C:
6763         * factory.C:
6764         * lfuns.h:
6765         * lyxfunc.C:
6766         * text3.C: remove insetparent
6767
6768 2003-06-02  John Levon  <levon@movementarian.org>
6769
6770         * buffer.h:
6771         * buffer.C: fix inset_iterator.end(), move out of line
6772         (bug 1149)
6773
6774 2003-06-01  John Levon  <levon@movementarian.org>
6775
6776         * text3.C: use a proper cut/paste when doing inset
6777         insert (from Jürgen Spitzmüller)
6778
6779 2003-06-01  John Levon  <levon@movementarian.org>
6780
6781         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6782
6783 2003-05-30  André Pönitz  <poenitz@gmx.net>
6784
6785         * rowpainter.C: unify second drawing phase
6786
6787 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6788
6789         * trans_mgr.C: remove one case of current_view
6790
6791         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6792
6793         * paragraph_funcs.h: remove paragraph.h include
6794
6795         * paragraph.h: delete NO_STD_LIST stuff
6796
6797         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6798
6799         * buffer.h: remove paragraph.h include
6800
6801         * ParagraphList.C: delete file
6802
6803         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6804
6805         * toc.C (getTocList): adjust
6806
6807         * paragraph_pimpl.C (validate): adjust
6808
6809         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6810
6811         * paragraph.C (Paragraph): adjust
6812         (getPositionOfInset): use const_iterator, adjust
6813         (bibitem): use const_iterator, adjust
6814         (setInsetOwner): adjust
6815
6816         * iterators.C (operator++): adjust
6817
6818         * InsetList.[Ch]: Replace selfmade iterator with standard
6819         vector::iterator also introduce const_iterator. Remove getPos,
6820         getInset and setInset from InsetTable. Adjust accordingly.
6821
6822         * BufferView.C (lockInset): adjust
6823         (ChangeInsets): adjust
6824
6825         * tabular.[Ch]: delete commented same_id functions
6826
6827 2003-05-28  John Levon  <levon@movementarian.org>
6828
6829         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6830
6831 2003-05-28  André Pönitz  <poenitz@gmx.net>
6832
6833         * metricsinfo.[Ch]: remove 'fullredraw' member
6834
6835 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6836
6837         * lyxtextclass.C (operator): remove caching.
6838
6839 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6840
6841         * text3.C: adjust
6842
6843         * text2.C (cursorBottom): adjust
6844         (setCounter): use ParagraphList::find, adjust
6845
6846         * text.C (workWidth): use ParagraphList::find, adjust
6847
6848         * lyxcursor.C (LyXCursor): adjust
6849
6850         * buffer.C (inset_iterator): adjust
6851
6852         * ParagraphList.h: make iterator(value_type) private, make
6853         ParagraphList a friend of iterator.
6854
6855         * ParagraphList.C (find): new function
6856
6857         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6858
6859 2003-05-27  André Pönitz  <poenitz@gmx.net>
6860
6861         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6862
6863 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6864
6865         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6866
6867 2003-05-26  John Levon  <levon@movementarian.org>
6868
6869         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6870
6871 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6872
6873         * remove same_id from function signatures, adjust.
6874
6875 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6876
6877         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6878
6879         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6880
6881         * paragraph.C (Paragraph): get rid of same_ids parameter
6882
6883         * ParagraphList.C (insert): adjust
6884         (push_back): adjust
6885
6886 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6887
6888         * paragraph_funcs.C (breakParagraph): adjust
6889         (breakParagraphConservative): adjust
6890
6891         * buffer.C (readParagraph): adjust
6892
6893         * ParagraphList.C (insert): take a reference instead of a pointer
6894         (insert): adjust
6895
6896         * paragraph.[Ch] (id): new function
6897
6898         * bufferlist.C (newFile): adjust
6899
6900         * ParagraphList.C (ParagraphList): adjust
6901         (assign): adjust
6902         (push_back): take a reference instead of a pointer.
6903
6904         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6905
6906         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6907         instead.
6908
6909         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6910         set else use old code.
6911
6912         * ParagraphList.C: remove all NO_NEXT code and only compile this
6913         code of NO_STD_LIST is set.
6914
6915 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6916
6917         * BufferView_pimpl.C:
6918         * TextCache.C:
6919         * TextCache.h:
6920         * bufferlist.C:
6921         * errorlist.h:
6922         * format.C:
6923         * format.h:
6924         * graph.C:
6925         * lyxfunc.C:
6926         * lyxrc.C:
6927         * graphics/GraphicsConverter.C:
6928         * graphics/PreviewLoader.C: header adjustment
6929
6930 2003-05-23  Angus Leeming  <leeming@lyx.org>
6931
6932         * LaTeXFeatures.[Ch] (useBabel): new method.
6933         * bufferparams.C (writeLaTeX): use it.
6934
6935 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6936
6937         * ParagraphList.h (set): remove unused function.
6938
6939 2003-05-23  André Pönitz  <poenitz@gmx.net>
6940
6941         * BufferView.C:
6942         * BufferView_pimpl.C:
6943         * buffer.C:
6944         * buffer.h:
6945         * lyxfunc.C:
6946         * undo_funcs.C: setUndo reworked
6947
6948         * iterators.[Ch]: add access to topmost ParagraphList
6949
6950         * lyxtext.[Ch] (workWidth): add a const
6951
6952 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6953
6954         * texrow.[Ch] (increasePos): remove function
6955         * exporter.C (export): removed unused var and outdated comment
6956
6957 2003-05-23  Angus Leeming  <leeming@lyx.org>
6958
6959         * latexrunparams.h: rename fragile as moving_arg.
6960         * paragraph.C (simpleTeXOnePar): ditto.
6961         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6962
6963 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6964
6965         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6966         (createUndo): ditto
6967         (textUndoOrRedo): comment out a currently unused var.
6968
6969         * paragraph.h (NO_NEXT): enable NO_NEXT
6970
6971         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6972
6973         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6974
6975         * exporter.C (Export): adjust for removeAutoInsets removal.
6976
6977         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6978
6979         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6980
6981         * BufferView.[Ch] (removeAutoInsets): delete function
6982
6983 2003-05-22  Angus Leeming  <leeming@lyx.org>
6984
6985         * latexrunparams.h: add a free_spacing variable.
6986
6987         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6988         to pass moving_arg, as the data is stored in runparams.fragile.
6989
6990         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6991         to Inset::latexOptional or to simpleTeXOnePar.
6992
6993         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6994         free_spacing arg to Inset::latexOptional.
6995
6996         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6997         free_spacing arg.
6998
6999 2003-05-22  Angus Leeming  <leeming@lyx.org>
7000
7001         * latexrunparams.h: add fragile and use_babel variables.
7002
7003         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7004         * buffer.C (makeLaTeXFile): store this returned value in
7005         runparams.use_babel, thus passing it to the inset::latex methods.
7006
7007         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7008         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7009
7010         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7011         longer has a fragile arg, as it is stored in runparams.fragile.
7012
7013         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7014         moving_arg parameter as the data is stored in runparams.fragile.
7015
7016         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7017         a fragile parameter as the data is stored in runparams.fragile.
7018
7019 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7020
7021         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7022
7023 2003-05-22  Angus Leeming  <leeming@lyx.org>
7024
7025         * latexrunparams.h: add a 'bool nice' which defaults to false.
7026
7027         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7028         now encapsulated within runparams.
7029
7030         * bufferlist.C (updateIncludedTeXfiles):
7031         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7032
7033 2003-05-22  Angus Leeming  <leeming@lyx.org>
7034
7035         * latexrunparams.h: new file containing struct LatexRunParams.
7036         * Makefile.am: add new file.
7037
7038         * LaTeX.[Ch] (c-tor, run):
7039         * buffer.[Ch] (makeLaTeXFile):
7040         * bufferlist.[Ch] (updateIncludedTeXfiles):
7041         * converter.C (convert, scanLog):
7042         * converter.[Ch] (runLaTeX):
7043         * exporter.C (Export):
7044         * paragraph.[Ch] (simpleTeXOnePar):
7045         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7046         * paragraph_funcs.[Ch] (latexParagraphs):
7047         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7048         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7049         pass around a LatexRunParams parameter.
7050
7051 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7052
7053         * paragraph.[Ch]: remove unused constructor
7054
7055         * ParagraphList.C (erase): new function, taking two iterators
7056
7057 2003-05-22  André Pönitz  <poenitz@gmx.net>
7058
7059         * undo_funcs.C: remove duplicated code
7060
7061         * iterator.[Ch]: operator=
7062
7063 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7064
7065         * tabular.C (SetMultiColumn): ws changes
7066
7067         * rowpainter.C (paintFirst): get rid of a ->previous
7068
7069         * lyx_cb.C (getPossibleLabel): parlist simplification
7070
7071         * BufferView.C (ChangeInsets): simplify slightly.
7072
7073 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7074
7075         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7076         * lfuns.h: new LFUN_SPACE
7077         * lyxfunc.C: protected space has a new lfun
7078         * paragraph_funcs.C: read new space insets
7079         * text3.C:
7080         * factory.C: handle new space insets
7081
7082 2003-05-22  André Pönitz  <poenitz@gmx.net>
7083
7084         * BufferView.C:
7085         * BufferView_pimpl.C:
7086         * buffer.[Ch]:
7087         * lyxfunc.C:
7088         * undo_funcs.C: return a ParIterator from getParFromID.
7089
7090         * iterators.[Ch]: add two const's
7091
7092 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7093
7094         * toc.C (getTocList): adjust
7095
7096         * iterators.[Ch]: rework for parlist
7097
7098         * buffer.C (par_iterator_begin): adjust
7099         (par_iterator_end): adjust
7100
7101         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7102
7103         * BufferView.C (removeAutoInsets): adjust
7104         (ChangeInsets): adjust
7105
7106 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7107
7108         * text.C (top_y): fix bug 1110
7109
7110 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7111
7112         * errorlist.[Ch]: added
7113         * buffer.C:
7114         * BufferView.[Ch]:
7115         * BufferView_pimpl.C:
7116         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7117         instead
7118
7119 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7120
7121         * Makefile.am: ensure that lyx is relinked upon changes to the
7122         various "convenience" libs.
7123
7124 2003-05-20  Angus Leeming  <leeming@lyx.org>
7125
7126         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7127         files are compiled in alphabetical order again.
7128
7129         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7130
7131 2003-05-19  Angus Leeming  <leeming@lyx.org>
7132
7133         * gettext.[Ch]: remove "char const * _(char const *)".
7134
7135 2003-05-19  André Pönitz  <poenitz@gmx.net>
7136
7137         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7138
7139         * Makefile.am:
7140         * BufferView.C:
7141         * DepTable.h:
7142         * LaTeXFeatures.C:
7143         * buffer.C:
7144         * lyxfont.C:
7145         * lyxlex.h:
7146         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7147
7148 2003-05-19  André Pönitz  <poenitz@gmx.net>
7149
7150         * buffer.C:
7151         * lyxlayout.[Ch]:
7152         * lyxtextclass.[Ch]:
7153         * paragraph.C:
7154         * paragraph_funcs.[Ch]:
7155         * text2.C:
7156         * text3.C: more insetenv work
7157
7158 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7159
7160         * ParagraphParameters.C (params2string): small bug fixed
7161
7162 2003-05-16  André Pönitz  <poenitz@gmx.net>
7163
7164         * debug.C:
7165         * bufferview_funcs.C: patch from Kornel Benko to prevent
7166           crash when _(...) is called twice in a statement
7167
7168 2003-05-16  André Pönitz  <poenitz@gmx.net>
7169
7170         * BufferView.C:
7171         * lyxfunc.C:
7172         * text.C:
7173         * text2.C:
7174         * text3.C:
7175         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7176
7177 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7178
7179         * lyx_main.C (init): remove spurious static_cast
7180
7181 2003-05-14  André Pönitz  <poenitz@gmx.net>
7182
7183         * BufferView.C: fix format string
7184
7185 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7186
7187         * BufferView.[Ch] (insertErrors): removed
7188         * BufferView.[Ch] (showErrorList): added
7189         * buffer.C (runChkTeX):
7190         * converter.C (scanLog): call showErrorList instead of inserterrors
7191
7192 2003-05-13  André Pönitz  <poenitz@gmx.net>
7193
7194         * BufferView_pimpl.C:
7195         * buffer.C:
7196         * bufferview_func.C:
7197         * MenuBackend.C:
7198         * lyxfunc.C:
7199         * lyxrc.C:
7200         * tex-accent.C:
7201         * text3.C:
7202         * toc.C:
7203         * tabular_funcs.h: tostr() from its own header
7204
7205         * ParagraphParameters.C:
7206         * ToolbarBackend.C:
7207         * bufferparams.C:
7208         * format.C:
7209         * lyxlex_pimpl.C:
7210         * text3.C: STRCONV()
7211
7212 2003-05-12  André Pönitz  <poenitz@gmx.net>
7213
7214         * BufferView.C:
7215         * BufferView_pimpl.C:
7216         * CutAndPaste.C:
7217         * LaTeX.C:
7218         * LaTeXFeatures.C:
7219         * ParagraphParameters.C:
7220         * buffer.C:
7221         * bufferlist.C:
7222         * bufferparams.C:
7223         * bufferview_funcs.C:
7224         * converter.C:
7225         * counters.C:
7226         * debug.C:
7227         * exporter.C:
7228         * format.C:
7229         * importer.C:
7230         * lyx_cb.C:
7231         * lyx_main.C:
7232         * lyxfont.C:
7233         * lyxfunc.C:
7234         * lyxvc.C:
7235         * paragraph.C:
7236         * paragraph_funcs.C:
7237         * tabular.C:
7238         * tabular_funcs.C:
7239         * text2.C:
7240         * text3.C:  boost::format -> bformat  all over the place
7241
7242
7243 2003-05-09  André Pönitz  <poenitz@gmx.net>
7244
7245         * LColor.[Ch]: Pimpl the #include <map> away
7246
7247 2003-05-09  John Levon  <levon@movementarian.org>
7248
7249         * bufferlist.C: never remove emergency saves
7250
7251 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7252
7253         * Makefile.am: better lib building
7254
7255 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7256
7257         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7258         instead.
7259         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7260         (simpleTeXSpecialChars): adjust
7261         (simpleTeXSpecialChars): adjust
7262         * paragraph.C (simpleTeXOnePar): adjust
7263         * buffer.C (makeLaTeXFile): adjust
7264
7265         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7266
7267         * text2.C (changeDepth): parlist cleanup
7268         (getColumnNearX): ditto
7269
7270         * rowpainter.C (getLabelFont): parlist cleanup
7271
7272         * bufferlist.C (newFile): parlist cleanup
7273
7274         * CutAndPaste.C (eraseSelection): parlist cleanup
7275
7276         * BufferView_pimpl.C (trackChanges): parlist cleanup
7277         (dispatch): ditto
7278
7279         * BufferView.C (lockInset): parlist cleanup.
7280         (ChangeInsets): ditto
7281
7282 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7283
7284         * CutAndPaste.h: Update file header.
7285
7286         * CutAndPaste.C: Update file header.
7287         Store the parts cut out of the Document in a limited_stack.
7288         (copySelection): adjust
7289         (pasteSelection): new function, takes the index in the limited stack.
7290         (nrOfParagraphs): adjust
7291         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7292         simplify error inset insertion.
7293         (checkPastePossible): adjust
7294
7295 2003-05-06  John Levon  <levon@movementarian.org>
7296
7297         * text2.C: don't cast wrap inset to float
7298
7299 2003-05-05  André Pönitz  <poenitz@gmx.net>
7300
7301         * iterator.C:
7302         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7303
7304         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7305           few naked Paragraph *.
7306
7307 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7308
7309         * bufferparams.C: Output warning if a document with missing
7310         TeX document class is loaded
7311         * exporter.C: Disable TeX exports if the document class is missing
7312         * lyxtextclass.C:
7313         * lyxtextclass.h:
7314         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7315         isTeXClassAvailable()
7316
7317 2003-05-03  John Levon  <levon@movementarian.org>
7318
7319         * BufferView.h:
7320         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7321         explicit cursor show/hide
7322
7323         * BufferView_pimpl.h:
7324         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7325         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7326
7327         * lyxfunc.C: hide cursor before dispatching.
7328
7329         * lyx_cb.C:
7330         * lyxfind.C:
7331         * text.C:
7332         * text3.C: remove explicit cursor hides
7333
7334 2003-05-02  André Pönitz  <poenitz@gmx.net>
7335
7336         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7337
7338         * undo_funcs.C:
7339         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7340           linked lists
7341
7342         * text2.C: tiny whitespace
7343
7344 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7345
7346         * undo_funcs.C: almost only ws changes.
7347
7348         * ParagraphList.C (splice): just return if pl is empty.
7349
7350 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7351
7352         * ParagraphList.C (splice): new function.
7353
7354         * CutAndPaste.C (pasteSelection): use it
7355
7356 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7357
7358         * CutAndPaste.C (pasteSelection): remove the last next and
7359         previous from this file.
7360
7361 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7362
7363         * CutAndPaste.C (pasteSelection): more clean up, user proper
7364         ParagraphList functions for pasteing.
7365
7366         * ParagraphList.C (insert): new function, three arg insert
7367
7368 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7369
7370         * ParagraphList.C (insert): new function, three arg insert
7371
7372         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7373         not on paragraphs.
7374
7375 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7376
7377         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7378
7379 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7380
7381         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7382
7383 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7384
7385         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7386         (copySelection): clean up a bit.
7387         (pasteSelection): use make_pair
7388
7389         * ParagraphList.C (ParagraphList): implement copy constructor
7390         (operator=): implement, base on copy constructor.
7391         (assign): new func
7392
7393         * paragraph.C (erase): return a bool
7394
7395         * paragraph_pimpl.C (erasePos): remove function, move contents...
7396         (erase): ... here. Return a bool.
7397         (erase): call erase instead of erasePos.
7398
7399 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7400
7401         * ParagraphList.h: define PitPosPair
7402         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7403         ParagraphList, fix a bug on pasting multiple pars
7404         * text2.C: change interface to C&P
7405
7406 2003-04-30  André Pönitz  <poenitz@gmx.net>
7407
7408         * undo_func.C: revert part of yesterday's patch 2
7409
7410 2003-04-30  John Levon  <levon@movementarian.org>
7411
7412         * LColor.C: s/tabular/table/
7413
7414 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7415
7416         * text3.C (dispatch): do not convert iterator -> pointer
7417         * undo_funcs.C (setCursorParUndo): ditto
7418         * text_funcs.C (transposeChars): ditto
7419
7420         * text2.C (setLayout): ws changes only
7421
7422         * text.C (breakParagraph): do not convert iterator -> pointer
7423         (insertChar): ditto
7424         (acceptChange): ditto
7425         (rejectChange): ditto
7426         (changeCase): ditto
7427         (Delete): ditto
7428         (backspace): ditto
7429
7430         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7431         pointer
7432
7433 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7434
7435         * text3.C (gotoInset): YABG (yet another bad getChar)
7436
7437 2003-04-29  André Pönitz  <poenitz@gmx.net>
7438
7439         * paragraph.h: make operator= private unimplemented as long as
7440           it is unusable
7441
7442         * ParagraphList.C: whitespace
7443
7444         * paragraph.[Ch]:
7445         * paragraph_pimpl.[Ch]:
7446         * paragraph_funcs.C:
7447         * CutAndPaste.C:
7448         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7449
7450         * text2.C:
7451           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7452
7453 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7454
7455         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7456         * paragraph.[Ch] (erase):
7457         * paragraph_pimpl.[Ch] (erase): change return type and value
7458         * text2.C (cutSelection): some rework
7459
7460 2003-04-28  John Levon  <levon@movementarian.org>
7461
7462         * bufferlist.C: changes for unsaved changes dialog
7463
7464 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7465
7466         * bufferlist.C (newFile): set language (messages_) for new
7467         documents also.
7468
7469         * buffer.C (readFile): ws changes only.
7470
7471 2003-04-28  André Pönitz  <poenitz@gmx.net>
7472
7473         * undo_funcs.C:
7474         * lyxfunc.C:
7475         * buffer.[Ch]:
7476         * BufferView_pimpl.C:
7477         * BufferView.C: getParFromID related ParagraphList::iterator changes
7478
7479 2003-04-28  André Pönitz  <poenitz@gmx.net>
7480
7481         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7482           Changes
7483
7484 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7485
7486         * messages.C: remove one more localedir class variable.
7487
7488 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7489
7490         * messages.C (getLocaleDir): singleton generation function
7491         (Pimpl): use it.
7492         (Messages): add a default constructor.
7493
7494         * main.C (main): do not setup localedir here, do not call
7495         gettext_init.
7496
7497         * gettext.C (_): use it.
7498         (gettext_init): delete funciton
7499
7500 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7501
7502         * gettext.C (getLyXMessages): new singleton generating function.
7503
7504         * buffer.C (updateDocLang): adjust
7505
7506         * Makefile.am (messages.o): add target
7507         (main.o): remove target
7508
7509 2003-04-27  John Levon  <levon@movementarian.org>
7510
7511         * bufferlist.C:
7512         * lyx_cb.C:
7513         * lyxfunc.C:
7514         * lyxvc.C: specify cancel button in Alert::prompt
7515
7516 2003-04-26  John Levon  <levon@movementarian.org>
7517
7518         * text3.C:
7519         * lyxfunc.C:
7520         * lfuns.h:
7521         * LyXAction.C: add LFUN_INSET_SETTINGS
7522
7523         * lyxfunc.C: don't enable tabular-feature when there's
7524         just any locking inset
7525
7526 2003-04-26  John Levon  <levon@movementarian.org>
7527
7528         * bufferlist.C: re-add Cancel to buffer close question
7529
7530         * lyxfunc.C: fix import UI a bit
7531
7532 2003-04-25  John Levon  <levon@movementarian.org>
7533
7534         * gettext.C: remove the broken asserts for now
7535
7536 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7537
7538         * messages.C: make case where setlocale cannot comply work better.
7539
7540         * buffer.C (updateDocLang): new function
7541         (changeLanguage): use it
7542         (readFile): use it
7543
7544         * text2.C (setCounter): use B_ a bit.
7545
7546         * lyxlayout.C (Read): be sure to trim the label strings.
7547
7548         * messages.C (Messages): fix typo in comment
7549
7550         * buffer.C (readFile): set message_ after file is loaded.
7551         (makeDocBookFile): remove double return
7552         (changeLanguage): reset message_ upon language change.
7553         (B_): new func, use this to get translated buffer strings.
7554
7555         * main.C: add myself and Jean Marc as authors.
7556
7557 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7558
7559         * messages.[hC]: pimplify Messages, and three different pimpls to be
7560         used in different circumstances.
7561
7562         * gettext.[Ch]: change for use with new message code.
7563
7564 2003-04-24 André Pönitz <poenitz@gmx.net>
7565
7566         * factory.C: support for eqref
7567
7568 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7569
7570         * messages.[Ch]: add missing char
7571
7572         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7573
7574         * messages.[Ch]: New files
7575
7576 2003-04-18  John Levon  <levon@movementarian.org>
7577
7578         * BufferView.h:
7579         * BufferView.C:
7580         * BufferView_pimpl.C:
7581         * lfuns.h:
7582         * LyXAction.C:
7583         * lyxtext.h:
7584         * text2.C: remove layout-copy/paste (bug 778)
7585
7586 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7587
7588         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7589
7590 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7591
7592         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7593         if they succeed. Act accordingly.
7594
7595 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7596
7597         * text2.C (setCharFont): adjust
7598         (setCounter): adjust
7599         (insertStringAsLines): adjust
7600
7601         * text.C (leftMargin): adjust
7602         (setHeightOfRow): adjust
7603
7604         * rowpainter.C (paintFirst): adjust
7605         (paintLast): adjust
7606
7607         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7608         (outerHook): ditto
7609         (isFirstInSequence): ditto
7610         (getEndLabel): ditto
7611         (outerFont): adjust
7612
7613         * paragraph.C (getParLanguage): comment out some hard stuff.
7614
7615         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7616         (sgmlError): ditto
7617         (simpleDocBookOnePar): ditto
7618         (makeDocBookFile): use ParagraphList::iterator
7619
7620         * CutAndPaste.C (pasteSelection): adjust
7621
7622 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7623
7624         * text2.C (getFont): adjust
7625         (getLayoutFont): adjust
7626         (getLabelFont): adjust
7627
7628         * paragraph_funcs.C (TeXOnePar): adjust
7629
7630         * buffer.C (simpleLinuxDocOnePar): adjust
7631         (simpleDocBookOnePar): adjust
7632
7633         * CutAndPaste.C (pasteSelection): adjust
7634
7635         * BufferView.C (getEncoding): adjust
7636
7637         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7638
7639 2003-04-16  John Levon  <levon@movementarian.org>
7640
7641         * lyxfind.C: use parlist stuff for search/changes
7642
7643 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7644
7645         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7646
7647         * text2.C (deleteEmptyParagraphMechanism): adjust
7648
7649         * text2.[Ch] (ownerParagraph): delete func (both of them
7650
7651 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7652
7653         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7654
7655 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7656
7657         * ParagraphList.C: prepare for NO_NEXT
7658
7659 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7660
7661         * text2.C (getFont): adjust
7662         (getLayoutFont): adjust
7663         (getLabelFont): adjust
7664
7665         * paragraph.C (getFont): adjust
7666         (getLabelFont): adjust
7667         (getLayoutFont): adjust
7668
7669         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7670
7671 2003-04-15  John Levon  <levon@movementarian.org>
7672
7673         From Angus Leeming
7674
7675         * lyx_main.C: handle Include in .ui files
7676
7677 2003-04-15  John Levon  <levon@movementarian.org>
7678
7679         * MenuBackend.C: make the doc files length shorter
7680
7681         * ToolbarBackend.h:
7682         * ToolbarBackend.C: handle toolbar placement flags,
7683         Minibuffer
7684
7685 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7686
7687         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7688         adjust
7689
7690         * paragraph_funcs.C (TeXOnePar): adjust
7691
7692         * paragraph.C (getLabelFont): add outerfont arg, adjust
7693         (getLayoutFont): ditto
7694         (simpleTeXOnePar): adjust
7695
7696         * paragraph_pimpl.C (realizeFont): delete func
7697
7698 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7699
7700         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7701         row argument, constify cur argument.
7702
7703 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7704
7705         * text2.C (getFont): adjust
7706         (getLayoutFont): adjust
7707         (getLabelFont): adjust
7708
7709         * paragraph_funcs.C (TeXOnePar): adjust
7710         (outerFont): new func...
7711         (realizeFont): ...moved out from here, changed this to facilitate
7712         transition
7713
7714         * paragraph.C (getFont): take outerfont as arg, adjust
7715         (simpleTeXOnePar): add outerfont arg, adjust
7716
7717         * buffer.C (simpleLinuxDocOnePar): adjust
7718         (simpleDocBookOnePar): adjust
7719
7720         * CutAndPaste.C (pasteSelection): adjust
7721
7722         * BufferView.C (getEncoding): adjust
7723
7724 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7725
7726         * text2.C (setCharFont): adjust
7727         (setCounter): adjust
7728
7729         * text.C (leftMargin): adjust
7730         (setHeightOfRow): adjust
7731
7732         * rowpainter.C (paintFirst): adjust
7733         (paintLast): adjust
7734
7735         * paragraph_pimpl.C (realizeFont): adjust
7736
7737         * paragraph.C (isFirstInSequence): move from here...
7738         * paragraph_funcs.C (isFirstInSequence): ...to here
7739
7740         * paragraph.C (outerHook): move from here...
7741         * paragraph_funcs.C (outerHook): ...to here
7742
7743         * paragraph.C (depthHook): move from here...
7744         * paragraph_funcs.C (depthHook): ...to here
7745
7746         * paragraph.C (getEndLabel): move from here...
7747         * paragraph_funcs.C (getEndLabel): ...to here
7748
7749         * text2.C (realizeFont): move from here...
7750         * paragraph_funcs.C (realizeFont): ...to here
7751
7752 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7753
7754         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7755
7756 2003-04-14  Angus Leeming  <leeming@lyx.org>
7757
7758         * LColor.[Ch]: scrap LColor mathcursor.
7759
7760 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7761
7762         * lyxlex.[Ch] (text): delete function
7763         * trans.C (Load): adjust
7764         * paragraph_funcs.C (readParToken): adjust
7765
7766 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7767
7768         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7769         vector<char> instead of a char[].
7770
7771         * lyxlex_pimpl.C (getString): adjust
7772         (next): adjust
7773         (lex): use getString
7774         (eatLine): adjust
7775         (nextToken): adjust
7776
7777         * lyxlex.C (text): use pimpl_->getString()
7778         (getBool): ditto
7779         (findToken): ditto
7780
7781 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7782
7783         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7784         (makeFontEntriesLayoutSpecific): temp var for par.size()
7785         (setLayout): temp var for ownerParagraphs().end()
7786         (fullRebreak): temp var for rows().end()
7787         (selectionAsString): temp var for boost::next(startpit), realize
7788         that the while really is a regular for loop.
7789         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7790         setCursor in one place.
7791         (setParagraph): temp vr for ownerParagraphs().end()
7792         (updateCounters): make the while loop a for loop
7793         (cutSelection): temp var for ownerParagraphs().end()
7794         (updateInset): make the do {} while() a regular for loop
7795         (getCursorX): use temp vars
7796         (setCurrentFont): use temp vars
7797         (getColumnNearX): use temp vars
7798
7799 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7800
7801         * text.C (transformChar): use temp var for getChar
7802         (computeBidiTables): use temp var for row->par()
7803         (fill): move temp vars for row->par() and pit->layout() earlier in
7804         the function.
7805         (labelFill): use temp var for row->par()
7806         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7807         asc and desc, realize that pit never changes and that firstpit is
7808         just a duplicate and not needed. Exchange rit->par() with pit in a
7809         lot of places.
7810         (breakAgain): use a temp var for boost::next(rit)
7811         (breakAgainOneRow): ditto
7812         (breakParagraph): use a temp var for rows().begin()
7813         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7814         (cursorRightOneWord): use temp var for cursor.par() and
7815         cursor.pos(), remove usage of tmpcursor.
7816         (cursorLeftOneWord): use temp var for cursor.par() and
7817         cursor.pos() only set cur at end of function.
7818
7819 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7820
7821         * text.C, text2.C: exchange all usage of Paragraph::next with
7822         boost::next(ParagraphList::iterator)
7823
7824         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7825
7826         * text2.C (cursorTop): simplify implementation
7827         (cursorBottom): ditto
7828         (setParagraph): use ParagraphList::iterator
7829         (setCurrentFont): adjust
7830         (getColumnNearX): adjust
7831         (cursorRight): adjust
7832         (cursorLeft): remove usage of Paragraph::previous
7833         (cursorUpParagraph): ditto
7834         (deleteEmptyParagraphMechanism): slight cleanup
7835
7836         * text.C (isBoundary): take a Paragraph const & instead of a
7837         pointer as arg.
7838         (addressBreakPoint): ditto
7839         (leftMargin): remove usage of Paragraph::previous.
7840         (setHeightOfRow): ditto
7841         (cursorLeftOneWord): ditto
7842         (selectNextWordToSpellcheck): ditto
7843         (Delete): ditto
7844         (backspace): ditto
7845         (breakParagraph): remove one usage of Paragraph::next
7846         (redoParagraph): ditto
7847         (acceptChange): ditto
7848         (insertChar): adjust
7849         (rowBreakPoint): adjust
7850
7851         * bufferview_funcs.C (toggleAndShow): adjust
7852
7853 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7854
7855         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7856         methods to access it.
7857         * lyxtext.h:
7858         * text.C: Added updateRowPositions to compute all row positions.
7859         Make top_y and getRowNearY() to use the cached y position
7860
7861 2003-04-11  John Levon  <levon@movementarian.org>
7862
7863         * text.C (rowBreakPoint): reintroduce the labelEnd
7864         checks, code copied from the row fill stuff. Deep voodoo.
7865
7866         * text.C (fill): add a comment and debugging for the
7867         next poor soul.
7868
7869 2003-04-11  John Levon  <levon@movementarian.org>
7870
7871         * text.C: make sure fullrow insets get wrapped to the next line,
7872         even when they're in a manual label
7873
7874 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7875
7876         * text2.C (insertParagraph): make it take ParagraphList::iterator
7877         as arg.
7878         (setLayout): make it return ParagraphList::iterator
7879         (redoParagraphs): ditto
7880         (setCounter): ditto
7881         (checkParagraph): ditto
7882
7883         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7884
7885         * text2.C: adjust several funcs.
7886         (realizeFont): take a ParagraphList::iterator as arg.
7887         (getLayoutFont): ditto
7888         (getLabelFont): ditto
7889         (setCharFont): ditto
7890
7891         * text.C: adjust several funcs.
7892
7893 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7894
7895         * text.C (selectNextWordToSpellcheck): don't accidentally
7896         skip insets
7897
7898 2003-04-10  John Levon  <levon@movementarian.org>
7899
7900         * ToolbarBackend.C (getIcon): special handling for
7901         LFUN_MATH_DELIM
7902
7903 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7904
7905         * text2.C (cursorRight): a getChar assert fixed
7906
7907 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7908
7909         * text2.C (getFont): change to take a ParagraphList::iterator
7910         instead of Paragraph*
7911         Adjust several functions.
7912
7913         * text.C (transformChar): change to take a ParagraphList::iterator
7914         instead of Paragraph*
7915         (singleWidth): ditto
7916         Adjust several functions.
7917
7918         * rowpainter.C: adjust several functions
7919         * rowpainter.h:store a ParagraphList::iterator and not a
7920         Paragraph&.
7921
7922
7923 2003-04-09  John Levon  <levon@movementarian.org>
7924
7925         * lyxfunc.C:
7926         * lfuns.h:
7927         * LyXAction.h:
7928         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7929         and the "help" bits as well
7930
7931 2003-04-09  John Levon  <levon@movementarian.org>
7932
7933         * ToolbarBackend.h:
7934         * ToolbarBackend.C: allow multiple toolbars
7935
7936 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7937
7938         * undo_funcs.C (setCursorParUndo): adjust
7939
7940         * text_funcs.C (transposeChars): adjust
7941
7942         * text3.C (gotoNextInset): adjust
7943         (dispatch): adjust
7944
7945         * text2.C (setLayout): adjust
7946         (changeDepth): adjust
7947         (setFont): adjust
7948         (redoParagraphs): adjust
7949         (selectionAsString): adjust
7950         (setParagraph): adjust
7951         (insertInset): adjust
7952         (cutSelection): adjust
7953         (copySelection): adjust
7954         (pasteSelection): adjust
7955         (insertStringAsLines): adjust
7956         (updateInset): adjust
7957         (setCursor): change to take a ParagraphList::iterator parameter
7958         (setCursorIntern): change to take a ParagraphList::iterator parameter
7959         (setCurrentFont): adjust
7960         (cursorLeft): adjust
7961         (cursorRight): adjust
7962         (deleteEmptyParagraphMechanism): adjust
7963
7964         * text.C (breakParagraph): adjust
7965         (insertChar): adjust
7966         (acceptChange): adjust
7967         (rejectChange): adjust
7968         (selectNextWordToSpellcheck): adjust
7969         (changeCase): adjust
7970         (Delete): adjust
7971         (backspace): adjust
7972
7973         * lyxfind.C (SearchForward): adjust
7974         (SearchBackward): adjust
7975         (nextChange): adjust
7976
7977         * lyxcursor.C (par): adjust
7978
7979         * lyxcursor.h: store a ParagraphList::iterator instead of a
7980         Paragraph*
7981
7982         * lyx_cb.C (getPossibleLabel): adjust
7983
7984         * bufferview_funcs.C (toggleAndShow): adjust
7985
7986         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7987         (dispatch): adjust
7988
7989         * BufferView.C (removeAutoInsets): adjust
7990         (lockedInsetStoreUndo): adjust
7991
7992 2003-04-09  John Levon  <levon@movementarian.org>
7993
7994         * ToolbarBackend.C: try icon without argument
7995         if with argument fails
7996
7997 2003-04-08  John Levon  <levon@movementarian.org>
7998
7999         * ToolbarBackend.h:
8000         * ToolbarBackend.C: add getIcon(), handle tooltip,
8001         and change from "Icon" to "Item".
8002
8003 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8004
8005         * BufferView.C (lockInset): another bad getchar crunched
8006
8007 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8008
8009         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8010         again)
8011
8012 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8013
8014         * lyxfind.C (searchForward, searchBackwards): bug 782
8015
8016 2003-04-07  John Levon  <levon@movementarian.org>
8017
8018         * paragraph.C: remove dead comment
8019
8020         * text.C: remove troublesome depth-fiddling code
8021         in leftMargin() and rightMargin() (bug 1017)
8022
8023         * text.C: fix breaking of rows in nested lists
8024         (bug 1004)
8025
8026         * text2.C (updateCounters): fix up depth values
8027         (bug 1013)
8028
8029 2003-04-07  John Levon  <levon@movementarian.org>
8030
8031         * BufferView_pimpl.C: clear message when doc finishes resizing,
8032         and after a mouse event
8033
8034         * lyxfunc.C: clear message after exiting inset
8035
8036 2003-04-07  John Levon  <levon@movementarian.org>
8037
8038         * bufferview_funcs.C: show math status not outside
8039         status in the statusbar
8040
8041 2003-04-07  John Levon  <levon@movementarian.org>
8042
8043         * lyxfunc.C: note status changed after a depth change
8044
8045 2003-04-04  Angus Leeming  <leeming@lyx.org>
8046
8047         * LaTeX.h: move AuxInfo operator==, != out of line.
8048         Remove LaTeX virtual destructor; nothing derives from it.
8049         Move operator()() out of public area and rename it startscript().
8050         Change protected for private.
8051
8052 2003-04-04  Angus Leeming  <leeming@lyx.org>
8053
8054         * lyxfunc.C:
8055         * text2.C: remove unneeded #includes.
8056
8057 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8058
8059         * text2.C (dEPM): fix the heigth of the next row
8060
8061 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8062
8063         * text.C: squashed an invalid getChar requester + some ws changes
8064
8065 2003-04-03  John Levon  <levon@movementarian.org>
8066
8067         * bufferview_funcs.h:
8068         * bufferview_funcs.C:
8069         * lyxfunc.C:
8070         * lyxtext.h:
8071         * text2.C: make getStatus work for the env depth lfuns
8072
8073 2003-04-03  John Levon  <levon@movementarian.org>
8074
8075         * bufferview_funcs.h:
8076         * bufferview_funcs.C:
8077         * lyxfunc.C:
8078         * lyxtext.h:
8079         * text2.C: parlistize decDepth(), by merging it with incDepth()
8080
8081 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8082
8083         * lyxrow.h: store a ParagraphList::iterator instead of a
8084         Paragraph* and adjust other class functions to suit.
8085
8086         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8087         above.
8088
8089 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8090
8091         * text2.C (setCursor): do not anchor to cursor row for the time being
8092
8093 2003-04-02  John Levon  <levon@movementarian.org>
8094
8095         * LyXAction.C:
8096         * lfuns.h:
8097         * lyx_main.C:
8098         * lyxtext.h:
8099         * text.C:
8100         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8101
8102 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8103
8104         * paragraph.h: make ParagraphList and ParagraphList::iterator
8105         friends of Paragraph.
8106
8107         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8108
8109         * ParagraphList.C: Use the private next_ and previous_ from
8110         Paragraph.
8111
8112 2003-04-01  John Levon  <levon@movementarian.org>
8113
8114         * ToolbarBackend.h:
8115         * ToolbarBackend.C:
8116         * Makefile.am: rename, remove defaults gunk
8117
8118         * MenuBackend.h:
8119         * MenuBackend.C: remove defaults gunk
8120
8121         * Languages.h:
8122         * Languages.C: remove defaults gunk
8123
8124         * lyx_main.h:
8125         * lyx_main.C: error out if files couldn't be found.
8126
8127 2003-04-02  John Levon  <levon@movementarian.org>
8128
8129         * text2.C: make incDepth() use parlist
8130
8131 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8132
8133         * undo_funcs.C (firstUndoParagraph): adjust
8134
8135         * text3.C (gotoInset): adjust
8136         (dispatch): adjust, and rewrite loop.
8137
8138         * text2.C (init): adjust, and rewrite loop.
8139         (redoParagraphs): adjust
8140         (updateInset): adjust, and rewrite loop.
8141         (deleteEmptyParagraphMechanism): adjust
8142
8143         * tabular.C (LyXTabular): adjust
8144         (SetMultiColumn): adjust
8145         (TeXRow): adjust
8146
8147         * lyxtext.[Ch] (ownerParagraph): delete function
8148         (ownerParagraphs): new function returns a ParagraphList.
8149
8150         * BufferView.C (removeAutoInsets): adjust
8151         (insertErrors): adjust
8152         (setCursorFromRow): adjust
8153
8154 2003-04-01  Angus Leeming  <leeming@lyx.org>
8155
8156         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8157         in the frontends.
8158
8159 2003-04-02  John Levon  <levon@movementarian.org>
8160
8161         * lyxtext.h:
8162         * text.C:
8163         * Makefile.am:
8164         * text_funcs.h:
8165         * text_funcs.C: make transposeChars a free function
8166
8167         * lyxrow_funcs.C: remove wrong comment
8168
8169 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8170
8171         * lyxtext.h: adjust
8172         * rowpainter.C: adjust
8173         * text.C: adjust
8174         * text2.C: adjust
8175         * text3.C: adjust
8176
8177         * lyxrow_funcs. [Ch]: new files
8178
8179         * lyxrow.[Ch]: remove next and previous pointers
8180         (next,previous): remove accessor functions
8181         (isParEnd): move to lyxrow_funcs
8182         (lastPos): move to lyxrow_funcs
8183         (nextRowIsAllInset): move to lyxrow_funcs
8184         (lastPrintablePos): move to lyxrow_funcs
8185         (numberOfSeparators): move to lyxrow_funcs
8186         (numberOfHfills): move to lyxrow_funcs
8187         (numberOfLabelHfills): move to lyxrow_funcs
8188         (hfillExpansion): move to lyxrow_funcs
8189
8190         * lyxfunc.C: adjust
8191
8192         * bufferview_funcs.C (toggleAndShow): adjust
8193
8194         * RowList.h: Remove class RowList from file leave just a
8195         std::list<Row>.
8196
8197         * RowList.C: delete file
8198
8199         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8200         and lyxrow_funcs.h
8201
8202 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8203
8204         * text3.C (cursorPrevious): adjust
8205         (cursorNext): adjust
8206         (dispatch): adjust
8207
8208         * text2.C (redoHeightOfParagraph): adjust
8209         (redoDrawingOfParagraph): adjust
8210         (setCursor): adjust
8211
8212         * text.C (breakParagraph): adjust
8213         (insertChar): adjust
8214         (backspace): adjust
8215
8216         * rowpainter.C (RowPainter): adjust
8217         (leftMargin): simplify and adjust
8218         (most rowpainter functions): adjust.
8219
8220         * rowpainter.h: store the row as RowList::iterator not as Row*
8221
8222         * lyxcursor.C (row): taka RowList::iterator as arg
8223         (irow): ditto
8224
8225         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8226         of Row*.
8227
8228 2003-04-01  Angus Leeming  <leeming@lyx.org>
8229
8230         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8231         stuff like bool Bool.
8232
8233 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8234
8235         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8236         rewrite a loop
8237
8238 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8239
8240         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8241         RowList::iterator.
8242
8243         * lyxtext.h (rows): drop one version and leve a const variant that
8244         returns a RowList::iterator.
8245
8246 2003-03-31  Angus Leeming  <leeming@lyx.org>
8247
8248         * text.C (fill): ensure that the signature is the same as that in the
8249         header file.
8250
8251 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8252
8253         * text2.C (redoParagraphs): adjust
8254         (updateCounters): adjust
8255         (checkParagraph): adjust
8256         (getColumnNearX): adjust and reformat a bit.
8257
8258         * text.C (top_y): adjust
8259         (workWidth): adjust
8260         (leftMargin): adjust
8261         (prepareToPrint): adjust
8262         (getRow): adjust
8263         (getRowNearY): adjust
8264
8265         * lyxtext.h: make rowlist_ mutable.
8266
8267         * RowList.h: add const_iterator
8268         * RowList.C: adjust for RowList::const_iterator.
8269
8270         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8271         adjust.
8272
8273 2003-03-31  John Levon  <levon@movementarian.org>
8274
8275         * lyxrc.h:
8276         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8277
8278         * lyx_main.C: set default fonts from using lyx_gui funcs
8279
8280         * exporter.C: pdf_mode moved from lyxrc
8281
8282         * lyx_cb.C:
8283         * lyxfunc.C: changes from above
8284
8285 2003-03-31  John Levon  <levon@movementarian.org>
8286
8287         * lyx_main.C: fix to the last fix
8288
8289 2003-03-31  John Levon  <levon@movementarian.org>
8290
8291         * bufferlist.C: "Load original" -> "Load Original"
8292
8293         * converter.C:
8294         * exporter.C:
8295         * importer.C:
8296         * lyx_main.C:
8297         * format.C: more Alert cleanups
8298
8299 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8300
8301         * text2.C (removeParagraph): make it take a RowList::iterator as
8302         arg, adjust.
8303         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8304         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8305
8306         * text.C (anchor_row): make it take a RowList::iterator as arg,
8307         adjust.
8308         (computeBidiTables): make it take a const reference to Row instead
8309         of Row pointer, adjust.
8310         (leftMargin): make it take a RowList::iterator as arg, adjust.
8311         (rowBreakPoint): adjust
8312         (breakAgainOneRow): make it take a RowList::iterator as arg,
8313         adjust.
8314         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8315
8316         * bufferview_funcs.C (toggleAndShow): adjust
8317
8318 2003-03-30  John Levon  <levon@movementarian.org>
8319
8320         * Makefile.am:
8321         * BoostFormat.h:
8322         * boost-inst.C: moved to support
8323
8324         * several files: changes as a result
8325
8326 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8327
8328         * text2.C (LyXText): adjust.
8329         (init): adjust
8330         (removeRow): make it take a RowList::iterator as arg, adjust.
8331         (fullRebreak): adjust
8332         (deleteEmptyParagraphMechanism): adjust
8333         (clearPaint): adjust
8334         (postPaint): adjust
8335
8336         * text.C (top_y): adjust
8337         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8338         (breakAgain): make it take a RowList::iterator as arg, adjust.
8339         (breakParagraph): adjust
8340         (insertChar): adjust
8341         (backspace): adjust
8342
8343         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8344         need_break_row, and refresh_row.
8345
8346         * text3.C (dispatch): adjust
8347
8348         * text2.C (checkParagraph): adjust
8349         (setCursor): adjust
8350         (setCursorFromCoordinates): adjust
8351
8352         * text.C (top_y): adjust
8353         (workWidth): adjust
8354         (getRow): make it return a RowList::iterator, adjust
8355         (getRowNearY): make it return a RowList::iterator, adjust
8356
8357         * text2.C (init): adjust
8358         (insertRow): remove function
8359         (insertParagraph): adjust
8360         (redoParagraphs): adjust
8361         (fullRebreak): adjust
8362         (updateCounters): adjust
8363
8364         * text.C (top_y): rewrite to use RowList iterators.
8365         (top_y): adjust
8366         (setHeightOfRow): rewrite to sue RowList iterators.
8367         (appendParagraph): adjust
8368         (breakAgain): adjust
8369         (breakAgainOneRow): adjust
8370         (breakParagraph): adjust
8371         (getRow): adjust
8372         (getRowNearY): adjust, and remove commented code.
8373
8374         * lyxtext.h (firstRow): delete function
8375         (lastRow): delete function
8376         (rows): new function (const and non-const versions.)
8377         (insertRow): delete function
8378
8379         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8380
8381 2003-03-29  John Levon  <levon@movementarian.org>
8382
8383         * BufferView_pimpl.C: always update scrollbar top
8384         because pasting text when we're anchored could mean we
8385         miss an update altogether
8386
8387 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8388
8389         * text2.C (init): use rowlist_.end() and not 0.
8390         (insertRow): change to take a RowList::iterator as arg, adjust
8391         for this.
8392         (insertParagraph): change to take a RowList::iterator as arg,
8393         adjust for this.
8394         (redoParagraphs): remove some debug msgs.
8395
8396         * text.C (appendParagraph): change to take a RowList::iterator
8397         arg, adjust for this.
8398         (breakAgain): add an assert
8399         (breakAgainOneRow): ditto
8400
8401 2003-03-29  John Levon  <levon@movementarian.org>
8402
8403         * text2.C: do not clear selection after inc/decDepth
8404         (bug 550)
8405
8406 2003-03-29  John Levon  <levon@movementarian.org>
8407
8408         * BufferView.C:
8409         * buffer.C: fix broken strerrors according to Lars
8410
8411 2003-03-29  John Levon  <levon@movementarian.org>
8412
8413         * converters.C: more Alert cleanups
8414
8415 2003-03-29  John Levon  <levon@movementarian.org>
8416
8417         * bufferview_funcs.C: remove pointless Alert
8418
8419         * buffer.C: fix confusing error message when
8420         a template is chmoded 000
8421
8422 2003-03-29  John Levon  <levon@movementarian.org>
8423
8424         * BufferView.C:
8425         * BufferView.h:
8426         * BufferView_pimpl.C: Alert fixes
8427
8428         * Makefile.am:
8429         * tabular.C:
8430         * tabular-old.C: remove unused table compat reading
8431
8432 2003-03-29  John Levon  <levon@movementarian.org>
8433
8434         * BufferView.C:
8435         * buffer.C:
8436         * lyx_cb.h:
8437         * lyx_cb.C: more Alert cleanups
8438
8439         * lyxfunc.C: don't allow chktex if not latex document
8440
8441 2003-03-29  John Levon  <levon@movementarian.org>
8442
8443         * lyx_cb.C:
8444         * BufferView.C:
8445         * buffer.C: warnings pushed down from support/,
8446         kill err_alert
8447
8448 2003-03-29  John Levon  <levon@movementarian.org>
8449
8450         * lyxfunc.C: safety check for C-r (revert)
8451
8452 2003-03-29  John Levon  <levon@movementarian.org>
8453
8454         * bufferlist.h:
8455         * bufferlist.C: several UI fixes using Alert::prompt.
8456         Fix the pointless looping quit code. Fix stupid revert
8457         behaviour (bug 938)
8458
8459         * lyxvc.h:
8460         * lyxvc.C:
8461         * lyx_cb.C: use Alert::prompt
8462
8463         * lyx_main.C: remove a silly question
8464
8465         * lyxfunc.C: remove a couple of silly questions,
8466         use Alert::prompt
8467
8468 2003-03-28  John Levon  <levon@movementarian.org>
8469
8470         * text2.C: fix bug 974 (End on empty par)
8471
8472 2003-03-28  John Levon  <levon@movementarian.org>
8473
8474         * BufferView_pimpl.C:
8475         * LyXAction.C:
8476         * lfuns.h: remove do-nothing math greek lfuns
8477
8478 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8479
8480         * lyxgluelength.h (isValidGlueLength): add default arg on
8481         parameter 2. Remove default arg from friend in class.
8482
8483         * lyxlength.h (isValidLength): add default arg on parameter 2.
8484         Remove default arg from friend in class.
8485
8486         * text2.C (LyXText): adjust, initialize refresh_row.
8487         (init): adjust
8488         (removeRow): adjust
8489         (insertRow): adjust
8490         (insertParagraph): adjst
8491         (redoParagraphs): adjust
8492         (fullRebreak): adjust
8493         (updateCounters): adjust
8494         (deleteEmptyParagraphMechanism): first attempt at fixing a
8495         crashing bug.
8496
8497         * text.C (top_y): adjust
8498         (setHeightOfRow): adjust
8499         (getRow): adjust
8500         (getRowNearY): adjust
8501
8502         * lyxtext.h: include RowList.h
8503         (~LyXText): not needed anymore, deleted.
8504         (firstRow): modify for RowList
8505         (lastRow): new function
8506         Delete firstrow and lastrow class variables, add a Rowlist
8507         rowlist_ class variable.
8508
8509         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8510         paragraph is empty.
8511
8512         * RowList.C (insert): fix case where it == begin().
8513
8514 2003-03-26  Angus Leeming  <leeming@lyx.org>
8515
8516         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8517         the thesaurus dialog.
8518
8519 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8520
8521         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8522
8523         * RowList.[Ch]: new files
8524
8525         * ParagraphList.C (erase): handle the case where it == begin
8526         correctly.
8527
8528 2003-03-25  John Levon  <levon@movementarian.org>
8529
8530         * Makefile.am:
8531         * aspell_local.h:
8532         * aspell.C: add new aspell support
8533
8534         * lyxrc.h:
8535         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8536         have it accessible.
8537
8538 2003-03-25  Angus Leeming  <leeming@lyx.org>
8539
8540         * lfuns.h:
8541         * LyXAction.C (init): new LFUN_INSET_INSERT.
8542
8543         * BufferView_pimpl.C (dispatch): split out part of the
8544         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8545
8546         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8547         LFUN_INSET_APPLY.
8548
8549 2003-03-25  Angus Leeming  <leeming@lyx.org>
8550
8551         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8552
8553 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8554
8555         * text2.C:
8556         * text3.C: remove useless row->height(0)
8557
8558 2003-03-25  John Levon  <levon@movementarian.org>
8559
8560         * lyxtext.h:
8561         * text2.C:
8562         * text3.C: rename the refreshing stuff to better names
8563
8564 2003-03-24  John Levon  <levon@movementarian.org>
8565
8566         * BufferView_pimpl.h:
8567         * BufferView_pimpl.C: update layout choice on a mouse
8568         press/release
8569
8570 2003-03-23  John Levon  <levon@movementarian.org>
8571
8572         * Makefile.am: fix commandtags.h reference
8573
8574 2003-03-22  John Levon  <levon@movementarian.org>
8575
8576         * BufferView_pimpl.C:
8577         * lyxtext.h:
8578         * rowpainter.C:
8579         * rowpainter.h:
8580         * text.C:
8581         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8582
8583 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8584
8585         * lyxtext.h:
8586         * text.C: take the rtl methods out of line
8587
8588 2003-03-21 André Pönitz <poenitz@gmx.net>
8589
8590         * metricsinfo.[Ch]: new files containing structures to be passed around
8591         during the two-phase-drawing...
8592
8593 2003-03-21 André Pönitz <poenitz@gmx.net>
8594
8595         * lyxtextclass.C: read 'environment' tag.
8596
8597 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8598
8599         * text2.C (removeRow): fix bug 964
8600
8601 2003-03-20  John Levon  <levon@movementarian.org>
8602
8603         * rowpainter.C:
8604         * text.C:
8605         * text2.C: paint cleanups. Inset::update() dropped font
8606         parameter
8607
8608 2003-03-19  John Levon  <levon@movementarian.org>
8609
8610         * lyxfunc.C: only fitcursor/markDirty if available()
8611
8612 2003-03-19  John Levon  <levon@movementarian.org>
8613
8614         * commandtags.h: rename to ...
8615
8616         * lfuns.h: ... this, and renumber / cleanup
8617
8618 2003-03-19  John Levon  <levon@movementarian.org>
8619
8620         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8621         fit the cursor after an lfun
8622
8623         * BufferView.h:
8624         * BufferView.C:
8625         * BufferView_pimpl.h:
8626         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8627
8628         * LyXAction.C: layout-character should have ReadOnly
8629
8630         * ParagraphParameters.C:
8631         * buffer.C:
8632         * bufferview_funcs.C:
8633         * lyx_cb.C:
8634         * lyxfind.C:
8635         * lyxtext.h:
8636         * text.C:
8637         * text2.C:
8638         * text3.C:
8639         * undo_funcs.C: changes from above
8640
8641 2003-03-18  John Levon  <levon@movementarian.org>
8642
8643         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8644         remove it from update()
8645
8646         * lyxfunc.C: update layout choice after an lfun
8647
8648         * text3.C: remove extra updateLayoutChoice()s
8649
8650 2003-03-18  John Levon  <levon@movementarian.org>
8651
8652         * text.C: top_y change means full repaint, fix
8653         a drawing bug with cursor movement
8654
8655 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8656
8657         * lyxtext.h:
8658         * text.C:
8659         * text2.C: anchor row on setCursor
8660
8661 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8662
8663         * lyxtext.h: remove almost all mutable keywords
8664         * text.C:
8665         * text2.C:
8666         * text3.C: remove const keywords accordingly
8667
8668 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8669
8670         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8671         anon namespace
8672         (TeXEnvironment): ditto
8673         (TeXOnePar): ditto
8674
8675 2003-03-17  John Levon  <levon@movementarian.org>
8676
8677         * text.C (rowBreakPoint): remove attempt to fix displayed
8678         math insets inside a manual label
8679
8680 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8681
8682         * lyxtext.h: remove BufferView* as first arg from almost all class
8683         functions.
8684         * other files: adjust.
8685
8686 2003-03-17  John Levon  <levon@movementarian.org>
8687
8688         * lyxtext.h:
8689         * undo_funcs.C:
8690         * text2.C: more paint cleanups
8691
8692         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8693
8694         * rowpainter.h:
8695         * rowpainter.C: remove "smart" background painting code
8696
8697 2003-03-16  John Levon  <levon@movementarian.org>
8698
8699         * lyxtext.h:
8700         * text.C:
8701         * text2.C:
8702         * text3.C: add helper functions for setting refresh_row/y
8703
8704 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8705
8706         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8707         newline inset which *can* get inserted in the pass_thru layouts.
8708         This is primarily for literate documents.
8709
8710 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8711
8712         * buffer.C: increment LYX_FORMAT to 223
8713
8714 2003-03-14 André Pönitz <poenitz@gmx.net>
8715
8716         * textclass.h: prepare for environment handling, ws changes
8717         * lyxlayout.C: read latexheader and latexfooter tags
8718
8719 2003-03-14  John Levon  <levon@movementarian.org>
8720
8721         * text2.C: rewrite ::status() a bit
8722
8723 2003-03-13  John Levon  <levon@movementarian.org>
8724
8725         * lyxtext.h: add some docs
8726
8727 2003-03-13  John Levon  <levon@movementarian.org>
8728
8729         * lyxtext.h:
8730         * text.C:
8731         * text2.C:
8732         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8733
8734 2003-03-13  John Levon  <levon@movementarian.org>
8735
8736         * text3.C: fix appendix redrawing
8737
8738 2003-03-13  John Levon  <levon@movementarian.org>
8739
8740         * text.C (setHeightOfRow):
8741         * rowpainter.h:
8742         * rowpainter.C: make appendix mark have the text
8743           "Appendix" so the user knows what it is
8744
8745         * LColor.h:
8746         * LColor.C: s/appendixline/appendix/ from above
8747
8748 2003-03-13  John Levon  <levon@movementarian.org>
8749
8750         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8751
8752         * text.C: fix a getChar(pos) bug properly
8753
8754 2003-03-13  Angus Leeming  <leeming@lyx.org>
8755
8756         * commandtags.h:
8757         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8758         Probably only temporary. Let's see how things pan out.
8759
8760         * BufferView.C (unlockInset):
8761         * BufferView_pimpl.C (fitCursor):
8762         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8763
8764         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8765         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8766
8767         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8768         new functions that convert ParagraphParameters to and from a string.
8769
8770         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8771         BufferView::Pimpl's dispatch.
8772         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8773
8774 2003-03-13 André Pönitz <poenitz@gmx.net>
8775
8776         * lyxfunc.C:
8777         * text3.C:
8778         * factory.C: make it aware of InsetEnv
8779
8780 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8781
8782         * text2.C (setCursor): never ask for one past last
8783         (setCursor): add some debugging messages.
8784
8785         * text.C (singleWidth): never ask for one past last
8786         (singleWidth): ditto
8787         (leftMargin): ditto
8788         (rightMargin): ditto
8789         (rowBreakPoint): ditto
8790         (setHeightOfRow): ditto
8791         (prepareToPrint): ditto
8792
8793         * rowpainter.C (paintBackground): never ask for one past last
8794         (paintText): never ask for one past last
8795
8796         * paragraph_pimpl.C (getChar): make the assert stricter, never
8797         allow the one past last pos to be taken
8798
8799         * paragraph.C (getChar): ws changes only
8800
8801         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8802         (numberOfSeparators): ditto
8803         (numberOfHfills): ditto
8804
8805 2003-03-12  John Levon  <levon@movementarian.org>
8806
8807         * author.h:
8808         * author.C:
8809         * bufferparams.h:
8810         * bufferparams.C:
8811         * paragraph_funcs.C: fix per-buffer authorlists
8812
8813 2003-03-12  John Levon  <levon@movementarian.org>
8814
8815         * text.C: fix newline in right address
8816
8817 2003-03-12  Angus Leeming  <leeming@lyx.org>
8818
8819         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8820         duplicate those in LyXFunc::dispatch.
8821
8822         * commandtags.h:
8823         * LyXAction.C:
8824         * ToolbarDefaults.C:
8825         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8826         Add LFUN_FONTFREE_UPDATE.
8827
8828         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8829         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8830
8831         * bufferview_func.[Ch]: several new functions to facilliate
8832         transfer of data to and from the character dialog.
8833
8834 2003-03-12  John Levon  <levon@movementarian.org>
8835
8836         * buffer.C:
8837         * paragraph.h:
8838         * paragraph.C:
8839         * paragraph_funcs.C:
8840         * paragraph_pimpl.C:
8841         * sgml.C:
8842         * tabular.C:
8843         * text.C:
8844         * text3.C: remove META_NEWLINE in favour of an inset
8845
8846         * rowpainter.h:
8847         * rowpainter.C: remove paintNewline (done by inset)
8848
8849 2003-03-12  John Levon  <levon@movementarian.org>
8850
8851         * paragraph_pimpl.C: complain about bad getChar()s
8852         for a while at least
8853
8854 2003-03-12  John Levon  <levon@movementarian.org>
8855
8856         * buffer.h:
8857         * buffer.C: move paragraph read into a separate function,
8858         a little renaming to reflect that.
8859
8860         * bufferparams.h:
8861         * bufferparams.C: remove the author_ids map, not necessary now
8862
8863         * factory.h:
8864         * factory.C: moved Buffer::readInset to here
8865
8866         * paragraph_funcs.h:
8867         * paragraph_funcs.C: readParagraph free function moved from
8868         buffer.C
8869
8870         * tabular.C: name change
8871
8872 2003-03-12  John Levon  <levon@movementarian.org>
8873
8874         * buffer.C:
8875         * ParagraphParameters.C: move par params input to
8876         a read() method
8877
8878         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8879         behave like a normal read from the stream wrt reading
8880         a line vs. a \\token
8881
8882 2003-03-12  John Levon  <levon@movementarian.org>
8883
8884         * paragraph.C:
8885         * ParagraphParameters.h:
8886         * ParagraphParameters.C: move output code to a
8887         ::write() method
8888
8889 2003-03-12  John Levon  <levon@movementarian.org>
8890
8891         * BufferView.C (insertLyXFile):
8892         * buffer.h:
8893         * buffer.C:
8894         * tabular.C: use a parlist iterator for creating the
8895           document.
8896
8897 2003-03-12  John Levon  <levon@movementarian.org>
8898
8899         * buffer.C: make current_change static local not
8900           static file-scope
8901
8902 2003-03-12  John Levon  <levon@movementarian.org>
8903
8904         * buffer.C: fix insertStringAsLines for change tracking
8905
8906 2003-03-12  John Levon  <levon@movementarian.org>
8907
8908         * BufferView.C:
8909         * tabular.C:
8910         * buffer.h:
8911         * buffer.C:
8912         * bufferparams.h:
8913         * bufferparams.C: move author list into params. Rename some
8914           functions. Move the header reading into a separate token
8915           loop. Move the header token reading into BufferParams.
8916
8917 2003-03-12  John Levon  <levon@movementarian.org>
8918
8919         * changes.C: put debug inside lyxerr.debugging() checks
8920
8921 2003-03-11 André Pönitz <poenitz@gmx.net>
8922
8923         * factory.C: make it aware of InsetHFill
8924
8925 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8926
8927         * buffer.C (latexParagraphs): move function from here...
8928         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8929         args.
8930
8931 2003-03-10  Angus Leeming  <leeming@lyx.org>
8932
8933         * LyXAction.C (init): fix bug in poplating array with multiple entries
8934         with the same LFUN (spotted by JMarc).
8935
8936 2003-03-10  John Levon  <levon@movementarian.org>
8937
8938         * text.C:
8939         * text2.C: move getColumnNearX() near its
8940         only call site
8941
8942 2003-03-10  John Levon  <levon@movementarian.org>
8943
8944         * text.C: fix break before a minipage
8945
8946 2003-03-10  John Levon  <levon@movementarian.org>
8947
8948         * text.C: fix the last commit
8949
8950 2003-03-09  John Levon  <levon@movementarian.org>
8951
8952         * lyxtext.h:
8953         * text.C:
8954         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8955         bug 365 (don't break before insets unless needed). Don't
8956         return a value > last under any circumstances.
8957
8958 2003-03-09  Angus Leeming  <leeming@lyx.org>
8959
8960         * BufferView_pimpl.C (trackChanges, dispatch): call
8961         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8962
8963 2003-03-09  Angus Leeming  <leeming@lyx.org>
8964
8965         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8966         than Dialogs::showAboutlyx().
8967
8968 2003-03-09  Angus Leeming  <leeming@lyx.org>
8969
8970         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8971         than Dialogs::showTabularCreate().
8972
8973 2003-03-09  John Levon  <levon@movementarian.org>
8974
8975         * lyxtext.h:
8976         * text.C:
8977         * text2.C: 3rd arg to nextBreakPoint was always the same.
8978           Use references.
8979
8980 2003-03-08  John Levon  <levon@movementarian.org>
8981
8982         * lyxrow.C:
8983         * paragraph.C:
8984         * paragraph.h:
8985         * rowpainter.C:
8986         * text.C:
8987         * text2.C: Remove the "main" bit from the "main body"
8988           notion.
8989
8990 2003-03-08  John Levon  <levon@movementarian.org>
8991
8992         * text.C (leftMargin): The left margin of an empty
8993         manual label paragraph should not include the label width
8994         string length.
8995
8996         * text.C (prepareToPrint): don't attempt to measure hfills
8997         for empty manual label paragraphs - the answer should be 0
8998
8999 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9000
9001         * CutAndPaste.C: remove commented code and reindent.
9002
9003 2003-03-08  John Levon  <levon@movementarian.org>
9004
9005         * lyxfunc.h:
9006         * lyxfunc.C: move reloadBuffer()
9007
9008         * BufferView.h:
9009         * BufferView.C: to here
9010
9011         * lyxvc.C: add comment
9012
9013         * vc-backend.h:
9014         * vc-backend.C: call bv->reload() to avoid
9015           getStatus() check on MENURELOAD
9016
9017 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9018
9019         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9020         to an old format .dep file.
9021
9022 2003-03-07  Angus Leeming  <leeming@lyx.org>
9023
9024         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9025         when the LFUN_MOUSE_RELEASE should have been handled by
9026         inset->localDispatch.
9027
9028 2003-03-07  Angus Leeming  <leeming@lyx.org>
9029
9030         * BufferView_pimpl.C (dispatch):
9031         * LyXAction.C (init):
9032         * ToolbarDefaults.C (init):
9033         * commandtags.h:
9034         * lyxfunc.C (getStatus):
9035         remove LFUN_INSET_GRAPHICS.
9036
9037         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9038
9039 2003-03-07  Angus Leeming  <leeming@lyx.org>
9040
9041         * commandtags.h:
9042         * LyXAction.C (init):
9043         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9044
9045         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9046
9047         * commandtags.h:
9048         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9049
9050         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9051         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9052
9053 2003-03-07  Angus Leeming  <leeming@lyx.org>
9054
9055         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9056         remove "ert".
9057
9058 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9059
9060         * ParagraphList.C (front): new function
9061         (back): implement
9062
9063 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9064
9065         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9066         and top_row_offset_. removed var first_y.
9067         * text.C (top_y):
9068         * text2.C (LyXText, removeRow):
9069         * text3.C:
9070         * BufferView_pimpl.C:
9071         use these methods instead of using first_y
9072
9073 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9074
9075         * text2.C (pasteSelection): adjust for checkPastePossible
9076
9077         * CutAndPaste.C: remove Paragraph * buf and replace with
9078         ParagraphList paragraphs.
9079         (DeleteBuffer): delete
9080         (cutSelection): change the tc type to textclass_type
9081         (copySelection): change the tc type to textclass_type
9082         (copySelection): adjust for ParagraphList
9083         (pasteSelection): change the tc type to textclass_type
9084         (pasteSelection): adjust for Paragraphlist
9085         (nrOfParagraphs): simplify for ParagraphList
9086         (checkPastePossible): simplify for ParagraphList
9087         (checkPastePossible): remove unused arg
9088
9089         * ParagraphList.C (insert): handle the case where there are no
9090         paragraphs yet.
9091
9092         * CutAndPaste.h: make CutAndPaste a namespace.
9093
9094         * text3.C (dispatch): adjust
9095
9096         * text.C (breakParagraph): add a ParagraphList as arg
9097
9098         * paragraph_funcs.C (breakParagraph): change to take a
9099         BufferParams and a ParagraphList as args.
9100         (breakParagraphConservative): ditto
9101         (mergeParagraph): ditto
9102         (TeXDeeper): add a ParagraphList arg
9103         (TeXEnvironment): ditto
9104         (TeXOnePar): ditto
9105
9106         * buffer.C (readLyXformat2): adjust
9107         (insertStringAsLines): adjust
9108         (latexParagraphs): adjust
9109
9110         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9111         (cutSelection): adjust
9112         (pasteSelection): adjust
9113
9114         * BufferView_pimpl.C (insertInset): adjust
9115
9116 2003-03-05  Angus Leeming  <leeming@lyx.org>
9117
9118         * commandtags.h:
9119         * LyXAction.C (init):
9120         * BufferView_pimpl.C (dispatch):
9121         * lyxfunc.C (getStatus):
9122         remove LFUN_CHILD_INSERT.
9123
9124         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9125
9126 2003-03-05  Angus Leeming  <leeming@lyx.org>
9127
9128         * commandtags.h:
9129         * LyXAction.C (init):
9130         * src/factory.C (createInset):
9131         * lyxfunc.C (getStatus):
9132         * text3.C (dispatch):
9133         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9134
9135         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9136
9137 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9138
9139         * ParagraphList.C (insert): handle insert right before end()
9140         (erase): fix cases where it can be first or last paragraph.
9141
9142 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9143
9144         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9145         Paragraph::next and Paragraph::previous
9146         (TeXOnePar): ditto
9147
9148         * text.C (breakParagraph): adjust
9149
9150         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9151         BufferParams& as arg.
9152         (breakParagraph): use ParagraphList::insert
9153         (breakParagraphConservative): take a Buffer* instead of a
9154         BufferParams& as arg.
9155         (breakParagraphConservative): use ParagraphList::insert.
9156
9157         * buffer.C (insertStringAsLines): un-const it
9158         (insertStringAsLines): adjust
9159
9160         * ParagraphList.C (insert): new function
9161
9162         * CutAndPaste.C (pasteSelection): adjust
9163
9164         * text.C (backspace): adjust
9165
9166         * tabular.C (SetMultiColumn): adjust
9167
9168         * CutAndPaste.C (cutSelection): adjust
9169         (pasteSelection): adjust
9170
9171         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9172         Buffer const * as arg
9173
9174         * ParagraphList.C (erase): new function
9175         * paragraph_funcs.C (mergeParagraph): use it
9176         (mergeParagraph): make it take a Buffer* instead of a
9177         BufferParams* as arg
9178
9179         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9180         as arg
9181         (breakParagraphConservative): ditto
9182
9183         * paragraph.h: remove the breakParagraph friend
9184
9185         * paragraph.C (eraseIntern): new function
9186         (setChange): new function
9187
9188         * paragraph_funcs.C (mergeParagraph): make it take a
9189         ParagraphList::iterator instead of a Paragraph *, adjust
9190         accordingly.
9191
9192         * paragraph.h: move an #endif so that the change tracking stuff
9193         also works in the NO_NEXT case.
9194
9195 2003-03-04  Angus Leeming  <leeming@lyx.org>
9196
9197         * commandtags.h:
9198         * LyXAction.C: new LFUN_INSET_MODIFY.
9199
9200         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9201         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9202
9203 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9204
9205         * several files: ws changes only
9206
9207         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9208         (TeXEnvironment): ditto
9209         (TeXDeeper): ditto
9210
9211         * buffer.C (makeLaTeXFile): adjust
9212         (latexParagraphs): make it take ParagraphList::iterator as args
9213
9214 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9215
9216         * buffer.C (latexParagraphs): adjust
9217
9218         * paragraph.C (TeXOnePar): move function...
9219         (optArgInset): move function...
9220         (TeXEnvironment): move function...
9221         * paragraph_pimpl.C (TeXDeeper): move function...
9222         * paragraph_funcs.C: ...here
9223
9224         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9225
9226 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9227
9228         * buffer.C (readInset): remove compability code for old Figure and
9229         InsetInfo insets
9230
9231 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9232
9233         * buffer.C: ws changes
9234         (readInset):
9235
9236         * BufferView_pimpl.C: ditto
9237         * author.C: ditto
9238         * buffer.h: ditto
9239         * bufferlist.h: ditto
9240         * changes.h: ditto
9241         * lyxfunc.C: ditto
9242
9243 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9244
9245         * converter.[Ch]: split into itself +
9246         * graph.[Ch]
9247         * format.[Ch]
9248         * Makefile.am: += graph.[Ch] + format.[Ch]
9249         * MenuBackend.C
9250         * buffer.C
9251         * exporter.C
9252         * importer.C
9253         * lyx_main.C
9254         * lyxfunc.C
9255         * lyxrc.C: added #include "format.h"
9256
9257 2003-02-27  Angus Leeming  <leeming@lyx.org>
9258
9259         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9260           a label.
9261
9262         * factory.C (createInset): add "label" to the factory.
9263
9264         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9265           string and do no more.
9266
9267 2003-02-27  Angus Leeming  <leeming@lyx.org>
9268
9269         * commandtags.h:
9270         * LyXAction.C (init):
9271         * factory.C (createInset):
9272         * BufferView_pimpl.C (dispatch):
9273           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9274
9275         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9276
9277         * lyxfunc.C (dispatch):
9278         * text3.C (dispatch): pass name to params2string.
9279
9280 2003-02-26  Angus Leeming  <leeming@lyx.org>
9281
9282         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9283           blocks together.
9284           Rearrange the ~includes. Strip out the unnecessary ones.
9285
9286         * factory.C (createInset): reformat.
9287           create new insets for the various LFUN_XYZ_APPLY lfuns.
9288
9289 2003-02-26  John Levon  <levon@movementarian.org>
9290
9291         * lyxrow.h:
9292         * lyxrow.C: add isParStart,isParEnd helpers
9293
9294         * paragraph.h: make isInserted/DeletedText take refs
9295
9296         * paragraph_funcs.h:
9297         * paragraph_funcs.C: remove #if 0'd code
9298
9299         * lyxtext.h:
9300         * text3.C:
9301         * text2.C:
9302         * text.C: use lyxrow helpers above.
9303           Move draw and paint routines to RowPainter.
9304           Make several methods use refs not pointers.
9305           Make backgroundColor() const.
9306           Add markChangeInDraw(), isInInset().
9307           Merge changeRegionCase into changeCase.
9308           Make workWidth() shouldn't-happen code into an Assert.
9309
9310         * rowpainter.h:
9311         * rowpainter.C: new class for painting a row.
9312
9313         * vspace.h:
9314         * vspace.C: make inPixels take a ref
9315
9316 2003-02-26  Angus Leeming  <leeming@lyx.org>
9317
9318         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9319         LFUN_REF_APPLY.
9320
9321 2003-02-25  John Levon  <levon@movementarian.org>
9322
9323         * ispell.C: give the forked command a more accurate name
9324
9325 2003-02-22  John Levon  <levon@movementarian.org>
9326
9327         * toc.h:
9328         * toc.C: make TocItem store an id not a Paragraph *
9329           (bug #913)
9330
9331 2003-02-21  Angus Leeming  <leeming@lyx.org>
9332
9333         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9334           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9335           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9336           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9337           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9338           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9339
9340         * BufferView_pimpl.C (dispatch):
9341         * LyXAction.C (init):
9342         * factory.C (createInset):
9343         * lyxfunc.C (getStatus, dispatch):
9344         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9345
9346 2003-02-21  Angus Leeming  <leeming@lyx.org>
9347
9348         * BufferView_pimpl.C (MenuInsertLyXFile):
9349         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9350         * lyxfunc.C (menuNew, open, doImport):
9351           no longer pass a LyXView & to fileDlg.
9352
9353 2003-02-21  Angus Leeming  <leeming@lyx.org>
9354
9355         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9356         * LyXAction.C: change, BIBKEY to BIBITEM.
9357         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9358         Change InsetBibKey to InsetBibitem.
9359         Change BIBKEY_CODE to BIBITEM_CODE.
9360         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9361         * factory.C: replace insetbib.h with insetbibitem.h.
9362         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9363         * paragraph.C: replace insetbib.h with insetbibitem.h.
9364         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9365         Change bibkey() to bibitem().
9366         * text.C: remove insetbib.h.
9367         * text2.C: replace insetbib.h with insetbibitem.h.
9368         change bibkey() to bibitem().
9369         * text3.C: remove insetbib.h.
9370         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9371
9372 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9373
9374         * lyxrc.C (output): enclose user email in quotes (in case there are
9375         several words)
9376
9377 2003-02-18  John Levon  <levon@movementarian.org>
9378
9379         * buffer.h: add std::
9380
9381 2003-02-17  John Levon  <levon@movementarian.org>
9382
9383         * SpellBase.h:
9384         * ispell.h:
9385         * ispell.C:
9386         * pspell.h:
9387         * pspell.C: reworking. Especially in ispell, a large
9388           number of clean ups and bug fixes.
9389
9390         * lyxfunc.C: fix revert to behave sensibly
9391
9392 2003-02-17 André Pönitz <poenitz@gmx.net>
9393
9394         * LyXAction.C:
9395         * commandtags.h: new LFUN_INSERT_BIBKEY
9396
9397         * layout.h:
9398         * lyxlayout.C:
9399         * buffer.C:
9400         * factory.C:
9401         * text.C:
9402         * text2.C:
9403         * text3.C:
9404         * paragraph.[Ch]:
9405         * paragraph_func.C: remove special bibkey handling
9406
9407 2003-02-17  John Levon  <levon@movementarian.org>
9408
9409         * text.C (Delete): fix case where delete at the end of
9410           the very first paragraph would not merge the pars
9411
9412 2003-02-17  John Levon  <levon@movementarian.org>
9413
9414         * lyxrow.C: fix lastPrintablePos()
9415
9416 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9417
9418         * bufferparams.C (writeLaTeX): add a std:here
9419
9420         * buffer.C: and remove a using directive there
9421
9422 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9423
9424         * buffer.C (makeLaTeXFile): move the code that generates the
9425           preamble...
9426
9427         * bufferparams.C (writeLaTeX): ... in this new method
9428
9429         * LaTeXFeatures.C (getEncodingSet): make const
9430           (getLanguages): make const
9431
9432         * MenuBackend.C (binding): returns the binding associated to this
9433           action
9434           (add): sets the status of each item by calling getStatus. Adds
9435           some intelligence.
9436           (read): add support for OptSubMenu
9437           (expand): remove extra separator at the end of expanded menu
9438
9439 2003-02-15  John Levon  <levon@movementarian.org>
9440
9441         * BufferView.C:
9442         * BufferView_pimpl.C:
9443         * bufferlist.h:
9444         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9445           inset code that had no actual effect. Remove unneeded status
9446           code.
9447
9448 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9449
9450         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9451           in preamble
9452
9453 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9454
9455         * text.C (drawLengthMarker): also draw an arrow marker for
9456           symbolic lengths (medskip...)
9457
9458 2003-02-14  John Levon  <levon@movementarian.org>
9459
9460         * tabular.h:
9461         * tabular.C: better method names
9462
9463 2003-02-14  John Levon  <levon@movementarian.org>
9464
9465         * BufferView_pimpl.C:
9466         * bufferlist.C:
9467         * buffer.C:
9468         * converter.C:
9469         * lyx_cb.C:
9470         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9471           it's a more accurate name. Remove some pointless uses.
9472
9473 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9474
9475         * text2.C (LyXText): change order of initilizers to shut off
9476           warnings
9477
9478 2003-02-14  John Levon  <levon@movementarian.org>
9479
9480         * buffer.C: use ParIterator for getParFromID()
9481
9482         * paragraph.h:
9483         * paragraph.C:
9484         * paragraph_pimpl.h:
9485         * paragraph_pimpl.C: remove unused getParFromID()
9486
9487 2003-02-14  John Levon  <levon@movementarian.org>
9488
9489         * buffer.C: remove some very old #if 0'd parse code
9490
9491 2003-02-13  John Levon  <levon@movementarian.org>
9492
9493         * text.h:
9494         * text.C:
9495         * text2.C: move hfillExpansion(), numberOfSeparators(),
9496           rowLast(), rowLastPrintable(), numberofHfills(),
9497           numberOfLabelHfills() ...
9498
9499         * lyxrow.h:
9500         * lyxrow.C: ... to member functions here.
9501
9502         * paragraph.h:
9503         * paragraph.C:
9504         * lyxtext.h:
9505         * text.C: remove LyXText::beginningOfMainBody(), and call
9506           p->beginningOfMainBody() directly. Move the check for
9507           LABEL_MANUAL into the latter.
9508
9509         * text.h:
9510         * text.C:
9511         * text2.C:
9512         * vspace.C:
9513         * BufferView.h:
9514         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9515
9516         * text.h:
9517         * text.C:
9518         * text2.C:
9519         * text3.C:
9520         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9521           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9522
9523 2003-02-13  John Levon  <levon@movementarian.org>
9524
9525         * CutAndPaste.C: remove debug
9526
9527 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9528
9529         * paragraph.C (asString): remove two unused variables
9530
9531         * lyxtextclass.C (readTitleType):
9532           (Read):
9533           (LyXTextClass): handle new members titletype_ and titlename_
9534
9535         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9536
9537 2003-02-09  John Levon  <levon@movementarian.org>
9538
9539         * buffer.h:
9540         * buffer.C: replace hand-coded list with a map for the dep clean
9541
9542 2003-02-08  John Levon  <levon@movementarian.org>
9543
9544         * LaTeX.C: consolidate code into showRunMessage() helper
9545
9546 2003-02-08  John Levon  <levon@movementarian.org>
9547
9548         * lyxfind.C:
9549         * lyxtext.h:
9550         * text2.C:
9551         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9552           and pass the size in explicitly
9553
9554         * BufferView_pimpl.h:
9555         * BufferView_pimpl.C:
9556         * BufferView.h:
9557         * BufferView.C: add getCurrentChange()
9558
9559         * BufferView_pimpl.h:
9560         * BufferView_pimpl.C: handle change lfuns
9561
9562         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9563           for changes. Mark pasted paragraphs as new.
9564
9565         * support/lyxtime.h:
9566         * support/lyxtime.C:
9567         * DepTable.C: abstract time_t as lyx::time_type
9568
9569         * LColor.h:
9570         * LColor.C: add colours for new text, deleted text, changebars
9571
9572         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9573           package use "usenames" option.
9574
9575         * commandtags.h:
9576         * lyxfunc.C:
9577         * LyXAction.C: add change lfuns
9578
9579         * Makefile.am:
9580         * author.h:
9581         * author.C: author handling
9582
9583         * buffer.h:
9584         * buffer.C: add a per-buffer author list, with first entry as
9585           current author. Handle new .lyx tokens for change tracking. Output
9586           author list to .lyx file. Output dvipost stuff to .tex preamble.
9587           Bump lyx format to 222.
9588
9589         * bufferlist.h:
9590         * bufferlist.C: add setCurrentAuthor() to reset current author details
9591           in all buffers.
9592
9593         * bufferparams.h:
9594         * bufferparams.C: add param for tracking
9595
9596         * bufferview_funcs.C: output change info in minibuffer
9597
9598         * Makefile.am:
9599         * changes.h:
9600         * changes.C: add change-tracking structure
9601
9602         * debug.h:
9603         * debug.C: add CHANGES debug flag
9604
9605         * lyxfind.h:
9606         * lyxfind.C: add code for finding the next change piece
9607
9608         * lyxrc.h:
9609         * lyxrc.C: add user_name and user_email
9610
9611         * lyxrow.h:
9612         * lyxrow.C: add a metric for the top of the text line
9613
9614         * lyxtext.h:
9615         * text.C: implement accept/rejectChange()
9616
9617         * lyxtext.h:
9618         * text.C: paint changebars. Paint new/deleted text in the chosen
9619         colours. Strike through deleted text.
9620
9621         * paragraph.h:
9622         * paragraph.C:
9623         * paragraph_pimpl.h:
9624         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9625           in the current change to the insert functions. Rework erase to
9626           mark text as deleted, adding an eraseIntern() and a range-based
9627           erase(). Implement per-paragraph change lookup and
9628           accept/reject.
9629
9630         * paragraph_funcs.C: Fixup paste for change tracking.
9631
9632         * tabular.C: mark added row/columns as new.
9633
9634         * text.C: fix rowLast() to never return -1. Don't allow
9635           spellchecking of deleted text. Track transpose changes. Don't
9636           allow paragraph break or merge where appropriate.
9637
9638         * text2.C: leave cursor at end of selection after a cut.
9639
9640 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9641
9642         * text.C (getLengthMarkerHeight):
9643         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9644         visible on screen too.
9645
9646 2003-02-07  John Levon  <levon@movementarian.org>
9647
9648         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9649
9650 2003-02-05  Angus Leeming  <leeming@lyx.org>
9651
9652         * lyxserver.C (read_ready): revert my patch of 11 September last year
9653         as it sends PC cpu through the roof. Presumably this means that
9654         the lyxserver will no longer run on an Alpha...
9655
9656 2003-01-30  Angus Leeming  <leeming@lyx.org>
9657
9658         * factory.C (createInset): create an InsetCommandParam of type "index"
9659         and use it to 'do the right thing'.
9660
9661         * text2.C (getStringToIndex): ensure that cursor position is always
9662         reset to the reset_cursor position.
9663
9664 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9665
9666         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9667         disabled.
9668
9669 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9670
9671         * bufferview.C:
9672         * lyxcb.C:
9673         * lyxfunc.C: Output messages with identical spelling, punctuation,
9674         and spaces
9675
9676 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9677
9678         * MenuBackend.C (expandFormats): List only viewable export formats
9679         in "View" menu
9680
9681         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9682         message
9683
9684         * lyxfunc.C (getStatus): Make sure that formats other than
9685         "fax" can also be disabled
9686
9687 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9688
9689         * text3.C (dispatch): put the lfuns that insert insets in 3
9690         groups, and call doInsertInset with appropriate arguments.
9691         (doInsertInset): new function, that creates an inset and inserts
9692         it according to some boolean parameters.
9693
9694 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9695
9696         * buffer.C (readFile): remember to pass on 'par' when calling
9697         readFile recursively.
9698
9699 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9700
9701         * MenuBackend.C (expandFormats): add "..." to import formats.
9702
9703 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9704
9705         * paragraph.C (asString): Remove XForms RTL hacks.
9706
9707 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9708         * buffer.C: fix typo
9709
9710 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9711
9712         * Makefile.am (LIBS): delete var
9713         (lyx_LDADD): add @LIBS@ here instead.
9714
9715 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9716
9717         * Clarify the meaning of "wheel mouse jump"
9718
9719 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9720
9721         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9722         tabular in a float
9723
9724 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9725
9726         * importer.C (Loaders): do not preallocate 3 elements in the
9727         vector, since one ends up with 6 elements otherwise
9728
9729 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9730
9731         * DepTable.C (write): write the file name as last element of the
9732         .dep file (because it may contain spaces)
9733         (read): read info in the right order
9734
9735 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9736
9737         * paragraph_pimpl.C (simpleTeXBlanks):
9738         (simpleTeXSpecialChars):
9739         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9740
9741         * tabular.C (latex): add some missing case statements. Reindent.
9742
9743         * MenuBackend.C (expandToc): remove unused variable.
9744
9745 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9746
9747         * LColor.C:
9748         * LaTeX.C:
9749         * LyXAction.C:
9750         * MenuBackend.C:
9751         * buffer.C:
9752         * exporter.C:
9753         * lyxfunc.C:
9754         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9755         and the like.
9756
9757 2003-01-05  John Levon  <levon@movementarian.org>
9758
9759         * BufferView.h:
9760         * BufferView.C: add getEncoding()
9761
9762         * kbsequence.h:
9763         * kbsequence.C: do not store last keypress
9764
9765         * lyxfunc.h:
9766         * lyxfunc.C: store last keypress here instead. Pass encoding
9767           to getISOEncoded()
9768
9769 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9770
9771         * lyx_main.C (init): remove annoying error message when following
9772         symbolic links (bug #780)
9773
9774 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9775
9776         * text.C (insertChar):
9777         * lyxrc.C (getDescription): remove extra spaces
9778
9779 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9780
9781         * lyxrc.C (getDescription): remove extra spaces
9782
9783 2002-12-20  John Levon  <levon@movementarian.org>
9784
9785         * text3.C: hack fix for page up/down across tall rows
9786
9787 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9788
9789         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9790         not been invoked
9791
9792 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9793
9794         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9795         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9796         thesaurus is not compiled in
9797
9798 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9799
9800         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9801
9802 2002-12-16  Angus Leeming  <leeming@lyx.org>
9803
9804         * lyxrc.[Ch]:
9805         * lyx_main.C (init): remove override_x_deadkeys stuff.
9806
9807 2002-12-12  John Levon  <levon@movementarian.org>
9808
9809         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9810           insert. Only remove shift modifier under strict
9811           circumstances.
9812
9813 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9814
9815         * MenuBackend.C (expandToc): fix crash.
9816
9817 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9818
9819         * MenuBackend.C (expandToc): gettext on float names.
9820
9821 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9822
9823         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9824         implement bool empty() [bug 490]
9825
9826 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9827
9828         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9829
9830 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9831
9832         * several files: ws changes
9833
9834 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9835
9836         * text2.C (setCounter): clean up a bit, use boost.format.
9837         (updateCounters): initialize par upon declaration.
9838
9839         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9840         if the layout exists. We do not just store the layout any more.
9841         (SwitchLayoutsBetweenClasses): use boost.format
9842
9843 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9844
9845         * converter.C (convert): if from and to files are the same, use a
9846         temporary files as intermediary
9847
9848 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9849
9850         * commandtags.h:
9851         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9852
9853 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9854
9855         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9856
9857 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9858
9859         * tabular.C (asciiPrintCell): use string(size, char) instead of
9860         explicit loop.
9861
9862         * sgml.C (openTag): fix order of arguments to string constructor
9863         (closeTag): ditto
9864
9865         * lyxfunc.C (dispatch): use boost.format
9866
9867         * lots of files: change "c" -> 'c'
9868
9869 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9870
9871         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9872
9873 2002-11-25  Angus Leeming  <leeming@lyx.org>
9874
9875         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9876
9877         * lyx_main.C (init): compile fix.
9878
9879 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9880
9881         * lyx_cb.C (start): boost.formatify
9882         do not include <iostream>
9883
9884         * lengthcommon.C: ws only
9885
9886         * boost-inst.C,BoostFormat.h: add more explict instantations
9887
9888 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9889
9890         * lots of files: handle USE_BOOST_FORMAT
9891
9892 2002-11-21  John Levon  <levon@movementarian.org>
9893
9894         * pspell.C: fix compile
9895
9896 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9897
9898         * lyxfunc.C (dispatch): use boost::format
9899         (open): ditto
9900         (doImport): ditto
9901
9902         * lyxfont.C (stateText): use boost::format
9903
9904         * lyx_main.C (LyX): use boost::format
9905         (init): ditto
9906         (queryUserLyXDir): ditto
9907         (readRcFile): ditto
9908         (parse_dbg): ditto
9909         (typedef boost::function): use the recommened syntax.
9910
9911         * importer.C (Import): use boost::format
9912
9913         * debug.C (showLevel): use boost::format
9914
9915         * converter.C (view): use boost::format
9916         (convert): ditto
9917         (move): ditto
9918         (scanLog): ditto
9919
9920         * bufferview_funcs.C (currentState): use boost::format
9921
9922         * bufferlist.C (emergencyWrite): use boost::format
9923
9924         * buffer.C (readLyXformat2): use boost::format
9925         (parseSingleLyXformat2Token): ditto
9926
9927         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9928
9929         * LaTeX.C (run): use boost::format
9930
9931         * Chktex.C (scanLogFile): use boost::format
9932
9933         * BufferView_pimpl.C (savePosition): use boost::format
9934         (restorePosition): ditto
9935         (MenuInsertLyXFile): ditto
9936
9937         * BoostFormat.h: help file for explicit instation.
9938
9939 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9940
9941         * tabular.C (latex): Support for block alignment in fixed width
9942         columns.
9943
9944 2002-11-17  John Levon  <levon@movementarian.org>
9945
9946         * BufferView_pimpl.C:
9947         * lyx_cb.C:
9948         * lyxfunc.C: split filedialog into open/save
9949
9950 2002-11-08  Juergen Vigna  <jug@sad.it>
9951
9952         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9953         by my last patch (hopefully).
9954
9955 2002-11-08  John Levon  <levon@movementarian.org>
9956
9957         * iterators.h:
9958         * iterators.C:
9959         * buffer.h:
9960         * buffer.C:
9961         * paragraph.h:
9962         * paragraph.C:
9963         * toc.h:
9964         * toc.C: ParConstIterator, and use it (from Lars)
9965
9966 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9967
9968         * lyxtextclass.[Ch]: revise and add doxygen comments
9969
9970 2002-11-07  John Levon  <levon@movementarian.org>
9971
9972         * text.C: fix progress value for spellchecker
9973
9974         * toc.C: fix navigate menu for insetwrap inside minipage
9975
9976         * paragraph_funcs.C: added FIXME for suspect code
9977
9978 2002-11-07  John Levon  <levon@movementarian.org>
9979
9980         * BufferView_pimpl.C: fix redrawing of insets
9981           on buffer switch
9982
9983 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9984
9985         * text2.C (updateCounters): fix bug 668
9986
9987 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9988
9989         * text3.C (dispatch): Do not make the buffer dirty when moving the
9990         cursor.
9991
9992 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9993
9994         * vc-backend.C: STRCONV
9995         (scanMaster): ditto
9996
9997         * text2.C (setCounter): STRCONV
9998
9999         * paragraph.C (asString): STRCONV
10000
10001         * lyxlength.C (asString): STRCONV
10002         (asLatexString): ditto
10003
10004         * lyxgluelength.C (asString): STRCONV
10005         (asLatexString): ditto
10006
10007         * lyxfunc.C (dispatch): STRCONV
10008         (open): ditto
10009
10010         * lyxfont.C (stateText): STRCONV
10011
10012         * importer.C (Import): STRCONV
10013
10014         * counters.C (labelItem): STRCONV
10015         (numberLabel): ditto
10016         (numberLabel): remove unused ostringstream o
10017
10018         * chset.C: STRCONV
10019         (loadFile): ditto
10020
10021         * bufferview_funcs.C (currentState): STRCONV
10022
10023         * buffer.C (readFile): STRCONV
10024         (asciiParagraph): ditto
10025         (makeLaTeXFile): ditto
10026
10027         * Spacing.C (writeEnvirBegin): STRCONV
10028
10029         * LaTeXFeatures.C (getLanguages): STRCONV
10030         (getPackages): ditto
10031         (getMacros): ditto
10032         (getBabelOptions): ditto
10033         (getTClassPreamble): ditto
10034         (getLyXSGMLEntities): ditto
10035         (getIncludedFiles): ditto
10036
10037         * LaTeX.C: STRCONV
10038         (run): ditto
10039         (scanAuxFile): ditto
10040         (deplog): ditto
10041
10042         * LString.h: add the STRCONV macros
10043
10044         * BufferView_pimpl.C (savePosition): STRCONV
10045         (restorePosition): ditto
10046         (MenuInsertLyXFile): ditto
10047
10048         * vc-backend.C (scanMaster): change from submatch[...] to
10049         submatch.str(...)
10050
10051         * funcrequest.C: include config.h
10052
10053         * factory.C: include config.h
10054
10055         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10056
10057         * box.C: include config.h
10058
10059         * LaTeX.C (scanAuxFile): change from submatch[...] to
10060         submatch.str(...)
10061         (deplog): ditto
10062
10063 2002-10-25  Angus Leeming  <leeming@lyx.org>
10064
10065         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10066
10067         * ispell.[Ch] (setError): new method.
10068         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10069         Use setError() insetead of goto END.
10070
10071         * lyx_cb.C (AutoSave): move out child process into new class
10072         AutoSaveBuffer.
10073
10074 2002-10-30  John Levon  <levon@movementarian.org>
10075
10076         * text3.C: make start appendix undoable
10077
10078 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10079
10080         * lyxlength.C (inPixels): Fix returned value.
10081
10082         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10083         environment.
10084
10085 2002-10-24  Angus Leeming  <leeming@lyx.org>
10086
10087         * lyxgluelength.h: no need to forward declare BufferParams
10088         or BufferView, so don't.
10089
10090 2002-10-21  John Levon  <levon@movementarian.org>
10091
10092         * BufferView.C: menuUndo ->undo, redo
10093
10094         * BufferView.h: document, remove dead, make some methods private
10095
10096         * paragraph_funcs.h:
10097         * paragraph_funcs.C:
10098         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10099
10100         * buffer.h:
10101         * buffer.C:
10102         * sgml.h:
10103         * sgml.C: move sgml open/close tag into sgml.C
10104
10105         * bufferview_funcs.h: unused prototype
10106
10107         * lyxfunc.h:
10108         * lyxfunc.C: remove unused
10109
10110         * lyxtext.h:
10111         * text.C: remove unused
10112
10113 2002-10-21  John Levon  <levon@movementarian.org>
10114
10115         * BufferView.h:
10116         * BufferView.C:
10117         * BufferView_pimpl.h:
10118         * BufferView_pimpl.C: fix mouse wheel handling based on
10119           patch from Darren Freeman
10120
10121 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10122
10123         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10124
10125 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10126
10127         * lyxlength.C (inPixels): Fix hanfling of negative length.
10128         Fix LyXLength::MU case.
10129
10130 2002-10-16  John Levon  <levon@movementarian.org>
10131
10132         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10133
10134 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10135
10136         * converter.C (view): add support for $$i (file name) and $$p
10137         (file path) for the viewer command. If $$i is not specified, then
10138         it is appended to the command (for compatibility with old syntax)
10139
10140 2002-10-14  Juergen Vigna  <jug@sad.it>
10141
10142         * undo_funcs.C (textHandleUndo): alter the order in which the
10143         new undopar is added to the LyXText, as we have to set first
10144         the right prev/next and then add it as otherwise the rebuild of
10145         LyXText is not correct. Also reset the cursor to the right paragraph,
10146         with this IMO we could remove the hack in "redoParagraphs()".
10147
10148 2002-10-09  Angus Leeming  <leeming@lyx.org>
10149
10150         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10151         to turn off an optimisation if a new inset is to be inserted.
10152
10153 2002-10-11 André Pönitz <poenitz@gmx.net>
10154
10155         * lyxtext.h: make some functions public to allow access
10156         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10157
10158 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10159
10160         * text3.C (dispatch): when changing layout, avoid an infinite loop
10161         [bug #652]
10162
10163 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10164
10165         * lyxrc.C (read): treat a viewer or converter command of "none" as
10166         if it were empty.
10167
10168         * MenuBackend.C (expandFormats): for an update, also allow the
10169         formats that are not viewable
10170
10171         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10172         script if it is newer than the lyxrc.defaults in user directory
10173
10174 2002-10-07 André Pönitz <poenitz@gmx.net>
10175
10176         * text.C: Vitaly Lipatov's small i18n fix
10177
10178 2002-09-25  Angus Leeming  <leeming@lyx.org>
10179
10180         * ispell.h: doxygen fix.
10181
10182 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10183
10184         * buffer.h (readFile): Add a new argument to the method, to allow
10185         reading of old-format templates.
10186
10187 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10188
10189         * toc.C (getTocList): Get TOC from InsetWrap.
10190
10191 2002-09-16  John Levon  <levon@movementarian.org>
10192
10193         * lyxfunc.C: check tabular for cut/copy too
10194
10195 2002-09-12  John Levon  <levon@movementarian.org>
10196
10197         * LyXAction.C: tidy
10198
10199         * factory.h:
10200         * factory.C: add header
10201
10202         * paragraph_funcs.h:
10203         * paragraph_funcs.C: cleanup
10204
10205 2002-09-11  John Levon  <levon@movementarian.org>
10206
10207         * PrinterParams.h: odd/even default to true
10208
10209 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10210
10211         * PrinterParams.h: update printer parameters for new xforms dialog
10212
10213 2002-09-11  Angus Leeming  <leeming@lyx.org>
10214
10215         * lyxserver.C (read_ready): re-write to make it more transparent
10216         and to make it work in coherent fashion under Tru64 Unix.
10217
10218 2002-09-11  André Pönitz <poenitz@gmx.net>
10219
10220         * commandtags.h:
10221         * LyXAction.C:
10222         * text3.C: implement LFUN_WORDSEL
10223
10224 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10225
10226         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10227         make floatlist_ a boost::shared_ptr<FloatList>
10228
10229         * lyxtextclass.C: include FloatList.h
10230         (LyXTextClass): initialize floatlist_
10231         (TextClassTags): add TC_NOFLOAT
10232         (Read): match "nofloat" to TC_NOFLOAT and use it.
10233         (readFloat): modify call to floatlist_
10234         (floats): ditto
10235         (floats): ditto
10236
10237         * FloatList.[Ch] (FloatList): remove commented out float
10238         initialization.
10239         (erase): new function
10240
10241 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10242
10243         * MenuBackend.C (expandToc): fix crash when there is no document
10244         open
10245
10246 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10247
10248         * many files: Add insetwrap.
10249
10250 2002-09-09  John Levon  <levon@movementarian.org>
10251
10252         * text2.C: remove confusing and awkward depth wraparound
10253
10254 2002-09-09  John Levon  <levon@movementarian.org>
10255
10256         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10257
10258         * buffer.h:
10259         * buffer.C: remove getIncludeonlyList()
10260
10261         * paragraph.C:
10262         * lyxfunc.C: remove headers
10263
10264 2002-09-09  Juergen Vigna  <jug@sad.it>
10265
10266         * text.C (getColumnNearX): fix form Michael this is most
10267         probably a cut&paste bug.
10268
10269 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10270
10271         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10272
10273         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10274         references, ws changes.
10275
10276         * text2.C (init): update counters after init
10277         (insertParagraph): no need to set counter on idividual paragraphs.
10278         (setCounter): access the counters object in the textclass object
10279         on in the buffer object.
10280         (updateCounters): ditto
10281
10282         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10283         shared_ptr<Counters> to avoid loading counters.h in all
10284         compilation units.
10285         (LyXTextClass): initialize ctrs_
10286         (TextClassTags): add TC_COUNTER, and ...
10287         (Read): use it here.
10288         (CounterTags): new tags
10289         (readCounter): new function
10290         (counters): new funtion
10291         (defaultLayoutName): return a const reference
10292
10293         * counters.C (Counters): remove contructor
10294         (newCounter): remove a couple of unneeded statements.
10295         (newCounter): simplify a bit.
10296         (numberLabel): some small formatting changes.
10297
10298         * buffer.[Ch]: remove all traces of counters, move the Counters
10299         object to the LyXTextClass.
10300
10301 2002-09-06  Alain Castera  <castera@in2p3.fr>
10302
10303         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10304         package to set the horizontal alignment on fixed width columns.
10305
10306         * lyx_sty.C:
10307         * lyx_sty.h: added tabularnewline macro def.
10308
10309         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10310
10311 2002-09-06  John Levon  <levon@movementarian.org>
10312
10313         * LyXAction.C: tooltips for sub/superscript
10314
10315         * MenuBackend.C: a bit more verbose
10316
10317         * lyxfunc.C: tiny clean
10318
10319         * undo_funcs.C: document undo_frozen
10320
10321 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10322
10323         * counters.C (Counters): add missing algorithm counter.
10324
10325         * text2.C (setCounter): lookup the counter with layouts latexname
10326         instead of by section number.
10327         (setCounter): use a hackish way to lookup the correct enum
10328         counter.
10329         a float name->type change
10330         reset enum couners with counter name directly instead of depth value.
10331
10332         * counters.C (Counters): remove the push_backs, change to use the
10333         float type not the float name.
10334         (labelItem): remove unused string, float name->type change
10335
10336         * counters.h: don't include vector, loose the enums and sects vectors
10337
10338 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10339
10340         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10341         (Read): add float->TC_FLOAT to textclassTags
10342         (Read): and handle it in the switch
10343         (readFloat): new function
10344
10345         * FloatList.C (FloatList): comment out the hardcoded float
10346         definitions.
10347
10348         * lyxlayout.h: ws change.
10349
10350 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10351
10352         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10353
10354 2002-09-03  Angus Leeming  <leeming@lyx.org>
10355
10356         * BufferView_pimpl.h: qualified name is not allowed in member
10357         declaration: WorkArea & Pimpl::workarea() const;
10358
10359         * factory.C: added using std::endl directive.
10360
10361         * text3.C: added using std::find and std::vector directives.
10362
10363 2002-08-29  André Pönitz <poenitz@gmx.net>
10364
10365         * lyxtext.h:
10366         * text2.C: remove unused member number_of_rows
10367
10368         * Makefile.am:
10369         * BufferView2.C: remove file, move contents to...
10370         * BufferView.C: ... here
10371
10372         * BufferView_pimpl.C:
10373         * factory.C: move more inset creation to factory
10374
10375         * vspace.C: avoid direct usage of LyXText, ws changes
10376
10377         * BufferView.[Ch]:
10378                 don't provide direct access to WorkArea, use two simple
10379                 acessors haveSelction() and workHeight() instead
10380
10381
10382 2002-08-29  John Levon  <levon@movementarian.org>
10383
10384         * BufferView_pimpl.C (dispatch): do not continue when
10385           no buffer
10386
10387 2002-08-28  André Pönitz <poenitz@gmx.net>
10388
10389         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10390
10391         * BufferView.h:
10392         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10393
10394 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10395
10396         * buffer.C: increment LYX_FORMAT to 221
10397
10398         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10399         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10400
10401         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10402
10403         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10404
10405 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10406
10407         * factory.C (createInset): use LyXTextClass::floats
10408
10409         * MenuBackend.C (expandFloatListInsert):
10410         (expandFloatInsert):
10411         (expandToc):
10412
10413         * text2.C (setCounter):
10414
10415         * LaTeXFeatures.C (useFloat):
10416         (getFloatDefinitions):
10417
10418         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10419
10420         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10421         floatlist_, with accessor floats().
10422
10423         * FloatList.h: remove global FloatList
10424
10425 2002-08-26  André Pönitz <poenitz@gmx.net>
10426
10427         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10428
10429         * BufferView.h:
10430         * BufferView2.C:
10431         * BufferView_pimpl.C:
10432         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10433
10434 2002-08-25  John Levon  <levon@movementarian.org>
10435
10436         * LyXAction.C: fix margin note description
10437
10438 2002-08-24  John Levon  <levon@movementarian.org>
10439
10440         * buffer.C:
10441         * bufferlist.C:
10442         * bufferview_funcs.C:
10443         * lyxfont.C:
10444         * undo_funcs.C: cleanups
10445
10446         * lyxfunc.C: disable CUT/COPY when no selection
10447
10448 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10449
10450         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10451         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10452
10453         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10454         Add backward compatibility to "mono", "gray" and "no".
10455
10456 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10457
10458         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10459         (and file_format >= 200).
10460
10461 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10462
10463         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10464
10465 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10466
10467         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10468
10469 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10470
10471         * BufferView_pimpl.C:
10472         * LyXAction.C:
10473         * buffer.C:
10474         * commandtags.h:
10475         * lyxfunc.C:
10476         * paragraph.[Ch]:
10477         * text2.C:
10478         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10479         inset and code to make it  work with the paragraph code. The inset
10480         can be anywhere in the paragraph, but will only do the expected
10481         thing in LaTeX if the layout file contains the parameter line
10482                         OptionalArgs    1
10483         (or more generally, a nonzero value) for that layout.
10484
10485 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10486
10487         * paragraph.h: remove the declaration of undefined counters class
10488         function.
10489
10490 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10491
10492         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10493         Dr. Richard Hawkins.
10494
10495 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10496
10497         * paragraph_funcs.h: remove some unneeded includes
10498
10499         * text.C (backspace): pasteParagraph now in global scipe
10500
10501         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10502         (pasteSelection): ditto
10503
10504         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10505         * paragraph_funcs.C (pasteParagraph): ... here
10506
10507 2002-08-20  André Pönitz <poenitz@gmx.net>
10508
10509         * commandtags.h: new LFUNs for swapping/copying table row/colums
10510
10511         * LyXAction.C:
10512         * lyxfunc.C: support for new lfuns
10513
10514 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10515
10516         * tabular.C:
10517         * buffer.[Ch]: remove NO_COMPABILITY stuff
10518
10519 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10520
10521         * boost.C (throw_exception): new file, with helper function for
10522         boost compiled without exceptions.
10523
10524         * paragraph.h:
10525         * lyxlength.C:
10526         * buffer.C:
10527         * ParameterStruct.h:
10528         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10529
10530         * bufferlist.C (emergencyWriteAll): use boost bind
10531
10532         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10533
10534         * text.C: include paragraph_funcs.h
10535         (breakParagraph): breakParagraph is now in global scope
10536
10537         * paragraph_funcs.[Ch]: new files
10538
10539         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10540         global scope
10541
10542         * buffer.C: include paragraph_funcs.h
10543         (insertStringAsLines): breakParagraph is now in global scope
10544
10545         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10546         paragraph_funcs.C
10547
10548         * CutAndPaste.C: include paragraph_funcs.h
10549         (cutSelection): breakParagraphConservative is now in global scope
10550         (pasteSelection): ditto
10551
10552         * buffer.h: declare oprator== and operator!= for
10553         Buffer::inset_iterator
10554
10555         * bufferlist.C (emergencyWrite): don't use fmt(...)
10556
10557         * text3.C: add using std::endl
10558
10559         * BufferView.C (moveCursorUpdate): remove default arg
10560
10561 2002-08-20  André Pönitz <poenitz@gmx.net>
10562
10563         * buffer.[Ch]: move inline functions to .C
10564
10565         * BufferView2.C:
10566         * BufferView_pimpl.C:
10567         * text.C:
10568         * buffer.[Ch]: use improved inset_iterator
10569
10570         * buffer.C:
10571         * paragraph.[Ch]: write one paragraph at a time
10572
10573 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10574
10575         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10576         style if style is not specified.
10577
10578 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10579
10580         * text2.C (setCounter): when searching for right label for a
10581         caption, make sure to recurse to parent insets (so that a caption
10582         in a minipage in a figure float works) (bug #568)
10583
10584 2002-08-20  André Pönitz <poenitz@gmx.net>
10585
10586         * text3.C: new file for LyXText::dispatch() and helpers
10587
10588         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10589
10590         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10591
10592 2002-08-19  André Pönitz <poenitz@gmx.net>
10593
10594         * lyxtext.h:
10595         * text.C: new LyXText::dispatch()
10596
10597         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10598
10599 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10600
10601         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10602
10603         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10604         Hebrew text.
10605
10606 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10607
10608         * Makefile.am: use $(variables) instead of @substitutions@
10609
10610 2002-08-15  André Pönitz <poenitz@gmx.net>
10611
10612         * lyxfunc.C:
10613         * BufferView_pimpl.C: streamlining mathed <-> outer world
10614         interaction
10615
10616         * commandtags.h:
10617         * LyXAction.C: remove unused LFUN_MATH
10618
10619 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10620
10621         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10622
10623 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10624
10625         * paragraph.C (Paragraph): reformat a bit
10626         (cutIntoMinibuffer): use builtin InsetList function instad of
10627         doing it manually.
10628         (getInset): ditto
10629
10630         * buffer.C: include boost/bind.hpp, add using std::for_each
10631         (writeFileAscii): use ParagraphList iterators
10632         (validate): use for_each for validate traversal of paragraphs
10633         (getBibkeyList): use ParagraphList iterators
10634         (resizeInsets): use for_each to resizeInsetsLyXText for all
10635         paragraphs.
10636         (getParFromID): use ParagraphList iterators
10637
10638         * BufferView2.C (lockInset): use paragraph list and iterators
10639
10640 2002-08-14  John Levon  <levon@movementarian.org>
10641
10642         * lyxserver.C: remove spurious xforms include
10643
10644 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10645
10646         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10647
10648 2002-08-13  André Pönitz <poenitz@gmx.net>
10649
10650         * LyXAction.[Ch]:
10651         * lyxfunc.C: further cleaning
10652
10653 2002-08-13  André Pönitz <poenitz@gmx.net>
10654
10655         * funcrequest.h: new constructor
10656
10657         * funcrequest.C: move stuff here from .h
10658
10659         * Makefile.am:
10660         * BufferView_pimpl.C:
10661         * LyXAction.C:
10662         * toc.C:
10663         * lyxfunc.C: subsequent changes
10664
10665         * lyxfunc.h: new view() member function
10666
10667         * lyxfunc.C: subsequent changes
10668
10669 2002-08-13  Angus Leeming  <leeming@lyx.org>
10670
10671         * BufferView2.C:
10672         * BufferView_pimpl.C:
10673         * buffer.C:
10674         * converter.C:
10675         * importer.C:
10676         * lyxfunc.C:
10677         * lyxvc.C:
10678         * toc.C:
10679         * vc-backend.C:
10680         changes due to the changed LyXView interface that now returns references
10681         to member variables not pointers.
10682
10683 2002-08-13  Angus Leeming  <leeming@lyx.org>
10684
10685         * WordLangTuple (word, lang_code): return references to strings,
10686         not strings.
10687
10688         * BufferView.h:
10689         * SpellBase.h:
10690         * lyxtext.h: forward-declare WordLangTuple.
10691
10692         * BufferView2.C:
10693         * ispell.C:
10694         * pspell.C:
10695         * text.C: #include "WordLangTuple.h".
10696
10697         * lyxtext.h:
10698         * text.C: (selectNextWordToSpellcheck): constify return type.
10699
10700 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10701
10702         * buffer.C:
10703         * buffer.h:
10704         * lyxtext.h:
10705         * paragraph.C:
10706         * paragraph_pimpl.h:
10707         * text.C:
10708         * text2.C:
10709         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10710         suggested by Angus.
10711         Made updateCounter always count from start of buffer, and removed
10712         second argument (par).
10713         Reverted floats number display to '#'. Perhaps I'll try again when the
10714         code base is sanitized a bit.
10715
10716 2002-08-12  Angus Leeming  <leeming@lyx.org>
10717
10718         * buffer.[Ch] (getLabelList): constify.
10719
10720 2002-08-07  André Pönitz <poenitz@gmx.net>
10721
10722         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10723
10724         * funcrequest.h: extension to keep mouse (x,y) position
10725
10726 2002-08-12  Juergen Vigna  <jug@sad.it>
10727
10728         * BufferView2.C (insertErrors): forbid undo when inserting error
10729         insets.
10730
10731         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10732
10733 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10734
10735         * ParagraphList.[Ch]: new files
10736
10737         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10738
10739         * BufferView2.C (lockInset): ParagraphList changes
10740         * toc.C: ditto
10741         * text2.C: ditto
10742         * bufferlist.C: ditto
10743         * buffer.h: ditto
10744         * buffer.C: ditto
10745
10746 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10747
10748         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10749         unused class variable counter_,
10750
10751         * paragraph.[Ch] (getFirstCounter): delete unused function
10752
10753         * counters.C: include LAssert.h
10754         (reset): add a new function with no arg, change other version to
10755         not have def. arg and to not allow empty arg.
10756
10757         * text2.C (setCounter): remove empty arg from call to Counters::reset
10758
10759 2002-08-11  John Levon  <levon@movementarian.org>
10760
10761         * Makefile.am: add WordLangTuple.h
10762
10763 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10764
10765         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10766         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10767
10768         * insets/insettext.C: InsetList changes
10769
10770         * graphics/GraphicsSupport.C (operator()): InsetList changes
10771
10772         * toc.C (getTocList): InsetList changes
10773
10774         * paragraph_pimpl.[Ch]: InsetList changes
10775
10776         * paragraph.[Ch]: InsetList changes
10777
10778         * buffer.C (inset_iterator): InsetList changes
10779         (setParagraph): ditto
10780         * buffer.h (inset_iterator): ditto
10781         * iterators.C (operator++): ditto
10782         * iterators.h: ditto
10783
10784         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10785
10786         * InsetList.[Ch]: new files, most InsetList handling moved out of
10787         paragraph.C.
10788
10789         * BufferView2.C (removeAutoInsets): InsetList changes
10790         (lockInset): ditto
10791         (ChangeInsets): ditto
10792
10793 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10794
10795         * paragraph_pimpl.h (empty): new function
10796
10797         * paragraph.[Ch] (empty): new function
10798
10799         * other files: use the new Paragraph::empty function
10800
10801 2002-08-09  John Levon  <levon@movementarian.org>
10802
10803         * lyxtext.h: remove unused refresh_height
10804
10805 2002-08-09  John Levon  <levon@movementarian.org>
10806
10807         * Makefile.am:
10808         * sgml.h:
10809         * sgml.C:
10810         * buffer.C:
10811         * paragraph.h:
10812         * paragraph.C: move sgml char escaping out of paragraph
10813
10814         * paragraph.h:
10815         * paragraph.C: remove id setter
10816
10817         * buffer.C:
10818         * paragraph.C:
10819         * paragraph_pimpl.C: remove dead tex_code_break_column
10820
10821         * bufferview_funcs.C: small cleanup
10822
10823         * lyxfunc.C: remove dead proto
10824
10825         * lyxtext.h: make some stuff private. Remove some dead stuff.
10826
10827         * lyxgluelength.C: make as[LyX]String() readable
10828
10829 2002-08-08  John Levon  <levon@movementarian.org>
10830
10831         * LyXAction.h:
10832         * LyXAction.C:
10833         * MenuBackend.C:
10834         * ToolbarDefaults.C:
10835         * lyxfunc.C:
10836         * lyxrc.C:
10837         * toc.C: lyxaction cleanup
10838
10839 2002-08-08  John Levon  <levon@movementarian.org>
10840
10841         * BufferView2.C: small cleanup
10842
10843         * lyxfind.h:
10844         * lyxfind.C: move unnecessary header into the .C
10845
10846 2002-08-08  John Levon  <levon@movementarian.org>
10847
10848         * funcrequest.h: just tedious nonsense
10849
10850         * lyx_main.h:
10851         * lyx_main.C: cleanups
10852
10853         * buffer.C:
10854         * vspace.C: remove dead header lyx_main.h
10855
10856 2002-08-07  Angus Leeming  <leeming@lyx.org>
10857
10858         * Paragraph.[Ch]:
10859         * paragraph_pimpl.h:
10860         Forward declare class Counters in paragraph.h by moving the ctrs member
10861         variable into Paragraph::Pimpl.
10862         (counters): new method, returning a reference to pimpl_->ctrs.
10863
10864         * text2.C: ensuing changes.
10865
10866 2002-08-07  John Levon  <levon@movementarian.org>
10867
10868         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10869
10870         * BufferView_pimpl.C: announce X selection on double/triple
10871           click
10872
10873         * lyx_main.C: use correct bool in batch dispatch
10874
10875         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10876
10877 2002-08-07  André Pönitz <poenitz@gmx.net>
10878
10879         * funcrequest.h: new class to wrap a kb_action and its argument
10880
10881         * BufferView.[Ch]:
10882         * BufferView_pimpl[Ch]:
10883         * LaTeX.C:
10884         * LyXAction.[Ch]:
10885         * lyxfunc.[Ch]:
10886         * lyxrc.C: subsequent changes
10887
10888
10889 2002-08-07  John Levon  <levon@movementarian.org>
10890
10891         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10892           document options change.
10893
10894 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10895
10896         * counters.[Ch]
10897         * text2.C
10898         * paragraph.[Ch]
10899         * makefile.am: move counters functionality over from
10900         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10901
10902 2002-08-06  John Levon  <levon@movementarian.org>
10903
10904         * WordLangTuple.h: new file for word + language code tuple
10905
10906         * SpellBase.h:
10907         * pspell.h:
10908         * pspell.C:
10909         * ispell.h:
10910         * ispell.C:
10911         * lyxtext.h:
10912         * text.C:
10913         * text2.C:
10914         * BufferView.h:
10915         * BufferView2.C: use WordLangTuple
10916
10917         * layout.h:
10918         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10919
10920 2002-08-06  John Levon  <levon@movementarian.org>
10921
10922         * lyx_main.C: fix cmdline batch handling
10923
10924 2002-08-06  André Pönitz <poenitz@gmx.net>
10925
10926         * lyxrc.C: set default for show_banner to true
10927
10928 2002-08-06  John Levon  <levon@movementarian.org>
10929
10930         * pspell.C: fix a crash, and allow new aspell to work
10931
10932 2002-08-06  John Levon  <levon@movementarian.org>
10933
10934         * lyxfunc.C:
10935         * kbmap.C: small cleanup
10936
10937         * vspace.h:
10938         * vspace.C: add const
10939
10940 2002-08-05  John Levon  <levon@movementarian.org>
10941
10942         * LyXAction.C: back to tabular-insert
10943
10944 2002-08-04  John Levon  <levon@movementarian.org>
10945
10946         * BufferView.h:
10947         * BufferView.C: cosmetic change
10948
10949         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10950
10951         * bufferlist.C:
10952         * buffer.h:
10953         * buffer.C:
10954         * lyxcb.h:
10955         * lyxcb.C:
10956         * lyxserver.C:
10957         * lyxvc.C:
10958         * vc-backend.C:
10959         * BufferView2.C: purge all "Lyx" not "LyX" strings
10960
10961         * lyxcursor.h:
10962         * lyxcursor.C: attempt to add some documentation
10963
10964         * lyxfunc.C:
10965         * commandtags.h:
10966         * LyXAction.C:
10967         * ToolbarDefaults.C:
10968         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10969           merge with LFUN_TABULAR_INSERT
10970
10971         * Makefile.am:
10972         * SpellBase.h:
10973         * ispell.h:
10974         * ispell.C:
10975         * pspell.h:
10976         * pspell.C: split up i/pspell implementations into separate
10977           files, many cleanups
10978
10979         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10980
10981         * text2.C: some cleanup
10982
10983         * lyxfunc.C: don't check for isp_command == "none" any more, it
10984           didn't make any sense
10985
10986 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10987
10988         * counters.[Ch]
10989         * text2.C
10990         * paragraph.[Ch]
10991         * makefile.am: move counters functionality over
10992         from text2.C/paragraph.[Ch] to counters.[Ch], and
10993         make proper C++.
10994 2002-08-02  John Levon  <levon@movementarian.org>
10995
10996         * buffer.C: s/lyxconvert/lyx2lyx/
10997
10998 2002-08-02  Angus Leeming  <leeming@lyx.org>
10999
11000         * lyxlex.C: revert John's change as it breaks reading of the user
11001         preamble.
11002
11003 2002-08-02  Angus Leeming  <leeming@lyx.org>
11004
11005         * importer.C (Import):
11006         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11007         changes due to LyXView::view() now returning a boost::shared_ptr.
11008
11009 2002-08-02  John Levon  <levon@movementarian.org>
11010
11011         * lyxlex.C: small cleanup
11012
11013 2002-08-02  John Levon  <levon@movementarian.org>
11014
11015         * text2.C (status): small cleanup, no logic change
11016
11017 2002-08-01  John Levon  <levon@movementarian.org>
11018
11019         * buffer.h:
11020         * buffer.C (writeFile): don't output alerts, caller
11021           handles this
11022
11023         * bufferlist.C:
11024         * lyx_cb.C: from above
11025
11026         * lyxfunc.C: allow to open non-existent files
11027
11028 2002-07-31  John Levon  <levon@movementarian.org>
11029
11030         * lyxserver.C: don't let incidental errors get
11031           in the way (errno)
11032
11033 2002-07-30  John Levon  <levon@movementarian.org>
11034
11035         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11036
11037 2002-07-30  John Levon  <levon@movementarian.org>
11038
11039         * lyxserver.h:
11040         * lyxserver.C: remove I/O callback too
11041
11042 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11043
11044         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11045         log.
11046
11047 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11048
11049         * many files: strip,frontStrip -> trim,ltrim,rtrim
11050
11051 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11052
11053         * PrinterParams.h: remove extern containsOnly, and include
11054         support/lstrings.h instead.
11055
11056         * LaTeX.C (scanAuxFile): modify because of strip changes
11057         (deplog): ditto
11058         * buffer.C (makeLaTeXFile): ditto
11059         * bufferparams.C (writeFile): ditt
11060         * lyxfont.C (stateText): ditto
11061         * lyxserver.C (read_ready): ditto
11062         * vc-backend.C (scanMaster): ditto
11063
11064         * BufferView_pimpl.h: ws changes
11065
11066         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11067
11068 2002-07-26  André Pönitz <poenitz@gmx.net>
11069
11070         * kb_sequence.C: remove unnedred usings
11071
11072 2002-07-26  Juergen Vigna  <jug@sad.it>
11073
11074         * lyxfind.C (LyXReplace): we have to check better if the returned
11075         text is not of theLockingInset()->getLockingInset().
11076
11077 2002-07-25  Juergen Vigna  <jug@sad.it>
11078
11079         * lyxfind.C (LyXReplace): don't replace if we don't get the
11080         right LyXText.
11081
11082         * undo_funcs.C (createUndo): remove debugging code.
11083
11084 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11085
11086         * buffer.C (parseSingleLyXformat2Token): Use default placement
11087         when reading old floats.
11088
11089         * FloatList.C (FloatList): Change the default placement of figure
11090         and tables to "tbp".
11091
11092 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11093
11094         * MenuBackend.C: using std::max
11095
11096 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11097
11098         * MenuBackend.C (expandToc):
11099         (expandToc2): code moved from xforms menu frontend. It is now
11100         generic and TOCs are transparent to menu frontends.
11101
11102 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11103
11104         * toc.C (getTocList): protect against buf=0
11105
11106         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11107         Menu as first parameter. Now, this calls itself recursively to
11108         expand a whole tree (this will be useful for TOC handling)
11109         (expandFloatInsert): remove 'wide' version of floats
11110
11111         * MenuBackend.h (submenuname): returns the name of the submenu.
11112         (submenu): returns the submenu itself, provided it has been
11113         created by MenuBackend::expand
11114
11115 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11116
11117         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11118         insets which have noFontChange == true. (bug #172)
11119
11120 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11121
11122         * BufferView_pimpl.C: add connection objects and use them...
11123         (Pimpl): here.
11124
11125 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11126
11127         * MenuBackend.C (expandLastfiles):
11128         (expandDocuments):
11129         (expandFormats):
11130         (expandFloatListInsert):
11131         (expandFloatInsert):
11132         (expand): split expand in parts
11133
11134 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11135
11136         * lyx_gui.C: use lyx_gui::exit()
11137
11138 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11139
11140         * LyXAction.C: show the failing pseudo action
11141
11142 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11143
11144         * buffer.C (readFile): Run the lyxconvert script in order to read
11145         old files.
11146
11147 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11148
11149         * LyXAction.C:
11150         * commandtags.h:
11151         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11152
11153 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11154
11155         * LyXAction.C:
11156         * commandtags.h:
11157         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11158
11159 2002-07-22  Herbert Voss  <voss@lyx.org>
11160
11161         * lengthcommon.C:
11162         * lyxlength.[Ch]: add support for the vertical lengths
11163
11164 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11165
11166         * toc.[Ch]: std:: fixes
11167
11168 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11169
11170         * lyxrc.C: do not include lyx_main.h
11171
11172         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11173         for layouts
11174
11175         * lyxrc.C:
11176         * encoding.C:
11177         * bufferlist.C:
11178         * BufferView2.C: include "lyxlex.h"
11179
11180         * tabular.h:
11181         * bufferparams.h: do not #include "lyxlex.h"
11182
11183         * lyxtextclasslist.C (Add): remove method
11184         (classlist): renamed to classlist_
11185
11186         * paragraph_pimpl.C:
11187         * paragraph.C:
11188         * text2.C:
11189         * CutAndPaste.C:
11190         * bufferview_funcs.C:
11191         * bufferlist.C:
11192         * text.C:
11193         * LaTeXFeatures.C:
11194         * buffer.C:
11195         * toc.C (getTocList): use BufferParams::getLyXTextClass
11196
11197         * toc.C (getTocList): use InsetFloat::addToToc
11198
11199         * toc.[Ch]: new files, containing helper functions to handle table
11200         of contents
11201
11202         * lyxfunc.C (dispatch): no need to remove spaces around command
11203         given as a string
11204         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11205         first command of the sequence; it is not very clever, but I do not
11206         have a better idea, actually
11207
11208         * LyXAction.C (LookupFunc): make sure to remove space at the
11209         beginning and end of the command
11210
11211 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11212
11213         * MenuBackend.C (getMenubar): new method: return the menubar of
11214         this menu set
11215         (read): treat differently reading of menu and menubar (in
11216         particular, the menubar has no name now)
11217         (Menu::menubar): remove
11218
11219         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11220         saving is finished
11221
11222 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11223
11224         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11225         a bibitem inset in a RTL paragraph.
11226
11227 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11228
11229         * paragraph_pimpl.C: constify
11230
11231         * BufferView_pimpl.C:
11232         * LaTeX.C:
11233         * lyxfunc.C: fix dispatch in a nicer way
11234
11235 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11236
11237         * lyxfunc.C (dispatch):
11238         * BufferView_pimpl.C:
11239         * BufferView_pimpl.h:
11240         * BufferView.C:
11241         * BufferView.h: rename Dispatch() to dispatch()
11242
11243         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11244
11245         * lyxlayout.C (Read): honor DependsOn tag
11246
11247         * lyxlayout.[Ch] (depends_on): new method
11248
11249         * version.C.in: update lyx_docversion
11250
11251         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11252
11253         * paragraph.C (validate): remove from here...
11254         * paragraph_pimpl.C (validate): ... and move here
11255         (isTextAt): make it const
11256
11257         * buffer.C (getLists): ws cleanup
11258
11259 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11260
11261         * language.C (read): Use iso8859-1 encoding in latex_lang
11262         (this prevents LyX from crashing when using iso10646-1 encoding).
11263
11264 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11265
11266         * text2.C (toggleInset): if cursor is inside an inset, close the
11267         inset and leave cursor _after_ it
11268
11269 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11270
11271         * lyxfunc.C: move minibuffer completion handling out of here
11272
11273 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11274
11275         * BufferView_pimpl.C:
11276         * LaTeX.C: fix dispatch calls
11277
11278 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11279
11280         * text.C (drawChars): Fix Arabic text rendering.
11281
11282 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11283
11284         * LyXAction.C:
11285         * commandtags.h:
11286         * lyxfunc.C: remove message-push/pop
11287
11288         * lyxserver.C:
11289         * lyxfunc.h:
11290         * lyxfunc.C: rationalise some code by removing verboseDispatch
11291           in favour of a bool argument to dispatch()
11292
11293 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11294
11295         * lyx_main.C (init): make sure to read symlinks as absolute paths
11296
11297 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11298
11299         * lyxfunc.h:
11300         * lyxfunc.C: no need for commandshortcut to be a member
11301
11302 2002-07-15  André Pönitz <poenitz@gmx.net>
11303
11304         * converter.C: add support for $$s (scripts from lib/scripts dir)
11305         * lyx_main.C: white space
11306
11307 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * bufferlist.C:
11310         * lyxrc.h:
11311         * lyxrc.C: remove second exit confirmation
11312
11313 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11314
11315         * BufferView.h:
11316         * BufferView.C:
11317         * BufferView2.C:
11318         * BufferView_pimpl.h:
11319         * BufferView_pimpl.C:
11320         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11321
11322 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11323
11324         * MenuBackend.C (expand): add numeric shortcuts to document menu
11325
11326         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11327
11328 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11329
11330         * lyxfont.C (setLyXFamily):
11331         (setLyXSeries):
11332         (setLyXShape):
11333         (setLyXSize):
11334         (setLyXMisc):
11335         (lyxRead):
11336         * debug.C (value):
11337         * buffer.C (asciiParagraph): use ascii_lowercase
11338
11339 2002-07-15  Mike Fabian  <mfabian@suse.de>
11340
11341         * lyxlex_pimpl.C (search_kw):
11342         * lyxlex.C (getLongString):
11343         * converter.h (operator<):
11344         * converter.C (operator<):
11345         * buffer.C (parseSingleLyXformat2Token):
11346         (asciiParagraph):
11347         * ToolbarDefaults.C (read):
11348         * MenuBackend.C (checkShortcuts):
11349         (read):
11350         * LColor.C (getFromGUIName):
11351         (getFromLyXName): use the compare_ascii_no_case instead of
11352         compare_no_case, because in turkish, 'i' is not the lowercase
11353         version of 'I', and thus turkish locale breaks parsing of tags.
11354
11355 2002-07-16  Angus Leeming  <leeming@lyx.org>
11356
11357         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11358         now takes a Buffer const & argument.
11359
11360 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11361
11362         * BufferView.C (resize): check there's a buffer to resize
11363
11364 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11365
11366         * lyxfunc.C: remove dead code
11367
11368         * lyxserver.h:
11369         * lyxserver.C: use lyx_guii::set_read_callback
11370
11371 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11372
11373         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11374         an inset in a RTL paragraph.
11375
11376 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11377
11378         * lyxfunc.C: repaint after a font size update
11379
11380 2002-07-15  André Pönitz <poenitz@gmx.net>
11381
11382         * lyxlength.C: inBP should be able to return negative values
11383
11384 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11385
11386         * lyxfunc.C: use lyx_gui::update_fonts()
11387
11388 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11389
11390         * lyxfunc.C: use lyx_gui::update_color()
11391
11392 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11393
11394         * bufferlist.C:
11395         * lyxfunc.h:
11396         * lyxfunc.C:
11397         * lyxrc.h:
11398         * lyxrc.C: remove file->new asks for name option, and let
11399           buffer-new take an argument
11400
11401 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11402
11403         * BufferView_pimpl.C: remove unneeded extra repaint()
11404
11405 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11406
11407         * LyXAction.C: allow command-sequence with NoBuffer
11408
11409         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11410
11411 2002-07-10  Angus Leeming  <leeming@lyx.org>
11412
11413         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11414
11415 2002-07-09  Angus Leeming  <leeming@lyx.org>
11416
11417         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11418
11419 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11420
11421         * lengthcommon.h: whitespace
11422
11423         * lyxfunc.C: update scrollbar after goto paragraph
11424
11425         * lyxtext.h: factor out page break drawing, and fix it so
11426           page break/added space paints as selected nicely
11427
11428 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11429
11430         * BufferView_pimpl.C: add FIXMEs, clean up a little
11431
11432 2002-07-09  André Pönitz <poenitz@gmx.net>
11433
11434         * lyxfont.[Ch]: support for wasy symbols
11435
11436 2002-07-08  André Pönitz <poenitz@gmx.net>
11437
11438         * BufferView_pimpl.C: apply John's patch for #93.
11439
11440 2002-07-05  Angus Leeming  <leeming@lyx.org>
11441
11442         * BufferView_pimpl.C (buffer): generate previews if desired.
11443
11444         * LColor.h: add "preview" to the color enum.
11445
11446         * LColor.C (LColor): add a corresponding entry to the items array.
11447
11448         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11449         with this buffer.
11450
11451 2002-07-05  Angus Leeming  <leeming@lyx.org>
11452
11453         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11454         The body of the code is now in the method that is passed an ostream &
11455         rather than a file name.
11456         Pass an additional only_preamble parameter, useful for the forthcoming
11457         preview stuff.
11458
11459 2002-07-03  André Pönitz <poenitz@gmx.net>
11460
11461         * lyxfunc.C: simplify getStatus() a bit for math stuff
11462
11463 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11464
11465         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11466
11467 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11468
11469         * text.C (changeRegionCase): do not change case of all the
11470         document when region ends at paragraph end (bug #461)
11471
11472 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11473
11474         * paragraph.C (startTeXParParams):
11475         (endTeXParParams): add \protect when necessary
11476
11477 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11478
11479         * BufferView_pimpl.C (workAreaExpose): remove warning
11480
11481 2002-06-27  Angus Leeming  <leeming@lyx.org>
11482
11483         * Makefile.am: add lyxlayout_ptr_fwd.h.
11484
11485 2002-06-26  André Pönitz <poenitz@gmx.net>
11486
11487         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11488
11489 2002-06-25  Angus Leeming  <leeming@lyx.org>
11490
11491         * lyxfunc.C (dispatch): Comment out the call to
11492         grfx::GCache::changeDisplay. The method no longer exists now that the
11493         pixmap generation part of the graphics loader has been moved into
11494         InsetGraphics.
11495
11496 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11497
11498         * text2.C: layout as layout
11499
11500         * text.C: layout as layout
11501
11502         * tabular.C (OldFormatRead): layout as layout
11503
11504         * paragraph_pimpl.C (TeXDeeper): layout as layout
11505         (realizeFont): layout as layout
11506
11507         * paragraph.C (writeFile): layout as layout
11508         (validate): layout as layout
11509         (getFont): layout as layout
11510         (getLabelFont): layout as layout
11511         (getLayoutFont): layout as layout
11512         (breakParagraph): layout as layout
11513         (stripLeadingSpaces): layout as layout
11514         (getEndLabel): layout as layout
11515         (getMaxDepthAfter): layout as layout
11516         (applyLayout): layout as layout
11517         (TeXOnePar): layout as layout
11518         (simpleTeXOnePar): layout as layout
11519         (TeXEnvironment): layout as layout
11520         (layout): layout as layout
11521         (layout): layout as layout
11522
11523         * lyxtextclass.C (compare_name): new functor to work with
11524         shared_ptr, layout as layout
11525         (Read): layout as layout
11526         (hasLayout): layout as layout
11527         (operator): layout as layout
11528         (delete_layout): layout as layout
11529         (defaultLayout): layout as layout
11530
11531         * lyxlayout_ptr_fwd.h: new file
11532
11533         * lyxlayout.C (Read): layout as layout
11534
11535         * lyx_cb.C (MenuInsertLabel): layout as layout
11536
11537         * bufferlist.C (newFile): layout as layout
11538
11539         * buffer.C (readLyXformat2): layout as layout
11540         (parseSingleLyXformat2Token): layout as layout
11541         (insertStringAsLines): layout as layout
11542         (asciiParagraph): layout as layout
11543         (latexParagraphs): layout as layout
11544         (makeLinuxDocFile): layout as layout
11545         (simpleLinuxDocOnePar): layout as layout
11546         (makeDocBookFile): layout as layout
11547         (simpleDocBookOnePar): layout as layout
11548         (getLists): layout as layout
11549
11550         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11551
11552         * CutAndPaste.C (cutSelection): layout as layout
11553         (pasteSelection): layout as layout
11554         (SwitchLayoutsBetweenClasses): layout as layout
11555
11556         * BufferView_pimpl.C (Dispatch): layout as layout
11557         (smartQuote): layout as layout
11558
11559         * BufferView2.C (unlockInset): layout as layout
11560
11561 2002-06-24  André Pönitz <poenitz@gmx.net>
11562
11563         * lyxfunc.C: fix #487
11564
11565 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11566
11567         * lyxrc.h:
11568         * lyxrc.C:
11569         * lyxfunc.C: remove display_shortcuts, show_banner
11570
11571 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11572
11573         * Buffer_pimpl.C: oops, update on resize
11574
11575 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11576
11577         * buffer.C:
11578         * converter.C:
11579         * exporter.C:
11580         * lyxfunc.C:
11581         * BufferView.h:
11582         * BufferView.C: use repaint()
11583
11584         * BufferView_pimpl.h:
11585         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11586           as it's a clearer description. Remove superfluous
11587           redraws.
11588
11589 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11590
11591         * text.C: fix bug 488. Not ideal, but getting
11592           getWord() to work properly for the insets that
11593           matter is more difficult ...
11594
11595 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11596
11597         * BufferView_pimpl.C:
11598         * LyXAction.C:
11599         * commandtags.h:
11600         * lyxfunc.C: remove the six million index lyxfuncs to just
11601           one, and DTRT (bug 458)
11602
11603 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11604
11605         * BufferView.h:
11606         * BufferView.C:
11607         * BufferView_pimpl.h:
11608         * BufferView_pimpl.C: clean up resize() stuff,
11609           and unnecessary updateScreen()s
11610
11611 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11612
11613         * BufferView.h:
11614         * BufferView.C:
11615         * BufferView_pimpl.h:
11616         * BufferView_pimpl.C:
11617         * lyxfind.h:
11618         * lyxfind.C:
11619         * minibuffer.C: remove focus management of workarea,
11620           not needed. Use screen's greyOut()
11621
11622 2002-06-17  Herbert Voss  <voss@lyx.org>
11623
11624         * converter.C: (convert) do not post a message, when converting
11625         fails, let the calling function decide what to do in this case
11626
11627 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11628
11629         * lyxfunc.C: tidy up a little
11630
11631 2002-06-16    <alstrup@diku.dk>
11632
11633         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11634         Got rid of FORMS_H_LOCATION include. Now we are
11635         GUII.
11636
11637 2002-06-15  LyX Development team  <lyx@rilke>
11638
11639         * buffer.[Ch] (sgmlOpenTag):
11640         (sgmlCloseTag): Added support for avoiding pernicious mixed
11641         content. Return number of lines written.
11642
11643         (makeLinuxDocFile):
11644         (makeDocBookFile): Fixed calls to sgml*Tag.
11645         Simple white space clean.
11646
11647         (simpleDocBookOnePar): Simple white space clean.
11648
11649         * tabular.[Ch] (docBook): Renamed to docbook and got another
11650         argument to related with the pernicious mixed content.
11651
11652         (docbookRow): Fixed calls for docbook inset method.
11653
11654 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11655
11656         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11657         so it's X11 independent.
11658
11659         * kb*.[Ch]: ditto.
11660
11661         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11662
11663 2002-06-15  Lyx Development team  <lyx@electronia>
11664
11665         * intl.h: Renamed getTrans to getTransManager.
11666
11667 2002-06-14  Angus Leeming  <leeming@lyx.org>
11668
11669         * Makefile.am: nuke forgotten stl_string_fwd.h.
11670
11671 2002-06-12  Angus Leeming  <leeming@lyx.org>
11672
11673         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11674
11675 2002-06-13  Angus Leeming  <leeming@lyx.org>
11676
11677         * LaTeX.C:
11678         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11679
11680 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11681
11682         * kbmap.C (getiso): add support for cyrillic and greek
11683
11684 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11685
11686         * BufferView.h:
11687         * BufferView.C:
11688         * BufferView_pimpl.h:
11689         * BufferView_pimpl.C: move bogus scrolling logic
11690           to xforms
11691
11692 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11693
11694         * lyxfunc.C:
11695         * BufferView_pimpl.C: view->resize() change
11696
11697 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11698
11699         * BufferView_pimpl.C: topCursorVisible
11700           prototype change
11701
11702 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11703
11704         * Makefile.am:
11705         * lyx_gui.h:
11706         * lyx_gui.C: move to frontends/
11707
11708         * main.C:
11709         * lyx_main.h:
11710         * lyx_main.C: changes from above
11711
11712 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11713
11714         * intl.C:
11715         * intl.h:
11716         * kbmap.C:
11717         * kbsequence.C:
11718         * lyx_cb.C:
11719         * lyx_main.C: minor tidy
11720
11721 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11722
11723         * BufferView_pimpl.h:
11724         * BufferView_pimpl.C:
11725         * BufferView.h:
11726         * BufferView.C: make painter() const,
11727           remove dead code
11728
11729         * BufferView2.C: use screen() accessor
11730
11731         * lyx_main.h:
11732         * lyx_main.C: some minor cleanup
11733
11734 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11735
11736         * BufferView_pimpl.h:
11737         * BufferView_pimpl.C: remove enter/leaveView,
11738           use workHeight()
11739
11740 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11741
11742         * BufferView.h:
11743         * BufferView.C:
11744         * BufferView2.C:
11745         * BufferView_pimpl.h:
11746         * BufferView_pimpl.C: only construct screen once,
11747           rename
11748
11749         * lyxrc.C: remove pointless comment
11750
11751 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11752
11753         * BufferView.h:
11754         * BufferView.C: remove active() and belowMouse()
11755
11756         * BufferView_pimpl.h:
11757         * BufferView_pimpl.C: use workarea() not workarea_,
11758           and make it use a scoped_ptr instead
11759
11760 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11761
11762         * lyx_gui.C: add debug message on BadWindow
11763
11764 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11765
11766         * sp_spell.C: fdopen is not part of the C++ standard.
11767
11768         * paragraph.C (InsetIterator): use >= instead of ==
11769
11770 2002-06-07  Angus Leeming  <leeming@lyx.org>
11771
11772         Fixes needed to compile with Compaq cxx 6.5.
11773         * BufferView_pimpl.C:
11774         * DepTable.C:
11775         * buffer.C:
11776         * converter.C:
11777         * encoding.C:
11778         * lyx_gui.C:
11779         * lyx_main.C:
11780         * lyxtextclasslist.C:
11781         * minibuffer.C:
11782         * sp_spell.C:
11783         * tabular_funcs.C:
11784         * vc-backend.C:
11785         all c-library variables have been moved into namespace std. Wrap
11786         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11787
11788         * lyxlength.C:
11789         * tabular-old.C:
11790         * tabular.C:
11791         Add a using std::abs declaration.
11792
11793         * kbmap.h (modifier_pair):
11794         * paragraph.h (InsetTable, InsetList):
11795         * lyxfont.h (FontBits):
11796         type definition made public.
11797
11798         * bufferlist.C (emergencyWriteAll): the compiler complains that
11799         there is more than one possible lyx::class_fun template to choose from.
11800         I re-named the void specialisation as lyx::void_class_fun.
11801
11802         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11803
11804         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11805         the compiler is is unable to find tostr in write_attribute.
11806
11807 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11808
11809         * buffer.C (sgmlError): hide #warning
11810
11811 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11812
11813         * xtl/*: get rid of xtl, which is not in use anyway
11814
11815         * LyXAction.C (init):
11816         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11817         were unimplemented xtl experimentation
11818
11819 2002-06-04  André Pönitz <poenitz@gmx.net>
11820
11821         * lyxfunc.C: disable array operation on simple formulae
11822
11823 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11824
11825         * converter.C: constify a bit
11826
11827 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11828
11829         * lyx_gui.C: check xforms version correctly
11830
11831 2002-04-30  Herbert Voss  <voss@lyx.org>
11832
11833         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11834         "keep" option
11835
11836 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11837
11838         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11839           attempt to register it with a VCS)
11840
11841 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11842
11843         * lyx_main.C (init): honor variables LYX_DIR_13x and
11844         LYX_USERDIR_13x
11845
11846 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11847
11848         * buffer.h:
11849         * buffer.C:
11850         * lyx_main.C: fix a crash on bad command line,
11851           and give a useful exit status on error
11852
11853         * lyxfunc.C (doImport): allow -i lyx to work
11854
11855 2002-03-30  André Pönitz <poenitz@gmx.net>
11856
11857         * lyxfunc.C: mathed font changes
11858
11859 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11860
11861         * LaTeX.C:
11862         * importer.h:
11863         * importer.C:
11864         * lyx_sty.h:
11865         * lyx_sty.C:
11866         * lyxlex.C:
11867         * lyxrow.h:
11868         * lyxtext.h:
11869         * paragraph.h:
11870         * paragraph.C:
11871         * texrow.h:
11872         * texrow.C:
11873         * text.C:
11874         * trans_mgr.h: srcdocs, and some minor cleanups
11875
11876 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11877
11878         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11879         call getFont all the time)
11880
11881 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11882
11883         * switch from SigC signals to boost::signals
11884
11885 2002-05-29  André Pönitz <poenitz@gmx.net>
11886
11887         * paragraph_pimpl.C (getChar): don't call size() too often...
11888
11889 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11890
11891         * paragraph_pimpl.C (insertChar): do not try to update tables when
11892         appending (pos == size())
11893
11894         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11895         in order to reduce drastically the number of comparisons needed to
11896         parse a large document
11897
11898 2002-05-29  André Pönitz <poenitz@gmx.net>
11899
11900         * text.C:
11901         * text2.C:
11902         * lyxtextclass.C:
11903         * sp_pspell.h:
11904         * textclasslist.[Ch]:
11905         * sp_ispell.h: whitespace change
11906
11907 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11908
11909         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11910         lyxaction directly now.
11911
11912 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * trans.C:
11915         * lyxfont.C:
11916         * lyxvc.C: remove unused headers
11917
11918 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11919
11920         * Makefile.am:
11921         * buffer.h:
11922         * undostack.h:
11923         * undostack.C:
11924         * undo_funcs.h:
11925         * undo_funcs.C: some cleanups. Use shared_ptr
11926           and a template for the undo stacks.
11927
11928 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11929
11930         * BufferView_pimpl.h:
11931         * BufferView_pimpl.C:
11932         * kbmap.h:
11933         * kbmap.C:
11934         * kbsequence.h:
11935         * kbsequence.C:
11936         * lyxfunc.h:
11937         * lyxfunc.C:
11938         * text2.C: use key_state/mouse_state
11939
11940 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11941
11942         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11943         and LSubstring
11944
11945         * chset.C: change include order
11946         (loadFile): use boost regex and get rid of LRegex and LSubstring
11947
11948         * Makefile.am (BOOST_LIBS): new variable
11949         (lyx_LDADD): use it
11950
11951         * LaTeX.C: change include order.
11952         (scanAuxFile): use boost regex and get rid of LRegex and
11953         LSubstring
11954         (deplog): ditto
11955
11956 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11957
11958         * ColorHandler.h:
11959         * ColorHandler.C:
11960         * FontInfo.h:
11961         * FontInfo.C: moved to frontends/xforms/
11962
11963         * FontLoader.h:
11964         * FontLoader.C: moved into frontends for GUIIzation
11965
11966         * Makefile.am:
11967         * lyx_gui.C:
11968         * lyxfont.C:
11969         * lyxfunc.C: changes from above
11970
11971 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11972
11973         * LColor.C: remove spurious X include
11974
11975         * BufferView_pimpl.C:
11976         * Makefile.am:
11977         * font.h:
11978         * font.C:
11979         * text.C:
11980         * text2.C: move font metrics to frontends/
11981
11982 2002-05-24  Juergen Vigna  <jug@sad.it>
11983
11984         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11985         setting the undo_cursor.
11986
11987         * ParagraphParameters.h: include local includes first.
11988
11989 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11990
11991         * BufferView_pimpl.C:
11992         * BufferView_pimpl.h:
11993         * Makefile.am:
11994         * WorkArea.h:
11995         * WorkArea.C:
11996         * screen.C: move WorkArea into frontends/
11997
11998         * lyxscreen.h:
11999         * screen.C:
12000         * text.C:
12001         * BufferView.C:
12002         * BufferView2.C: move LyXScreen into frontends/
12003
12004         * lyxlookup.h:
12005         * lyxlookup.C:
12006         * lyx_gui.C: move lyxlookup into frontends/xforms/
12007
12008 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12009
12010         * BufferView2.C:
12011         * BufferView_pimpl.C:
12012         * FontLoader.C:
12013         * LyXView.h:
12014         * LyXView.C:
12015         * Makefile.am:
12016         * WorkArea.C:
12017         * XFormsView.h:
12018         * XFormsView.C:
12019         * buffer.C:
12020         * bufferlist.C:
12021         * bufferview_funcs.C:
12022         * converter.C:
12023         * importer.C:
12024         * lyx_cb.C:
12025         * lyx_gui.C:
12026         * lyx_main.C:
12027         * lyx_find.C:
12028         * lyxfunc.C:
12029         * lyxvc.C:
12030         * minibuffer.C:
12031         * text.C:
12032         * text2.C:
12033         * trans.C:
12034         * vc-backend.C: move LyX/XFormsView into frontends/
12035
12036 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12037
12038         * Makefile.am:
12039         * PainterBase.C:
12040         * PainterBase.h:
12041         * Painter.C:
12042         * Painter.h:
12043         * WorkArea.C:
12044         * WorkArea.h:
12045         * screen.C:
12046         * tabular.C:
12047         * text.C:
12048         * text2.C: move Painter to frontends/
12049
12050 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12051
12052         * buffer.C: comment out some some code that depend upon lyx_format
12053         < 220
12054
12055         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12056         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12057
12058         * buffer.h (NO_COMPABILITY): turn off compability
12059
12060         * ColorHandler.C: include scoped_array.hpp
12061
12062         * font.C: Use more specific smart_ptr header.
12063         * Painter.C: ditto
12064         * gettext.C: ditto
12065         * ShareContainer.h: ditto
12066         * lyx_main.h: ditto
12067         * kbmap.h: ditto
12068         * FontInfo.h: ditto
12069         * BufferView_pimpl.h: ditto
12070         * ColorHandler.h: ditto
12071
12072         * kbmap.C (defkey): change call to shared_ptr::reset
12073
12074 2002-05-21  Juergen Vigna  <jug@sad.it>
12075
12076         * buffer.C (insertErtContents): fix to insert ert asis if it is
12077         non empty. Skip it completely if it contains only whitespaces.
12078
12079 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12080
12081         * BufferView_pimpl.C:
12082         * BufferView2.C: clear selection on paste (bug 393)
12083
12084 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12085
12086         * DepTable.C: include ctime
12087
12088 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12089
12090         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12091
12092 2002-05-14  Juergen Vigna  <jug@sad.it>
12093
12094         * text.C (breakParagraph): fixed function to honor the keepempty
12095         layout in the right maner and also to permit the right breaking
12096         algorithm on empty or non empyt keepempty paragraphs.
12097
12098         * paragraph.C (breakParagraph): we have to check also if the par
12099         is really empty (!size()) for isempty otherwise we do the wrong
12100         paragraph break.
12101
12102 2002-05-10  Juergen Vigna  <jug@sad.it>
12103
12104         * buffer.[Ch] : The following are only changes to the ert
12105         compatibility read reading old LaTeX layout and font stuff and
12106         convert it to ERTInsets.
12107
12108         * buffer.h: added isErtInset().
12109
12110         * buffer.C (struct ErtComp): add a fromlayout bool to check
12111         if we're inside a LaTeX layout.
12112         (isErtInset): new helper function.
12113         (insertErtContents): look for other ert insets before this one
12114         and insert the contents there, so that we don't have subsequent
12115         ERT insets with nothing between them. This way we create only one
12116         inset with multiple paragraphs. Also check if we don't insert only
12117         spaces ' ' as they are ignored anyway afterwards in the .tex file
12118         so if we have only spaces we will ignore this latex part in the
12119         new file.
12120         (parseSingleLyXformat2Token \\layout): better compatibility when
12121         reading layout-latex stuff.
12122         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12123         language tag.
12124         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12125         stuff after reading the inset only get the information back from
12126         the stack.
12127
12128 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12129
12130         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12131
12132         * LaTeXFeatures.C (getBabelOptions): New method.
12133
12134 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12135
12136         * BufferView_pimpl.C (Dispatch): work around missing argument for
12137         'layout'
12138
12139 2002-05-08  Juergen Vigna  <jug@sad.it>
12140
12141         * text.C (leftMargin): handle paragraph leftindent.
12142
12143         * paragraph.C (writeFile): write the new \\leftindent tag.
12144         (validate): handle leftindent code.
12145         (TeXEnvironment): handle paragraphleftindent code again.
12146
12147         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12148
12149         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12150         for paragrap_extra indent code and new token \\leftindent.
12151         (latexParagraphs): handle the leftindent as environment.
12152
12153         * ParameterStruct.h: added leftindent support.
12154
12155         * ParagraphParameters.C (leftIndent): added support functions for
12156         the paragraph left indent.
12157
12158         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12159         more appropriate.
12160
12161 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12162
12163         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12164         inside insetERT.
12165
12166         * text.C (computeBidiTables): No bidi in insetERT.
12167
12168         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12169         in RTL documents.
12170
12171 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12172
12173         * version.C.in: pre 5
12174
12175 2002-05-02  José Matos  <jamatos@fep.up.pt>
12176         * buffer.C (makeDocBookFile): white space changes, add newline to
12177         command styles.
12178         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12179
12180         * tabular.C (docBook): fix typo.
12181
12182 2002-05-03  Juergen Vigna  <jug@sad.it>
12183
12184         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12185         change in LyXText as we can not be sure it was not freed.
12186         (drawOneRow): remove unused code.
12187
12188         * text.C (drawInset): redo the calculation of the need_break_row as
12189         it could have a row which was already freed.
12190         (draw): look at the return value of drawInset and return false if
12191         it also returned false.
12192         (paintRowText): look at the return value of draw and return false if
12193         it also returned false.
12194
12195         * lyxtext.h: added bool return type to drawInset() and draw() so that
12196         if we have a change in the row so that the rowbreak has to be redone
12197         we abort drawing as it will be called again.
12198
12199 2002-05-02  Juergen Vigna  <jug@sad.it>
12200
12201         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12202         a change in the maintext also if we're inside an inset.
12203         (Dispatch): set the cursor again after a break line and after the
12204         screen has been updated as it could be we're in a different row.
12205
12206         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12207         to set the cursor behind the pargraph with > size().
12208         (setCursor): check also for the same paragraph when checking where
12209         to put the cursor if we have a NFR inset.
12210
12211         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12212         parts of layout read further up as it still was in the wrong
12213         position.
12214
12215 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12216
12217         * screen.C (drawFromTo): change sine fullRebreak always return
12218         true.
12219
12220         * buffer.C (parseSingleLyXformat2Token): reindent some
12221
12222         * BufferView_pimpl.C (update): change since fullRebreak always
12223         return true.
12224         (Dispatch): git rid of the last hardcoded "Standard"s.
12225
12226 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12227
12228         * text2.[Ch] (fullRebreak): make it return void now that we always
12229         returned true.
12230
12231 2002-04-30  Juergen Vigna  <jug@sad.it>
12232
12233         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12234         ert compatibility check for "latex" layout.
12235
12236 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12237
12238         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12239         minipages: use col% instead of p%, and also use the current font.
12240         (makeLaTeXFile): Fix use babel condition.
12241         (parseSingleLyXformat2Token): Correct font when reading old floats.
12242
12243 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12244
12245         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12246         inserting list of floats.
12247
12248 2002-04-25  Herbert Voss  <voss@lyx.org>
12249
12250         * MenuBackend.C (expand): don't add the graphics extensions to the
12251         export menu
12252
12253 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12254
12255         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12256         non-existing layout, do not complain if it was the default layout
12257         of the original class (bug #342)
12258
12259 2002-04-24  Juergen Vigna  <jug@sad.it>
12260
12261         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12262         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12263
12264 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12265
12266         * buffer.C (getBibkeyList): If using \bibliography, return the
12267         option field with the reference itself. Enables us to provide natbib
12268         support when using \bibliography.
12269
12270 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12271
12272         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12273
12274         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12275         natbib is provided by the LaTeX class.
12276
12277 2002-04-23  Juergen Vigna  <jug@sad.it>
12278
12279         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12280         Wakeup functions.
12281
12282         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12283
12284 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12285
12286         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12287
12288         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12289         ensuremath around textordmasculine, textordfeminine and
12290         textdegree.
12291
12292 2002-04-19  Juergen Vigna  <jug@sad.it>
12293
12294         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12295         reinitializing the buffer otherwise row-dimensions may be wrong.
12296         (update): reset also the selection cursors if they do exits otherwise
12297         their x/y positions may be wrong.
12298
12299         * text2.C (cursorDown): don't enter the inset if we came from a row
12300         above and are one row over the inset.
12301
12302         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12303         really leaving an inset.
12304
12305 2002-04-18  Juergen Vigna  <jug@sad.it>
12306
12307         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12308         of the selected paragraph does not have the selected layout also if
12309         the last one had!
12310
12311         * text2.C (setLayout): fixed bug which did not change last selected
12312         paragraph.
12313
12314         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12315         changed the read and substituted \\end_float with \\end_inset!
12316
12317         * BufferView_pimpl.C (cursorPrevious):
12318         (cursorNext): fixed to make it work with rows heigher than the work
12319         area without moving the cursor only the draw of the row.
12320         (workAreaMotionNotify): fix jumping over high rows.
12321
12322 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12323
12324         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12325         Ressler.
12326
12327 2002-04-16  Juergen Vigna  <jug@sad.it>
12328
12329         * text2.C (setCursor): set also the irow().
12330         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12331         (cursorUp):
12332         (cursorDown): support for locking an inset if the x_fix value goes
12333         inside it. That way I can transverse insets too with cursor up/down.
12334
12335         * lyxrow.h: added irow helper function same as other (i) functions.
12336
12337         * BufferView_pimpl.C (cursorPrevious):
12338         (cursorNext): fixed for insets!
12339
12340 2002-04-15  Juergen Vigna  <jug@sad.it>
12341
12342         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12343         position otherwise it is wrong in some cases.
12344
12345         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12346         inside the inset before the call.
12347
12348 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12349
12350         * buffer.[Ch] (getBibkeyList): make it const.
12351
12352 2002-04-12  Juergen Vigna  <jug@sad.it>
12353
12354         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12355
12356         * text2.C (getCursorX): new helper function
12357         (setCursor): compute also ix_
12358         (setCursorFromCoordinates): set also ix.
12359
12360         * lyxcursor.h: added ix_ and helper functions.
12361
12362         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12363
12364         * buffer.C (insertStringAsLines): dont break paragraph if the this
12365         paragraph is inside an inset which does not permit it!
12366
12367         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12368         also with no chars on this paragraph.
12369         (paintRowText): only paint stuff if it's inside the workarea!
12370
12371         * paragraph.C (breakParagraph): honor keepempty flag and break the
12372         paragraph always below not above.
12373
12374         * BufferView2.C (unlockInset): update the paragraph layout on inset
12375         unlock as we changed paragraph in such a case.
12376
12377         * lyxfind.C (LyXFind): clear the former selection if not found!
12378
12379         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12380         again called in insertChar().
12381
12382         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12383         an inset which uses the whole row!
12384         (rightMargin): ditto.
12385         (insertChar): force a rebreak if we inserted an inset!
12386
12387 2002-03-28  Herbert Voss  <voss@lyx.org>
12388
12389         * lyxlength.[Ch]: add inBP() to get the right PS-point
12390         units (BigPoint). With inPixels we have rounding errors
12391
12392 2002-04-11  Juergen Vigna  <jug@sad.it>
12393
12394         * text2.C (setCursorFromCoordinates): set iy to the right value.
12395         (setCursor): add check if row->previous exists!
12396
12397         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12398         an old float_type as this was the case in the old code!
12399
12400         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12401
12402         * BufferView2.C (showLockedInsetCursor): use iy
12403         (fitLockedInsetCursor): ditto
12404
12405         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12406         locked insets as there we have the right value now.
12407
12408         * lyxcursor.C: added iy_ variable and iy functions to set to the
12409         baseline of cursor-y of the locked inset.
12410
12411         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12412         (setCursor): fixed for insets which need a full row.
12413
12414         * text.C (rowLastPrintable): don't ignore the last space when before
12415         an inset which needs a full row.
12416         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12417         as last character of a row when before a inset which needs a full row.
12418
12419 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12420
12421         * version.C.in: update date
12422
12423         * text2.C (fullRebreak): try to always return true and see what
12424         happens...
12425
12426 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12427
12428         * MenuBackend.C (expand): use Floating::listName
12429
12430         * FloatList.C (FloatList): add listName argument to the built-in
12431         floats
12432
12433         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12434         text associated with the float.
12435
12436 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12437
12438         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12439
12440 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12441
12442         * ShareContainer.h: add a couple of missing typenames.
12443
12444 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12445
12446         * lyxrc.C (getDescription): use _() correctly rather than N_().
12447
12448 2002-03-28  Herbert Voss  <voss@lyx.org>
12449
12450         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12451         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12452
12453 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12454
12455         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12456         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12457
12458 2002-03-29  Juergen Vigna  <jug@sad.it>
12459
12460         * lyxfunc.C (dispatch): add a missing fitCursor call.
12461
12462         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12463         it was scrolled by a cursor move, so return the bool status.
12464
12465         * BufferView.C (fitCursor): return the bool flag also to the outside
12466         world as this is needed.
12467
12468         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12469
12470         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12471         call the edit() as it is not needed (and wrong) IMO.
12472         (workAreaButtonPress): set the screen_first variable before evt.
12473         unlock the inset as this may change screen_first and then we have
12474         a wrong y position for the click!
12475
12476 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12477
12478         * MenuBackend.C (expand): another translation that I missed
12479
12480 2002-03-28  Juergen Vigna  <jug@sad.it>
12481
12482         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12483
12484         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12485
12486 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12487
12488         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12489
12490         * MenuBackend.C (expand): fix export/view/update when there is no
12491         document open.
12492
12493 2002-03-27  Herbert Voss  <voss@lyx.org>
12494
12495         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12496         and text%
12497
12498 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12499
12500         * bufferview_funcs.C (currentState): only show paragraph number
12501         for is DEVEL_VERSION is set.
12502
12503         * lyxfunc.C (dispatch): put warning in INFO channel
12504
12505         * MenuBackend.C (expand): translate the name of floats
12506
12507         * FloatList.C (FloatList): mark the float names for translation
12508
12509         * converter.C (convert): use LibScriptSearch
12510
12511 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12512
12513         * MenuBackend.C (defaults): fix default menu (we might as well get
12514         rid of it...)
12515
12516 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12517
12518         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12519         directory.
12520
12521 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12522
12523         * lyxvc.C: reorder includes.
12524
12525 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12526
12527         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12528           properly
12529
12530 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12531
12532         * CutAndPaste.C: change layouts earlier on paste
12533           to avoid crashing when calling getFont()
12534
12535 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12536
12537         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12538         irritating #error.
12539
12540 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12541
12542         * WorkArea.C: remove 'Pending' debug message.
12543
12544         * most files: ws cleanup
12545
12546         * buffer.[Ch]: ws changes
12547
12548         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12549
12550 2002-03-21  Juergen Vigna  <jug@sad.it>
12551
12552         * tabular.C (SetMultiColumn): collapse also the contents of the
12553         cells and set the last border right. Added a Buffer const * param.
12554
12555 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12556
12557         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12558         linking or not.
12559
12560 2002-03-19  Juergen Vigna  <jug@sad.it>
12561
12562         * text2.C (clearSelection): reset also xsel_cache.
12563
12564         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12565         where it needs to be called (John tells us to do so too :)
12566         (selectionLost): reset sel_cache.
12567
12568         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12569
12570 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12571
12572         * text2.C (setCursorIntern): put debuging code in INSETS channel
12573
12574 2002-03-19  André Pönitz <poenitz@gmx.net>
12575
12576         * lyxfunc.C: tiny whitespace change
12577
12578 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12579
12580         * ToolbarDefaults.C (init):
12581         * LyXAction.C (init):
12582         * commandtags.h:
12583         * BufferView_pimpl.C (Dispatch):
12584         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12585
12586 2002-03-19  Allan Rae  <rae@lyx.org>
12587
12588         * exporter.C (Export): removeAutoInsets before doing anything else.
12589         While I've just introduced a dependency on BufferView this really is
12590         the best place to clean the buffer otherwise you need to cleanup in
12591         a dozen places before calling export or cleanup in a dozen functions
12592         that export calls.
12593
12594         * converter.C (runLaTeX):
12595         (scanLog): Better handling of removeAutoInsets and screen updates.
12596
12597         * lyxfunc.C (dispatch): small whitespace changes
12598
12599 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12600
12601         * WorkArea.C (C_WorkAreaEvent): return a value.
12602         (event_cb): return 1 if we handled the event, 0 otherwise.
12603
12604         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12605
12606 2002-03-18  Juergen Vigna  <jug@sad.it>
12607
12608         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12609         (GetAdditionalWidth): ditto.
12610         (RightLine): ditto.
12611         (LeftLine): ditto.
12612
12613         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12614         inset if we're there actually (probably not used right now but this
12615         is the direction to go for unifying code).
12616         (paste): disable code to clear the selection.
12617
12618         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12619         inside an InsetText and move the check further up as it is in the
12620         wrong place.
12621
12622         * text2.C (pasteSelection): set a selection over the pasted text.
12623
12624 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12625
12626         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12627         and libgraphics to build on Cygwin.
12628
12629 2002-03-15  Juergen Vigna  <jug@sad.it>
12630
12631         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12632         inserting an Inset into the paragraph. I know this is not the best
12633         fix but we already use current_view in CutAndPaste so we will remove
12634         all of it's using at the same time.
12635
12636         * buffer.C (sgmlError): deactivated function till it is rewritten in
12637         the right mode, now it can create problems.
12638
12639         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12640         before accessing it.
12641
12642 2002-03-14  Juergen Vigna  <jug@sad.it>
12643
12644         * undo_funcs.C (textHandleUndo): do the right thing when updating
12645         the inset after the undo/redo.
12646
12647         * text2.C (setCursor): just some testcode for #44 not ready yet.
12648
12649         * undo_funcs.C (textHandleUndo): set the next() and previous()
12650         pointers of the paragraph to 0 before deleting otherwise we have
12651         problems with the Paragraph::[destructor].
12652
12653         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12654         on a paragraph insertion.
12655
12656 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12657
12658         * buffer.C (asciiParagraph): use += operator for char append to
12659         string.
12660
12661         * paragraph.C (getFontSettings): compare >= not just >
12662         (highestFontInRange): ditto
12663         (setFont): ditto
12664
12665 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12666
12667         * paragraph.C: change several algorithm to be more appripriate for
12668         the problem domain. This is lookip in FontList and in the InsetList.
12669
12670 2002-03-13  André Pönitz <poenitz@gmx.net>
12671
12672         * commandtags.h:
12673         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12674
12675 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12676
12677         * commandtags.h:
12678         * LyXAction.C:
12679         * lyxfunc.C:
12680         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12681
12682 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12683
12684         * Painter.C (display): anon helper function, adjust code for this
12685         change.
12686         (pixmap): remove function.
12687
12688         * Painter.h: remove private display variable.
12689
12690         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12691
12692 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12693
12694         * WorkArea.[Ch]: remove figinset_canvas cruft.
12695
12696 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12697
12698         * lyxtextclass.C (operator): add one item cache optimization.
12699
12700         * bufferlist.h: doxy changes
12701
12702         * bufferlist.C: ws changes
12703
12704         * DepTable.[Ch] (ext_exist): place const in the right spot.
12705
12706         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12707         call resizeInsets.
12708         (workAreaExpose): call resizeInsets when the with BufferView changes.
12709         (Dispatch): adjust for protectedBlank removal
12710         (specialChar): call updateInset if the insert went ok.
12711
12712         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12713         specialChar instead.
12714
12715         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12716
12717         * BufferView.h: doxy change
12718
12719         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12720
12721         * lyxtextclass.C (operator[]): remove non-const version
12722         (defaultLayout): remove non-const version
12723
12724 2002-03-12  Juergen Vigna  <jug@sad.it>
12725
12726         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12727         did resize the LyXText too.
12728
12729         * buffer.C (readLyXformat2): set layout information on newly allocated
12730         paragraphs.
12731
12732         * tabular.C (OldFormatRead): set layout information on the paragraph.
12733
12734 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12735
12736         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12737
12738 2002-03-11  Juergen Vigna  <jug@sad.it>
12739
12740         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12741         plainly wrong.
12742         (resizeCurrentBuffer): force also the insets to resize themselfes.
12743         (moveCursorUpdate): fixed up for InsetText.
12744
12745 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12746
12747         * commandtags.h:
12748         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12749         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12750         value of Dialogs::tooltipsEnabled().
12751         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12752
12753 2002-03-08  Juergen Vigna  <jug@sad.it>
12754
12755         * BufferView_pimpl.C (updateInset): update inset inside inset also
12756         if it isn't inside theLockingInset().
12757
12758 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12759
12760         * buffer.C (asciiParagraph): redo some of the word and line length
12761         handling.
12762         (getLists): look for Caption instead of caption.
12763
12764 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12765
12766         * buffer.C (Buffer): initialize niceFile to true
12767         (makeLaTeXFile):
12768         (makeLinuxDocFile):
12769         (makeDocBookFile): make sure niceFile is true on exit
12770
12771 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12772
12773         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12774
12775 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12776
12777         * LyXSendto.C: remove.
12778         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12779         * lyx_gui.C: remove now-redundant comment.
12780         * ColorHandler.h: remove forward declaration of class WorkArea.
12781         * lyxfunc.C: remove #include "WorkArea.h".
12782
12783 2002-03-07  Juergen Vigna  <jug@sad.it>
12784
12785         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12786         got moved away with the DEPM and also set the inset_owner always
12787         right which before could have been omitted.
12788
12789 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12790
12791         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12792         wanted layout is not found.
12793
12794 2002-03-07  Juergen Vigna  <jug@sad.it>
12795
12796         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12797
12798 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12799
12800         * paragraph.C (breakParagraph): use default layout not layout of
12801         prev paragraph.
12802         (Paragraph): clear ParagraphParameters.
12803
12804 2002-03-06  Juergen Vigna  <jug@sad.it>
12805
12806         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12807         otherwise it would not be a valid lenght. Fixed a special case in
12808         the minipage compatibility read where we end the document with a
12809         minipage.
12810
12811         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12812         was set as it could be 0 for InsetTexts first entry.
12813
12814 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12815
12816         * paragraph.C (writeFile): if layout is empty write out
12817         defaultLayoutName().
12818
12819         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12820         file without named layout we set layout to defaultLayoutName().
12821
12822 2002-03-06  Juergen Vigna  <jug@sad.it>
12823
12824         * CutAndPaste.C (copySelection): set layout for new paragraph.
12825
12826         * text.C (prepareToPrint): leave ERT inset left aligned
12827         (leftMargin): don't indent paragraphs inside ERT insets
12828
12829 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12830
12831         * paragraph.C (breakParagraph): dont call clear do the work manually
12832
12833         * paragraph.[Ch] (clear): remove function
12834
12835 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12836
12837         * paragraph.C (Paragraph): dont call clear, the work has already
12838         been done.
12839
12840         * lyxtextclass.C (operator): assert if n is empty
12841
12842         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12843         work manually instead.
12844
12845 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12846
12847         * BufferView_pimpl.C: protect selectionLost against text == 0
12848
12849 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12850
12851         * text.C (breakParagraph): fix a setting layout to '0' problem.
12852
12853 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12854
12855         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12856         final location of file, for the included files, and graphics.
12857
12858 2002-03-05  Juergen Vigna  <jug@sad.it>
12859
12860         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12861
12862 2002-03-04  Juergen Vigna  <jug@sad.it>
12863
12864         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12865
12866         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12867         last column of multicolumn cells.
12868         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12869
12870 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12871
12872         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12873         file if it doesn't go to a temporary file.
12874
12875         * buffer.C (sgmlOpenTag):
12876         (sgmlCloseTag):  remove extra newline insertion.
12877
12878 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12879
12880         * text.C (getRowNearY): comment out debug msg
12881
12882 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12883
12884         * text2.C: first -> first_y
12885
12886         * text.C (getRowNearY): add some attemts at a possible
12887         optimization, not working.
12888
12889         * tabular.[Ch]: add BufferParams to several function so that newly
12890         created paragraph can be initialized to he default layotu for the
12891         buffers textclass.
12892
12893         * tabular-old.C (ReadOld): add buf->params to call of Init
12894
12895         * screen.C: rename text->first to text->first_y
12896
12897         * paragraph.C (breakParagraph): always set layout in the broken
12898         paragraph
12899
12900         * lyxtextclass.C (Read): remove lowercase
12901         (hasLayout): ditto
12902         (operator): ditto
12903         (delete_layout): ditto
12904
12905         * lyxtext.h: rename first -> first_y
12906
12907         * lyxlayout.C (Read): remove lowercase
12908         (name): ditto
12909         (setName): ditto
12910         (obsoleted_by): ditto
12911
12912         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12913
12914         * buffer.C (insertErtContents): add params are to InsetERT
12915         (parseSingleLyXformat2Token): add code to check if a paragraphs
12916         layout really exist.
12917         (parseSingleLyXformat2Token): add params to several inset
12918         constructors
12919         (asciiParagraph): remove lowercase, do the layout comparisons with
12920         no_case
12921
12922         * BufferView_pimpl.C (cursorNext): first -> first_y
12923         (resizeCurrentBuffer): first -> first_y
12924         (updateScrollbar): first -> first_y
12925         (scrollCB): first -> first_y
12926         (workAreaMotionNotify): first -> first_y
12927         (workAreaButtonPress): first -> first_y
12928         (checkInsetHit): first -> first_y
12929         (cursorPrevious): first -> first_y
12930         (cursorNext): first -> first_y
12931         (Dispatch): add buffer_->params to severl inset contructors
12932
12933 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12934
12935         * lyxlayout.C (Read): remove some debug info that I forgot.
12936
12937         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12938         clean up the code slightly.
12939         (makeLinuxDocFile): ditto
12940         (makeDocBookFile): ditto
12941
12942         * text2.C: layout as string
12943
12944         * text.C: layout as string
12945
12946         * paragraph_pimpl.C: layout as string
12947
12948         * paragraph.[Ch]: layout as string
12949
12950         * lyxtextclasslist.[Ch]: layout as string
12951
12952         * lyxtextclass.[Ch]: layout as string
12953
12954         * lyxtext.h: layout as string
12955
12956         * lyxlayout.[Ch]: layout as string
12957
12958         * lyx_cb.C: layout as string
12959
12960         * bufferview_funcs.C: layout as string
12961
12962         * bufferparams.C: layout as string
12963
12964         * buffer.C: layout as string
12965
12966         * LyXView.[Ch]: layout as string
12967
12968         * LaTeXFeatures.[Ch]: layout as string
12969
12970         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12971
12972         * BufferView_pimpl.C: change current_layout to string, remove
12973         lyx::layout_type.
12974         (Dispatch):
12975         (smartQuote):
12976         (insertInset):
12977         (workAreaButtonRelease): layout as string
12978
12979         * BufferView2.C (unlockInset): adjust
12980
12981         * vspace.C (asLatexCommand): use an explict temp variable.
12982
12983 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12984
12985         * Makefile.am: use FRONTEND_*
12986
12987 2002-03-01  Juergen Vigna  <jug@sad.it>
12988
12989         * tabular.C (SetWidthOfMulticolCell): changed to something better
12990         I hope but still work in progress.
12991         (recalculateMulticolumnsOfColumn): renamed function from
12992         recalculateMulticolCells as it is more appropriate now.
12993         (SetWidthOfCell): calculate multicols better.
12994
12995 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12996
12997         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12998
12999         * lyxfunc.C (processKeySym): print sequence also if it is
13000         `deleted' (complete)
13001
13002         * kbsequence.C (print): print sequence even if it is deleted
13003         (complete would be a better word, actually).
13004
13005         * lyxfunc.C (dispatch): print complete options after a prefix key
13006
13007         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13008
13009 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13010
13011         * text2.C (setCharFont): eliminate setCharFont code duplication.
13012
13013 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13014
13015         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13016         LFUN_TABULAR_FEATURE (bug #177)
13017
13018 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13019
13020         * Makefile.am: remove figure.h
13021
13022 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13023
13024         * Bufferview_pimpl.C:
13025         * CutAndPasteC:
13026         * LaTeX.C:
13027         * LyXSendto.C:
13028         * buffer.C:
13029         * bufferlist.C:
13030         * converter.C:
13031         * language.C:
13032         * lyxfunc.C:
13033         * lyxvc.C:
13034         * paragraph.C:
13035         * text.C:
13036         * text2.C: remove #include "lyx_gui_misc.h".
13037
13038         * LaTeX.C: added #include <cstdio>
13039
13040 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13041
13042         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13043         that the paragraph following this one can have.
13044
13045         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13046
13047         * vspace.C (asLatexCommand): fix bogus gcc warning
13048
13049         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13050
13051 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13052
13053         * text2.C (setLayout): get rid of redundant code
13054
13055 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13056
13057         * text2.C (incDepth): make sure depth cannot be increased beyond
13058         reasonable values.
13059
13060 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13061
13062         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13063         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13064
13065         * PainterBase.h (image):
13066         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13067         a LyXImage const *.
13068
13069 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13070
13071         * BufferView.C:
13072         * BufferView.h:
13073         * BufferView_pimpl.C:
13074         * BufferView_pimpl.h:
13075         * LaTeXFeatures.C:
13076         * LyXAction.C:
13077         * LyXView.C:
13078         * Makefile.am:
13079         * UpdateList.h:
13080         * UpdateList.C:
13081         * buffer.C:
13082         * figure.h:
13083         * figureForm.C:
13084         * figureForm.h:
13085         * figure_form.C:
13086         * figure_form.h:
13087         * lyx_cb.C:
13088         * lyx_gui.C:
13089         * lyx_gui_misc.C:
13090         * lyxfunc.C:
13091         * sp_base.h:
13092         * sp_ispell.h:
13093         * sp_pspell.h:
13094         * sp_spell.C: remove fig inset, and the crap house of
13095           cards that follows it
13096
13097 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13098
13099         * Makefile.am:
13100         * lyxserver.C:
13101         * os2_defines.h:
13102         * os2_errortable.h:
13103         * nt_defines.h: move .h into support/
13104
13105         * vms_defines.h: remove
13106
13107         * WorkArea.C: add space in debug output
13108
13109         * text2.C:
13110         * paragraph.C:
13111         * buffer.C: add WITH_WARNINGS
13112
13113         * vc-backend.h:
13114         * vc-backend.C:
13115         * bufferlist.C: s/retrive/retrieve/, add docs
13116
13117         * vspace.h:
13118         * vspace.C:
13119         * kbmap.h:
13120         * lyxlength.h:
13121         * lyxgluelength.h:
13122         * length_common.h:
13123         * chset.h:
13124         * chset.C: add docs
13125
13126         * lyxgui.C: add ID to X error handler
13127
13128         * lyxtestclass.c: fix typo
13129
13130 2002-02-26  Juergen Vigna  <jug@sad.it>
13131
13132         * tabular_funcs.C (write_attribute): changed so that some default
13133         attributes are not written at all.
13134         (getTokenValue): set default values before trying to read the
13135         value so we have the return value always set as default if we don't
13136         find the token we search for.
13137
13138         * tabular.C (Write): write bools as bools not as strings!
13139
13140 2002-02-22  Juergen Vigna  <jug@sad.it>
13141
13142         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13143         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13144
13145         * text.C (leftMargin): don't add an indent for paragraphs inside
13146         tabular cells (fix #208).
13147
13148 2002-02-21  José Matos  <jamatos@fep.up.pt>
13149
13150         * tabular.C (docBook): fixed support for long tables.
13151
13152 2002-02-20  Juergen Vigna  <jug@sad.it>
13153
13154         * text2.C (getFont): get the drawing font of the Inset if this
13155         paragraph is inside an inset (only important for InsetERT for now).
13156
13157         * buffer.C (insertErtContents): use new lanugage params in ERT
13158         constructor.
13159
13160         * CutAndPaste.C: commenting out seemingly uneeded code.
13161
13162 2002-02-19  Allan Rae  <rae@lyx.org>
13163
13164         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13165         Iterators might be simple to use but they also get invalidated.
13166         (removeAutoInsets): renamed saved cursor tracking variables and added
13167         some comments to clarify what everything does.
13168
13169 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13170
13171         * Chktex.C:
13172         * LaTeX.C:
13173         * LyXSendto.C:
13174         * converter.C:
13175         * lyx_cb.C:
13176         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13177         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13178
13179         * lyxfunc.C:
13180         * vc-backend.h: remove #include "support/syscall.h"
13181
13182         * LaTeX.C:
13183         * LyXSendto.C:
13184         * converter.C: rearrange #includes in Lars' approved fashion.
13185
13186         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13187         forward declare class Timeout in the header file.
13188
13189         * XFormsView.C: changes due to the above.
13190
13191         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13192         similar to LyXView.
13193
13194         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13195         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13196
13197 2002-02-18  José Matos  <jamatos@fep.up.pt>
13198
13199         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13200         insets contents.
13201
13202 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13203
13204         * a lot of small ws changes
13205         * add a lot of using std::XXX
13206         * use std construcs some places where approp.
13207         * use some exisint stuff from lyxfunctional where approp.
13208         * Make file changes to use partial linking (lets test this now...)
13209
13210 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13211
13212         * Chktex.C:
13213         * buffer.C:
13214         remove #include "support/syscontr.h" as it's redundant. Always has been.
13215
13216         * Chktex.C:
13217         * LaTeX.C:
13218         * LyXSendto.C:
13219         * converter.C:
13220         * lyx_cb.C:
13221         * vc-backend.C:
13222         change Systemcalls::System to Systemcalls::Wait and
13223         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13224         No change of functionality, just reflects the stripped down Systemcalls
13225         class.
13226
13227 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13228
13229         * debug.[Ch]: add a GRAPHICS type to the enum.
13230
13231 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13232
13233         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13234
13235         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13236         there is an inset.
13237
13238 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13239
13240         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13241         match the changes below.
13242
13243         * text2.C (toggleInset): if there is not editable inset at cursor
13244         position, try to see if cursor is _inside_ a collapsable inset
13245         and close it.
13246
13247 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13248
13249         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13250         document menu has a nice checkbox
13251
13252 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13253
13254         * lyxlength.C (asLatexString): change PW to output as percent of
13255         \textwidth.
13256
13257         * lengthcommon.C: change '%' to 't%'
13258
13259         * lyxfunc.C (dispatch): a few comments from Martin
13260
13261 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13262
13263         * WorkArea.h:
13264         * WorkArea.C:
13265         * BufferView_pimpl.h:
13266         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13267           the X selection.
13268
13269 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13270
13271         * vspace.C (inPixels): fix compiler warning
13272
13273 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13274
13275         * lyxfunc.C (getStatus): fix status message for disabled commands.
13276
13277 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13278
13279         * BufferView_pimpl.C: fix crash on close buffer
13280         during selection (#227)
13281
13282 2002-01-27  Herbert Voss  <voss@lyx.org>
13283
13284         * buffer.C: link old Figure to new graphic inset
13285
13286 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13287
13288         * FontLoader.C (getFontinfo): Change the latex font names in order
13289         to match the names of type1inst.
13290
13291 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13292
13293         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13294
13295         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13296         (extchanged): ditto
13297         (ext_exist): ditto
13298         (remove_files_with_extension): ditto
13299         (remove_file): ditto
13300         (write): ditto
13301
13302         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13303         document is smaller than the work area height. Do not initialize
13304         static variables to 0.
13305
13306 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13307
13308         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13309
13310         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13311         LFUN_LAYOUT_PARAGRAPHS.
13312
13313         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13314         tabular. It is possible to provide a possible cell, which will
13315         typically be the actcell from the corresponding insettabular
13316
13317         * lyxfunc.C (getStatus): small cleanup; disable
13318         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13319         true
13320
13321 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13322
13323         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13324
13325         * paragraph.C (startTeXParParams):
13326         (endTeXParParams): new methods. The LaTeX code to
13327         start/end paragraph formatting
13328         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13329         empty (fixes bug #200)
13330
13331         * vspace.C (inPixels): adapt to the change below
13332         (inPixels): [later] more cleanups (remove unused variables)
13333
13334         * lyxlength.C (inPixels): change to use a width and a height as
13335         parameter.
13336
13337 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13338
13339         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13340         Replaced with \paperwidth
13341
13342         * DepTable.C (insert): add std:: qualifier
13343
13344 2002-01-18  Allan Rae  <rae@lyx.org>
13345
13346         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13347         updated also?
13348
13349         * text.C (drawInset): Turned out I didn't know enough about how
13350         rebreaking worked.  This fixes most of the redraw problems.  I see
13351         an occasional cursor trail when a line is broken now and the cursor
13352         placement can seem out by a few pixels also after a rebreak.
13353
13354 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13355
13356         * buffer.C (parseSingleLyXformat2Token): update because minipage
13357         width is now a LyXLength
13358
13359         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13360
13361         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13362         math insets
13363
13364 2002-01-17  Juergen Vigna  <jug@sad.it>
13365
13366         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13367
13368         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13369         is set correctly and the inset is updated correctly.
13370
13371 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13372
13373         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13374         the beginning of the loop.
13375
13376 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13377
13378         * lyxrc.C: improve help for use_scalable_fonts
13379
13380 2002-01-17  Allan Rae  <rae@lyx.org>
13381
13382         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13383
13384 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13385
13386         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13387         make sure to set their inset_owner to the right value (bug #171)
13388
13389 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13390
13391         * DepTable.h
13392         * DepTable.C: Implement mtime checking to reduce time spent doing
13393         CRCs.
13394
13395 2002-01-16  Juergen Vigna  <jug@sad.it>
13396
13397         * tabular.C (GetAdditionalHeight): one of error fixed.
13398
13399         * lyxrc.C (output): small fix in writing use_pspell.
13400
13401 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13402
13403         * sp_base.h: #include LString.h
13404
13405 2002-01-16  Allan Rae  <rae@lyx.org>
13406
13407         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13408         Can someone check this please?
13409
13410         * text.C (drawInset): It was possible that p.row would be removed by
13411         breakAgainOneRow upsetting a few other settings.  There may be another
13412         small tweak possible by setting need_break_row = 0 when p.row has been
13413         removed but I don't know enough about the logic here.
13414
13415 2002-01-15  Allan Rae  <rae@lyx.org>
13416
13417         * text.C (insertChar): removed conditional truism.
13418
13419         * BufferView2.C (removeAutoInsets): More tweaks.
13420         cur_par_prev could be a stray pointer.  Check for trailing empty line
13421         in case last line was cur_par and only had an error inset on it.
13422
13423 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13424
13425         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13426         absolute
13427
13428         * vc-backend.C (most methods):
13429         * exporter.C (Export):
13430         * converter.C (convert):
13431         (runLaTeX):
13432         * LyXSendto.C (SendtoApplyCB):
13433         * lyxfunc.C (dispatch):
13434         (menuNew):
13435         (open):
13436         (doImport):
13437         * lyx_cb.C (AutoSave):
13438         (InsertAsciiFile):
13439         * BufferView_pimpl.C (MenuInsertLyXFile):
13440         * buffer.C (runChktex): use Buffer::filePath().
13441
13442         * buffer.h: rename filename to filename_; rename filepath to
13443         filepath_ and make it private
13444         (filePath): new method
13445
13446         * buffer.C (writeFile): use fileName()
13447         (getLatexName):
13448
13449         * lyx_main.C (init): fix starting  of LyX when the binary is a
13450         link from so,ewhere else.
13451
13452         * minibuffer.C: include <cctype> for isprint
13453
13454 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13455
13456         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13457         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13458         name clash with InsetCollapsable's width function.
13459
13460 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13461
13462         * lastfiles.C: include <iterator>
13463
13464 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13465
13466         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13467         std::count.
13468
13469         * buffer.C (makeLaTeXFile): ditto.
13470         Also make loop operation more transparent.
13471
13472 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13473
13474         * ToolbarDefaults.C: remove trailing comma closing namespace.
13475
13476         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13477
13478         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13479         as in WorkArea.
13480
13481         * trans.C (Load): comment out unused variable, allowed.
13482
13483 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13484
13485         * minibuffer.[Ch] (append_char): new method to recieve input from the
13486         drop-down completion browser. If a key was pressed, then recieve this
13487         char and append it to the existing string.
13488         (peek_event): modify the positioning data passed to the completion
13489         browser so that it can be placed above the minibuffer rather than below.
13490 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13491
13492         * LyXAction.C (init): alloe error-next for readonly documents.
13493
13494         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13495         count.
13496
13497 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13498
13499         * bufferlist.C (readFile): create the buffer _after_ checking that
13500         the file exists.
13501
13502         * lyxfunc.C (verboseDispatch): fix handling of arguments
13503
13504         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13505
13506         * lyxrc.C: use string::erase() instead of initializing to "".
13507
13508
13509 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13510
13511         * BufferView_pimpl.h:
13512         * BufferView_pimpl.C:
13513         * WorkArea.h:
13514         * WorkArea.C:
13515         * text2.C: tell X when we have made a selection for copying
13516
13517 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13518
13519         * BufferView_pimpl.C (MenuInsertLyXFile):
13520         * lyxfunc.C (menuNew):
13521         (open):
13522         (doImport): add shortcuts to directory buttons
13523
13524         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13525         open a float)
13526
13527         * lyxfunc.C (setStatusMessage):
13528         (getStatusMessage): new methods
13529         (getStatus):use setStatusMessage instead of setErrorMessage
13530         (dispatch): when function is disabled, set error message here
13531         [instead of in getStatus previously]
13532
13533         * BufferView_pimpl.C (workAreaButtonRelease): update
13534         toolbar/menubar here too.
13535
13536 2002-01-13  Allan Rae  <rae@lyx.org>
13537
13538         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13539         Now seems indestructible.  Remaining task is to audit all other
13540         code affected by deleteEmptyParagraphMechanism.  One small quirk
13541         left is that an empty document with an error in the preamble can
13542         be made to report an error but no error box appears.  I don't know
13543         where it goes.
13544         (removeAutoInsets): Improved comments.
13545
13546 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13547
13548         * Thesaurus.h:
13549         * Thesaurus.C: update for Aiksaurus 0.14
13550
13551 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13552
13553         * text2.C (firstParagraph): removed member function, all uses
13554         replaces with ownerParagraph
13555         (redoParagraphs): here
13556         (updateInset): here
13557         (toggleAppendix): here
13558         * BufferView2.C (insertErrors): here
13559         (setCursorFromRow): here
13560
13561 2002-01-13  Allan Rae  <rae@lyx.org>
13562
13563         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13564         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13565         There is still a way to segfault this although you may have to do this
13566         multiple times: Have an InsetERT with an unknown command in it.
13567         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13568         <down-arrow>, <Enter> again, View->DVI, BANG!
13569
13570         * text2.C (setCursor):
13571         (deleteEmptyParagraphMechanism):
13572         * lyxtext.h (setCursor):
13573         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13574         Making use of the return value may help fix other bugs.
13575
13576 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13577
13578         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13579
13580         * LyXView.C (updateMenubar): call MenuBar::update here
13581         (updateToolbar): but not here
13582         (showState): do not update toolbar/menubar
13583
13584         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13585         should need to care about that.
13586
13587         * lyxfunc.C (verboseDispatch): simplify a bit
13588         (getStatus): have a version which takes a pseudoaction, and
13589         another which requires a (kb_action,string).
13590
13591         * LyXAction.C (retrieveActionArg): make it work also when action
13592         is not a pseudo-action.
13593         (getActionName): simplify a bit
13594         (helpText):
13595
13596 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13597
13598         * lyxfunc.C (verboseDispatch): new families of methods with
13599         several ways to specify a command and a bool to indicate whether
13600         the command name and shortcut should be displayed in minibuffer
13601         (eventually, we could extend that to a finer bitmask like
13602         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13603         (dispatch): the pristine dispatch command which just, well,
13604         dispatchs! Note it still sets its result to minibuffer; I'm not
13605         sure we want that.
13606
13607         * lyxfunc.h: remove setHintMessage
13608
13609         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13610
13611 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13612
13613         * BufferView_pimpl.C (specialChar): delete new inset if we have
13614         not been able to insert it.
13615
13616         * kbmap.C: revert to using int instead of kb_action, since all we
13617         are dealing with is pseudo-actions.
13618
13619         * LyXAction.C (searchActionArg): change to return int instead of
13620         kb_action, since the result is a pseudoaction.
13621
13622 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13623
13624         * buffer.C (insertErtContents): Fix (partially) the font bug.
13625
13626 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13627
13628         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13629         as the other one is broken on my machine!
13630
13631 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13632
13633         * commandtags.h:
13634         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13635
13636 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13637
13638         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13639         reflect their actual use. Provide compatibility code for older lyxrc
13640         files.
13641
13642         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13643         FL_NORMAL_STYLE.
13644         change names of popup font variables in line with the changes to lyxrc.C
13645
13646 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13647
13648         * buffer.C (asciiParagraph): avoid outputing a word twice after
13649         an inset.
13650
13651         * lyxrc.C (getDescription): document that document_path and
13652         template_path can be empty.
13653
13654 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13655
13656         * LaTeXFeatures.C (getMacros):
13657         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13658
13659         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13660
13661         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13662         getPackages.
13663         (getPackages): rename feature "floats" to "float". Use an array to
13664         iterate over 'simple' features (i.e. just a \usepackage). Add
13665         handling of "amsmath" (renamed from "amsstyle").
13666
13667 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13668
13669         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13670         features list.
13671
13672 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13673
13674         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13675         FuncStaus::FuncStatus & FuncStaus::some_method().
13676
13677 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13678
13679         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13680         of the func_satus stuff. Edited and massaged in various ways by
13681         JMarc.
13682
13683         * lyxfunc.C (getStatus): use FuncStatus
13684
13685 2002-01-08  Juergen Vigna  <jug@sad.it>
13686
13687         * text.C (nextBreakPoint): use function Inset::isChar().
13688
13689         * paragraph.C (TeXOnePar): use function
13690         Inset::forceDefaultParagraphs.
13691
13692         * buffer.C (latexParagraphs): use function
13693         Inset::forceDefaultParagraphs.
13694
13695 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13696
13697         * lyx_gui.C (init): set the style of the menu popups to
13698         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13699
13700 2002-01-07  Juergen Vigna  <jug@sad.it>
13701
13702         * text.C (setHeightOfRow): small fix
13703         (prepareToPrint): don't look at alignment if we don't have the place
13704         for doing it.
13705
13706 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13707
13708         * box.C: New file. Move the Box methods and functions out of box.h,
13709         following Lars' suggestion.
13710
13711 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13712
13713         * box.h: #include "support/LOstream.h", needed for inlined function.
13714
13715         * lyxtextclass.C:
13716         * lyxtextclasslist.C: added some using std declarations.
13717
13718 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13719
13720         * box.h: make signed dimensions to allow insets wider than
13721           the screen (bug #162)
13722
13723         * BufferView_pimpl.C: add some insetHit debug
13724
13725 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13726
13727         * vc-backend.C: add FIXME
13728
13729 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13730
13731         * lyxfunc.C (getStatus): enable code for showing math font status
13732         in toolbar/menu.
13733
13734 2002-01-07  Juergen Vigna  <jug@sad.it>
13735
13736         * text.C (nextBreakPoint): removed debug output not needed anymore.
13737
13738 2002-01-06  Juergen Vigna  <jug@sad.it>
13739
13740         * text.C (nextBreakPoint): fixed up this function we had this bug
13741         since ever but now hopefully we break row better.
13742         (insertChar): we have to check if an inset is the next char as it
13743         could now happen that a large inset is causing a break.
13744
13745 2002-01-05  Juergen Vigna  <jug@sad.it>
13746
13747         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13748         if it doesn't like to be drawed.
13749
13750 2002-01-04  Juergen Vigna  <jug@sad.it>
13751
13752         * BufferView2.C (lockInset): forgot to set a cursor.
13753
13754         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13755
13756 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13757
13758         * FormMathsPanel.C:
13759         * FormMathsPanel.h
13760         * MathsSymbols.C:
13761         * form_maths_panel.C:
13762         * form_maths_panel.h:
13763         * form_maths_panel.fd: implemented sub- and super- buttons in math
13764         panel.
13765
13766         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13767         (or ^ space) to be used as in TeX (req'd by André).
13768
13769         * lyxfunc.C: Allow ^ and _ again to be used both as
13770         super/subscript (mathed) and as themselves (in text).
13771
13772 2002-01-03  Allan Rae  <rae@lyx.org>
13773
13774         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13775         "LyX" or the filename of the current buffer if it has one.  This is a
13776         modified form of John Levon's patch.
13777
13778         * XFormsView.C (setWindowTitle): also set icon title.
13779
13780         * LyXView.h (setWindowTitle): signature changed.
13781         * XFormsView.h (setWindowTitle): ditto.
13782
13783 2002-01-02  Juergen Vigna  <jug@sad.it>
13784
13785         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13786
13787 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13788
13789         * screen.C (topCursorVisible): introduce a temp var for
13790         text->cursor.row(), handle the case where this row is null. (kindo
13791         hachish)
13792
13793         * text2.C (setCursor): add a couple of asserts.
13794
13795         * paragraph.h (inset_iterator): add -> operator
13796
13797         * paragraph.[Ch] (autoDeleteInsets): remove member function
13798
13799         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13800         cursor pos correctly and handle inset deletion by itself.
13801         (insertErrors): move iterator declaration out of for expression
13802
13803         * lyxtextclass.C: add <algorithm>
13804
13805         * Makefile.am: added the new files to sources, removed layout.C
13806
13807         * layout.C: removed file
13808
13809         * layout.h: remove LYX_DUMMY_LAYOUT
13810
13811         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13812         layout.
13813
13814         * lyxlayout.[Ch]:
13815         * lyxtextclass.[Ch]:
13816         * lyxtextclasslist.[Ch]: new files
13817
13818         * include order changes to a lot of files, also changes because of
13819         the six new files.
13820
13821 2001-12-27  Juergen Vigna  <jug@sad.it>
13822
13823         * buffer.C (asciiParagraph): more fixes.
13824
13825         * tabular.C (ascii): make ascii export support export of only the
13826         data separated by a column-delimiter.
13827         (ascii): better support for ascii export.
13828
13829         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13830
13831 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13832
13833         * tabular_funcs.C: use a "using std::getline" instead of the
13834         previous fix from Angus (necessary for cxx + lyxstring)
13835
13836 2001-12-24  Juergen Vigna  <jug@sad.it>
13837
13838         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13839
13840         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13841         problems. First check a minipage also if we have some ert-contents
13842         (not only on par->size(), second set the right depth of the paragraph
13843         on the relink to the root-paragraph-list!
13844
13845         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13846         which then did not anymore update the main paragraphs on undo/redo!
13847
13848 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13849
13850         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13851         code. Support all font-changing funcs (even those which are not in
13852         menu currently). Support for reporting font settings in
13853         mathed (disabled until Andre provides a function on mathed's side).
13854
13855         * func_status.h (toggle): small helper function to set toggle
13856         state on a flag.
13857
13858 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13859
13860         * tabular_funcs.C: getline -> std::getline
13861
13862 2001-12-21  Juergen Vigna  <jug@sad.it>
13863
13864         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13865         accessed and could be 0 (I couldn't generate this but it seems
13866         Michael could!).
13867
13868 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13869
13870         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13871         * tabular_funcs.h: here and include iosfwd
13872
13873 2001-12-20  Juergen Vigna  <jug@sad.it>
13874
13875         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13876         inside inset but undo_par was.
13877
13878 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13879
13880         * Thesaurus.C: always include <config.h> in sources.
13881
13882         * Painter.h:
13883         * lyxlookup.h:
13884         * box.h: do not include <config.h> in header files
13885
13886         * text.C (paintLastRow): remove unused variable
13887
13888         * text.C (transformChar):
13889         (insertChar):
13890         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13891
13892         * Painter.C (text):
13893         * font.C (width): rewrite to use uppercase() instead of
13894         islower/toupper.
13895
13896         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13897
13898 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13899
13900         * lyxfind.C: clean up of find failure position change
13901
13902 2001-12-20  Juergen Vigna  <jug@sad.it>
13903
13904         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13905
13906         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13907         (TeXRow): added to LaTeX a single tabular row.
13908         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13909         (Latex): simplified and finally good LT-h/f support.
13910         (various_functions): just small adaptions for LT-h/f support.
13911
13912         * tabular_funcs.[hC]: added and moved here all not classfunctions
13913         of LyXTabular.
13914
13915 2001-12-19  Juergen Vigna  <jug@sad.it>
13916
13917         * tabular.[Ch]: better support for longtabular options (not finished
13918         yet!)
13919
13920 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13921
13922         * text.C (paintLastRow): use the label font instead of the font of
13923         the last character to compute the size of *_BOX. This makes more
13924         sense and avoids a crash with empty paragraphs.
13925         Use Painter::rectangle to draw EMPTY_BOX.
13926
13927 2001-12-19  Juergen Vigna  <jug@sad.it>
13928
13929         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13930         the paragraphs if the replaced paragraph is not the first one!
13931         Tried to delete not used paragraphs but does not work yet so for
13932         now it's inside #ifdef's and by default off!
13933
13934 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13935
13936         * MenuBackend.C: include "lyx_main.h" instead of declaring
13937         lastfiles (actually was declared as LastFiles* instead of a
13938         scoped_ptr).
13939
13940 2001-12-17  Juergen Vigna  <jug@sad.it>
13941
13942         * tabular.C (AppendColumn): applied John's fix
13943
13944 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13945
13946         * BufferView.h:
13947         * BufferView.C:
13948         * BufferView_pimpl.h:
13949         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13950
13951         * Makefile.am:
13952         * box.h: new start of class for above
13953
13954         * lyxfunc.C: ignore space-only minibuffer dispatches.
13955           Show the command name when it doesn't exist
13956
13957         * minibuffer.C: don't add empty lines to the history
13958
13959         * minibuffer.C: add a space on dropdown completion
13960
13961 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13962
13963         * text.C: fix line above/below drawing in insets
13964
13965 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13966
13967         * lyxlength.C (LyXLength): Initialize private variables.
13968
13969 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13970
13971         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13972         when inserting error insets.
13973
13974 2001-12-13  Juergen Vigna  <jug@sad.it>
13975
13976         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13977         actually sometimes the before-paragraph.
13978         (setUndo): don't clear the redostack if we're not actually undoing!
13979
13980 2001-12-06  Juergen Vigna  <jug@sad.it>
13981
13982         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13983         and fixed redoing of main paragraph, so we can use it now ;)
13984
13985         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13986
13987 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13988
13989         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13990         Juergen's request
13991
13992 2001-12-13  André Pönitz <poenitz@gmx.net>
13993
13994         * undostack.[Ch]:
13995         * undo_func.C: minor cleanup
13996
13997 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13998
13999         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14000         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14001         font in urw-fonts package which is marked as -urw-fontspecific and
14002         does not work (incidentally, changing the encoding in the
14003         fonts.dir of this package to -adobe-fontspecific fixes the
14004         problem).
14005
14006         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14007         is a crash when undoing first paragraph (Juergen, please take a
14008         look). THis does not mean the undo fix is wrong, just that it
14009         uncovers problems.
14010
14011         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14012         the (Paragraph*) version when needed instead of duplicating the
14013         code.
14014
14015         * text.C (workWidth): use Inset::parOwner to find out where the
14016         inset has been inserted. This is a huge performance gain for large
14017         documents with lots of insets. If Inset::parOwner is not set, fall
14018         back on the brute force method
14019
14020         * paragraph_pimpl.C (insertInset):
14021         * paragraph.C (Paragraph):
14022         (cutIntoMinibuffer): set parOwner of insets when
14023         inserting/removing them
14024
14025         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14026
14027 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14028
14029         * commandtags.h:
14030         * LyXAction.C:
14031         * lyx_main.C:
14032         * lyxfunc.C:
14033         * mathed/formulabase.C:
14034         * mathed/math_cursor.[Ch]:
14035         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14036
14037
14038 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14039
14040         * lyxlength.[Ch] (operator!=): new function
14041
14042 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14043
14044         * text.C (workWidth): use Inset::parOwner to find out where the
14045         inset has been inserted. This is a huge performance gain for large
14046         documents with lots of insets. If Inset::parOwner is not set, fall
14047         back on the brute force method
14048
14049         * paragraph_pimpl.C (insertInset):
14050         * paragraph.C (Paragraph):
14051         (cutIntoMinibuffer): set parOwner of insets when
14052         inserting/removing them
14053
14054         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14055
14056 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14057
14058         * tabular-old.C (getTokenValue):
14059         * tabular.C (getTokenValue):
14060         (write_attribute): new versions for LyXLength
14061         (everywhere): adjust the use of widths
14062
14063         * tabular.h: change the type of widths from string to LyXLength
14064
14065 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14066
14067         * paragraph.C: fixed missing line number count when exporting
14068         Environments to LaTeX file
14069
14070         * buffer.C: added informational message for checking line numbers.
14071
14072 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14073
14074         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14075         paragraph, do the 'double space' part, but not the 'empty
14076         paragraph' one.
14077
14078         * text.C (workWidth): small optimization
14079         (getLengthMarkerHeight): use minimal size for negative lengths.
14080
14081 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14082
14083         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14084
14085         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14086
14087 2001-12-11  André Pönitz <poenitz@gmx.net>
14088
14089         * FontLoader.C:
14090         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14091
14092 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14093
14094         * text2.C: keep selection on a setFont()
14095
14096 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14097
14098         * lyx_cb.C: another bv->text misuse, from insert label
14099
14100 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14101
14102         * kbsequence.h:
14103         * kbsequence.C: re-instate nmodifier mask
14104
14105 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14106
14107         * lyx_main.h: make lyxGUI private.
14108
14109 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14110
14111         * lyxfind.C: place the cursor correctly on failed search
14112
14113 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14114
14115         * text.C (getLengthMarkerHeight): for small heights, the arrows
14116         are not always on top/bottom of the text
14117         (drawLengthMarker): smaller arrows; take the left margin in
14118         account; draw also vfills.
14119         (paintFirstRow):
14120         (paintLastRow): remove special code for vfill and standard spaces,
14121         since everything is handled in drawLengthMarker now.
14122
14123 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14124
14125         * buffer.C (insertErtContents): try to handle font and language
14126         interaction a bit better.g
14127
14128         * ColorHandler.C (updateColor): change the hash to cover the whole
14129         LColor enum, ws cleanup
14130         (getGCLinepars): ditto
14131         (getGCLinepars): only lookup in the linecache once.
14132
14133 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14134
14135         * iterators.C (operator++): Make the iterator more robust
14136
14137         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14138         (John's patch)
14139         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14140
14141 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14142
14143         * lyxtext.h:
14144         * text.C: better added space drawing
14145
14146 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14147
14148         * LyXView.C:
14149         * BufferView2.C: fix layout combo update on inset unlock
14150
14151 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14152
14153         * Makefile.am: don't compile unused files
14154
14155 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14156
14157         * lyxfunc.C:
14158         * commandtags.h:
14159         * LyXAction.C: remove old LFUN_LAYOUTNO
14160
14161 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14162
14163         * paragraph_pimpl.h:
14164         * paragraph_pimpl.C: isTextAt() doesn't need font param
14165
14166 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14167
14168         * lyxlex.h:
14169         * lyxlex.C: little cleanup
14170
14171 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14172
14173         * BufferView_pimpl.C: fix insertAscii for insets
14174
14175 2001-12-05  Juergen Vigna  <jug@sad.it>
14176
14177         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14178         set the right font on the "multi" paragraph paste!
14179
14180 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14181
14182         * trans_decl.h:
14183         * trans_mgr.[Ch]:
14184         * trans.[Ch]:
14185         * lyxgluelength.C:
14186         * lyxlength.C: remove out-commented code.
14187
14188         * BufferView_pimpl:
14189         * CutAndPaste.C:
14190         * DepTable.C:
14191         * buffer.C:
14192         * chset.C:
14193         * lastfiles.C:
14194         * lyxlex.C:
14195         * lyxlex_pimpl.C:
14196         * lyxserver.C:
14197         * screen.C:
14198         * tabular-old.C:
14199         * tabular.C:
14200         * text.C:
14201         * trans_mgr.C:
14202         * vc-backend.C: change "while(" to "while ("
14203
14204         * lyxlength.[Ch]: add zero function to check if length is zero or
14205         not
14206         * lyxgluelength.C: use it
14207
14208 2001-12-05  Allan Rae  <rae@lyx.org>
14209
14210         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14211         Works for 2.95.3, from what I understand of Garst's reports this should
14212         work for other g++ versions.  We're screwed if the abs(int) definition
14213         changed between bugfix releases of gcc.
14214
14215 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14216
14217         * text.C: fix chapter label offset !
14218
14219 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14220
14221         * lyxtext.h:
14222         * text.C: fix hfill at end of line, clean up
14223
14224 2001-12-04  Juergen Vigna  <jug@sad.it>
14225
14226         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14227         that we force an update of the inset and it's owners if neccessary.
14228
14229 2001-12-03  Juergen Vigna  <jug@sad.it>
14230
14231         * text.C (rowLast): simplified code
14232
14233 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14234
14235         * lyxfunc.C: fix show options on timeout
14236
14237 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14238
14239         * screen.C (topCursorVisible): scroll half a page when the cursor
14240         reached top of bottom of screen
14241
14242 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14243
14244         * minibuffer.C: deactivate on loss of focus
14245
14246 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14247
14248         * vspace.[Ch] (operator!=): add operator.
14249
14250 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14251
14252         * BufferView_pimpl.C: refuse to open an inset when
14253         there's a selection.
14254
14255 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14256
14257         * BufferView_pimpl.C: allow to click on RHS of full row insets
14258
14259 2001-11-30  Juergen Vigna  <jug@sad.it>
14260
14261         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14262         insets for undo reasons.
14263
14264 2001-11-28  André Pönitz <poenitz@gmx.net>
14265
14266         * vspace.[Ch]: cosmetical changes
14267
14268 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14269
14270         * LyXAction.h:
14271         * LyXAction.C:
14272         * lyxfunc.h:
14273         * lyxfunc.C:
14274         * kbmap.h:
14275         * kbmap.C:
14276         * lyxrc.C:
14277         * kbsequence.h:
14278         * kbsequence.C: part re-write of old kb code
14279
14280         * Painter.C:
14281         * WorkArea.C: remove Lgb_bug_find_hack
14282
14283 2001-11-30  José Matos <jamatos@fep.up.pt>
14284
14285         * buffer.C (makeDocBookFile): add a comment to point a hack.
14286         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14287         Fixed a double write of labels.
14288
14289 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14290
14291         * LaTeX.C:
14292         * LaTeX.h Fixed bug in LaTeX class where it would not
14293         re-run latex if no depfiles were changed, but the .dvi was removed.
14294
14295 2001-11-28  André Pönitz <poenitz@gmx.net>
14296
14297         * all the files from the change on 2001/11/26:
14298         use lyx::layout_type instead of LyXTextClass::size_type
14299         use lyx::textclass_type instead of LyXTextClassList::size_type
14300
14301 2001-11-29  Juergen Vigna  <jug@sad.it>
14302
14303         * text.C: added support for paragraph::isFreeSpacing()
14304
14305         * buffer.C: same as above
14306
14307         * paragraph.h: inserted isFreeSpacing() function to enable
14308         FreeSpacing inside InsetERT.
14309
14310         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14311         of the paragraph's in the cut/copy buffer to 0!
14312
14313         * text2.C (removeRow): remove the assert as it can!
14314
14315         * lyxtext.h: added helper function firstRow returning firstrow and
14316         made firstrow private again.
14317
14318         * BufferView2.C (lockInset): don't relock if we're already locked!
14319
14320         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14321         the only paragraph.
14322         (removeRow): added Assert::(firstrow)
14323
14324         * debug.C: forgot to add INSETTEXT here.
14325
14326 2001-11-28  Juergen Vigna  <jug@sad.it>
14327
14328         * sp_spell.C (initialize): changed error text to more general
14329         spellchecker command use (not only ispell!)
14330
14331         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14332
14333         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14334
14335 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14336
14337         * vspace.C: initialise lyxgluelength on failure
14338
14339 2001-11-28  Allan Rae  <rae@lyx.org>
14340
14341         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14342         declaration & definition that looks like a function declaration.
14343
14344 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14345
14346         * BufferView2.C (copy):
14347         (copyEnvironment): do not clear the selection when doing a copy.
14348
14349         * text.C (paintFirstRow): compilation fix
14350
14351 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14352
14353         * tabular.C (Latex): correct line count when writing latex.
14354
14355 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14356
14357         * paragraph_pimpl.h:
14358         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14359           bug a bit
14360
14361 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14362
14363         * text.C:
14364         * LColor.h:
14365         * LColor.C: change vfillline->added_space
14366
14367         * text.C: add markers and text for added space
14368
14369         * vspace.C: fix comment
14370
14371 2001-11-28  André Pönitz <poenitz@gmx.net>
14372
14373         * paragraph.C: whitespace changes
14374         * all the other files from the change on 2001/11/26:
14375         change *::pos_type into lyx::pos_type
14376
14377 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14378
14379         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14380         language of the document when inserting error insets.
14381
14382 2001-11-26  André Pönitz <poenitz@gmx.net>
14383
14384         * BufferView_pimpl.[Ch]:
14385         *       CutAndPaste.C:
14386         * buffer.[Ch]:
14387         * lyxcursor.[Ch]:
14388         * lyxfind.C:
14389         * lyxfunc.C:
14390         * lyxrow.[Ch]:
14391         * paragraph.[Ch]:
14392         * paragraph_pimpl.[Ch]:
14393         * sp_spell.C:
14394         * text.C:
14395         * text2.C: reduce header dependencies, introduce type for positions
14396
14397 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14398
14399         * <various>: change to use Alert.h
14400
14401 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14402
14403         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14404         when encountering an unknown token.
14405         (readLyXformat2): Show an error message if there were unknown tokens.
14406
14407 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14408
14409         * BufferView2.C:
14410         * BufferView_pimpl.C:
14411         * buffer.C:
14412         * paragraph.h:
14413         * text.C:
14414         * text2.C: use par->isInset()
14415
14416 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14417
14418         * paragraph_pimpl.h:
14419         * paragraph_pimpl.C: cleanup
14420
14421 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14422
14423         * text2.C (removeRow):
14424         * text.C (setHeightOfRow): remove useless (and costly) call to
14425         getRow.
14426
14427 2001-11-20  Allan Rae  <rae@lyx.org>
14428
14429         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14430         Now need Inset*::checkInsertChar() to return true for appropriate
14431         cases so that the characters in the minibuffer will actually be
14432         inserted.
14433
14434 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14435
14436         * text.C: change the order of the includes.
14437         (workWidth): initialize it at once.
14438         (workWidth): make maxw unsigned
14439         (setHeightOfRow): remove unused variable (inset)
14440         (selectSelectedWord): remove unused variable (inset)
14441         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14442
14443 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14444
14445         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14446         server is not running.
14447         (openConnection):
14448         (closeConnection): add debug info when server is disabled.
14449
14450         * ColorHandler.C (getGCForeground): send debug message to GUI
14451         channel.
14452
14453         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14454
14455         * kbmap.C (bind): modify because return conventions of
14456         kb_sequence::parse have changed.
14457
14458         * kbsequence.C (parse): only ignore spaces and not any stupid
14459         control character. This avoids tests like s[i] <= ' ', which are
14460         guaranteed to fail with 8bit characters and signed chars.
14461         Change return code to string::npos when there have been no error
14462         (0 was a bad idea when error is at first character)
14463
14464 2001-11-14  José Matos  <jamatos@fep.up.pt>
14465
14466         * buffer.h:
14467         * buffer.C (simpleDocBookOnePar): removed unused argument.
14468
14469 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14470
14471         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14472         insets which are part of a word. Paragraph::isLetter takes care of
14473         that now. Use Paragraph::isInset to identify insets.
14474         (selectSelectedWord): do not test for hyphenation break.
14475
14476         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14477         that protected spaces are considered as spaces.
14478
14479         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14480         Inset::isLetter.
14481
14482 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14483
14484         * lyxserver.h:
14485         * lyxserver.C: fix it. and small cleanup.
14486
14487 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14488
14489         * BufferView_pimpl.C: use inline helpers
14490
14491         * LaTeXFeatures.h:
14492         * LaTeXFeatures.C: fix typos
14493
14494         * Spacing.h:
14495         * Spacing.C: move spacing_string into class
14496
14497         * ToolbarDefaults.C: move stuff into namespace anon
14498
14499         * layout.h: update enum
14500
14501         * lyxfunc.C: use better debug
14502
14503         * minibuffer.h: fix typo
14504
14505         * debug.h:
14506         * debug.C:
14507         * WorkArea.C: add and use Debug::WORKAREA
14508
14509         * lyxtext.h:
14510         * text.C:
14511         * text2.C: code re-organisation, inline helpers
14512
14513 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14514
14515         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14516         std::vector.empty().
14517
14518 2001-11-09  Allan Rae  <rae@lyx.org>
14519
14520         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14521         '\n's after tables.  Tabular and ERT inset work now makes this no
14522         longer necessary.
14523
14524 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14525
14526         * minibuffer.h:
14527         * minibuffer.C: fix crash, improve drop-down completion
14528
14529 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14530
14531         * lyxserver.h:
14532         * lyxserver.C: invalidate fd's when doing endPipe()
14533
14534 2001-11-08  José Matos  <jamatos@fep.up.pt>
14535
14536         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14537         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14538
14539         * paragraph.h:
14540         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14541
14542 2001-11-07  José Matos  <jamatos@fep.up.pt>
14543
14544         * buffer.h:
14545         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14546         const qualifier.
14547
14548         * buffer.C (sgmlOpenTag):
14549         * buffer.C (sgmlCloseTag): removed debug info.
14550
14551         * buffer.h (sgmlOpenTag):
14552         * buffer.h (sgmlCloseTag): made public.
14553
14554 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14555
14556         * buffer.C (saveParamsAsDefaults):
14557         * lyx_cb.C (MenuLayoutSave): remove
14558
14559         * LyXAction.C (init):
14560         * commandtags.h:
14561         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14562
14563 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14564
14565         * buffer.C (setPaperStuff): removed from here...
14566
14567         * bufferparams.C (setPaperStuff): ... and moved there.
14568
14569 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14570
14571         * minibuffer.h:
14572         * minibuffer.C:
14573         * XFormsView.C: add support for drop-down completion
14574
14575 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14576
14577         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14578         commands.
14579
14580 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14581
14582         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14583         disabled.
14584
14585 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14586
14587         * lyx_main.C: change ref to known bugs
14588
14589 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14590
14591         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14592         to work around older babel problems.
14593
14594 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14595
14596         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14597
14598 2001-10-24  Juergen Vigna  <jug@sad.it>
14599
14600         * tabular-old.C (ReadOld): below variable changes reflected.
14601
14602         * tabular.[Ch]: added ltType struct for longtable header/footer
14603         defines and changed all instances where they are used. Added
14604         future support for double top/bottom rows.
14605
14606 2001-10-24  José Matos  <jamatos@fep.up.pt>
14607
14608         * buffer.h (docbookHandleCaption):
14609         * buffer.C (docbookHandleCaption): removed unused function.
14610         (makeDocBookFile): moved docbook supported version to v4.1.
14611
14612 2001-10-24  José Matos  <jamatos@fep.up.pt>
14613
14614         * tabular.h:
14615         * tabular.C (docbookRow): new function to export docbook code of a row.
14616         (DocBook): now honors the longtable flags.
14617
14618 2001-10-23  José Matos  <jamatos@fep.up.pt>
14619
14620         * LaTeXFeatures.h:
14621         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14622         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14623
14624         * buffer.C (makeLinuxDocFile):
14625         (makeDocBookFile): reworked the preamble, more clean, and with
14626         support for lyx defined entities. Changed the document declaration
14627         to be more XML friendly.
14628
14629         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14630         if we need to output XML that should be done with a filter.
14631
14632 2001-10-22  Juergen Vigna  <jug@sad.it>
14633
14634         * sp_pspell.h (class PSpell): add alive function needed in the
14635         controller to see if the spellchecker could be started.
14636
14637 2001-10-22  Juergen Vigna  <jug@sad.it>
14638
14639         * buffer.C (insertStringAsLines): modify the font for inserting
14640         chars in certain conditions by calling checkInsertChar(font).
14641
14642 2001-10-19  Juergen Vigna  <jug@sad.it>
14643
14644         * text.C (workWidth): use getRow instead of wrong algorithm.
14645         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14646
14647 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14648
14649         * lyxserver.h:
14650         * lyxserver.C:
14651         * lyx_main.h:
14652         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14653
14654 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14655
14656         * text.C (workWidth): do not search for the exact row when
14657         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14658         optimization for big documents.
14659
14660 2001-10-18  Juergen Vigna  <jug@sad.it>
14661
14662         * text.C (workWidth): new function with added Inset * parameter.
14663
14664 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14665
14666         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14667
14668         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14669         change return type of getColumnNearX.
14670
14671
14672         * text.C (changeRegionCase): use uppercase/lowercase instead of
14673         toupper/tolower.
14674         (leftMargin):
14675         (rightMargin): simplify code by factoring out the uses of
14676         textclasslist.
14677         (labelFill):
14678         (numberOfHfills):
14679         (setHeightOfRow):
14680         (appendParagraph): use Paragraph::size_type
14681
14682 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14683
14684         * vspace.C (asLatexString): add a missing break
14685
14686 2001-10-15  Herbert Voss  <voss@perce.de>
14687
14688         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14689
14690 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14691
14692         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14693         is not available.
14694
14695 2001-10-10  André Pönitz <poenitz@gmx.net>
14696
14697         * lyxfunc.C: removed greek_kb_flag.
14698
14699 2001-10-10  Herbert Voss  <voss@perce.de>
14700
14701         * lyx_main.C: delete global string help_lyxdir.
14702
14703 2001-10-09  Herbert Voss  <voss@perce.de>
14704
14705         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14706
14707         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14708
14709         * lyx_main.C: added global string help_lyxdir.
14710
14711         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14712
14713 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14714
14715         * lyxrc.C (set_font_norm_type): support iso8859-4
14716
14717 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14718
14719         * LaTeX.C (deplog): add another regex for MikTeX
14720
14721 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14722
14723         * lyxrc.C (set_font_norm_type): support iso8859-3
14724
14725 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14726
14727         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14728
14729         * LaTeXFeatures.C: remove special case of french and index
14730
14731         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14732         before \begin{document}). This solves several incompatibilities.
14733
14734 2001-10-03  Garst Reese  <reese@isn.net>
14735
14736         * lyx_cb.C: change CheckTex error msg.
14737
14738 2001-10-03  José Matos  <jamatos@fep.up.pt>
14739
14740         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14741
14742 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14743
14744         * .cvsignore: update
14745
14746         * lyx_main.C (commandLineVersionInfo): use new style version info.
14747
14748         * buffer.C (writeFile):
14749         (makeLaTeXFile):
14750         (makeLinuxDocFile):
14751         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14752
14753         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14754
14755         * version.h: update to use stuff in version.C
14756
14757         * version.C.in: new file. Contains version information determined
14758         at compile time. This is a merging of version.h and
14759         version_info.h.in.
14760
14761 2001-10-03  Juergen Vigna  <jug@sad.it>
14762
14763         * BufferView_pimpl.C (update): don't change "dirty" status in
14764         updateInset call.
14765
14766 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14767
14768         * WorkArea.C (c-tor): re-position version string slightly.
14769
14770 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14771
14772         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14773         revert to previous code.
14774
14775         WorkArea.[Ch]: (show, destroySplash): methods removed.
14776
14777         WorkArea.C: rework code so that it's an amalgam of the codes before and
14778         after the splash screen was moved to WorkArea.
14779
14780 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14781
14782         * lyxrc.C (read):
14783         * vspace.C (inPixels):
14784         (lyx_advance):
14785         * kbmap.C (bind):
14786         * buffer.C (insertStringAsLines):
14787         (asciiParagraph): fix types to be large enough
14788
14789         * lyxlex_pimpl.h: change member status from short to int
14790
14791         * layout.h: fix type of endlabeltype
14792
14793         * kbmap.C (bind):
14794         * kbsequence.C (parse): change return type to string::size_type
14795
14796         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14797         variable
14798
14799         * Bullet.C (bulletSize):
14800         (bulletEntry): do not use short ints as parameters
14801
14802         * BufferView2.C (insertLyXFile): change a char to an int.
14803
14804         * WorkArea.C (WorkArea): remove unneeded floats in computation
14805
14806 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14807
14808         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14809
14810         * paragraph.C (asString): Do not ignore newline/hfill chars when
14811         copying to the clipboard.
14812
14813 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14814
14815         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14816         after a multi-line inset.
14817
14818 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14819
14820         * paragraph.C (validate): Set NeedLyXFootnoteCode
14821
14822 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14823
14824         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14825         and decrease-error to decrease.
14826
14827 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14828
14829         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14830         it more readable (should be equivalent)
14831
14832 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14833
14834         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14835
14836 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14837
14838         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14839         of a cursor (row, etc.) after a character has been deleted
14840         (deleteEmptyParagraphMechanism): call the method above on _all_
14841         cursors held by the LyXText when a double space has been
14842         detected/deleted.
14843
14844 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14845
14846         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14847         pixmap.
14848         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14849
14850         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14851         background. Use greyOut() and the new show() methods to toggle between
14852         the foreground and background. Add code to remove the splash after
14853         its initial showing.
14854
14855         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14856         (create_forms): no longer call Dialogs::showSplash.
14857
14858 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14859
14860         * .cvsignore: add version_info.h
14861
14862 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14863
14864         * version_info.h.in: new file
14865
14866         * Makefile.am: add version_info.h.in
14867
14868         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14869         version_info.h instead of VERSION_INFO
14870
14871 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14872
14873         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14874         The ERT inset now returns string().
14875
14876 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14877
14878         * lyxtext.h, text.C (selectNextWord): renamed as
14879         selectNextWordToSpellcheck.
14880
14881         * text.C (selectNextWordToSpellcheck): Modified to not select
14882         words inside an ERT inset.
14883
14884 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14885
14886         * lyx_cb.C (MenuLayoutSave): change a bit the question
14887
14888         * sp_base.h: include <sys/types.h>
14889
14890 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14891
14892         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14893
14894 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14895
14896         * several files: fix typos in user-visible strings
14897
14898 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14899
14900         * text2.C (pasteSelection): do not set the selection, since it
14901         will be cleared later. Actually, the intent was to fix the way the
14902         selection was set, but I figured rmoving the code was just as good.
14903
14904 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14905
14906         * FontLoader.C (available): Check if font is available without
14907         loading the font.
14908
14909 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14910
14911         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14912
14913 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14914
14915         * lyxrc.[Ch]: added display_graphics variable and associated code.
14916
14917 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14918
14919         * bufferparams.C (hasClassDefaults): new method. Returns true if
14920         the buffer parameters correspond to known class defaults
14921
14922 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14923
14924         * XFormsView.C (show): set minimum size to the main window.
14925
14926 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14927
14928         * text2.C (copySelection):
14929         (cutSelection):
14930         * lyxfind.C (LyXReplace):
14931         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14932         LyXText::selectionAsString.
14933
14934         * paragraph.C (asString): add "label" argument to the second form
14935
14936         * text2.C (selectionAsString): add "label" argument and pass it to
14937         Paragraph::asString.
14938
14939 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14940
14941         * lyx_main.C (commandLineHelp): remove version information
14942
14943 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14944
14945         * lyx_main.C: add -version commandline option
14946
14947 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14948
14949         * paragraph.h: make the optional constructor arg required instead.
14950         some modifications to other files because of this.
14951
14952         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14953
14954         * lyxserver.C (C_LyXComm_callback): make it static
14955
14956         * lyx_main.C (error_handler): make it static
14957
14958         * lyx_gui.C (LyX_XErrHandler): make it static
14959
14960         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14961
14962         * WorkArea.C: make the extern "C" methods static.
14963
14964         * Makefile.am (lyx_LDADD): simplify
14965
14966 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14967
14968         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14969         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14970
14971         * LyXAction.C (init):
14972         * lyxfunc.C (dispatch): associated code removal.
14973
14974 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14975
14976         * lyxfont.h (isSymbolFont): shut off warning
14977
14978         * text.C (setHeightOfRow):
14979         (getVisibleRow): fix crash with empty paragraphs which have a
14980         bottom line
14981
14982 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14983
14984         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14985         code.
14986
14987 2001-09-04  José Matos  <jamatos@fep.up.pt>
14988         * buffer.C
14989         * buffer.h
14990         * tabular.C (docbook): rename docBook method to docbook.
14991
14992 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14993
14994         * Makefile.am: add dependencies to main.o.
14995
14996 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14997
14998         * FontLoader.C (available): Return false if !lyxrc.use_gui
14999
15000 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15001
15002         * FontInfo.C (query):
15003         * converter.C (view):
15004         * importer.C (Import):
15005         * exporter.C (Export): Can not -> cannot.
15006
15007 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15008
15009         * BufferView_pimpl.C: allow to create index inset even if
15010           string is empty
15011
15012 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15013
15014         * buffer.C (getLists): replace boost::tie code with an explicit pair
15015         as boost::tie can break some compilers.
15016
15017         * iterators.h: Added a std:: declaration to the return type of
15018         ParIterator::size.
15019
15020 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15021
15022         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15023           case.
15024
15025 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15026
15027         * iterators.[Ch]: New files. Provide paragraph iterators.
15028
15029         * buffer.C (changeLanguage): Use paragraph iterators.
15030         (isMultiLingual): ditto
15031
15032         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15033
15034 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15035
15036         * FontLoader.C: Support for cmr font.
15037
15038 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15039
15040         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15041         (available): New method.
15042
15043         * FontInfo.C (getFontname): Use scalable fonts even when
15044         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15045         found.
15046
15047 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15048
15049         * converter.C (Formats::view): reverted! Incorrect fix.
15050
15051 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15052
15053         * converter.C (Formats::view): only output the -paper option
15054         if the dvi viewer is xdvi, thereby fixing bug #233429.
15055
15056 2001-08-23  Herbert Voss  <voss@perce>
15057
15058         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15059
15060 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15061
15062         * Spacing.h (Spacing): Set space to Default on in the default
15063         constructor.
15064
15065 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15066
15067         * vc-backend.h (RCS::versionString): add RCS to version
15068         (CVS::versionString): add CVS to version
15069
15070         * vc-backend.C (scanMaster): do not add CVS to version.
15071         (scanMaster): do not add RCS to version
15072
15073         * lyxvc.C (versionString): new method
15074
15075         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15076
15077 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15078
15079         * Spacing.C (set): initialize fval
15080
15081 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15082
15083         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15084         " or \.
15085
15086 2001-08-16  Juergen Vigna  <jug@sad.it>
15087
15088         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15089
15090 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15091
15092         * BufferView_pimpl.C:
15093         * figureForm.C:
15094         * lyxtext.h:
15095         * text2.C: setParagraph takes linespacing now
15096
15097 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15098
15099         * LyxAction.C: add internal LFUN_CITATION_INSERT
15100
15101         * LyXView.C: actually apply fix
15102
15103         * bufferlist.C: fix open non-existent file
15104
15105         * lyxfind.C: fix indentation
15106
15107         * lyxfunc.C: remove unneeded assert, fix typo
15108
15109 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15110
15111         * MenuBackend.C: use "Floatname List"
15112
15113 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15114
15115         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15116         when converting LaTeX layout to insetERT.
15117         Generate a non-collapsed float when reading old float
15118
15119 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15120
15121         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15122         ERT insets.
15123
15124 2001-08-13  Juergen Vigna  <jug@sad.it>
15125
15126         * text.C (fill): return 0 instead of 20 as this seems to be the more
15127         correct value.
15128
15129 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15130
15131         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15132         lyxrc.font_norm.
15133
15134 2001-08-13  Juergen Vigna  <jug@sad.it>
15135
15136         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15137         casesensitive off.
15138         (SearchBackward): comment out the unlocking of the inset_owner this
15139         should not be needed!
15140
15141 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15142
15143         * Many files: Remove inherit_language, and add latex_language
15144
15145         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15146         collapsible insets.
15147
15148 2001-08-10  Juergen Vigna  <jug@sad.it>
15149
15150         * text.C (prepareToPrint): fixed hfill-width in draw!
15151
15152         * BufferView2.C (selectLastWord): save the selection cursor as this
15153         now is cleared in the function LyXText::clearSelection!
15154
15155 2001-08-08  Juergen Vigna  <jug@sad.it>
15156
15157         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15158         BACKSPACE type functions.
15159
15160         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15161         is only cutted from the document but not put in the cut-buffer, where
15162         still the old stuff should be.
15163
15164         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15165
15166         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15167
15168         * tabular.C (SetWidthOfCell): fixed special case where the width
15169         was not updated!
15170         (LeftLine): handle '|' in align_special.
15171         (RightLine): ditto
15172         (LeftAlreadyDrawed): ditto
15173         (SetWidthOfCell): ditto
15174
15175 2001-08-07  Juergen Vigna  <jug@sad.it>
15176
15177         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15178
15179 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15180
15181         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15182         * lyxlex.[hC]: ditto
15183
15184 2001-08-06  Juergen Vigna  <jug@sad.it>
15185
15186         * text.C (getVisibleRow): fix up row clearing a bit.
15187
15188 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15189
15190         * minibuffer.C: make sure the X server sees the changes in the input.
15191
15192 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15193
15194         * paragraph.C (getFont): split into...
15195         (getLabelFont): this
15196         (getLayoutFont): and this
15197         * paragraph_pimpl.C (realizeFont): calling this
15198
15199         * text2.C (getFont): split into...
15200         (getLayoutFont): this
15201         (getLabelFont): and this
15202         (realizeFont): all three calling this
15203
15204         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15205         files where used.
15206
15207 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15208
15209         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15210
15211 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15212
15213         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15214         layouts from the Quote inset insertion.
15215
15216 2001-08-03  Juergen Vigna  <jug@sad.it>
15217
15218         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15219
15220         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15221         only if status not is already CHANGED_IN_DRAW (second level).
15222
15223         * text.C (draw): don't set the need_break_row when inside an
15224         InsetText LyXText.
15225
15226 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15227
15228         * buffer.C (parseSingleLyXformat2Token): handle more latex
15229         conversion cases.
15230
15231         * bufferview_funcs.[hC]: change function names to
15232         begin with small char, adjust other files.
15233
15234 2001-08-02  André Pönitz <poenitz@gmx.net>
15235
15236         * lyxfunc.C:
15237         BufferView_pimpl.C: remove broken special code for math-greek
15238
15239 2001-08-02  Juergen Vigna  <jug@sad.it>
15240
15241         * BufferView_pimpl.C (update): redone this function so that we
15242         update the text again if there was a CHANGE_IN_DRAW.
15243
15244         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15245         (drawFromTo): added a new internal bool which is used by draw() and
15246         redraw() function.
15247         (general): some cursor drawing problems fixed.
15248
15249 2001-08-01  Juergen Vigna  <jug@sad.it>
15250
15251         * lyxfind.C (LyXFind): fixed
15252         (SearchForward): ditto
15253         (SearchBackward): ditto
15254
15255         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15256         spurius drawing of the cursor in the main area.
15257
15258         * text2.C (status): small fix which could lead to a segfault!
15259         (clearSelection): remove unneeded BufferView param.
15260
15261 2001-08-01  André Pönitz <poenitz@gmx.net>
15262
15263         * lyxfunc.C: small change due to changed mathed interface
15264
15265 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15266
15267         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15268
15269 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15270
15271         * lyxfunc.c: fail gracefully if file doesn't exist
15272
15273         * LyXSendto.C:
15274         * buffer.C:
15275         * lyxfunc.C:
15276         * BufferView_pimpl.C: IsDirWriteable() proto changed
15277
15278         * LyXView.C: fix updateWindowTitle() to store the last title
15279
15280 2001-07-31  Juergen Vigna  <jug@sad.it>
15281
15282         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15283         the font (wrong since using of Paragraph::highestFontInRange).
15284
15285         * paragraph.C (highestFontInRange): added a default_size parameter.
15286
15287         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15288         (setHeightOfRow): reformat
15289
15290 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15291
15292         * converter.[hC] + affected files: move to (inital-char)lowercase
15293         function names.
15294
15295         * ParagraphParameters.C (ParagraphParameters): remove commented code
15296
15297         * PainterBase.[Ch]: remove commented code
15298
15299         * LaTeXFeatures.h: add "bool floats" for float.sty
15300
15301         * LaTeXFeatures.C (LaTeXFeatures): init floats
15302         (require): handle float
15303         (getPackages): do it with floats
15304
15305 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15306
15307         * BufferView_pimpl.C (Dispatch): improve handling of
15308         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15309
15310         * commandtags.h: #include lyxfont.h here temporarily to avoid
15311         keybinding bug.
15312
15313         * bufferlist.h: include LString.h here.
15314
15315 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15316
15317         * text2.C (getStringToIndex): new method.
15318
15319 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15320
15321         * *: Reduced header file dependencies all over.
15322
15323 2001-07-30  Baruch Even  <baruch@lyx.org>
15324
15325         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15326
15327 2001-07-29  Baruch Even  <baruch@lyx.org>
15328
15329         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15330
15331 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15332
15333         * ParameterStruct.h (endif): add a default constructor to make
15334         sure that all variables is initialized.
15335
15336         * ParagraphParameters.C (ParagraphParameters): adjust
15337
15338 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15339
15340         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15341         index; also, check that there is something to index, and that it
15342         does not span over several paragraphs.
15343         (doubleClick): use WHOLE_WORD_STRICT for double click.
15344
15345         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15346
15347         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15348         scheme.
15349
15350 2001-07-26  Baruch Even  <baruch@lyx.org>
15351
15352         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15353         an InsetFig figure, backwards compatible reading of old figure code.
15354
15355 2001-07-27  Juergen Vigna  <jug@sad.it>
15356
15357         * text2.C: font.realize function adaption.
15358
15359         * text.C (draw): add a warnings lyxerr text if needed.
15360
15361         * layout.C: font.realize function adaption.
15362
15363         * language.C: add inherit_language and implement it's handlings
15364
15365         * bufferview_funcs.C (StyleReset): remove language parameter from
15366         font creation (should be language_inherit now).
15367
15368         * bufferparams.C (writeFile): handle ignore_language.
15369
15370         * paragraph.C (getFontSettings): the language has to be resolved
15371         otherwise we have problems in LyXFont!
15372
15373         * lyxfont.C (lyxWriteChanges): added document_language parameter
15374         (update): removed unneeded language parameter
15375
15376         * paragraph.C (validate): fixed wrong output of color-package when
15377         using interface colors for certain fonts in certain environments,
15378         which should not seen as that on the final output.
15379
15380 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15381
15382         * BufferView_pimpl.C:
15383         * Thesaurus.h:
15384         * Thesaurus.C:
15385         * Makefile.am:
15386         * commandtags.h:
15387         * LyXAction.C: add thesaurus support
15388
15389         * lyxfind.h:
15390         * lyxfind.C: add "once" parameter, for thesaurus, to not
15391           move to the next match
15392
15393 2001-07-26  Juergen Vigna  <jug@sad.it>
15394
15395         * lyxfont.C (realize): honor ignore_language too!
15396         (resolved): ditto.
15397
15398         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15399
15400         * text.C (draw): one place more for ignore_language to not draw
15401         itself!
15402
15403 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15404
15405         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15406
15407 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15408
15409         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15410         the minipage conversion problem.
15411
15412 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15413
15414         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15415         insert an inset.
15416
15417 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15418
15419         * BufferView.h: don't forward declare WorkArea
15420
15421         * BufferView.C: don't include WorkArea.h
15422
15423 2001-07-25  André Pönitz <poenitz@gmx.net>
15424
15425         * commandtags.h:
15426         * LyXAction.C:
15427         * lyxfunc.C:  new LFUN 'math-space'
15428
15429         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15430
15431 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15432
15433         * text2.C (toggleInset): call open/close
15434
15435 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15436
15437         * lyxfunc.C (dispatch): add debug for the disabled case
15438
15439         * font.C (buttonText): make similar to rectText
15440
15441         * buffer.C (readInset): comment out parsing of insetlist and
15442         insttheorem
15443
15444         * PainterBase.C (rectText): small correction
15445
15446         * BufferView_pimpl.C: comment out insettheorem and insetlist
15447         * LyXAction.C: ditto
15448         * commandtags.h: ditto
15449
15450 2001-07-24  Juergen Vigna  <jug@sad.it>
15451
15452         * text.C (draw): honor the ignore_language.
15453
15454         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15455
15456 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15457
15458         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15459         char inset.
15460
15461 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15462
15463         * lyxtext.h: remove unused (and unimplemented) methods
15464
15465 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15466
15467         * text.C (getVisibleRow): honor background color
15468
15469         * PainterBase.h:
15470         * Painter.h: remove default color argument for fillRectangle
15471
15472         * text.C (backgroundColor): new method
15473
15474 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15475
15476         * text.C (getVisibleRow): adjust
15477
15478         * font.[Ch] (rectText): new method, metrics
15479         (buttonText): new method, metrics
15480
15481         * PainterBase.[hC]: make rectText and buttonText always draw and take
15482         fewer paramteres.
15483
15484 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15485
15486         * ToolbarDefaults.C (read):
15487         * MenuBackend.C (read): allow escaping in all strings
15488
15489         * BufferView_pimpl.C (insertAndEditInset): new method.
15490         (Dispatch): use insertAndEditInset whenever appropriate.
15491
15492         * BufferView_pimpl.C (insertNote): removed
15493
15494         * BufferView_pimpl.C (smartQuote): new method, moved from
15495         BufferView; if an insetquote cannot be inserted, insert a '"'
15496         character instead.
15497
15498         * BufferView2.C: remove insertCorrectQuote();
15499
15500         * lyxfunc.C (getStatus): Add support for all remaingin
15501         inset-insert lfuns.
15502
15503         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15504
15505         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15506         command (necessary to pass " as parameter of self-insert.
15507
15508         * text.C (selectWordWhenUnderCursor):
15509         (selectWord): add word_location parameter
15510         (selectWordWhenUnderCursor): same + remove special code for word
15511         boundary.
15512         (selectNextWord): use kind() to guess type of insetspecialchar,
15513         not latex().
15514
15515         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15516         (insertErtContents): create ert insets as collapsed.
15517         (readInset): better compatibility code for Info inset.
15518
15519 2001-07-20  Juergen Vigna  <jug@sad.it>
15520
15521         * lyxfunc.C (dispatch): use always LyXFind now!
15522
15523         * text2.C (init): add a reinit flag so that the LyXText can be
15524         reinited instead of deleted and reallocated (used in InsetText).
15525
15526         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15527
15528         * text.C: ditto
15529
15530         * text2.C: ditto
15531
15532 2001-07-18  Juergen Vigna  <jug@sad.it>
15533
15534         * text.C (selectNextWord): handle insets inside inset by calling
15535         always the bv->text functions so that we can go up the_locking_inset!
15536
15537         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15538         in strange locations when inside an inset!
15539
15540         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15541         handling to include insets.
15542
15543         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15544
15545 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15546
15547         * LyXAction.C (init):
15548         * commandtags.h:
15549         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15550         LIGATURE_BREAK, since the name is so stupid.
15551
15552 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15553
15554         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15555         InsetInfos.
15556
15557         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15558
15559         * sp_form.[Ch]: remove.
15560
15561         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15562
15563         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15564         InsetInfo.
15565
15566         * src/buffer.C (readInset): ditto.
15567
15568 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15569
15570         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15571         menuSeparator(), endOfSentenceDot(), ldots() and
15572         hyphenationPoint(), which are therefore removed.
15573         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15574
15575         * LyXAction.C (init):
15576         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15577
15578         * paragraph.C (getWord): removed.
15579
15580         * BufferView_pimpl.C (Dispatch): use last word or selection for
15581         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15582
15583         * lyx_main.C (queryUserLyXDir): do not ask before creating
15584         user_dir, except if it has been named explicitely.
15585
15586 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15587
15588         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15589         a document of zero size.
15590
15591 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15592
15593         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15594         approriately in the c-tor and in require().
15595         (getPackages): output the appropriate LaTeX for natbib support.
15596
15597         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15598         variables "use_natbib" and "use_numerical_citations" when reading the
15599         LyX file.
15600         (readInset): read the various natbib cite commands.
15601         (validate): white-space change.
15602
15603         * bufferparams.[Ch]: new variables "bool use_natbib" and
15604         "bool use_numerical_citations".
15605         (writeFile): output them in the LyX file.
15606
15607 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15608
15609         * lyxfunc.C (getStatus): add support for all the inset insertion
15610         commands.
15611
15612         * text2.C (insertInset):
15613         * paragraph.C (insetAllowed):
15614         * BufferView_pimpl.C (insertInset): update to take in account the
15615         renaming of insertInsetAllowed
15616
15617         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15618
15619         * text2.C (getInset): new method. returns inset at cursor position.
15620
15621         * BufferView_pimpl.C (Dispatch): changes because of this.
15622
15623         * LyXAction.C (init): rename open-stuff to inset-toggle.
15624
15625         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15626
15627         * text2.C (toggleInset): renamed from openStuff; use
15628         Inset::open().
15629
15630 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15631
15632         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15633
15634         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15635
15636 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15637
15638         * buffer.C (readLyXformat2): Add filename to the error dialog
15639
15640 2001-07-18  Juergen Vigna  <jug@sad.it>
15641
15642         * tabular.C (GetCellNumber): put an assert here instead of the check!
15643
15644 2001-07-17  Juergen Vigna  <jug@sad.it>
15645
15646         * BufferView_pimpl.C (toggleSelection): adapted too.
15647
15648         * text.C (selectNextWord): adapted for use with insets.
15649         (selectSelectedWord): ditto
15650
15651 2001-07-17  Juergen Vigna  <jug@sad.it>
15652
15653         * sp_spell.C (PSpell): fix initialitation order.
15654
15655 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15656
15657         * paragraph.C: spacing
15658
15659 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15660
15661         * sp_spell.C: repair language selection for pspell
15662
15663 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15664
15665         * lyxfunc.h: change more methods to begin with lower char.
15666
15667 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15668
15669         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15670         for unknown layouts.
15671
15672 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15673
15674         * buffer.C (readLyXformat2): Generate an error dialog if there are
15675         unknown layouts.
15676
15677 2001-07-16  Juergen Vigna  <jug@sad.it>
15678
15679         * sp_spell.C: always compile ISpell part.
15680
15681         * lyxrc.C: added use_pspell entry and it's handling.
15682
15683 2001-07-13  Juergen Vigna  <jug@sad.it>
15684
15685         * sp_spell.C: removed double includes.
15686
15687 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15688
15689         Consistent use of Lsstream.h:
15690         * Lsstream.h: added using std::stringstream for consistencies sake.
15691
15692         * buffer.C: removed using std::stringstream
15693
15694         * lyxfont.C (stateText):
15695         * paragraph.C (asString):
15696         * text.C (selectNextWord, selectSelectedWord):
15697         * text2.C (setCounter):
15698         * vspace.C (asString, asLatexString):
15699         std::ostringstream -> ostringstream.
15700
15701 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15702
15703         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15704         * commandtags.h: add LFUN_HELP_ABOUTLYX
15705         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15706
15707 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15708
15709         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15710         cursorToggle()
15711         * lyx_gui_misc.C: remove spellchecker
15712         * lyxfunc.C: showSpellchecker
15713         * sp_base.h: added
15714         * sp_ispell.h: added
15715         * sp_pspell.h: added
15716         * sp_spell.C: added
15717         * sp_form.[Ch]: removed
15718         * spellchecker.[Ch]: removed
15719
15720 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15721
15722         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15723         is set.
15724         (simpleTeXSpecialChars): Simply print the input character without
15725         any special translation if pass_thru is set.
15726
15727         * layout.h: Added bool pass_thru to layout class for being able to
15728         implement pass through of a paragraph for Literate Programming.
15729
15730         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15731         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15732         * layout.C (Read): add "passthru" to list of layout tags and add
15733         code to set the pass_thru boolean when it is read.
15734
15735 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15736
15737         * trans_decl.h: remove allowed from KmodInfo
15738
15739         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15740         remove allowed code
15741         (Load): adjust
15742
15743         * paragraph_pimpl.C (erase): use boost::prior
15744
15745         * Painter.C (text): use data() instead of c_str() when length is
15746         also provided.
15747         * WorkArea.C (putClipboard): ditto
15748         * font.h (width): ditto
15749
15750         * BufferView2.C: use it-> instead of (*it). for iterators
15751         * texrow.C: ditto
15752         * paragraph_pimpl.C: ditto
15753         * paragraph.C: ditto
15754         * minibuffer.C: ditto
15755         * language.C: ditto
15756         * kbmap.C: ditto
15757         * encoding.C: ditto
15758         * counters.C: ditto
15759         * converter.C: ditto
15760         * chset.C: ditto
15761         * Variables.C: ditto
15762         * TextCache.C: ditto
15763         * MenuBackend.C: ditto
15764         * LyXAction.C: ditto
15765         * LColor.C: ditto
15766         * FloatList.C: ditto
15767         * DepTable.C: ditto
15768         * ColorHandler.C (LyXColorHandler): ditto
15769
15770 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15771
15772         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15773
15774         * text2.C (openStuff): reintroduce this method (which had been
15775         nuked in NEW_INSETS frenzy).
15776
15777         * lyxfunc.C (Dispatch): when an action has not been handled, use
15778         its name in the error message, not its number.
15779
15780         * paragraph.C (inInset): change method name to begin with lowercase.
15781
15782         * undo_funcs.C:
15783         * text2.C: updates because of this.
15784
15785 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15786
15787         * ToolbarDefaults.C (add): add spaces in error message
15788
15789 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15790
15791         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15792         (readLyXformat2): rename return_par to first_par, use lyxlex's
15793         pushToken and remove the manual push handling.
15794         (parseSingleLyXformat2Token): add another ert comp. variable:
15795         in_tabular, rename return_par to first_par. handle newlines better
15796
15797 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15798
15799         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15800
15801 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15802
15803         * text2.C (getParFromID): removed
15804
15805         * buffer.C (getParFromID): new method moved form lyxtext.
15806         * BufferView2.C (insertErrors): adjust
15807         (setCursorFromRow): adjust
15808         * BufferView_pimpl.C (restorePosition): adjust
15809         * lyxfunc.C (Dispatch): adjust
15810         * undo_funcs.C (textUndo): adjust
15811         (textRedo): adjust
15812         (textHandleUndo): adjust
15813         (textHandleUndo): adjust
15814
15815 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15816
15817         * buffer.C: up' the LYX_FORMAT
15818
15819         * lyxfont.h: turn NO_LATEX on as default
15820
15821         * buffer.C (insertErtContents): new methods of tex style compability.
15822         (parseSingleLyXformat2Token): use it several places.
15823         * tabular.C (OldFormatRead): and here
15824
15825 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15826
15827         * text2.C: remove some commented code.
15828         reindent file.
15829
15830         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15831         * trans.C: changes because of the above.
15832
15833 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15834
15835         * text2.C (setCounter): Fix counters bug with bibliography layout.
15836
15837 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15838
15839         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15840         own member functions
15841         (simpleTeXSpecialChars): ditto
15842
15843 2001-07-06  Juergen Vigna  <jug@sad.it>
15844
15845         * a lot of files: changed the access to LyXText::status and the
15846         call of undo-functions.
15847
15848         * undo.[Ch]: added a inset_id to the undo informations.
15849
15850         * undo_funcs.[Ch]: added and moved here all undo functions.
15851
15852         * lyxtext.h: give the status enum a weight, made status_ a private
15853         variable and made accessor functions for it, removed the whole bunch
15854         of undo-functions as they are now in their own file, make some
15855         functions publically available. Added function ownerParagraph with
15856         int parameter.
15857
15858         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15859         made InInset() a const function, added getParFromID() function.
15860
15861         * buffer.[Ch]: added const version for inset_iterator functions,
15862         added getInsetFromID() function.
15863
15864         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15865         changed undo functions for new version.
15866
15867 2001-07-05  Juergen Vigna  <jug@sad.it>
15868
15869         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15870         unknow mechanism does not call the proper constructor but only this
15871         one also if I request the other!?
15872
15873 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15874
15875         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15876
15877         * text2.C (LyXText): use initialization lists.
15878
15879         * lyxtext.h (Selection): initialize set_ and mark_
15880         (init): remove method
15881
15882 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15883
15884         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15885
15886 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15887
15888         * screen.[Ch]: change method names to begin with lowercase
15889
15890         * BufferView_pimpl.C (updateScrollbar): simplify further and
15891         hopefully make it a bit faster.
15892
15893 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15894
15895         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15896         calling directly xforms functions.
15897
15898         * Painter.C (Painter):
15899         * lyx_cb.C (MenuWrite):
15900         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15901         fl_display.
15902
15903         * lyx_gui.C: remove bogus guiruntime extern declaration.
15904
15905 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15906
15907         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15908         in NEW_INSETS
15909         (redoDrawingOfParagraph): ditto
15910         (redoParagraphs): ditto
15911         (cutSelection): don't create a object for CutAndPaste use the
15912         static method directly
15913         (pasteSelection): ditto
15914
15915         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15916         LyXview (+ rename)
15917
15918 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15919
15920         * modifications to some other files because of this.
15921
15922         * Makefile.am (lyx_SOURCES): add XFormsView
15923
15924         * XFormsView.[Ch]: new files
15925
15926         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15927         the main window. Move the gui dependent stuff to XFormsView
15928
15929 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15930
15931         * tabular.C (GetCellInset): update cur_cell also in the row/col
15932         version of this function.
15933
15934         * lyxfunc.C: no need to include figure_form.h here.
15935
15936         * FontLoader.h:
15937         * lyxfunc.h:
15938         * lyxscreen.h:
15939         * text2.C:
15940         * lyxvc.C: no need to include forms.h here.
15941
15942 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15943
15944         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15945
15946         * lyxfunc.C (Dispatch):
15947         * Spacing.C (set):
15948         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15949         constructor argument.
15950
15951 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15952
15953         * paragraph.C (Paragraph): dont't clear, and just set layout.
15954         (makeSameLayout): use params's copy contructor.
15955
15956         * ParagraphParameters.[Ch] (makeSame): delete method
15957
15958 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15959
15960         * Variables.[Ch]: fix indentation, rename set to isSet
15961
15962 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15963
15964         * lyxfunc.C (Dispatch): fix typo
15965
15966 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15967
15968         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15969         upper_bound.
15970
15971         * bufferlist.C: include assert.h for emergencyWrite().
15972
15973 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15974
15975         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15976           give up at last (bug #425202) !
15977
15978 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15979
15980         * lyx_gui_misc.C:
15981         * sp_form.h:
15982         * sp_form.C:
15983         * spellchecker.h:
15984         * spellchecker.C: strip spellchecker options and bring up
15985           preferences tab instead
15986
15987 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15988
15989         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15990         the istringstream constructor
15991
15992 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15993
15994         * paragraph.C (getLayout): fix return value
15995
15996         * paragraph.h: do not declare getLayout as inline.
15997
15998         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15999
16000 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16001
16002         * lyxcursor.h (operator<): new func
16003         (operator>): new func
16004         (operator>=): new func
16005         (operator<=): new func
16006
16007         * text.C (changeCase): use selection.start and selection.end
16008         (changeRegionCase): require from to be <= to. Require par to be a
16009         valid paragraph.
16010
16011         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16012
16013 2001-06-27  Juergen Vigna  <jug@sad.it>
16014
16015         * text.C (cursorLeftOneWord): changed to return the cursor and added
16016         overlay with BufferView * parameter which calls this one.
16017         (getWord): added
16018         (selectWord): use new getWord function.
16019         (changeCase): renamed from changeWordCase as and extended to work
16020         also on selections.
16021
16022         * lyxtext.h: added enum word_location
16023
16024         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16025         changeCase as this operates now also on selections.
16026
16027 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16028
16029         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16030
16031         * many files: send debug output to Debug::INFO instead of
16032         Debug::ANY.
16033
16034         * converter.C (View):
16035         (Convert):
16036         (Move): send debug output to Debug::FILES instead of console.
16037
16038 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16039
16040         * lyxfunc.C (getStatus): use func_status
16041
16042         * func_status.h: new header, describing the results of
16043         LyXFunc::getStatus;
16044
16045         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16046         LFUN_MATH_HALIGN.
16047
16048 2001-06-25  The LyX Project  <jug@sad.it>
16049
16050         * buffer.C (sgmlOpenTag):
16051         (sgmlCloseTag):
16052         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16053
16054 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16055
16056         * text2.C: remove some dead code
16057
16058         * tabular.C (GetCellInset): store the last cell checked (gotten)
16059
16060         * tabular.h: add the helper for the speedup
16061
16062         * lyxtext.h: remove some dead code
16063
16064 2001-06-26  The LyX Project  <Asger>
16065
16066         * paragraph.C: Change export to LaTeX of alignment to
16067         \begin{center} and family for better roundtrip work with reLyX.
16068
16069         * Tune the math drawing a bit.
16070
16071 2001-06-25  The LyX Project  <Asger>
16072
16073         * LColor.C (LColor): New color for math background. New color
16074         for buttons.
16075
16076 2001-06-25  The LyX Project  <jug@sad.it>
16077
16078         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16079
16080         * lyxfunc.C (Open):
16081         * bufferlist.C (newFile): do not restrict to files ending with
16082         .lyx
16083
16084         * BufferView_pimpl.C (MenuInsertLyXFile):
16085
16086 2001-06-24  The LyX Project  <jug@sad.it>
16087
16088         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16089         of compare_no_case
16090
16091 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16092
16093         * lyxtext.h: rename most methods to begin with a small char.
16094         Lots of changes because of this.
16095
16096         * paragraph.C (Paragraph): do not call fitToSize
16097         (erase): call Pimpl::erase
16098         (insertChar): call Pimpl::insertChar
16099         (insertInset): call Pipl::insertInset
16100         (breakParagraph): do not call fitToSize
16101         (breakParagraphConservative): do not call fitToSize
16102         (fitToSize): remove method
16103
16104         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16105
16106 2001-06-24  The LyX Project  <Asger>
16107
16108         * Fix Qt compilation^2
16109
16110 2001-06-24  The LyX Project  <jug@sad.it>
16111
16112         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16113         depthHook(getDepth()-1).
16114
16115         * paragraph.h:
16116         * ParagraphParameters.h:
16117         * ParameterStruct.h: change type of depth to unsigned int ==
16118         depth_type. Many adaptations to other files before of that.
16119
16120 2001-06-24  The LyX Project  <Asger>
16121
16122         * Fix Qt compilation.
16123
16124 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16125
16126         * paragraph.h: renamed several methods to begin with small letter.
16127         several changes to many parts of the code because of this.
16128
16129 2001-06-23  The LyX Project  <jug@sad.it>
16130
16131         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16132         rewritten to discard all double spaces when KeepEmpty is off
16133         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16134         to only handle newlines but not fiddle with spaces and friends.
16135
16136         * lyxfunc.C (MenuNew): when doing 'new from template', use
16137         template_path as default directory
16138
16139 2001-06-23  The LyX Project  <Asger>
16140
16141         * Clean-up of header file includes all over
16142         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16143
16144 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16145
16146         * paragraph.h: renamed from lyxparagraph.h
16147
16148 2001-06-23  Asger  <lyx@violet.home.sad.it>
16149
16150         * Buffer.h: Removed Buffer::resize
16151         * BufferList.h: Removed BufferList::resize
16152         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16153         the document lazily when we change the width, or the font settings.
16154
16155 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16156
16157         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16158
16159 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16160
16161         * buffer.h: remove out of date comment
16162
16163 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16164
16165         * lyxscreen.h:
16166         * screen.C: fix "theoretical" GC leak
16167
16168 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16169
16170         * LaTeX.C (scanAuxFile):
16171         (deplog): remove trailing \r when reading stream (useful under
16172         win32)
16173
16174 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16175
16176         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16177         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16178         and BufferView::theLockingInset(Inset*), so should use them and not
16179         access bv_->text->the_locking_inset directly.
16180
16181         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16182
16183 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16184
16185         * Makefile.am:
16186         * tex-defs.h: remove old unused file
16187
16188 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16189
16190         * BufferView_pimpl.C: fix typo, remove minibuffer message
16191           when buffer has loaded
16192
16193 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16194
16195         * lyxfunc.C (Dispatch): use stringstream
16196         (MenuNew): use stringstream
16197         (Open): use stringstream
16198
16199         * importer.C (Import): use stringstream
16200
16201         * bufferview_funcs.C (CurrentState): use stringstream
16202
16203         * LaTeX.C (run): use stringstream
16204
16205         * BufferView_pimpl.C (savePosition): use stringstream
16206         (restorePosition): use stringstream
16207         (MenuInsertLyXFile): use stringstream
16208
16209 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16210
16211         * BufferView.C:
16212         * Bullet.C:
16213         * ColorHandler.C:
16214         * FontInfo.C:
16215         * FontLoader.C:
16216         * LColor.C:
16217         * LaTeXFeatures.C:
16218         * Painter.C:
16219         * gettext.C:
16220         * lyx_gui_misc.C:
16221         * lyxserver.C:
16222         * vspace.C: removed // -*- C++ -*- as first line.
16223
16224         * lyxfind.h:
16225         * version.h: added // -*- C++ -*- as first line.
16226
16227 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16228
16229         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16230
16231         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16232         of string
16233
16234 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16235
16236         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16237         of floats.
16238
16239 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16240
16241         * gettext.C: include LString.h even when --disable-nls is on.
16242
16243 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16244
16245         * converter.h (Get): changed argument type from int to
16246         FormatList::size_type to avoid unnecessary conversion.
16247
16248         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16249         before using it.
16250
16251 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16252
16253         * gettext.h: include LString.h even when --disable-nls is on.
16254
16255 2001-06-07  Juergen Vigna  <jug@sad.it>
16256
16257         * text.C (BreakAgain): subst spaces with tabs.
16258
16259         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16260         (resizeInsetsLyXText): set force on resizeLyXText.
16261
16262 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16263
16264         * gettext.h (gettext_init):
16265         (locale_init): use a real definition instead of a macro
16266
16267 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16268
16269         * Bufferview_pimpl.C:
16270         * LColor.h:
16271         * LColor.C: further lcolor tidies
16272
16273 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16274
16275         * BufferView_pimpl.C (updateScrollbar): simplify.
16276
16277         * BufferView2.C: don't include insets/insetinfo.h, change
16278         prototype for insertInset and call the Pimpl version. let
16279         updateInset call Pimpl version.
16280
16281         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16282         gotoInset to BufferView::Pimpl
16283
16284 2001-06-01  Juergen Vigna  <jug@sad.it>
16285
16286         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16287         inside a LockingInset (is the update needed at all?).
16288
16289 2001-05-31  Juergen Vigna  <jug@sad.it>
16290
16291         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16292         here not the old one otherwise how should we compare it afterwards
16293         if it's the same!
16294
16295 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16296
16297         * lyxfont.C:
16298         * tabular.C:
16299         * tabular-old.C:
16300         * FontInfo.C: bring C functions into global namespace when
16301         necessary
16302
16303 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16304
16305         * LString.h: make sure config.h has been loaded before LString.h.
16306
16307         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16308         (one for each char read by EatLine!).
16309
16310         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16311         variables.
16312
16313 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16314
16315         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16316         to the same as the par we break from
16317
16318 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16319
16320         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16321
16322         * MenuBackend.C (expand): also create menu entries for wide
16323         versions of the floats.
16324
16325         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16326
16327         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16328
16329         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16330         frontends/Makefile.am
16331
16332         * text2.C: adjust
16333         * text.C: adjust
16334
16335
16336         * tabular.C (getTokenValue): add std::
16337
16338         * tabular-old.C (getTokenValue): add std::
16339         (getTokenValue): ditto
16340         (getTokenValue): ditto
16341
16342         * screen.C (ToggleSelection): adjust
16343
16344         * lyxtext.h: put selection cursors inside a Selection struct.
16345
16346         * lyxfunc.C (moveCursorUpdate): adjust
16347
16348         * lyxfont.C (latexWriteStartChanges): add std::
16349
16350         * lyxfind.C: adjust
16351
16352         * font.h: delete with(char const *, LyXFont const &)
16353
16354         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16355
16356         * FontInfo.C (getFontname): add std::
16357
16358         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16359         (workAreaButtonPress): adjust
16360         (tripleClick): adjust
16361         (update): adjust
16362         (moveCursorUpdate): adjust
16363         (Dispatch): adjust
16364
16365         * BufferView2.C (gotoInset): adjust
16366
16367 2001-05-30  Juergen Vigna  <jug@sad.it>
16368
16369         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16370         to check pspell I add this as default as I now have new pspell
16371         libraries and they seem to use this.
16372
16373 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16374
16375         * text2.C (CutSelection): make the cursor valid before the call to
16376         ClearSelection.
16377
16378 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16379
16380         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16381         relied on 0 terminated strings and other horrors. Bug found due to
16382         the new assert in lyxstring!
16383
16384         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16385         KP_ keys.
16386
16387 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16388
16389         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16390         to latinkeys.bind.
16391
16392         * lyxfunc.C (processKeySym): change method of getting to the
16393         self-insert char.
16394
16395         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16396         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16397         * BufferView_pimpl.[Ch]: here as private methods.
16398
16399 2001-05-28  Juergen Vigna  <jug@sad.it>
16400
16401         * text.C (SetHeightOfRow): added the update() call again as it is
16402         needed to initialize inset dimensions!
16403
16404 2001-05-16  Juergen Vigna  <jug@sad.it>
16405
16406         * text2.C (SetCharFont): Add new function with BufferView * and
16407         bool toggleall parameters for setting insets internal fonts.
16408         (SetFont): Freeze the undo as we may change fonts in Insets and
16409         all this change should be inside only one Undo!
16410
16411         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16412         setting font's in insets as for them we have the SetFont function!
16413
16414 2001-05-15  Juergen Vigna  <jug@sad.it>
16415
16416         * text2.C (ClearSelection): to be sure we REALLY don't have any
16417         selection anymore!
16418
16419         * tabular.C (TeXCellPreamble): fixed the left border problem for
16420         multicolumn cells.
16421
16422 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16423
16424         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16425         dependancy file
16426
16427 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16428
16429         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16430         LFUN_BREAKPARAGRAPH.
16431
16432         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16433         help test to "internal only", similar for LFUN_INSERT_URL
16434
16435         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16436         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16437         auto_region_delete and deadkeys.
16438
16439 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16440
16441         * LColor.h:
16442         * LColor.C: remove some dead entries, tidy a little
16443
16444 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16445
16446         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16447         commented code.
16448         (Dispatch): implement LFUN_ESCAPE
16449
16450         * commandtags.h: add LFUN_ESCAPE
16451
16452         * LyXAction.C (init): add entry for LFUN_ESCAPE
16453
16454         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16455         Remove commented code.
16456         (insertNote): moved here
16457         (open_new_inset): moved here
16458
16459         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16460         BufferView_pimpl
16461
16462 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16463
16464         * kbmap.C (findbinding): clean it up and make it work correctly.
16465
16466         * lyx_main.C (init): do not pass argc and argv as parameters
16467
16468 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16469
16470         * buffer.C: fix path for OS/2 & Win32
16471
16472         * lyx_gui.C:
16473         * lyx_main:
16474         * lyx_main.C: Added os:: class.
16475
16476         * os2_defines.h: update
16477
16478 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16479
16480         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16481         better by trying again with reduced state.
16482
16483 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16484
16485         * lyxrc.C (read): print error about invalid key sequence only when
16486         debugging (because not all latinX keysyms are known to some X
16487         servers)
16488
16489         * kbsequence.C (getiso): add a few std:: qualifiers
16490         (getiso): comment out extra return statement.
16491
16492 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16493
16494         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16495         handling.
16496         (Dispatch): enhance the accent inset a bit. (not perfect)
16497
16498 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16499
16500         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16501
16502 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16503
16504         * bufferlist.C (emergencyWrite): fix assert() call
16505
16506 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16507
16508         * text.C (InsertChar): Added trivial patch to only send the "you
16509         can not do multiple spaces this way" message once during a
16510         session.
16511
16512 2001-05-08  Baruch Even  <baruch@lyx.org>
16513
16514         * Makefile.am: Changed order of libraries to get LyX to link properly
16515         with the gnome frontend.
16516
16517 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16518
16519         * LaTeXFeatures.h: add a std:: qualifier
16520
16521 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16522
16523         * paragraph.C (String): use stringstream
16524
16525 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16526
16527         * paragraph.C (writeFile): remove footflag arg
16528
16529         * buffer.C (makeLaTeXFile): use stringstream
16530         (latexParagraphs): remove footnot gurba
16531
16532         * LaTeXFeatures.C (getPackages): use stringstream
16533         (getMacros): likewise
16534         (getTClassPreamble): likewise
16535         (getFloatDefinitions): new method
16536
16537         * paragraph.C (writeFile): reindent
16538         (Erase): reindent
16539
16540         * WorkArea.h: revert the xpos + etc changes.
16541
16542         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16543
16544         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16545
16546         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16547         (pasteSelection): likewise
16548         * text2.C (CreateUndo): likewise
16549
16550 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16551
16552         * minibuffer.C (peek_event): temporarily reduce the functionality
16553         of the minibuffer (to allow args on lfuns)
16554
16555         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16556         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16557
16558         * buffer.C (readInset): add compability reading of old float
16559         lists, add reading of new style float list.
16560         (readInset): avoid reevaluation of inscmd.getCmdName()
16561         (getLists): reindent
16562
16563         * MenuBackend.C (MenuItem): implement parsing of
16564         md_floatlistinsert and md_floatinsert.
16565         (expand::LastFiles): move initalizaton of iterators out of loop,
16566         avoid reevaluation.
16567         (expand::Documents): introduce typdedef vector<string> Strings,
16568         and use it.
16569         (expand::ExportFormats): introduce typedef vector<Format const *>
16570         Formats, and use it.
16571         (expand): implement FloatListInsert and FloatInsert.
16572
16573         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16574         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16575         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16576
16577         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16578         handling.
16579         (Dispatch::LFUN_FLOAT_LIST): implement
16580
16581 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16582
16583         * LaTeX.C (run): Fix problem with --export code.
16584
16585 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16586
16587         * BufferView.[Ch] (workarea): removed.
16588         (getClipboard) new method; wrapper for workarea()->getClipboard()
16589
16590         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16591         bug.
16592
16593         * WorkArea.h (width, height, xpos, ypos): These methods all
16594         returned the dimensions of the work_area sub-area of WorkArea,
16595         resulting in a position error if the WorkArea were resized. Now
16596         return the dimensions of the entire WorkArea.
16597
16598         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16599
16600 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16601
16602         * LaTeX.C (deplog): correct the syntax of regex reg1
16603
16604 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16605
16606         * undo.C: remove !NEW_INSETS cruft
16607
16608 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16609
16610         * text2.C: remove !NEW_INSETS cruft
16611
16612         * text.C: remove !NEW_INSETS cruft
16613
16614         * tabular.C: remove !NEW_INSETS cruft
16615
16616         * spellchecker.C: remove !NEW_INSETS cruft
16617
16618         * lyxtext.h: remove !NEW_INSETS cruft
16619
16620         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16621
16622         * lyxfunc.C: remove !NEW_INSETS cruft
16623
16624         * lyxfind.C: remove !NEW_INSETS cruft
16625
16626         * lyx_cb.C: remove !NEW_INSETS cruft
16627
16628         * figureForm.C: remove  !NEW_INSETS cruft
16629
16630         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16631
16632         * buffer.[Ch]: remove !NEW_INSETS cruft
16633
16634         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16635
16636         * CutAndPaste.C: remove !NEW_INSETS cruft
16637
16638         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16639
16640         * BufferView2.C: remove !NEW_INSETS cruft
16641
16642         * BufferView.h: remove !NEW_INSETS cruft
16643
16644 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16645
16646         * Lsstream.h: include LString.h before the sstream headers to
16647         fix problem with gcc 2.95.3 and lyxstring
16648
16649 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16650
16651         * lyx_main.C: add using directives when needed for C functions
16652         declared in std:: namespace.
16653
16654 2001-04-27  Juergen Vigna  <jug@sad.it>
16655
16656         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16657         (SetHeightOfRow): comment out the update call should not be needed!
16658
16659 2001-04-13  Juergen Vigna  <jug@sad.it>
16660
16661         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16662         (LyXTabular): tried to minimize operator= operations (and realized
16663         hopfully Lars wish).
16664
16665 2001-04-27  Juergen Vigna  <jug@sad.it>
16666
16667         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16668
16669 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16670
16671         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16672
16673         * buffer.C (readInset): hack to make listof algorithm work
16674
16675         * BufferView_pimpl.C: hack to make listof algorithm work
16676
16677 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16678
16679         * LyXAction.C: removed all !NEW_INSETS cruft
16680         (init): moved lfun_item in method
16681
16682         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16683
16684 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16685
16686         * BufferView2.C (theLockingInset): white space.
16687
16688 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16689
16690         * minibuffer.C: include <iostream>
16691
16692         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16693
16694         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16695
16696         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16697
16698         * text.[Ch] (TransposeChars): new method
16699
16700 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16701
16702         * call message directly through LyXView instead of through LyXFunc
16703         * BufferView2.C: adjust
16704         * BufferView_pimpl.C: adjust
16705         * FontLoader.C: adjust
16706         * buffer.C: adjust
16707         * bufferview_funcs.C: adjust
16708         * converter.C: adjust
16709         * figureForm.C: adjust
16710         * importer.C: adjust
16711         * lyx_cb.C: adjust
16712         * lyx_gui_misc.C: adjust
16713         * lyxfunc.C: adjust
16714         * lyxvc.C: adjust
16715         * text2.C: adjust
16716         + more files in subdirs
16717
16718         * lyxparagraph.h (size): move up int file
16719         (GetLayout): ditto
16720
16721         * adjust all uses of Assert to lyx::Assert.
16722
16723         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16724         lyxfunctional in namespace lyx
16725         * layout.C (hasLayout): ditto
16726         (GetLayout): ditto
16727         (GetLayout): ditto
16728         (delete_layout): ditto
16729         (NumberOfClass): ditto
16730         * converter.C (GetFormat): ditto
16731         (GetNumber): ditto
16732         (Add): ditto
16733         (Delete): ditto
16734         (SetViewer): ditto
16735         * bufferlist.C (getFileNames): ditto
16736         (emergencyWriteAll): ditto
16737         (exists): ditto
16738         (getBuffer): ditto
16739         * MenuBackend.C (hasSubmenu): ditto
16740         (hasMenu): ditto
16741         (getMenu): ditto
16742         * BufferView_pimpl.C (getInsetByCode): ditto
16743
16744 2001-04-18  Juergen Vigna  <jug@sad.it>
16745
16746         * vspace.C (asLatexString): fixed the 100% problem.
16747
16748 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16749
16750         * lyxfunc.C (Dispatch):
16751         * minibuffer.C:
16752         * minibuffer.h: add a few std:: qualifiers
16753
16754 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16755
16756         * minibuffer.[Ch]: reimplement so that commands is initiated and
16757         run from lyxfunc, simplified som handling, and made the completion
16758         and history code for complete. wip.
16759
16760         * lyxfunc.C (processKeySym): call message
16761         (miniDispatch): new temporary method
16762         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16763         (LFUN_MESSAGE): implement
16764         (LFUN_MESSAGE_PUSH): implement
16765         (LFUN_MESSAGE_POP): implement
16766         (initMiniBuffer): the initial/defualt minibuffer message.
16767
16768         * lyxfont.[Ch]: inline some more getters
16769
16770         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16771
16772         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16773
16774         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16775         (AutoSave): use LFUN_MESSAGE
16776         (Reconfigure): ditto
16777
16778         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16779
16780         * figureForm.C: use LFUN_MESSAGE
16781
16782         * converter.C (runLaTeX): use LFUN_MESSAGE
16783
16784         * bufferview_funcs.C: use LFUN_MESSAGE
16785         (Melt): ditto
16786         (changeDepth): ditto
16787
16788         * bufferparams.h: use boost::
16789
16790         * bufferlist.h: inherit privately from noncopyable
16791
16792         * bufferlist.C (loadLyXFile): remove some commented code.
16793
16794         * buffer.C (runChktex): use LFUN_MESSAGE
16795
16796         * ShareContainer.h: inherit privately from noncopyable
16797
16798         * ParagraphParameters.[hC] (depth): inline it.
16799
16800         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16801         methods.
16802         (message): new method
16803         (messagePush): ditto
16804         (messagePop): ditto
16805         (show): init minibuffer
16806         (showState): direct call
16807
16808         * LaTeX.[Ch]: inherit privately from noncopyable
16809         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16810         instead of WriteStatus.
16811
16812         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16813
16814         * BufferView_pimpl.C (buffer): don't init minibuffer
16815         (workAreaButtonPress): use LFUN_MESSAGE
16816         (workAreaButtonRelease): ditto
16817         (savePosition): ditto
16818         (restorePosition): ditto
16819         (MenuInsertLyXFile): ditto
16820         (workAreaExpose): don't init minibuffer
16821         (update): remove commented code, simplify
16822
16823         * BufferView2.C (openStuff): use LFUN_MESSAGE
16824         (toggleFloat): ditto
16825         (menuUndo): ditto
16826         (menuRedo): ditto
16827         (copyEnvironment): ditto
16828         (pasteEnvironment): ditto
16829         (copy): ditto
16830         (cut): ditto
16831         (paste): ditto
16832         (gotoInset): ditto
16833         (updateInset): remove some commented code
16834
16835         * lastfiles.h: inherit privately from noncopyable
16836         * layout.h: ditto
16837         * lyx_gui.h: ditto
16838         * lyx_main.h: ditto
16839         * lyxlex.h: ditto
16840         * lyxlex_pimpl.h: ditto
16841
16842         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16843         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16844         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16845
16846         * LyXAction.h: inherit privately from noncopyable, add methods
16847         func_begin, func_end, returning iterators to the func map.
16848
16849         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16850         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16851         (func_begin): new method
16852         (func_end): new method
16853
16854         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16855         and not)
16856         (copySelection): ditto
16857         (pasteSelection): ditto
16858
16859         * BufferView.C: whitespace change
16860         * BufferView.h: inherit privately from noncopyable
16861
16862 2001-04-16  Allan Rae  <rae@lyx.org>
16863
16864         * tabular-old.C (l_getline):
16865         * spellchecker.C (sc_check_word):
16866         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16867         an unrecognised preprocessor directive.  So ensure they're wrapped.
16868
16869 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16870
16871         * src/exporter.C (Export): Give an error message when path to file
16872         contains spaces.
16873
16874 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16875
16876         * LaTeX.C (deplog): Always check that foundfile exists.
16877
16878 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16879
16880         * lyx_main.h:
16881         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16882
16883 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16884
16885         * tabular.[Ch] (getLabelList): implement new method
16886
16887         * minibuffer.h: comment ouf setTiimer
16888
16889         * minibuffer.C (ExecutingCB): constify res
16890         (peek_event): constify s
16891         (Set): constify ntext
16892         (Init): constify nicename
16893
16894         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16895
16896         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16897         (savePosition): use two params to Minibuffer::Set
16898         (restorePosition): ditto
16899
16900 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16901
16902         * lyx_main.C: include language.h
16903
16904         * Makefile.am (lyx_main.o): add language.h
16905
16906 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16907
16908         * exporter.C:
16909         * paragraph.C:
16910         * screen.C:
16911         * tabular.C:
16912         * CutAndPaste.C: include gettext.h
16913
16914         * lyxfont.h: remove old hack with ON and OFF.
16915
16916         * lyxparagraph.h:
16917         * lyxfont.h: do not include language.h...
16918
16919         * BufferView2.C:
16920         * LaTeXFeatures.C:
16921         * Painter.C:
16922         * bufferview_funcs.C:
16923         * font.C:
16924         * lyxfont.C:
16925         * text.C:
16926         * text2.C:
16927         * trans_mgr.C:
16928         * paragraph.C: ... but do it here instead
16929
16930 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16931
16932         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16933
16934         * tabular.C: small reformat
16935
16936         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16937         NEW_INSETS version
16938         (GetChar): ditto
16939         (BreakParagraph): ditto
16940         (SetOnlyLayout): ditto
16941         (SetLayout): ditto
16942
16943         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16944         with one arg less.
16945
16946         * lastfiles.C: removed most using decl, add std:: where needed
16947
16948         * buffer.C: ws changes
16949
16950         * MenuBackend.C (class compare_format): put into anon namespace
16951         (expand): constify label, names, action, action2
16952         (expand):
16953
16954         * text.C (SingleWidth): constify font
16955         (IsBoundary): constify rtl2
16956         (GetVisibleRow): constify ww
16957
16958         * LaTeX.C (deplog): constify logfile
16959
16960         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16961         start_x, end_x
16962         (workAreaExpose): constify widthChange, heightChange
16963
16964         * lyxrow.C (par): moved
16965         (height): moved
16966         (next): moved
16967         * lyxrow.h: as inlines here
16968
16969         * lyxfont.h (shape): moved from lyxfont.C
16970         (emph): moved from lyxfont.C
16971
16972         * lyxfont.C (LyXFont): use initialization list for all
16973         constructors
16974         (shape): move to lyxfont.h as inline
16975         (emph): move to lyxfont.h as inline
16976
16977
16978 2001-04-04  Juergen Vigna  <jug@sad.it>
16979
16980         * vspace.C: had to include stdio.h for use of sscanf
16981
16982 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16983
16984         * BufferView.h:
16985         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16986         independent of xforms.
16987
16988 2001-04-02  Juergen Vigna  <jug@sad.it>
16989
16990         * spellchecker.C: fixed namespace placing!
16991
16992 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16993
16994         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16995         the LyXParagraph * is 0.
16996
16997 2001-03-29  Juergen Vigna  <jug@sad.it>
16998
16999         * vspace.C: added support for %, c%, p%, l%.
17000         (stringFromUnit): added helper function.
17001         (asLatexString): changed to give right results for the %-values.
17002
17003         * buffer.C: convert the widthp in a width%.
17004
17005 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17006
17007         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17008         figureForm.[Ch].
17009
17010         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17011         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17012
17013         * lyx_cb.[Ch]: see above.
17014
17015         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17016         form1.[Ch].
17017
17018         * form1.[Ch]:
17019         * lyx.[Ch]: replaced by figure_form.[Ch].
17020
17021         * lyx_gui.C:
17022         * lyx_gui_misc.C:
17023         * lyxfunc.C: changed headers associated with above changes.
17024
17025 2001-03-27  Juergen Vigna  <jug@sad.it>
17026
17027         * BufferView_pimpl.C: set the temporary cursor right!
17028
17029 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17030
17031         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17032
17033 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17034
17035         * LString.h: removed "using std::getline"!
17036
17037         * BufferView_pimpl.C (Dispatch): changes due to changes in
17038         InsetInclude::Params.
17039
17040         * buffer.C (tag_name): removed redundant break statements as they were
17041         producing lots of warnings with my compiler.
17042
17043 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17044
17045         * LString.h: add "using std::getline" when using the real <string>.
17046
17047 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
17048
17049         * buffer.C: removed bitset usage.
17050         PAR_TAG moved to an anonymous name space.
17051         (tag_name): new funtion, also in the anonymous namespace.
17052         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17053         (makeDocBookFile): clean code. Completed transition from string arrays
17054         to string vectors.
17055         (SimpleDocBookOnePar): code clean.
17056
17057 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17058
17059         * tabular.C: add some comments.
17060
17061 2001-03-22  Juergen Vigna  <jug@sad.it>
17062
17063         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17064         compatibility read a bit and fixed bug with minipage in different
17065         depth.
17066
17067 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
17068
17069         * buffer.C (pop_tag): removed.
17070         (push_tag): removed.
17071         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17072         array replaced with vector. Added support for CDATA sections.
17073         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17074         at any nest level.
17075         (makeDocBookFile): XML conformant declaration of CDATA section,
17076         fixed bug related to <emphasis> in the first paragraph char.
17077         (sgmlOpenTag): exclude empty tags.
17078         (sgmlCloseTag): ditto.
17079
17080         * buffer.h (pop_tag): removed.
17081         (push_tag): removed.
17082
17083 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17084
17085         * language.h (Languages): added size_type and size().
17086
17087 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17088
17089         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17090         response on compability reading of minipages. One probliem is that
17091         the old usage of minipages was «flertydig»
17092
17093         * several files here and in subdirs: don't use static at file
17094         scope use anon namespaces instead.
17095
17096 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17097
17098         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17099         LaTeX output. This is necessary for Literate document
17100         processing.
17101
17102 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17103
17104         * buffer.C: insert hfill when needed.
17105
17106         * tabular.C (l_getline): use string::erase, small whitespace change.
17107
17108         * BufferView_pimpl.C: try the anon namespace.
17109         * WorkArea.C: ditto
17110
17111 2001-03-16  Juergen Vigna  <jug@sad.it>
17112
17113         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17114         otherwise it won't open options-dialogs.
17115
17116         * buffer.C: honor pextraWidth(p) on converting minipages.
17117
17118         * tabular.C (l_getline): changed the functions to strip trailing \r.
17119
17120 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17121
17122         * BufferView_pimpl.C:
17123         * minibuffer..C: added "using SigC::slot" declaration.
17124
17125 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17126
17127         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17128
17129         * text2.C: ditto
17130
17131         * text.C: ditto
17132
17133         * paragraph.C: ditto
17134
17135         * lyxtext.h: NO_PEXTRA
17136
17137         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17138
17139         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17140         * ParameterStruct.h: ditto
17141         * ParagraphParameters.h: ditto
17142         * lyxparagraph.h: ditto
17143
17144 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17145
17146         * buffer.C: add compability for minipage alignment.
17147         (latexParagraphs): remove unwanted pextra check.
17148
17149         * several files: remove CXX_WORKING_NAMESPACES
17150
17151         * buffer.C (pop_tag): tie is in namespace boost
17152
17153         * BufferView.h: noncopyable is in namespace boost
17154         * lyxlex.h: ditto
17155         * lyx_main.h: ditto
17156         * lyx_gui.h: ditto
17157         * layout.h: ditto
17158         * lastfiles.h: ditto
17159         * bufferlist.h: ditto
17160         * ShareContainer.h: ditto
17161         * LyXView.h: ditto
17162         * LyXAction.h: ditto
17163         * LaTeX.h: ditto
17164
17165 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17166
17167         * Merging changes from BRANCH_MVC back into HEAD.
17168
17169         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17170
17171 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17172
17173         * BufferView_pimpl.C: change from intl.C
17174
17175         * combox.h:
17176         * combox.C:
17177         * Makefile.am: move combox.*
17178
17179         * form1.h:
17180         * form1.C:
17181         * lyx_gui.C:
17182         * intl.h:
17183         * intl.C: remove dialog (covered by prefs)
17184
17185 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17186
17187         * lyxfunc.C (Dispatch): removed redundant break statement.
17188
17189 2001-03-14  Juergen Vigna  <jug@sad.it>
17190
17191         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17192
17193 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17194
17195         * buffer.C: add hack to fix compability reading of minipages.
17196
17197 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17198
17199         * buffer.C (getLists): Cleanup.
17200
17201 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17202
17203         * lyxfont.C (update): don't honor toggleall on font size.
17204
17205 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17206
17207         * bmtable.c:
17208         * bmtable.h:
17209         * Makefile.am: moved to frontends/xforms/
17210
17211         * lyx_gui_misc.C:
17212         * lyxfunc.C:
17213         * BufferView_pimpl.C: changes for moved mathpanel
17214
17215 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17216
17217         * gettext.h: fix gettext_init() in --disable-nls
17218
17219 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17220
17221         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17222
17223 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17224
17225         * lyx.C:
17226         * lyx.h: strip external form
17227
17228 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17229
17230         * BufferView_pimpl.C: add comment, destroySplash()
17231
17232 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17233
17234         * BufferView_pimpl.C:
17235         * LyXAction.C:
17236         * buffer.C:
17237         * commandtags.h:
17238         * lyxfunc.C: use re-worked insetinclude
17239
17240 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17241
17242         * buffer.C: add using std::stringstream.
17243
17244         * lyx_cb.C: readd using std::ios.
17245
17246         * buffer.C: add using std::map.
17247
17248         * BufferView_pimpl.C: add using std::vector.
17249
17250         * ShareContainer.h: add std:: to swap.
17251
17252         * buffer.h: add some typedefs
17253         * buffer.C (getLists): use them
17254         (getLists): renamed from getTocList.
17255         add a counter for the different float types and use it in the
17256         generated string.
17257         (getLists): use the same counter for the NEW_INSETS and the "non"
17258         NEW_INSETS
17259
17260         * lyx_cb.h: remove unused items, includes, using etc.
17261
17262         * ShareContainer.h: remove some commented code, add more comments
17263         and "documentation".
17264
17265 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17266
17267         * buffer.C (getTocList): make the list also when NEW_INSETS is
17268         defined.
17269
17270         * buffer.h: remove TocType
17271
17272         * buffer.C (getTocList): change to return a map<string,
17273         vector<TocItem> >, implement for dynamic number of list.
17274
17275         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17276         * text2.C (PasteSelection): adjust
17277         * CutAndPaste.C (pasteSelection): adjust
17278
17279         * FloatList.C (FloatList): update from the new_insets branch.
17280         * Floating.[Ch]: ditto
17281         * LaTeXFeatures.C: ditto
17282         * buffer.C: ditto
17283         * lyxlex_pimpl.C: ditto
17284
17285         * paragraph.C (Last): remove when NEW_INSETS is defined.
17286
17287         * other file: changes because of the above.
17288
17289 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17290
17291         * lyxparagraph.h: rename next to next_, previous to previous_,
17292         make them private for NEW_INSETS. Rename Next() to next(),
17293         Previous() to previous().
17294
17295         * other files: changes because of the above.
17296
17297 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17298
17299         * BufferView.h:
17300         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17301         problem.
17302
17303 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17304
17305         * main.C (main): pass lyx_localedir to gettext_init().
17306
17307         * gettext.h: remove locale_init and gettext_init macros
17308
17309         * gettext.C (locale_init): new function
17310         (gettext_init): new function
17311
17312         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17313         setlocale().
17314
17315 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17316
17317         * Moved credits to frontends:
17318         * credits.[Ch]: removed
17319         * credits_form.[Ch]: removed
17320         * lyx_gui_misc.C: remove credits stuff
17321         * Makefile.am:
17322
17323 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17324
17325         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17326
17327         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17328         unneeded destructor.
17329
17330         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17331         a standalone pointer again.
17332
17333         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17334
17335 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17336
17337         * Makefile.am:
17338         * filedlg.h:
17339         * filedlg.C:
17340         * LyXAction.C:
17341         * ToolbarDefaults.C:
17342         * bufferlist.C:
17343         * commandtags.h:
17344         * form1.C:
17345         * form1.h:
17346         * lyx_cb.C:
17347         * lyx_cb.h:
17348         * lyxfunc.h:
17349         * lyxfunc.C:
17350         * BufferView_pimpl.C: use new file dialog in GUII
17351
17352         * lyx_cb.h:
17353         * lyx_cb.C: remove LayoutsCB to Toolbar
17354
17355 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17356
17357         * ShareContainer.h (get): add std:: qualifier
17358
17359 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17360
17361         * ShareContainer.h: define a proper ShareContainer::value_type
17362         type (and use typename to please compaq cxx)
17363
17364 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17365
17366         * lyxparagraph.h: move serveral local vars to
17367         ParameterStruct/ParagraphParameters., use ShareContainer in
17368         FontTable., make vars in FontTable private and add getter and
17369         setter.
17370
17371         * paragraph.C: changes because of the above.
17372
17373         * lyxfont.h: remove copy constructor and copy assignment. (the
17374         default ones is ok), move number inside FontBits. move inlines to
17375         lyxfont.C
17376
17377         * lyxfont.C: add number to initializaton of statics, move several
17378         inlines here. constify several local vars. some whitespace
17379         cleanup. Dont hide outerscope variables.
17380
17381         * Spacing.h: add two new constructors to match the set methods.
17382
17383         * ShareContainer.h: new file, will perhaps be moved to support
17384
17385         * ParameterStruct.h: new file
17386
17387         * ParagraphParameters.h: new file
17388
17389         * ParagraphParameters.C: new file
17390
17391         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17392         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17393
17394         * BufferView_pimpl.C: ParagraphParameter changes.
17395         * buffer.C: Likewise.
17396         * bufferview_funcs.C: Likewise.
17397         * text.C: Likewise.
17398         * text2.C: Likewise.
17399
17400 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17401
17402         * lyxfind.C (LyXReplace): do not redefine default argument in
17403         implementation.
17404         (IsStringInText): ditto
17405         (SearchForward): ditto
17406         (SearchBackward): ditto
17407
17408 2001-03-06  Juergen Vigna  <jug@sad.it>
17409
17410         * lyxfind.C (IsStringInText): put parentes around expressions.
17411
17412 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17413
17414         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17415
17416 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17417
17418         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17419
17420         * stl_string_fwd.h: add comment
17421
17422         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17423
17424         * tabular.h:
17425         * tabular.C: remove unused DocBook methods
17426
17427         * intl.C:
17428         * language.C:
17429         * paragraph.C:
17430         * buffer.C:
17431         killed DO_USE_DEFAULT_LANGUAGE
17432
17433 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17434
17435         * lyx_gui.C: do not include language.h.
17436
17437         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17438         arguments in function implementation.
17439
17440 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17441
17442         * BufferView_pimpl.C: add <ctime>
17443
17444 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17445
17446         * BufferView_pimpl.C: add using std::find_if
17447
17448 2001-02-27  José Matos  <jamatos@fep.up.pt>
17449
17450         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17451         by OnlyPath.
17452
17453 2001-02-11  José Matos  <jamatos@fep.up.pt>
17454
17455         * buffer.C (makeDocBookFile): command styles now have a parameter as
17456         "title" by default.
17457
17458 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17459
17460         * layout_forms.[Ch]: removed
17461         * lyx_cb.[Ch]: out character
17462         * lyx_gui.C: out character
17463         * lyx_gui_misc.C: out character
17464         * bufferview_funcs.C: : out character,
17465         added toggleall as parameter in ToggleAndShow
17466
17467 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17468
17469         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17470
17471         * text2.C (SetCurrentFont): Disable number property at boundary.
17472
17473 2001-02-26  Juergen Vigna  <jug@sad.it>
17474
17475         * lyxfunc.C (getStatus): added a string argument override function so
17476         that this is correctly called from LyXFunc::Dispatch if it contains a
17477         do_not_use_argument which is used!
17478         (Dispatch): added check for "custom" export and call appropriate func.
17479
17480 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17481
17482         * lyxrc.C: Add language_command_local, language_use_babel and
17483         language_global_options.
17484
17485         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17486
17487         * buffer.C (makeLaTeXFile): Use language_use_babel and
17488         language_global_options.
17489
17490 2001-02-23  Juergen Vigna  <jug@sad.it>
17491
17492         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17493         which works with LyXText and putted it inside BufferView. Here now we
17494         only call for that part the BufferView::Dispatch() function.
17495
17496         * BufferView.C (Dispatch): added.
17497
17498         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17499         functions which needs to use a LyXText over from LyXFunc.
17500         (MenuInsertLyXFile): added
17501         (getInsetByCode): added
17502         (moveCursorUpdate): added
17503         (static TEXT): added
17504
17505 2001-02-22  Juergen Vigna  <jug@sad.it>
17506
17507         * BufferView_pimpl.C (update): call a status update to see if LyXText
17508         needs it.
17509
17510 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17511
17512         * vc-backend.C (revert): implement for CVS
17513         (getLog): implement for CVS
17514
17515 2001-02-20  Juergen Vigna  <jug@sad.it>
17516
17517         * text2.C (ClearSelection): added BufferView param for inset_owner call
17518
17519         * lyxfunc.C (TEXT): added this function and use it instead of
17520         directly owner->view()-text of getLyXText().
17521
17522 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17523
17524         * src/layout_forms.C: out preamble
17525         * src/layout_forms.h: out preamble
17526         * src/lyx_cb.C: out preamble
17527         * src/lyx_cb.h: out preamble
17528         * src/lyx_gui.C: out preamble
17529         * src/lyx_gui_misc.C: out preamble
17530         * src/lyxfunc.C: connect with guii preamble
17531
17532 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17533
17534         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17535
17536 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17537
17538         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17539         whether to run bibtex.
17540
17541 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17542
17543         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17544
17545 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17546
17547         * Makefile.am (lyx_SOURCES): removed bibforms.h
17548
17549         * vspace.h: doxygen
17550
17551         * text.C (GetVisibleRow): make several local vars const
17552
17553         * tabular.C: small cleanup.
17554
17555         * lyxserver.C (callback): use compare instead of strncmp
17556
17557         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17558         inlines to after class or to paragraph.C
17559
17560         * lyxfont.h: remove friend operator!=
17561
17562         * converter.h: move friend bool operator< to non friend and after
17563         class def.
17564
17565         * combox.h: small cleanup
17566
17567         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17568         to inlines after class def.
17569
17570         * buffer.C (pop_tag): use string operations instead of strcmp
17571
17572         * bmtable.c: doxygen, small cleanup
17573
17574         * LaTeX.h: remove friend operator==
17575
17576 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17577
17578         * screen.C:
17579         * lyxrc.[Ch]:
17580         * lyxfunc.C:
17581         * lyxfont.[Ch]:
17582         * lyx_cb.C:
17583         * intl.[Ch]:
17584         * commandtags.h:
17585         * buffer.C:
17586         * WorkArea.[Ch]:
17587         * LyXAction.C:
17588         * BufferView_pimpl.C:
17589         * BufferView.[Ch]: remove cruft
17590
17591 2001-02-14  Juergen Vigna  <jug@sad.it>
17592
17593         * lyxfunc.C: removed #if 0 unused code
17594
17595         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17596
17597         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17598
17599         * text2.C (SetSelection): added a BufferView * parameter
17600
17601 2001-02-13  Juergen Vigna  <jug@sad.it>
17602
17603         * lyxfunc.C (Dispatch): fixed protected blank problem.
17604         * BufferView2.C (protectedBlank): added LyxText * parameter.
17605
17606         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17607         (AppendColumn): same as above for column_info.
17608
17609         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17610         (moveCursorUpdate): use a LyXText param for support of InsetText.
17611
17612         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17613         (tripleClick): ditto
17614
17615         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17616
17617         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17618
17619         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17620
17621         * text2.C (SetSelection): set correct update status if inset_owner
17622         (ToggleFree): ditto
17623
17624 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17625
17626         * tabular.C: remove some commented code.
17627
17628 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17629
17630         * BufferView_pimpl.C: call hideSplash()
17631
17632         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17633
17634         * include_form.h:
17635         * bibforms.h: remove
17636
17637         * lyxfunc.C:
17638         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17639           add LFUN_CHILD_CREATE
17640
17641         * counters.h: fix tiny typo
17642
17643         * lyx_cb.C:
17644         * lyx.h:
17645         * lyx_gui.C:
17646         * lyx.C: move splash to frontends/xforms/
17647
17648         * lyx_gui_misc.C: move Include and Bibform to frontends
17649
17650         * lyxvc.h: clarify comment
17651
17652         * vspace.C: tiny housekeeping
17653
17654 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17655
17656         * text.C (PrepareToPrint): RTL Fix.
17657
17658         * paragraph.C (GetUChar): New method.
17659         (String):  Use GetUChar.
17660
17661         * buffer.C (asciiParagraph): Use GetUChar.
17662
17663 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17664
17665         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17666
17667 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17668
17669         * buffer.h:
17670         * buffer.C: rename to getLogName(), handle
17671           build log / latex log nicely
17672
17673 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17674
17675         * MenuBackend.C:
17676         * MenuBackend.h: remove support for reference menuitem type.
17677
17678 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17679
17680         * BufferView_pimpl.C: housekeeping
17681         * BufferView_pimpl.h:
17682         * LyXView.h:
17683         * Makefile.am:
17684         * Timeout.C:
17685         * Timeout.h:
17686         * minibuffer.h: move Timeout GUI-I
17687
17688 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17689
17690         * lyxrc.C (read): Update converters data-structures.
17691
17692 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17693
17694         * LaTeX.h (operator!=): add operator != for Aux_Info
17695
17696 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17697
17698         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17699
17700         * LaTeXLog.C: deleted, useful code moved to Buffer
17701
17702         * buffer.h:
17703         * buffer.C: new function getLatexLogName()
17704
17705         * lyx_gui_misc.C:
17706         * lyx_gui.C:
17707         * lyxvc.C:
17708         * lyxvc.h:
17709         * lyxfunc.C: use frontends for LaTeX and VC logs
17710
17711 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17712
17713         * LaTeX.h: yet another std:: that Allan forgot.
17714
17715         * Variables.C (set): renamed from isset(), because this clashes
17716         with some HP-UX macros (grr).
17717
17718 2001-02-06  Allan Rae  <rae@lyx.org>
17719
17720         * LaTeX.h: Another bug fix.  Missing std:: this time.
17721
17722 2001-02-04  Allan Rae  <rae@lyx.org>
17723
17724         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17725         floats problem. I've left it commented out because it's not quite
17726         correct.  It should also test that the current object is a table or
17727         figure inset.  But I haven't gotten around to figuring out how to do
17728         that.  I *think* it'll be something like: "table" == inset.type()
17729
17730         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17731         bool.
17732
17733 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17734
17735         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17736         all the citation/databases/styles in the auxilary file.
17737         (run): Rerun latex if there was a babel language error.
17738
17739 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17740
17741         * text.C (Backspace): Preserve the font when changing newline char
17742         with a space.
17743         (BreakParagraph): If the cursor is before a space, delete the space.
17744
17745         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17746
17747 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17748
17749         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17750         new argument (code).
17751         (ChangeCitationsIfUnique): New method.
17752
17753         * paragraph.C (GetPositionOfInset): Handle bibkey.
17754
17755 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17756
17757         * BufferView_pimpl.h: change type of Position::par_pos to
17758         LyXParagraph::size_type.
17759
17760 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17761
17762         * BufferView_pimpl.C (savePosition, restorePosition): Write
17763         messages to minibuffer.
17764
17765 2001-01-28  José Matos  <jamatos@fep.up.pt>
17766
17767         * buffer.C (makeDocBookFile): adds support for document language.
17768         A silly restriction on the name of LatexCommand types where removed.
17769         Added support for CDATA sections, allows to chars unescaped, used
17770         among others in code, to avoid escape < and >.
17771
17772 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17773
17774         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17775         saved positions instrad of a stack. Furthermore, a position is
17776         stored using paragraph id/paragraph position.
17777
17778         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17779         Remove LFUN_REF_BACK.
17780
17781 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17782
17783         * converter.C (dvipdfm_options): New method.
17784
17785 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17786
17787         * vspace.C (isValidLength): Fix for empty input string.
17788
17789 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17790
17791         * LyXAction.C (init): change description of LFUN_FIGURE to
17792         "Insert Graphics"
17793
17794 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17795
17796         * LaTeX.C: add using directive
17797
17798 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17799
17800         * MenuBackend.C (expand): Fix the sorting of the formats.
17801
17802 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17803
17804         * lyx_main.C: tiny error message fix
17805
17806 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17807
17808         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17809         calling fl_initialize(). This fixes the problem with ',' as
17810         decimal separator in text files.
17811
17812 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17813
17814         * trans.C (process): Fix the keymap bug.
17815
17816 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17817
17818         * LaTeX.C (scanAuxFiles): New method. Provides support for
17819         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17820         (scanLogFile) Scan for "run BibTeX" messages.
17821
17822         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17823         OT1 font encoding. Also, load the aecompl package if the ae
17824         package is loaded.
17825
17826         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17827
17828 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17829
17830         * texrow.C (increasePos): turn two error messages into debug
17831         messages.
17832
17833 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17834
17835         * LaTeX.C (scanAux): Handle the \@input macro.
17836         (runBibTeX): Use scanAux().
17837
17838         * language.C (latex_options_): New field.
17839
17840         * LaTeXFeatures.C (getMacros): Add language macros.
17841
17842         * buffer.C (makeLaTeXFile): Small fix.
17843
17844 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17845
17846         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17847
17848         * text2.C: add a using directive.
17849
17850 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17851
17852         * BufferView2.C:
17853         * lyx_gui_misc.h:
17854         * lyxfr1.C:
17855         * lyxfunc.C: kill LyXBell.
17856
17857 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17858
17859         * text.C (IsBoundary): Remove the error message
17860
17861         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17862
17863         * lyxrc.C (setDefaults): Correct initialization value for
17864         font_norm_type.
17865
17866 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17867
17868         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17869         gotoError().
17870
17871         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17872         and GotoNextNote().
17873
17874         * src/LyXAction.C: Added reference-next.
17875
17876         * text.C (InsertChar): Use contains instead of strchr.
17877
17878         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17879
17880 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17881
17882         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17883         alignment commands (when needed).
17884
17885         * text.C (InsertChar): Add ':' to number separator chars.