]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
a3ae5a0b40da5dd211094f4879bea5d00a11123d
[lyx.git] / src / ChangeLog
1 2005-06-16  Angus Leeming  <leeming@lyx.org>
2
3         * lyxrc.C (output, read): wrap all input and output of paths with
4         calls to os::internal_path and os::external_path, respectively.
5         (output): wrap bind_file inside quotes.
6
7         * format.C (view): enable the viewer to use the '$$s' placeholder.
8
9 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
10
11         * LColor.[Ch] (getFromLaTeXName): new
12
13 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
14
15         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
16
17 2005-06-14  Angus Leeming  <leeming@lyx.org>
18
19         * lyx_main.C (init): ensure that the LyX binary dir is the first
20         element in the PATH on non-POSIX builds.
21
22 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
23
24         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
25
26 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27
28         * rowpainter.C (paintInset, paintHebrewComposeChar)
29         (paintArabicComposeChar, paintChars): add a LyXFont argument.
30         (paintChars): use getFontSpan to reduce calls to getFont to a
31         minimum; use Paragraph::lookupChange instead of isXXXText.
32         (paintForeignMark): rename LyXFont argument.
33         (paintFromPos): pass a LyXFont object to the various paintXXX
34         methods.
35
36         * FontIterator.C (FontIterator, operator++): use
37         Paragraph::getFontSpan
38
39         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
40         version that returns the font span as a pair.
41
42 2005-06-09  Angus Leeming  <leeming@lyx.org>
43
44         * converter.C (convert): Don't forget "outfile = real_outfile" as
45         the final step in a conversion where the input and output file names
46         are the same. Otherwise, future conversion steps won't work...
47
48 2005-06-09  Angus Leeming  <leeming@lyx.org>
49
50         * lyxsocket.C: remove stub code as it isn't needed by
51         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
52
53 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
54
55         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
56         effectively disabled -x
57
58 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
59
60         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
61         when it actually makes sense.
62
63 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
64
65         * BufferView_pimpl.C: revert to showCursor in connection with
66         Lars's front-end stack
67
68 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
69
70         * text.C (redoParagraph): move cursor right after a bibitem
71         has been inserted.
72
73         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
74
75 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
76
77         * buffer_funcs.C (bufferErrors): fix computation of the end of an
78         error range.
79
80 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
81
82         * BufferView.[Ch] (update):
83         * BufferView_pimpl.[Ch] (update, metrics):
84         * dimension.h (operator==):
85         * lyxfunc.C (dispatch):
86         * metricsinfo.h (ViewMetricsInfo):
87         * rowpainter.C (paintText):
88         * lyxtext.h:
89         * text.C (redoParagraph):
90         * text3.C (dispatch): Make LyX only repaint current paragraph in
91         case of character insert --> speedup. Also fix cursor draw
92         artifacts
93
94 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
95
96         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
97         avoid a crash (bug 1891)
98
99 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
100
101         Fix bug 1892:
102
103         * text2.C (getStringToIndex): constify cur argument.
104
105         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
106         argument has been given
107         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
108         try to invoke LFUN_INSET_APPLY).
109
110         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
111         if no inset was created by doInsertInset
112         (doInsertInset): return true if an inset has been inserted.
113
114 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
115
116         * vspace.C (asGUIName): new method. A version of the space
117         suitable for showing on screen.
118
119 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
120
121         * MenuBackend.C:
122         * lyxrc.C: rename "ASCII" to "Plain Text"
123
124 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
125
126         * buffer_funcs.C (expandLabel): take a Buffer as argument;
127         translate the labelstring.
128         (setCounter): translate labelstring as needed.
129
130         * output_docbook.C (makeCommand): fix expandLabel invokation
131
132 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
133
134         * BufferView.C: fix dialog title
135
136 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
137
138         * lyx_main.C (priv_exec): fix logic error with help from Angus
139         * lyx_main.C (parse_execute): set is_gui = false and remove now
140         obsolete comment about a segfault
141
142 2005-05-18  Angus Leeming  <leeming@lyx.org>
143
144         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
145
146 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
147
148         * tabular.[hC]: added setCellInset to fix tabular paste.
149
150 2005-05-11  Lars Gullik Bjonnes  <larsbj@gullik.net>
151
152         * buffer.C (save): check if destination is writable before trying
153         to copy a file
154
155 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
156
157         * BufferView_pimpl.C (update): fix processEvents -caused update
158         recursion bug
159
160 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
161
162         * buffer_funcs.C (setCounter): fix test for numbering of
163         environments.
164
165         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
166         depth correctly; use optional argument when it exists
167
168         * lyxtextclass.C: remove unused MaxCounterTags enum
169         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
170         (max_toclevel, min_toclevel): new methods.
171
172         * MenuBackend.C (expandToc2): fix case where depth is smaller than
173         the smallest depth in toc.
174
175         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
176         layouts that should not appear in a table of contents.
177
178 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
179
180         * cursor.h (undispatched, noUpdate): add comments from André
181
182 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
183
184         * lfuns.h:
185         * LyXAction.C:
186         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
187
188 2005-05-07  André Pönitz  <poenitz@gmx.net>
189
190         * cursor.[Ch] (leaveInset): new function
191
192 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
193
194         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
195
196 2005-05-04  Angus Leeming  <leeming@lyx.org>
197
198         * lyxfunc.C (getStatus): disable the spell checker dialog if
199         none of USE_[AIP]SPELL are defined.
200
201 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
202
203         * tabular.C (setWidthOfCell): remove obsolete comment
204
205 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
206
207         * paragraph.C (bibitem):
208         * buffer_funcs.C (setCounter):
209         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
210
211 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
212
213         * text3.C (getStatus): immediately return after setOnOff
214
215         * rowpainter.C: fix drawing of appendix start
216
217 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
218
219         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
220         SwitchBetweenClasses and remove the unused return value.
221         Handle character styles, too
222
223 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
224
225         * factory.C (createInset): handle undefined character styles
226
227 2005-05-02  Angus Leeming  <leeming@lyx.org>
228
229         * buffer.C: protect the #include of utime.h with a preprocessor
230         guard.
231
232 2005-05-02  Angus Leeming  <leeming@lyx.org>
233
234         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
235         function so that auto-saving works, albeit in a blocking manner.
236
237         * Makefile.am: make compilation of the client sub directory, of
238         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
239         on conditionals set at configure time.
240
241         * SpellBase.[Ch]: no longer an abstract base class. Instead,
242         it can be compiled in its own right but has no-op functionality.
243
244         * aspell.C, pspell.C: remove preprocessor guards. The files should
245         be compiled only if the necessary functionality exists.
246
247         * lyxserver.C, lyxsocket.C: disable on Windows.
248
249 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
250
251         * text.C (leftMargin): Fix the parindent use bug (1764)
252         by dirty trick
253
254 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
255
256         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
257         argument.
258
259 2005-04-25  Angus Leeming  <leeming@lyx.org>
260
261         * Bidi.[Ch]:
262         * coordcache.[Ch]:
263         * ispell.C:
264         * lyxserver.C:
265         * mover.C:
266         * pch.h:
267         include <config.h> in .C files, not .h ones.
268         add licence blurb.
269         protect headers inside preprocessor guards.
270
271 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
272
273         * FuncStatus.h (StatusCodes): document
274
275 2005-04-21  André Pönitz  <poenitz@gmx.net>
276
277         * FuncStatus.h (enabled, onoff): document
278
279 2005-04-19  Angus Leeming  <leeming@lyx.org>
280
281         * BufferView_pimpl.C (cursorToggle): no longer test whether
282         any child processes have been reaped before calling
283         handleCompletedProcesses().
284
285 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
286
287         * text3.C (dispatch): fix, finally fix, the language problem in
288         new lyxtexts, without disabling on-the-fly font changes (Helge's
289         bug report)
290
291 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
292
293         * text3.C (dispatch): set cursor on double/triple click events
294         (bug 1811)
295
296 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
297
298         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
299         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
300
301         * rowpainter.C (paintFirst): simplify the code a little bit. In
302         particular, remove the test for secnumdepth.
303         * text.C (setHeightOfRow): only allocate space for chapter number
304         when updateCounters provided an actual label, instead of looking
305         at secnumdepth directly.
306
307         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
308
309         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
310         paragraphs when secnumdepth is large enough or, for environments,
311         when they are not the first in a sequence.
312
313 2005-04-17  Angus Leeming  <leeming@lyx.org>
314
315         * buffer.C (makeLaTeXFile): replace code to manipulate a path
316         containing space and '~' characters with a call to latex_path().
317
318 2005-04-17  Angus Leeming  <leeming@lyx.org>
319
320         * converter.C (convert): protect all args of convertDefault.sh
321         script with quotes.
322
323 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * text3.C (dispatch): change the layout to "Caption" after inserting
326         a float.
327
328 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
329
330         * text3.C (dispatch): fix language problem in newly created
331         textinsets (and main text) in non-english docs
332
333 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
334
335         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
336         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
337         * text3.C (getStatus): disable LFUN_INSET_MODIFY
338
339 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
340
341         * lyxtext.h:
342         * text.C (metrics):
343         * text2.C (getFont):
344         * rowpainter.C (getFont): Fix metrics bug introduced by inset
345         fonts fix
346
347 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
348
349         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
350         output of \item arguments without trailing text.
351
352 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
353
354         * FontIterator.C (operator*): avoid a copy of the font.
355
356 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
357
358         * rowpainter.C (getFont): fix language bug from previous fix
359
360 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
361
362         * rowpainter.C (RowPainter, getFont): fix font inside inset
363         (bugs 1766, 1809)
364
365 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
366
367         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
368         preventing inserted font, deco, delim insets jumping to start of
369         surrounding inset.
370
371 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
372
373         * lyxfunc.C (dispatch): translate message before sending it to the
374         minibuffer.
375
376 2005-03-29  Angus Leeming  <leeming@lyx.org>
377
378         * lyx_main.C (priv_exec): call os::internal_path on each file passed
379         to LyX on the command line.
380
381 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
382
383         * vc-backend.C: use QuoteName to protect file names wherever
384         necessary.
385
386 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
387
388         * buffer.[Ch]:
389         * BranchList.h: fix bugs 1844,1845: document settings don't
390         stick
391
392 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
393
394         * lyxrc.C (setDefaults, read, output, getDescription): add support
395         for tex_allows_spaces.
396
397         * exporter.C (Export): allows files in directory containing spaces
398         if tex_allows_spaces is true.
399
400         * buffer.C (makeLaTeXFile): if the document path contains spaces,
401         output it in double quotes.
402
403 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
404
405         * rowpainter.C: use default text height for drawing change tracker
406         strikeout lines.
407
408 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
409
410         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
411
412 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
413
414         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
415         directory is missing.
416
417 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
418
419         * text2.C: fixed the fix, extended to other case.
420
421 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
422
423         * text2.C: fix for cursor up/down stuck in math [bug 1792]
424
425 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
426
427         * text2.C (cursorUp): get rid of a crash
428         * text.C (x2pos): add an assert
429
430 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
431
432         * lyxfunc.C (getStatus): fix warning when assertions are disabled
433
434         * text3.C:
435         * lyxfunc.C:
436         * dociterator.C: include <boost/current_function.hpp>, which is
437         needed when assertions are disabled.
438
439 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
440
441         * text2.C: fix for stuck cursor when traversing two
442         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
443
444 2005-02-25  Andreas Vox  <avox@arcor.de>
445
446         * output_docbook.C (makeParagraph): suppress trailing newline
447         after a run of paragraphs
448
449 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
450
451         * paragraph.C: fix for confused change tracker when pasting
452         text that begins with a lineseparator. [bug 1827]
453         (setChange(0, Change::INSERTED);)
454
455         * paragraph_funcs.C: fix for lost changes on triple-paste
456         in change tracking mode [bug 1827] (par.setChange()).
457
458 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
459
460         * text2.C (updateCounters, setCounter, expandLabel): move to
461         buffer_funcs.
462
463         * buffer_funcs.C (updateCounters): turn into a free standing
464         function and add a buffer parameter. Remove dead code for tracking
465         labelstring change.
466         (setCounter): change into a free-standing function which gets a
467         dociterator as argument. Use this iterator to fix captions in a
468         simple way. When no float is found above the caption, use the
469         labelstring of the caption layout as default.
470
471         * text.C (breakParagraph, backspace):
472         * text2.C (init, setLayout, changeDepth):
473         * text3.C (dispatch):
474         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
475         updateCounters.
476
477         * dociterator.C (forwardPar): make it much faster by calling
478         forwardPos() only when really necessary.
479
480         * output_docbook.C (makeCommand): adapt to expandLabel move.
481
482         * cursor.C: remove unused variable
483
484 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
485
486         * paragraph_funcs.C: fix crash when pasting insets in change
487         tracking mode [bug 1277] (honour change type in moveItem).
488
489 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
490
491         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
492
493 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
494
495         * BufferView.C (setCursor): change to use a DocIterator.
496         (gotoLabel): use BufferView::setCursor (other part of bug 781).
497         (putSelectionAt): adapt to BufferView::setCursor change.
498
499         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
500         moved here from LyXText and rewritten to use proper cursor
501         methods. Fixes bug 1787, 616 and 835.
502
503         * BufferView_pimpl.C (restorePosition): set the cursor correctly
504         when inside an inset (part of bug 781).
505         (dispatch): adapt to change of BufferView::setCursor.
506         (getStatus, dispatch): handle LFUN_GOTOERROR,
507         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
508
509         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
510         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
511         * text3.C (gotoNextInset, gotoInset): removed.
512
513 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
514
515         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
516
517 2005-02-15  Angus Leeming  <leeming@lyx.org>
518
519         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
520         can be used meaningfully in a comparison.
521
522 2005-02-13  André Pönitz  <poenitz@gmx.net>
523
524         * bufferview_funcs.C (coordOffset): improve cursor drawing
525
526 2005-02-13  André Pönitz  <poenitz@gmx.net>
527
528         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
529         * Cursor.C (dispatch): use fixIfBroken
530         * lyxfunc.C (getStatus): use fixIfBroken
531
532 2005-02-15  Angus Leeming  <leeming@lyx.org>
533
534         * lyx_main.C (error_handler):
535         * lyxfunc.C:
536         * lyxrc.C (setDefaults):
537         s/GetEnv/getEnv/.
538         #include "environment.h".
539
540         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
541
542 2005-02-15  Angus Leeming  <leeming@lyx.org>
543
544         * lyxserver.C (startPipe): squash MSVC warning "local variable
545         'fd' used without having been initialized".
546
547 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
548
549         * BufferView_pimpl.C: revert accidental commit.
550
551 2005-02-14  André Pönitz  <poenitz@gmx.net>
552
553         * dociterator.[Ch]: new member forwardPosNoDescent(),
554         which doesn't enter nested insets.
555         * text2.C (setFont): use forwardPosNoDescent() instead
556         of ForwardPos() (fixes crash on font change).
557
558 2005-02-13  Angus Leeming  <leeming@lyx.org>
559
560         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
561         only if lyxrc.path_prefix is not empty.
562
563 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
564
565         * bufferparams.C (readGraphicsDriver): prevent crash
566
567 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
568
569         * text2.C (setCounter): check for inInset() == 0
570
571 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
572
573         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
574         but use update() to get correct screen display; use convert
575         instead of istringstream.
576         (getStatus): handle LFUN_GOTO_PARAGRAPH
577
578         * lyxfunc.C (dispatch, getStatus): do not handle
579         LFUN_GOTO_PARAGRAPH here.
580
581 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
582
583         * text3.C (dispatch): size() -> depth()
584
585         * text2.C: remove some debug output
586
587         * paragraph.C: ws changes only
588
589         * lyxfunc.C (getStatus): size() -> depth()
590
591         * dociterator.h (clear, push_back, pop_back, internalData,
592         operator[], resize, empty): new functions
593         Make StableDocIterator and operator== be friends. Don't inherit
594         from std::vector use a privat class variable slices_ instead.
595         Modify to fit.
596
597         * dociterator.C: update because of not inheriting from std::vector
598         anymore. Call explictly to slices_ instead. Use depth() instead of
599         size() and top() instead of back()
600
601         * cursor.C: chagne size() -> depth and back() -> top(). Also
602         remove some direct operator[](i) calls in favour of foo[i]
603         (getFont): remove some dead code
604
605         * bufferview_funcs.C (coordOffset): size() -> depth()
606
607         * buffer.C: ws changes only
608
609         * CutAndPaste.C (eraseSelection): back() -> top()
610
611         * BufferView_pimpl.C (selectionRequested): back() -> top()
612
613         * BufferView.C (setCursor): size() -> depth()
614
615 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
616
617         * text3.C (cursorPrevious): return true if depm changed something
618         (cursorNext): ditto
619         (dispatch): rename sl to oldTopSlice, remove moving use the new
620         NoUpdate func attrib instead. Make sure that needsUpdate is set
621         for function that have NoUpdate, but where depm might have changed
622         the buffer anyway.
623
624         * text2.C (cursorLeft): make us return true if depm changed
625         something
626         (cursorRight): ditto
627         (cursorUpParagraph): ditto
628         (curosrDownParagraph): ditto
629         (cursorUp, cursorDown): ditto, make sure to read comments in code
630         (deleteEmptyParagraphMechanism): remove an assert, also return
631         true if just a single char was deleted.
632
633         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
634         cursor that we modify, to avoid modifying an active cursor before
635         we call setCursor. This allows depm to run. Also return true if
636         depm deleted something.
637
638         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
639         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
640         cursorDownParagraph, cursorPrevious and cursorNext, return true if
641         something was changed in the buffer because of them (ie. depm run)
642
643         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
644         debug messages. Make update by default be false. Make sure that
645         the result of update is retained throught several calls down to
646         dispatch.
647
648         * LyXAction.h: add a new func_attrib: NoUpdate
649
650         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
651         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
652         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
653         and LFUN_WORDLEFT
654         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
655
656 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
657
658         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
659         bv_->owner(), bv_->buffer() by direct references to the private
660         members.
661         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
662         (getStatus): isSavedPosition() is in BufferView::Pimpl.
663         (fitCursor): center() is in BufferView::Pimpl.
664         (getStatus, trackChanges, dispatch): no need for a temporary buf
665         variable
666         (fitCursor, workAreaDispatch): use workarea().workheight()
667
668 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
669
670         * CutAndPaste.C (pasteSelectionHelper): fix a crash
671
672 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
673
674         * buffer.C: format up to 241.
675         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
676         break if pasting into ERT
677         * lyxfunc.C (getStatus): suppress mathpanel and
678         LFUN_DIALOG_SHOW_NEW_INSET in ERT
679
680 2005-02-01  Angus Leeming  <leeming@lyx.org>
681
682         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
683
684 2005-02-01  Angus Leeming  <leeming@lyx.org>
685
686         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
687         calling fs::is_directory().
688
689 2005-01-31  Angus Leeming  <leeming@lyx.org>
690
691         * lyx_main.C (priv_exec): specify explicitly the relative location
692         of the top level build directory when run in-place.
693
694 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
695
696         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
697         LyXText containing the cursor, not the top-level one.
698
699         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
700         true.
701         (insertStringAsLines): rename par to pit; use temporary variable
702         par to hold a Paragraph; do not store par.layout() in a variable,
703         since the pointer may die when breaking paragraphs; pass pars to
704         breakParagraph() instead of Buffer::paragraphs().
705
706 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
707
708         * lyxlex_pimpl.h: #include <fstream>.
709
710         * BufferView.[Ch] (getLyXText): add a const version.
711
712         * BufferView_pimpl.C: add debug aids.
713
714         * RowList_fwd.h:
715         * buffer.h:
716         * lyxrow.h:
717         * paragraph_funcs.h: add commentary explaining what the class does.
718
719
720         * coordcache.[Ch]: add lots of commentary.
721         (startUpdating, doneUpdating): debug aids.
722         (arrays, insets, parPos, getParPos): accessors to private data.
723
724         * cursor_slice.[Ch] (text): add a const version.
725         * dociterator.[Ch] (text, innerText): add const versions.
726
727         * lyxtext.h (breakParagraph): change the keep_layout arg to a
728         bool.
729
730         * paragraph.C (getRow, pos2ros): add asserts.
731
732         * paragraph.h: add commentary. Lots of.
733
734         * paragraph.[Ch] (metrucs, draw): removed.
735
736         * cursor.C:
737         * rowpainter.[Ch]: const-correct changes.
738
739         * text.C: various obvious clean-ups. Removal of ancient cruft.
740         Bug fixes, even.
741
742 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
743
744         * vc-backend.C (find_file): rewrite to use boost.filesystem
745         (scanMaster): ditto
746
747         * main.C (main): set default name check for boost.filesystem to
748         no check
749
750         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
751         (open): ditto
752         (doImport): ditto
753         (actOnUpdatedPrefs): ditto
754
755         * lyx_main.C (init): rewrite to use boost.filesystem
756         (queryUserLyXDir): ditto
757
758         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
759         (getContentsOfAsciiFile): ditto
760
761         * lastfiles.C (readFile): rewrite to use boost.filesystem
762
763         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
764
765         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
766         (loadLyXFile): ditto
767
768         * buffer.C (Buffer): adjust for destroydir
769         (getLogName): rewrite to use boost.filesystem
770         (setFileName): ditto
771         (save): use fs::copy_file (from fs_extras)
772
773         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
774
775         * LaTeX.C (run): rewrite to use boost.filesystem
776         (scanAuxFiles): ditto
777         (handleFoundFile): ditto
778
779 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
780
781         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
782
783         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
784
785 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
786
787         * lyxlayout.[Ch]: change some vars from float to double
788
789         * buffer.C (readFile): make a local var const
790
791         * Several files: use convert<> instead of atoi,strToXXX and friends
792
793 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
794
795         * LaTeXFeatures.[Ch]: Add a static list packages_ that
796         holds the contents of packages.lst. New functions getAvailable
797         and isAvailable to parse and check that list, resp.
798
799         * LyXAction.C:
800         * lfuns.h:
801         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
802
803         * bufferparams.[Ch]: new param output_changes.
804
805         * Buffer.C: increase file format to 240.
806         Use output_changes and isVailable.
807
808         * changes.[Ch]:
809         * paragraph.C:
810         * paragraph_pimpl.C: Use output_changes and isVailable.
811
812 2005-01-23  Angus Leeming  <leeming@lyx.org>
813
814         * output_latex.C: #include "insetbibitem.h", rather than
815         forward declare function bibitemWidest.
816
817 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
818
819         * lyx_main.C (init): make it compile on the Mac.
820
821 2005-01-20  Angus Leeming  <leeming@lyx.org>
822
823         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
824         (setLyXMisc): (char string literal) != (char string literal) is
825         performing a comparison on the addresses. Convert one operand
826         explicitly to string to guarantee expected behaviour.
827         From MSVC warning.
828
829 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
830
831         * buffer.C:
832         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
833
834         * output_plaintext.C: remove unneeded #include gzstream.h.
835
836 2005-01-20  Angus Leeming  <leeming@lyx.org>
837
838         * SpellBase.h: rename some of the elements of the Result enum.
839
840         * aspell_local.h:
841         * ispell.h:
842         * pspell.h:
843         * aspell.C (check):
844         * ispell.C (check):
845         * pspell.C (check): ditto
846
847 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
848
849         * buffer.C: add #include <fstream>.
850
851         * lyx_main.C (init): Compile fix.
852
853         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
854
855 2005-01-20  Angus Leeming  <leeming@lyx.org>
856
857         * mover.h: change commentary to reflect the changed meaning of
858         the $$s placeholder.
859
860 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
861
862         * output_linuxdoc.C (linuxdocParagraphs): silence warning
863
864         * lyxfind.C (MatchString::operator()): remove bogus semicolon
865
866 2005-01-20  Angus Leeming  <leeming@lyx.org>
867
868         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
869         printing diagnostic data by not dereferecing an iterator past the
870         end.
871
872 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
873
874         * buffer.C (readHeader): use "&&" rather than "and".
875
876         * lyxserver.h (inPipeName, outPipeName): make these const.
877
878 2005-01-19  Angus Leeming  <leeming@lyx.org>
879
880         * lyx_main.C (error_handler, init): protect SIGHUP with
881         #ifdef SIGHUP guards.
882
883 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
884
885         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
886
887 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
888
889         * text.C (setHeightOfRow): add a margin at the top and bottom of
890         the document (bug 1761)
891
892 2005-01-17  Angus Leeming  <leeming@lyx.org>
893
894         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
895         with "python ". Workaround for a brain-dead Windows.
896
897 2005-01-16  Angus Leeming  <leeming@lyx.org>
898
899         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
900         for MacOSX and Windows to use prependEnvPath.
901         Strip out the hard-coded block to add elements to the PATH for
902         MacOSX and replace it with a call to prependEnvPath using the
903         contents of LyXRC::path_prefix.
904         (queryUserLyXDir): strip out the code to run reconfigure, instead
905         returning a boolean indicating the necessity to do so.
906         (reconfigureUserLyXDir): contains the code to reconfigure the
907         user support directory. Is now called after the various LyXRC data
908         files have been read.
909
910         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
911
912 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
913
914         * converter.[Ch] (convert): take a new parameter try_default. Use
915         a default converter (imagemagick) if try_default is true.
916
917 2005-01-13  Angus Leeming  <leeming@lyx.org>
918
919         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
920         os::cygwin_path_fix.
921         (write): output LyXRC::cygwin_path_fix as necessary.
922
923 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
924
925         * lyxrc.h:
926         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
927
928 2005-01-12  Angus Leeming  <leeming@lyx.org>
929
930         * lyx_main.C (init): set the PATH variable to include the
931         directory containing the LyX binary when running on Mac or Windows.
932
933 2005-01-12  Angus Leeming  <leeming@lyx.org>
934
935         * lyx_main.C (init): remove cruft that purports to set the locale
936         dir. It doesn't and is not needed anyway.
937
938 2005-01-10  Angus Leeming  <leeming@lyx.org>
939
940         * Makefile.am: remove the lyx_main.C special casing.
941
942         * BufferView_pimpl.C:
943         * bufferlist.C:
944         * exporter.C:
945         * lyx_cb.C:
946         * lyx_main.C:
947         * lyxfunc.C:
948         * messages.C: use support/package.h to provide the paths to the
949         various directories used by LyX.
950
951 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
952
953         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
954         layout if pasting into an empty paragraph)
955
956 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
957
958         * tex-accent.C: add <string>
959
960 2005-01-06  José Matos  <jamatos@lyx.org>
961
962         * ParagraphParameters.C (write): put every parameter in its own line.
963         * paragraph.C (write): reduce number of consecutive empty lines exported.
964         * buffer.C (LYX_FORMAT): increase file format to 239.
965
966 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
967
968         * everywhere: change support/tostr.h -> support/convert.h
969
970         * tabular.C: make all write_attributes templates, tostr -> convert
971
972         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
973         (emptyTag): and -> &&, and fix type for ret from getChar
974         (getFirstWord): fix type for ret from getChar
975         (onlyText): and -> &&
976         (simpleDocBookOnePar): and not -> && !, fix type for ret from
977         getChar
978
979         * toc.C (goTo, action):
980         * text3.C (dispatch):
981         * text.C (currentState):
982         * tex-accent.C (DoAccent):
983         * sgml.C:
984         * lyxrc.C:
985         * lyxfunc.C (menuNew):
986         * lyxfinc.C (replace):
987         * counters.C (laberItem):
988         * bufferview_funcs.C (font2string):
989         * bufferparams.C (writeFile):
990         * buffer.C (readFile):
991         * Spacing.C (set):
992         * MenuBackend.C: tostr -> convert
993
994         * LaTeX.C (runMessage): fix format
995         (scanAuxFiles): tostr -> convert
996
997         * BufferView_pimpl.C (savePosition): fix format
998         (restorePosition): ditto
999         (dispatch): ditto
1000
1001 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1002
1003         * Spacing.[Ch]: New method getValueAsString().
1004
1005         * Spacing.[Ch]:
1006         * bufferparams.C:
1007         * ParagraphParameters.C:
1008         * lyxlayout.C:
1009         * text.C:
1010         * text3.C: store/read spacing value as string.
1011
1012         * rowpainter.C: change float value (spacing_val) to double.
1013
1014         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1015         broken custom document spacing).
1016
1017 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1018
1019         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1020         namespace, also more use of temp references and const
1021
1022         * cursor.[Ch] (getStatus): move to lyxfunc.C
1023
1024         * bufferparams.C: reformat slightly
1025
1026         * bufferview_funcs.C (font2string): constify arg
1027
1028         * changes.C:
1029         * converter.C:
1030         * counters.C:
1031         * bufferlist.C:
1032         * buffer_funcs.C: (many funcs): constify arg on function
1033         definitions, also make more local vars const, also add ASSERTS on
1034         pointer args.
1035
1036         * buffer.C (LYX_FORMAT): put const in correct place
1037         (many funcs): constify arg on function definitions, also make
1038         more local vars const
1039
1040         * aspell_local.h: remove "struct" from typdef setup
1041
1042         * aspell.C (check): make word_ok const
1043         (nextMiss): simplify slightly
1044         (error): ditto
1045
1046 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1047
1048         * lyxrc.[Ch]: store all float values as strings.
1049         use int (not float) for lyxrc.dpi.
1050
1051 2005-01-04  Angus Leeming  <leeming@lyx.org>
1052
1053         * lyx_cb.C (Reconfigure):
1054         * lyx_main.C (queryUserLyXDir):
1055         to run the <system_lyxdir>/configure correctly on Windows, prefix
1056         the path to the script with "sh " when generating the string that
1057         is passed to system().
1058
1059 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1060
1061         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1062
1063 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1064
1065         * lyxlength.C (asLatexString): get rid of setprecision
1066
1067 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1068
1069         * text2.C (setLayout): remove unused variable endpit.
1070         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1071
1072         * paragraph.C (onlyText): remove unused variable style.
1073
1074         * cursor.C (bruteFind): remove unused variables beg and end.
1075
1076         * Makefile.am (dist_noinset_DATA): not needed anymore
1077
1078         * cheaders/*: remove.
1079
1080 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1081
1082         * text3.C: fix LFUN_MATH_MODE.
1083
1084 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1085
1086         * buffer_funcs.C (countWords): new function. Counts words between
1087         two iterators.
1088
1089         * BufferView_pimpl.C (getStatus, dispatch): handle
1090         LFUN_WORDS_COUNT.
1091
1092         * LyXAction.C (init):
1093         * lfuns.h: add LFUN_WORDS_COUNT.
1094
1095 2004-12-19  Angus Leeming  <leeming@lyx.org>
1096
1097         * buffer.C (save): s/slashify_path/internal_path/.
1098
1099 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1100
1101         * lyxfind.C (findChange): do not search for end of pars, because
1102         the change tracker cannot handle this (fixes bug 1719).
1103
1104 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1105
1106         * paragraph.[Ch] (autoBreakRows): remove
1107
1108         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1109
1110         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1111         avoid using the paragraph one
1112
1113         * text2.C (LyXText, insertStringAsLines): adjust
1114
1115 2004-12-16  Angus Leeming  <leeming@lyx.org>
1116
1117         * bufferlist.C:
1118         * lyx_main.C:
1119         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1120
1121 2004-12-14  Angus Leeming  <leeming@lyx.org>
1122
1123         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1124
1125         * bufferlist.C (emergencyWrite):
1126         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1127         GetEnvPath("HOME").
1128
1129 2004-12-14  Angus Leeming  <leeming@lyx.org>
1130
1131         * main.C: (main): no longer pass pointers to os::init.
1132
1133 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1134
1135         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1136         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1137
1138 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1139
1140         * lyxfunc.C:
1141         * text3.C: remove selection_possible global flag
1142
1143 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1144
1145         * text2.C (getSelectionSpan): remove
1146         (changeDepth, changeDepthAllowed): adjust
1147
1148 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1149
1150         * Makefile.am (BOOST_LIBS): use boost variables
1151
1152 2004-12-03  José Matos  <jamatos@lyx.org>
1153
1154         * buffer.C: format up to 238.
1155
1156 2004-12-03  José Matos  <jamatos@lyx.org>
1157
1158         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1159
1160 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
1161
1162         * cursor.C (goUpDown): remove call to idxUpDown2
1163
1164 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1165
1166         * tabular.[Ch]: use size_t-like types for cell, row and column
1167         indices
1168
1169 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1170
1171         * lyxfunc.C (getStatus): do not lose previous information when
1172         calling BufferView::getStatus; do not set a default "Command
1173         disabled" message at the beginning, but just before returning.
1174
1175 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1176
1177         * cursor.h (getStatus): add better comment from src/cursor.C
1178
1179 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1180
1181         * text3.C (getStatus): return false when the lfun is not handled
1182
1183 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1184
1185         * broken_headers.h: remove
1186
1187         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1188
1189 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1190
1191         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1192         offset_ref accessors
1193
1194         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1195         top_y_, merge fitcursor with update
1196         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1197         coord scheme
1198         (metrics): introduce
1199         (workAreaDispatch): adapt to new coord scheme
1200         (redoCurrentBuffer): remove
1201
1202         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1203
1204         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1205         CurStatus enum.
1206
1207         * coordcache.[Ch]: add paragraph cache and helpers
1208
1209         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1210         adjust everywhere
1211
1212         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1213         (targetX, setTargetX): introduce
1214
1215         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1216         baseline -> ascent, as the rest of lyx
1217
1218         * lyxtext.h: remove redoParagraphs, updateParPositions,
1219         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1220         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1221         have ascent/descent (ascent is ascent of first par)
1222
1223         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1224         step of BufferView
1225
1226         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1227
1228         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1229
1230         * pariterator.C: fix infinite loop introduced in par->pit renaming
1231
1232         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1233         in insets and LyXText, draw two off-screen paragraphs using
1234         NullPainter, and adapt to new coord scheme
1235
1236         * text.C:
1237         * text2.C:
1238         * text3.C: adapt lfun handlers to the new coord scheme, which
1239         means: there's only guaranteed coord information for onscreen pars
1240         plus one above and one below. This implies that one can do search
1241         from y coordinates in the range [-1,workHeight]
1242
1243 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1244
1245         * rename a lot of InsetOld to InsetBase
1246
1247 2004-11-25  Angus Leeming  <leeming@lyx.org>
1248
1249         * BufferView_pimpl.C:
1250         * lyx_cb.C:
1251         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1252
1253 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1254
1255         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1256         call BufferView::getStatus if LCursor::getStatus did nothing
1257         (setStatusMessage, getStatusMessage): removed.
1258
1259         * FuncStatus.C (message): new methods. Used to provide an error
1260         message indicating why a command is disabled.
1261         (clear, |=, FuncStatus): update for message.
1262
1263 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1264
1265         * lyxfunc.C (dispatch): always call sendDispatchMessage
1266
1267 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1268
1269         * BufferView.C:
1270         * BufferView_pimpl.C:
1271         * CutAndPaste.C:
1272         * FontIterator.C:
1273         * buffer.C:
1274         * cursor.C:
1275         * cursor_slice.[Ch]:
1276         * dociterator.[Ch]:
1277         * lyxfind.C:
1278         * paragraph_funcs.C:
1279         * pariterator.C:
1280         * rowpainter.C:
1281         * text.C:
1282         * text2.C:
1283         * text3.C:
1284         * undo.C: par->pit renaming
1285
1286 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1287
1288         * tabular.C (cellstruct): use initialization, store a shared_ptr
1289         to insettext instead of the insettext directly, adjust to fit.
1290         (operator=):  new function
1291         (swap): new function
1292         (rowstruct): use initialization
1293         (columnstruct): use initialization
1294         (ltType): use initialization
1295
1296
1297         * lyxlength.h (swap): new function
1298
1299         * LColor.[Ch] (operator=): use the common semantics
1300
1301 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1302
1303         * lyxfind.C (findNextChange): update the bufferview after setting
1304         the selection.
1305
1306 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1307
1308         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1309         number of InsetOptArgs has already been inserted.
1310
1311         * output_latex.C (latexOptArgInsets): new method. This outputs all
1312         the optarg insets, up to the limit defined in the layout file.
1313         (optArgInset): removed
1314         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1315
1316 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1317
1318         * paragraph.C (isLetter): remove special spellchecker-related
1319         code; return true also for digits
1320         (isWord, isKomma): remove
1321
1322         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1323         * lyxfind.C (MatchString()): use isLetter instead of isWord
1324
1325 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1326
1327         * pariterator.h (operatir=): comment out un-implemented member
1328         function.
1329
1330         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1331         static cast.
1332
1333 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1334
1335         * lyxfont.h: include LColor.h to satisfy concept checks.
1336
1337 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1338
1339         * pariterator.h: add typdefs for value_type, difference_type,
1340         pointer and reference to satisfy concept checks. Also add default
1341         constructor for same reason.
1342
1343         * pariterator.C (operator++): add post-increment operator to
1344         satisfy concept checks.
1345
1346         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1347         checks.
1348
1349         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1350
1351         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1352         checks. Also rename base_type to BaseType to follow naming
1353         standard better.
1354
1355         * FloatList.h: include Floating.h to satisfy concept checks.
1356
1357 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1358
1359         * lyxfunc.C (getStatus): when the origin of the request is menu or
1360         toolbar, and the LyXView does not have focus, do as if there was
1361         no buffer (bug 1720)
1362
1363         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1364         FuncRequest to individual entries of LFUN_SEQUENCE
1365
1366 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1367
1368         * output_latex.C (TeXOnePar): override runparams.moving_arg
1369         according to the needprotect value of the current paragraph (bug
1370         1739)
1371
1372         * paragraph.C (simpleTeXOnePar): no need to override
1373         runparams.moving_args here
1374
1375 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1376
1377         * vspace.C: fix off-by-one-error, related to fix #1682
1378
1379 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1380
1381         * lengthcommon.C: a more general fix for bug 1682
1382
1383 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1384
1385         * text.C (backspace): fix crash
1386
1387 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1388
1389         * format.[Ch] (getFormatFromFile): new method
1390         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1391
1392 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1393
1394         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1395
1396 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1397
1398         * lyxfunc.C (dispatch): remove the verbose argument
1399         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1400         instead
1401
1402         * kbmap.C (defkey): set the origin of func to KEYBOARD
1403
1404         * MenuBackend.C (MenuItem):
1405         * ToolbarBackend.C (add): set the origin of func to UI
1406
1407         * funcrequest.[Ch]: add origin member, which indicates which part
1408         of LyX requests an action
1409
1410 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1411
1412         * converter.C (move): don't lie in the error message
1413         * converter.h (isReachable, move): document
1414
1415 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1416
1417         * buffer.C: remove unused using lyx::support::atoi
1418         * paragraph_funcs.C: ditto
1419
1420 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1421
1422         * bufferlist.C (exists): use bind and equal_to instead of
1423         compare_memfun
1424         (getBuffer): ditto
1425         * lyxtextclasslist.C (NumberOfClass): ditto
1426
1427         * cursor.C (insert): use for_each instead of explicit for loop
1428
1429         * bufferlist.C (getFileNames): use std::transform and
1430         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1431
1432         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1433         for loop
1434
1435         * buffer.C (changeLanguage): use for_each instead of explicit for
1436         loop
1437         (hasParWithID): implement using getParFromID
1438
1439         * LaTeXFeatures.C: ws change only
1440
1441         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1442         to cleanup a bit.
1443
1444         * BufferView_pimpl.C (trackChanges): use for_each instead of
1445         expilicit for loop
1446
1447 2004-11-04  André Pönitz  <poenitz@gmx.net>
1448
1449         * undo.h:
1450         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1451
1452         * dociterator.C (asDocIterator): use hard assert again.
1453
1454 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1455
1456         * lyxlength.C (asLatexString): rewrite so that it does not use
1457         snprintf anymore
1458
1459 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1460
1461         * text3.C (specialChar, dispatch): make sure cursor moves to the
1462         right after inserting an inset
1463
1464 2004-11-02  José Matos  <jamatos@lyx.org>
1465
1466         * output_docbook.C (docbook):
1467         * paragraph.C (getID):
1468         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1469         garantee that the output is always legal.
1470
1471         * tabular.C (docbook):
1472         * outputprams.[Ch]: remove mixed contents.
1473
1474 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1475
1476         * text2.C (setCounter): prevent endless loop
1477
1478 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1479
1480         * exporter.C (copyFile): use the mover instead of support::copy()
1481         * exporter.C (Export): pass format and latex name to copyFile()
1482         * exporter.h (addExternalFile): document
1483         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1484
1485 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1486
1487         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1488
1489 2004-10-30  José Matos  <jamatos@lyx.org>
1490
1491         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1492         text and no inset or font change. This allows to use CDATA
1493         sections just for the whole paragraph.
1494
1495 2004-10-30  José Matos  <jamatos@lyx.org>
1496
1497         * paragraph.C (getFirstWord): remove unused variable.
1498
1499 2004-10-30  José Matos  <jamatos@lyx.org>
1500
1501         * paragraph.C (getFirstWord): the content should always be escaped
1502         there.
1503         (simpleDocBookOnePar):
1504         * output_docbook.C (makeEnvironment): replace reference to CDATA
1505         to style pass_thru.
1506
1507 2004-10-30  José Matos  <jamatos@lyx.org>
1508
1509         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1510
1511 2004-10-30  José Matos  <jamatos@lyx.org>
1512
1513         * output_docbook.C (makeParagraphs):
1514         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1515         standard paragraph has only a given type of content drop the wrapper.
1516
1517 2004-10-29  José Matos  <jamatos@lyx.org>
1518
1519         * output_docbook.C (makeEnvironment):
1520         * sgml.C (openTag):
1521         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1522
1523 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1524
1525         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1526         (cleanID): sanitize any id.
1527
1528 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1529
1530         * buffer.C, lyxlex_pimpl.C:
1531         * lyxlex_pimpl.C (setFile):
1532         s/getExtFromContents/getFormatFromContents/
1533
1534 2004-10-28  José Matos  <jamatos@lyx.org>
1535
1536         * output_docbook.C (makeEnvironment): move id to broadest possible
1537         scope.
1538
1539         * sgml.C (openTag): apply substitution of <> for all attributes.
1540
1541 2004-10-28  José Matos  <jamatos@lyx.org>
1542
1543         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1544         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1545         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1546
1547         * sgml.[Ch]: new version for open and closeTag for paragraph and
1548         for strings. Now they handle the ids of paragraphs.
1549
1550 2004-10-26  Angus Leeming  <leeming@lyx.org>
1551
1552         * Makefile.am: add mover.[Ch].
1553
1554         * converter.C (convert, move): use the new Movers to move external
1555         files to the temp directory.
1556
1557         * lyx_main.C (init): ensure that the global system_movers data
1558         is initialised.
1559
1560         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1561         preferences file.
1562
1563         * mover.[Ch]: new files, defining a Mover as a utility to move an
1564         external file between directories and, if necessary, manipulate this
1565         file using a helper script.
1566
1567 2004-10-25  José Matos  <jamatos@lyx.org>
1568
1569         * output_docbook.C (makeCommand): merge two if's that tested the
1570         same condition.
1571
1572 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1573
1574         * sgml.C (escapeString): fix warning in a better way
1575
1576 2004-10-25  José Matos  <jamatos@lyx.org>
1577
1578         * sgml.C (escapeString): import the require boosts header file for
1579         tie, and avoid a signed unsigned comparison.
1580
1581 2004-10-25  José Matos  <jamatos@lyx.org>
1582
1583         * sgml.h: add #include <string>
1584
1585 2004-10-25  José Matos  <jamatos@lyx.org>
1586
1587         * sgml.[Ch] (escapeString): new function to escape all the string.
1588
1589 2004-10-24  José Matos  <jamatos@lyx.org>
1590
1591         * paragraph.[Ch] (getFirstWord): new function to get the first
1592         word. Useful for description.
1593         (simpleDocBookOnePar): remove depth argument, add another that
1594         says where to start the paragraph.
1595
1596         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1597         use the new functions to fix cleanly the support for descriptions.
1598
1599 2004-10-24  José Matos  <jamatos@lyx.org>
1600
1601         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1602         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1603         * output_linuxdoc.C (linuxdocParagraphs):
1604         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1605         add buffer as argument.
1606
1607 2004-10-24  José Matos  <jamatos@lyx.org>
1608
1609         * output_docbook.C (makeEnvironment, searchEnvironment): place
1610         CDATA inside paragraphs and fix scope for listitems.
1611
1612 2004-10-24  José Matos  <jamatos@lyx.org>
1613
1614         * output_docbook.C: remove using statement for stack.
1615
1616 2004-10-23  José Matos  <jamatos@lyx.org>
1617
1618         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1619         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1620         docbook. The new scheme is recursive and makes use of iterators, the
1621         same as latex export works.
1622         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1623         directly with the paragraph contents. This code was moved up to
1624         output_docbook.C (docbookParagraphs).
1625         * sgml.C (openTag, closeTag): removed unneeded newlines.
1626         (closeEnvTags) removed.
1627
1628 2004-10-23  André Pönitz  <poenitz@gmx.net>
1629
1630         * undo.C (textUndoOrRedo):
1631         * dociterator.C (asDocIterator): work around crash
1632
1633         * cursor.C (getStatus): replace ASSERT by more verbose error message
1634           and manual correction of the problem. Should increase stability
1635           while providing more sensible information.
1636
1637 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1638
1639         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1640
1641         * bufferlist.C (previous, next): new methods
1642
1643         * lfuns.h:
1644         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1645
1646 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1647
1648         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1649         entities to preamble.
1650
1651 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1652
1653         * messages.C (Pimpl): strip off translation context information
1654
1655 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1656
1657         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1658         the cursor is correct (bug 1694)
1659
1660 2004-10-13  José Matos  <jamatos@lyx.org>
1661
1662         * output_docbook.C (docbookParagraphs): fix closing tags in the
1663         end of the document.
1664
1665 2004-10-09  José Matos  <jamatos@lyx.org>
1666
1667         * buffer.C: format up to 237.
1668         * bufferparams.C (write): use tostr to convert booleans to strings.
1669
1670 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1671
1672         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1673
1674 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1675
1676         * LaTeX.C: implement use of babel language in xindy.
1677
1678 2004-10-05  José Matos  <jamatos@lyx.org>
1679
1680         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1681         Add new translators to help reading and writing the lyx file.
1682
1683 2004-10-05  José Matos  <jamatos@lyx.org>
1684
1685         * ParagraphParameters.C (read):
1686         * text.C (readParToken): replace nexToken by more appropriate lex
1687         methods.
1688
1689 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1690
1691         * LaTeX.C (runMakeIndex):
1692         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1693         (usually 'makeindex') configurable.
1694
1695         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1696         with a variable rather than with a number.
1697
1698 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1699
1700         * output_latex.C (TeXOnePar): make sure font setting is the first
1701         thing that gets output (and the last at the end). Should fix bug
1702         1404.
1703
1704 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1705
1706         * pch.h: use proper signal include
1707
1708         * LaTeX.h: Use preferred calling of Boost.Signal
1709         * buffer.h: ditto
1710
1711 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1712
1713         * pch.h: dont include <boost/function/function0.hpp>
1714
1715         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1716
1717         * paragraph_pimpl.h: remove usage of ShareContainer
1718
1719         * paragraph_pimpl.C: remove initialization of ShareContainer.
1720
1721 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1722
1723         Fix bug #1666
1724
1725         * BufferView.C (putSelectionAt): change the semantics when
1726         backwards == true: now, this just swaps cursor and anchor wrt the
1727         forward case
1728
1729         * BufferView.h (putSelectionAt): add some documentation
1730
1731         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1732         make sure backwardChar is done at least once (to avoid getting
1733         stuck)
1734         (findNextChange): use putSelectionAt in the forward direction
1735         (operator()): use Paragraph::isWord
1736
1737 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1738
1739         * Spacing.C (set): c_str fix
1740
1741 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1742
1743         * lyx_cb.C (Reconfigure): quote the name of configure script in
1744         case it contains spaces
1745
1746 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1747
1748         * client: new dir
1749
1750         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1751         (BOOST_LIBS): use top_buildir when looking for the file
1752
1753 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1754
1755         * pch.h: do not use include boost/format.hpp, multiple symbols
1756                 will result (gcc bug)
1757
1758
1759 2004-08-23  José Matos  <jamatos@lyx.org>
1760
1761         * bufferparams.C (readToken): fix reading of the author field.
1762
1763 2004-08-20  José Matos  <jamatos@lyx.org>
1764
1765         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1766
1767 2004-08-20  José Matos  <jamatos@lyx.org>
1768
1769         * lyxlex.[Ch] (findToken): remove function.
1770
1771         * ParagraphParameters.C (findToken):
1772         * bufferparams.C (findToken): replace call for previous function
1773         with local copy. This local function has one more argument, the
1774         read string argument.
1775
1776 2004-08-16  José Matos  <jamatos@lyx.org>
1777
1778         * ParagraphParameters.C (write):
1779         * Spacing.C (writeFile):
1780         * bufferparams.C (writeLaTeX):
1781         * lyx_cb.C (Reconfigure):
1782         * paragraph.C (write):
1783         * tabular.C (write): remove unnecessary space at end of line.
1784
1785
1786 2004-08-16  José Matos  <jamatos@lyx.org>
1787
1788         * text.C (readParagraph): remove debug message.
1789
1790 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1791
1792         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1793         crash
1794
1795         * output_plaintext.C (asciiParagraph): set depth correctly
1796
1797         * outputparams.h: add member depth
1798
1799         * paragraph_funcs.C (ownerPar): remove.
1800
1801         * text2.C (setCounter): remove first_pit; comment out some
1802         non-working code that uses ownerPar
1803
1804         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1805         uses ownerPar
1806
1807 2004-08-16  José Matos  <jamatos@lyx.org>
1808
1809         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1810         For the same level of importance use the same chanel to report problems.
1811         (read): add code to deal with \begin_body and \end_body.
1812
1813
1814 2004-08-15  José Matos  <jamatos@lyx.org>
1815
1816         * lyxlex.C (getString): fix comment, buffer::readBody is now
1817         buffer:readDocument.
1818
1819         * tex-strings.C (string_papersize): Default -> default,
1820         Custom -> custom, for consistency with other options.
1821
1822 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1823
1824         * pch.h: new file
1825
1826         * Makefile.am: support pch
1827
1828 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1829
1830         * text.C (readParToken): remove the static LyXFont variable and
1831         pass it as a parameter instead. This fixes a nasty bug where an
1832         inset will be inserted with a bad font in some situations
1833         (readParagraph): adapt
1834
1835         * text2.C (setCounter): reduce number of calls to pars_[pit]
1836
1837         * text.C (singleWidth): add an assert, fix a test
1838
1839         * rowpainter.C (paintText): reduce number of calls to singleWidth
1840
1841         * paragraph.C (isHfill):
1842         (isNewline): ws only
1843
1844 2004-08-14  André Pönitz  <poenitz@gmx.net>
1845
1846         * text.C:
1847         * text2.C:
1848         * rowpainter.C:
1849         * lyxtext.h (several functions): use a Paragraph & argument
1850         instead of par_type
1851
1852 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1853
1854         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1855
1856         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1857
1858         * text.C (singleWidth): remove useless test
1859
1860 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1861
1862         * tabular.h: remove bogus comments
1863
1864         * tabular.C (getDescentOfRow):
1865         (isPartOfMultiColumn): add assertions
1866
1867         * lyxlength.C (inPixels): remove #warning
1868
1869 2004-08-14  André Pönitz  <poenitz@gmx.net>
1870
1871         * paragraph.h: inline getChar()
1872
1873         * BufferView.h: remove unused declarations
1874
1875 2004-08-14  José Matos  <jamatos@lyx.org>
1876
1877         * Buffer.[Ch] (readDocument): new name for old readBody.
1878         * Buffer.C: new file format, new keywords: \begin_document,
1879         \begin_header, \begin_body, \end_body.
1880
1881         * bufferparams.C (readToken): replace all calls to lex.nextToken
1882         by lex.next(). Do the same to eatLine except where really needed.
1883
1884         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1885         line when writing to the lyx file.
1886
1887         * output_plaintext.C (asciiParagraph): fix Bibliography style
1888         handling.
1889
1890         * text.C (read): fix end of file handling.
1891
1892 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1893
1894         * MenuBackend.C (Menu::operator[]): new method to access
1895         individual menu items
1896         (Menu::hasFunc): new method. search for an item that corresponds
1897         to a given func
1898         (MenuBackend::specialMenu): new method
1899         (MenuBackend::expand): if a special menu has been set, skip
1900         entries whose func() appears in this menu
1901
1902 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1903
1904         * text3.C: use Debug::DEBUG a bit more
1905
1906         * text.C (leftMargin): try to simplify a tiny bit change var x to
1907         l_margin. Dont output the wide margins always.
1908         (rightMargin): no margin in inner texts
1909
1910         * rowpainter.h (nestMargin): new func
1911         (changebarMargin): new func
1912         (rightMargin): new func
1913
1914         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1915         now functions.
1916         (paintLast): ditto
1917
1918         * factory.C (createInset): modify setDrawFrame
1919
1920         * cursor.C: use Debug::DEBUG a bit more
1921
1922 2004-08-14  André Pönitz  <poenitz@gmx.net>
1923
1924         * coordcache.[Ch]:
1925         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1926         cache for all insets in (at least partially) visible (top-level)
1927         paragraphs.
1928
1929         * BufferView_pimpl.C: reset external coord cache before every update.
1930         This means the coord cache only contains valid entries.
1931
1932 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1933
1934         bug 1096
1935         * BufferView_pimpl.C (getInsetByCode): move function out of class
1936         and change in to a template in anon namespace. Also fix to do what
1937         suits us better.
1938
1939 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1940
1941         bug 1305
1942         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1943         of char
1944         (breakParagraph): rename par to par_offset and use a local
1945         reference. Add code to keep the language over a rebreak.
1946         (breakParagraphConservative): rename par to par_offset, use a
1947         local reference
1948         (mergeParagraph): ditto
1949         (outerHook): ditto
1950         (isFirstInSequence): ditto
1951         (outerFont): rename pit to par_offset
1952
1953         * paragraph.C: ws change
1954         * paragraph.h: ditto
1955         * text3.C: ditto
1956         * text.C: ditto
1957
1958 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1959
1960         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1961         treatment for ']'
1962
1963         * paragraph.C (simpleTeXOnePar): when we have a \item with
1964         optional argument, enclose the argument with curly brackets (in
1965         case it contains a closing square bracket)
1966
1967         * text2.C (editXY):
1968         * text2.C (editXY):
1969         * text3.C (checkInsetHit): constify
1970
1971 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1972
1973         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1974         documents (bug 1629)
1975
1976 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1977
1978         Fix toggling of collapsable insets with the mouse (bug 1558)
1979
1980         * lyxfunc.C (dispatch): adapt to LCursor changes
1981
1982         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1983         make sure that dispatch is not invoked twice
1984
1985         * cursor.C (needsUpdate): new method
1986         (dispatch): return void
1987         (result): new method, to access the DispatchResult of the cursor.
1988
1989 2004-08-13  José Matos  <jamatos@lyx.org>
1990
1991         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1992
1993 2004-08-13  André Pönitz  <poenitz@gmx.net>
1994
1995         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1996
1997         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1998           multiple cells
1999
2000 2004-08-12  André Pönitz  <poenitz@gmx.net>
2001
2002         * text3.C: take out the 'cursor right' form insertInset and only
2003         do it in those places when it is really needed. Fixes crash on
2004         C-m...
2005
2006 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2007
2008         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2009
2010         * BufferView_pimpl.C (setBuffer): initialize the current font of
2011         the underlying LyXText
2012
2013 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2014
2015         * kbsequence.C (print): use UI native formatting for menu
2016         shortcuts
2017
2018         * text.C (insertChar): call Paragraph::insertChar with a font
2019         argument (cosmetic)
2020
2021         * paragraph.C (insertInset, insertChar): the version that takes a
2022         LyXFont argument is now a wrapper around the other one (the
2023         opposite used to be true).
2024
2025         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2026         argument. Font setting is done in Paragraph now.
2027
2028 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2029
2030         * outputparams.h: add new members intitle and lang.
2031
2032         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2033         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2034
2035 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2036
2037         * text3.C (dispatch): remove special handling of button 4 and 5,
2038         it is now taken care of in the frontend code.
2039
2040 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2041
2042         * Spacing.h: add <string> (STLPort compile fix)
2043
2044 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2045
2046         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2047
2048 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
2049
2050         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2051         to bool.
2052
2053         * converter.C (showMessage): inherit from unary_function, make
2054         operator() const.
2055
2056         * buffer.C (writeFile): initialize retval
2057
2058         * InsetList.h: rename private variable list to list_
2059         * InsetList.[Ch]: adjust accordingly.
2060
2061 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
2062
2063         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2064         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2065         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2066         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2067         * ParagraphParameters.C, LaTeXFeatures.C: replace
2068         "support/std_sstream.h" with <sstream>
2069
2070 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
2071
2072         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2073         * lyxsocket.C (LyXServerSocket): ditto
2074         (serverCallback): ditto
2075
2076 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2077
2078         * LaTeXFeatures.C: check release date when loading jurabib.
2079
2080 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2081
2082         * lyxserver.C (startPipe): call register_socket_callback
2083         (endPipe): call unregister_socket_callback
2084
2085 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
2086
2087         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2088         (LyXServerSocket): register the callback
2089         (LyXServerSocket): unregister the callback
2090         (fd): delete function
2091         (serverCallback): improve error checking and setup the callbacks.
2092         (dataCallback): change arg to fd.
2093         (writeln): new func (copied fro the client socket) used for server
2094         write to client.
2095         (LyXDataSocket): simplify
2096         (~LyXDataSocket): close ann unregiser callback
2097         (server): delete function
2098         (fd): delete function
2099         (readln): small changes, improve some std::string usage
2100         (writeln): constify a bit
2101
2102 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2103
2104         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2105         Qt frontend
2106
2107 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2108
2109         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2110         after it has been populated
2111
2112 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2113
2114         * text2.C (insertInset): move cursor when inserting inset.
2115
2116 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2117
2118         * kbmap.C (findbindings): a couple of new methods. returns a
2119         container of kb_sequence objects. The real work is done by the
2120         private recursive version
2121         (printbindings): uses findbindings to print out a bracketed list
2122         of bindings (renamed from findbinding).
2123
2124         * MenuBackend.C (binding): use kb_keymap::findbindings
2125
2126         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2127
2128 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2129
2130         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2131
2132 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2133
2134         * paragraph.C (isWord): return true on insets that report
2135         isLetter().
2136
2137         * text.C (getWord): use Paragraph::isWord to decide what is in a
2138         word and what is not; fix bug 1609.
2139
2140 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2141
2142         * tex-strings.C: add "none" to string_paperpackages[], fixes
2143         off-by-one-error in the paperpackage selection.
2144
2145         * lyxlex.[Ch]:
2146         * tex-strings.[Ch]: char const * string[n]
2147         -> char const * const string[]
2148
2149 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2150
2151         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2152         command, return early.
2153
2154 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
2155
2156         * debug.h: add DEBUG to enum and fix size of ANY.
2157
2158         * debug.C: add support for Debug::DEBUG
2159         (showTags): cast errorTags.level to unsigned int
2160
2161         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2162         (redoCurrentBuffer): ditto
2163         (updateScrollbar): ditto
2164         * cursor.C (dispatch): ditto
2165         * text2.C (setLayout): ditto
2166         (setFont): ditto
2167         (updateCounters): ditto
2168         (editXY): ditto
2169         (deleteEmptyParagraphMechanism): ditto
2170
2171 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
2172
2173         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2174         annotations to cleanup the Makefile slightly.
2175
2176 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2177
2178         * lyxrc.C: do not set user_email to a default value but use empty
2179         instead. The entry used to be translated, which does not work
2180         since at the point where lyxrc is constructed there is no
2181         translation service available
2182
2183         * messages.C (getLocaleDir): remove and use directly
2184         lyx_localedir() instead
2185
2186 2004-06-02  Angus Leeming  <leeming@lyx.org>
2187
2188         Fix crash caused by dereferencing null pointer 'exportdata' in
2189         OutputParams by creating a new ExportData variable on the heap,
2190         storing it in a boost::shared_ptr.
2191         The crash was triggered when generating an Instant Preview
2192         of an external inset.
2193
2194         * Makefile.am: add outputparams.C
2195
2196         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2197         (c-tor): allocate memory to it.
2198
2199         * exporter.C (c-tor): associated changes.
2200
2201 2004-06-01  Angus Leeming  <leeming@lyx.org>
2202
2203         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2204         contains data before calling isInset(0). (Bug 1513.)
2205
2206 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2207
2208         * exporter.C (checkOverwrite): new method
2209         * exporter.C (copyFile): new method
2210         * exporter.C (Export): copy referenced files to the document dir
2211         * exporter.[Ch]: new class ExportedFile
2212         * exporter.[Ch]: new class ExportData. Contains currently the
2213         names of referenced external files
2214         * outputparams.h: add exportdata member.
2215
2216 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2217
2218         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2219         version.C-tmp
2220
2221 2004-05-19  Angus Leeming  <leeming@lyx.org>
2222
2223         * LaTeXFeatures.C:
2224         * ToolbarBackend.C:
2225         * bufferparams.C:
2226         * lyxfunc.C: small changes due to the introduction of namespace
2227         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2228
2229 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2230
2231         * text3.C (dispatch): supress update when only moving the cursor
2232         * cursor.C (selHandle): remove commented code
2233
2234 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2235
2236         * paragraph.C (startTeXParParams): correct column count
2237         * CutAndPaste.C (pasteSelection): remove const_cast
2238         * output_docbook.C (docbookParagraphs): remove const_cast
2239         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2240         const_cast and return ParagraphList::const_iterator
2241         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2242         * output_plaintext.C (writeFileAscii): remove const_cast
2243         * paragraph.[Ch] (simpleTeXOnePar): make const
2244         * paragraph_funcs.C (outerPar): use const iterators
2245         * paragraph_pimpl.C (validate): use const iterators
2246         * text.C (setHeightOfRow): use const iterators
2247
2248 2004-05-17  Angus Leeming  <leeming@lyx.org>
2249
2250         * lfuns.h:
2251         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2252
2253         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2254         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2255         if the citation engine has changed.
2256
2257 2004-05-14  José Matos  <jamatos@lyx.org>
2258
2259         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2260         if the textclass does not provide it. Have it different for sgml and
2261         xml.
2262         support the language of document.
2263         * output_docbook.C (docbookParagraphs):
2264         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2265         first anchor as the id of the paragraph, remove special case code.
2266         * sgml.C (escapeChar): escape only < & >.
2267
2268 2004-05-14  Angus Leeming  <leeming@lyx.org>
2269
2270         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2271         dependencies on src/frontends/controllers/biblio.h. Define a
2272         CiteEngine_enum wrapper class to enable the enum to be forward
2273         declared.
2274
2275 2004-05-12  Angus Leeming  <leeming@lyx.org>
2276
2277         * buffer.C: up LYX_FORMAT to 234.
2278         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2279         use_numerical_citations with a single biblio::CiteEngine cite_engine
2280         variable.
2281         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2282
2283 2004-05-13  José Matos  <jamatos@lyx.org>
2284
2285         * converter.h:
2286         * converter.C (Converter, readFlags): add xml member.
2287         * outputparams.h: add XML flavor.
2288         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2289
2290 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2291
2292         * lyxfunc.C (dispatch):
2293         (getStatus): fix handling of LFUN_SEQUENCE
2294
2295 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2296
2297         * debug.C (showLevel): do not forget the end-of-line marker
2298
2299 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2300
2301         * kbmap.C (read): do not stop parsing a bind file when an error
2302         occurs (bug 1575)
2303
2304 2004-04-29  Angus Leeming  <leeming@lyx.org>
2305
2306         * cursor.C:
2307         * factory.C:
2308         * pariterator.C:
2309         * text2.C: wrap a bunch of #warning statements
2310         inside #ifdef WITH_WARNINGS blocks.
2311
2312 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2313
2314         * buffer.C: increment format to 233.
2315
2316 2004-04-28  Angus Leeming  <leeming@lyx.org>
2317
2318         * BufferView_pimpl.C:
2319         * lyxfunc.C:
2320         * text3.C:
2321         s/updateToolbar()/updateToolbars()/
2322         s/Toolbar.h/Toolbars.h/
2323
2324 2004-04-28  Angus Leeming  <leeming@lyx.org>
2325
2326         * BufferView.[Ch] (c-tor):
2327         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2328         No longer passes these data to the WorkArea generator.
2329
2330 2004-04-28  Angus Leeming  <leeming@lyx.org>
2331
2332         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2333
2334 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2335
2336         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2337
2338 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2339
2340         * output_latex.C (TeXEnvironment): make sure that there is a line
2341         break before \end{foo} for the last paragraph of a document
2342         (TeXOnePar): if the paragraph is at the end of the document (or
2343         inset) and the language has to be reset, then make sure that the
2344         line break is _before_ the language command, not after (fixes bug
2345         1225); also make sure that the language reset command is the first
2346         thing after the paragraph (to ensure proper nesting of
2347         environments and thus fix bug 1404)
2348
2349 2004-04-21  John Levon  <levon@movementarian.org>
2350
2351         * ToolbarBackend.h:
2352         * ToolbarBackend.C: make "name" be a programmatic name
2353         and a gui_name field.
2354
2355         * lyxfunc.C: display the minibuffer on M-x
2356
2357 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2358
2359         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2360         (bug 1526)
2361
2362 2004-04-19  Angus Leeming  <leeming@lyx.org>
2363
2364         * BufferView_pimpl.C (setBuffer): changed preview interface.
2365
2366         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2367         possible values.
2368
2369 2004-04-19  John Levon  <levon@movementarian.org>
2370
2371         * BufferView_pimpl.C:
2372         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2373
2374 2004-04-05  Angus Leeming  <leeming@lyx.org>
2375
2376         * text.C (redoParagraphs): add call to updateCounters(), thereby
2377         fixing the missing "Figure #:" label from the caption of a
2378         figure float.
2379
2380 2004-04-13  Angus Leeming  <leeming@lyx.org>
2381
2382         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2383         cursor is clicked out of an inset.
2384
2385 2004-04-13  Angus Leeming  <leeming@lyx.org>
2386
2387         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2388         than an InsetOld one.
2389
2390 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2391
2392         * format.[Ch]: add editor to Format
2393         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2394         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2395
2396 2004-04-08  André Pönitz  <poenitz@gmx.net>
2397
2398         * metricsinfo.h: remove PainterInfo::width member
2399
2400 2004-04-08  Angus Leeming  <leeming@lyx.org>
2401
2402         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2403         "\providecommand" rather than "\newcommand", thereby preventing
2404         clashes with packages that define "\boldsymbol" themselves.
2405         Eg, beamer.
2406
2407 2004-04-08  Angus Leeming  <leeming@lyx.org>
2408
2409         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2410         thereby squashing an unnecessary warning.
2411
2412 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2413
2414         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2415         setBuffer()
2416
2417 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2418
2419         * BufferView.C (setCursor): call redoParagraph (some insets could
2420         have been opened)
2421         (putSelectionAt): remove the 'double update' trick
2422
2423         * BufferView_pimpl.C (fitCursor): call refreshPar
2424         (workAreaDispatch): remove an uneeded update call
2425         (dispatch): remove some manual update calls
2426
2427         * cursor.[Ch]: remove cached_y_, updatePos
2428         (selHandle): set noUpdate when appropriate
2429
2430         * lyxfunc.C (dispatch): track if we need an update
2431
2432         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2433
2434         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2435         (paintSelection): cheap optimization, do not call cursorX when not
2436         needed
2437         (paintPars): change signature
2438         (refreshPar): add
2439         (paintText): adjust
2440         (paintTextInset): adjust
2441
2442         * text.C: adjust
2443
2444 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2445
2446         * lengthcommon.C: compilation fix: remove explicit array size from
2447         unit_name[] and friends
2448
2449 2004-04-05  Angus Leeming  <leeming@lyx.org>
2450
2451         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2452
2453         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2454         present only for the preferences dialog.
2455         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2456
2457 2004-04-05  Angus Leeming  <leeming@lyx.org>
2458
2459         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2460         to enable the frontends to export changes to lyxrc correctly.
2461
2462         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2463
2464 2004-04-07  André Pönitz  <poenitz@gmx.net>
2465
2466         * cursor.[Ch] (selClear, adjust): remove math
2467
2468         * cursor_slice.C: more agressive assert
2469
2470         * lyxfunc.C:
2471         * BufferView_pimpl.C: rework mouse event dispatch
2472
2473         * dociterator.C:
2474         * paragraph.C:
2475         * text2.C:
2476         * text3.C: adjust
2477
2478 2004-04-05  André Pönitz  <poenitz@gmx.net>
2479
2480         * cursor.[Ch] (valign, halign...): remove unneeded functions
2481
2482 2004-04-05  Angus Leeming  <leeming@lyx.org>
2483
2484         * lyxlength.[Ch] (unit_name et al.): const-correct.
2485
2486 2004-04-05  Angus Leeming  <leeming@lyx.org>
2487
2488         * BufferView_pimpl.C:
2489         * buffer.C:
2490         * counters.C:
2491         * cursor.C:
2492         * lyxfunc.C
2493         * paragraph.C:
2494         * pariterator.C:
2495         * text.C:
2496         * text2.C:
2497         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2498
2499 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2500
2501         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2502
2503 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2504
2505         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2506         * BufferView_pimpl.[Ch] (getStatus)
2507         * BufferView.[Ch] (getStatus): add
2508         * lyxfunc.C (getStatus): move lfuns handled in
2509         BufferView::dispatch to te function above
2510         * Cursor.C (setSelection): set selection() = true
2511
2512 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2513
2514         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2515
2516 2004-03-31  Angus Leeming  <leeming@lyx.org>
2517
2518         * lyxfunc.C (dispatch): Fall through to the generic
2519         Dialogs::show("preamble").
2520
2521 2004-03-31  Angus Leeming  <leeming@lyx.org>
2522
2523         * lyxfunc.C (dispatch): Fall through to the generic
2524         Dialogs::show("spellchecker").
2525
2526 2004-03-31  Angus Leeming  <leeming@lyx.org>
2527
2528         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2529         preferences dialog.
2530
2531 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2532
2533         * BufferView.C
2534         * cursor.[Ch]
2535         * dociterator.[Ch]:
2536         * insetiterator.[Ch]:
2537         * lyxfind.C:
2538         * lyxfunc.C:
2539         * pariterator.[Ch]:
2540         * text2.C:
2541         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2542
2543 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2544
2545         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2546         insets where we are putting the cursor.
2547
2548 2004-03-31  Angus Leeming  <leeming@lyx.org>
2549
2550         * lfuns.h:
2551         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2552
2553         * lyxrc.[Ch] (read, write): overloaded member functions taking
2554         a std::[io]stream arguments.
2555
2556         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2557
2558 2004-03-31  Angus Leeming  <leeming@lyx.org>
2559
2560         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2561         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2562
2563         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2564         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2565
2566 2004-03-31  Angus Leeming  <leeming@lyx.org>
2567
2568         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2569         the LFUN_ALL_INSETS_TOGGLE code.
2570
2571 2004-03-30  Angus Leeming  <leeming@lyx.org>
2572
2573         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2574         has died. Fall through to the generic Dialogs::show("document").
2575
2576 2004-03-30  Angus Leeming  <leeming@lyx.org>
2577
2578         * lfuns.h:
2579         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2580         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2581
2582         * lyxfunc.C (getStatus, dispatch): define the actions for these
2583         lfuns. Little more than a cut and pste job from ControlDocument.C
2584
2585         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2586
2587 2004-03-30  Angus Leeming  <leeming@lyx.org>
2588
2589         * lfuns.h:
2590         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2591         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2592
2593         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2594         open/closed state of ollapsable insets. Usage:
2595
2596         all-inset-toggle <state> <name>, where
2597         <state> == "open" || "closed" || "toggle" and
2598         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2599
2600         * lyxtext.h, text2.C (toggleInset): removed.
2601
2602         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2603         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2604         now passes LFUN_INSET_TOGGLE to the found inset.
2605
2606         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2607         is now invoked as "all-insets-toggle toggle branch".
2608
2609 2004-03-30  Angus Leeming  <leeming@lyx.org>
2610
2611         * dociterator.C:
2612         * insetiterator.C:
2613         * pariterator.[Ch]: added/corrected header blurb.
2614
2615 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2616
2617         * dociterator.[Ch]: add an inset_ member
2618         (backwardPos): implemented
2619         (backwardPos, forwardPos): use inset_ when the stack is empty.
2620         (doc_iterator_begin, doc_iterator_end): implemented
2621         * pariterator.[Ch]: adjust, add begin, end
2622         * insetiterator.[Ch]: adjust, add begin, end
2623         * cursor.C:
2624         * document.C:
2625         * BufferView.C:
2626         * BufferView_pimpl.C:
2627         * CutAndPaste.C: adjust
2628
2629 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2630
2631         * buffer.C: increment file format to 232.
2632         * LaTeXFeatures.C: add bibtopic package.
2633         * bufferparams.[Ch]: param \use_bibtopic.
2634
2635         * lyxrc.[Ch]: add lyxrc bibtex_command
2636         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2637
2638         * buffer.C: increment file format to 231.
2639
2640 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2641
2642         * dociterator.C: implement forwardPar
2643         * iterators.[Ch]: remove, replaced by
2644         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2645         * BufferView.C:
2646         * BufferView_pimpl.C:
2647         * CutAndPaste.C:
2648         * buffer.C:
2649         * bufferview_funcs.C:
2650         * cursor.C:
2651         * lyxfind.C
2652         * lyxfunc.C
2653         * paragraph_funcs.C
2654         * toc.C:
2655         * Makefile.am: adjust
2656
2657 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2658
2659         * CutAndPaste.C (pasteSelection): fix 2 crashes
2660         (eraseSelection): fix a crash
2661         * paragraph_funcs.C: remove a warning
2662
2663 2004-03-28  Angus Leeming  <leeming@lyx.org>
2664
2665         * lfuns.h:
2666         * LyXAction.C (init): new LFUN_PRINT.
2667
2668         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2669
2670 2004-03-27  Angus Leeming  <leeming@lyx.org>
2671
2672         * lfuns.h:
2673         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2674
2675         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2676
2677 2004-03-27  Angus Leeming  <leeming@lyx.org>
2678
2679         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2680         insetlist always contains non-null pointers to insets.
2681
2682 2004-03-26  Angus Leeming  <leeming@lyx.org>
2683
2684         * src/BufferView_pimpl.C:
2685         * src/CutAndPaste.C:
2686         * src/buffer.C:
2687         * src/iterators.C:
2688         * src/output_plaintext.C:
2689         * src/outputparams.h:
2690         * src/paragraph_funcs.C:
2691         * src/rowpainter.C:
2692         * src/text.C:
2693         * src/text2.C:
2694         * src/frontends/controllers/ControlErrorList.C:
2695         * src/frontends/gtk/FileDialogPrivate.C:
2696         * src/frontends/gtk/GPainter.C:
2697         * src/frontends/gtk/GToolbar.C:
2698         * src/frontends/qt2/QRef.C:
2699         * src/mathed/math_scriptinset.C: squash compiler warnings.
2700
2701 2004-03-26  Angus Leeming  <leeming@lyx.org>
2702
2703         * ispell.C (LaunchIspell::start):
2704         * lyx_cb.C (AutoSaveBuffer::start):
2705         invoke run(DontWait) rather than runNonBlocking().
2706
2707 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2708
2709         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2710
2711 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2712
2713         * kbsequence.C (print): adjust
2714
2715         * kbmap.C (printKeySym): rename and change signature
2716         (printKey): use LyXKeySym::print()
2717
2718 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2719
2720         * undo.C: add using std::advance to compile for stlport
2721
2722 2004-03-24  Angus Leeming  <leeming@lyx.org>
2723
2724         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2725         it leads to a crash when no buffer is present.
2726
2727 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2728             Martin Vermeer  <martin.vermeer@hut.fi>
2729
2730         * lyxfunc.C (dispatch):
2731         * bufferparams.C (readToken): use the new LColor::setColor
2732
2733         * LColor.[Ch] (setColor): new version that takes two strings as
2734         argument and creates a new color entry if necessary
2735
2736 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2737
2738         * buffer.C (makeLaTeXFile): if the main latex file that is
2739         processed is usually a subdocument of some master, then pretend
2740         for a while that it is actually the master
2741
2742 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2743
2744         * buffer.C (getLabelList):
2745         (getBibkeyList): use getMasterBuffer()
2746         (getMasterBuffer): new method. Returns the main document in the
2747         case where one is using included documents.
2748
2749 2004-03-25  André Pönitz  <poenitz@gmx.net>
2750
2751         * Makefile.am:
2752         * iterators.[Ch]:
2753         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2754
2755         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2756
2757         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2758         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2759
2760         * ParameterStruct.h: merge with ParagraphParameters
2761
2762         * lyxtext.h: remove LyXText::parOffset() and getPar()
2763
2764         * text3.C: Remove all 'manual' update calls. We do now one per user
2765         interaction which is completely sufficient.
2766
2767         * Bidi.C:
2768         * BufferView.[Ch]:
2769         * BufferView_pimpl.C:
2770         * FontIterator.[Ch]:
2771         * MenuBackend.C:
2772         * ParagraphParameters.[Ch]:
2773         * buffer.C:
2774         * buffer.h:
2775         * bufferlist.C:
2776         * cursor.[Ch]:
2777         * cursor_slice.[Ch]:
2778         * dociterator.[Ch]:
2779         * errorlist.[Ch]:
2780         * factory.C:
2781         * lfuns.h:
2782         * lyxfind.C:
2783         * lyxfunc.C:
2784         * output_docbook.[Ch]:
2785         * output_latex.[Ch]:
2786         * output_linuxdoc.[Ch]:
2787         * output_plaintext.[Ch]:
2788         * paragraph.[Ch]:
2789         * paragraph_funcs.[Ch]:
2790         * paragraph_pimpl.[Ch]:
2791         * rowpainter.C:
2792         * tabular.[Ch]:
2793         * text.C:
2794         * text2.C:
2795         * toc.C:
2796         * undo.[Ch]: adjust
2797
2798         * frontends/controllers/ControlDocument.C:
2799         * frontends/controllers/ControlErrorList.C:
2800         * frontends/controllers/ControlSpellchecker.C:
2801         * insets/inset.C:
2802         * insets/inset.h:
2803         * insets/insetbase.h:
2804         * insets/insetbibitem.C:
2805         * insets/insetbox.C:
2806         * insets/insetbranch.C:
2807         * insets/insetcaption.C:
2808         * insets/insetcharstyle.C:
2809         * insets/insetcharstyle.h:
2810         * insets/insetcollapsable.C:
2811         * insets/insetcollapsable.h:
2812         * insets/insetert.C:
2813         * insets/insetfloat.C:
2814         * insets/insetfoot.C:
2815         * insets/insetmarginal.C:
2816         * insets/insetnote.C:
2817         * insets/insetoptarg.C:
2818         * insets/insettabular.C:
2819         * insets/insettext.C:
2820         * insets/insettext.h:
2821         * insets/insetwrap.C:
2822         * mathed/math_mboxinset.C:
2823         * mathed/math_nestinset.C:
2824         * mathed/math_scriptinset.C:
2825         * mathed/math_scriptinset.h:
2826         * support/types.h:
2827
2828 2004-03-24  Angus Leeming  <leeming@lyx.org>
2829
2830         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2831         deal with any child processes that have finished but are waiting to
2832         communicate this fact to the rest of LyX.
2833
2834 2004-03-24  Angus Leeming  <leeming@lyx.org>
2835
2836         64-bit compile fixes.
2837
2838         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2839         (c-tor): pass lyx::pos_types rather than ints.
2840
2841         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2842         lyx::pos_type.
2843
2844         * text.C (Delete): compile fix.
2845         (getPar): ensure that function declaration is the same as that in
2846         the header file.
2847
2848 2004-03-23  Angus Leeming  <leeming@lyx.org>
2849
2850         * ispell.C (LaunchIspell):
2851         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2852         a boost::shred_ptr rather than a std::auto_ptr.
2853
2854 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2855
2856         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2857         handle LFUN_FILE_INSERT_*
2858
2859         * lyxrc.C (setDefaults, getDescription, output, read):
2860         * lyxrc.h: remove ps_command
2861
2862 2004-03-22  Angus Leeming  <leeming@lyx.org>
2863
2864         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2865         Ensure that error_handler is processed once only and that all data
2866         is saved before attempting to output any warning messages.
2867
2868         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2869
2870 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2871
2872         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2873
2874 2004-03-19  André Pönitz  <poenitz@gmx.net>
2875
2876         * cursor.[Ch] (reset): take main text inset as argument
2877
2878         * BufferView: adjust
2879         * BufferView_pimpl.C: adjust
2880
2881         * paragraph.[Ch]: fix completely broken operator=()
2882
2883 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2884
2885         * LColor.C (getFromLyXName): make sure that the color name is used
2886         as lowercase.
2887
2888 2004-03-17  Angus Leeming  <leeming@lyx.org>
2889
2890         * lfuns.h:
2891         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2892
2893         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2894         dialog and to kill a forked process.
2895
2896 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2897
2898         * text2.C (setCursorFromCoordinates): fix font problem
2899
2900 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2901
2902         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2903         bogus "rebuild cursor" code
2904
2905 2004-03-11  André Pönitz  <poenitz@gmx.net>
2906
2907         * buffer.[Ch]: use InsetText instead of LyXText as container for
2908         the main lyx text.
2909
2910         * dociterator.[Ch]: drop the BufferView * member which is not needed
2911         anymore after the change to buffer.C
2912
2913         * paragraph_funcs.C:
2914         * text.C:
2915         * text2.C:
2916         * BufferView.[Ch]:
2917         * BufferView_pimpl.[Ch]:
2918         * cursor.[Ch]:
2919         * cursor_slice.[Ch]: adjust
2920
2921         * text3.C: fix bug in mathDispatch
2922
2923 2004-03-08  André Pönitz  <poenitz@gmx.net>
2924
2925         * undo.[Ch]: use 'StableDocumentIterator' as base for
2926         the Undo struct.
2927
2928 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2929
2930         * LaTeXFeatures.C:
2931         * bufferparams.[Ch]: add jurabib support and param.
2932
2933         * LaTeX.C: add FIXME/comment.
2934
2935 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2936
2937         * buffer.C: increment file format to 230.
2938
2939 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2940
2941         * cursor.C (dispatch): avoid infinite loops
2942
2943 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2944
2945         * rowpainter.C (paintSelection): fix x coordinates
2946
2947 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2948
2949         * text.C (rowBreakPoint): fix breaking before displayed insets
2950
2951 2004-03-01  André Pönitz  <poenitz@gmx.net>
2952
2953         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2954
2955         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2956
2957         * Makefile.am:
2958         * BufferView.C:
2959         * BufferView_pimpl.C:
2960         * buffer.C:
2961         * lyxfind.C:
2962         * lyxfunc.C:
2963         * text.C:
2964         * text2.C:
2965         * text3.C: adjust
2966
2967 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2968
2969         * lyxtext.h:
2970         * text.C:
2971         * text2.C:
2972         * rowpainter.C:
2973         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2974         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2975
2976 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2977
2978         * Bidi.[Ch] (computeTables): const correctness
2979         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2980         fill_hfill, fill_label_hfill and x from Row
2981         * lyxtext.h: prepareToPrint returns a RowMetrics
2982         * rowPainter.C: adjust
2983         * text.C (prepareToPrint): use width, not textWidth. adjust
2984         (redoParagraphInternal, cursorX): adjust
2985         * text2.C (getColumnNearX): adjust
2986         (init): put a default value to the top LyXText::width
2987
2988 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2989
2990         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2991
2992 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2993
2994         * lyxtext.h: add FontIterator class
2995
2996         * text.C (FontIterator, operator*, operator->, operator++): add
2997         (rowBreakPoint, setRowWidth): adjust (fixing a
2998         rebreaking bug)
2999
3000 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3001
3002         * BufferView_pimpl.C (workAreaDispatch): allow also
3003         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3004
3005 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3006
3007         * text.C (rowBreakPoint): fix a bug showing with very large insets
3008
3009 2004-02-25  André Pönitz  <poenitz@gmx.net>
3010
3011         * text3.C:
3012         * cursor.[Ch]: move some mathed specific code to mathed
3013
3014 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3015
3016         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3017         use_tempdir in preferences
3018         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3019         tempfile creation
3020         * lyx_main.C: ensure that tempdir is valid
3021         * lyxlex.h: correct typo
3022         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3023         * paragraph.[Ch] (isMultiLingual): make const
3024         * cursor.[Ch] (openable): make const
3025
3026 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3027
3028         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3029
3030 2004-02-20  André Pönitz  <poenitz@gmx.net>
3031
3032         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3033
3034         * cursor.[Ch]: prepare for localized getStatus()
3035
3036         * lyxtext.h:
3037         * tabular.C:
3038         * text.C:
3039         * text2.C:
3040         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3041
3042 2004-02-20  André Pönitz  <poenitz@gmx.net>
3043
3044         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3045
3046 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3047
3048         * text2.C (setCursorFromCoordinates): switch to absolute coords
3049         (cursorUp): adjust
3050         (cursorDown): adjust
3051         * text3.C (dispatch): adjust
3052
3053 2004-02-16  André Pönitz  <poenitz@gmx.net>
3054
3055         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3056           insets/ChangeLog)
3057
3058         * cursor_slice.[Ch]: remove unneeded acessor function
3059
3060         * lyxtext.h: rename rtl() to isRTL()
3061
3062         * rowpainter.C:
3063         * tabular.C:
3064         * text.C:
3065         * text2.C:
3066         * text3.C: adjust
3067
3068 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3069
3070         * rowpainter.C (paintSelection): coord fix
3071
3072 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3073
3074         * Spacing.C: compile fix
3075
3076 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3077
3078         * cursor.C (dispatch): restore current_ before returning
3079
3080 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3081
3082         * text2.C (cursorUp, cursorDown): fix coords
3083         (moveUp): fix crash
3084
3085 2004-02-12  André Pönitz  <poenitz@gmx.net>
3086
3087         * lyxtext.h:
3088         * text.C:
3089         * text2.C:
3090         * text3.C: add LCursor & parameter to most cursor movement functions
3091           remove usage of LyXText::cursorRow() and cursorPar()
3092
3093         * cursor.[Ch]: add textRow() needed members
3094
3095         * BufferView.C:
3096         * BufferView_pimpl.C:
3097         * paragraph.[Ch]:
3098         * BufferView.C:
3099         * BufferView_pimpl.C: adjust
3100
3101 2004-02-11  André Pönitz  <poenitz@gmx.net>
3102
3103         * lyxfunc.C:
3104         * BufferView.[Ch]:
3105         * BufferView_pimpl.C: shift undo/redo handling
3106
3107         * cursor.[Ch]: fix mathed crash
3108
3109         * lyxfind.C:
3110         * lyxtext.h: move selectionAsText to LCursor
3111
3112         * output_latex.C:
3113         * paragraph.C:
3114         * text.C:
3115         * text2.C:
3116         * text3.C: adjust
3117
3118         * rowpainter.C: fix excessive drawing
3119
3120 2004-02-06  André Pönitz  <poenitz@gmx.net>
3121
3122         * BufferView.[Ch]:
3123         * BufferView_pimpl.[Ch]:
3124         * text3.C: move some text specific LFUN handling
3125
3126 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3127
3128         * text3.C (checkInsetHit): adjust coords
3129         * text2.C (getColumnNearX): adjust coords
3130         (edit): adjust coords
3131         * text.C (getRowNearY): add two asserts
3132
3133 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3134
3135         * converter.C:
3136         * format.C: add using std::distance to compile on gcc 2.95/stlport
3137
3138 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3139
3140         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3141
3142 2004-02-04  André Pönitz  <poenitz@gmx.net>
3143
3144         * BufferView.[Ch] (insertInset):
3145         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3146
3147         * text2.C:
3148         * text3.C: adjust
3149
3150 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3151
3152         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3153         on the default clause of the switch
3154         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3155         wasn't catched by LCursor::dispatch
3156
3157 2004-02-03  André Pönitz  <poenitz@gmx.net>
3158
3159         * BufferView.C:
3160         * cursor.[Ch]: some additional asserts
3161
3162         * undo.[Ch]: remove LyXText dependency in interface
3163
3164         * lyxfunc.C: adjust
3165
3166         * lyxtext.h (firstPar, lastPar): remove dead functions
3167
3168         * text.C:
3169         * text2.C:
3170         * text3.C:
3171         * paragraph.[Ch]: adjust
3172
3173 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3174
3175         * lyxfind.C (find): fix argument order in call to ::find
3176
3177 2004-02-02  André Pönitz  <poenitz@gmx.net>
3178
3179         * cursor.[Ch]: remove direct access to anchor
3180
3181         * text.C: remove findText() hack
3182
3183 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3184
3185         * iterators.[Ch] (lockPath): remove in favour of...
3186         * BufferView.[Ch] (setCursor): this addition
3187         * BufferView.C (putSelectionAt): adjust
3188         * undo.C (performUndoOrRedo): adjust
3189         * lyxfunc.C (dispatch): adjust
3190
3191 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3192
3193         * iterators.C (lockPath): add a missing slice
3194         * undo.C (performUndoOrRedo): remove redundant positioning code
3195
3196 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
3197
3198         * vc-backend.C (scanMaster): ";" -> ';'
3199
3200 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
3201
3202         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3203         std::binary_function
3204
3205         * lyxtextclass.C (compare_name): rename to...
3206         (LayoutNamesEqual): ...this
3207
3208         * lyxlex_pimpl.C (compare_tags): inherit from
3209         std::binary_function, put back into anon namespace
3210
3211         * lyxfind.C (MatchString): inherig from std::binary_function
3212         (findChange): use empty() istead of !size()
3213
3214         * format.C (FormatNamesEqual): new functor
3215         (getFormat): use it
3216         (getNumber): use it
3217         (add): use it
3218         (erase): use it
3219         (setViewer): use it
3220
3221         * converter.C (compare_Converter): rename to...
3222         (ConverterEqual): ...this, and fixup a bit.
3223         (getConverter): use it, and make function const
3224         (getNumber): use it, and make function const
3225         (add): use it
3226         (erase): use it:
3227
3228         * bufferlist.C: add using boost::bind
3229
3230         * MenuBackend.C (MenuNamesEqual): new functor
3231         (hasMenu): use it, and make function const
3232         (hasSubmenu): use nested bind to get rid of compare_memfun.
3233
3234 2004-01-30  André Pönitz  <poenitz@gmx.net>
3235
3236         * BufferView_pimpl.C:
3237         * cursor.C:
3238         * cursor.h:
3239         * cursor_slice.[Ch]:
3240         * lyxfunc.C:
3241         * lyxtext.h:
3242         * paragraph_funcs.C:
3243         * paragraph_funcs.h:
3244         * rowpainter.C:
3245         * text.C:
3246         * text2.C:
3247         * text3.C: move some of the edit(x,y) handling to the insets
3248         some coordinate changes.
3249
3250 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3251
3252         * text.C: add using statements for std::advance and std::distance
3253
3254         * paragraph.C: add using statement for std::distance
3255
3256         * lyxfind.C: add using statement for std::advance
3257
3258         * cursor.C (region): remove std:: from swap
3259         (openable): use nucleus in stead of operator->
3260
3261         * BufferView.C: add using statements for std::distance and std::swap
3262
3263 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3264
3265         * iterators.C: Remove the pimple, move the needed structures to
3266         the header file. Create accessor for the positions stack.
3267         (asPosIterator): remove function
3268
3269         * PosIterator.C (PosIterator): move constructors to top of file
3270         (PosIterator): reimplement the constructor taking a ParIterator in
3271         terms of setFrom.
3272         (setFrom): new function
3273         (operator!=): inline it
3274
3275 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3276
3277         * lyxfind.C (replaceAll): use std::advance
3278
3279         * iterators.h: inherit from std::iterator.
3280
3281         * PosIterator.C (advance, distance): remove
3282         * PosIterator.h: interit from std::iterator.
3283
3284 2004-01-26  André Pönitz  <poenitz@gmx.net>
3285
3286         * BufferView.[Ch]:
3287         * BufferView_pimpl.[Ch]:
3288         * InsetList.[Ch]:
3289         * PosIterator.[Ch]:
3290         * buffer.h:
3291         * bufferview_funcs.C:
3292         * cursor.[Ch]:
3293         * cursor_slice.h:
3294         * factory.[Ch]:
3295         * iterators.[Ch]:
3296         * lyxfind.C:
3297         * lyxfunc.C:
3298         * lyxtext.h:
3299         * output_docbook.C:
3300         * output_latex.C:
3301         * output_linuxdoc.C:
3302         * output_plaintext.C:
3303         * paragraph.[Ch]:
3304         * paragraph_funcs.[Ch]:
3305         * paragraph_pimpl.[Ch]:
3306         * rowpainter.C:
3307         * tabular.C:
3308         * tabular.h:
3309         * text.C:
3310         * text2.C:
3311         * text3.C: more IU:  dumps most of the rest of the mathcursor
3312     implementation into cursor.[Ch]; "globalize" a bit of it.
3313
3314 2004-01-25  Angus Leeming  <leeming@lyx.org>
3315
3316         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3317
3318 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3319
3320         * LaTeXFeatures.h: add nice_ and nice() const
3321         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3322
3323 2004-01-20  André Pönitz  <poenitz@gmx.net>
3324
3325         * BufferView.[Ch]:
3326         * BufferView_pimpl.C:
3327         * PosIterator.C:
3328         * bufferview_funcs.C:
3329         * cursor.[Ch]:
3330         * cursor_slice.[Ch]:
3331         * factory.C:
3332         * iterators.C:
3333         * lyx_cb.C:
3334         * lyxfind.C:
3335         * lyxfunc.C:
3336         * lyxtext.h:
3337         * rowpainter.C:
3338         * text.C:
3339         * text2.C:
3340         * text3.C:
3341         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3342           LCursor and mathcursor parts to LCursor and InsetBase.
3343
3344 2004-01-15  André Pönitz  <poenitz@gmx.net>
3345
3346         * cursor_slice.[Ch]: add a few covienience functions
3347
3348         * funcrequest.[Ch]: remove BufferView * member
3349
3350         * BufferView_pimpl.C:
3351         * cursor.C:
3352         * factory.[Ch]:
3353         * lyxfind.[Ch]:
3354         * lyxfunc.C:
3355         * lyxtext.h:
3356         * text3.C:
3357         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3358
3359 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3360
3361         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3362         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3363
3364 2004-01-13  André Pönitz  <poenitz@gmx.net>
3365
3366         * textcursor.[Ch]:
3367         * lyxtext.h: hide cursor and selection anchor behind accessor function
3368
3369         * BufferView.C:
3370         * BufferView_pimpl.[Ch]:
3371         * PosIterator.C:
3372         * bufferview_funcs.C:
3373         * cursor.h:
3374         * lyxfind.C:
3375         * lyxfunc.C:
3376         * text.C:
3377         * text2.C:
3378         * text3.C:
3379         * undo.C: adjust
3380
3381         * cursor.h:
3382         * cursor_slice.[Ch]: some integer type changes for inset unification
3383
3384         * lyxcursor.[hC]: remove, it's CursorSlice now.
3385
3386         * Makefile.am:
3387         * BufferView_pimpl.[Ch]:
3388         * bufferview_funcs.C:
3389         * cursor_slice.C:
3390         * lyxtext.h:
3391         * text.C:
3392         * text2.C:
3393         * text3.C:
3394         * textcursor.[Ch]: adjust
3395
3396 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3397
3398         * text2.C (undoSpan): add and use
3399         * text.C (breakParagraph): use undoSpan (fix bug 578)
3400         * lyxtext.h: adjust
3401
3402 2004-01-08  Angus Leeming  <leeming@lyx.org>
3403
3404         * BufferView_pimpl.C (MenuInsertLyXFile):
3405         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3406         * lyxfunc.C (menuNew, open, doImport):
3407         FileFilterList change to the FileDialog open and save functions.
3408
3409 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3410
3411         * ShareContainer.h: make isEqual and isUnique adaptable
3412
3413         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3414
3415 2004-01-07  Angus Leeming  <leeming@lyx.org>
3416
3417         * LyXAction.C:
3418         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3419
3420         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3421
3422         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3423         functions replacing find, replace and replaceAll.
3424
3425         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3426         LFUN_WORDFIND(FORWARD|BACKWARD).
3427
3428 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3429
3430         * text.C (breakParagraph): remove an outdated #warning
3431
3432 2004-01-07  André Pönitz  <poenitz@gmx.net>
3433
3434         * lyxfind.C: somewhat clearer logic
3435
3436         * text.C: prevent crash in cursorX on unitialized row cache
3437
3438 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3439
3440         * lyxcursor.[Ch] (operator>): add
3441         * textcursor.C (selStart, selEnd): use std::min and std::max
3442
3443 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3444
3445         * Chktex.C: include boost/format.hpp
3446
3447 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3448
3449         * InsetList.C: replace functor MathcIt with adaptable functor
3450         InsetTablePosLess
3451         (insetIterator): modify accordingly
3452
3453         * BranchList.h: move the BranchNamesEqual functor here from...
3454         * BranchList.C: ... to here
3455
3456         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3457         SameName and match.
3458         (add): replace a finding loop with std::find_if.
3459
3460 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3461
3462         * output_docbook.C: moving LatexParam functionality into
3463         .layout files
3464
3465 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3466
3467         * buffer.C: increment format to 229.
3468
3469 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3470
3471         * LaTeXFeatures.C:
3472         * lyx_sty.[Ch]: remove minipageindent_def
3473
3474         * LyXAction.C:
3475         * factory.C:
3476         * lfuns.h:
3477         * lyxfunc.C:
3478         * text3.C: remove LFUN_INSET_MINIPAGE
3479
3480 2003-12-28  Angus Leeming  <leeming@lyx.org>
3481
3482         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3483
3484 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3485
3486         * text2.C (setParagraph): fix off-by-one crash
3487
3488 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3489
3490         * output_docbook.C: header stuff for AGU
3491
3492 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3493
3494         * text2.C (redoCursor): remove
3495         * text.C:
3496         * text3.C:
3497         * BufferView_pimpl.C: remove calls to redoCursor and
3498         setCursor(cursor.par(), cursor.pos()) all around
3499
3500 2003-12-15  Angus Leeming  <leeming@lyx.org>
3501
3502         * buffer.C: up the format to 228.
3503
3504 2003-12-15  André Pönitz  <poenitz@gmx.net>
3505
3506         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3507         slices
3508
3509         * Makefile.am:
3510
3511         * BufferView_pimpl.C:
3512         * cursor.[Ch]:
3513         * lyxcursor.[Ch]:
3514         * rowpainter.[Ch]:
3515         * lyxtext.h:
3516         * text.C:
3517         * text2.C:
3518         * text3.C: adjust
3519
3520 2003-12-15  Angus Leeming  <leeming@lyx.org>
3521
3522         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3523         than getFromGUIName to manipulate the color.
3524
3525 2003-12-14  Angus Leeming  <leeming@lyx.org>
3526
3527         * BranchList.[Ch]: minimize the API.
3528         (Branch::getBranch, getColor): now return a 'const &'.
3529         (Branch::setSelected) now returns a bool set to true if the
3530         selection status changes.
3531         (BranchList::clear, size, getColor, setColor, setSelected,
3532         allBranches, allSelected, separator): removed.
3533         (BranchList::find): new functions, returning the Branch with
3534         the given name.
3535         (BranchList::add, remove): return a bool indicating that
3536         the operation was successful.
3537
3538         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3539         new InsetBranch::isBranchSlected member function.
3540
3541         * LColor.[Ch]: mimimize the API.
3542         (fill): renamed as addColor and made private.
3543         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3544         versions of these functions taking a string arg have been removed.
3545
3546         * bufferparams.C (readToken):
3547         * lyxfunc.C (dispatch):
3548         * lyxrc.C (read): changes due to the altered BranchList and
3549         LColor APIs.
3550
3551         * factory.C (createInset, readInset): changes due to altered
3552         InsetBranch c-tor.
3553
3554 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3555
3556         * factory.C:
3557         * lyxfunc.C: remove insetminipage. "minipage-insert"
3558         now produces a frameless minipage box inset.
3559
3560 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3561
3562         * textcursor.[Ch] (selStart,selEnd): add new methods
3563         remove selection::start, end, use LyXCursor::operator<
3564         * lyxcursor.[Ch] (operator<): add
3565         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3566         * BufferView.[Ch] (unsetXSel): add
3567         * text2.C (clearSelection): use unsetXSel,adjust
3568         * text.C: adjust
3569         * text3.C: adjust
3570         * rowpainter.C: adjust
3571         * bufferview_funcs.C (put_selection_at): adjust
3572
3573 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3574
3575         * BufferView_pimpl.C: small coord. correction
3576
3577 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3578
3579         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3580         dragging over the splash screen.
3581
3582 2003-12-11  Angus Leeming  <leeming@lyx.org>
3583
3584         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3585         as it is now handled in LyXText::dispatch.
3586
3587         * text3.C (doInsertInset): remove a level of nesting.
3588
3589 2003-12-11  Angus Leeming  <leeming@lyx.org>
3590
3591         * factory.C (createInset): changes due to the changed interface to
3592         InsetCommandMailer::string2params.
3593
3594 2003-12-10  Angus Leeming  <leeming@lyx.org>
3595
3596         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3597         'dialog-show-new-inset <inset name>'
3598
3599 2003-12-10  Angus Leeming  <leeming@lyx.org>
3600
3601         * buffer.C: up the format to 227.
3602
3603         * factory.C: the box inset is now identified simply by 'Box'.
3604
3605 2003-12-10  Angus Leeming  <leeming@lyx.org>
3606
3607         * buffer.C: up the format to 226.
3608
3609         * factory.C: the note inset is now identified simply by 'Note'.
3610
3611 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3612
3613         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3614         when a pit is enough. Standarize a couple of loops.
3615
3616 2003-12-05  Angus Leeming  <leeming@lyx.org>
3617
3618         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3619         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3620         data to the re-worked "log" dialog.
3621
3622 2003-12-03  André Pönitz  <poenitz@gmx.net>
3623
3624         * PosIterator.C:
3625         * iterators.C:
3626         * lyxtext.h:
3627         * output_latex.C:
3628         * paragraph_funcs.C:
3629         * text.C:
3630         * text2.C: use Inset::getText instead of Inset::getParagraph
3631
3632 2003-12-03  André Pönitz  <poenitz@gmx.net>
3633
3634         * buffer.[Ch]:
3635         * lyxtext.h:
3636         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3637         InsetText::read() as LyXText::read()
3638
3639 2003-12-02  Angus Leeming  <leeming@lyx.org>
3640
3641         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3642         type. Add a comment in the implementation that the function uses
3643         the stream's bad() function rather than fail() as the std::streams
3644         would do.
3645
3646 2003-12-02  André Pönitz  <poenitz@gmx.net>
3647
3648         * lyxlex.[Ch]: make interface more similar to std::stream
3649
3650         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3651
3652 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3653
3654         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3655
3656 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3657
3658         * vspace.[Ch]: remove VSpace::NONE
3659
3660 2003-12-01  André Pönitz  <poenitz@gmx.net>
3661
3662         * buffer.[Ch]:
3663         * lyxtext.h: move ParagraphList member to LyXText
3664         rename LyXText::ownerParagraphs to LyXText::paragraph
3665
3666         * CutAndPaste.C:
3667         * bufferview_funcs.C:
3668         * iterators.[Ch]:
3669         * lyx_cb.C:
3670         * paragraph.C:
3671         * rowpainter.C:
3672         * tabular.C:
3673         * text.C:
3674         * text2.C:
3675         * text3.C: adjust
3676
3677         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3678
3679         * undo.C: fix cursor positioning
3680
3681 2003-12-01  John Levon  <levon@movementarian.org>
3682
3683         * BufferView_pimpl.C: fix a crash on exit with
3684         a buffer open
3685
3686 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3687
3688         * BranchList.C: fix setSelected() method.
3689
3690 2003-11-28  André Pönitz  <poenitz@gmx.net>
3691
3692         * ParagraphParameters.[Ch]:
3693         * ParameterStruct.h: remove space above/below from Paragraph to
3694          InsetVSpace
3695
3696         * BufferView_pimpl.C:
3697         * factory.C:
3698         * lyxfunc.C:
3699         * lyxtext.h:
3700         * output_latex.C:
3701         * paragraph.C:
3702         * paragraph_funcs.C:
3703         * rowpainter.[Ch]:
3704         * text.C:
3705         * text2.C:
3706         * text3.C: adjust
3707
3708 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3709
3710         * factory.C: Syntax change for CharStyles
3711
3712 2003-11-28  André Pönitz  <poenitz@gmx.net>
3713
3714         * BufferView.[Ch]:
3715         * BufferView.[Ch]:
3716         * buffer.[Ch]:
3717         * buffer.[Ch]: move LyXText member
3718
3719 2003-11-28  André Pönitz  <poenitz@gmx.net>
3720
3721         * BufferView.[Ch]: make LyXText * text a private member
3722
3723         * BufferView_pimpl.C:
3724         * cursor.C:
3725         * iterators.C:
3726         * lyx_cb.C:
3727         * lyxfind.C:
3728         * lyxtext.h:
3729         * rowpainter.[Ch]:
3730         * text.C:
3731         * text2.C:
3732         * undo.C: adjust
3733
3734         * output_plaintext.C: cleanup
3735
3736 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3737
3738         * buffer.C:
3739         * lyxtextclass.[Ch]: parametrize SGML document header
3740
3741 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3742
3743         * converter.[Ch]:
3744         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3745         getFlavor().
3746
3747 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3748
3749         * text2.C (setFont): rework using PosIterator (no more recursive)
3750         (setCharFont): no more needed
3751         (setLayout): no more selection cursors fiddling (done by redoCursor)
3752         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3753         destroy remaining ones)
3754
3755 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3756
3757         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3758         * lyxtext.h: ditto
3759         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3760         selection cursors
3761         * lyxfunc.C: adjust
3762         * text3.C: adjust + re-allow multi par depth changes
3763         * textcursor.C: simplify a bit
3764
3765 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3766
3767         * src/buffer.C:
3768         * src/lyxlayout.C:
3769         * src/lyxlayout.h:
3770         * src/lyxtext.h:
3771         * src/output_docbook.C:
3772         * src/output_latex.C:
3773         * src/paragraph.C:
3774         * src/paragraph.h:
3775         * src/sgml.C:
3776         * src/sgml.h:
3777         * src/text2.C: Introducing a number of tags parametrizing various
3778         XML formats that we may want to support
3779
3780 2003-11-25  André Pönitz  <poenitz@gmx.net>
3781
3782         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3783
3784         * lyxtext.h (leftMargin/rightMargin): simplify interface
3785
3786         * rowpainter.C:
3787         * text.C:
3788         * text2.C:
3789         * text3.C: adjust
3790
3791 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3792
3793         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3794         master file to any child files. Fixes bug 546.
3795
3796 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3797
3798         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3799
3800 2003-11-24  André Pönitz  <poenitz@gmx.net>
3801
3802         * rowpainter.C: simplification
3803
3804         * text2.C (updateCounters): remove call to redoParagraph on
3805         changed labels as this is far too expensive.
3806
3807 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3808
3809         * converter.C (convert): fix a crash: this function gets
3810         called with buffer == 0 from importer code.
3811
3812 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3813
3814         * text3.C (cursorPrevious): make sure that we do not compare
3815         iterators form different containers.
3816         (cursorNext): ditto
3817
3818         * rowpainter.C (paintSelection): make sure that we do not compare
3819         iterators from different containers.
3820
3821         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3822         iterators from different ParagraphList containers.
3823         [NEXT] ditto
3824
3825         * text2.C (LyXText): change order of initialization slightly
3826         (operator=): new function. copy all variables except cache_par_
3827         (moveUp): make sure that we do not compare iterators from
3828         different ParagraphList constainers.
3829         (moveDown): ditto
3830
3831         * text.C (firstPar): new function
3832         (lastPar): new function
3833         (endPar): new function
3834
3835         * lyxtext.h: move things around and group public functions, public
3836         variables, private functions, private variables
3837
3838 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3839
3840         * factory.C: change call to InsetERT constructor to avoid
3841         additional invocation of method status
3842         * text2.C (toggleInset): remove redundant update() call
3843         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3844         instead of a Bufferview pointer
3845
3846 2003-11-21  André Pönitz  <poenitz@gmx.net>
3847
3848         * rowpainter.C: simplification
3849
3850 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3851
3852         * text3.C (dispatch): make possible to extend a word/row selection
3853         with the mouse
3854
3855 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3856
3857         * lyxtext.h: x0_,y0_ -> xo_,yo_
3858         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3859         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3860         * rowpainter.C (paintRows): paint full paragraphs
3861
3862 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3863
3864         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3865         screen coordinates)
3866
3867 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3868
3869         * lyxtext.h: add x0_, y0_
3870         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3871         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3872
3873 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3874
3875         * text2.C (setCursorIntern): move the x_target update here *
3876         * text3.C: change some bv() to true/false in calls to
3877         cursorUp/Down/Right/Left
3878         * cursor.C: use helper function.
3879
3880 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3881
3882         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3883         * paragraph_funcs.[Ch]: correct comment
3884         * rowpainter.C: do not paint selections away from bv->cursor()
3885         Fix a long standing selection painting bug.
3886         * text3.C: generalize mouse-selection code to LyXTexts other that
3887         top one
3888         * textcursor.C: do not use y coords if we can use par offsets
3889
3890 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3891
3892         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3893         cursor position after e.g. inset insert)
3894
3895 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3896
3897         * lyxfind.C (replace): adjust to locking removal + some
3898         code simplification
3899
3900 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3901
3902         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3903         of the path
3904
3905 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3906
3907         * lyxlayout.[Ch]:
3908         * output_docbook.C: XML sanitation: new layout
3909         parameters InnerTag and CommandDepth
3910
3911 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3912
3913         * BufferView_pimpl.C:
3914         * factory.C:
3915         * text3.C: Fix the insertion and modification of button-style
3916         insets
3917
3918 2003-11-13  André Pönitz  <poenitz@gmx.net>
3919
3920         * InsetList.[Ch]: remove deleteLyXText
3921
3922         * paragraph.[Ch]: cache beginOfBody position
3923
3924         * Bidi.C:
3925         * text.C:
3926         * text2.C:
3927         * text3.C: remove superfluous update() calls
3928
3929         * vspace.C: cleanup
3930
3931 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3932
3933         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3934         * BufferView.C (fitLockedInsetCursor): remove
3935         * cursor.[Ch] (getDim): add
3936         * text.C (getRowNearY): add faster version
3937         * text3.C: remove some update calls
3938
3939 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3940
3941         * LaTeXFeatures.C:
3942         * LyXAction.C:
3943         * MenuBackend.C:
3944         * MenuBackend.h:
3945         * dispatchresult.h:
3946         * factory.C:
3947         * lfuns.h:
3948         * lyxfunc.C:
3949         * lyxtextclass.C:
3950         * lyxtextclass.h:
3951         * text3.C: The Character Style /XML short element patch.
3952
3953 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3954
3955         * text3.C:
3956         * factory.C: Small step to solving 'unable to insert some insets'
3957         problem
3958
3959 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3960
3961         * cursor.[Ch] (updatePos): new function for updating the y
3962         position of the tip inset
3963         * bufferview_funcs.C (put_selection_at):
3964         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3965
3966 2003-11-11  André Pönitz  <poenitz@gmx.net>
3967
3968         * text.C: remove big comment on invalid Paragraph pointers as it is
3969         not valid anymore
3970
3971 2003-11-11  André Pönitz  <poenitz@gmx.net>
3972
3973         * text_funcs.[Ch]: merge with ...
3974
3975         * text.C: ... this
3976
3977         * lyxtext.h:
3978         * text2.C:
3979         * text3.C: adjust
3980
3981         * Makefile.am: remove text_funcs.[Ch]
3982
3983 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3984
3985         * cursor.C (getPos): return absolute cached y coord
3986
3987         * BufferView_pimpl.C (fitCursor): new simplistic code
3988         (workAreaDispatch): add a fitCursor call
3989
3990 2003-11-10  André Pönitz  <poenitz@gmx.net>
3991
3992         * BufferView.[Ch]:
3993         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3994
3995 2003-11-10  André Pönitz  <poenitz@gmx.net>
3996
3997         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3998         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3999         indicate that the cursor needs to leave an inset
4000
4001         * lyxtext.h: remove inset locking
4002
4003         * cursor.[Ch]: re-implement functionality provided by inset locking
4004
4005         * BufferView.[Ch]:
4006         * BufferView_pimpl.[Ch]:
4007         * LyXAction.C:
4008         * bufferview_funcs.[Ch]:
4009         * factory.C:
4010         * funcrequest.[Ch]:
4011         * iterators.C:
4012         * lyx_cb.C:
4013         * lyxfind.C:
4014         * lyxfunc.C:
4015         * text.C:
4016         * text2.C:
4017         * text3.C:
4018         * undo.C: adjust
4019
4020 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4021
4022         * PosIterator.[Ch]: replace the stack with a vector, add inset
4023         accesor
4024         * iterators.[C]: adjust
4025
4026 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4027
4028         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4029         replaced
4030         * paragraph_funcs.C (readParToken): put the correct id in the
4031         error item, not the id of the top paragraph
4032
4033 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4034
4035         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4036         * bufferview_funcs.C (put_selection_at): use the above
4037
4038 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4039
4040         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4041
4042 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4043
4044         * output_linuxdoc.h:
4045         * output_plaintext.h:
4046         * output.h:
4047         * output_docbook.h: add #include statements
4048
4049 2003-11-05  José Matos  <jamatos@lyx.org>
4050
4051         * output_docbook.[Ch]:
4052         * output_latex.[Ch]:
4053         * output_linuxdoc.[Ch]:
4054         * output_plaintext.[Ch]: New files for output formats.
4055         * output.[Ch]: New file for helper functions.
4056
4057         * buffer.[Ch]:
4058         * paragraph_funcs.[Ch]: output functions moved to new files.
4059
4060         * outputparams.h: rename of latexrunparams.h
4061
4062         * LaTeX.[Ch]:
4063         * buffer.[Ch]:
4064         * bufferlist.[Ch]:
4065         * converter.[Ch]:
4066         * exporter.C:
4067         * paragraph.[Ch]:
4068         * paragraph_funcs.[Ch]:
4069         * paragraph_pimpl.[Ch]:
4070         * tabular.[Ch]: rename ascii to plaintext
4071         and LatexRunParams to OutputParams.
4072
4073 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4074
4075         * iterators.[Ch] (text): require bv argument
4076         * undo.C (recordUndo):
4077         * lyxfunc.C (dispatch):
4078         * bufferview_funcs.C (put_selection_at): adjust
4079
4080 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
4081
4082         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4083
4084 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4085
4086         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4087         nestings
4088
4089 2003-11-04  André Pönitz  <poenitz@gmx.net>
4090
4091         * cursor.[Ch]: restructure
4092
4093         * BufferView.[Ch]:
4094         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4095
4096         * iterators.[Ch] (asCursor): remove
4097
4098         * lfuns.h: remove LFUN_INSET_EDIT
4099
4100         * lyxfunc.C:
4101         * tabular.C:
4102         * text.C:
4103         * text2.C:
4104         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4105
4106 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4107
4108         * lyxfind.[Ch]: complete overhaul
4109         * BufferView_pimpl.C:
4110         * lyxfunc.C: adjust
4111         * paragraph.[Ch] (insert): add
4112
4113 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4114
4115         * BufferView.[Ch]:
4116         * lyxtext.h:
4117         * text.C: remove dead spellcheck code
4118
4119 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4120
4121         * dispatchresult.h: add a val setter
4122
4123         * cursor.C (dispatch): use a tempvar for data_[i]
4124
4125 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4126
4127         * PosIterator.[Ch]: compile fix
4128
4129 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4130
4131         * text.C (cursorPar): deactivate the cursor cache
4132
4133 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4134
4135         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4136
4137 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4138
4139         * text3.C (dispatch): adjust for new DisptchResult semantics.
4140
4141         * lyxfunc.C (dispatch): handle update when return from
4142         Cursor::dispatch, adjust for new DispatchResult semantics.
4143
4144         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4145         DispatchResult(true) mean to not update. Add class functions for
4146         setting dispatched and update, as well as reading.
4147
4148         * cursor.C (dispatch): don't handle update here
4149
4150 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4151
4152         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4153         * trans_mgr.C: adjust
4154
4155         * paragraph_funcs.C (readParToken): exception safety
4156
4157         * lyxvc.h: store the vcs pointer in a scoped_ptr
4158         * lyxvc.C: adjust
4159
4160         * lyxsocket.C (serverCallback): exception safety
4161
4162         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4163
4164         * ispell.C (clone): make it return a auto_ptr
4165
4166         * factory.C (createInset): exception safety
4167         (readInset): exception safety
4168
4169         * bufferlist.C (newBuffer): exception safety
4170
4171         * Thesaurus.C (Thesaurus): use initialization for aik_
4172
4173         * MenuBackend.C (expandToc): exception safety.
4174
4175 2003-11-03  André Pönitz  <poenitz@gmx.net>
4176
4177         * buffer.C:
4178         * buffer.h:
4179         * bufferview_funcs.C: remove getInsetFromId()
4180
4181         * lyxcursor.[Ch]:
4182         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4183
4184         * lyxfunc.C:
4185         * text2.C:
4186         * text3.C: adjust
4187
4188 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4189
4190         * PosIterator.C (distance, advance): new
4191         * bufferview_funcs.[Ch] (put_selection_at): new
4192         * iterators.[Ch] (lockPath): new
4193
4194 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4195
4196         * iterators.[Ch] (asPosIterator): added
4197         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4198         * PosIterator.[Ch]: added
4199
4200 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4201
4202         * text3.C:
4203         * lyxfunc.C:
4204         * cursor.C (dispatch):
4205         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4206
4207         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4208         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4209         contructor, add a class function dispatched. Remove operator>=
4210
4211 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4212
4213         * debug.C: only use the default constructor for debugstream
4214         (lyxerr) here.
4215
4216         * main.C (main): include debug.h and setup the lyxerr streambuf
4217         here.
4218
4219 2003-10-31  José Matos  <jamatos@lyx.org>
4220
4221         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4222
4223         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4224         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4225         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4226         * paragraph_pimpl.C (simpleTeXSpecialC):
4227         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4228         add LatexRunParams argument.
4229
4230         * exporter.C (Export): change call accordingly.
4231
4232         * latexrunparams.h: add new member to take care of the other backends.
4233 2003-10-30  José Matos  <jamatos@lyx.org>
4234
4235         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4236         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4237         factorise code for paragraph output.
4238         * buffer.[Ch]:
4239         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4240         move functions.
4241
4242 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4243
4244         * text3.C (dispatch):
4245         * lyxfunc.C (dispatch):
4246         * cursor.C (dispatch):
4247         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4248
4249         * dispatchresult.h: make the dispatch_result_t ctor explicit
4250
4251 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4252
4253         * sgml.[Ch]:
4254         * buffer.C: small refactoring of docbook stuff
4255
4256 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4257
4258         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4259         meaning.
4260
4261 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4262
4263         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4264         operator dispatch_result_t, and operators for == != and >=
4265
4266         * cursor.C (dispatch): adjust for operator dispatch_result_t
4267         removal. comment out call to update
4268
4269         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4270
4271 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4272
4273         * text3.C:
4274         * text2.C:
4275         * text.C:
4276         * lyxtext.h:
4277         * lyxfunc.C:
4278         * cursor.C:
4279         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4280         (dispatch):
4281
4282         * dispatchresult.h: new file, DispatchResult broken out of
4283         insets/insetbase.h
4284
4285         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4286
4287 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4288
4289         * text.C (rowBreakPoint): put a hack inside #if 0
4290
4291 2003-10-28  André Pönitz  <poenitz@gmx.net>
4292
4293         * lyxtext.h:
4294         * metricsinfo.C:
4295         * paragraph_funcs.C:
4296         * rowpainter.C:
4297         * text.C:
4298         * text2.C: general cleanup (lots of small stuff)
4299
4300 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4301
4302         * text2.C (cursorEnd): simple fix to the "end key goes to one
4303         before the end on last row" bug
4304
4305 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4306
4307         * text.C (backspace): fix the "zombie characters"
4308
4309 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4310
4311         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4312
4313 2003-10-27  André Pönitz  <poenitz@gmx.net>
4314
4315         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4316
4317         * factory.C: handle new InsetPagebreak, InsetLine
4318
4319         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4320         and move handling into new InsetPagebreak, InsetLine
4321
4322         * BufferView_pimpl.C:
4323         * LyXAction.C:
4324         * ParagraphParameters.C:
4325         * ParameterStruct.h:
4326         * lyxfunc.C:
4327         * lyxtext.h:
4328         * paragraph.C:
4329         * paragraph.h:
4330         * paragraph_funcs.C:
4331         * paragraph_pimpl.C:
4332         * rowpainter.C:
4333         * text.C:
4334         * text2.C:
4335         * text3.C: adjust
4336
4337 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4338
4339         * text.C:
4340         * lyxrow_funcs.[Ch]:
4341         * Bidi.C:
4342         * paragraph.C:
4343         * lyxtext.h:
4344         * rowpainter.C:
4345         * text2.C:
4346         * text3.C: remove lastPos uses in favour of Row::endpos
4347
4348 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4349
4350         * undo.C (performUndoOrRedo): fix two crashes by setting a
4351         cursor by hand and reordering some calls. Use bv->lockInset instead
4352         of inset->edit because the latter loses cursor information
4353
4354 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4355
4356         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4357         by Martin
4358         (rowBreakPoint): fix width. change point to point + 1.
4359         Add a missing check.
4360
4361 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4362
4363         * MenuBackend.C:
4364         * lyxfunc.C: fix (at least partly) the problems
4365         with the Nav menu and headers inside branch insets
4366         reported by Kayvan
4367
4368 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4369
4370         * paragraph.C (getChar): add strong asserts
4371
4372         * lyxrow_funcs.C (lastPos): remove hideous hack
4373
4374         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4375         (fill): adjust to that (avoid an infinite loop)
4376
4377 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4378
4379         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4380
4381 2003-10-23  André Pönitz  <poenitz@gmx.net>
4382
4383         * RowList_fwd.h: change list<> to vector<> to gain speed
4384         after suggestion from Alfredo
4385
4386 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4387
4388         * lyxtext.h: move the bidi stuff from here...
4389         * text.C: and here
4390         * text2.C: and here
4391         * Bidi.[Ch]: ... to here
4392
4393 2003-10-23  André Pönitz  <poenitz@gmx.net>
4394
4395         * lyxtext.h:
4396         * text.C (isLastRow, isFirstRow): new functions
4397
4398         * paragraph.h: new width cache member
4399
4400         * rowpainter.C: replace RowList::iterator with Row & where possible
4401
4402         * lyxfunc.C: replace several view()->text with a single call
4403
4404         * toc.C: fix 'unused' warning
4405
4406 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4407
4408         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4409         when woring with stream::pos_type
4410         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4411
4412 2003-10-22  André Pönitz  <poenitz@gmx.net>
4413
4414         * lyxtext.h:
4415         * text.C: use Row & instead of RowList::iterator
4416
4417         * lyxrow.h: rename end() to endpos()
4418
4419         * rowpainter.C:
4420         * text.C:
4421         * text2.C: adjust
4422
4423 2003-10-22  Angus Leeming  <leeming@lyx.org>
4424
4425         * buffer.[Ch] (fully_loaded): new member function, returning true
4426         only when the file has been loaded fully.
4427         Used to prevent the premature generation of previews and by the
4428         citation inset to prevent computation of the natbib-style label.
4429
4430         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4431         templates are all set up.
4432
4433         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4434
4435 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4436
4437         * text.C: fixed an "oops" in the "is a bit silly"
4438         bug fix
4439
4440 2003-10-21  André Pönitz  <poenitz@gmx.net>
4441
4442         * FuncStatus.[Ch]: small stuff, whitespace
4443
4444         * lyxfont.[Ch]: operator<<() for debug reasons
4445
4446         * lyxfunc.C:
4447         * lyxrow_funcs.C:
4448         * lyxtext.h: whitespace, spelling
4449
4450         * paragraph.C: naming of variables
4451
4452         * text.C:
4453         * text2.C: small stuff
4454
4455
4456 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4457
4458         * text.C: (1) finish off the inset display() work;
4459         (2) fix the "is a bit silly" bug (accessing char
4460         past end of par).
4461
4462 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4463
4464         * text.C: re-introduce display() for insets, fixing the
4465         various bugs (stretch of line above, math inset
4466         positioning, ...)
4467
4468 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4469
4470         * text.C (rightMargin): remove spurious semicolon
4471
4472         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4473         1415)
4474
4475 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4476
4477         * text3.C: fix one crash due to wrong cursor def
4478
4479 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4480
4481         * vc-backend.C (scanMaster): make the regex static
4482
4483         * LaTeX.C (scanAuxFile): make the regexs static
4484
4485         * text3.C (doInsertInset, dispatch, dispatch):
4486         * text2.C (cursorUp, cursorDown):
4487         * text.C (selectNextWordToSpellcheck):
4488         * BufferView_pimpl.C (dispatch):
4489         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4490
4491 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4492
4493         * lyxsocket.C: include <cerrno>
4494
4495 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4496
4497         * lyxfunc.C (dispatch): remove textcache stuff
4498
4499         * bufferlist.C (release): remove textcache stuff
4500         (closeAll): ditto
4501
4502         * TextCache.C: delete file
4503         * TextCache.h: delete file
4504
4505         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4506
4507         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4508         delete of the bv_->text.
4509         (resizeCurrentBuffer): remove texcache stuff
4510         (workAreaResize): ditto
4511
4512 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4513
4514         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4515         action.
4516
4517 2003-10-16  André Pönitz  <poenitz@gmx.net>
4518
4519         * lyxrow.[Ch]:
4520         * paragraph.h:
4521         * rowpainter.C:
4522         * text.C:
4523         * text2.C:
4524         * text3.C: speed up by storing y positions per paragraph plus per-row
4525         offset instead of having a 'full' y position in the row.
4526
4527 2003-10-15  André Pönitz  <poenitz@gmx.net>
4528
4529         * iterators.[Ch]:
4530         * iterators.[Ch]:
4531         * undo.[Ch]: make undo aware of inner insets
4532
4533 2003-10-14  Angus Leeming  <leeming@lyx.org>
4534
4535         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4536         static member functions LyX::ref() and LyX::cref.
4537         (lastfiles): new accessor functions for the new lastfiles_ member var.
4538         (addLyXView, views_): add a new LyXView to the list of views_.
4539         (updateInset): loop over all LyXViews to call their own updateInset
4540         member function, returning a pointer to the Buffer owning the inset.
4541
4542         * BufferView_pimpl.C (loadLyXFile):
4543         * MenuBackend.C (expandLastfiles):
4544         * bufferlist.C (MenuWrite, QuitLyX):
4545         lastfiles is no longer a global variable.
4546         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4547
4548         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4549         static function. Access through LyX::cref().emergencyCleanup().
4550
4551 2003-10-14  André Pönitz  <poenitz@gmx.net>
4552
4553         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4554
4555         * undo.[Ch]: restoring part of 'undo in insets'
4556
4557         * Makefile.am:
4558         * undo_funcs.[Ch]: merge with undo.[Ch]
4559
4560         * tabular.C: small cleansing stuff
4561
4562 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4563
4564         * paragraph_funcs.C (readParToken): report unknown insets as error
4565         boxes. Use the outer paragraph as location (also for unknown
4566         tokens).
4567
4568         * factory.C (readInset): do not abort on reading an unknown inset.
4569         Eat it and return 0.
4570
4571 2003-10-13  Angus Leeming  <leeming@lyx.org>
4572
4573         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4574
4575         * lyxrc.C: displayTranslator is now a function,
4576         declared in GraphicsTypes.h.
4577
4578 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4579
4580         * format.C: new placeholder $$a to pass the socket address.
4581
4582         * bufferlist.[Ch]: new function getBufferFromTmp.
4583
4584         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4585           files in the temporary dir.
4586
4587 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4588
4589         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4590
4591         * Makefile.am: add lyxsocket.[Ch].
4592
4593         * lyx_main.C (error_handler): handle SIGPIPE.
4594
4595 2003-10-13  André Pönitz  <poenitz@gmx.net>
4596
4597         * BufferView_pimpl.C:
4598         * lyxtext.h:
4599         * text.C:
4600         * text2.C:
4601         * text3.C:
4602         * undo_funcs.[Ch]: use paroffset_type instead of
4603           ParagraphList::iterators to prevent multiple conversion
4604           (and get a more robust interface)
4605
4606 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4607
4608         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4609         * lyxtext.h: ditto
4610         * text3.C (dispatch): ditto
4611
4612 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4613
4614         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4615         move the onlyfile, use onlyfile instead of foundfile in a couple
4616         of places.
4617
4618         * DepTable.C (update): flush the error stream a bit more
4619
4620 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4621
4622         * lyxserver.C (callback): adjust
4623
4624         * lyxfunc.C (getStatus): add a missing brace in commented code
4625         (ensureBufferClean): reindent
4626         (dispatch): delete version taking a string
4627
4628 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4629
4630         * LaTeX.C (deplog): move found file handlig from here...
4631         (handleFoundFile): .. to new function here.
4632         (deplog): make sure to discover several files mentioned on the
4633         same log line.
4634
4635 2003-10-10  André Pönitz  <poenitz@gmx.net>
4636
4637         * lyxfunc.C:
4638         * lyxtext.h:
4639         * tabular.C:
4640         * text.C:
4641         * text2.C:
4642         * text3.C: fix some of the tabular crashes
4643
4644 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4645
4646         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4647
4648         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4649
4650 2003-10-09  André Pönitz  <poenitz@gmx.net>
4651
4652         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4653
4654         * BufferView.C:
4655         * BufferView_pimpl.C:
4656         * bufferview_funcs.C:
4657         * lyx_cb.C:
4658         * lyxcursor.C:
4659         * lyxfind.C:
4660         * lyxfunc.C:
4661         * lyxtext.h:
4662         * text.C:
4663         * text2.C:
4664         * text3.C:
4665         * text_funcs.[Ch]:
4666         * textcursor.[Ch]:
4667         * undo_funcs.C: adjust
4668
4669 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4670
4671         * text2.C (incrementItemDepth): new function, use a backtracking
4672         algorithm to discover the correct item depth.
4673         (resetEnumCounterIfNeeded): new function, use a backtracking
4674         algorithm to discover if counter reset is needed.
4675         (setCounter): use them. Simplify a bit. Add different labels for
4676         different item depths for itemize.
4677
4678         * paragraph.C (Paragraph): remove initialization of enumdepth
4679         (operator=): ditto
4680
4681         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4682         enumerate and itemize. Change the type of itemdepth to signed char.
4683
4684 2003-10-08  André Pönitz  <poenitz@gmx.net>
4685
4686         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4687           thing assignable.
4688         * text.C:
4689         * text2.C: adjust
4690
4691         * tabular.[Ch]: fix crash after 'row-insert'
4692
4693 2003-10-08  Angus Leeming  <leeming@lyx.org>
4694
4695         Fix doxygen warnings.
4696
4697         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4698         Remove CutAndPaste:: prefix from header file declaration.
4699
4700         * LColor.h (fill): remove LColor:: prefix from declaration.
4701
4702         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4703         use lyx::depth_type rather than Paragraph::depth_type so that
4704         header file and .C file match.
4705
4706         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4707
4708         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4709         * aspell.C: \file aspell_local.C -> \file aspell.C
4710         * gettext.C: \file gettext.C -> \file src/gettext.C
4711         * gettext.h: \file gettext.h -> \file src/gettext.h
4712         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4713         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4714         * text.C: \file text.C -> \file src/text.C
4715
4716         * toc.C: move comment so that doxygen is not confused.
4717
4718 2003-10-07  Angus Leeming  <leeming@lyx.org>
4719
4720         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4721
4722 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4723
4724         * aspell.C:
4725         * aspell_local.h: add forgotten std::string's.
4726
4727 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4728
4729         * LaTeXFeatures.C:
4730         * LyXAction.C:
4731         * factory.C:
4732         * lfuns.h:
4733         * lyxfunc.C:
4734         * text3.C: The Box patch. Fancybox support, minipage, parbox
4735
4736 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4737
4738         * CutAndPaste.h:
4739         * DepTable.h:
4740         * FloatList.h:
4741         * LaTeXFeatures.h:
4742         * ParagraphParameters.h:
4743         * TextCache.h:
4744         * Thesaurus.h:
4745         * bufferlist.h:
4746         * exporter.h:
4747         * importer.h:
4748         * lastfiles.h:
4749         * lyxfind.h:
4750         * lyxfont.h:
4751         * lyxlex.h:
4752         * lyxtextclasslist.h:
4753         * messages.h:
4754         * paragraph.h:
4755         * paragraph_pimpl.C:
4756         * textcursor.h: add <string> and other small fixes to make Lars'
4757         std::string patch compile with STLport.
4758
4759 2003-10-06  Angus Leeming  <leeming@lyx.org>
4760
4761         * LColor.h: Add missing #include <string>.
4762
4763 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4764
4765         * All most all file in all subdirs: Make <string> be the prefered
4766         way of getting to std::string, add using declarations.
4767
4768 2003-10-06  André Pönitz  <poenitz@gmx.net>
4769
4770         * metricsinfo.C: initialize LyXFont before changing attribute.
4771         (fixes the 'math in \emph is upright' bug)
4772
4773 2003-10-06  André Pönitz  <poenitz@gmx.net>
4774
4775         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4776
4777 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4778
4779         * graph.C:
4780         * paragraph_pimpl.C: Small fixes to build using STLport
4781
4782 2003-10-02  André Pönitz  <poenitz@gmx.net>
4783
4784         * lyxfunc.C:
4785         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4786
4787 2003-10-01  André Pönitz  <poenitz@gmx.net>
4788
4789         * factory.C: assert early
4790
4791 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4792
4793         * lyx_main.C: remove the global debug object
4794
4795         * debug.h: adjust for new debugstream
4796
4797         * debug.C: adjust for new debugstream and keep the global debug
4798         object here.
4799
4800 2003-09-22  Angus Leeming  <leeming@lyx.org>
4801
4802         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4803         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4804         an incomplete class LyXFont.
4805
4806 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4807
4808         * factory.C: bug fix in branches
4809
4810 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4811
4812         * lyxfunc.C (processKeySym): adjust
4813         (dispatch): adjust
4814         (dispatch): change arg name from ev to func, adjust
4815         (sendDispatchMessage): ditto
4816
4817         * lyx_main.C (defaultKeyBindings): adjust keybindings
4818         (deadKeyBindings): ditto
4819
4820         * kbsequence.C (addkey): return a FuncRequest
4821
4822         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4823
4824         * kbmap.C (bind): take a FuncRequest as arg, adjust
4825         (read): adjust
4826         (lookup): adjust
4827         (defkey): change to take a FuncRequest as arg, adjust
4828         (findbinding): take a FuncRequest as arg, adjust.
4829
4830         * funcrequest.h (operator=): added
4831
4832         * funcrequest.C (FuncRequest): default kb_action changed from
4833         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4834
4835         * buffer.C (dispatch): simplify
4836         (dispatch): adjust to take a FuncRequest as arg, adjust
4837
4838         * boost.C (assertion_failed): change assertion message slightly
4839
4840         * ToolbarBackend.C (read): simplify
4841
4842         * MenuBackend.C (binding): adjust call to findbinding, add a
4843         message if no binding is found.
4844         (read): simplify
4845         (expandToc): correct by adding a empty FuncRequest
4846
4847         * LyXAction.C: include <boost/assert.hpp>
4848         (isPseudoAction): delete function
4849         (LookupFunc): change name to...
4850         (lookupFunc): this. change return type to FuncRequest.
4851         (getActionName): take kb_action as arg, simplify
4852         (funcHasFlag): add an assert, simplify.
4853
4854 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4855
4856         * toc.C (action): return a FuncRequest, simplify
4857
4858         * lyxfunc.C (processKeySym): adjust
4859         (getStatus): delete version that takes an int.
4860         (getStatus): adjust
4861         (dispatch): delete version that takes action as int
4862         (dispatch): adjust
4863         (sendDispatchMessage): simplify and adjust
4864
4865         * funcrequest.C (getArg): take unsigned int as arg
4866
4867         * ToolbarBackend.C (read): adjust
4868         (add): delete version that takes func as a string.
4869         (getIton): take a FuncRequest as arg
4870
4871         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4872         action.
4873
4874         * MenuBackend.C (MenuItem): add a new construct that only takes a
4875         Kind, simplify the constructor use for submenus.
4876         (add): adjust
4877         (expandLastfiles): adjust
4878         (expandDocuments): adjust
4879         (expandFormats): adjust
4880         (expandFloatListInsert): adjust
4881         (expandFloatInsert): adjust
4882         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4883
4884         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4885         Remove class variables lyx_pseudo_map and lyx_arg_map
4886
4887         * LyXAction.C (searchActionArg): delete function
4888         (getPseudoAction): delete function
4889         (retrieveActionArg): delete function
4890         (LookupFunc): make it return kb_action, simplify.
4891         (getActionName): simplify
4892
4893         * factory.C (createInset): fix new bug
4894
4895 2003-09-19  Angus Leeming  <leeming@lyx.org>
4896
4897         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4898         masterFilename_ parameter in the include inset.
4899
4900         * factory.C (createInset): changes due to the changes to InsetInclude.
4901
4902 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4903
4904         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4905
4906 2003-09-18  Angus Leeming  <leeming@lyx.org>
4907
4908         * buffer.C:
4909         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4910         Inset::fillWithBibKeys.
4911         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4912
4913 2003-09-18  Angus Leeming  <leeming@lyx.org>
4914
4915         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4916         variables.
4917         (ctor): pass and store a 'Buffer const &'
4918         (buffer): new member function.
4919
4920         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4921         '*this' to the LaTeXFeatures ctor.
4922
4923 2003-09-18  Angus Leeming  <leeming@lyx.org>
4924
4925         * LColor.h:
4926         * lyxfont.C:
4927         * lyxfont.h:
4928         * lyxtext.h:
4929         * text.C: rename EnumLColor as LColor_color.
4930
4931 2003-09-18  Angus Leeming  <leeming@lyx.org>
4932
4933         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4934         remove #include "insets/insetbase.h" from cursor.h.
4935
4936 2003-09-18  Angus Leeming  <leeming@lyx.org>
4937
4938         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4939         InsetOld_code to remove #include "inset.h".
4940
4941         * iterators.C: add #include "insets/inset.h"
4942
4943 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4944
4945         * BufferView.C: remove more locking stuff that apparently doesn't
4946         do anything sensible.
4947
4948 2003-09-16  André Pönitz  <poenitz@gmx.net>
4949
4950         * paragraph.[Ch]:
4951         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4952           performance boost.
4953
4954 2003-09-16  Angus Leeming  <leeming@lyx.org>
4955
4956         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4957
4958         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4959         arg/return type.
4960
4961         * paragraph.h: remove #include "lyxfont.h". Forward declare
4962         LyXFont_size.
4963
4964 2003-09-16  Angus Leeming  <leeming@lyx.org>
4965
4966         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4967         of support/textutils.h.
4968         (isWord): move the contents of support/textutils.h's IsWordChar here.
4969
4970         * buffer.C:
4971         * lyxfind.C:
4972         * rowpainter.C:
4973         * text.C:
4974         * text2.C: add #include "paragraph.h".
4975
4976         * rowpainter.C:
4977         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4978
4979 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4980
4981         * main.C:
4982         * lyx_main.C:
4983         * lyx_cb.C:
4984         * buffer.C:
4985         * LaTeX.C: use namespace alias for lyx::support::os
4986
4987 2003-09-16  Angus Leeming  <leeming@lyx.org>
4988
4989         * bufferparams.C:
4990         * bufferview_funcs.C:
4991         * factory.C:
4992         * lyxfunc.C:
4993         * paragraph_pimpl.C:
4994         * rowpainter.C:
4995         * text.C: add #include "LColor.h".
4996
4997 2003-09-16  Angus Leeming  <leeming@lyx.org>
4998
4999         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5000         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5001         return LyXFont &.
5002         Store the FontBits::color variable as an int rather than as an
5003         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5004         file.
5005
5006         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5007         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5008         string calls together.
5009
5010         * lyxrc.C: add #include "LColor.h".
5011
5012 2003-09-15  Angus Leeming  <leeming@lyx.org>
5013
5014         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5015         a cow_ptr.
5016
5017 2003-09-15  Angus Leeming  <leeming@lyx.org>
5018
5019         * LColor.h: add an EnumLColor wrapper for LColor::color.
5020
5021         * lyxfont.[Ch] (color, setColor, realColor):
5022         * lyxtext.h, text.C (backgroundColor):
5023         pass EnumLColor args to/from the functions, rather than LColor::color
5024         ones.
5025
5026         * lyxfont.h:
5027         * lyxtext.h: forward declare EnumLColor.
5028
5029         * lyx_main.C: add #include "LColor.h".
5030
5031 2003-09-15  Angus Leeming  <leeming@lyx.org>
5032
5033         * .cvsignore: add lyx-gtk.
5034
5035 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5036
5037         * Chktex.C
5038         * LaTeX.C
5039         * LaTeXFeatures.C
5040         * ParagraphParameters.C
5041         * Spacing.C
5042         * buffer.C
5043         * bufferparams.C
5044         * bufferview_funcs.C
5045         * chset.C
5046         * counters.C
5047         * funcrequest.C
5048         * lyxfont.C
5049         * lyxgluelength.C
5050         * lyxlength.C
5051         * paragraph.C
5052         * paragraph_funcs.C
5053         * text3.C
5054         * vc-backend.C: remove usage of STRCONV
5055
5056 2003-09-15  Angus Leeming  <leeming@lyx.org>
5057
5058         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5059         explicitly define the color passed to the painter.
5060
5061 2003-09-15  Angus Leeming  <leeming@lyx.org>
5062
5063         * bufferparams.C (BufferParams): reorder member initializers to avoid
5064         compiler warning.
5065
5066 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5067
5068         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5069         * text.C (updateRowPositions): remove an unusual nop
5070
5071 2003-09-12  André Pönitz  <poenitz@gmx.net>
5072
5073         * BufferView_pimpl.C:
5074         * Bullet.C:
5075         * layout.h:
5076         * lyxfunc.C:
5077         * lyxlayout.[Ch]:
5078         * lyxtextclass.C:
5079         * rowpainter.C:
5080         * text.C:
5081         * text2.C:
5082         * Counters.[Ch]: finish the 'automatic counters' job
5083
5084 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5085
5086         * aspell.C: include <boost/assert.cpp> (compile fix)
5087
5088 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5089
5090         * boost.C (assertion_failed): use lyx::support::abort instead of
5091         assert.
5092
5093 2003-09-10  Angus Leeming  <leeming@lyx.org>
5094
5095         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5096         with their _fwd progeny.
5097
5098 2003-09-09  Angus Leeming  <leeming@lyx.org>
5099
5100         134 files throughtout the source tree: replace 'using namespace abc;'
5101         directives with the appropriate 'using abc::xyz;' declarations.
5102
5103 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5104
5105         * boost.C (emergencyCleanup): moved here from LAssert.c
5106         (assertion_failed): new function, called by BOOST_ASSERT
5107
5108         * several files: change Assert to BOOST_ASSERT
5109
5110 2003-09-09  Angus Leeming  <leeming@lyx.org>
5111
5112         * buffer.[Ch]: Add an Impl class and move Buffer's member
5113         variables into it. As a result move several header files out of
5114         buffer.h.
5115
5116         Add header files to lots of .C files all over the tree as a result.
5117
5118 2003-09-09  Angus Leeming  <leeming@lyx.org>
5119
5120         * buffer.[Ch]: make Buffer's member variables private. Add
5121         accessor functions.
5122
5123         Lots of changes all over the tree as a result.
5124
5125 2003-09-08  Angus Leeming  <leeming@lyx.org>
5126
5127         * graph.C: #include <config.h>.
5128
5129 2003-09-08  Angus Leeming  <leeming@lyx.org>
5130
5131         * BranchList.C:
5132         * BufferView.C:
5133         * BufferView_pimpl.C:
5134         * CutAndPaste.C:
5135         * DepTable.C:
5136         * LaTeX.C:
5137         * LaTeXFeatures.C:
5138         * LyXAction.C:
5139         * MenuBackend.C:
5140         * TextCache.C:
5141         * aspell.C:
5142         * buffer.C:
5143         * bufferlist.C:
5144         * changes.C:
5145         * chset.C:
5146         * converter.C:
5147         * counters.C:
5148         * debug.C:
5149         * graph.C:
5150         * ispell.C:
5151         * lyx_cb.C:
5152         * lyxfind.C:
5153         * lyxfunc.C:
5154         * lyxlex_pimpl.C:
5155         * lyxrc.C:
5156         * lyxrow.C:
5157         * paragraph.C:
5158         * rowpainter.C:
5159         * texrow.C:
5160         * text.C:
5161         * text2.C:
5162         * toc.C: remove redundant using directives.
5163
5164 2003-09-07  Angus Leeming  <leeming@lyx.org>
5165
5166         * LaTeXFeatures.h: remove #include "support/types.h".
5167         * ToolbarBackend.h: remove #include <algorithm>.
5168         * changes.h: remove #include <ctime>.
5169         * debug.h: remove #include <iosfwd>.
5170         * graph.h: remove #include "support/std_string.h".
5171         * lyx_main.h: remove #include <csignal>.
5172         * lyxlex_pimpl.h: remove #include <fstream>.
5173         * sgml.h: remove #include <algorithm>, <utility>.
5174         * toc.h: remove #include "support/std_ostream.h".
5175         Add #include <iosfwd>.
5176
5177 2003-09-07  Angus Leeming  <leeming@lyx.org>
5178
5179         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5180
5181         * converter.h: forward declare LatexRunParams.
5182         * encoding.h: remove #include "lyxrc.h".
5183         * lyxtext.h: remove #include "LColor.h".
5184         * lyxtextclass.h: remove #include "support/types.h".
5185         * trans.h: remove #include "tex-accent.h".
5186         * trans_mgr.h: remove #include "tex-accent.h".
5187         * insets/inset.h: remove #include "support/types.h", <vector>.
5188         * insets/insetcollapsable.h: remove #include "LColor.h".
5189         * insets/insetinclude.h: remove #include "dimension.h".
5190         * insets/insetlatexaccent.h: remove #include "dimension.h".
5191         * insets/insetoptarg.h:: remove #include "insettext.h".
5192         * insets/insettext.h: remove #include "dimension.h",
5193         <boost/shared_ptr.hpp>
5194
5195         * insets/renderers.h: add #include "dimension.h".
5196         * insets/updatableinset.h: add #include "support/types.h".
5197
5198         * many .C files: Associated changes.
5199
5200 2003-09-06  Angus Leeming  <leeming@lyx.org>
5201
5202         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5203         one, inside testInvariant.
5204
5205         * PrinterParams.C: new file.
5206         * PrinterParams.[Ch]: move the function bodies out of line.
5207
5208 2003-09-06  Angus Leeming  <leeming@lyx.org>
5209
5210         * ParagraphParameters.h: forward declare ParameterStruct rather than
5211         including its header file.
5212         (depth): moved out-of-line.
5213
5214 2003-09-06  Angus Leeming  <leeming@lyx.org>
5215
5216         * BufferView_pimpl.h:
5217         * kbmap.h:
5218         * kbsequence.h:
5219         * lyxfunc.h: forward declare LyXKeySym rather than
5220         #include "frontends/LyXKeySym.h".
5221
5222         * BufferView_pimpl.C:
5223         * kbmap.C:
5224         * kbsequence.C:
5225         * lyxfunc.C: associated changes.
5226
5227 2003-09-06  Angus Leeming  <leeming@lyx.org>
5228
5229         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5230         As a result, can remove the #include "insets/inset.h" from BufferView.h
5231
5232 2003-09-06  Angus Leeming  <leeming@lyx.org>
5233
5234         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5235         As a result, can remove the #include "insets/inset.h" from BufferView.h
5236
5237 2003-09-06  Angus Leeming  <leeming@lyx.org>
5238
5239         * buffer_funcs.C:
5240         * buffer.h:
5241         * bufferlist.C:
5242         * BufferView.C:
5243         * bufferview_funcs.C:
5244         * BufferView_pimpl.C:
5245         * CutAndPaste.C:
5246         * lyx_cb.C:
5247         * lyxfunc.C:
5248         * paragraph.h:
5249         * ParagraphParameters.C:
5250         * tabular.C:
5251         * text3.C:
5252         * toc.C:
5253         * undo_funcs.C:
5254         * frontends/controllers/ControlDocument.C:
5255         * insets/insetcaption.C: rearrange the #includes into some sort of
5256         coherent order.
5257
5258         * buffer.h: remove #includes ErrorList.h, undo.h
5259
5260 2003-09-06  Angus Leeming  <leeming@lyx.org>
5261
5262         * support/types.h: add a 'depth_type' typedef, used to store the
5263         nesting depth of a paragraph.
5264
5265         * paragraph.h:
5266         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5267         defining explicitly.
5268
5269         * buffer.h:
5270         * paragraph_funcs.h:
5271         * ParagraphParameters.h:
5272         * sgml.h: use lyx::depth_type rather than Paragraph or
5273         ParameterStruct's depth_type.
5274
5275         * buffer.h
5276         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5277
5278         * BufferView.C:
5279         * BufferView_pimpl.C:
5280         * CutAndPaste.C:
5281         * ParagraphParameters.C:
5282         * buffer_funcs.C:
5283         * bufferlist.C:
5284         * bufferview_funcs.C:
5285         * lyx_cb.C:
5286         * lyxfunc.C:
5287         * tabular.C:
5288         * text3.C:
5289         * toc.C:
5290         * undo_funcs.C:
5291         * frontends/LyXView.C:
5292         * frontends/controllers/ControlDocument.C:
5293         * frontends/controllers/ControlErrorList.C:
5294         * insets/insetbibitem.C:
5295         * insets/insetbranch.C:
5296         * insets/insetcaption.C:
5297         * insets/insetcollapsable.C:
5298         * insets/insetenv.C:
5299         * insets/insetert.C:
5300         * insets/insetfloat.C:
5301         * insets/insetfoot.C:
5302         * insets/insetfootlike.C:
5303         * insets/insetnewline.C:
5304         * insets/insetquotes.C:
5305         * insets/insettabular.C:
5306         * insets/insettext.C:
5307         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5308
5309         * frontends/controllers/ControlChanges.C: #include "changes.h".
5310
5311 2003-09-06  Angus Leeming  <leeming@lyx.org>
5312
5313         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5314         than #including paragraph.h.
5315
5316         * ParagraphList.h:
5317         * RowList.h: deleted. Superfluous.
5318
5319         * CutAndPaste.h:
5320         * iterators.h:
5321         * lyxcursor.h:
5322         * lyxtext.h:
5323         * text_funcs.h:
5324         * undo.h:
5325         * undo_funcs.h:
5326         * insets/inset.h:
5327         * insets/insettext.h: use ParagraphList_fwd.h rather than
5328         ParagraphList.h.
5329
5330         * paragraph.h: don't forward declare ParagraphList.
5331
5332         * buffer.h:
5333         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5334         rather than ParagraphList.h. paragraph.h is still needed for the
5335         Paragraph::depth_type parameters.
5336
5337         * textcursor.h: enable it to compile stand-alone in light of the
5338         above changes.
5339
5340         * bufferview_funcs.C:
5341         * iterators.C:
5342         * lyxfunc.C:
5343         * lyxrow_funcs.C:
5344         * paragraph.C:
5345         * rowpainter.C:
5346         * text.C:
5347         * text2.C:
5348         * text3.C:
5349         * text_funcs.C:
5350         * textcursor.C:
5351         * undo.C:
5352         * frontends/controllers/ControlParagraph.C:
5353         * frontends/controllers/ControlTabular.C:
5354         * insets/insetmarginal.C:
5355         * insets/insetminipage.C:
5356         * insets/insetnote.C:
5357         * insets/insetoptarg.C: add header files needed to compile again.
5358
5359 2003-09-06  Angus Leeming  <leeming@lyx.org>
5360
5361         * RowList_fwd.h: new file, forward-declaring Row rather than
5362         #including lyxrow.h.
5363
5364         * lyxrow_funcs.h:
5365         * lyxtext.h:
5366         * paragraph.h:
5367         * insets/insettext.h: use it instead of RowList.h
5368
5369         * bufferview_funcs.C:
5370         * lyxfunc.C:
5371         * lyxrow_funcs.C:
5372         * paragraph.C:
5373         * rowpainter.C:
5374         * text.C:
5375         * text2.C:
5376         * text3.C: #include "RowList.h".
5377
5378 2003-09-05  Angus Leeming  <leeming@lyx.org>
5379
5380         * factory.C (createInset):
5381         * vspace.C (c-tor): replace sscanf call with an istringstream.
5382         * ispell.C: re-add missing HP/UX headers.
5383         * lyxserver.C: re-add missing  os2 headers.
5384
5385 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5386
5387         * BranchList.C:
5388         * graph.C:
5389         * ispell.C:
5390         * lastfiles.C:
5391         * lyx_cb.C:
5392         * lyxserver.C:
5393         * texrow.C:
5394         * text3.C: re-add missing system headers, needed for 2.95.2.
5395
5396 2003-09-05  Angus Leeming  <leeming@lyx.org>
5397
5398         Changes most place everywhere due to the removal of using directives
5399         from support/std_sstream.h.
5400
5401 2003-09-05  Angus Leeming  <leeming@lyx.org>
5402
5403         Replace LString.h with support/std_string.h,
5404         Lsstream.h with support/std_sstream.h,
5405         support/LIstream.h with support/std_istream.h,
5406         support/LOstream.h with support/std_ostream.h.
5407
5408         Changes resulting throughout the tree.
5409
5410 2003-09-05  Angus Leeming  <leeming@lyx.org>
5411
5412         * sgml.h: ensure that the header file can be compiled stand-alone.
5413         * *.C: strip out redundant #includes. (320 in total.)
5414
5415 2003-09-04  Angus Leeming  <leeming@lyx.org>
5416
5417         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5418         here (from getPackages).
5419
5420         * debug.[Ch]: add a new EXTERNAL tag.
5421
5422 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5423
5424         * text2.C (cursorEnd): simplify
5425         (setCursor): adjust
5426         (getColumnNearX): adjust
5427
5428         * text.C (computeBidiTables): adjust
5429         (fill): adjust
5430
5431         * rowpainter.C (paintChars): adjust
5432         (paintSelection): adjust
5433         (paintChangeBar): adjust
5434         (paintText): adjust
5435
5436         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5437         lastPos instead.
5438         (numberOfSeparators): adjust
5439
5440 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5441
5442         * LyXAction.C:
5443         * box.[Ch]:
5444         * lfuns.h:
5445         * lyxfunc.C:
5446         * text3.C: Restricts the mouse click functionality
5447         of insets like bibtex, include, toc and floatlist to the visible
5448         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5449         up the dialogs. Cursor has to be in front of the inset (i.e.
5450         start of row) for this to function.
5451
5452 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5453
5454         * bufferview_funcs.C (currentState): output row information
5455
5456 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5457
5458         * bufferview_funcs.C (currentState): output paragraph position
5459
5460 2003-09-04  Angus Leeming  <leeming@lyx.org>
5461
5462         * FloatList.h: move out #include "Floating.h".
5463         * LaTeX.h: move out #include "DepTable.h".
5464         * LyXAction.h: move out #include "funcrequest.h".
5465         * buffer.h: move out #include "author.h", "iterators.h".
5466         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5467         * lyx_main.h: move out #include "errorlist.h".
5468         * lyxfunc.h: move out #include "FuncStatus.h".
5469         * lyxtext: move out #include "lyxcursor.h".
5470         * paragraph_pimpl.h: move out #include "counters.h".
5471
5472 2003-09-03  Angus Leeming  <leeming@lyx.org>
5473
5474         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5475         preamble_snippets list, enabling us to add snippets to the preamble
5476         only if the snippet was not there already.
5477
5478 2003-09-04  Angus Leeming  <leeming@lyx.org>
5479
5480         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5481
5482 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5483
5484         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5485         update
5486
5487 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5488
5489         * BranchList.C: point fix, earlier forgotten
5490
5491 2003-09-02  Angus Leeming  <leeming@lyx.org>
5492
5493         * box.C (contains): renamed from 'contained' after a fantastic
5494         amount of hot air.
5495
5496 2003-09-02  John Levon  <levon@movementarian.org>
5497
5498         * BufferView.C:
5499         * lyxcursor.h:
5500         * lyxcursor.C:
5501         * lyxfunc.C:
5502         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5503
5504 2003-09-02  John Levon  <levon@movementarian.org>
5505
5506         * text2.C: simplification of cursorEnd(), including partial
5507         fix for bug 1376
5508
5509 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5510
5511         * buffer.C (readFile): add a space
5512
5513 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5514
5515         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5516
5517 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5518
5519         * buffer.C (readFile): new function, take a filename and a
5520         ParagraphList::iterator
5521         (readFile): adjust
5522         (readFile): adjust, make it private. don't use setStream, make
5523         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5524         always contain the filename.
5525
5526         * BufferView.C (insertLyXFile): simplify and make it work for
5527         gzipped files.
5528
5529 2003-08-30  John Levon  <levon@movementarian.org>
5530
5531         * Makefile.am: fix dist (from Kayvan)
5532
5533 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5534
5535         * most files: change to use const Buffer refs
5536
5537 2003-08-27  André Pönitz  <poenitz@gmx.net>
5538
5539         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5540         on top of ownerPar().
5541
5542 2003-08-27  John Levon  <levon@movementarian.org>
5543
5544         * funcrequest.C: properly initialise POD members
5545
5546 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5547
5548         * lyxtext.h (top_y): move top_y from here
5549         * text.C:
5550         * text2.C:
5551         * text3.C:
5552         * BufferView.[Ch]:
5553         * BufferView_pimpl.[Ch]: to here
5554         * frontends/screen.C:
5555         * insets/insettabular.C:
5556         * insets/insettext.C: adjust
5557         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5558
5559 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5560
5561         * BufferView.[Ch]:
5562         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5563
5564 2003-08-26  André Pönitz  <poenitz@gmx.net>
5565
5566         * paragraph_func.[Ch] (outerPar): new function
5567
5568         * paragraph.C:
5569         * paragraph_funcs.C:
5570         * paragraph_funcs.h:
5571         * paragraph_pimpl.C:
5572         * text2.C: remove Inset::par_owner
5573
5574 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5575
5576         * lyxrow_funcs.C:
5577         * lyxtext.h:
5578         * text.C:
5579         * text2.C: eliminates the needFullRow/display() stuff
5580         altogether, putting the logic in metrics/draw in the insets.
5581
5582 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5583
5584         * text2.C (redoParagraphInternal, redoParagraphs):
5585         * text.C (redoParagraph): add a call to updateRowPositions at the
5586         end of each 'metrics-like' call. Remove all others.
5587         (getRow): remove the 'y-computing' version.
5588         (getRowNearY): do not compute nor return the real y. Solve the
5589         'y < 0' problem and simplify.
5590
5591 2003-08-22  Angus Leeming  <leeming@lyx.org>
5592
5593         * *.[Ch]: clean-up of licence and author blurbs.
5594         Also move config.h out of a few .h files and into a few .C files.
5595
5596 2003-08-22  André Pönitz  <poenitz@gmx.net>
5597
5598         * lyxrow.[Ch]: add x_ and *fill_ members
5599
5600         * lyxtext.h:
5601         * text.C:
5602         * rowpainter.C:
5603         * text2.C: adjust/remove prepareToPrint() calls
5604
5605 2003-08-22  André Pönitz  <poenitz@gmx.net>
5606
5607         * lyxrow.[Ch]: add  end_ member
5608
5609         * lyxrow_funcs.C: use LyXRow::end_
5610
5611         * lyxtext.h (singleWidth): add LyXFont parameter
5612
5613         * rowpainter.C:
5614         * text2.C: adjust LyXText::singleWidth() calls
5615
5616         * text.C (redoParagraph): simplify row breaking logic
5617
5618
5619 2003-08-19  André Pönitz  <poenitz@gmx.net>
5620
5621         * funcrequest.C: initialize button_ member
5622
5623         * text3.C:
5624         * rowpainter.[Ch]: interface consolidation
5625
5626 2003-08-18  André Pönitz  <poenitz@gmx.net>
5627
5628         * BufferView.C:
5629         * BufferView_pimpl.C:
5630         * lyxfind.C:
5631         * paragraph_funcs.C:
5632         * rowpainter.C:
5633         * text3.C: remove LyXScreen::draw() and fitCursor calls
5634
5635         * BranchList.h: remove spurious semicolons
5636
5637         * MenuBackend.C: fix branchlist related crash
5638
5639 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5640
5641         * BranchList.[Ch]:
5642         * InsetList.[Ch]:
5643         * LColor.[Ch]:
5644         * LyXAction.C:
5645         * Makefile.am:
5646         * MenuBackend.[Ch]:
5647         * bufferparams.[Ch]:
5648         * factory.C:
5649         * lfuns.h:
5650         * lyxfunc.C:
5651         * text3.C: implements the 'branch inset'
5652         idea. This allows the output of various versions of a document
5653         from a single source version, selectively outputing or suppressing
5654         output of parts of the text.
5655         This implementation contains a 'branch list editor' in a separate
5656         tab of the document settings dialog. Branches are user definable
5657         and have a "display colour" to distinguish them on-screen.
5658
5659         ColorHandler was somewhat cleaned up.
5660         (1) make possible a dynamically growing LColor list by allowing
5661         the graphic context cache to grow along (vector);
5662         (2) eliminate an IMHO unnecessary step in colour allocation.
5663
5664 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5665
5666         * BufferView_pimpl.C: compile fix
5667
5668 2003-08-15  André Pönitz  <poenitz@gmx.net>
5669
5670         * rowpainter.C: remove extra metrics calls
5671
5672         * lyxtext.h: merge the two constructors into a single one,
5673           pass reference to owner's par list
5674
5675         * BufferView_pimpl.C:
5676         * text.C:
5677         * text2.C: adjust
5678
5679 2003-08-15  André Pönitz  <poenitz@gmx.net>
5680
5681         * lyxrow_funcs.[Ch]:
5682         * lyxtext.h:
5683         * paragraph.h:
5684         * paragraph_funcs.C:
5685         * rowpainter.C:
5686         * text.C:
5687         * text2.C:
5688         * text3.C:
5689         * text_funcs.C: split LyXText::rowlist_ into individual
5690         Paragraph::rows_ chunks
5691
5692         * BufferView.[Ch]:
5693         * BufferView_pimpl.[Ch]:
5694         * lyxfind.C:
5695         * lyxtext.h:
5696         * text3.C: remove toggleSelection()
5697
5698 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5699
5700         * bufferlist.C: beautify two alerts (shorter text of buttons)
5701         * buffer.C: Remove redundant ' ' from message
5702         * tabular.h:
5703         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5704         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5705         rename VALIGN_CENTER to VALIGN_MIDDLE
5706
5707 2003-08-11  André Pönitz  <poenitz@gmx.net>
5708
5709         * lyxtext.h (getPar):
5710         * text.C: new function
5711
5712 2003-08-11  André Pönitz  <poenitz@gmx.net>
5713
5714         * Makefile.am:
5715         * tracer.[Ch]: remove unneeded files
5716
5717         * InsetList.[Ch]: remove resizeInsetsLyXText()
5718
5719         * lyxtext.h:
5720         * text.C:
5721         * text2.C:
5722         * text3.C: merge insertParagraphs() and appendParagraph()
5723         remove breakAgain(), update()
5724
5725         * BufferView_pimpl.[Ch]:
5726         * bufferview_funcs.[Ch]:
5727         * lyxfunc.C:
5728         * paragraph.[Ch]:
5729         * rowpainter.C:
5730         * tabular.C: adjust after text & InsetList changes.
5731
5732 2003-08-08  André Pönitz  <poenitz@gmx.net>
5733
5734         * text.C (insertChar, backspace): replace rowlist fiddling
5735         with rebreak of full par
5736
5737         * lyxtext.h:
5738         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5739         checkParagraph, updateInset): removed
5740
5741 2003-08-07  André Pönitz  <poenitz@gmx.net>
5742
5743         * paragraph.C:
5744         * text3.C: merge some LFUN handlers, remove dead code
5745
5746 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5747
5748         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5749
5750 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5751
5752         * text2.C (DEPM): fix part of bug 1255 and 1256
5753
5754 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5755
5756         * BufferView_pimpl.C (workAreaDispatch): change to use
5757         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5758         that are no mouse related.
5759
5760 2003-08-05  André Pönitz  <poenitz@gmx.net>
5761
5762         * BufferView.[Ch]:
5763         * BufferView_pimpl.[Ch]:
5764         * bufferview_funcs.C:
5765         * text2.C:
5766         * text3.C: rip out "deep update"
5767
5768         * textcursor.[Ch] (last_sel_cursor): remove unused member
5769
5770 2003-08-04  André Pönitz  <poenitz@gmx.net>
5771
5772         * BufferView.[Ch]:
5773         * BufferView_pimpl.[Ch]:
5774         * ParagraphParameters.C:
5775         * bufferview_funcs.C:
5776         * lyx_cb.C:
5777         * lyxfind.C:
5778         * lyxfunc.C:
5779         * text.C:
5780         * text2.C:
5781         * text3.C: replace "complicated" BufferView::update(...) calls with
5782         simpler ones.
5783
5784         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5785
5786 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5787
5788         * Makefile.am (lyx_SOURCES): add paper.h
5789
5790 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5791
5792         * Makefile.am: move things around so that both lyx-qt and
5793         lyx-xforms can be built (according to --with-frontend). Then lyx
5794         is a symbolic link to lyx-[firstfrontend]
5795
5796 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5797
5798         * Always use std::endl with lyxerr
5799
5800 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5801
5802         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5803
5804 2003-08-01  André Pönitz  <poenitz@gmx.net>
5805
5806         * BufferView.[Ch]:
5807         * BufferView_pimpl.[Ch]:
5808         * lyxfunc.C:
5809         * text3.C: merge BufferView::repaint() and BufferView::update()
5810
5811 2003-08-01  José Matos  <jamatos@lyx.org>
5812
5813         * buffer.[Ch]: file_format is no longer a buffer data element.
5814
5815 2003-08-01  André Pönitz  <poenitz@gmx.net>
5816
5817         * BufferView.C:
5818         * lyxtext.h:
5819         * text.C:
5820         * text2.C: make redoParagraph more independent of current cursor
5821
5822         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5823         * text.C:
5824         * text2.C: remove unneeded members
5825
5826 2003-07-30  André Pönitz  <poenitz@gmx.net>
5827
5828         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5829
5830         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5831           create a single function...
5832
5833         * paragraph_funcs.C (moveItem): ... here.
5834
5835         * text.C:
5836           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5837
5838 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5839
5840         * LColor.[Ch]: Add comment and greyedout logical colors.
5841
5842 2003-07-30  André Pönitz  <poenitz@gmx.net>
5843
5844         * tabular.C: don't use Assert too heavily. This crashes where it
5845           shouldn't
5846
5847 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5848
5849         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5850         is disabled (bug 1232)
5851
5852 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5853
5854         * factory.C: limited 'arg' scope
5855
5856 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5857
5858         * factory.C: fixed Note submenu issues
5859
5860 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5861
5862         * factory.C: submenu for Note/Comment/Greyedout
5863
5864 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5865
5866         * lyx_main.C (LyX):
5867         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5868
5869 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5870
5871         * LaTeXFeatures.C:
5872         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5873         greyedout. Patch provided by Jürgen Spitzmüller.
5874
5875 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5876
5877         * kbmap.C (read): fix error message when reading bind files
5878
5879 2003-07-29  Angus Leeming  <leeming@lyx.org>
5880
5881         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5882         certainly does not do what it purports to do. I am doing it, and
5883         us, a favour by killing it.
5884
5885 2003-07-28  José Matos  <jamatos@lyx.org>
5886
5887         * buffer.C (readBody, do_writeFile):
5888         * paragraph.C(readParagraph): \end_document replaces \the_end.
5889
5890 2003-07-29  André Pönitz  <poenitz@gmx.net>
5891
5892         * BufferView.[Ch]:
5893         * BufferView_pimpl.[Ch]:
5894         * lyxfunc.C:
5895         * text2.C:
5896         * text3.C:
5897         * textcursor.[Ch]: remove toggleToggle & Co
5898
5899 2003-07-28  José Matos  <jamatos@fep.up.pt>
5900
5901         * buffer.C (readParagraph):
5902         * params_func (readParToken, readParagraph):
5903         * paragraph.C (write): \layout -> \begin_layout.
5904
5905 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5906
5907         * lyxlex_pimpl.C (setFile): clean up slightly.
5908
5909         * bufferparams.h: add compressed var
5910
5911         * buffer_funcs.C (readFile): adjust for LyXLex change
5912         (newFile): ditto + simplify
5913
5914         * buffer.C (writeFile): handle writing of compressed files
5915
5916         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5917         Check if the file is compressed and set a bufferparm if so.
5918
5919         * Makefile.am (lyx_LDADD): remove explicit -lz
5920
5921 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5922
5923         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5924         makeDocBookFile): put the real LyX version in the first line of
5925         the file
5926
5927         * version.h:
5928         * version.C.in: remove lyx_docversion
5929
5930         * tabular.C (write_attribute): add a template-based version to
5931         write enums properly
5932
5933 2003-07-28  André Pönitz  <poenitz@gmx.net>
5934
5935         * lyxtext.h:
5936         * text.C:
5937         * text2.C:
5938         * text3.C: use doubles again for x-coordinates. They are needed.
5939
5940 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5941
5942         * messages.C (getLocaleDir): use lyx_localedir()
5943
5944         * lyxlex_pimpl.C (setFile): compress stuff
5945
5946         * buffer.C (writeFile): add some compression stuff
5947         (do_writeFile): new func, dont call expliti close... will this
5948         breake anything?
5949
5950         * Makefile.am (lyx_LDADD): add -lz
5951
5952 2003-07-28  José Matos  <jamatos@fep.up.pt>
5953
5954         * buffer.C: increment file format.
5955         * paragraph_funcs (readParagraph, readParToken):
5956         * paragraph.C (readParagraph): add \end_layout.
5957
5958 2003-07-27  Angus Leeming  <leeming@lyx.org>
5959
5960         * Makefile.am: remove special casing for configure-time setting of
5961         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5962
5963         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5964         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5965
5966 2003-07-26  André Pönitz  <poenitz@gmx.net>
5967
5968         * paragraph_func.[Ch]:
5969         * paragraph.C (realizeFont): inline it whereever it is used
5970
5971         * rowpainter.C:
5972         * text.C:
5973         * text2.C:
5974         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5975
5976
5977 2003-07-26  André Pönitz  <poenitz@gmx.net>
5978
5979         *       lyxtext.h:
5980         * text.C:
5981         * text2.C: get rid of LyXText::need_break_row
5982
5983 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5984
5985         * toc.[Ch]: put namespace toc inside namespace lyx
5986
5987         * MenuBackend.C (expandToc2): adjust for lyx::toc
5988         (expandToc): ditto
5989
5990         * lyxfunc.C (dispatch): adjust for lyx::find
5991
5992         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5993         lyx::find instead. Reorganize a bit.
5994         (LyXReplace): rename to replace
5995         (LyXFind): rename to find
5996
5997         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5998         (dispatch): ditto
5999
6000 2003-07-26  André Pönitz  <poenitz@gmx.net>
6001
6002         * text.C (setHeightOfRow): restrict scope of temporary variable
6003
6004         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6005           code (never has been used?)
6006
6007 2003-07-27  Asger Alstrup  <alstrup@local>
6008
6009         * text.C (fill): Optimise algorithm to exploit that we can reuse
6010         the LyXFont for many characters.
6011         (setHeightOfRow): Same thing.
6012         (rowBreakPoint): Same thing.
6013
6014 2003-07-26  Asger Alstrup  <alstrup@local>
6015
6016         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6017
6018         * text.C (singleWidth): Spurious font copying in hot-spot
6019         singleWidth avoided. Reorder tests for arabic for efficiency.
6020
6021         * text.C (fill): handle empty paragraphs better.
6022
6023 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6024
6025         * ispell.C:
6026         * encoding.h: add includes
6027
6028         * lyxrc.C: remove reading of bind files
6029
6030         * lyx_main.C (init): setup bindings and menus only if we have a
6031         gui.
6032
6033         * kbmap.C (read): new method. Do the actual reading of bind
6034         files.
6035
6036         * converter.C (dvipdfm_options):
6037         * bufferparams.C:
6038         * lyxrc.C (read):
6039         (output): adapt PAPER_* enums.
6040
6041         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6042
6043         * bufferparams.h: remove paper-related enums from there
6044
6045         * paper.h: New file. A trivial header file to hold paper-related
6046         enums. It should later expand to contain many paper-related
6047         horrors access.
6048
6049         * lyxrc.C: declare extern displayTranslator
6050
6051 2003-07-27  José Matos  <jamatos@fep.up.pt>
6052
6053         * tabular.[Ch] (linuxdoc): add support for tables and figures
6054         (linuxdoc).
6055
6056 2003-07-27  José Matos  <jamatos@fep.up.pt>
6057
6058         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6059         consistency in both functions.
6060         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6061
6062 2003-07-26  Asger Alstrup  <alstrup@local>
6063
6064         * rowpainter.C (paintRows): Change algorithm to work directly on
6065         the insets rather than asking every character in the document
6066         whether its an inset.
6067
6068 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6069
6070         * buffer.C (openFileWrite): factorize some code
6071
6072 2003-07-26  Angus Leeming  <leeming@lyx.org>
6073
6074         * lyx_cb.C:
6075         * lyx_main.[Ch]: replace occurances of system_tempdir with
6076         os::getTmpDir().
6077
6078 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6079
6080         * rename Inset to InsetOld
6081
6082 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6083
6084         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6085         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6086         which I think is a bit clearer. EDIT is gone, since it was
6087         premature optimisation, and broken for mathed anyway.
6088         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6089         with cursor positioning in insets as well (math insets still do not
6090         work, but that's a different story anyway.) It mysteriously
6091         crashes sometimes with undo in the first paragraph, but I'm fairly
6092         confident that this is a compiler bug.
6093
6094 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6095
6096         * paragraph.C (Paragraph): adjust for new clone return type
6097         (operator==): ditto
6098         (copyIntoMinibuffer): ditto
6099
6100 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6101
6102         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6103         by not having a special case, and always doing a full rebreak of
6104         the document after undo.
6105
6106 2003-07-23  Angus Leeming  <leeming@lyx.org>
6107
6108         * factory.C (createInset): InsetExternal::setParams now takes a
6109         Buffer const * arg.
6110
6111 2003-07-23  Angus Leeming  <leeming@lyx.org>
6112
6113         * factory.C (createInset): changed interface to the external and
6114         graphics mailers' string2params functions.
6115
6116 2003-07-23  Angus Leeming  <leeming@lyx.org>
6117
6118         * factory.C (createInset): pass a
6119         Buffer const * parameter to InsetExternalMailer's string2params.
6120
6121 2003-07-22  John Levon  <levon@movementarian.org>
6122
6123         * Thesaurus.h: include the right aiksaurus header
6124
6125 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6126
6127         * MenuBackend.C (expand): check menu shortcuts unconditionally
6128
6129 2003-07-21  Angus Leeming  <leeming@lyx.org>
6130
6131         * factory.C (createInset): pass a
6132         buffer_path parameter to InsetGraphicsMailer's string2params.
6133
6134 2003-07-21  Angus Leeming  <leeming@lyx.org>
6135
6136         * BufferView_pimpl.C (buffer):
6137         * buffer.C (d-tor):
6138         * lyx_main.C (LyX):
6139         * lyxfunc.C (dispatch):
6140         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6141         rather than the grfx shortcut.
6142
6143 2003-07-21  André Pönitz  <poenitz@gmx.net>
6144
6145         * rowpainter.C: remove unused variables
6146
6147         * tabular_funcs.C:
6148         * tabular_funcs.h: move to tabular.C
6149         * Makefile.am: adjust
6150
6151         * tabular.[Ch]: basic optical cleaning
6152
6153         * author.h: pass references, not values
6154
6155 2003-07-18  André Pönitz  <poenitz@gmx.net>
6156
6157         * lyxtext.h:
6158         * metricsinfo.C:
6159         * metricsinfo.h:
6160         * rowpainter.C:
6161         * text.C:
6162         * text2.C:
6163         * text3.C: two-phase drawing for InsetText and InsetTabular
6164         some float -> int changes.
6165
6166 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6167
6168         * lyx_main.C: fix the fix
6169
6170 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6171
6172         * lyx_main.C: fix a crash in batch mode if no files specified
6173         * converter.C: ws
6174
6175 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6176
6177         * format.[Ch] (papersize): moved to BufferParams
6178         * converter.[Ch] (dvips_options): moved to BufferParams
6179         (dvipdfm_options): moved to anon namespace
6180         * bufferparams.[Ch]: added above functions.
6181
6182 2003-07-17  André Pönitz  <poenitz@gmx.net>
6183
6184         * lyxtext.h:
6185         * rowpainter.C:
6186         * text2.C: don't call inset->update() anymore
6187
6188         * metricsinfo.[Ch]: add convenience constructor
6189
6190 2003-07-16  André Pönitz  <poenitz@gmx.net>
6191
6192         * lyxcursor.[Ch]:
6193         * lyxfunc.[Ch]:
6194         * text.C:
6195         * text2.C: replace the LyXCursor::irow_ member with
6196          on-demand computation of the value
6197
6198 2003-07-16  John Levon  <levon@movementarian.org>
6199
6200         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6201
6202 2003-07-15  André Pönitz  <poenitz@gmx.net>
6203
6204         * text.C:
6205         * text2.C: remove no more needed refresh_row
6206
6207 2003-07-15  André Pönitz  <poenitz@gmx.net>
6208
6209         * lyxtext.h:
6210         * rowpainter.C:
6211         * text2.C:
6212         * text3.C: refresh_status tristate -> need_update bool
6213
6214 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6215
6216         * lyxtext.h (init): remove reinit argument (act as if always true)
6217         * text2.C: adjust to that
6218
6219 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6220
6221         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6222         * text3.C: use it to delete selections in some cases
6223         (bugs 441, 673, 702, 954).
6224
6225 2003-07-14  André Pönitz  <poenitz@gmx.net>
6226
6227         * rowpainter.[Ch]: reduce interface
6228
6229 2003-07-14  André Pönitz  <poenitz@gmx.net>
6230
6231         * BufferView_pimpl.C:
6232         * text2.C: adjust after removing unused BufferView * argument
6233
6234 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6235
6236         * text2.C (init): fix a crash fired on resize
6237
6238 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6239
6240         * buffer.[Ch]: added new closing signal
6241         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6242         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6243         BufferView::Pimpl via the closing the signal
6244
6245 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6246
6247         * buffer.[Ch]: take out all bv-related from buffer
6248         * BufferView.C:
6249         * BufferView_pimpl.[Ch]: connect to new signals
6250         * CutAndPaste.C: removed useless asserts
6251         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6252         * lyxvc.[Ch]:
6253         * vc-backend.[Ch]:
6254         * lyxfunc.C: moved view-related funciontality from vc here
6255         * paragraph.C: removed outdated comments
6256         * text.C: ws
6257
6258 2003-07-10  André Pönitz  <poenitz@gmx.net>
6259
6260         * BufferView_pimpl.C:
6261         * tabular.h:
6262         * tabular_funcs.C:
6263         * text.C:
6264         * text2.C: remove InsetText::InnerCache, clean up consequences
6265
6266 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6267
6268         * ispell.C: fix two typos in error messages
6269
6270 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6271
6272         * Extend Note inset to other forms of annotation like Comment
6273         and Greyedout. Right button click gives dialog.
6274
6275         Files modified or added (+):
6276
6277         * insetnote.[Ch]
6278         * FormNote.[Ch]      +
6279         * ControlNote.[Ch]   +
6280         * form_note.fd       +
6281         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6282         frontends/controllers
6283         * xforms/Dialogs.C
6284         * factory.C
6285
6286 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6287
6288         * aspell.C: add missing namespace lyx::support
6289
6290 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6291
6292         * BufferView.[Ch] (newFile): Add
6293         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6294         * LaTeX.[Ch] (message): added this signal and use it
6295         * buffer.[Ch] (busy, message): added these signals and use them
6296         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6297         * converter.C:
6298         * exporter.C:
6299         * format.C:
6300         * importer.C: use buffer signals instead of direct bv calling
6301         * lyx_cb.[Ch] (ShowMessage): removed
6302         * lyx_main.C:
6303         * lyxfunc.C:
6304         * paragraph_funcs.C:
6305         * text2.C: use buffer signals
6306
6307 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6308
6309         * introduce namespace lyx::graphics
6310
6311 2003-07-02  André Pönitz  <poenitz@gmx.net>
6312
6313         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6314
6315 2003-07-01  André Pönitz  <poenitz@gmx.net>
6316
6317         * text.C:
6318         * text2.C:
6319         * text3.C:
6320         * text_funcs.[Ch]:
6321         * textcursor.h:
6322         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6323           text*.C to text_func.C
6324
6325 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6326
6327         * introduce namespace lyx::support
6328
6329 2003-06-30  André Pönitz  <poenitz@gmx.net>
6330
6331         * Chktex.C:
6332         * funcrequest.C:
6333         * lyxtext.h:
6334         * text.C: re-enable --with-included-string
6335
6336 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6337
6338         * textcursor.C: add <config.h>
6339
6340         * text.C (getWord): remove const from word_location arg
6341
6342         * lyxvc.C (getLogFile): fix const type order
6343
6344         * lyxtext.h: remove const from word_location arg, add arg name
6345
6346         * lyxlayout.h: currect type on labeltype.
6347
6348         * importer.C: correct \file
6349
6350         * converter.C (intToFormat): use std:: on ret val, ws changes
6351
6352         * bufferlist.h: correct \file
6353
6354         * buffer.C (makeLinuxDocFile): fix const type order
6355         (makeDocBookFile): ditto
6356         (fillWithBibKeys): use std:: on stdlib args.
6357
6358         * CutAndPaste.C: fix authors.
6359         (availableSelections): use std:: on return vector
6360
6361 2003-06-27  André Pönitz  <poenitz@gmx.net>
6362
6363         * BufferView_pimpl.C:
6364         * bufferview_funcs.C:
6365         * lyxcursor.C:
6366         * lyxcursor.h:
6367         * lyxfunc.C:
6368         * lyxtext.h:
6369         * rowpainter.C:
6370         * text.C:
6371         * text2.C:
6372         * text3.C: remove LyXCursor::row_ member
6373
6374         * lyxtext.h:
6375         * text.C: rename fullRebreak() to partialRebreak() and implement
6376           a fullRebreak() that really bereks fully
6377
6378         * textcursor.h: new struct for cursor-related data
6379
6380 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6381
6382         * lyx_main.C (LyX): get full path of document loaded on the
6383         command line
6384
6385 2003-06-26  André Pönitz  <poenitz@gmx.net>
6386
6387         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6388           remove unused/broken operator>,<,>=.
6389
6390         *       text.C: remove only use of broken operator<= in an Assert().
6391
6392 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6393
6394         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6395         moved errorlist_.clear to showErrorList
6396
6397 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6398
6399         * converter.C (scanLog, runLaTeX):
6400         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6401         move the bv->showErrorList call to the callers
6402         * lyxfunc.C: i.e. here...
6403         * text2.C: and here
6404         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6405         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6406         namespace, the second to...
6407         * buffer_funcs (BufferFormat, parseErrors): added
6408         * errorlist.C (ErrorList(TeXErrors const &)): removed
6409
6410 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6411
6412         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6413
6414 2003-06-24  "Garst R. Reese" <reese@isn.net>
6415
6416         * debug.C: fix typo
6417
6418 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6419
6420         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6421
6422         * version.C.in: change docversion to 1.4
6423
6424 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6425
6426         * buffer.C: fix a bug just introduced
6427
6428 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6429
6430         * buffer.[Ch]: added the parseError signal and use it, removed
6431         sgmlError
6432         * BufferView.[Ch] (addError): moved to ...
6433         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6434         to the Buffer::parseError signal to catch (guess what) parse errors
6435         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6436
6437 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6438
6439         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6440         ability to create a buffer and to return an existing one from
6441         the list. Moved these functions to...
6442         * buffer_funcs.[Ch]: added
6443         * BufferView.[Ch] (loadLyXFile): added
6444         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6445         job removed from bufferlist::loadLyXFile.
6446         * buffer.C (setReadOnly): make it work without view
6447         (i.e added an if (users))
6448
6449 2003-06-19  Angus Leeming  <leeming@lyx.org>
6450
6451         * lfuns.h:
6452         * LyXAction.C (init):
6453         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6454         with LFUN_DIALOG_SHOW <name> <data>.
6455
6456 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6457
6458         * CutAndPaste.C (availableSelections): small compilation fix for
6459         ancient (gcc 2.9x) compilers
6460
6461 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6462
6463         * text3.C (cursorNext): add tmp var
6464
6465         * text2.C (updateCounters): for function calling out of for clause
6466         (replaceSelectionWithString): ditto
6467         (insertStringAsParagraphs): ditto
6468         (getColumnNearX): add tmp var
6469         (setCursorFromCoordinates): add tmp var
6470         (cursorDownParagraph): add tmp var
6471         (deleteEmptyParagraphMechanism): add tmp var
6472
6473         * text.C (insertChar): add tmp var
6474
6475         * rowpainter.C (paintDepthBar): add tmp var
6476
6477         * CutAndPaste.C (availableSelections): potentially check all
6478         paragraphs in a cut to fill the shown strings.
6479
6480 2003-06-18  André Pönitz  <poenitz@gmx.net>
6481
6482         * kbmap.[Ch]: use vector<> instead of list<>
6483
6484 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6485
6486         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6487         pasteSelection with index
6488
6489         * text2.C (pasteSelection): modify, call pasteSelection with index
6490
6491         * paragraph.C (asString): reimplement version with no interval to
6492         call the one with interval.
6493
6494         * lyxtext.h: add index arg to pasteSelection
6495
6496         * MenuBackend.C (MenuItem): handle PasteRecent
6497         (Menu::read::Menutags): add md_pasterecent
6498         (read): handle it
6499         (expandPasteRecent): new function
6500         (expand): use it
6501
6502         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6503
6504         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6505         the limited stack
6506         (availableSelections): new function
6507
6508 2003-06-17  Angus Leeming  <leeming@lyx.org>
6509
6510         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6511
6512 2003-06-17  Angus Leeming  <leeming@lyx.org>
6513
6514         * lfuns.h:
6515         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6516
6517         * lyxfunc.C (dispatch): invoke it.
6518
6519 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6520
6521         * iterators.C (operator++, ParPosition): reintroduce some
6522         const_cast for the benefit of older compilers.
6523
6524 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6525
6526         * text3.C (dispatch): do not modify clipboard when doing
6527         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6528         LFUN_DELETE_SKIP on a selection selection
6529
6530 2003-06-16  André Pönitz  <poenitz@gmx.net>
6531
6532         * BufferView.C:
6533         * buffer.C:
6534         * buffer.h:
6535         * paragraph.C:
6536         * tabular.[Ch]: IU of clone() and getLabelList();
6537
6538 2003-06-13  André Pönitz  <poenitz@gmx.net>
6539
6540         * tabular.h: compactification
6541
6542 2003-06-12  André Pönitz  <poenitz@gmx.net>
6543
6544         * tabular.C:
6545         * tabular.h:
6546         * tabular_funcs.h: some renaming plus whitespace
6547
6548 2003-06-12  André Pönitz  <poenitz@gmx.net>
6549
6550         * BufferView.C:
6551         * BufferView_pimpl.C:
6552         * CutAndPaste.C:
6553         * buffer.C:
6554         * iterators.[Ch]:
6555         * lyxfunc.C:
6556         * text.C:
6557         * toc.C: Return a Paragraph & for ParIterator::operator*()
6558
6559 2003-06-11  John Levon  <levon@movementarian.org>
6560
6561         * lyx_main.C:
6562         * ToolbarBackend.h:
6563         * ToolbarBackend.C: add "Toolbars" section and
6564         put the flags there
6565
6566 2003-06-10  Angus Leeming  <leeming@lyx.org>
6567
6568         * lfuns.h:
6569         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6570
6571         * lyxfunc.C (dispatch): invoke it.
6572
6573 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6574
6575         * main.C: protect <ios> with HAVE_IOS
6576         (main): protect sync_with_stdio with HAVE_IOS
6577
6578 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6579
6580         * text2.C (cutSelection): adjust
6581         (pasteSelection): adjust
6582
6583         * messages.C: handle get of empty string
6584
6585         * main.C (main): use sync_with_stdio(false)
6586
6587         * lyxfunc.C (dispatch): adjust
6588
6589         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6590         (WriteAs): remove unneeded BufferView arg.
6591
6592         * bufferparams.h: use correct types on papersize, papersize2 and
6593         paperpackage.
6594
6595         * bufferparams.C (readToken): adjust for type
6596         (writeLaTeX): add missing cases to switch.
6597
6598         * bufferlist.C (quitWriteBuffer): adjust
6599         (close): adjust
6600
6601         * buffer.C (asciiParagraph): remove some commented code.
6602
6603         * CutAndPaste.C: remove current_view extern variable.
6604         (cutSelection): add BufferParams arg.
6605         (eraseSelection): add BufferParams arg.
6606         (pasteSelection): add Buffer const & arg
6607
6608 2003-06-07  John Levon  <levon@movementarian.org>
6609
6610         * buffer.C:
6611         * paragraph_funcs.C:
6612         * paragraph_pimpl.C:
6613         * text.C:
6614         * text2.C:
6615         * paragraph.h:
6616         * paragraph.C: allow InsetERT to freely space lines,
6617         and some consolidation of code
6618
6619 2003-06-06  José Matos  <jamatos@fep.up.pt>
6620
6621         * buffer.C (makeDocBookFile): fix bug #821
6622
6623 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6624
6625         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6626
6627 2003-06-04  Angus Leeming  <leeming@lyx.org>
6628
6629         * buffer.C: bump format to 224.
6630
6631 2003-06-05  André Pönitz  <poenitz@gmx.net>
6632
6633         * text2.C (redoParagraphs): remove two const_cast<>
6634
6635 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6636
6637         * ParagraphList.h: remove last remnants of NO_STD_LIST
6638
6639 2003-06-03  Angus Leeming  <leeming@lyx.org>
6640
6641         * factory.C (createInset): small change to the way InsetExternal's params
6642         are set.
6643
6644 2003-06-04  André Pönitz  <poenitz@gmx.net>
6645
6646         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6647
6648         * paragraph_pimpl.h:
6649         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6650
6651         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6652
6653         * undo_funcs.C: make some simple cases of undo work again
6654
6655 2003-06-03  John Levon  <levon@movementarian.org>
6656
6657         * ispell.C: HPUX doesn't have sys/select.h
6658         (from Albert Chin)
6659
6660 2003-06-03  John Levon  <levon@movementarian.org>
6661
6662         * CutAndPaste.C: update tabular and include inset
6663         buffer references
6664
6665         * buffer.h:
6666         * paragraph.h:
6667         * paragraph.C: remove owningBuffer(), don't pass Buffer
6668         to clone()
6669
6670         * factory.C: insetGraphicsParams changed
6671
6672 2003-06-02  John Levon  <levon@movementarian.org>
6673
6674         * LyXAction.C:
6675         * factory.C:
6676         * lfuns.h:
6677         * lyxfunc.C:
6678         * text3.C: remove insetparent
6679
6680 2003-06-02  John Levon  <levon@movementarian.org>
6681
6682         * buffer.h:
6683         * buffer.C: fix inset_iterator.end(), move out of line
6684         (bug 1149)
6685
6686 2003-06-01  John Levon  <levon@movementarian.org>
6687
6688         * text3.C: use a proper cut/paste when doing inset
6689         insert (from Jürgen Spitzmüller)
6690
6691 2003-06-01  John Levon  <levon@movementarian.org>
6692
6693         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6694
6695 2003-05-30  André Pönitz  <poenitz@gmx.net>
6696
6697         * rowpainter.C: unify second drawing phase
6698
6699 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6700
6701         * trans_mgr.C: remove one case of current_view
6702
6703         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6704
6705         * paragraph_funcs.h: remove paragraph.h include
6706
6707         * paragraph.h: delete NO_STD_LIST stuff
6708
6709         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6710
6711         * buffer.h: remove paragraph.h include
6712
6713         * ParagraphList.C: delete file
6714
6715         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6716
6717         * toc.C (getTocList): adjust
6718
6719         * paragraph_pimpl.C (validate): adjust
6720
6721         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6722
6723         * paragraph.C (Paragraph): adjust
6724         (getPositionOfInset): use const_iterator, adjust
6725         (bibitem): use const_iterator, adjust
6726         (setInsetOwner): adjust
6727
6728         * iterators.C (operator++): adjust
6729
6730         * InsetList.[Ch]: Replace selfmade iterator with standard
6731         vector::iterator also introduce const_iterator. Remove getPos,
6732         getInset and setInset from InsetTable. Adjust accordingly.
6733
6734         * BufferView.C (lockInset): adjust
6735         (ChangeInsets): adjust
6736
6737         * tabular.[Ch]: delete commented same_id functions
6738
6739 2003-05-28  John Levon  <levon@movementarian.org>
6740
6741         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6742
6743 2003-05-28  André Pönitz  <poenitz@gmx.net>
6744
6745         * metricsinfo.[Ch]: remove 'fullredraw' member
6746
6747 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6748
6749         * lyxtextclass.C (operator): remove caching.
6750
6751 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6752
6753         * text3.C: adjust
6754
6755         * text2.C (cursorBottom): adjust
6756         (setCounter): use ParagraphList::find, adjust
6757
6758         * text.C (workWidth): use ParagraphList::find, adjust
6759
6760         * lyxcursor.C (LyXCursor): adjust
6761
6762         * buffer.C (inset_iterator): adjust
6763
6764         * ParagraphList.h: make iterator(value_type) private, make
6765         ParagraphList a friend of iterator.
6766
6767         * ParagraphList.C (find): new function
6768
6769         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6770
6771 2003-05-27  André Pönitz  <poenitz@gmx.net>
6772
6773         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6774
6775 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6776
6777         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6778
6779 2003-05-26  John Levon  <levon@movementarian.org>
6780
6781         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6782
6783 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6784
6785         * remove same_id from function signatures, adjust.
6786
6787 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6788
6789         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6790
6791         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6792
6793         * paragraph.C (Paragraph): get rid of same_ids parameter
6794
6795         * ParagraphList.C (insert): adjust
6796         (push_back): adjust
6797
6798 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6799
6800         * paragraph_funcs.C (breakParagraph): adjust
6801         (breakParagraphConservative): adjust
6802
6803         * buffer.C (readParagraph): adjust
6804
6805         * ParagraphList.C (insert): take a reference instead of a pointer
6806         (insert): adjust
6807
6808         * paragraph.[Ch] (id): new function
6809
6810         * bufferlist.C (newFile): adjust
6811
6812         * ParagraphList.C (ParagraphList): adjust
6813         (assign): adjust
6814         (push_back): take a reference instead of a pointer.
6815
6816         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6817
6818         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6819         instead.
6820
6821         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6822         set else use old code.
6823
6824         * ParagraphList.C: remove all NO_NEXT code and only compile this
6825         code of NO_STD_LIST is set.
6826
6827 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6828
6829         * BufferView_pimpl.C:
6830         * TextCache.C:
6831         * TextCache.h:
6832         * bufferlist.C:
6833         * errorlist.h:
6834         * format.C:
6835         * format.h:
6836         * graph.C:
6837         * lyxfunc.C:
6838         * lyxrc.C:
6839         * graphics/GraphicsConverter.C:
6840         * graphics/PreviewLoader.C: header adjustment
6841
6842 2003-05-23  Angus Leeming  <leeming@lyx.org>
6843
6844         * LaTeXFeatures.[Ch] (useBabel): new method.
6845         * bufferparams.C (writeLaTeX): use it.
6846
6847 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6848
6849         * ParagraphList.h (set): remove unused function.
6850
6851 2003-05-23  André Pönitz  <poenitz@gmx.net>
6852
6853         * BufferView.C:
6854         * BufferView_pimpl.C:
6855         * buffer.C:
6856         * buffer.h:
6857         * lyxfunc.C:
6858         * undo_funcs.C: setUndo reworked
6859
6860         * iterators.[Ch]: add access to topmost ParagraphList
6861
6862         * lyxtext.[Ch] (workWidth): add a const
6863
6864 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6865
6866         * texrow.[Ch] (increasePos): remove function
6867         * exporter.C (export): removed unused var and outdated comment
6868
6869 2003-05-23  Angus Leeming  <leeming@lyx.org>
6870
6871         * latexrunparams.h: rename fragile as moving_arg.
6872         * paragraph.C (simpleTeXOnePar): ditto.
6873         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6874
6875 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6876
6877         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6878         (createUndo): ditto
6879         (textUndoOrRedo): comment out a currently unused var.
6880
6881         * paragraph.h (NO_NEXT): enable NO_NEXT
6882
6883         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6884
6885         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6886
6887         * exporter.C (Export): adjust for removeAutoInsets removal.
6888
6889         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6890
6891         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6892
6893         * BufferView.[Ch] (removeAutoInsets): delete function
6894
6895 2003-05-22  Angus Leeming  <leeming@lyx.org>
6896
6897         * latexrunparams.h: add a free_spacing variable.
6898
6899         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6900         to pass moving_arg, as the data is stored in runparams.fragile.
6901
6902         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6903         to Inset::latexOptional or to simpleTeXOnePar.
6904
6905         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6906         free_spacing arg to Inset::latexOptional.
6907
6908         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6909         free_spacing arg.
6910
6911 2003-05-22  Angus Leeming  <leeming@lyx.org>
6912
6913         * latexrunparams.h: add fragile and use_babel variables.
6914
6915         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6916         * buffer.C (makeLaTeXFile): store this returned value in
6917         runparams.use_babel, thus passing it to the inset::latex methods.
6918
6919         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6920         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6921
6922         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6923         longer has a fragile arg, as it is stored in runparams.fragile.
6924
6925         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6926         moving_arg parameter as the data is stored in runparams.fragile.
6927
6928         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6929         a fragile parameter as the data is stored in runparams.fragile.
6930
6931 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6932
6933         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6934
6935 2003-05-22  Angus Leeming  <leeming@lyx.org>
6936
6937         * latexrunparams.h: add a 'bool nice' which defaults to false.
6938
6939         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6940         now encapsulated within runparams.
6941
6942         * bufferlist.C (updateIncludedTeXfiles):
6943         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6944
6945 2003-05-22  Angus Leeming  <leeming@lyx.org>
6946
6947         * latexrunparams.h: new file containing struct LatexRunParams.
6948         * Makefile.am: add new file.
6949
6950         * LaTeX.[Ch] (c-tor, run):
6951         * buffer.[Ch] (makeLaTeXFile):
6952         * bufferlist.[Ch] (updateIncludedTeXfiles):
6953         * converter.C (convert, scanLog):
6954         * converter.[Ch] (runLaTeX):
6955         * exporter.C (Export):
6956         * paragraph.[Ch] (simpleTeXOnePar):
6957         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6958         * paragraph_funcs.[Ch] (latexParagraphs):
6959         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6960         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6961         pass around a LatexRunParams parameter.
6962
6963 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6964
6965         * paragraph.[Ch]: remove unused constructor
6966
6967         * ParagraphList.C (erase): new function, taking two iterators
6968
6969 2003-05-22  André Pönitz  <poenitz@gmx.net>
6970
6971         * undo_funcs.C: remove duplicated code
6972
6973         * iterator.[Ch]: operator=
6974
6975 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6976
6977         * tabular.C (SetMultiColumn): ws changes
6978
6979         * rowpainter.C (paintFirst): get rid of a ->previous
6980
6981         * lyx_cb.C (getPossibleLabel): parlist simplification
6982
6983         * BufferView.C (ChangeInsets): simplify slightly.
6984
6985 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6986
6987         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6988         * lfuns.h: new LFUN_SPACE
6989         * lyxfunc.C: protected space has a new lfun
6990         * paragraph_funcs.C: read new space insets
6991         * text3.C:
6992         * factory.C: handle new space insets
6993
6994 2003-05-22  André Pönitz  <poenitz@gmx.net>
6995
6996         * BufferView.C:
6997         * BufferView_pimpl.C:
6998         * buffer.[Ch]:
6999         * lyxfunc.C:
7000         * undo_funcs.C: return a ParIterator from getParFromID.
7001
7002         * iterators.[Ch]: add two const's
7003
7004 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7005
7006         * toc.C (getTocList): adjust
7007
7008         * iterators.[Ch]: rework for parlist
7009
7010         * buffer.C (par_iterator_begin): adjust
7011         (par_iterator_end): adjust
7012
7013         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7014
7015         * BufferView.C (removeAutoInsets): adjust
7016         (ChangeInsets): adjust
7017
7018 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7019
7020         * text.C (top_y): fix bug 1110
7021
7022 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7023
7024         * errorlist.[Ch]: added
7025         * buffer.C:
7026         * BufferView.[Ch]:
7027         * BufferView_pimpl.C:
7028         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7029         instead
7030
7031 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7032
7033         * Makefile.am: ensure that lyx is relinked upon changes to the
7034         various "convenience" libs.
7035
7036 2003-05-20  Angus Leeming  <leeming@lyx.org>
7037
7038         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7039         files are compiled in alphabetical order again.
7040
7041         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7042
7043 2003-05-19  Angus Leeming  <leeming@lyx.org>
7044
7045         * gettext.[Ch]: remove "char const * _(char const *)".
7046
7047 2003-05-19  André Pönitz  <poenitz@gmx.net>
7048
7049         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7050
7051         * Makefile.am:
7052         * BufferView.C:
7053         * DepTable.h:
7054         * LaTeXFeatures.C:
7055         * buffer.C:
7056         * lyxfont.C:
7057         * lyxlex.h:
7058         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7059
7060 2003-05-19  André Pönitz  <poenitz@gmx.net>
7061
7062         * buffer.C:
7063         * lyxlayout.[Ch]:
7064         * lyxtextclass.[Ch]:
7065         * paragraph.C:
7066         * paragraph_funcs.[Ch]:
7067         * text2.C:
7068         * text3.C: more insetenv work
7069
7070 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7071
7072         * ParagraphParameters.C (params2string): small bug fixed
7073
7074 2003-05-16  André Pönitz  <poenitz@gmx.net>
7075
7076         * debug.C:
7077         * bufferview_funcs.C: patch from Kornel Benko to prevent
7078           crash when _(...) is called twice in a statement
7079
7080 2003-05-16  André Pönitz  <poenitz@gmx.net>
7081
7082         * BufferView.C:
7083         * lyxfunc.C:
7084         * text.C:
7085         * text2.C:
7086         * text3.C:
7087         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7088
7089 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7090
7091         * lyx_main.C (init): remove spurious static_cast
7092
7093 2003-05-14  André Pönitz  <poenitz@gmx.net>
7094
7095         * BufferView.C: fix format string
7096
7097 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7098
7099         * BufferView.[Ch] (insertErrors): removed
7100         * BufferView.[Ch] (showErrorList): added
7101         * buffer.C (runChkTeX):
7102         * converter.C (scanLog): call showErrorList instead of inserterrors
7103
7104 2003-05-13  André Pönitz  <poenitz@gmx.net>
7105
7106         * BufferView_pimpl.C:
7107         * buffer.C:
7108         * bufferview_func.C:
7109         * MenuBackend.C:
7110         * lyxfunc.C:
7111         * lyxrc.C:
7112         * tex-accent.C:
7113         * text3.C:
7114         * toc.C:
7115         * tabular_funcs.h: tostr() from its own header
7116
7117         * ParagraphParameters.C:
7118         * ToolbarBackend.C:
7119         * bufferparams.C:
7120         * format.C:
7121         * lyxlex_pimpl.C:
7122         * text3.C: STRCONV()
7123
7124 2003-05-12  André Pönitz  <poenitz@gmx.net>
7125
7126         * BufferView.C:
7127         * BufferView_pimpl.C:
7128         * CutAndPaste.C:
7129         * LaTeX.C:
7130         * LaTeXFeatures.C:
7131         * ParagraphParameters.C:
7132         * buffer.C:
7133         * bufferlist.C:
7134         * bufferparams.C:
7135         * bufferview_funcs.C:
7136         * converter.C:
7137         * counters.C:
7138         * debug.C:
7139         * exporter.C:
7140         * format.C:
7141         * importer.C:
7142         * lyx_cb.C:
7143         * lyx_main.C:
7144         * lyxfont.C:
7145         * lyxfunc.C:
7146         * lyxvc.C:
7147         * paragraph.C:
7148         * paragraph_funcs.C:
7149         * tabular.C:
7150         * tabular_funcs.C:
7151         * text2.C:
7152         * text3.C:  boost::format -> bformat  all over the place
7153
7154
7155 2003-05-09  André Pönitz  <poenitz@gmx.net>
7156
7157         * LColor.[Ch]: Pimpl the #include <map> away
7158
7159 2003-05-09  John Levon  <levon@movementarian.org>
7160
7161         * bufferlist.C: never remove emergency saves
7162
7163 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7164
7165         * Makefile.am: better lib building
7166
7167 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7168
7169         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7170         instead.
7171         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7172         (simpleTeXSpecialChars): adjust
7173         (simpleTeXSpecialChars): adjust
7174         * paragraph.C (simpleTeXOnePar): adjust
7175         * buffer.C (makeLaTeXFile): adjust
7176
7177         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7178
7179         * text2.C (changeDepth): parlist cleanup
7180         (getColumnNearX): ditto
7181
7182         * rowpainter.C (getLabelFont): parlist cleanup
7183
7184         * bufferlist.C (newFile): parlist cleanup
7185
7186         * CutAndPaste.C (eraseSelection): parlist cleanup
7187
7188         * BufferView_pimpl.C (trackChanges): parlist cleanup
7189         (dispatch): ditto
7190
7191         * BufferView.C (lockInset): parlist cleanup.
7192         (ChangeInsets): ditto
7193
7194 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7195
7196         * CutAndPaste.h: Update file header.
7197
7198         * CutAndPaste.C: Update file header.
7199         Store the parts cut out of the Document in a limited_stack.
7200         (copySelection): adjust
7201         (pasteSelection): new function, takes the index in the limited stack.
7202         (nrOfParagraphs): adjust
7203         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7204         simplify error inset insertion.
7205         (checkPastePossible): adjust
7206
7207 2003-05-06  John Levon  <levon@movementarian.org>
7208
7209         * text2.C: don't cast wrap inset to float
7210
7211 2003-05-05  André Pönitz  <poenitz@gmx.net>
7212
7213         * iterator.C:
7214         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7215
7216         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7217           few naked Paragraph *.
7218
7219 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7220
7221         * bufferparams.C: Output warning if a document with missing
7222         TeX document class is loaded
7223         * exporter.C: Disable TeX exports if the document class is missing
7224         * lyxtextclass.C:
7225         * lyxtextclass.h:
7226         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7227         isTeXClassAvailable()
7228
7229 2003-05-03  John Levon  <levon@movementarian.org>
7230
7231         * BufferView.h:
7232         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7233         explicit cursor show/hide
7234
7235         * BufferView_pimpl.h:
7236         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7237         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7238
7239         * lyxfunc.C: hide cursor before dispatching.
7240
7241         * lyx_cb.C:
7242         * lyxfind.C:
7243         * text.C:
7244         * text3.C: remove explicit cursor hides
7245
7246 2003-05-02  André Pönitz  <poenitz@gmx.net>
7247
7248         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7249
7250         * undo_funcs.C:
7251         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7252           linked lists
7253
7254         * text2.C: tiny whitespace
7255
7256 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7257
7258         * undo_funcs.C: almost only ws changes.
7259
7260         * ParagraphList.C (splice): just return if pl is empty.
7261
7262 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7263
7264         * ParagraphList.C (splice): new function.
7265
7266         * CutAndPaste.C (pasteSelection): use it
7267
7268 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7269
7270         * CutAndPaste.C (pasteSelection): remove the last next and
7271         previous from this file.
7272
7273 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7274
7275         * CutAndPaste.C (pasteSelection): more clean up, user proper
7276         ParagraphList functions for pasteing.
7277
7278         * ParagraphList.C (insert): new function, three arg insert
7279
7280 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7281
7282         * ParagraphList.C (insert): new function, three arg insert
7283
7284         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7285         not on paragraphs.
7286
7287 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7288
7289         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7290
7291 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7292
7293         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7294
7295 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7296
7297         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7298         (copySelection): clean up a bit.
7299         (pasteSelection): use make_pair
7300
7301         * ParagraphList.C (ParagraphList): implement copy constructor
7302         (operator=): implement, base on copy constructor.
7303         (assign): new func
7304
7305         * paragraph.C (erase): return a bool
7306
7307         * paragraph_pimpl.C (erasePos): remove function, move contents...
7308         (erase): ... here. Return a bool.
7309         (erase): call erase instead of erasePos.
7310
7311 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7312
7313         * ParagraphList.h: define PitPosPair
7314         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7315         ParagraphList, fix a bug on pasting multiple pars
7316         * text2.C: change interface to C&P
7317
7318 2003-04-30  André Pönitz  <poenitz@gmx.net>
7319
7320         * undo_func.C: revert part of yesterday's patch 2
7321
7322 2003-04-30  John Levon  <levon@movementarian.org>
7323
7324         * LColor.C: s/tabular/table/
7325
7326 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7327
7328         * text3.C (dispatch): do not convert iterator -> pointer
7329         * undo_funcs.C (setCursorParUndo): ditto
7330         * text_funcs.C (transposeChars): ditto
7331
7332         * text2.C (setLayout): ws changes only
7333
7334         * text.C (breakParagraph): do not convert iterator -> pointer
7335         (insertChar): ditto
7336         (acceptChange): ditto
7337         (rejectChange): ditto
7338         (changeCase): ditto
7339         (Delete): ditto
7340         (backspace): ditto
7341
7342         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7343         pointer
7344
7345 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7346
7347         * text3.C (gotoInset): YABG (yet another bad getChar)
7348
7349 2003-04-29  André Pönitz  <poenitz@gmx.net>
7350
7351         * paragraph.h: make operator= private unimplemented as long as
7352           it is unusable
7353
7354         * ParagraphList.C: whitespace
7355
7356         * paragraph.[Ch]:
7357         * paragraph_pimpl.[Ch]:
7358         * paragraph_funcs.C:
7359         * CutAndPaste.C:
7360         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7361
7362         * text2.C:
7363           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7364
7365 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7366
7367         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7368         * paragraph.[Ch] (erase):
7369         * paragraph_pimpl.[Ch] (erase): change return type and value
7370         * text2.C (cutSelection): some rework
7371
7372 2003-04-28  John Levon  <levon@movementarian.org>
7373
7374         * bufferlist.C: changes for unsaved changes dialog
7375
7376 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7377
7378         * bufferlist.C (newFile): set language (messages_) for new
7379         documents also.
7380
7381         * buffer.C (readFile): ws changes only.
7382
7383 2003-04-28  André Pönitz  <poenitz@gmx.net>
7384
7385         * undo_funcs.C:
7386         * lyxfunc.C:
7387         * buffer.[Ch]:
7388         * BufferView_pimpl.C:
7389         * BufferView.C: getParFromID related ParagraphList::iterator changes
7390
7391 2003-04-28  André Pönitz  <poenitz@gmx.net>
7392
7393         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7394           Changes
7395
7396 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7397
7398         * messages.C: remove one more localedir class variable.
7399
7400 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7401
7402         * messages.C (getLocaleDir): singleton generation function
7403         (Pimpl): use it.
7404         (Messages): add a default constructor.
7405
7406         * main.C (main): do not setup localedir here, do not call
7407         gettext_init.
7408
7409         * gettext.C (_): use it.
7410         (gettext_init): delete funciton
7411
7412 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7413
7414         * gettext.C (getLyXMessages): new singleton generating function.
7415
7416         * buffer.C (updateDocLang): adjust
7417
7418         * Makefile.am (messages.o): add target
7419         (main.o): remove target
7420
7421 2003-04-27  John Levon  <levon@movementarian.org>
7422
7423         * bufferlist.C:
7424         * lyx_cb.C:
7425         * lyxfunc.C:
7426         * lyxvc.C: specify cancel button in Alert::prompt
7427
7428 2003-04-26  John Levon  <levon@movementarian.org>
7429
7430         * text3.C:
7431         * lyxfunc.C:
7432         * lfuns.h:
7433         * LyXAction.C: add LFUN_INSET_SETTINGS
7434
7435         * lyxfunc.C: don't enable tabular-feature when there's
7436         just any locking inset
7437
7438 2003-04-26  John Levon  <levon@movementarian.org>
7439
7440         * bufferlist.C: re-add Cancel to buffer close question
7441
7442         * lyxfunc.C: fix import UI a bit
7443
7444 2003-04-25  John Levon  <levon@movementarian.org>
7445
7446         * gettext.C: remove the broken asserts for now
7447
7448 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7449
7450         * messages.C: make case where setlocale cannot comply work better.
7451
7452         * buffer.C (updateDocLang): new function
7453         (changeLanguage): use it
7454         (readFile): use it
7455
7456         * text2.C (setCounter): use B_ a bit.
7457
7458         * lyxlayout.C (Read): be sure to trim the label strings.
7459
7460         * messages.C (Messages): fix typo in comment
7461
7462         * buffer.C (readFile): set message_ after file is loaded.
7463         (makeDocBookFile): remove double return
7464         (changeLanguage): reset message_ upon language change.
7465         (B_): new func, use this to get translated buffer strings.
7466
7467         * main.C: add myself and Jean Marc as authors.
7468
7469 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7470
7471         * messages.[hC]: pimplify Messages, and three different pimpls to be
7472         used in different circumstances.
7473
7474         * gettext.[Ch]: change for use with new message code.
7475
7476 2003-04-24 André Pönitz <poenitz@gmx.net>
7477
7478         * factory.C: support for eqref
7479
7480 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7481
7482         * messages.[Ch]: add missing char
7483
7484         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7485
7486         * messages.[Ch]: New files
7487
7488 2003-04-18  John Levon  <levon@movementarian.org>
7489
7490         * BufferView.h:
7491         * BufferView.C:
7492         * BufferView_pimpl.C:
7493         * lfuns.h:
7494         * LyXAction.C:
7495         * lyxtext.h:
7496         * text2.C: remove layout-copy/paste (bug 778)
7497
7498 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7499
7500         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7501
7502 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7503
7504         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7505         if they succeed. Act accordingly.
7506
7507 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7508
7509         * text2.C (setCharFont): adjust
7510         (setCounter): adjust
7511         (insertStringAsLines): adjust
7512
7513         * text.C (leftMargin): adjust
7514         (setHeightOfRow): adjust
7515
7516         * rowpainter.C (paintFirst): adjust
7517         (paintLast): adjust
7518
7519         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7520         (outerHook): ditto
7521         (isFirstInSequence): ditto
7522         (getEndLabel): ditto
7523         (outerFont): adjust
7524
7525         * paragraph.C (getParLanguage): comment out some hard stuff.
7526
7527         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7528         (sgmlError): ditto
7529         (simpleDocBookOnePar): ditto
7530         (makeDocBookFile): use ParagraphList::iterator
7531
7532         * CutAndPaste.C (pasteSelection): adjust
7533
7534 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7535
7536         * text2.C (getFont): adjust
7537         (getLayoutFont): adjust
7538         (getLabelFont): adjust
7539
7540         * paragraph_funcs.C (TeXOnePar): adjust
7541
7542         * buffer.C (simpleLinuxDocOnePar): adjust
7543         (simpleDocBookOnePar): adjust
7544
7545         * CutAndPaste.C (pasteSelection): adjust
7546
7547         * BufferView.C (getEncoding): adjust
7548
7549         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7550
7551 2003-04-16  John Levon  <levon@movementarian.org>
7552
7553         * lyxfind.C: use parlist stuff for search/changes
7554
7555 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7556
7557         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7558
7559         * text2.C (deleteEmptyParagraphMechanism): adjust
7560
7561         * text2.[Ch] (ownerParagraph): delete func (both of them
7562
7563 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7564
7565         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7566
7567 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7568
7569         * ParagraphList.C: prepare for NO_NEXT
7570
7571 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7572
7573         * text2.C (getFont): adjust
7574         (getLayoutFont): adjust
7575         (getLabelFont): adjust
7576
7577         * paragraph.C (getFont): adjust
7578         (getLabelFont): adjust
7579         (getLayoutFont): adjust
7580
7581         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7582
7583 2003-04-15  John Levon  <levon@movementarian.org>
7584
7585         From Angus Leeming
7586
7587         * lyx_main.C: handle Include in .ui files
7588
7589 2003-04-15  John Levon  <levon@movementarian.org>
7590
7591         * MenuBackend.C: make the doc files length shorter
7592
7593         * ToolbarBackend.h:
7594         * ToolbarBackend.C: handle toolbar placement flags,
7595         Minibuffer
7596
7597 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7598
7599         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7600         adjust
7601
7602         * paragraph_funcs.C (TeXOnePar): adjust
7603
7604         * paragraph.C (getLabelFont): add outerfont arg, adjust
7605         (getLayoutFont): ditto
7606         (simpleTeXOnePar): adjust
7607
7608         * paragraph_pimpl.C (realizeFont): delete func
7609
7610 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7611
7612         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7613         row argument, constify cur argument.
7614
7615 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7616
7617         * text2.C (getFont): adjust
7618         (getLayoutFont): adjust
7619         (getLabelFont): adjust
7620
7621         * paragraph_funcs.C (TeXOnePar): adjust
7622         (outerFont): new func...
7623         (realizeFont): ...moved out from here, changed this to facilitate
7624         transition
7625
7626         * paragraph.C (getFont): take outerfont as arg, adjust
7627         (simpleTeXOnePar): add outerfont arg, adjust
7628
7629         * buffer.C (simpleLinuxDocOnePar): adjust
7630         (simpleDocBookOnePar): adjust
7631
7632         * CutAndPaste.C (pasteSelection): adjust
7633
7634         * BufferView.C (getEncoding): adjust
7635
7636 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7637
7638         * text2.C (setCharFont): adjust
7639         (setCounter): adjust
7640
7641         * text.C (leftMargin): adjust
7642         (setHeightOfRow): adjust
7643
7644         * rowpainter.C (paintFirst): adjust
7645         (paintLast): adjust
7646
7647         * paragraph_pimpl.C (realizeFont): adjust
7648
7649         * paragraph.C (isFirstInSequence): move from here...
7650         * paragraph_funcs.C (isFirstInSequence): ...to here
7651
7652         * paragraph.C (outerHook): move from here...
7653         * paragraph_funcs.C (outerHook): ...to here
7654
7655         * paragraph.C (depthHook): move from here...
7656         * paragraph_funcs.C (depthHook): ...to here
7657
7658         * paragraph.C (getEndLabel): move from here...
7659         * paragraph_funcs.C (getEndLabel): ...to here
7660
7661         * text2.C (realizeFont): move from here...
7662         * paragraph_funcs.C (realizeFont): ...to here
7663
7664 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7665
7666         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7667
7668 2003-04-14  Angus Leeming  <leeming@lyx.org>
7669
7670         * LColor.[Ch]: scrap LColor mathcursor.
7671
7672 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7673
7674         * lyxlex.[Ch] (text): delete function
7675         * trans.C (Load): adjust
7676         * paragraph_funcs.C (readParToken): adjust
7677
7678 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7679
7680         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7681         vector<char> instead of a char[].
7682
7683         * lyxlex_pimpl.C (getString): adjust
7684         (next): adjust
7685         (lex): use getString
7686         (eatLine): adjust
7687         (nextToken): adjust
7688
7689         * lyxlex.C (text): use pimpl_->getString()
7690         (getBool): ditto
7691         (findToken): ditto
7692
7693 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7694
7695         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7696         (makeFontEntriesLayoutSpecific): temp var for par.size()
7697         (setLayout): temp var for ownerParagraphs().end()
7698         (fullRebreak): temp var for rows().end()
7699         (selectionAsString): temp var for boost::next(startpit), realize
7700         that the while really is a regular for loop.
7701         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7702         setCursor in one place.
7703         (setParagraph): temp vr for ownerParagraphs().end()
7704         (updateCounters): make the while loop a for loop
7705         (cutSelection): temp var for ownerParagraphs().end()
7706         (updateInset): make the do {} while() a regular for loop
7707         (getCursorX): use temp vars
7708         (setCurrentFont): use temp vars
7709         (getColumnNearX): use temp vars
7710
7711 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7712
7713         * text.C (transformChar): use temp var for getChar
7714         (computeBidiTables): use temp var for row->par()
7715         (fill): move temp vars for row->par() and pit->layout() earlier in
7716         the function.
7717         (labelFill): use temp var for row->par()
7718         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7719         asc and desc, realize that pit never changes and that firstpit is
7720         just a duplicate and not needed. Exchange rit->par() with pit in a
7721         lot of places.
7722         (breakAgain): use a temp var for boost::next(rit)
7723         (breakAgainOneRow): ditto
7724         (breakParagraph): use a temp var for rows().begin()
7725         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7726         (cursorRightOneWord): use temp var for cursor.par() and
7727         cursor.pos(), remove usage of tmpcursor.
7728         (cursorLeftOneWord): use temp var for cursor.par() and
7729         cursor.pos() only set cur at end of function.
7730
7731 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7732
7733         * text.C, text2.C: exchange all usage of Paragraph::next with
7734         boost::next(ParagraphList::iterator)
7735
7736         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7737
7738         * text2.C (cursorTop): simplify implementation
7739         (cursorBottom): ditto
7740         (setParagraph): use ParagraphList::iterator
7741         (setCurrentFont): adjust
7742         (getColumnNearX): adjust
7743         (cursorRight): adjust
7744         (cursorLeft): remove usage of Paragraph::previous
7745         (cursorUpParagraph): ditto
7746         (deleteEmptyParagraphMechanism): slight cleanup
7747
7748         * text.C (isBoundary): take a Paragraph const & instead of a
7749         pointer as arg.
7750         (addressBreakPoint): ditto
7751         (leftMargin): remove usage of Paragraph::previous.
7752         (setHeightOfRow): ditto
7753         (cursorLeftOneWord): ditto
7754         (selectNextWordToSpellcheck): ditto
7755         (Delete): ditto
7756         (backspace): ditto
7757         (breakParagraph): remove one usage of Paragraph::next
7758         (redoParagraph): ditto
7759         (acceptChange): ditto
7760         (insertChar): adjust
7761         (rowBreakPoint): adjust
7762
7763         * bufferview_funcs.C (toggleAndShow): adjust
7764
7765 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7766
7767         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7768         methods to access it.
7769         * lyxtext.h:
7770         * text.C: Added updateRowPositions to compute all row positions.
7771         Make top_y and getRowNearY() to use the cached y position
7772
7773 2003-04-11  John Levon  <levon@movementarian.org>
7774
7775         * text.C (rowBreakPoint): reintroduce the labelEnd
7776         checks, code copied from the row fill stuff. Deep voodoo.
7777
7778         * text.C (fill): add a comment and debugging for the
7779         next poor soul.
7780
7781 2003-04-11  John Levon  <levon@movementarian.org>
7782
7783         * text.C: make sure fullrow insets get wrapped to the next line,
7784         even when they're in a manual label
7785
7786 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7787
7788         * text2.C (insertParagraph): make it take ParagraphList::iterator
7789         as arg.
7790         (setLayout): make it return ParagraphList::iterator
7791         (redoParagraphs): ditto
7792         (setCounter): ditto
7793         (checkParagraph): ditto
7794
7795         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7796
7797         * text2.C: adjust several funcs.
7798         (realizeFont): take a ParagraphList::iterator as arg.
7799         (getLayoutFont): ditto
7800         (getLabelFont): ditto
7801         (setCharFont): ditto
7802
7803         * text.C: adjust several funcs.
7804
7805 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7806
7807         * text.C (selectNextWordToSpellcheck): don't accidentally
7808         skip insets
7809
7810 2003-04-10  John Levon  <levon@movementarian.org>
7811
7812         * ToolbarBackend.C (getIcon): special handling for
7813         LFUN_MATH_DELIM
7814
7815 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7816
7817         * text2.C (cursorRight): a getChar assert fixed
7818
7819 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7820
7821         * text2.C (getFont): change to take a ParagraphList::iterator
7822         instead of Paragraph*
7823         Adjust several functions.
7824
7825         * text.C (transformChar): change to take a ParagraphList::iterator
7826         instead of Paragraph*
7827         (singleWidth): ditto
7828         Adjust several functions.
7829
7830         * rowpainter.C: adjust several functions
7831         * rowpainter.h:store a ParagraphList::iterator and not a
7832         Paragraph&.
7833
7834
7835 2003-04-09  John Levon  <levon@movementarian.org>
7836
7837         * lyxfunc.C:
7838         * lfuns.h:
7839         * LyXAction.h:
7840         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7841         and the "help" bits as well
7842
7843 2003-04-09  John Levon  <levon@movementarian.org>
7844
7845         * ToolbarBackend.h:
7846         * ToolbarBackend.C: allow multiple toolbars
7847
7848 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7849
7850         * undo_funcs.C (setCursorParUndo): adjust
7851
7852         * text_funcs.C (transposeChars): adjust
7853
7854         * text3.C (gotoNextInset): adjust
7855         (dispatch): adjust
7856
7857         * text2.C (setLayout): adjust
7858         (changeDepth): adjust
7859         (setFont): adjust
7860         (redoParagraphs): adjust
7861         (selectionAsString): adjust
7862         (setParagraph): adjust
7863         (insertInset): adjust
7864         (cutSelection): adjust
7865         (copySelection): adjust
7866         (pasteSelection): adjust
7867         (insertStringAsLines): adjust
7868         (updateInset): adjust
7869         (setCursor): change to take a ParagraphList::iterator parameter
7870         (setCursorIntern): change to take a ParagraphList::iterator parameter
7871         (setCurrentFont): adjust
7872         (cursorLeft): adjust
7873         (cursorRight): adjust
7874         (deleteEmptyParagraphMechanism): adjust
7875
7876         * text.C (breakParagraph): adjust
7877         (insertChar): adjust
7878         (acceptChange): adjust
7879         (rejectChange): adjust
7880         (selectNextWordToSpellcheck): adjust
7881         (changeCase): adjust
7882         (Delete): adjust
7883         (backspace): adjust
7884
7885         * lyxfind.C (SearchForward): adjust
7886         (SearchBackward): adjust
7887         (nextChange): adjust
7888
7889         * lyxcursor.C (par): adjust
7890
7891         * lyxcursor.h: store a ParagraphList::iterator instead of a
7892         Paragraph*
7893
7894         * lyx_cb.C (getPossibleLabel): adjust
7895
7896         * bufferview_funcs.C (toggleAndShow): adjust
7897
7898         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7899         (dispatch): adjust
7900
7901         * BufferView.C (removeAutoInsets): adjust
7902         (lockedInsetStoreUndo): adjust
7903
7904 2003-04-09  John Levon  <levon@movementarian.org>
7905
7906         * ToolbarBackend.C: try icon without argument
7907         if with argument fails
7908
7909 2003-04-08  John Levon  <levon@movementarian.org>
7910
7911         * ToolbarBackend.h:
7912         * ToolbarBackend.C: add getIcon(), handle tooltip,
7913         and change from "Icon" to "Item".
7914
7915 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7916
7917         * BufferView.C (lockInset): another bad getchar crunched
7918
7919 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7920
7921         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7922         again)
7923
7924 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7925
7926         * lyxfind.C (searchForward, searchBackwards): bug 782
7927
7928 2003-04-07  John Levon  <levon@movementarian.org>
7929
7930         * paragraph.C: remove dead comment
7931
7932         * text.C: remove troublesome depth-fiddling code
7933         in leftMargin() and rightMargin() (bug 1017)
7934
7935         * text.C: fix breaking of rows in nested lists
7936         (bug 1004)
7937
7938         * text2.C (updateCounters): fix up depth values
7939         (bug 1013)
7940
7941 2003-04-07  John Levon  <levon@movementarian.org>
7942
7943         * BufferView_pimpl.C: clear message when doc finishes resizing,
7944         and after a mouse event
7945
7946         * lyxfunc.C: clear message after exiting inset
7947
7948 2003-04-07  John Levon  <levon@movementarian.org>
7949
7950         * bufferview_funcs.C: show math status not outside
7951         status in the statusbar
7952
7953 2003-04-07  John Levon  <levon@movementarian.org>
7954
7955         * lyxfunc.C: note status changed after a depth change
7956
7957 2003-04-04  Angus Leeming  <leeming@lyx.org>
7958
7959         * LaTeX.h: move AuxInfo operator==, != out of line.
7960         Remove LaTeX virtual destructor; nothing derives from it.
7961         Move operator()() out of public area and rename it startscript().
7962         Change protected for private.
7963
7964 2003-04-04  Angus Leeming  <leeming@lyx.org>
7965
7966         * lyxfunc.C:
7967         * text2.C: remove unneeded #includes.
7968
7969 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7970
7971         * text2.C (dEPM): fix the heigth of the next row
7972
7973 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7974
7975         * text.C: squashed an invalid getChar requester + some ws changes
7976
7977 2003-04-03  John Levon  <levon@movementarian.org>
7978
7979         * bufferview_funcs.h:
7980         * bufferview_funcs.C:
7981         * lyxfunc.C:
7982         * lyxtext.h:
7983         * text2.C: make getStatus work for the env depth lfuns
7984
7985 2003-04-03  John Levon  <levon@movementarian.org>
7986
7987         * bufferview_funcs.h:
7988         * bufferview_funcs.C:
7989         * lyxfunc.C:
7990         * lyxtext.h:
7991         * text2.C: parlistize decDepth(), by merging it with incDepth()
7992
7993 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7994
7995         * lyxrow.h: store a ParagraphList::iterator instead of a
7996         Paragraph* and adjust other class functions to suit.
7997
7998         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7999         above.
8000
8001 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8002
8003         * text2.C (setCursor): do not anchor to cursor row for the time being
8004
8005 2003-04-02  John Levon  <levon@movementarian.org>
8006
8007         * LyXAction.C:
8008         * lfuns.h:
8009         * lyx_main.C:
8010         * lyxtext.h:
8011         * text.C:
8012         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8013
8014 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8015
8016         * paragraph.h: make ParagraphList and ParagraphList::iterator
8017         friends of Paragraph.
8018
8019         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8020
8021         * ParagraphList.C: Use the private next_ and previous_ from
8022         Paragraph.
8023
8024 2003-04-01  John Levon  <levon@movementarian.org>
8025
8026         * ToolbarBackend.h:
8027         * ToolbarBackend.C:
8028         * Makefile.am: rename, remove defaults gunk
8029
8030         * MenuBackend.h:
8031         * MenuBackend.C: remove defaults gunk
8032
8033         * Languages.h:
8034         * Languages.C: remove defaults gunk
8035
8036         * lyx_main.h:
8037         * lyx_main.C: error out if files couldn't be found.
8038
8039 2003-04-02  John Levon  <levon@movementarian.org>
8040
8041         * text2.C: make incDepth() use parlist
8042
8043 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8044
8045         * undo_funcs.C (firstUndoParagraph): adjust
8046
8047         * text3.C (gotoInset): adjust
8048         (dispatch): adjust, and rewrite loop.
8049
8050         * text2.C (init): adjust, and rewrite loop.
8051         (redoParagraphs): adjust
8052         (updateInset): adjust, and rewrite loop.
8053         (deleteEmptyParagraphMechanism): adjust
8054
8055         * tabular.C (LyXTabular): adjust
8056         (SetMultiColumn): adjust
8057         (TeXRow): adjust
8058
8059         * lyxtext.[Ch] (ownerParagraph): delete function
8060         (ownerParagraphs): new function returns a ParagraphList.
8061
8062         * BufferView.C (removeAutoInsets): adjust
8063         (insertErrors): adjust
8064         (setCursorFromRow): adjust
8065
8066 2003-04-01  Angus Leeming  <leeming@lyx.org>
8067
8068         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8069         in the frontends.
8070
8071 2003-04-02  John Levon  <levon@movementarian.org>
8072
8073         * lyxtext.h:
8074         * text.C:
8075         * Makefile.am:
8076         * text_funcs.h:
8077         * text_funcs.C: make transposeChars a free function
8078
8079         * lyxrow_funcs.C: remove wrong comment
8080
8081 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8082
8083         * lyxtext.h: adjust
8084         * rowpainter.C: adjust
8085         * text.C: adjust
8086         * text2.C: adjust
8087         * text3.C: adjust
8088
8089         * lyxrow_funcs. [Ch]: new files
8090
8091         * lyxrow.[Ch]: remove next and previous pointers
8092         (next,previous): remove accessor functions
8093         (isParEnd): move to lyxrow_funcs
8094         (lastPos): move to lyxrow_funcs
8095         (nextRowIsAllInset): move to lyxrow_funcs
8096         (lastPrintablePos): move to lyxrow_funcs
8097         (numberOfSeparators): move to lyxrow_funcs
8098         (numberOfHfills): move to lyxrow_funcs
8099         (numberOfLabelHfills): move to lyxrow_funcs
8100         (hfillExpansion): move to lyxrow_funcs
8101
8102         * lyxfunc.C: adjust
8103
8104         * bufferview_funcs.C (toggleAndShow): adjust
8105
8106         * RowList.h: Remove class RowList from file leave just a
8107         std::list<Row>.
8108
8109         * RowList.C: delete file
8110
8111         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8112         and lyxrow_funcs.h
8113
8114 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8115
8116         * text3.C (cursorPrevious): adjust
8117         (cursorNext): adjust
8118         (dispatch): adjust
8119
8120         * text2.C (redoHeightOfParagraph): adjust
8121         (redoDrawingOfParagraph): adjust
8122         (setCursor): adjust
8123
8124         * text.C (breakParagraph): adjust
8125         (insertChar): adjust
8126         (backspace): adjust
8127
8128         * rowpainter.C (RowPainter): adjust
8129         (leftMargin): simplify and adjust
8130         (most rowpainter functions): adjust.
8131
8132         * rowpainter.h: store the row as RowList::iterator not as Row*
8133
8134         * lyxcursor.C (row): taka RowList::iterator as arg
8135         (irow): ditto
8136
8137         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8138         of Row*.
8139
8140 2003-04-01  Angus Leeming  <leeming@lyx.org>
8141
8142         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8143         stuff like bool Bool.
8144
8145 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8146
8147         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8148         rewrite a loop
8149
8150 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8151
8152         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8153         RowList::iterator.
8154
8155         * lyxtext.h (rows): drop one version and leve a const variant that
8156         returns a RowList::iterator.
8157
8158 2003-03-31  Angus Leeming  <leeming@lyx.org>
8159
8160         * text.C (fill): ensure that the signature is the same as that in the
8161         header file.
8162
8163 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8164
8165         * text2.C (redoParagraphs): adjust
8166         (updateCounters): adjust
8167         (checkParagraph): adjust
8168         (getColumnNearX): adjust and reformat a bit.
8169
8170         * text.C (top_y): adjust
8171         (workWidth): adjust
8172         (leftMargin): adjust
8173         (prepareToPrint): adjust
8174         (getRow): adjust
8175         (getRowNearY): adjust
8176
8177         * lyxtext.h: make rowlist_ mutable.
8178
8179         * RowList.h: add const_iterator
8180         * RowList.C: adjust for RowList::const_iterator.
8181
8182         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8183         adjust.
8184
8185 2003-03-31  John Levon  <levon@movementarian.org>
8186
8187         * lyxrc.h:
8188         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8189
8190         * lyx_main.C: set default fonts from using lyx_gui funcs
8191
8192         * exporter.C: pdf_mode moved from lyxrc
8193
8194         * lyx_cb.C:
8195         * lyxfunc.C: changes from above
8196
8197 2003-03-31  John Levon  <levon@movementarian.org>
8198
8199         * lyx_main.C: fix to the last fix
8200
8201 2003-03-31  John Levon  <levon@movementarian.org>
8202
8203         * bufferlist.C: "Load original" -> "Load Original"
8204
8205         * converter.C:
8206         * exporter.C:
8207         * importer.C:
8208         * lyx_main.C:
8209         * format.C: more Alert cleanups
8210
8211 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8212
8213         * text2.C (removeParagraph): make it take a RowList::iterator as
8214         arg, adjust.
8215         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8216         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8217
8218         * text.C (anchor_row): make it take a RowList::iterator as arg,
8219         adjust.
8220         (computeBidiTables): make it take a const reference to Row instead
8221         of Row pointer, adjust.
8222         (leftMargin): make it take a RowList::iterator as arg, adjust.
8223         (rowBreakPoint): adjust
8224         (breakAgainOneRow): make it take a RowList::iterator as arg,
8225         adjust.
8226         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8227
8228         * bufferview_funcs.C (toggleAndShow): adjust
8229
8230 2003-03-30  John Levon  <levon@movementarian.org>
8231
8232         * Makefile.am:
8233         * BoostFormat.h:
8234         * boost-inst.C: moved to support
8235
8236         * several files: changes as a result
8237
8238 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8239
8240         * text2.C (LyXText): adjust.
8241         (init): adjust
8242         (removeRow): make it take a RowList::iterator as arg, adjust.
8243         (fullRebreak): adjust
8244         (deleteEmptyParagraphMechanism): adjust
8245         (clearPaint): adjust
8246         (postPaint): adjust
8247
8248         * text.C (top_y): adjust
8249         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8250         (breakAgain): make it take a RowList::iterator as arg, adjust.
8251         (breakParagraph): adjust
8252         (insertChar): adjust
8253         (backspace): adjust
8254
8255         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8256         need_break_row, and refresh_row.
8257
8258         * text3.C (dispatch): adjust
8259
8260         * text2.C (checkParagraph): adjust
8261         (setCursor): adjust
8262         (setCursorFromCoordinates): adjust
8263
8264         * text.C (top_y): adjust
8265         (workWidth): adjust
8266         (getRow): make it return a RowList::iterator, adjust
8267         (getRowNearY): make it return a RowList::iterator, adjust
8268
8269         * text2.C (init): adjust
8270         (insertRow): remove function
8271         (insertParagraph): adjust
8272         (redoParagraphs): adjust
8273         (fullRebreak): adjust
8274         (updateCounters): adjust
8275
8276         * text.C (top_y): rewrite to use RowList iterators.
8277         (top_y): adjust
8278         (setHeightOfRow): rewrite to sue RowList iterators.
8279         (appendParagraph): adjust
8280         (breakAgain): adjust
8281         (breakAgainOneRow): adjust
8282         (breakParagraph): adjust
8283         (getRow): adjust
8284         (getRowNearY): adjust, and remove commented code.
8285
8286         * lyxtext.h (firstRow): delete function
8287         (lastRow): delete function
8288         (rows): new function (const and non-const versions.)
8289         (insertRow): delete function
8290
8291         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8292
8293 2003-03-29  John Levon  <levon@movementarian.org>
8294
8295         * BufferView_pimpl.C: always update scrollbar top
8296         because pasting text when we're anchored could mean we
8297         miss an update altogether
8298
8299 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8300
8301         * text2.C (init): use rowlist_.end() and not 0.
8302         (insertRow): change to take a RowList::iterator as arg, adjust
8303         for this.
8304         (insertParagraph): change to take a RowList::iterator as arg,
8305         adjust for this.
8306         (redoParagraphs): remove some debug msgs.
8307
8308         * text.C (appendParagraph): change to take a RowList::iterator
8309         arg, adjust for this.
8310         (breakAgain): add an assert
8311         (breakAgainOneRow): ditto
8312
8313 2003-03-29  John Levon  <levon@movementarian.org>
8314
8315         * text2.C: do not clear selection after inc/decDepth
8316         (bug 550)
8317
8318 2003-03-29  John Levon  <levon@movementarian.org>
8319
8320         * BufferView.C:
8321         * buffer.C: fix broken strerrors according to Lars
8322
8323 2003-03-29  John Levon  <levon@movementarian.org>
8324
8325         * converters.C: more Alert cleanups
8326
8327 2003-03-29  John Levon  <levon@movementarian.org>
8328
8329         * bufferview_funcs.C: remove pointless Alert
8330
8331         * buffer.C: fix confusing error message when
8332         a template is chmoded 000
8333
8334 2003-03-29  John Levon  <levon@movementarian.org>
8335
8336         * BufferView.C:
8337         * BufferView.h:
8338         * BufferView_pimpl.C: Alert fixes
8339
8340         * Makefile.am:
8341         * tabular.C:
8342         * tabular-old.C: remove unused table compat reading
8343
8344 2003-03-29  John Levon  <levon@movementarian.org>
8345
8346         * BufferView.C:
8347         * buffer.C:
8348         * lyx_cb.h:
8349         * lyx_cb.C: more Alert cleanups
8350
8351         * lyxfunc.C: don't allow chktex if not latex document
8352
8353 2003-03-29  John Levon  <levon@movementarian.org>
8354
8355         * lyx_cb.C:
8356         * BufferView.C:
8357         * buffer.C: warnings pushed down from support/,
8358         kill err_alert
8359
8360 2003-03-29  John Levon  <levon@movementarian.org>
8361
8362         * lyxfunc.C: safety check for C-r (revert)
8363
8364 2003-03-29  John Levon  <levon@movementarian.org>
8365
8366         * bufferlist.h:
8367         * bufferlist.C: several UI fixes using Alert::prompt.
8368         Fix the pointless looping quit code. Fix stupid revert
8369         behaviour (bug 938)
8370
8371         * lyxvc.h:
8372         * lyxvc.C:
8373         * lyx_cb.C: use Alert::prompt
8374
8375         * lyx_main.C: remove a silly question
8376
8377         * lyxfunc.C: remove a couple of silly questions,
8378         use Alert::prompt
8379
8380 2003-03-28  John Levon  <levon@movementarian.org>
8381
8382         * text2.C: fix bug 974 (End on empty par)
8383
8384 2003-03-28  John Levon  <levon@movementarian.org>
8385
8386         * BufferView_pimpl.C:
8387         * LyXAction.C:
8388         * lfuns.h: remove do-nothing math greek lfuns
8389
8390 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8391
8392         * lyxgluelength.h (isValidGlueLength): add default arg on
8393         parameter 2. Remove default arg from friend in class.
8394
8395         * lyxlength.h (isValidLength): add default arg on parameter 2.
8396         Remove default arg from friend in class.
8397
8398         * text2.C (LyXText): adjust, initialize refresh_row.
8399         (init): adjust
8400         (removeRow): adjust
8401         (insertRow): adjust
8402         (insertParagraph): adjst
8403         (redoParagraphs): adjust
8404         (fullRebreak): adjust
8405         (updateCounters): adjust
8406         (deleteEmptyParagraphMechanism): first attempt at fixing a
8407         crashing bug.
8408
8409         * text.C (top_y): adjust
8410         (setHeightOfRow): adjust
8411         (getRow): adjust
8412         (getRowNearY): adjust
8413
8414         * lyxtext.h: include RowList.h
8415         (~LyXText): not needed anymore, deleted.
8416         (firstRow): modify for RowList
8417         (lastRow): new function
8418         Delete firstrow and lastrow class variables, add a Rowlist
8419         rowlist_ class variable.
8420
8421         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8422         paragraph is empty.
8423
8424         * RowList.C (insert): fix case where it == begin().
8425
8426 2003-03-26  Angus Leeming  <leeming@lyx.org>
8427
8428         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8429         the thesaurus dialog.
8430
8431 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8432
8433         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8434
8435         * RowList.[Ch]: new files
8436
8437         * ParagraphList.C (erase): handle the case where it == begin
8438         correctly.
8439
8440 2003-03-25  John Levon  <levon@movementarian.org>
8441
8442         * Makefile.am:
8443         * aspell_local.h:
8444         * aspell.C: add new aspell support
8445
8446         * lyxrc.h:
8447         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8448         have it accessible.
8449
8450 2003-03-25  Angus Leeming  <leeming@lyx.org>
8451
8452         * lfuns.h:
8453         * LyXAction.C (init): new LFUN_INSET_INSERT.
8454
8455         * BufferView_pimpl.C (dispatch): split out part of the
8456         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8457
8458         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8459         LFUN_INSET_APPLY.
8460
8461 2003-03-25  Angus Leeming  <leeming@lyx.org>
8462
8463         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8464
8465 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8466
8467         * text2.C:
8468         * text3.C: remove useless row->height(0)
8469
8470 2003-03-25  John Levon  <levon@movementarian.org>
8471
8472         * lyxtext.h:
8473         * text2.C:
8474         * text3.C: rename the refreshing stuff to better names
8475
8476 2003-03-24  John Levon  <levon@movementarian.org>
8477
8478         * BufferView_pimpl.h:
8479         * BufferView_pimpl.C: update layout choice on a mouse
8480         press/release
8481
8482 2003-03-23  John Levon  <levon@movementarian.org>
8483
8484         * Makefile.am: fix commandtags.h reference
8485
8486 2003-03-22  John Levon  <levon@movementarian.org>
8487
8488         * BufferView_pimpl.C:
8489         * lyxtext.h:
8490         * rowpainter.C:
8491         * rowpainter.h:
8492         * text.C:
8493         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8494
8495 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8496
8497         * lyxtext.h:
8498         * text.C: take the rtl methods out of line
8499
8500 2003-03-21 André Pönitz <poenitz@gmx.net>
8501
8502         * metricsinfo.[Ch]: new files containing structures to be passed around
8503         during the two-phase-drawing...
8504
8505 2003-03-21 André Pönitz <poenitz@gmx.net>
8506
8507         * lyxtextclass.C: read 'environment' tag.
8508
8509 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8510
8511         * text2.C (removeRow): fix bug 964
8512
8513 2003-03-20  John Levon  <levon@movementarian.org>
8514
8515         * rowpainter.C:
8516         * text.C:
8517         * text2.C: paint cleanups. Inset::update() dropped font
8518         parameter
8519
8520 2003-03-19  John Levon  <levon@movementarian.org>
8521
8522         * lyxfunc.C: only fitcursor/markDirty if available()
8523
8524 2003-03-19  John Levon  <levon@movementarian.org>
8525
8526         * commandtags.h: rename to ...
8527
8528         * lfuns.h: ... this, and renumber / cleanup
8529
8530 2003-03-19  John Levon  <levon@movementarian.org>
8531
8532         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8533         fit the cursor after an lfun
8534
8535         * BufferView.h:
8536         * BufferView.C:
8537         * BufferView_pimpl.h:
8538         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8539
8540         * LyXAction.C: layout-character should have ReadOnly
8541
8542         * ParagraphParameters.C:
8543         * buffer.C:
8544         * bufferview_funcs.C:
8545         * lyx_cb.C:
8546         * lyxfind.C:
8547         * lyxtext.h:
8548         * text.C:
8549         * text2.C:
8550         * text3.C:
8551         * undo_funcs.C: changes from above
8552
8553 2003-03-18  John Levon  <levon@movementarian.org>
8554
8555         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8556         remove it from update()
8557
8558         * lyxfunc.C: update layout choice after an lfun
8559
8560         * text3.C: remove extra updateLayoutChoice()s
8561
8562 2003-03-18  John Levon  <levon@movementarian.org>
8563
8564         * text.C: top_y change means full repaint, fix
8565         a drawing bug with cursor movement
8566
8567 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8568
8569         * lyxtext.h:
8570         * text.C:
8571         * text2.C: anchor row on setCursor
8572
8573 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8574
8575         * lyxtext.h: remove almost all mutable keywords
8576         * text.C:
8577         * text2.C:
8578         * text3.C: remove const keywords accordingly
8579
8580 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8581
8582         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8583         anon namespace
8584         (TeXEnvironment): ditto
8585         (TeXOnePar): ditto
8586
8587 2003-03-17  John Levon  <levon@movementarian.org>
8588
8589         * text.C (rowBreakPoint): remove attempt to fix displayed
8590         math insets inside a manual label
8591
8592 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8593
8594         * lyxtext.h: remove BufferView* as first arg from almost all class
8595         functions.
8596         * other files: adjust.
8597
8598 2003-03-17  John Levon  <levon@movementarian.org>
8599
8600         * lyxtext.h:
8601         * undo_funcs.C:
8602         * text2.C: more paint cleanups
8603
8604         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8605
8606         * rowpainter.h:
8607         * rowpainter.C: remove "smart" background painting code
8608
8609 2003-03-16  John Levon  <levon@movementarian.org>
8610
8611         * lyxtext.h:
8612         * text.C:
8613         * text2.C:
8614         * text3.C: add helper functions for setting refresh_row/y
8615
8616 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8617
8618         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8619         newline inset which *can* get inserted in the pass_thru layouts.
8620         This is primarily for literate documents.
8621
8622 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8623
8624         * buffer.C: increment LYX_FORMAT to 223
8625
8626 2003-03-14 André Pönitz <poenitz@gmx.net>
8627
8628         * textclass.h: prepare for environment handling, ws changes
8629         * lyxlayout.C: read latexheader and latexfooter tags
8630
8631 2003-03-14  John Levon  <levon@movementarian.org>
8632
8633         * text2.C: rewrite ::status() a bit
8634
8635 2003-03-13  John Levon  <levon@movementarian.org>
8636
8637         * lyxtext.h: add some docs
8638
8639 2003-03-13  John Levon  <levon@movementarian.org>
8640
8641         * lyxtext.h:
8642         * text.C:
8643         * text2.C:
8644         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8645
8646 2003-03-13  John Levon  <levon@movementarian.org>
8647
8648         * text3.C: fix appendix redrawing
8649
8650 2003-03-13  John Levon  <levon@movementarian.org>
8651
8652         * text.C (setHeightOfRow):
8653         * rowpainter.h:
8654         * rowpainter.C: make appendix mark have the text
8655           "Appendix" so the user knows what it is
8656
8657         * LColor.h:
8658         * LColor.C: s/appendixline/appendix/ from above
8659
8660 2003-03-13  John Levon  <levon@movementarian.org>
8661
8662         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8663
8664         * text.C: fix a getChar(pos) bug properly
8665
8666 2003-03-13  Angus Leeming  <leeming@lyx.org>
8667
8668         * commandtags.h:
8669         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8670         Probably only temporary. Let's see how things pan out.
8671
8672         * BufferView.C (unlockInset):
8673         * BufferView_pimpl.C (fitCursor):
8674         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8675
8676         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8677         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8678
8679         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8680         new functions that convert ParagraphParameters to and from a string.
8681
8682         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8683         BufferView::Pimpl's dispatch.
8684         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8685
8686 2003-03-13 André Pönitz <poenitz@gmx.net>
8687
8688         * lyxfunc.C:
8689         * text3.C:
8690         * factory.C: make it aware of InsetEnv
8691
8692 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8693
8694         * text2.C (setCursor): never ask for one past last
8695         (setCursor): add some debugging messages.
8696
8697         * text.C (singleWidth): never ask for one past last
8698         (singleWidth): ditto
8699         (leftMargin): ditto
8700         (rightMargin): ditto
8701         (rowBreakPoint): ditto
8702         (setHeightOfRow): ditto
8703         (prepareToPrint): ditto
8704
8705         * rowpainter.C (paintBackground): never ask for one past last
8706         (paintText): never ask for one past last
8707
8708         * paragraph_pimpl.C (getChar): make the assert stricter, never
8709         allow the one past last pos to be taken
8710
8711         * paragraph.C (getChar): ws changes only
8712
8713         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8714         (numberOfSeparators): ditto
8715         (numberOfHfills): ditto
8716
8717 2003-03-12  John Levon  <levon@movementarian.org>
8718
8719         * author.h:
8720         * author.C:
8721         * bufferparams.h:
8722         * bufferparams.C:
8723         * paragraph_funcs.C: fix per-buffer authorlists
8724
8725 2003-03-12  John Levon  <levon@movementarian.org>
8726
8727         * text.C: fix newline in right address
8728
8729 2003-03-12  Angus Leeming  <leeming@lyx.org>
8730
8731         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8732         duplicate those in LyXFunc::dispatch.
8733
8734         * commandtags.h:
8735         * LyXAction.C:
8736         * ToolbarDefaults.C:
8737         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8738         Add LFUN_FONTFREE_UPDATE.
8739
8740         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8741         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8742
8743         * bufferview_func.[Ch]: several new functions to facilliate
8744         transfer of data to and from the character dialog.
8745
8746 2003-03-12  John Levon  <levon@movementarian.org>
8747
8748         * buffer.C:
8749         * paragraph.h:
8750         * paragraph.C:
8751         * paragraph_funcs.C:
8752         * paragraph_pimpl.C:
8753         * sgml.C:
8754         * tabular.C:
8755         * text.C:
8756         * text3.C: remove META_NEWLINE in favour of an inset
8757
8758         * rowpainter.h:
8759         * rowpainter.C: remove paintNewline (done by inset)
8760
8761 2003-03-12  John Levon  <levon@movementarian.org>
8762
8763         * paragraph_pimpl.C: complain about bad getChar()s
8764         for a while at least
8765
8766 2003-03-12  John Levon  <levon@movementarian.org>
8767
8768         * buffer.h:
8769         * buffer.C: move paragraph read into a separate function,
8770         a little renaming to reflect that.
8771
8772         * bufferparams.h:
8773         * bufferparams.C: remove the author_ids map, not necessary now
8774
8775         * factory.h:
8776         * factory.C: moved Buffer::readInset to here
8777
8778         * paragraph_funcs.h:
8779         * paragraph_funcs.C: readParagraph free function moved from
8780         buffer.C
8781
8782         * tabular.C: name change
8783
8784 2003-03-12  John Levon  <levon@movementarian.org>
8785
8786         * buffer.C:
8787         * ParagraphParameters.C: move par params input to
8788         a read() method
8789
8790         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8791         behave like a normal read from the stream wrt reading
8792         a line vs. a \\token
8793
8794 2003-03-12  John Levon  <levon@movementarian.org>
8795
8796         * paragraph.C:
8797         * ParagraphParameters.h:
8798         * ParagraphParameters.C: move output code to a
8799         ::write() method
8800
8801 2003-03-12  John Levon  <levon@movementarian.org>
8802
8803         * BufferView.C (insertLyXFile):
8804         * buffer.h:
8805         * buffer.C:
8806         * tabular.C: use a parlist iterator for creating the
8807           document.
8808
8809 2003-03-12  John Levon  <levon@movementarian.org>
8810
8811         * buffer.C: make current_change static local not
8812           static file-scope
8813
8814 2003-03-12  John Levon  <levon@movementarian.org>
8815
8816         * buffer.C: fix insertStringAsLines for change tracking
8817
8818 2003-03-12  John Levon  <levon@movementarian.org>
8819
8820         * BufferView.C:
8821         * tabular.C:
8822         * buffer.h:
8823         * buffer.C:
8824         * bufferparams.h:
8825         * bufferparams.C: move author list into params. Rename some
8826           functions. Move the header reading into a separate token
8827           loop. Move the header token reading into BufferParams.
8828
8829 2003-03-12  John Levon  <levon@movementarian.org>
8830
8831         * changes.C: put debug inside lyxerr.debugging() checks
8832
8833 2003-03-11 André Pönitz <poenitz@gmx.net>
8834
8835         * factory.C: make it aware of InsetHFill
8836
8837 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8838
8839         * buffer.C (latexParagraphs): move function from here...
8840         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8841         args.
8842
8843 2003-03-10  Angus Leeming  <leeming@lyx.org>
8844
8845         * LyXAction.C (init): fix bug in poplating array with multiple entries
8846         with the same LFUN (spotted by JMarc).
8847
8848 2003-03-10  John Levon  <levon@movementarian.org>
8849
8850         * text.C:
8851         * text2.C: move getColumnNearX() near its
8852         only call site
8853
8854 2003-03-10  John Levon  <levon@movementarian.org>
8855
8856         * text.C: fix break before a minipage
8857
8858 2003-03-10  John Levon  <levon@movementarian.org>
8859
8860         * text.C: fix the last commit
8861
8862 2003-03-09  John Levon  <levon@movementarian.org>
8863
8864         * lyxtext.h:
8865         * text.C:
8866         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8867         bug 365 (don't break before insets unless needed). Don't
8868         return a value > last under any circumstances.
8869
8870 2003-03-09  Angus Leeming  <leeming@lyx.org>
8871
8872         * BufferView_pimpl.C (trackChanges, dispatch): call
8873         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8874
8875 2003-03-09  Angus Leeming  <leeming@lyx.org>
8876
8877         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8878         than Dialogs::showAboutlyx().
8879
8880 2003-03-09  Angus Leeming  <leeming@lyx.org>
8881
8882         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8883         than Dialogs::showTabularCreate().
8884
8885 2003-03-09  John Levon  <levon@movementarian.org>
8886
8887         * lyxtext.h:
8888         * text.C:
8889         * text2.C: 3rd arg to nextBreakPoint was always the same.
8890           Use references.
8891
8892 2003-03-08  John Levon  <levon@movementarian.org>
8893
8894         * lyxrow.C:
8895         * paragraph.C:
8896         * paragraph.h:
8897         * rowpainter.C:
8898         * text.C:
8899         * text2.C: Remove the "main" bit from the "main body"
8900           notion.
8901
8902 2003-03-08  John Levon  <levon@movementarian.org>
8903
8904         * text.C (leftMargin): The left margin of an empty
8905         manual label paragraph should not include the label width
8906         string length.
8907
8908         * text.C (prepareToPrint): don't attempt to measure hfills
8909         for empty manual label paragraphs - the answer should be 0
8910
8911 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8912
8913         * CutAndPaste.C: remove commented code and reindent.
8914
8915 2003-03-08  John Levon  <levon@movementarian.org>
8916
8917         * lyxfunc.h:
8918         * lyxfunc.C: move reloadBuffer()
8919
8920         * BufferView.h:
8921         * BufferView.C: to here
8922
8923         * lyxvc.C: add comment
8924
8925         * vc-backend.h:
8926         * vc-backend.C: call bv->reload() to avoid
8927           getStatus() check on MENURELOAD
8928
8929 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8930
8931         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8932         to an old format .dep file.
8933
8934 2003-03-07  Angus Leeming  <leeming@lyx.org>
8935
8936         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8937         when the LFUN_MOUSE_RELEASE should have been handled by
8938         inset->localDispatch.
8939
8940 2003-03-07  Angus Leeming  <leeming@lyx.org>
8941
8942         * BufferView_pimpl.C (dispatch):
8943         * LyXAction.C (init):
8944         * ToolbarDefaults.C (init):
8945         * commandtags.h:
8946         * lyxfunc.C (getStatus):
8947         remove LFUN_INSET_GRAPHICS.
8948
8949         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8950
8951 2003-03-07  Angus Leeming  <leeming@lyx.org>
8952
8953         * commandtags.h:
8954         * LyXAction.C (init):
8955         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8956
8957         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8958
8959         * commandtags.h:
8960         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8961
8962         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8963         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8964
8965 2003-03-07  Angus Leeming  <leeming@lyx.org>
8966
8967         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8968         remove "ert".
8969
8970 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8971
8972         * ParagraphList.C (front): new function
8973         (back): implement
8974
8975 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8976
8977         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8978         and top_row_offset_. removed var first_y.
8979         * text.C (top_y):
8980         * text2.C (LyXText, removeRow):
8981         * text3.C:
8982         * BufferView_pimpl.C:
8983         use these methods instead of using first_y
8984
8985 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8986
8987         * text2.C (pasteSelection): adjust for checkPastePossible
8988
8989         * CutAndPaste.C: remove Paragraph * buf and replace with
8990         ParagraphList paragraphs.
8991         (DeleteBuffer): delete
8992         (cutSelection): change the tc type to textclass_type
8993         (copySelection): change the tc type to textclass_type
8994         (copySelection): adjust for ParagraphList
8995         (pasteSelection): change the tc type to textclass_type
8996         (pasteSelection): adjust for Paragraphlist
8997         (nrOfParagraphs): simplify for ParagraphList
8998         (checkPastePossible): simplify for ParagraphList
8999         (checkPastePossible): remove unused arg
9000
9001         * ParagraphList.C (insert): handle the case where there are no
9002         paragraphs yet.
9003
9004         * CutAndPaste.h: make CutAndPaste a namespace.
9005
9006         * text3.C (dispatch): adjust
9007
9008         * text.C (breakParagraph): add a ParagraphList as arg
9009
9010         * paragraph_funcs.C (breakParagraph): change to take a
9011         BufferParams and a ParagraphList as args.
9012         (breakParagraphConservative): ditto
9013         (mergeParagraph): ditto
9014         (TeXDeeper): add a ParagraphList arg
9015         (TeXEnvironment): ditto
9016         (TeXOnePar): ditto
9017
9018         * buffer.C (readLyXformat2): adjust
9019         (insertStringAsLines): adjust
9020         (latexParagraphs): adjust
9021
9022         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9023         (cutSelection): adjust
9024         (pasteSelection): adjust
9025
9026         * BufferView_pimpl.C (insertInset): adjust
9027
9028 2003-03-05  Angus Leeming  <leeming@lyx.org>
9029
9030         * commandtags.h:
9031         * LyXAction.C (init):
9032         * BufferView_pimpl.C (dispatch):
9033         * lyxfunc.C (getStatus):
9034         remove LFUN_CHILD_INSERT.
9035
9036         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9037
9038 2003-03-05  Angus Leeming  <leeming@lyx.org>
9039
9040         * commandtags.h:
9041         * LyXAction.C (init):
9042         * src/factory.C (createInset):
9043         * lyxfunc.C (getStatus):
9044         * text3.C (dispatch):
9045         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9046
9047         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9048
9049 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9050
9051         * ParagraphList.C (insert): handle insert right before end()
9052         (erase): fix cases where it can be first or last paragraph.
9053
9054 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9055
9056         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9057         Paragraph::next and Paragraph::previous
9058         (TeXOnePar): ditto
9059
9060         * text.C (breakParagraph): adjust
9061
9062         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9063         BufferParams& as arg.
9064         (breakParagraph): use ParagraphList::insert
9065         (breakParagraphConservative): take a Buffer* instead of a
9066         BufferParams& as arg.
9067         (breakParagraphConservative): use ParagraphList::insert.
9068
9069         * buffer.C (insertStringAsLines): un-const it
9070         (insertStringAsLines): adjust
9071
9072         * ParagraphList.C (insert): new function
9073
9074         * CutAndPaste.C (pasteSelection): adjust
9075
9076         * text.C (backspace): adjust
9077
9078         * tabular.C (SetMultiColumn): adjust
9079
9080         * CutAndPaste.C (cutSelection): adjust
9081         (pasteSelection): adjust
9082
9083         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9084         Buffer const * as arg
9085
9086         * ParagraphList.C (erase): new function
9087         * paragraph_funcs.C (mergeParagraph): use it
9088         (mergeParagraph): make it take a Buffer* instead of a
9089         BufferParams* as arg
9090
9091         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9092         as arg
9093         (breakParagraphConservative): ditto
9094
9095         * paragraph.h: remove the breakParagraph friend
9096
9097         * paragraph.C (eraseIntern): new function
9098         (setChange): new function
9099
9100         * paragraph_funcs.C (mergeParagraph): make it take a
9101         ParagraphList::iterator instead of a Paragraph *, adjust
9102         accordingly.
9103
9104         * paragraph.h: move an #endif so that the change tracking stuff
9105         also works in the NO_NEXT case.
9106
9107 2003-03-04  Angus Leeming  <leeming@lyx.org>
9108
9109         * commandtags.h:
9110         * LyXAction.C: new LFUN_INSET_MODIFY.
9111
9112         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9113         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9114
9115 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9116
9117         * several files: ws changes only
9118
9119         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9120         (TeXEnvironment): ditto
9121         (TeXDeeper): ditto
9122
9123         * buffer.C (makeLaTeXFile): adjust
9124         (latexParagraphs): make it take ParagraphList::iterator as args
9125
9126 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9127
9128         * buffer.C (latexParagraphs): adjust
9129
9130         * paragraph.C (TeXOnePar): move function...
9131         (optArgInset): move function...
9132         (TeXEnvironment): move function...
9133         * paragraph_pimpl.C (TeXDeeper): move function...
9134         * paragraph_funcs.C: ...here
9135
9136         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9137
9138 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9139
9140         * buffer.C (readInset): remove compability code for old Figure and
9141         InsetInfo insets
9142
9143 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9144
9145         * buffer.C: ws changes
9146         (readInset):
9147
9148         * BufferView_pimpl.C: ditto
9149         * author.C: ditto
9150         * buffer.h: ditto
9151         * bufferlist.h: ditto
9152         * changes.h: ditto
9153         * lyxfunc.C: ditto
9154
9155 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9156
9157         * converter.[Ch]: split into itself +
9158         * graph.[Ch]
9159         * format.[Ch]
9160         * Makefile.am: += graph.[Ch] + format.[Ch]
9161         * MenuBackend.C
9162         * buffer.C
9163         * exporter.C
9164         * importer.C
9165         * lyx_main.C
9166         * lyxfunc.C
9167         * lyxrc.C: added #include "format.h"
9168
9169 2003-02-27  Angus Leeming  <leeming@lyx.org>
9170
9171         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9172           a label.
9173
9174         * factory.C (createInset): add "label" to the factory.
9175
9176         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9177           string and do no more.
9178
9179 2003-02-27  Angus Leeming  <leeming@lyx.org>
9180
9181         * commandtags.h:
9182         * LyXAction.C (init):
9183         * factory.C (createInset):
9184         * BufferView_pimpl.C (dispatch):
9185           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9186
9187         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9188
9189         * lyxfunc.C (dispatch):
9190         * text3.C (dispatch): pass name to params2string.
9191
9192 2003-02-26  Angus Leeming  <leeming@lyx.org>
9193
9194         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9195           blocks together.
9196           Rearrange the ~includes. Strip out the unnecessary ones.
9197
9198         * factory.C (createInset): reformat.
9199           create new insets for the various LFUN_XYZ_APPLY lfuns.
9200
9201 2003-02-26  John Levon  <levon@movementarian.org>
9202
9203         * lyxrow.h:
9204         * lyxrow.C: add isParStart,isParEnd helpers
9205
9206         * paragraph.h: make isInserted/DeletedText take refs
9207
9208         * paragraph_funcs.h:
9209         * paragraph_funcs.C: remove #if 0'd code
9210
9211         * lyxtext.h:
9212         * text3.C:
9213         * text2.C:
9214         * text.C: use lyxrow helpers above.
9215           Move draw and paint routines to RowPainter.
9216           Make several methods use refs not pointers.
9217           Make backgroundColor() const.
9218           Add markChangeInDraw(), isInInset().
9219           Merge changeRegionCase into changeCase.
9220           Make workWidth() shouldn't-happen code into an Assert.
9221
9222         * rowpainter.h:
9223         * rowpainter.C: new class for painting a row.
9224
9225         * vspace.h:
9226         * vspace.C: make inPixels take a ref
9227
9228 2003-02-26  Angus Leeming  <leeming@lyx.org>
9229
9230         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9231         LFUN_REF_APPLY.
9232
9233 2003-02-25  John Levon  <levon@movementarian.org>
9234
9235         * ispell.C: give the forked command a more accurate name
9236
9237 2003-02-22  John Levon  <levon@movementarian.org>
9238
9239         * toc.h:
9240         * toc.C: make TocItem store an id not a Paragraph *
9241           (bug #913)
9242
9243 2003-02-21  Angus Leeming  <leeming@lyx.org>
9244
9245         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9246           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9247           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9248           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9249           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9250           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9251
9252         * BufferView_pimpl.C (dispatch):
9253         * LyXAction.C (init):
9254         * factory.C (createInset):
9255         * lyxfunc.C (getStatus, dispatch):
9256         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9257
9258 2003-02-21  Angus Leeming  <leeming@lyx.org>
9259
9260         * BufferView_pimpl.C (MenuInsertLyXFile):
9261         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9262         * lyxfunc.C (menuNew, open, doImport):
9263           no longer pass a LyXView & to fileDlg.
9264
9265 2003-02-21  Angus Leeming  <leeming@lyx.org>
9266
9267         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9268         * LyXAction.C: change, BIBKEY to BIBITEM.
9269         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9270         Change InsetBibKey to InsetBibitem.
9271         Change BIBKEY_CODE to BIBITEM_CODE.
9272         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9273         * factory.C: replace insetbib.h with insetbibitem.h.
9274         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9275         * paragraph.C: replace insetbib.h with insetbibitem.h.
9276         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9277         Change bibkey() to bibitem().
9278         * text.C: remove insetbib.h.
9279         * text2.C: replace insetbib.h with insetbibitem.h.
9280         change bibkey() to bibitem().
9281         * text3.C: remove insetbib.h.
9282         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9283
9284 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9285
9286         * lyxrc.C (output): enclose user email in quotes (in case there are
9287         several words)
9288
9289 2003-02-18  John Levon  <levon@movementarian.org>
9290
9291         * buffer.h: add std::
9292
9293 2003-02-17  John Levon  <levon@movementarian.org>
9294
9295         * SpellBase.h:
9296         * ispell.h:
9297         * ispell.C:
9298         * pspell.h:
9299         * pspell.C: reworking. Especially in ispell, a large
9300           number of clean ups and bug fixes.
9301
9302         * lyxfunc.C: fix revert to behave sensibly
9303
9304 2003-02-17 André Pönitz <poenitz@gmx.net>
9305
9306         * LyXAction.C:
9307         * commandtags.h: new LFUN_INSERT_BIBKEY
9308
9309         * layout.h:
9310         * lyxlayout.C:
9311         * buffer.C:
9312         * factory.C:
9313         * text.C:
9314         * text2.C:
9315         * text3.C:
9316         * paragraph.[Ch]:
9317         * paragraph_func.C: remove special bibkey handling
9318
9319 2003-02-17  John Levon  <levon@movementarian.org>
9320
9321         * text.C (Delete): fix case where delete at the end of
9322           the very first paragraph would not merge the pars
9323
9324 2003-02-17  John Levon  <levon@movementarian.org>
9325
9326         * lyxrow.C: fix lastPrintablePos()
9327
9328 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9329
9330         * bufferparams.C (writeLaTeX): add a std:here
9331
9332         * buffer.C: and remove a using directive there
9333
9334 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9335
9336         * buffer.C (makeLaTeXFile): move the code that generates the
9337           preamble...
9338
9339         * bufferparams.C (writeLaTeX): ... in this new method
9340
9341         * LaTeXFeatures.C (getEncodingSet): make const
9342           (getLanguages): make const
9343
9344         * MenuBackend.C (binding): returns the binding associated to this
9345           action
9346           (add): sets the status of each item by calling getStatus. Adds
9347           some intelligence.
9348           (read): add support for OptSubMenu
9349           (expand): remove extra separator at the end of expanded menu
9350
9351 2003-02-15  John Levon  <levon@movementarian.org>
9352
9353         * BufferView.C:
9354         * BufferView_pimpl.C:
9355         * bufferlist.h:
9356         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9357           inset code that had no actual effect. Remove unneeded status
9358           code.
9359
9360 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9361
9362         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9363           in preamble
9364
9365 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9366
9367         * text.C (drawLengthMarker): also draw an arrow marker for
9368           symbolic lengths (medskip...)
9369
9370 2003-02-14  John Levon  <levon@movementarian.org>
9371
9372         * tabular.h:
9373         * tabular.C: better method names
9374
9375 2003-02-14  John Levon  <levon@movementarian.org>
9376
9377         * BufferView_pimpl.C:
9378         * bufferlist.C:
9379         * buffer.C:
9380         * converter.C:
9381         * lyx_cb.C:
9382         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9383           it's a more accurate name. Remove some pointless uses.
9384
9385 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9386
9387         * text2.C (LyXText): change order of initilizers to shut off
9388           warnings
9389
9390 2003-02-14  John Levon  <levon@movementarian.org>
9391
9392         * buffer.C: use ParIterator for getParFromID()
9393
9394         * paragraph.h:
9395         * paragraph.C:
9396         * paragraph_pimpl.h:
9397         * paragraph_pimpl.C: remove unused getParFromID()
9398
9399 2003-02-14  John Levon  <levon@movementarian.org>
9400
9401         * buffer.C: remove some very old #if 0'd parse code
9402
9403 2003-02-13  John Levon  <levon@movementarian.org>
9404
9405         * text.h:
9406         * text.C:
9407         * text2.C: move hfillExpansion(), numberOfSeparators(),
9408           rowLast(), rowLastPrintable(), numberofHfills(),
9409           numberOfLabelHfills() ...
9410
9411         * lyxrow.h:
9412         * lyxrow.C: ... to member functions here.
9413
9414         * paragraph.h:
9415         * paragraph.C:
9416         * lyxtext.h:
9417         * text.C: remove LyXText::beginningOfMainBody(), and call
9418           p->beginningOfMainBody() directly. Move the check for
9419           LABEL_MANUAL into the latter.
9420
9421         * text.h:
9422         * text.C:
9423         * text2.C:
9424         * vspace.C:
9425         * BufferView.h:
9426         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9427
9428         * text.h:
9429         * text.C:
9430         * text2.C:
9431         * text3.C:
9432         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9433           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9434
9435 2003-02-13  John Levon  <levon@movementarian.org>
9436
9437         * CutAndPaste.C: remove debug
9438
9439 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9440
9441         * paragraph.C (asString): remove two unused variables
9442
9443         * lyxtextclass.C (readTitleType):
9444           (Read):
9445           (LyXTextClass): handle new members titletype_ and titlename_
9446
9447         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9448
9449 2003-02-09  John Levon  <levon@movementarian.org>
9450
9451         * buffer.h:
9452         * buffer.C: replace hand-coded list with a map for the dep clean
9453
9454 2003-02-08  John Levon  <levon@movementarian.org>
9455
9456         * LaTeX.C: consolidate code into showRunMessage() helper
9457
9458 2003-02-08  John Levon  <levon@movementarian.org>
9459
9460         * lyxfind.C:
9461         * lyxtext.h:
9462         * text2.C:
9463         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9464           and pass the size in explicitly
9465
9466         * BufferView_pimpl.h:
9467         * BufferView_pimpl.C:
9468         * BufferView.h:
9469         * BufferView.C: add getCurrentChange()
9470
9471         * BufferView_pimpl.h:
9472         * BufferView_pimpl.C: handle change lfuns
9473
9474         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9475           for changes. Mark pasted paragraphs as new.
9476
9477         * support/lyxtime.h:
9478         * support/lyxtime.C:
9479         * DepTable.C: abstract time_t as lyx::time_type
9480
9481         * LColor.h:
9482         * LColor.C: add colours for new text, deleted text, changebars
9483
9484         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9485           package use "usenames" option.
9486
9487         * commandtags.h:
9488         * lyxfunc.C:
9489         * LyXAction.C: add change lfuns
9490
9491         * Makefile.am:
9492         * author.h:
9493         * author.C: author handling
9494
9495         * buffer.h:
9496         * buffer.C: add a per-buffer author list, with first entry as
9497           current author. Handle new .lyx tokens for change tracking. Output
9498           author list to .lyx file. Output dvipost stuff to .tex preamble.
9499           Bump lyx format to 222.
9500
9501         * bufferlist.h:
9502         * bufferlist.C: add setCurrentAuthor() to reset current author details
9503           in all buffers.
9504
9505         * bufferparams.h:
9506         * bufferparams.C: add param for tracking
9507
9508         * bufferview_funcs.C: output change info in minibuffer
9509
9510         * Makefile.am:
9511         * changes.h:
9512         * changes.C: add change-tracking structure
9513
9514         * debug.h:
9515         * debug.C: add CHANGES debug flag
9516
9517         * lyxfind.h:
9518         * lyxfind.C: add code for finding the next change piece
9519
9520         * lyxrc.h:
9521         * lyxrc.C: add user_name and user_email
9522
9523         * lyxrow.h:
9524         * lyxrow.C: add a metric for the top of the text line
9525
9526         * lyxtext.h:
9527         * text.C: implement accept/rejectChange()
9528
9529         * lyxtext.h:
9530         * text.C: paint changebars. Paint new/deleted text in the chosen
9531         colours. Strike through deleted text.
9532
9533         * paragraph.h:
9534         * paragraph.C:
9535         * paragraph_pimpl.h:
9536         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9537           in the current change to the insert functions. Rework erase to
9538           mark text as deleted, adding an eraseIntern() and a range-based
9539           erase(). Implement per-paragraph change lookup and
9540           accept/reject.
9541
9542         * paragraph_funcs.C: Fixup paste for change tracking.
9543
9544         * tabular.C: mark added row/columns as new.
9545
9546         * text.C: fix rowLast() to never return -1. Don't allow
9547           spellchecking of deleted text. Track transpose changes. Don't
9548           allow paragraph break or merge where appropriate.
9549
9550         * text2.C: leave cursor at end of selection after a cut.
9551
9552 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9553
9554         * text.C (getLengthMarkerHeight):
9555         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9556         visible on screen too.
9557
9558 2003-02-07  John Levon  <levon@movementarian.org>
9559
9560         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9561
9562 2003-02-05  Angus Leeming  <leeming@lyx.org>
9563
9564         * lyxserver.C (read_ready): revert my patch of 11 September last year
9565         as it sends PC cpu through the roof. Presumably this means that
9566         the lyxserver will no longer run on an Alpha...
9567
9568 2003-01-30  Angus Leeming  <leeming@lyx.org>
9569
9570         * factory.C (createInset): create an InsetCommandParam of type "index"
9571         and use it to 'do the right thing'.
9572
9573         * text2.C (getStringToIndex): ensure that cursor position is always
9574         reset to the reset_cursor position.
9575
9576 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9577
9578         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9579         disabled.
9580
9581 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9582
9583         * bufferview.C:
9584         * lyxcb.C:
9585         * lyxfunc.C: Output messages with identical spelling, punctuation,
9586         and spaces
9587
9588 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9589
9590         * MenuBackend.C (expandFormats): List only viewable export formats
9591         in "View" menu
9592
9593         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9594         message
9595
9596         * lyxfunc.C (getStatus): Make sure that formats other than
9597         "fax" can also be disabled
9598
9599 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9600
9601         * text3.C (dispatch): put the lfuns that insert insets in 3
9602         groups, and call doInsertInset with appropriate arguments.
9603         (doInsertInset): new function, that creates an inset and inserts
9604         it according to some boolean parameters.
9605
9606 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9607
9608         * buffer.C (readFile): remember to pass on 'par' when calling
9609         readFile recursively.
9610
9611 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9612
9613         * MenuBackend.C (expandFormats): add "..." to import formats.
9614
9615 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9616
9617         * paragraph.C (asString): Remove XForms RTL hacks.
9618
9619 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9620         * buffer.C: fix typo
9621
9622 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9623
9624         * Makefile.am (LIBS): delete var
9625         (lyx_LDADD): add @LIBS@ here instead.
9626
9627 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9628
9629         * Clarify the meaning of "wheel mouse jump"
9630
9631 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9632
9633         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9634         tabular in a float
9635
9636 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9637
9638         * importer.C (Loaders): do not preallocate 3 elements in the
9639         vector, since one ends up with 6 elements otherwise
9640
9641 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9642
9643         * DepTable.C (write): write the file name as last element of the
9644         .dep file (because it may contain spaces)
9645         (read): read info in the right order
9646
9647 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9648
9649         * paragraph_pimpl.C (simpleTeXBlanks):
9650         (simpleTeXSpecialChars):
9651         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9652
9653         * tabular.C (latex): add some missing case statements. Reindent.
9654
9655         * MenuBackend.C (expandToc): remove unused variable.
9656
9657 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9658
9659         * LColor.C:
9660         * LaTeX.C:
9661         * LyXAction.C:
9662         * MenuBackend.C:
9663         * buffer.C:
9664         * exporter.C:
9665         * lyxfunc.C:
9666         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9667         and the like.
9668
9669 2003-01-05  John Levon  <levon@movementarian.org>
9670
9671         * BufferView.h:
9672         * BufferView.C: add getEncoding()
9673
9674         * kbsequence.h:
9675         * kbsequence.C: do not store last keypress
9676
9677         * lyxfunc.h:
9678         * lyxfunc.C: store last keypress here instead. Pass encoding
9679           to getISOEncoded()
9680
9681 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9682
9683         * lyx_main.C (init): remove annoying error message when following
9684         symbolic links (bug #780)
9685
9686 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9687
9688         * text.C (insertChar):
9689         * lyxrc.C (getDescription): remove extra spaces
9690
9691 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9692
9693         * lyxrc.C (getDescription): remove extra spaces
9694
9695 2002-12-20  John Levon  <levon@movementarian.org>
9696
9697         * text3.C: hack fix for page up/down across tall rows
9698
9699 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9700
9701         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9702         not been invoked
9703
9704 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9705
9706         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9707         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9708         thesaurus is not compiled in
9709
9710 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9711
9712         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9713
9714 2002-12-16  Angus Leeming  <leeming@lyx.org>
9715
9716         * lyxrc.[Ch]:
9717         * lyx_main.C (init): remove override_x_deadkeys stuff.
9718
9719 2002-12-12  John Levon  <levon@movementarian.org>
9720
9721         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9722           insert. Only remove shift modifier under strict
9723           circumstances.
9724
9725 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9726
9727         * MenuBackend.C (expandToc): fix crash.
9728
9729 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9730
9731         * MenuBackend.C (expandToc): gettext on float names.
9732
9733 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9734
9735         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9736         implement bool empty() [bug 490]
9737
9738 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9739
9740         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9741
9742 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9743
9744         * several files: ws changes
9745
9746 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9747
9748         * text2.C (setCounter): clean up a bit, use boost.format.
9749         (updateCounters): initialize par upon declaration.
9750
9751         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9752         if the layout exists. We do not just store the layout any more.
9753         (SwitchLayoutsBetweenClasses): use boost.format
9754
9755 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9756
9757         * converter.C (convert): if from and to files are the same, use a
9758         temporary files as intermediary
9759
9760 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9761
9762         * commandtags.h:
9763         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9764
9765 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9766
9767         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9768
9769 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9770
9771         * tabular.C (asciiPrintCell): use string(size, char) instead of
9772         explicit loop.
9773
9774         * sgml.C (openTag): fix order of arguments to string constructor
9775         (closeTag): ditto
9776
9777         * lyxfunc.C (dispatch): use boost.format
9778
9779         * lots of files: change "c" -> 'c'
9780
9781 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9782
9783         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9784
9785 2002-11-25  Angus Leeming  <leeming@lyx.org>
9786
9787         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9788
9789         * lyx_main.C (init): compile fix.
9790
9791 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9792
9793         * lyx_cb.C (start): boost.formatify
9794         do not include <iostream>
9795
9796         * lengthcommon.C: ws only
9797
9798         * boost-inst.C,BoostFormat.h: add more explict instantations
9799
9800 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9801
9802         * lots of files: handle USE_BOOST_FORMAT
9803
9804 2002-11-21  John Levon  <levon@movementarian.org>
9805
9806         * pspell.C: fix compile
9807
9808 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9809
9810         * lyxfunc.C (dispatch): use boost::format
9811         (open): ditto
9812         (doImport): ditto
9813
9814         * lyxfont.C (stateText): use boost::format
9815
9816         * lyx_main.C (LyX): use boost::format
9817         (init): ditto
9818         (queryUserLyXDir): ditto
9819         (readRcFile): ditto
9820         (parse_dbg): ditto
9821         (typedef boost::function): use the recommened syntax.
9822
9823         * importer.C (Import): use boost::format
9824
9825         * debug.C (showLevel): use boost::format
9826
9827         * converter.C (view): use boost::format
9828         (convert): ditto
9829         (move): ditto
9830         (scanLog): ditto
9831
9832         * bufferview_funcs.C (currentState): use boost::format
9833
9834         * bufferlist.C (emergencyWrite): use boost::format
9835
9836         * buffer.C (readLyXformat2): use boost::format
9837         (parseSingleLyXformat2Token): ditto
9838
9839         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9840
9841         * LaTeX.C (run): use boost::format
9842
9843         * Chktex.C (scanLogFile): use boost::format
9844
9845         * BufferView_pimpl.C (savePosition): use boost::format
9846         (restorePosition): ditto
9847         (MenuInsertLyXFile): ditto
9848
9849         * BoostFormat.h: help file for explicit instation.
9850
9851 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9852
9853         * tabular.C (latex): Support for block alignment in fixed width
9854         columns.
9855
9856 2002-11-17  John Levon  <levon@movementarian.org>
9857
9858         * BufferView_pimpl.C:
9859         * lyx_cb.C:
9860         * lyxfunc.C: split filedialog into open/save
9861
9862 2002-11-08  Juergen Vigna  <jug@sad.it>
9863
9864         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9865         by my last patch (hopefully).
9866
9867 2002-11-08  John Levon  <levon@movementarian.org>
9868
9869         * iterators.h:
9870         * iterators.C:
9871         * buffer.h:
9872         * buffer.C:
9873         * paragraph.h:
9874         * paragraph.C:
9875         * toc.h:
9876         * toc.C: ParConstIterator, and use it (from Lars)
9877
9878 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9879
9880         * lyxtextclass.[Ch]: revise and add doxygen comments
9881
9882 2002-11-07  John Levon  <levon@movementarian.org>
9883
9884         * text.C: fix progress value for spellchecker
9885
9886         * toc.C: fix navigate menu for insetwrap inside minipage
9887
9888         * paragraph_funcs.C: added FIXME for suspect code
9889
9890 2002-11-07  John Levon  <levon@movementarian.org>
9891
9892         * BufferView_pimpl.C: fix redrawing of insets
9893           on buffer switch
9894
9895 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9896
9897         * text2.C (updateCounters): fix bug 668
9898
9899 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9900
9901         * text3.C (dispatch): Do not make the buffer dirty when moving the
9902         cursor.
9903
9904 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9905
9906         * vc-backend.C: STRCONV
9907         (scanMaster): ditto
9908
9909         * text2.C (setCounter): STRCONV
9910
9911         * paragraph.C (asString): STRCONV
9912
9913         * lyxlength.C (asString): STRCONV
9914         (asLatexString): ditto
9915
9916         * lyxgluelength.C (asString): STRCONV
9917         (asLatexString): ditto
9918
9919         * lyxfunc.C (dispatch): STRCONV
9920         (open): ditto
9921
9922         * lyxfont.C (stateText): STRCONV
9923
9924         * importer.C (Import): STRCONV
9925
9926         * counters.C (labelItem): STRCONV
9927         (numberLabel): ditto
9928         (numberLabel): remove unused ostringstream o
9929
9930         * chset.C: STRCONV
9931         (loadFile): ditto
9932
9933         * bufferview_funcs.C (currentState): STRCONV
9934
9935         * buffer.C (readFile): STRCONV
9936         (asciiParagraph): ditto
9937         (makeLaTeXFile): ditto
9938
9939         * Spacing.C (writeEnvirBegin): STRCONV
9940
9941         * LaTeXFeatures.C (getLanguages): STRCONV
9942         (getPackages): ditto
9943         (getMacros): ditto
9944         (getBabelOptions): ditto
9945         (getTClassPreamble): ditto
9946         (getLyXSGMLEntities): ditto
9947         (getIncludedFiles): ditto
9948
9949         * LaTeX.C: STRCONV
9950         (run): ditto
9951         (scanAuxFile): ditto
9952         (deplog): ditto
9953
9954         * LString.h: add the STRCONV macros
9955
9956         * BufferView_pimpl.C (savePosition): STRCONV
9957         (restorePosition): ditto
9958         (MenuInsertLyXFile): ditto
9959
9960         * vc-backend.C (scanMaster): change from submatch[...] to
9961         submatch.str(...)
9962
9963         * funcrequest.C: include config.h
9964
9965         * factory.C: include config.h
9966
9967         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9968
9969         * box.C: include config.h
9970
9971         * LaTeX.C (scanAuxFile): change from submatch[...] to
9972         submatch.str(...)
9973         (deplog): ditto
9974
9975 2002-10-25  Angus Leeming  <leeming@lyx.org>
9976
9977         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9978
9979         * ispell.[Ch] (setError): new method.
9980         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9981         Use setError() insetead of goto END.
9982
9983         * lyx_cb.C (AutoSave): move out child process into new class
9984         AutoSaveBuffer.
9985
9986 2002-10-30  John Levon  <levon@movementarian.org>
9987
9988         * text3.C: make start appendix undoable
9989
9990 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9991
9992         * lyxlength.C (inPixels): Fix returned value.
9993
9994         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9995         environment.
9996
9997 2002-10-24  Angus Leeming  <leeming@lyx.org>
9998
9999         * lyxgluelength.h: no need to forward declare BufferParams
10000         or BufferView, so don't.
10001
10002 2002-10-21  John Levon  <levon@movementarian.org>
10003
10004         * BufferView.C: menuUndo ->undo, redo
10005
10006         * BufferView.h: document, remove dead, make some methods private
10007
10008         * paragraph_funcs.h:
10009         * paragraph_funcs.C:
10010         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10011
10012         * buffer.h:
10013         * buffer.C:
10014         * sgml.h:
10015         * sgml.C: move sgml open/close tag into sgml.C
10016
10017         * bufferview_funcs.h: unused prototype
10018
10019         * lyxfunc.h:
10020         * lyxfunc.C: remove unused
10021
10022         * lyxtext.h:
10023         * text.C: remove unused
10024
10025 2002-10-21  John Levon  <levon@movementarian.org>
10026
10027         * BufferView.h:
10028         * BufferView.C:
10029         * BufferView_pimpl.h:
10030         * BufferView_pimpl.C: fix mouse wheel handling based on
10031           patch from Darren Freeman
10032
10033 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10034
10035         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10036
10037 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10038
10039         * lyxlength.C (inPixels): Fix hanfling of negative length.
10040         Fix LyXLength::MU case.
10041
10042 2002-10-16  John Levon  <levon@movementarian.org>
10043
10044         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10045
10046 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10047
10048         * converter.C (view): add support for $$i (file name) and $$p
10049         (file path) for the viewer command. If $$i is not specified, then
10050         it is appended to the command (for compatibility with old syntax)
10051
10052 2002-10-14  Juergen Vigna  <jug@sad.it>
10053
10054         * undo_funcs.C (textHandleUndo): alter the order in which the
10055         new undopar is added to the LyXText, as we have to set first
10056         the right prev/next and then add it as otherwise the rebuild of
10057         LyXText is not correct. Also reset the cursor to the right paragraph,
10058         with this IMO we could remove the hack in "redoParagraphs()".
10059
10060 2002-10-09  Angus Leeming  <leeming@lyx.org>
10061
10062         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10063         to turn off an optimisation if a new inset is to be inserted.
10064
10065 2002-10-11 André Pönitz <poenitz@gmx.net>
10066
10067         * lyxtext.h: make some functions public to allow access
10068         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10069
10070 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10071
10072         * text3.C (dispatch): when changing layout, avoid an infinite loop
10073         [bug #652]
10074
10075 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10076
10077         * lyxrc.C (read): treat a viewer or converter command of "none" as
10078         if it were empty.
10079
10080         * MenuBackend.C (expandFormats): for an update, also allow the
10081         formats that are not viewable
10082
10083         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10084         script if it is newer than the lyxrc.defaults in user directory
10085
10086 2002-10-07 André Pönitz <poenitz@gmx.net>
10087
10088         * text.C: Vitaly Lipatov's small i18n fix
10089
10090 2002-09-25  Angus Leeming  <leeming@lyx.org>
10091
10092         * ispell.h: doxygen fix.
10093
10094 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10095
10096         * buffer.h (readFile): Add a new argument to the method, to allow
10097         reading of old-format templates.
10098
10099 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10100
10101         * toc.C (getTocList): Get TOC from InsetWrap.
10102
10103 2002-09-16  John Levon  <levon@movementarian.org>
10104
10105         * lyxfunc.C: check tabular for cut/copy too
10106
10107 2002-09-12  John Levon  <levon@movementarian.org>
10108
10109         * LyXAction.C: tidy
10110
10111         * factory.h:
10112         * factory.C: add header
10113
10114         * paragraph_funcs.h:
10115         * paragraph_funcs.C: cleanup
10116
10117 2002-09-11  John Levon  <levon@movementarian.org>
10118
10119         * PrinterParams.h: odd/even default to true
10120
10121 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10122
10123         * PrinterParams.h: update printer parameters for new xforms dialog
10124
10125 2002-09-11  Angus Leeming  <leeming@lyx.org>
10126
10127         * lyxserver.C (read_ready): re-write to make it more transparent
10128         and to make it work in coherent fashion under Tru64 Unix.
10129
10130 2002-09-11  André Pönitz <poenitz@gmx.net>
10131
10132         * commandtags.h:
10133         * LyXAction.C:
10134         * text3.C: implement LFUN_WORDSEL
10135
10136 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10137
10138         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10139         make floatlist_ a boost::shared_ptr<FloatList>
10140
10141         * lyxtextclass.C: include FloatList.h
10142         (LyXTextClass): initialize floatlist_
10143         (TextClassTags): add TC_NOFLOAT
10144         (Read): match "nofloat" to TC_NOFLOAT and use it.
10145         (readFloat): modify call to floatlist_
10146         (floats): ditto
10147         (floats): ditto
10148
10149         * FloatList.[Ch] (FloatList): remove commented out float
10150         initialization.
10151         (erase): new function
10152
10153 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10154
10155         * MenuBackend.C (expandToc): fix crash when there is no document
10156         open
10157
10158 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10159
10160         * many files: Add insetwrap.
10161
10162 2002-09-09  John Levon  <levon@movementarian.org>
10163
10164         * text2.C: remove confusing and awkward depth wraparound
10165
10166 2002-09-09  John Levon  <levon@movementarian.org>
10167
10168         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10169
10170         * buffer.h:
10171         * buffer.C: remove getIncludeonlyList()
10172
10173         * paragraph.C:
10174         * lyxfunc.C: remove headers
10175
10176 2002-09-09  Juergen Vigna  <jug@sad.it>
10177
10178         * text.C (getColumnNearX): fix form Michael this is most
10179         probably a cut&paste bug.
10180
10181 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10182
10183         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10184
10185         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10186         references, ws changes.
10187
10188         * text2.C (init): update counters after init
10189         (insertParagraph): no need to set counter on idividual paragraphs.
10190         (setCounter): access the counters object in the textclass object
10191         on in the buffer object.
10192         (updateCounters): ditto
10193
10194         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10195         shared_ptr<Counters> to avoid loading counters.h in all
10196         compilation units.
10197         (LyXTextClass): initialize ctrs_
10198         (TextClassTags): add TC_COUNTER, and ...
10199         (Read): use it here.
10200         (CounterTags): new tags
10201         (readCounter): new function
10202         (counters): new funtion
10203         (defaultLayoutName): return a const reference
10204
10205         * counters.C (Counters): remove contructor
10206         (newCounter): remove a couple of unneeded statements.
10207         (newCounter): simplify a bit.
10208         (numberLabel): some small formatting changes.
10209
10210         * buffer.[Ch]: remove all traces of counters, move the Counters
10211         object to the LyXTextClass.
10212
10213 2002-09-06  Alain Castera  <castera@in2p3.fr>
10214
10215         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10216         package to set the horizontal alignment on fixed width columns.
10217
10218         * lyx_sty.C:
10219         * lyx_sty.h: added tabularnewline macro def.
10220
10221         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10222
10223 2002-09-06  John Levon  <levon@movementarian.org>
10224
10225         * LyXAction.C: tooltips for sub/superscript
10226
10227         * MenuBackend.C: a bit more verbose
10228
10229         * lyxfunc.C: tiny clean
10230
10231         * undo_funcs.C: document undo_frozen
10232
10233 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10234
10235         * counters.C (Counters): add missing algorithm counter.
10236
10237         * text2.C (setCounter): lookup the counter with layouts latexname
10238         instead of by section number.
10239         (setCounter): use a hackish way to lookup the correct enum
10240         counter.
10241         a float name->type change
10242         reset enum couners with counter name directly instead of depth value.
10243
10244         * counters.C (Counters): remove the push_backs, change to use the
10245         float type not the float name.
10246         (labelItem): remove unused string, float name->type change
10247
10248         * counters.h: don't include vector, loose the enums and sects vectors
10249
10250 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10251
10252         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10253         (Read): add float->TC_FLOAT to textclassTags
10254         (Read): and handle it in the switch
10255         (readFloat): new function
10256
10257         * FloatList.C (FloatList): comment out the hardcoded float
10258         definitions.
10259
10260         * lyxlayout.h: ws change.
10261
10262 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10263
10264         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10265
10266 2002-09-03  Angus Leeming  <leeming@lyx.org>
10267
10268         * BufferView_pimpl.h: qualified name is not allowed in member
10269         declaration: WorkArea & Pimpl::workarea() const;
10270
10271         * factory.C: added using std::endl directive.
10272
10273         * text3.C: added using std::find and std::vector directives.
10274
10275 2002-08-29  André Pönitz <poenitz@gmx.net>
10276
10277         * lyxtext.h:
10278         * text2.C: remove unused member number_of_rows
10279
10280         * Makefile.am:
10281         * BufferView2.C: remove file, move contents to...
10282         * BufferView.C: ... here
10283
10284         * BufferView_pimpl.C:
10285         * factory.C: move more inset creation to factory
10286
10287         * vspace.C: avoid direct usage of LyXText, ws changes
10288
10289         * BufferView.[Ch]:
10290                 don't provide direct access to WorkArea, use two simple
10291                 acessors haveSelction() and workHeight() instead
10292
10293
10294 2002-08-29  John Levon  <levon@movementarian.org>
10295
10296         * BufferView_pimpl.C (dispatch): do not continue when
10297           no buffer
10298
10299 2002-08-28  André Pönitz <poenitz@gmx.net>
10300
10301         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10302
10303         * BufferView.h:
10304         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10305
10306 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10307
10308         * buffer.C: increment LYX_FORMAT to 221
10309
10310         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10311         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10312
10313         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10314
10315         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10316
10317 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10318
10319         * factory.C (createInset): use LyXTextClass::floats
10320
10321         * MenuBackend.C (expandFloatListInsert):
10322         (expandFloatInsert):
10323         (expandToc):
10324
10325         * text2.C (setCounter):
10326
10327         * LaTeXFeatures.C (useFloat):
10328         (getFloatDefinitions):
10329
10330         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10331
10332         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10333         floatlist_, with accessor floats().
10334
10335         * FloatList.h: remove global FloatList
10336
10337 2002-08-26  André Pönitz <poenitz@gmx.net>
10338
10339         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10340
10341         * BufferView.h:
10342         * BufferView2.C:
10343         * BufferView_pimpl.C:
10344         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10345
10346 2002-08-25  John Levon  <levon@movementarian.org>
10347
10348         * LyXAction.C: fix margin note description
10349
10350 2002-08-24  John Levon  <levon@movementarian.org>
10351
10352         * buffer.C:
10353         * bufferlist.C:
10354         * bufferview_funcs.C:
10355         * lyxfont.C:
10356         * undo_funcs.C: cleanups
10357
10358         * lyxfunc.C: disable CUT/COPY when no selection
10359
10360 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10361
10362         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10363         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10364
10365         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10366         Add backward compatibility to "mono", "gray" and "no".
10367
10368 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10369
10370         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10371         (and file_format >= 200).
10372
10373 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10374
10375         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10376
10377 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10378
10379         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10380
10381 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10382
10383         * BufferView_pimpl.C:
10384         * LyXAction.C:
10385         * buffer.C:
10386         * commandtags.h:
10387         * lyxfunc.C:
10388         * paragraph.[Ch]:
10389         * text2.C:
10390         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10391         inset and code to make it  work with the paragraph code. The inset
10392         can be anywhere in the paragraph, but will only do the expected
10393         thing in LaTeX if the layout file contains the parameter line
10394                         OptionalArgs    1
10395         (or more generally, a nonzero value) for that layout.
10396
10397 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10398
10399         * paragraph.h: remove the declaration of undefined counters class
10400         function.
10401
10402 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10403
10404         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10405         Dr. Richard Hawkins.
10406
10407 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10408
10409         * paragraph_funcs.h: remove some unneeded includes
10410
10411         * text.C (backspace): pasteParagraph now in global scipe
10412
10413         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10414         (pasteSelection): ditto
10415
10416         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10417         * paragraph_funcs.C (pasteParagraph): ... here
10418
10419 2002-08-20  André Pönitz <poenitz@gmx.net>
10420
10421         * commandtags.h: new LFUNs for swapping/copying table row/colums
10422
10423         * LyXAction.C:
10424         * lyxfunc.C: support for new lfuns
10425
10426 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10427
10428         * tabular.C:
10429         * buffer.[Ch]: remove NO_COMPABILITY stuff
10430
10431 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10432
10433         * boost.C (throw_exception): new file, with helper function for
10434         boost compiled without exceptions.
10435
10436         * paragraph.h:
10437         * lyxlength.C:
10438         * buffer.C:
10439         * ParameterStruct.h:
10440         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10441
10442         * bufferlist.C (emergencyWriteAll): use boost bind
10443
10444         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10445
10446         * text.C: include paragraph_funcs.h
10447         (breakParagraph): breakParagraph is now in global scope
10448
10449         * paragraph_funcs.[Ch]: new files
10450
10451         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10452         global scope
10453
10454         * buffer.C: include paragraph_funcs.h
10455         (insertStringAsLines): breakParagraph is now in global scope
10456
10457         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10458         paragraph_funcs.C
10459
10460         * CutAndPaste.C: include paragraph_funcs.h
10461         (cutSelection): breakParagraphConservative is now in global scope
10462         (pasteSelection): ditto
10463
10464         * buffer.h: declare oprator== and operator!= for
10465         Buffer::inset_iterator
10466
10467         * bufferlist.C (emergencyWrite): don't use fmt(...)
10468
10469         * text3.C: add using std::endl
10470
10471         * BufferView.C (moveCursorUpdate): remove default arg
10472
10473 2002-08-20  André Pönitz <poenitz@gmx.net>
10474
10475         * buffer.[Ch]: move inline functions to .C
10476
10477         * BufferView2.C:
10478         * BufferView_pimpl.C:
10479         * text.C:
10480         * buffer.[Ch]: use improved inset_iterator
10481
10482         * buffer.C:
10483         * paragraph.[Ch]: write one paragraph at a time
10484
10485 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10486
10487         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10488         style if style is not specified.
10489
10490 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10491
10492         * text2.C (setCounter): when searching for right label for a
10493         caption, make sure to recurse to parent insets (so that a caption
10494         in a minipage in a figure float works) (bug #568)
10495
10496 2002-08-20  André Pönitz <poenitz@gmx.net>
10497
10498         * text3.C: new file for LyXText::dispatch() and helpers
10499
10500         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10501
10502         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10503
10504 2002-08-19  André Pönitz <poenitz@gmx.net>
10505
10506         * lyxtext.h:
10507         * text.C: new LyXText::dispatch()
10508
10509         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10510
10511 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10512
10513         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10514
10515         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10516         Hebrew text.
10517
10518 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10519
10520         * Makefile.am: use $(variables) instead of @substitutions@
10521
10522 2002-08-15  André Pönitz <poenitz@gmx.net>
10523
10524         * lyxfunc.C:
10525         * BufferView_pimpl.C: streamlining mathed <-> outer world
10526         interaction
10527
10528         * commandtags.h:
10529         * LyXAction.C: remove unused LFUN_MATH
10530
10531 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10532
10533         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10534
10535 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10536
10537         * paragraph.C (Paragraph): reformat a bit
10538         (cutIntoMinibuffer): use builtin InsetList function instad of
10539         doing it manually.
10540         (getInset): ditto
10541
10542         * buffer.C: include boost/bind.hpp, add using std::for_each
10543         (writeFileAscii): use ParagraphList iterators
10544         (validate): use for_each for validate traversal of paragraphs
10545         (getBibkeyList): use ParagraphList iterators
10546         (resizeInsets): use for_each to resizeInsetsLyXText for all
10547         paragraphs.
10548         (getParFromID): use ParagraphList iterators
10549
10550         * BufferView2.C (lockInset): use paragraph list and iterators
10551
10552 2002-08-14  John Levon  <levon@movementarian.org>
10553
10554         * lyxserver.C: remove spurious xforms include
10555
10556 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10557
10558         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10559
10560 2002-08-13  André Pönitz <poenitz@gmx.net>
10561
10562         * LyXAction.[Ch]:
10563         * lyxfunc.C: further cleaning
10564
10565 2002-08-13  André Pönitz <poenitz@gmx.net>
10566
10567         * funcrequest.h: new constructor
10568
10569         * funcrequest.C: move stuff here from .h
10570
10571         * Makefile.am:
10572         * BufferView_pimpl.C:
10573         * LyXAction.C:
10574         * toc.C:
10575         * lyxfunc.C: subsequent changes
10576
10577         * lyxfunc.h: new view() member function
10578
10579         * lyxfunc.C: subsequent changes
10580
10581 2002-08-13  Angus Leeming  <leeming@lyx.org>
10582
10583         * BufferView2.C:
10584         * BufferView_pimpl.C:
10585         * buffer.C:
10586         * converter.C:
10587         * importer.C:
10588         * lyxfunc.C:
10589         * lyxvc.C:
10590         * toc.C:
10591         * vc-backend.C:
10592         changes due to the changed LyXView interface that now returns references
10593         to member variables not pointers.
10594
10595 2002-08-13  Angus Leeming  <leeming@lyx.org>
10596
10597         * WordLangTuple (word, lang_code): return references to strings,
10598         not strings.
10599
10600         * BufferView.h:
10601         * SpellBase.h:
10602         * lyxtext.h: forward-declare WordLangTuple.
10603
10604         * BufferView2.C:
10605         * ispell.C:
10606         * pspell.C:
10607         * text.C: #include "WordLangTuple.h".
10608
10609         * lyxtext.h:
10610         * text.C: (selectNextWordToSpellcheck): constify return type.
10611
10612 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10613
10614         * buffer.C:
10615         * buffer.h:
10616         * lyxtext.h:
10617         * paragraph.C:
10618         * paragraph_pimpl.h:
10619         * text.C:
10620         * text2.C:
10621         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10622         suggested by Angus.
10623         Made updateCounter always count from start of buffer, and removed
10624         second argument (par).
10625         Reverted floats number display to '#'. Perhaps I'll try again when the
10626         code base is sanitized a bit.
10627
10628 2002-08-12  Angus Leeming  <leeming@lyx.org>
10629
10630         * buffer.[Ch] (getLabelList): constify.
10631
10632 2002-08-07  André Pönitz <poenitz@gmx.net>
10633
10634         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10635
10636         * funcrequest.h: extension to keep mouse (x,y) position
10637
10638 2002-08-12  Juergen Vigna  <jug@sad.it>
10639
10640         * BufferView2.C (insertErrors): forbid undo when inserting error
10641         insets.
10642
10643         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10644
10645 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10646
10647         * ParagraphList.[Ch]: new files
10648
10649         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10650
10651         * BufferView2.C (lockInset): ParagraphList changes
10652         * toc.C: ditto
10653         * text2.C: ditto
10654         * bufferlist.C: ditto
10655         * buffer.h: ditto
10656         * buffer.C: ditto
10657
10658 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10659
10660         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10661         unused class variable counter_,
10662
10663         * paragraph.[Ch] (getFirstCounter): delete unused function
10664
10665         * counters.C: include LAssert.h
10666         (reset): add a new function with no arg, change other version to
10667         not have def. arg and to not allow empty arg.
10668
10669         * text2.C (setCounter): remove empty arg from call to Counters::reset
10670
10671 2002-08-11  John Levon  <levon@movementarian.org>
10672
10673         * Makefile.am: add WordLangTuple.h
10674
10675 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10676
10677         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10678         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10679
10680         * insets/insettext.C: InsetList changes
10681
10682         * graphics/GraphicsSupport.C (operator()): InsetList changes
10683
10684         * toc.C (getTocList): InsetList changes
10685
10686         * paragraph_pimpl.[Ch]: InsetList changes
10687
10688         * paragraph.[Ch]: InsetList changes
10689
10690         * buffer.C (inset_iterator): InsetList changes
10691         (setParagraph): ditto
10692         * buffer.h (inset_iterator): ditto
10693         * iterators.C (operator++): ditto
10694         * iterators.h: ditto
10695
10696         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10697
10698         * InsetList.[Ch]: new files, most InsetList handling moved out of
10699         paragraph.C.
10700
10701         * BufferView2.C (removeAutoInsets): InsetList changes
10702         (lockInset): ditto
10703         (ChangeInsets): ditto
10704
10705 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10706
10707         * paragraph_pimpl.h (empty): new function
10708
10709         * paragraph.[Ch] (empty): new function
10710
10711         * other files: use the new Paragraph::empty function
10712
10713 2002-08-09  John Levon  <levon@movementarian.org>
10714
10715         * lyxtext.h: remove unused refresh_height
10716
10717 2002-08-09  John Levon  <levon@movementarian.org>
10718
10719         * Makefile.am:
10720         * sgml.h:
10721         * sgml.C:
10722         * buffer.C:
10723         * paragraph.h:
10724         * paragraph.C: move sgml char escaping out of paragraph
10725
10726         * paragraph.h:
10727         * paragraph.C: remove id setter
10728
10729         * buffer.C:
10730         * paragraph.C:
10731         * paragraph_pimpl.C: remove dead tex_code_break_column
10732
10733         * bufferview_funcs.C: small cleanup
10734
10735         * lyxfunc.C: remove dead proto
10736
10737         * lyxtext.h: make some stuff private. Remove some dead stuff.
10738
10739         * lyxgluelength.C: make as[LyX]String() readable
10740
10741 2002-08-08  John Levon  <levon@movementarian.org>
10742
10743         * LyXAction.h:
10744         * LyXAction.C:
10745         * MenuBackend.C:
10746         * ToolbarDefaults.C:
10747         * lyxfunc.C:
10748         * lyxrc.C:
10749         * toc.C: lyxaction cleanup
10750
10751 2002-08-08  John Levon  <levon@movementarian.org>
10752
10753         * BufferView2.C: small cleanup
10754
10755         * lyxfind.h:
10756         * lyxfind.C: move unnecessary header into the .C
10757
10758 2002-08-08  John Levon  <levon@movementarian.org>
10759
10760         * funcrequest.h: just tedious nonsense
10761
10762         * lyx_main.h:
10763         * lyx_main.C: cleanups
10764
10765         * buffer.C:
10766         * vspace.C: remove dead header lyx_main.h
10767
10768 2002-08-07  Angus Leeming  <leeming@lyx.org>
10769
10770         * Paragraph.[Ch]:
10771         * paragraph_pimpl.h:
10772         Forward declare class Counters in paragraph.h by moving the ctrs member
10773         variable into Paragraph::Pimpl.
10774         (counters): new method, returning a reference to pimpl_->ctrs.
10775
10776         * text2.C: ensuing changes.
10777
10778 2002-08-07  John Levon  <levon@movementarian.org>
10779
10780         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10781
10782         * BufferView_pimpl.C: announce X selection on double/triple
10783           click
10784
10785         * lyx_main.C: use correct bool in batch dispatch
10786
10787         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10788
10789 2002-08-07  André Pönitz <poenitz@gmx.net>
10790
10791         * funcrequest.h: new class to wrap a kb_action and its argument
10792
10793         * BufferView.[Ch]:
10794         * BufferView_pimpl[Ch]:
10795         * LaTeX.C:
10796         * LyXAction.[Ch]:
10797         * lyxfunc.[Ch]:
10798         * lyxrc.C: subsequent changes
10799
10800
10801 2002-08-07  John Levon  <levon@movementarian.org>
10802
10803         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10804           document options change.
10805
10806 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10807
10808         * counters.[Ch]
10809         * text2.C
10810         * paragraph.[Ch]
10811         * makefile.am: move counters functionality over from
10812         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10813
10814 2002-08-06  John Levon  <levon@movementarian.org>
10815
10816         * WordLangTuple.h: new file for word + language code tuple
10817
10818         * SpellBase.h:
10819         * pspell.h:
10820         * pspell.C:
10821         * ispell.h:
10822         * ispell.C:
10823         * lyxtext.h:
10824         * text.C:
10825         * text2.C:
10826         * BufferView.h:
10827         * BufferView2.C: use WordLangTuple
10828
10829         * layout.h:
10830         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10831
10832 2002-08-06  John Levon  <levon@movementarian.org>
10833
10834         * lyx_main.C: fix cmdline batch handling
10835
10836 2002-08-06  André Pönitz <poenitz@gmx.net>
10837
10838         * lyxrc.C: set default for show_banner to true
10839
10840 2002-08-06  John Levon  <levon@movementarian.org>
10841
10842         * pspell.C: fix a crash, and allow new aspell to work
10843
10844 2002-08-06  John Levon  <levon@movementarian.org>
10845
10846         * lyxfunc.C:
10847         * kbmap.C: small cleanup
10848
10849         * vspace.h:
10850         * vspace.C: add const
10851
10852 2002-08-05  John Levon  <levon@movementarian.org>
10853
10854         * LyXAction.C: back to tabular-insert
10855
10856 2002-08-04  John Levon  <levon@movementarian.org>
10857
10858         * BufferView.h:
10859         * BufferView.C: cosmetic change
10860
10861         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10862
10863         * bufferlist.C:
10864         * buffer.h:
10865         * buffer.C:
10866         * lyxcb.h:
10867         * lyxcb.C:
10868         * lyxserver.C:
10869         * lyxvc.C:
10870         * vc-backend.C:
10871         * BufferView2.C: purge all "Lyx" not "LyX" strings
10872
10873         * lyxcursor.h:
10874         * lyxcursor.C: attempt to add some documentation
10875
10876         * lyxfunc.C:
10877         * commandtags.h:
10878         * LyXAction.C:
10879         * ToolbarDefaults.C:
10880         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10881           merge with LFUN_TABULAR_INSERT
10882
10883         * Makefile.am:
10884         * SpellBase.h:
10885         * ispell.h:
10886         * ispell.C:
10887         * pspell.h:
10888         * pspell.C: split up i/pspell implementations into separate
10889           files, many cleanups
10890
10891         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10892
10893         * text2.C: some cleanup
10894
10895         * lyxfunc.C: don't check for isp_command == "none" any more, it
10896           didn't make any sense
10897
10898 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10899
10900         * counters.[Ch]
10901         * text2.C
10902         * paragraph.[Ch]
10903         * makefile.am: move counters functionality over
10904         from text2.C/paragraph.[Ch] to counters.[Ch], and
10905         make proper C++.
10906 2002-08-02  John Levon  <levon@movementarian.org>
10907
10908         * buffer.C: s/lyxconvert/lyx2lyx/
10909
10910 2002-08-02  Angus Leeming  <leeming@lyx.org>
10911
10912         * lyxlex.C: revert John's change as it breaks reading of the user
10913         preamble.
10914
10915 2002-08-02  Angus Leeming  <leeming@lyx.org>
10916
10917         * importer.C (Import):
10918         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10919         changes due to LyXView::view() now returning a boost::shared_ptr.
10920
10921 2002-08-02  John Levon  <levon@movementarian.org>
10922
10923         * lyxlex.C: small cleanup
10924
10925 2002-08-02  John Levon  <levon@movementarian.org>
10926
10927         * text2.C (status): small cleanup, no logic change
10928
10929 2002-08-01  John Levon  <levon@movementarian.org>
10930
10931         * buffer.h:
10932         * buffer.C (writeFile): don't output alerts, caller
10933           handles this
10934
10935         * bufferlist.C:
10936         * lyx_cb.C: from above
10937
10938         * lyxfunc.C: allow to open non-existent files
10939
10940 2002-07-31  John Levon  <levon@movementarian.org>
10941
10942         * lyxserver.C: don't let incidental errors get
10943           in the way (errno)
10944
10945 2002-07-30  John Levon  <levon@movementarian.org>
10946
10947         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10948
10949 2002-07-30  John Levon  <levon@movementarian.org>
10950
10951         * lyxserver.h:
10952         * lyxserver.C: remove I/O callback too
10953
10954 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10955
10956         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10957         log.
10958
10959 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10960
10961         * many files: strip,frontStrip -> trim,ltrim,rtrim
10962
10963 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10964
10965         * PrinterParams.h: remove extern containsOnly, and include
10966         support/lstrings.h instead.
10967
10968         * LaTeX.C (scanAuxFile): modify because of strip changes
10969         (deplog): ditto
10970         * buffer.C (makeLaTeXFile): ditto
10971         * bufferparams.C (writeFile): ditt
10972         * lyxfont.C (stateText): ditto
10973         * lyxserver.C (read_ready): ditto
10974         * vc-backend.C (scanMaster): ditto
10975
10976         * BufferView_pimpl.h: ws changes
10977
10978         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10979
10980 2002-07-26  André Pönitz <poenitz@gmx.net>
10981
10982         * kb_sequence.C: remove unnedred usings
10983
10984 2002-07-26  Juergen Vigna  <jug@sad.it>
10985
10986         * lyxfind.C (LyXReplace): we have to check better if the returned
10987         text is not of theLockingInset()->getLockingInset().
10988
10989 2002-07-25  Juergen Vigna  <jug@sad.it>
10990
10991         * lyxfind.C (LyXReplace): don't replace if we don't get the
10992         right LyXText.
10993
10994         * undo_funcs.C (createUndo): remove debugging code.
10995
10996 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10997
10998         * buffer.C (parseSingleLyXformat2Token): Use default placement
10999         when reading old floats.
11000
11001         * FloatList.C (FloatList): Change the default placement of figure
11002         and tables to "tbp".
11003
11004 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11005
11006         * MenuBackend.C: using std::max
11007
11008 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11009
11010         * MenuBackend.C (expandToc):
11011         (expandToc2): code moved from xforms menu frontend. It is now
11012         generic and TOCs are transparent to menu frontends.
11013
11014 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11015
11016         * toc.C (getTocList): protect against buf=0
11017
11018         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11019         Menu as first parameter. Now, this calls itself recursively to
11020         expand a whole tree (this will be useful for TOC handling)
11021         (expandFloatInsert): remove 'wide' version of floats
11022
11023         * MenuBackend.h (submenuname): returns the name of the submenu.
11024         (submenu): returns the submenu itself, provided it has been
11025         created by MenuBackend::expand
11026
11027 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11028
11029         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11030         insets which have noFontChange == true. (bug #172)
11031
11032 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11033
11034         * BufferView_pimpl.C: add connection objects and use them...
11035         (Pimpl): here.
11036
11037 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11038
11039         * MenuBackend.C (expandLastfiles):
11040         (expandDocuments):
11041         (expandFormats):
11042         (expandFloatListInsert):
11043         (expandFloatInsert):
11044         (expand): split expand in parts
11045
11046 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11047
11048         * lyx_gui.C: use lyx_gui::exit()
11049
11050 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11051
11052         * LyXAction.C: show the failing pseudo action
11053
11054 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11055
11056         * buffer.C (readFile): Run the lyxconvert script in order to read
11057         old files.
11058
11059 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11060
11061         * LyXAction.C:
11062         * commandtags.h:
11063         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11064
11065 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11066
11067         * LyXAction.C:
11068         * commandtags.h:
11069         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11070
11071 2002-07-22  Herbert Voss  <voss@lyx.org>
11072
11073         * lengthcommon.C:
11074         * lyxlength.[Ch]: add support for the vertical lengths
11075
11076 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11077
11078         * toc.[Ch]: std:: fixes
11079
11080 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11081
11082         * lyxrc.C: do not include lyx_main.h
11083
11084         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11085         for layouts
11086
11087         * lyxrc.C:
11088         * encoding.C:
11089         * bufferlist.C:
11090         * BufferView2.C: include "lyxlex.h"
11091
11092         * tabular.h:
11093         * bufferparams.h: do not #include "lyxlex.h"
11094
11095         * lyxtextclasslist.C (Add): remove method
11096         (classlist): renamed to classlist_
11097
11098         * paragraph_pimpl.C:
11099         * paragraph.C:
11100         * text2.C:
11101         * CutAndPaste.C:
11102         * bufferview_funcs.C:
11103         * bufferlist.C:
11104         * text.C:
11105         * LaTeXFeatures.C:
11106         * buffer.C:
11107         * toc.C (getTocList): use BufferParams::getLyXTextClass
11108
11109         * toc.C (getTocList): use InsetFloat::addToToc
11110
11111         * toc.[Ch]: new files, containing helper functions to handle table
11112         of contents
11113
11114         * lyxfunc.C (dispatch): no need to remove spaces around command
11115         given as a string
11116         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11117         first command of the sequence; it is not very clever, but I do not
11118         have a better idea, actually
11119
11120         * LyXAction.C (LookupFunc): make sure to remove space at the
11121         beginning and end of the command
11122
11123 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11124
11125         * MenuBackend.C (getMenubar): new method: return the menubar of
11126         this menu set
11127         (read): treat differently reading of menu and menubar (in
11128         particular, the menubar has no name now)
11129         (Menu::menubar): remove
11130
11131         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11132         saving is finished
11133
11134 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11135
11136         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11137         a bibitem inset in a RTL paragraph.
11138
11139 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11140
11141         * paragraph_pimpl.C: constify
11142
11143         * BufferView_pimpl.C:
11144         * LaTeX.C:
11145         * lyxfunc.C: fix dispatch in a nicer way
11146
11147 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11148
11149         * lyxfunc.C (dispatch):
11150         * BufferView_pimpl.C:
11151         * BufferView_pimpl.h:
11152         * BufferView.C:
11153         * BufferView.h: rename Dispatch() to dispatch()
11154
11155         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11156
11157         * lyxlayout.C (Read): honor DependsOn tag
11158
11159         * lyxlayout.[Ch] (depends_on): new method
11160
11161         * version.C.in: update lyx_docversion
11162
11163         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11164
11165         * paragraph.C (validate): remove from here...
11166         * paragraph_pimpl.C (validate): ... and move here
11167         (isTextAt): make it const
11168
11169         * buffer.C (getLists): ws cleanup
11170
11171 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11172
11173         * language.C (read): Use iso8859-1 encoding in latex_lang
11174         (this prevents LyX from crashing when using iso10646-1 encoding).
11175
11176 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11177
11178         * text2.C (toggleInset): if cursor is inside an inset, close the
11179         inset and leave cursor _after_ it
11180
11181 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11182
11183         * lyxfunc.C: move minibuffer completion handling out of here
11184
11185 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11186
11187         * BufferView_pimpl.C:
11188         * LaTeX.C: fix dispatch calls
11189
11190 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11191
11192         * text.C (drawChars): Fix Arabic text rendering.
11193
11194 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11195
11196         * LyXAction.C:
11197         * commandtags.h:
11198         * lyxfunc.C: remove message-push/pop
11199
11200         * lyxserver.C:
11201         * lyxfunc.h:
11202         * lyxfunc.C: rationalise some code by removing verboseDispatch
11203           in favour of a bool argument to dispatch()
11204
11205 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11206
11207         * lyx_main.C (init): make sure to read symlinks as absolute paths
11208
11209 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11210
11211         * lyxfunc.h:
11212         * lyxfunc.C: no need for commandshortcut to be a member
11213
11214 2002-07-15  André Pönitz <poenitz@gmx.net>
11215
11216         * converter.C: add support for $$s (scripts from lib/scripts dir)
11217         * lyx_main.C: white space
11218
11219 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11220
11221         * bufferlist.C:
11222         * lyxrc.h:
11223         * lyxrc.C: remove second exit confirmation
11224
11225 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11226
11227         * BufferView.h:
11228         * BufferView.C:
11229         * BufferView2.C:
11230         * BufferView_pimpl.h:
11231         * BufferView_pimpl.C:
11232         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11233
11234 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11235
11236         * MenuBackend.C (expand): add numeric shortcuts to document menu
11237
11238         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11239
11240 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11241
11242         * lyxfont.C (setLyXFamily):
11243         (setLyXSeries):
11244         (setLyXShape):
11245         (setLyXSize):
11246         (setLyXMisc):
11247         (lyxRead):
11248         * debug.C (value):
11249         * buffer.C (asciiParagraph): use ascii_lowercase
11250
11251 2002-07-15  Mike Fabian  <mfabian@suse.de>
11252
11253         * lyxlex_pimpl.C (search_kw):
11254         * lyxlex.C (getLongString):
11255         * converter.h (operator<):
11256         * converter.C (operator<):
11257         * buffer.C (parseSingleLyXformat2Token):
11258         (asciiParagraph):
11259         * ToolbarDefaults.C (read):
11260         * MenuBackend.C (checkShortcuts):
11261         (read):
11262         * LColor.C (getFromGUIName):
11263         (getFromLyXName): use the compare_ascii_no_case instead of
11264         compare_no_case, because in turkish, 'i' is not the lowercase
11265         version of 'I', and thus turkish locale breaks parsing of tags.
11266
11267 2002-07-16  Angus Leeming  <leeming@lyx.org>
11268
11269         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11270         now takes a Buffer const & argument.
11271
11272 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11273
11274         * BufferView.C (resize): check there's a buffer to resize
11275
11276 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11277
11278         * lyxfunc.C: remove dead code
11279
11280         * lyxserver.h:
11281         * lyxserver.C: use lyx_guii::set_read_callback
11282
11283 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11284
11285         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11286         an inset in a RTL paragraph.
11287
11288 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11289
11290         * lyxfunc.C: repaint after a font size update
11291
11292 2002-07-15  André Pönitz <poenitz@gmx.net>
11293
11294         * lyxlength.C: inBP should be able to return negative values
11295
11296 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11297
11298         * lyxfunc.C: use lyx_gui::update_fonts()
11299
11300 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11301
11302         * lyxfunc.C: use lyx_gui::update_color()
11303
11304 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11305
11306         * bufferlist.C:
11307         * lyxfunc.h:
11308         * lyxfunc.C:
11309         * lyxrc.h:
11310         * lyxrc.C: remove file->new asks for name option, and let
11311           buffer-new take an argument
11312
11313 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11314
11315         * BufferView_pimpl.C: remove unneeded extra repaint()
11316
11317 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11318
11319         * LyXAction.C: allow command-sequence with NoBuffer
11320
11321         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11322
11323 2002-07-10  Angus Leeming  <leeming@lyx.org>
11324
11325         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11326
11327 2002-07-09  Angus Leeming  <leeming@lyx.org>
11328
11329         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11330
11331 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11332
11333         * lengthcommon.h: whitespace
11334
11335         * lyxfunc.C: update scrollbar after goto paragraph
11336
11337         * lyxtext.h: factor out page break drawing, and fix it so
11338           page break/added space paints as selected nicely
11339
11340 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11341
11342         * BufferView_pimpl.C: add FIXMEs, clean up a little
11343
11344 2002-07-09  André Pönitz <poenitz@gmx.net>
11345
11346         * lyxfont.[Ch]: support for wasy symbols
11347
11348 2002-07-08  André Pönitz <poenitz@gmx.net>
11349
11350         * BufferView_pimpl.C: apply John's patch for #93.
11351
11352 2002-07-05  Angus Leeming  <leeming@lyx.org>
11353
11354         * BufferView_pimpl.C (buffer): generate previews if desired.
11355
11356         * LColor.h: add "preview" to the color enum.
11357
11358         * LColor.C (LColor): add a corresponding entry to the items array.
11359
11360         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11361         with this buffer.
11362
11363 2002-07-05  Angus Leeming  <leeming@lyx.org>
11364
11365         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11366         The body of the code is now in the method that is passed an ostream &
11367         rather than a file name.
11368         Pass an additional only_preamble parameter, useful for the forthcoming
11369         preview stuff.
11370
11371 2002-07-03  André Pönitz <poenitz@gmx.net>
11372
11373         * lyxfunc.C: simplify getStatus() a bit for math stuff
11374
11375 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11376
11377         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11378
11379 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11380
11381         * text.C (changeRegionCase): do not change case of all the
11382         document when region ends at paragraph end (bug #461)
11383
11384 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11385
11386         * paragraph.C (startTeXParParams):
11387         (endTeXParParams): add \protect when necessary
11388
11389 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11390
11391         * BufferView_pimpl.C (workAreaExpose): remove warning
11392
11393 2002-06-27  Angus Leeming  <leeming@lyx.org>
11394
11395         * Makefile.am: add lyxlayout_ptr_fwd.h.
11396
11397 2002-06-26  André Pönitz <poenitz@gmx.net>
11398
11399         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11400
11401 2002-06-25  Angus Leeming  <leeming@lyx.org>
11402
11403         * lyxfunc.C (dispatch): Comment out the call to
11404         grfx::GCache::changeDisplay. The method no longer exists now that the
11405         pixmap generation part of the graphics loader has been moved into
11406         InsetGraphics.
11407
11408 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11409
11410         * text2.C: layout as layout
11411
11412         * text.C: layout as layout
11413
11414         * tabular.C (OldFormatRead): layout as layout
11415
11416         * paragraph_pimpl.C (TeXDeeper): layout as layout
11417         (realizeFont): layout as layout
11418
11419         * paragraph.C (writeFile): layout as layout
11420         (validate): layout as layout
11421         (getFont): layout as layout
11422         (getLabelFont): layout as layout
11423         (getLayoutFont): layout as layout
11424         (breakParagraph): layout as layout
11425         (stripLeadingSpaces): layout as layout
11426         (getEndLabel): layout as layout
11427         (getMaxDepthAfter): layout as layout
11428         (applyLayout): layout as layout
11429         (TeXOnePar): layout as layout
11430         (simpleTeXOnePar): layout as layout
11431         (TeXEnvironment): layout as layout
11432         (layout): layout as layout
11433         (layout): layout as layout
11434
11435         * lyxtextclass.C (compare_name): new functor to work with
11436         shared_ptr, layout as layout
11437         (Read): layout as layout
11438         (hasLayout): layout as layout
11439         (operator): layout as layout
11440         (delete_layout): layout as layout
11441         (defaultLayout): layout as layout
11442
11443         * lyxlayout_ptr_fwd.h: new file
11444
11445         * lyxlayout.C (Read): layout as layout
11446
11447         * lyx_cb.C (MenuInsertLabel): layout as layout
11448
11449         * bufferlist.C (newFile): layout as layout
11450
11451         * buffer.C (readLyXformat2): layout as layout
11452         (parseSingleLyXformat2Token): layout as layout
11453         (insertStringAsLines): layout as layout
11454         (asciiParagraph): layout as layout
11455         (latexParagraphs): layout as layout
11456         (makeLinuxDocFile): layout as layout
11457         (simpleLinuxDocOnePar): layout as layout
11458         (makeDocBookFile): layout as layout
11459         (simpleDocBookOnePar): layout as layout
11460         (getLists): layout as layout
11461
11462         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11463
11464         * CutAndPaste.C (cutSelection): layout as layout
11465         (pasteSelection): layout as layout
11466         (SwitchLayoutsBetweenClasses): layout as layout
11467
11468         * BufferView_pimpl.C (Dispatch): layout as layout
11469         (smartQuote): layout as layout
11470
11471         * BufferView2.C (unlockInset): layout as layout
11472
11473 2002-06-24  André Pönitz <poenitz@gmx.net>
11474
11475         * lyxfunc.C: fix #487
11476
11477 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11478
11479         * lyxrc.h:
11480         * lyxrc.C:
11481         * lyxfunc.C: remove display_shortcuts, show_banner
11482
11483 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11484
11485         * Buffer_pimpl.C: oops, update on resize
11486
11487 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11488
11489         * buffer.C:
11490         * converter.C:
11491         * exporter.C:
11492         * lyxfunc.C:
11493         * BufferView.h:
11494         * BufferView.C: use repaint()
11495
11496         * BufferView_pimpl.h:
11497         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11498           as it's a clearer description. Remove superfluous
11499           redraws.
11500
11501 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11502
11503         * text.C: fix bug 488. Not ideal, but getting
11504           getWord() to work properly for the insets that
11505           matter is more difficult ...
11506
11507 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11508
11509         * BufferView_pimpl.C:
11510         * LyXAction.C:
11511         * commandtags.h:
11512         * lyxfunc.C: remove the six million index lyxfuncs to just
11513           one, and DTRT (bug 458)
11514
11515 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11516
11517         * BufferView.h:
11518         * BufferView.C:
11519         * BufferView_pimpl.h:
11520         * BufferView_pimpl.C: clean up resize() stuff,
11521           and unnecessary updateScreen()s
11522
11523 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11524
11525         * BufferView.h:
11526         * BufferView.C:
11527         * BufferView_pimpl.h:
11528         * BufferView_pimpl.C:
11529         * lyxfind.h:
11530         * lyxfind.C:
11531         * minibuffer.C: remove focus management of workarea,
11532           not needed. Use screen's greyOut()
11533
11534 2002-06-17  Herbert Voss  <voss@lyx.org>
11535
11536         * converter.C: (convert) do not post a message, when converting
11537         fails, let the calling function decide what to do in this case
11538
11539 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11540
11541         * lyxfunc.C: tidy up a little
11542
11543 2002-06-16    <alstrup@diku.dk>
11544
11545         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11546         Got rid of FORMS_H_LOCATION include. Now we are
11547         GUII.
11548
11549 2002-06-15  LyX Development team  <lyx@rilke>
11550
11551         * buffer.[Ch] (sgmlOpenTag):
11552         (sgmlCloseTag): Added support for avoiding pernicious mixed
11553         content. Return number of lines written.
11554
11555         (makeLinuxDocFile):
11556         (makeDocBookFile): Fixed calls to sgml*Tag.
11557         Simple white space clean.
11558
11559         (simpleDocBookOnePar): Simple white space clean.
11560
11561         * tabular.[Ch] (docBook): Renamed to docbook and got another
11562         argument to related with the pernicious mixed content.
11563
11564         (docbookRow): Fixed calls for docbook inset method.
11565
11566 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11567
11568         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11569         so it's X11 independent.
11570
11571         * kb*.[Ch]: ditto.
11572
11573         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11574
11575 2002-06-15  Lyx Development team  <lyx@electronia>
11576
11577         * intl.h: Renamed getTrans to getTransManager.
11578
11579 2002-06-14  Angus Leeming  <leeming@lyx.org>
11580
11581         * Makefile.am: nuke forgotten stl_string_fwd.h.
11582
11583 2002-06-12  Angus Leeming  <leeming@lyx.org>
11584
11585         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11586
11587 2002-06-13  Angus Leeming  <leeming@lyx.org>
11588
11589         * LaTeX.C:
11590         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11591
11592 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11593
11594         * kbmap.C (getiso): add support for cyrillic and greek
11595
11596 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11597
11598         * BufferView.h:
11599         * BufferView.C:
11600         * BufferView_pimpl.h:
11601         * BufferView_pimpl.C: move bogus scrolling logic
11602           to xforms
11603
11604 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11605
11606         * lyxfunc.C:
11607         * BufferView_pimpl.C: view->resize() change
11608
11609 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11610
11611         * BufferView_pimpl.C: topCursorVisible
11612           prototype change
11613
11614 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11615
11616         * Makefile.am:
11617         * lyx_gui.h:
11618         * lyx_gui.C: move to frontends/
11619
11620         * main.C:
11621         * lyx_main.h:
11622         * lyx_main.C: changes from above
11623
11624 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11625
11626         * intl.C:
11627         * intl.h:
11628         * kbmap.C:
11629         * kbsequence.C:
11630         * lyx_cb.C:
11631         * lyx_main.C: minor tidy
11632
11633 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11634
11635         * BufferView_pimpl.h:
11636         * BufferView_pimpl.C:
11637         * BufferView.h:
11638         * BufferView.C: make painter() const,
11639           remove dead code
11640
11641         * BufferView2.C: use screen() accessor
11642
11643         * lyx_main.h:
11644         * lyx_main.C: some minor cleanup
11645
11646 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11647
11648         * BufferView_pimpl.h:
11649         * BufferView_pimpl.C: remove enter/leaveView,
11650           use workHeight()
11651
11652 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11653
11654         * BufferView.h:
11655         * BufferView.C:
11656         * BufferView2.C:
11657         * BufferView_pimpl.h:
11658         * BufferView_pimpl.C: only construct screen once,
11659           rename
11660
11661         * lyxrc.C: remove pointless comment
11662
11663 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11664
11665         * BufferView.h:
11666         * BufferView.C: remove active() and belowMouse()
11667
11668         * BufferView_pimpl.h:
11669         * BufferView_pimpl.C: use workarea() not workarea_,
11670           and make it use a scoped_ptr instead
11671
11672 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11673
11674         * lyx_gui.C: add debug message on BadWindow
11675
11676 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11677
11678         * sp_spell.C: fdopen is not part of the C++ standard.
11679
11680         * paragraph.C (InsetIterator): use >= instead of ==
11681
11682 2002-06-07  Angus Leeming  <leeming@lyx.org>
11683
11684         Fixes needed to compile with Compaq cxx 6.5.
11685         * BufferView_pimpl.C:
11686         * DepTable.C:
11687         * buffer.C:
11688         * converter.C:
11689         * encoding.C:
11690         * lyx_gui.C:
11691         * lyx_main.C:
11692         * lyxtextclasslist.C:
11693         * minibuffer.C:
11694         * sp_spell.C:
11695         * tabular_funcs.C:
11696         * vc-backend.C:
11697         all c-library variables have been moved into namespace std. Wrap
11698         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11699
11700         * lyxlength.C:
11701         * tabular-old.C:
11702         * tabular.C:
11703         Add a using std::abs declaration.
11704
11705         * kbmap.h (modifier_pair):
11706         * paragraph.h (InsetTable, InsetList):
11707         * lyxfont.h (FontBits):
11708         type definition made public.
11709
11710         * bufferlist.C (emergencyWriteAll): the compiler complains that
11711         there is more than one possible lyx::class_fun template to choose from.
11712         I re-named the void specialisation as lyx::void_class_fun.
11713
11714         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11715
11716         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11717         the compiler is is unable to find tostr in write_attribute.
11718
11719 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11720
11721         * buffer.C (sgmlError): hide #warning
11722
11723 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11724
11725         * xtl/*: get rid of xtl, which is not in use anyway
11726
11727         * LyXAction.C (init):
11728         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11729         were unimplemented xtl experimentation
11730
11731 2002-06-04  André Pönitz <poenitz@gmx.net>
11732
11733         * lyxfunc.C: disable array operation on simple formulae
11734
11735 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11736
11737         * converter.C: constify a bit
11738
11739 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11740
11741         * lyx_gui.C: check xforms version correctly
11742
11743 2002-04-30  Herbert Voss  <voss@lyx.org>
11744
11745         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11746         "keep" option
11747
11748 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11751           attempt to register it with a VCS)
11752
11753 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11754
11755         * lyx_main.C (init): honor variables LYX_DIR_13x and
11756         LYX_USERDIR_13x
11757
11758 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11759
11760         * buffer.h:
11761         * buffer.C:
11762         * lyx_main.C: fix a crash on bad command line,
11763           and give a useful exit status on error
11764
11765         * lyxfunc.C (doImport): allow -i lyx to work
11766
11767 2002-03-30  André Pönitz <poenitz@gmx.net>
11768
11769         * lyxfunc.C: mathed font changes
11770
11771 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11772
11773         * LaTeX.C:
11774         * importer.h:
11775         * importer.C:
11776         * lyx_sty.h:
11777         * lyx_sty.C:
11778         * lyxlex.C:
11779         * lyxrow.h:
11780         * lyxtext.h:
11781         * paragraph.h:
11782         * paragraph.C:
11783         * texrow.h:
11784         * texrow.C:
11785         * text.C:
11786         * trans_mgr.h: srcdocs, and some minor cleanups
11787
11788 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11789
11790         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11791         call getFont all the time)
11792
11793 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11794
11795         * switch from SigC signals to boost::signals
11796
11797 2002-05-29  André Pönitz <poenitz@gmx.net>
11798
11799         * paragraph_pimpl.C (getChar): don't call size() too often...
11800
11801 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11802
11803         * paragraph_pimpl.C (insertChar): do not try to update tables when
11804         appending (pos == size())
11805
11806         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11807         in order to reduce drastically the number of comparisons needed to
11808         parse a large document
11809
11810 2002-05-29  André Pönitz <poenitz@gmx.net>
11811
11812         * text.C:
11813         * text2.C:
11814         * lyxtextclass.C:
11815         * sp_pspell.h:
11816         * textclasslist.[Ch]:
11817         * sp_ispell.h: whitespace change
11818
11819 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11820
11821         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11822         lyxaction directly now.
11823
11824 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11825
11826         * trans.C:
11827         * lyxfont.C:
11828         * lyxvc.C: remove unused headers
11829
11830 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11831
11832         * Makefile.am:
11833         * buffer.h:
11834         * undostack.h:
11835         * undostack.C:
11836         * undo_funcs.h:
11837         * undo_funcs.C: some cleanups. Use shared_ptr
11838           and a template for the undo stacks.
11839
11840 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11841
11842         * BufferView_pimpl.h:
11843         * BufferView_pimpl.C:
11844         * kbmap.h:
11845         * kbmap.C:
11846         * kbsequence.h:
11847         * kbsequence.C:
11848         * lyxfunc.h:
11849         * lyxfunc.C:
11850         * text2.C: use key_state/mouse_state
11851
11852 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11853
11854         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11855         and LSubstring
11856
11857         * chset.C: change include order
11858         (loadFile): use boost regex and get rid of LRegex and LSubstring
11859
11860         * Makefile.am (BOOST_LIBS): new variable
11861         (lyx_LDADD): use it
11862
11863         * LaTeX.C: change include order.
11864         (scanAuxFile): use boost regex and get rid of LRegex and
11865         LSubstring
11866         (deplog): ditto
11867
11868 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11869
11870         * ColorHandler.h:
11871         * ColorHandler.C:
11872         * FontInfo.h:
11873         * FontInfo.C: moved to frontends/xforms/
11874
11875         * FontLoader.h:
11876         * FontLoader.C: moved into frontends for GUIIzation
11877
11878         * Makefile.am:
11879         * lyx_gui.C:
11880         * lyxfont.C:
11881         * lyxfunc.C: changes from above
11882
11883 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11884
11885         * LColor.C: remove spurious X include
11886
11887         * BufferView_pimpl.C:
11888         * Makefile.am:
11889         * font.h:
11890         * font.C:
11891         * text.C:
11892         * text2.C: move font metrics to frontends/
11893
11894 2002-05-24  Juergen Vigna  <jug@sad.it>
11895
11896         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11897         setting the undo_cursor.
11898
11899         * ParagraphParameters.h: include local includes first.
11900
11901 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11902
11903         * BufferView_pimpl.C:
11904         * BufferView_pimpl.h:
11905         * Makefile.am:
11906         * WorkArea.h:
11907         * WorkArea.C:
11908         * screen.C: move WorkArea into frontends/
11909
11910         * lyxscreen.h:
11911         * screen.C:
11912         * text.C:
11913         * BufferView.C:
11914         * BufferView2.C: move LyXScreen into frontends/
11915
11916         * lyxlookup.h:
11917         * lyxlookup.C:
11918         * lyx_gui.C: move lyxlookup into frontends/xforms/
11919
11920 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11921
11922         * BufferView2.C:
11923         * BufferView_pimpl.C:
11924         * FontLoader.C:
11925         * LyXView.h:
11926         * LyXView.C:
11927         * Makefile.am:
11928         * WorkArea.C:
11929         * XFormsView.h:
11930         * XFormsView.C:
11931         * buffer.C:
11932         * bufferlist.C:
11933         * bufferview_funcs.C:
11934         * converter.C:
11935         * importer.C:
11936         * lyx_cb.C:
11937         * lyx_gui.C:
11938         * lyx_main.C:
11939         * lyx_find.C:
11940         * lyxfunc.C:
11941         * lyxvc.C:
11942         * minibuffer.C:
11943         * text.C:
11944         * text2.C:
11945         * trans.C:
11946         * vc-backend.C: move LyX/XFormsView into frontends/
11947
11948 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11949
11950         * Makefile.am:
11951         * PainterBase.C:
11952         * PainterBase.h:
11953         * Painter.C:
11954         * Painter.h:
11955         * WorkArea.C:
11956         * WorkArea.h:
11957         * screen.C:
11958         * tabular.C:
11959         * text.C:
11960         * text2.C: move Painter to frontends/
11961
11962 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11963
11964         * buffer.C: comment out some some code that depend upon lyx_format
11965         < 220
11966
11967         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11968         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11969
11970         * buffer.h (NO_COMPABILITY): turn off compability
11971
11972         * ColorHandler.C: include scoped_array.hpp
11973
11974         * font.C: Use more specific smart_ptr header.
11975         * Painter.C: ditto
11976         * gettext.C: ditto
11977         * ShareContainer.h: ditto
11978         * lyx_main.h: ditto
11979         * kbmap.h: ditto
11980         * FontInfo.h: ditto
11981         * BufferView_pimpl.h: ditto
11982         * ColorHandler.h: ditto
11983
11984         * kbmap.C (defkey): change call to shared_ptr::reset
11985
11986 2002-05-21  Juergen Vigna  <jug@sad.it>
11987
11988         * buffer.C (insertErtContents): fix to insert ert asis if it is
11989         non empty. Skip it completely if it contains only whitespaces.
11990
11991 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11992
11993         * BufferView_pimpl.C:
11994         * BufferView2.C: clear selection on paste (bug 393)
11995
11996 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11997
11998         * DepTable.C: include ctime
11999
12000 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12001
12002         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12003
12004 2002-05-14  Juergen Vigna  <jug@sad.it>
12005
12006         * text.C (breakParagraph): fixed function to honor the keepempty
12007         layout in the right maner and also to permit the right breaking
12008         algorithm on empty or non empyt keepempty paragraphs.
12009
12010         * paragraph.C (breakParagraph): we have to check also if the par
12011         is really empty (!size()) for isempty otherwise we do the wrong
12012         paragraph break.
12013
12014 2002-05-10  Juergen Vigna  <jug@sad.it>
12015
12016         * buffer.[Ch] : The following are only changes to the ert
12017         compatibility read reading old LaTeX layout and font stuff and
12018         convert it to ERTInsets.
12019
12020         * buffer.h: added isErtInset().
12021
12022         * buffer.C (struct ErtComp): add a fromlayout bool to check
12023         if we're inside a LaTeX layout.
12024         (isErtInset): new helper function.
12025         (insertErtContents): look for other ert insets before this one
12026         and insert the contents there, so that we don't have subsequent
12027         ERT insets with nothing between them. This way we create only one
12028         inset with multiple paragraphs. Also check if we don't insert only
12029         spaces ' ' as they are ignored anyway afterwards in the .tex file
12030         so if we have only spaces we will ignore this latex part in the
12031         new file.
12032         (parseSingleLyXformat2Token \\layout): better compatibility when
12033         reading layout-latex stuff.
12034         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12035         language tag.
12036         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12037         stuff after reading the inset only get the information back from
12038         the stack.
12039
12040 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12041
12042         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12043
12044         * LaTeXFeatures.C (getBabelOptions): New method.
12045
12046 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12047
12048         * BufferView_pimpl.C (Dispatch): work around missing argument for
12049         'layout'
12050
12051 2002-05-08  Juergen Vigna  <jug@sad.it>
12052
12053         * text.C (leftMargin): handle paragraph leftindent.
12054
12055         * paragraph.C (writeFile): write the new \\leftindent tag.
12056         (validate): handle leftindent code.
12057         (TeXEnvironment): handle paragraphleftindent code again.
12058
12059         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12060
12061         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12062         for paragrap_extra indent code and new token \\leftindent.
12063         (latexParagraphs): handle the leftindent as environment.
12064
12065         * ParameterStruct.h: added leftindent support.
12066
12067         * ParagraphParameters.C (leftIndent): added support functions for
12068         the paragraph left indent.
12069
12070         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12071         more appropriate.
12072
12073 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12074
12075         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12076         inside insetERT.
12077
12078         * text.C (computeBidiTables): No bidi in insetERT.
12079
12080         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12081         in RTL documents.
12082
12083 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12084
12085         * version.C.in: pre 5
12086
12087 2002-05-02  José Matos  <jamatos@fep.up.pt>
12088         * buffer.C (makeDocBookFile): white space changes, add newline to
12089         command styles.
12090         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12091
12092         * tabular.C (docBook): fix typo.
12093
12094 2002-05-03  Juergen Vigna  <jug@sad.it>
12095
12096         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12097         change in LyXText as we can not be sure it was not freed.
12098         (drawOneRow): remove unused code.
12099
12100         * text.C (drawInset): redo the calculation of the need_break_row as
12101         it could have a row which was already freed.
12102         (draw): look at the return value of drawInset and return false if
12103         it also returned false.
12104         (paintRowText): look at the return value of draw and return false if
12105         it also returned false.
12106
12107         * lyxtext.h: added bool return type to drawInset() and draw() so that
12108         if we have a change in the row so that the rowbreak has to be redone
12109         we abort drawing as it will be called again.
12110
12111 2002-05-02  Juergen Vigna  <jug@sad.it>
12112
12113         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12114         a change in the maintext also if we're inside an inset.
12115         (Dispatch): set the cursor again after a break line and after the
12116         screen has been updated as it could be we're in a different row.
12117
12118         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12119         to set the cursor behind the pargraph with > size().
12120         (setCursor): check also for the same paragraph when checking where
12121         to put the cursor if we have a NFR inset.
12122
12123         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12124         parts of layout read further up as it still was in the wrong
12125         position.
12126
12127 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12128
12129         * screen.C (drawFromTo): change sine fullRebreak always return
12130         true.
12131
12132         * buffer.C (parseSingleLyXformat2Token): reindent some
12133
12134         * BufferView_pimpl.C (update): change since fullRebreak always
12135         return true.
12136         (Dispatch): git rid of the last hardcoded "Standard"s.
12137
12138 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12139
12140         * text2.[Ch] (fullRebreak): make it return void now that we always
12141         returned true.
12142
12143 2002-04-30  Juergen Vigna  <jug@sad.it>
12144
12145         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12146         ert compatibility check for "latex" layout.
12147
12148 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12149
12150         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12151         minipages: use col% instead of p%, and also use the current font.
12152         (makeLaTeXFile): Fix use babel condition.
12153         (parseSingleLyXformat2Token): Correct font when reading old floats.
12154
12155 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12156
12157         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12158         inserting list of floats.
12159
12160 2002-04-25  Herbert Voss  <voss@lyx.org>
12161
12162         * MenuBackend.C (expand): don't add the graphics extensions to the
12163         export menu
12164
12165 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12166
12167         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12168         non-existing layout, do not complain if it was the default layout
12169         of the original class (bug #342)
12170
12171 2002-04-24  Juergen Vigna  <jug@sad.it>
12172
12173         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12174         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12175
12176 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12177
12178         * buffer.C (getBibkeyList): If using \bibliography, return the
12179         option field with the reference itself. Enables us to provide natbib
12180         support when using \bibliography.
12181
12182 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12183
12184         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12185
12186         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12187         natbib is provided by the LaTeX class.
12188
12189 2002-04-23  Juergen Vigna  <jug@sad.it>
12190
12191         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12192         Wakeup functions.
12193
12194         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12195
12196 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12197
12198         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12199
12200         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12201         ensuremath around textordmasculine, textordfeminine and
12202         textdegree.
12203
12204 2002-04-19  Juergen Vigna  <jug@sad.it>
12205
12206         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12207         reinitializing the buffer otherwise row-dimensions may be wrong.
12208         (update): reset also the selection cursors if they do exits otherwise
12209         their x/y positions may be wrong.
12210
12211         * text2.C (cursorDown): don't enter the inset if we came from a row
12212         above and are one row over the inset.
12213
12214         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12215         really leaving an inset.
12216
12217 2002-04-18  Juergen Vigna  <jug@sad.it>
12218
12219         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12220         of the selected paragraph does not have the selected layout also if
12221         the last one had!
12222
12223         * text2.C (setLayout): fixed bug which did not change last selected
12224         paragraph.
12225
12226         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12227         changed the read and substituted \\end_float with \\end_inset!
12228
12229         * BufferView_pimpl.C (cursorPrevious):
12230         (cursorNext): fixed to make it work with rows heigher than the work
12231         area without moving the cursor only the draw of the row.
12232         (workAreaMotionNotify): fix jumping over high rows.
12233
12234 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12235
12236         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12237         Ressler.
12238
12239 2002-04-16  Juergen Vigna  <jug@sad.it>
12240
12241         * text2.C (setCursor): set also the irow().
12242         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12243         (cursorUp):
12244         (cursorDown): support for locking an inset if the x_fix value goes
12245         inside it. That way I can transverse insets too with cursor up/down.
12246
12247         * lyxrow.h: added irow helper function same as other (i) functions.
12248
12249         * BufferView_pimpl.C (cursorPrevious):
12250         (cursorNext): fixed for insets!
12251
12252 2002-04-15  Juergen Vigna  <jug@sad.it>
12253
12254         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12255         position otherwise it is wrong in some cases.
12256
12257         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12258         inside the inset before the call.
12259
12260 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12261
12262         * buffer.[Ch] (getBibkeyList): make it const.
12263
12264 2002-04-12  Juergen Vigna  <jug@sad.it>
12265
12266         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12267
12268         * text2.C (getCursorX): new helper function
12269         (setCursor): compute also ix_
12270         (setCursorFromCoordinates): set also ix.
12271
12272         * lyxcursor.h: added ix_ and helper functions.
12273
12274         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12275
12276         * buffer.C (insertStringAsLines): dont break paragraph if the this
12277         paragraph is inside an inset which does not permit it!
12278
12279         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12280         also with no chars on this paragraph.
12281         (paintRowText): only paint stuff if it's inside the workarea!
12282
12283         * paragraph.C (breakParagraph): honor keepempty flag and break the
12284         paragraph always below not above.
12285
12286         * BufferView2.C (unlockInset): update the paragraph layout on inset
12287         unlock as we changed paragraph in such a case.
12288
12289         * lyxfind.C (LyXFind): clear the former selection if not found!
12290
12291         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12292         again called in insertChar().
12293
12294         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12295         an inset which uses the whole row!
12296         (rightMargin): ditto.
12297         (insertChar): force a rebreak if we inserted an inset!
12298
12299 2002-03-28  Herbert Voss  <voss@lyx.org>
12300
12301         * lyxlength.[Ch]: add inBP() to get the right PS-point
12302         units (BigPoint). With inPixels we have rounding errors
12303
12304 2002-04-11  Juergen Vigna  <jug@sad.it>
12305
12306         * text2.C (setCursorFromCoordinates): set iy to the right value.
12307         (setCursor): add check if row->previous exists!
12308
12309         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12310         an old float_type as this was the case in the old code!
12311
12312         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12313
12314         * BufferView2.C (showLockedInsetCursor): use iy
12315         (fitLockedInsetCursor): ditto
12316
12317         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12318         locked insets as there we have the right value now.
12319
12320         * lyxcursor.C: added iy_ variable and iy functions to set to the
12321         baseline of cursor-y of the locked inset.
12322
12323         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12324         (setCursor): fixed for insets which need a full row.
12325
12326         * text.C (rowLastPrintable): don't ignore the last space when before
12327         an inset which needs a full row.
12328         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12329         as last character of a row when before a inset which needs a full row.
12330
12331 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12332
12333         * version.C.in: update date
12334
12335         * text2.C (fullRebreak): try to always return true and see what
12336         happens...
12337
12338 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12339
12340         * MenuBackend.C (expand): use Floating::listName
12341
12342         * FloatList.C (FloatList): add listName argument to the built-in
12343         floats
12344
12345         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12346         text associated with the float.
12347
12348 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12349
12350         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12351
12352 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12353
12354         * ShareContainer.h: add a couple of missing typenames.
12355
12356 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12357
12358         * lyxrc.C (getDescription): use _() correctly rather than N_().
12359
12360 2002-03-28  Herbert Voss  <voss@lyx.org>
12361
12362         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12363         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12364
12365 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12366
12367         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12368         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12369
12370 2002-03-29  Juergen Vigna  <jug@sad.it>
12371
12372         * lyxfunc.C (dispatch): add a missing fitCursor call.
12373
12374         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12375         it was scrolled by a cursor move, so return the bool status.
12376
12377         * BufferView.C (fitCursor): return the bool flag also to the outside
12378         world as this is needed.
12379
12380         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12381
12382         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12383         call the edit() as it is not needed (and wrong) IMO.
12384         (workAreaButtonPress): set the screen_first variable before evt.
12385         unlock the inset as this may change screen_first and then we have
12386         a wrong y position for the click!
12387
12388 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12389
12390         * MenuBackend.C (expand): another translation that I missed
12391
12392 2002-03-28  Juergen Vigna  <jug@sad.it>
12393
12394         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12395
12396         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12397
12398 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12399
12400         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12401
12402         * MenuBackend.C (expand): fix export/view/update when there is no
12403         document open.
12404
12405 2002-03-27  Herbert Voss  <voss@lyx.org>
12406
12407         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12408         and text%
12409
12410 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12411
12412         * bufferview_funcs.C (currentState): only show paragraph number
12413         for is DEVEL_VERSION is set.
12414
12415         * lyxfunc.C (dispatch): put warning in INFO channel
12416
12417         * MenuBackend.C (expand): translate the name of floats
12418
12419         * FloatList.C (FloatList): mark the float names for translation
12420
12421         * converter.C (convert): use LibScriptSearch
12422
12423 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12424
12425         * MenuBackend.C (defaults): fix default menu (we might as well get
12426         rid of it...)
12427
12428 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12429
12430         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12431         directory.
12432
12433 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12434
12435         * lyxvc.C: reorder includes.
12436
12437 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12438
12439         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12440           properly
12441
12442 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12443
12444         * CutAndPaste.C: change layouts earlier on paste
12445           to avoid crashing when calling getFont()
12446
12447 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12448
12449         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12450         irritating #error.
12451
12452 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12453
12454         * WorkArea.C: remove 'Pending' debug message.
12455
12456         * most files: ws cleanup
12457
12458         * buffer.[Ch]: ws changes
12459
12460         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12461
12462 2002-03-21  Juergen Vigna  <jug@sad.it>
12463
12464         * tabular.C (SetMultiColumn): collapse also the contents of the
12465         cells and set the last border right. Added a Buffer const * param.
12466
12467 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12468
12469         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12470         linking or not.
12471
12472 2002-03-19  Juergen Vigna  <jug@sad.it>
12473
12474         * text2.C (clearSelection): reset also xsel_cache.
12475
12476         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12477         where it needs to be called (John tells us to do so too :)
12478         (selectionLost): reset sel_cache.
12479
12480         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12481
12482 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12483
12484         * text2.C (setCursorIntern): put debuging code in INSETS channel
12485
12486 2002-03-19  André Pönitz <poenitz@gmx.net>
12487
12488         * lyxfunc.C: tiny whitespace change
12489
12490 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12491
12492         * ToolbarDefaults.C (init):
12493         * LyXAction.C (init):
12494         * commandtags.h:
12495         * BufferView_pimpl.C (Dispatch):
12496         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12497
12498 2002-03-19  Allan Rae  <rae@lyx.org>
12499
12500         * exporter.C (Export): removeAutoInsets before doing anything else.
12501         While I've just introduced a dependency on BufferView this really is
12502         the best place to clean the buffer otherwise you need to cleanup in
12503         a dozen places before calling export or cleanup in a dozen functions
12504         that export calls.
12505
12506         * converter.C (runLaTeX):
12507         (scanLog): Better handling of removeAutoInsets and screen updates.
12508
12509         * lyxfunc.C (dispatch): small whitespace changes
12510
12511 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12512
12513         * WorkArea.C (C_WorkAreaEvent): return a value.
12514         (event_cb): return 1 if we handled the event, 0 otherwise.
12515
12516         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12517
12518 2002-03-18  Juergen Vigna  <jug@sad.it>
12519
12520         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12521         (GetAdditionalWidth): ditto.
12522         (RightLine): ditto.
12523         (LeftLine): ditto.
12524
12525         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12526         inset if we're there actually (probably not used right now but this
12527         is the direction to go for unifying code).
12528         (paste): disable code to clear the selection.
12529
12530         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12531         inside an InsetText and move the check further up as it is in the
12532         wrong place.
12533
12534         * text2.C (pasteSelection): set a selection over the pasted text.
12535
12536 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12537
12538         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12539         and libgraphics to build on Cygwin.
12540
12541 2002-03-15  Juergen Vigna  <jug@sad.it>
12542
12543         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12544         inserting an Inset into the paragraph. I know this is not the best
12545         fix but we already use current_view in CutAndPaste so we will remove
12546         all of it's using at the same time.
12547
12548         * buffer.C (sgmlError): deactivated function till it is rewritten in
12549         the right mode, now it can create problems.
12550
12551         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12552         before accessing it.
12553
12554 2002-03-14  Juergen Vigna  <jug@sad.it>
12555
12556         * undo_funcs.C (textHandleUndo): do the right thing when updating
12557         the inset after the undo/redo.
12558
12559         * text2.C (setCursor): just some testcode for #44 not ready yet.
12560
12561         * undo_funcs.C (textHandleUndo): set the next() and previous()
12562         pointers of the paragraph to 0 before deleting otherwise we have
12563         problems with the Paragraph::[destructor].
12564
12565         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12566         on a paragraph insertion.
12567
12568 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12569
12570         * buffer.C (asciiParagraph): use += operator for char append to
12571         string.
12572
12573         * paragraph.C (getFontSettings): compare >= not just >
12574         (highestFontInRange): ditto
12575         (setFont): ditto
12576
12577 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12578
12579         * paragraph.C: change several algorithm to be more appripriate for
12580         the problem domain. This is lookip in FontList and in the InsetList.
12581
12582 2002-03-13  André Pönitz <poenitz@gmx.net>
12583
12584         * commandtags.h:
12585         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12586
12587 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12588
12589         * commandtags.h:
12590         * LyXAction.C:
12591         * lyxfunc.C:
12592         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12593
12594 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12595
12596         * Painter.C (display): anon helper function, adjust code for this
12597         change.
12598         (pixmap): remove function.
12599
12600         * Painter.h: remove private display variable.
12601
12602         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12603
12604 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12605
12606         * WorkArea.[Ch]: remove figinset_canvas cruft.
12607
12608 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12609
12610         * lyxtextclass.C (operator): add one item cache optimization.
12611
12612         * bufferlist.h: doxy changes
12613
12614         * bufferlist.C: ws changes
12615
12616         * DepTable.[Ch] (ext_exist): place const in the right spot.
12617
12618         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12619         call resizeInsets.
12620         (workAreaExpose): call resizeInsets when the with BufferView changes.
12621         (Dispatch): adjust for protectedBlank removal
12622         (specialChar): call updateInset if the insert went ok.
12623
12624         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12625         specialChar instead.
12626
12627         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12628
12629         * BufferView.h: doxy change
12630
12631         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12632
12633         * lyxtextclass.C (operator[]): remove non-const version
12634         (defaultLayout): remove non-const version
12635
12636 2002-03-12  Juergen Vigna  <jug@sad.it>
12637
12638         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12639         did resize the LyXText too.
12640
12641         * buffer.C (readLyXformat2): set layout information on newly allocated
12642         paragraphs.
12643
12644         * tabular.C (OldFormatRead): set layout information on the paragraph.
12645
12646 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12647
12648         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12649
12650 2002-03-11  Juergen Vigna  <jug@sad.it>
12651
12652         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12653         plainly wrong.
12654         (resizeCurrentBuffer): force also the insets to resize themselfes.
12655         (moveCursorUpdate): fixed up for InsetText.
12656
12657 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12658
12659         * commandtags.h:
12660         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12661         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12662         value of Dialogs::tooltipsEnabled().
12663         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12664
12665 2002-03-08  Juergen Vigna  <jug@sad.it>
12666
12667         * BufferView_pimpl.C (updateInset): update inset inside inset also
12668         if it isn't inside theLockingInset().
12669
12670 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12671
12672         * buffer.C (asciiParagraph): redo some of the word and line length
12673         handling.
12674         (getLists): look for Caption instead of caption.
12675
12676 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12677
12678         * buffer.C (Buffer): initialize niceFile to true
12679         (makeLaTeXFile):
12680         (makeLinuxDocFile):
12681         (makeDocBookFile): make sure niceFile is true on exit
12682
12683 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12684
12685         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12686
12687 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12688
12689         * LyXSendto.C: remove.
12690         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12691         * lyx_gui.C: remove now-redundant comment.
12692         * ColorHandler.h: remove forward declaration of class WorkArea.
12693         * lyxfunc.C: remove #include "WorkArea.h".
12694
12695 2002-03-07  Juergen Vigna  <jug@sad.it>
12696
12697         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12698         got moved away with the DEPM and also set the inset_owner always
12699         right which before could have been omitted.
12700
12701 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12702
12703         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12704         wanted layout is not found.
12705
12706 2002-03-07  Juergen Vigna  <jug@sad.it>
12707
12708         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12709
12710 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12711
12712         * paragraph.C (breakParagraph): use default layout not layout of
12713         prev paragraph.
12714         (Paragraph): clear ParagraphParameters.
12715
12716 2002-03-06  Juergen Vigna  <jug@sad.it>
12717
12718         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12719         otherwise it would not be a valid lenght. Fixed a special case in
12720         the minipage compatibility read where we end the document with a
12721         minipage.
12722
12723         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12724         was set as it could be 0 for InsetTexts first entry.
12725
12726 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12727
12728         * paragraph.C (writeFile): if layout is empty write out
12729         defaultLayoutName().
12730
12731         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12732         file without named layout we set layout to defaultLayoutName().
12733
12734 2002-03-06  Juergen Vigna  <jug@sad.it>
12735
12736         * CutAndPaste.C (copySelection): set layout for new paragraph.
12737
12738         * text.C (prepareToPrint): leave ERT inset left aligned
12739         (leftMargin): don't indent paragraphs inside ERT insets
12740
12741 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12742
12743         * paragraph.C (breakParagraph): dont call clear do the work manually
12744
12745         * paragraph.[Ch] (clear): remove function
12746
12747 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12748
12749         * paragraph.C (Paragraph): dont call clear, the work has already
12750         been done.
12751
12752         * lyxtextclass.C (operator): assert if n is empty
12753
12754         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12755         work manually instead.
12756
12757 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12758
12759         * BufferView_pimpl.C: protect selectionLost against text == 0
12760
12761 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12762
12763         * text.C (breakParagraph): fix a setting layout to '0' problem.
12764
12765 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12766
12767         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12768         final location of file, for the included files, and graphics.
12769
12770 2002-03-05  Juergen Vigna  <jug@sad.it>
12771
12772         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12773
12774 2002-03-04  Juergen Vigna  <jug@sad.it>
12775
12776         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12777
12778         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12779         last column of multicolumn cells.
12780         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12781
12782 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12783
12784         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12785         file if it doesn't go to a temporary file.
12786
12787         * buffer.C (sgmlOpenTag):
12788         (sgmlCloseTag):  remove extra newline insertion.
12789
12790 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12791
12792         * text.C (getRowNearY): comment out debug msg
12793
12794 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12795
12796         * text2.C: first -> first_y
12797
12798         * text.C (getRowNearY): add some attemts at a possible
12799         optimization, not working.
12800
12801         * tabular.[Ch]: add BufferParams to several function so that newly
12802         created paragraph can be initialized to he default layotu for the
12803         buffers textclass.
12804
12805         * tabular-old.C (ReadOld): add buf->params to call of Init
12806
12807         * screen.C: rename text->first to text->first_y
12808
12809         * paragraph.C (breakParagraph): always set layout in the broken
12810         paragraph
12811
12812         * lyxtextclass.C (Read): remove lowercase
12813         (hasLayout): ditto
12814         (operator): ditto
12815         (delete_layout): ditto
12816
12817         * lyxtext.h: rename first -> first_y
12818
12819         * lyxlayout.C (Read): remove lowercase
12820         (name): ditto
12821         (setName): ditto
12822         (obsoleted_by): ditto
12823
12824         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12825
12826         * buffer.C (insertErtContents): add params are to InsetERT
12827         (parseSingleLyXformat2Token): add code to check if a paragraphs
12828         layout really exist.
12829         (parseSingleLyXformat2Token): add params to several inset
12830         constructors
12831         (asciiParagraph): remove lowercase, do the layout comparisons with
12832         no_case
12833
12834         * BufferView_pimpl.C (cursorNext): first -> first_y
12835         (resizeCurrentBuffer): first -> first_y
12836         (updateScrollbar): first -> first_y
12837         (scrollCB): first -> first_y
12838         (workAreaMotionNotify): first -> first_y
12839         (workAreaButtonPress): first -> first_y
12840         (checkInsetHit): first -> first_y
12841         (cursorPrevious): first -> first_y
12842         (cursorNext): first -> first_y
12843         (Dispatch): add buffer_->params to severl inset contructors
12844
12845 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12846
12847         * lyxlayout.C (Read): remove some debug info that I forgot.
12848
12849         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12850         clean up the code slightly.
12851         (makeLinuxDocFile): ditto
12852         (makeDocBookFile): ditto
12853
12854         * text2.C: layout as string
12855
12856         * text.C: layout as string
12857
12858         * paragraph_pimpl.C: layout as string
12859
12860         * paragraph.[Ch]: layout as string
12861
12862         * lyxtextclasslist.[Ch]: layout as string
12863
12864         * lyxtextclass.[Ch]: layout as string
12865
12866         * lyxtext.h: layout as string
12867
12868         * lyxlayout.[Ch]: layout as string
12869
12870         * lyx_cb.C: layout as string
12871
12872         * bufferview_funcs.C: layout as string
12873
12874         * bufferparams.C: layout as string
12875
12876         * buffer.C: layout as string
12877
12878         * LyXView.[Ch]: layout as string
12879
12880         * LaTeXFeatures.[Ch]: layout as string
12881
12882         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12883
12884         * BufferView_pimpl.C: change current_layout to string, remove
12885         lyx::layout_type.
12886         (Dispatch):
12887         (smartQuote):
12888         (insertInset):
12889         (workAreaButtonRelease): layout as string
12890
12891         * BufferView2.C (unlockInset): adjust
12892
12893         * vspace.C (asLatexCommand): use an explict temp variable.
12894
12895 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12896
12897         * Makefile.am: use FRONTEND_*
12898
12899 2002-03-01  Juergen Vigna  <jug@sad.it>
12900
12901         * tabular.C (SetWidthOfMulticolCell): changed to something better
12902         I hope but still work in progress.
12903         (recalculateMulticolumnsOfColumn): renamed function from
12904         recalculateMulticolCells as it is more appropriate now.
12905         (SetWidthOfCell): calculate multicols better.
12906
12907 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12908
12909         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12910
12911         * lyxfunc.C (processKeySym): print sequence also if it is
12912         `deleted' (complete)
12913
12914         * kbsequence.C (print): print sequence even if it is deleted
12915         (complete would be a better word, actually).
12916
12917         * lyxfunc.C (dispatch): print complete options after a prefix key
12918
12919         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12920
12921 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12922
12923         * text2.C (setCharFont): eliminate setCharFont code duplication.
12924
12925 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12926
12927         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12928         LFUN_TABULAR_FEATURE (bug #177)
12929
12930 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12931
12932         * Makefile.am: remove figure.h
12933
12934 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12935
12936         * Bufferview_pimpl.C:
12937         * CutAndPasteC:
12938         * LaTeX.C:
12939         * LyXSendto.C:
12940         * buffer.C:
12941         * bufferlist.C:
12942         * converter.C:
12943         * language.C:
12944         * lyxfunc.C:
12945         * lyxvc.C:
12946         * paragraph.C:
12947         * text.C:
12948         * text2.C: remove #include "lyx_gui_misc.h".
12949
12950         * LaTeX.C: added #include <cstdio>
12951
12952 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12953
12954         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12955         that the paragraph following this one can have.
12956
12957         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12958
12959         * vspace.C (asLatexCommand): fix bogus gcc warning
12960
12961         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12962
12963 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12964
12965         * text2.C (setLayout): get rid of redundant code
12966
12967 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12968
12969         * text2.C (incDepth): make sure depth cannot be increased beyond
12970         reasonable values.
12971
12972 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12973
12974         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12975         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12976
12977         * PainterBase.h (image):
12978         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12979         a LyXImage const *.
12980
12981 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12982
12983         * BufferView.C:
12984         * BufferView.h:
12985         * BufferView_pimpl.C:
12986         * BufferView_pimpl.h:
12987         * LaTeXFeatures.C:
12988         * LyXAction.C:
12989         * LyXView.C:
12990         * Makefile.am:
12991         * UpdateList.h:
12992         * UpdateList.C:
12993         * buffer.C:
12994         * figure.h:
12995         * figureForm.C:
12996         * figureForm.h:
12997         * figure_form.C:
12998         * figure_form.h:
12999         * lyx_cb.C:
13000         * lyx_gui.C:
13001         * lyx_gui_misc.C:
13002         * lyxfunc.C:
13003         * sp_base.h:
13004         * sp_ispell.h:
13005         * sp_pspell.h:
13006         * sp_spell.C: remove fig inset, and the crap house of
13007           cards that follows it
13008
13009 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13010
13011         * Makefile.am:
13012         * lyxserver.C:
13013         * os2_defines.h:
13014         * os2_errortable.h:
13015         * nt_defines.h: move .h into support/
13016
13017         * vms_defines.h: remove
13018
13019         * WorkArea.C: add space in debug output
13020
13021         * text2.C:
13022         * paragraph.C:
13023         * buffer.C: add WITH_WARNINGS
13024
13025         * vc-backend.h:
13026         * vc-backend.C:
13027         * bufferlist.C: s/retrive/retrieve/, add docs
13028
13029         * vspace.h:
13030         * vspace.C:
13031         * kbmap.h:
13032         * lyxlength.h:
13033         * lyxgluelength.h:
13034         * length_common.h:
13035         * chset.h:
13036         * chset.C: add docs
13037
13038         * lyxgui.C: add ID to X error handler
13039
13040         * lyxtestclass.c: fix typo
13041
13042 2002-02-26  Juergen Vigna  <jug@sad.it>
13043
13044         * tabular_funcs.C (write_attribute): changed so that some default
13045         attributes are not written at all.
13046         (getTokenValue): set default values before trying to read the
13047         value so we have the return value always set as default if we don't
13048         find the token we search for.
13049
13050         * tabular.C (Write): write bools as bools not as strings!
13051
13052 2002-02-22  Juergen Vigna  <jug@sad.it>
13053
13054         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13055         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13056
13057         * text.C (leftMargin): don't add an indent for paragraphs inside
13058         tabular cells (fix #208).
13059
13060 2002-02-21  José Matos  <jamatos@fep.up.pt>
13061
13062         * tabular.C (docBook): fixed support for long tables.
13063
13064 2002-02-20  Juergen Vigna  <jug@sad.it>
13065
13066         * text2.C (getFont): get the drawing font of the Inset if this
13067         paragraph is inside an inset (only important for InsetERT for now).
13068
13069         * buffer.C (insertErtContents): use new lanugage params in ERT
13070         constructor.
13071
13072         * CutAndPaste.C: commenting out seemingly uneeded code.
13073
13074 2002-02-19  Allan Rae  <rae@lyx.org>
13075
13076         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13077         Iterators might be simple to use but they also get invalidated.
13078         (removeAutoInsets): renamed saved cursor tracking variables and added
13079         some comments to clarify what everything does.
13080
13081 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13082
13083         * Chktex.C:
13084         * LaTeX.C:
13085         * LyXSendto.C:
13086         * converter.C:
13087         * lyx_cb.C:
13088         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13089         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13090
13091         * lyxfunc.C:
13092         * vc-backend.h: remove #include "support/syscall.h"
13093
13094         * LaTeX.C:
13095         * LyXSendto.C:
13096         * converter.C: rearrange #includes in Lars' approved fashion.
13097
13098         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13099         forward declare class Timeout in the header file.
13100
13101         * XFormsView.C: changes due to the above.
13102
13103         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13104         similar to LyXView.
13105
13106         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13107         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13108
13109 2002-02-18  José Matos  <jamatos@fep.up.pt>
13110
13111         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13112         insets contents.
13113
13114 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13115
13116         * a lot of small ws changes
13117         * add a lot of using std::XXX
13118         * use std construcs some places where approp.
13119         * use some exisint stuff from lyxfunctional where approp.
13120         * Make file changes to use partial linking (lets test this now...)
13121
13122 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13123
13124         * Chktex.C:
13125         * buffer.C:
13126         remove #include "support/syscontr.h" as it's redundant. Always has been.
13127
13128         * Chktex.C:
13129         * LaTeX.C:
13130         * LyXSendto.C:
13131         * converter.C:
13132         * lyx_cb.C:
13133         * vc-backend.C:
13134         change Systemcalls::System to Systemcalls::Wait and
13135         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13136         No change of functionality, just reflects the stripped down Systemcalls
13137         class.
13138
13139 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13140
13141         * debug.[Ch]: add a GRAPHICS type to the enum.
13142
13143 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13144
13145         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13146
13147         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13148         there is an inset.
13149
13150 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13151
13152         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13153         match the changes below.
13154
13155         * text2.C (toggleInset): if there is not editable inset at cursor
13156         position, try to see if cursor is _inside_ a collapsable inset
13157         and close it.
13158
13159 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13160
13161         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13162         document menu has a nice checkbox
13163
13164 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13165
13166         * lyxlength.C (asLatexString): change PW to output as percent of
13167         \textwidth.
13168
13169         * lengthcommon.C: change '%' to 't%'
13170
13171         * lyxfunc.C (dispatch): a few comments from Martin
13172
13173 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13174
13175         * WorkArea.h:
13176         * WorkArea.C:
13177         * BufferView_pimpl.h:
13178         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13179           the X selection.
13180
13181 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13182
13183         * vspace.C (inPixels): fix compiler warning
13184
13185 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13186
13187         * lyxfunc.C (getStatus): fix status message for disabled commands.
13188
13189 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13190
13191         * BufferView_pimpl.C: fix crash on close buffer
13192         during selection (#227)
13193
13194 2002-01-27  Herbert Voss  <voss@lyx.org>
13195
13196         * buffer.C: link old Figure to new graphic inset
13197
13198 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13199
13200         * FontLoader.C (getFontinfo): Change the latex font names in order
13201         to match the names of type1inst.
13202
13203 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13204
13205         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13206
13207         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13208         (extchanged): ditto
13209         (ext_exist): ditto
13210         (remove_files_with_extension): ditto
13211         (remove_file): ditto
13212         (write): ditto
13213
13214         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13215         document is smaller than the work area height. Do not initialize
13216         static variables to 0.
13217
13218 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13219
13220         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13221
13222         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13223         LFUN_LAYOUT_PARAGRAPHS.
13224
13225         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13226         tabular. It is possible to provide a possible cell, which will
13227         typically be the actcell from the corresponding insettabular
13228
13229         * lyxfunc.C (getStatus): small cleanup; disable
13230         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13231         true
13232
13233 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13234
13235         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13236
13237         * paragraph.C (startTeXParParams):
13238         (endTeXParParams): new methods. The LaTeX code to
13239         start/end paragraph formatting
13240         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13241         empty (fixes bug #200)
13242
13243         * vspace.C (inPixels): adapt to the change below
13244         (inPixels): [later] more cleanups (remove unused variables)
13245
13246         * lyxlength.C (inPixels): change to use a width and a height as
13247         parameter.
13248
13249 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13250
13251         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13252         Replaced with \paperwidth
13253
13254         * DepTable.C (insert): add std:: qualifier
13255
13256 2002-01-18  Allan Rae  <rae@lyx.org>
13257
13258         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13259         updated also?
13260
13261         * text.C (drawInset): Turned out I didn't know enough about how
13262         rebreaking worked.  This fixes most of the redraw problems.  I see
13263         an occasional cursor trail when a line is broken now and the cursor
13264         placement can seem out by a few pixels also after a rebreak.
13265
13266 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13267
13268         * buffer.C (parseSingleLyXformat2Token): update because minipage
13269         width is now a LyXLength
13270
13271         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13272
13273         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13274         math insets
13275
13276 2002-01-17  Juergen Vigna  <jug@sad.it>
13277
13278         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13279
13280         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13281         is set correctly and the inset is updated correctly.
13282
13283 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13284
13285         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13286         the beginning of the loop.
13287
13288 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13289
13290         * lyxrc.C: improve help for use_scalable_fonts
13291
13292 2002-01-17  Allan Rae  <rae@lyx.org>
13293
13294         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13295
13296 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13297
13298         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13299         make sure to set their inset_owner to the right value (bug #171)
13300
13301 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13302
13303         * DepTable.h
13304         * DepTable.C: Implement mtime checking to reduce time spent doing
13305         CRCs.
13306
13307 2002-01-16  Juergen Vigna  <jug@sad.it>
13308
13309         * tabular.C (GetAdditionalHeight): one of error fixed.
13310
13311         * lyxrc.C (output): small fix in writing use_pspell.
13312
13313 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13314
13315         * sp_base.h: #include LString.h
13316
13317 2002-01-16  Allan Rae  <rae@lyx.org>
13318
13319         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13320         Can someone check this please?
13321
13322         * text.C (drawInset): It was possible that p.row would be removed by
13323         breakAgainOneRow upsetting a few other settings.  There may be another
13324         small tweak possible by setting need_break_row = 0 when p.row has been
13325         removed but I don't know enough about the logic here.
13326
13327 2002-01-15  Allan Rae  <rae@lyx.org>
13328
13329         * text.C (insertChar): removed conditional truism.
13330
13331         * BufferView2.C (removeAutoInsets): More tweaks.
13332         cur_par_prev could be a stray pointer.  Check for trailing empty line
13333         in case last line was cur_par and only had an error inset on it.
13334
13335 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13336
13337         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13338         absolute
13339
13340         * vc-backend.C (most methods):
13341         * exporter.C (Export):
13342         * converter.C (convert):
13343         (runLaTeX):
13344         * LyXSendto.C (SendtoApplyCB):
13345         * lyxfunc.C (dispatch):
13346         (menuNew):
13347         (open):
13348         (doImport):
13349         * lyx_cb.C (AutoSave):
13350         (InsertAsciiFile):
13351         * BufferView_pimpl.C (MenuInsertLyXFile):
13352         * buffer.C (runChktex): use Buffer::filePath().
13353
13354         * buffer.h: rename filename to filename_; rename filepath to
13355         filepath_ and make it private
13356         (filePath): new method
13357
13358         * buffer.C (writeFile): use fileName()
13359         (getLatexName):
13360
13361         * lyx_main.C (init): fix starting  of LyX when the binary is a
13362         link from so,ewhere else.
13363
13364         * minibuffer.C: include <cctype> for isprint
13365
13366 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13367
13368         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13369         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13370         name clash with InsetCollapsable's width function.
13371
13372 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13373
13374         * lastfiles.C: include <iterator>
13375
13376 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13377
13378         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13379         std::count.
13380
13381         * buffer.C (makeLaTeXFile): ditto.
13382         Also make loop operation more transparent.
13383
13384 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13385
13386         * ToolbarDefaults.C: remove trailing comma closing namespace.
13387
13388         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13389
13390         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13391         as in WorkArea.
13392
13393         * trans.C (Load): comment out unused variable, allowed.
13394
13395 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13396
13397         * minibuffer.[Ch] (append_char): new method to recieve input from the
13398         drop-down completion browser. If a key was pressed, then recieve this
13399         char and append it to the existing string.
13400         (peek_event): modify the positioning data passed to the completion
13401         browser so that it can be placed above the minibuffer rather than below.
13402 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13403
13404         * LyXAction.C (init): alloe error-next for readonly documents.
13405
13406         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13407         count.
13408
13409 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13410
13411         * bufferlist.C (readFile): create the buffer _after_ checking that
13412         the file exists.
13413
13414         * lyxfunc.C (verboseDispatch): fix handling of arguments
13415
13416         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13417
13418         * lyxrc.C: use string::erase() instead of initializing to "".
13419
13420
13421 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13422
13423         * BufferView_pimpl.h:
13424         * BufferView_pimpl.C:
13425         * WorkArea.h:
13426         * WorkArea.C:
13427         * text2.C: tell X when we have made a selection for copying
13428
13429 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13430
13431         * BufferView_pimpl.C (MenuInsertLyXFile):
13432         * lyxfunc.C (menuNew):
13433         (open):
13434         (doImport): add shortcuts to directory buttons
13435
13436         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13437         open a float)
13438
13439         * lyxfunc.C (setStatusMessage):
13440         (getStatusMessage): new methods
13441         (getStatus):use setStatusMessage instead of setErrorMessage
13442         (dispatch): when function is disabled, set error message here
13443         [instead of in getStatus previously]
13444
13445         * BufferView_pimpl.C (workAreaButtonRelease): update
13446         toolbar/menubar here too.
13447
13448 2002-01-13  Allan Rae  <rae@lyx.org>
13449
13450         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13451         Now seems indestructible.  Remaining task is to audit all other
13452         code affected by deleteEmptyParagraphMechanism.  One small quirk
13453         left is that an empty document with an error in the preamble can
13454         be made to report an error but no error box appears.  I don't know
13455         where it goes.
13456         (removeAutoInsets): Improved comments.
13457
13458 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13459
13460         * Thesaurus.h:
13461         * Thesaurus.C: update for Aiksaurus 0.14
13462
13463 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13464
13465         * text2.C (firstParagraph): removed member function, all uses
13466         replaces with ownerParagraph
13467         (redoParagraphs): here
13468         (updateInset): here
13469         (toggleAppendix): here
13470         * BufferView2.C (insertErrors): here
13471         (setCursorFromRow): here
13472
13473 2002-01-13  Allan Rae  <rae@lyx.org>
13474
13475         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13476         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13477         There is still a way to segfault this although you may have to do this
13478         multiple times: Have an InsetERT with an unknown command in it.
13479         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13480         <down-arrow>, <Enter> again, View->DVI, BANG!
13481
13482         * text2.C (setCursor):
13483         (deleteEmptyParagraphMechanism):
13484         * lyxtext.h (setCursor):
13485         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13486         Making use of the return value may help fix other bugs.
13487
13488 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13489
13490         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13491
13492         * LyXView.C (updateMenubar): call MenuBar::update here
13493         (updateToolbar): but not here
13494         (showState): do not update toolbar/menubar
13495
13496         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13497         should need to care about that.
13498
13499         * lyxfunc.C (verboseDispatch): simplify a bit
13500         (getStatus): have a version which takes a pseudoaction, and
13501         another which requires a (kb_action,string).
13502
13503         * LyXAction.C (retrieveActionArg): make it work also when action
13504         is not a pseudo-action.
13505         (getActionName): simplify a bit
13506         (helpText):
13507
13508 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13509
13510         * lyxfunc.C (verboseDispatch): new families of methods with
13511         several ways to specify a command and a bool to indicate whether
13512         the command name and shortcut should be displayed in minibuffer
13513         (eventually, we could extend that to a finer bitmask like
13514         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13515         (dispatch): the pristine dispatch command which just, well,
13516         dispatchs! Note it still sets its result to minibuffer; I'm not
13517         sure we want that.
13518
13519         * lyxfunc.h: remove setHintMessage
13520
13521         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13522
13523 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13524
13525         * BufferView_pimpl.C (specialChar): delete new inset if we have
13526         not been able to insert it.
13527
13528         * kbmap.C: revert to using int instead of kb_action, since all we
13529         are dealing with is pseudo-actions.
13530
13531         * LyXAction.C (searchActionArg): change to return int instead of
13532         kb_action, since the result is a pseudoaction.
13533
13534 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13535
13536         * buffer.C (insertErtContents): Fix (partially) the font bug.
13537
13538 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13539
13540         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13541         as the other one is broken on my machine!
13542
13543 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13544
13545         * commandtags.h:
13546         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13547
13548 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13549
13550         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13551         reflect their actual use. Provide compatibility code for older lyxrc
13552         files.
13553
13554         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13555         FL_NORMAL_STYLE.
13556         change names of popup font variables in line with the changes to lyxrc.C
13557
13558 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13559
13560         * buffer.C (asciiParagraph): avoid outputing a word twice after
13561         an inset.
13562
13563         * lyxrc.C (getDescription): document that document_path and
13564         template_path can be empty.
13565
13566 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13567
13568         * LaTeXFeatures.C (getMacros):
13569         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13570
13571         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13572
13573         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13574         getPackages.
13575         (getPackages): rename feature "floats" to "float". Use an array to
13576         iterate over 'simple' features (i.e. just a \usepackage). Add
13577         handling of "amsmath" (renamed from "amsstyle").
13578
13579 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13580
13581         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13582         features list.
13583
13584 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13585
13586         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13587         FuncStaus::FuncStatus & FuncStaus::some_method().
13588
13589 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13590
13591         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13592         of the func_satus stuff. Edited and massaged in various ways by
13593         JMarc.
13594
13595         * lyxfunc.C (getStatus): use FuncStatus
13596
13597 2002-01-08  Juergen Vigna  <jug@sad.it>
13598
13599         * text.C (nextBreakPoint): use function Inset::isChar().
13600
13601         * paragraph.C (TeXOnePar): use function
13602         Inset::forceDefaultParagraphs.
13603
13604         * buffer.C (latexParagraphs): use function
13605         Inset::forceDefaultParagraphs.
13606
13607 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13608
13609         * lyx_gui.C (init): set the style of the menu popups to
13610         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13611
13612 2002-01-07  Juergen Vigna  <jug@sad.it>
13613
13614         * text.C (setHeightOfRow): small fix
13615         (prepareToPrint): don't look at alignment if we don't have the place
13616         for doing it.
13617
13618 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13619
13620         * box.C: New file. Move the Box methods and functions out of box.h,
13621         following Lars' suggestion.
13622
13623 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13624
13625         * box.h: #include "support/LOstream.h", needed for inlined function.
13626
13627         * lyxtextclass.C:
13628         * lyxtextclasslist.C: added some using std declarations.
13629
13630 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13631
13632         * box.h: make signed dimensions to allow insets wider than
13633           the screen (bug #162)
13634
13635         * BufferView_pimpl.C: add some insetHit debug
13636
13637 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13638
13639         * vc-backend.C: add FIXME
13640
13641 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13642
13643         * lyxfunc.C (getStatus): enable code for showing math font status
13644         in toolbar/menu.
13645
13646 2002-01-07  Juergen Vigna  <jug@sad.it>
13647
13648         * text.C (nextBreakPoint): removed debug output not needed anymore.
13649
13650 2002-01-06  Juergen Vigna  <jug@sad.it>
13651
13652         * text.C (nextBreakPoint): fixed up this function we had this bug
13653         since ever but now hopefully we break row better.
13654         (insertChar): we have to check if an inset is the next char as it
13655         could now happen that a large inset is causing a break.
13656
13657 2002-01-05  Juergen Vigna  <jug@sad.it>
13658
13659         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13660         if it doesn't like to be drawed.
13661
13662 2002-01-04  Juergen Vigna  <jug@sad.it>
13663
13664         * BufferView2.C (lockInset): forgot to set a cursor.
13665
13666         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13667
13668 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13669
13670         * FormMathsPanel.C:
13671         * FormMathsPanel.h
13672         * MathsSymbols.C:
13673         * form_maths_panel.C:
13674         * form_maths_panel.h:
13675         * form_maths_panel.fd: implemented sub- and super- buttons in math
13676         panel.
13677
13678         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13679         (or ^ space) to be used as in TeX (req'd by André).
13680
13681         * lyxfunc.C: Allow ^ and _ again to be used both as
13682         super/subscript (mathed) and as themselves (in text).
13683
13684 2002-01-03  Allan Rae  <rae@lyx.org>
13685
13686         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13687         "LyX" or the filename of the current buffer if it has one.  This is a
13688         modified form of John Levon's patch.
13689
13690         * XFormsView.C (setWindowTitle): also set icon title.
13691
13692         * LyXView.h (setWindowTitle): signature changed.
13693         * XFormsView.h (setWindowTitle): ditto.
13694
13695 2002-01-02  Juergen Vigna  <jug@sad.it>
13696
13697         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13698
13699 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13700
13701         * screen.C (topCursorVisible): introduce a temp var for
13702         text->cursor.row(), handle the case where this row is null. (kindo
13703         hachish)
13704
13705         * text2.C (setCursor): add a couple of asserts.
13706
13707         * paragraph.h (inset_iterator): add -> operator
13708
13709         * paragraph.[Ch] (autoDeleteInsets): remove member function
13710
13711         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13712         cursor pos correctly and handle inset deletion by itself.
13713         (insertErrors): move iterator declaration out of for expression
13714
13715         * lyxtextclass.C: add <algorithm>
13716
13717         * Makefile.am: added the new files to sources, removed layout.C
13718
13719         * layout.C: removed file
13720
13721         * layout.h: remove LYX_DUMMY_LAYOUT
13722
13723         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13724         layout.
13725
13726         * lyxlayout.[Ch]:
13727         * lyxtextclass.[Ch]:
13728         * lyxtextclasslist.[Ch]: new files
13729
13730         * include order changes to a lot of files, also changes because of
13731         the six new files.
13732
13733 2001-12-27  Juergen Vigna  <jug@sad.it>
13734
13735         * buffer.C (asciiParagraph): more fixes.
13736
13737         * tabular.C (ascii): make ascii export support export of only the
13738         data separated by a column-delimiter.
13739         (ascii): better support for ascii export.
13740
13741         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13742
13743 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13744
13745         * tabular_funcs.C: use a "using std::getline" instead of the
13746         previous fix from Angus (necessary for cxx + lyxstring)
13747
13748 2001-12-24  Juergen Vigna  <jug@sad.it>
13749
13750         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13751
13752         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13753         problems. First check a minipage also if we have some ert-contents
13754         (not only on par->size(), second set the right depth of the paragraph
13755         on the relink to the root-paragraph-list!
13756
13757         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13758         which then did not anymore update the main paragraphs on undo/redo!
13759
13760 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13761
13762         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13763         code. Support all font-changing funcs (even those which are not in
13764         menu currently). Support for reporting font settings in
13765         mathed (disabled until Andre provides a function on mathed's side).
13766
13767         * func_status.h (toggle): small helper function to set toggle
13768         state on a flag.
13769
13770 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13771
13772         * tabular_funcs.C: getline -> std::getline
13773
13774 2001-12-21  Juergen Vigna  <jug@sad.it>
13775
13776         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13777         accessed and could be 0 (I couldn't generate this but it seems
13778         Michael could!).
13779
13780 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13781
13782         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13783         * tabular_funcs.h: here and include iosfwd
13784
13785 2001-12-20  Juergen Vigna  <jug@sad.it>
13786
13787         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13788         inside inset but undo_par was.
13789
13790 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13791
13792         * Thesaurus.C: always include <config.h> in sources.
13793
13794         * Painter.h:
13795         * lyxlookup.h:
13796         * box.h: do not include <config.h> in header files
13797
13798         * text.C (paintLastRow): remove unused variable
13799
13800         * text.C (transformChar):
13801         (insertChar):
13802         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13803
13804         * Painter.C (text):
13805         * font.C (width): rewrite to use uppercase() instead of
13806         islower/toupper.
13807
13808         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13809
13810 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13811
13812         * lyxfind.C: clean up of find failure position change
13813
13814 2001-12-20  Juergen Vigna  <jug@sad.it>
13815
13816         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13817
13818         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13819         (TeXRow): added to LaTeX a single tabular row.
13820         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13821         (Latex): simplified and finally good LT-h/f support.
13822         (various_functions): just small adaptions for LT-h/f support.
13823
13824         * tabular_funcs.[hC]: added and moved here all not classfunctions
13825         of LyXTabular.
13826
13827 2001-12-19  Juergen Vigna  <jug@sad.it>
13828
13829         * tabular.[Ch]: better support for longtabular options (not finished
13830         yet!)
13831
13832 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13833
13834         * text.C (paintLastRow): use the label font instead of the font of
13835         the last character to compute the size of *_BOX. This makes more
13836         sense and avoids a crash with empty paragraphs.
13837         Use Painter::rectangle to draw EMPTY_BOX.
13838
13839 2001-12-19  Juergen Vigna  <jug@sad.it>
13840
13841         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13842         the paragraphs if the replaced paragraph is not the first one!
13843         Tried to delete not used paragraphs but does not work yet so for
13844         now it's inside #ifdef's and by default off!
13845
13846 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13847
13848         * MenuBackend.C: include "lyx_main.h" instead of declaring
13849         lastfiles (actually was declared as LastFiles* instead of a
13850         scoped_ptr).
13851
13852 2001-12-17  Juergen Vigna  <jug@sad.it>
13853
13854         * tabular.C (AppendColumn): applied John's fix
13855
13856 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13857
13858         * BufferView.h:
13859         * BufferView.C:
13860         * BufferView_pimpl.h:
13861         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13862
13863         * Makefile.am:
13864         * box.h: new start of class for above
13865
13866         * lyxfunc.C: ignore space-only minibuffer dispatches.
13867           Show the command name when it doesn't exist
13868
13869         * minibuffer.C: don't add empty lines to the history
13870
13871         * minibuffer.C: add a space on dropdown completion
13872
13873 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13874
13875         * text.C: fix line above/below drawing in insets
13876
13877 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13878
13879         * lyxlength.C (LyXLength): Initialize private variables.
13880
13881 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13882
13883         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13884         when inserting error insets.
13885
13886 2001-12-13  Juergen Vigna  <jug@sad.it>
13887
13888         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13889         actually sometimes the before-paragraph.
13890         (setUndo): don't clear the redostack if we're not actually undoing!
13891
13892 2001-12-06  Juergen Vigna  <jug@sad.it>
13893
13894         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13895         and fixed redoing of main paragraph, so we can use it now ;)
13896
13897         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13898
13899 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13900
13901         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13902         Juergen's request
13903
13904 2001-12-13  André Pönitz <poenitz@gmx.net>
13905
13906         * undostack.[Ch]:
13907         * undo_func.C: minor cleanup
13908
13909 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13910
13911         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13912         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13913         font in urw-fonts package which is marked as -urw-fontspecific and
13914         does not work (incidentally, changing the encoding in the
13915         fonts.dir of this package to -adobe-fontspecific fixes the
13916         problem).
13917
13918         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13919         is a crash when undoing first paragraph (Juergen, please take a
13920         look). THis does not mean the undo fix is wrong, just that it
13921         uncovers problems.
13922
13923         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13924         the (Paragraph*) version when needed instead of duplicating the
13925         code.
13926
13927         * text.C (workWidth): use Inset::parOwner to find out where the
13928         inset has been inserted. This is a huge performance gain for large
13929         documents with lots of insets. If Inset::parOwner is not set, fall
13930         back on the brute force method
13931
13932         * paragraph_pimpl.C (insertInset):
13933         * paragraph.C (Paragraph):
13934         (cutIntoMinibuffer): set parOwner of insets when
13935         inserting/removing them
13936
13937         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13938
13939 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13940
13941         * commandtags.h:
13942         * LyXAction.C:
13943         * lyx_main.C:
13944         * lyxfunc.C:
13945         * mathed/formulabase.C:
13946         * mathed/math_cursor.[Ch]:
13947         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13948
13949
13950 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13951
13952         * lyxlength.[Ch] (operator!=): new function
13953
13954 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13955
13956         * text.C (workWidth): use Inset::parOwner to find out where the
13957         inset has been inserted. This is a huge performance gain for large
13958         documents with lots of insets. If Inset::parOwner is not set, fall
13959         back on the brute force method
13960
13961         * paragraph_pimpl.C (insertInset):
13962         * paragraph.C (Paragraph):
13963         (cutIntoMinibuffer): set parOwner of insets when
13964         inserting/removing them
13965
13966         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13967
13968 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13969
13970         * tabular-old.C (getTokenValue):
13971         * tabular.C (getTokenValue):
13972         (write_attribute): new versions for LyXLength
13973         (everywhere): adjust the use of widths
13974
13975         * tabular.h: change the type of widths from string to LyXLength
13976
13977 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13978
13979         * paragraph.C: fixed missing line number count when exporting
13980         Environments to LaTeX file
13981
13982         * buffer.C: added informational message for checking line numbers.
13983
13984 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13985
13986         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13987         paragraph, do the 'double space' part, but not the 'empty
13988         paragraph' one.
13989
13990         * text.C (workWidth): small optimization
13991         (getLengthMarkerHeight): use minimal size for negative lengths.
13992
13993 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13994
13995         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13996
13997         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13998
13999 2001-12-11  André Pönitz <poenitz@gmx.net>
14000
14001         * FontLoader.C:
14002         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14003
14004 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14005
14006         * text2.C: keep selection on a setFont()
14007
14008 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14009
14010         * lyx_cb.C: another bv->text misuse, from insert label
14011
14012 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14013
14014         * kbsequence.h:
14015         * kbsequence.C: re-instate nmodifier mask
14016
14017 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14018
14019         * lyx_main.h: make lyxGUI private.
14020
14021 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14022
14023         * lyxfind.C: place the cursor correctly on failed search
14024
14025 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14026
14027         * text.C (getLengthMarkerHeight): for small heights, the arrows
14028         are not always on top/bottom of the text
14029         (drawLengthMarker): smaller arrows; take the left margin in
14030         account; draw also vfills.
14031         (paintFirstRow):
14032         (paintLastRow): remove special code for vfill and standard spaces,
14033         since everything is handled in drawLengthMarker now.
14034
14035 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14036
14037         * buffer.C (insertErtContents): try to handle font and language
14038         interaction a bit better.g
14039
14040         * ColorHandler.C (updateColor): change the hash to cover the whole
14041         LColor enum, ws cleanup
14042         (getGCLinepars): ditto
14043         (getGCLinepars): only lookup in the linecache once.
14044
14045 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14046
14047         * iterators.C (operator++): Make the iterator more robust
14048
14049         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14050         (John's patch)
14051         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14052
14053 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14054
14055         * lyxtext.h:
14056         * text.C: better added space drawing
14057
14058 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14059
14060         * LyXView.C:
14061         * BufferView2.C: fix layout combo update on inset unlock
14062
14063 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14064
14065         * Makefile.am: don't compile unused files
14066
14067 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14068
14069         * lyxfunc.C:
14070         * commandtags.h:
14071         * LyXAction.C: remove old LFUN_LAYOUTNO
14072
14073 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14074
14075         * paragraph_pimpl.h:
14076         * paragraph_pimpl.C: isTextAt() doesn't need font param
14077
14078 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14079
14080         * lyxlex.h:
14081         * lyxlex.C: little cleanup
14082
14083 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14084
14085         * BufferView_pimpl.C: fix insertAscii for insets
14086
14087 2001-12-05  Juergen Vigna  <jug@sad.it>
14088
14089         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14090         set the right font on the "multi" paragraph paste!
14091
14092 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14093
14094         * trans_decl.h:
14095         * trans_mgr.[Ch]:
14096         * trans.[Ch]:
14097         * lyxgluelength.C:
14098         * lyxlength.C: remove out-commented code.
14099
14100         * BufferView_pimpl:
14101         * CutAndPaste.C:
14102         * DepTable.C:
14103         * buffer.C:
14104         * chset.C:
14105         * lastfiles.C:
14106         * lyxlex.C:
14107         * lyxlex_pimpl.C:
14108         * lyxserver.C:
14109         * screen.C:
14110         * tabular-old.C:
14111         * tabular.C:
14112         * text.C:
14113         * trans_mgr.C:
14114         * vc-backend.C: change "while(" to "while ("
14115
14116         * lyxlength.[Ch]: add zero function to check if length is zero or
14117         not
14118         * lyxgluelength.C: use it
14119
14120 2001-12-05  Allan Rae  <rae@lyx.org>
14121
14122         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14123         Works for 2.95.3, from what I understand of Garst's reports this should
14124         work for other g++ versions.  We're screwed if the abs(int) definition
14125         changed between bugfix releases of gcc.
14126
14127 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14128
14129         * text.C: fix chapter label offset !
14130
14131 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14132
14133         * lyxtext.h:
14134         * text.C: fix hfill at end of line, clean up
14135
14136 2001-12-04  Juergen Vigna  <jug@sad.it>
14137
14138         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14139         that we force an update of the inset and it's owners if neccessary.
14140
14141 2001-12-03  Juergen Vigna  <jug@sad.it>
14142
14143         * text.C (rowLast): simplified code
14144
14145 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14146
14147         * lyxfunc.C: fix show options on timeout
14148
14149 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14150
14151         * screen.C (topCursorVisible): scroll half a page when the cursor
14152         reached top of bottom of screen
14153
14154 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14155
14156         * minibuffer.C: deactivate on loss of focus
14157
14158 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14159
14160         * vspace.[Ch] (operator!=): add operator.
14161
14162 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14163
14164         * BufferView_pimpl.C: refuse to open an inset when
14165         there's a selection.
14166
14167 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14168
14169         * BufferView_pimpl.C: allow to click on RHS of full row insets
14170
14171 2001-11-30  Juergen Vigna  <jug@sad.it>
14172
14173         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14174         insets for undo reasons.
14175
14176 2001-11-28  André Pönitz <poenitz@gmx.net>
14177
14178         * vspace.[Ch]: cosmetical changes
14179
14180 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14181
14182         * LyXAction.h:
14183         * LyXAction.C:
14184         * lyxfunc.h:
14185         * lyxfunc.C:
14186         * kbmap.h:
14187         * kbmap.C:
14188         * lyxrc.C:
14189         * kbsequence.h:
14190         * kbsequence.C: part re-write of old kb code
14191
14192         * Painter.C:
14193         * WorkArea.C: remove Lgb_bug_find_hack
14194
14195 2001-11-30  José Matos <jamatos@fep.up.pt>
14196
14197         * buffer.C (makeDocBookFile): add a comment to point a hack.
14198         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14199         Fixed a double write of labels.
14200
14201 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14202
14203         * LaTeX.C:
14204         * LaTeX.h Fixed bug in LaTeX class where it would not
14205         re-run latex if no depfiles were changed, but the .dvi was removed.
14206
14207 2001-11-28  André Pönitz <poenitz@gmx.net>
14208
14209         * all the files from the change on 2001/11/26:
14210         use lyx::layout_type instead of LyXTextClass::size_type
14211         use lyx::textclass_type instead of LyXTextClassList::size_type
14212
14213 2001-11-29  Juergen Vigna  <jug@sad.it>
14214
14215         * text.C: added support for paragraph::isFreeSpacing()
14216
14217         * buffer.C: same as above
14218
14219         * paragraph.h: inserted isFreeSpacing() function to enable
14220         FreeSpacing inside InsetERT.
14221
14222         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14223         of the paragraph's in the cut/copy buffer to 0!
14224
14225         * text2.C (removeRow): remove the assert as it can!
14226
14227         * lyxtext.h: added helper function firstRow returning firstrow and
14228         made firstrow private again.
14229
14230         * BufferView2.C (lockInset): don't relock if we're already locked!
14231
14232         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14233         the only paragraph.
14234         (removeRow): added Assert::(firstrow)
14235
14236         * debug.C: forgot to add INSETTEXT here.
14237
14238 2001-11-28  Juergen Vigna  <jug@sad.it>
14239
14240         * sp_spell.C (initialize): changed error text to more general
14241         spellchecker command use (not only ispell!)
14242
14243         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14244
14245         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14246
14247 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14248
14249         * vspace.C: initialise lyxgluelength on failure
14250
14251 2001-11-28  Allan Rae  <rae@lyx.org>
14252
14253         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14254         declaration & definition that looks like a function declaration.
14255
14256 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14257
14258         * BufferView2.C (copy):
14259         (copyEnvironment): do not clear the selection when doing a copy.
14260
14261         * text.C (paintFirstRow): compilation fix
14262
14263 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14264
14265         * tabular.C (Latex): correct line count when writing latex.
14266
14267 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14268
14269         * paragraph_pimpl.h:
14270         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14271           bug a bit
14272
14273 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14274
14275         * text.C:
14276         * LColor.h:
14277         * LColor.C: change vfillline->added_space
14278
14279         * text.C: add markers and text for added space
14280
14281         * vspace.C: fix comment
14282
14283 2001-11-28  André Pönitz <poenitz@gmx.net>
14284
14285         * paragraph.C: whitespace changes
14286         * all the other files from the change on 2001/11/26:
14287         change *::pos_type into lyx::pos_type
14288
14289 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14290
14291         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14292         language of the document when inserting error insets.
14293
14294 2001-11-26  André Pönitz <poenitz@gmx.net>
14295
14296         * BufferView_pimpl.[Ch]:
14297         *       CutAndPaste.C:
14298         * buffer.[Ch]:
14299         * lyxcursor.[Ch]:
14300         * lyxfind.C:
14301         * lyxfunc.C:
14302         * lyxrow.[Ch]:
14303         * paragraph.[Ch]:
14304         * paragraph_pimpl.[Ch]:
14305         * sp_spell.C:
14306         * text.C:
14307         * text2.C: reduce header dependencies, introduce type for positions
14308
14309 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14310
14311         * <various>: change to use Alert.h
14312
14313 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14314
14315         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14316         when encountering an unknown token.
14317         (readLyXformat2): Show an error message if there were unknown tokens.
14318
14319 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14320
14321         * BufferView2.C:
14322         * BufferView_pimpl.C:
14323         * buffer.C:
14324         * paragraph.h:
14325         * text.C:
14326         * text2.C: use par->isInset()
14327
14328 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14329
14330         * paragraph_pimpl.h:
14331         * paragraph_pimpl.C: cleanup
14332
14333 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14334
14335         * text2.C (removeRow):
14336         * text.C (setHeightOfRow): remove useless (and costly) call to
14337         getRow.
14338
14339 2001-11-20  Allan Rae  <rae@lyx.org>
14340
14341         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14342         Now need Inset*::checkInsertChar() to return true for appropriate
14343         cases so that the characters in the minibuffer will actually be
14344         inserted.
14345
14346 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14347
14348         * text.C: change the order of the includes.
14349         (workWidth): initialize it at once.
14350         (workWidth): make maxw unsigned
14351         (setHeightOfRow): remove unused variable (inset)
14352         (selectSelectedWord): remove unused variable (inset)
14353         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14354
14355 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14356
14357         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14358         server is not running.
14359         (openConnection):
14360         (closeConnection): add debug info when server is disabled.
14361
14362         * ColorHandler.C (getGCForeground): send debug message to GUI
14363         channel.
14364
14365         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14366
14367         * kbmap.C (bind): modify because return conventions of
14368         kb_sequence::parse have changed.
14369
14370         * kbsequence.C (parse): only ignore spaces and not any stupid
14371         control character. This avoids tests like s[i] <= ' ', which are
14372         guaranteed to fail with 8bit characters and signed chars.
14373         Change return code to string::npos when there have been no error
14374         (0 was a bad idea when error is at first character)
14375
14376 2001-11-14  José Matos  <jamatos@fep.up.pt>
14377
14378         * buffer.h:
14379         * buffer.C (simpleDocBookOnePar): removed unused argument.
14380
14381 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14382
14383         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14384         insets which are part of a word. Paragraph::isLetter takes care of
14385         that now. Use Paragraph::isInset to identify insets.
14386         (selectSelectedWord): do not test for hyphenation break.
14387
14388         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14389         that protected spaces are considered as spaces.
14390
14391         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14392         Inset::isLetter.
14393
14394 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14395
14396         * lyxserver.h:
14397         * lyxserver.C: fix it. and small cleanup.
14398
14399 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14400
14401         * BufferView_pimpl.C: use inline helpers
14402
14403         * LaTeXFeatures.h:
14404         * LaTeXFeatures.C: fix typos
14405
14406         * Spacing.h:
14407         * Spacing.C: move spacing_string into class
14408
14409         * ToolbarDefaults.C: move stuff into namespace anon
14410
14411         * layout.h: update enum
14412
14413         * lyxfunc.C: use better debug
14414
14415         * minibuffer.h: fix typo
14416
14417         * debug.h:
14418         * debug.C:
14419         * WorkArea.C: add and use Debug::WORKAREA
14420
14421         * lyxtext.h:
14422         * text.C:
14423         * text2.C: code re-organisation, inline helpers
14424
14425 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14426
14427         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14428         std::vector.empty().
14429
14430 2001-11-09  Allan Rae  <rae@lyx.org>
14431
14432         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14433         '\n's after tables.  Tabular and ERT inset work now makes this no
14434         longer necessary.
14435
14436 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14437
14438         * minibuffer.h:
14439         * minibuffer.C: fix crash, improve drop-down completion
14440
14441 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14442
14443         * lyxserver.h:
14444         * lyxserver.C: invalidate fd's when doing endPipe()
14445
14446 2001-11-08  José Matos  <jamatos@fep.up.pt>
14447
14448         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14449         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14450
14451         * paragraph.h:
14452         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14453
14454 2001-11-07  José Matos  <jamatos@fep.up.pt>
14455
14456         * buffer.h:
14457         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14458         const qualifier.
14459
14460         * buffer.C (sgmlOpenTag):
14461         * buffer.C (sgmlCloseTag): removed debug info.
14462
14463         * buffer.h (sgmlOpenTag):
14464         * buffer.h (sgmlCloseTag): made public.
14465
14466 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14467
14468         * buffer.C (saveParamsAsDefaults):
14469         * lyx_cb.C (MenuLayoutSave): remove
14470
14471         * LyXAction.C (init):
14472         * commandtags.h:
14473         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14474
14475 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14476
14477         * buffer.C (setPaperStuff): removed from here...
14478
14479         * bufferparams.C (setPaperStuff): ... and moved there.
14480
14481 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14482
14483         * minibuffer.h:
14484         * minibuffer.C:
14485         * XFormsView.C: add support for drop-down completion
14486
14487 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14488
14489         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14490         commands.
14491
14492 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14493
14494         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14495         disabled.
14496
14497 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14498
14499         * lyx_main.C: change ref to known bugs
14500
14501 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14502
14503         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14504         to work around older babel problems.
14505
14506 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14507
14508         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14509
14510 2001-10-24  Juergen Vigna  <jug@sad.it>
14511
14512         * tabular-old.C (ReadOld): below variable changes reflected.
14513
14514         * tabular.[Ch]: added ltType struct for longtable header/footer
14515         defines and changed all instances where they are used. Added
14516         future support for double top/bottom rows.
14517
14518 2001-10-24  José Matos  <jamatos@fep.up.pt>
14519
14520         * buffer.h (docbookHandleCaption):
14521         * buffer.C (docbookHandleCaption): removed unused function.
14522         (makeDocBookFile): moved docbook supported version to v4.1.
14523
14524 2001-10-24  José Matos  <jamatos@fep.up.pt>
14525
14526         * tabular.h:
14527         * tabular.C (docbookRow): new function to export docbook code of a row.
14528         (DocBook): now honors the longtable flags.
14529
14530 2001-10-23  José Matos  <jamatos@fep.up.pt>
14531
14532         * LaTeXFeatures.h:
14533         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14534         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14535
14536         * buffer.C (makeLinuxDocFile):
14537         (makeDocBookFile): reworked the preamble, more clean, and with
14538         support for lyx defined entities. Changed the document declaration
14539         to be more XML friendly.
14540
14541         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14542         if we need to output XML that should be done with a filter.
14543
14544 2001-10-22  Juergen Vigna  <jug@sad.it>
14545
14546         * sp_pspell.h (class PSpell): add alive function needed in the
14547         controller to see if the spellchecker could be started.
14548
14549 2001-10-22  Juergen Vigna  <jug@sad.it>
14550
14551         * buffer.C (insertStringAsLines): modify the font for inserting
14552         chars in certain conditions by calling checkInsertChar(font).
14553
14554 2001-10-19  Juergen Vigna  <jug@sad.it>
14555
14556         * text.C (workWidth): use getRow instead of wrong algorithm.
14557         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14558
14559 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14560
14561         * lyxserver.h:
14562         * lyxserver.C:
14563         * lyx_main.h:
14564         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14565
14566 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14567
14568         * text.C (workWidth): do not search for the exact row when
14569         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14570         optimization for big documents.
14571
14572 2001-10-18  Juergen Vigna  <jug@sad.it>
14573
14574         * text.C (workWidth): new function with added Inset * parameter.
14575
14576 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14577
14578         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14579
14580         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14581         change return type of getColumnNearX.
14582
14583
14584         * text.C (changeRegionCase): use uppercase/lowercase instead of
14585         toupper/tolower.
14586         (leftMargin):
14587         (rightMargin): simplify code by factoring out the uses of
14588         textclasslist.
14589         (labelFill):
14590         (numberOfHfills):
14591         (setHeightOfRow):
14592         (appendParagraph): use Paragraph::size_type
14593
14594 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14595
14596         * vspace.C (asLatexString): add a missing break
14597
14598 2001-10-15  Herbert Voss  <voss@perce.de>
14599
14600         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14601
14602 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14603
14604         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14605         is not available.
14606
14607 2001-10-10  André Pönitz <poenitz@gmx.net>
14608
14609         * lyxfunc.C: removed greek_kb_flag.
14610
14611 2001-10-10  Herbert Voss  <voss@perce.de>
14612
14613         * lyx_main.C: delete global string help_lyxdir.
14614
14615 2001-10-09  Herbert Voss  <voss@perce.de>
14616
14617         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14618
14619         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14620
14621         * lyx_main.C: added global string help_lyxdir.
14622
14623         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14624
14625 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14626
14627         * lyxrc.C (set_font_norm_type): support iso8859-4
14628
14629 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14630
14631         * LaTeX.C (deplog): add another regex for MikTeX
14632
14633 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14634
14635         * lyxrc.C (set_font_norm_type): support iso8859-3
14636
14637 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14638
14639         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14640
14641         * LaTeXFeatures.C: remove special case of french and index
14642
14643         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14644         before \begin{document}). This solves several incompatibilities.
14645
14646 2001-10-03  Garst Reese  <reese@isn.net>
14647
14648         * lyx_cb.C: change CheckTex error msg.
14649
14650 2001-10-03  José Matos  <jamatos@fep.up.pt>
14651
14652         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14653
14654 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14655
14656         * .cvsignore: update
14657
14658         * lyx_main.C (commandLineVersionInfo): use new style version info.
14659
14660         * buffer.C (writeFile):
14661         (makeLaTeXFile):
14662         (makeLinuxDocFile):
14663         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14664
14665         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14666
14667         * version.h: update to use stuff in version.C
14668
14669         * version.C.in: new file. Contains version information determined
14670         at compile time. This is a merging of version.h and
14671         version_info.h.in.
14672
14673 2001-10-03  Juergen Vigna  <jug@sad.it>
14674
14675         * BufferView_pimpl.C (update): don't change "dirty" status in
14676         updateInset call.
14677
14678 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14679
14680         * WorkArea.C (c-tor): re-position version string slightly.
14681
14682 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14683
14684         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14685         revert to previous code.
14686
14687         WorkArea.[Ch]: (show, destroySplash): methods removed.
14688
14689         WorkArea.C: rework code so that it's an amalgam of the codes before and
14690         after the splash screen was moved to WorkArea.
14691
14692 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14693
14694         * lyxrc.C (read):
14695         * vspace.C (inPixels):
14696         (lyx_advance):
14697         * kbmap.C (bind):
14698         * buffer.C (insertStringAsLines):
14699         (asciiParagraph): fix types to be large enough
14700
14701         * lyxlex_pimpl.h: change member status from short to int
14702
14703         * layout.h: fix type of endlabeltype
14704
14705         * kbmap.C (bind):
14706         * kbsequence.C (parse): change return type to string::size_type
14707
14708         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14709         variable
14710
14711         * Bullet.C (bulletSize):
14712         (bulletEntry): do not use short ints as parameters
14713
14714         * BufferView2.C (insertLyXFile): change a char to an int.
14715
14716         * WorkArea.C (WorkArea): remove unneeded floats in computation
14717
14718 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14719
14720         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14721
14722         * paragraph.C (asString): Do not ignore newline/hfill chars when
14723         copying to the clipboard.
14724
14725 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14726
14727         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14728         after a multi-line inset.
14729
14730 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14731
14732         * paragraph.C (validate): Set NeedLyXFootnoteCode
14733
14734 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14735
14736         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14737         and decrease-error to decrease.
14738
14739 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14740
14741         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14742         it more readable (should be equivalent)
14743
14744 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14745
14746         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14747
14748 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14749
14750         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14751         of a cursor (row, etc.) after a character has been deleted
14752         (deleteEmptyParagraphMechanism): call the method above on _all_
14753         cursors held by the LyXText when a double space has been
14754         detected/deleted.
14755
14756 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14757
14758         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14759         pixmap.
14760         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14761
14762         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14763         background. Use greyOut() and the new show() methods to toggle between
14764         the foreground and background. Add code to remove the splash after
14765         its initial showing.
14766
14767         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14768         (create_forms): no longer call Dialogs::showSplash.
14769
14770 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14771
14772         * .cvsignore: add version_info.h
14773
14774 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14775
14776         * version_info.h.in: new file
14777
14778         * Makefile.am: add version_info.h.in
14779
14780         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14781         version_info.h instead of VERSION_INFO
14782
14783 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14784
14785         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14786         The ERT inset now returns string().
14787
14788 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14789
14790         * lyxtext.h, text.C (selectNextWord): renamed as
14791         selectNextWordToSpellcheck.
14792
14793         * text.C (selectNextWordToSpellcheck): Modified to not select
14794         words inside an ERT inset.
14795
14796 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14797
14798         * lyx_cb.C (MenuLayoutSave): change a bit the question
14799
14800         * sp_base.h: include <sys/types.h>
14801
14802 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14803
14804         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14805
14806 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14807
14808         * several files: fix typos in user-visible strings
14809
14810 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14811
14812         * text2.C (pasteSelection): do not set the selection, since it
14813         will be cleared later. Actually, the intent was to fix the way the
14814         selection was set, but I figured rmoving the code was just as good.
14815
14816 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14817
14818         * FontLoader.C (available): Check if font is available without
14819         loading the font.
14820
14821 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14822
14823         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14824
14825 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14826
14827         * lyxrc.[Ch]: added display_graphics variable and associated code.
14828
14829 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14830
14831         * bufferparams.C (hasClassDefaults): new method. Returns true if
14832         the buffer parameters correspond to known class defaults
14833
14834 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14835
14836         * XFormsView.C (show): set minimum size to the main window.
14837
14838 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14839
14840         * text2.C (copySelection):
14841         (cutSelection):
14842         * lyxfind.C (LyXReplace):
14843         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14844         LyXText::selectionAsString.
14845
14846         * paragraph.C (asString): add "label" argument to the second form
14847
14848         * text2.C (selectionAsString): add "label" argument and pass it to
14849         Paragraph::asString.
14850
14851 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14852
14853         * lyx_main.C (commandLineHelp): remove version information
14854
14855 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14856
14857         * lyx_main.C: add -version commandline option
14858
14859 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14860
14861         * paragraph.h: make the optional constructor arg required instead.
14862         some modifications to other files because of this.
14863
14864         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14865
14866         * lyxserver.C (C_LyXComm_callback): make it static
14867
14868         * lyx_main.C (error_handler): make it static
14869
14870         * lyx_gui.C (LyX_XErrHandler): make it static
14871
14872         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14873
14874         * WorkArea.C: make the extern "C" methods static.
14875
14876         * Makefile.am (lyx_LDADD): simplify
14877
14878 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14879
14880         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14881         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14882
14883         * LyXAction.C (init):
14884         * lyxfunc.C (dispatch): associated code removal.
14885
14886 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14887
14888         * lyxfont.h (isSymbolFont): shut off warning
14889
14890         * text.C (setHeightOfRow):
14891         (getVisibleRow): fix crash with empty paragraphs which have a
14892         bottom line
14893
14894 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14895
14896         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14897         code.
14898
14899 2001-09-04  José Matos  <jamatos@fep.up.pt>
14900         * buffer.C
14901         * buffer.h
14902         * tabular.C (docbook): rename docBook method to docbook.
14903
14904 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14905
14906         * Makefile.am: add dependencies to main.o.
14907
14908 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14909
14910         * FontLoader.C (available): Return false if !lyxrc.use_gui
14911
14912 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14913
14914         * FontInfo.C (query):
14915         * converter.C (view):
14916         * importer.C (Import):
14917         * exporter.C (Export): Can not -> cannot.
14918
14919 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14920
14921         * BufferView_pimpl.C: allow to create index inset even if
14922           string is empty
14923
14924 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14925
14926         * buffer.C (getLists): replace boost::tie code with an explicit pair
14927         as boost::tie can break some compilers.
14928
14929         * iterators.h: Added a std:: declaration to the return type of
14930         ParIterator::size.
14931
14932 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14933
14934         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14935           case.
14936
14937 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14938
14939         * iterators.[Ch]: New files. Provide paragraph iterators.
14940
14941         * buffer.C (changeLanguage): Use paragraph iterators.
14942         (isMultiLingual): ditto
14943
14944         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14945
14946 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14947
14948         * FontLoader.C: Support for cmr font.
14949
14950 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14951
14952         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14953         (available): New method.
14954
14955         * FontInfo.C (getFontname): Use scalable fonts even when
14956         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14957         found.
14958
14959 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14960
14961         * converter.C (Formats::view): reverted! Incorrect fix.
14962
14963 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14964
14965         * converter.C (Formats::view): only output the -paper option
14966         if the dvi viewer is xdvi, thereby fixing bug #233429.
14967
14968 2001-08-23  Herbert Voss  <voss@perce>
14969
14970         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14971
14972 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14973
14974         * Spacing.h (Spacing): Set space to Default on in the default
14975         constructor.
14976
14977 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14978
14979         * vc-backend.h (RCS::versionString): add RCS to version
14980         (CVS::versionString): add CVS to version
14981
14982         * vc-backend.C (scanMaster): do not add CVS to version.
14983         (scanMaster): do not add RCS to version
14984
14985         * lyxvc.C (versionString): new method
14986
14987         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14988
14989 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14990
14991         * Spacing.C (set): initialize fval
14992
14993 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14994
14995         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14996         " or \.
14997
14998 2001-08-16  Juergen Vigna  <jug@sad.it>
14999
15000         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15001
15002 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15003
15004         * BufferView_pimpl.C:
15005         * figureForm.C:
15006         * lyxtext.h:
15007         * text2.C: setParagraph takes linespacing now
15008
15009 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15010
15011         * LyxAction.C: add internal LFUN_CITATION_INSERT
15012
15013         * LyXView.C: actually apply fix
15014
15015         * bufferlist.C: fix open non-existent file
15016
15017         * lyxfind.C: fix indentation
15018
15019         * lyxfunc.C: remove unneeded assert, fix typo
15020
15021 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15022
15023         * MenuBackend.C: use "Floatname List"
15024
15025 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15026
15027         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15028         when converting LaTeX layout to insetERT.
15029         Generate a non-collapsed float when reading old float
15030
15031 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15032
15033         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15034         ERT insets.
15035
15036 2001-08-13  Juergen Vigna  <jug@sad.it>
15037
15038         * text.C (fill): return 0 instead of 20 as this seems to be the more
15039         correct value.
15040
15041 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15042
15043         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15044         lyxrc.font_norm.
15045
15046 2001-08-13  Juergen Vigna  <jug@sad.it>
15047
15048         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15049         casesensitive off.
15050         (SearchBackward): comment out the unlocking of the inset_owner this
15051         should not be needed!
15052
15053 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15054
15055         * Many files: Remove inherit_language, and add latex_language
15056
15057         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15058         collapsible insets.
15059
15060 2001-08-10  Juergen Vigna  <jug@sad.it>
15061
15062         * text.C (prepareToPrint): fixed hfill-width in draw!
15063
15064         * BufferView2.C (selectLastWord): save the selection cursor as this
15065         now is cleared in the function LyXText::clearSelection!
15066
15067 2001-08-08  Juergen Vigna  <jug@sad.it>
15068
15069         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15070         BACKSPACE type functions.
15071
15072         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15073         is only cutted from the document but not put in the cut-buffer, where
15074         still the old stuff should be.
15075
15076         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15077
15078         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15079
15080         * tabular.C (SetWidthOfCell): fixed special case where the width
15081         was not updated!
15082         (LeftLine): handle '|' in align_special.
15083         (RightLine): ditto
15084         (LeftAlreadyDrawed): ditto
15085         (SetWidthOfCell): ditto
15086
15087 2001-08-07  Juergen Vigna  <jug@sad.it>
15088
15089         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15090
15091 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15092
15093         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15094         * lyxlex.[hC]: ditto
15095
15096 2001-08-06  Juergen Vigna  <jug@sad.it>
15097
15098         * text.C (getVisibleRow): fix up row clearing a bit.
15099
15100 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15101
15102         * minibuffer.C: make sure the X server sees the changes in the input.
15103
15104 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15105
15106         * paragraph.C (getFont): split into...
15107         (getLabelFont): this
15108         (getLayoutFont): and this
15109         * paragraph_pimpl.C (realizeFont): calling this
15110
15111         * text2.C (getFont): split into...
15112         (getLayoutFont): this
15113         (getLabelFont): and this
15114         (realizeFont): all three calling this
15115
15116         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15117         files where used.
15118
15119 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15120
15121         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15122
15123 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15124
15125         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15126         layouts from the Quote inset insertion.
15127
15128 2001-08-03  Juergen Vigna  <jug@sad.it>
15129
15130         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15131
15132         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15133         only if status not is already CHANGED_IN_DRAW (second level).
15134
15135         * text.C (draw): don't set the need_break_row when inside an
15136         InsetText LyXText.
15137
15138 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15139
15140         * buffer.C (parseSingleLyXformat2Token): handle more latex
15141         conversion cases.
15142
15143         * bufferview_funcs.[hC]: change function names to
15144         begin with small char, adjust other files.
15145
15146 2001-08-02  André Pönitz <poenitz@gmx.net>
15147
15148         * lyxfunc.C:
15149         BufferView_pimpl.C: remove broken special code for math-greek
15150
15151 2001-08-02  Juergen Vigna  <jug@sad.it>
15152
15153         * BufferView_pimpl.C (update): redone this function so that we
15154         update the text again if there was a CHANGE_IN_DRAW.
15155
15156         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15157         (drawFromTo): added a new internal bool which is used by draw() and
15158         redraw() function.
15159         (general): some cursor drawing problems fixed.
15160
15161 2001-08-01  Juergen Vigna  <jug@sad.it>
15162
15163         * lyxfind.C (LyXFind): fixed
15164         (SearchForward): ditto
15165         (SearchBackward): ditto
15166
15167         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15168         spurius drawing of the cursor in the main area.
15169
15170         * text2.C (status): small fix which could lead to a segfault!
15171         (clearSelection): remove unneeded BufferView param.
15172
15173 2001-08-01  André Pönitz <poenitz@gmx.net>
15174
15175         * lyxfunc.C: small change due to changed mathed interface
15176
15177 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15178
15179         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15180
15181 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15182
15183         * lyxfunc.c: fail gracefully if file doesn't exist
15184
15185         * LyXSendto.C:
15186         * buffer.C:
15187         * lyxfunc.C:
15188         * BufferView_pimpl.C: IsDirWriteable() proto changed
15189
15190         * LyXView.C: fix updateWindowTitle() to store the last title
15191
15192 2001-07-31  Juergen Vigna  <jug@sad.it>
15193
15194         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15195         the font (wrong since using of Paragraph::highestFontInRange).
15196
15197         * paragraph.C (highestFontInRange): added a default_size parameter.
15198
15199         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15200         (setHeightOfRow): reformat
15201
15202 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15203
15204         * converter.[hC] + affected files: move to (inital-char)lowercase
15205         function names.
15206
15207         * ParagraphParameters.C (ParagraphParameters): remove commented code
15208
15209         * PainterBase.[Ch]: remove commented code
15210
15211         * LaTeXFeatures.h: add "bool floats" for float.sty
15212
15213         * LaTeXFeatures.C (LaTeXFeatures): init floats
15214         (require): handle float
15215         (getPackages): do it with floats
15216
15217 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15218
15219         * BufferView_pimpl.C (Dispatch): improve handling of
15220         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15221
15222         * commandtags.h: #include lyxfont.h here temporarily to avoid
15223         keybinding bug.
15224
15225         * bufferlist.h: include LString.h here.
15226
15227 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15228
15229         * text2.C (getStringToIndex): new method.
15230
15231 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15232
15233         * *: Reduced header file dependencies all over.
15234
15235 2001-07-30  Baruch Even  <baruch@lyx.org>
15236
15237         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15238
15239 2001-07-29  Baruch Even  <baruch@lyx.org>
15240
15241         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15242
15243 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15244
15245         * ParameterStruct.h (endif): add a default constructor to make
15246         sure that all variables is initialized.
15247
15248         * ParagraphParameters.C (ParagraphParameters): adjust
15249
15250 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15251
15252         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15253         index; also, check that there is something to index, and that it
15254         does not span over several paragraphs.
15255         (doubleClick): use WHOLE_WORD_STRICT for double click.
15256
15257         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15258
15259         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15260         scheme.
15261
15262 2001-07-26  Baruch Even  <baruch@lyx.org>
15263
15264         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15265         an InsetFig figure, backwards compatible reading of old figure code.
15266
15267 2001-07-27  Juergen Vigna  <jug@sad.it>
15268
15269         * text2.C: font.realize function adaption.
15270
15271         * text.C (draw): add a warnings lyxerr text if needed.
15272
15273         * layout.C: font.realize function adaption.
15274
15275         * language.C: add inherit_language and implement it's handlings
15276
15277         * bufferview_funcs.C (StyleReset): remove language parameter from
15278         font creation (should be language_inherit now).
15279
15280         * bufferparams.C (writeFile): handle ignore_language.
15281
15282         * paragraph.C (getFontSettings): the language has to be resolved
15283         otherwise we have problems in LyXFont!
15284
15285         * lyxfont.C (lyxWriteChanges): added document_language parameter
15286         (update): removed unneeded language parameter
15287
15288         * paragraph.C (validate): fixed wrong output of color-package when
15289         using interface colors for certain fonts in certain environments,
15290         which should not seen as that on the final output.
15291
15292 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15293
15294         * BufferView_pimpl.C:
15295         * Thesaurus.h:
15296         * Thesaurus.C:
15297         * Makefile.am:
15298         * commandtags.h:
15299         * LyXAction.C: add thesaurus support
15300
15301         * lyxfind.h:
15302         * lyxfind.C: add "once" parameter, for thesaurus, to not
15303           move to the next match
15304
15305 2001-07-26  Juergen Vigna  <jug@sad.it>
15306
15307         * lyxfont.C (realize): honor ignore_language too!
15308         (resolved): ditto.
15309
15310         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15311
15312         * text.C (draw): one place more for ignore_language to not draw
15313         itself!
15314
15315 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15316
15317         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15318
15319 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15320
15321         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15322         the minipage conversion problem.
15323
15324 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15325
15326         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15327         insert an inset.
15328
15329 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15330
15331         * BufferView.h: don't forward declare WorkArea
15332
15333         * BufferView.C: don't include WorkArea.h
15334
15335 2001-07-25  André Pönitz <poenitz@gmx.net>
15336
15337         * commandtags.h:
15338         * LyXAction.C:
15339         * lyxfunc.C:  new LFUN 'math-space'
15340
15341         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15342
15343 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15344
15345         * text2.C (toggleInset): call open/close
15346
15347 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15348
15349         * lyxfunc.C (dispatch): add debug for the disabled case
15350
15351         * font.C (buttonText): make similar to rectText
15352
15353         * buffer.C (readInset): comment out parsing of insetlist and
15354         insttheorem
15355
15356         * PainterBase.C (rectText): small correction
15357
15358         * BufferView_pimpl.C: comment out insettheorem and insetlist
15359         * LyXAction.C: ditto
15360         * commandtags.h: ditto
15361
15362 2001-07-24  Juergen Vigna  <jug@sad.it>
15363
15364         * text.C (draw): honor the ignore_language.
15365
15366         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15367
15368 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15369
15370         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15371         char inset.
15372
15373 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15374
15375         * lyxtext.h: remove unused (and unimplemented) methods
15376
15377 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15378
15379         * text.C (getVisibleRow): honor background color
15380
15381         * PainterBase.h:
15382         * Painter.h: remove default color argument for fillRectangle
15383
15384         * text.C (backgroundColor): new method
15385
15386 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15387
15388         * text.C (getVisibleRow): adjust
15389
15390         * font.[Ch] (rectText): new method, metrics
15391         (buttonText): new method, metrics
15392
15393         * PainterBase.[hC]: make rectText and buttonText always draw and take
15394         fewer paramteres.
15395
15396 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15397
15398         * ToolbarDefaults.C (read):
15399         * MenuBackend.C (read): allow escaping in all strings
15400
15401         * BufferView_pimpl.C (insertAndEditInset): new method.
15402         (Dispatch): use insertAndEditInset whenever appropriate.
15403
15404         * BufferView_pimpl.C (insertNote): removed
15405
15406         * BufferView_pimpl.C (smartQuote): new method, moved from
15407         BufferView; if an insetquote cannot be inserted, insert a '"'
15408         character instead.
15409
15410         * BufferView2.C: remove insertCorrectQuote();
15411
15412         * lyxfunc.C (getStatus): Add support for all remaingin
15413         inset-insert lfuns.
15414
15415         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15416
15417         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15418         command (necessary to pass " as parameter of self-insert.
15419
15420         * text.C (selectWordWhenUnderCursor):
15421         (selectWord): add word_location parameter
15422         (selectWordWhenUnderCursor): same + remove special code for word
15423         boundary.
15424         (selectNextWord): use kind() to guess type of insetspecialchar,
15425         not latex().
15426
15427         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15428         (insertErtContents): create ert insets as collapsed.
15429         (readInset): better compatibility code for Info inset.
15430
15431 2001-07-20  Juergen Vigna  <jug@sad.it>
15432
15433         * lyxfunc.C (dispatch): use always LyXFind now!
15434
15435         * text2.C (init): add a reinit flag so that the LyXText can be
15436         reinited instead of deleted and reallocated (used in InsetText).
15437
15438         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15439
15440         * text.C: ditto
15441
15442         * text2.C: ditto
15443
15444 2001-07-18  Juergen Vigna  <jug@sad.it>
15445
15446         * text.C (selectNextWord): handle insets inside inset by calling
15447         always the bv->text functions so that we can go up the_locking_inset!
15448
15449         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15450         in strange locations when inside an inset!
15451
15452         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15453         handling to include insets.
15454
15455         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15456
15457 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15458
15459         * LyXAction.C (init):
15460         * commandtags.h:
15461         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15462         LIGATURE_BREAK, since the name is so stupid.
15463
15464 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15465
15466         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15467         InsetInfos.
15468
15469         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15470
15471         * sp_form.[Ch]: remove.
15472
15473         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15474
15475         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15476         InsetInfo.
15477
15478         * src/buffer.C (readInset): ditto.
15479
15480 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15481
15482         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15483         menuSeparator(), endOfSentenceDot(), ldots() and
15484         hyphenationPoint(), which are therefore removed.
15485         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15486
15487         * LyXAction.C (init):
15488         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15489
15490         * paragraph.C (getWord): removed.
15491
15492         * BufferView_pimpl.C (Dispatch): use last word or selection for
15493         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15494
15495         * lyx_main.C (queryUserLyXDir): do not ask before creating
15496         user_dir, except if it has been named explicitely.
15497
15498 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15499
15500         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15501         a document of zero size.
15502
15503 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15504
15505         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15506         approriately in the c-tor and in require().
15507         (getPackages): output the appropriate LaTeX for natbib support.
15508
15509         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15510         variables "use_natbib" and "use_numerical_citations" when reading the
15511         LyX file.
15512         (readInset): read the various natbib cite commands.
15513         (validate): white-space change.
15514
15515         * bufferparams.[Ch]: new variables "bool use_natbib" and
15516         "bool use_numerical_citations".
15517         (writeFile): output them in the LyX file.
15518
15519 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15520
15521         * lyxfunc.C (getStatus): add support for all the inset insertion
15522         commands.
15523
15524         * text2.C (insertInset):
15525         * paragraph.C (insetAllowed):
15526         * BufferView_pimpl.C (insertInset): update to take in account the
15527         renaming of insertInsetAllowed
15528
15529         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15530
15531         * text2.C (getInset): new method. returns inset at cursor position.
15532
15533         * BufferView_pimpl.C (Dispatch): changes because of this.
15534
15535         * LyXAction.C (init): rename open-stuff to inset-toggle.
15536
15537         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15538
15539         * text2.C (toggleInset): renamed from openStuff; use
15540         Inset::open().
15541
15542 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15543
15544         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15545
15546         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15547
15548 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15549
15550         * buffer.C (readLyXformat2): Add filename to the error dialog
15551
15552 2001-07-18  Juergen Vigna  <jug@sad.it>
15553
15554         * tabular.C (GetCellNumber): put an assert here instead of the check!
15555
15556 2001-07-17  Juergen Vigna  <jug@sad.it>
15557
15558         * BufferView_pimpl.C (toggleSelection): adapted too.
15559
15560         * text.C (selectNextWord): adapted for use with insets.
15561         (selectSelectedWord): ditto
15562
15563 2001-07-17  Juergen Vigna  <jug@sad.it>
15564
15565         * sp_spell.C (PSpell): fix initialitation order.
15566
15567 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15568
15569         * paragraph.C: spacing
15570
15571 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15572
15573         * sp_spell.C: repair language selection for pspell
15574
15575 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15576
15577         * lyxfunc.h: change more methods to begin with lower char.
15578
15579 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15580
15581         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15582         for unknown layouts.
15583
15584 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15585
15586         * buffer.C (readLyXformat2): Generate an error dialog if there are
15587         unknown layouts.
15588
15589 2001-07-16  Juergen Vigna  <jug@sad.it>
15590
15591         * sp_spell.C: always compile ISpell part.
15592
15593         * lyxrc.C: added use_pspell entry and it's handling.
15594
15595 2001-07-13  Juergen Vigna  <jug@sad.it>
15596
15597         * sp_spell.C: removed double includes.
15598
15599 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15600
15601         Consistent use of Lsstream.h:
15602         * Lsstream.h: added using std::stringstream for consistencies sake.
15603
15604         * buffer.C: removed using std::stringstream
15605
15606         * lyxfont.C (stateText):
15607         * paragraph.C (asString):
15608         * text.C (selectNextWord, selectSelectedWord):
15609         * text2.C (setCounter):
15610         * vspace.C (asString, asLatexString):
15611         std::ostringstream -> ostringstream.
15612
15613 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15614
15615         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15616         * commandtags.h: add LFUN_HELP_ABOUTLYX
15617         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15618
15619 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15620
15621         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15622         cursorToggle()
15623         * lyx_gui_misc.C: remove spellchecker
15624         * lyxfunc.C: showSpellchecker
15625         * sp_base.h: added
15626         * sp_ispell.h: added
15627         * sp_pspell.h: added
15628         * sp_spell.C: added
15629         * sp_form.[Ch]: removed
15630         * spellchecker.[Ch]: removed
15631
15632 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15633
15634         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15635         is set.
15636         (simpleTeXSpecialChars): Simply print the input character without
15637         any special translation if pass_thru is set.
15638
15639         * layout.h: Added bool pass_thru to layout class for being able to
15640         implement pass through of a paragraph for Literate Programming.
15641
15642         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15643         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15644         * layout.C (Read): add "passthru" to list of layout tags and add
15645         code to set the pass_thru boolean when it is read.
15646
15647 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15648
15649         * trans_decl.h: remove allowed from KmodInfo
15650
15651         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15652         remove allowed code
15653         (Load): adjust
15654
15655         * paragraph_pimpl.C (erase): use boost::prior
15656
15657         * Painter.C (text): use data() instead of c_str() when length is
15658         also provided.
15659         * WorkArea.C (putClipboard): ditto
15660         * font.h (width): ditto
15661
15662         * BufferView2.C: use it-> instead of (*it). for iterators
15663         * texrow.C: ditto
15664         * paragraph_pimpl.C: ditto
15665         * paragraph.C: ditto
15666         * minibuffer.C: ditto
15667         * language.C: ditto
15668         * kbmap.C: ditto
15669         * encoding.C: ditto
15670         * counters.C: ditto
15671         * converter.C: ditto
15672         * chset.C: ditto
15673         * Variables.C: ditto
15674         * TextCache.C: ditto
15675         * MenuBackend.C: ditto
15676         * LyXAction.C: ditto
15677         * LColor.C: ditto
15678         * FloatList.C: ditto
15679         * DepTable.C: ditto
15680         * ColorHandler.C (LyXColorHandler): ditto
15681
15682 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15683
15684         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15685
15686         * text2.C (openStuff): reintroduce this method (which had been
15687         nuked in NEW_INSETS frenzy).
15688
15689         * lyxfunc.C (Dispatch): when an action has not been handled, use
15690         its name in the error message, not its number.
15691
15692         * paragraph.C (inInset): change method name to begin with lowercase.
15693
15694         * undo_funcs.C:
15695         * text2.C: updates because of this.
15696
15697 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15698
15699         * ToolbarDefaults.C (add): add spaces in error message
15700
15701 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15702
15703         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15704         (readLyXformat2): rename return_par to first_par, use lyxlex's
15705         pushToken and remove the manual push handling.
15706         (parseSingleLyXformat2Token): add another ert comp. variable:
15707         in_tabular, rename return_par to first_par. handle newlines better
15708
15709 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15710
15711         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15712
15713 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15714
15715         * text2.C (getParFromID): removed
15716
15717         * buffer.C (getParFromID): new method moved form lyxtext.
15718         * BufferView2.C (insertErrors): adjust
15719         (setCursorFromRow): adjust
15720         * BufferView_pimpl.C (restorePosition): adjust
15721         * lyxfunc.C (Dispatch): adjust
15722         * undo_funcs.C (textUndo): adjust
15723         (textRedo): adjust
15724         (textHandleUndo): adjust
15725         (textHandleUndo): adjust
15726
15727 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15728
15729         * buffer.C: up' the LYX_FORMAT
15730
15731         * lyxfont.h: turn NO_LATEX on as default
15732
15733         * buffer.C (insertErtContents): new methods of tex style compability.
15734         (parseSingleLyXformat2Token): use it several places.
15735         * tabular.C (OldFormatRead): and here
15736
15737 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15738
15739         * text2.C: remove some commented code.
15740         reindent file.
15741
15742         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15743         * trans.C: changes because of the above.
15744
15745 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15746
15747         * text2.C (setCounter): Fix counters bug with bibliography layout.
15748
15749 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15750
15751         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15752         own member functions
15753         (simpleTeXSpecialChars): ditto
15754
15755 2001-07-06  Juergen Vigna  <jug@sad.it>
15756
15757         * a lot of files: changed the access to LyXText::status and the
15758         call of undo-functions.
15759
15760         * undo.[Ch]: added a inset_id to the undo informations.
15761
15762         * undo_funcs.[Ch]: added and moved here all undo functions.
15763
15764         * lyxtext.h: give the status enum a weight, made status_ a private
15765         variable and made accessor functions for it, removed the whole bunch
15766         of undo-functions as they are now in their own file, make some
15767         functions publically available. Added function ownerParagraph with
15768         int parameter.
15769
15770         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15771         made InInset() a const function, added getParFromID() function.
15772
15773         * buffer.[Ch]: added const version for inset_iterator functions,
15774         added getInsetFromID() function.
15775
15776         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15777         changed undo functions for new version.
15778
15779 2001-07-05  Juergen Vigna  <jug@sad.it>
15780
15781         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15782         unknow mechanism does not call the proper constructor but only this
15783         one also if I request the other!?
15784
15785 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15786
15787         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15788
15789         * text2.C (LyXText): use initialization lists.
15790
15791         * lyxtext.h (Selection): initialize set_ and mark_
15792         (init): remove method
15793
15794 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15795
15796         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15797
15798 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15799
15800         * screen.[Ch]: change method names to begin with lowercase
15801
15802         * BufferView_pimpl.C (updateScrollbar): simplify further and
15803         hopefully make it a bit faster.
15804
15805 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15806
15807         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15808         calling directly xforms functions.
15809
15810         * Painter.C (Painter):
15811         * lyx_cb.C (MenuWrite):
15812         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15813         fl_display.
15814
15815         * lyx_gui.C: remove bogus guiruntime extern declaration.
15816
15817 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15818
15819         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15820         in NEW_INSETS
15821         (redoDrawingOfParagraph): ditto
15822         (redoParagraphs): ditto
15823         (cutSelection): don't create a object for CutAndPaste use the
15824         static method directly
15825         (pasteSelection): ditto
15826
15827         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15828         LyXview (+ rename)
15829
15830 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15831
15832         * modifications to some other files because of this.
15833
15834         * Makefile.am (lyx_SOURCES): add XFormsView
15835
15836         * XFormsView.[Ch]: new files
15837
15838         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15839         the main window. Move the gui dependent stuff to XFormsView
15840
15841 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15842
15843         * tabular.C (GetCellInset): update cur_cell also in the row/col
15844         version of this function.
15845
15846         * lyxfunc.C: no need to include figure_form.h here.
15847
15848         * FontLoader.h:
15849         * lyxfunc.h:
15850         * lyxscreen.h:
15851         * text2.C:
15852         * lyxvc.C: no need to include forms.h here.
15853
15854 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15855
15856         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15857
15858         * lyxfunc.C (Dispatch):
15859         * Spacing.C (set):
15860         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15861         constructor argument.
15862
15863 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15864
15865         * paragraph.C (Paragraph): dont't clear, and just set layout.
15866         (makeSameLayout): use params's copy contructor.
15867
15868         * ParagraphParameters.[Ch] (makeSame): delete method
15869
15870 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15871
15872         * Variables.[Ch]: fix indentation, rename set to isSet
15873
15874 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15875
15876         * lyxfunc.C (Dispatch): fix typo
15877
15878 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15879
15880         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15881         upper_bound.
15882
15883         * bufferlist.C: include assert.h for emergencyWrite().
15884
15885 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15886
15887         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15888           give up at last (bug #425202) !
15889
15890 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15891
15892         * lyx_gui_misc.C:
15893         * sp_form.h:
15894         * sp_form.C:
15895         * spellchecker.h:
15896         * spellchecker.C: strip spellchecker options and bring up
15897           preferences tab instead
15898
15899 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15900
15901         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15902         the istringstream constructor
15903
15904 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15905
15906         * paragraph.C (getLayout): fix return value
15907
15908         * paragraph.h: do not declare getLayout as inline.
15909
15910         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15911
15912 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15913
15914         * lyxcursor.h (operator<): new func
15915         (operator>): new func
15916         (operator>=): new func
15917         (operator<=): new func
15918
15919         * text.C (changeCase): use selection.start and selection.end
15920         (changeRegionCase): require from to be <= to. Require par to be a
15921         valid paragraph.
15922
15923         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15924
15925 2001-06-27  Juergen Vigna  <jug@sad.it>
15926
15927         * text.C (cursorLeftOneWord): changed to return the cursor and added
15928         overlay with BufferView * parameter which calls this one.
15929         (getWord): added
15930         (selectWord): use new getWord function.
15931         (changeCase): renamed from changeWordCase as and extended to work
15932         also on selections.
15933
15934         * lyxtext.h: added enum word_location
15935
15936         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15937         changeCase as this operates now also on selections.
15938
15939 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15940
15941         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15942
15943         * many files: send debug output to Debug::INFO instead of
15944         Debug::ANY.
15945
15946         * converter.C (View):
15947         (Convert):
15948         (Move): send debug output to Debug::FILES instead of console.
15949
15950 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15951
15952         * lyxfunc.C (getStatus): use func_status
15953
15954         * func_status.h: new header, describing the results of
15955         LyXFunc::getStatus;
15956
15957         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15958         LFUN_MATH_HALIGN.
15959
15960 2001-06-25  The LyX Project  <jug@sad.it>
15961
15962         * buffer.C (sgmlOpenTag):
15963         (sgmlCloseTag):
15964         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15965
15966 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15967
15968         * text2.C: remove some dead code
15969
15970         * tabular.C (GetCellInset): store the last cell checked (gotten)
15971
15972         * tabular.h: add the helper for the speedup
15973
15974         * lyxtext.h: remove some dead code
15975
15976 2001-06-26  The LyX Project  <Asger>
15977
15978         * paragraph.C: Change export to LaTeX of alignment to
15979         \begin{center} and family for better roundtrip work with reLyX.
15980
15981         * Tune the math drawing a bit.
15982
15983 2001-06-25  The LyX Project  <Asger>
15984
15985         * LColor.C (LColor): New color for math background. New color
15986         for buttons.
15987
15988 2001-06-25  The LyX Project  <jug@sad.it>
15989
15990         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15991
15992         * lyxfunc.C (Open):
15993         * bufferlist.C (newFile): do not restrict to files ending with
15994         .lyx
15995
15996         * BufferView_pimpl.C (MenuInsertLyXFile):
15997
15998 2001-06-24  The LyX Project  <jug@sad.it>
15999
16000         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16001         of compare_no_case
16002
16003 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16004
16005         * lyxtext.h: rename most methods to begin with a small char.
16006         Lots of changes because of this.
16007
16008         * paragraph.C (Paragraph): do not call fitToSize
16009         (erase): call Pimpl::erase
16010         (insertChar): call Pimpl::insertChar
16011         (insertInset): call Pipl::insertInset
16012         (breakParagraph): do not call fitToSize
16013         (breakParagraphConservative): do not call fitToSize
16014         (fitToSize): remove method
16015
16016         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16017
16018 2001-06-24  The LyX Project  <Asger>
16019
16020         * Fix Qt compilation^2
16021
16022 2001-06-24  The LyX Project  <jug@sad.it>
16023
16024         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16025         depthHook(getDepth()-1).
16026
16027         * paragraph.h:
16028         * ParagraphParameters.h:
16029         * ParameterStruct.h: change type of depth to unsigned int ==
16030         depth_type. Many adaptations to other files before of that.
16031
16032 2001-06-24  The LyX Project  <Asger>
16033
16034         * Fix Qt compilation.
16035
16036 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16037
16038         * paragraph.h: renamed several methods to begin with small letter.
16039         several changes to many parts of the code because of this.
16040
16041 2001-06-23  The LyX Project  <jug@sad.it>
16042
16043         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16044         rewritten to discard all double spaces when KeepEmpty is off
16045         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16046         to only handle newlines but not fiddle with spaces and friends.
16047
16048         * lyxfunc.C (MenuNew): when doing 'new from template', use
16049         template_path as default directory
16050
16051 2001-06-23  The LyX Project  <Asger>
16052
16053         * Clean-up of header file includes all over
16054         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16055
16056 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16057
16058         * paragraph.h: renamed from lyxparagraph.h
16059
16060 2001-06-23  Asger  <lyx@violet.home.sad.it>
16061
16062         * Buffer.h: Removed Buffer::resize
16063         * BufferList.h: Removed BufferList::resize
16064         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16065         the document lazily when we change the width, or the font settings.
16066
16067 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16068
16069         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16070
16071 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16072
16073         * buffer.h: remove out of date comment
16074
16075 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16076
16077         * lyxscreen.h:
16078         * screen.C: fix "theoretical" GC leak
16079
16080 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16081
16082         * LaTeX.C (scanAuxFile):
16083         (deplog): remove trailing \r when reading stream (useful under
16084         win32)
16085
16086 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16087
16088         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16089         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16090         and BufferView::theLockingInset(Inset*), so should use them and not
16091         access bv_->text->the_locking_inset directly.
16092
16093         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16094
16095 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16096
16097         * Makefile.am:
16098         * tex-defs.h: remove old unused file
16099
16100 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16101
16102         * BufferView_pimpl.C: fix typo, remove minibuffer message
16103           when buffer has loaded
16104
16105 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16106
16107         * lyxfunc.C (Dispatch): use stringstream
16108         (MenuNew): use stringstream
16109         (Open): use stringstream
16110
16111         * importer.C (Import): use stringstream
16112
16113         * bufferview_funcs.C (CurrentState): use stringstream
16114
16115         * LaTeX.C (run): use stringstream
16116
16117         * BufferView_pimpl.C (savePosition): use stringstream
16118         (restorePosition): use stringstream
16119         (MenuInsertLyXFile): use stringstream
16120
16121 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16122
16123         * BufferView.C:
16124         * Bullet.C:
16125         * ColorHandler.C:
16126         * FontInfo.C:
16127         * FontLoader.C:
16128         * LColor.C:
16129         * LaTeXFeatures.C:
16130         * Painter.C:
16131         * gettext.C:
16132         * lyx_gui_misc.C:
16133         * lyxserver.C:
16134         * vspace.C: removed // -*- C++ -*- as first line.
16135
16136         * lyxfind.h:
16137         * version.h: added // -*- C++ -*- as first line.
16138
16139 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16140
16141         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16142
16143         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16144         of string
16145
16146 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16147
16148         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16149         of floats.
16150
16151 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16152
16153         * gettext.C: include LString.h even when --disable-nls is on.
16154
16155 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16156
16157         * converter.h (Get): changed argument type from int to
16158         FormatList::size_type to avoid unnecessary conversion.
16159
16160         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16161         before using it.
16162
16163 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16164
16165         * gettext.h: include LString.h even when --disable-nls is on.
16166
16167 2001-06-07  Juergen Vigna  <jug@sad.it>
16168
16169         * text.C (BreakAgain): subst spaces with tabs.
16170
16171         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16172         (resizeInsetsLyXText): set force on resizeLyXText.
16173
16174 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16175
16176         * gettext.h (gettext_init):
16177         (locale_init): use a real definition instead of a macro
16178
16179 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16180
16181         * Bufferview_pimpl.C:
16182         * LColor.h:
16183         * LColor.C: further lcolor tidies
16184
16185 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16186
16187         * BufferView_pimpl.C (updateScrollbar): simplify.
16188
16189         * BufferView2.C: don't include insets/insetinfo.h, change
16190         prototype for insertInset and call the Pimpl version. let
16191         updateInset call Pimpl version.
16192
16193         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16194         gotoInset to BufferView::Pimpl
16195
16196 2001-06-01  Juergen Vigna  <jug@sad.it>
16197
16198         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16199         inside a LockingInset (is the update needed at all?).
16200
16201 2001-05-31  Juergen Vigna  <jug@sad.it>
16202
16203         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16204         here not the old one otherwise how should we compare it afterwards
16205         if it's the same!
16206
16207 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16208
16209         * lyxfont.C:
16210         * tabular.C:
16211         * tabular-old.C:
16212         * FontInfo.C: bring C functions into global namespace when
16213         necessary
16214
16215 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16216
16217         * LString.h: make sure config.h has been loaded before LString.h.
16218
16219         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16220         (one for each char read by EatLine!).
16221
16222         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16223         variables.
16224
16225 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16226
16227         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16228         to the same as the par we break from
16229
16230 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16231
16232         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16233
16234         * MenuBackend.C (expand): also create menu entries for wide
16235         versions of the floats.
16236
16237         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16238
16239         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16240
16241         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16242         frontends/Makefile.am
16243
16244         * text2.C: adjust
16245         * text.C: adjust
16246
16247
16248         * tabular.C (getTokenValue): add std::
16249
16250         * tabular-old.C (getTokenValue): add std::
16251         (getTokenValue): ditto
16252         (getTokenValue): ditto
16253
16254         * screen.C (ToggleSelection): adjust
16255
16256         * lyxtext.h: put selection cursors inside a Selection struct.
16257
16258         * lyxfunc.C (moveCursorUpdate): adjust
16259
16260         * lyxfont.C (latexWriteStartChanges): add std::
16261
16262         * lyxfind.C: adjust
16263
16264         * font.h: delete with(char const *, LyXFont const &)
16265
16266         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16267
16268         * FontInfo.C (getFontname): add std::
16269
16270         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16271         (workAreaButtonPress): adjust
16272         (tripleClick): adjust
16273         (update): adjust
16274         (moveCursorUpdate): adjust
16275         (Dispatch): adjust
16276
16277         * BufferView2.C (gotoInset): adjust
16278
16279 2001-05-30  Juergen Vigna  <jug@sad.it>
16280
16281         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16282         to check pspell I add this as default as I now have new pspell
16283         libraries and they seem to use this.
16284
16285 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16286
16287         * text2.C (CutSelection): make the cursor valid before the call to
16288         ClearSelection.
16289
16290 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16291
16292         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16293         relied on 0 terminated strings and other horrors. Bug found due to
16294         the new assert in lyxstring!
16295
16296         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16297         KP_ keys.
16298
16299 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16300
16301         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16302         to latinkeys.bind.
16303
16304         * lyxfunc.C (processKeySym): change method of getting to the
16305         self-insert char.
16306
16307         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16308         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16309         * BufferView_pimpl.[Ch]: here as private methods.
16310
16311 2001-05-28  Juergen Vigna  <jug@sad.it>
16312
16313         * text.C (SetHeightOfRow): added the update() call again as it is
16314         needed to initialize inset dimensions!
16315
16316 2001-05-16  Juergen Vigna  <jug@sad.it>
16317
16318         * text2.C (SetCharFont): Add new function with BufferView * and
16319         bool toggleall parameters for setting insets internal fonts.
16320         (SetFont): Freeze the undo as we may change fonts in Insets and
16321         all this change should be inside only one Undo!
16322
16323         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16324         setting font's in insets as for them we have the SetFont function!
16325
16326 2001-05-15  Juergen Vigna  <jug@sad.it>
16327
16328         * text2.C (ClearSelection): to be sure we REALLY don't have any
16329         selection anymore!
16330
16331         * tabular.C (TeXCellPreamble): fixed the left border problem for
16332         multicolumn cells.
16333
16334 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16335
16336         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16337         dependancy file
16338
16339 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16340
16341         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16342         LFUN_BREAKPARAGRAPH.
16343
16344         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16345         help test to "internal only", similar for LFUN_INSERT_URL
16346
16347         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16348         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16349         auto_region_delete and deadkeys.
16350
16351 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16352
16353         * LColor.h:
16354         * LColor.C: remove some dead entries, tidy a little
16355
16356 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16357
16358         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16359         commented code.
16360         (Dispatch): implement LFUN_ESCAPE
16361
16362         * commandtags.h: add LFUN_ESCAPE
16363
16364         * LyXAction.C (init): add entry for LFUN_ESCAPE
16365
16366         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16367         Remove commented code.
16368         (insertNote): moved here
16369         (open_new_inset): moved here
16370
16371         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16372         BufferView_pimpl
16373
16374 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16375
16376         * kbmap.C (findbinding): clean it up and make it work correctly.
16377
16378         * lyx_main.C (init): do not pass argc and argv as parameters
16379
16380 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16381
16382         * buffer.C: fix path for OS/2 & Win32
16383
16384         * lyx_gui.C:
16385         * lyx_main:
16386         * lyx_main.C: Added os:: class.
16387
16388         * os2_defines.h: update
16389
16390 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16391
16392         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16393         better by trying again with reduced state.
16394
16395 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16396
16397         * lyxrc.C (read): print error about invalid key sequence only when
16398         debugging (because not all latinX keysyms are known to some X
16399         servers)
16400
16401         * kbsequence.C (getiso): add a few std:: qualifiers
16402         (getiso): comment out extra return statement.
16403
16404 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16405
16406         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16407         handling.
16408         (Dispatch): enhance the accent inset a bit. (not perfect)
16409
16410 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16411
16412         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16413
16414 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16415
16416         * bufferlist.C (emergencyWrite): fix assert() call
16417
16418 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16419
16420         * text.C (InsertChar): Added trivial patch to only send the "you
16421         can not do multiple spaces this way" message once during a
16422         session.
16423
16424 2001-05-08  Baruch Even  <baruch@lyx.org>
16425
16426         * Makefile.am: Changed order of libraries to get LyX to link properly
16427         with the gnome frontend.
16428
16429 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16430
16431         * LaTeXFeatures.h: add a std:: qualifier
16432
16433 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16434
16435         * paragraph.C (String): use stringstream
16436
16437 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16438
16439         * paragraph.C (writeFile): remove footflag arg
16440
16441         * buffer.C (makeLaTeXFile): use stringstream
16442         (latexParagraphs): remove footnot gurba
16443
16444         * LaTeXFeatures.C (getPackages): use stringstream
16445         (getMacros): likewise
16446         (getTClassPreamble): likewise
16447         (getFloatDefinitions): new method
16448
16449         * paragraph.C (writeFile): reindent
16450         (Erase): reindent
16451
16452         * WorkArea.h: revert the xpos + etc changes.
16453
16454         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16455
16456         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16457
16458         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16459         (pasteSelection): likewise
16460         * text2.C (CreateUndo): likewise
16461
16462 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16463
16464         * minibuffer.C (peek_event): temporarily reduce the functionality
16465         of the minibuffer (to allow args on lfuns)
16466
16467         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16468         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16469
16470         * buffer.C (readInset): add compability reading of old float
16471         lists, add reading of new style float list.
16472         (readInset): avoid reevaluation of inscmd.getCmdName()
16473         (getLists): reindent
16474
16475         * MenuBackend.C (MenuItem): implement parsing of
16476         md_floatlistinsert and md_floatinsert.
16477         (expand::LastFiles): move initalizaton of iterators out of loop,
16478         avoid reevaluation.
16479         (expand::Documents): introduce typdedef vector<string> Strings,
16480         and use it.
16481         (expand::ExportFormats): introduce typedef vector<Format const *>
16482         Formats, and use it.
16483         (expand): implement FloatListInsert and FloatInsert.
16484
16485         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16486         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16487         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16488
16489         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16490         handling.
16491         (Dispatch::LFUN_FLOAT_LIST): implement
16492
16493 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16494
16495         * LaTeX.C (run): Fix problem with --export code.
16496
16497 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16498
16499         * BufferView.[Ch] (workarea): removed.
16500         (getClipboard) new method; wrapper for workarea()->getClipboard()
16501
16502         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16503         bug.
16504
16505         * WorkArea.h (width, height, xpos, ypos): These methods all
16506         returned the dimensions of the work_area sub-area of WorkArea,
16507         resulting in a position error if the WorkArea were resized. Now
16508         return the dimensions of the entire WorkArea.
16509
16510         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16511
16512 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16513
16514         * LaTeX.C (deplog): correct the syntax of regex reg1
16515
16516 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16517
16518         * undo.C: remove !NEW_INSETS cruft
16519
16520 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16521
16522         * text2.C: remove !NEW_INSETS cruft
16523
16524         * text.C: remove !NEW_INSETS cruft
16525
16526         * tabular.C: remove !NEW_INSETS cruft
16527
16528         * spellchecker.C: remove !NEW_INSETS cruft
16529
16530         * lyxtext.h: remove !NEW_INSETS cruft
16531
16532         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16533
16534         * lyxfunc.C: remove !NEW_INSETS cruft
16535
16536         * lyxfind.C: remove !NEW_INSETS cruft
16537
16538         * lyx_cb.C: remove !NEW_INSETS cruft
16539
16540         * figureForm.C: remove  !NEW_INSETS cruft
16541
16542         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16543
16544         * buffer.[Ch]: remove !NEW_INSETS cruft
16545
16546         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16547
16548         * CutAndPaste.C: remove !NEW_INSETS cruft
16549
16550         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16551
16552         * BufferView2.C: remove !NEW_INSETS cruft
16553
16554         * BufferView.h: remove !NEW_INSETS cruft
16555
16556 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16557
16558         * Lsstream.h: include LString.h before the sstream headers to
16559         fix problem with gcc 2.95.3 and lyxstring
16560
16561 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16562
16563         * lyx_main.C: add using directives when needed for C functions
16564         declared in std:: namespace.
16565
16566 2001-04-27  Juergen Vigna  <jug@sad.it>
16567
16568         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16569         (SetHeightOfRow): comment out the update call should not be needed!
16570
16571 2001-04-13  Juergen Vigna  <jug@sad.it>
16572
16573         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16574         (LyXTabular): tried to minimize operator= operations (and realized
16575         hopfully Lars wish).
16576
16577 2001-04-27  Juergen Vigna  <jug@sad.it>
16578
16579         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16580
16581 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16582
16583         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16584
16585         * buffer.C (readInset): hack to make listof algorithm work
16586
16587         * BufferView_pimpl.C: hack to make listof algorithm work
16588
16589 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16590
16591         * LyXAction.C: removed all !NEW_INSETS cruft
16592         (init): moved lfun_item in method
16593
16594         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16595
16596 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16597
16598         * BufferView2.C (theLockingInset): white space.
16599
16600 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16601
16602         * minibuffer.C: include <iostream>
16603
16604         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16605
16606         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16607
16608         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16609
16610         * text.[Ch] (TransposeChars): new method
16611
16612 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16613
16614         * call message directly through LyXView instead of through LyXFunc
16615         * BufferView2.C: adjust
16616         * BufferView_pimpl.C: adjust
16617         * FontLoader.C: adjust
16618         * buffer.C: adjust
16619         * bufferview_funcs.C: adjust
16620         * converter.C: adjust
16621         * figureForm.C: adjust
16622         * importer.C: adjust
16623         * lyx_cb.C: adjust
16624         * lyx_gui_misc.C: adjust
16625         * lyxfunc.C: adjust
16626         * lyxvc.C: adjust
16627         * text2.C: adjust
16628         + more files in subdirs
16629
16630         * lyxparagraph.h (size): move up int file
16631         (GetLayout): ditto
16632
16633         * adjust all uses of Assert to lyx::Assert.
16634
16635         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16636         lyxfunctional in namespace lyx
16637         * layout.C (hasLayout): ditto
16638         (GetLayout): ditto
16639         (GetLayout): ditto
16640         (delete_layout): ditto
16641         (NumberOfClass): ditto
16642         * converter.C (GetFormat): ditto
16643         (GetNumber): ditto
16644         (Add): ditto
16645         (Delete): ditto
16646         (SetViewer): ditto
16647         * bufferlist.C (getFileNames): ditto
16648         (emergencyWriteAll): ditto
16649         (exists): ditto
16650         (getBuffer): ditto
16651         * MenuBackend.C (hasSubmenu): ditto
16652         (hasMenu): ditto
16653         (getMenu): ditto
16654         * BufferView_pimpl.C (getInsetByCode): ditto
16655
16656 2001-04-18  Juergen Vigna  <jug@sad.it>
16657
16658         * vspace.C (asLatexString): fixed the 100% problem.
16659
16660 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16661
16662         * lyxfunc.C (Dispatch):
16663         * minibuffer.C:
16664         * minibuffer.h: add a few std:: qualifiers
16665
16666 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16667
16668         * minibuffer.[Ch]: reimplement so that commands is initiated and
16669         run from lyxfunc, simplified som handling, and made the completion
16670         and history code for complete. wip.
16671
16672         * lyxfunc.C (processKeySym): call message
16673         (miniDispatch): new temporary method
16674         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16675         (LFUN_MESSAGE): implement
16676         (LFUN_MESSAGE_PUSH): implement
16677         (LFUN_MESSAGE_POP): implement
16678         (initMiniBuffer): the initial/defualt minibuffer message.
16679
16680         * lyxfont.[Ch]: inline some more getters
16681
16682         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16683
16684         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16685
16686         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16687         (AutoSave): use LFUN_MESSAGE
16688         (Reconfigure): ditto
16689
16690         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16691
16692         * figureForm.C: use LFUN_MESSAGE
16693
16694         * converter.C (runLaTeX): use LFUN_MESSAGE
16695
16696         * bufferview_funcs.C: use LFUN_MESSAGE
16697         (Melt): ditto
16698         (changeDepth): ditto
16699
16700         * bufferparams.h: use boost::
16701
16702         * bufferlist.h: inherit privately from noncopyable
16703
16704         * bufferlist.C (loadLyXFile): remove some commented code.
16705
16706         * buffer.C (runChktex): use LFUN_MESSAGE
16707
16708         * ShareContainer.h: inherit privately from noncopyable
16709
16710         * ParagraphParameters.[hC] (depth): inline it.
16711
16712         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16713         methods.
16714         (message): new method
16715         (messagePush): ditto
16716         (messagePop): ditto
16717         (show): init minibuffer
16718         (showState): direct call
16719
16720         * LaTeX.[Ch]: inherit privately from noncopyable
16721         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16722         instead of WriteStatus.
16723
16724         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16725
16726         * BufferView_pimpl.C (buffer): don't init minibuffer
16727         (workAreaButtonPress): use LFUN_MESSAGE
16728         (workAreaButtonRelease): ditto
16729         (savePosition): ditto
16730         (restorePosition): ditto
16731         (MenuInsertLyXFile): ditto
16732         (workAreaExpose): don't init minibuffer
16733         (update): remove commented code, simplify
16734
16735         * BufferView2.C (openStuff): use LFUN_MESSAGE
16736         (toggleFloat): ditto
16737         (menuUndo): ditto
16738         (menuRedo): ditto
16739         (copyEnvironment): ditto
16740         (pasteEnvironment): ditto
16741         (copy): ditto
16742         (cut): ditto
16743         (paste): ditto
16744         (gotoInset): ditto
16745         (updateInset): remove some commented code
16746
16747         * lastfiles.h: inherit privately from noncopyable
16748         * layout.h: ditto
16749         * lyx_gui.h: ditto
16750         * lyx_main.h: ditto
16751         * lyxlex.h: ditto
16752         * lyxlex_pimpl.h: ditto
16753
16754         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16755         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16756         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16757
16758         * LyXAction.h: inherit privately from noncopyable, add methods
16759         func_begin, func_end, returning iterators to the func map.
16760
16761         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16762         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16763         (func_begin): new method
16764         (func_end): new method
16765
16766         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16767         and not)
16768         (copySelection): ditto
16769         (pasteSelection): ditto
16770
16771         * BufferView.C: whitespace change
16772         * BufferView.h: inherit privately from noncopyable
16773
16774 2001-04-16  Allan Rae  <rae@lyx.org>
16775
16776         * tabular-old.C (l_getline):
16777         * spellchecker.C (sc_check_word):
16778         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16779         an unrecognised preprocessor directive.  So ensure they're wrapped.
16780
16781 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16782
16783         * src/exporter.C (Export): Give an error message when path to file
16784         contains spaces.
16785
16786 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16787
16788         * LaTeX.C (deplog): Always check that foundfile exists.
16789
16790 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16791
16792         * lyx_main.h:
16793         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16794
16795 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16796
16797         * tabular.[Ch] (getLabelList): implement new method
16798
16799         * minibuffer.h: comment ouf setTiimer
16800
16801         * minibuffer.C (ExecutingCB): constify res
16802         (peek_event): constify s
16803         (Set): constify ntext
16804         (Init): constify nicename
16805
16806         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16807
16808         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16809         (savePosition): use two params to Minibuffer::Set
16810         (restorePosition): ditto
16811
16812 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16813
16814         * lyx_main.C: include language.h
16815
16816         * Makefile.am (lyx_main.o): add language.h
16817
16818 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16819
16820         * exporter.C:
16821         * paragraph.C:
16822         * screen.C:
16823         * tabular.C:
16824         * CutAndPaste.C: include gettext.h
16825
16826         * lyxfont.h: remove old hack with ON and OFF.
16827
16828         * lyxparagraph.h:
16829         * lyxfont.h: do not include language.h...
16830
16831         * BufferView2.C:
16832         * LaTeXFeatures.C:
16833         * Painter.C:
16834         * bufferview_funcs.C:
16835         * font.C:
16836         * lyxfont.C:
16837         * text.C:
16838         * text2.C:
16839         * trans_mgr.C:
16840         * paragraph.C: ... but do it here instead
16841
16842 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16843
16844         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16845
16846         * tabular.C: small reformat
16847
16848         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16849         NEW_INSETS version
16850         (GetChar): ditto
16851         (BreakParagraph): ditto
16852         (SetOnlyLayout): ditto
16853         (SetLayout): ditto
16854
16855         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16856         with one arg less.
16857
16858         * lastfiles.C: removed most using decl, add std:: where needed
16859
16860         * buffer.C: ws changes
16861
16862         * MenuBackend.C (class compare_format): put into anon namespace
16863         (expand): constify label, names, action, action2
16864         (expand):
16865
16866         * text.C (SingleWidth): constify font
16867         (IsBoundary): constify rtl2
16868         (GetVisibleRow): constify ww
16869
16870         * LaTeX.C (deplog): constify logfile
16871
16872         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16873         start_x, end_x
16874         (workAreaExpose): constify widthChange, heightChange
16875
16876         * lyxrow.C (par): moved
16877         (height): moved
16878         (next): moved
16879         * lyxrow.h: as inlines here
16880
16881         * lyxfont.h (shape): moved from lyxfont.C
16882         (emph): moved from lyxfont.C
16883
16884         * lyxfont.C (LyXFont): use initialization list for all
16885         constructors
16886         (shape): move to lyxfont.h as inline
16887         (emph): move to lyxfont.h as inline
16888
16889
16890 2001-04-04  Juergen Vigna  <jug@sad.it>
16891
16892         * vspace.C: had to include stdio.h for use of sscanf
16893
16894 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16895
16896         * BufferView.h:
16897         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16898         independent of xforms.
16899
16900 2001-04-02  Juergen Vigna  <jug@sad.it>
16901
16902         * spellchecker.C: fixed namespace placing!
16903
16904 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16905
16906         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16907         the LyXParagraph * is 0.
16908
16909 2001-03-29  Juergen Vigna  <jug@sad.it>
16910
16911         * vspace.C: added support for %, c%, p%, l%.
16912         (stringFromUnit): added helper function.
16913         (asLatexString): changed to give right results for the %-values.
16914
16915         * buffer.C: convert the widthp in a width%.
16916
16917 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16918
16919         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16920         figureForm.[Ch].
16921
16922         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16923         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16924
16925         * lyx_cb.[Ch]: see above.
16926
16927         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16928         form1.[Ch].
16929
16930         * form1.[Ch]:
16931         * lyx.[Ch]: replaced by figure_form.[Ch].
16932
16933         * lyx_gui.C:
16934         * lyx_gui_misc.C:
16935         * lyxfunc.C: changed headers associated with above changes.
16936
16937 2001-03-27  Juergen Vigna  <jug@sad.it>
16938
16939         * BufferView_pimpl.C: set the temporary cursor right!
16940
16941 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16942
16943         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16944
16945 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16946
16947         * LString.h: removed "using std::getline"!
16948
16949         * BufferView_pimpl.C (Dispatch): changes due to changes in
16950         InsetInclude::Params.
16951
16952         * buffer.C (tag_name): removed redundant break statements as they were
16953         producing lots of warnings with my compiler.
16954
16955 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16956
16957         * LString.h: add "using std::getline" when using the real <string>.
16958
16959 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16960
16961         * buffer.C: removed bitset usage.
16962         PAR_TAG moved to an anonymous name space.
16963         (tag_name): new funtion, also in the anonymous namespace.
16964         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16965         (makeDocBookFile): clean code. Completed transition from string arrays
16966         to string vectors.
16967         (SimpleDocBookOnePar): code clean.
16968
16969 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16970
16971         * tabular.C: add some comments.
16972
16973 2001-03-22  Juergen Vigna  <jug@sad.it>
16974
16975         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16976         compatibility read a bit and fixed bug with minipage in different
16977         depth.
16978
16979 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16980
16981         * buffer.C (pop_tag): removed.
16982         (push_tag): removed.
16983         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16984         array replaced with vector. Added support for CDATA sections.
16985         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16986         at any nest level.
16987         (makeDocBookFile): XML conformant declaration of CDATA section,
16988         fixed bug related to <emphasis> in the first paragraph char.
16989         (sgmlOpenTag): exclude empty tags.
16990         (sgmlCloseTag): ditto.
16991
16992         * buffer.h (pop_tag): removed.
16993         (push_tag): removed.
16994
16995 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16996
16997         * language.h (Languages): added size_type and size().
16998
16999 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17000
17001         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17002         response on compability reading of minipages. One probliem is that
17003         the old usage of minipages was «flertydig»
17004
17005         * several files here and in subdirs: don't use static at file
17006         scope use anon namespaces instead.
17007
17008 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17009
17010         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17011         LaTeX output. This is necessary for Literate document
17012         processing.
17013
17014 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17015
17016         * buffer.C: insert hfill when needed.
17017
17018         * tabular.C (l_getline): use string::erase, small whitespace change.
17019
17020         * BufferView_pimpl.C: try the anon namespace.
17021         * WorkArea.C: ditto
17022
17023 2001-03-16  Juergen Vigna  <jug@sad.it>
17024
17025         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17026         otherwise it won't open options-dialogs.
17027
17028         * buffer.C: honor pextraWidth(p) on converting minipages.
17029
17030         * tabular.C (l_getline): changed the functions to strip trailing \r.
17031
17032 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17033
17034         * BufferView_pimpl.C:
17035         * minibuffer..C: added "using SigC::slot" declaration.
17036
17037 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17038
17039         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17040
17041         * text2.C: ditto
17042
17043         * text.C: ditto
17044
17045         * paragraph.C: ditto
17046
17047         * lyxtext.h: NO_PEXTRA
17048
17049         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17050
17051         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17052         * ParameterStruct.h: ditto
17053         * ParagraphParameters.h: ditto
17054         * lyxparagraph.h: ditto
17055
17056 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17057
17058         * buffer.C: add compability for minipage alignment.
17059         (latexParagraphs): remove unwanted pextra check.
17060
17061         * several files: remove CXX_WORKING_NAMESPACES
17062
17063         * buffer.C (pop_tag): tie is in namespace boost
17064
17065         * BufferView.h: noncopyable is in namespace boost
17066         * lyxlex.h: ditto
17067         * lyx_main.h: ditto
17068         * lyx_gui.h: ditto
17069         * layout.h: ditto
17070         * lastfiles.h: ditto
17071         * bufferlist.h: ditto
17072         * ShareContainer.h: ditto
17073         * LyXView.h: ditto
17074         * LyXAction.h: ditto
17075         * LaTeX.h: ditto
17076
17077 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17078
17079         * Merging changes from BRANCH_MVC back into HEAD.
17080
17081         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17082
17083 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17084
17085         * BufferView_pimpl.C: change from intl.C
17086
17087         * combox.h:
17088         * combox.C:
17089         * Makefile.am: move combox.*
17090
17091         * form1.h:
17092         * form1.C:
17093         * lyx_gui.C:
17094         * intl.h:
17095         * intl.C: remove dialog (covered by prefs)
17096
17097 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17098
17099         * lyxfunc.C (Dispatch): removed redundant break statement.
17100
17101 2001-03-14  Juergen Vigna  <jug@sad.it>
17102
17103         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17104
17105 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17106
17107         * buffer.C: add hack to fix compability reading of minipages.
17108
17109 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17110
17111         * buffer.C (getLists): Cleanup.
17112
17113 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17114
17115         * lyxfont.C (update): don't honor toggleall on font size.
17116
17117 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17118
17119         * bmtable.c:
17120         * bmtable.h:
17121         * Makefile.am: moved to frontends/xforms/
17122
17123         * lyx_gui_misc.C:
17124         * lyxfunc.C:
17125         * BufferView_pimpl.C: changes for moved mathpanel
17126
17127 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17128
17129         * gettext.h: fix gettext_init() in --disable-nls
17130
17131 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17132
17133         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17134
17135 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17136
17137         * lyx.C:
17138         * lyx.h: strip external form
17139
17140 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17141
17142         * BufferView_pimpl.C: add comment, destroySplash()
17143
17144 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17145
17146         * BufferView_pimpl.C:
17147         * LyXAction.C:
17148         * buffer.C:
17149         * commandtags.h:
17150         * lyxfunc.C: use re-worked insetinclude
17151
17152 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17153
17154         * buffer.C: add using std::stringstream.
17155
17156         * lyx_cb.C: readd using std::ios.
17157
17158         * buffer.C: add using std::map.
17159
17160         * BufferView_pimpl.C: add using std::vector.
17161
17162         * ShareContainer.h: add std:: to swap.
17163
17164         * buffer.h: add some typedefs
17165         * buffer.C (getLists): use them
17166         (getLists): renamed from getTocList.
17167         add a counter for the different float types and use it in the
17168         generated string.
17169         (getLists): use the same counter for the NEW_INSETS and the "non"
17170         NEW_INSETS
17171
17172         * lyx_cb.h: remove unused items, includes, using etc.
17173
17174         * ShareContainer.h: remove some commented code, add more comments
17175         and "documentation".
17176
17177 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17178
17179         * buffer.C (getTocList): make the list also when NEW_INSETS is
17180         defined.
17181
17182         * buffer.h: remove TocType
17183
17184         * buffer.C (getTocList): change to return a map<string,
17185         vector<TocItem> >, implement for dynamic number of list.
17186
17187         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17188         * text2.C (PasteSelection): adjust
17189         * CutAndPaste.C (pasteSelection): adjust
17190
17191         * FloatList.C (FloatList): update from the new_insets branch.
17192         * Floating.[Ch]: ditto
17193         * LaTeXFeatures.C: ditto
17194         * buffer.C: ditto
17195         * lyxlex_pimpl.C: ditto
17196
17197         * paragraph.C (Last): remove when NEW_INSETS is defined.
17198
17199         * other file: changes because of the above.
17200
17201 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17202
17203         * lyxparagraph.h: rename next to next_, previous to previous_,
17204         make them private for NEW_INSETS. Rename Next() to next(),
17205         Previous() to previous().
17206
17207         * other files: changes because of the above.
17208
17209 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17210
17211         * BufferView.h:
17212         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17213         problem.
17214
17215 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17216
17217         * main.C (main): pass lyx_localedir to gettext_init().
17218
17219         * gettext.h: remove locale_init and gettext_init macros
17220
17221         * gettext.C (locale_init): new function
17222         (gettext_init): new function
17223
17224         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17225         setlocale().
17226
17227 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17228
17229         * Moved credits to frontends:
17230         * credits.[Ch]: removed
17231         * credits_form.[Ch]: removed
17232         * lyx_gui_misc.C: remove credits stuff
17233         * Makefile.am:
17234
17235 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17236
17237         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17238
17239         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17240         unneeded destructor.
17241
17242         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17243         a standalone pointer again.
17244
17245         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17246
17247 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17248
17249         * Makefile.am:
17250         * filedlg.h:
17251         * filedlg.C:
17252         * LyXAction.C:
17253         * ToolbarDefaults.C:
17254         * bufferlist.C:
17255         * commandtags.h:
17256         * form1.C:
17257         * form1.h:
17258         * lyx_cb.C:
17259         * lyx_cb.h:
17260         * lyxfunc.h:
17261         * lyxfunc.C:
17262         * BufferView_pimpl.C: use new file dialog in GUII
17263
17264         * lyx_cb.h:
17265         * lyx_cb.C: remove LayoutsCB to Toolbar
17266
17267 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17268
17269         * ShareContainer.h (get): add std:: qualifier
17270
17271 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17272
17273         * ShareContainer.h: define a proper ShareContainer::value_type
17274         type (and use typename to please compaq cxx)
17275
17276 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17277
17278         * lyxparagraph.h: move serveral local vars to
17279         ParameterStruct/ParagraphParameters., use ShareContainer in
17280         FontTable., make vars in FontTable private and add getter and
17281         setter.
17282
17283         * paragraph.C: changes because of the above.
17284
17285         * lyxfont.h: remove copy constructor and copy assignment. (the
17286         default ones is ok), move number inside FontBits. move inlines to
17287         lyxfont.C
17288
17289         * lyxfont.C: add number to initializaton of statics, move several
17290         inlines here. constify several local vars. some whitespace
17291         cleanup. Dont hide outerscope variables.
17292
17293         * Spacing.h: add two new constructors to match the set methods.
17294
17295         * ShareContainer.h: new file, will perhaps be moved to support
17296
17297         * ParameterStruct.h: new file
17298
17299         * ParagraphParameters.h: new file
17300
17301         * ParagraphParameters.C: new file
17302
17303         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17304         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17305
17306         * BufferView_pimpl.C: ParagraphParameter changes.
17307         * buffer.C: Likewise.
17308         * bufferview_funcs.C: Likewise.
17309         * text.C: Likewise.
17310         * text2.C: Likewise.
17311
17312 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17313
17314         * lyxfind.C (LyXReplace): do not redefine default argument in
17315         implementation.
17316         (IsStringInText): ditto
17317         (SearchForward): ditto
17318         (SearchBackward): ditto
17319
17320 2001-03-06  Juergen Vigna  <jug@sad.it>
17321
17322         * lyxfind.C (IsStringInText): put parentes around expressions.
17323
17324 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17325
17326         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17327
17328 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17329
17330         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17331
17332         * stl_string_fwd.h: add comment
17333
17334         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17335
17336         * tabular.h:
17337         * tabular.C: remove unused DocBook methods
17338
17339         * intl.C:
17340         * language.C:
17341         * paragraph.C:
17342         * buffer.C:
17343         killed DO_USE_DEFAULT_LANGUAGE
17344
17345 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17346
17347         * lyx_gui.C: do not include language.h.
17348
17349         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17350         arguments in function implementation.
17351
17352 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17353
17354         * BufferView_pimpl.C: add <ctime>
17355
17356 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17357
17358         * BufferView_pimpl.C: add using std::find_if
17359
17360 2001-02-27  José Matos  <jamatos@fep.up.pt>
17361
17362         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17363         by OnlyPath.
17364
17365 2001-02-11  José Matos  <jamatos@fep.up.pt>
17366
17367         * buffer.C (makeDocBookFile): command styles now have a parameter as
17368         "title" by default.
17369
17370 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17371
17372         * layout_forms.[Ch]: removed
17373         * lyx_cb.[Ch]: out character
17374         * lyx_gui.C: out character
17375         * lyx_gui_misc.C: out character
17376         * bufferview_funcs.C: : out character,
17377         added toggleall as parameter in ToggleAndShow
17378
17379 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17380
17381         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17382
17383         * text2.C (SetCurrentFont): Disable number property at boundary.
17384
17385 2001-02-26  Juergen Vigna  <jug@sad.it>
17386
17387         * lyxfunc.C (getStatus): added a string argument override function so
17388         that this is correctly called from LyXFunc::Dispatch if it contains a
17389         do_not_use_argument which is used!
17390         (Dispatch): added check for "custom" export and call appropriate func.
17391
17392 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17393
17394         * lyxrc.C: Add language_command_local, language_use_babel and
17395         language_global_options.
17396
17397         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17398
17399         * buffer.C (makeLaTeXFile): Use language_use_babel and
17400         language_global_options.
17401
17402 2001-02-23  Juergen Vigna  <jug@sad.it>
17403
17404         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17405         which works with LyXText and putted it inside BufferView. Here now we
17406         only call for that part the BufferView::Dispatch() function.
17407
17408         * BufferView.C (Dispatch): added.
17409
17410         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17411         functions which needs to use a LyXText over from LyXFunc.
17412         (MenuInsertLyXFile): added
17413         (getInsetByCode): added
17414         (moveCursorUpdate): added
17415         (static TEXT): added
17416
17417 2001-02-22  Juergen Vigna  <jug@sad.it>
17418
17419         * BufferView_pimpl.C (update): call a status update to see if LyXText
17420         needs it.
17421
17422 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17423
17424         * vc-backend.C (revert): implement for CVS
17425         (getLog): implement for CVS
17426
17427 2001-02-20  Juergen Vigna  <jug@sad.it>
17428
17429         * text2.C (ClearSelection): added BufferView param for inset_owner call
17430
17431         * lyxfunc.C (TEXT): added this function and use it instead of
17432         directly owner->view()-text of getLyXText().
17433
17434 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17435
17436         * src/layout_forms.C: out preamble
17437         * src/layout_forms.h: out preamble
17438         * src/lyx_cb.C: out preamble
17439         * src/lyx_cb.h: out preamble
17440         * src/lyx_gui.C: out preamble
17441         * src/lyx_gui_misc.C: out preamble
17442         * src/lyxfunc.C: connect with guii preamble
17443
17444 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17445
17446         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17447
17448 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17449
17450         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17451         whether to run bibtex.
17452
17453 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17454
17455         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17456
17457 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17458
17459         * Makefile.am (lyx_SOURCES): removed bibforms.h
17460
17461         * vspace.h: doxygen
17462
17463         * text.C (GetVisibleRow): make several local vars const
17464
17465         * tabular.C: small cleanup.
17466
17467         * lyxserver.C (callback): use compare instead of strncmp
17468
17469         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17470         inlines to after class or to paragraph.C
17471
17472         * lyxfont.h: remove friend operator!=
17473
17474         * converter.h: move friend bool operator< to non friend and after
17475         class def.
17476
17477         * combox.h: small cleanup
17478
17479         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17480         to inlines after class def.
17481
17482         * buffer.C (pop_tag): use string operations instead of strcmp
17483
17484         * bmtable.c: doxygen, small cleanup
17485
17486         * LaTeX.h: remove friend operator==
17487
17488 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17489
17490         * screen.C:
17491         * lyxrc.[Ch]:
17492         * lyxfunc.C:
17493         * lyxfont.[Ch]:
17494         * lyx_cb.C:
17495         * intl.[Ch]:
17496         * commandtags.h:
17497         * buffer.C:
17498         * WorkArea.[Ch]:
17499         * LyXAction.C:
17500         * BufferView_pimpl.C:
17501         * BufferView.[Ch]: remove cruft
17502
17503 2001-02-14  Juergen Vigna  <jug@sad.it>
17504
17505         * lyxfunc.C: removed #if 0 unused code
17506
17507         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17508
17509         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17510
17511         * text2.C (SetSelection): added a BufferView * parameter
17512
17513 2001-02-13  Juergen Vigna  <jug@sad.it>
17514
17515         * lyxfunc.C (Dispatch): fixed protected blank problem.
17516         * BufferView2.C (protectedBlank): added LyxText * parameter.
17517
17518         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17519         (AppendColumn): same as above for column_info.
17520
17521         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17522         (moveCursorUpdate): use a LyXText param for support of InsetText.
17523
17524         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17525         (tripleClick): ditto
17526
17527         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17528
17529         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17530
17531         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17532
17533         * text2.C (SetSelection): set correct update status if inset_owner
17534         (ToggleFree): ditto
17535
17536 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17537
17538         * tabular.C: remove some commented code.
17539
17540 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17541
17542         * BufferView_pimpl.C: call hideSplash()
17543
17544         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17545
17546         * include_form.h:
17547         * bibforms.h: remove
17548
17549         * lyxfunc.C:
17550         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17551           add LFUN_CHILD_CREATE
17552
17553         * counters.h: fix tiny typo
17554
17555         * lyx_cb.C:
17556         * lyx.h:
17557         * lyx_gui.C:
17558         * lyx.C: move splash to frontends/xforms/
17559
17560         * lyx_gui_misc.C: move Include and Bibform to frontends
17561
17562         * lyxvc.h: clarify comment
17563
17564         * vspace.C: tiny housekeeping
17565
17566 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17567
17568         * text.C (PrepareToPrint): RTL Fix.
17569
17570         * paragraph.C (GetUChar): New method.
17571         (String):  Use GetUChar.
17572
17573         * buffer.C (asciiParagraph): Use GetUChar.
17574
17575 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17576
17577         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17578
17579 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17580
17581         * buffer.h:
17582         * buffer.C: rename to getLogName(), handle
17583           build log / latex log nicely
17584
17585 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17586
17587         * MenuBackend.C:
17588         * MenuBackend.h: remove support for reference menuitem type.
17589
17590 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17591
17592         * BufferView_pimpl.C: housekeeping
17593         * BufferView_pimpl.h:
17594         * LyXView.h:
17595         * Makefile.am:
17596         * Timeout.C:
17597         * Timeout.h:
17598         * minibuffer.h: move Timeout GUI-I
17599
17600 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17601
17602         * lyxrc.C (read): Update converters data-structures.
17603
17604 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17605
17606         * LaTeX.h (operator!=): add operator != for Aux_Info
17607
17608 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17609
17610         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17611
17612         * LaTeXLog.C: deleted, useful code moved to Buffer
17613
17614         * buffer.h:
17615         * buffer.C: new function getLatexLogName()
17616
17617         * lyx_gui_misc.C:
17618         * lyx_gui.C:
17619         * lyxvc.C:
17620         * lyxvc.h:
17621         * lyxfunc.C: use frontends for LaTeX and VC logs
17622
17623 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17624
17625         * LaTeX.h: yet another std:: that Allan forgot.
17626
17627         * Variables.C (set): renamed from isset(), because this clashes
17628         with some HP-UX macros (grr).
17629
17630 2001-02-06  Allan Rae  <rae@lyx.org>
17631
17632         * LaTeX.h: Another bug fix.  Missing std:: this time.
17633
17634 2001-02-04  Allan Rae  <rae@lyx.org>
17635
17636         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17637         floats problem. I've left it commented out because it's not quite
17638         correct.  It should also test that the current object is a table or
17639         figure inset.  But I haven't gotten around to figuring out how to do
17640         that.  I *think* it'll be something like: "table" == inset.type()
17641
17642         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17643         bool.
17644
17645 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17646
17647         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17648         all the citation/databases/styles in the auxilary file.
17649         (run): Rerun latex if there was a babel language error.
17650
17651 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17652
17653         * text.C (Backspace): Preserve the font when changing newline char
17654         with a space.
17655         (BreakParagraph): If the cursor is before a space, delete the space.
17656
17657         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17658
17659 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17660
17661         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17662         new argument (code).
17663         (ChangeCitationsIfUnique): New method.
17664
17665         * paragraph.C (GetPositionOfInset): Handle bibkey.
17666
17667 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17668
17669         * BufferView_pimpl.h: change type of Position::par_pos to
17670         LyXParagraph::size_type.
17671
17672 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17673
17674         * BufferView_pimpl.C (savePosition, restorePosition): Write
17675         messages to minibuffer.
17676
17677 2001-01-28  José Matos  <jamatos@fep.up.pt>
17678
17679         * buffer.C (makeDocBookFile): adds support for document language.
17680         A silly restriction on the name of LatexCommand types where removed.
17681         Added support for CDATA sections, allows to chars unescaped, used
17682         among others in code, to avoid escape < and >.
17683
17684 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17685
17686         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17687         saved positions instrad of a stack. Furthermore, a position is
17688         stored using paragraph id/paragraph position.
17689
17690         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17691         Remove LFUN_REF_BACK.
17692
17693 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17694
17695         * converter.C (dvipdfm_options): New method.
17696
17697 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17698
17699         * vspace.C (isValidLength): Fix for empty input string.
17700
17701 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17702
17703         * LyXAction.C (init): change description of LFUN_FIGURE to
17704         "Insert Graphics"
17705
17706 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17707
17708         * LaTeX.C: add using directive
17709
17710 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17711
17712         * MenuBackend.C (expand): Fix the sorting of the formats.
17713
17714 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17715
17716         * lyx_main.C: tiny error message fix
17717
17718 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17719
17720         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17721         calling fl_initialize(). This fixes the problem with ',' as
17722         decimal separator in text files.
17723
17724 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17725
17726         * trans.C (process): Fix the keymap bug.
17727
17728 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17729
17730         * LaTeX.C (scanAuxFiles): New method. Provides support for
17731         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17732         (scanLogFile) Scan for "run BibTeX" messages.
17733
17734         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17735         OT1 font encoding. Also, load the aecompl package if the ae
17736         package is loaded.
17737
17738         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17739
17740 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17741
17742         * texrow.C (increasePos): turn two error messages into debug
17743         messages.
17744
17745 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17746
17747         * LaTeX.C (scanAux): Handle the \@input macro.
17748         (runBibTeX): Use scanAux().
17749
17750         * language.C (latex_options_): New field.
17751
17752         * LaTeXFeatures.C (getMacros): Add language macros.
17753
17754         * buffer.C (makeLaTeXFile): Small fix.
17755
17756 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17757
17758         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17759
17760         * text2.C: add a using directive.
17761
17762 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17763
17764         * BufferView2.C:
17765         * lyx_gui_misc.h:
17766         * lyxfr1.C:
17767         * lyxfunc.C: kill LyXBell.
17768
17769 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17770
17771         * text.C (IsBoundary): Remove the error message
17772
17773         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17774
17775         * lyxrc.C (setDefaults): Correct initialization value for
17776         font_norm_type.
17777
17778 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17779
17780         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17781         gotoError().
17782
17783         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17784         and GotoNextNote().
17785
17786         * src/LyXAction.C: Added reference-next.
17787
17788         * text.C (InsertChar): Use contains instead of strchr.
17789
17790         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17791
17792 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17793
17794         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17795         alignment commands (when needed).
17796
17797         * text.C (InsertChar): Add ':' to number separator chars.