]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
f9fbb0786ca1880e3d93a4d52c74ca55b91c05e9
[lyx.git] / src / ChangeLog
1 2005-07-17  José Matos  <jamatos@fc.up.pt>
2
3         * tabular.C (recalculateMulticolumns): fix handling of one column
4         tables.
5
6 2005-07-17  Juergen Vigna  <jug@lyx.org>
7
8         * text.C (Delete, backspace): fixed so that paragraph with the
9         same layout can be merged by Delete/Backspace.
10
11 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
12
13         * text.C (readParToken): fix spelling.
14
15 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
16
17         * text2.C: fix counter update for DEPM problem reported by
18         Georg Baum
19
20 2005-07-17  Juergen Vigna  <jug@lyx.org>
21
22         * BufferView_pimpl.C (setBuffer): save/restore the
23         cursor/selection when switching buffers
24
25         * buffer.h: 
26         * buffer.C (saveCursor): add saveDocumentIterators to save the
27         cursor when switching buffer.
28
29 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
30
31         * debug.C: fix typo
32         * buffer.C: clarify message
33         
34 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
35
36         * dociterator.C (DocIterator): fix initialization order
37
38 2005-07-17  Juergen Vigna  <jug@lyx.org>
39
40         * text2.C (cursorHome): 
41         * text.C (drawSelection, cursorX): 
42         * dociterator.C (textRow): add boundary to getRow() call
43
44         * paragraph.C (getRow): implementation of below
45
46         * paragraph.h: add parameter boundary for getRow() function
47
48 2005-07-17  José Matos  <jamatos@fc.up.pt>
49
50         * buffer.C:
51         * bufferparams.[Ch]:
52         * tex-strings.[Ch]: new file format, remove support for a4.sty,
53         a4wide.sty and a4widemargins.
54
55 2005-07-17  Juergen Vigna  <jug@lyx.org>
56
57         * text2.C (cursorLeft): fix one of error
58
59 2005-07-17  Juergen Vigna  <jug@lyx.org>
60
61         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
62                    cursorEnd):
63         more fixes for boundary handling
64
65         * text3.C (dispatch): don't reset cursor if boundary has changed
66         on cursor movement.
67
68 2005-07-16  Juergen Vigna  <jug@lyx.org>
69
70         * text2.C (getColumnNearX): hopefully got it right now,
71         check if we are on column 0 for special case.
72
73 2005-07-16  Juergen Vigna  <jug@lyx.org>
74
75         * text2.C (getColumnNearX): handle special case Newline Inset
76
77         * text.C (singleWidth): Just remove bogus check
78
79 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
80
81         * funcrequest.C (split): avoid reading uninitialized char c
82
83 2005-07-16  José Matos  <jamatos@fc.up.pt>
84
85         * buffer.C:
86         * converter.C:
87         * lyxrc.C:
88         * paper.h:
89         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
90         single papersize variable.
91
92 2005-07-16  Juergen Vigna  <jug@lyx.org>
93
94         * text3.C (dispatch): honor boundary when checking if a cursor
95         movement has been done
96
97         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
98         (setCursor, setCursorIntern): fix cursor movement with boundary
99
100 2005-07-16  Juergen Vigna  <jug@lyx.org>
101
102         * text.C (currentState): output the actual Boundary
103
104 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
105
106         * factory.C (createInset): fix bad logic for tabular creation
107
108 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
109
110         * lyx_main.C (init): change some reLyX reference to tex2lyx
111
112 2005-07-16  Juergen Vigna  <jug@lyx.org>
113
114         * dociterator.C (DocIterator): initialize boundary
115
116 2005-07-16  Juergen Vigna  <jug@lyx.org>
117
118         * text2.C (getColumnNearX): Consider rows without trailing blank.  
119
120 2005-07-16  André Pönitz  <poenitz@gmx.net>
121
122         * lyxfont.h: Change order of declarations to give the compiler
123         a better chance to inline things
124
125         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
126         questions on unsaved docs for better scritability
127
128 2005-07-16  André Pönitz  <poenitz@gmx.net>
129
130         * paragraph.h (getChar): remove asserts as the same kind of security
131         can be achieved by using a suitable standard library implementation
132         and the function was in the critical path (25.9% in profiler)
133
134 2005-07-16  Juergen Vigna  <jug@lyx.org>
135
136         * cursor.C (bruteFind2):
137         * bufferview_funcs.C (coordOffset): 
138         * text.C (cursorX,cursorY): Handle cursor position after last char
139         in row before a inset which uses a whole row.
140
141 2005-07-15  José Matos <jamatos@lyx.org>
142
143         * output_plaintext.[Ch] (writeFileAscii): control reference title
144         printing.
145         (asciiParagraph): noparbreak was already deal and was incorrectly
146         used.
147
148 2005-07-15  Juergen Vigna <jug@lyx.org>
149
150         * lyxfunc.C (dispatch): save and restore the cursor after a
151         textclass switch.
152
153 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
154
155         * text.C (backspace): bug 806 for empty keepempty paragraphs we
156         change the layout to default before letting DEPM do its thing.
157
158         * paragraph_funcs.C (breakParagraph): dont reset the layout on
159         keepEmpty paragraphs
160
161         * text.C (setCursorFromCoordinates): add a debug statement
162
163         * text2.C (getColumnNearX): bug 1825 make sure that we don't
164         return a pos that is not on the row
165
166         * output_latex.C (TeXDeeper): get rid of potential dereferencing
167         of past the end iterator
168
169 2005-07-14  André Pönitz  <poenitz@gmx.net>
170
171         * undo.C (recordUndoFullBuffer): implement undo for
172         textclass switches
173
174 2005-07-14  André Pönitz  <poenitz@gmx.net>
175
176         * cursor.C (setSelection): open insets when selection is set there
177         to avoid crashs with cold coord cache
178
179 2005-07-14  André Pönitz  <poenitz@gmx.net>
180
181         * trans_mgr.C (insert): move cursor to the right after inserting
182         a char.
183
184 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
185
186         * BufferView_pimpl.C (update): dampen some of the debug blabbering
187         * factory.C (readInset): ditto
188         * text.C, text2.C: ditto
189
190 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
191
192         * buffer.C: format incremented to 242. There is no file format per
193         se, but the "frenchb" language has been removed from lib/language
194         and has to be translated to "french" by lyx2lyx.
195
196 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
197
198         * cursor_slice.h, dociterator.h: add some documentation
199         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
200
201 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
202
203         * text.C (leftMargin): do not add identation to display() style
204         insets, because they are always centered (bug 1293).
205
206 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
207
208         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
209         formatted_time methods in support/lyxtime.
210
211 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
212
213         * toc.[Ch]: new method getGuiName, which is used by the frontends 
214         to set the toc combo (fixes bug 1870). Make TOC string translatable.
215
216 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
217
218         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
219         StableDocIterator const &)
220         * undo.C (recordUndo): use the above instead of cell.size() comparison
221         (fixes bug 1808; instructed by André).
222
223 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
224
225         * cursor_slice.h: 
226         * dociterator.h: Fix the assert when copying rows/cols in math
227
228 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
229
230         * BufferView_pimpl.C:
231         * LyXAction.C:
232         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
233
234         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
235         (findInset): new functions, refactored from goto Inset that return 
236         the position of a certain inset without setting the buffer's cursor
237         (by Jean-Marc); 
238         (gotoInset): rewrite to call findInset and then set the cursor
239         (by Jean-Marc).
240
241 2005-06-16  Angus Leeming  <leeming@lyx.org>
242
243         * lyxrc.C (output, read): wrap all input and output of paths with
244         calls to os::internal_path and os::external_path, respectively.
245         (output): wrap bind_file inside quotes.
246
247         * format.C (view): enable the viewer to use the '$$s' placeholder.
248
249 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
250
251         * LColor.[Ch] (getFromLaTeXName): new
252
253 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
254
255         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
256
257 2005-06-14  Angus Leeming  <leeming@lyx.org>
258
259         * lyx_main.C (init): ensure that the LyX binary dir is the first
260         element in the PATH on non-POSIX builds.
261
262 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
263
264         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
265
266 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
267
268         * rowpainter.C (paintInset, paintHebrewComposeChar)
269         (paintArabicComposeChar, paintChars): add a LyXFont argument.
270         (paintChars): use getFontSpan to reduce calls to getFont to a
271         minimum; use Paragraph::lookupChange instead of isXXXText.
272         (paintForeignMark): rename LyXFont argument.
273         (paintFromPos): pass a LyXFont object to the various paintXXX
274         methods.
275
276         * FontIterator.C (FontIterator, operator++): use
277         Paragraph::getFontSpan
278
279         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
280         version that returns the font span as a pair.
281
282 2005-06-09  Angus Leeming  <leeming@lyx.org>
283
284         * converter.C (convert): Don't forget "outfile = real_outfile" as
285         the final step in a conversion where the input and output file names
286         are the same. Otherwise, future conversion steps won't work...
287
288 2005-06-09  Angus Leeming  <leeming@lyx.org>
289
290         * lyxsocket.C: remove stub code as it isn't needed by
291         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
292
293 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
294
295         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
296         effectively disabled -x
297
298 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
299
300         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
301         when it actually makes sense.
302
303 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
304
305         * BufferView_pimpl.C: revert to showCursor in connection with
306         Lars's front-end stack
307
308 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
309
310         * text.C (redoParagraph): move cursor right after a bibitem
311         has been inserted.
312
313         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
314
315 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
316
317         * buffer_funcs.C (bufferErrors): fix computation of the end of an
318         error range.
319
320 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
321
322         * BufferView.[Ch] (update):
323         * BufferView_pimpl.[Ch] (update, metrics):
324         * dimension.h (operator==):
325         * lyxfunc.C (dispatch):
326         * metricsinfo.h (ViewMetricsInfo):
327         * rowpainter.C (paintText):
328         * lyxtext.h:
329         * text.C (redoParagraph):
330         * text3.C (dispatch): Make LyX only repaint current paragraph in
331         case of character insert --> speedup. Also fix cursor draw
332         artifacts
333
334 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
335
336         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
337         avoid a crash (bug 1891)
338
339 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
340
341         Fix bug 1892:
342
343         * text2.C (getStringToIndex): constify cur argument.
344
345         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
346         argument has been given
347         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
348         try to invoke LFUN_INSET_APPLY).
349
350         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
351         if no inset was created by doInsertInset
352         (doInsertInset): return true if an inset has been inserted.
353
354 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
355
356         * vspace.C (asGUIName): new method. A version of the space
357         suitable for showing on screen.
358
359 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
360
361         * MenuBackend.C:
362         * lyxrc.C: rename "ASCII" to "Plain Text"
363
364 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
365
366         * buffer_funcs.C (expandLabel): take a Buffer as argument;
367         translate the labelstring.
368         (setCounter): translate labelstring as needed.
369
370         * output_docbook.C (makeCommand): fix expandLabel invokation
371
372 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
373
374         * BufferView.C: fix dialog title
375
376 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
377
378         * lyx_main.C (priv_exec): fix logic error with help from Angus
379         * lyx_main.C (parse_execute): set is_gui = false and remove now
380         obsolete comment about a segfault
381
382 2005-05-18  Angus Leeming  <leeming@lyx.org>
383
384         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
385
386 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
387
388         * tabular.[hC]: added setCellInset to fix tabular paste.
389
390 2005-05-11  Lars Gullik Bjonnes  <larsbj@gullik.net>
391
392         * buffer.C (save): check if destination is writable before trying
393         to copy a file
394
395 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
396
397         * BufferView_pimpl.C (update): fix processEvents -caused update
398         recursion bug
399
400 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
401
402         * buffer_funcs.C (setCounter): fix test for numbering of
403         environments.
404
405         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
406         depth correctly; use optional argument when it exists
407
408         * lyxtextclass.C: remove unused MaxCounterTags enum
409         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
410         (max_toclevel, min_toclevel): new methods.
411
412         * MenuBackend.C (expandToc2): fix case where depth is smaller than
413         the smallest depth in toc.
414
415         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
416         layouts that should not appear in a table of contents.
417
418 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
419
420         * cursor.h (undispatched, noUpdate): add comments from André
421
422 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
423
424         * lfuns.h:
425         * LyXAction.C:
426         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
427
428 2005-05-07  André Pönitz  <poenitz@gmx.net>
429
430         * cursor.[Ch] (leaveInset): new function
431
432 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
433
434         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
435
436 2005-05-04  Angus Leeming  <leeming@lyx.org>
437
438         * lyxfunc.C (getStatus): disable the spell checker dialog if
439         none of USE_[AIP]SPELL are defined.
440
441 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
442
443         * tabular.C (setWidthOfCell): remove obsolete comment
444
445 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
446
447         * paragraph.C (bibitem):
448         * buffer_funcs.C (setCounter):
449         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
450
451 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
452
453         * text3.C (getStatus): immediately return after setOnOff
454
455         * rowpainter.C: fix drawing of appendix start
456
457 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
458
459         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
460         SwitchBetweenClasses and remove the unused return value.
461         Handle character styles, too
462
463 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
464
465         * factory.C (createInset): handle undefined character styles
466
467 2005-05-02  Angus Leeming  <leeming@lyx.org>
468
469         * buffer.C: protect the #include of utime.h with a preprocessor
470         guard.
471
472 2005-05-02  Angus Leeming  <leeming@lyx.org>
473
474         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
475         function so that auto-saving works, albeit in a blocking manner.
476
477         * Makefile.am: make compilation of the client sub directory, of
478         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
479         on conditionals set at configure time.
480
481         * SpellBase.[Ch]: no longer an abstract base class. Instead,
482         it can be compiled in its own right but has no-op functionality.
483
484         * aspell.C, pspell.C: remove preprocessor guards. The files should
485         be compiled only if the necessary functionality exists.
486
487         * lyxserver.C, lyxsocket.C: disable on Windows.
488
489 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
490
491         * text.C (leftMargin): Fix the parindent use bug (1764)
492         by dirty trick
493
494 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
495
496         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
497         argument.
498
499 2005-04-25  Angus Leeming  <leeming@lyx.org>
500
501         * Bidi.[Ch]:
502         * coordcache.[Ch]:
503         * ispell.C:
504         * lyxserver.C:
505         * mover.C:
506         * pch.h:
507         include <config.h> in .C files, not .h ones.
508         add licence blurb.
509         protect headers inside preprocessor guards.
510
511 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
512
513         * FuncStatus.h (StatusCodes): document
514
515 2005-04-21  André Pönitz  <poenitz@gmx.net>
516
517         * FuncStatus.h (enabled, onoff): document
518
519 2005-04-19  Angus Leeming  <leeming@lyx.org>
520
521         * BufferView_pimpl.C (cursorToggle): no longer test whether
522         any child processes have been reaped before calling
523         handleCompletedProcesses().
524
525 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
526
527         * text3.C (dispatch): fix, finally fix, the language problem in
528         new lyxtexts, without disabling on-the-fly font changes (Helge's
529         bug report)
530
531 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
532
533         * text3.C (dispatch): set cursor on double/triple click events
534         (bug 1811)
535
536 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
537
538         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
539         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
540
541         * rowpainter.C (paintFirst): simplify the code a little bit. In
542         particular, remove the test for secnumdepth.
543         * text.C (setHeightOfRow): only allocate space for chapter number
544         when updateCounters provided an actual label, instead of looking
545         at secnumdepth directly.
546
547         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
548
549         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
550         paragraphs when secnumdepth is large enough or, for environments,
551         when they are not the first in a sequence.
552
553 2005-04-17  Angus Leeming  <leeming@lyx.org>
554
555         * buffer.C (makeLaTeXFile): replace code to manipulate a path
556         containing space and '~' characters with a call to latex_path().
557
558 2005-04-17  Angus Leeming  <leeming@lyx.org>
559
560         * converter.C (convert): protect all args of convertDefault.sh
561         script with quotes.
562
563 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
564
565         * text3.C (dispatch): change the layout to "Caption" after inserting
566         a float.
567
568 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
569
570         * text3.C (dispatch): fix language problem in newly created
571         textinsets (and main text) in non-english docs
572
573 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
574
575         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
576         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
577         * text3.C (getStatus): disable LFUN_INSET_MODIFY
578
579 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
580
581         * lyxtext.h:
582         * text.C (metrics):
583         * text2.C (getFont):
584         * rowpainter.C (getFont): Fix metrics bug introduced by inset
585         fonts fix
586
587 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
588
589         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
590         output of \item arguments without trailing text.
591
592 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
593
594         * FontIterator.C (operator*): avoid a copy of the font.
595
596 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
597
598         * rowpainter.C (getFont): fix language bug from previous fix
599
600 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
601
602         * rowpainter.C (RowPainter, getFont): fix font inside inset
603         (bugs 1766, 1809)
604
605 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
606
607         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
608         preventing inserted font, deco, delim insets jumping to start of
609         surrounding inset.
610
611 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
612
613         * lyxfunc.C (dispatch): translate message before sending it to the
614         minibuffer.
615
616 2005-03-29  Angus Leeming  <leeming@lyx.org>
617
618         * lyx_main.C (priv_exec): call os::internal_path on each file passed
619         to LyX on the command line.
620
621 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
622
623         * vc-backend.C: use QuoteName to protect file names wherever
624         necessary.
625
626 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
627
628         * buffer.[Ch]:
629         * BranchList.h: fix bugs 1844,1845: document settings don't
630         stick
631
632 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
633
634         * lyxrc.C (setDefaults, read, output, getDescription): add support
635         for tex_allows_spaces.
636
637         * exporter.C (Export): allows files in directory containing spaces
638         if tex_allows_spaces is true.
639
640         * buffer.C (makeLaTeXFile): if the document path contains spaces,
641         output it in double quotes.
642
643 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
644
645         * rowpainter.C: use default text height for drawing change tracker
646         strikeout lines.
647
648 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
649
650         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
651
652 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
653
654         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
655         directory is missing.
656
657 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
658
659         * text2.C: fixed the fix, extended to other case.
660
661 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
662
663         * text2.C: fix for cursor up/down stuck in math [bug 1792]
664
665 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
666
667         * text2.C (cursorUp): get rid of a crash
668         * text.C (x2pos): add an assert
669
670 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
671
672         * lyxfunc.C (getStatus): fix warning when assertions are disabled
673
674         * text3.C:
675         * lyxfunc.C:
676         * dociterator.C: include <boost/current_function.hpp>, which is
677         needed when assertions are disabled.
678
679 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
680
681         * text2.C: fix for stuck cursor when traversing two
682         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
683
684 2005-02-25  Andreas Vox  <avox@arcor.de>
685
686         * output_docbook.C (makeParagraph): suppress trailing newline
687         after a run of paragraphs
688
689 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
690
691         * paragraph.C: fix for confused change tracker when pasting
692         text that begins with a lineseparator. [bug 1827]
693         (setChange(0, Change::INSERTED);)
694
695         * paragraph_funcs.C: fix for lost changes on triple-paste
696         in change tracking mode [bug 1827] (par.setChange()).
697
698 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
699
700         * text2.C (updateCounters, setCounter, expandLabel): move to
701         buffer_funcs.
702
703         * buffer_funcs.C (updateCounters): turn into a free standing
704         function and add a buffer parameter. Remove dead code for tracking
705         labelstring change.
706         (setCounter): change into a free-standing function which gets a
707         dociterator as argument. Use this iterator to fix captions in a
708         simple way. When no float is found above the caption, use the
709         labelstring of the caption layout as default.
710
711         * text.C (breakParagraph, backspace):
712         * text2.C (init, setLayout, changeDepth):
713         * text3.C (dispatch):
714         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
715         updateCounters.
716
717         * dociterator.C (forwardPar): make it much faster by calling
718         forwardPos() only when really necessary.
719
720         * output_docbook.C (makeCommand): adapt to expandLabel move.
721
722         * cursor.C: remove unused variable
723
724 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
725
726         * paragraph_funcs.C: fix crash when pasting insets in change
727         tracking mode [bug 1277] (honour change type in moveItem).
728
729 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
730
731         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
732
733 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
734
735         * BufferView.C (setCursor): change to use a DocIterator.
736         (gotoLabel): use BufferView::setCursor (other part of bug 781).
737         (putSelectionAt): adapt to BufferView::setCursor change.
738
739         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
740         moved here from LyXText and rewritten to use proper cursor
741         methods. Fixes bug 1787, 616 and 835.
742
743         * BufferView_pimpl.C (restorePosition): set the cursor correctly
744         when inside an inset (part of bug 781).
745         (dispatch): adapt to change of BufferView::setCursor.
746         (getStatus, dispatch): handle LFUN_GOTOERROR,
747         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
748
749         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
750         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
751         * text3.C (gotoNextInset, gotoInset): removed.
752
753 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
754
755         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
756
757 2005-02-15  Angus Leeming  <leeming@lyx.org>
758
759         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
760         can be used meaningfully in a comparison.
761
762 2005-02-13  André Pönitz  <poenitz@gmx.net>
763
764         * bufferview_funcs.C (coordOffset): improve cursor drawing
765
766 2005-02-13  André Pönitz  <poenitz@gmx.net>
767
768         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
769         * Cursor.C (dispatch): use fixIfBroken
770         * lyxfunc.C (getStatus): use fixIfBroken
771
772 2005-02-15  Angus Leeming  <leeming@lyx.org>
773
774         * lyx_main.C (error_handler):
775         * lyxfunc.C:
776         * lyxrc.C (setDefaults):
777         s/GetEnv/getEnv/.
778         #include "environment.h".
779
780         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
781
782 2005-02-15  Angus Leeming  <leeming@lyx.org>
783
784         * lyxserver.C (startPipe): squash MSVC warning "local variable
785         'fd' used without having been initialized".
786
787 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
788
789         * BufferView_pimpl.C: revert accidental commit.
790
791 2005-02-14  André Pönitz  <poenitz@gmx.net>
792
793         * dociterator.[Ch]: new member forwardPosNoDescent(),
794         which doesn't enter nested insets.
795         * text2.C (setFont): use forwardPosNoDescent() instead
796         of ForwardPos() (fixes crash on font change).
797
798 2005-02-13  Angus Leeming  <leeming@lyx.org>
799
800         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
801         only if lyxrc.path_prefix is not empty.
802
803 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
804
805         * bufferparams.C (readGraphicsDriver): prevent crash
806
807 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
808
809         * text2.C (setCounter): check for inInset() == 0
810
811 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
812
813         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
814         but use update() to get correct screen display; use convert
815         instead of istringstream.
816         (getStatus): handle LFUN_GOTO_PARAGRAPH
817
818         * lyxfunc.C (dispatch, getStatus): do not handle
819         LFUN_GOTO_PARAGRAPH here.
820
821 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
822
823         * text3.C (dispatch): size() -> depth()
824
825         * text2.C: remove some debug output
826
827         * paragraph.C: ws changes only
828
829         * lyxfunc.C (getStatus): size() -> depth()
830
831         * dociterator.h (clear, push_back, pop_back, internalData,
832         operator[], resize, empty): new functions
833         Make StableDocIterator and operator== be friends. Don't inherit
834         from std::vector use a privat class variable slices_ instead.
835         Modify to fit.
836
837         * dociterator.C: update because of not inheriting from std::vector
838         anymore. Call explictly to slices_ instead. Use depth() instead of
839         size() and top() instead of back()
840
841         * cursor.C: chagne size() -> depth and back() -> top(). Also
842         remove some direct operator[](i) calls in favour of foo[i]
843         (getFont): remove some dead code
844
845         * bufferview_funcs.C (coordOffset): size() -> depth()
846
847         * buffer.C: ws changes only
848
849         * CutAndPaste.C (eraseSelection): back() -> top()
850
851         * BufferView_pimpl.C (selectionRequested): back() -> top()
852
853         * BufferView.C (setCursor): size() -> depth()
854
855 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
856
857         * text3.C (cursorPrevious): return true if depm changed something
858         (cursorNext): ditto
859         (dispatch): rename sl to oldTopSlice, remove moving use the new
860         NoUpdate func attrib instead. Make sure that needsUpdate is set
861         for function that have NoUpdate, but where depm might have changed
862         the buffer anyway.
863
864         * text2.C (cursorLeft): make us return true if depm changed
865         something
866         (cursorRight): ditto
867         (cursorUpParagraph): ditto
868         (curosrDownParagraph): ditto
869         (cursorUp, cursorDown): ditto, make sure to read comments in code
870         (deleteEmptyParagraphMechanism): remove an assert, also return
871         true if just a single char was deleted.
872
873         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
874         cursor that we modify, to avoid modifying an active cursor before
875         we call setCursor. This allows depm to run. Also return true if
876         depm deleted something.
877
878         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
879         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
880         cursorDownParagraph, cursorPrevious and cursorNext, return true if
881         something was changed in the buffer because of them (ie. depm run)
882
883         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
884         debug messages. Make update by default be false. Make sure that
885         the result of update is retained throught several calls down to
886         dispatch.
887
888         * LyXAction.h: add a new func_attrib: NoUpdate
889
890         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
891         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
892         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
893         and LFUN_WORDLEFT
894         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
895
896 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
897
898         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
899         bv_->owner(), bv_->buffer() by direct references to the private
900         members.
901         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
902         (getStatus): isSavedPosition() is in BufferView::Pimpl.
903         (fitCursor): center() is in BufferView::Pimpl.
904         (getStatus, trackChanges, dispatch): no need for a temporary buf
905         variable
906         (fitCursor, workAreaDispatch): use workarea().workheight()
907
908 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
909
910         * CutAndPaste.C (pasteSelectionHelper): fix a crash
911
912 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
913
914         * buffer.C: format up to 241.
915         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
916         break if pasting into ERT
917         * lyxfunc.C (getStatus): suppress mathpanel and
918         LFUN_DIALOG_SHOW_NEW_INSET in ERT
919
920 2005-02-01  Angus Leeming  <leeming@lyx.org>
921
922         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
923
924 2005-02-01  Angus Leeming  <leeming@lyx.org>
925
926         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
927         calling fs::is_directory().
928
929 2005-01-31  Angus Leeming  <leeming@lyx.org>
930
931         * lyx_main.C (priv_exec): specify explicitly the relative location
932         of the top level build directory when run in-place.
933
934 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
935
936         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
937         LyXText containing the cursor, not the top-level one.
938
939         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
940         true.
941         (insertStringAsLines): rename par to pit; use temporary variable
942         par to hold a Paragraph; do not store par.layout() in a variable,
943         since the pointer may die when breaking paragraphs; pass pars to
944         breakParagraph() instead of Buffer::paragraphs().
945
946 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
947
948         * lyxlex_pimpl.h: #include <fstream>.
949
950         * BufferView.[Ch] (getLyXText): add a const version.
951
952         * BufferView_pimpl.C: add debug aids.
953
954         * RowList_fwd.h:
955         * buffer.h:
956         * lyxrow.h:
957         * paragraph_funcs.h: add commentary explaining what the class does.
958
959
960         * coordcache.[Ch]: add lots of commentary.
961         (startUpdating, doneUpdating): debug aids.
962         (arrays, insets, parPos, getParPos): accessors to private data.
963
964         * cursor_slice.[Ch] (text): add a const version.
965         * dociterator.[Ch] (text, innerText): add const versions.
966
967         * lyxtext.h (breakParagraph): change the keep_layout arg to a
968         bool.
969
970         * paragraph.C (getRow, pos2ros): add asserts.
971
972         * paragraph.h: add commentary. Lots of.
973
974         * paragraph.[Ch] (metrucs, draw): removed.
975
976         * cursor.C:
977         * rowpainter.[Ch]: const-correct changes.
978
979         * text.C: various obvious clean-ups. Removal of ancient cruft.
980         Bug fixes, even.
981
982 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
983
984         * vc-backend.C (find_file): rewrite to use boost.filesystem
985         (scanMaster): ditto
986
987         * main.C (main): set default name check for boost.filesystem to
988         no check
989
990         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
991         (open): ditto
992         (doImport): ditto
993         (actOnUpdatedPrefs): ditto
994
995         * lyx_main.C (init): rewrite to use boost.filesystem
996         (queryUserLyXDir): ditto
997
998         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
999         (getContentsOfAsciiFile): ditto
1000
1001         * lastfiles.C (readFile): rewrite to use boost.filesystem
1002
1003         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1004
1005         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1006         (loadLyXFile): ditto
1007
1008         * buffer.C (Buffer): adjust for destroydir
1009         (getLogName): rewrite to use boost.filesystem
1010         (setFileName): ditto
1011         (save): use fs::copy_file (from fs_extras)
1012
1013         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1014
1015         * LaTeX.C (run): rewrite to use boost.filesystem
1016         (scanAuxFiles): ditto
1017         (handleFoundFile): ditto
1018
1019 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1020
1021         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1022
1023         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1024
1025 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1026
1027         * lyxlayout.[Ch]: change some vars from float to double
1028
1029         * buffer.C (readFile): make a local var const
1030
1031         * Several files: use convert<> instead of atoi,strToXXX and friends
1032
1033 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1034
1035         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1036         holds the contents of packages.lst. New functions getAvailable
1037         and isAvailable to parse and check that list, resp.
1038
1039         * LyXAction.C:
1040         * lfuns.h:
1041         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1042
1043         * bufferparams.[Ch]: new param output_changes.
1044
1045         * Buffer.C: increase file format to 240.
1046         Use output_changes and isVailable.
1047
1048         * changes.[Ch]:
1049         * paragraph.C:
1050         * paragraph_pimpl.C: Use output_changes and isVailable.
1051
1052 2005-01-23  Angus Leeming  <leeming@lyx.org>
1053
1054         * output_latex.C: #include "insetbibitem.h", rather than
1055         forward declare function bibitemWidest.
1056
1057 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1058
1059         * lyx_main.C (init): make it compile on the Mac.
1060
1061 2005-01-20  Angus Leeming  <leeming@lyx.org>
1062
1063         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1064         (setLyXMisc): (char string literal) != (char string literal) is
1065         performing a comparison on the addresses. Convert one operand
1066         explicitly to string to guarantee expected behaviour.
1067         From MSVC warning.
1068
1069 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1070
1071         * buffer.C:
1072         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1073
1074         * output_plaintext.C: remove unneeded #include gzstream.h.
1075
1076 2005-01-20  Angus Leeming  <leeming@lyx.org>
1077
1078         * SpellBase.h: rename some of the elements of the Result enum.
1079
1080         * aspell_local.h:
1081         * ispell.h:
1082         * pspell.h:
1083         * aspell.C (check):
1084         * ispell.C (check):
1085         * pspell.C (check): ditto
1086
1087 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1088
1089         * buffer.C: add #include <fstream>.
1090
1091         * lyx_main.C (init): Compile fix.
1092
1093         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1094
1095 2005-01-20  Angus Leeming  <leeming@lyx.org>
1096
1097         * mover.h: change commentary to reflect the changed meaning of
1098         the $$s placeholder.
1099
1100 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1101
1102         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1103
1104         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1105
1106 2005-01-20  Angus Leeming  <leeming@lyx.org>
1107
1108         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1109         printing diagnostic data by not dereferecing an iterator past the
1110         end.
1111
1112 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1113
1114         * buffer.C (readHeader): use "&&" rather than "and".
1115
1116         * lyxserver.h (inPipeName, outPipeName): make these const.
1117
1118 2005-01-19  Angus Leeming  <leeming@lyx.org>
1119
1120         * lyx_main.C (error_handler, init): protect SIGHUP with
1121         #ifdef SIGHUP guards.
1122
1123 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1124
1125         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1126
1127 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1128
1129         * text.C (setHeightOfRow): add a margin at the top and bottom of
1130         the document (bug 1761)
1131
1132 2005-01-17  Angus Leeming  <leeming@lyx.org>
1133
1134         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1135         with "python ". Workaround for a brain-dead Windows.
1136
1137 2005-01-16  Angus Leeming  <leeming@lyx.org>
1138
1139         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1140         for MacOSX and Windows to use prependEnvPath.
1141         Strip out the hard-coded block to add elements to the PATH for
1142         MacOSX and replace it with a call to prependEnvPath using the
1143         contents of LyXRC::path_prefix.
1144         (queryUserLyXDir): strip out the code to run reconfigure, instead
1145         returning a boolean indicating the necessity to do so.
1146         (reconfigureUserLyXDir): contains the code to reconfigure the
1147         user support directory. Is now called after the various LyXRC data
1148         files have been read.
1149
1150         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1151
1152 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1153
1154         * converter.[Ch] (convert): take a new parameter try_default. Use
1155         a default converter (imagemagick) if try_default is true.
1156
1157 2005-01-13  Angus Leeming  <leeming@lyx.org>
1158
1159         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1160         os::cygwin_path_fix.
1161         (write): output LyXRC::cygwin_path_fix as necessary.
1162
1163 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1164
1165         * lyxrc.h:
1166         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1167
1168 2005-01-12  Angus Leeming  <leeming@lyx.org>
1169
1170         * lyx_main.C (init): set the PATH variable to include the
1171         directory containing the LyX binary when running on Mac or Windows.
1172
1173 2005-01-12  Angus Leeming  <leeming@lyx.org>
1174
1175         * lyx_main.C (init): remove cruft that purports to set the locale
1176         dir. It doesn't and is not needed anyway.
1177
1178 2005-01-10  Angus Leeming  <leeming@lyx.org>
1179
1180         * Makefile.am: remove the lyx_main.C special casing.
1181
1182         * BufferView_pimpl.C:
1183         * bufferlist.C:
1184         * exporter.C:
1185         * lyx_cb.C:
1186         * lyx_main.C:
1187         * lyxfunc.C:
1188         * messages.C: use support/package.h to provide the paths to the
1189         various directories used by LyX.
1190
1191 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1192
1193         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1194         layout if pasting into an empty paragraph)
1195
1196 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1197
1198         * tex-accent.C: add <string>
1199
1200 2005-01-06  José Matos  <jamatos@lyx.org>
1201
1202         * ParagraphParameters.C (write): put every parameter in its own line.
1203         * paragraph.C (write): reduce number of consecutive empty lines exported.
1204         * buffer.C (LYX_FORMAT): increase file format to 239.
1205
1206 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1207
1208         * everywhere: change support/tostr.h -> support/convert.h
1209
1210         * tabular.C: make all write_attributes templates, tostr -> convert
1211
1212         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1213         (emptyTag): and -> &&, and fix type for ret from getChar
1214         (getFirstWord): fix type for ret from getChar
1215         (onlyText): and -> &&
1216         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1217         getChar
1218
1219         * toc.C (goTo, action):
1220         * text3.C (dispatch):
1221         * text.C (currentState):
1222         * tex-accent.C (DoAccent):
1223         * sgml.C:
1224         * lyxrc.C:
1225         * lyxfunc.C (menuNew):
1226         * lyxfinc.C (replace):
1227         * counters.C (laberItem):
1228         * bufferview_funcs.C (font2string):
1229         * bufferparams.C (writeFile):
1230         * buffer.C (readFile):
1231         * Spacing.C (set):
1232         * MenuBackend.C: tostr -> convert
1233
1234         * LaTeX.C (runMessage): fix format
1235         (scanAuxFiles): tostr -> convert
1236
1237         * BufferView_pimpl.C (savePosition): fix format
1238         (restorePosition): ditto
1239         (dispatch): ditto
1240
1241 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1242
1243         * Spacing.[Ch]: New method getValueAsString().
1244
1245         * Spacing.[Ch]:
1246         * bufferparams.C:
1247         * ParagraphParameters.C:
1248         * lyxlayout.C:
1249         * text.C:
1250         * text3.C: store/read spacing value as string.
1251
1252         * rowpainter.C: change float value (spacing_val) to double.
1253
1254         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1255         broken custom document spacing).
1256
1257 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1258
1259         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1260         namespace, also more use of temp references and const
1261
1262         * cursor.[Ch] (getStatus): move to lyxfunc.C
1263
1264         * bufferparams.C: reformat slightly
1265
1266         * bufferview_funcs.C (font2string): constify arg
1267
1268         * changes.C:
1269         * converter.C:
1270         * counters.C:
1271         * bufferlist.C:
1272         * buffer_funcs.C: (many funcs): constify arg on function
1273         definitions, also make more local vars const, also add ASSERTS on
1274         pointer args.
1275
1276         * buffer.C (LYX_FORMAT): put const in correct place
1277         (many funcs): constify arg on function definitions, also make
1278         more local vars const
1279
1280         * aspell_local.h: remove "struct" from typdef setup
1281
1282         * aspell.C (check): make word_ok const
1283         (nextMiss): simplify slightly
1284         (error): ditto
1285
1286 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1287
1288         * lyxrc.[Ch]: store all float values as strings.
1289         use int (not float) for lyxrc.dpi.
1290
1291 2005-01-04  Angus Leeming  <leeming@lyx.org>
1292
1293         * lyx_cb.C (Reconfigure):
1294         * lyx_main.C (queryUserLyXDir):
1295         to run the <system_lyxdir>/configure correctly on Windows, prefix
1296         the path to the script with "sh " when generating the string that
1297         is passed to system().
1298
1299 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1300
1301         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1302
1303 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1304
1305         * lyxlength.C (asLatexString): get rid of setprecision
1306
1307 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1308
1309         * text2.C (setLayout): remove unused variable endpit.
1310         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1311
1312         * paragraph.C (onlyText): remove unused variable style.
1313
1314         * cursor.C (bruteFind): remove unused variables beg and end.
1315
1316         * Makefile.am (dist_noinset_DATA): not needed anymore
1317
1318         * cheaders/*: remove.
1319
1320 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1321
1322         * text3.C: fix LFUN_MATH_MODE.
1323
1324 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1325
1326         * buffer_funcs.C (countWords): new function. Counts words between
1327         two iterators.
1328
1329         * BufferView_pimpl.C (getStatus, dispatch): handle
1330         LFUN_WORDS_COUNT.
1331
1332         * LyXAction.C (init):
1333         * lfuns.h: add LFUN_WORDS_COUNT.
1334
1335 2004-12-19  Angus Leeming  <leeming@lyx.org>
1336
1337         * buffer.C (save): s/slashify_path/internal_path/.
1338
1339 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1340
1341         * lyxfind.C (findChange): do not search for end of pars, because
1342         the change tracker cannot handle this (fixes bug 1719).
1343
1344 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1345
1346         * paragraph.[Ch] (autoBreakRows): remove
1347
1348         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1349
1350         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1351         avoid using the paragraph one
1352
1353         * text2.C (LyXText, insertStringAsLines): adjust
1354
1355 2004-12-16  Angus Leeming  <leeming@lyx.org>
1356
1357         * bufferlist.C:
1358         * lyx_main.C:
1359         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1360
1361 2004-12-14  Angus Leeming  <leeming@lyx.org>
1362
1363         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1364
1365         * bufferlist.C (emergencyWrite):
1366         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1367         GetEnvPath("HOME").
1368
1369 2004-12-14  Angus Leeming  <leeming@lyx.org>
1370
1371         * main.C: (main): no longer pass pointers to os::init.
1372
1373 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1374
1375         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1376         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1377
1378 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1379
1380         * lyxfunc.C:
1381         * text3.C: remove selection_possible global flag
1382
1383 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1384
1385         * text2.C (getSelectionSpan): remove
1386         (changeDepth, changeDepthAllowed): adjust
1387
1388 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1389
1390         * Makefile.am (BOOST_LIBS): use boost variables
1391
1392 2004-12-03  José Matos  <jamatos@lyx.org>
1393
1394         * buffer.C: format up to 238.
1395
1396 2004-12-03  José Matos  <jamatos@lyx.org>
1397
1398         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1399
1400 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
1401
1402         * cursor.C (goUpDown): remove call to idxUpDown2
1403
1404 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1405
1406         * tabular.[Ch]: use size_t-like types for cell, row and column
1407         indices
1408
1409 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1410
1411         * lyxfunc.C (getStatus): do not lose previous information when
1412         calling BufferView::getStatus; do not set a default "Command
1413         disabled" message at the beginning, but just before returning.
1414
1415 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1416
1417         * cursor.h (getStatus): add better comment from src/cursor.C
1418
1419 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1420
1421         * text3.C (getStatus): return false when the lfun is not handled
1422
1423 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1424
1425         * broken_headers.h: remove
1426
1427         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1428
1429 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1430
1431         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1432         offset_ref accessors
1433
1434         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1435         top_y_, merge fitcursor with update
1436         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1437         coord scheme
1438         (metrics): introduce
1439         (workAreaDispatch): adapt to new coord scheme
1440         (redoCurrentBuffer): remove
1441
1442         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1443
1444         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1445         CurStatus enum.
1446
1447         * coordcache.[Ch]: add paragraph cache and helpers
1448
1449         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1450         adjust everywhere
1451
1452         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1453         (targetX, setTargetX): introduce
1454
1455         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1456         baseline -> ascent, as the rest of lyx
1457
1458         * lyxtext.h: remove redoParagraphs, updateParPositions,
1459         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1460         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1461         have ascent/descent (ascent is ascent of first par)
1462
1463         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1464         step of BufferView
1465
1466         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1467
1468         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1469
1470         * pariterator.C: fix infinite loop introduced in par->pit renaming
1471
1472         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1473         in insets and LyXText, draw two off-screen paragraphs using
1474         NullPainter, and adapt to new coord scheme
1475
1476         * text.C:
1477         * text2.C:
1478         * text3.C: adapt lfun handlers to the new coord scheme, which
1479         means: there's only guaranteed coord information for onscreen pars
1480         plus one above and one below. This implies that one can do search
1481         from y coordinates in the range [-1,workHeight]
1482
1483 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1484
1485         * rename a lot of InsetOld to InsetBase
1486
1487 2004-11-25  Angus Leeming  <leeming@lyx.org>
1488
1489         * BufferView_pimpl.C:
1490         * lyx_cb.C:
1491         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1492
1493 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1494
1495         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1496         call BufferView::getStatus if LCursor::getStatus did nothing
1497         (setStatusMessage, getStatusMessage): removed.
1498
1499         * FuncStatus.C (message): new methods. Used to provide an error
1500         message indicating why a command is disabled.
1501         (clear, |=, FuncStatus): update for message.
1502
1503 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1504
1505         * lyxfunc.C (dispatch): always call sendDispatchMessage
1506
1507 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1508
1509         * BufferView.C:
1510         * BufferView_pimpl.C:
1511         * CutAndPaste.C:
1512         * FontIterator.C:
1513         * buffer.C:
1514         * cursor.C:
1515         * cursor_slice.[Ch]:
1516         * dociterator.[Ch]:
1517         * lyxfind.C:
1518         * paragraph_funcs.C:
1519         * pariterator.C:
1520         * rowpainter.C:
1521         * text.C:
1522         * text2.C:
1523         * text3.C:
1524         * undo.C: par->pit renaming
1525
1526 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1527
1528         * tabular.C (cellstruct): use initialization, store a shared_ptr
1529         to insettext instead of the insettext directly, adjust to fit.
1530         (operator=):  new function
1531         (swap): new function
1532         (rowstruct): use initialization
1533         (columnstruct): use initialization
1534         (ltType): use initialization
1535
1536
1537         * lyxlength.h (swap): new function
1538
1539         * LColor.[Ch] (operator=): use the common semantics
1540
1541 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1542
1543         * lyxfind.C (findNextChange): update the bufferview after setting
1544         the selection.
1545
1546 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1547
1548         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1549         number of InsetOptArgs has already been inserted.
1550
1551         * output_latex.C (latexOptArgInsets): new method. This outputs all
1552         the optarg insets, up to the limit defined in the layout file.
1553         (optArgInset): removed
1554         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1555
1556 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1557
1558         * paragraph.C (isLetter): remove special spellchecker-related
1559         code; return true also for digits
1560         (isWord, isKomma): remove
1561
1562         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1563         * lyxfind.C (MatchString()): use isLetter instead of isWord
1564
1565 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1566
1567         * pariterator.h (operatir=): comment out un-implemented member
1568         function.
1569
1570         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1571         static cast.
1572
1573 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1574
1575         * lyxfont.h: include LColor.h to satisfy concept checks.
1576
1577 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1578
1579         * pariterator.h: add typdefs for value_type, difference_type,
1580         pointer and reference to satisfy concept checks. Also add default
1581         constructor for same reason.
1582
1583         * pariterator.C (operator++): add post-increment operator to
1584         satisfy concept checks.
1585
1586         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1587         checks.
1588
1589         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1590
1591         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1592         checks. Also rename base_type to BaseType to follow naming
1593         standard better.
1594
1595         * FloatList.h: include Floating.h to satisfy concept checks.
1596
1597 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1598
1599         * lyxfunc.C (getStatus): when the origin of the request is menu or
1600         toolbar, and the LyXView does not have focus, do as if there was
1601         no buffer (bug 1720)
1602
1603         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1604         FuncRequest to individual entries of LFUN_SEQUENCE
1605
1606 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1607
1608         * output_latex.C (TeXOnePar): override runparams.moving_arg
1609         according to the needprotect value of the current paragraph (bug
1610         1739)
1611
1612         * paragraph.C (simpleTeXOnePar): no need to override
1613         runparams.moving_args here
1614
1615 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1616
1617         * vspace.C: fix off-by-one-error, related to fix #1682
1618
1619 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1620
1621         * lengthcommon.C: a more general fix for bug 1682
1622
1623 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1624
1625         * text.C (backspace): fix crash
1626
1627 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1628
1629         * format.[Ch] (getFormatFromFile): new method
1630         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1631
1632 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1633
1634         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1635
1636 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1637
1638         * lyxfunc.C (dispatch): remove the verbose argument
1639         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1640         instead
1641
1642         * kbmap.C (defkey): set the origin of func to KEYBOARD
1643
1644         * MenuBackend.C (MenuItem):
1645         * ToolbarBackend.C (add): set the origin of func to UI
1646
1647         * funcrequest.[Ch]: add origin member, which indicates which part
1648         of LyX requests an action
1649
1650 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1651
1652         * converter.C (move): don't lie in the error message
1653         * converter.h (isReachable, move): document
1654
1655 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1656
1657         * buffer.C: remove unused using lyx::support::atoi
1658         * paragraph_funcs.C: ditto
1659
1660 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1661
1662         * bufferlist.C (exists): use bind and equal_to instead of
1663         compare_memfun
1664         (getBuffer): ditto
1665         * lyxtextclasslist.C (NumberOfClass): ditto
1666
1667         * cursor.C (insert): use for_each instead of explicit for loop
1668
1669         * bufferlist.C (getFileNames): use std::transform and
1670         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1671
1672         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1673         for loop
1674
1675         * buffer.C (changeLanguage): use for_each instead of explicit for
1676         loop
1677         (hasParWithID): implement using getParFromID
1678
1679         * LaTeXFeatures.C: ws change only
1680
1681         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1682         to cleanup a bit.
1683
1684         * BufferView_pimpl.C (trackChanges): use for_each instead of
1685         expilicit for loop
1686
1687 2004-11-04  André Pönitz  <poenitz@gmx.net>
1688
1689         * undo.h:
1690         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1691
1692         * dociterator.C (asDocIterator): use hard assert again.
1693
1694 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1695
1696         * lyxlength.C (asLatexString): rewrite so that it does not use
1697         snprintf anymore
1698
1699 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1700
1701         * text3.C (specialChar, dispatch): make sure cursor moves to the
1702         right after inserting an inset
1703
1704 2004-11-02  José Matos  <jamatos@lyx.org>
1705
1706         * output_docbook.C (docbook):
1707         * paragraph.C (getID):
1708         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1709         garantee that the output is always legal.
1710
1711         * tabular.C (docbook):
1712         * outputprams.[Ch]: remove mixed contents.
1713
1714 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1715
1716         * text2.C (setCounter): prevent endless loop
1717
1718 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1719
1720         * exporter.C (copyFile): use the mover instead of support::copy()
1721         * exporter.C (Export): pass format and latex name to copyFile()
1722         * exporter.h (addExternalFile): document
1723         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1724
1725 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1726
1727         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1728
1729 2004-10-30  José Matos  <jamatos@lyx.org>
1730
1731         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1732         text and no inset or font change. This allows to use CDATA
1733         sections just for the whole paragraph.
1734
1735 2004-10-30  José Matos  <jamatos@lyx.org>
1736
1737         * paragraph.C (getFirstWord): remove unused variable.
1738
1739 2004-10-30  José Matos  <jamatos@lyx.org>
1740
1741         * paragraph.C (getFirstWord): the content should always be escaped
1742         there.
1743         (simpleDocBookOnePar):
1744         * output_docbook.C (makeEnvironment): replace reference to CDATA
1745         to style pass_thru.
1746
1747 2004-10-30  José Matos  <jamatos@lyx.org>
1748
1749         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1750
1751 2004-10-30  José Matos  <jamatos@lyx.org>
1752
1753         * output_docbook.C (makeParagraphs):
1754         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1755         standard paragraph has only a given type of content drop the wrapper.
1756
1757 2004-10-29  José Matos  <jamatos@lyx.org>
1758
1759         * output_docbook.C (makeEnvironment):
1760         * sgml.C (openTag):
1761         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1762
1763 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1764
1765         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1766         (cleanID): sanitize any id.
1767
1768 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1769
1770         * buffer.C, lyxlex_pimpl.C:
1771         * lyxlex_pimpl.C (setFile):
1772         s/getExtFromContents/getFormatFromContents/
1773
1774 2004-10-28  José Matos  <jamatos@lyx.org>
1775
1776         * output_docbook.C (makeEnvironment): move id to broadest possible
1777         scope.
1778
1779         * sgml.C (openTag): apply substitution of <> for all attributes.
1780
1781 2004-10-28  José Matos  <jamatos@lyx.org>
1782
1783         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1784         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1785         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1786
1787         * sgml.[Ch]: new version for open and closeTag for paragraph and
1788         for strings. Now they handle the ids of paragraphs.
1789
1790 2004-10-26  Angus Leeming  <leeming@lyx.org>
1791
1792         * Makefile.am: add mover.[Ch].
1793
1794         * converter.C (convert, move): use the new Movers to move external
1795         files to the temp directory.
1796
1797         * lyx_main.C (init): ensure that the global system_movers data
1798         is initialised.
1799
1800         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1801         preferences file.
1802
1803         * mover.[Ch]: new files, defining a Mover as a utility to move an
1804         external file between directories and, if necessary, manipulate this
1805         file using a helper script.
1806
1807 2004-10-25  José Matos  <jamatos@lyx.org>
1808
1809         * output_docbook.C (makeCommand): merge two if's that tested the
1810         same condition.
1811
1812 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1813
1814         * sgml.C (escapeString): fix warning in a better way
1815
1816 2004-10-25  José Matos  <jamatos@lyx.org>
1817
1818         * sgml.C (escapeString): import the require boosts header file for
1819         tie, and avoid a signed unsigned comparison.
1820
1821 2004-10-25  José Matos  <jamatos@lyx.org>
1822
1823         * sgml.h: add #include <string>
1824
1825 2004-10-25  José Matos  <jamatos@lyx.org>
1826
1827         * sgml.[Ch] (escapeString): new function to escape all the string.
1828
1829 2004-10-24  José Matos  <jamatos@lyx.org>
1830
1831         * paragraph.[Ch] (getFirstWord): new function to get the first
1832         word. Useful for description.
1833         (simpleDocBookOnePar): remove depth argument, add another that
1834         says where to start the paragraph.
1835
1836         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1837         use the new functions to fix cleanly the support for descriptions.
1838
1839 2004-10-24  José Matos  <jamatos@lyx.org>
1840
1841         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1842         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1843         * output_linuxdoc.C (linuxdocParagraphs):
1844         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1845         add buffer as argument.
1846
1847 2004-10-24  José Matos  <jamatos@lyx.org>
1848
1849         * output_docbook.C (makeEnvironment, searchEnvironment): place
1850         CDATA inside paragraphs and fix scope for listitems.
1851
1852 2004-10-24  José Matos  <jamatos@lyx.org>
1853
1854         * output_docbook.C: remove using statement for stack.
1855
1856 2004-10-23  José Matos  <jamatos@lyx.org>
1857
1858         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1859         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1860         docbook. The new scheme is recursive and makes use of iterators, the
1861         same as latex export works.
1862         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1863         directly with the paragraph contents. This code was moved up to
1864         output_docbook.C (docbookParagraphs).
1865         * sgml.C (openTag, closeTag): removed unneeded newlines.
1866         (closeEnvTags) removed.
1867
1868 2004-10-23  André Pönitz  <poenitz@gmx.net>
1869
1870         * undo.C (textUndoOrRedo):
1871         * dociterator.C (asDocIterator): work around crash
1872
1873         * cursor.C (getStatus): replace ASSERT by more verbose error message
1874           and manual correction of the problem. Should increase stability
1875           while providing more sensible information.
1876
1877 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1878
1879         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1880
1881         * bufferlist.C (previous, next): new methods
1882
1883         * lfuns.h:
1884         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1885
1886 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1887
1888         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1889         entities to preamble.
1890
1891 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1892
1893         * messages.C (Pimpl): strip off translation context information
1894
1895 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1896
1897         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1898         the cursor is correct (bug 1694)
1899
1900 2004-10-13  José Matos  <jamatos@lyx.org>
1901
1902         * output_docbook.C (docbookParagraphs): fix closing tags in the
1903         end of the document.
1904
1905 2004-10-09  José Matos  <jamatos@lyx.org>
1906
1907         * buffer.C: format up to 237.
1908         * bufferparams.C (write): use tostr to convert booleans to strings.
1909
1910 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1911
1912         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1913
1914 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1915
1916         * LaTeX.C: implement use of babel language in xindy.
1917
1918 2004-10-05  José Matos  <jamatos@lyx.org>
1919
1920         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1921         Add new translators to help reading and writing the lyx file.
1922
1923 2004-10-05  José Matos  <jamatos@lyx.org>
1924
1925         * ParagraphParameters.C (read):
1926         * text.C (readParToken): replace nexToken by more appropriate lex
1927         methods.
1928
1929 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1930
1931         * LaTeX.C (runMakeIndex):
1932         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1933         (usually 'makeindex') configurable.
1934
1935         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1936         with a variable rather than with a number.
1937
1938 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1939
1940         * output_latex.C (TeXOnePar): make sure font setting is the first
1941         thing that gets output (and the last at the end). Should fix bug
1942         1404.
1943
1944 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1945
1946         * pch.h: use proper signal include
1947
1948         * LaTeX.h: Use preferred calling of Boost.Signal
1949         * buffer.h: ditto
1950
1951 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1952
1953         * pch.h: dont include <boost/function/function0.hpp>
1954
1955         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1956
1957         * paragraph_pimpl.h: remove usage of ShareContainer
1958
1959         * paragraph_pimpl.C: remove initialization of ShareContainer.
1960
1961 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1962
1963         Fix bug #1666
1964
1965         * BufferView.C (putSelectionAt): change the semantics when
1966         backwards == true: now, this just swaps cursor and anchor wrt the
1967         forward case
1968
1969         * BufferView.h (putSelectionAt): add some documentation
1970
1971         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1972         make sure backwardChar is done at least once (to avoid getting
1973         stuck)
1974         (findNextChange): use putSelectionAt in the forward direction
1975         (operator()): use Paragraph::isWord
1976
1977 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1978
1979         * Spacing.C (set): c_str fix
1980
1981 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1982
1983         * lyx_cb.C (Reconfigure): quote the name of configure script in
1984         case it contains spaces
1985
1986 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1987
1988         * client: new dir
1989
1990         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1991         (BOOST_LIBS): use top_buildir when looking for the file
1992
1993 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1994
1995         * pch.h: do not use include boost/format.hpp, multiple symbols
1996                 will result (gcc bug)
1997
1998
1999 2004-08-23  José Matos  <jamatos@lyx.org>
2000
2001         * bufferparams.C (readToken): fix reading of the author field.
2002
2003 2004-08-20  José Matos  <jamatos@lyx.org>
2004
2005         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2006
2007 2004-08-20  José Matos  <jamatos@lyx.org>
2008
2009         * lyxlex.[Ch] (findToken): remove function.
2010
2011         * ParagraphParameters.C (findToken):
2012         * bufferparams.C (findToken): replace call for previous function
2013         with local copy. This local function has one more argument, the
2014         read string argument.
2015
2016 2004-08-16  José Matos  <jamatos@lyx.org>
2017
2018         * ParagraphParameters.C (write):
2019         * Spacing.C (writeFile):
2020         * bufferparams.C (writeLaTeX):
2021         * lyx_cb.C (Reconfigure):
2022         * paragraph.C (write):
2023         * tabular.C (write): remove unnecessary space at end of line.
2024
2025
2026 2004-08-16  José Matos  <jamatos@lyx.org>
2027
2028         * text.C (readParagraph): remove debug message.
2029
2030 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2031
2032         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2033         crash
2034
2035         * output_plaintext.C (asciiParagraph): set depth correctly
2036
2037         * outputparams.h: add member depth
2038
2039         * paragraph_funcs.C (ownerPar): remove.
2040
2041         * text2.C (setCounter): remove first_pit; comment out some
2042         non-working code that uses ownerPar
2043
2044         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2045         uses ownerPar
2046
2047 2004-08-16  José Matos  <jamatos@lyx.org>
2048
2049         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2050         For the same level of importance use the same chanel to report problems.
2051         (read): add code to deal with \begin_body and \end_body.
2052
2053
2054 2004-08-15  José Matos  <jamatos@lyx.org>
2055
2056         * lyxlex.C (getString): fix comment, buffer::readBody is now
2057         buffer:readDocument.
2058
2059         * tex-strings.C (string_papersize): Default -> default,
2060         Custom -> custom, for consistency with other options.
2061
2062 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
2063
2064         * pch.h: new file
2065
2066         * Makefile.am: support pch
2067
2068 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2069
2070         * text.C (readParToken): remove the static LyXFont variable and
2071         pass it as a parameter instead. This fixes a nasty bug where an
2072         inset will be inserted with a bad font in some situations
2073         (readParagraph): adapt
2074
2075         * text2.C (setCounter): reduce number of calls to pars_[pit]
2076
2077         * text.C (singleWidth): add an assert, fix a test
2078
2079         * rowpainter.C (paintText): reduce number of calls to singleWidth
2080
2081         * paragraph.C (isHfill):
2082         (isNewline): ws only
2083
2084 2004-08-14  André Pönitz  <poenitz@gmx.net>
2085
2086         * text.C:
2087         * text2.C:
2088         * rowpainter.C:
2089         * lyxtext.h (several functions): use a Paragraph & argument
2090         instead of par_type
2091
2092 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2093
2094         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2095
2096         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2097
2098         * text.C (singleWidth): remove useless test
2099
2100 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2101
2102         * tabular.h: remove bogus comments
2103
2104         * tabular.C (getDescentOfRow):
2105         (isPartOfMultiColumn): add assertions
2106
2107         * lyxlength.C (inPixels): remove #warning
2108
2109 2004-08-14  André Pönitz  <poenitz@gmx.net>
2110
2111         * paragraph.h: inline getChar()
2112
2113         * BufferView.h: remove unused declarations
2114
2115 2004-08-14  José Matos  <jamatos@lyx.org>
2116
2117         * Buffer.[Ch] (readDocument): new name for old readBody.
2118         * Buffer.C: new file format, new keywords: \begin_document,
2119         \begin_header, \begin_body, \end_body.
2120
2121         * bufferparams.C (readToken): replace all calls to lex.nextToken
2122         by lex.next(). Do the same to eatLine except where really needed.
2123
2124         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2125         line when writing to the lyx file.
2126
2127         * output_plaintext.C (asciiParagraph): fix Bibliography style
2128         handling.
2129
2130         * text.C (read): fix end of file handling.
2131
2132 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2133
2134         * MenuBackend.C (Menu::operator[]): new method to access
2135         individual menu items
2136         (Menu::hasFunc): new method. search for an item that corresponds
2137         to a given func
2138         (MenuBackend::specialMenu): new method
2139         (MenuBackend::expand): if a special menu has been set, skip
2140         entries whose func() appears in this menu
2141
2142 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
2143
2144         * text3.C: use Debug::DEBUG a bit more
2145
2146         * text.C (leftMargin): try to simplify a tiny bit change var x to
2147         l_margin. Dont output the wide margins always.
2148         (rightMargin): no margin in inner texts
2149
2150         * rowpainter.h (nestMargin): new func
2151         (changebarMargin): new func
2152         (rightMargin): new func
2153
2154         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2155         now functions.
2156         (paintLast): ditto
2157
2158         * factory.C (createInset): modify setDrawFrame
2159
2160         * cursor.C: use Debug::DEBUG a bit more
2161
2162 2004-08-14  André Pönitz  <poenitz@gmx.net>
2163
2164         * coordcache.[Ch]:
2165         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2166         cache for all insets in (at least partially) visible (top-level)
2167         paragraphs.
2168
2169         * BufferView_pimpl.C: reset external coord cache before every update.
2170         This means the coord cache only contains valid entries.
2171
2172 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
2173
2174         bug 1096
2175         * BufferView_pimpl.C (getInsetByCode): move function out of class
2176         and change in to a template in anon namespace. Also fix to do what
2177         suits us better.
2178
2179 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
2180
2181         bug 1305
2182         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2183         of char
2184         (breakParagraph): rename par to par_offset and use a local
2185         reference. Add code to keep the language over a rebreak.
2186         (breakParagraphConservative): rename par to par_offset, use a
2187         local reference
2188         (mergeParagraph): ditto
2189         (outerHook): ditto
2190         (isFirstInSequence): ditto
2191         (outerFont): rename pit to par_offset
2192
2193         * paragraph.C: ws change
2194         * paragraph.h: ditto
2195         * text3.C: ditto
2196         * text.C: ditto
2197
2198 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2199
2200         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2201         treatment for ']'
2202
2203         * paragraph.C (simpleTeXOnePar): when we have a \item with
2204         optional argument, enclose the argument with curly brackets (in
2205         case it contains a closing square bracket)
2206
2207         * text2.C (editXY):
2208         * text2.C (editXY):
2209         * text3.C (checkInsetHit): constify
2210
2211 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2212
2213         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2214         documents (bug 1629)
2215
2216 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2217
2218         Fix toggling of collapsable insets with the mouse (bug 1558)
2219
2220         * lyxfunc.C (dispatch): adapt to LCursor changes
2221
2222         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2223         make sure that dispatch is not invoked twice
2224
2225         * cursor.C (needsUpdate): new method
2226         (dispatch): return void
2227         (result): new method, to access the DispatchResult of the cursor.
2228
2229 2004-08-13  José Matos  <jamatos@lyx.org>
2230
2231         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2232
2233 2004-08-13  André Pönitz  <poenitz@gmx.net>
2234
2235         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2236
2237         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2238           multiple cells
2239
2240 2004-08-12  André Pönitz  <poenitz@gmx.net>
2241
2242         * text3.C: take out the 'cursor right' form insertInset and only
2243         do it in those places when it is really needed. Fixes crash on
2244         C-m...
2245
2246 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2247
2248         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2249
2250         * BufferView_pimpl.C (setBuffer): initialize the current font of
2251         the underlying LyXText
2252
2253 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2254
2255         * kbsequence.C (print): use UI native formatting for menu
2256         shortcuts
2257
2258         * text.C (insertChar): call Paragraph::insertChar with a font
2259         argument (cosmetic)
2260
2261         * paragraph.C (insertInset, insertChar): the version that takes a
2262         LyXFont argument is now a wrapper around the other one (the
2263         opposite used to be true).
2264
2265         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2266         argument. Font setting is done in Paragraph now.
2267
2268 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2269
2270         * outputparams.h: add new members intitle and lang.
2271
2272         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2273         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2274
2275 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2276
2277         * text3.C (dispatch): remove special handling of button 4 and 5,
2278         it is now taken care of in the frontend code.
2279
2280 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2281
2282         * Spacing.h: add <string> (STLPort compile fix)
2283
2284 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2285
2286         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2287
2288 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
2289
2290         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2291         to bool.
2292
2293         * converter.C (showMessage): inherit from unary_function, make
2294         operator() const.
2295
2296         * buffer.C (writeFile): initialize retval
2297
2298         * InsetList.h: rename private variable list to list_
2299         * InsetList.[Ch]: adjust accordingly.
2300
2301 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
2302
2303         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2304         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2305         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2306         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2307         * ParagraphParameters.C, LaTeXFeatures.C: replace
2308         "support/std_sstream.h" with <sstream>
2309
2310 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
2311
2312         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2313         * lyxsocket.C (LyXServerSocket): ditto
2314         (serverCallback): ditto
2315
2316 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2317
2318         * LaTeXFeatures.C: check release date when loading jurabib.
2319
2320 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2321
2322         * lyxserver.C (startPipe): call register_socket_callback
2323         (endPipe): call unregister_socket_callback
2324
2325 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
2326
2327         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2328         (LyXServerSocket): register the callback
2329         (LyXServerSocket): unregister the callback
2330         (fd): delete function
2331         (serverCallback): improve error checking and setup the callbacks.
2332         (dataCallback): change arg to fd.
2333         (writeln): new func (copied fro the client socket) used for server
2334         write to client.
2335         (LyXDataSocket): simplify
2336         (~LyXDataSocket): close ann unregiser callback
2337         (server): delete function
2338         (fd): delete function
2339         (readln): small changes, improve some std::string usage
2340         (writeln): constify a bit
2341
2342 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2343
2344         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2345         Qt frontend
2346
2347 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2348
2349         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2350         after it has been populated
2351
2352 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2353
2354         * text2.C (insertInset): move cursor when inserting inset.
2355
2356 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2357
2358         * kbmap.C (findbindings): a couple of new methods. returns a
2359         container of kb_sequence objects. The real work is done by the
2360         private recursive version
2361         (printbindings): uses findbindings to print out a bracketed list
2362         of bindings (renamed from findbinding).
2363
2364         * MenuBackend.C (binding): use kb_keymap::findbindings
2365
2366         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2367
2368 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2369
2370         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2371
2372 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2373
2374         * paragraph.C (isWord): return true on insets that report
2375         isLetter().
2376
2377         * text.C (getWord): use Paragraph::isWord to decide what is in a
2378         word and what is not; fix bug 1609.
2379
2380 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2381
2382         * tex-strings.C: add "none" to string_paperpackages[], fixes
2383         off-by-one-error in the paperpackage selection.
2384
2385         * lyxlex.[Ch]:
2386         * tex-strings.[Ch]: char const * string[n]
2387         -> char const * const string[]
2388
2389 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2390
2391         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2392         command, return early.
2393
2394 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
2395
2396         * debug.h: add DEBUG to enum and fix size of ANY.
2397
2398         * debug.C: add support for Debug::DEBUG
2399         (showTags): cast errorTags.level to unsigned int
2400
2401         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2402         (redoCurrentBuffer): ditto
2403         (updateScrollbar): ditto
2404         * cursor.C (dispatch): ditto
2405         * text2.C (setLayout): ditto
2406         (setFont): ditto
2407         (updateCounters): ditto
2408         (editXY): ditto
2409         (deleteEmptyParagraphMechanism): ditto
2410
2411 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
2412
2413         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2414         annotations to cleanup the Makefile slightly.
2415
2416 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2417
2418         * lyxrc.C: do not set user_email to a default value but use empty
2419         instead. The entry used to be translated, which does not work
2420         since at the point where lyxrc is constructed there is no
2421         translation service available
2422
2423         * messages.C (getLocaleDir): remove and use directly
2424         lyx_localedir() instead
2425
2426 2004-06-02  Angus Leeming  <leeming@lyx.org>
2427
2428         Fix crash caused by dereferencing null pointer 'exportdata' in
2429         OutputParams by creating a new ExportData variable on the heap,
2430         storing it in a boost::shared_ptr.
2431         The crash was triggered when generating an Instant Preview
2432         of an external inset.
2433
2434         * Makefile.am: add outputparams.C
2435
2436         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2437         (c-tor): allocate memory to it.
2438
2439         * exporter.C (c-tor): associated changes.
2440
2441 2004-06-01  Angus Leeming  <leeming@lyx.org>
2442
2443         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2444         contains data before calling isInset(0). (Bug 1513.)
2445
2446 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2447
2448         * exporter.C (checkOverwrite): new method
2449         * exporter.C (copyFile): new method
2450         * exporter.C (Export): copy referenced files to the document dir
2451         * exporter.[Ch]: new class ExportedFile
2452         * exporter.[Ch]: new class ExportData. Contains currently the
2453         names of referenced external files
2454         * outputparams.h: add exportdata member.
2455
2456 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2457
2458         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2459         version.C-tmp
2460
2461 2004-05-19  Angus Leeming  <leeming@lyx.org>
2462
2463         * LaTeXFeatures.C:
2464         * ToolbarBackend.C:
2465         * bufferparams.C:
2466         * lyxfunc.C: small changes due to the introduction of namespace
2467         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2468
2469 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2470
2471         * text3.C (dispatch): supress update when only moving the cursor
2472         * cursor.C (selHandle): remove commented code
2473
2474 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2475
2476         * paragraph.C (startTeXParParams): correct column count
2477         * CutAndPaste.C (pasteSelection): remove const_cast
2478         * output_docbook.C (docbookParagraphs): remove const_cast
2479         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2480         const_cast and return ParagraphList::const_iterator
2481         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2482         * output_plaintext.C (writeFileAscii): remove const_cast
2483         * paragraph.[Ch] (simpleTeXOnePar): make const
2484         * paragraph_funcs.C (outerPar): use const iterators
2485         * paragraph_pimpl.C (validate): use const iterators
2486         * text.C (setHeightOfRow): use const iterators
2487
2488 2004-05-17  Angus Leeming  <leeming@lyx.org>
2489
2490         * lfuns.h:
2491         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2492
2493         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2494         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2495         if the citation engine has changed.
2496
2497 2004-05-14  José Matos  <jamatos@lyx.org>
2498
2499         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2500         if the textclass does not provide it. Have it different for sgml and
2501         xml.
2502         support the language of document.
2503         * output_docbook.C (docbookParagraphs):
2504         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2505         first anchor as the id of the paragraph, remove special case code.
2506         * sgml.C (escapeChar): escape only < & >.
2507
2508 2004-05-14  Angus Leeming  <leeming@lyx.org>
2509
2510         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2511         dependencies on src/frontends/controllers/biblio.h. Define a
2512         CiteEngine_enum wrapper class to enable the enum to be forward
2513         declared.
2514
2515 2004-05-12  Angus Leeming  <leeming@lyx.org>
2516
2517         * buffer.C: up LYX_FORMAT to 234.
2518         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2519         use_numerical_citations with a single biblio::CiteEngine cite_engine
2520         variable.
2521         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2522
2523 2004-05-13  José Matos  <jamatos@lyx.org>
2524
2525         * converter.h:
2526         * converter.C (Converter, readFlags): add xml member.
2527         * outputparams.h: add XML flavor.
2528         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2529
2530 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2531
2532         * lyxfunc.C (dispatch):
2533         (getStatus): fix handling of LFUN_SEQUENCE
2534
2535 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2536
2537         * debug.C (showLevel): do not forget the end-of-line marker
2538
2539 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2540
2541         * kbmap.C (read): do not stop parsing a bind file when an error
2542         occurs (bug 1575)
2543
2544 2004-04-29  Angus Leeming  <leeming@lyx.org>
2545
2546         * cursor.C:
2547         * factory.C:
2548         * pariterator.C:
2549         * text2.C: wrap a bunch of #warning statements
2550         inside #ifdef WITH_WARNINGS blocks.
2551
2552 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2553
2554         * buffer.C: increment format to 233.
2555
2556 2004-04-28  Angus Leeming  <leeming@lyx.org>
2557
2558         * BufferView_pimpl.C:
2559         * lyxfunc.C:
2560         * text3.C:
2561         s/updateToolbar()/updateToolbars()/
2562         s/Toolbar.h/Toolbars.h/
2563
2564 2004-04-28  Angus Leeming  <leeming@lyx.org>
2565
2566         * BufferView.[Ch] (c-tor):
2567         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2568         No longer passes these data to the WorkArea generator.
2569
2570 2004-04-28  Angus Leeming  <leeming@lyx.org>
2571
2572         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2573
2574 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2575
2576         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2577
2578 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2579
2580         * output_latex.C (TeXEnvironment): make sure that there is a line
2581         break before \end{foo} for the last paragraph of a document
2582         (TeXOnePar): if the paragraph is at the end of the document (or
2583         inset) and the language has to be reset, then make sure that the
2584         line break is _before_ the language command, not after (fixes bug
2585         1225); also make sure that the language reset command is the first
2586         thing after the paragraph (to ensure proper nesting of
2587         environments and thus fix bug 1404)
2588
2589 2004-04-21  John Levon  <levon@movementarian.org>
2590
2591         * ToolbarBackend.h:
2592         * ToolbarBackend.C: make "name" be a programmatic name
2593         and a gui_name field.
2594
2595         * lyxfunc.C: display the minibuffer on M-x
2596
2597 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2598
2599         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2600         (bug 1526)
2601
2602 2004-04-19  Angus Leeming  <leeming@lyx.org>
2603
2604         * BufferView_pimpl.C (setBuffer): changed preview interface.
2605
2606         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2607         possible values.
2608
2609 2004-04-19  John Levon  <levon@movementarian.org>
2610
2611         * BufferView_pimpl.C:
2612         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2613
2614 2004-04-05  Angus Leeming  <leeming@lyx.org>
2615
2616         * text.C (redoParagraphs): add call to updateCounters(), thereby
2617         fixing the missing "Figure #:" label from the caption of a
2618         figure float.
2619
2620 2004-04-13  Angus Leeming  <leeming@lyx.org>
2621
2622         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2623         cursor is clicked out of an inset.
2624
2625 2004-04-13  Angus Leeming  <leeming@lyx.org>
2626
2627         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2628         than an InsetOld one.
2629
2630 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2631
2632         * format.[Ch]: add editor to Format
2633         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2634         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2635
2636 2004-04-08  André Pönitz  <poenitz@gmx.net>
2637
2638         * metricsinfo.h: remove PainterInfo::width member
2639
2640 2004-04-08  Angus Leeming  <leeming@lyx.org>
2641
2642         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2643         "\providecommand" rather than "\newcommand", thereby preventing
2644         clashes with packages that define "\boldsymbol" themselves.
2645         Eg, beamer.
2646
2647 2004-04-08  Angus Leeming  <leeming@lyx.org>
2648
2649         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2650         thereby squashing an unnecessary warning.
2651
2652 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2653
2654         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2655         setBuffer()
2656
2657 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2658
2659         * BufferView.C (setCursor): call redoParagraph (some insets could
2660         have been opened)
2661         (putSelectionAt): remove the 'double update' trick
2662
2663         * BufferView_pimpl.C (fitCursor): call refreshPar
2664         (workAreaDispatch): remove an uneeded update call
2665         (dispatch): remove some manual update calls
2666
2667         * cursor.[Ch]: remove cached_y_, updatePos
2668         (selHandle): set noUpdate when appropriate
2669
2670         * lyxfunc.C (dispatch): track if we need an update
2671
2672         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2673
2674         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2675         (paintSelection): cheap optimization, do not call cursorX when not
2676         needed
2677         (paintPars): change signature
2678         (refreshPar): add
2679         (paintText): adjust
2680         (paintTextInset): adjust
2681
2682         * text.C: adjust
2683
2684 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2685
2686         * lengthcommon.C: compilation fix: remove explicit array size from
2687         unit_name[] and friends
2688
2689 2004-04-05  Angus Leeming  <leeming@lyx.org>
2690
2691         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2692
2693         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2694         present only for the preferences dialog.
2695         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2696
2697 2004-04-05  Angus Leeming  <leeming@lyx.org>
2698
2699         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2700         to enable the frontends to export changes to lyxrc correctly.
2701
2702         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2703
2704 2004-04-07  André Pönitz  <poenitz@gmx.net>
2705
2706         * cursor.[Ch] (selClear, adjust): remove math
2707
2708         * cursor_slice.C: more agressive assert
2709
2710         * lyxfunc.C:
2711         * BufferView_pimpl.C: rework mouse event dispatch
2712
2713         * dociterator.C:
2714         * paragraph.C:
2715         * text2.C:
2716         * text3.C: adjust
2717
2718 2004-04-05  André Pönitz  <poenitz@gmx.net>
2719
2720         * cursor.[Ch] (valign, halign...): remove unneeded functions
2721
2722 2004-04-05  Angus Leeming  <leeming@lyx.org>
2723
2724         * lyxlength.[Ch] (unit_name et al.): const-correct.
2725
2726 2004-04-05  Angus Leeming  <leeming@lyx.org>
2727
2728         * BufferView_pimpl.C:
2729         * buffer.C:
2730         * counters.C:
2731         * cursor.C:
2732         * lyxfunc.C
2733         * paragraph.C:
2734         * pariterator.C:
2735         * text.C:
2736         * text2.C:
2737         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2738
2739 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2740
2741         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2742
2743 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2744
2745         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2746         * BufferView_pimpl.[Ch] (getStatus)
2747         * BufferView.[Ch] (getStatus): add
2748         * lyxfunc.C (getStatus): move lfuns handled in
2749         BufferView::dispatch to te function above
2750         * Cursor.C (setSelection): set selection() = true
2751
2752 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2753
2754         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2755
2756 2004-03-31  Angus Leeming  <leeming@lyx.org>
2757
2758         * lyxfunc.C (dispatch): Fall through to the generic
2759         Dialogs::show("preamble").
2760
2761 2004-03-31  Angus Leeming  <leeming@lyx.org>
2762
2763         * lyxfunc.C (dispatch): Fall through to the generic
2764         Dialogs::show("spellchecker").
2765
2766 2004-03-31  Angus Leeming  <leeming@lyx.org>
2767
2768         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2769         preferences dialog.
2770
2771 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2772
2773         * BufferView.C
2774         * cursor.[Ch]
2775         * dociterator.[Ch]:
2776         * insetiterator.[Ch]:
2777         * lyxfind.C:
2778         * lyxfunc.C:
2779         * pariterator.[Ch]:
2780         * text2.C:
2781         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2782
2783 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2784
2785         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2786         insets where we are putting the cursor.
2787
2788 2004-03-31  Angus Leeming  <leeming@lyx.org>
2789
2790         * lfuns.h:
2791         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2792
2793         * lyxrc.[Ch] (read, write): overloaded member functions taking
2794         a std::[io]stream arguments.
2795
2796         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2797
2798 2004-03-31  Angus Leeming  <leeming@lyx.org>
2799
2800         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2801         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2802
2803         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2804         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2805
2806 2004-03-31  Angus Leeming  <leeming@lyx.org>
2807
2808         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2809         the LFUN_ALL_INSETS_TOGGLE code.
2810
2811 2004-03-30  Angus Leeming  <leeming@lyx.org>
2812
2813         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2814         has died. Fall through to the generic Dialogs::show("document").
2815
2816 2004-03-30  Angus Leeming  <leeming@lyx.org>
2817
2818         * lfuns.h:
2819         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2820         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2821
2822         * lyxfunc.C (getStatus, dispatch): define the actions for these
2823         lfuns. Little more than a cut and pste job from ControlDocument.C
2824
2825         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2826
2827 2004-03-30  Angus Leeming  <leeming@lyx.org>
2828
2829         * lfuns.h:
2830         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2831         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2832
2833         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2834         open/closed state of ollapsable insets. Usage:
2835
2836         all-inset-toggle <state> <name>, where
2837         <state> == "open" || "closed" || "toggle" and
2838         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2839
2840         * lyxtext.h, text2.C (toggleInset): removed.
2841
2842         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2843         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2844         now passes LFUN_INSET_TOGGLE to the found inset.
2845
2846         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2847         is now invoked as "all-insets-toggle toggle branch".
2848
2849 2004-03-30  Angus Leeming  <leeming@lyx.org>
2850
2851         * dociterator.C:
2852         * insetiterator.C:
2853         * pariterator.[Ch]: added/corrected header blurb.
2854
2855 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2856
2857         * dociterator.[Ch]: add an inset_ member
2858         (backwardPos): implemented
2859         (backwardPos, forwardPos): use inset_ when the stack is empty.
2860         (doc_iterator_begin, doc_iterator_end): implemented
2861         * pariterator.[Ch]: adjust, add begin, end
2862         * insetiterator.[Ch]: adjust, add begin, end
2863         * cursor.C:
2864         * document.C:
2865         * BufferView.C:
2866         * BufferView_pimpl.C:
2867         * CutAndPaste.C: adjust
2868
2869 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2870
2871         * buffer.C: increment file format to 232.
2872         * LaTeXFeatures.C: add bibtopic package.
2873         * bufferparams.[Ch]: param \use_bibtopic.
2874
2875         * lyxrc.[Ch]: add lyxrc bibtex_command
2876         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2877
2878         * buffer.C: increment file format to 231.
2879
2880 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2881
2882         * dociterator.C: implement forwardPar
2883         * iterators.[Ch]: remove, replaced by
2884         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2885         * BufferView.C:
2886         * BufferView_pimpl.C:
2887         * CutAndPaste.C:
2888         * buffer.C:
2889         * bufferview_funcs.C:
2890         * cursor.C:
2891         * lyxfind.C
2892         * lyxfunc.C
2893         * paragraph_funcs.C
2894         * toc.C:
2895         * Makefile.am: adjust
2896
2897 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2898
2899         * CutAndPaste.C (pasteSelection): fix 2 crashes
2900         (eraseSelection): fix a crash
2901         * paragraph_funcs.C: remove a warning
2902
2903 2004-03-28  Angus Leeming  <leeming@lyx.org>
2904
2905         * lfuns.h:
2906         * LyXAction.C (init): new LFUN_PRINT.
2907
2908         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2909
2910 2004-03-27  Angus Leeming  <leeming@lyx.org>
2911
2912         * lfuns.h:
2913         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2914
2915         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2916
2917 2004-03-27  Angus Leeming  <leeming@lyx.org>
2918
2919         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2920         insetlist always contains non-null pointers to insets.
2921
2922 2004-03-26  Angus Leeming  <leeming@lyx.org>
2923
2924         * src/BufferView_pimpl.C:
2925         * src/CutAndPaste.C:
2926         * src/buffer.C:
2927         * src/iterators.C:
2928         * src/output_plaintext.C:
2929         * src/outputparams.h:
2930         * src/paragraph_funcs.C:
2931         * src/rowpainter.C:
2932         * src/text.C:
2933         * src/text2.C:
2934         * src/frontends/controllers/ControlErrorList.C:
2935         * src/frontends/gtk/FileDialogPrivate.C:
2936         * src/frontends/gtk/GPainter.C:
2937         * src/frontends/gtk/GToolbar.C:
2938         * src/frontends/qt2/QRef.C:
2939         * src/mathed/math_scriptinset.C: squash compiler warnings.
2940
2941 2004-03-26  Angus Leeming  <leeming@lyx.org>
2942
2943         * ispell.C (LaunchIspell::start):
2944         * lyx_cb.C (AutoSaveBuffer::start):
2945         invoke run(DontWait) rather than runNonBlocking().
2946
2947 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2948
2949         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2950
2951 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2952
2953         * kbsequence.C (print): adjust
2954
2955         * kbmap.C (printKeySym): rename and change signature
2956         (printKey): use LyXKeySym::print()
2957
2958 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2959
2960         * undo.C: add using std::advance to compile for stlport
2961
2962 2004-03-24  Angus Leeming  <leeming@lyx.org>
2963
2964         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2965         it leads to a crash when no buffer is present.
2966
2967 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2968             Martin Vermeer  <martin.vermeer@hut.fi>
2969
2970         * lyxfunc.C (dispatch):
2971         * bufferparams.C (readToken): use the new LColor::setColor
2972
2973         * LColor.[Ch] (setColor): new version that takes two strings as
2974         argument and creates a new color entry if necessary
2975
2976 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2977
2978         * buffer.C (makeLaTeXFile): if the main latex file that is
2979         processed is usually a subdocument of some master, then pretend
2980         for a while that it is actually the master
2981
2982 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2983
2984         * buffer.C (getLabelList):
2985         (getBibkeyList): use getMasterBuffer()
2986         (getMasterBuffer): new method. Returns the main document in the
2987         case where one is using included documents.
2988
2989 2004-03-25  André Pönitz  <poenitz@gmx.net>
2990
2991         * Makefile.am:
2992         * iterators.[Ch]:
2993         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2994
2995         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2996
2997         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2998         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2999
3000         * ParameterStruct.h: merge with ParagraphParameters
3001
3002         * lyxtext.h: remove LyXText::parOffset() and getPar()
3003
3004         * text3.C: Remove all 'manual' update calls. We do now one per user
3005         interaction which is completely sufficient.
3006
3007         * Bidi.C:
3008         * BufferView.[Ch]:
3009         * BufferView_pimpl.C:
3010         * FontIterator.[Ch]:
3011         * MenuBackend.C:
3012         * ParagraphParameters.[Ch]:
3013         * buffer.C:
3014         * buffer.h:
3015         * bufferlist.C:
3016         * cursor.[Ch]:
3017         * cursor_slice.[Ch]:
3018         * dociterator.[Ch]:
3019         * errorlist.[Ch]:
3020         * factory.C:
3021         * lfuns.h:
3022         * lyxfind.C:
3023         * lyxfunc.C:
3024         * output_docbook.[Ch]:
3025         * output_latex.[Ch]:
3026         * output_linuxdoc.[Ch]:
3027         * output_plaintext.[Ch]:
3028         * paragraph.[Ch]:
3029         * paragraph_funcs.[Ch]:
3030         * paragraph_pimpl.[Ch]:
3031         * rowpainter.C:
3032         * tabular.[Ch]:
3033         * text.C:
3034         * text2.C:
3035         * toc.C:
3036         * undo.[Ch]: adjust
3037
3038         * frontends/controllers/ControlDocument.C:
3039         * frontends/controllers/ControlErrorList.C:
3040         * frontends/controllers/ControlSpellchecker.C:
3041         * insets/inset.C:
3042         * insets/inset.h:
3043         * insets/insetbase.h:
3044         * insets/insetbibitem.C:
3045         * insets/insetbox.C:
3046         * insets/insetbranch.C:
3047         * insets/insetcaption.C:
3048         * insets/insetcharstyle.C:
3049         * insets/insetcharstyle.h:
3050         * insets/insetcollapsable.C:
3051         * insets/insetcollapsable.h:
3052         * insets/insetert.C:
3053         * insets/insetfloat.C:
3054         * insets/insetfoot.C:
3055         * insets/insetmarginal.C:
3056         * insets/insetnote.C:
3057         * insets/insetoptarg.C:
3058         * insets/insettabular.C:
3059         * insets/insettext.C:
3060         * insets/insettext.h:
3061         * insets/insetwrap.C:
3062         * mathed/math_mboxinset.C:
3063         * mathed/math_nestinset.C:
3064         * mathed/math_scriptinset.C:
3065         * mathed/math_scriptinset.h:
3066         * support/types.h:
3067
3068 2004-03-24  Angus Leeming  <leeming@lyx.org>
3069
3070         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3071         deal with any child processes that have finished but are waiting to
3072         communicate this fact to the rest of LyX.
3073
3074 2004-03-24  Angus Leeming  <leeming@lyx.org>
3075
3076         64-bit compile fixes.
3077
3078         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3079         (c-tor): pass lyx::pos_types rather than ints.
3080
3081         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3082         lyx::pos_type.
3083
3084         * text.C (Delete): compile fix.
3085         (getPar): ensure that function declaration is the same as that in
3086         the header file.
3087
3088 2004-03-23  Angus Leeming  <leeming@lyx.org>
3089
3090         * ispell.C (LaunchIspell):
3091         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3092         a boost::shred_ptr rather than a std::auto_ptr.
3093
3094 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3095
3096         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3097         handle LFUN_FILE_INSERT_*
3098
3099         * lyxrc.C (setDefaults, getDescription, output, read):
3100         * lyxrc.h: remove ps_command
3101
3102 2004-03-22  Angus Leeming  <leeming@lyx.org>
3103
3104         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3105         Ensure that error_handler is processed once only and that all data
3106         is saved before attempting to output any warning messages.
3107
3108         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3109
3110 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3111
3112         * tabular.C (TeXRow): crash fix (from Kayvan and André)
3113
3114 2004-03-19  André Pönitz  <poenitz@gmx.net>
3115
3116         * cursor.[Ch] (reset): take main text inset as argument
3117
3118         * BufferView: adjust
3119         * BufferView_pimpl.C: adjust
3120
3121         * paragraph.[Ch]: fix completely broken operator=()
3122
3123 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3124
3125         * LColor.C (getFromLyXName): make sure that the color name is used
3126         as lowercase.
3127
3128 2004-03-17  Angus Leeming  <leeming@lyx.org>
3129
3130         * lfuns.h:
3131         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3132
3133         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3134         dialog and to kill a forked process.
3135
3136 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3137
3138         * text2.C (setCursorFromCoordinates): fix font problem
3139
3140 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3141
3142         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3143         bogus "rebuild cursor" code
3144
3145 2004-03-11  André Pönitz  <poenitz@gmx.net>
3146
3147         * buffer.[Ch]: use InsetText instead of LyXText as container for
3148         the main lyx text.
3149
3150         * dociterator.[Ch]: drop the BufferView * member which is not needed
3151         anymore after the change to buffer.C
3152
3153         * paragraph_funcs.C:
3154         * text.C:
3155         * text2.C:
3156         * BufferView.[Ch]:
3157         * BufferView_pimpl.[Ch]:
3158         * cursor.[Ch]:
3159         * cursor_slice.[Ch]: adjust
3160
3161         * text3.C: fix bug in mathDispatch
3162
3163 2004-03-08  André Pönitz  <poenitz@gmx.net>
3164
3165         * undo.[Ch]: use 'StableDocumentIterator' as base for
3166         the Undo struct.
3167
3168 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3169
3170         * LaTeXFeatures.C:
3171         * bufferparams.[Ch]: add jurabib support and param.
3172
3173         * LaTeX.C: add FIXME/comment.
3174
3175 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3176
3177         * buffer.C: increment file format to 230.
3178
3179 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3180
3181         * cursor.C (dispatch): avoid infinite loops
3182
3183 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3184
3185         * rowpainter.C (paintSelection): fix x coordinates
3186
3187 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3188
3189         * text.C (rowBreakPoint): fix breaking before displayed insets
3190
3191 2004-03-01  André Pönitz  <poenitz@gmx.net>
3192
3193         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3194
3195         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3196
3197         * Makefile.am:
3198         * BufferView.C:
3199         * BufferView_pimpl.C:
3200         * buffer.C:
3201         * lyxfind.C:
3202         * lyxfunc.C:
3203         * text.C:
3204         * text2.C:
3205         * text3.C: adjust
3206
3207 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3208
3209         * lyxtext.h:
3210         * text.C:
3211         * text2.C:
3212         * rowpainter.C:
3213         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3214         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3215
3216 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3217
3218         * Bidi.[Ch] (computeTables): const correctness
3219         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3220         fill_hfill, fill_label_hfill and x from Row
3221         * lyxtext.h: prepareToPrint returns a RowMetrics
3222         * rowPainter.C: adjust
3223         * text.C (prepareToPrint): use width, not textWidth. adjust
3224         (redoParagraphInternal, cursorX): adjust
3225         * text2.C (getColumnNearX): adjust
3226         (init): put a default value to the top LyXText::width
3227
3228 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3229
3230         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3231
3232 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3233
3234         * lyxtext.h: add FontIterator class
3235
3236         * text.C (FontIterator, operator*, operator->, operator++): add
3237         (rowBreakPoint, setRowWidth): adjust (fixing a
3238         rebreaking bug)
3239
3240 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3241
3242         * BufferView_pimpl.C (workAreaDispatch): allow also
3243         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3244
3245 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3246
3247         * text.C (rowBreakPoint): fix a bug showing with very large insets
3248
3249 2004-02-25  André Pönitz  <poenitz@gmx.net>
3250
3251         * text3.C:
3252         * cursor.[Ch]: move some mathed specific code to mathed
3253
3254 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3255
3256         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3257         use_tempdir in preferences
3258         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3259         tempfile creation
3260         * lyx_main.C: ensure that tempdir is valid
3261         * lyxlex.h: correct typo
3262         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3263         * paragraph.[Ch] (isMultiLingual): make const
3264         * cursor.[Ch] (openable): make const
3265
3266 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3267
3268         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3269
3270 2004-02-20  André Pönitz  <poenitz@gmx.net>
3271
3272         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3273
3274         * cursor.[Ch]: prepare for localized getStatus()
3275
3276         * lyxtext.h:
3277         * tabular.C:
3278         * text.C:
3279         * text2.C:
3280         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3281
3282 2004-02-20  André Pönitz  <poenitz@gmx.net>
3283
3284         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3285
3286 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3287
3288         * text2.C (setCursorFromCoordinates): switch to absolute coords
3289         (cursorUp): adjust
3290         (cursorDown): adjust
3291         * text3.C (dispatch): adjust
3292
3293 2004-02-16  André Pönitz  <poenitz@gmx.net>
3294
3295         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3296           insets/ChangeLog)
3297
3298         * cursor_slice.[Ch]: remove unneeded acessor function
3299
3300         * lyxtext.h: rename rtl() to isRTL()
3301
3302         * rowpainter.C:
3303         * tabular.C:
3304         * text.C:
3305         * text2.C:
3306         * text3.C: adjust
3307
3308 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3309
3310         * rowpainter.C (paintSelection): coord fix
3311
3312 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3313
3314         * Spacing.C: compile fix
3315
3316 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3317
3318         * cursor.C (dispatch): restore current_ before returning
3319
3320 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3321
3322         * text2.C (cursorUp, cursorDown): fix coords
3323         (moveUp): fix crash
3324
3325 2004-02-12  André Pönitz  <poenitz@gmx.net>
3326
3327         * lyxtext.h:
3328         * text.C:
3329         * text2.C:
3330         * text3.C: add LCursor & parameter to most cursor movement functions
3331           remove usage of LyXText::cursorRow() and cursorPar()
3332
3333         * cursor.[Ch]: add textRow() needed members
3334
3335         * BufferView.C:
3336         * BufferView_pimpl.C:
3337         * paragraph.[Ch]:
3338         * BufferView.C:
3339         * BufferView_pimpl.C: adjust
3340
3341 2004-02-11  André Pönitz  <poenitz@gmx.net>
3342
3343         * lyxfunc.C:
3344         * BufferView.[Ch]:
3345         * BufferView_pimpl.C: shift undo/redo handling
3346
3347         * cursor.[Ch]: fix mathed crash
3348
3349         * lyxfind.C:
3350         * lyxtext.h: move selectionAsText to LCursor
3351
3352         * output_latex.C:
3353         * paragraph.C:
3354         * text.C:
3355         * text2.C:
3356         * text3.C: adjust
3357
3358         * rowpainter.C: fix excessive drawing
3359
3360 2004-02-06  André Pönitz  <poenitz@gmx.net>
3361
3362         * BufferView.[Ch]:
3363         * BufferView_pimpl.[Ch]:
3364         * text3.C: move some text specific LFUN handling
3365
3366 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3367
3368         * text3.C (checkInsetHit): adjust coords
3369         * text2.C (getColumnNearX): adjust coords
3370         (edit): adjust coords
3371         * text.C (getRowNearY): add two asserts
3372
3373 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3374
3375         * converter.C:
3376         * format.C: add using std::distance to compile on gcc 2.95/stlport
3377
3378 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3379
3380         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3381
3382 2004-02-04  André Pönitz  <poenitz@gmx.net>
3383
3384         * BufferView.[Ch] (insertInset):
3385         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3386
3387         * text2.C:
3388         * text3.C: adjust
3389
3390 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3391
3392         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3393         on the default clause of the switch
3394         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3395         wasn't catched by LCursor::dispatch
3396
3397 2004-02-03  André Pönitz  <poenitz@gmx.net>
3398
3399         * BufferView.C:
3400         * cursor.[Ch]: some additional asserts
3401
3402         * undo.[Ch]: remove LyXText dependency in interface
3403
3404         * lyxfunc.C: adjust
3405
3406         * lyxtext.h (firstPar, lastPar): remove dead functions
3407
3408         * text.C:
3409         * text2.C:
3410         * text3.C:
3411         * paragraph.[Ch]: adjust
3412
3413 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3414
3415         * lyxfind.C (find): fix argument order in call to ::find
3416
3417 2004-02-02  André Pönitz  <poenitz@gmx.net>
3418
3419         * cursor.[Ch]: remove direct access to anchor
3420
3421         * text.C: remove findText() hack
3422
3423 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3424
3425         * iterators.[Ch] (lockPath): remove in favour of...
3426         * BufferView.[Ch] (setCursor): this addition
3427         * BufferView.C (putSelectionAt): adjust
3428         * undo.C (performUndoOrRedo): adjust
3429         * lyxfunc.C (dispatch): adjust
3430
3431 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3432
3433         * iterators.C (lockPath): add a missing slice
3434         * undo.C (performUndoOrRedo): remove redundant positioning code
3435
3436 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
3437
3438         * vc-backend.C (scanMaster): ";" -> ';'
3439
3440 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
3441
3442         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3443         std::binary_function
3444
3445         * lyxtextclass.C (compare_name): rename to...
3446         (LayoutNamesEqual): ...this
3447
3448         * lyxlex_pimpl.C (compare_tags): inherit from
3449         std::binary_function, put back into anon namespace
3450
3451         * lyxfind.C (MatchString): inherig from std::binary_function
3452         (findChange): use empty() istead of !size()
3453
3454         * format.C (FormatNamesEqual): new functor
3455         (getFormat): use it
3456         (getNumber): use it
3457         (add): use it
3458         (erase): use it
3459         (setViewer): use it
3460
3461         * converter.C (compare_Converter): rename to...
3462         (ConverterEqual): ...this, and fixup a bit.
3463         (getConverter): use it, and make function const
3464         (getNumber): use it, and make function const
3465         (add): use it
3466         (erase): use it:
3467
3468         * bufferlist.C: add using boost::bind
3469
3470         * MenuBackend.C (MenuNamesEqual): new functor
3471         (hasMenu): use it, and make function const
3472         (hasSubmenu): use nested bind to get rid of compare_memfun.
3473
3474 2004-01-30  André Pönitz  <poenitz@gmx.net>
3475
3476         * BufferView_pimpl.C:
3477         * cursor.C:
3478         * cursor.h:
3479         * cursor_slice.[Ch]:
3480         * lyxfunc.C:
3481         * lyxtext.h:
3482         * paragraph_funcs.C:
3483         * paragraph_funcs.h:
3484         * rowpainter.C:
3485         * text.C:
3486         * text2.C:
3487         * text3.C: move some of the edit(x,y) handling to the insets
3488         some coordinate changes.
3489
3490 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3491
3492         * text.C: add using statements for std::advance and std::distance
3493
3494         * paragraph.C: add using statement for std::distance
3495
3496         * lyxfind.C: add using statement for std::advance
3497
3498         * cursor.C (region): remove std:: from swap
3499         (openable): use nucleus in stead of operator->
3500
3501         * BufferView.C: add using statements for std::distance and std::swap
3502
3503 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3504
3505         * iterators.C: Remove the pimple, move the needed structures to
3506         the header file. Create accessor for the positions stack.
3507         (asPosIterator): remove function
3508
3509         * PosIterator.C (PosIterator): move constructors to top of file
3510         (PosIterator): reimplement the constructor taking a ParIterator in
3511         terms of setFrom.
3512         (setFrom): new function
3513         (operator!=): inline it
3514
3515 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3516
3517         * lyxfind.C (replaceAll): use std::advance
3518
3519         * iterators.h: inherit from std::iterator.
3520
3521         * PosIterator.C (advance, distance): remove
3522         * PosIterator.h: interit from std::iterator.
3523
3524 2004-01-26  André Pönitz  <poenitz@gmx.net>
3525
3526         * BufferView.[Ch]:
3527         * BufferView_pimpl.[Ch]:
3528         * InsetList.[Ch]:
3529         * PosIterator.[Ch]:
3530         * buffer.h:
3531         * bufferview_funcs.C:
3532         * cursor.[Ch]:
3533         * cursor_slice.h:
3534         * factory.[Ch]:
3535         * iterators.[Ch]:
3536         * lyxfind.C:
3537         * lyxfunc.C:
3538         * lyxtext.h:
3539         * output_docbook.C:
3540         * output_latex.C:
3541         * output_linuxdoc.C:
3542         * output_plaintext.C:
3543         * paragraph.[Ch]:
3544         * paragraph_funcs.[Ch]:
3545         * paragraph_pimpl.[Ch]:
3546         * rowpainter.C:
3547         * tabular.C:
3548         * tabular.h:
3549         * text.C:
3550         * text2.C:
3551         * text3.C: more IU:  dumps most of the rest of the mathcursor
3552     implementation into cursor.[Ch]; "globalize" a bit of it.
3553
3554 2004-01-25  Angus Leeming  <leeming@lyx.org>
3555
3556         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3557
3558 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3559
3560         * LaTeXFeatures.h: add nice_ and nice() const
3561         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3562
3563 2004-01-20  André Pönitz  <poenitz@gmx.net>
3564
3565         * BufferView.[Ch]:
3566         * BufferView_pimpl.C:
3567         * PosIterator.C:
3568         * bufferview_funcs.C:
3569         * cursor.[Ch]:
3570         * cursor_slice.[Ch]:
3571         * factory.C:
3572         * iterators.C:
3573         * lyx_cb.C:
3574         * lyxfind.C:
3575         * lyxfunc.C:
3576         * lyxtext.h:
3577         * rowpainter.C:
3578         * text.C:
3579         * text2.C:
3580         * text3.C:
3581         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3582           LCursor and mathcursor parts to LCursor and InsetBase.
3583
3584 2004-01-15  André Pönitz  <poenitz@gmx.net>
3585
3586         * cursor_slice.[Ch]: add a few covienience functions
3587
3588         * funcrequest.[Ch]: remove BufferView * member
3589
3590         * BufferView_pimpl.C:
3591         * cursor.C:
3592         * factory.[Ch]:
3593         * lyxfind.[Ch]:
3594         * lyxfunc.C:
3595         * lyxtext.h:
3596         * text3.C:
3597         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3598
3599 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3600
3601         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3602         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3603
3604 2004-01-13  André Pönitz  <poenitz@gmx.net>
3605
3606         * textcursor.[Ch]:
3607         * lyxtext.h: hide cursor and selection anchor behind accessor function
3608
3609         * BufferView.C:
3610         * BufferView_pimpl.[Ch]:
3611         * PosIterator.C:
3612         * bufferview_funcs.C:
3613         * cursor.h:
3614         * lyxfind.C:
3615         * lyxfunc.C:
3616         * text.C:
3617         * text2.C:
3618         * text3.C:
3619         * undo.C: adjust
3620
3621         * cursor.h:
3622         * cursor_slice.[Ch]: some integer type changes for inset unification
3623
3624         * lyxcursor.[hC]: remove, it's CursorSlice now.
3625
3626         * Makefile.am:
3627         * BufferView_pimpl.[Ch]:
3628         * bufferview_funcs.C:
3629         * cursor_slice.C:
3630         * lyxtext.h:
3631         * text.C:
3632         * text2.C:
3633         * text3.C:
3634         * textcursor.[Ch]: adjust
3635
3636 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3637
3638         * text2.C (undoSpan): add and use
3639         * text.C (breakParagraph): use undoSpan (fix bug 578)
3640         * lyxtext.h: adjust
3641
3642 2004-01-08  Angus Leeming  <leeming@lyx.org>
3643
3644         * BufferView_pimpl.C (MenuInsertLyXFile):
3645         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3646         * lyxfunc.C (menuNew, open, doImport):
3647         FileFilterList change to the FileDialog open and save functions.
3648
3649 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3650
3651         * ShareContainer.h: make isEqual and isUnique adaptable
3652
3653         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3654
3655 2004-01-07  Angus Leeming  <leeming@lyx.org>
3656
3657         * LyXAction.C:
3658         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3659
3660         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3661
3662         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3663         functions replacing find, replace and replaceAll.
3664
3665         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3666         LFUN_WORDFIND(FORWARD|BACKWARD).
3667
3668 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3669
3670         * text.C (breakParagraph): remove an outdated #warning
3671
3672 2004-01-07  André Pönitz  <poenitz@gmx.net>
3673
3674         * lyxfind.C: somewhat clearer logic
3675
3676         * text.C: prevent crash in cursorX on unitialized row cache
3677
3678 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3679
3680         * lyxcursor.[Ch] (operator>): add
3681         * textcursor.C (selStart, selEnd): use std::min and std::max
3682
3683 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3684
3685         * Chktex.C: include boost/format.hpp
3686
3687 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3688
3689         * InsetList.C: replace functor MathcIt with adaptable functor
3690         InsetTablePosLess
3691         (insetIterator): modify accordingly
3692
3693         * BranchList.h: move the BranchNamesEqual functor here from...
3694         * BranchList.C: ... to here
3695
3696         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3697         SameName and match.
3698         (add): replace a finding loop with std::find_if.
3699
3700 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3701
3702         * output_docbook.C: moving LatexParam functionality into
3703         .layout files
3704
3705 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3706
3707         * buffer.C: increment format to 229.
3708
3709 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3710
3711         * LaTeXFeatures.C:
3712         * lyx_sty.[Ch]: remove minipageindent_def
3713
3714         * LyXAction.C:
3715         * factory.C:
3716         * lfuns.h:
3717         * lyxfunc.C:
3718         * text3.C: remove LFUN_INSET_MINIPAGE
3719
3720 2003-12-28  Angus Leeming  <leeming@lyx.org>
3721
3722         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3723
3724 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3725
3726         * text2.C (setParagraph): fix off-by-one crash
3727
3728 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3729
3730         * output_docbook.C: header stuff for AGU
3731
3732 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3733
3734         * text2.C (redoCursor): remove
3735         * text.C:
3736         * text3.C:
3737         * BufferView_pimpl.C: remove calls to redoCursor and
3738         setCursor(cursor.par(), cursor.pos()) all around
3739
3740 2003-12-15  Angus Leeming  <leeming@lyx.org>
3741
3742         * buffer.C: up the format to 228.
3743
3744 2003-12-15  André Pönitz  <poenitz@gmx.net>
3745
3746         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3747         slices
3748
3749         * Makefile.am:
3750
3751         * BufferView_pimpl.C:
3752         * cursor.[Ch]:
3753         * lyxcursor.[Ch]:
3754         * rowpainter.[Ch]:
3755         * lyxtext.h:
3756         * text.C:
3757         * text2.C:
3758         * text3.C: adjust
3759
3760 2003-12-15  Angus Leeming  <leeming@lyx.org>
3761
3762         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3763         than getFromGUIName to manipulate the color.
3764
3765 2003-12-14  Angus Leeming  <leeming@lyx.org>
3766
3767         * BranchList.[Ch]: minimize the API.
3768         (Branch::getBranch, getColor): now return a 'const &'.
3769         (Branch::setSelected) now returns a bool set to true if the
3770         selection status changes.
3771         (BranchList::clear, size, getColor, setColor, setSelected,
3772         allBranches, allSelected, separator): removed.
3773         (BranchList::find): new functions, returning the Branch with
3774         the given name.
3775         (BranchList::add, remove): return a bool indicating that
3776         the operation was successful.
3777
3778         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3779         new InsetBranch::isBranchSlected member function.
3780
3781         * LColor.[Ch]: mimimize the API.
3782         (fill): renamed as addColor and made private.
3783         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3784         versions of these functions taking a string arg have been removed.
3785
3786         * bufferparams.C (readToken):
3787         * lyxfunc.C (dispatch):
3788         * lyxrc.C (read): changes due to the altered BranchList and
3789         LColor APIs.
3790
3791         * factory.C (createInset, readInset): changes due to altered
3792         InsetBranch c-tor.
3793
3794 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3795
3796         * factory.C:
3797         * lyxfunc.C: remove insetminipage. "minipage-insert"
3798         now produces a frameless minipage box inset.
3799
3800 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3801
3802         * textcursor.[Ch] (selStart,selEnd): add new methods
3803         remove selection::start, end, use LyXCursor::operator<
3804         * lyxcursor.[Ch] (operator<): add
3805         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3806         * BufferView.[Ch] (unsetXSel): add
3807         * text2.C (clearSelection): use unsetXSel,adjust
3808         * text.C: adjust
3809         * text3.C: adjust
3810         * rowpainter.C: adjust
3811         * bufferview_funcs.C (put_selection_at): adjust
3812
3813 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3814
3815         * BufferView_pimpl.C: small coord. correction
3816
3817 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3818
3819         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3820         dragging over the splash screen.
3821
3822 2003-12-11  Angus Leeming  <leeming@lyx.org>
3823
3824         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3825         as it is now handled in LyXText::dispatch.
3826
3827         * text3.C (doInsertInset): remove a level of nesting.
3828
3829 2003-12-11  Angus Leeming  <leeming@lyx.org>
3830
3831         * factory.C (createInset): changes due to the changed interface to
3832         InsetCommandMailer::string2params.
3833
3834 2003-12-10  Angus Leeming  <leeming@lyx.org>
3835
3836         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3837         'dialog-show-new-inset <inset name>'
3838
3839 2003-12-10  Angus Leeming  <leeming@lyx.org>
3840
3841         * buffer.C: up the format to 227.
3842
3843         * factory.C: the box inset is now identified simply by 'Box'.
3844
3845 2003-12-10  Angus Leeming  <leeming@lyx.org>
3846
3847         * buffer.C: up the format to 226.
3848
3849         * factory.C: the note inset is now identified simply by 'Note'.
3850
3851 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3852
3853         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3854         when a pit is enough. Standarize a couple of loops.
3855
3856 2003-12-05  Angus Leeming  <leeming@lyx.org>
3857
3858         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3859         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3860         data to the re-worked "log" dialog.
3861
3862 2003-12-03  André Pönitz  <poenitz@gmx.net>
3863
3864         * PosIterator.C:
3865         * iterators.C:
3866         * lyxtext.h:
3867         * output_latex.C:
3868         * paragraph_funcs.C:
3869         * text.C:
3870         * text2.C: use Inset::getText instead of Inset::getParagraph
3871
3872 2003-12-03  André Pönitz  <poenitz@gmx.net>
3873
3874         * buffer.[Ch]:
3875         * lyxtext.h:
3876         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3877         InsetText::read() as LyXText::read()
3878
3879 2003-12-02  Angus Leeming  <leeming@lyx.org>
3880
3881         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3882         type. Add a comment in the implementation that the function uses
3883         the stream's bad() function rather than fail() as the std::streams
3884         would do.
3885
3886 2003-12-02  André Pönitz  <poenitz@gmx.net>
3887
3888         * lyxlex.[Ch]: make interface more similar to std::stream
3889
3890         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3891
3892 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3893
3894         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3895
3896 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3897
3898         * vspace.[Ch]: remove VSpace::NONE
3899
3900 2003-12-01  André Pönitz  <poenitz@gmx.net>
3901
3902         * buffer.[Ch]:
3903         * lyxtext.h: move ParagraphList member to LyXText
3904         rename LyXText::ownerParagraphs to LyXText::paragraph
3905
3906         * CutAndPaste.C:
3907         * bufferview_funcs.C:
3908         * iterators.[Ch]:
3909         * lyx_cb.C:
3910         * paragraph.C:
3911         * rowpainter.C:
3912         * tabular.C:
3913         * text.C:
3914         * text2.C:
3915         * text3.C: adjust
3916
3917         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3918
3919         * undo.C: fix cursor positioning
3920
3921 2003-12-01  John Levon  <levon@movementarian.org>
3922
3923         * BufferView_pimpl.C: fix a crash on exit with
3924         a buffer open
3925
3926 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3927
3928         * BranchList.C: fix setSelected() method.
3929
3930 2003-11-28  André Pönitz  <poenitz@gmx.net>
3931
3932         * ParagraphParameters.[Ch]:
3933         * ParameterStruct.h: remove space above/below from Paragraph to
3934          InsetVSpace
3935
3936         * BufferView_pimpl.C:
3937         * factory.C:
3938         * lyxfunc.C:
3939         * lyxtext.h:
3940         * output_latex.C:
3941         * paragraph.C:
3942         * paragraph_funcs.C:
3943         * rowpainter.[Ch]:
3944         * text.C:
3945         * text2.C:
3946         * text3.C: adjust
3947
3948 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3949
3950         * factory.C: Syntax change for CharStyles
3951
3952 2003-11-28  André Pönitz  <poenitz@gmx.net>
3953
3954         * BufferView.[Ch]:
3955         * BufferView.[Ch]:
3956         * buffer.[Ch]:
3957         * buffer.[Ch]: move LyXText member
3958
3959 2003-11-28  André Pönitz  <poenitz@gmx.net>
3960
3961         * BufferView.[Ch]: make LyXText * text a private member
3962
3963         * BufferView_pimpl.C:
3964         * cursor.C:
3965         * iterators.C:
3966         * lyx_cb.C:
3967         * lyxfind.C:
3968         * lyxtext.h:
3969         * rowpainter.[Ch]:
3970         * text.C:
3971         * text2.C:
3972         * undo.C: adjust
3973
3974         * output_plaintext.C: cleanup
3975
3976 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3977
3978         * buffer.C:
3979         * lyxtextclass.[Ch]: parametrize SGML document header
3980
3981 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3982
3983         * converter.[Ch]:
3984         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3985         getFlavor().
3986
3987 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3988
3989         * text2.C (setFont): rework using PosIterator (no more recursive)
3990         (setCharFont): no more needed
3991         (setLayout): no more selection cursors fiddling (done by redoCursor)
3992         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3993         destroy remaining ones)
3994
3995 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3996
3997         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3998         * lyxtext.h: ditto
3999         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4000         selection cursors
4001         * lyxfunc.C: adjust
4002         * text3.C: adjust + re-allow multi par depth changes
4003         * textcursor.C: simplify a bit
4004
4005 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4006
4007         * src/buffer.C:
4008         * src/lyxlayout.C:
4009         * src/lyxlayout.h:
4010         * src/lyxtext.h:
4011         * src/output_docbook.C:
4012         * src/output_latex.C:
4013         * src/paragraph.C:
4014         * src/paragraph.h:
4015         * src/sgml.C:
4016         * src/sgml.h:
4017         * src/text2.C: Introducing a number of tags parametrizing various
4018         XML formats that we may want to support
4019
4020 2003-11-25  André Pönitz  <poenitz@gmx.net>
4021
4022         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4023
4024         * lyxtext.h (leftMargin/rightMargin): simplify interface
4025
4026         * rowpainter.C:
4027         * text.C:
4028         * text2.C:
4029         * text3.C: adjust
4030
4031 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4032
4033         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4034         master file to any child files. Fixes bug 546.
4035
4036 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4037
4038         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4039
4040 2003-11-24  André Pönitz  <poenitz@gmx.net>
4041
4042         * rowpainter.C: simplification
4043
4044         * text2.C (updateCounters): remove call to redoParagraph on
4045         changed labels as this is far too expensive.
4046
4047 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4048
4049         * converter.C (convert): fix a crash: this function gets
4050         called with buffer == 0 from importer code.
4051
4052 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
4053
4054         * text3.C (cursorPrevious): make sure that we do not compare
4055         iterators form different containers.
4056         (cursorNext): ditto
4057
4058         * rowpainter.C (paintSelection): make sure that we do not compare
4059         iterators from different containers.
4060
4061         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4062         iterators from different ParagraphList containers.
4063         [NEXT] ditto
4064
4065         * text2.C (LyXText): change order of initialization slightly
4066         (operator=): new function. copy all variables except cache_par_
4067         (moveUp): make sure that we do not compare iterators from
4068         different ParagraphList constainers.
4069         (moveDown): ditto
4070
4071         * text.C (firstPar): new function
4072         (lastPar): new function
4073         (endPar): new function
4074
4075         * lyxtext.h: move things around and group public functions, public
4076         variables, private functions, private variables
4077
4078 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4079
4080         * factory.C: change call to InsetERT constructor to avoid
4081         additional invocation of method status
4082         * text2.C (toggleInset): remove redundant update() call
4083         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4084         instead of a Bufferview pointer
4085
4086 2003-11-21  André Pönitz  <poenitz@gmx.net>
4087
4088         * rowpainter.C: simplification
4089
4090 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4091
4092         * text3.C (dispatch): make possible to extend a word/row selection
4093         with the mouse
4094
4095 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4096
4097         * lyxtext.h: x0_,y0_ -> xo_,yo_
4098         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4099         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4100         * rowpainter.C (paintRows): paint full paragraphs
4101
4102 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4103
4104         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4105         screen coordinates)
4106
4107 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4108
4109         * lyxtext.h: add x0_, y0_
4110         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4111         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4112
4113 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4114
4115         * text2.C (setCursorIntern): move the x_target update here *
4116         * text3.C: change some bv() to true/false in calls to
4117         cursorUp/Down/Right/Left
4118         * cursor.C: use helper function.
4119
4120 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4121
4122         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4123         * paragraph_funcs.[Ch]: correct comment
4124         * rowpainter.C: do not paint selections away from bv->cursor()
4125         Fix a long standing selection painting bug.
4126         * text3.C: generalize mouse-selection code to LyXTexts other that
4127         top one
4128         * textcursor.C: do not use y coords if we can use par offsets
4129
4130 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4131
4132         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4133         cursor position after e.g. inset insert)
4134
4135 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4136
4137         * lyxfind.C (replace): adjust to locking removal + some
4138         code simplification
4139
4140 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4141
4142         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4143         of the path
4144
4145 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4146
4147         * lyxlayout.[Ch]:
4148         * output_docbook.C: XML sanitation: new layout
4149         parameters InnerTag and CommandDepth
4150
4151 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4152
4153         * BufferView_pimpl.C:
4154         * factory.C:
4155         * text3.C: Fix the insertion and modification of button-style
4156         insets
4157
4158 2003-11-13  André Pönitz  <poenitz@gmx.net>
4159
4160         * InsetList.[Ch]: remove deleteLyXText
4161
4162         * paragraph.[Ch]: cache beginOfBody position
4163
4164         * Bidi.C:
4165         * text.C:
4166         * text2.C:
4167         * text3.C: remove superfluous update() calls
4168
4169         * vspace.C: cleanup
4170
4171 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4172
4173         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4174         * BufferView.C (fitLockedInsetCursor): remove
4175         * cursor.[Ch] (getDim): add
4176         * text.C (getRowNearY): add faster version
4177         * text3.C: remove some update calls
4178
4179 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4180
4181         * LaTeXFeatures.C:
4182         * LyXAction.C:
4183         * MenuBackend.C:
4184         * MenuBackend.h:
4185         * dispatchresult.h:
4186         * factory.C:
4187         * lfuns.h:
4188         * lyxfunc.C:
4189         * lyxtextclass.C:
4190         * lyxtextclass.h:
4191         * text3.C: The Character Style /XML short element patch.
4192
4193 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4194
4195         * text3.C:
4196         * factory.C: Small step to solving 'unable to insert some insets'
4197         problem
4198
4199 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4200
4201         * cursor.[Ch] (updatePos): new function for updating the y
4202         position of the tip inset
4203         * bufferview_funcs.C (put_selection_at):
4204         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4205
4206 2003-11-11  André Pönitz  <poenitz@gmx.net>
4207
4208         * text.C: remove big comment on invalid Paragraph pointers as it is
4209         not valid anymore
4210
4211 2003-11-11  André Pönitz  <poenitz@gmx.net>
4212
4213         * text_funcs.[Ch]: merge with ...
4214
4215         * text.C: ... this
4216
4217         * lyxtext.h:
4218         * text2.C:
4219         * text3.C: adjust
4220
4221         * Makefile.am: remove text_funcs.[Ch]
4222
4223 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4224
4225         * cursor.C (getPos): return absolute cached y coord
4226
4227         * BufferView_pimpl.C (fitCursor): new simplistic code
4228         (workAreaDispatch): add a fitCursor call
4229
4230 2003-11-10  André Pönitz  <poenitz@gmx.net>
4231
4232         * BufferView.[Ch]:
4233         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4234
4235 2003-11-10  André Pönitz  <poenitz@gmx.net>
4236
4237         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4238         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4239         indicate that the cursor needs to leave an inset
4240
4241         * lyxtext.h: remove inset locking
4242
4243         * cursor.[Ch]: re-implement functionality provided by inset locking
4244
4245         * BufferView.[Ch]:
4246         * BufferView_pimpl.[Ch]:
4247         * LyXAction.C:
4248         * bufferview_funcs.[Ch]:
4249         * factory.C:
4250         * funcrequest.[Ch]:
4251         * iterators.C:
4252         * lyx_cb.C:
4253         * lyxfind.C:
4254         * lyxfunc.C:
4255         * text.C:
4256         * text2.C:
4257         * text3.C:
4258         * undo.C: adjust
4259
4260 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4261
4262         * PosIterator.[Ch]: replace the stack with a vector, add inset
4263         accesor
4264         * iterators.[C]: adjust
4265
4266 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4267
4268         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4269         replaced
4270         * paragraph_funcs.C (readParToken): put the correct id in the
4271         error item, not the id of the top paragraph
4272
4273 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4274
4275         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4276         * bufferview_funcs.C (put_selection_at): use the above
4277
4278 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4279
4280         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4281
4282 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4283
4284         * output_linuxdoc.h:
4285         * output_plaintext.h:
4286         * output.h:
4287         * output_docbook.h: add #include statements
4288
4289 2003-11-05  José Matos  <jamatos@lyx.org>
4290
4291         * output_docbook.[Ch]:
4292         * output_latex.[Ch]:
4293         * output_linuxdoc.[Ch]:
4294         * output_plaintext.[Ch]: New files for output formats.
4295         * output.[Ch]: New file for helper functions.
4296
4297         * buffer.[Ch]:
4298         * paragraph_funcs.[Ch]: output functions moved to new files.
4299
4300         * outputparams.h: rename of latexrunparams.h
4301
4302         * LaTeX.[Ch]:
4303         * buffer.[Ch]:
4304         * bufferlist.[Ch]:
4305         * converter.[Ch]:
4306         * exporter.C:
4307         * paragraph.[Ch]:
4308         * paragraph_funcs.[Ch]:
4309         * paragraph_pimpl.[Ch]:
4310         * tabular.[Ch]: rename ascii to plaintext
4311         and LatexRunParams to OutputParams.
4312
4313 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4314
4315         * iterators.[Ch] (text): require bv argument
4316         * undo.C (recordUndo):
4317         * lyxfunc.C (dispatch):
4318         * bufferview_funcs.C (put_selection_at): adjust
4319
4320 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
4321
4322         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4323
4324 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4325
4326         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4327         nestings
4328
4329 2003-11-04  André Pönitz  <poenitz@gmx.net>
4330
4331         * cursor.[Ch]: restructure
4332
4333         * BufferView.[Ch]:
4334         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4335
4336         * iterators.[Ch] (asCursor): remove
4337
4338         * lfuns.h: remove LFUN_INSET_EDIT
4339
4340         * lyxfunc.C:
4341         * tabular.C:
4342         * text.C:
4343         * text2.C:
4344         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4345
4346 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4347
4348         * lyxfind.[Ch]: complete overhaul
4349         * BufferView_pimpl.C:
4350         * lyxfunc.C: adjust
4351         * paragraph.[Ch] (insert): add
4352
4353 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4354
4355         * BufferView.[Ch]:
4356         * lyxtext.h:
4357         * text.C: remove dead spellcheck code
4358
4359 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4360
4361         * dispatchresult.h: add a val setter
4362
4363         * cursor.C (dispatch): use a tempvar for data_[i]
4364
4365 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4366
4367         * PosIterator.[Ch]: compile fix
4368
4369 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4370
4371         * text.C (cursorPar): deactivate the cursor cache
4372
4373 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4374
4375         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4376
4377 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4378
4379         * text3.C (dispatch): adjust for new DisptchResult semantics.
4380
4381         * lyxfunc.C (dispatch): handle update when return from
4382         Cursor::dispatch, adjust for new DispatchResult semantics.
4383
4384         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4385         DispatchResult(true) mean to not update. Add class functions for
4386         setting dispatched and update, as well as reading.
4387
4388         * cursor.C (dispatch): don't handle update here
4389
4390 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4391
4392         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4393         * trans_mgr.C: adjust
4394
4395         * paragraph_funcs.C (readParToken): exception safety
4396
4397         * lyxvc.h: store the vcs pointer in a scoped_ptr
4398         * lyxvc.C: adjust
4399
4400         * lyxsocket.C (serverCallback): exception safety
4401
4402         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4403
4404         * ispell.C (clone): make it return a auto_ptr
4405
4406         * factory.C (createInset): exception safety
4407         (readInset): exception safety
4408
4409         * bufferlist.C (newBuffer): exception safety
4410
4411         * Thesaurus.C (Thesaurus): use initialization for aik_
4412
4413         * MenuBackend.C (expandToc): exception safety.
4414
4415 2003-11-03  André Pönitz  <poenitz@gmx.net>
4416
4417         * buffer.C:
4418         * buffer.h:
4419         * bufferview_funcs.C: remove getInsetFromId()
4420
4421         * lyxcursor.[Ch]:
4422         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4423
4424         * lyxfunc.C:
4425         * text2.C:
4426         * text3.C: adjust
4427
4428 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4429
4430         * PosIterator.C (distance, advance): new
4431         * bufferview_funcs.[Ch] (put_selection_at): new
4432         * iterators.[Ch] (lockPath): new
4433
4434 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4435
4436         * iterators.[Ch] (asPosIterator): added
4437         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4438         * PosIterator.[Ch]: added
4439
4440 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4441
4442         * text3.C:
4443         * lyxfunc.C:
4444         * cursor.C (dispatch):
4445         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4446
4447         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4448         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4449         contructor, add a class function dispatched. Remove operator>=
4450
4451 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4452
4453         * debug.C: only use the default constructor for debugstream
4454         (lyxerr) here.
4455
4456         * main.C (main): include debug.h and setup the lyxerr streambuf
4457         here.
4458
4459 2003-10-31  José Matos  <jamatos@lyx.org>
4460
4461         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4462
4463         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4464         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4465         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4466         * paragraph_pimpl.C (simpleTeXSpecialC):
4467         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4468         add LatexRunParams argument.
4469
4470         * exporter.C (Export): change call accordingly.
4471
4472         * latexrunparams.h: add new member to take care of the other backends.
4473 2003-10-30  José Matos  <jamatos@lyx.org>
4474
4475         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4476         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4477         factorise code for paragraph output.
4478         * buffer.[Ch]:
4479         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4480         move functions.
4481
4482 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4483
4484         * text3.C (dispatch):
4485         * lyxfunc.C (dispatch):
4486         * cursor.C (dispatch):
4487         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4488
4489         * dispatchresult.h: make the dispatch_result_t ctor explicit
4490
4491 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4492
4493         * sgml.[Ch]:
4494         * buffer.C: small refactoring of docbook stuff
4495
4496 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4497
4498         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4499         meaning.
4500
4501 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4502
4503         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4504         operator dispatch_result_t, and operators for == != and >=
4505
4506         * cursor.C (dispatch): adjust for operator dispatch_result_t
4507         removal. comment out call to update
4508
4509         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4510
4511 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4512
4513         * text3.C:
4514         * text2.C:
4515         * text.C:
4516         * lyxtext.h:
4517         * lyxfunc.C:
4518         * cursor.C:
4519         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4520         (dispatch):
4521
4522         * dispatchresult.h: new file, DispatchResult broken out of
4523         insets/insetbase.h
4524
4525         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4526
4527 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4528
4529         * text.C (rowBreakPoint): put a hack inside #if 0
4530
4531 2003-10-28  André Pönitz  <poenitz@gmx.net>
4532
4533         * lyxtext.h:
4534         * metricsinfo.C:
4535         * paragraph_funcs.C:
4536         * rowpainter.C:
4537         * text.C:
4538         * text2.C: general cleanup (lots of small stuff)
4539
4540 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4541
4542         * text2.C (cursorEnd): simple fix to the "end key goes to one
4543         before the end on last row" bug
4544
4545 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4546
4547         * text.C (backspace): fix the "zombie characters"
4548
4549 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4550
4551         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4552
4553 2003-10-27  André Pönitz  <poenitz@gmx.net>
4554
4555         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4556
4557         * factory.C: handle new InsetPagebreak, InsetLine
4558
4559         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4560         and move handling into new InsetPagebreak, InsetLine
4561
4562         * BufferView_pimpl.C:
4563         * LyXAction.C:
4564         * ParagraphParameters.C:
4565         * ParameterStruct.h:
4566         * lyxfunc.C:
4567         * lyxtext.h:
4568         * paragraph.C:
4569         * paragraph.h:
4570         * paragraph_funcs.C:
4571         * paragraph_pimpl.C:
4572         * rowpainter.C:
4573         * text.C:
4574         * text2.C:
4575         * text3.C: adjust
4576
4577 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4578
4579         * text.C:
4580         * lyxrow_funcs.[Ch]:
4581         * Bidi.C:
4582         * paragraph.C:
4583         * lyxtext.h:
4584         * rowpainter.C:
4585         * text2.C:
4586         * text3.C: remove lastPos uses in favour of Row::endpos
4587
4588 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4589
4590         * undo.C (performUndoOrRedo): fix two crashes by setting a
4591         cursor by hand and reordering some calls. Use bv->lockInset instead
4592         of inset->edit because the latter loses cursor information
4593
4594 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4595
4596         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4597         by Martin
4598         (rowBreakPoint): fix width. change point to point + 1.
4599         Add a missing check.
4600
4601 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4602
4603         * MenuBackend.C:
4604         * lyxfunc.C: fix (at least partly) the problems
4605         with the Nav menu and headers inside branch insets
4606         reported by Kayvan
4607
4608 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4609
4610         * paragraph.C (getChar): add strong asserts
4611
4612         * lyxrow_funcs.C (lastPos): remove hideous hack
4613
4614         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4615         (fill): adjust to that (avoid an infinite loop)
4616
4617 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4618
4619         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4620
4621 2003-10-23  André Pönitz  <poenitz@gmx.net>
4622
4623         * RowList_fwd.h: change list<> to vector<> to gain speed
4624         after suggestion from Alfredo
4625
4626 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4627
4628         * lyxtext.h: move the bidi stuff from here...
4629         * text.C: and here
4630         * text2.C: and here
4631         * Bidi.[Ch]: ... to here
4632
4633 2003-10-23  André Pönitz  <poenitz@gmx.net>
4634
4635         * lyxtext.h:
4636         * text.C (isLastRow, isFirstRow): new functions
4637
4638         * paragraph.h: new width cache member
4639
4640         * rowpainter.C: replace RowList::iterator with Row & where possible
4641
4642         * lyxfunc.C: replace several view()->text with a single call
4643
4644         * toc.C: fix 'unused' warning
4645
4646 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4647
4648         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4649         when woring with stream::pos_type
4650         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4651
4652 2003-10-22  André Pönitz  <poenitz@gmx.net>
4653
4654         * lyxtext.h:
4655         * text.C: use Row & instead of RowList::iterator
4656
4657         * lyxrow.h: rename end() to endpos()
4658
4659         * rowpainter.C:
4660         * text.C:
4661         * text2.C: adjust
4662
4663 2003-10-22  Angus Leeming  <leeming@lyx.org>
4664
4665         * buffer.[Ch] (fully_loaded): new member function, returning true
4666         only when the file has been loaded fully.
4667         Used to prevent the premature generation of previews and by the
4668         citation inset to prevent computation of the natbib-style label.
4669
4670         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4671         templates are all set up.
4672
4673         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4674
4675 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4676
4677         * text.C: fixed an "oops" in the "is a bit silly"
4678         bug fix
4679
4680 2003-10-21  André Pönitz  <poenitz@gmx.net>
4681
4682         * FuncStatus.[Ch]: small stuff, whitespace
4683
4684         * lyxfont.[Ch]: operator<<() for debug reasons
4685
4686         * lyxfunc.C:
4687         * lyxrow_funcs.C:
4688         * lyxtext.h: whitespace, spelling
4689
4690         * paragraph.C: naming of variables
4691
4692         * text.C:
4693         * text2.C: small stuff
4694
4695
4696 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4697
4698         * text.C: (1) finish off the inset display() work;
4699         (2) fix the "is a bit silly" bug (accessing char
4700         past end of par).
4701
4702 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4703
4704         * text.C: re-introduce display() for insets, fixing the
4705         various bugs (stretch of line above, math inset
4706         positioning, ...)
4707
4708 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4709
4710         * text.C (rightMargin): remove spurious semicolon
4711
4712         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4713         1415)
4714
4715 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4716
4717         * text3.C: fix one crash due to wrong cursor def
4718
4719 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4720
4721         * vc-backend.C (scanMaster): make the regex static
4722
4723         * LaTeX.C (scanAuxFile): make the regexs static
4724
4725         * text3.C (doInsertInset, dispatch, dispatch):
4726         * text2.C (cursorUp, cursorDown):
4727         * text.C (selectNextWordToSpellcheck):
4728         * BufferView_pimpl.C (dispatch):
4729         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4730
4731 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4732
4733         * lyxsocket.C: include <cerrno>
4734
4735 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4736
4737         * lyxfunc.C (dispatch): remove textcache stuff
4738
4739         * bufferlist.C (release): remove textcache stuff
4740         (closeAll): ditto
4741
4742         * TextCache.C: delete file
4743         * TextCache.h: delete file
4744
4745         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4746
4747         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4748         delete of the bv_->text.
4749         (resizeCurrentBuffer): remove texcache stuff
4750         (workAreaResize): ditto
4751
4752 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4753
4754         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4755         action.
4756
4757 2003-10-16  André Pönitz  <poenitz@gmx.net>
4758
4759         * lyxrow.[Ch]:
4760         * paragraph.h:
4761         * rowpainter.C:
4762         * text.C:
4763         * text2.C:
4764         * text3.C: speed up by storing y positions per paragraph plus per-row
4765         offset instead of having a 'full' y position in the row.
4766
4767 2003-10-15  André Pönitz  <poenitz@gmx.net>
4768
4769         * iterators.[Ch]:
4770         * iterators.[Ch]:
4771         * undo.[Ch]: make undo aware of inner insets
4772
4773 2003-10-14  Angus Leeming  <leeming@lyx.org>
4774
4775         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4776         static member functions LyX::ref() and LyX::cref.
4777         (lastfiles): new accessor functions for the new lastfiles_ member var.
4778         (addLyXView, views_): add a new LyXView to the list of views_.
4779         (updateInset): loop over all LyXViews to call their own updateInset
4780         member function, returning a pointer to the Buffer owning the inset.
4781
4782         * BufferView_pimpl.C (loadLyXFile):
4783         * MenuBackend.C (expandLastfiles):
4784         * bufferlist.C (MenuWrite, QuitLyX):
4785         lastfiles is no longer a global variable.
4786         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4787
4788         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4789         static function. Access through LyX::cref().emergencyCleanup().
4790
4791 2003-10-14  André Pönitz  <poenitz@gmx.net>
4792
4793         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4794
4795         * undo.[Ch]: restoring part of 'undo in insets'
4796
4797         * Makefile.am:
4798         * undo_funcs.[Ch]: merge with undo.[Ch]
4799
4800         * tabular.C: small cleansing stuff
4801
4802 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4803
4804         * paragraph_funcs.C (readParToken): report unknown insets as error
4805         boxes. Use the outer paragraph as location (also for unknown
4806         tokens).
4807
4808         * factory.C (readInset): do not abort on reading an unknown inset.
4809         Eat it and return 0.
4810
4811 2003-10-13  Angus Leeming  <leeming@lyx.org>
4812
4813         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4814
4815         * lyxrc.C: displayTranslator is now a function,
4816         declared in GraphicsTypes.h.
4817
4818 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4819
4820         * format.C: new placeholder $$a to pass the socket address.
4821
4822         * bufferlist.[Ch]: new function getBufferFromTmp.
4823
4824         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4825           files in the temporary dir.
4826
4827 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4828
4829         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4830
4831         * Makefile.am: add lyxsocket.[Ch].
4832
4833         * lyx_main.C (error_handler): handle SIGPIPE.
4834
4835 2003-10-13  André Pönitz  <poenitz@gmx.net>
4836
4837         * BufferView_pimpl.C:
4838         * lyxtext.h:
4839         * text.C:
4840         * text2.C:
4841         * text3.C:
4842         * undo_funcs.[Ch]: use paroffset_type instead of
4843           ParagraphList::iterators to prevent multiple conversion
4844           (and get a more robust interface)
4845
4846 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4847
4848         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4849         * lyxtext.h: ditto
4850         * text3.C (dispatch): ditto
4851
4852 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4853
4854         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4855         move the onlyfile, use onlyfile instead of foundfile in a couple
4856         of places.
4857
4858         * DepTable.C (update): flush the error stream a bit more
4859
4860 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4861
4862         * lyxserver.C (callback): adjust
4863
4864         * lyxfunc.C (getStatus): add a missing brace in commented code
4865         (ensureBufferClean): reindent
4866         (dispatch): delete version taking a string
4867
4868 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4869
4870         * LaTeX.C (deplog): move found file handlig from here...
4871         (handleFoundFile): .. to new function here.
4872         (deplog): make sure to discover several files mentioned on the
4873         same log line.
4874
4875 2003-10-10  André Pönitz  <poenitz@gmx.net>
4876
4877         * lyxfunc.C:
4878         * lyxtext.h:
4879         * tabular.C:
4880         * text.C:
4881         * text2.C:
4882         * text3.C: fix some of the tabular crashes
4883
4884 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4885
4886         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4887
4888         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4889
4890 2003-10-09  André Pönitz  <poenitz@gmx.net>
4891
4892         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4893
4894         * BufferView.C:
4895         * BufferView_pimpl.C:
4896         * bufferview_funcs.C:
4897         * lyx_cb.C:
4898         * lyxcursor.C:
4899         * lyxfind.C:
4900         * lyxfunc.C:
4901         * lyxtext.h:
4902         * text.C:
4903         * text2.C:
4904         * text3.C:
4905         * text_funcs.[Ch]:
4906         * textcursor.[Ch]:
4907         * undo_funcs.C: adjust
4908
4909 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4910
4911         * text2.C (incrementItemDepth): new function, use a backtracking
4912         algorithm to discover the correct item depth.
4913         (resetEnumCounterIfNeeded): new function, use a backtracking
4914         algorithm to discover if counter reset is needed.
4915         (setCounter): use them. Simplify a bit. Add different labels for
4916         different item depths for itemize.
4917
4918         * paragraph.C (Paragraph): remove initialization of enumdepth
4919         (operator=): ditto
4920
4921         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4922         enumerate and itemize. Change the type of itemdepth to signed char.
4923
4924 2003-10-08  André Pönitz  <poenitz@gmx.net>
4925
4926         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4927           thing assignable.
4928         * text.C:
4929         * text2.C: adjust
4930
4931         * tabular.[Ch]: fix crash after 'row-insert'
4932
4933 2003-10-08  Angus Leeming  <leeming@lyx.org>
4934
4935         Fix doxygen warnings.
4936
4937         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4938         Remove CutAndPaste:: prefix from header file declaration.
4939
4940         * LColor.h (fill): remove LColor:: prefix from declaration.
4941
4942         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4943         use lyx::depth_type rather than Paragraph::depth_type so that
4944         header file and .C file match.
4945
4946         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4947
4948         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4949         * aspell.C: \file aspell_local.C -> \file aspell.C
4950         * gettext.C: \file gettext.C -> \file src/gettext.C
4951         * gettext.h: \file gettext.h -> \file src/gettext.h
4952         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4953         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4954         * text.C: \file text.C -> \file src/text.C
4955
4956         * toc.C: move comment so that doxygen is not confused.
4957
4958 2003-10-07  Angus Leeming  <leeming@lyx.org>
4959
4960         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4961
4962 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4963
4964         * aspell.C:
4965         * aspell_local.h: add forgotten std::string's.
4966
4967 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4968
4969         * LaTeXFeatures.C:
4970         * LyXAction.C:
4971         * factory.C:
4972         * lfuns.h:
4973         * lyxfunc.C:
4974         * text3.C: The Box patch. Fancybox support, minipage, parbox
4975
4976 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4977
4978         * CutAndPaste.h:
4979         * DepTable.h:
4980         * FloatList.h:
4981         * LaTeXFeatures.h:
4982         * ParagraphParameters.h:
4983         * TextCache.h:
4984         * Thesaurus.h:
4985         * bufferlist.h:
4986         * exporter.h:
4987         * importer.h:
4988         * lastfiles.h:
4989         * lyxfind.h:
4990         * lyxfont.h:
4991         * lyxlex.h:
4992         * lyxtextclasslist.h:
4993         * messages.h:
4994         * paragraph.h:
4995         * paragraph_pimpl.C:
4996         * textcursor.h: add <string> and other small fixes to make Lars'
4997         std::string patch compile with STLport.
4998
4999 2003-10-06  Angus Leeming  <leeming@lyx.org>
5000
5001         * LColor.h: Add missing #include <string>.
5002
5003 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5004
5005         * All most all file in all subdirs: Make <string> be the prefered
5006         way of getting to std::string, add using declarations.
5007
5008 2003-10-06  André Pönitz  <poenitz@gmx.net>
5009
5010         * metricsinfo.C: initialize LyXFont before changing attribute.
5011         (fixes the 'math in \emph is upright' bug)
5012
5013 2003-10-06  André Pönitz  <poenitz@gmx.net>
5014
5015         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5016
5017 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5018
5019         * graph.C:
5020         * paragraph_pimpl.C: Small fixes to build using STLport
5021
5022 2003-10-02  André Pönitz  <poenitz@gmx.net>
5023
5024         * lyxfunc.C:
5025         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5026
5027 2003-10-01  André Pönitz  <poenitz@gmx.net>
5028
5029         * factory.C: assert early
5030
5031 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5032
5033         * lyx_main.C: remove the global debug object
5034
5035         * debug.h: adjust for new debugstream
5036
5037         * debug.C: adjust for new debugstream and keep the global debug
5038         object here.
5039
5040 2003-09-22  Angus Leeming  <leeming@lyx.org>
5041
5042         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5043         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5044         an incomplete class LyXFont.
5045
5046 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5047
5048         * factory.C: bug fix in branches
5049
5050 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5051
5052         * lyxfunc.C (processKeySym): adjust
5053         (dispatch): adjust
5054         (dispatch): change arg name from ev to func, adjust
5055         (sendDispatchMessage): ditto
5056
5057         * lyx_main.C (defaultKeyBindings): adjust keybindings
5058         (deadKeyBindings): ditto
5059
5060         * kbsequence.C (addkey): return a FuncRequest
5061
5062         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5063
5064         * kbmap.C (bind): take a FuncRequest as arg, adjust
5065         (read): adjust
5066         (lookup): adjust
5067         (defkey): change to take a FuncRequest as arg, adjust
5068         (findbinding): take a FuncRequest as arg, adjust.
5069
5070         * funcrequest.h (operator=): added
5071
5072         * funcrequest.C (FuncRequest): default kb_action changed from
5073         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5074
5075         * buffer.C (dispatch): simplify
5076         (dispatch): adjust to take a FuncRequest as arg, adjust
5077
5078         * boost.C (assertion_failed): change assertion message slightly
5079
5080         * ToolbarBackend.C (read): simplify
5081
5082         * MenuBackend.C (binding): adjust call to findbinding, add a
5083         message if no binding is found.
5084         (read): simplify
5085         (expandToc): correct by adding a empty FuncRequest
5086
5087         * LyXAction.C: include <boost/assert.hpp>
5088         (isPseudoAction): delete function
5089         (LookupFunc): change name to...
5090         (lookupFunc): this. change return type to FuncRequest.
5091         (getActionName): take kb_action as arg, simplify
5092         (funcHasFlag): add an assert, simplify.
5093
5094 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5095
5096         * toc.C (action): return a FuncRequest, simplify
5097
5098         * lyxfunc.C (processKeySym): adjust
5099         (getStatus): delete version that takes an int.
5100         (getStatus): adjust
5101         (dispatch): delete version that takes action as int
5102         (dispatch): adjust
5103         (sendDispatchMessage): simplify and adjust
5104
5105         * funcrequest.C (getArg): take unsigned int as arg
5106
5107         * ToolbarBackend.C (read): adjust
5108         (add): delete version that takes func as a string.
5109         (getIton): take a FuncRequest as arg
5110
5111         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5112         action.
5113
5114         * MenuBackend.C (MenuItem): add a new construct that only takes a
5115         Kind, simplify the constructor use for submenus.
5116         (add): adjust
5117         (expandLastfiles): adjust
5118         (expandDocuments): adjust
5119         (expandFormats): adjust
5120         (expandFloatListInsert): adjust
5121         (expandFloatInsert): adjust
5122         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5123
5124         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5125         Remove class variables lyx_pseudo_map and lyx_arg_map
5126
5127         * LyXAction.C (searchActionArg): delete function
5128         (getPseudoAction): delete function
5129         (retrieveActionArg): delete function
5130         (LookupFunc): make it return kb_action, simplify.
5131         (getActionName): simplify
5132
5133         * factory.C (createInset): fix new bug
5134
5135 2003-09-19  Angus Leeming  <leeming@lyx.org>
5136
5137         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5138         masterFilename_ parameter in the include inset.
5139
5140         * factory.C (createInset): changes due to the changes to InsetInclude.
5141
5142 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5143
5144         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5145
5146 2003-09-18  Angus Leeming  <leeming@lyx.org>
5147
5148         * buffer.C:
5149         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5150         Inset::fillWithBibKeys.
5151         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5152
5153 2003-09-18  Angus Leeming  <leeming@lyx.org>
5154
5155         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5156         variables.
5157         (ctor): pass and store a 'Buffer const &'
5158         (buffer): new member function.
5159
5160         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5161         '*this' to the LaTeXFeatures ctor.
5162
5163 2003-09-18  Angus Leeming  <leeming@lyx.org>
5164
5165         * LColor.h:
5166         * lyxfont.C:
5167         * lyxfont.h:
5168         * lyxtext.h:
5169         * text.C: rename EnumLColor as LColor_color.
5170
5171 2003-09-18  Angus Leeming  <leeming@lyx.org>
5172
5173         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5174         remove #include "insets/insetbase.h" from cursor.h.
5175
5176 2003-09-18  Angus Leeming  <leeming@lyx.org>
5177
5178         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5179         InsetOld_code to remove #include "inset.h".
5180
5181         * iterators.C: add #include "insets/inset.h"
5182
5183 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5184
5185         * BufferView.C: remove more locking stuff that apparently doesn't
5186         do anything sensible.
5187
5188 2003-09-16  André Pönitz  <poenitz@gmx.net>
5189
5190         * paragraph.[Ch]:
5191         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5192           performance boost.
5193
5194 2003-09-16  Angus Leeming  <leeming@lyx.org>
5195
5196         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5197
5198         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5199         arg/return type.
5200
5201         * paragraph.h: remove #include "lyxfont.h". Forward declare
5202         LyXFont_size.
5203
5204 2003-09-16  Angus Leeming  <leeming@lyx.org>
5205
5206         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5207         of support/textutils.h.
5208         (isWord): move the contents of support/textutils.h's IsWordChar here.
5209
5210         * buffer.C:
5211         * lyxfind.C:
5212         * rowpainter.C:
5213         * text.C:
5214         * text2.C: add #include "paragraph.h".
5215
5216         * rowpainter.C:
5217         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5218
5219 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5220
5221         * main.C:
5222         * lyx_main.C:
5223         * lyx_cb.C:
5224         * buffer.C:
5225         * LaTeX.C: use namespace alias for lyx::support::os
5226
5227 2003-09-16  Angus Leeming  <leeming@lyx.org>
5228
5229         * bufferparams.C:
5230         * bufferview_funcs.C:
5231         * factory.C:
5232         * lyxfunc.C:
5233         * paragraph_pimpl.C:
5234         * rowpainter.C:
5235         * text.C: add #include "LColor.h".
5236
5237 2003-09-16  Angus Leeming  <leeming@lyx.org>
5238
5239         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5240         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5241         return LyXFont &.
5242         Store the FontBits::color variable as an int rather than as an
5243         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5244         file.
5245
5246         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5247         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5248         string calls together.
5249
5250         * lyxrc.C: add #include "LColor.h".
5251
5252 2003-09-15  Angus Leeming  <leeming@lyx.org>
5253
5254         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5255         a cow_ptr.
5256
5257 2003-09-15  Angus Leeming  <leeming@lyx.org>
5258
5259         * LColor.h: add an EnumLColor wrapper for LColor::color.
5260
5261         * lyxfont.[Ch] (color, setColor, realColor):
5262         * lyxtext.h, text.C (backgroundColor):
5263         pass EnumLColor args to/from the functions, rather than LColor::color
5264         ones.
5265
5266         * lyxfont.h:
5267         * lyxtext.h: forward declare EnumLColor.
5268
5269         * lyx_main.C: add #include "LColor.h".
5270
5271 2003-09-15  Angus Leeming  <leeming@lyx.org>
5272
5273         * .cvsignore: add lyx-gtk.
5274
5275 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5276
5277         * Chktex.C
5278         * LaTeX.C
5279         * LaTeXFeatures.C
5280         * ParagraphParameters.C
5281         * Spacing.C
5282         * buffer.C
5283         * bufferparams.C
5284         * bufferview_funcs.C
5285         * chset.C
5286         * counters.C
5287         * funcrequest.C
5288         * lyxfont.C
5289         * lyxgluelength.C
5290         * lyxlength.C
5291         * paragraph.C
5292         * paragraph_funcs.C
5293         * text3.C
5294         * vc-backend.C: remove usage of STRCONV
5295
5296 2003-09-15  Angus Leeming  <leeming@lyx.org>
5297
5298         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5299         explicitly define the color passed to the painter.
5300
5301 2003-09-15  Angus Leeming  <leeming@lyx.org>
5302
5303         * bufferparams.C (BufferParams): reorder member initializers to avoid
5304         compiler warning.
5305
5306 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5307
5308         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5309         * text.C (updateRowPositions): remove an unusual nop
5310
5311 2003-09-12  André Pönitz  <poenitz@gmx.net>
5312
5313         * BufferView_pimpl.C:
5314         * Bullet.C:
5315         * layout.h:
5316         * lyxfunc.C:
5317         * lyxlayout.[Ch]:
5318         * lyxtextclass.C:
5319         * rowpainter.C:
5320         * text.C:
5321         * text2.C:
5322         * Counters.[Ch]: finish the 'automatic counters' job
5323
5324 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5325
5326         * aspell.C: include <boost/assert.cpp> (compile fix)
5327
5328 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5329
5330         * boost.C (assertion_failed): use lyx::support::abort instead of
5331         assert.
5332
5333 2003-09-10  Angus Leeming  <leeming@lyx.org>
5334
5335         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5336         with their _fwd progeny.
5337
5338 2003-09-09  Angus Leeming  <leeming@lyx.org>
5339
5340         134 files throughtout the source tree: replace 'using namespace abc;'
5341         directives with the appropriate 'using abc::xyz;' declarations.
5342
5343 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5344
5345         * boost.C (emergencyCleanup): moved here from LAssert.c
5346         (assertion_failed): new function, called by BOOST_ASSERT
5347
5348         * several files: change Assert to BOOST_ASSERT
5349
5350 2003-09-09  Angus Leeming  <leeming@lyx.org>
5351
5352         * buffer.[Ch]: Add an Impl class and move Buffer's member
5353         variables into it. As a result move several header files out of
5354         buffer.h.
5355
5356         Add header files to lots of .C files all over the tree as a result.
5357
5358 2003-09-09  Angus Leeming  <leeming@lyx.org>
5359
5360         * buffer.[Ch]: make Buffer's member variables private. Add
5361         accessor functions.
5362
5363         Lots of changes all over the tree as a result.
5364
5365 2003-09-08  Angus Leeming  <leeming@lyx.org>
5366
5367         * graph.C: #include <config.h>.
5368
5369 2003-09-08  Angus Leeming  <leeming@lyx.org>
5370
5371         * BranchList.C:
5372         * BufferView.C:
5373         * BufferView_pimpl.C:
5374         * CutAndPaste.C:
5375         * DepTable.C:
5376         * LaTeX.C:
5377         * LaTeXFeatures.C:
5378         * LyXAction.C:
5379         * MenuBackend.C:
5380         * TextCache.C:
5381         * aspell.C:
5382         * buffer.C:
5383         * bufferlist.C:
5384         * changes.C:
5385         * chset.C:
5386         * converter.C:
5387         * counters.C:
5388         * debug.C:
5389         * graph.C:
5390         * ispell.C:
5391         * lyx_cb.C:
5392         * lyxfind.C:
5393         * lyxfunc.C:
5394         * lyxlex_pimpl.C:
5395         * lyxrc.C:
5396         * lyxrow.C:
5397         * paragraph.C:
5398         * rowpainter.C:
5399         * texrow.C:
5400         * text.C:
5401         * text2.C:
5402         * toc.C: remove redundant using directives.
5403
5404 2003-09-07  Angus Leeming  <leeming@lyx.org>
5405
5406         * LaTeXFeatures.h: remove #include "support/types.h".
5407         * ToolbarBackend.h: remove #include <algorithm>.
5408         * changes.h: remove #include <ctime>.
5409         * debug.h: remove #include <iosfwd>.
5410         * graph.h: remove #include "support/std_string.h".
5411         * lyx_main.h: remove #include <csignal>.
5412         * lyxlex_pimpl.h: remove #include <fstream>.
5413         * sgml.h: remove #include <algorithm>, <utility>.
5414         * toc.h: remove #include "support/std_ostream.h".
5415         Add #include <iosfwd>.
5416
5417 2003-09-07  Angus Leeming  <leeming@lyx.org>
5418
5419         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5420
5421         * converter.h: forward declare LatexRunParams.
5422         * encoding.h: remove #include "lyxrc.h".
5423         * lyxtext.h: remove #include "LColor.h".
5424         * lyxtextclass.h: remove #include "support/types.h".
5425         * trans.h: remove #include "tex-accent.h".
5426         * trans_mgr.h: remove #include "tex-accent.h".
5427         * insets/inset.h: remove #include "support/types.h", <vector>.
5428         * insets/insetcollapsable.h: remove #include "LColor.h".
5429         * insets/insetinclude.h: remove #include "dimension.h".
5430         * insets/insetlatexaccent.h: remove #include "dimension.h".
5431         * insets/insetoptarg.h:: remove #include "insettext.h".
5432         * insets/insettext.h: remove #include "dimension.h",
5433         <boost/shared_ptr.hpp>
5434
5435         * insets/renderers.h: add #include "dimension.h".
5436         * insets/updatableinset.h: add #include "support/types.h".
5437
5438         * many .C files: Associated changes.
5439
5440 2003-09-06  Angus Leeming  <leeming@lyx.org>
5441
5442         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5443         one, inside testInvariant.
5444
5445         * PrinterParams.C: new file.
5446         * PrinterParams.[Ch]: move the function bodies out of line.
5447
5448 2003-09-06  Angus Leeming  <leeming@lyx.org>
5449
5450         * ParagraphParameters.h: forward declare ParameterStruct rather than
5451         including its header file.
5452         (depth): moved out-of-line.
5453
5454 2003-09-06  Angus Leeming  <leeming@lyx.org>
5455
5456         * BufferView_pimpl.h:
5457         * kbmap.h:
5458         * kbsequence.h:
5459         * lyxfunc.h: forward declare LyXKeySym rather than
5460         #include "frontends/LyXKeySym.h".
5461
5462         * BufferView_pimpl.C:
5463         * kbmap.C:
5464         * kbsequence.C:
5465         * lyxfunc.C: associated changes.
5466
5467 2003-09-06  Angus Leeming  <leeming@lyx.org>
5468
5469         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5470         As a result, can remove the #include "insets/inset.h" from BufferView.h
5471
5472 2003-09-06  Angus Leeming  <leeming@lyx.org>
5473
5474         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5475         As a result, can remove the #include "insets/inset.h" from BufferView.h
5476
5477 2003-09-06  Angus Leeming  <leeming@lyx.org>
5478
5479         * buffer_funcs.C:
5480         * buffer.h:
5481         * bufferlist.C:
5482         * BufferView.C:
5483         * bufferview_funcs.C:
5484         * BufferView_pimpl.C:
5485         * CutAndPaste.C:
5486         * lyx_cb.C:
5487         * lyxfunc.C:
5488         * paragraph.h:
5489         * ParagraphParameters.C:
5490         * tabular.C:
5491         * text3.C:
5492         * toc.C:
5493         * undo_funcs.C:
5494         * frontends/controllers/ControlDocument.C:
5495         * insets/insetcaption.C: rearrange the #includes into some sort of
5496         coherent order.
5497
5498         * buffer.h: remove #includes ErrorList.h, undo.h
5499
5500 2003-09-06  Angus Leeming  <leeming@lyx.org>
5501
5502         * support/types.h: add a 'depth_type' typedef, used to store the
5503         nesting depth of a paragraph.
5504
5505         * paragraph.h:
5506         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5507         defining explicitly.
5508
5509         * buffer.h:
5510         * paragraph_funcs.h:
5511         * ParagraphParameters.h:
5512         * sgml.h: use lyx::depth_type rather than Paragraph or
5513         ParameterStruct's depth_type.
5514
5515         * buffer.h
5516         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5517
5518         * BufferView.C:
5519         * BufferView_pimpl.C:
5520         * CutAndPaste.C:
5521         * ParagraphParameters.C:
5522         * buffer_funcs.C:
5523         * bufferlist.C:
5524         * bufferview_funcs.C:
5525         * lyx_cb.C:
5526         * lyxfunc.C:
5527         * tabular.C:
5528         * text3.C:
5529         * toc.C:
5530         * undo_funcs.C:
5531         * frontends/LyXView.C:
5532         * frontends/controllers/ControlDocument.C:
5533         * frontends/controllers/ControlErrorList.C:
5534         * insets/insetbibitem.C:
5535         * insets/insetbranch.C:
5536         * insets/insetcaption.C:
5537         * insets/insetcollapsable.C:
5538         * insets/insetenv.C:
5539         * insets/insetert.C:
5540         * insets/insetfloat.C:
5541         * insets/insetfoot.C:
5542         * insets/insetfootlike.C:
5543         * insets/insetnewline.C:
5544         * insets/insetquotes.C:
5545         * insets/insettabular.C:
5546         * insets/insettext.C:
5547         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5548
5549         * frontends/controllers/ControlChanges.C: #include "changes.h".
5550
5551 2003-09-06  Angus Leeming  <leeming@lyx.org>
5552
5553         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5554         than #including paragraph.h.
5555
5556         * ParagraphList.h:
5557         * RowList.h: deleted. Superfluous.
5558
5559         * CutAndPaste.h:
5560         * iterators.h:
5561         * lyxcursor.h:
5562         * lyxtext.h:
5563         * text_funcs.h:
5564         * undo.h:
5565         * undo_funcs.h:
5566         * insets/inset.h:
5567         * insets/insettext.h: use ParagraphList_fwd.h rather than
5568         ParagraphList.h.
5569
5570         * paragraph.h: don't forward declare ParagraphList.
5571
5572         * buffer.h:
5573         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5574         rather than ParagraphList.h. paragraph.h is still needed for the
5575         Paragraph::depth_type parameters.
5576
5577         * textcursor.h: enable it to compile stand-alone in light of the
5578         above changes.
5579
5580         * bufferview_funcs.C:
5581         * iterators.C:
5582         * lyxfunc.C:
5583         * lyxrow_funcs.C:
5584         * paragraph.C:
5585         * rowpainter.C:
5586         * text.C:
5587         * text2.C:
5588         * text3.C:
5589         * text_funcs.C:
5590         * textcursor.C:
5591         * undo.C:
5592         * frontends/controllers/ControlParagraph.C:
5593         * frontends/controllers/ControlTabular.C:
5594         * insets/insetmarginal.C:
5595         * insets/insetminipage.C:
5596         * insets/insetnote.C:
5597         * insets/insetoptarg.C: add header files needed to compile again.
5598
5599 2003-09-06  Angus Leeming  <leeming@lyx.org>
5600
5601         * RowList_fwd.h: new file, forward-declaring Row rather than
5602         #including lyxrow.h.
5603
5604         * lyxrow_funcs.h:
5605         * lyxtext.h:
5606         * paragraph.h:
5607         * insets/insettext.h: use it instead of RowList.h
5608
5609         * bufferview_funcs.C:
5610         * lyxfunc.C:
5611         * lyxrow_funcs.C:
5612         * paragraph.C:
5613         * rowpainter.C:
5614         * text.C:
5615         * text2.C:
5616         * text3.C: #include "RowList.h".
5617
5618 2003-09-05  Angus Leeming  <leeming@lyx.org>
5619
5620         * factory.C (createInset):
5621         * vspace.C (c-tor): replace sscanf call with an istringstream.
5622         * ispell.C: re-add missing HP/UX headers.
5623         * lyxserver.C: re-add missing  os2 headers.
5624
5625 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5626
5627         * BranchList.C:
5628         * graph.C:
5629         * ispell.C:
5630         * lastfiles.C:
5631         * lyx_cb.C:
5632         * lyxserver.C:
5633         * texrow.C:
5634         * text3.C: re-add missing system headers, needed for 2.95.2.
5635
5636 2003-09-05  Angus Leeming  <leeming@lyx.org>
5637
5638         Changes most place everywhere due to the removal of using directives
5639         from support/std_sstream.h.
5640
5641 2003-09-05  Angus Leeming  <leeming@lyx.org>
5642
5643         Replace LString.h with support/std_string.h,
5644         Lsstream.h with support/std_sstream.h,
5645         support/LIstream.h with support/std_istream.h,
5646         support/LOstream.h with support/std_ostream.h.
5647
5648         Changes resulting throughout the tree.
5649
5650 2003-09-05  Angus Leeming  <leeming@lyx.org>
5651
5652         * sgml.h: ensure that the header file can be compiled stand-alone.
5653         * *.C: strip out redundant #includes. (320 in total.)
5654
5655 2003-09-04  Angus Leeming  <leeming@lyx.org>
5656
5657         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5658         here (from getPackages).
5659
5660         * debug.[Ch]: add a new EXTERNAL tag.
5661
5662 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5663
5664         * text2.C (cursorEnd): simplify
5665         (setCursor): adjust
5666         (getColumnNearX): adjust
5667
5668         * text.C (computeBidiTables): adjust
5669         (fill): adjust
5670
5671         * rowpainter.C (paintChars): adjust
5672         (paintSelection): adjust
5673         (paintChangeBar): adjust
5674         (paintText): adjust
5675
5676         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5677         lastPos instead.
5678         (numberOfSeparators): adjust
5679
5680 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5681
5682         * LyXAction.C:
5683         * box.[Ch]:
5684         * lfuns.h:
5685         * lyxfunc.C:
5686         * text3.C: Restricts the mouse click functionality
5687         of insets like bibtex, include, toc and floatlist to the visible
5688         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5689         up the dialogs. Cursor has to be in front of the inset (i.e.
5690         start of row) for this to function.
5691
5692 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5693
5694         * bufferview_funcs.C (currentState): output row information
5695
5696 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5697
5698         * bufferview_funcs.C (currentState): output paragraph position
5699
5700 2003-09-04  Angus Leeming  <leeming@lyx.org>
5701
5702         * FloatList.h: move out #include "Floating.h".
5703         * LaTeX.h: move out #include "DepTable.h".
5704         * LyXAction.h: move out #include "funcrequest.h".
5705         * buffer.h: move out #include "author.h", "iterators.h".
5706         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5707         * lyx_main.h: move out #include "errorlist.h".
5708         * lyxfunc.h: move out #include "FuncStatus.h".
5709         * lyxtext: move out #include "lyxcursor.h".
5710         * paragraph_pimpl.h: move out #include "counters.h".
5711
5712 2003-09-03  Angus Leeming  <leeming@lyx.org>
5713
5714         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5715         preamble_snippets list, enabling us to add snippets to the preamble
5716         only if the snippet was not there already.
5717
5718 2003-09-04  Angus Leeming  <leeming@lyx.org>
5719
5720         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5721
5722 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5723
5724         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5725         update
5726
5727 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5728
5729         * BranchList.C: point fix, earlier forgotten
5730
5731 2003-09-02  Angus Leeming  <leeming@lyx.org>
5732
5733         * box.C (contains): renamed from 'contained' after a fantastic
5734         amount of hot air.
5735
5736 2003-09-02  John Levon  <levon@movementarian.org>
5737
5738         * BufferView.C:
5739         * lyxcursor.h:
5740         * lyxcursor.C:
5741         * lyxfunc.C:
5742         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5743
5744 2003-09-02  John Levon  <levon@movementarian.org>
5745
5746         * text2.C: simplification of cursorEnd(), including partial
5747         fix for bug 1376
5748
5749 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5750
5751         * buffer.C (readFile): add a space
5752
5753 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5754
5755         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5756
5757 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5758
5759         * buffer.C (readFile): new function, take a filename and a
5760         ParagraphList::iterator
5761         (readFile): adjust
5762         (readFile): adjust, make it private. don't use setStream, make
5763         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5764         always contain the filename.
5765
5766         * BufferView.C (insertLyXFile): simplify and make it work for
5767         gzipped files.
5768
5769 2003-08-30  John Levon  <levon@movementarian.org>
5770
5771         * Makefile.am: fix dist (from Kayvan)
5772
5773 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5774
5775         * most files: change to use const Buffer refs
5776
5777 2003-08-27  André Pönitz  <poenitz@gmx.net>
5778
5779         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5780         on top of ownerPar().
5781
5782 2003-08-27  John Levon  <levon@movementarian.org>
5783
5784         * funcrequest.C: properly initialise POD members
5785
5786 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5787
5788         * lyxtext.h (top_y): move top_y from here
5789         * text.C:
5790         * text2.C:
5791         * text3.C:
5792         * BufferView.[Ch]:
5793         * BufferView_pimpl.[Ch]: to here
5794         * frontends/screen.C:
5795         * insets/insettabular.C:
5796         * insets/insettext.C: adjust
5797         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5798
5799 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5800
5801         * BufferView.[Ch]:
5802         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5803
5804 2003-08-26  André Pönitz  <poenitz@gmx.net>
5805
5806         * paragraph_func.[Ch] (outerPar): new function
5807
5808         * paragraph.C:
5809         * paragraph_funcs.C:
5810         * paragraph_funcs.h:
5811         * paragraph_pimpl.C:
5812         * text2.C: remove Inset::par_owner
5813
5814 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5815
5816         * lyxrow_funcs.C:
5817         * lyxtext.h:
5818         * text.C:
5819         * text2.C: eliminates the needFullRow/display() stuff
5820         altogether, putting the logic in metrics/draw in the insets.
5821
5822 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5823
5824         * text2.C (redoParagraphInternal, redoParagraphs):
5825         * text.C (redoParagraph): add a call to updateRowPositions at the
5826         end of each 'metrics-like' call. Remove all others.
5827         (getRow): remove the 'y-computing' version.
5828         (getRowNearY): do not compute nor return the real y. Solve the
5829         'y < 0' problem and simplify.
5830
5831 2003-08-22  Angus Leeming  <leeming@lyx.org>
5832
5833         * *.[Ch]: clean-up of licence and author blurbs.
5834         Also move config.h out of a few .h files and into a few .C files.
5835
5836 2003-08-22  André Pönitz  <poenitz@gmx.net>
5837
5838         * lyxrow.[Ch]: add x_ and *fill_ members
5839
5840         * lyxtext.h:
5841         * text.C:
5842         * rowpainter.C:
5843         * text2.C: adjust/remove prepareToPrint() calls
5844
5845 2003-08-22  André Pönitz  <poenitz@gmx.net>
5846
5847         * lyxrow.[Ch]: add  end_ member
5848
5849         * lyxrow_funcs.C: use LyXRow::end_
5850
5851         * lyxtext.h (singleWidth): add LyXFont parameter
5852
5853         * rowpainter.C:
5854         * text2.C: adjust LyXText::singleWidth() calls
5855
5856         * text.C (redoParagraph): simplify row breaking logic
5857
5858
5859 2003-08-19  André Pönitz  <poenitz@gmx.net>
5860
5861         * funcrequest.C: initialize button_ member
5862
5863         * text3.C:
5864         * rowpainter.[Ch]: interface consolidation
5865
5866 2003-08-18  André Pönitz  <poenitz@gmx.net>
5867
5868         * BufferView.C:
5869         * BufferView_pimpl.C:
5870         * lyxfind.C:
5871         * paragraph_funcs.C:
5872         * rowpainter.C:
5873         * text3.C: remove LyXScreen::draw() and fitCursor calls
5874
5875         * BranchList.h: remove spurious semicolons
5876
5877         * MenuBackend.C: fix branchlist related crash
5878
5879 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5880
5881         * BranchList.[Ch]:
5882         * InsetList.[Ch]:
5883         * LColor.[Ch]:
5884         * LyXAction.C:
5885         * Makefile.am:
5886         * MenuBackend.[Ch]:
5887         * bufferparams.[Ch]:
5888         * factory.C:
5889         * lfuns.h:
5890         * lyxfunc.C:
5891         * text3.C: implements the 'branch inset'
5892         idea. This allows the output of various versions of a document
5893         from a single source version, selectively outputing or suppressing
5894         output of parts of the text.
5895         This implementation contains a 'branch list editor' in a separate
5896         tab of the document settings dialog. Branches are user definable
5897         and have a "display colour" to distinguish them on-screen.
5898
5899         ColorHandler was somewhat cleaned up.
5900         (1) make possible a dynamically growing LColor list by allowing
5901         the graphic context cache to grow along (vector);
5902         (2) eliminate an IMHO unnecessary step in colour allocation.
5903
5904 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5905
5906         * BufferView_pimpl.C: compile fix
5907
5908 2003-08-15  André Pönitz  <poenitz@gmx.net>
5909
5910         * rowpainter.C: remove extra metrics calls
5911
5912         * lyxtext.h: merge the two constructors into a single one,
5913           pass reference to owner's par list
5914
5915         * BufferView_pimpl.C:
5916         * text.C:
5917         * text2.C: adjust
5918
5919 2003-08-15  André Pönitz  <poenitz@gmx.net>
5920
5921         * lyxrow_funcs.[Ch]:
5922         * lyxtext.h:
5923         * paragraph.h:
5924         * paragraph_funcs.C:
5925         * rowpainter.C:
5926         * text.C:
5927         * text2.C:
5928         * text3.C:
5929         * text_funcs.C: split LyXText::rowlist_ into individual
5930         Paragraph::rows_ chunks
5931
5932         * BufferView.[Ch]:
5933         * BufferView_pimpl.[Ch]:
5934         * lyxfind.C:
5935         * lyxtext.h:
5936         * text3.C: remove toggleSelection()
5937
5938 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5939
5940         * bufferlist.C: beautify two alerts (shorter text of buttons)
5941         * buffer.C: Remove redundant ' ' from message
5942         * tabular.h:
5943         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5944         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5945         rename VALIGN_CENTER to VALIGN_MIDDLE
5946
5947 2003-08-11  André Pönitz  <poenitz@gmx.net>
5948
5949         * lyxtext.h (getPar):
5950         * text.C: new function
5951
5952 2003-08-11  André Pönitz  <poenitz@gmx.net>
5953
5954         * Makefile.am:
5955         * tracer.[Ch]: remove unneeded files
5956
5957         * InsetList.[Ch]: remove resizeInsetsLyXText()
5958
5959         * lyxtext.h:
5960         * text.C:
5961         * text2.C:
5962         * text3.C: merge insertParagraphs() and appendParagraph()
5963         remove breakAgain(), update()
5964
5965         * BufferView_pimpl.[Ch]:
5966         * bufferview_funcs.[Ch]:
5967         * lyxfunc.C:
5968         * paragraph.[Ch]:
5969         * rowpainter.C:
5970         * tabular.C: adjust after text & InsetList changes.
5971
5972 2003-08-08  André Pönitz  <poenitz@gmx.net>
5973
5974         * text.C (insertChar, backspace): replace rowlist fiddling
5975         with rebreak of full par
5976
5977         * lyxtext.h:
5978         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5979         checkParagraph, updateInset): removed
5980
5981 2003-08-07  André Pönitz  <poenitz@gmx.net>
5982
5983         * paragraph.C:
5984         * text3.C: merge some LFUN handlers, remove dead code
5985
5986 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5987
5988         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5989
5990 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5991
5992         * text2.C (DEPM): fix part of bug 1255 and 1256
5993
5994 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5995
5996         * BufferView_pimpl.C (workAreaDispatch): change to use
5997         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5998         that are no mouse related.
5999
6000 2003-08-05  André Pönitz  <poenitz@gmx.net>
6001
6002         * BufferView.[Ch]:
6003         * BufferView_pimpl.[Ch]:
6004         * bufferview_funcs.C:
6005         * text2.C:
6006         * text3.C: rip out "deep update"
6007
6008         * textcursor.[Ch] (last_sel_cursor): remove unused member
6009
6010 2003-08-04  André Pönitz  <poenitz@gmx.net>
6011
6012         * BufferView.[Ch]:
6013         * BufferView_pimpl.[Ch]:
6014         * ParagraphParameters.C:
6015         * bufferview_funcs.C:
6016         * lyx_cb.C:
6017         * lyxfind.C:
6018         * lyxfunc.C:
6019         * text.C:
6020         * text2.C:
6021         * text3.C: replace "complicated" BufferView::update(...) calls with
6022         simpler ones.
6023
6024         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6025
6026 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6027
6028         * Makefile.am (lyx_SOURCES): add paper.h
6029
6030 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6031
6032         * Makefile.am: move things around so that both lyx-qt and
6033         lyx-xforms can be built (according to --with-frontend). Then lyx
6034         is a symbolic link to lyx-[firstfrontend]
6035
6036 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6037
6038         * Always use std::endl with lyxerr
6039
6040 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6041
6042         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6043
6044 2003-08-01  André Pönitz  <poenitz@gmx.net>
6045
6046         * BufferView.[Ch]:
6047         * BufferView_pimpl.[Ch]:
6048         * lyxfunc.C:
6049         * text3.C: merge BufferView::repaint() and BufferView::update()
6050
6051 2003-08-01  José Matos  <jamatos@lyx.org>
6052
6053         * buffer.[Ch]: file_format is no longer a buffer data element.
6054
6055 2003-08-01  André Pönitz  <poenitz@gmx.net>
6056
6057         * BufferView.C:
6058         * lyxtext.h:
6059         * text.C:
6060         * text2.C: make redoParagraph more independent of current cursor
6061
6062         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6063         * text.C:
6064         * text2.C: remove unneeded members
6065
6066 2003-07-30  André Pönitz  <poenitz@gmx.net>
6067
6068         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6069
6070         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6071           create a single function...
6072
6073         * paragraph_funcs.C (moveItem): ... here.
6074
6075         * text.C:
6076           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6077
6078 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6079
6080         * LColor.[Ch]: Add comment and greyedout logical colors.
6081
6082 2003-07-30  André Pönitz  <poenitz@gmx.net>
6083
6084         * tabular.C: don't use Assert too heavily. This crashes where it
6085           shouldn't
6086
6087 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6088
6089         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6090         is disabled (bug 1232)
6091
6092 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6093
6094         * factory.C: limited 'arg' scope
6095
6096 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6097
6098         * factory.C: fixed Note submenu issues
6099
6100 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6101
6102         * factory.C: submenu for Note/Comment/Greyedout
6103
6104 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6105
6106         * lyx_main.C (LyX):
6107         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6108
6109 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6110
6111         * LaTeXFeatures.C:
6112         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6113         greyedout. Patch provided by Jürgen Spitzmüller.
6114
6115 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6116
6117         * kbmap.C (read): fix error message when reading bind files
6118
6119 2003-07-29  Angus Leeming  <leeming@lyx.org>
6120
6121         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6122         certainly does not do what it purports to do. I am doing it, and
6123         us, a favour by killing it.
6124
6125 2003-07-28  José Matos  <jamatos@lyx.org>
6126
6127         * buffer.C (readBody, do_writeFile):
6128         * paragraph.C(readParagraph): \end_document replaces \the_end.
6129
6130 2003-07-29  André Pönitz  <poenitz@gmx.net>
6131
6132         * BufferView.[Ch]:
6133         * BufferView_pimpl.[Ch]:
6134         * lyxfunc.C:
6135         * text2.C:
6136         * text3.C:
6137         * textcursor.[Ch]: remove toggleToggle & Co
6138
6139 2003-07-28  José Matos  <jamatos@fep.up.pt>
6140
6141         * buffer.C (readParagraph):
6142         * params_func (readParToken, readParagraph):
6143         * paragraph.C (write): \layout -> \begin_layout.
6144
6145 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6146
6147         * lyxlex_pimpl.C (setFile): clean up slightly.
6148
6149         * bufferparams.h: add compressed var
6150
6151         * buffer_funcs.C (readFile): adjust for LyXLex change
6152         (newFile): ditto + simplify
6153
6154         * buffer.C (writeFile): handle writing of compressed files
6155
6156         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6157         Check if the file is compressed and set a bufferparm if so.
6158
6159         * Makefile.am (lyx_LDADD): remove explicit -lz
6160
6161 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6162
6163         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6164         makeDocBookFile): put the real LyX version in the first line of
6165         the file
6166
6167         * version.h:
6168         * version.C.in: remove lyx_docversion
6169
6170         * tabular.C (write_attribute): add a template-based version to
6171         write enums properly
6172
6173 2003-07-28  André Pönitz  <poenitz@gmx.net>
6174
6175         * lyxtext.h:
6176         * text.C:
6177         * text2.C:
6178         * text3.C: use doubles again for x-coordinates. They are needed.
6179
6180 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6181
6182         * messages.C (getLocaleDir): use lyx_localedir()
6183
6184         * lyxlex_pimpl.C (setFile): compress stuff
6185
6186         * buffer.C (writeFile): add some compression stuff
6187         (do_writeFile): new func, dont call expliti close... will this
6188         breake anything?
6189
6190         * Makefile.am (lyx_LDADD): add -lz
6191
6192 2003-07-28  José Matos  <jamatos@fep.up.pt>
6193
6194         * buffer.C: increment file format.
6195         * paragraph_funcs (readParagraph, readParToken):
6196         * paragraph.C (readParagraph): add \end_layout.
6197
6198 2003-07-27  Angus Leeming  <leeming@lyx.org>
6199
6200         * Makefile.am: remove special casing for configure-time setting of
6201         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6202
6203         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6204         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6205
6206 2003-07-26  André Pönitz  <poenitz@gmx.net>
6207
6208         * paragraph_func.[Ch]:
6209         * paragraph.C (realizeFont): inline it whereever it is used
6210
6211         * rowpainter.C:
6212         * text.C:
6213         * text2.C:
6214         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6215
6216
6217 2003-07-26  André Pönitz  <poenitz@gmx.net>
6218
6219         *       lyxtext.h:
6220         * text.C:
6221         * text2.C: get rid of LyXText::need_break_row
6222
6223 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6224
6225         * toc.[Ch]: put namespace toc inside namespace lyx
6226
6227         * MenuBackend.C (expandToc2): adjust for lyx::toc
6228         (expandToc): ditto
6229
6230         * lyxfunc.C (dispatch): adjust for lyx::find
6231
6232         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6233         lyx::find instead. Reorganize a bit.
6234         (LyXReplace): rename to replace
6235         (LyXFind): rename to find
6236
6237         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6238         (dispatch): ditto
6239
6240 2003-07-26  André Pönitz  <poenitz@gmx.net>
6241
6242         * text.C (setHeightOfRow): restrict scope of temporary variable
6243
6244         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6245           code (never has been used?)
6246
6247 2003-07-27  Asger Alstrup  <alstrup@local>
6248
6249         * text.C (fill): Optimise algorithm to exploit that we can reuse
6250         the LyXFont for many characters.
6251         (setHeightOfRow): Same thing.
6252         (rowBreakPoint): Same thing.
6253
6254 2003-07-26  Asger Alstrup  <alstrup@local>
6255
6256         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6257
6258         * text.C (singleWidth): Spurious font copying in hot-spot
6259         singleWidth avoided. Reorder tests for arabic for efficiency.
6260
6261         * text.C (fill): handle empty paragraphs better.
6262
6263 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6264
6265         * ispell.C:
6266         * encoding.h: add includes
6267
6268         * lyxrc.C: remove reading of bind files
6269
6270         * lyx_main.C (init): setup bindings and menus only if we have a
6271         gui.
6272
6273         * kbmap.C (read): new method. Do the actual reading of bind
6274         files.
6275
6276         * converter.C (dvipdfm_options):
6277         * bufferparams.C:
6278         * lyxrc.C (read):
6279         (output): adapt PAPER_* enums.
6280
6281         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6282
6283         * bufferparams.h: remove paper-related enums from there
6284
6285         * paper.h: New file. A trivial header file to hold paper-related
6286         enums. It should later expand to contain many paper-related
6287         horrors access.
6288
6289         * lyxrc.C: declare extern displayTranslator
6290
6291 2003-07-27  José Matos  <jamatos@fep.up.pt>
6292
6293         * tabular.[Ch] (linuxdoc): add support for tables and figures
6294         (linuxdoc).
6295
6296 2003-07-27  José Matos  <jamatos@fep.up.pt>
6297
6298         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6299         consistency in both functions.
6300         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6301
6302 2003-07-26  Asger Alstrup  <alstrup@local>
6303
6304         * rowpainter.C (paintRows): Change algorithm to work directly on
6305         the insets rather than asking every character in the document
6306         whether its an inset.
6307
6308 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6309
6310         * buffer.C (openFileWrite): factorize some code
6311
6312 2003-07-26  Angus Leeming  <leeming@lyx.org>
6313
6314         * lyx_cb.C:
6315         * lyx_main.[Ch]: replace occurances of system_tempdir with
6316         os::getTmpDir().
6317
6318 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6319
6320         * rename Inset to InsetOld
6321
6322 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6323
6324         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6325         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6326         which I think is a bit clearer. EDIT is gone, since it was
6327         premature optimisation, and broken for mathed anyway.
6328         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6329         with cursor positioning in insets as well (math insets still do not
6330         work, but that's a different story anyway.) It mysteriously
6331         crashes sometimes with undo in the first paragraph, but I'm fairly
6332         confident that this is a compiler bug.
6333
6334 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6335
6336         * paragraph.C (Paragraph): adjust for new clone return type
6337         (operator==): ditto
6338         (copyIntoMinibuffer): ditto
6339
6340 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6341
6342         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6343         by not having a special case, and always doing a full rebreak of
6344         the document after undo.
6345
6346 2003-07-23  Angus Leeming  <leeming@lyx.org>
6347
6348         * factory.C (createInset): InsetExternal::setParams now takes a
6349         Buffer const * arg.
6350
6351 2003-07-23  Angus Leeming  <leeming@lyx.org>
6352
6353         * factory.C (createInset): changed interface to the external and
6354         graphics mailers' string2params functions.
6355
6356 2003-07-23  Angus Leeming  <leeming@lyx.org>
6357
6358         * factory.C (createInset): pass a
6359         Buffer const * parameter to InsetExternalMailer's string2params.
6360
6361 2003-07-22  John Levon  <levon@movementarian.org>
6362
6363         * Thesaurus.h: include the right aiksaurus header
6364
6365 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6366
6367         * MenuBackend.C (expand): check menu shortcuts unconditionally
6368
6369 2003-07-21  Angus Leeming  <leeming@lyx.org>
6370
6371         * factory.C (createInset): pass a
6372         buffer_path parameter to InsetGraphicsMailer's string2params.
6373
6374 2003-07-21  Angus Leeming  <leeming@lyx.org>
6375
6376         * BufferView_pimpl.C (buffer):
6377         * buffer.C (d-tor):
6378         * lyx_main.C (LyX):
6379         * lyxfunc.C (dispatch):
6380         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6381         rather than the grfx shortcut.
6382
6383 2003-07-21  André Pönitz  <poenitz@gmx.net>
6384
6385         * rowpainter.C: remove unused variables
6386
6387         * tabular_funcs.C:
6388         * tabular_funcs.h: move to tabular.C
6389         * Makefile.am: adjust
6390
6391         * tabular.[Ch]: basic optical cleaning
6392
6393         * author.h: pass references, not values
6394
6395 2003-07-18  André Pönitz  <poenitz@gmx.net>
6396
6397         * lyxtext.h:
6398         * metricsinfo.C:
6399         * metricsinfo.h:
6400         * rowpainter.C:
6401         * text.C:
6402         * text2.C:
6403         * text3.C: two-phase drawing for InsetText and InsetTabular
6404         some float -> int changes.
6405
6406 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6407
6408         * lyx_main.C: fix the fix
6409
6410 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6411
6412         * lyx_main.C: fix a crash in batch mode if no files specified
6413         * converter.C: ws
6414
6415 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6416
6417         * format.[Ch] (papersize): moved to BufferParams
6418         * converter.[Ch] (dvips_options): moved to BufferParams
6419         (dvipdfm_options): moved to anon namespace
6420         * bufferparams.[Ch]: added above functions.
6421
6422 2003-07-17  André Pönitz  <poenitz@gmx.net>
6423
6424         * lyxtext.h:
6425         * rowpainter.C:
6426         * text2.C: don't call inset->update() anymore
6427
6428         * metricsinfo.[Ch]: add convenience constructor
6429
6430 2003-07-16  André Pönitz  <poenitz@gmx.net>
6431
6432         * lyxcursor.[Ch]:
6433         * lyxfunc.[Ch]:
6434         * text.C:
6435         * text2.C: replace the LyXCursor::irow_ member with
6436          on-demand computation of the value
6437
6438 2003-07-16  John Levon  <levon@movementarian.org>
6439
6440         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6441
6442 2003-07-15  André Pönitz  <poenitz@gmx.net>
6443
6444         * text.C:
6445         * text2.C: remove no more needed refresh_row
6446
6447 2003-07-15  André Pönitz  <poenitz@gmx.net>
6448
6449         * lyxtext.h:
6450         * rowpainter.C:
6451         * text2.C:
6452         * text3.C: refresh_status tristate -> need_update bool
6453
6454 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6455
6456         * lyxtext.h (init): remove reinit argument (act as if always true)
6457         * text2.C: adjust to that
6458
6459 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6460
6461         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6462         * text3.C: use it to delete selections in some cases
6463         (bugs 441, 673, 702, 954).
6464
6465 2003-07-14  André Pönitz  <poenitz@gmx.net>
6466
6467         * rowpainter.[Ch]: reduce interface
6468
6469 2003-07-14  André Pönitz  <poenitz@gmx.net>
6470
6471         * BufferView_pimpl.C:
6472         * text2.C: adjust after removing unused BufferView * argument
6473
6474 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6475
6476         * text2.C (init): fix a crash fired on resize
6477
6478 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6479
6480         * buffer.[Ch]: added new closing signal
6481         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6482         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6483         BufferView::Pimpl via the closing the signal
6484
6485 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6486
6487         * buffer.[Ch]: take out all bv-related from buffer
6488         * BufferView.C:
6489         * BufferView_pimpl.[Ch]: connect to new signals
6490         * CutAndPaste.C: removed useless asserts
6491         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6492         * lyxvc.[Ch]:
6493         * vc-backend.[Ch]:
6494         * lyxfunc.C: moved view-related funciontality from vc here
6495         * paragraph.C: removed outdated comments
6496         * text.C: ws
6497
6498 2003-07-10  André Pönitz  <poenitz@gmx.net>
6499
6500         * BufferView_pimpl.C:
6501         * tabular.h:
6502         * tabular_funcs.C:
6503         * text.C:
6504         * text2.C: remove InsetText::InnerCache, clean up consequences
6505
6506 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6507
6508         * ispell.C: fix two typos in error messages
6509
6510 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6511
6512         * Extend Note inset to other forms of annotation like Comment
6513         and Greyedout. Right button click gives dialog.
6514
6515         Files modified or added (+):
6516
6517         * insetnote.[Ch]
6518         * FormNote.[Ch]      +
6519         * ControlNote.[Ch]   +
6520         * form_note.fd       +
6521         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6522         frontends/controllers
6523         * xforms/Dialogs.C
6524         * factory.C
6525
6526 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6527
6528         * aspell.C: add missing namespace lyx::support
6529
6530 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6531
6532         * BufferView.[Ch] (newFile): Add
6533         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6534         * LaTeX.[Ch] (message): added this signal and use it
6535         * buffer.[Ch] (busy, message): added these signals and use them
6536         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6537         * converter.C:
6538         * exporter.C:
6539         * format.C:
6540         * importer.C: use buffer signals instead of direct bv calling
6541         * lyx_cb.[Ch] (ShowMessage): removed
6542         * lyx_main.C:
6543         * lyxfunc.C:
6544         * paragraph_funcs.C:
6545         * text2.C: use buffer signals
6546
6547 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6548
6549         * introduce namespace lyx::graphics
6550
6551 2003-07-02  André Pönitz  <poenitz@gmx.net>
6552
6553         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6554
6555 2003-07-01  André Pönitz  <poenitz@gmx.net>
6556
6557         * text.C:
6558         * text2.C:
6559         * text3.C:
6560         * text_funcs.[Ch]:
6561         * textcursor.h:
6562         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6563           text*.C to text_func.C
6564
6565 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6566
6567         * introduce namespace lyx::support
6568
6569 2003-06-30  André Pönitz  <poenitz@gmx.net>
6570
6571         * Chktex.C:
6572         * funcrequest.C:
6573         * lyxtext.h:
6574         * text.C: re-enable --with-included-string
6575
6576 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6577
6578         * textcursor.C: add <config.h>
6579
6580         * text.C (getWord): remove const from word_location arg
6581
6582         * lyxvc.C (getLogFile): fix const type order
6583
6584         * lyxtext.h: remove const from word_location arg, add arg name
6585
6586         * lyxlayout.h: currect type on labeltype.
6587
6588         * importer.C: correct \file
6589
6590         * converter.C (intToFormat): use std:: on ret val, ws changes
6591
6592         * bufferlist.h: correct \file
6593
6594         * buffer.C (makeLinuxDocFile): fix const type order
6595         (makeDocBookFile): ditto
6596         (fillWithBibKeys): use std:: on stdlib args.
6597
6598         * CutAndPaste.C: fix authors.
6599         (availableSelections): use std:: on return vector
6600
6601 2003-06-27  André Pönitz  <poenitz@gmx.net>
6602
6603         * BufferView_pimpl.C:
6604         * bufferview_funcs.C:
6605         * lyxcursor.C:
6606         * lyxcursor.h:
6607         * lyxfunc.C:
6608         * lyxtext.h:
6609         * rowpainter.C:
6610         * text.C:
6611         * text2.C:
6612         * text3.C: remove LyXCursor::row_ member
6613
6614         * lyxtext.h:
6615         * text.C: rename fullRebreak() to partialRebreak() and implement
6616           a fullRebreak() that really bereks fully
6617
6618         * textcursor.h: new struct for cursor-related data
6619
6620 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6621
6622         * lyx_main.C (LyX): get full path of document loaded on the
6623         command line
6624
6625 2003-06-26  André Pönitz  <poenitz@gmx.net>
6626
6627         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6628           remove unused/broken operator>,<,>=.
6629
6630         *       text.C: remove only use of broken operator<= in an Assert().
6631
6632 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6633
6634         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6635         moved errorlist_.clear to showErrorList
6636
6637 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6638
6639         * converter.C (scanLog, runLaTeX):
6640         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6641         move the bv->showErrorList call to the callers
6642         * lyxfunc.C: i.e. here...
6643         * text2.C: and here
6644         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6645         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6646         namespace, the second to...
6647         * buffer_funcs (BufferFormat, parseErrors): added
6648         * errorlist.C (ErrorList(TeXErrors const &)): removed
6649
6650 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6651
6652         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6653
6654 2003-06-24  "Garst R. Reese" <reese@isn.net>
6655
6656         * debug.C: fix typo
6657
6658 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6659
6660         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6661
6662         * version.C.in: change docversion to 1.4
6663
6664 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6665
6666         * buffer.C: fix a bug just introduced
6667
6668 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6669
6670         * buffer.[Ch]: added the parseError signal and use it, removed
6671         sgmlError
6672         * BufferView.[Ch] (addError): moved to ...
6673         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6674         to the Buffer::parseError signal to catch (guess what) parse errors
6675         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6676
6677 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6678
6679         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6680         ability to create a buffer and to return an existing one from
6681         the list. Moved these functions to...
6682         * buffer_funcs.[Ch]: added
6683         * BufferView.[Ch] (loadLyXFile): added
6684         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6685         job removed from bufferlist::loadLyXFile.
6686         * buffer.C (setReadOnly): make it work without view
6687         (i.e added an if (users))
6688
6689 2003-06-19  Angus Leeming  <leeming@lyx.org>
6690
6691         * lfuns.h:
6692         * LyXAction.C (init):
6693         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6694         with LFUN_DIALOG_SHOW <name> <data>.
6695
6696 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6697
6698         * CutAndPaste.C (availableSelections): small compilation fix for
6699         ancient (gcc 2.9x) compilers
6700
6701 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6702
6703         * text3.C (cursorNext): add tmp var
6704
6705         * text2.C (updateCounters): for function calling out of for clause
6706         (replaceSelectionWithString): ditto
6707         (insertStringAsParagraphs): ditto
6708         (getColumnNearX): add tmp var
6709         (setCursorFromCoordinates): add tmp var
6710         (cursorDownParagraph): add tmp var
6711         (deleteEmptyParagraphMechanism): add tmp var
6712
6713         * text.C (insertChar): add tmp var
6714
6715         * rowpainter.C (paintDepthBar): add tmp var
6716
6717         * CutAndPaste.C (availableSelections): potentially check all
6718         paragraphs in a cut to fill the shown strings.
6719
6720 2003-06-18  André Pönitz  <poenitz@gmx.net>
6721
6722         * kbmap.[Ch]: use vector<> instead of list<>
6723
6724 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6725
6726         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6727         pasteSelection with index
6728
6729         * text2.C (pasteSelection): modify, call pasteSelection with index
6730
6731         * paragraph.C (asString): reimplement version with no interval to
6732         call the one with interval.
6733
6734         * lyxtext.h: add index arg to pasteSelection
6735
6736         * MenuBackend.C (MenuItem): handle PasteRecent
6737         (Menu::read::Menutags): add md_pasterecent
6738         (read): handle it
6739         (expandPasteRecent): new function
6740         (expand): use it
6741
6742         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6743
6744         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6745         the limited stack
6746         (availableSelections): new function
6747
6748 2003-06-17  Angus Leeming  <leeming@lyx.org>
6749
6750         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6751
6752 2003-06-17  Angus Leeming  <leeming@lyx.org>
6753
6754         * lfuns.h:
6755         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6756
6757         * lyxfunc.C (dispatch): invoke it.
6758
6759 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6760
6761         * iterators.C (operator++, ParPosition): reintroduce some
6762         const_cast for the benefit of older compilers.
6763
6764 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6765
6766         * text3.C (dispatch): do not modify clipboard when doing
6767         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6768         LFUN_DELETE_SKIP on a selection selection
6769
6770 2003-06-16  André Pönitz  <poenitz@gmx.net>
6771
6772         * BufferView.C:
6773         * buffer.C:
6774         * buffer.h:
6775         * paragraph.C:
6776         * tabular.[Ch]: IU of clone() and getLabelList();
6777
6778 2003-06-13  André Pönitz  <poenitz@gmx.net>
6779
6780         * tabular.h: compactification
6781
6782 2003-06-12  André Pönitz  <poenitz@gmx.net>
6783
6784         * tabular.C:
6785         * tabular.h:
6786         * tabular_funcs.h: some renaming plus whitespace
6787
6788 2003-06-12  André Pönitz  <poenitz@gmx.net>
6789
6790         * BufferView.C:
6791         * BufferView_pimpl.C:
6792         * CutAndPaste.C:
6793         * buffer.C:
6794         * iterators.[Ch]:
6795         * lyxfunc.C:
6796         * text.C:
6797         * toc.C: Return a Paragraph & for ParIterator::operator*()
6798
6799 2003-06-11  John Levon  <levon@movementarian.org>
6800
6801         * lyx_main.C:
6802         * ToolbarBackend.h:
6803         * ToolbarBackend.C: add "Toolbars" section and
6804         put the flags there
6805
6806 2003-06-10  Angus Leeming  <leeming@lyx.org>
6807
6808         * lfuns.h:
6809         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6810
6811         * lyxfunc.C (dispatch): invoke it.
6812
6813 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6814
6815         * main.C: protect <ios> with HAVE_IOS
6816         (main): protect sync_with_stdio with HAVE_IOS
6817
6818 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6819
6820         * text2.C (cutSelection): adjust
6821         (pasteSelection): adjust
6822
6823         * messages.C: handle get of empty string
6824
6825         * main.C (main): use sync_with_stdio(false)
6826
6827         * lyxfunc.C (dispatch): adjust
6828
6829         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6830         (WriteAs): remove unneeded BufferView arg.
6831
6832         * bufferparams.h: use correct types on papersize, papersize2 and
6833         paperpackage.
6834
6835         * bufferparams.C (readToken): adjust for type
6836         (writeLaTeX): add missing cases to switch.
6837
6838         * bufferlist.C (quitWriteBuffer): adjust
6839         (close): adjust
6840
6841         * buffer.C (asciiParagraph): remove some commented code.
6842
6843         * CutAndPaste.C: remove current_view extern variable.
6844         (cutSelection): add BufferParams arg.
6845         (eraseSelection): add BufferParams arg.
6846         (pasteSelection): add Buffer const & arg
6847
6848 2003-06-07  John Levon  <levon@movementarian.org>
6849
6850         * buffer.C:
6851         * paragraph_funcs.C:
6852         * paragraph_pimpl.C:
6853         * text.C:
6854         * text2.C:
6855         * paragraph.h:
6856         * paragraph.C: allow InsetERT to freely space lines,
6857         and some consolidation of code
6858
6859 2003-06-06  José Matos  <jamatos@fep.up.pt>
6860
6861         * buffer.C (makeDocBookFile): fix bug #821
6862
6863 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6864
6865         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6866
6867 2003-06-04  Angus Leeming  <leeming@lyx.org>
6868
6869         * buffer.C: bump format to 224.
6870
6871 2003-06-05  André Pönitz  <poenitz@gmx.net>
6872
6873         * text2.C (redoParagraphs): remove two const_cast<>
6874
6875 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6876
6877         * ParagraphList.h: remove last remnants of NO_STD_LIST
6878
6879 2003-06-03  Angus Leeming  <leeming@lyx.org>
6880
6881         * factory.C (createInset): small change to the way InsetExternal's params
6882         are set.
6883
6884 2003-06-04  André Pönitz  <poenitz@gmx.net>
6885
6886         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6887
6888         * paragraph_pimpl.h:
6889         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6890
6891         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6892
6893         * undo_funcs.C: make some simple cases of undo work again
6894
6895 2003-06-03  John Levon  <levon@movementarian.org>
6896
6897         * ispell.C: HPUX doesn't have sys/select.h
6898         (from Albert Chin)
6899
6900 2003-06-03  John Levon  <levon@movementarian.org>
6901
6902         * CutAndPaste.C: update tabular and include inset
6903         buffer references
6904
6905         * buffer.h:
6906         * paragraph.h:
6907         * paragraph.C: remove owningBuffer(), don't pass Buffer
6908         to clone()
6909
6910         * factory.C: insetGraphicsParams changed
6911
6912 2003-06-02  John Levon  <levon@movementarian.org>
6913
6914         * LyXAction.C:
6915         * factory.C:
6916         * lfuns.h:
6917         * lyxfunc.C:
6918         * text3.C: remove insetparent
6919
6920 2003-06-02  John Levon  <levon@movementarian.org>
6921
6922         * buffer.h:
6923         * buffer.C: fix inset_iterator.end(), move out of line
6924         (bug 1149)
6925
6926 2003-06-01  John Levon  <levon@movementarian.org>
6927
6928         * text3.C: use a proper cut/paste when doing inset
6929         insert (from Jürgen Spitzmüller)
6930
6931 2003-06-01  John Levon  <levon@movementarian.org>
6932
6933         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6934
6935 2003-05-30  André Pönitz  <poenitz@gmx.net>
6936
6937         * rowpainter.C: unify second drawing phase
6938
6939 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6940
6941         * trans_mgr.C: remove one case of current_view
6942
6943         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6944
6945         * paragraph_funcs.h: remove paragraph.h include
6946
6947         * paragraph.h: delete NO_STD_LIST stuff
6948
6949         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6950
6951         * buffer.h: remove paragraph.h include
6952
6953         * ParagraphList.C: delete file
6954
6955         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6956
6957         * toc.C (getTocList): adjust
6958
6959         * paragraph_pimpl.C (validate): adjust
6960
6961         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6962
6963         * paragraph.C (Paragraph): adjust
6964         (getPositionOfInset): use const_iterator, adjust
6965         (bibitem): use const_iterator, adjust
6966         (setInsetOwner): adjust
6967
6968         * iterators.C (operator++): adjust
6969
6970         * InsetList.[Ch]: Replace selfmade iterator with standard
6971         vector::iterator also introduce const_iterator. Remove getPos,
6972         getInset and setInset from InsetTable. Adjust accordingly.
6973
6974         * BufferView.C (lockInset): adjust
6975         (ChangeInsets): adjust
6976
6977         * tabular.[Ch]: delete commented same_id functions
6978
6979 2003-05-28  John Levon  <levon@movementarian.org>
6980
6981         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6982
6983 2003-05-28  André Pönitz  <poenitz@gmx.net>
6984
6985         * metricsinfo.[Ch]: remove 'fullredraw' member
6986
6987 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6988
6989         * lyxtextclass.C (operator): remove caching.
6990
6991 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6992
6993         * text3.C: adjust
6994
6995         * text2.C (cursorBottom): adjust
6996         (setCounter): use ParagraphList::find, adjust
6997
6998         * text.C (workWidth): use ParagraphList::find, adjust
6999
7000         * lyxcursor.C (LyXCursor): adjust
7001
7002         * buffer.C (inset_iterator): adjust
7003
7004         * ParagraphList.h: make iterator(value_type) private, make
7005         ParagraphList a friend of iterator.
7006
7007         * ParagraphList.C (find): new function
7008
7009         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7010
7011 2003-05-27  André Pönitz  <poenitz@gmx.net>
7012
7013         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7014
7015 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7016
7017         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7018
7019 2003-05-26  John Levon  <levon@movementarian.org>
7020
7021         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7022
7023 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7024
7025         * remove same_id from function signatures, adjust.
7026
7027 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7028
7029         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7030
7031         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7032
7033         * paragraph.C (Paragraph): get rid of same_ids parameter
7034
7035         * ParagraphList.C (insert): adjust
7036         (push_back): adjust
7037
7038 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7039
7040         * paragraph_funcs.C (breakParagraph): adjust
7041         (breakParagraphConservative): adjust
7042
7043         * buffer.C (readParagraph): adjust
7044
7045         * ParagraphList.C (insert): take a reference instead of a pointer
7046         (insert): adjust
7047
7048         * paragraph.[Ch] (id): new function
7049
7050         * bufferlist.C (newFile): adjust
7051
7052         * ParagraphList.C (ParagraphList): adjust
7053         (assign): adjust
7054         (push_back): take a reference instead of a pointer.
7055
7056         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7057
7058         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7059         instead.
7060
7061         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7062         set else use old code.
7063
7064         * ParagraphList.C: remove all NO_NEXT code and only compile this
7065         code of NO_STD_LIST is set.
7066
7067 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7068
7069         * BufferView_pimpl.C:
7070         * TextCache.C:
7071         * TextCache.h:
7072         * bufferlist.C:
7073         * errorlist.h:
7074         * format.C:
7075         * format.h:
7076         * graph.C:
7077         * lyxfunc.C:
7078         * lyxrc.C:
7079         * graphics/GraphicsConverter.C:
7080         * graphics/PreviewLoader.C: header adjustment
7081
7082 2003-05-23  Angus Leeming  <leeming@lyx.org>
7083
7084         * LaTeXFeatures.[Ch] (useBabel): new method.
7085         * bufferparams.C (writeLaTeX): use it.
7086
7087 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7088
7089         * ParagraphList.h (set): remove unused function.
7090
7091 2003-05-23  André Pönitz  <poenitz@gmx.net>
7092
7093         * BufferView.C:
7094         * BufferView_pimpl.C:
7095         * buffer.C:
7096         * buffer.h:
7097         * lyxfunc.C:
7098         * undo_funcs.C: setUndo reworked
7099
7100         * iterators.[Ch]: add access to topmost ParagraphList
7101
7102         * lyxtext.[Ch] (workWidth): add a const
7103
7104 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7105
7106         * texrow.[Ch] (increasePos): remove function
7107         * exporter.C (export): removed unused var and outdated comment
7108
7109 2003-05-23  Angus Leeming  <leeming@lyx.org>
7110
7111         * latexrunparams.h: rename fragile as moving_arg.
7112         * paragraph.C (simpleTeXOnePar): ditto.
7113         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7114
7115 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7116
7117         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7118         (createUndo): ditto
7119         (textUndoOrRedo): comment out a currently unused var.
7120
7121         * paragraph.h (NO_NEXT): enable NO_NEXT
7122
7123         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7124
7125         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7126
7127         * exporter.C (Export): adjust for removeAutoInsets removal.
7128
7129         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7130
7131         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7132
7133         * BufferView.[Ch] (removeAutoInsets): delete function
7134
7135 2003-05-22  Angus Leeming  <leeming@lyx.org>
7136
7137         * latexrunparams.h: add a free_spacing variable.
7138
7139         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7140         to pass moving_arg, as the data is stored in runparams.fragile.
7141
7142         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7143         to Inset::latexOptional or to simpleTeXOnePar.
7144
7145         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7146         free_spacing arg to Inset::latexOptional.
7147
7148         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7149         free_spacing arg.
7150
7151 2003-05-22  Angus Leeming  <leeming@lyx.org>
7152
7153         * latexrunparams.h: add fragile and use_babel variables.
7154
7155         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7156         * buffer.C (makeLaTeXFile): store this returned value in
7157         runparams.use_babel, thus passing it to the inset::latex methods.
7158
7159         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7160         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7161
7162         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7163         longer has a fragile arg, as it is stored in runparams.fragile.
7164
7165         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7166         moving_arg parameter as the data is stored in runparams.fragile.
7167
7168         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7169         a fragile parameter as the data is stored in runparams.fragile.
7170
7171 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7172
7173         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7174
7175 2003-05-22  Angus Leeming  <leeming@lyx.org>
7176
7177         * latexrunparams.h: add a 'bool nice' which defaults to false.
7178
7179         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7180         now encapsulated within runparams.
7181
7182         * bufferlist.C (updateIncludedTeXfiles):
7183         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7184
7185 2003-05-22  Angus Leeming  <leeming@lyx.org>
7186
7187         * latexrunparams.h: new file containing struct LatexRunParams.
7188         * Makefile.am: add new file.
7189
7190         * LaTeX.[Ch] (c-tor, run):
7191         * buffer.[Ch] (makeLaTeXFile):
7192         * bufferlist.[Ch] (updateIncludedTeXfiles):
7193         * converter.C (convert, scanLog):
7194         * converter.[Ch] (runLaTeX):
7195         * exporter.C (Export):
7196         * paragraph.[Ch] (simpleTeXOnePar):
7197         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7198         * paragraph_funcs.[Ch] (latexParagraphs):
7199         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7200         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7201         pass around a LatexRunParams parameter.
7202
7203 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7204
7205         * paragraph.[Ch]: remove unused constructor
7206
7207         * ParagraphList.C (erase): new function, taking two iterators
7208
7209 2003-05-22  André Pönitz  <poenitz@gmx.net>
7210
7211         * undo_funcs.C: remove duplicated code
7212
7213         * iterator.[Ch]: operator=
7214
7215 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7216
7217         * tabular.C (SetMultiColumn): ws changes
7218
7219         * rowpainter.C (paintFirst): get rid of a ->previous
7220
7221         * lyx_cb.C (getPossibleLabel): parlist simplification
7222
7223         * BufferView.C (ChangeInsets): simplify slightly.
7224
7225 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7226
7227         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7228         * lfuns.h: new LFUN_SPACE
7229         * lyxfunc.C: protected space has a new lfun
7230         * paragraph_funcs.C: read new space insets
7231         * text3.C:
7232         * factory.C: handle new space insets
7233
7234 2003-05-22  André Pönitz  <poenitz@gmx.net>
7235
7236         * BufferView.C:
7237         * BufferView_pimpl.C:
7238         * buffer.[Ch]:
7239         * lyxfunc.C:
7240         * undo_funcs.C: return a ParIterator from getParFromID.
7241
7242         * iterators.[Ch]: add two const's
7243
7244 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7245
7246         * toc.C (getTocList): adjust
7247
7248         * iterators.[Ch]: rework for parlist
7249
7250         * buffer.C (par_iterator_begin): adjust
7251         (par_iterator_end): adjust
7252
7253         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7254
7255         * BufferView.C (removeAutoInsets): adjust
7256         (ChangeInsets): adjust
7257
7258 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7259
7260         * text.C (top_y): fix bug 1110
7261
7262 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7263
7264         * errorlist.[Ch]: added
7265         * buffer.C:
7266         * BufferView.[Ch]:
7267         * BufferView_pimpl.C:
7268         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7269         instead
7270
7271 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7272
7273         * Makefile.am: ensure that lyx is relinked upon changes to the
7274         various "convenience" libs.
7275
7276 2003-05-20  Angus Leeming  <leeming@lyx.org>
7277
7278         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7279         files are compiled in alphabetical order again.
7280
7281         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7282
7283 2003-05-19  Angus Leeming  <leeming@lyx.org>
7284
7285         * gettext.[Ch]: remove "char const * _(char const *)".
7286
7287 2003-05-19  André Pönitz  <poenitz@gmx.net>
7288
7289         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7290
7291         * Makefile.am:
7292         * BufferView.C:
7293         * DepTable.h:
7294         * LaTeXFeatures.C:
7295         * buffer.C:
7296         * lyxfont.C:
7297         * lyxlex.h:
7298         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7299
7300 2003-05-19  André Pönitz  <poenitz@gmx.net>
7301
7302         * buffer.C:
7303         * lyxlayout.[Ch]:
7304         * lyxtextclass.[Ch]:
7305         * paragraph.C:
7306         * paragraph_funcs.[Ch]:
7307         * text2.C:
7308         * text3.C: more insetenv work
7309
7310 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7311
7312         * ParagraphParameters.C (params2string): small bug fixed
7313
7314 2003-05-16  André Pönitz  <poenitz@gmx.net>
7315
7316         * debug.C:
7317         * bufferview_funcs.C: patch from Kornel Benko to prevent
7318           crash when _(...) is called twice in a statement
7319
7320 2003-05-16  André Pönitz  <poenitz@gmx.net>
7321
7322         * BufferView.C:
7323         * lyxfunc.C:
7324         * text.C:
7325         * text2.C:
7326         * text3.C:
7327         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7328
7329 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7330
7331         * lyx_main.C (init): remove spurious static_cast
7332
7333 2003-05-14  André Pönitz  <poenitz@gmx.net>
7334
7335         * BufferView.C: fix format string
7336
7337 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7338
7339         * BufferView.[Ch] (insertErrors): removed
7340         * BufferView.[Ch] (showErrorList): added
7341         * buffer.C (runChkTeX):
7342         * converter.C (scanLog): call showErrorList instead of inserterrors
7343
7344 2003-05-13  André Pönitz  <poenitz@gmx.net>
7345
7346         * BufferView_pimpl.C:
7347         * buffer.C:
7348         * bufferview_func.C:
7349         * MenuBackend.C:
7350         * lyxfunc.C:
7351         * lyxrc.C:
7352         * tex-accent.C:
7353         * text3.C:
7354         * toc.C:
7355         * tabular_funcs.h: tostr() from its own header
7356
7357         * ParagraphParameters.C:
7358         * ToolbarBackend.C:
7359         * bufferparams.C:
7360         * format.C:
7361         * lyxlex_pimpl.C:
7362         * text3.C: STRCONV()
7363
7364 2003-05-12  André Pönitz  <poenitz@gmx.net>
7365
7366         * BufferView.C:
7367         * BufferView_pimpl.C:
7368         * CutAndPaste.C:
7369         * LaTeX.C:
7370         * LaTeXFeatures.C:
7371         * ParagraphParameters.C:
7372         * buffer.C:
7373         * bufferlist.C:
7374         * bufferparams.C:
7375         * bufferview_funcs.C:
7376         * converter.C:
7377         * counters.C:
7378         * debug.C:
7379         * exporter.C:
7380         * format.C:
7381         * importer.C:
7382         * lyx_cb.C:
7383         * lyx_main.C:
7384         * lyxfont.C:
7385         * lyxfunc.C:
7386         * lyxvc.C:
7387         * paragraph.C:
7388         * paragraph_funcs.C:
7389         * tabular.C:
7390         * tabular_funcs.C:
7391         * text2.C:
7392         * text3.C:  boost::format -> bformat  all over the place
7393
7394
7395 2003-05-09  André Pönitz  <poenitz@gmx.net>
7396
7397         * LColor.[Ch]: Pimpl the #include <map> away
7398
7399 2003-05-09  John Levon  <levon@movementarian.org>
7400
7401         * bufferlist.C: never remove emergency saves
7402
7403 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7404
7405         * Makefile.am: better lib building
7406
7407 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7408
7409         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7410         instead.
7411         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7412         (simpleTeXSpecialChars): adjust
7413         (simpleTeXSpecialChars): adjust
7414         * paragraph.C (simpleTeXOnePar): adjust
7415         * buffer.C (makeLaTeXFile): adjust
7416
7417         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7418
7419         * text2.C (changeDepth): parlist cleanup
7420         (getColumnNearX): ditto
7421
7422         * rowpainter.C (getLabelFont): parlist cleanup
7423
7424         * bufferlist.C (newFile): parlist cleanup
7425
7426         * CutAndPaste.C (eraseSelection): parlist cleanup
7427
7428         * BufferView_pimpl.C (trackChanges): parlist cleanup
7429         (dispatch): ditto
7430
7431         * BufferView.C (lockInset): parlist cleanup.
7432         (ChangeInsets): ditto
7433
7434 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7435
7436         * CutAndPaste.h: Update file header.
7437
7438         * CutAndPaste.C: Update file header.
7439         Store the parts cut out of the Document in a limited_stack.
7440         (copySelection): adjust
7441         (pasteSelection): new function, takes the index in the limited stack.
7442         (nrOfParagraphs): adjust
7443         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7444         simplify error inset insertion.
7445         (checkPastePossible): adjust
7446
7447 2003-05-06  John Levon  <levon@movementarian.org>
7448
7449         * text2.C: don't cast wrap inset to float
7450
7451 2003-05-05  André Pönitz  <poenitz@gmx.net>
7452
7453         * iterator.C:
7454         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7455
7456         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7457           few naked Paragraph *.
7458
7459 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7460
7461         * bufferparams.C: Output warning if a document with missing
7462         TeX document class is loaded
7463         * exporter.C: Disable TeX exports if the document class is missing
7464         * lyxtextclass.C:
7465         * lyxtextclass.h:
7466         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7467         isTeXClassAvailable()
7468
7469 2003-05-03  John Levon  <levon@movementarian.org>
7470
7471         * BufferView.h:
7472         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7473         explicit cursor show/hide
7474
7475         * BufferView_pimpl.h:
7476         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7477         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7478
7479         * lyxfunc.C: hide cursor before dispatching.
7480
7481         * lyx_cb.C:
7482         * lyxfind.C:
7483         * text.C:
7484         * text3.C: remove explicit cursor hides
7485
7486 2003-05-02  André Pönitz  <poenitz@gmx.net>
7487
7488         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7489
7490         * undo_funcs.C:
7491         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7492           linked lists
7493
7494         * text2.C: tiny whitespace
7495
7496 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7497
7498         * undo_funcs.C: almost only ws changes.
7499
7500         * ParagraphList.C (splice): just return if pl is empty.
7501
7502 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7503
7504         * ParagraphList.C (splice): new function.
7505
7506         * CutAndPaste.C (pasteSelection): use it
7507
7508 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7509
7510         * CutAndPaste.C (pasteSelection): remove the last next and
7511         previous from this file.
7512
7513 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7514
7515         * CutAndPaste.C (pasteSelection): more clean up, user proper
7516         ParagraphList functions for pasteing.
7517
7518         * ParagraphList.C (insert): new function, three arg insert
7519
7520 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7521
7522         * ParagraphList.C (insert): new function, three arg insert
7523
7524         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7525         not on paragraphs.
7526
7527 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7528
7529         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7530
7531 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7532
7533         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7534
7535 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7536
7537         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7538         (copySelection): clean up a bit.
7539         (pasteSelection): use make_pair
7540
7541         * ParagraphList.C (ParagraphList): implement copy constructor
7542         (operator=): implement, base on copy constructor.
7543         (assign): new func
7544
7545         * paragraph.C (erase): return a bool
7546
7547         * paragraph_pimpl.C (erasePos): remove function, move contents...
7548         (erase): ... here. Return a bool.
7549         (erase): call erase instead of erasePos.
7550
7551 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7552
7553         * ParagraphList.h: define PitPosPair
7554         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7555         ParagraphList, fix a bug on pasting multiple pars
7556         * text2.C: change interface to C&P
7557
7558 2003-04-30  André Pönitz  <poenitz@gmx.net>
7559
7560         * undo_func.C: revert part of yesterday's patch 2
7561
7562 2003-04-30  John Levon  <levon@movementarian.org>
7563
7564         * LColor.C: s/tabular/table/
7565
7566 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7567
7568         * text3.C (dispatch): do not convert iterator -> pointer
7569         * undo_funcs.C (setCursorParUndo): ditto
7570         * text_funcs.C (transposeChars): ditto
7571
7572         * text2.C (setLayout): ws changes only
7573
7574         * text.C (breakParagraph): do not convert iterator -> pointer
7575         (insertChar): ditto
7576         (acceptChange): ditto
7577         (rejectChange): ditto
7578         (changeCase): ditto
7579         (Delete): ditto
7580         (backspace): ditto
7581
7582         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7583         pointer
7584
7585 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7586
7587         * text3.C (gotoInset): YABG (yet another bad getChar)
7588
7589 2003-04-29  André Pönitz  <poenitz@gmx.net>
7590
7591         * paragraph.h: make operator= private unimplemented as long as
7592           it is unusable
7593
7594         * ParagraphList.C: whitespace
7595
7596         * paragraph.[Ch]:
7597         * paragraph_pimpl.[Ch]:
7598         * paragraph_funcs.C:
7599         * CutAndPaste.C:
7600         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7601
7602         * text2.C:
7603           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7604
7605 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7606
7607         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7608         * paragraph.[Ch] (erase):
7609         * paragraph_pimpl.[Ch] (erase): change return type and value
7610         * text2.C (cutSelection): some rework
7611
7612 2003-04-28  John Levon  <levon@movementarian.org>
7613
7614         * bufferlist.C: changes for unsaved changes dialog
7615
7616 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7617
7618         * bufferlist.C (newFile): set language (messages_) for new
7619         documents also.
7620
7621         * buffer.C (readFile): ws changes only.
7622
7623 2003-04-28  André Pönitz  <poenitz@gmx.net>
7624
7625         * undo_funcs.C:
7626         * lyxfunc.C:
7627         * buffer.[Ch]:
7628         * BufferView_pimpl.C:
7629         * BufferView.C: getParFromID related ParagraphList::iterator changes
7630
7631 2003-04-28  André Pönitz  <poenitz@gmx.net>
7632
7633         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7634           Changes
7635
7636 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7637
7638         * messages.C: remove one more localedir class variable.
7639
7640 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7641
7642         * messages.C (getLocaleDir): singleton generation function
7643         (Pimpl): use it.
7644         (Messages): add a default constructor.
7645
7646         * main.C (main): do not setup localedir here, do not call
7647         gettext_init.
7648
7649         * gettext.C (_): use it.
7650         (gettext_init): delete funciton
7651
7652 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7653
7654         * gettext.C (getLyXMessages): new singleton generating function.
7655
7656         * buffer.C (updateDocLang): adjust
7657
7658         * Makefile.am (messages.o): add target
7659         (main.o): remove target
7660
7661 2003-04-27  John Levon  <levon@movementarian.org>
7662
7663         * bufferlist.C:
7664         * lyx_cb.C:
7665         * lyxfunc.C:
7666         * lyxvc.C: specify cancel button in Alert::prompt
7667
7668 2003-04-26  John Levon  <levon@movementarian.org>
7669
7670         * text3.C:
7671         * lyxfunc.C:
7672         * lfuns.h:
7673         * LyXAction.C: add LFUN_INSET_SETTINGS
7674
7675         * lyxfunc.C: don't enable tabular-feature when there's
7676         just any locking inset
7677
7678 2003-04-26  John Levon  <levon@movementarian.org>
7679
7680         * bufferlist.C: re-add Cancel to buffer close question
7681
7682         * lyxfunc.C: fix import UI a bit
7683
7684 2003-04-25  John Levon  <levon@movementarian.org>
7685
7686         * gettext.C: remove the broken asserts for now
7687
7688 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7689
7690         * messages.C: make case where setlocale cannot comply work better.
7691
7692         * buffer.C (updateDocLang): new function
7693         (changeLanguage): use it
7694         (readFile): use it
7695
7696         * text2.C (setCounter): use B_ a bit.
7697
7698         * lyxlayout.C (Read): be sure to trim the label strings.
7699
7700         * messages.C (Messages): fix typo in comment
7701
7702         * buffer.C (readFile): set message_ after file is loaded.
7703         (makeDocBookFile): remove double return
7704         (changeLanguage): reset message_ upon language change.
7705         (B_): new func, use this to get translated buffer strings.
7706
7707         * main.C: add myself and Jean Marc as authors.
7708
7709 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7710
7711         * messages.[hC]: pimplify Messages, and three different pimpls to be
7712         used in different circumstances.
7713
7714         * gettext.[Ch]: change for use with new message code.
7715
7716 2003-04-24 André Pönitz <poenitz@gmx.net>
7717
7718         * factory.C: support for eqref
7719
7720 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7721
7722         * messages.[Ch]: add missing char
7723
7724         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7725
7726         * messages.[Ch]: New files
7727
7728 2003-04-18  John Levon  <levon@movementarian.org>
7729
7730         * BufferView.h:
7731         * BufferView.C:
7732         * BufferView_pimpl.C:
7733         * lfuns.h:
7734         * LyXAction.C:
7735         * lyxtext.h:
7736         * text2.C: remove layout-copy/paste (bug 778)
7737
7738 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7739
7740         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7741
7742 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7743
7744         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7745         if they succeed. Act accordingly.
7746
7747 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7748
7749         * text2.C (setCharFont): adjust
7750         (setCounter): adjust
7751         (insertStringAsLines): adjust
7752
7753         * text.C (leftMargin): adjust
7754         (setHeightOfRow): adjust
7755
7756         * rowpainter.C (paintFirst): adjust
7757         (paintLast): adjust
7758
7759         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7760         (outerHook): ditto
7761         (isFirstInSequence): ditto
7762         (getEndLabel): ditto
7763         (outerFont): adjust
7764
7765         * paragraph.C (getParLanguage): comment out some hard stuff.
7766
7767         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7768         (sgmlError): ditto
7769         (simpleDocBookOnePar): ditto
7770         (makeDocBookFile): use ParagraphList::iterator
7771
7772         * CutAndPaste.C (pasteSelection): adjust
7773
7774 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7775
7776         * text2.C (getFont): adjust
7777         (getLayoutFont): adjust
7778         (getLabelFont): adjust
7779
7780         * paragraph_funcs.C (TeXOnePar): adjust
7781
7782         * buffer.C (simpleLinuxDocOnePar): adjust
7783         (simpleDocBookOnePar): adjust
7784
7785         * CutAndPaste.C (pasteSelection): adjust
7786
7787         * BufferView.C (getEncoding): adjust
7788
7789         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7790
7791 2003-04-16  John Levon  <levon@movementarian.org>
7792
7793         * lyxfind.C: use parlist stuff for search/changes
7794
7795 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7796
7797         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7798
7799         * text2.C (deleteEmptyParagraphMechanism): adjust
7800
7801         * text2.[Ch] (ownerParagraph): delete func (both of them
7802
7803 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7804
7805         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7806
7807 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7808
7809         * ParagraphList.C: prepare for NO_NEXT
7810
7811 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7812
7813         * text2.C (getFont): adjust
7814         (getLayoutFont): adjust
7815         (getLabelFont): adjust
7816
7817         * paragraph.C (getFont): adjust
7818         (getLabelFont): adjust
7819         (getLayoutFont): adjust
7820
7821         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7822
7823 2003-04-15  John Levon  <levon@movementarian.org>
7824
7825         From Angus Leeming
7826
7827         * lyx_main.C: handle Include in .ui files
7828
7829 2003-04-15  John Levon  <levon@movementarian.org>
7830
7831         * MenuBackend.C: make the doc files length shorter
7832
7833         * ToolbarBackend.h:
7834         * ToolbarBackend.C: handle toolbar placement flags,
7835         Minibuffer
7836
7837 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7838
7839         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7840         adjust
7841
7842         * paragraph_funcs.C (TeXOnePar): adjust
7843
7844         * paragraph.C (getLabelFont): add outerfont arg, adjust
7845         (getLayoutFont): ditto
7846         (simpleTeXOnePar): adjust
7847
7848         * paragraph_pimpl.C (realizeFont): delete func
7849
7850 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7851
7852         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7853         row argument, constify cur argument.
7854
7855 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7856
7857         * text2.C (getFont): adjust
7858         (getLayoutFont): adjust
7859         (getLabelFont): adjust
7860
7861         * paragraph_funcs.C (TeXOnePar): adjust
7862         (outerFont): new func...
7863         (realizeFont): ...moved out from here, changed this to facilitate
7864         transition
7865
7866         * paragraph.C (getFont): take outerfont as arg, adjust
7867         (simpleTeXOnePar): add outerfont arg, adjust
7868
7869         * buffer.C (simpleLinuxDocOnePar): adjust
7870         (simpleDocBookOnePar): adjust
7871
7872         * CutAndPaste.C (pasteSelection): adjust
7873
7874         * BufferView.C (getEncoding): adjust
7875
7876 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7877
7878         * text2.C (setCharFont): adjust
7879         (setCounter): adjust
7880
7881         * text.C (leftMargin): adjust
7882         (setHeightOfRow): adjust
7883
7884         * rowpainter.C (paintFirst): adjust
7885         (paintLast): adjust
7886
7887         * paragraph_pimpl.C (realizeFont): adjust
7888
7889         * paragraph.C (isFirstInSequence): move from here...
7890         * paragraph_funcs.C (isFirstInSequence): ...to here
7891
7892         * paragraph.C (outerHook): move from here...
7893         * paragraph_funcs.C (outerHook): ...to here
7894
7895         * paragraph.C (depthHook): move from here...
7896         * paragraph_funcs.C (depthHook): ...to here
7897
7898         * paragraph.C (getEndLabel): move from here...
7899         * paragraph_funcs.C (getEndLabel): ...to here
7900
7901         * text2.C (realizeFont): move from here...
7902         * paragraph_funcs.C (realizeFont): ...to here
7903
7904 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7905
7906         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7907
7908 2003-04-14  Angus Leeming  <leeming@lyx.org>
7909
7910         * LColor.[Ch]: scrap LColor mathcursor.
7911
7912 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7913
7914         * lyxlex.[Ch] (text): delete function
7915         * trans.C (Load): adjust
7916         * paragraph_funcs.C (readParToken): adjust
7917
7918 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7919
7920         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7921         vector<char> instead of a char[].
7922
7923         * lyxlex_pimpl.C (getString): adjust
7924         (next): adjust
7925         (lex): use getString
7926         (eatLine): adjust
7927         (nextToken): adjust
7928
7929         * lyxlex.C (text): use pimpl_->getString()
7930         (getBool): ditto
7931         (findToken): ditto
7932
7933 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7934
7935         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7936         (makeFontEntriesLayoutSpecific): temp var for par.size()
7937         (setLayout): temp var for ownerParagraphs().end()
7938         (fullRebreak): temp var for rows().end()
7939         (selectionAsString): temp var for boost::next(startpit), realize
7940         that the while really is a regular for loop.
7941         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7942         setCursor in one place.
7943         (setParagraph): temp vr for ownerParagraphs().end()
7944         (updateCounters): make the while loop a for loop
7945         (cutSelection): temp var for ownerParagraphs().end()
7946         (updateInset): make the do {} while() a regular for loop
7947         (getCursorX): use temp vars
7948         (setCurrentFont): use temp vars
7949         (getColumnNearX): use temp vars
7950
7951 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7952
7953         * text.C (transformChar): use temp var for getChar
7954         (computeBidiTables): use temp var for row->par()
7955         (fill): move temp vars for row->par() and pit->layout() earlier in
7956         the function.
7957         (labelFill): use temp var for row->par()
7958         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7959         asc and desc, realize that pit never changes and that firstpit is
7960         just a duplicate and not needed. Exchange rit->par() with pit in a
7961         lot of places.
7962         (breakAgain): use a temp var for boost::next(rit)
7963         (breakAgainOneRow): ditto
7964         (breakParagraph): use a temp var for rows().begin()
7965         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7966         (cursorRightOneWord): use temp var for cursor.par() and
7967         cursor.pos(), remove usage of tmpcursor.
7968         (cursorLeftOneWord): use temp var for cursor.par() and
7969         cursor.pos() only set cur at end of function.
7970
7971 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7972
7973         * text.C, text2.C: exchange all usage of Paragraph::next with
7974         boost::next(ParagraphList::iterator)
7975
7976         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7977
7978         * text2.C (cursorTop): simplify implementation
7979         (cursorBottom): ditto
7980         (setParagraph): use ParagraphList::iterator
7981         (setCurrentFont): adjust
7982         (getColumnNearX): adjust
7983         (cursorRight): adjust
7984         (cursorLeft): remove usage of Paragraph::previous
7985         (cursorUpParagraph): ditto
7986         (deleteEmptyParagraphMechanism): slight cleanup
7987
7988         * text.C (isBoundary): take a Paragraph const & instead of a
7989         pointer as arg.
7990         (addressBreakPoint): ditto
7991         (leftMargin): remove usage of Paragraph::previous.
7992         (setHeightOfRow): ditto
7993         (cursorLeftOneWord): ditto
7994         (selectNextWordToSpellcheck): ditto
7995         (Delete): ditto
7996         (backspace): ditto
7997         (breakParagraph): remove one usage of Paragraph::next
7998         (redoParagraph): ditto
7999         (acceptChange): ditto
8000         (insertChar): adjust
8001         (rowBreakPoint): adjust
8002
8003         * bufferview_funcs.C (toggleAndShow): adjust
8004
8005 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8006
8007         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8008         methods to access it.
8009         * lyxtext.h:
8010         * text.C: Added updateRowPositions to compute all row positions.
8011         Make top_y and getRowNearY() to use the cached y position
8012
8013 2003-04-11  John Levon  <levon@movementarian.org>
8014
8015         * text.C (rowBreakPoint): reintroduce the labelEnd
8016         checks, code copied from the row fill stuff. Deep voodoo.
8017
8018         * text.C (fill): add a comment and debugging for the
8019         next poor soul.
8020
8021 2003-04-11  John Levon  <levon@movementarian.org>
8022
8023         * text.C: make sure fullrow insets get wrapped to the next line,
8024         even when they're in a manual label
8025
8026 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8027
8028         * text2.C (insertParagraph): make it take ParagraphList::iterator
8029         as arg.
8030         (setLayout): make it return ParagraphList::iterator
8031         (redoParagraphs): ditto
8032         (setCounter): ditto
8033         (checkParagraph): ditto
8034
8035         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8036
8037         * text2.C: adjust several funcs.
8038         (realizeFont): take a ParagraphList::iterator as arg.
8039         (getLayoutFont): ditto
8040         (getLabelFont): ditto
8041         (setCharFont): ditto
8042
8043         * text.C: adjust several funcs.
8044
8045 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8046
8047         * text.C (selectNextWordToSpellcheck): don't accidentally
8048         skip insets
8049
8050 2003-04-10  John Levon  <levon@movementarian.org>
8051
8052         * ToolbarBackend.C (getIcon): special handling for
8053         LFUN_MATH_DELIM
8054
8055 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8056
8057         * text2.C (cursorRight): a getChar assert fixed
8058
8059 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8060
8061         * text2.C (getFont): change to take a ParagraphList::iterator
8062         instead of Paragraph*
8063         Adjust several functions.
8064
8065         * text.C (transformChar): change to take a ParagraphList::iterator
8066         instead of Paragraph*
8067         (singleWidth): ditto
8068         Adjust several functions.
8069
8070         * rowpainter.C: adjust several functions
8071         * rowpainter.h:store a ParagraphList::iterator and not a
8072         Paragraph&.
8073
8074
8075 2003-04-09  John Levon  <levon@movementarian.org>
8076
8077         * lyxfunc.C:
8078         * lfuns.h:
8079         * LyXAction.h:
8080         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8081         and the "help" bits as well
8082
8083 2003-04-09  John Levon  <levon@movementarian.org>
8084
8085         * ToolbarBackend.h:
8086         * ToolbarBackend.C: allow multiple toolbars
8087
8088 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8089
8090         * undo_funcs.C (setCursorParUndo): adjust
8091
8092         * text_funcs.C (transposeChars): adjust
8093
8094         * text3.C (gotoNextInset): adjust
8095         (dispatch): adjust
8096
8097         * text2.C (setLayout): adjust
8098         (changeDepth): adjust
8099         (setFont): adjust
8100         (redoParagraphs): adjust
8101         (selectionAsString): adjust
8102         (setParagraph): adjust
8103         (insertInset): adjust
8104         (cutSelection): adjust
8105         (copySelection): adjust
8106         (pasteSelection): adjust
8107         (insertStringAsLines): adjust
8108         (updateInset): adjust
8109         (setCursor): change to take a ParagraphList::iterator parameter
8110         (setCursorIntern): change to take a ParagraphList::iterator parameter
8111         (setCurrentFont): adjust
8112         (cursorLeft): adjust
8113         (cursorRight): adjust
8114         (deleteEmptyParagraphMechanism): adjust
8115
8116         * text.C (breakParagraph): adjust
8117         (insertChar): adjust
8118         (acceptChange): adjust
8119         (rejectChange): adjust
8120         (selectNextWordToSpellcheck): adjust
8121         (changeCase): adjust
8122         (Delete): adjust
8123         (backspace): adjust
8124
8125         * lyxfind.C (SearchForward): adjust
8126         (SearchBackward): adjust
8127         (nextChange): adjust
8128
8129         * lyxcursor.C (par): adjust
8130
8131         * lyxcursor.h: store a ParagraphList::iterator instead of a
8132         Paragraph*
8133
8134         * lyx_cb.C (getPossibleLabel): adjust
8135
8136         * bufferview_funcs.C (toggleAndShow): adjust
8137
8138         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8139         (dispatch): adjust
8140
8141         * BufferView.C (removeAutoInsets): adjust
8142         (lockedInsetStoreUndo): adjust
8143
8144 2003-04-09  John Levon  <levon@movementarian.org>
8145
8146         * ToolbarBackend.C: try icon without argument
8147         if with argument fails
8148
8149 2003-04-08  John Levon  <levon@movementarian.org>
8150
8151         * ToolbarBackend.h:
8152         * ToolbarBackend.C: add getIcon(), handle tooltip,
8153         and change from "Icon" to "Item".
8154
8155 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8156
8157         * BufferView.C (lockInset): another bad getchar crunched
8158
8159 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8160
8161         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8162         again)
8163
8164 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8165
8166         * lyxfind.C (searchForward, searchBackwards): bug 782
8167
8168 2003-04-07  John Levon  <levon@movementarian.org>
8169
8170         * paragraph.C: remove dead comment
8171
8172         * text.C: remove troublesome depth-fiddling code
8173         in leftMargin() and rightMargin() (bug 1017)
8174
8175         * text.C: fix breaking of rows in nested lists
8176         (bug 1004)
8177
8178         * text2.C (updateCounters): fix up depth values
8179         (bug 1013)
8180
8181 2003-04-07  John Levon  <levon@movementarian.org>
8182
8183         * BufferView_pimpl.C: clear message when doc finishes resizing,
8184         and after a mouse event
8185
8186         * lyxfunc.C: clear message after exiting inset
8187
8188 2003-04-07  John Levon  <levon@movementarian.org>
8189
8190         * bufferview_funcs.C: show math status not outside
8191         status in the statusbar
8192
8193 2003-04-07  John Levon  <levon@movementarian.org>
8194
8195         * lyxfunc.C: note status changed after a depth change
8196
8197 2003-04-04  Angus Leeming  <leeming@lyx.org>
8198
8199         * LaTeX.h: move AuxInfo operator==, != out of line.
8200         Remove LaTeX virtual destructor; nothing derives from it.
8201         Move operator()() out of public area and rename it startscript().
8202         Change protected for private.
8203
8204 2003-04-04  Angus Leeming  <leeming@lyx.org>
8205
8206         * lyxfunc.C:
8207         * text2.C: remove unneeded #includes.
8208
8209 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8210
8211         * text2.C (dEPM): fix the heigth of the next row
8212
8213 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8214
8215         * text.C: squashed an invalid getChar requester + some ws changes
8216
8217 2003-04-03  John Levon  <levon@movementarian.org>
8218
8219         * bufferview_funcs.h:
8220         * bufferview_funcs.C:
8221         * lyxfunc.C:
8222         * lyxtext.h:
8223         * text2.C: make getStatus work for the env depth lfuns
8224
8225 2003-04-03  John Levon  <levon@movementarian.org>
8226
8227         * bufferview_funcs.h:
8228         * bufferview_funcs.C:
8229         * lyxfunc.C:
8230         * lyxtext.h:
8231         * text2.C: parlistize decDepth(), by merging it with incDepth()
8232
8233 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8234
8235         * lyxrow.h: store a ParagraphList::iterator instead of a
8236         Paragraph* and adjust other class functions to suit.
8237
8238         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8239         above.
8240
8241 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8242
8243         * text2.C (setCursor): do not anchor to cursor row for the time being
8244
8245 2003-04-02  John Levon  <levon@movementarian.org>
8246
8247         * LyXAction.C:
8248         * lfuns.h:
8249         * lyx_main.C:
8250         * lyxtext.h:
8251         * text.C:
8252         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8253
8254 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8255
8256         * paragraph.h: make ParagraphList and ParagraphList::iterator
8257         friends of Paragraph.
8258
8259         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8260
8261         * ParagraphList.C: Use the private next_ and previous_ from
8262         Paragraph.
8263
8264 2003-04-01  John Levon  <levon@movementarian.org>
8265
8266         * ToolbarBackend.h:
8267         * ToolbarBackend.C:
8268         * Makefile.am: rename, remove defaults gunk
8269
8270         * MenuBackend.h:
8271         * MenuBackend.C: remove defaults gunk
8272
8273         * Languages.h:
8274         * Languages.C: remove defaults gunk
8275
8276         * lyx_main.h:
8277         * lyx_main.C: error out if files couldn't be found.
8278
8279 2003-04-02  John Levon  <levon@movementarian.org>
8280
8281         * text2.C: make incDepth() use parlist
8282
8283 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8284
8285         * undo_funcs.C (firstUndoParagraph): adjust
8286
8287         * text3.C (gotoInset): adjust
8288         (dispatch): adjust, and rewrite loop.
8289
8290         * text2.C (init): adjust, and rewrite loop.
8291         (redoParagraphs): adjust
8292         (updateInset): adjust, and rewrite loop.
8293         (deleteEmptyParagraphMechanism): adjust
8294
8295         * tabular.C (LyXTabular): adjust
8296         (SetMultiColumn): adjust
8297         (TeXRow): adjust
8298
8299         * lyxtext.[Ch] (ownerParagraph): delete function
8300         (ownerParagraphs): new function returns a ParagraphList.
8301
8302         * BufferView.C (removeAutoInsets): adjust
8303         (insertErrors): adjust
8304         (setCursorFromRow): adjust
8305
8306 2003-04-01  Angus Leeming  <leeming@lyx.org>
8307
8308         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8309         in the frontends.
8310
8311 2003-04-02  John Levon  <levon@movementarian.org>
8312
8313         * lyxtext.h:
8314         * text.C:
8315         * Makefile.am:
8316         * text_funcs.h:
8317         * text_funcs.C: make transposeChars a free function
8318
8319         * lyxrow_funcs.C: remove wrong comment
8320
8321 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8322
8323         * lyxtext.h: adjust
8324         * rowpainter.C: adjust
8325         * text.C: adjust
8326         * text2.C: adjust
8327         * text3.C: adjust
8328
8329         * lyxrow_funcs. [Ch]: new files
8330
8331         * lyxrow.[Ch]: remove next and previous pointers
8332         (next,previous): remove accessor functions
8333         (isParEnd): move to lyxrow_funcs
8334         (lastPos): move to lyxrow_funcs
8335         (nextRowIsAllInset): move to lyxrow_funcs
8336         (lastPrintablePos): move to lyxrow_funcs
8337         (numberOfSeparators): move to lyxrow_funcs
8338         (numberOfHfills): move to lyxrow_funcs
8339         (numberOfLabelHfills): move to lyxrow_funcs
8340         (hfillExpansion): move to lyxrow_funcs
8341
8342         * lyxfunc.C: adjust
8343
8344         * bufferview_funcs.C (toggleAndShow): adjust
8345
8346         * RowList.h: Remove class RowList from file leave just a
8347         std::list<Row>.
8348
8349         * RowList.C: delete file
8350
8351         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8352         and lyxrow_funcs.h
8353
8354 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8355
8356         * text3.C (cursorPrevious): adjust
8357         (cursorNext): adjust
8358         (dispatch): adjust
8359
8360         * text2.C (redoHeightOfParagraph): adjust
8361         (redoDrawingOfParagraph): adjust
8362         (setCursor): adjust
8363
8364         * text.C (breakParagraph): adjust
8365         (insertChar): adjust
8366         (backspace): adjust
8367
8368         * rowpainter.C (RowPainter): adjust
8369         (leftMargin): simplify and adjust
8370         (most rowpainter functions): adjust.
8371
8372         * rowpainter.h: store the row as RowList::iterator not as Row*
8373
8374         * lyxcursor.C (row): taka RowList::iterator as arg
8375         (irow): ditto
8376
8377         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8378         of Row*.
8379
8380 2003-04-01  Angus Leeming  <leeming@lyx.org>
8381
8382         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8383         stuff like bool Bool.
8384
8385 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8386
8387         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8388         rewrite a loop
8389
8390 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8391
8392         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8393         RowList::iterator.
8394
8395         * lyxtext.h (rows): drop one version and leve a const variant that
8396         returns a RowList::iterator.
8397
8398 2003-03-31  Angus Leeming  <leeming@lyx.org>
8399
8400         * text.C (fill): ensure that the signature is the same as that in the
8401         header file.
8402
8403 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8404
8405         * text2.C (redoParagraphs): adjust
8406         (updateCounters): adjust
8407         (checkParagraph): adjust
8408         (getColumnNearX): adjust and reformat a bit.
8409
8410         * text.C (top_y): adjust
8411         (workWidth): adjust
8412         (leftMargin): adjust
8413         (prepareToPrint): adjust
8414         (getRow): adjust
8415         (getRowNearY): adjust
8416
8417         * lyxtext.h: make rowlist_ mutable.
8418
8419         * RowList.h: add const_iterator
8420         * RowList.C: adjust for RowList::const_iterator.
8421
8422         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8423         adjust.
8424
8425 2003-03-31  John Levon  <levon@movementarian.org>
8426
8427         * lyxrc.h:
8428         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8429
8430         * lyx_main.C: set default fonts from using lyx_gui funcs
8431
8432         * exporter.C: pdf_mode moved from lyxrc
8433
8434         * lyx_cb.C:
8435         * lyxfunc.C: changes from above
8436
8437 2003-03-31  John Levon  <levon@movementarian.org>
8438
8439         * lyx_main.C: fix to the last fix
8440
8441 2003-03-31  John Levon  <levon@movementarian.org>
8442
8443         * bufferlist.C: "Load original" -> "Load Original"
8444
8445         * converter.C:
8446         * exporter.C:
8447         * importer.C:
8448         * lyx_main.C:
8449         * format.C: more Alert cleanups
8450
8451 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8452
8453         * text2.C (removeParagraph): make it take a RowList::iterator as
8454         arg, adjust.
8455         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8456         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8457
8458         * text.C (anchor_row): make it take a RowList::iterator as arg,
8459         adjust.
8460         (computeBidiTables): make it take a const reference to Row instead
8461         of Row pointer, adjust.
8462         (leftMargin): make it take a RowList::iterator as arg, adjust.
8463         (rowBreakPoint): adjust
8464         (breakAgainOneRow): make it take a RowList::iterator as arg,
8465         adjust.
8466         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8467
8468         * bufferview_funcs.C (toggleAndShow): adjust
8469
8470 2003-03-30  John Levon  <levon@movementarian.org>
8471
8472         * Makefile.am:
8473         * BoostFormat.h:
8474         * boost-inst.C: moved to support
8475
8476         * several files: changes as a result
8477
8478 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8479
8480         * text2.C (LyXText): adjust.
8481         (init): adjust
8482         (removeRow): make it take a RowList::iterator as arg, adjust.
8483         (fullRebreak): adjust
8484         (deleteEmptyParagraphMechanism): adjust
8485         (clearPaint): adjust
8486         (postPaint): adjust
8487
8488         * text.C (top_y): adjust
8489         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8490         (breakAgain): make it take a RowList::iterator as arg, adjust.
8491         (breakParagraph): adjust
8492         (insertChar): adjust
8493         (backspace): adjust
8494
8495         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8496         need_break_row, and refresh_row.
8497
8498         * text3.C (dispatch): adjust
8499
8500         * text2.C (checkParagraph): adjust
8501         (setCursor): adjust
8502         (setCursorFromCoordinates): adjust
8503
8504         * text.C (top_y): adjust
8505         (workWidth): adjust
8506         (getRow): make it return a RowList::iterator, adjust
8507         (getRowNearY): make it return a RowList::iterator, adjust
8508
8509         * text2.C (init): adjust
8510         (insertRow): remove function
8511         (insertParagraph): adjust
8512         (redoParagraphs): adjust
8513         (fullRebreak): adjust
8514         (updateCounters): adjust
8515
8516         * text.C (top_y): rewrite to use RowList iterators.
8517         (top_y): adjust
8518         (setHeightOfRow): rewrite to sue RowList iterators.
8519         (appendParagraph): adjust
8520         (breakAgain): adjust
8521         (breakAgainOneRow): adjust
8522         (breakParagraph): adjust
8523         (getRow): adjust
8524         (getRowNearY): adjust, and remove commented code.
8525
8526         * lyxtext.h (firstRow): delete function
8527         (lastRow): delete function
8528         (rows): new function (const and non-const versions.)
8529         (insertRow): delete function
8530
8531         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8532
8533 2003-03-29  John Levon  <levon@movementarian.org>
8534
8535         * BufferView_pimpl.C: always update scrollbar top
8536         because pasting text when we're anchored could mean we
8537         miss an update altogether
8538
8539 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8540
8541         * text2.C (init): use rowlist_.end() and not 0.
8542         (insertRow): change to take a RowList::iterator as arg, adjust
8543         for this.
8544         (insertParagraph): change to take a RowList::iterator as arg,
8545         adjust for this.
8546         (redoParagraphs): remove some debug msgs.
8547
8548         * text.C (appendParagraph): change to take a RowList::iterator
8549         arg, adjust for this.
8550         (breakAgain): add an assert
8551         (breakAgainOneRow): ditto
8552
8553 2003-03-29  John Levon  <levon@movementarian.org>
8554
8555         * text2.C: do not clear selection after inc/decDepth
8556         (bug 550)
8557
8558 2003-03-29  John Levon  <levon@movementarian.org>
8559
8560         * BufferView.C:
8561         * buffer.C: fix broken strerrors according to Lars
8562
8563 2003-03-29  John Levon  <levon@movementarian.org>
8564
8565         * converters.C: more Alert cleanups
8566
8567 2003-03-29  John Levon  <levon@movementarian.org>
8568
8569         * bufferview_funcs.C: remove pointless Alert
8570
8571         * buffer.C: fix confusing error message when
8572         a template is chmoded 000
8573
8574 2003-03-29  John Levon  <levon@movementarian.org>
8575
8576         * BufferView.C:
8577         * BufferView.h:
8578         * BufferView_pimpl.C: Alert fixes
8579
8580         * Makefile.am:
8581         * tabular.C:
8582         * tabular-old.C: remove unused table compat reading
8583
8584 2003-03-29  John Levon  <levon@movementarian.org>
8585
8586         * BufferView.C:
8587         * buffer.C:
8588         * lyx_cb.h:
8589         * lyx_cb.C: more Alert cleanups
8590
8591         * lyxfunc.C: don't allow chktex if not latex document
8592
8593 2003-03-29  John Levon  <levon@movementarian.org>
8594
8595         * lyx_cb.C:
8596         * BufferView.C:
8597         * buffer.C: warnings pushed down from support/,
8598         kill err_alert
8599
8600 2003-03-29  John Levon  <levon@movementarian.org>
8601
8602         * lyxfunc.C: safety check for C-r (revert)
8603
8604 2003-03-29  John Levon  <levon@movementarian.org>
8605
8606         * bufferlist.h:
8607         * bufferlist.C: several UI fixes using Alert::prompt.
8608         Fix the pointless looping quit code. Fix stupid revert
8609         behaviour (bug 938)
8610
8611         * lyxvc.h:
8612         * lyxvc.C:
8613         * lyx_cb.C: use Alert::prompt
8614
8615         * lyx_main.C: remove a silly question
8616
8617         * lyxfunc.C: remove a couple of silly questions,
8618         use Alert::prompt
8619
8620 2003-03-28  John Levon  <levon@movementarian.org>
8621
8622         * text2.C: fix bug 974 (End on empty par)
8623
8624 2003-03-28  John Levon  <levon@movementarian.org>
8625
8626         * BufferView_pimpl.C:
8627         * LyXAction.C:
8628         * lfuns.h: remove do-nothing math greek lfuns
8629
8630 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8631
8632         * lyxgluelength.h (isValidGlueLength): add default arg on
8633         parameter 2. Remove default arg from friend in class.
8634
8635         * lyxlength.h (isValidLength): add default arg on parameter 2.
8636         Remove default arg from friend in class.
8637
8638         * text2.C (LyXText): adjust, initialize refresh_row.
8639         (init): adjust
8640         (removeRow): adjust
8641         (insertRow): adjust
8642         (insertParagraph): adjst
8643         (redoParagraphs): adjust
8644         (fullRebreak): adjust
8645         (updateCounters): adjust
8646         (deleteEmptyParagraphMechanism): first attempt at fixing a
8647         crashing bug.
8648
8649         * text.C (top_y): adjust
8650         (setHeightOfRow): adjust
8651         (getRow): adjust
8652         (getRowNearY): adjust
8653
8654         * lyxtext.h: include RowList.h
8655         (~LyXText): not needed anymore, deleted.
8656         (firstRow): modify for RowList
8657         (lastRow): new function
8658         Delete firstrow and lastrow class variables, add a Rowlist
8659         rowlist_ class variable.
8660
8661         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8662         paragraph is empty.
8663
8664         * RowList.C (insert): fix case where it == begin().
8665
8666 2003-03-26  Angus Leeming  <leeming@lyx.org>
8667
8668         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8669         the thesaurus dialog.
8670
8671 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8672
8673         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8674
8675         * RowList.[Ch]: new files
8676
8677         * ParagraphList.C (erase): handle the case where it == begin
8678         correctly.
8679
8680 2003-03-25  John Levon  <levon@movementarian.org>
8681
8682         * Makefile.am:
8683         * aspell_local.h:
8684         * aspell.C: add new aspell support
8685
8686         * lyxrc.h:
8687         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8688         have it accessible.
8689
8690 2003-03-25  Angus Leeming  <leeming@lyx.org>
8691
8692         * lfuns.h:
8693         * LyXAction.C (init): new LFUN_INSET_INSERT.
8694
8695         * BufferView_pimpl.C (dispatch): split out part of the
8696         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8697
8698         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8699         LFUN_INSET_APPLY.
8700
8701 2003-03-25  Angus Leeming  <leeming@lyx.org>
8702
8703         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8704
8705 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8706
8707         * text2.C:
8708         * text3.C: remove useless row->height(0)
8709
8710 2003-03-25  John Levon  <levon@movementarian.org>
8711
8712         * lyxtext.h:
8713         * text2.C:
8714         * text3.C: rename the refreshing stuff to better names
8715
8716 2003-03-24  John Levon  <levon@movementarian.org>
8717
8718         * BufferView_pimpl.h:
8719         * BufferView_pimpl.C: update layout choice on a mouse
8720         press/release
8721
8722 2003-03-23  John Levon  <levon@movementarian.org>
8723
8724         * Makefile.am: fix commandtags.h reference
8725
8726 2003-03-22  John Levon  <levon@movementarian.org>
8727
8728         * BufferView_pimpl.C:
8729         * lyxtext.h:
8730         * rowpainter.C:
8731         * rowpainter.h:
8732         * text.C:
8733         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8734
8735 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8736
8737         * lyxtext.h:
8738         * text.C: take the rtl methods out of line
8739
8740 2003-03-21 André Pönitz <poenitz@gmx.net>
8741
8742         * metricsinfo.[Ch]: new files containing structures to be passed around
8743         during the two-phase-drawing...
8744
8745 2003-03-21 André Pönitz <poenitz@gmx.net>
8746
8747         * lyxtextclass.C: read 'environment' tag.
8748
8749 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8750
8751         * text2.C (removeRow): fix bug 964
8752
8753 2003-03-20  John Levon  <levon@movementarian.org>
8754
8755         * rowpainter.C:
8756         * text.C:
8757         * text2.C: paint cleanups. Inset::update() dropped font
8758         parameter
8759
8760 2003-03-19  John Levon  <levon@movementarian.org>
8761
8762         * lyxfunc.C: only fitcursor/markDirty if available()
8763
8764 2003-03-19  John Levon  <levon@movementarian.org>
8765
8766         * commandtags.h: rename to ...
8767
8768         * lfuns.h: ... this, and renumber / cleanup
8769
8770 2003-03-19  John Levon  <levon@movementarian.org>
8771
8772         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8773         fit the cursor after an lfun
8774
8775         * BufferView.h:
8776         * BufferView.C:
8777         * BufferView_pimpl.h:
8778         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8779
8780         * LyXAction.C: layout-character should have ReadOnly
8781
8782         * ParagraphParameters.C:
8783         * buffer.C:
8784         * bufferview_funcs.C:
8785         * lyx_cb.C:
8786         * lyxfind.C:
8787         * lyxtext.h:
8788         * text.C:
8789         * text2.C:
8790         * text3.C:
8791         * undo_funcs.C: changes from above
8792
8793 2003-03-18  John Levon  <levon@movementarian.org>
8794
8795         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8796         remove it from update()
8797
8798         * lyxfunc.C: update layout choice after an lfun
8799
8800         * text3.C: remove extra updateLayoutChoice()s
8801
8802 2003-03-18  John Levon  <levon@movementarian.org>
8803
8804         * text.C: top_y change means full repaint, fix
8805         a drawing bug with cursor movement
8806
8807 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8808
8809         * lyxtext.h:
8810         * text.C:
8811         * text2.C: anchor row on setCursor
8812
8813 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8814
8815         * lyxtext.h: remove almost all mutable keywords
8816         * text.C:
8817         * text2.C:
8818         * text3.C: remove const keywords accordingly
8819
8820 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8821
8822         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8823         anon namespace
8824         (TeXEnvironment): ditto
8825         (TeXOnePar): ditto
8826
8827 2003-03-17  John Levon  <levon@movementarian.org>
8828
8829         * text.C (rowBreakPoint): remove attempt to fix displayed
8830         math insets inside a manual label
8831
8832 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8833
8834         * lyxtext.h: remove BufferView* as first arg from almost all class
8835         functions.
8836         * other files: adjust.
8837
8838 2003-03-17  John Levon  <levon@movementarian.org>
8839
8840         * lyxtext.h:
8841         * undo_funcs.C:
8842         * text2.C: more paint cleanups
8843
8844         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8845
8846         * rowpainter.h:
8847         * rowpainter.C: remove "smart" background painting code
8848
8849 2003-03-16  John Levon  <levon@movementarian.org>
8850
8851         * lyxtext.h:
8852         * text.C:
8853         * text2.C:
8854         * text3.C: add helper functions for setting refresh_row/y
8855
8856 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8857
8858         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8859         newline inset which *can* get inserted in the pass_thru layouts.
8860         This is primarily for literate documents.
8861
8862 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8863
8864         * buffer.C: increment LYX_FORMAT to 223
8865
8866 2003-03-14 André Pönitz <poenitz@gmx.net>
8867
8868         * textclass.h: prepare for environment handling, ws changes
8869         * lyxlayout.C: read latexheader and latexfooter tags
8870
8871 2003-03-14  John Levon  <levon@movementarian.org>
8872
8873         * text2.C: rewrite ::status() a bit
8874
8875 2003-03-13  John Levon  <levon@movementarian.org>
8876
8877         * lyxtext.h: add some docs
8878
8879 2003-03-13  John Levon  <levon@movementarian.org>
8880
8881         * lyxtext.h:
8882         * text.C:
8883         * text2.C:
8884         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8885
8886 2003-03-13  John Levon  <levon@movementarian.org>
8887
8888         * text3.C: fix appendix redrawing
8889
8890 2003-03-13  John Levon  <levon@movementarian.org>
8891
8892         * text.C (setHeightOfRow):
8893         * rowpainter.h:
8894         * rowpainter.C: make appendix mark have the text
8895           "Appendix" so the user knows what it is
8896
8897         * LColor.h:
8898         * LColor.C: s/appendixline/appendix/ from above
8899
8900 2003-03-13  John Levon  <levon@movementarian.org>
8901
8902         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8903
8904         * text.C: fix a getChar(pos) bug properly
8905
8906 2003-03-13  Angus Leeming  <leeming@lyx.org>
8907
8908         * commandtags.h:
8909         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8910         Probably only temporary. Let's see how things pan out.
8911
8912         * BufferView.C (unlockInset):
8913         * BufferView_pimpl.C (fitCursor):
8914         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8915
8916         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8917         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8918
8919         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8920         new functions that convert ParagraphParameters to and from a string.
8921
8922         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8923         BufferView::Pimpl's dispatch.
8924         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8925
8926 2003-03-13 André Pönitz <poenitz@gmx.net>
8927
8928         * lyxfunc.C:
8929         * text3.C:
8930         * factory.C: make it aware of InsetEnv
8931
8932 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8933
8934         * text2.C (setCursor): never ask for one past last
8935         (setCursor): add some debugging messages.
8936
8937         * text.C (singleWidth): never ask for one past last
8938         (singleWidth): ditto
8939         (leftMargin): ditto
8940         (rightMargin): ditto
8941         (rowBreakPoint): ditto
8942         (setHeightOfRow): ditto
8943         (prepareToPrint): ditto
8944
8945         * rowpainter.C (paintBackground): never ask for one past last
8946         (paintText): never ask for one past last
8947
8948         * paragraph_pimpl.C (getChar): make the assert stricter, never
8949         allow the one past last pos to be taken
8950
8951         * paragraph.C (getChar): ws changes only
8952
8953         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8954         (numberOfSeparators): ditto
8955         (numberOfHfills): ditto
8956
8957 2003-03-12  John Levon  <levon@movementarian.org>
8958
8959         * author.h:
8960         * author.C:
8961         * bufferparams.h:
8962         * bufferparams.C:
8963         * paragraph_funcs.C: fix per-buffer authorlists
8964
8965 2003-03-12  John Levon  <levon@movementarian.org>
8966
8967         * text.C: fix newline in right address
8968
8969 2003-03-12  Angus Leeming  <leeming@lyx.org>
8970
8971         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8972         duplicate those in LyXFunc::dispatch.
8973
8974         * commandtags.h:
8975         * LyXAction.C:
8976         * ToolbarDefaults.C:
8977         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8978         Add LFUN_FONTFREE_UPDATE.
8979
8980         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8981         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8982
8983         * bufferview_func.[Ch]: several new functions to facilliate
8984         transfer of data to and from the character dialog.
8985
8986 2003-03-12  John Levon  <levon@movementarian.org>
8987
8988         * buffer.C:
8989         * paragraph.h:
8990         * paragraph.C:
8991         * paragraph_funcs.C:
8992         * paragraph_pimpl.C:
8993         * sgml.C:
8994         * tabular.C:
8995         * text.C:
8996         * text3.C: remove META_NEWLINE in favour of an inset
8997
8998         * rowpainter.h:
8999         * rowpainter.C: remove paintNewline (done by inset)
9000
9001 2003-03-12  John Levon  <levon@movementarian.org>
9002
9003         * paragraph_pimpl.C: complain about bad getChar()s
9004         for a while at least
9005
9006 2003-03-12  John Levon  <levon@movementarian.org>
9007
9008         * buffer.h:
9009         * buffer.C: move paragraph read into a separate function,
9010         a little renaming to reflect that.
9011
9012         * bufferparams.h:
9013         * bufferparams.C: remove the author_ids map, not necessary now
9014
9015         * factory.h:
9016         * factory.C: moved Buffer::readInset to here
9017
9018         * paragraph_funcs.h:
9019         * paragraph_funcs.C: readParagraph free function moved from
9020         buffer.C
9021
9022         * tabular.C: name change
9023
9024 2003-03-12  John Levon  <levon@movementarian.org>
9025
9026         * buffer.C:
9027         * ParagraphParameters.C: move par params input to
9028         a read() method
9029
9030         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9031         behave like a normal read from the stream wrt reading
9032         a line vs. a \\token
9033
9034 2003-03-12  John Levon  <levon@movementarian.org>
9035
9036         * paragraph.C:
9037         * ParagraphParameters.h:
9038         * ParagraphParameters.C: move output code to a
9039         ::write() method
9040
9041 2003-03-12  John Levon  <levon@movementarian.org>
9042
9043         * BufferView.C (insertLyXFile):
9044         * buffer.h:
9045         * buffer.C:
9046         * tabular.C: use a parlist iterator for creating the
9047           document.
9048
9049 2003-03-12  John Levon  <levon@movementarian.org>
9050
9051         * buffer.C: make current_change static local not
9052           static file-scope
9053
9054 2003-03-12  John Levon  <levon@movementarian.org>
9055
9056         * buffer.C: fix insertStringAsLines for change tracking
9057
9058 2003-03-12  John Levon  <levon@movementarian.org>
9059
9060         * BufferView.C:
9061         * tabular.C:
9062         * buffer.h:
9063         * buffer.C:
9064         * bufferparams.h:
9065         * bufferparams.C: move author list into params. Rename some
9066           functions. Move the header reading into a separate token
9067           loop. Move the header token reading into BufferParams.
9068
9069 2003-03-12  John Levon  <levon@movementarian.org>
9070
9071         * changes.C: put debug inside lyxerr.debugging() checks
9072
9073 2003-03-11 André Pönitz <poenitz@gmx.net>
9074
9075         * factory.C: make it aware of InsetHFill
9076
9077 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9078
9079         * buffer.C (latexParagraphs): move function from here...
9080         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9081         args.
9082
9083 2003-03-10  Angus Leeming  <leeming@lyx.org>
9084
9085         * LyXAction.C (init): fix bug in poplating array with multiple entries
9086         with the same LFUN (spotted by JMarc).
9087
9088 2003-03-10  John Levon  <levon@movementarian.org>
9089
9090         * text.C:
9091         * text2.C: move getColumnNearX() near its
9092         only call site
9093
9094 2003-03-10  John Levon  <levon@movementarian.org>
9095
9096         * text.C: fix break before a minipage
9097
9098 2003-03-10  John Levon  <levon@movementarian.org>
9099
9100         * text.C: fix the last commit
9101
9102 2003-03-09  John Levon  <levon@movementarian.org>
9103
9104         * lyxtext.h:
9105         * text.C:
9106         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9107         bug 365 (don't break before insets unless needed). Don't
9108         return a value > last under any circumstances.
9109
9110 2003-03-09  Angus Leeming  <leeming@lyx.org>
9111
9112         * BufferView_pimpl.C (trackChanges, dispatch): call
9113         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9114
9115 2003-03-09  Angus Leeming  <leeming@lyx.org>
9116
9117         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9118         than Dialogs::showAboutlyx().
9119
9120 2003-03-09  Angus Leeming  <leeming@lyx.org>
9121
9122         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9123         than Dialogs::showTabularCreate().
9124
9125 2003-03-09  John Levon  <levon@movementarian.org>
9126
9127         * lyxtext.h:
9128         * text.C:
9129         * text2.C: 3rd arg to nextBreakPoint was always the same.
9130           Use references.
9131
9132 2003-03-08  John Levon  <levon@movementarian.org>
9133
9134         * lyxrow.C:
9135         * paragraph.C:
9136         * paragraph.h:
9137         * rowpainter.C:
9138         * text.C:
9139         * text2.C: Remove the "main" bit from the "main body"
9140           notion.
9141
9142 2003-03-08  John Levon  <levon@movementarian.org>
9143
9144         * text.C (leftMargin): The left margin of an empty
9145         manual label paragraph should not include the label width
9146         string length.
9147
9148         * text.C (prepareToPrint): don't attempt to measure hfills
9149         for empty manual label paragraphs - the answer should be 0
9150
9151 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9152
9153         * CutAndPaste.C: remove commented code and reindent.
9154
9155 2003-03-08  John Levon  <levon@movementarian.org>
9156
9157         * lyxfunc.h:
9158         * lyxfunc.C: move reloadBuffer()
9159
9160         * BufferView.h:
9161         * BufferView.C: to here
9162
9163         * lyxvc.C: add comment
9164
9165         * vc-backend.h:
9166         * vc-backend.C: call bv->reload() to avoid
9167           getStatus() check on MENURELOAD
9168
9169 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9170
9171         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9172         to an old format .dep file.
9173
9174 2003-03-07  Angus Leeming  <leeming@lyx.org>
9175
9176         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9177         when the LFUN_MOUSE_RELEASE should have been handled by
9178         inset->localDispatch.
9179
9180 2003-03-07  Angus Leeming  <leeming@lyx.org>
9181
9182         * BufferView_pimpl.C (dispatch):
9183         * LyXAction.C (init):
9184         * ToolbarDefaults.C (init):
9185         * commandtags.h:
9186         * lyxfunc.C (getStatus):
9187         remove LFUN_INSET_GRAPHICS.
9188
9189         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9190
9191 2003-03-07  Angus Leeming  <leeming@lyx.org>
9192
9193         * commandtags.h:
9194         * LyXAction.C (init):
9195         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9196
9197         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9198
9199         * commandtags.h:
9200         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9201
9202         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9203         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9204
9205 2003-03-07  Angus Leeming  <leeming@lyx.org>
9206
9207         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9208         remove "ert".
9209
9210 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9211
9212         * ParagraphList.C (front): new function
9213         (back): implement
9214
9215 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9216
9217         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9218         and top_row_offset_. removed var first_y.
9219         * text.C (top_y):
9220         * text2.C (LyXText, removeRow):
9221         * text3.C:
9222         * BufferView_pimpl.C:
9223         use these methods instead of using first_y
9224
9225 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9226
9227         * text2.C (pasteSelection): adjust for checkPastePossible
9228
9229         * CutAndPaste.C: remove Paragraph * buf and replace with
9230         ParagraphList paragraphs.
9231         (DeleteBuffer): delete
9232         (cutSelection): change the tc type to textclass_type
9233         (copySelection): change the tc type to textclass_type
9234         (copySelection): adjust for ParagraphList
9235         (pasteSelection): change the tc type to textclass_type
9236         (pasteSelection): adjust for Paragraphlist
9237         (nrOfParagraphs): simplify for ParagraphList
9238         (checkPastePossible): simplify for ParagraphList
9239         (checkPastePossible): remove unused arg
9240
9241         * ParagraphList.C (insert): handle the case where there are no
9242         paragraphs yet.
9243
9244         * CutAndPaste.h: make CutAndPaste a namespace.
9245
9246         * text3.C (dispatch): adjust
9247
9248         * text.C (breakParagraph): add a ParagraphList as arg
9249
9250         * paragraph_funcs.C (breakParagraph): change to take a
9251         BufferParams and a ParagraphList as args.
9252         (breakParagraphConservative): ditto
9253         (mergeParagraph): ditto
9254         (TeXDeeper): add a ParagraphList arg
9255         (TeXEnvironment): ditto
9256         (TeXOnePar): ditto
9257
9258         * buffer.C (readLyXformat2): adjust
9259         (insertStringAsLines): adjust
9260         (latexParagraphs): adjust
9261
9262         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9263         (cutSelection): adjust
9264         (pasteSelection): adjust
9265
9266         * BufferView_pimpl.C (insertInset): adjust
9267
9268 2003-03-05  Angus Leeming  <leeming@lyx.org>
9269
9270         * commandtags.h:
9271         * LyXAction.C (init):
9272         * BufferView_pimpl.C (dispatch):
9273         * lyxfunc.C (getStatus):
9274         remove LFUN_CHILD_INSERT.
9275
9276         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9277
9278 2003-03-05  Angus Leeming  <leeming@lyx.org>
9279
9280         * commandtags.h:
9281         * LyXAction.C (init):
9282         * src/factory.C (createInset):
9283         * lyxfunc.C (getStatus):
9284         * text3.C (dispatch):
9285         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9286
9287         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9288
9289 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9290
9291         * ParagraphList.C (insert): handle insert right before end()
9292         (erase): fix cases where it can be first or last paragraph.
9293
9294 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9295
9296         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9297         Paragraph::next and Paragraph::previous
9298         (TeXOnePar): ditto
9299
9300         * text.C (breakParagraph): adjust
9301
9302         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9303         BufferParams& as arg.
9304         (breakParagraph): use ParagraphList::insert
9305         (breakParagraphConservative): take a Buffer* instead of a
9306         BufferParams& as arg.
9307         (breakParagraphConservative): use ParagraphList::insert.
9308
9309         * buffer.C (insertStringAsLines): un-const it
9310         (insertStringAsLines): adjust
9311
9312         * ParagraphList.C (insert): new function
9313
9314         * CutAndPaste.C (pasteSelection): adjust
9315
9316         * text.C (backspace): adjust
9317
9318         * tabular.C (SetMultiColumn): adjust
9319
9320         * CutAndPaste.C (cutSelection): adjust
9321         (pasteSelection): adjust
9322
9323         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9324         Buffer const * as arg
9325
9326         * ParagraphList.C (erase): new function
9327         * paragraph_funcs.C (mergeParagraph): use it
9328         (mergeParagraph): make it take a Buffer* instead of a
9329         BufferParams* as arg
9330
9331         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9332         as arg
9333         (breakParagraphConservative): ditto
9334
9335         * paragraph.h: remove the breakParagraph friend
9336
9337         * paragraph.C (eraseIntern): new function
9338         (setChange): new function
9339
9340         * paragraph_funcs.C (mergeParagraph): make it take a
9341         ParagraphList::iterator instead of a Paragraph *, adjust
9342         accordingly.
9343
9344         * paragraph.h: move an #endif so that the change tracking stuff
9345         also works in the NO_NEXT case.
9346
9347 2003-03-04  Angus Leeming  <leeming@lyx.org>
9348
9349         * commandtags.h:
9350         * LyXAction.C: new LFUN_INSET_MODIFY.
9351
9352         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9353         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9354
9355 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9356
9357         * several files: ws changes only
9358
9359         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9360         (TeXEnvironment): ditto
9361         (TeXDeeper): ditto
9362
9363         * buffer.C (makeLaTeXFile): adjust
9364         (latexParagraphs): make it take ParagraphList::iterator as args
9365
9366 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9367
9368         * buffer.C (latexParagraphs): adjust
9369
9370         * paragraph.C (TeXOnePar): move function...
9371         (optArgInset): move function...
9372         (TeXEnvironment): move function...
9373         * paragraph_pimpl.C (TeXDeeper): move function...
9374         * paragraph_funcs.C: ...here
9375
9376         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9377
9378 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9379
9380         * buffer.C (readInset): remove compability code for old Figure and
9381         InsetInfo insets
9382
9383 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9384
9385         * buffer.C: ws changes
9386         (readInset):
9387
9388         * BufferView_pimpl.C: ditto
9389         * author.C: ditto
9390         * buffer.h: ditto
9391         * bufferlist.h: ditto
9392         * changes.h: ditto
9393         * lyxfunc.C: ditto
9394
9395 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9396
9397         * converter.[Ch]: split into itself +
9398         * graph.[Ch]
9399         * format.[Ch]
9400         * Makefile.am: += graph.[Ch] + format.[Ch]
9401         * MenuBackend.C
9402         * buffer.C
9403         * exporter.C
9404         * importer.C
9405         * lyx_main.C
9406         * lyxfunc.C
9407         * lyxrc.C: added #include "format.h"
9408
9409 2003-02-27  Angus Leeming  <leeming@lyx.org>
9410
9411         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9412           a label.
9413
9414         * factory.C (createInset): add "label" to the factory.
9415
9416         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9417           string and do no more.
9418
9419 2003-02-27  Angus Leeming  <leeming@lyx.org>
9420
9421         * commandtags.h:
9422         * LyXAction.C (init):
9423         * factory.C (createInset):
9424         * BufferView_pimpl.C (dispatch):
9425           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9426
9427         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9428
9429         * lyxfunc.C (dispatch):
9430         * text3.C (dispatch): pass name to params2string.
9431
9432 2003-02-26  Angus Leeming  <leeming@lyx.org>
9433
9434         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9435           blocks together.
9436           Rearrange the ~includes. Strip out the unnecessary ones.
9437
9438         * factory.C (createInset): reformat.
9439           create new insets for the various LFUN_XYZ_APPLY lfuns.
9440
9441 2003-02-26  John Levon  <levon@movementarian.org>
9442
9443         * lyxrow.h:
9444         * lyxrow.C: add isParStart,isParEnd helpers
9445
9446         * paragraph.h: make isInserted/DeletedText take refs
9447
9448         * paragraph_funcs.h:
9449         * paragraph_funcs.C: remove #if 0'd code
9450
9451         * lyxtext.h:
9452         * text3.C:
9453         * text2.C:
9454         * text.C: use lyxrow helpers above.
9455           Move draw and paint routines to RowPainter.
9456           Make several methods use refs not pointers.
9457           Make backgroundColor() const.
9458           Add markChangeInDraw(), isInInset().
9459           Merge changeRegionCase into changeCase.
9460           Make workWidth() shouldn't-happen code into an Assert.
9461
9462         * rowpainter.h:
9463         * rowpainter.C: new class for painting a row.
9464
9465         * vspace.h:
9466         * vspace.C: make inPixels take a ref
9467
9468 2003-02-26  Angus Leeming  <leeming@lyx.org>
9469
9470         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9471         LFUN_REF_APPLY.
9472
9473 2003-02-25  John Levon  <levon@movementarian.org>
9474
9475         * ispell.C: give the forked command a more accurate name
9476
9477 2003-02-22  John Levon  <levon@movementarian.org>
9478
9479         * toc.h:
9480         * toc.C: make TocItem store an id not a Paragraph *
9481           (bug #913)
9482
9483 2003-02-21  Angus Leeming  <leeming@lyx.org>
9484
9485         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9486           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9487           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9488           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9489           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9490           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9491
9492         * BufferView_pimpl.C (dispatch):
9493         * LyXAction.C (init):
9494         * factory.C (createInset):
9495         * lyxfunc.C (getStatus, dispatch):
9496         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9497
9498 2003-02-21  Angus Leeming  <leeming@lyx.org>
9499
9500         * BufferView_pimpl.C (MenuInsertLyXFile):
9501         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9502         * lyxfunc.C (menuNew, open, doImport):
9503           no longer pass a LyXView & to fileDlg.
9504
9505 2003-02-21  Angus Leeming  <leeming@lyx.org>
9506
9507         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9508         * LyXAction.C: change, BIBKEY to BIBITEM.
9509         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9510         Change InsetBibKey to InsetBibitem.
9511         Change BIBKEY_CODE to BIBITEM_CODE.
9512         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9513         * factory.C: replace insetbib.h with insetbibitem.h.
9514         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9515         * paragraph.C: replace insetbib.h with insetbibitem.h.
9516         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9517         Change bibkey() to bibitem().
9518         * text.C: remove insetbib.h.
9519         * text2.C: replace insetbib.h with insetbibitem.h.
9520         change bibkey() to bibitem().
9521         * text3.C: remove insetbib.h.
9522         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9523
9524 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9525
9526         * lyxrc.C (output): enclose user email in quotes (in case there are
9527         several words)
9528
9529 2003-02-18  John Levon  <levon@movementarian.org>
9530
9531         * buffer.h: add std::
9532
9533 2003-02-17  John Levon  <levon@movementarian.org>
9534
9535         * SpellBase.h:
9536         * ispell.h:
9537         * ispell.C:
9538         * pspell.h:
9539         * pspell.C: reworking. Especially in ispell, a large
9540           number of clean ups and bug fixes.
9541
9542         * lyxfunc.C: fix revert to behave sensibly
9543
9544 2003-02-17 André Pönitz <poenitz@gmx.net>
9545
9546         * LyXAction.C:
9547         * commandtags.h: new LFUN_INSERT_BIBKEY
9548
9549         * layout.h:
9550         * lyxlayout.C:
9551         * buffer.C:
9552         * factory.C:
9553         * text.C:
9554         * text2.C:
9555         * text3.C:
9556         * paragraph.[Ch]:
9557         * paragraph_func.C: remove special bibkey handling
9558
9559 2003-02-17  John Levon  <levon@movementarian.org>
9560
9561         * text.C (Delete): fix case where delete at the end of
9562           the very first paragraph would not merge the pars
9563
9564 2003-02-17  John Levon  <levon@movementarian.org>
9565
9566         * lyxrow.C: fix lastPrintablePos()
9567
9568 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9569
9570         * bufferparams.C (writeLaTeX): add a std:here
9571
9572         * buffer.C: and remove a using directive there
9573
9574 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9575
9576         * buffer.C (makeLaTeXFile): move the code that generates the
9577           preamble...
9578
9579         * bufferparams.C (writeLaTeX): ... in this new method
9580
9581         * LaTeXFeatures.C (getEncodingSet): make const
9582           (getLanguages): make const
9583
9584         * MenuBackend.C (binding): returns the binding associated to this
9585           action
9586           (add): sets the status of each item by calling getStatus. Adds
9587           some intelligence.
9588           (read): add support for OptSubMenu
9589           (expand): remove extra separator at the end of expanded menu
9590
9591 2003-02-15  John Levon  <levon@movementarian.org>
9592
9593         * BufferView.C:
9594         * BufferView_pimpl.C:
9595         * bufferlist.h:
9596         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9597           inset code that had no actual effect. Remove unneeded status
9598           code.
9599
9600 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9601
9602         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9603           in preamble
9604
9605 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9606
9607         * text.C (drawLengthMarker): also draw an arrow marker for
9608           symbolic lengths (medskip...)
9609
9610 2003-02-14  John Levon  <levon@movementarian.org>
9611
9612         * tabular.h:
9613         * tabular.C: better method names
9614
9615 2003-02-14  John Levon  <levon@movementarian.org>
9616
9617         * BufferView_pimpl.C:
9618         * bufferlist.C:
9619         * buffer.C:
9620         * converter.C:
9621         * lyx_cb.C:
9622         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9623           it's a more accurate name. Remove some pointless uses.
9624
9625 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9626
9627         * text2.C (LyXText): change order of initilizers to shut off
9628           warnings
9629
9630 2003-02-14  John Levon  <levon@movementarian.org>
9631
9632         * buffer.C: use ParIterator for getParFromID()
9633
9634         * paragraph.h:
9635         * paragraph.C:
9636         * paragraph_pimpl.h:
9637         * paragraph_pimpl.C: remove unused getParFromID()
9638
9639 2003-02-14  John Levon  <levon@movementarian.org>
9640
9641         * buffer.C: remove some very old #if 0'd parse code
9642
9643 2003-02-13  John Levon  <levon@movementarian.org>
9644
9645         * text.h:
9646         * text.C:
9647         * text2.C: move hfillExpansion(), numberOfSeparators(),
9648           rowLast(), rowLastPrintable(), numberofHfills(),
9649           numberOfLabelHfills() ...
9650
9651         * lyxrow.h:
9652         * lyxrow.C: ... to member functions here.
9653
9654         * paragraph.h:
9655         * paragraph.C:
9656         * lyxtext.h:
9657         * text.C: remove LyXText::beginningOfMainBody(), and call
9658           p->beginningOfMainBody() directly. Move the check for
9659           LABEL_MANUAL into the latter.
9660
9661         * text.h:
9662         * text.C:
9663         * text2.C:
9664         * vspace.C:
9665         * BufferView.h:
9666         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9667
9668         * text.h:
9669         * text.C:
9670         * text2.C:
9671         * text3.C:
9672         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9673           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9674
9675 2003-02-13  John Levon  <levon@movementarian.org>
9676
9677         * CutAndPaste.C: remove debug
9678
9679 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9680
9681         * paragraph.C (asString): remove two unused variables
9682
9683         * lyxtextclass.C (readTitleType):
9684           (Read):
9685           (LyXTextClass): handle new members titletype_ and titlename_
9686
9687         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9688
9689 2003-02-09  John Levon  <levon@movementarian.org>
9690
9691         * buffer.h:
9692         * buffer.C: replace hand-coded list with a map for the dep clean
9693
9694 2003-02-08  John Levon  <levon@movementarian.org>
9695
9696         * LaTeX.C: consolidate code into showRunMessage() helper
9697
9698 2003-02-08  John Levon  <levon@movementarian.org>
9699
9700         * lyxfind.C:
9701         * lyxtext.h:
9702         * text2.C:
9703         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9704           and pass the size in explicitly
9705
9706         * BufferView_pimpl.h:
9707         * BufferView_pimpl.C:
9708         * BufferView.h:
9709         * BufferView.C: add getCurrentChange()
9710
9711         * BufferView_pimpl.h:
9712         * BufferView_pimpl.C: handle change lfuns
9713
9714         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9715           for changes. Mark pasted paragraphs as new.
9716
9717         * support/lyxtime.h:
9718         * support/lyxtime.C:
9719         * DepTable.C: abstract time_t as lyx::time_type
9720
9721         * LColor.h:
9722         * LColor.C: add colours for new text, deleted text, changebars
9723
9724         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9725           package use "usenames" option.
9726
9727         * commandtags.h:
9728         * lyxfunc.C:
9729         * LyXAction.C: add change lfuns
9730
9731         * Makefile.am:
9732         * author.h:
9733         * author.C: author handling
9734
9735         * buffer.h:
9736         * buffer.C: add a per-buffer author list, with first entry as
9737           current author. Handle new .lyx tokens for change tracking. Output
9738           author list to .lyx file. Output dvipost stuff to .tex preamble.
9739           Bump lyx format to 222.
9740
9741         * bufferlist.h:
9742         * bufferlist.C: add setCurrentAuthor() to reset current author details
9743           in all buffers.
9744
9745         * bufferparams.h:
9746         * bufferparams.C: add param for tracking
9747
9748         * bufferview_funcs.C: output change info in minibuffer
9749
9750         * Makefile.am:
9751         * changes.h:
9752         * changes.C: add change-tracking structure
9753
9754         * debug.h:
9755         * debug.C: add CHANGES debug flag
9756
9757         * lyxfind.h:
9758         * lyxfind.C: add code for finding the next change piece
9759
9760         * lyxrc.h:
9761         * lyxrc.C: add user_name and user_email
9762
9763         * lyxrow.h:
9764         * lyxrow.C: add a metric for the top of the text line
9765
9766         * lyxtext.h:
9767         * text.C: implement accept/rejectChange()
9768
9769         * lyxtext.h:
9770         * text.C: paint changebars. Paint new/deleted text in the chosen
9771         colours. Strike through deleted text.
9772
9773         * paragraph.h:
9774         * paragraph.C:
9775         * paragraph_pimpl.h:
9776         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9777           in the current change to the insert functions. Rework erase to
9778           mark text as deleted, adding an eraseIntern() and a range-based
9779           erase(). Implement per-paragraph change lookup and
9780           accept/reject.
9781
9782         * paragraph_funcs.C: Fixup paste for change tracking.
9783
9784         * tabular.C: mark added row/columns as new.
9785
9786         * text.C: fix rowLast() to never return -1. Don't allow
9787           spellchecking of deleted text. Track transpose changes. Don't
9788           allow paragraph break or merge where appropriate.
9789
9790         * text2.C: leave cursor at end of selection after a cut.
9791
9792 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9793
9794         * text.C (getLengthMarkerHeight):
9795         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9796         visible on screen too.
9797
9798 2003-02-07  John Levon  <levon@movementarian.org>
9799
9800         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9801
9802 2003-02-05  Angus Leeming  <leeming@lyx.org>
9803
9804         * lyxserver.C (read_ready): revert my patch of 11 September last year
9805         as it sends PC cpu through the roof. Presumably this means that
9806         the lyxserver will no longer run on an Alpha...
9807
9808 2003-01-30  Angus Leeming  <leeming@lyx.org>
9809
9810         * factory.C (createInset): create an InsetCommandParam of type "index"
9811         and use it to 'do the right thing'.
9812
9813         * text2.C (getStringToIndex): ensure that cursor position is always
9814         reset to the reset_cursor position.
9815
9816 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9817
9818         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9819         disabled.
9820
9821 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9822
9823         * bufferview.C:
9824         * lyxcb.C:
9825         * lyxfunc.C: Output messages with identical spelling, punctuation,
9826         and spaces
9827
9828 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9829
9830         * MenuBackend.C (expandFormats): List only viewable export formats
9831         in "View" menu
9832
9833         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9834         message
9835
9836         * lyxfunc.C (getStatus): Make sure that formats other than
9837         "fax" can also be disabled
9838
9839 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9840
9841         * text3.C (dispatch): put the lfuns that insert insets in 3
9842         groups, and call doInsertInset with appropriate arguments.
9843         (doInsertInset): new function, that creates an inset and inserts
9844         it according to some boolean parameters.
9845
9846 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9847
9848         * buffer.C (readFile): remember to pass on 'par' when calling
9849         readFile recursively.
9850
9851 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9852
9853         * MenuBackend.C (expandFormats): add "..." to import formats.
9854
9855 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9856
9857         * paragraph.C (asString): Remove XForms RTL hacks.
9858
9859 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9860         * buffer.C: fix typo
9861
9862 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9863
9864         * Makefile.am (LIBS): delete var
9865         (lyx_LDADD): add @LIBS@ here instead.
9866
9867 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9868
9869         * Clarify the meaning of "wheel mouse jump"
9870
9871 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9872
9873         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9874         tabular in a float
9875
9876 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9877
9878         * importer.C (Loaders): do not preallocate 3 elements in the
9879         vector, since one ends up with 6 elements otherwise
9880
9881 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9882
9883         * DepTable.C (write): write the file name as last element of the
9884         .dep file (because it may contain spaces)
9885         (read): read info in the right order
9886
9887 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9888
9889         * paragraph_pimpl.C (simpleTeXBlanks):
9890         (simpleTeXSpecialChars):
9891         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9892
9893         * tabular.C (latex): add some missing case statements. Reindent.
9894
9895         * MenuBackend.C (expandToc): remove unused variable.
9896
9897 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9898
9899         * LColor.C:
9900         * LaTeX.C:
9901         * LyXAction.C:
9902         * MenuBackend.C:
9903         * buffer.C:
9904         * exporter.C:
9905         * lyxfunc.C:
9906         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9907         and the like.
9908
9909 2003-01-05  John Levon  <levon@movementarian.org>
9910
9911         * BufferView.h:
9912         * BufferView.C: add getEncoding()
9913
9914         * kbsequence.h:
9915         * kbsequence.C: do not store last keypress
9916
9917         * lyxfunc.h:
9918         * lyxfunc.C: store last keypress here instead. Pass encoding
9919           to getISOEncoded()
9920
9921 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9922
9923         * lyx_main.C (init): remove annoying error message when following
9924         symbolic links (bug #780)
9925
9926 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9927
9928         * text.C (insertChar):
9929         * lyxrc.C (getDescription): remove extra spaces
9930
9931 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9932
9933         * lyxrc.C (getDescription): remove extra spaces
9934
9935 2002-12-20  John Levon  <levon@movementarian.org>
9936
9937         * text3.C: hack fix for page up/down across tall rows
9938
9939 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9940
9941         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9942         not been invoked
9943
9944 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9945
9946         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9947         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9948         thesaurus is not compiled in
9949
9950 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9951
9952         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9953
9954 2002-12-16  Angus Leeming  <leeming@lyx.org>
9955
9956         * lyxrc.[Ch]:
9957         * lyx_main.C (init): remove override_x_deadkeys stuff.
9958
9959 2002-12-12  John Levon  <levon@movementarian.org>
9960
9961         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9962           insert. Only remove shift modifier under strict
9963           circumstances.
9964
9965 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9966
9967         * MenuBackend.C (expandToc): fix crash.
9968
9969 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9970
9971         * MenuBackend.C (expandToc): gettext on float names.
9972
9973 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9974
9975         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9976         implement bool empty() [bug 490]
9977
9978 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9979
9980         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9981
9982 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9983
9984         * several files: ws changes
9985
9986 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9987
9988         * text2.C (setCounter): clean up a bit, use boost.format.
9989         (updateCounters): initialize par upon declaration.
9990
9991         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9992         if the layout exists. We do not just store the layout any more.
9993         (SwitchLayoutsBetweenClasses): use boost.format
9994
9995 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9996
9997         * converter.C (convert): if from and to files are the same, use a
9998         temporary files as intermediary
9999
10000 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10001
10002         * commandtags.h:
10003         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10004
10005 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10006
10007         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10008
10009 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10010
10011         * tabular.C (asciiPrintCell): use string(size, char) instead of
10012         explicit loop.
10013
10014         * sgml.C (openTag): fix order of arguments to string constructor
10015         (closeTag): ditto
10016
10017         * lyxfunc.C (dispatch): use boost.format
10018
10019         * lots of files: change "c" -> 'c'
10020
10021 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10022
10023         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10024
10025 2002-11-25  Angus Leeming  <leeming@lyx.org>
10026
10027         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10028
10029         * lyx_main.C (init): compile fix.
10030
10031 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10032
10033         * lyx_cb.C (start): boost.formatify
10034         do not include <iostream>
10035
10036         * lengthcommon.C: ws only
10037
10038         * boost-inst.C,BoostFormat.h: add more explict instantations
10039
10040 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10041
10042         * lots of files: handle USE_BOOST_FORMAT
10043
10044 2002-11-21  John Levon  <levon@movementarian.org>
10045
10046         * pspell.C: fix compile
10047
10048 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10049
10050         * lyxfunc.C (dispatch): use boost::format
10051         (open): ditto
10052         (doImport): ditto
10053
10054         * lyxfont.C (stateText): use boost::format
10055
10056         * lyx_main.C (LyX): use boost::format
10057         (init): ditto
10058         (queryUserLyXDir): ditto
10059         (readRcFile): ditto
10060         (parse_dbg): ditto
10061         (typedef boost::function): use the recommened syntax.
10062
10063         * importer.C (Import): use boost::format
10064
10065         * debug.C (showLevel): use boost::format
10066
10067         * converter.C (view): use boost::format
10068         (convert): ditto
10069         (move): ditto
10070         (scanLog): ditto
10071
10072         * bufferview_funcs.C (currentState): use boost::format
10073
10074         * bufferlist.C (emergencyWrite): use boost::format
10075
10076         * buffer.C (readLyXformat2): use boost::format
10077         (parseSingleLyXformat2Token): ditto
10078
10079         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10080
10081         * LaTeX.C (run): use boost::format
10082
10083         * Chktex.C (scanLogFile): use boost::format
10084
10085         * BufferView_pimpl.C (savePosition): use boost::format
10086         (restorePosition): ditto
10087         (MenuInsertLyXFile): ditto
10088
10089         * BoostFormat.h: help file for explicit instation.
10090
10091 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10092
10093         * tabular.C (latex): Support for block alignment in fixed width
10094         columns.
10095
10096 2002-11-17  John Levon  <levon@movementarian.org>
10097
10098         * BufferView_pimpl.C:
10099         * lyx_cb.C:
10100         * lyxfunc.C: split filedialog into open/save
10101
10102 2002-11-08  Juergen Vigna  <jug@sad.it>
10103
10104         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10105         by my last patch (hopefully).
10106
10107 2002-11-08  John Levon  <levon@movementarian.org>
10108
10109         * iterators.h:
10110         * iterators.C:
10111         * buffer.h:
10112         * buffer.C:
10113         * paragraph.h:
10114         * paragraph.C:
10115         * toc.h:
10116         * toc.C: ParConstIterator, and use it (from Lars)
10117
10118 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10119
10120         * lyxtextclass.[Ch]: revise and add doxygen comments
10121
10122 2002-11-07  John Levon  <levon@movementarian.org>
10123
10124         * text.C: fix progress value for spellchecker
10125
10126         * toc.C: fix navigate menu for insetwrap inside minipage
10127
10128         * paragraph_funcs.C: added FIXME for suspect code
10129
10130 2002-11-07  John Levon  <levon@movementarian.org>
10131
10132         * BufferView_pimpl.C: fix redrawing of insets
10133           on buffer switch
10134
10135 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10136
10137         * text2.C (updateCounters): fix bug 668
10138
10139 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10140
10141         * text3.C (dispatch): Do not make the buffer dirty when moving the
10142         cursor.
10143
10144 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10145
10146         * vc-backend.C: STRCONV
10147         (scanMaster): ditto
10148
10149         * text2.C (setCounter): STRCONV
10150
10151         * paragraph.C (asString): STRCONV
10152
10153         * lyxlength.C (asString): STRCONV
10154         (asLatexString): ditto
10155
10156         * lyxgluelength.C (asString): STRCONV
10157         (asLatexString): ditto
10158
10159         * lyxfunc.C (dispatch): STRCONV
10160         (open): ditto
10161
10162         * lyxfont.C (stateText): STRCONV
10163
10164         * importer.C (Import): STRCONV
10165
10166         * counters.C (labelItem): STRCONV
10167         (numberLabel): ditto
10168         (numberLabel): remove unused ostringstream o
10169
10170         * chset.C: STRCONV
10171         (loadFile): ditto
10172
10173         * bufferview_funcs.C (currentState): STRCONV
10174
10175         * buffer.C (readFile): STRCONV
10176         (asciiParagraph): ditto
10177         (makeLaTeXFile): ditto
10178
10179         * Spacing.C (writeEnvirBegin): STRCONV
10180
10181         * LaTeXFeatures.C (getLanguages): STRCONV
10182         (getPackages): ditto
10183         (getMacros): ditto
10184         (getBabelOptions): ditto
10185         (getTClassPreamble): ditto
10186         (getLyXSGMLEntities): ditto
10187         (getIncludedFiles): ditto
10188
10189         * LaTeX.C: STRCONV
10190         (run): ditto
10191         (scanAuxFile): ditto
10192         (deplog): ditto
10193
10194         * LString.h: add the STRCONV macros
10195
10196         * BufferView_pimpl.C (savePosition): STRCONV
10197         (restorePosition): ditto
10198         (MenuInsertLyXFile): ditto
10199
10200         * vc-backend.C (scanMaster): change from submatch[...] to
10201         submatch.str(...)
10202
10203         * funcrequest.C: include config.h
10204
10205         * factory.C: include config.h
10206
10207         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10208
10209         * box.C: include config.h
10210
10211         * LaTeX.C (scanAuxFile): change from submatch[...] to
10212         submatch.str(...)
10213         (deplog): ditto
10214
10215 2002-10-25  Angus Leeming  <leeming@lyx.org>
10216
10217         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10218
10219         * ispell.[Ch] (setError): new method.
10220         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10221         Use setError() insetead of goto END.
10222
10223         * lyx_cb.C (AutoSave): move out child process into new class
10224         AutoSaveBuffer.
10225
10226 2002-10-30  John Levon  <levon@movementarian.org>
10227
10228         * text3.C: make start appendix undoable
10229
10230 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10231
10232         * lyxlength.C (inPixels): Fix returned value.
10233
10234         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10235         environment.
10236
10237 2002-10-24  Angus Leeming  <leeming@lyx.org>
10238
10239         * lyxgluelength.h: no need to forward declare BufferParams
10240         or BufferView, so don't.
10241
10242 2002-10-21  John Levon  <levon@movementarian.org>
10243
10244         * BufferView.C: menuUndo ->undo, redo
10245
10246         * BufferView.h: document, remove dead, make some methods private
10247
10248         * paragraph_funcs.h:
10249         * paragraph_funcs.C:
10250         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10251
10252         * buffer.h:
10253         * buffer.C:
10254         * sgml.h:
10255         * sgml.C: move sgml open/close tag into sgml.C
10256
10257         * bufferview_funcs.h: unused prototype
10258
10259         * lyxfunc.h:
10260         * lyxfunc.C: remove unused
10261
10262         * lyxtext.h:
10263         * text.C: remove unused
10264
10265 2002-10-21  John Levon  <levon@movementarian.org>
10266
10267         * BufferView.h:
10268         * BufferView.C:
10269         * BufferView_pimpl.h:
10270         * BufferView_pimpl.C: fix mouse wheel handling based on
10271           patch from Darren Freeman
10272
10273 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10274
10275         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10276
10277 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10278
10279         * lyxlength.C (inPixels): Fix hanfling of negative length.
10280         Fix LyXLength::MU case.
10281
10282 2002-10-16  John Levon  <levon@movementarian.org>
10283
10284         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10285
10286 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10287
10288         * converter.C (view): add support for $$i (file name) and $$p
10289         (file path) for the viewer command. If $$i is not specified, then
10290         it is appended to the command (for compatibility with old syntax)
10291
10292 2002-10-14  Juergen Vigna  <jug@sad.it>
10293
10294         * undo_funcs.C (textHandleUndo): alter the order in which the
10295         new undopar is added to the LyXText, as we have to set first
10296         the right prev/next and then add it as otherwise the rebuild of
10297         LyXText is not correct. Also reset the cursor to the right paragraph,
10298         with this IMO we could remove the hack in "redoParagraphs()".
10299
10300 2002-10-09  Angus Leeming  <leeming@lyx.org>
10301
10302         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10303         to turn off an optimisation if a new inset is to be inserted.
10304
10305 2002-10-11 André Pönitz <poenitz@gmx.net>
10306
10307         * lyxtext.h: make some functions public to allow access
10308         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10309
10310 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10311
10312         * text3.C (dispatch): when changing layout, avoid an infinite loop
10313         [bug #652]
10314
10315 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10316
10317         * lyxrc.C (read): treat a viewer or converter command of "none" as
10318         if it were empty.
10319
10320         * MenuBackend.C (expandFormats): for an update, also allow the
10321         formats that are not viewable
10322
10323         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10324         script if it is newer than the lyxrc.defaults in user directory
10325
10326 2002-10-07 André Pönitz <poenitz@gmx.net>
10327
10328         * text.C: Vitaly Lipatov's small i18n fix
10329
10330 2002-09-25  Angus Leeming  <leeming@lyx.org>
10331
10332         * ispell.h: doxygen fix.
10333
10334 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10335
10336         * buffer.h (readFile): Add a new argument to the method, to allow
10337         reading of old-format templates.
10338
10339 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10340
10341         * toc.C (getTocList): Get TOC from InsetWrap.
10342
10343 2002-09-16  John Levon  <levon@movementarian.org>
10344
10345         * lyxfunc.C: check tabular for cut/copy too
10346
10347 2002-09-12  John Levon  <levon@movementarian.org>
10348
10349         * LyXAction.C: tidy
10350
10351         * factory.h:
10352         * factory.C: add header
10353
10354         * paragraph_funcs.h:
10355         * paragraph_funcs.C: cleanup
10356
10357 2002-09-11  John Levon  <levon@movementarian.org>
10358
10359         * PrinterParams.h: odd/even default to true
10360
10361 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10362
10363         * PrinterParams.h: update printer parameters for new xforms dialog
10364
10365 2002-09-11  Angus Leeming  <leeming@lyx.org>
10366
10367         * lyxserver.C (read_ready): re-write to make it more transparent
10368         and to make it work in coherent fashion under Tru64 Unix.
10369
10370 2002-09-11  André Pönitz <poenitz@gmx.net>
10371
10372         * commandtags.h:
10373         * LyXAction.C:
10374         * text3.C: implement LFUN_WORDSEL
10375
10376 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10377
10378         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10379         make floatlist_ a boost::shared_ptr<FloatList>
10380
10381         * lyxtextclass.C: include FloatList.h
10382         (LyXTextClass): initialize floatlist_
10383         (TextClassTags): add TC_NOFLOAT
10384         (Read): match "nofloat" to TC_NOFLOAT and use it.
10385         (readFloat): modify call to floatlist_
10386         (floats): ditto
10387         (floats): ditto
10388
10389         * FloatList.[Ch] (FloatList): remove commented out float
10390         initialization.
10391         (erase): new function
10392
10393 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10394
10395         * MenuBackend.C (expandToc): fix crash when there is no document
10396         open
10397
10398 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10399
10400         * many files: Add insetwrap.
10401
10402 2002-09-09  John Levon  <levon@movementarian.org>
10403
10404         * text2.C: remove confusing and awkward depth wraparound
10405
10406 2002-09-09  John Levon  <levon@movementarian.org>
10407
10408         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10409
10410         * buffer.h:
10411         * buffer.C: remove getIncludeonlyList()
10412
10413         * paragraph.C:
10414         * lyxfunc.C: remove headers
10415
10416 2002-09-09  Juergen Vigna  <jug@sad.it>
10417
10418         * text.C (getColumnNearX): fix form Michael this is most
10419         probably a cut&paste bug.
10420
10421 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10422
10423         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10424
10425         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10426         references, ws changes.
10427
10428         * text2.C (init): update counters after init
10429         (insertParagraph): no need to set counter on idividual paragraphs.
10430         (setCounter): access the counters object in the textclass object
10431         on in the buffer object.
10432         (updateCounters): ditto
10433
10434         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10435         shared_ptr<Counters> to avoid loading counters.h in all
10436         compilation units.
10437         (LyXTextClass): initialize ctrs_
10438         (TextClassTags): add TC_COUNTER, and ...
10439         (Read): use it here.
10440         (CounterTags): new tags
10441         (readCounter): new function
10442         (counters): new funtion
10443         (defaultLayoutName): return a const reference
10444
10445         * counters.C (Counters): remove contructor
10446         (newCounter): remove a couple of unneeded statements.
10447         (newCounter): simplify a bit.
10448         (numberLabel): some small formatting changes.
10449
10450         * buffer.[Ch]: remove all traces of counters, move the Counters
10451         object to the LyXTextClass.
10452
10453 2002-09-06  Alain Castera  <castera@in2p3.fr>
10454
10455         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10456         package to set the horizontal alignment on fixed width columns.
10457
10458         * lyx_sty.C:
10459         * lyx_sty.h: added tabularnewline macro def.
10460
10461         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10462
10463 2002-09-06  John Levon  <levon@movementarian.org>
10464
10465         * LyXAction.C: tooltips for sub/superscript
10466
10467         * MenuBackend.C: a bit more verbose
10468
10469         * lyxfunc.C: tiny clean
10470
10471         * undo_funcs.C: document undo_frozen
10472
10473 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10474
10475         * counters.C (Counters): add missing algorithm counter.
10476
10477         * text2.C (setCounter): lookup the counter with layouts latexname
10478         instead of by section number.
10479         (setCounter): use a hackish way to lookup the correct enum
10480         counter.
10481         a float name->type change
10482         reset enum couners with counter name directly instead of depth value.
10483
10484         * counters.C (Counters): remove the push_backs, change to use the
10485         float type not the float name.
10486         (labelItem): remove unused string, float name->type change
10487
10488         * counters.h: don't include vector, loose the enums and sects vectors
10489
10490 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10491
10492         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10493         (Read): add float->TC_FLOAT to textclassTags
10494         (Read): and handle it in the switch
10495         (readFloat): new function
10496
10497         * FloatList.C (FloatList): comment out the hardcoded float
10498         definitions.
10499
10500         * lyxlayout.h: ws change.
10501
10502 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10503
10504         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10505
10506 2002-09-03  Angus Leeming  <leeming@lyx.org>
10507
10508         * BufferView_pimpl.h: qualified name is not allowed in member
10509         declaration: WorkArea & Pimpl::workarea() const;
10510
10511         * factory.C: added using std::endl directive.
10512
10513         * text3.C: added using std::find and std::vector directives.
10514
10515 2002-08-29  André Pönitz <poenitz@gmx.net>
10516
10517         * lyxtext.h:
10518         * text2.C: remove unused member number_of_rows
10519
10520         * Makefile.am:
10521         * BufferView2.C: remove file, move contents to...
10522         * BufferView.C: ... here
10523
10524         * BufferView_pimpl.C:
10525         * factory.C: move more inset creation to factory
10526
10527         * vspace.C: avoid direct usage of LyXText, ws changes
10528
10529         * BufferView.[Ch]:
10530                 don't provide direct access to WorkArea, use two simple
10531                 acessors haveSelction() and workHeight() instead
10532
10533
10534 2002-08-29  John Levon  <levon@movementarian.org>
10535
10536         * BufferView_pimpl.C (dispatch): do not continue when
10537           no buffer
10538
10539 2002-08-28  André Pönitz <poenitz@gmx.net>
10540
10541         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10542
10543         * BufferView.h:
10544         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10545
10546 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10547
10548         * buffer.C: increment LYX_FORMAT to 221
10549
10550         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10551         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10552
10553         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10554
10555         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10556
10557 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10558
10559         * factory.C (createInset): use LyXTextClass::floats
10560
10561         * MenuBackend.C (expandFloatListInsert):
10562         (expandFloatInsert):
10563         (expandToc):
10564
10565         * text2.C (setCounter):
10566
10567         * LaTeXFeatures.C (useFloat):
10568         (getFloatDefinitions):
10569
10570         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10571
10572         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10573         floatlist_, with accessor floats().
10574
10575         * FloatList.h: remove global FloatList
10576
10577 2002-08-26  André Pönitz <poenitz@gmx.net>
10578
10579         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10580
10581         * BufferView.h:
10582         * BufferView2.C:
10583         * BufferView_pimpl.C:
10584         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10585
10586 2002-08-25  John Levon  <levon@movementarian.org>
10587
10588         * LyXAction.C: fix margin note description
10589
10590 2002-08-24  John Levon  <levon@movementarian.org>
10591
10592         * buffer.C:
10593         * bufferlist.C:
10594         * bufferview_funcs.C:
10595         * lyxfont.C:
10596         * undo_funcs.C: cleanups
10597
10598         * lyxfunc.C: disable CUT/COPY when no selection
10599
10600 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10601
10602         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10603         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10604
10605         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10606         Add backward compatibility to "mono", "gray" and "no".
10607
10608 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10609
10610         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10611         (and file_format >= 200).
10612
10613 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10614
10615         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10616
10617 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10618
10619         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10620
10621 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10622
10623         * BufferView_pimpl.C:
10624         * LyXAction.C:
10625         * buffer.C:
10626         * commandtags.h:
10627         * lyxfunc.C:
10628         * paragraph.[Ch]:
10629         * text2.C:
10630         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10631         inset and code to make it  work with the paragraph code. The inset
10632         can be anywhere in the paragraph, but will only do the expected
10633         thing in LaTeX if the layout file contains the parameter line
10634                         OptionalArgs    1
10635         (or more generally, a nonzero value) for that layout.
10636
10637 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10638
10639         * paragraph.h: remove the declaration of undefined counters class
10640         function.
10641
10642 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10643
10644         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10645         Dr. Richard Hawkins.
10646
10647 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10648
10649         * paragraph_funcs.h: remove some unneeded includes
10650
10651         * text.C (backspace): pasteParagraph now in global scipe
10652
10653         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10654         (pasteSelection): ditto
10655
10656         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10657         * paragraph_funcs.C (pasteParagraph): ... here
10658
10659 2002-08-20  André Pönitz <poenitz@gmx.net>
10660
10661         * commandtags.h: new LFUNs for swapping/copying table row/colums
10662
10663         * LyXAction.C:
10664         * lyxfunc.C: support for new lfuns
10665
10666 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10667
10668         * tabular.C:
10669         * buffer.[Ch]: remove NO_COMPABILITY stuff
10670
10671 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10672
10673         * boost.C (throw_exception): new file, with helper function for
10674         boost compiled without exceptions.
10675
10676         * paragraph.h:
10677         * lyxlength.C:
10678         * buffer.C:
10679         * ParameterStruct.h:
10680         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10681
10682         * bufferlist.C (emergencyWriteAll): use boost bind
10683
10684         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10685
10686         * text.C: include paragraph_funcs.h
10687         (breakParagraph): breakParagraph is now in global scope
10688
10689         * paragraph_funcs.[Ch]: new files
10690
10691         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10692         global scope
10693
10694         * buffer.C: include paragraph_funcs.h
10695         (insertStringAsLines): breakParagraph is now in global scope
10696
10697         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10698         paragraph_funcs.C
10699
10700         * CutAndPaste.C: include paragraph_funcs.h
10701         (cutSelection): breakParagraphConservative is now in global scope
10702         (pasteSelection): ditto
10703
10704         * buffer.h: declare oprator== and operator!= for
10705         Buffer::inset_iterator
10706
10707         * bufferlist.C (emergencyWrite): don't use fmt(...)
10708
10709         * text3.C: add using std::endl
10710
10711         * BufferView.C (moveCursorUpdate): remove default arg
10712
10713 2002-08-20  André Pönitz <poenitz@gmx.net>
10714
10715         * buffer.[Ch]: move inline functions to .C
10716
10717         * BufferView2.C:
10718         * BufferView_pimpl.C:
10719         * text.C:
10720         * buffer.[Ch]: use improved inset_iterator
10721
10722         * buffer.C:
10723         * paragraph.[Ch]: write one paragraph at a time
10724
10725 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10726
10727         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10728         style if style is not specified.
10729
10730 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10731
10732         * text2.C (setCounter): when searching for right label for a
10733         caption, make sure to recurse to parent insets (so that a caption
10734         in a minipage in a figure float works) (bug #568)
10735
10736 2002-08-20  André Pönitz <poenitz@gmx.net>
10737
10738         * text3.C: new file for LyXText::dispatch() and helpers
10739
10740         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10741
10742         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10743
10744 2002-08-19  André Pönitz <poenitz@gmx.net>
10745
10746         * lyxtext.h:
10747         * text.C: new LyXText::dispatch()
10748
10749         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10750
10751 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10752
10753         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10754
10755         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10756         Hebrew text.
10757
10758 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10759
10760         * Makefile.am: use $(variables) instead of @substitutions@
10761
10762 2002-08-15  André Pönitz <poenitz@gmx.net>
10763
10764         * lyxfunc.C:
10765         * BufferView_pimpl.C: streamlining mathed <-> outer world
10766         interaction
10767
10768         * commandtags.h:
10769         * LyXAction.C: remove unused LFUN_MATH
10770
10771 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10772
10773         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10774
10775 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10776
10777         * paragraph.C (Paragraph): reformat a bit
10778         (cutIntoMinibuffer): use builtin InsetList function instad of
10779         doing it manually.
10780         (getInset): ditto
10781
10782         * buffer.C: include boost/bind.hpp, add using std::for_each
10783         (writeFileAscii): use ParagraphList iterators
10784         (validate): use for_each for validate traversal of paragraphs
10785         (getBibkeyList): use ParagraphList iterators
10786         (resizeInsets): use for_each to resizeInsetsLyXText for all
10787         paragraphs.
10788         (getParFromID): use ParagraphList iterators
10789
10790         * BufferView2.C (lockInset): use paragraph list and iterators
10791
10792 2002-08-14  John Levon  <levon@movementarian.org>
10793
10794         * lyxserver.C: remove spurious xforms include
10795
10796 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10797
10798         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10799
10800 2002-08-13  André Pönitz <poenitz@gmx.net>
10801
10802         * LyXAction.[Ch]:
10803         * lyxfunc.C: further cleaning
10804
10805 2002-08-13  André Pönitz <poenitz@gmx.net>
10806
10807         * funcrequest.h: new constructor
10808
10809         * funcrequest.C: move stuff here from .h
10810
10811         * Makefile.am:
10812         * BufferView_pimpl.C:
10813         * LyXAction.C:
10814         * toc.C:
10815         * lyxfunc.C: subsequent changes
10816
10817         * lyxfunc.h: new view() member function
10818
10819         * lyxfunc.C: subsequent changes
10820
10821 2002-08-13  Angus Leeming  <leeming@lyx.org>
10822
10823         * BufferView2.C:
10824         * BufferView_pimpl.C:
10825         * buffer.C:
10826         * converter.C:
10827         * importer.C:
10828         * lyxfunc.C:
10829         * lyxvc.C:
10830         * toc.C:
10831         * vc-backend.C:
10832         changes due to the changed LyXView interface that now returns references
10833         to member variables not pointers.
10834
10835 2002-08-13  Angus Leeming  <leeming@lyx.org>
10836
10837         * WordLangTuple (word, lang_code): return references to strings,
10838         not strings.
10839
10840         * BufferView.h:
10841         * SpellBase.h:
10842         * lyxtext.h: forward-declare WordLangTuple.
10843
10844         * BufferView2.C:
10845         * ispell.C:
10846         * pspell.C:
10847         * text.C: #include "WordLangTuple.h".
10848
10849         * lyxtext.h:
10850         * text.C: (selectNextWordToSpellcheck): constify return type.
10851
10852 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10853
10854         * buffer.C:
10855         * buffer.h:
10856         * lyxtext.h:
10857         * paragraph.C:
10858         * paragraph_pimpl.h:
10859         * text.C:
10860         * text2.C:
10861         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10862         suggested by Angus.
10863         Made updateCounter always count from start of buffer, and removed
10864         second argument (par).
10865         Reverted floats number display to '#'. Perhaps I'll try again when the
10866         code base is sanitized a bit.
10867
10868 2002-08-12  Angus Leeming  <leeming@lyx.org>
10869
10870         * buffer.[Ch] (getLabelList): constify.
10871
10872 2002-08-07  André Pönitz <poenitz@gmx.net>
10873
10874         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10875
10876         * funcrequest.h: extension to keep mouse (x,y) position
10877
10878 2002-08-12  Juergen Vigna  <jug@sad.it>
10879
10880         * BufferView2.C (insertErrors): forbid undo when inserting error
10881         insets.
10882
10883         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10884
10885 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10886
10887         * ParagraphList.[Ch]: new files
10888
10889         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10890
10891         * BufferView2.C (lockInset): ParagraphList changes
10892         * toc.C: ditto
10893         * text2.C: ditto
10894         * bufferlist.C: ditto
10895         * buffer.h: ditto
10896         * buffer.C: ditto
10897
10898 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10899
10900         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10901         unused class variable counter_,
10902
10903         * paragraph.[Ch] (getFirstCounter): delete unused function
10904
10905         * counters.C: include LAssert.h
10906         (reset): add a new function with no arg, change other version to
10907         not have def. arg and to not allow empty arg.
10908
10909         * text2.C (setCounter): remove empty arg from call to Counters::reset
10910
10911 2002-08-11  John Levon  <levon@movementarian.org>
10912
10913         * Makefile.am: add WordLangTuple.h
10914
10915 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10916
10917         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10918         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10919
10920         * insets/insettext.C: InsetList changes
10921
10922         * graphics/GraphicsSupport.C (operator()): InsetList changes
10923
10924         * toc.C (getTocList): InsetList changes
10925
10926         * paragraph_pimpl.[Ch]: InsetList changes
10927
10928         * paragraph.[Ch]: InsetList changes
10929
10930         * buffer.C (inset_iterator): InsetList changes
10931         (setParagraph): ditto
10932         * buffer.h (inset_iterator): ditto
10933         * iterators.C (operator++): ditto
10934         * iterators.h: ditto
10935
10936         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10937
10938         * InsetList.[Ch]: new files, most InsetList handling moved out of
10939         paragraph.C.
10940
10941         * BufferView2.C (removeAutoInsets): InsetList changes
10942         (lockInset): ditto
10943         (ChangeInsets): ditto
10944
10945 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10946
10947         * paragraph_pimpl.h (empty): new function
10948
10949         * paragraph.[Ch] (empty): new function
10950
10951         * other files: use the new Paragraph::empty function
10952
10953 2002-08-09  John Levon  <levon@movementarian.org>
10954
10955         * lyxtext.h: remove unused refresh_height
10956
10957 2002-08-09  John Levon  <levon@movementarian.org>
10958
10959         * Makefile.am:
10960         * sgml.h:
10961         * sgml.C:
10962         * buffer.C:
10963         * paragraph.h:
10964         * paragraph.C: move sgml char escaping out of paragraph
10965
10966         * paragraph.h:
10967         * paragraph.C: remove id setter
10968
10969         * buffer.C:
10970         * paragraph.C:
10971         * paragraph_pimpl.C: remove dead tex_code_break_column
10972
10973         * bufferview_funcs.C: small cleanup
10974
10975         * lyxfunc.C: remove dead proto
10976
10977         * lyxtext.h: make some stuff private. Remove some dead stuff.
10978
10979         * lyxgluelength.C: make as[LyX]String() readable
10980
10981 2002-08-08  John Levon  <levon@movementarian.org>
10982
10983         * LyXAction.h:
10984         * LyXAction.C:
10985         * MenuBackend.C:
10986         * ToolbarDefaults.C:
10987         * lyxfunc.C:
10988         * lyxrc.C:
10989         * toc.C: lyxaction cleanup
10990
10991 2002-08-08  John Levon  <levon@movementarian.org>
10992
10993         * BufferView2.C: small cleanup
10994
10995         * lyxfind.h:
10996         * lyxfind.C: move unnecessary header into the .C
10997
10998 2002-08-08  John Levon  <levon@movementarian.org>
10999
11000         * funcrequest.h: just tedious nonsense
11001
11002         * lyx_main.h:
11003         * lyx_main.C: cleanups
11004
11005         * buffer.C:
11006         * vspace.C: remove dead header lyx_main.h
11007
11008 2002-08-07  Angus Leeming  <leeming@lyx.org>
11009
11010         * Paragraph.[Ch]:
11011         * paragraph_pimpl.h:
11012         Forward declare class Counters in paragraph.h by moving the ctrs member
11013         variable into Paragraph::Pimpl.
11014         (counters): new method, returning a reference to pimpl_->ctrs.
11015
11016         * text2.C: ensuing changes.
11017
11018 2002-08-07  John Levon  <levon@movementarian.org>
11019
11020         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11021
11022         * BufferView_pimpl.C: announce X selection on double/triple
11023           click
11024
11025         * lyx_main.C: use correct bool in batch dispatch
11026
11027         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11028
11029 2002-08-07  André Pönitz <poenitz@gmx.net>
11030
11031         * funcrequest.h: new class to wrap a kb_action and its argument
11032
11033         * BufferView.[Ch]:
11034         * BufferView_pimpl[Ch]:
11035         * LaTeX.C:
11036         * LyXAction.[Ch]:
11037         * lyxfunc.[Ch]:
11038         * lyxrc.C: subsequent changes
11039
11040
11041 2002-08-07  John Levon  <levon@movementarian.org>
11042
11043         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11044           document options change.
11045
11046 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11047
11048         * counters.[Ch]
11049         * text2.C
11050         * paragraph.[Ch]
11051         * makefile.am: move counters functionality over from
11052         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11053
11054 2002-08-06  John Levon  <levon@movementarian.org>
11055
11056         * WordLangTuple.h: new file for word + language code tuple
11057
11058         * SpellBase.h:
11059         * pspell.h:
11060         * pspell.C:
11061         * ispell.h:
11062         * ispell.C:
11063         * lyxtext.h:
11064         * text.C:
11065         * text2.C:
11066         * BufferView.h:
11067         * BufferView2.C: use WordLangTuple
11068
11069         * layout.h:
11070         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11071
11072 2002-08-06  John Levon  <levon@movementarian.org>
11073
11074         * lyx_main.C: fix cmdline batch handling
11075
11076 2002-08-06  André Pönitz <poenitz@gmx.net>
11077
11078         * lyxrc.C: set default for show_banner to true
11079
11080 2002-08-06  John Levon  <levon@movementarian.org>
11081
11082         * pspell.C: fix a crash, and allow new aspell to work
11083
11084 2002-08-06  John Levon  <levon@movementarian.org>
11085
11086         * lyxfunc.C:
11087         * kbmap.C: small cleanup
11088
11089         * vspace.h:
11090         * vspace.C: add const
11091
11092 2002-08-05  John Levon  <levon@movementarian.org>
11093
11094         * LyXAction.C: back to tabular-insert
11095
11096 2002-08-04  John Levon  <levon@movementarian.org>
11097
11098         * BufferView.h:
11099         * BufferView.C: cosmetic change
11100
11101         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11102
11103         * bufferlist.C:
11104         * buffer.h:
11105         * buffer.C:
11106         * lyxcb.h:
11107         * lyxcb.C:
11108         * lyxserver.C:
11109         * lyxvc.C:
11110         * vc-backend.C:
11111         * BufferView2.C: purge all "Lyx" not "LyX" strings
11112
11113         * lyxcursor.h:
11114         * lyxcursor.C: attempt to add some documentation
11115
11116         * lyxfunc.C:
11117         * commandtags.h:
11118         * LyXAction.C:
11119         * ToolbarDefaults.C:
11120         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11121           merge with LFUN_TABULAR_INSERT
11122
11123         * Makefile.am:
11124         * SpellBase.h:
11125         * ispell.h:
11126         * ispell.C:
11127         * pspell.h:
11128         * pspell.C: split up i/pspell implementations into separate
11129           files, many cleanups
11130
11131         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11132
11133         * text2.C: some cleanup
11134
11135         * lyxfunc.C: don't check for isp_command == "none" any more, it
11136           didn't make any sense
11137
11138 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11139
11140         * counters.[Ch]
11141         * text2.C
11142         * paragraph.[Ch]
11143         * makefile.am: move counters functionality over
11144         from text2.C/paragraph.[Ch] to counters.[Ch], and
11145         make proper C++.
11146 2002-08-02  John Levon  <levon@movementarian.org>
11147
11148         * buffer.C: s/lyxconvert/lyx2lyx/
11149
11150 2002-08-02  Angus Leeming  <leeming@lyx.org>
11151
11152         * lyxlex.C: revert John's change as it breaks reading of the user
11153         preamble.
11154
11155 2002-08-02  Angus Leeming  <leeming@lyx.org>
11156
11157         * importer.C (Import):
11158         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11159         changes due to LyXView::view() now returning a boost::shared_ptr.
11160
11161 2002-08-02  John Levon  <levon@movementarian.org>
11162
11163         * lyxlex.C: small cleanup
11164
11165 2002-08-02  John Levon  <levon@movementarian.org>
11166
11167         * text2.C (status): small cleanup, no logic change
11168
11169 2002-08-01  John Levon  <levon@movementarian.org>
11170
11171         * buffer.h:
11172         * buffer.C (writeFile): don't output alerts, caller
11173           handles this
11174
11175         * bufferlist.C:
11176         * lyx_cb.C: from above
11177
11178         * lyxfunc.C: allow to open non-existent files
11179
11180 2002-07-31  John Levon  <levon@movementarian.org>
11181
11182         * lyxserver.C: don't let incidental errors get
11183           in the way (errno)
11184
11185 2002-07-30  John Levon  <levon@movementarian.org>
11186
11187         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11188
11189 2002-07-30  John Levon  <levon@movementarian.org>
11190
11191         * lyxserver.h:
11192         * lyxserver.C: remove I/O callback too
11193
11194 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11195
11196         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11197         log.
11198
11199 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11200
11201         * many files: strip,frontStrip -> trim,ltrim,rtrim
11202
11203 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11204
11205         * PrinterParams.h: remove extern containsOnly, and include
11206         support/lstrings.h instead.
11207
11208         * LaTeX.C (scanAuxFile): modify because of strip changes
11209         (deplog): ditto
11210         * buffer.C (makeLaTeXFile): ditto
11211         * bufferparams.C (writeFile): ditt
11212         * lyxfont.C (stateText): ditto
11213         * lyxserver.C (read_ready): ditto
11214         * vc-backend.C (scanMaster): ditto
11215
11216         * BufferView_pimpl.h: ws changes
11217
11218         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11219
11220 2002-07-26  André Pönitz <poenitz@gmx.net>
11221
11222         * kb_sequence.C: remove unnedred usings
11223
11224 2002-07-26  Juergen Vigna  <jug@sad.it>
11225
11226         * lyxfind.C (LyXReplace): we have to check better if the returned
11227         text is not of theLockingInset()->getLockingInset().
11228
11229 2002-07-25  Juergen Vigna  <jug@sad.it>
11230
11231         * lyxfind.C (LyXReplace): don't replace if we don't get the
11232         right LyXText.
11233
11234         * undo_funcs.C (createUndo): remove debugging code.
11235
11236 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11237
11238         * buffer.C (parseSingleLyXformat2Token): Use default placement
11239         when reading old floats.
11240
11241         * FloatList.C (FloatList): Change the default placement of figure
11242         and tables to "tbp".
11243
11244 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11245
11246         * MenuBackend.C: using std::max
11247
11248 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11249
11250         * MenuBackend.C (expandToc):
11251         (expandToc2): code moved from xforms menu frontend. It is now
11252         generic and TOCs are transparent to menu frontends.
11253
11254 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11255
11256         * toc.C (getTocList): protect against buf=0
11257
11258         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11259         Menu as first parameter. Now, this calls itself recursively to
11260         expand a whole tree (this will be useful for TOC handling)
11261         (expandFloatInsert): remove 'wide' version of floats
11262
11263         * MenuBackend.h (submenuname): returns the name of the submenu.
11264         (submenu): returns the submenu itself, provided it has been
11265         created by MenuBackend::expand
11266
11267 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11268
11269         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11270         insets which have noFontChange == true. (bug #172)
11271
11272 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11273
11274         * BufferView_pimpl.C: add connection objects and use them...
11275         (Pimpl): here.
11276
11277 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11278
11279         * MenuBackend.C (expandLastfiles):
11280         (expandDocuments):
11281         (expandFormats):
11282         (expandFloatListInsert):
11283         (expandFloatInsert):
11284         (expand): split expand in parts
11285
11286 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11287
11288         * lyx_gui.C: use lyx_gui::exit()
11289
11290 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11291
11292         * LyXAction.C: show the failing pseudo action
11293
11294 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11295
11296         * buffer.C (readFile): Run the lyxconvert script in order to read
11297         old files.
11298
11299 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11300
11301         * LyXAction.C:
11302         * commandtags.h:
11303         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11304
11305 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11306
11307         * LyXAction.C:
11308         * commandtags.h:
11309         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11310
11311 2002-07-22  Herbert Voss  <voss@lyx.org>
11312
11313         * lengthcommon.C:
11314         * lyxlength.[Ch]: add support for the vertical lengths
11315
11316 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11317
11318         * toc.[Ch]: std:: fixes
11319
11320 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11321
11322         * lyxrc.C: do not include lyx_main.h
11323
11324         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11325         for layouts
11326
11327         * lyxrc.C:
11328         * encoding.C:
11329         * bufferlist.C:
11330         * BufferView2.C: include "lyxlex.h"
11331
11332         * tabular.h:
11333         * bufferparams.h: do not #include "lyxlex.h"
11334
11335         * lyxtextclasslist.C (Add): remove method
11336         (classlist): renamed to classlist_
11337
11338         * paragraph_pimpl.C:
11339         * paragraph.C:
11340         * text2.C:
11341         * CutAndPaste.C:
11342         * bufferview_funcs.C:
11343         * bufferlist.C:
11344         * text.C:
11345         * LaTeXFeatures.C:
11346         * buffer.C:
11347         * toc.C (getTocList): use BufferParams::getLyXTextClass
11348
11349         * toc.C (getTocList): use InsetFloat::addToToc
11350
11351         * toc.[Ch]: new files, containing helper functions to handle table
11352         of contents
11353
11354         * lyxfunc.C (dispatch): no need to remove spaces around command
11355         given as a string
11356         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11357         first command of the sequence; it is not very clever, but I do not
11358         have a better idea, actually
11359
11360         * LyXAction.C (LookupFunc): make sure to remove space at the
11361         beginning and end of the command
11362
11363 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11364
11365         * MenuBackend.C (getMenubar): new method: return the menubar of
11366         this menu set
11367         (read): treat differently reading of menu and menubar (in
11368         particular, the menubar has no name now)
11369         (Menu::menubar): remove
11370
11371         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11372         saving is finished
11373
11374 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11375
11376         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11377         a bibitem inset in a RTL paragraph.
11378
11379 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11380
11381         * paragraph_pimpl.C: constify
11382
11383         * BufferView_pimpl.C:
11384         * LaTeX.C:
11385         * lyxfunc.C: fix dispatch in a nicer way
11386
11387 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11388
11389         * lyxfunc.C (dispatch):
11390         * BufferView_pimpl.C:
11391         * BufferView_pimpl.h:
11392         * BufferView.C:
11393         * BufferView.h: rename Dispatch() to dispatch()
11394
11395         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11396
11397         * lyxlayout.C (Read): honor DependsOn tag
11398
11399         * lyxlayout.[Ch] (depends_on): new method
11400
11401         * version.C.in: update lyx_docversion
11402
11403         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11404
11405         * paragraph.C (validate): remove from here...
11406         * paragraph_pimpl.C (validate): ... and move here
11407         (isTextAt): make it const
11408
11409         * buffer.C (getLists): ws cleanup
11410
11411 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11412
11413         * language.C (read): Use iso8859-1 encoding in latex_lang
11414         (this prevents LyX from crashing when using iso10646-1 encoding).
11415
11416 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11417
11418         * text2.C (toggleInset): if cursor is inside an inset, close the
11419         inset and leave cursor _after_ it
11420
11421 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11422
11423         * lyxfunc.C: move minibuffer completion handling out of here
11424
11425 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11426
11427         * BufferView_pimpl.C:
11428         * LaTeX.C: fix dispatch calls
11429
11430 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11431
11432         * text.C (drawChars): Fix Arabic text rendering.
11433
11434 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11435
11436         * LyXAction.C:
11437         * commandtags.h:
11438         * lyxfunc.C: remove message-push/pop
11439
11440         * lyxserver.C:
11441         * lyxfunc.h:
11442         * lyxfunc.C: rationalise some code by removing verboseDispatch
11443           in favour of a bool argument to dispatch()
11444
11445 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11446
11447         * lyx_main.C (init): make sure to read symlinks as absolute paths
11448
11449 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11450
11451         * lyxfunc.h:
11452         * lyxfunc.C: no need for commandshortcut to be a member
11453
11454 2002-07-15  André Pönitz <poenitz@gmx.net>
11455
11456         * converter.C: add support for $$s (scripts from lib/scripts dir)
11457         * lyx_main.C: white space
11458
11459 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11460
11461         * bufferlist.C:
11462         * lyxrc.h:
11463         * lyxrc.C: remove second exit confirmation
11464
11465 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11466
11467         * BufferView.h:
11468         * BufferView.C:
11469         * BufferView2.C:
11470         * BufferView_pimpl.h:
11471         * BufferView_pimpl.C:
11472         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11473
11474 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11475
11476         * MenuBackend.C (expand): add numeric shortcuts to document menu
11477
11478         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11479
11480 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11481
11482         * lyxfont.C (setLyXFamily):
11483         (setLyXSeries):
11484         (setLyXShape):
11485         (setLyXSize):
11486         (setLyXMisc):
11487         (lyxRead):
11488         * debug.C (value):
11489         * buffer.C (asciiParagraph): use ascii_lowercase
11490
11491 2002-07-15  Mike Fabian  <mfabian@suse.de>
11492
11493         * lyxlex_pimpl.C (search_kw):
11494         * lyxlex.C (getLongString):
11495         * converter.h (operator<):
11496         * converter.C (operator<):
11497         * buffer.C (parseSingleLyXformat2Token):
11498         (asciiParagraph):
11499         * ToolbarDefaults.C (read):
11500         * MenuBackend.C (checkShortcuts):
11501         (read):
11502         * LColor.C (getFromGUIName):
11503         (getFromLyXName): use the compare_ascii_no_case instead of
11504         compare_no_case, because in turkish, 'i' is not the lowercase
11505         version of 'I', and thus turkish locale breaks parsing of tags.
11506
11507 2002-07-16  Angus Leeming  <leeming@lyx.org>
11508
11509         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11510         now takes a Buffer const & argument.
11511
11512 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11513
11514         * BufferView.C (resize): check there's a buffer to resize
11515
11516 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11517
11518         * lyxfunc.C: remove dead code
11519
11520         * lyxserver.h:
11521         * lyxserver.C: use lyx_guii::set_read_callback
11522
11523 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11524
11525         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11526         an inset in a RTL paragraph.
11527
11528 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11529
11530         * lyxfunc.C: repaint after a font size update
11531
11532 2002-07-15  André Pönitz <poenitz@gmx.net>
11533
11534         * lyxlength.C: inBP should be able to return negative values
11535
11536 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11537
11538         * lyxfunc.C: use lyx_gui::update_fonts()
11539
11540 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11541
11542         * lyxfunc.C: use lyx_gui::update_color()
11543
11544 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11545
11546         * bufferlist.C:
11547         * lyxfunc.h:
11548         * lyxfunc.C:
11549         * lyxrc.h:
11550         * lyxrc.C: remove file->new asks for name option, and let
11551           buffer-new take an argument
11552
11553 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11554
11555         * BufferView_pimpl.C: remove unneeded extra repaint()
11556
11557 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11558
11559         * LyXAction.C: allow command-sequence with NoBuffer
11560
11561         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11562
11563 2002-07-10  Angus Leeming  <leeming@lyx.org>
11564
11565         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11566
11567 2002-07-09  Angus Leeming  <leeming@lyx.org>
11568
11569         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11570
11571 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11572
11573         * lengthcommon.h: whitespace
11574
11575         * lyxfunc.C: update scrollbar after goto paragraph
11576
11577         * lyxtext.h: factor out page break drawing, and fix it so
11578           page break/added space paints as selected nicely
11579
11580 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11581
11582         * BufferView_pimpl.C: add FIXMEs, clean up a little
11583
11584 2002-07-09  André Pönitz <poenitz@gmx.net>
11585
11586         * lyxfont.[Ch]: support for wasy symbols
11587
11588 2002-07-08  André Pönitz <poenitz@gmx.net>
11589
11590         * BufferView_pimpl.C: apply John's patch for #93.
11591
11592 2002-07-05  Angus Leeming  <leeming@lyx.org>
11593
11594         * BufferView_pimpl.C (buffer): generate previews if desired.
11595
11596         * LColor.h: add "preview" to the color enum.
11597
11598         * LColor.C (LColor): add a corresponding entry to the items array.
11599
11600         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11601         with this buffer.
11602
11603 2002-07-05  Angus Leeming  <leeming@lyx.org>
11604
11605         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11606         The body of the code is now in the method that is passed an ostream &
11607         rather than a file name.
11608         Pass an additional only_preamble parameter, useful for the forthcoming
11609         preview stuff.
11610
11611 2002-07-03  André Pönitz <poenitz@gmx.net>
11612
11613         * lyxfunc.C: simplify getStatus() a bit for math stuff
11614
11615 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11616
11617         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11618
11619 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11620
11621         * text.C (changeRegionCase): do not change case of all the
11622         document when region ends at paragraph end (bug #461)
11623
11624 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11625
11626         * paragraph.C (startTeXParParams):
11627         (endTeXParParams): add \protect when necessary
11628
11629 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11630
11631         * BufferView_pimpl.C (workAreaExpose): remove warning
11632
11633 2002-06-27  Angus Leeming  <leeming@lyx.org>
11634
11635         * Makefile.am: add lyxlayout_ptr_fwd.h.
11636
11637 2002-06-26  André Pönitz <poenitz@gmx.net>
11638
11639         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11640
11641 2002-06-25  Angus Leeming  <leeming@lyx.org>
11642
11643         * lyxfunc.C (dispatch): Comment out the call to
11644         grfx::GCache::changeDisplay. The method no longer exists now that the
11645         pixmap generation part of the graphics loader has been moved into
11646         InsetGraphics.
11647
11648 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11649
11650         * text2.C: layout as layout
11651
11652         * text.C: layout as layout
11653
11654         * tabular.C (OldFormatRead): layout as layout
11655
11656         * paragraph_pimpl.C (TeXDeeper): layout as layout
11657         (realizeFont): layout as layout
11658
11659         * paragraph.C (writeFile): layout as layout
11660         (validate): layout as layout
11661         (getFont): layout as layout
11662         (getLabelFont): layout as layout
11663         (getLayoutFont): layout as layout
11664         (breakParagraph): layout as layout
11665         (stripLeadingSpaces): layout as layout
11666         (getEndLabel): layout as layout
11667         (getMaxDepthAfter): layout as layout
11668         (applyLayout): layout as layout
11669         (TeXOnePar): layout as layout
11670         (simpleTeXOnePar): layout as layout
11671         (TeXEnvironment): layout as layout
11672         (layout): layout as layout
11673         (layout): layout as layout
11674
11675         * lyxtextclass.C (compare_name): new functor to work with
11676         shared_ptr, layout as layout
11677         (Read): layout as layout
11678         (hasLayout): layout as layout
11679         (operator): layout as layout
11680         (delete_layout): layout as layout
11681         (defaultLayout): layout as layout
11682
11683         * lyxlayout_ptr_fwd.h: new file
11684
11685         * lyxlayout.C (Read): layout as layout
11686
11687         * lyx_cb.C (MenuInsertLabel): layout as layout
11688
11689         * bufferlist.C (newFile): layout as layout
11690
11691         * buffer.C (readLyXformat2): layout as layout
11692         (parseSingleLyXformat2Token): layout as layout
11693         (insertStringAsLines): layout as layout
11694         (asciiParagraph): layout as layout
11695         (latexParagraphs): layout as layout
11696         (makeLinuxDocFile): layout as layout
11697         (simpleLinuxDocOnePar): layout as layout
11698         (makeDocBookFile): layout as layout
11699         (simpleDocBookOnePar): layout as layout
11700         (getLists): layout as layout
11701
11702         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11703
11704         * CutAndPaste.C (cutSelection): layout as layout
11705         (pasteSelection): layout as layout
11706         (SwitchLayoutsBetweenClasses): layout as layout
11707
11708         * BufferView_pimpl.C (Dispatch): layout as layout
11709         (smartQuote): layout as layout
11710
11711         * BufferView2.C (unlockInset): layout as layout
11712
11713 2002-06-24  André Pönitz <poenitz@gmx.net>
11714
11715         * lyxfunc.C: fix #487
11716
11717 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11718
11719         * lyxrc.h:
11720         * lyxrc.C:
11721         * lyxfunc.C: remove display_shortcuts, show_banner
11722
11723 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11724
11725         * Buffer_pimpl.C: oops, update on resize
11726
11727 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11728
11729         * buffer.C:
11730         * converter.C:
11731         * exporter.C:
11732         * lyxfunc.C:
11733         * BufferView.h:
11734         * BufferView.C: use repaint()
11735
11736         * BufferView_pimpl.h:
11737         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11738           as it's a clearer description. Remove superfluous
11739           redraws.
11740
11741 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11742
11743         * text.C: fix bug 488. Not ideal, but getting
11744           getWord() to work properly for the insets that
11745           matter is more difficult ...
11746
11747 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11748
11749         * BufferView_pimpl.C:
11750         * LyXAction.C:
11751         * commandtags.h:
11752         * lyxfunc.C: remove the six million index lyxfuncs to just
11753           one, and DTRT (bug 458)
11754
11755 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11756
11757         * BufferView.h:
11758         * BufferView.C:
11759         * BufferView_pimpl.h:
11760         * BufferView_pimpl.C: clean up resize() stuff,
11761           and unnecessary updateScreen()s
11762
11763 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11764
11765         * BufferView.h:
11766         * BufferView.C:
11767         * BufferView_pimpl.h:
11768         * BufferView_pimpl.C:
11769         * lyxfind.h:
11770         * lyxfind.C:
11771         * minibuffer.C: remove focus management of workarea,
11772           not needed. Use screen's greyOut()
11773
11774 2002-06-17  Herbert Voss  <voss@lyx.org>
11775
11776         * converter.C: (convert) do not post a message, when converting
11777         fails, let the calling function decide what to do in this case
11778
11779 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11780
11781         * lyxfunc.C: tidy up a little
11782
11783 2002-06-16    <alstrup@diku.dk>
11784
11785         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11786         Got rid of FORMS_H_LOCATION include. Now we are
11787         GUII.
11788
11789 2002-06-15  LyX Development team  <lyx@rilke>
11790
11791         * buffer.[Ch] (sgmlOpenTag):
11792         (sgmlCloseTag): Added support for avoiding pernicious mixed
11793         content. Return number of lines written.
11794
11795         (makeLinuxDocFile):
11796         (makeDocBookFile): Fixed calls to sgml*Tag.
11797         Simple white space clean.
11798
11799         (simpleDocBookOnePar): Simple white space clean.
11800
11801         * tabular.[Ch] (docBook): Renamed to docbook and got another
11802         argument to related with the pernicious mixed content.
11803
11804         (docbookRow): Fixed calls for docbook inset method.
11805
11806 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11807
11808         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11809         so it's X11 independent.
11810
11811         * kb*.[Ch]: ditto.
11812
11813         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11814
11815 2002-06-15  Lyx Development team  <lyx@electronia>
11816
11817         * intl.h: Renamed getTrans to getTransManager.
11818
11819 2002-06-14  Angus Leeming  <leeming@lyx.org>
11820
11821         * Makefile.am: nuke forgotten stl_string_fwd.h.
11822
11823 2002-06-12  Angus Leeming  <leeming@lyx.org>
11824
11825         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11826
11827 2002-06-13  Angus Leeming  <leeming@lyx.org>
11828
11829         * LaTeX.C:
11830         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11831
11832 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11833
11834         * kbmap.C (getiso): add support for cyrillic and greek
11835
11836 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11837
11838         * BufferView.h:
11839         * BufferView.C:
11840         * BufferView_pimpl.h:
11841         * BufferView_pimpl.C: move bogus scrolling logic
11842           to xforms
11843
11844 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11845
11846         * lyxfunc.C:
11847         * BufferView_pimpl.C: view->resize() change
11848
11849 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11850
11851         * BufferView_pimpl.C: topCursorVisible
11852           prototype change
11853
11854 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11855
11856         * Makefile.am:
11857         * lyx_gui.h:
11858         * lyx_gui.C: move to frontends/
11859
11860         * main.C:
11861         * lyx_main.h:
11862         * lyx_main.C: changes from above
11863
11864 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11865
11866         * intl.C:
11867         * intl.h:
11868         * kbmap.C:
11869         * kbsequence.C:
11870         * lyx_cb.C:
11871         * lyx_main.C: minor tidy
11872
11873 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11874
11875         * BufferView_pimpl.h:
11876         * BufferView_pimpl.C:
11877         * BufferView.h:
11878         * BufferView.C: make painter() const,
11879           remove dead code
11880
11881         * BufferView2.C: use screen() accessor
11882
11883         * lyx_main.h:
11884         * lyx_main.C: some minor cleanup
11885
11886 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11887
11888         * BufferView_pimpl.h:
11889         * BufferView_pimpl.C: remove enter/leaveView,
11890           use workHeight()
11891
11892 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11893
11894         * BufferView.h:
11895         * BufferView.C:
11896         * BufferView2.C:
11897         * BufferView_pimpl.h:
11898         * BufferView_pimpl.C: only construct screen once,
11899           rename
11900
11901         * lyxrc.C: remove pointless comment
11902
11903 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11904
11905         * BufferView.h:
11906         * BufferView.C: remove active() and belowMouse()
11907
11908         * BufferView_pimpl.h:
11909         * BufferView_pimpl.C: use workarea() not workarea_,
11910           and make it use a scoped_ptr instead
11911
11912 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * lyx_gui.C: add debug message on BadWindow
11915
11916 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11917
11918         * sp_spell.C: fdopen is not part of the C++ standard.
11919
11920         * paragraph.C (InsetIterator): use >= instead of ==
11921
11922 2002-06-07  Angus Leeming  <leeming@lyx.org>
11923
11924         Fixes needed to compile with Compaq cxx 6.5.
11925         * BufferView_pimpl.C:
11926         * DepTable.C:
11927         * buffer.C:
11928         * converter.C:
11929         * encoding.C:
11930         * lyx_gui.C:
11931         * lyx_main.C:
11932         * lyxtextclasslist.C:
11933         * minibuffer.C:
11934         * sp_spell.C:
11935         * tabular_funcs.C:
11936         * vc-backend.C:
11937         all c-library variables have been moved into namespace std. Wrap
11938         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11939
11940         * lyxlength.C:
11941         * tabular-old.C:
11942         * tabular.C:
11943         Add a using std::abs declaration.
11944
11945         * kbmap.h (modifier_pair):
11946         * paragraph.h (InsetTable, InsetList):
11947         * lyxfont.h (FontBits):
11948         type definition made public.
11949
11950         * bufferlist.C (emergencyWriteAll): the compiler complains that
11951         there is more than one possible lyx::class_fun template to choose from.
11952         I re-named the void specialisation as lyx::void_class_fun.
11953
11954         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11955
11956         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11957         the compiler is is unable to find tostr in write_attribute.
11958
11959 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11960
11961         * buffer.C (sgmlError): hide #warning
11962
11963 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11964
11965         * xtl/*: get rid of xtl, which is not in use anyway
11966
11967         * LyXAction.C (init):
11968         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11969         were unimplemented xtl experimentation
11970
11971 2002-06-04  André Pönitz <poenitz@gmx.net>
11972
11973         * lyxfunc.C: disable array operation on simple formulae
11974
11975 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11976
11977         * converter.C: constify a bit
11978
11979 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11980
11981         * lyx_gui.C: check xforms version correctly
11982
11983 2002-04-30  Herbert Voss  <voss@lyx.org>
11984
11985         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11986         "keep" option
11987
11988 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11989
11990         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11991           attempt to register it with a VCS)
11992
11993 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11994
11995         * lyx_main.C (init): honor variables LYX_DIR_13x and
11996         LYX_USERDIR_13x
11997
11998 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11999
12000         * buffer.h:
12001         * buffer.C:
12002         * lyx_main.C: fix a crash on bad command line,
12003           and give a useful exit status on error
12004
12005         * lyxfunc.C (doImport): allow -i lyx to work
12006
12007 2002-03-30  André Pönitz <poenitz@gmx.net>
12008
12009         * lyxfunc.C: mathed font changes
12010
12011 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12012
12013         * LaTeX.C:
12014         * importer.h:
12015         * importer.C:
12016         * lyx_sty.h:
12017         * lyx_sty.C:
12018         * lyxlex.C:
12019         * lyxrow.h:
12020         * lyxtext.h:
12021         * paragraph.h:
12022         * paragraph.C:
12023         * texrow.h:
12024         * texrow.C:
12025         * text.C:
12026         * trans_mgr.h: srcdocs, and some minor cleanups
12027
12028 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12029
12030         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12031         call getFont all the time)
12032
12033 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12034
12035         * switch from SigC signals to boost::signals
12036
12037 2002-05-29  André Pönitz <poenitz@gmx.net>
12038
12039         * paragraph_pimpl.C (getChar): don't call size() too often...
12040
12041 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12042
12043         * paragraph_pimpl.C (insertChar): do not try to update tables when
12044         appending (pos == size())
12045
12046         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12047         in order to reduce drastically the number of comparisons needed to
12048         parse a large document
12049
12050 2002-05-29  André Pönitz <poenitz@gmx.net>
12051
12052         * text.C:
12053         * text2.C:
12054         * lyxtextclass.C:
12055         * sp_pspell.h:
12056         * textclasslist.[Ch]:
12057         * sp_ispell.h: whitespace change
12058
12059 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12060
12061         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12062         lyxaction directly now.
12063
12064 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12065
12066         * trans.C:
12067         * lyxfont.C:
12068         * lyxvc.C: remove unused headers
12069
12070 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12071
12072         * Makefile.am:
12073         * buffer.h:
12074         * undostack.h:
12075         * undostack.C:
12076         * undo_funcs.h:
12077         * undo_funcs.C: some cleanups. Use shared_ptr
12078           and a template for the undo stacks.
12079
12080 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12081
12082         * BufferView_pimpl.h:
12083         * BufferView_pimpl.C:
12084         * kbmap.h:
12085         * kbmap.C:
12086         * kbsequence.h:
12087         * kbsequence.C:
12088         * lyxfunc.h:
12089         * lyxfunc.C:
12090         * text2.C: use key_state/mouse_state
12091
12092 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12093
12094         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12095         and LSubstring
12096
12097         * chset.C: change include order
12098         (loadFile): use boost regex and get rid of LRegex and LSubstring
12099
12100         * Makefile.am (BOOST_LIBS): new variable
12101         (lyx_LDADD): use it
12102
12103         * LaTeX.C: change include order.
12104         (scanAuxFile): use boost regex and get rid of LRegex and
12105         LSubstring
12106         (deplog): ditto
12107
12108 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12109
12110         * ColorHandler.h:
12111         * ColorHandler.C:
12112         * FontInfo.h:
12113         * FontInfo.C: moved to frontends/xforms/
12114
12115         * FontLoader.h:
12116         * FontLoader.C: moved into frontends for GUIIzation
12117
12118         * Makefile.am:
12119         * lyx_gui.C:
12120         * lyxfont.C:
12121         * lyxfunc.C: changes from above
12122
12123 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12124
12125         * LColor.C: remove spurious X include
12126
12127         * BufferView_pimpl.C:
12128         * Makefile.am:
12129         * font.h:
12130         * font.C:
12131         * text.C:
12132         * text2.C: move font metrics to frontends/
12133
12134 2002-05-24  Juergen Vigna  <jug@sad.it>
12135
12136         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12137         setting the undo_cursor.
12138
12139         * ParagraphParameters.h: include local includes first.
12140
12141 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12142
12143         * BufferView_pimpl.C:
12144         * BufferView_pimpl.h:
12145         * Makefile.am:
12146         * WorkArea.h:
12147         * WorkArea.C:
12148         * screen.C: move WorkArea into frontends/
12149
12150         * lyxscreen.h:
12151         * screen.C:
12152         * text.C:
12153         * BufferView.C:
12154         * BufferView2.C: move LyXScreen into frontends/
12155
12156         * lyxlookup.h:
12157         * lyxlookup.C:
12158         * lyx_gui.C: move lyxlookup into frontends/xforms/
12159
12160 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12161
12162         * BufferView2.C:
12163         * BufferView_pimpl.C:
12164         * FontLoader.C:
12165         * LyXView.h:
12166         * LyXView.C:
12167         * Makefile.am:
12168         * WorkArea.C:
12169         * XFormsView.h:
12170         * XFormsView.C:
12171         * buffer.C:
12172         * bufferlist.C:
12173         * bufferview_funcs.C:
12174         * converter.C:
12175         * importer.C:
12176         * lyx_cb.C:
12177         * lyx_gui.C:
12178         * lyx_main.C:
12179         * lyx_find.C:
12180         * lyxfunc.C:
12181         * lyxvc.C:
12182         * minibuffer.C:
12183         * text.C:
12184         * text2.C:
12185         * trans.C:
12186         * vc-backend.C: move LyX/XFormsView into frontends/
12187
12188 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12189
12190         * Makefile.am:
12191         * PainterBase.C:
12192         * PainterBase.h:
12193         * Painter.C:
12194         * Painter.h:
12195         * WorkArea.C:
12196         * WorkArea.h:
12197         * screen.C:
12198         * tabular.C:
12199         * text.C:
12200         * text2.C: move Painter to frontends/
12201
12202 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12203
12204         * buffer.C: comment out some some code that depend upon lyx_format
12205         < 220
12206
12207         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12208         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12209
12210         * buffer.h (NO_COMPABILITY): turn off compability
12211
12212         * ColorHandler.C: include scoped_array.hpp
12213
12214         * font.C: Use more specific smart_ptr header.
12215         * Painter.C: ditto
12216         * gettext.C: ditto
12217         * ShareContainer.h: ditto
12218         * lyx_main.h: ditto
12219         * kbmap.h: ditto
12220         * FontInfo.h: ditto
12221         * BufferView_pimpl.h: ditto
12222         * ColorHandler.h: ditto
12223
12224         * kbmap.C (defkey): change call to shared_ptr::reset
12225
12226 2002-05-21  Juergen Vigna  <jug@sad.it>
12227
12228         * buffer.C (insertErtContents): fix to insert ert asis if it is
12229         non empty. Skip it completely if it contains only whitespaces.
12230
12231 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12232
12233         * BufferView_pimpl.C:
12234         * BufferView2.C: clear selection on paste (bug 393)
12235
12236 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12237
12238         * DepTable.C: include ctime
12239
12240 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12241
12242         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12243
12244 2002-05-14  Juergen Vigna  <jug@sad.it>
12245
12246         * text.C (breakParagraph): fixed function to honor the keepempty
12247         layout in the right maner and also to permit the right breaking
12248         algorithm on empty or non empyt keepempty paragraphs.
12249
12250         * paragraph.C (breakParagraph): we have to check also if the par
12251         is really empty (!size()) for isempty otherwise we do the wrong
12252         paragraph break.
12253
12254 2002-05-10  Juergen Vigna  <jug@sad.it>
12255
12256         * buffer.[Ch] : The following are only changes to the ert
12257         compatibility read reading old LaTeX layout and font stuff and
12258         convert it to ERTInsets.
12259
12260         * buffer.h: added isErtInset().
12261
12262         * buffer.C (struct ErtComp): add a fromlayout bool to check
12263         if we're inside a LaTeX layout.
12264         (isErtInset): new helper function.
12265         (insertErtContents): look for other ert insets before this one
12266         and insert the contents there, so that we don't have subsequent
12267         ERT insets with nothing between them. This way we create only one
12268         inset with multiple paragraphs. Also check if we don't insert only
12269         spaces ' ' as they are ignored anyway afterwards in the .tex file
12270         so if we have only spaces we will ignore this latex part in the
12271         new file.
12272         (parseSingleLyXformat2Token \\layout): better compatibility when
12273         reading layout-latex stuff.
12274         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12275         language tag.
12276         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12277         stuff after reading the inset only get the information back from
12278         the stack.
12279
12280 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12281
12282         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12283
12284         * LaTeXFeatures.C (getBabelOptions): New method.
12285
12286 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12287
12288         * BufferView_pimpl.C (Dispatch): work around missing argument for
12289         'layout'
12290
12291 2002-05-08  Juergen Vigna  <jug@sad.it>
12292
12293         * text.C (leftMargin): handle paragraph leftindent.
12294
12295         * paragraph.C (writeFile): write the new \\leftindent tag.
12296         (validate): handle leftindent code.
12297         (TeXEnvironment): handle paragraphleftindent code again.
12298
12299         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12300
12301         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12302         for paragrap_extra indent code and new token \\leftindent.
12303         (latexParagraphs): handle the leftindent as environment.
12304
12305         * ParameterStruct.h: added leftindent support.
12306
12307         * ParagraphParameters.C (leftIndent): added support functions for
12308         the paragraph left indent.
12309
12310         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12311         more appropriate.
12312
12313 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12314
12315         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12316         inside insetERT.
12317
12318         * text.C (computeBidiTables): No bidi in insetERT.
12319
12320         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12321         in RTL documents.
12322
12323 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12324
12325         * version.C.in: pre 5
12326
12327 2002-05-02  José Matos  <jamatos@fep.up.pt>
12328         * buffer.C (makeDocBookFile): white space changes, add newline to
12329         command styles.
12330         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12331
12332         * tabular.C (docBook): fix typo.
12333
12334 2002-05-03  Juergen Vigna  <jug@sad.it>
12335
12336         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12337         change in LyXText as we can not be sure it was not freed.
12338         (drawOneRow): remove unused code.
12339
12340         * text.C (drawInset): redo the calculation of the need_break_row as
12341         it could have a row which was already freed.
12342         (draw): look at the return value of drawInset and return false if
12343         it also returned false.
12344         (paintRowText): look at the return value of draw and return false if
12345         it also returned false.
12346
12347         * lyxtext.h: added bool return type to drawInset() and draw() so that
12348         if we have a change in the row so that the rowbreak has to be redone
12349         we abort drawing as it will be called again.
12350
12351 2002-05-02  Juergen Vigna  <jug@sad.it>
12352
12353         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12354         a change in the maintext also if we're inside an inset.
12355         (Dispatch): set the cursor again after a break line and after the
12356         screen has been updated as it could be we're in a different row.
12357
12358         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12359         to set the cursor behind the pargraph with > size().
12360         (setCursor): check also for the same paragraph when checking where
12361         to put the cursor if we have a NFR inset.
12362
12363         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12364         parts of layout read further up as it still was in the wrong
12365         position.
12366
12367 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12368
12369         * screen.C (drawFromTo): change sine fullRebreak always return
12370         true.
12371
12372         * buffer.C (parseSingleLyXformat2Token): reindent some
12373
12374         * BufferView_pimpl.C (update): change since fullRebreak always
12375         return true.
12376         (Dispatch): git rid of the last hardcoded "Standard"s.
12377
12378 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12379
12380         * text2.[Ch] (fullRebreak): make it return void now that we always
12381         returned true.
12382
12383 2002-04-30  Juergen Vigna  <jug@sad.it>
12384
12385         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12386         ert compatibility check for "latex" layout.
12387
12388 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12389
12390         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12391         minipages: use col% instead of p%, and also use the current font.
12392         (makeLaTeXFile): Fix use babel condition.
12393         (parseSingleLyXformat2Token): Correct font when reading old floats.
12394
12395 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12396
12397         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12398         inserting list of floats.
12399
12400 2002-04-25  Herbert Voss  <voss@lyx.org>
12401
12402         * MenuBackend.C (expand): don't add the graphics extensions to the
12403         export menu
12404
12405 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12406
12407         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12408         non-existing layout, do not complain if it was the default layout
12409         of the original class (bug #342)
12410
12411 2002-04-24  Juergen Vigna  <jug@sad.it>
12412
12413         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12414         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12415
12416 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12417
12418         * buffer.C (getBibkeyList): If using \bibliography, return the
12419         option field with the reference itself. Enables us to provide natbib
12420         support when using \bibliography.
12421
12422 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12423
12424         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12425
12426         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12427         natbib is provided by the LaTeX class.
12428
12429 2002-04-23  Juergen Vigna  <jug@sad.it>
12430
12431         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12432         Wakeup functions.
12433
12434         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12435
12436 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12437
12438         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12439
12440         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12441         ensuremath around textordmasculine, textordfeminine and
12442         textdegree.
12443
12444 2002-04-19  Juergen Vigna  <jug@sad.it>
12445
12446         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12447         reinitializing the buffer otherwise row-dimensions may be wrong.
12448         (update): reset also the selection cursors if they do exits otherwise
12449         their x/y positions may be wrong.
12450
12451         * text2.C (cursorDown): don't enter the inset if we came from a row
12452         above and are one row over the inset.
12453
12454         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12455         really leaving an inset.
12456
12457 2002-04-18  Juergen Vigna  <jug@sad.it>
12458
12459         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12460         of the selected paragraph does not have the selected layout also if
12461         the last one had!
12462
12463         * text2.C (setLayout): fixed bug which did not change last selected
12464         paragraph.
12465
12466         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12467         changed the read and substituted \\end_float with \\end_inset!
12468
12469         * BufferView_pimpl.C (cursorPrevious):
12470         (cursorNext): fixed to make it work with rows heigher than the work
12471         area without moving the cursor only the draw of the row.
12472         (workAreaMotionNotify): fix jumping over high rows.
12473
12474 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12475
12476         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12477         Ressler.
12478
12479 2002-04-16  Juergen Vigna  <jug@sad.it>
12480
12481         * text2.C (setCursor): set also the irow().
12482         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12483         (cursorUp):
12484         (cursorDown): support for locking an inset if the x_fix value goes
12485         inside it. That way I can transverse insets too with cursor up/down.
12486
12487         * lyxrow.h: added irow helper function same as other (i) functions.
12488
12489         * BufferView_pimpl.C (cursorPrevious):
12490         (cursorNext): fixed for insets!
12491
12492 2002-04-15  Juergen Vigna  <jug@sad.it>
12493
12494         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12495         position otherwise it is wrong in some cases.
12496
12497         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12498         inside the inset before the call.
12499
12500 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12501
12502         * buffer.[Ch] (getBibkeyList): make it const.
12503
12504 2002-04-12  Juergen Vigna  <jug@sad.it>
12505
12506         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12507
12508         * text2.C (getCursorX): new helper function
12509         (setCursor): compute also ix_
12510         (setCursorFromCoordinates): set also ix.
12511
12512         * lyxcursor.h: added ix_ and helper functions.
12513
12514         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12515
12516         * buffer.C (insertStringAsLines): dont break paragraph if the this
12517         paragraph is inside an inset which does not permit it!
12518
12519         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12520         also with no chars on this paragraph.
12521         (paintRowText): only paint stuff if it's inside the workarea!
12522
12523         * paragraph.C (breakParagraph): honor keepempty flag and break the
12524         paragraph always below not above.
12525
12526         * BufferView2.C (unlockInset): update the paragraph layout on inset
12527         unlock as we changed paragraph in such a case.
12528
12529         * lyxfind.C (LyXFind): clear the former selection if not found!
12530
12531         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12532         again called in insertChar().
12533
12534         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12535         an inset which uses the whole row!
12536         (rightMargin): ditto.
12537         (insertChar): force a rebreak if we inserted an inset!
12538
12539 2002-03-28  Herbert Voss  <voss@lyx.org>
12540
12541         * lyxlength.[Ch]: add inBP() to get the right PS-point
12542         units (BigPoint). With inPixels we have rounding errors
12543
12544 2002-04-11  Juergen Vigna  <jug@sad.it>
12545
12546         * text2.C (setCursorFromCoordinates): set iy to the right value.
12547         (setCursor): add check if row->previous exists!
12548
12549         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12550         an old float_type as this was the case in the old code!
12551
12552         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12553
12554         * BufferView2.C (showLockedInsetCursor): use iy
12555         (fitLockedInsetCursor): ditto
12556
12557         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12558         locked insets as there we have the right value now.
12559
12560         * lyxcursor.C: added iy_ variable and iy functions to set to the
12561         baseline of cursor-y of the locked inset.
12562
12563         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12564         (setCursor): fixed for insets which need a full row.
12565
12566         * text.C (rowLastPrintable): don't ignore the last space when before
12567         an inset which needs a full row.
12568         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12569         as last character of a row when before a inset which needs a full row.
12570
12571 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12572
12573         * version.C.in: update date
12574
12575         * text2.C (fullRebreak): try to always return true and see what
12576         happens...
12577
12578 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12579
12580         * MenuBackend.C (expand): use Floating::listName
12581
12582         * FloatList.C (FloatList): add listName argument to the built-in
12583         floats
12584
12585         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12586         text associated with the float.
12587
12588 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12589
12590         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12591
12592 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12593
12594         * ShareContainer.h: add a couple of missing typenames.
12595
12596 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12597
12598         * lyxrc.C (getDescription): use _() correctly rather than N_().
12599
12600 2002-03-28  Herbert Voss  <voss@lyx.org>
12601
12602         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12603         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12604
12605 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12606
12607         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12608         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12609
12610 2002-03-29  Juergen Vigna  <jug@sad.it>
12611
12612         * lyxfunc.C (dispatch): add a missing fitCursor call.
12613
12614         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12615         it was scrolled by a cursor move, so return the bool status.
12616
12617         * BufferView.C (fitCursor): return the bool flag also to the outside
12618         world as this is needed.
12619
12620         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12621
12622         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12623         call the edit() as it is not needed (and wrong) IMO.
12624         (workAreaButtonPress): set the screen_first variable before evt.
12625         unlock the inset as this may change screen_first and then we have
12626         a wrong y position for the click!
12627
12628 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12629
12630         * MenuBackend.C (expand): another translation that I missed
12631
12632 2002-03-28  Juergen Vigna  <jug@sad.it>
12633
12634         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12635
12636         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12637
12638 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12639
12640         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12641
12642         * MenuBackend.C (expand): fix export/view/update when there is no
12643         document open.
12644
12645 2002-03-27  Herbert Voss  <voss@lyx.org>
12646
12647         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12648         and text%
12649
12650 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12651
12652         * bufferview_funcs.C (currentState): only show paragraph number
12653         for is DEVEL_VERSION is set.
12654
12655         * lyxfunc.C (dispatch): put warning in INFO channel
12656
12657         * MenuBackend.C (expand): translate the name of floats
12658
12659         * FloatList.C (FloatList): mark the float names for translation
12660
12661         * converter.C (convert): use LibScriptSearch
12662
12663 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12664
12665         * MenuBackend.C (defaults): fix default menu (we might as well get
12666         rid of it...)
12667
12668 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12669
12670         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12671         directory.
12672
12673 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12674
12675         * lyxvc.C: reorder includes.
12676
12677 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12678
12679         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12680           properly
12681
12682 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12683
12684         * CutAndPaste.C: change layouts earlier on paste
12685           to avoid crashing when calling getFont()
12686
12687 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12688
12689         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12690         irritating #error.
12691
12692 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12693
12694         * WorkArea.C: remove 'Pending' debug message.
12695
12696         * most files: ws cleanup
12697
12698         * buffer.[Ch]: ws changes
12699
12700         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12701
12702 2002-03-21  Juergen Vigna  <jug@sad.it>
12703
12704         * tabular.C (SetMultiColumn): collapse also the contents of the
12705         cells and set the last border right. Added a Buffer const * param.
12706
12707 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12708
12709         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12710         linking or not.
12711
12712 2002-03-19  Juergen Vigna  <jug@sad.it>
12713
12714         * text2.C (clearSelection): reset also xsel_cache.
12715
12716         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12717         where it needs to be called (John tells us to do so too :)
12718         (selectionLost): reset sel_cache.
12719
12720         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12721
12722 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12723
12724         * text2.C (setCursorIntern): put debuging code in INSETS channel
12725
12726 2002-03-19  André Pönitz <poenitz@gmx.net>
12727
12728         * lyxfunc.C: tiny whitespace change
12729
12730 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12731
12732         * ToolbarDefaults.C (init):
12733         * LyXAction.C (init):
12734         * commandtags.h:
12735         * BufferView_pimpl.C (Dispatch):
12736         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12737
12738 2002-03-19  Allan Rae  <rae@lyx.org>
12739
12740         * exporter.C (Export): removeAutoInsets before doing anything else.
12741         While I've just introduced a dependency on BufferView this really is
12742         the best place to clean the buffer otherwise you need to cleanup in
12743         a dozen places before calling export or cleanup in a dozen functions
12744         that export calls.
12745
12746         * converter.C (runLaTeX):
12747         (scanLog): Better handling of removeAutoInsets and screen updates.
12748
12749         * lyxfunc.C (dispatch): small whitespace changes
12750
12751 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12752
12753         * WorkArea.C (C_WorkAreaEvent): return a value.
12754         (event_cb): return 1 if we handled the event, 0 otherwise.
12755
12756         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12757
12758 2002-03-18  Juergen Vigna  <jug@sad.it>
12759
12760         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12761         (GetAdditionalWidth): ditto.
12762         (RightLine): ditto.
12763         (LeftLine): ditto.
12764
12765         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12766         inset if we're there actually (probably not used right now but this
12767         is the direction to go for unifying code).
12768         (paste): disable code to clear the selection.
12769
12770         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12771         inside an InsetText and move the check further up as it is in the
12772         wrong place.
12773
12774         * text2.C (pasteSelection): set a selection over the pasted text.
12775
12776 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12777
12778         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12779         and libgraphics to build on Cygwin.
12780
12781 2002-03-15  Juergen Vigna  <jug@sad.it>
12782
12783         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12784         inserting an Inset into the paragraph. I know this is not the best
12785         fix but we already use current_view in CutAndPaste so we will remove
12786         all of it's using at the same time.
12787
12788         * buffer.C (sgmlError): deactivated function till it is rewritten in
12789         the right mode, now it can create problems.
12790
12791         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12792         before accessing it.
12793
12794 2002-03-14  Juergen Vigna  <jug@sad.it>
12795
12796         * undo_funcs.C (textHandleUndo): do the right thing when updating
12797         the inset after the undo/redo.
12798
12799         * text2.C (setCursor): just some testcode for #44 not ready yet.
12800
12801         * undo_funcs.C (textHandleUndo): set the next() and previous()
12802         pointers of the paragraph to 0 before deleting otherwise we have
12803         problems with the Paragraph::[destructor].
12804
12805         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12806         on a paragraph insertion.
12807
12808 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12809
12810         * buffer.C (asciiParagraph): use += operator for char append to
12811         string.
12812
12813         * paragraph.C (getFontSettings): compare >= not just >
12814         (highestFontInRange): ditto
12815         (setFont): ditto
12816
12817 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12818
12819         * paragraph.C: change several algorithm to be more appripriate for
12820         the problem domain. This is lookip in FontList and in the InsetList.
12821
12822 2002-03-13  André Pönitz <poenitz@gmx.net>
12823
12824         * commandtags.h:
12825         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12826
12827 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12828
12829         * commandtags.h:
12830         * LyXAction.C:
12831         * lyxfunc.C:
12832         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12833
12834 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12835
12836         * Painter.C (display): anon helper function, adjust code for this
12837         change.
12838         (pixmap): remove function.
12839
12840         * Painter.h: remove private display variable.
12841
12842         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12843
12844 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12845
12846         * WorkArea.[Ch]: remove figinset_canvas cruft.
12847
12848 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12849
12850         * lyxtextclass.C (operator): add one item cache optimization.
12851
12852         * bufferlist.h: doxy changes
12853
12854         * bufferlist.C: ws changes
12855
12856         * DepTable.[Ch] (ext_exist): place const in the right spot.
12857
12858         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12859         call resizeInsets.
12860         (workAreaExpose): call resizeInsets when the with BufferView changes.
12861         (Dispatch): adjust for protectedBlank removal
12862         (specialChar): call updateInset if the insert went ok.
12863
12864         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12865         specialChar instead.
12866
12867         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12868
12869         * BufferView.h: doxy change
12870
12871         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12872
12873         * lyxtextclass.C (operator[]): remove non-const version
12874         (defaultLayout): remove non-const version
12875
12876 2002-03-12  Juergen Vigna  <jug@sad.it>
12877
12878         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12879         did resize the LyXText too.
12880
12881         * buffer.C (readLyXformat2): set layout information on newly allocated
12882         paragraphs.
12883
12884         * tabular.C (OldFormatRead): set layout information on the paragraph.
12885
12886 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12887
12888         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12889
12890 2002-03-11  Juergen Vigna  <jug@sad.it>
12891
12892         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12893         plainly wrong.
12894         (resizeCurrentBuffer): force also the insets to resize themselfes.
12895         (moveCursorUpdate): fixed up for InsetText.
12896
12897 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12898
12899         * commandtags.h:
12900         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12901         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12902         value of Dialogs::tooltipsEnabled().
12903         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12904
12905 2002-03-08  Juergen Vigna  <jug@sad.it>
12906
12907         * BufferView_pimpl.C (updateInset): update inset inside inset also
12908         if it isn't inside theLockingInset().
12909
12910 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12911
12912         * buffer.C (asciiParagraph): redo some of the word and line length
12913         handling.
12914         (getLists): look for Caption instead of caption.
12915
12916 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12917
12918         * buffer.C (Buffer): initialize niceFile to true
12919         (makeLaTeXFile):
12920         (makeLinuxDocFile):
12921         (makeDocBookFile): make sure niceFile is true on exit
12922
12923 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12924
12925         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12926
12927 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12928
12929         * LyXSendto.C: remove.
12930         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12931         * lyx_gui.C: remove now-redundant comment.
12932         * ColorHandler.h: remove forward declaration of class WorkArea.
12933         * lyxfunc.C: remove #include "WorkArea.h".
12934
12935 2002-03-07  Juergen Vigna  <jug@sad.it>
12936
12937         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12938         got moved away with the DEPM and also set the inset_owner always
12939         right which before could have been omitted.
12940
12941 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12942
12943         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12944         wanted layout is not found.
12945
12946 2002-03-07  Juergen Vigna  <jug@sad.it>
12947
12948         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12949
12950 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12951
12952         * paragraph.C (breakParagraph): use default layout not layout of
12953         prev paragraph.
12954         (Paragraph): clear ParagraphParameters.
12955
12956 2002-03-06  Juergen Vigna  <jug@sad.it>
12957
12958         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12959         otherwise it would not be a valid lenght. Fixed a special case in
12960         the minipage compatibility read where we end the document with a
12961         minipage.
12962
12963         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12964         was set as it could be 0 for InsetTexts first entry.
12965
12966 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12967
12968         * paragraph.C (writeFile): if layout is empty write out
12969         defaultLayoutName().
12970
12971         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12972         file without named layout we set layout to defaultLayoutName().
12973
12974 2002-03-06  Juergen Vigna  <jug@sad.it>
12975
12976         * CutAndPaste.C (copySelection): set layout for new paragraph.
12977
12978         * text.C (prepareToPrint): leave ERT inset left aligned
12979         (leftMargin): don't indent paragraphs inside ERT insets
12980
12981 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12982
12983         * paragraph.C (breakParagraph): dont call clear do the work manually
12984
12985         * paragraph.[Ch] (clear): remove function
12986
12987 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12988
12989         * paragraph.C (Paragraph): dont call clear, the work has already
12990         been done.
12991
12992         * lyxtextclass.C (operator): assert if n is empty
12993
12994         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12995         work manually instead.
12996
12997 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12998
12999         * BufferView_pimpl.C: protect selectionLost against text == 0
13000
13001 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13002
13003         * text.C (breakParagraph): fix a setting layout to '0' problem.
13004
13005 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13006
13007         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13008         final location of file, for the included files, and graphics.
13009
13010 2002-03-05  Juergen Vigna  <jug@sad.it>
13011
13012         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13013
13014 2002-03-04  Juergen Vigna  <jug@sad.it>
13015
13016         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13017
13018         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13019         last column of multicolumn cells.
13020         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13021
13022 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13023
13024         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13025         file if it doesn't go to a temporary file.
13026
13027         * buffer.C (sgmlOpenTag):
13028         (sgmlCloseTag):  remove extra newline insertion.
13029
13030 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13031
13032         * text.C (getRowNearY): comment out debug msg
13033
13034 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13035
13036         * text2.C: first -> first_y
13037
13038         * text.C (getRowNearY): add some attemts at a possible
13039         optimization, not working.
13040
13041         * tabular.[Ch]: add BufferParams to several function so that newly
13042         created paragraph can be initialized to he default layotu for the
13043         buffers textclass.
13044
13045         * tabular-old.C (ReadOld): add buf->params to call of Init
13046
13047         * screen.C: rename text->first to text->first_y
13048
13049         * paragraph.C (breakParagraph): always set layout in the broken
13050         paragraph
13051
13052         * lyxtextclass.C (Read): remove lowercase
13053         (hasLayout): ditto
13054         (operator): ditto
13055         (delete_layout): ditto
13056
13057         * lyxtext.h: rename first -> first_y
13058
13059         * lyxlayout.C (Read): remove lowercase
13060         (name): ditto
13061         (setName): ditto
13062         (obsoleted_by): ditto
13063
13064         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13065
13066         * buffer.C (insertErtContents): add params are to InsetERT
13067         (parseSingleLyXformat2Token): add code to check if a paragraphs
13068         layout really exist.
13069         (parseSingleLyXformat2Token): add params to several inset
13070         constructors
13071         (asciiParagraph): remove lowercase, do the layout comparisons with
13072         no_case
13073
13074         * BufferView_pimpl.C (cursorNext): first -> first_y
13075         (resizeCurrentBuffer): first -> first_y
13076         (updateScrollbar): first -> first_y
13077         (scrollCB): first -> first_y
13078         (workAreaMotionNotify): first -> first_y
13079         (workAreaButtonPress): first -> first_y
13080         (checkInsetHit): first -> first_y
13081         (cursorPrevious): first -> first_y
13082         (cursorNext): first -> first_y
13083         (Dispatch): add buffer_->params to severl inset contructors
13084
13085 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13086
13087         * lyxlayout.C (Read): remove some debug info that I forgot.
13088
13089         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13090         clean up the code slightly.
13091         (makeLinuxDocFile): ditto
13092         (makeDocBookFile): ditto
13093
13094         * text2.C: layout as string
13095
13096         * text.C: layout as string
13097
13098         * paragraph_pimpl.C: layout as string
13099
13100         * paragraph.[Ch]: layout as string
13101
13102         * lyxtextclasslist.[Ch]: layout as string
13103
13104         * lyxtextclass.[Ch]: layout as string
13105
13106         * lyxtext.h: layout as string
13107
13108         * lyxlayout.[Ch]: layout as string
13109
13110         * lyx_cb.C: layout as string
13111
13112         * bufferview_funcs.C: layout as string
13113
13114         * bufferparams.C: layout as string
13115
13116         * buffer.C: layout as string
13117
13118         * LyXView.[Ch]: layout as string
13119
13120         * LaTeXFeatures.[Ch]: layout as string
13121
13122         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13123
13124         * BufferView_pimpl.C: change current_layout to string, remove
13125         lyx::layout_type.
13126         (Dispatch):
13127         (smartQuote):
13128         (insertInset):
13129         (workAreaButtonRelease): layout as string
13130
13131         * BufferView2.C (unlockInset): adjust
13132
13133         * vspace.C (asLatexCommand): use an explict temp variable.
13134
13135 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13136
13137         * Makefile.am: use FRONTEND_*
13138
13139 2002-03-01  Juergen Vigna  <jug@sad.it>
13140
13141         * tabular.C (SetWidthOfMulticolCell): changed to something better
13142         I hope but still work in progress.
13143         (recalculateMulticolumnsOfColumn): renamed function from
13144         recalculateMulticolCells as it is more appropriate now.
13145         (SetWidthOfCell): calculate multicols better.
13146
13147 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13148
13149         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13150
13151         * lyxfunc.C (processKeySym): print sequence also if it is
13152         `deleted' (complete)
13153
13154         * kbsequence.C (print): print sequence even if it is deleted
13155         (complete would be a better word, actually).
13156
13157         * lyxfunc.C (dispatch): print complete options after a prefix key
13158
13159         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13160
13161 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13162
13163         * text2.C (setCharFont): eliminate setCharFont code duplication.
13164
13165 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13166
13167         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13168         LFUN_TABULAR_FEATURE (bug #177)
13169
13170 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13171
13172         * Makefile.am: remove figure.h
13173
13174 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13175
13176         * Bufferview_pimpl.C:
13177         * CutAndPasteC:
13178         * LaTeX.C:
13179         * LyXSendto.C:
13180         * buffer.C:
13181         * bufferlist.C:
13182         * converter.C:
13183         * language.C:
13184         * lyxfunc.C:
13185         * lyxvc.C:
13186         * paragraph.C:
13187         * text.C:
13188         * text2.C: remove #include "lyx_gui_misc.h".
13189
13190         * LaTeX.C: added #include <cstdio>
13191
13192 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13193
13194         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13195         that the paragraph following this one can have.
13196
13197         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13198
13199         * vspace.C (asLatexCommand): fix bogus gcc warning
13200
13201         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13202
13203 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13204
13205         * text2.C (setLayout): get rid of redundant code
13206
13207 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13208
13209         * text2.C (incDepth): make sure depth cannot be increased beyond
13210         reasonable values.
13211
13212 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13213
13214         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13215         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13216
13217         * PainterBase.h (image):
13218         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13219         a LyXImage const *.
13220
13221 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13222
13223         * BufferView.C:
13224         * BufferView.h:
13225         * BufferView_pimpl.C:
13226         * BufferView_pimpl.h:
13227         * LaTeXFeatures.C:
13228         * LyXAction.C:
13229         * LyXView.C:
13230         * Makefile.am:
13231         * UpdateList.h:
13232         * UpdateList.C:
13233         * buffer.C:
13234         * figure.h:
13235         * figureForm.C:
13236         * figureForm.h:
13237         * figure_form.C:
13238         * figure_form.h:
13239         * lyx_cb.C:
13240         * lyx_gui.C:
13241         * lyx_gui_misc.C:
13242         * lyxfunc.C:
13243         * sp_base.h:
13244         * sp_ispell.h:
13245         * sp_pspell.h:
13246         * sp_spell.C: remove fig inset, and the crap house of
13247           cards that follows it
13248
13249 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13250
13251         * Makefile.am:
13252         * lyxserver.C:
13253         * os2_defines.h:
13254         * os2_errortable.h:
13255         * nt_defines.h: move .h into support/
13256
13257         * vms_defines.h: remove
13258
13259         * WorkArea.C: add space in debug output
13260
13261         * text2.C:
13262         * paragraph.C:
13263         * buffer.C: add WITH_WARNINGS
13264
13265         * vc-backend.h:
13266         * vc-backend.C:
13267         * bufferlist.C: s/retrive/retrieve/, add docs
13268
13269         * vspace.h:
13270         * vspace.C:
13271         * kbmap.h:
13272         * lyxlength.h:
13273         * lyxgluelength.h:
13274         * length_common.h:
13275         * chset.h:
13276         * chset.C: add docs
13277
13278         * lyxgui.C: add ID to X error handler
13279
13280         * lyxtestclass.c: fix typo
13281
13282 2002-02-26  Juergen Vigna  <jug@sad.it>
13283
13284         * tabular_funcs.C (write_attribute): changed so that some default
13285         attributes are not written at all.
13286         (getTokenValue): set default values before trying to read the
13287         value so we have the return value always set as default if we don't
13288         find the token we search for.
13289
13290         * tabular.C (Write): write bools as bools not as strings!
13291
13292 2002-02-22  Juergen Vigna  <jug@sad.it>
13293
13294         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13295         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13296
13297         * text.C (leftMargin): don't add an indent for paragraphs inside
13298         tabular cells (fix #208).
13299
13300 2002-02-21  José Matos  <jamatos@fep.up.pt>
13301
13302         * tabular.C (docBook): fixed support for long tables.
13303
13304 2002-02-20  Juergen Vigna  <jug@sad.it>
13305
13306         * text2.C (getFont): get the drawing font of the Inset if this
13307         paragraph is inside an inset (only important for InsetERT for now).
13308
13309         * buffer.C (insertErtContents): use new lanugage params in ERT
13310         constructor.
13311
13312         * CutAndPaste.C: commenting out seemingly uneeded code.
13313
13314 2002-02-19  Allan Rae  <rae@lyx.org>
13315
13316         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13317         Iterators might be simple to use but they also get invalidated.
13318         (removeAutoInsets): renamed saved cursor tracking variables and added
13319         some comments to clarify what everything does.
13320
13321 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13322
13323         * Chktex.C:
13324         * LaTeX.C:
13325         * LyXSendto.C:
13326         * converter.C:
13327         * lyx_cb.C:
13328         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13329         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13330
13331         * lyxfunc.C:
13332         * vc-backend.h: remove #include "support/syscall.h"
13333
13334         * LaTeX.C:
13335         * LyXSendto.C:
13336         * converter.C: rearrange #includes in Lars' approved fashion.
13337
13338         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13339         forward declare class Timeout in the header file.
13340
13341         * XFormsView.C: changes due to the above.
13342
13343         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13344         similar to LyXView.
13345
13346         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13347         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13348
13349 2002-02-18  José Matos  <jamatos@fep.up.pt>
13350
13351         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13352         insets contents.
13353
13354 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13355
13356         * a lot of small ws changes
13357         * add a lot of using std::XXX
13358         * use std construcs some places where approp.
13359         * use some exisint stuff from lyxfunctional where approp.
13360         * Make file changes to use partial linking (lets test this now...)
13361
13362 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13363
13364         * Chktex.C:
13365         * buffer.C:
13366         remove #include "support/syscontr.h" as it's redundant. Always has been.
13367
13368         * Chktex.C:
13369         * LaTeX.C:
13370         * LyXSendto.C:
13371         * converter.C:
13372         * lyx_cb.C:
13373         * vc-backend.C:
13374         change Systemcalls::System to Systemcalls::Wait and
13375         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13376         No change of functionality, just reflects the stripped down Systemcalls
13377         class.
13378
13379 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13380
13381         * debug.[Ch]: add a GRAPHICS type to the enum.
13382
13383 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13384
13385         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13386
13387         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13388         there is an inset.
13389
13390 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13391
13392         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13393         match the changes below.
13394
13395         * text2.C (toggleInset): if there is not editable inset at cursor
13396         position, try to see if cursor is _inside_ a collapsable inset
13397         and close it.
13398
13399 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13400
13401         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13402         document menu has a nice checkbox
13403
13404 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13405
13406         * lyxlength.C (asLatexString): change PW to output as percent of
13407         \textwidth.
13408
13409         * lengthcommon.C: change '%' to 't%'
13410
13411         * lyxfunc.C (dispatch): a few comments from Martin
13412
13413 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13414
13415         * WorkArea.h:
13416         * WorkArea.C:
13417         * BufferView_pimpl.h:
13418         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13419           the X selection.
13420
13421 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13422
13423         * vspace.C (inPixels): fix compiler warning
13424
13425 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13426
13427         * lyxfunc.C (getStatus): fix status message for disabled commands.
13428
13429 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13430
13431         * BufferView_pimpl.C: fix crash on close buffer
13432         during selection (#227)
13433
13434 2002-01-27  Herbert Voss  <voss@lyx.org>
13435
13436         * buffer.C: link old Figure to new graphic inset
13437
13438 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13439
13440         * FontLoader.C (getFontinfo): Change the latex font names in order
13441         to match the names of type1inst.
13442
13443 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13444
13445         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13446
13447         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13448         (extchanged): ditto
13449         (ext_exist): ditto
13450         (remove_files_with_extension): ditto
13451         (remove_file): ditto
13452         (write): ditto
13453
13454         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13455         document is smaller than the work area height. Do not initialize
13456         static variables to 0.
13457
13458 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13459
13460         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13461
13462         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13463         LFUN_LAYOUT_PARAGRAPHS.
13464
13465         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13466         tabular. It is possible to provide a possible cell, which will
13467         typically be the actcell from the corresponding insettabular
13468
13469         * lyxfunc.C (getStatus): small cleanup; disable
13470         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13471         true
13472
13473 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13474
13475         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13476
13477         * paragraph.C (startTeXParParams):
13478         (endTeXParParams): new methods. The LaTeX code to
13479         start/end paragraph formatting
13480         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13481         empty (fixes bug #200)
13482
13483         * vspace.C (inPixels): adapt to the change below
13484         (inPixels): [later] more cleanups (remove unused variables)
13485
13486         * lyxlength.C (inPixels): change to use a width and a height as
13487         parameter.
13488
13489 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13490
13491         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13492         Replaced with \paperwidth
13493
13494         * DepTable.C (insert): add std:: qualifier
13495
13496 2002-01-18  Allan Rae  <rae@lyx.org>
13497
13498         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13499         updated also?
13500
13501         * text.C (drawInset): Turned out I didn't know enough about how
13502         rebreaking worked.  This fixes most of the redraw problems.  I see
13503         an occasional cursor trail when a line is broken now and the cursor
13504         placement can seem out by a few pixels also after a rebreak.
13505
13506 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13507
13508         * buffer.C (parseSingleLyXformat2Token): update because minipage
13509         width is now a LyXLength
13510
13511         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13512
13513         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13514         math insets
13515
13516 2002-01-17  Juergen Vigna  <jug@sad.it>
13517
13518         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13519
13520         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13521         is set correctly and the inset is updated correctly.
13522
13523 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13524
13525         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13526         the beginning of the loop.
13527
13528 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13529
13530         * lyxrc.C: improve help for use_scalable_fonts
13531
13532 2002-01-17  Allan Rae  <rae@lyx.org>
13533
13534         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13535
13536 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13537
13538         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13539         make sure to set their inset_owner to the right value (bug #171)
13540
13541 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13542
13543         * DepTable.h
13544         * DepTable.C: Implement mtime checking to reduce time spent doing
13545         CRCs.
13546
13547 2002-01-16  Juergen Vigna  <jug@sad.it>
13548
13549         * tabular.C (GetAdditionalHeight): one of error fixed.
13550
13551         * lyxrc.C (output): small fix in writing use_pspell.
13552
13553 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13554
13555         * sp_base.h: #include LString.h
13556
13557 2002-01-16  Allan Rae  <rae@lyx.org>
13558
13559         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13560         Can someone check this please?
13561
13562         * text.C (drawInset): It was possible that p.row would be removed by
13563         breakAgainOneRow upsetting a few other settings.  There may be another
13564         small tweak possible by setting need_break_row = 0 when p.row has been
13565         removed but I don't know enough about the logic here.
13566
13567 2002-01-15  Allan Rae  <rae@lyx.org>
13568
13569         * text.C (insertChar): removed conditional truism.
13570
13571         * BufferView2.C (removeAutoInsets): More tweaks.
13572         cur_par_prev could be a stray pointer.  Check for trailing empty line
13573         in case last line was cur_par and only had an error inset on it.
13574
13575 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13576
13577         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13578         absolute
13579
13580         * vc-backend.C (most methods):
13581         * exporter.C (Export):
13582         * converter.C (convert):
13583         (runLaTeX):
13584         * LyXSendto.C (SendtoApplyCB):
13585         * lyxfunc.C (dispatch):
13586         (menuNew):
13587         (open):
13588         (doImport):
13589         * lyx_cb.C (AutoSave):
13590         (InsertAsciiFile):
13591         * BufferView_pimpl.C (MenuInsertLyXFile):
13592         * buffer.C (runChktex): use Buffer::filePath().
13593
13594         * buffer.h: rename filename to filename_; rename filepath to
13595         filepath_ and make it private
13596         (filePath): new method
13597
13598         * buffer.C (writeFile): use fileName()
13599         (getLatexName):
13600
13601         * lyx_main.C (init): fix starting  of LyX when the binary is a
13602         link from so,ewhere else.
13603
13604         * minibuffer.C: include <cctype> for isprint
13605
13606 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13607
13608         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13609         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13610         name clash with InsetCollapsable's width function.
13611
13612 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13613
13614         * lastfiles.C: include <iterator>
13615
13616 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13617
13618         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13619         std::count.
13620
13621         * buffer.C (makeLaTeXFile): ditto.
13622         Also make loop operation more transparent.
13623
13624 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13625
13626         * ToolbarDefaults.C: remove trailing comma closing namespace.
13627
13628         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13629
13630         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13631         as in WorkArea.
13632
13633         * trans.C (Load): comment out unused variable, allowed.
13634
13635 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13636
13637         * minibuffer.[Ch] (append_char): new method to recieve input from the
13638         drop-down completion browser. If a key was pressed, then recieve this
13639         char and append it to the existing string.
13640         (peek_event): modify the positioning data passed to the completion
13641         browser so that it can be placed above the minibuffer rather than below.
13642 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13643
13644         * LyXAction.C (init): alloe error-next for readonly documents.
13645
13646         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13647         count.
13648
13649 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13650
13651         * bufferlist.C (readFile): create the buffer _after_ checking that
13652         the file exists.
13653
13654         * lyxfunc.C (verboseDispatch): fix handling of arguments
13655
13656         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13657
13658         * lyxrc.C: use string::erase() instead of initializing to "".
13659
13660
13661 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13662
13663         * BufferView_pimpl.h:
13664         * BufferView_pimpl.C:
13665         * WorkArea.h:
13666         * WorkArea.C:
13667         * text2.C: tell X when we have made a selection for copying
13668
13669 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13670
13671         * BufferView_pimpl.C (MenuInsertLyXFile):
13672         * lyxfunc.C (menuNew):
13673         (open):
13674         (doImport): add shortcuts to directory buttons
13675
13676         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13677         open a float)
13678
13679         * lyxfunc.C (setStatusMessage):
13680         (getStatusMessage): new methods
13681         (getStatus):use setStatusMessage instead of setErrorMessage
13682         (dispatch): when function is disabled, set error message here
13683         [instead of in getStatus previously]
13684
13685         * BufferView_pimpl.C (workAreaButtonRelease): update
13686         toolbar/menubar here too.
13687
13688 2002-01-13  Allan Rae  <rae@lyx.org>
13689
13690         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13691         Now seems indestructible.  Remaining task is to audit all other
13692         code affected by deleteEmptyParagraphMechanism.  One small quirk
13693         left is that an empty document with an error in the preamble can
13694         be made to report an error but no error box appears.  I don't know
13695         where it goes.
13696         (removeAutoInsets): Improved comments.
13697
13698 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13699
13700         * Thesaurus.h:
13701         * Thesaurus.C: update for Aiksaurus 0.14
13702
13703 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13704
13705         * text2.C (firstParagraph): removed member function, all uses
13706         replaces with ownerParagraph
13707         (redoParagraphs): here
13708         (updateInset): here
13709         (toggleAppendix): here
13710         * BufferView2.C (insertErrors): here
13711         (setCursorFromRow): here
13712
13713 2002-01-13  Allan Rae  <rae@lyx.org>
13714
13715         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13716         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13717         There is still a way to segfault this although you may have to do this
13718         multiple times: Have an InsetERT with an unknown command in it.
13719         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13720         <down-arrow>, <Enter> again, View->DVI, BANG!
13721
13722         * text2.C (setCursor):
13723         (deleteEmptyParagraphMechanism):
13724         * lyxtext.h (setCursor):
13725         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13726         Making use of the return value may help fix other bugs.
13727
13728 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13729
13730         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13731
13732         * LyXView.C (updateMenubar): call MenuBar::update here
13733         (updateToolbar): but not here
13734         (showState): do not update toolbar/menubar
13735
13736         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13737         should need to care about that.
13738
13739         * lyxfunc.C (verboseDispatch): simplify a bit
13740         (getStatus): have a version which takes a pseudoaction, and
13741         another which requires a (kb_action,string).
13742
13743         * LyXAction.C (retrieveActionArg): make it work also when action
13744         is not a pseudo-action.
13745         (getActionName): simplify a bit
13746         (helpText):
13747
13748 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13749
13750         * lyxfunc.C (verboseDispatch): new families of methods with
13751         several ways to specify a command and a bool to indicate whether
13752         the command name and shortcut should be displayed in minibuffer
13753         (eventually, we could extend that to a finer bitmask like
13754         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13755         (dispatch): the pristine dispatch command which just, well,
13756         dispatchs! Note it still sets its result to minibuffer; I'm not
13757         sure we want that.
13758
13759         * lyxfunc.h: remove setHintMessage
13760
13761         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13762
13763 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13764
13765         * BufferView_pimpl.C (specialChar): delete new inset if we have
13766         not been able to insert it.
13767
13768         * kbmap.C: revert to using int instead of kb_action, since all we
13769         are dealing with is pseudo-actions.
13770
13771         * LyXAction.C (searchActionArg): change to return int instead of
13772         kb_action, since the result is a pseudoaction.
13773
13774 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13775
13776         * buffer.C (insertErtContents): Fix (partially) the font bug.
13777
13778 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13779
13780         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13781         as the other one is broken on my machine!
13782
13783 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13784
13785         * commandtags.h:
13786         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13787
13788 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13789
13790         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13791         reflect their actual use. Provide compatibility code for older lyxrc
13792         files.
13793
13794         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13795         FL_NORMAL_STYLE.
13796         change names of popup font variables in line with the changes to lyxrc.C
13797
13798 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13799
13800         * buffer.C (asciiParagraph): avoid outputing a word twice after
13801         an inset.
13802
13803         * lyxrc.C (getDescription): document that document_path and
13804         template_path can be empty.
13805
13806 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13807
13808         * LaTeXFeatures.C (getMacros):
13809         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13810
13811         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13812
13813         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13814         getPackages.
13815         (getPackages): rename feature "floats" to "float". Use an array to
13816         iterate over 'simple' features (i.e. just a \usepackage). Add
13817         handling of "amsmath" (renamed from "amsstyle").
13818
13819 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13820
13821         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13822         features list.
13823
13824 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13825
13826         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13827         FuncStaus::FuncStatus & FuncStaus::some_method().
13828
13829 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13830
13831         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13832         of the func_satus stuff. Edited and massaged in various ways by
13833         JMarc.
13834
13835         * lyxfunc.C (getStatus): use FuncStatus
13836
13837 2002-01-08  Juergen Vigna  <jug@sad.it>
13838
13839         * text.C (nextBreakPoint): use function Inset::isChar().
13840
13841         * paragraph.C (TeXOnePar): use function
13842         Inset::forceDefaultParagraphs.
13843
13844         * buffer.C (latexParagraphs): use function
13845         Inset::forceDefaultParagraphs.
13846
13847 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13848
13849         * lyx_gui.C (init): set the style of the menu popups to
13850         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13851
13852 2002-01-07  Juergen Vigna  <jug@sad.it>
13853
13854         * text.C (setHeightOfRow): small fix
13855         (prepareToPrint): don't look at alignment if we don't have the place
13856         for doing it.
13857
13858 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13859
13860         * box.C: New file. Move the Box methods and functions out of box.h,
13861         following Lars' suggestion.
13862
13863 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13864
13865         * box.h: #include "support/LOstream.h", needed for inlined function.
13866
13867         * lyxtextclass.C:
13868         * lyxtextclasslist.C: added some using std declarations.
13869
13870 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13871
13872         * box.h: make signed dimensions to allow insets wider than
13873           the screen (bug #162)
13874
13875         * BufferView_pimpl.C: add some insetHit debug
13876
13877 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13878
13879         * vc-backend.C: add FIXME
13880
13881 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13882
13883         * lyxfunc.C (getStatus): enable code for showing math font status
13884         in toolbar/menu.
13885
13886 2002-01-07  Juergen Vigna  <jug@sad.it>
13887
13888         * text.C (nextBreakPoint): removed debug output not needed anymore.
13889
13890 2002-01-06  Juergen Vigna  <jug@sad.it>
13891
13892         * text.C (nextBreakPoint): fixed up this function we had this bug
13893         since ever but now hopefully we break row better.
13894         (insertChar): we have to check if an inset is the next char as it
13895         could now happen that a large inset is causing a break.
13896
13897 2002-01-05  Juergen Vigna  <jug@sad.it>
13898
13899         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13900         if it doesn't like to be drawed.
13901
13902 2002-01-04  Juergen Vigna  <jug@sad.it>
13903
13904         * BufferView2.C (lockInset): forgot to set a cursor.
13905
13906         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13907
13908 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13909
13910         * FormMathsPanel.C:
13911         * FormMathsPanel.h
13912         * MathsSymbols.C:
13913         * form_maths_panel.C:
13914         * form_maths_panel.h:
13915         * form_maths_panel.fd: implemented sub- and super- buttons in math
13916         panel.
13917
13918         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13919         (or ^ space) to be used as in TeX (req'd by André).
13920
13921         * lyxfunc.C: Allow ^ and _ again to be used both as
13922         super/subscript (mathed) and as themselves (in text).
13923
13924 2002-01-03  Allan Rae  <rae@lyx.org>
13925
13926         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13927         "LyX" or the filename of the current buffer if it has one.  This is a
13928         modified form of John Levon's patch.
13929
13930         * XFormsView.C (setWindowTitle): also set icon title.
13931
13932         * LyXView.h (setWindowTitle): signature changed.
13933         * XFormsView.h (setWindowTitle): ditto.
13934
13935 2002-01-02  Juergen Vigna  <jug@sad.it>
13936
13937         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13938
13939 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13940
13941         * screen.C (topCursorVisible): introduce a temp var for
13942         text->cursor.row(), handle the case where this row is null. (kindo
13943         hachish)
13944
13945         * text2.C (setCursor): add a couple of asserts.
13946
13947         * paragraph.h (inset_iterator): add -> operator
13948
13949         * paragraph.[Ch] (autoDeleteInsets): remove member function
13950
13951         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13952         cursor pos correctly and handle inset deletion by itself.
13953         (insertErrors): move iterator declaration out of for expression
13954
13955         * lyxtextclass.C: add <algorithm>
13956
13957         * Makefile.am: added the new files to sources, removed layout.C
13958
13959         * layout.C: removed file
13960
13961         * layout.h: remove LYX_DUMMY_LAYOUT
13962
13963         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13964         layout.
13965
13966         * lyxlayout.[Ch]:
13967         * lyxtextclass.[Ch]:
13968         * lyxtextclasslist.[Ch]: new files
13969
13970         * include order changes to a lot of files, also changes because of
13971         the six new files.
13972
13973 2001-12-27  Juergen Vigna  <jug@sad.it>
13974
13975         * buffer.C (asciiParagraph): more fixes.
13976
13977         * tabular.C (ascii): make ascii export support export of only the
13978         data separated by a column-delimiter.
13979         (ascii): better support for ascii export.
13980
13981         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13982
13983 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13984
13985         * tabular_funcs.C: use a "using std::getline" instead of the
13986         previous fix from Angus (necessary for cxx + lyxstring)
13987
13988 2001-12-24  Juergen Vigna  <jug@sad.it>
13989
13990         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13991
13992         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13993         problems. First check a minipage also if we have some ert-contents
13994         (not only on par->size(), second set the right depth of the paragraph
13995         on the relink to the root-paragraph-list!
13996
13997         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13998         which then did not anymore update the main paragraphs on undo/redo!
13999
14000 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14001
14002         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14003         code. Support all font-changing funcs (even those which are not in
14004         menu currently). Support for reporting font settings in
14005         mathed (disabled until Andre provides a function on mathed's side).
14006
14007         * func_status.h (toggle): small helper function to set toggle
14008         state on a flag.
14009
14010 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14011
14012         * tabular_funcs.C: getline -> std::getline
14013
14014 2001-12-21  Juergen Vigna  <jug@sad.it>
14015
14016         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14017         accessed and could be 0 (I couldn't generate this but it seems
14018         Michael could!).
14019
14020 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14021
14022         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14023         * tabular_funcs.h: here and include iosfwd
14024
14025 2001-12-20  Juergen Vigna  <jug@sad.it>
14026
14027         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14028         inside inset but undo_par was.
14029
14030 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14031
14032         * Thesaurus.C: always include <config.h> in sources.
14033
14034         * Painter.h:
14035         * lyxlookup.h:
14036         * box.h: do not include <config.h> in header files
14037
14038         * text.C (paintLastRow): remove unused variable
14039
14040         * text.C (transformChar):
14041         (insertChar):
14042         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14043
14044         * Painter.C (text):
14045         * font.C (width): rewrite to use uppercase() instead of
14046         islower/toupper.
14047
14048         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14049
14050 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14051
14052         * lyxfind.C: clean up of find failure position change
14053
14054 2001-12-20  Juergen Vigna  <jug@sad.it>
14055
14056         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14057
14058         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14059         (TeXRow): added to LaTeX a single tabular row.
14060         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14061         (Latex): simplified and finally good LT-h/f support.
14062         (various_functions): just small adaptions for LT-h/f support.
14063
14064         * tabular_funcs.[hC]: added and moved here all not classfunctions
14065         of LyXTabular.
14066
14067 2001-12-19  Juergen Vigna  <jug@sad.it>
14068
14069         * tabular.[Ch]: better support for longtabular options (not finished
14070         yet!)
14071
14072 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14073
14074         * text.C (paintLastRow): use the label font instead of the font of
14075         the last character to compute the size of *_BOX. This makes more
14076         sense and avoids a crash with empty paragraphs.
14077         Use Painter::rectangle to draw EMPTY_BOX.
14078
14079 2001-12-19  Juergen Vigna  <jug@sad.it>
14080
14081         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14082         the paragraphs if the replaced paragraph is not the first one!
14083         Tried to delete not used paragraphs but does not work yet so for
14084         now it's inside #ifdef's and by default off!
14085
14086 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14087
14088         * MenuBackend.C: include "lyx_main.h" instead of declaring
14089         lastfiles (actually was declared as LastFiles* instead of a
14090         scoped_ptr).
14091
14092 2001-12-17  Juergen Vigna  <jug@sad.it>
14093
14094         * tabular.C (AppendColumn): applied John's fix
14095
14096 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14097
14098         * BufferView.h:
14099         * BufferView.C:
14100         * BufferView_pimpl.h:
14101         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14102
14103         * Makefile.am:
14104         * box.h: new start of class for above
14105
14106         * lyxfunc.C: ignore space-only minibuffer dispatches.
14107           Show the command name when it doesn't exist
14108
14109         * minibuffer.C: don't add empty lines to the history
14110
14111         * minibuffer.C: add a space on dropdown completion
14112
14113 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14114
14115         * text.C: fix line above/below drawing in insets
14116
14117 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14118
14119         * lyxlength.C (LyXLength): Initialize private variables.
14120
14121 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14122
14123         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14124         when inserting error insets.
14125
14126 2001-12-13  Juergen Vigna  <jug@sad.it>
14127
14128         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14129         actually sometimes the before-paragraph.
14130         (setUndo): don't clear the redostack if we're not actually undoing!
14131
14132 2001-12-06  Juergen Vigna  <jug@sad.it>
14133
14134         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14135         and fixed redoing of main paragraph, so we can use it now ;)
14136
14137         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14138
14139 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14140
14141         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14142         Juergen's request
14143
14144 2001-12-13  André Pönitz <poenitz@gmx.net>
14145
14146         * undostack.[Ch]:
14147         * undo_func.C: minor cleanup
14148
14149 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14150
14151         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14152         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14153         font in urw-fonts package which is marked as -urw-fontspecific and
14154         does not work (incidentally, changing the encoding in the
14155         fonts.dir of this package to -adobe-fontspecific fixes the
14156         problem).
14157
14158         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14159         is a crash when undoing first paragraph (Juergen, please take a
14160         look). THis does not mean the undo fix is wrong, just that it
14161         uncovers problems.
14162
14163         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14164         the (Paragraph*) version when needed instead of duplicating the
14165         code.
14166
14167         * text.C (workWidth): use Inset::parOwner to find out where the
14168         inset has been inserted. This is a huge performance gain for large
14169         documents with lots of insets. If Inset::parOwner is not set, fall
14170         back on the brute force method
14171
14172         * paragraph_pimpl.C (insertInset):
14173         * paragraph.C (Paragraph):
14174         (cutIntoMinibuffer): set parOwner of insets when
14175         inserting/removing them
14176
14177         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14178
14179 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14180
14181         * commandtags.h:
14182         * LyXAction.C:
14183         * lyx_main.C:
14184         * lyxfunc.C:
14185         * mathed/formulabase.C:
14186         * mathed/math_cursor.[Ch]:
14187         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14188
14189
14190 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14191
14192         * lyxlength.[Ch] (operator!=): new function
14193
14194 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14195
14196         * text.C (workWidth): use Inset::parOwner to find out where the
14197         inset has been inserted. This is a huge performance gain for large
14198         documents with lots of insets. If Inset::parOwner is not set, fall
14199         back on the brute force method
14200
14201         * paragraph_pimpl.C (insertInset):
14202         * paragraph.C (Paragraph):
14203         (cutIntoMinibuffer): set parOwner of insets when
14204         inserting/removing them
14205
14206         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14207
14208 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14209
14210         * tabular-old.C (getTokenValue):
14211         * tabular.C (getTokenValue):
14212         (write_attribute): new versions for LyXLength
14213         (everywhere): adjust the use of widths
14214
14215         * tabular.h: change the type of widths from string to LyXLength
14216
14217 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14218
14219         * paragraph.C: fixed missing line number count when exporting
14220         Environments to LaTeX file
14221
14222         * buffer.C: added informational message for checking line numbers.
14223
14224 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14225
14226         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14227         paragraph, do the 'double space' part, but not the 'empty
14228         paragraph' one.
14229
14230         * text.C (workWidth): small optimization
14231         (getLengthMarkerHeight): use minimal size for negative lengths.
14232
14233 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14234
14235         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14236
14237         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14238
14239 2001-12-11  André Pönitz <poenitz@gmx.net>
14240
14241         * FontLoader.C:
14242         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14243
14244 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14245
14246         * text2.C: keep selection on a setFont()
14247
14248 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14249
14250         * lyx_cb.C: another bv->text misuse, from insert label
14251
14252 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14253
14254         * kbsequence.h:
14255         * kbsequence.C: re-instate nmodifier mask
14256
14257 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14258
14259         * lyx_main.h: make lyxGUI private.
14260
14261 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14262
14263         * lyxfind.C: place the cursor correctly on failed search
14264
14265 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14266
14267         * text.C (getLengthMarkerHeight): for small heights, the arrows
14268         are not always on top/bottom of the text
14269         (drawLengthMarker): smaller arrows; take the left margin in
14270         account; draw also vfills.
14271         (paintFirstRow):
14272         (paintLastRow): remove special code for vfill and standard spaces,
14273         since everything is handled in drawLengthMarker now.
14274
14275 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14276
14277         * buffer.C (insertErtContents): try to handle font and language
14278         interaction a bit better.g
14279
14280         * ColorHandler.C (updateColor): change the hash to cover the whole
14281         LColor enum, ws cleanup
14282         (getGCLinepars): ditto
14283         (getGCLinepars): only lookup in the linecache once.
14284
14285 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14286
14287         * iterators.C (operator++): Make the iterator more robust
14288
14289         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14290         (John's patch)
14291         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14292
14293 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14294
14295         * lyxtext.h:
14296         * text.C: better added space drawing
14297
14298 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14299
14300         * LyXView.C:
14301         * BufferView2.C: fix layout combo update on inset unlock
14302
14303 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14304
14305         * Makefile.am: don't compile unused files
14306
14307 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14308
14309         * lyxfunc.C:
14310         * commandtags.h:
14311         * LyXAction.C: remove old LFUN_LAYOUTNO
14312
14313 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14314
14315         * paragraph_pimpl.h:
14316         * paragraph_pimpl.C: isTextAt() doesn't need font param
14317
14318 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14319
14320         * lyxlex.h:
14321         * lyxlex.C: little cleanup
14322
14323 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14324
14325         * BufferView_pimpl.C: fix insertAscii for insets
14326
14327 2001-12-05  Juergen Vigna  <jug@sad.it>
14328
14329         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14330         set the right font on the "multi" paragraph paste!
14331
14332 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14333
14334         * trans_decl.h:
14335         * trans_mgr.[Ch]:
14336         * trans.[Ch]:
14337         * lyxgluelength.C:
14338         * lyxlength.C: remove out-commented code.
14339
14340         * BufferView_pimpl:
14341         * CutAndPaste.C:
14342         * DepTable.C:
14343         * buffer.C:
14344         * chset.C:
14345         * lastfiles.C:
14346         * lyxlex.C:
14347         * lyxlex_pimpl.C:
14348         * lyxserver.C:
14349         * screen.C:
14350         * tabular-old.C:
14351         * tabular.C:
14352         * text.C:
14353         * trans_mgr.C:
14354         * vc-backend.C: change "while(" to "while ("
14355
14356         * lyxlength.[Ch]: add zero function to check if length is zero or
14357         not
14358         * lyxgluelength.C: use it
14359
14360 2001-12-05  Allan Rae  <rae@lyx.org>
14361
14362         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14363         Works for 2.95.3, from what I understand of Garst's reports this should
14364         work for other g++ versions.  We're screwed if the abs(int) definition
14365         changed between bugfix releases of gcc.
14366
14367 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14368
14369         * text.C: fix chapter label offset !
14370
14371 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14372
14373         * lyxtext.h:
14374         * text.C: fix hfill at end of line, clean up
14375
14376 2001-12-04  Juergen Vigna  <jug@sad.it>
14377
14378         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14379         that we force an update of the inset and it's owners if neccessary.
14380
14381 2001-12-03  Juergen Vigna  <jug@sad.it>
14382
14383         * text.C (rowLast): simplified code
14384
14385 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14386
14387         * lyxfunc.C: fix show options on timeout
14388
14389 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14390
14391         * screen.C (topCursorVisible): scroll half a page when the cursor
14392         reached top of bottom of screen
14393
14394 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14395
14396         * minibuffer.C: deactivate on loss of focus
14397
14398 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14399
14400         * vspace.[Ch] (operator!=): add operator.
14401
14402 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14403
14404         * BufferView_pimpl.C: refuse to open an inset when
14405         there's a selection.
14406
14407 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14408
14409         * BufferView_pimpl.C: allow to click on RHS of full row insets
14410
14411 2001-11-30  Juergen Vigna  <jug@sad.it>
14412
14413         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14414         insets for undo reasons.
14415
14416 2001-11-28  André Pönitz <poenitz@gmx.net>
14417
14418         * vspace.[Ch]: cosmetical changes
14419
14420 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14421
14422         * LyXAction.h:
14423         * LyXAction.C:
14424         * lyxfunc.h:
14425         * lyxfunc.C:
14426         * kbmap.h:
14427         * kbmap.C:
14428         * lyxrc.C:
14429         * kbsequence.h:
14430         * kbsequence.C: part re-write of old kb code
14431
14432         * Painter.C:
14433         * WorkArea.C: remove Lgb_bug_find_hack
14434
14435 2001-11-30  José Matos <jamatos@fep.up.pt>
14436
14437         * buffer.C (makeDocBookFile): add a comment to point a hack.
14438         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14439         Fixed a double write of labels.
14440
14441 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14442
14443         * LaTeX.C:
14444         * LaTeX.h Fixed bug in LaTeX class where it would not
14445         re-run latex if no depfiles were changed, but the .dvi was removed.
14446
14447 2001-11-28  André Pönitz <poenitz@gmx.net>
14448
14449         * all the files from the change on 2001/11/26:
14450         use lyx::layout_type instead of LyXTextClass::size_type
14451         use lyx::textclass_type instead of LyXTextClassList::size_type
14452
14453 2001-11-29  Juergen Vigna  <jug@sad.it>
14454
14455         * text.C: added support for paragraph::isFreeSpacing()
14456
14457         * buffer.C: same as above
14458
14459         * paragraph.h: inserted isFreeSpacing() function to enable
14460         FreeSpacing inside InsetERT.
14461
14462         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14463         of the paragraph's in the cut/copy buffer to 0!
14464
14465         * text2.C (removeRow): remove the assert as it can!
14466
14467         * lyxtext.h: added helper function firstRow returning firstrow and
14468         made firstrow private again.
14469
14470         * BufferView2.C (lockInset): don't relock if we're already locked!
14471
14472         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14473         the only paragraph.
14474         (removeRow): added Assert::(firstrow)
14475
14476         * debug.C: forgot to add INSETTEXT here.
14477
14478 2001-11-28  Juergen Vigna  <jug@sad.it>
14479
14480         * sp_spell.C (initialize): changed error text to more general
14481         spellchecker command use (not only ispell!)
14482
14483         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14484
14485         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14486
14487 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14488
14489         * vspace.C: initialise lyxgluelength on failure
14490
14491 2001-11-28  Allan Rae  <rae@lyx.org>
14492
14493         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14494         declaration & definition that looks like a function declaration.
14495
14496 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14497
14498         * BufferView2.C (copy):
14499         (copyEnvironment): do not clear the selection when doing a copy.
14500
14501         * text.C (paintFirstRow): compilation fix
14502
14503 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14504
14505         * tabular.C (Latex): correct line count when writing latex.
14506
14507 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14508
14509         * paragraph_pimpl.h:
14510         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14511           bug a bit
14512
14513 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14514
14515         * text.C:
14516         * LColor.h:
14517         * LColor.C: change vfillline->added_space
14518
14519         * text.C: add markers and text for added space
14520
14521         * vspace.C: fix comment
14522
14523 2001-11-28  André Pönitz <poenitz@gmx.net>
14524
14525         * paragraph.C: whitespace changes
14526         * all the other files from the change on 2001/11/26:
14527         change *::pos_type into lyx::pos_type
14528
14529 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14530
14531         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14532         language of the document when inserting error insets.
14533
14534 2001-11-26  André Pönitz <poenitz@gmx.net>
14535
14536         * BufferView_pimpl.[Ch]:
14537         *       CutAndPaste.C:
14538         * buffer.[Ch]:
14539         * lyxcursor.[Ch]:
14540         * lyxfind.C:
14541         * lyxfunc.C:
14542         * lyxrow.[Ch]:
14543         * paragraph.[Ch]:
14544         * paragraph_pimpl.[Ch]:
14545         * sp_spell.C:
14546         * text.C:
14547         * text2.C: reduce header dependencies, introduce type for positions
14548
14549 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14550
14551         * <various>: change to use Alert.h
14552
14553 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14554
14555         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14556         when encountering an unknown token.
14557         (readLyXformat2): Show an error message if there were unknown tokens.
14558
14559 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14560
14561         * BufferView2.C:
14562         * BufferView_pimpl.C:
14563         * buffer.C:
14564         * paragraph.h:
14565         * text.C:
14566         * text2.C: use par->isInset()
14567
14568 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14569
14570         * paragraph_pimpl.h:
14571         * paragraph_pimpl.C: cleanup
14572
14573 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14574
14575         * text2.C (removeRow):
14576         * text.C (setHeightOfRow): remove useless (and costly) call to
14577         getRow.
14578
14579 2001-11-20  Allan Rae  <rae@lyx.org>
14580
14581         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14582         Now need Inset*::checkInsertChar() to return true for appropriate
14583         cases so that the characters in the minibuffer will actually be
14584         inserted.
14585
14586 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14587
14588         * text.C: change the order of the includes.
14589         (workWidth): initialize it at once.
14590         (workWidth): make maxw unsigned
14591         (setHeightOfRow): remove unused variable (inset)
14592         (selectSelectedWord): remove unused variable (inset)
14593         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14594
14595 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14596
14597         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14598         server is not running.
14599         (openConnection):
14600         (closeConnection): add debug info when server is disabled.
14601
14602         * ColorHandler.C (getGCForeground): send debug message to GUI
14603         channel.
14604
14605         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14606
14607         * kbmap.C (bind): modify because return conventions of
14608         kb_sequence::parse have changed.
14609
14610         * kbsequence.C (parse): only ignore spaces and not any stupid
14611         control character. This avoids tests like s[i] <= ' ', which are
14612         guaranteed to fail with 8bit characters and signed chars.
14613         Change return code to string::npos when there have been no error
14614         (0 was a bad idea when error is at first character)
14615
14616 2001-11-14  José Matos  <jamatos@fep.up.pt>
14617
14618         * buffer.h:
14619         * buffer.C (simpleDocBookOnePar): removed unused argument.
14620
14621 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14622
14623         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14624         insets which are part of a word. Paragraph::isLetter takes care of
14625         that now. Use Paragraph::isInset to identify insets.
14626         (selectSelectedWord): do not test for hyphenation break.
14627
14628         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14629         that protected spaces are considered as spaces.
14630
14631         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14632         Inset::isLetter.
14633
14634 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14635
14636         * lyxserver.h:
14637         * lyxserver.C: fix it. and small cleanup.
14638
14639 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14640
14641         * BufferView_pimpl.C: use inline helpers
14642
14643         * LaTeXFeatures.h:
14644         * LaTeXFeatures.C: fix typos
14645
14646         * Spacing.h:
14647         * Spacing.C: move spacing_string into class
14648
14649         * ToolbarDefaults.C: move stuff into namespace anon
14650
14651         * layout.h: update enum
14652
14653         * lyxfunc.C: use better debug
14654
14655         * minibuffer.h: fix typo
14656
14657         * debug.h:
14658         * debug.C:
14659         * WorkArea.C: add and use Debug::WORKAREA
14660
14661         * lyxtext.h:
14662         * text.C:
14663         * text2.C: code re-organisation, inline helpers
14664
14665 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14666
14667         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14668         std::vector.empty().
14669
14670 2001-11-09  Allan Rae  <rae@lyx.org>
14671
14672         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14673         '\n's after tables.  Tabular and ERT inset work now makes this no
14674         longer necessary.
14675
14676 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14677
14678         * minibuffer.h:
14679         * minibuffer.C: fix crash, improve drop-down completion
14680
14681 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14682
14683         * lyxserver.h:
14684         * lyxserver.C: invalidate fd's when doing endPipe()
14685
14686 2001-11-08  José Matos  <jamatos@fep.up.pt>
14687
14688         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14689         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14690
14691         * paragraph.h:
14692         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14693
14694 2001-11-07  José Matos  <jamatos@fep.up.pt>
14695
14696         * buffer.h:
14697         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14698         const qualifier.
14699
14700         * buffer.C (sgmlOpenTag):
14701         * buffer.C (sgmlCloseTag): removed debug info.
14702
14703         * buffer.h (sgmlOpenTag):
14704         * buffer.h (sgmlCloseTag): made public.
14705
14706 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14707
14708         * buffer.C (saveParamsAsDefaults):
14709         * lyx_cb.C (MenuLayoutSave): remove
14710
14711         * LyXAction.C (init):
14712         * commandtags.h:
14713         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14714
14715 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14716
14717         * buffer.C (setPaperStuff): removed from here...
14718
14719         * bufferparams.C (setPaperStuff): ... and moved there.
14720
14721 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14722
14723         * minibuffer.h:
14724         * minibuffer.C:
14725         * XFormsView.C: add support for drop-down completion
14726
14727 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14728
14729         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14730         commands.
14731
14732 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14733
14734         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14735         disabled.
14736
14737 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14738
14739         * lyx_main.C: change ref to known bugs
14740
14741 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14742
14743         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14744         to work around older babel problems.
14745
14746 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14747
14748         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14749
14750 2001-10-24  Juergen Vigna  <jug@sad.it>
14751
14752         * tabular-old.C (ReadOld): below variable changes reflected.
14753
14754         * tabular.[Ch]: added ltType struct for longtable header/footer
14755         defines and changed all instances where they are used. Added
14756         future support for double top/bottom rows.
14757
14758 2001-10-24  José Matos  <jamatos@fep.up.pt>
14759
14760         * buffer.h (docbookHandleCaption):
14761         * buffer.C (docbookHandleCaption): removed unused function.
14762         (makeDocBookFile): moved docbook supported version to v4.1.
14763
14764 2001-10-24  José Matos  <jamatos@fep.up.pt>
14765
14766         * tabular.h:
14767         * tabular.C (docbookRow): new function to export docbook code of a row.
14768         (DocBook): now honors the longtable flags.
14769
14770 2001-10-23  José Matos  <jamatos@fep.up.pt>
14771
14772         * LaTeXFeatures.h:
14773         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14774         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14775
14776         * buffer.C (makeLinuxDocFile):
14777         (makeDocBookFile): reworked the preamble, more clean, and with
14778         support for lyx defined entities. Changed the document declaration
14779         to be more XML friendly.
14780
14781         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14782         if we need to output XML that should be done with a filter.
14783
14784 2001-10-22  Juergen Vigna  <jug@sad.it>
14785
14786         * sp_pspell.h (class PSpell): add alive function needed in the
14787         controller to see if the spellchecker could be started.
14788
14789 2001-10-22  Juergen Vigna  <jug@sad.it>
14790
14791         * buffer.C (insertStringAsLines): modify the font for inserting
14792         chars in certain conditions by calling checkInsertChar(font).
14793
14794 2001-10-19  Juergen Vigna  <jug@sad.it>
14795
14796         * text.C (workWidth): use getRow instead of wrong algorithm.
14797         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14798
14799 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14800
14801         * lyxserver.h:
14802         * lyxserver.C:
14803         * lyx_main.h:
14804         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14805
14806 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14807
14808         * text.C (workWidth): do not search for the exact row when
14809         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14810         optimization for big documents.
14811
14812 2001-10-18  Juergen Vigna  <jug@sad.it>
14813
14814         * text.C (workWidth): new function with added Inset * parameter.
14815
14816 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14817
14818         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14819
14820         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14821         change return type of getColumnNearX.
14822
14823
14824         * text.C (changeRegionCase): use uppercase/lowercase instead of
14825         toupper/tolower.
14826         (leftMargin):
14827         (rightMargin): simplify code by factoring out the uses of
14828         textclasslist.
14829         (labelFill):
14830         (numberOfHfills):
14831         (setHeightOfRow):
14832         (appendParagraph): use Paragraph::size_type
14833
14834 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14835
14836         * vspace.C (asLatexString): add a missing break
14837
14838 2001-10-15  Herbert Voss  <voss@perce.de>
14839
14840         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14841
14842 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14843
14844         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14845         is not available.
14846
14847 2001-10-10  André Pönitz <poenitz@gmx.net>
14848
14849         * lyxfunc.C: removed greek_kb_flag.
14850
14851 2001-10-10  Herbert Voss  <voss@perce.de>
14852
14853         * lyx_main.C: delete global string help_lyxdir.
14854
14855 2001-10-09  Herbert Voss  <voss@perce.de>
14856
14857         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14858
14859         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14860
14861         * lyx_main.C: added global string help_lyxdir.
14862
14863         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14864
14865 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14866
14867         * lyxrc.C (set_font_norm_type): support iso8859-4
14868
14869 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14870
14871         * LaTeX.C (deplog): add another regex for MikTeX
14872
14873 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14874
14875         * lyxrc.C (set_font_norm_type): support iso8859-3
14876
14877 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14878
14879         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14880
14881         * LaTeXFeatures.C: remove special case of french and index
14882
14883         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14884         before \begin{document}). This solves several incompatibilities.
14885
14886 2001-10-03  Garst Reese  <reese@isn.net>
14887
14888         * lyx_cb.C: change CheckTex error msg.
14889
14890 2001-10-03  José Matos  <jamatos@fep.up.pt>
14891
14892         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14893
14894 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14895
14896         * .cvsignore: update
14897
14898         * lyx_main.C (commandLineVersionInfo): use new style version info.
14899
14900         * buffer.C (writeFile):
14901         (makeLaTeXFile):
14902         (makeLinuxDocFile):
14903         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14904
14905         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14906
14907         * version.h: update to use stuff in version.C
14908
14909         * version.C.in: new file. Contains version information determined
14910         at compile time. This is a merging of version.h and
14911         version_info.h.in.
14912
14913 2001-10-03  Juergen Vigna  <jug@sad.it>
14914
14915         * BufferView_pimpl.C (update): don't change "dirty" status in
14916         updateInset call.
14917
14918 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14919
14920         * WorkArea.C (c-tor): re-position version string slightly.
14921
14922 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14923
14924         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14925         revert to previous code.
14926
14927         WorkArea.[Ch]: (show, destroySplash): methods removed.
14928
14929         WorkArea.C: rework code so that it's an amalgam of the codes before and
14930         after the splash screen was moved to WorkArea.
14931
14932 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14933
14934         * lyxrc.C (read):
14935         * vspace.C (inPixels):
14936         (lyx_advance):
14937         * kbmap.C (bind):
14938         * buffer.C (insertStringAsLines):
14939         (asciiParagraph): fix types to be large enough
14940
14941         * lyxlex_pimpl.h: change member status from short to int
14942
14943         * layout.h: fix type of endlabeltype
14944
14945         * kbmap.C (bind):
14946         * kbsequence.C (parse): change return type to string::size_type
14947
14948         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14949         variable
14950
14951         * Bullet.C (bulletSize):
14952         (bulletEntry): do not use short ints as parameters
14953
14954         * BufferView2.C (insertLyXFile): change a char to an int.
14955
14956         * WorkArea.C (WorkArea): remove unneeded floats in computation
14957
14958 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14959
14960         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14961
14962         * paragraph.C (asString): Do not ignore newline/hfill chars when
14963         copying to the clipboard.
14964
14965 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14966
14967         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14968         after a multi-line inset.
14969
14970 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14971
14972         * paragraph.C (validate): Set NeedLyXFootnoteCode
14973
14974 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14975
14976         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14977         and decrease-error to decrease.
14978
14979 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14980
14981         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14982         it more readable (should be equivalent)
14983
14984 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14985
14986         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14987
14988 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14989
14990         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14991         of a cursor (row, etc.) after a character has been deleted
14992         (deleteEmptyParagraphMechanism): call the method above on _all_
14993         cursors held by the LyXText when a double space has been
14994         detected/deleted.
14995
14996 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14997
14998         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14999         pixmap.
15000         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15001
15002         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15003         background. Use greyOut() and the new show() methods to toggle between
15004         the foreground and background. Add code to remove the splash after
15005         its initial showing.
15006
15007         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15008         (create_forms): no longer call Dialogs::showSplash.
15009
15010 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15011
15012         * .cvsignore: add version_info.h
15013
15014 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15015
15016         * version_info.h.in: new file
15017
15018         * Makefile.am: add version_info.h.in
15019
15020         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15021         version_info.h instead of VERSION_INFO
15022
15023 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15024
15025         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15026         The ERT inset now returns string().
15027
15028 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15029
15030         * lyxtext.h, text.C (selectNextWord): renamed as
15031         selectNextWordToSpellcheck.
15032
15033         * text.C (selectNextWordToSpellcheck): Modified to not select
15034         words inside an ERT inset.
15035
15036 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15037
15038         * lyx_cb.C (MenuLayoutSave): change a bit the question
15039
15040         * sp_base.h: include <sys/types.h>
15041
15042 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15043
15044         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15045
15046 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15047
15048         * several files: fix typos in user-visible strings
15049
15050 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15051
15052         * text2.C (pasteSelection): do not set the selection, since it
15053         will be cleared later. Actually, the intent was to fix the way the
15054         selection was set, but I figured rmoving the code was just as good.
15055
15056 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15057
15058         * FontLoader.C (available): Check if font is available without
15059         loading the font.
15060
15061 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15062
15063         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15064
15065 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15066
15067         * lyxrc.[Ch]: added display_graphics variable and associated code.
15068
15069 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15070
15071         * bufferparams.C (hasClassDefaults): new method. Returns true if
15072         the buffer parameters correspond to known class defaults
15073
15074 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15075
15076         * XFormsView.C (show): set minimum size to the main window.
15077
15078 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15079
15080         * text2.C (copySelection):
15081         (cutSelection):
15082         * lyxfind.C (LyXReplace):
15083         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15084         LyXText::selectionAsString.
15085
15086         * paragraph.C (asString): add "label" argument to the second form
15087
15088         * text2.C (selectionAsString): add "label" argument and pass it to
15089         Paragraph::asString.
15090
15091 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15092
15093         * lyx_main.C (commandLineHelp): remove version information
15094
15095 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15096
15097         * lyx_main.C: add -version commandline option
15098
15099 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15100
15101         * paragraph.h: make the optional constructor arg required instead.
15102         some modifications to other files because of this.
15103
15104         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15105
15106         * lyxserver.C (C_LyXComm_callback): make it static
15107
15108         * lyx_main.C (error_handler): make it static
15109
15110         * lyx_gui.C (LyX_XErrHandler): make it static
15111
15112         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15113
15114         * WorkArea.C: make the extern "C" methods static.
15115
15116         * Makefile.am (lyx_LDADD): simplify
15117
15118 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15119
15120         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15121         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15122
15123         * LyXAction.C (init):
15124         * lyxfunc.C (dispatch): associated code removal.
15125
15126 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15127
15128         * lyxfont.h (isSymbolFont): shut off warning
15129
15130         * text.C (setHeightOfRow):
15131         (getVisibleRow): fix crash with empty paragraphs which have a
15132         bottom line
15133
15134 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15135
15136         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15137         code.
15138
15139 2001-09-04  José Matos  <jamatos@fep.up.pt>
15140         * buffer.C
15141         * buffer.h
15142         * tabular.C (docbook): rename docBook method to docbook.
15143
15144 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15145
15146         * Makefile.am: add dependencies to main.o.
15147
15148 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15149
15150         * FontLoader.C (available): Return false if !lyxrc.use_gui
15151
15152 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15153
15154         * FontInfo.C (query):
15155         * converter.C (view):
15156         * importer.C (Import):
15157         * exporter.C (Export): Can not -> cannot.
15158
15159 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15160
15161         * BufferView_pimpl.C: allow to create index inset even if
15162           string is empty
15163
15164 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15165
15166         * buffer.C (getLists): replace boost::tie code with an explicit pair
15167         as boost::tie can break some compilers.
15168
15169         * iterators.h: Added a std:: declaration to the return type of
15170         ParIterator::size.
15171
15172 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15173
15174         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15175           case.
15176
15177 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15178
15179         * iterators.[Ch]: New files. Provide paragraph iterators.
15180
15181         * buffer.C (changeLanguage): Use paragraph iterators.
15182         (isMultiLingual): ditto
15183
15184         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15185
15186 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15187
15188         * FontLoader.C: Support for cmr font.
15189
15190 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15191
15192         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15193         (available): New method.
15194
15195         * FontInfo.C (getFontname): Use scalable fonts even when
15196         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15197         found.
15198
15199 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15200
15201         * converter.C (Formats::view): reverted! Incorrect fix.
15202
15203 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15204
15205         * converter.C (Formats::view): only output the -paper option
15206         if the dvi viewer is xdvi, thereby fixing bug #233429.
15207
15208 2001-08-23  Herbert Voss  <voss@perce>
15209
15210         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15211
15212 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15213
15214         * Spacing.h (Spacing): Set space to Default on in the default
15215         constructor.
15216
15217 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15218
15219         * vc-backend.h (RCS::versionString): add RCS to version
15220         (CVS::versionString): add CVS to version
15221
15222         * vc-backend.C (scanMaster): do not add CVS to version.
15223         (scanMaster): do not add RCS to version
15224
15225         * lyxvc.C (versionString): new method
15226
15227         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15228
15229 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15230
15231         * Spacing.C (set): initialize fval
15232
15233 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15234
15235         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15236         " or \.
15237
15238 2001-08-16  Juergen Vigna  <jug@sad.it>
15239
15240         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15241
15242 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15243
15244         * BufferView_pimpl.C:
15245         * figureForm.C:
15246         * lyxtext.h:
15247         * text2.C: setParagraph takes linespacing now
15248
15249 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15250
15251         * LyxAction.C: add internal LFUN_CITATION_INSERT
15252
15253         * LyXView.C: actually apply fix
15254
15255         * bufferlist.C: fix open non-existent file
15256
15257         * lyxfind.C: fix indentation
15258
15259         * lyxfunc.C: remove unneeded assert, fix typo
15260
15261 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15262
15263         * MenuBackend.C: use "Floatname List"
15264
15265 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15266
15267         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15268         when converting LaTeX layout to insetERT.
15269         Generate a non-collapsed float when reading old float
15270
15271 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15272
15273         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15274         ERT insets.
15275
15276 2001-08-13  Juergen Vigna  <jug@sad.it>
15277
15278         * text.C (fill): return 0 instead of 20 as this seems to be the more
15279         correct value.
15280
15281 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15282
15283         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15284         lyxrc.font_norm.
15285
15286 2001-08-13  Juergen Vigna  <jug@sad.it>
15287
15288         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15289         casesensitive off.
15290         (SearchBackward): comment out the unlocking of the inset_owner this
15291         should not be needed!
15292
15293 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15294
15295         * Many files: Remove inherit_language, and add latex_language
15296
15297         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15298         collapsible insets.
15299
15300 2001-08-10  Juergen Vigna  <jug@sad.it>
15301
15302         * text.C (prepareToPrint): fixed hfill-width in draw!
15303
15304         * BufferView2.C (selectLastWord): save the selection cursor as this
15305         now is cleared in the function LyXText::clearSelection!
15306
15307 2001-08-08  Juergen Vigna  <jug@sad.it>
15308
15309         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15310         BACKSPACE type functions.
15311
15312         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15313         is only cutted from the document but not put in the cut-buffer, where
15314         still the old stuff should be.
15315
15316         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15317
15318         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15319
15320         * tabular.C (SetWidthOfCell): fixed special case where the width
15321         was not updated!
15322         (LeftLine): handle '|' in align_special.
15323         (RightLine): ditto
15324         (LeftAlreadyDrawed): ditto
15325         (SetWidthOfCell): ditto
15326
15327 2001-08-07  Juergen Vigna  <jug@sad.it>
15328
15329         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15330
15331 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15332
15333         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15334         * lyxlex.[hC]: ditto
15335
15336 2001-08-06  Juergen Vigna  <jug@sad.it>
15337
15338         * text.C (getVisibleRow): fix up row clearing a bit.
15339
15340 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15341
15342         * minibuffer.C: make sure the X server sees the changes in the input.
15343
15344 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15345
15346         * paragraph.C (getFont): split into...
15347         (getLabelFont): this
15348         (getLayoutFont): and this
15349         * paragraph_pimpl.C (realizeFont): calling this
15350
15351         * text2.C (getFont): split into...
15352         (getLayoutFont): this
15353         (getLabelFont): and this
15354         (realizeFont): all three calling this
15355
15356         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15357         files where used.
15358
15359 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15360
15361         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15362
15363 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15364
15365         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15366         layouts from the Quote inset insertion.
15367
15368 2001-08-03  Juergen Vigna  <jug@sad.it>
15369
15370         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15371
15372         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15373         only if status not is already CHANGED_IN_DRAW (second level).
15374
15375         * text.C (draw): don't set the need_break_row when inside an
15376         InsetText LyXText.
15377
15378 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15379
15380         * buffer.C (parseSingleLyXformat2Token): handle more latex
15381         conversion cases.
15382
15383         * bufferview_funcs.[hC]: change function names to
15384         begin with small char, adjust other files.
15385
15386 2001-08-02  André Pönitz <poenitz@gmx.net>
15387
15388         * lyxfunc.C:
15389         BufferView_pimpl.C: remove broken special code for math-greek
15390
15391 2001-08-02  Juergen Vigna  <jug@sad.it>
15392
15393         * BufferView_pimpl.C (update): redone this function so that we
15394         update the text again if there was a CHANGE_IN_DRAW.
15395
15396         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15397         (drawFromTo): added a new internal bool which is used by draw() and
15398         redraw() function.
15399         (general): some cursor drawing problems fixed.
15400
15401 2001-08-01  Juergen Vigna  <jug@sad.it>
15402
15403         * lyxfind.C (LyXFind): fixed
15404         (SearchForward): ditto
15405         (SearchBackward): ditto
15406
15407         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15408         spurius drawing of the cursor in the main area.
15409
15410         * text2.C (status): small fix which could lead to a segfault!
15411         (clearSelection): remove unneeded BufferView param.
15412
15413 2001-08-01  André Pönitz <poenitz@gmx.net>
15414
15415         * lyxfunc.C: small change due to changed mathed interface
15416
15417 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15418
15419         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15420
15421 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15422
15423         * lyxfunc.c: fail gracefully if file doesn't exist
15424
15425         * LyXSendto.C:
15426         * buffer.C:
15427         * lyxfunc.C:
15428         * BufferView_pimpl.C: IsDirWriteable() proto changed
15429
15430         * LyXView.C: fix updateWindowTitle() to store the last title
15431
15432 2001-07-31  Juergen Vigna  <jug@sad.it>
15433
15434         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15435         the font (wrong since using of Paragraph::highestFontInRange).
15436
15437         * paragraph.C (highestFontInRange): added a default_size parameter.
15438
15439         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15440         (setHeightOfRow): reformat
15441
15442 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15443
15444         * converter.[hC] + affected files: move to (inital-char)lowercase
15445         function names.
15446
15447         * ParagraphParameters.C (ParagraphParameters): remove commented code
15448
15449         * PainterBase.[Ch]: remove commented code
15450
15451         * LaTeXFeatures.h: add "bool floats" for float.sty
15452
15453         * LaTeXFeatures.C (LaTeXFeatures): init floats
15454         (require): handle float
15455         (getPackages): do it with floats
15456
15457 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15458
15459         * BufferView_pimpl.C (Dispatch): improve handling of
15460         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15461
15462         * commandtags.h: #include lyxfont.h here temporarily to avoid
15463         keybinding bug.
15464
15465         * bufferlist.h: include LString.h here.
15466
15467 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15468
15469         * text2.C (getStringToIndex): new method.
15470
15471 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15472
15473         * *: Reduced header file dependencies all over.
15474
15475 2001-07-30  Baruch Even  <baruch@lyx.org>
15476
15477         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15478
15479 2001-07-29  Baruch Even  <baruch@lyx.org>
15480
15481         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15482
15483 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15484
15485         * ParameterStruct.h (endif): add a default constructor to make
15486         sure that all variables is initialized.
15487
15488         * ParagraphParameters.C (ParagraphParameters): adjust
15489
15490 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15491
15492         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15493         index; also, check that there is something to index, and that it
15494         does not span over several paragraphs.
15495         (doubleClick): use WHOLE_WORD_STRICT for double click.
15496
15497         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15498
15499         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15500         scheme.
15501
15502 2001-07-26  Baruch Even  <baruch@lyx.org>
15503
15504         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15505         an InsetFig figure, backwards compatible reading of old figure code.
15506
15507 2001-07-27  Juergen Vigna  <jug@sad.it>
15508
15509         * text2.C: font.realize function adaption.
15510
15511         * text.C (draw): add a warnings lyxerr text if needed.
15512
15513         * layout.C: font.realize function adaption.
15514
15515         * language.C: add inherit_language and implement it's handlings
15516
15517         * bufferview_funcs.C (StyleReset): remove language parameter from
15518         font creation (should be language_inherit now).
15519
15520         * bufferparams.C (writeFile): handle ignore_language.
15521
15522         * paragraph.C (getFontSettings): the language has to be resolved
15523         otherwise we have problems in LyXFont!
15524
15525         * lyxfont.C (lyxWriteChanges): added document_language parameter
15526         (update): removed unneeded language parameter
15527
15528         * paragraph.C (validate): fixed wrong output of color-package when
15529         using interface colors for certain fonts in certain environments,
15530         which should not seen as that on the final output.
15531
15532 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15533
15534         * BufferView_pimpl.C:
15535         * Thesaurus.h:
15536         * Thesaurus.C:
15537         * Makefile.am:
15538         * commandtags.h:
15539         * LyXAction.C: add thesaurus support
15540
15541         * lyxfind.h:
15542         * lyxfind.C: add "once" parameter, for thesaurus, to not
15543           move to the next match
15544
15545 2001-07-26  Juergen Vigna  <jug@sad.it>
15546
15547         * lyxfont.C (realize): honor ignore_language too!
15548         (resolved): ditto.
15549
15550         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15551
15552         * text.C (draw): one place more for ignore_language to not draw
15553         itself!
15554
15555 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15556
15557         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15558
15559 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15560
15561         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15562         the minipage conversion problem.
15563
15564 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15565
15566         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15567         insert an inset.
15568
15569 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15570
15571         * BufferView.h: don't forward declare WorkArea
15572
15573         * BufferView.C: don't include WorkArea.h
15574
15575 2001-07-25  André Pönitz <poenitz@gmx.net>
15576
15577         * commandtags.h:
15578         * LyXAction.C:
15579         * lyxfunc.C:  new LFUN 'math-space'
15580
15581         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15582
15583 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15584
15585         * text2.C (toggleInset): call open/close
15586
15587 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15588
15589         * lyxfunc.C (dispatch): add debug for the disabled case
15590
15591         * font.C (buttonText): make similar to rectText
15592
15593         * buffer.C (readInset): comment out parsing of insetlist and
15594         insttheorem
15595
15596         * PainterBase.C (rectText): small correction
15597
15598         * BufferView_pimpl.C: comment out insettheorem and insetlist
15599         * LyXAction.C: ditto
15600         * commandtags.h: ditto
15601
15602 2001-07-24  Juergen Vigna  <jug@sad.it>
15603
15604         * text.C (draw): honor the ignore_language.
15605
15606         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15607
15608 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15609
15610         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15611         char inset.
15612
15613 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15614
15615         * lyxtext.h: remove unused (and unimplemented) methods
15616
15617 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15618
15619         * text.C (getVisibleRow): honor background color
15620
15621         * PainterBase.h:
15622         * Painter.h: remove default color argument for fillRectangle
15623
15624         * text.C (backgroundColor): new method
15625
15626 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15627
15628         * text.C (getVisibleRow): adjust
15629
15630         * font.[Ch] (rectText): new method, metrics
15631         (buttonText): new method, metrics
15632
15633         * PainterBase.[hC]: make rectText and buttonText always draw and take
15634         fewer paramteres.
15635
15636 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15637
15638         * ToolbarDefaults.C (read):
15639         * MenuBackend.C (read): allow escaping in all strings
15640
15641         * BufferView_pimpl.C (insertAndEditInset): new method.
15642         (Dispatch): use insertAndEditInset whenever appropriate.
15643
15644         * BufferView_pimpl.C (insertNote): removed
15645
15646         * BufferView_pimpl.C (smartQuote): new method, moved from
15647         BufferView; if an insetquote cannot be inserted, insert a '"'
15648         character instead.
15649
15650         * BufferView2.C: remove insertCorrectQuote();
15651
15652         * lyxfunc.C (getStatus): Add support for all remaingin
15653         inset-insert lfuns.
15654
15655         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15656
15657         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15658         command (necessary to pass " as parameter of self-insert.
15659
15660         * text.C (selectWordWhenUnderCursor):
15661         (selectWord): add word_location parameter
15662         (selectWordWhenUnderCursor): same + remove special code for word
15663         boundary.
15664         (selectNextWord): use kind() to guess type of insetspecialchar,
15665         not latex().
15666
15667         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15668         (insertErtContents): create ert insets as collapsed.
15669         (readInset): better compatibility code for Info inset.
15670
15671 2001-07-20  Juergen Vigna  <jug@sad.it>
15672
15673         * lyxfunc.C (dispatch): use always LyXFind now!
15674
15675         * text2.C (init): add a reinit flag so that the LyXText can be
15676         reinited instead of deleted and reallocated (used in InsetText).
15677
15678         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15679
15680         * text.C: ditto
15681
15682         * text2.C: ditto
15683
15684 2001-07-18  Juergen Vigna  <jug@sad.it>
15685
15686         * text.C (selectNextWord): handle insets inside inset by calling
15687         always the bv->text functions so that we can go up the_locking_inset!
15688
15689         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15690         in strange locations when inside an inset!
15691
15692         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15693         handling to include insets.
15694
15695         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15696
15697 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15698
15699         * LyXAction.C (init):
15700         * commandtags.h:
15701         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15702         LIGATURE_BREAK, since the name is so stupid.
15703
15704 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15705
15706         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15707         InsetInfos.
15708
15709         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15710
15711         * sp_form.[Ch]: remove.
15712
15713         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15714
15715         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15716         InsetInfo.
15717
15718         * src/buffer.C (readInset): ditto.
15719
15720 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15721
15722         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15723         menuSeparator(), endOfSentenceDot(), ldots() and
15724         hyphenationPoint(), which are therefore removed.
15725         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15726
15727         * LyXAction.C (init):
15728         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15729
15730         * paragraph.C (getWord): removed.
15731
15732         * BufferView_pimpl.C (Dispatch): use last word or selection for
15733         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15734
15735         * lyx_main.C (queryUserLyXDir): do not ask before creating
15736         user_dir, except if it has been named explicitely.
15737
15738 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15739
15740         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15741         a document of zero size.
15742
15743 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15744
15745         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15746         approriately in the c-tor and in require().
15747         (getPackages): output the appropriate LaTeX for natbib support.
15748
15749         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15750         variables "use_natbib" and "use_numerical_citations" when reading the
15751         LyX file.
15752         (readInset): read the various natbib cite commands.
15753         (validate): white-space change.
15754
15755         * bufferparams.[Ch]: new variables "bool use_natbib" and
15756         "bool use_numerical_citations".
15757         (writeFile): output them in the LyX file.
15758
15759 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15760
15761         * lyxfunc.C (getStatus): add support for all the inset insertion
15762         commands.
15763
15764         * text2.C (insertInset):
15765         * paragraph.C (insetAllowed):
15766         * BufferView_pimpl.C (insertInset): update to take in account the
15767         renaming of insertInsetAllowed
15768
15769         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15770
15771         * text2.C (getInset): new method. returns inset at cursor position.
15772
15773         * BufferView_pimpl.C (Dispatch): changes because of this.
15774
15775         * LyXAction.C (init): rename open-stuff to inset-toggle.
15776
15777         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15778
15779         * text2.C (toggleInset): renamed from openStuff; use
15780         Inset::open().
15781
15782 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15783
15784         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15785
15786         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15787
15788 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15789
15790         * buffer.C (readLyXformat2): Add filename to the error dialog
15791
15792 2001-07-18  Juergen Vigna  <jug@sad.it>
15793
15794         * tabular.C (GetCellNumber): put an assert here instead of the check!
15795
15796 2001-07-17  Juergen Vigna  <jug@sad.it>
15797
15798         * BufferView_pimpl.C (toggleSelection): adapted too.
15799
15800         * text.C (selectNextWord): adapted for use with insets.
15801         (selectSelectedWord): ditto
15802
15803 2001-07-17  Juergen Vigna  <jug@sad.it>
15804
15805         * sp_spell.C (PSpell): fix initialitation order.
15806
15807 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15808
15809         * paragraph.C: spacing
15810
15811 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15812
15813         * sp_spell.C: repair language selection for pspell
15814
15815 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15816
15817         * lyxfunc.h: change more methods to begin with lower char.
15818
15819 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15820
15821         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15822         for unknown layouts.
15823
15824 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15825
15826         * buffer.C (readLyXformat2): Generate an error dialog if there are
15827         unknown layouts.
15828
15829 2001-07-16  Juergen Vigna  <jug@sad.it>
15830
15831         * sp_spell.C: always compile ISpell part.
15832
15833         * lyxrc.C: added use_pspell entry and it's handling.
15834
15835 2001-07-13  Juergen Vigna  <jug@sad.it>
15836
15837         * sp_spell.C: removed double includes.
15838
15839 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15840
15841         Consistent use of Lsstream.h:
15842         * Lsstream.h: added using std::stringstream for consistencies sake.
15843
15844         * buffer.C: removed using std::stringstream
15845
15846         * lyxfont.C (stateText):
15847         * paragraph.C (asString):
15848         * text.C (selectNextWord, selectSelectedWord):
15849         * text2.C (setCounter):
15850         * vspace.C (asString, asLatexString):
15851         std::ostringstream -> ostringstream.
15852
15853 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15854
15855         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15856         * commandtags.h: add LFUN_HELP_ABOUTLYX
15857         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15858
15859 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15860
15861         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15862         cursorToggle()
15863         * lyx_gui_misc.C: remove spellchecker
15864         * lyxfunc.C: showSpellchecker
15865         * sp_base.h: added
15866         * sp_ispell.h: added
15867         * sp_pspell.h: added
15868         * sp_spell.C: added
15869         * sp_form.[Ch]: removed
15870         * spellchecker.[Ch]: removed
15871
15872 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15873
15874         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15875         is set.
15876         (simpleTeXSpecialChars): Simply print the input character without
15877         any special translation if pass_thru is set.
15878
15879         * layout.h: Added bool pass_thru to layout class for being able to
15880         implement pass through of a paragraph for Literate Programming.
15881
15882         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15883         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15884         * layout.C (Read): add "passthru" to list of layout tags and add
15885         code to set the pass_thru boolean when it is read.
15886
15887 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15888
15889         * trans_decl.h: remove allowed from KmodInfo
15890
15891         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15892         remove allowed code
15893         (Load): adjust
15894
15895         * paragraph_pimpl.C (erase): use boost::prior
15896
15897         * Painter.C (text): use data() instead of c_str() when length is
15898         also provided.
15899         * WorkArea.C (putClipboard): ditto
15900         * font.h (width): ditto
15901
15902         * BufferView2.C: use it-> instead of (*it). for iterators
15903         * texrow.C: ditto
15904         * paragraph_pimpl.C: ditto
15905         * paragraph.C: ditto
15906         * minibuffer.C: ditto
15907         * language.C: ditto
15908         * kbmap.C: ditto
15909         * encoding.C: ditto
15910         * counters.C: ditto
15911         * converter.C: ditto
15912         * chset.C: ditto
15913         * Variables.C: ditto
15914         * TextCache.C: ditto
15915         * MenuBackend.C: ditto
15916         * LyXAction.C: ditto
15917         * LColor.C: ditto
15918         * FloatList.C: ditto
15919         * DepTable.C: ditto
15920         * ColorHandler.C (LyXColorHandler): ditto
15921
15922 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15923
15924         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15925
15926         * text2.C (openStuff): reintroduce this method (which had been
15927         nuked in NEW_INSETS frenzy).
15928
15929         * lyxfunc.C (Dispatch): when an action has not been handled, use
15930         its name in the error message, not its number.
15931
15932         * paragraph.C (inInset): change method name to begin with lowercase.
15933
15934         * undo_funcs.C:
15935         * text2.C: updates because of this.
15936
15937 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15938
15939         * ToolbarDefaults.C (add): add spaces in error message
15940
15941 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15942
15943         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15944         (readLyXformat2): rename return_par to first_par, use lyxlex's
15945         pushToken and remove the manual push handling.
15946         (parseSingleLyXformat2Token): add another ert comp. variable:
15947         in_tabular, rename return_par to first_par. handle newlines better
15948
15949 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15950
15951         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15952
15953 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15954
15955         * text2.C (getParFromID): removed
15956
15957         * buffer.C (getParFromID): new method moved form lyxtext.
15958         * BufferView2.C (insertErrors): adjust
15959         (setCursorFromRow): adjust
15960         * BufferView_pimpl.C (restorePosition): adjust
15961         * lyxfunc.C (Dispatch): adjust
15962         * undo_funcs.C (textUndo): adjust
15963         (textRedo): adjust
15964         (textHandleUndo): adjust
15965         (textHandleUndo): adjust
15966
15967 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15968
15969         * buffer.C: up' the LYX_FORMAT
15970
15971         * lyxfont.h: turn NO_LATEX on as default
15972
15973         * buffer.C (insertErtContents): new methods of tex style compability.
15974         (parseSingleLyXformat2Token): use it several places.
15975         * tabular.C (OldFormatRead): and here
15976
15977 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15978
15979         * text2.C: remove some commented code.
15980         reindent file.
15981
15982         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15983         * trans.C: changes because of the above.
15984
15985 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15986
15987         * text2.C (setCounter): Fix counters bug with bibliography layout.
15988
15989 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15990
15991         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15992         own member functions
15993         (simpleTeXSpecialChars): ditto
15994
15995 2001-07-06  Juergen Vigna  <jug@sad.it>
15996
15997         * a lot of files: changed the access to LyXText::status and the
15998         call of undo-functions.
15999
16000         * undo.[Ch]: added a inset_id to the undo informations.
16001
16002         * undo_funcs.[Ch]: added and moved here all undo functions.
16003
16004         * lyxtext.h: give the status enum a weight, made status_ a private
16005         variable and made accessor functions for it, removed the whole bunch
16006         of undo-functions as they are now in their own file, make some
16007         functions publically available. Added function ownerParagraph with
16008         int parameter.
16009
16010         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16011         made InInset() a const function, added getParFromID() function.
16012
16013         * buffer.[Ch]: added const version for inset_iterator functions,
16014         added getInsetFromID() function.
16015
16016         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16017         changed undo functions for new version.
16018
16019 2001-07-05  Juergen Vigna  <jug@sad.it>
16020
16021         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16022         unknow mechanism does not call the proper constructor but only this
16023         one also if I request the other!?
16024
16025 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16026
16027         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16028
16029         * text2.C (LyXText): use initialization lists.
16030
16031         * lyxtext.h (Selection): initialize set_ and mark_
16032         (init): remove method
16033
16034 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16035
16036         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16037
16038 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16039
16040         * screen.[Ch]: change method names to begin with lowercase
16041
16042         * BufferView_pimpl.C (updateScrollbar): simplify further and
16043         hopefully make it a bit faster.
16044
16045 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16046
16047         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16048         calling directly xforms functions.
16049
16050         * Painter.C (Painter):
16051         * lyx_cb.C (MenuWrite):
16052         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16053         fl_display.
16054
16055         * lyx_gui.C: remove bogus guiruntime extern declaration.
16056
16057 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16058
16059         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16060         in NEW_INSETS
16061         (redoDrawingOfParagraph): ditto
16062         (redoParagraphs): ditto
16063         (cutSelection): don't create a object for CutAndPaste use the
16064         static method directly
16065         (pasteSelection): ditto
16066
16067         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16068         LyXview (+ rename)
16069
16070 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16071
16072         * modifications to some other files because of this.
16073
16074         * Makefile.am (lyx_SOURCES): add XFormsView
16075
16076         * XFormsView.[Ch]: new files
16077
16078         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16079         the main window. Move the gui dependent stuff to XFormsView
16080
16081 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16082
16083         * tabular.C (GetCellInset): update cur_cell also in the row/col
16084         version of this function.
16085
16086         * lyxfunc.C: no need to include figure_form.h here.
16087
16088         * FontLoader.h:
16089         * lyxfunc.h:
16090         * lyxscreen.h:
16091         * text2.C:
16092         * lyxvc.C: no need to include forms.h here.
16093
16094 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16095
16096         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16097
16098         * lyxfunc.C (Dispatch):
16099         * Spacing.C (set):
16100         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16101         constructor argument.
16102
16103 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16104
16105         * paragraph.C (Paragraph): dont't clear, and just set layout.
16106         (makeSameLayout): use params's copy contructor.
16107
16108         * ParagraphParameters.[Ch] (makeSame): delete method
16109
16110 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16111
16112         * Variables.[Ch]: fix indentation, rename set to isSet
16113
16114 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16115
16116         * lyxfunc.C (Dispatch): fix typo
16117
16118 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16119
16120         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16121         upper_bound.
16122
16123         * bufferlist.C: include assert.h for emergencyWrite().
16124
16125 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16126
16127         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16128           give up at last (bug #425202) !
16129
16130 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16131
16132         * lyx_gui_misc.C:
16133         * sp_form.h:
16134         * sp_form.C:
16135         * spellchecker.h:
16136         * spellchecker.C: strip spellchecker options and bring up
16137           preferences tab instead
16138
16139 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16140
16141         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16142         the istringstream constructor
16143
16144 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16145
16146         * paragraph.C (getLayout): fix return value
16147
16148         * paragraph.h: do not declare getLayout as inline.
16149
16150         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16151
16152 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16153
16154         * lyxcursor.h (operator<): new func
16155         (operator>): new func
16156         (operator>=): new func
16157         (operator<=): new func
16158
16159         * text.C (changeCase): use selection.start and selection.end
16160         (changeRegionCase): require from to be <= to. Require par to be a
16161         valid paragraph.
16162
16163         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16164
16165 2001-06-27  Juergen Vigna  <jug@sad.it>
16166
16167         * text.C (cursorLeftOneWord): changed to return the cursor and added
16168         overlay with BufferView * parameter which calls this one.
16169         (getWord): added
16170         (selectWord): use new getWord function.
16171         (changeCase): renamed from changeWordCase as and extended to work
16172         also on selections.
16173
16174         * lyxtext.h: added enum word_location
16175
16176         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16177         changeCase as this operates now also on selections.
16178
16179 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16180
16181         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16182
16183         * many files: send debug output to Debug::INFO instead of
16184         Debug::ANY.
16185
16186         * converter.C (View):
16187         (Convert):
16188         (Move): send debug output to Debug::FILES instead of console.
16189
16190 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16191
16192         * lyxfunc.C (getStatus): use func_status
16193
16194         * func_status.h: new header, describing the results of
16195         LyXFunc::getStatus;
16196
16197         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16198         LFUN_MATH_HALIGN.
16199
16200 2001-06-25  The LyX Project  <jug@sad.it>
16201
16202         * buffer.C (sgmlOpenTag):
16203         (sgmlCloseTag):
16204         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16205
16206 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16207
16208         * text2.C: remove some dead code
16209
16210         * tabular.C (GetCellInset): store the last cell checked (gotten)
16211
16212         * tabular.h: add the helper for the speedup
16213
16214         * lyxtext.h: remove some dead code
16215
16216 2001-06-26  The LyX Project  <Asger>
16217
16218         * paragraph.C: Change export to LaTeX of alignment to
16219         \begin{center} and family for better roundtrip work with reLyX.
16220
16221         * Tune the math drawing a bit.
16222
16223 2001-06-25  The LyX Project  <Asger>
16224
16225         * LColor.C (LColor): New color for math background. New color
16226         for buttons.
16227
16228 2001-06-25  The LyX Project  <jug@sad.it>
16229
16230         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16231
16232         * lyxfunc.C (Open):
16233         * bufferlist.C (newFile): do not restrict to files ending with
16234         .lyx
16235
16236         * BufferView_pimpl.C (MenuInsertLyXFile):
16237
16238 2001-06-24  The LyX Project  <jug@sad.it>
16239
16240         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16241         of compare_no_case
16242
16243 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16244
16245         * lyxtext.h: rename most methods to begin with a small char.
16246         Lots of changes because of this.
16247
16248         * paragraph.C (Paragraph): do not call fitToSize
16249         (erase): call Pimpl::erase
16250         (insertChar): call Pimpl::insertChar
16251         (insertInset): call Pipl::insertInset
16252         (breakParagraph): do not call fitToSize
16253         (breakParagraphConservative): do not call fitToSize
16254         (fitToSize): remove method
16255
16256         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16257
16258 2001-06-24  The LyX Project  <Asger>
16259
16260         * Fix Qt compilation^2
16261
16262 2001-06-24  The LyX Project  <jug@sad.it>
16263
16264         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16265         depthHook(getDepth()-1).
16266
16267         * paragraph.h:
16268         * ParagraphParameters.h:
16269         * ParameterStruct.h: change type of depth to unsigned int ==
16270         depth_type. Many adaptations to other files before of that.
16271
16272 2001-06-24  The LyX Project  <Asger>
16273
16274         * Fix Qt compilation.
16275
16276 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16277
16278         * paragraph.h: renamed several methods to begin with small letter.
16279         several changes to many parts of the code because of this.
16280
16281 2001-06-23  The LyX Project  <jug@sad.it>
16282
16283         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16284         rewritten to discard all double spaces when KeepEmpty is off
16285         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16286         to only handle newlines but not fiddle with spaces and friends.
16287
16288         * lyxfunc.C (MenuNew): when doing 'new from template', use
16289         template_path as default directory
16290
16291 2001-06-23  The LyX Project  <Asger>
16292
16293         * Clean-up of header file includes all over
16294         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16295
16296 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16297
16298         * paragraph.h: renamed from lyxparagraph.h
16299
16300 2001-06-23  Asger  <lyx@violet.home.sad.it>
16301
16302         * Buffer.h: Removed Buffer::resize
16303         * BufferList.h: Removed BufferList::resize
16304         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16305         the document lazily when we change the width, or the font settings.
16306
16307 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16308
16309         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16310
16311 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16312
16313         * buffer.h: remove out of date comment
16314
16315 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16316
16317         * lyxscreen.h:
16318         * screen.C: fix "theoretical" GC leak
16319
16320 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16321
16322         * LaTeX.C (scanAuxFile):
16323         (deplog): remove trailing \r when reading stream (useful under
16324         win32)
16325
16326 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16327
16328         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16329         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16330         and BufferView::theLockingInset(Inset*), so should use them and not
16331         access bv_->text->the_locking_inset directly.
16332
16333         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16334
16335 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16336
16337         * Makefile.am:
16338         * tex-defs.h: remove old unused file
16339
16340 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16341
16342         * BufferView_pimpl.C: fix typo, remove minibuffer message
16343           when buffer has loaded
16344
16345 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16346
16347         * lyxfunc.C (Dispatch): use stringstream
16348         (MenuNew): use stringstream
16349         (Open): use stringstream
16350
16351         * importer.C (Import): use stringstream
16352
16353         * bufferview_funcs.C (CurrentState): use stringstream
16354
16355         * LaTeX.C (run): use stringstream
16356
16357         * BufferView_pimpl.C (savePosition): use stringstream
16358         (restorePosition): use stringstream
16359         (MenuInsertLyXFile): use stringstream
16360
16361 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16362
16363         * BufferView.C:
16364         * Bullet.C:
16365         * ColorHandler.C:
16366         * FontInfo.C:
16367         * FontLoader.C:
16368         * LColor.C:
16369         * LaTeXFeatures.C:
16370         * Painter.C:
16371         * gettext.C:
16372         * lyx_gui_misc.C:
16373         * lyxserver.C:
16374         * vspace.C: removed // -*- C++ -*- as first line.
16375
16376         * lyxfind.h:
16377         * version.h: added // -*- C++ -*- as first line.
16378
16379 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16380
16381         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16382
16383         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16384         of string
16385
16386 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16387
16388         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16389         of floats.
16390
16391 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16392
16393         * gettext.C: include LString.h even when --disable-nls is on.
16394
16395 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16396
16397         * converter.h (Get): changed argument type from int to
16398         FormatList::size_type to avoid unnecessary conversion.
16399
16400         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16401         before using it.
16402
16403 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16404
16405         * gettext.h: include LString.h even when --disable-nls is on.
16406
16407 2001-06-07  Juergen Vigna  <jug@sad.it>
16408
16409         * text.C (BreakAgain): subst spaces with tabs.
16410
16411         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16412         (resizeInsetsLyXText): set force on resizeLyXText.
16413
16414 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16415
16416         * gettext.h (gettext_init):
16417         (locale_init): use a real definition instead of a macro
16418
16419 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16420
16421         * Bufferview_pimpl.C:
16422         * LColor.h:
16423         * LColor.C: further lcolor tidies
16424
16425 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16426
16427         * BufferView_pimpl.C (updateScrollbar): simplify.
16428
16429         * BufferView2.C: don't include insets/insetinfo.h, change
16430         prototype for insertInset and call the Pimpl version. let
16431         updateInset call Pimpl version.
16432
16433         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16434         gotoInset to BufferView::Pimpl
16435
16436 2001-06-01  Juergen Vigna  <jug@sad.it>
16437
16438         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16439         inside a LockingInset (is the update needed at all?).
16440
16441 2001-05-31  Juergen Vigna  <jug@sad.it>
16442
16443         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16444         here not the old one otherwise how should we compare it afterwards
16445         if it's the same!
16446
16447 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16448
16449         * lyxfont.C:
16450         * tabular.C:
16451         * tabular-old.C:
16452         * FontInfo.C: bring C functions into global namespace when
16453         necessary
16454
16455 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16456
16457         * LString.h: make sure config.h has been loaded before LString.h.
16458
16459         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16460         (one for each char read by EatLine!).
16461
16462         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16463         variables.
16464
16465 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16466
16467         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16468         to the same as the par we break from
16469
16470 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16471
16472         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16473
16474         * MenuBackend.C (expand): also create menu entries for wide
16475         versions of the floats.
16476
16477         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16478
16479         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16480
16481         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16482         frontends/Makefile.am
16483
16484         * text2.C: adjust
16485         * text.C: adjust
16486
16487
16488         * tabular.C (getTokenValue): add std::
16489
16490         * tabular-old.C (getTokenValue): add std::
16491         (getTokenValue): ditto
16492         (getTokenValue): ditto
16493
16494         * screen.C (ToggleSelection): adjust
16495
16496         * lyxtext.h: put selection cursors inside a Selection struct.
16497
16498         * lyxfunc.C (moveCursorUpdate): adjust
16499
16500         * lyxfont.C (latexWriteStartChanges): add std::
16501
16502         * lyxfind.C: adjust
16503
16504         * font.h: delete with(char const *, LyXFont const &)
16505
16506         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16507
16508         * FontInfo.C (getFontname): add std::
16509
16510         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16511         (workAreaButtonPress): adjust
16512         (tripleClick): adjust
16513         (update): adjust
16514         (moveCursorUpdate): adjust
16515         (Dispatch): adjust
16516
16517         * BufferView2.C (gotoInset): adjust
16518
16519 2001-05-30  Juergen Vigna  <jug@sad.it>
16520
16521         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16522         to check pspell I add this as default as I now have new pspell
16523         libraries and they seem to use this.
16524
16525 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16526
16527         * text2.C (CutSelection): make the cursor valid before the call to
16528         ClearSelection.
16529
16530 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16531
16532         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16533         relied on 0 terminated strings and other horrors. Bug found due to
16534         the new assert in lyxstring!
16535
16536         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16537         KP_ keys.
16538
16539 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16540
16541         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16542         to latinkeys.bind.
16543
16544         * lyxfunc.C (processKeySym): change method of getting to the
16545         self-insert char.
16546
16547         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16548         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16549         * BufferView_pimpl.[Ch]: here as private methods.
16550
16551 2001-05-28  Juergen Vigna  <jug@sad.it>
16552
16553         * text.C (SetHeightOfRow): added the update() call again as it is
16554         needed to initialize inset dimensions!
16555
16556 2001-05-16  Juergen Vigna  <jug@sad.it>
16557
16558         * text2.C (SetCharFont): Add new function with BufferView * and
16559         bool toggleall parameters for setting insets internal fonts.
16560         (SetFont): Freeze the undo as we may change fonts in Insets and
16561         all this change should be inside only one Undo!
16562
16563         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16564         setting font's in insets as for them we have the SetFont function!
16565
16566 2001-05-15  Juergen Vigna  <jug@sad.it>
16567
16568         * text2.C (ClearSelection): to be sure we REALLY don't have any
16569         selection anymore!
16570
16571         * tabular.C (TeXCellPreamble): fixed the left border problem for
16572         multicolumn cells.
16573
16574 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16575
16576         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16577         dependancy file
16578
16579 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16580
16581         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16582         LFUN_BREAKPARAGRAPH.
16583
16584         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16585         help test to "internal only", similar for LFUN_INSERT_URL
16586
16587         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16588         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16589         auto_region_delete and deadkeys.
16590
16591 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16592
16593         * LColor.h:
16594         * LColor.C: remove some dead entries, tidy a little
16595
16596 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16597
16598         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16599         commented code.
16600         (Dispatch): implement LFUN_ESCAPE
16601
16602         * commandtags.h: add LFUN_ESCAPE
16603
16604         * LyXAction.C (init): add entry for LFUN_ESCAPE
16605
16606         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16607         Remove commented code.
16608         (insertNote): moved here
16609         (open_new_inset): moved here
16610
16611         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16612         BufferView_pimpl
16613
16614 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16615
16616         * kbmap.C (findbinding): clean it up and make it work correctly.
16617
16618         * lyx_main.C (init): do not pass argc and argv as parameters
16619
16620 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16621
16622         * buffer.C: fix path for OS/2 & Win32
16623
16624         * lyx_gui.C:
16625         * lyx_main:
16626         * lyx_main.C: Added os:: class.
16627
16628         * os2_defines.h: update
16629
16630 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16631
16632         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16633         better by trying again with reduced state.
16634
16635 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16636
16637         * lyxrc.C (read): print error about invalid key sequence only when
16638         debugging (because not all latinX keysyms are known to some X
16639         servers)
16640
16641         * kbsequence.C (getiso): add a few std:: qualifiers
16642         (getiso): comment out extra return statement.
16643
16644 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16645
16646         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16647         handling.
16648         (Dispatch): enhance the accent inset a bit. (not perfect)
16649
16650 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16651
16652         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16653
16654 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16655
16656         * bufferlist.C (emergencyWrite): fix assert() call
16657
16658 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16659
16660         * text.C (InsertChar): Added trivial patch to only send the "you
16661         can not do multiple spaces this way" message once during a
16662         session.
16663
16664 2001-05-08  Baruch Even  <baruch@lyx.org>
16665
16666         * Makefile.am: Changed order of libraries to get LyX to link properly
16667         with the gnome frontend.
16668
16669 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16670
16671         * LaTeXFeatures.h: add a std:: qualifier
16672
16673 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16674
16675         * paragraph.C (String): use stringstream
16676
16677 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16678
16679         * paragraph.C (writeFile): remove footflag arg
16680
16681         * buffer.C (makeLaTeXFile): use stringstream
16682         (latexParagraphs): remove footnot gurba
16683
16684         * LaTeXFeatures.C (getPackages): use stringstream
16685         (getMacros): likewise
16686         (getTClassPreamble): likewise
16687         (getFloatDefinitions): new method
16688
16689         * paragraph.C (writeFile): reindent
16690         (Erase): reindent
16691
16692         * WorkArea.h: revert the xpos + etc changes.
16693
16694         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16695
16696         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16697
16698         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16699         (pasteSelection): likewise
16700         * text2.C (CreateUndo): likewise
16701
16702 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16703
16704         * minibuffer.C (peek_event): temporarily reduce the functionality
16705         of the minibuffer (to allow args on lfuns)
16706
16707         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16708         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16709
16710         * buffer.C (readInset): add compability reading of old float
16711         lists, add reading of new style float list.
16712         (readInset): avoid reevaluation of inscmd.getCmdName()
16713         (getLists): reindent
16714
16715         * MenuBackend.C (MenuItem): implement parsing of
16716         md_floatlistinsert and md_floatinsert.
16717         (expand::LastFiles): move initalizaton of iterators out of loop,
16718         avoid reevaluation.
16719         (expand::Documents): introduce typdedef vector<string> Strings,
16720         and use it.
16721         (expand::ExportFormats): introduce typedef vector<Format const *>
16722         Formats, and use it.
16723         (expand): implement FloatListInsert and FloatInsert.
16724
16725         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16726         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16727         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16728
16729         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16730         handling.
16731         (Dispatch::LFUN_FLOAT_LIST): implement
16732
16733 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16734
16735         * LaTeX.C (run): Fix problem with --export code.
16736
16737 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16738
16739         * BufferView.[Ch] (workarea): removed.
16740         (getClipboard) new method; wrapper for workarea()->getClipboard()
16741
16742         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16743         bug.
16744
16745         * WorkArea.h (width, height, xpos, ypos): These methods all
16746         returned the dimensions of the work_area sub-area of WorkArea,
16747         resulting in a position error if the WorkArea were resized. Now
16748         return the dimensions of the entire WorkArea.
16749
16750         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16751
16752 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16753
16754         * LaTeX.C (deplog): correct the syntax of regex reg1
16755
16756 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16757
16758         * undo.C: remove !NEW_INSETS cruft
16759
16760 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16761
16762         * text2.C: remove !NEW_INSETS cruft
16763
16764         * text.C: remove !NEW_INSETS cruft
16765
16766         * tabular.C: remove !NEW_INSETS cruft
16767
16768         * spellchecker.C: remove !NEW_INSETS cruft
16769
16770         * lyxtext.h: remove !NEW_INSETS cruft
16771
16772         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16773
16774         * lyxfunc.C: remove !NEW_INSETS cruft
16775
16776         * lyxfind.C: remove !NEW_INSETS cruft
16777
16778         * lyx_cb.C: remove !NEW_INSETS cruft
16779
16780         * figureForm.C: remove  !NEW_INSETS cruft
16781
16782         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16783
16784         * buffer.[Ch]: remove !NEW_INSETS cruft
16785
16786         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16787
16788         * CutAndPaste.C: remove !NEW_INSETS cruft
16789
16790         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16791
16792         * BufferView2.C: remove !NEW_INSETS cruft
16793
16794         * BufferView.h: remove !NEW_INSETS cruft
16795
16796 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16797
16798         * Lsstream.h: include LString.h before the sstream headers to
16799         fix problem with gcc 2.95.3 and lyxstring
16800
16801 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16802
16803         * lyx_main.C: add using directives when needed for C functions
16804         declared in std:: namespace.
16805
16806 2001-04-27  Juergen Vigna  <jug@sad.it>
16807
16808         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16809         (SetHeightOfRow): comment out the update call should not be needed!
16810
16811 2001-04-13  Juergen Vigna  <jug@sad.it>
16812
16813         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16814         (LyXTabular): tried to minimize operator= operations (and realized
16815         hopfully Lars wish).
16816
16817 2001-04-27  Juergen Vigna  <jug@sad.it>
16818
16819         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16820
16821 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16822
16823         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16824
16825         * buffer.C (readInset): hack to make listof algorithm work
16826
16827         * BufferView_pimpl.C: hack to make listof algorithm work
16828
16829 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16830
16831         * LyXAction.C: removed all !NEW_INSETS cruft
16832         (init): moved lfun_item in method
16833
16834         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16835
16836 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16837
16838         * BufferView2.C (theLockingInset): white space.
16839
16840 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16841
16842         * minibuffer.C: include <iostream>
16843
16844         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16845
16846         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16847
16848         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16849
16850         * text.[Ch] (TransposeChars): new method
16851
16852 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16853
16854         * call message directly through LyXView instead of through LyXFunc
16855         * BufferView2.C: adjust
16856         * BufferView_pimpl.C: adjust
16857         * FontLoader.C: adjust
16858         * buffer.C: adjust
16859         * bufferview_funcs.C: adjust
16860         * converter.C: adjust
16861         * figureForm.C: adjust
16862         * importer.C: adjust
16863         * lyx_cb.C: adjust
16864         * lyx_gui_misc.C: adjust
16865         * lyxfunc.C: adjust
16866         * lyxvc.C: adjust
16867         * text2.C: adjust
16868         + more files in subdirs
16869
16870         * lyxparagraph.h (size): move up int file
16871         (GetLayout): ditto
16872
16873         * adjust all uses of Assert to lyx::Assert.
16874
16875         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16876         lyxfunctional in namespace lyx
16877         * layout.C (hasLayout): ditto
16878         (GetLayout): ditto
16879         (GetLayout): ditto
16880         (delete_layout): ditto
16881         (NumberOfClass): ditto
16882         * converter.C (GetFormat): ditto
16883         (GetNumber): ditto
16884         (Add): ditto
16885         (Delete): ditto
16886         (SetViewer): ditto
16887         * bufferlist.C (getFileNames): ditto
16888         (emergencyWriteAll): ditto
16889         (exists): ditto
16890         (getBuffer): ditto
16891         * MenuBackend.C (hasSubmenu): ditto
16892         (hasMenu): ditto
16893         (getMenu): ditto
16894         * BufferView_pimpl.C (getInsetByCode): ditto
16895
16896 2001-04-18  Juergen Vigna  <jug@sad.it>
16897
16898         * vspace.C (asLatexString): fixed the 100% problem.
16899
16900 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16901
16902         * lyxfunc.C (Dispatch):
16903         * minibuffer.C:
16904         * minibuffer.h: add a few std:: qualifiers
16905
16906 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16907
16908         * minibuffer.[Ch]: reimplement so that commands is initiated and
16909         run from lyxfunc, simplified som handling, and made the completion
16910         and history code for complete. wip.
16911
16912         * lyxfunc.C (processKeySym): call message
16913         (miniDispatch): new temporary method
16914         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16915         (LFUN_MESSAGE): implement
16916         (LFUN_MESSAGE_PUSH): implement
16917         (LFUN_MESSAGE_POP): implement
16918         (initMiniBuffer): the initial/defualt minibuffer message.
16919
16920         * lyxfont.[Ch]: inline some more getters
16921
16922         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16923
16924         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16925
16926         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16927         (AutoSave): use LFUN_MESSAGE
16928         (Reconfigure): ditto
16929
16930         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16931
16932         * figureForm.C: use LFUN_MESSAGE
16933
16934         * converter.C (runLaTeX): use LFUN_MESSAGE
16935
16936         * bufferview_funcs.C: use LFUN_MESSAGE
16937         (Melt): ditto
16938         (changeDepth): ditto
16939
16940         * bufferparams.h: use boost::
16941
16942         * bufferlist.h: inherit privately from noncopyable
16943
16944         * bufferlist.C (loadLyXFile): remove some commented code.
16945
16946         * buffer.C (runChktex): use LFUN_MESSAGE
16947
16948         * ShareContainer.h: inherit privately from noncopyable
16949
16950         * ParagraphParameters.[hC] (depth): inline it.
16951
16952         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16953         methods.
16954         (message): new method
16955         (messagePush): ditto
16956         (messagePop): ditto
16957         (show): init minibuffer
16958         (showState): direct call
16959
16960         * LaTeX.[Ch]: inherit privately from noncopyable
16961         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16962         instead of WriteStatus.
16963
16964         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16965
16966         * BufferView_pimpl.C (buffer): don't init minibuffer
16967         (workAreaButtonPress): use LFUN_MESSAGE
16968         (workAreaButtonRelease): ditto
16969         (savePosition): ditto
16970         (restorePosition): ditto
16971         (MenuInsertLyXFile): ditto
16972         (workAreaExpose): don't init minibuffer
16973         (update): remove commented code, simplify
16974
16975         * BufferView2.C (openStuff): use LFUN_MESSAGE
16976         (toggleFloat): ditto
16977         (menuUndo): ditto
16978         (menuRedo): ditto
16979         (copyEnvironment): ditto
16980         (pasteEnvironment): ditto
16981         (copy): ditto
16982         (cut): ditto
16983         (paste): ditto
16984         (gotoInset): ditto
16985         (updateInset): remove some commented code
16986
16987         * lastfiles.h: inherit privately from noncopyable
16988         * layout.h: ditto
16989         * lyx_gui.h: ditto
16990         * lyx_main.h: ditto
16991         * lyxlex.h: ditto
16992         * lyxlex_pimpl.h: ditto
16993
16994         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16995         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16996         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16997
16998         * LyXAction.h: inherit privately from noncopyable, add methods
16999         func_begin, func_end, returning iterators to the func map.
17000
17001         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17002         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17003         (func_begin): new method
17004         (func_end): new method
17005
17006         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17007         and not)
17008         (copySelection): ditto
17009         (pasteSelection): ditto
17010
17011         * BufferView.C: whitespace change
17012         * BufferView.h: inherit privately from noncopyable
17013
17014 2001-04-16  Allan Rae  <rae@lyx.org>
17015
17016         * tabular-old.C (l_getline):
17017         * spellchecker.C (sc_check_word):
17018         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17019         an unrecognised preprocessor directive.  So ensure they're wrapped.
17020
17021 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17022
17023         * src/exporter.C (Export): Give an error message when path to file
17024         contains spaces.
17025
17026 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17027
17028         * LaTeX.C (deplog): Always check that foundfile exists.
17029
17030 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17031
17032         * lyx_main.h:
17033         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17034
17035 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17036
17037         * tabular.[Ch] (getLabelList): implement new method
17038
17039         * minibuffer.h: comment ouf setTiimer
17040
17041         * minibuffer.C (ExecutingCB): constify res
17042         (peek_event): constify s
17043         (Set): constify ntext
17044         (Init): constify nicename
17045
17046         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17047
17048         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17049         (savePosition): use two params to Minibuffer::Set
17050         (restorePosition): ditto
17051
17052 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17053
17054         * lyx_main.C: include language.h
17055
17056         * Makefile.am (lyx_main.o): add language.h
17057
17058 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17059
17060         * exporter.C:
17061         * paragraph.C:
17062         * screen.C:
17063         * tabular.C:
17064         * CutAndPaste.C: include gettext.h
17065
17066         * lyxfont.h: remove old hack with ON and OFF.
17067
17068         * lyxparagraph.h:
17069         * lyxfont.h: do not include language.h...
17070
17071         * BufferView2.C:
17072         * LaTeXFeatures.C:
17073         * Painter.C:
17074         * bufferview_funcs.C:
17075         * font.C:
17076         * lyxfont.C:
17077         * text.C:
17078         * text2.C:
17079         * trans_mgr.C:
17080         * paragraph.C: ... but do it here instead
17081
17082 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17083
17084         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17085
17086         * tabular.C: small reformat
17087
17088         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17089         NEW_INSETS version
17090         (GetChar): ditto
17091         (BreakParagraph): ditto
17092         (SetOnlyLayout): ditto
17093         (SetLayout): ditto
17094
17095         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17096         with one arg less.
17097
17098         * lastfiles.C: removed most using decl, add std:: where needed
17099
17100         * buffer.C: ws changes
17101
17102         * MenuBackend.C (class compare_format): put into anon namespace
17103         (expand): constify label, names, action, action2
17104         (expand):
17105
17106         * text.C (SingleWidth): constify font
17107         (IsBoundary): constify rtl2
17108         (GetVisibleRow): constify ww
17109
17110         * LaTeX.C (deplog): constify logfile
17111
17112         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17113         start_x, end_x
17114         (workAreaExpose): constify widthChange, heightChange
17115
17116         * lyxrow.C (par): moved
17117         (height): moved
17118         (next): moved
17119         * lyxrow.h: as inlines here
17120
17121         * lyxfont.h (shape): moved from lyxfont.C
17122         (emph): moved from lyxfont.C
17123
17124         * lyxfont.C (LyXFont): use initialization list for all
17125         constructors
17126         (shape): move to lyxfont.h as inline
17127         (emph): move to lyxfont.h as inline
17128
17129
17130 2001-04-04  Juergen Vigna  <jug@sad.it>
17131
17132         * vspace.C: had to include stdio.h for use of sscanf
17133
17134 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17135
17136         * BufferView.h:
17137         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17138         independent of xforms.
17139
17140 2001-04-02  Juergen Vigna  <jug@sad.it>
17141
17142         * spellchecker.C: fixed namespace placing!
17143
17144 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17145
17146         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17147         the LyXParagraph * is 0.
17148
17149 2001-03-29  Juergen Vigna  <jug@sad.it>
17150
17151         * vspace.C: added support for %, c%, p%, l%.
17152         (stringFromUnit): added helper function.
17153         (asLatexString): changed to give right results for the %-values.
17154
17155         * buffer.C: convert the widthp in a width%.
17156
17157 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17158
17159         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17160         figureForm.[Ch].
17161
17162         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17163         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17164
17165         * lyx_cb.[Ch]: see above.
17166
17167         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17168         form1.[Ch].
17169
17170         * form1.[Ch]:
17171         * lyx.[Ch]: replaced by figure_form.[Ch].
17172
17173         * lyx_gui.C:
17174         * lyx_gui_misc.C:
17175         * lyxfunc.C: changed headers associated with above changes.
17176
17177 2001-03-27  Juergen Vigna  <jug@sad.it>
17178
17179         * BufferView_pimpl.C: set the temporary cursor right!
17180
17181 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17182
17183         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17184
17185 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17186
17187         * LString.h: removed "using std::getline"!
17188
17189         * BufferView_pimpl.C (Dispatch): changes due to changes in
17190         InsetInclude::Params.
17191
17192         * buffer.C (tag_name): removed redundant break statements as they were
17193         producing lots of warnings with my compiler.
17194
17195 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17196
17197         * LString.h: add "using std::getline" when using the real <string>.
17198
17199 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
17200
17201         * buffer.C: removed bitset usage.
17202         PAR_TAG moved to an anonymous name space.
17203         (tag_name): new funtion, also in the anonymous namespace.
17204         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17205         (makeDocBookFile): clean code. Completed transition from string arrays
17206         to string vectors.
17207         (SimpleDocBookOnePar): code clean.
17208
17209 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17210
17211         * tabular.C: add some comments.
17212
17213 2001-03-22  Juergen Vigna  <jug@sad.it>
17214
17215         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17216         compatibility read a bit and fixed bug with minipage in different
17217         depth.
17218
17219 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
17220
17221         * buffer.C (pop_tag): removed.
17222         (push_tag): removed.
17223         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17224         array replaced with vector. Added support for CDATA sections.
17225         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17226         at any nest level.
17227         (makeDocBookFile): XML conformant declaration of CDATA section,
17228         fixed bug related to <emphasis> in the first paragraph char.
17229         (sgmlOpenTag): exclude empty tags.
17230         (sgmlCloseTag): ditto.
17231
17232         * buffer.h (pop_tag): removed.
17233         (push_tag): removed.
17234
17235 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17236
17237         * language.h (Languages): added size_type and size().
17238
17239 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17240
17241         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17242         response on compability reading of minipages. One probliem is that
17243         the old usage of minipages was «flertydig»
17244
17245         * several files here and in subdirs: don't use static at file
17246         scope use anon namespaces instead.
17247
17248 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17249
17250         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17251         LaTeX output. This is necessary for Literate document
17252         processing.
17253
17254 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17255
17256         * buffer.C: insert hfill when needed.
17257
17258         * tabular.C (l_getline): use string::erase, small whitespace change.
17259
17260         * BufferView_pimpl.C: try the anon namespace.
17261         * WorkArea.C: ditto
17262
17263 2001-03-16  Juergen Vigna  <jug@sad.it>
17264
17265         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17266         otherwise it won't open options-dialogs.
17267
17268         * buffer.C: honor pextraWidth(p) on converting minipages.
17269
17270         * tabular.C (l_getline): changed the functions to strip trailing \r.
17271
17272 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17273
17274         * BufferView_pimpl.C:
17275         * minibuffer..C: added "using SigC::slot" declaration.
17276
17277 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17278
17279         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17280
17281         * text2.C: ditto
17282
17283         * text.C: ditto
17284
17285         * paragraph.C: ditto
17286
17287         * lyxtext.h: NO_PEXTRA
17288
17289         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17290
17291         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17292         * ParameterStruct.h: ditto
17293         * ParagraphParameters.h: ditto
17294         * lyxparagraph.h: ditto
17295
17296 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17297
17298         * buffer.C: add compability for minipage alignment.
17299         (latexParagraphs): remove unwanted pextra check.
17300
17301         * several files: remove CXX_WORKING_NAMESPACES
17302
17303         * buffer.C (pop_tag): tie is in namespace boost
17304
17305         * BufferView.h: noncopyable is in namespace boost
17306         * lyxlex.h: ditto
17307         * lyx_main.h: ditto
17308         * lyx_gui.h: ditto
17309         * layout.h: ditto
17310         * lastfiles.h: ditto
17311         * bufferlist.h: ditto
17312         * ShareContainer.h: ditto
17313         * LyXView.h: ditto
17314         * LyXAction.h: ditto
17315         * LaTeX.h: ditto
17316
17317 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17318
17319         * Merging changes from BRANCH_MVC back into HEAD.
17320
17321         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17322
17323 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17324
17325         * BufferView_pimpl.C: change from intl.C
17326
17327         * combox.h:
17328         * combox.C:
17329         * Makefile.am: move combox.*
17330
17331         * form1.h:
17332         * form1.C:
17333         * lyx_gui.C:
17334         * intl.h:
17335         * intl.C: remove dialog (covered by prefs)
17336
17337 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17338
17339         * lyxfunc.C (Dispatch): removed redundant break statement.
17340
17341 2001-03-14  Juergen Vigna  <jug@sad.it>
17342
17343         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17344
17345 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17346
17347         * buffer.C: add hack to fix compability reading of minipages.
17348
17349 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17350
17351         * buffer.C (getLists): Cleanup.
17352
17353 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17354
17355         * lyxfont.C (update): don't honor toggleall on font size.
17356
17357 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17358
17359         * bmtable.c:
17360         * bmtable.h:
17361         * Makefile.am: moved to frontends/xforms/
17362
17363         * lyx_gui_misc.C:
17364         * lyxfunc.C:
17365         * BufferView_pimpl.C: changes for moved mathpanel
17366
17367 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17368
17369         * gettext.h: fix gettext_init() in --disable-nls
17370
17371 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17372
17373         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17374
17375 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17376
17377         * lyx.C:
17378         * lyx.h: strip external form
17379
17380 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17381
17382         * BufferView_pimpl.C: add comment, destroySplash()
17383
17384 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17385
17386         * BufferView_pimpl.C:
17387         * LyXAction.C:
17388         * buffer.C:
17389         * commandtags.h:
17390         * lyxfunc.C: use re-worked insetinclude
17391
17392 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17393
17394         * buffer.C: add using std::stringstream.
17395
17396         * lyx_cb.C: readd using std::ios.
17397
17398         * buffer.C: add using std::map.
17399
17400         * BufferView_pimpl.C: add using std::vector.
17401
17402         * ShareContainer.h: add std:: to swap.
17403
17404         * buffer.h: add some typedefs
17405         * buffer.C (getLists): use them
17406         (getLists): renamed from getTocList.
17407         add a counter for the different float types and use it in the
17408         generated string.
17409         (getLists): use the same counter for the NEW_INSETS and the "non"
17410         NEW_INSETS
17411
17412         * lyx_cb.h: remove unused items, includes, using etc.
17413
17414         * ShareContainer.h: remove some commented code, add more comments
17415         and "documentation".
17416
17417 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17418
17419         * buffer.C (getTocList): make the list also when NEW_INSETS is
17420         defined.
17421
17422         * buffer.h: remove TocType
17423
17424         * buffer.C (getTocList): change to return a map<string,
17425         vector<TocItem> >, implement for dynamic number of list.
17426
17427         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17428         * text2.C (PasteSelection): adjust
17429         * CutAndPaste.C (pasteSelection): adjust
17430
17431         * FloatList.C (FloatList): update from the new_insets branch.
17432         * Floating.[Ch]: ditto
17433         * LaTeXFeatures.C: ditto
17434         * buffer.C: ditto
17435         * lyxlex_pimpl.C: ditto
17436
17437         * paragraph.C (Last): remove when NEW_INSETS is defined.
17438
17439         * other file: changes because of the above.
17440
17441 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17442
17443         * lyxparagraph.h: rename next to next_, previous to previous_,
17444         make them private for NEW_INSETS. Rename Next() to next(),
17445         Previous() to previous().
17446
17447         * other files: changes because of the above.
17448
17449 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17450
17451         * BufferView.h:
17452         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17453         problem.
17454
17455 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17456
17457         * main.C (main): pass lyx_localedir to gettext_init().
17458
17459         * gettext.h: remove locale_init and gettext_init macros
17460
17461         * gettext.C (locale_init): new function
17462         (gettext_init): new function
17463
17464         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17465         setlocale().
17466
17467 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17468
17469         * Moved credits to frontends:
17470         * credits.[Ch]: removed
17471         * credits_form.[Ch]: removed
17472         * lyx_gui_misc.C: remove credits stuff
17473         * Makefile.am:
17474
17475 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17476
17477         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17478
17479         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17480         unneeded destructor.
17481
17482         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17483         a standalone pointer again.
17484
17485         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17486
17487 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17488
17489         * Makefile.am:
17490         * filedlg.h:
17491         * filedlg.C:
17492         * LyXAction.C:
17493         * ToolbarDefaults.C:
17494         * bufferlist.C:
17495         * commandtags.h:
17496         * form1.C:
17497         * form1.h:
17498         * lyx_cb.C:
17499         * lyx_cb.h:
17500         * lyxfunc.h:
17501         * lyxfunc.C:
17502         * BufferView_pimpl.C: use new file dialog in GUII
17503
17504         * lyx_cb.h:
17505         * lyx_cb.C: remove LayoutsCB to Toolbar
17506
17507 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17508
17509         * ShareContainer.h (get): add std:: qualifier
17510
17511 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17512
17513         * ShareContainer.h: define a proper ShareContainer::value_type
17514         type (and use typename to please compaq cxx)
17515
17516 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17517
17518         * lyxparagraph.h: move serveral local vars to
17519         ParameterStruct/ParagraphParameters., use ShareContainer in
17520         FontTable., make vars in FontTable private and add getter and
17521         setter.
17522
17523         * paragraph.C: changes because of the above.
17524
17525         * lyxfont.h: remove copy constructor and copy assignment. (the
17526         default ones is ok), move number inside FontBits. move inlines to
17527         lyxfont.C
17528
17529         * lyxfont.C: add number to initializaton of statics, move several
17530         inlines here. constify several local vars. some whitespace
17531         cleanup. Dont hide outerscope variables.
17532
17533         * Spacing.h: add two new constructors to match the set methods.
17534
17535         * ShareContainer.h: new file, will perhaps be moved to support
17536
17537         * ParameterStruct.h: new file
17538
17539         * ParagraphParameters.h: new file
17540
17541         * ParagraphParameters.C: new file
17542
17543         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17544         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17545
17546         * BufferView_pimpl.C: ParagraphParameter changes.
17547         * buffer.C: Likewise.
17548         * bufferview_funcs.C: Likewise.
17549         * text.C: Likewise.
17550         * text2.C: Likewise.
17551
17552 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17553
17554         * lyxfind.C (LyXReplace): do not redefine default argument in
17555         implementation.
17556         (IsStringInText): ditto
17557         (SearchForward): ditto
17558         (SearchBackward): ditto
17559
17560 2001-03-06  Juergen Vigna  <jug@sad.it>
17561
17562         * lyxfind.C (IsStringInText): put parentes around expressions.
17563
17564 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17565
17566         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17567
17568 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17569
17570         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17571
17572         * stl_string_fwd.h: add comment
17573
17574         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17575
17576         * tabular.h:
17577         * tabular.C: remove unused DocBook methods
17578
17579         * intl.C:
17580         * language.C:
17581         * paragraph.C:
17582         * buffer.C:
17583         killed DO_USE_DEFAULT_LANGUAGE
17584
17585 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17586
17587         * lyx_gui.C: do not include language.h.
17588
17589         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17590         arguments in function implementation.
17591
17592 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17593
17594         * BufferView_pimpl.C: add <ctime>
17595
17596 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17597
17598         * BufferView_pimpl.C: add using std::find_if
17599
17600 2001-02-27  José Matos  <jamatos@fep.up.pt>
17601
17602         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17603         by OnlyPath.
17604
17605 2001-02-11  José Matos  <jamatos@fep.up.pt>
17606
17607         * buffer.C (makeDocBookFile): command styles now have a parameter as
17608         "title" by default.
17609
17610 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17611
17612         * layout_forms.[Ch]: removed
17613         * lyx_cb.[Ch]: out character
17614         * lyx_gui.C: out character
17615         * lyx_gui_misc.C: out character
17616         * bufferview_funcs.C: : out character,
17617         added toggleall as parameter in ToggleAndShow
17618
17619 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17620
17621         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17622
17623         * text2.C (SetCurrentFont): Disable number property at boundary.
17624
17625 2001-02-26  Juergen Vigna  <jug@sad.it>
17626
17627         * lyxfunc.C (getStatus): added a string argument override function so
17628         that this is correctly called from LyXFunc::Dispatch if it contains a
17629         do_not_use_argument which is used!
17630         (Dispatch): added check for "custom" export and call appropriate func.
17631
17632 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17633
17634         * lyxrc.C: Add language_command_local, language_use_babel and
17635         language_global_options.
17636
17637         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17638
17639         * buffer.C (makeLaTeXFile): Use language_use_babel and
17640         language_global_options.
17641
17642 2001-02-23  Juergen Vigna  <jug@sad.it>
17643
17644         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17645         which works with LyXText and putted it inside BufferView. Here now we
17646         only call for that part the BufferView::Dispatch() function.
17647
17648         * BufferView.C (Dispatch): added.
17649
17650         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17651         functions which needs to use a LyXText over from LyXFunc.
17652         (MenuInsertLyXFile): added
17653         (getInsetByCode): added
17654         (moveCursorUpdate): added
17655         (static TEXT): added
17656
17657 2001-02-22  Juergen Vigna  <jug@sad.it>
17658
17659         * BufferView_pimpl.C (update): call a status update to see if LyXText
17660         needs it.
17661
17662 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17663
17664         * vc-backend.C (revert): implement for CVS
17665         (getLog): implement for CVS
17666
17667 2001-02-20  Juergen Vigna  <jug@sad.it>
17668
17669         * text2.C (ClearSelection): added BufferView param for inset_owner call
17670
17671         * lyxfunc.C (TEXT): added this function and use it instead of
17672         directly owner->view()-text of getLyXText().
17673
17674 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17675
17676         * src/layout_forms.C: out preamble
17677         * src/layout_forms.h: out preamble
17678         * src/lyx_cb.C: out preamble
17679         * src/lyx_cb.h: out preamble
17680         * src/lyx_gui.C: out preamble
17681         * src/lyx_gui_misc.C: out preamble
17682         * src/lyxfunc.C: connect with guii preamble
17683
17684 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17685
17686         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17687
17688 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17689
17690         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17691         whether to run bibtex.
17692
17693 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17694
17695         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17696
17697 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17698
17699         * Makefile.am (lyx_SOURCES): removed bibforms.h
17700
17701         * vspace.h: doxygen
17702
17703         * text.C (GetVisibleRow): make several local vars const
17704
17705         * tabular.C: small cleanup.
17706
17707         * lyxserver.C (callback): use compare instead of strncmp
17708
17709         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17710         inlines to after class or to paragraph.C
17711
17712         * lyxfont.h: remove friend operator!=
17713
17714         * converter.h: move friend bool operator< to non friend and after
17715         class def.
17716
17717         * combox.h: small cleanup
17718
17719         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17720         to inlines after class def.
17721
17722         * buffer.C (pop_tag): use string operations instead of strcmp
17723
17724         * bmtable.c: doxygen, small cleanup
17725
17726         * LaTeX.h: remove friend operator==
17727
17728 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17729
17730         * screen.C:
17731         * lyxrc.[Ch]:
17732         * lyxfunc.C:
17733         * lyxfont.[Ch]:
17734         * lyx_cb.C:
17735         * intl.[Ch]:
17736         * commandtags.h:
17737         * buffer.C:
17738         * WorkArea.[Ch]:
17739         * LyXAction.C:
17740         * BufferView_pimpl.C:
17741         * BufferView.[Ch]: remove cruft
17742
17743 2001-02-14  Juergen Vigna  <jug@sad.it>
17744
17745         * lyxfunc.C: removed #if 0 unused code
17746
17747         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17748
17749         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17750
17751         * text2.C (SetSelection): added a BufferView * parameter
17752
17753 2001-02-13  Juergen Vigna  <jug@sad.it>
17754
17755         * lyxfunc.C (Dispatch): fixed protected blank problem.
17756         * BufferView2.C (protectedBlank): added LyxText * parameter.
17757
17758         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17759         (AppendColumn): same as above for column_info.
17760
17761         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17762         (moveCursorUpdate): use a LyXText param for support of InsetText.
17763
17764         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17765         (tripleClick): ditto
17766
17767         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17768
17769         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17770
17771         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17772
17773         * text2.C (SetSelection): set correct update status if inset_owner
17774         (ToggleFree): ditto
17775
17776 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17777
17778         * tabular.C: remove some commented code.
17779
17780 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17781
17782         * BufferView_pimpl.C: call hideSplash()
17783
17784         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17785
17786         * include_form.h:
17787         * bibforms.h: remove
17788
17789         * lyxfunc.C:
17790         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17791           add LFUN_CHILD_CREATE
17792
17793         * counters.h: fix tiny typo
17794
17795         * lyx_cb.C:
17796         * lyx.h:
17797         * lyx_gui.C:
17798         * lyx.C: move splash to frontends/xforms/
17799
17800         * lyx_gui_misc.C: move Include and Bibform to frontends
17801
17802         * lyxvc.h: clarify comment
17803
17804         * vspace.C: tiny housekeeping
17805
17806 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17807
17808         * text.C (PrepareToPrint): RTL Fix.
17809
17810         * paragraph.C (GetUChar): New method.
17811         (String):  Use GetUChar.
17812
17813         * buffer.C (asciiParagraph): Use GetUChar.
17814
17815 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17816
17817         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17818
17819 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17820
17821         * buffer.h:
17822         * buffer.C: rename to getLogName(), handle
17823           build log / latex log nicely
17824
17825 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17826
17827         * MenuBackend.C:
17828         * MenuBackend.h: remove support for reference menuitem type.
17829
17830 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17831
17832         * BufferView_pimpl.C: housekeeping
17833         * BufferView_pimpl.h:
17834         * LyXView.h:
17835         * Makefile.am:
17836         * Timeout.C:
17837         * Timeout.h:
17838         * minibuffer.h: move Timeout GUI-I
17839
17840 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17841
17842         * lyxrc.C (read): Update converters data-structures.
17843
17844 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17845
17846         * LaTeX.h (operator!=): add operator != for Aux_Info
17847
17848 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17849
17850         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17851
17852         * LaTeXLog.C: deleted, useful code moved to Buffer
17853
17854         * buffer.h:
17855         * buffer.C: new function getLatexLogName()
17856
17857         * lyx_gui_misc.C:
17858         * lyx_gui.C:
17859         * lyxvc.C:
17860         * lyxvc.h:
17861         * lyxfunc.C: use frontends for LaTeX and VC logs
17862
17863 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17864
17865         * LaTeX.h: yet another std:: that Allan forgot.
17866
17867         * Variables.C (set): renamed from isset(), because this clashes
17868         with some HP-UX macros (grr).
17869
17870 2001-02-06  Allan Rae  <rae@lyx.org>
17871
17872         * LaTeX.h: Another bug fix.  Missing std:: this time.
17873
17874 2001-02-04  Allan Rae  <rae@lyx.org>
17875
17876         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17877         floats problem. I've left it commented out because it's not quite
17878         correct.  It should also test that the current object is a table or
17879         figure inset.  But I haven't gotten around to figuring out how to do
17880         that.  I *think* it'll be something like: "table" == inset.type()
17881
17882         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17883         bool.
17884
17885 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17886
17887         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17888         all the citation/databases/styles in the auxilary file.
17889         (run): Rerun latex if there was a babel language error.
17890
17891 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17892
17893         * text.C (Backspace): Preserve the font when changing newline char
17894         with a space.
17895         (BreakParagraph): If the cursor is before a space, delete the space.
17896
17897         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17898
17899 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17900
17901         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17902         new argument (code).
17903         (ChangeCitationsIfUnique): New method.
17904
17905         * paragraph.C (GetPositionOfInset): Handle bibkey.
17906
17907 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17908
17909         * BufferView_pimpl.h: change type of Position::par_pos to
17910         LyXParagraph::size_type.
17911
17912 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17913
17914         * BufferView_pimpl.C (savePosition, restorePosition): Write
17915         messages to minibuffer.
17916
17917 2001-01-28  José Matos  <jamatos@fep.up.pt>
17918
17919         * buffer.C (makeDocBookFile): adds support for document language.
17920         A silly restriction on the name of LatexCommand types where removed.
17921         Added support for CDATA sections, allows to chars unescaped, used
17922         among others in code, to avoid escape < and >.
17923
17924 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17925
17926         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17927         saved positions instrad of a stack. Furthermore, a position is
17928         stored using paragraph id/paragraph position.
17929
17930         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17931         Remove LFUN_REF_BACK.
17932
17933 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17934
17935         * converter.C (dvipdfm_options): New method.
17936
17937 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17938
17939         * vspace.C (isValidLength): Fix for empty input string.
17940
17941 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17942
17943         * LyXAction.C (init): change description of LFUN_FIGURE to
17944         "Insert Graphics"
17945
17946 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17947
17948         * LaTeX.C: add using directive
17949
17950 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17951
17952         * MenuBackend.C (expand): Fix the sorting of the formats.
17953
17954 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17955
17956         * lyx_main.C: tiny error message fix
17957
17958 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17959
17960         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17961         calling fl_initialize(). This fixes the problem with ',' as
17962         decimal separator in text files.
17963
17964 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17965
17966         * trans.C (process): Fix the keymap bug.
17967
17968 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17969
17970         * LaTeX.C (scanAuxFiles): New method. Provides support for
17971         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17972         (scanLogFile) Scan for "run BibTeX" messages.
17973
17974         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17975         OT1 font encoding. Also, load the aecompl package if the ae
17976         package is loaded.
17977
17978         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17979
17980 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17981
17982         * texrow.C (increasePos): turn two error messages into debug
17983         messages.
17984
17985 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17986
17987         * LaTeX.C (scanAux): Handle the \@input macro.
17988         (runBibTeX): Use scanAux().
17989
17990         * language.C (latex_options_): New field.
17991
17992         * LaTeXFeatures.C (getMacros): Add language macros.
17993
17994         * buffer.C (makeLaTeXFile): Small fix.
17995
17996 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17997
17998         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17999
18000         * text2.C: add a using directive.
18001
18002 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18003
18004         * BufferView2.C:
18005         * lyx_gui_misc.h:
18006         * lyxfr1.C:
18007         * lyxfunc.C: kill LyXBell.
18008
18009 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18010
18011         * text.C (IsBoundary): Remove the error message
18012
18013         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18014
18015         * lyxrc.C (setDefaults): Correct initialization value for
18016         font_norm_type.
18017
18018 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18019
18020         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18021         gotoError().
18022
18023         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18024         and GotoNextNote().
18025
18026         * src/LyXAction.C: Added reference-next.
18027
18028         * text.C (InsertChar): Use contains instead of strchr.
18029
18030         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18031
18032 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18033
18034         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18035         alignment commands (when needed).
18036
18037         * text.C (InsertChar): Add ':' to number separator chars.