]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
b768cd4c8891b252f40480b60b2399ebb8815891
[lyx.git] / src / ChangeLog
1 2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * rowpainter.C (paintText): fix RtL space width display bug (2029)
4
5 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6
7         * text2.C (setCursor): remove the unused 'boundary' parameter for
8         the CursorSlice version; adapt the LCursor version.
9
10         * lyxrc.C (write): 
11         * paragraph_pimpl.C (markErased): 
12         * cursor.C (bruteFind2, bruteFond3): fix warnings.
13
14 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15
16         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
17         as is already done for "chapter".
18
19 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
20
21         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
22         textclass; do not record undo if nothing is changed.
23
24 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
25
26         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
27
28 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
29
30         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
31
32 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
33
34         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
35         combox, it is necessary to search for the topmost paragraph in the
36         cursor stack (bug 1926)
37
38 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
39
40         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
41         end of paragraph. (bug 2010)
42
43 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
44
45         * text.C (leftMargin): check for inInset == 0
46
47 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
48
49         * text.C (leftMargin): test for insetbase's new neverIndent()
50         bool instead of listing each and every inset that does not
51         wish par indendation.
52
53 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
54
55         * buffer_funcs.C (setCounter): put the code to compute enum label
56         here (where it belongs).
57
58         * counters.C (enumLabel): move code to buffer_funcs.C.
59
60 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
61
62         * outputparams.[Ch]: store local_font instead of local_language
63         * paragraph.C (simpleTeXOnePar): adapt to the change above
64
65 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
66
67         * buffer_funcs.C:
68         * counters.[Ch]: clean up special code for Hebrew.
69
70 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
71
72         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
73         than 2.
74
75 2005-09-08  Angus Leeming  <leeming@lyx.org>
76
77         * ispell.C:
78         * lyxrc.C: correct grammar describing invocation of the
79         spellchecker.
80
81 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
82
83         * text.C (read): remove unused variable.
84         (readParToken): remove static Change variable (never good in
85         recursive settings...); add it as a parameter instead.
86
87         * paragraph_pimpl.C (acceptChange): make debug info conditional.
88
89         * metricsinfo.C (PainterInfo): add new member erased_.
90
91         * rowpainter.C (RowPainter): add erased_ member, initialized from
92         PainterInfo. 
93         (paintInset): pass erased_ to Inset::draw.
94
95         * lyxfunc.C (lookupChange): new function. Tells whether change 
96         tracking is disabled at a given postion.
97         (getStatus): disable some actions when in deleted text with change
98         tracking. 
99
100 2005-08-03  John Levon  <levon@movementarian.org>
101         
102         * tabular.C (appendColumn, setMultiColumn): adapt to change to
103         InsetText::clear().
104
105         * paragraph_pimpl.C (markErased): add bool argument and handle it.
106         Also make sure to mark insets recursively.
107         (rejectChange, erase): be recursive
108
109         * paragraph.C (markErased): add bool argument.
110 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
111
112         * lyxfind.C (findNextChange): tiny cleanup.
113
114         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
115         change tracking with the cursor in an inset; make sure the first
116         change is not skipped.
117
118 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
119
120         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
121         tabularStackDirty to work around bug 1919 (tabular needs
122         to know whether its own cell paste buffer or the one of 
123         texted is newer.
124         * CutAndPaste.C: mark tabular_stack_ clean after copy.
125
126 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
127
128         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
129
130 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
131
132         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
133         use old deleteion algorithm when changetracking is on.
134
135 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
136
137         * messages.C (get): add debug output.
138
139 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
140
141         * text.C (cursorX): fix bug 1965: cursor movement at
142         line end broken in RtL.
143         (drawSelection): fix bug 1970: drawing of single-line 
144         selection broken for RtL.
145
146 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
147
148         bug 465.
149
150         * dociterator.h (clear, push_back, pop_back): change from
151         protected to public.
152
153         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
154         and changed to just return the value of the item depth; take a
155         ParIterator as argument; take the itemdepth at outer nesting level
156         in account if necessary; cleanup and comment the code.
157         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
158         and changed to just return true if reset is needed; take a
159         ParIterator as argument; cleanup and comment the code.
160         (setCounter): adapt to above changes.
161
162 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
163
164         * text3.C (dispatch): make debug message optional
165
166 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
167
168         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
169         inset. (bug 1963)
170
171 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
172
173         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
174
175 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
176
177         * text.C (insertChar):
178         * text2.C (deleteEmptyParagraphMechanism): take care whether 
179         a blank has been deleted (in change tracking mode) (bug 1254).
180
181 2005-07-20  John Levon  <levon@movementarian.org>
182
183         * text2.C (insertStringAsLines): remove old dubious code,
184         fixing bug 1939.
185
186 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
187
188         * MenuBackend.C (expandToc): use Floating::listName() as title of
189         the floats submenus.
190
191 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
192
193         * toc.[Ch]: Do not use translatable strings (bug 1870).
194
195 2005-07-20  John Levon  <levon@movementarian.org>
196
197         * tabular.C: fix 1748 - setting multicolumn adds
198           left line to the first cell
199
200 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
201
202         bug 1920
203         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
204         pars in one go.
205
206 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
207
208         * messages.C: supress some lyxerr messages
209
210 2005-07-18  Juergen Vigna  <jug@lyx.org>
211
212         * text.C (drawSelection): honor boundary when asking for cursorX.
213
214 2005-07-17  José Matos  <jamatos@fc.up.pt>
215
216         * tabular.C (recalculateMulticolumns): fix handling of one column
217         tables.
218
219 2005-07-17  Juergen Vigna  <jug@lyx.org>
220
221         * text.C (Delete, backspace): fixed so that paragraph with the
222         same layout can be merged by Delete/Backspace.
223
224 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
225
226         * text.C (readParToken): fix spelling.
227
228 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
229
230         * text2.C: fix counter update for DEPM problem reported by
231         Georg Baum
232
233 2005-07-17  Juergen Vigna  <jug@lyx.org>
234
235         * BufferView_pimpl.C (setBuffer): save/restore the
236         cursor/selection when switching buffers
237
238         * buffer.h: 
239         * buffer.C (saveCursor): add saveDocumentIterators to save the
240         cursor when switching buffer.
241
242 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
243
244         * debug.C: fix typo
245         * buffer.C: clarify message
246         
247 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
248
249         * dociterator.C (DocIterator): fix initialization order
250
251 2005-07-17  Juergen Vigna  <jug@lyx.org>
252
253         * text2.C (cursorHome): 
254         * text.C (drawSelection, cursorX): 
255         * dociterator.C (textRow): add boundary to getRow() call
256
257         * paragraph.C (getRow): implementation of below
258
259         * paragraph.h: add parameter boundary for getRow() function
260
261 2005-07-17  José Matos  <jamatos@fc.up.pt>
262
263         * buffer.C:
264         * bufferparams.[Ch]:
265         * tex-strings.[Ch]: new file format, remove support for a4.sty,
266         a4wide.sty and a4widemargins.
267
268 2005-07-17  Juergen Vigna  <jug@lyx.org>
269
270         * text2.C (cursorLeft): fix one of error
271
272 2005-07-17  Juergen Vigna  <jug@lyx.org>
273
274         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
275                    cursorEnd):
276         more fixes for boundary handling
277
278         * text3.C (dispatch): don't reset cursor if boundary has changed
279         on cursor movement.
280
281 2005-07-16  Juergen Vigna  <jug@lyx.org>
282
283         * text2.C (getColumnNearX): hopefully got it right now,
284         check if we are on column 0 for special case.
285
286 2005-07-16  Juergen Vigna  <jug@lyx.org>
287
288         * text2.C (getColumnNearX): handle special case Newline Inset
289
290         * text.C (singleWidth): Just remove bogus check
291
292 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
293
294         * funcrequest.C (split): avoid reading uninitialized char c
295
296 2005-07-16  José Matos  <jamatos@fc.up.pt>
297
298         * buffer.C:
299         * converter.C:
300         * lyxrc.C:
301         * paper.h:
302         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
303         single papersize variable.
304
305 2005-07-16  Juergen Vigna  <jug@lyx.org>
306
307         * text3.C (dispatch): honor boundary when checking if a cursor
308         movement has been done
309
310         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
311         (setCursor, setCursorIntern): fix cursor movement with boundary
312
313 2005-07-16  Juergen Vigna  <jug@lyx.org>
314
315         * text.C (currentState): output the actual Boundary
316
317 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
318
319         * factory.C (createInset): fix bad logic for tabular creation
320
321 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
322
323         * lyx_main.C (init): change some reLyX reference to tex2lyx
324
325 2005-07-16  Juergen Vigna  <jug@lyx.org>
326
327         * dociterator.C (DocIterator): initialize boundary
328
329 2005-07-16  Juergen Vigna  <jug@lyx.org>
330
331         * text2.C (getColumnNearX): Consider rows without trailing blank.  
332
333 2005-07-16  André Pönitz  <poenitz@gmx.net>
334
335         * lyxfont.h: Change order of declarations to give the compiler
336         a better chance to inline things
337
338         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
339         questions on unsaved docs for better scritability
340
341 2005-07-16  André Pönitz  <poenitz@gmx.net>
342
343         * paragraph.h (getChar): remove asserts as the same kind of security
344         can be achieved by using a suitable standard library implementation
345         and the function was in the critical path (25.9% in profiler)
346
347 2005-07-16  Juergen Vigna  <jug@lyx.org>
348
349         * cursor.C (bruteFind2):
350         * bufferview_funcs.C (coordOffset): 
351         * text.C (cursorX,cursorY): Handle cursor position after last char
352         in row before a inset which uses a whole row.
353
354 2005-07-15  José Matos <jamatos@lyx.org>
355
356         * output_plaintext.[Ch] (writeFileAscii): control reference title
357         printing.
358         (asciiParagraph): noparbreak was already deal and was incorrectly
359         used.
360
361 2005-07-15  Juergen Vigna <jug@lyx.org>
362
363         * lyxfunc.C (dispatch): save and restore the cursor after a
364         textclass switch.
365
366 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
367
368         * text.C (backspace): bug 806 for empty keepempty paragraphs we
369         change the layout to default before letting DEPM do its thing.
370
371         * paragraph_funcs.C (breakParagraph): dont reset the layout on
372         keepEmpty paragraphs
373
374         * text.C (setCursorFromCoordinates): add a debug statement
375
376         * text2.C (getColumnNearX): bug 1825 make sure that we don't
377         return a pos that is not on the row
378
379         * output_latex.C (TeXDeeper): get rid of potential dereferencing
380         of past the end iterator
381
382 2005-07-14  André Pönitz  <poenitz@gmx.net>
383
384         * undo.C (recordUndoFullBuffer): implement undo for
385         textclass switches
386
387 2005-07-14  André Pönitz  <poenitz@gmx.net>
388
389         * cursor.C (setSelection): open insets when selection is set there
390         to avoid crashs with cold coord cache
391
392 2005-07-14  André Pönitz  <poenitz@gmx.net>
393
394         * trans_mgr.C (insert): move cursor to the right after inserting
395         a char.
396
397 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
398
399         * BufferView_pimpl.C (update): dampen some of the debug blabbering
400         * factory.C (readInset): ditto
401         * text.C, text2.C: ditto
402
403 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
404
405         * buffer.C: format incremented to 242. There is no file format per
406         se, but the "frenchb" language has been removed from lib/language
407         and has to be translated to "french" by lyx2lyx.
408
409 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
410
411         * cursor_slice.h, dociterator.h: add some documentation
412         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
413
414 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
415
416         * text.C (leftMargin): do not add identation to display() style
417         insets, because they are always centered (bug 1293).
418
419 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
420
421         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
422         formatted_time methods in support/lyxtime.
423
424 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
425
426         * toc.[Ch]: new method getGuiName, which is used by the frontends 
427         to set the toc combo (fixes bug 1870). Make TOC string translatable.
428
429 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
430
431         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
432         StableDocIterator const &)
433         * undo.C (recordUndo): use the above instead of cell.size() comparison
434         (fixes bug 1808; instructed by Andr�.
435
436 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
437
438         * cursor_slice.h: 
439         * dociterator.h: Fix the assert when copying rows/cols in math
440
441 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
442
443         * BufferView_pimpl.C:
444         * LyXAction.C:
445         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
446
447         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
448         (findInset): new functions, refactored from goto Inset that return 
449         the position of a certain inset without setting the buffer's cursor
450         (by Jean-Marc); 
451         (gotoInset): rewrite to call findInset and then set the cursor
452         (by Jean-Marc).
453
454 2005-06-16  Angus Leeming  <leeming@lyx.org>
455
456         * lyxrc.C (output, read): wrap all input and output of paths with
457         calls to os::internal_path and os::external_path, respectively.
458         (output): wrap bind_file inside quotes.
459
460         * format.C (view): enable the viewer to use the '$$s' placeholder.
461
462 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
463
464         * LColor.[Ch] (getFromLaTeXName): new
465
466 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
467
468         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
469
470 2005-06-14  Angus Leeming  <leeming@lyx.org>
471
472         * lyx_main.C (init): ensure that the LyX binary dir is the first
473         element in the PATH on non-POSIX builds.
474
475 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
476
477         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
478
479 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
480
481         * rowpainter.C (paintInset, paintHebrewComposeChar)
482         (paintArabicComposeChar, paintChars): add a LyXFont argument.
483         (paintChars): use getFontSpan to reduce calls to getFont to a
484         minimum; use Paragraph::lookupChange instead of isXXXText.
485         (paintForeignMark): rename LyXFont argument.
486         (paintFromPos): pass a LyXFont object to the various paintXXX
487         methods.
488
489         * FontIterator.C (FontIterator, operator++): use
490         Paragraph::getFontSpan
491
492         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
493         version that returns the font span as a pair.
494
495 2005-06-09  Angus Leeming  <leeming@lyx.org>
496
497         * converter.C (convert): Don't forget "outfile = real_outfile" as
498         the final step in a conversion where the input and output file names
499         are the same. Otherwise, future conversion steps won't work...
500
501 2005-06-09  Angus Leeming  <leeming@lyx.org>
502
503         * lyxsocket.C: remove stub code as it isn't needed by
504         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
505
506 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
507
508         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
509         effectively disabled -x
510
511 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
512
513         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
514         when it actually makes sense.
515
516 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
517
518         * BufferView_pimpl.C: revert to showCursor in connection with
519         Lars's front-end stack
520
521 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
522
523         * text.C (redoParagraph): move cursor right after a bibitem
524         has been inserted.
525
526         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
527
528 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
529
530         * buffer_funcs.C (bufferErrors): fix computation of the end of an
531         error range.
532
533 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
534
535         * BufferView.[Ch] (update):
536         * BufferView_pimpl.[Ch] (update, metrics):
537         * dimension.h (operator==):
538         * lyxfunc.C (dispatch):
539         * metricsinfo.h (ViewMetricsInfo):
540         * rowpainter.C (paintText):
541         * lyxtext.h:
542         * text.C (redoParagraph):
543         * text3.C (dispatch): Make LyX only repaint current paragraph in
544         case of character insert --> speedup. Also fix cursor draw
545         artifacts
546
547 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
548
549         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
550         avoid a crash (bug 1891)
551
552 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
553
554         Fix bug 1892:
555
556         * text2.C (getStringToIndex): constify cur argument.
557
558         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
559         argument has been given
560         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
561         try to invoke LFUN_INSET_APPLY).
562
563         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
564         if no inset was created by doInsertInset
565         (doInsertInset): return true if an inset has been inserted.
566
567 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
568
569         * vspace.C (asGUIName): new method. A version of the space
570         suitable for showing on screen.
571
572 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
573
574         * MenuBackend.C:
575         * lyxrc.C: rename "ASCII" to "Plain Text"
576
577 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
578
579         * buffer_funcs.C (expandLabel): take a Buffer as argument;
580         translate the labelstring.
581         (setCounter): translate labelstring as needed.
582
583         * output_docbook.C (makeCommand): fix expandLabel invokation
584
585 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
586
587         * BufferView.C: fix dialog title
588
589 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
590
591         * lyx_main.C (priv_exec): fix logic error with help from Angus
592         * lyx_main.C (parse_execute): set is_gui = false and remove now
593         obsolete comment about a segfault
594
595 2005-05-18  Angus Leeming  <leeming@lyx.org>
596
597         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
598
599 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
600
601         * tabular.[hC]: added setCellInset to fix tabular paste.
602
603 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
604
605         * buffer.C (save): check if destination is writable before trying
606         to copy a file
607
608 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
609
610         * BufferView_pimpl.C (update): fix processEvents -caused update
611         recursion bug
612
613 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
614
615         * buffer_funcs.C (setCounter): fix test for numbering of
616         environments.
617
618         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
619         depth correctly; use optional argument when it exists
620
621         * lyxtextclass.C: remove unused MaxCounterTags enum
622         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
623         (max_toclevel, min_toclevel): new methods.
624
625         * MenuBackend.C (expandToc2): fix case where depth is smaller than
626         the smallest depth in toc.
627
628         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
629         layouts that should not appear in a table of contents.
630
631 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
632
633         * cursor.h (undispatched, noUpdate): add comments from Andr�
634 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
635
636         * lfuns.h:
637         * LyXAction.C:
638         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
639
640 2005-05-07  André Pönitz  <poenitz@gmx.net>
641
642         * cursor.[Ch] (leaveInset): new function
643
644 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
645
646         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
647
648 2005-05-04  Angus Leeming  <leeming@lyx.org>
649
650         * lyxfunc.C (getStatus): disable the spell checker dialog if
651         none of USE_[AIP]SPELL are defined.
652
653 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
654
655         * tabular.C (setWidthOfCell): remove obsolete comment
656
657 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
658
659         * paragraph.C (bibitem):
660         * buffer_funcs.C (setCounter):
661         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
662
663 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
664
665         * text3.C (getStatus): immediately return after setOnOff
666
667         * rowpainter.C: fix drawing of appendix start
668
669 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
670
671         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
672         SwitchBetweenClasses and remove the unused return value.
673         Handle character styles, too
674
675 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
676
677         * factory.C (createInset): handle undefined character styles
678
679 2005-05-02  Angus Leeming  <leeming@lyx.org>
680
681         * buffer.C: protect the #include of utime.h with a preprocessor
682         guard.
683
684 2005-05-02  Angus Leeming  <leeming@lyx.org>
685
686         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
687         function so that auto-saving works, albeit in a blocking manner.
688
689         * Makefile.am: make compilation of the client sub directory, of
690         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
691         on conditionals set at configure time.
692
693         * SpellBase.[Ch]: no longer an abstract base class. Instead,
694         it can be compiled in its own right but has no-op functionality.
695
696         * aspell.C, pspell.C: remove preprocessor guards. The files should
697         be compiled only if the necessary functionality exists.
698
699         * lyxserver.C, lyxsocket.C: disable on Windows.
700
701 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
702
703         * text.C (leftMargin): Fix the parindent use bug (1764)
704         by dirty trick
705
706 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
707
708         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
709         argument.
710
711 2005-04-25  Angus Leeming  <leeming@lyx.org>
712
713         * Bidi.[Ch]:
714         * coordcache.[Ch]:
715         * ispell.C:
716         * lyxserver.C:
717         * mover.C:
718         * pch.h:
719         include <config.h> in .C files, not .h ones.
720         add licence blurb.
721         protect headers inside preprocessor guards.
722
723 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
724
725         * FuncStatus.h (StatusCodes): document
726
727 2005-04-21  André Pönitz  <poenitz@gmx.net>
728
729         * FuncStatus.h (enabled, onoff): document
730
731 2005-04-19  Angus Leeming  <leeming@lyx.org>
732
733         * BufferView_pimpl.C (cursorToggle): no longer test whether
734         any child processes have been reaped before calling
735         handleCompletedProcesses().
736
737 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
738
739         * text3.C (dispatch): fix, finally fix, the language problem in
740         new lyxtexts, without disabling on-the-fly font changes (Helge's
741         bug report)
742
743 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
744
745         * text3.C (dispatch): set cursor on double/triple click events
746         (bug 1811)
747
748 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
749
750         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
751         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
752
753         * rowpainter.C (paintFirst): simplify the code a little bit. In
754         particular, remove the test for secnumdepth.
755         * text.C (setHeightOfRow): only allocate space for chapter number
756         when updateCounters provided an actual label, instead of looking
757         at secnumdepth directly.
758
759         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
760
761         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
762         paragraphs when secnumdepth is large enough or, for environments,
763         when they are not the first in a sequence.
764
765 2005-04-17  Angus Leeming  <leeming@lyx.org>
766
767         * buffer.C (makeLaTeXFile): replace code to manipulate a path
768         containing space and '~' characters with a call to latex_path().
769
770 2005-04-17  Angus Leeming  <leeming@lyx.org>
771
772         * converter.C (convert): protect all args of convertDefault.sh
773         script with quotes.
774
775 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
776
777         * text3.C (dispatch): change the layout to "Caption" after inserting
778         a float.
779
780 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
781
782         * text3.C (dispatch): fix language problem in newly created
783         textinsets (and main text) in non-english docs
784
785 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
786
787         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
788         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
789         * text3.C (getStatus): disable LFUN_INSET_MODIFY
790
791 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
792
793         * lyxtext.h:
794         * text.C (metrics):
795         * text2.C (getFont):
796         * rowpainter.C (getFont): Fix metrics bug introduced by inset
797         fonts fix
798
799 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
800
801         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
802         output of \item arguments without trailing text.
803
804 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
805
806         * FontIterator.C (operator*): avoid a copy of the font.
807
808 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
809
810         * rowpainter.C (getFont): fix language bug from previous fix
811
812 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
813
814         * rowpainter.C (RowPainter, getFont): fix font inside inset
815         (bugs 1766, 1809)
816
817 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
818
819         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
820         preventing inserted font, deco, delim insets jumping to start of
821         surrounding inset.
822
823 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
824
825         * lyxfunc.C (dispatch): translate message before sending it to the
826         minibuffer.
827
828 2005-03-29  Angus Leeming  <leeming@lyx.org>
829
830         * lyx_main.C (priv_exec): call os::internal_path on each file passed
831         to LyX on the command line.
832
833 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
834
835         * vc-backend.C: use QuoteName to protect file names wherever
836         necessary.
837
838 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
839
840         * buffer.[Ch]:
841         * BranchList.h: fix bugs 1844,1845: document settings don't
842         stick
843
844 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
845
846         * lyxrc.C (setDefaults, read, output, getDescription): add support
847         for tex_allows_spaces.
848
849         * exporter.C (Export): allows files in directory containing spaces
850         if tex_allows_spaces is true.
851
852         * buffer.C (makeLaTeXFile): if the document path contains spaces,
853         output it in double quotes.
854
855 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
856
857         * rowpainter.C: use default text height for drawing change tracker
858         strikeout lines.
859
860 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
861
862         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
863
864 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
865
866         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
867         directory is missing.
868
869 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
870
871         * text2.C: fixed the fix, extended to other case.
872
873 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
874
875         * text2.C: fix for cursor up/down stuck in math [bug 1792]
876
877 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
878
879         * text2.C (cursorUp): get rid of a crash
880         * text.C (x2pos): add an assert
881
882 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
883
884         * lyxfunc.C (getStatus): fix warning when assertions are disabled
885
886         * text3.C:
887         * lyxfunc.C:
888         * dociterator.C: include <boost/current_function.hpp>, which is
889         needed when assertions are disabled.
890
891 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
892
893         * text2.C: fix for stuck cursor when traversing two
894         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
895
896 2005-02-25  Andreas Vox  <avox@arcor.de>
897
898         * output_docbook.C (makeParagraph): suppress trailing newline
899         after a run of paragraphs
900
901 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
902
903         * paragraph.C: fix for confused change tracker when pasting
904         text that begins with a lineseparator. [bug 1827]
905         (setChange(0, Change::INSERTED);)
906
907         * paragraph_funcs.C: fix for lost changes on triple-paste
908         in change tracking mode [bug 1827] (par.setChange()).
909
910 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
911
912         * text2.C (updateCounters, setCounter, expandLabel): move to
913         buffer_funcs.
914
915         * buffer_funcs.C (updateCounters): turn into a free standing
916         function and add a buffer parameter. Remove dead code for tracking
917         labelstring change.
918         (setCounter): change into a free-standing function which gets a
919         dociterator as argument. Use this iterator to fix captions in a
920         simple way. When no float is found above the caption, use the
921         labelstring of the caption layout as default.
922
923         * text.C (breakParagraph, backspace):
924         * text2.C (init, setLayout, changeDepth):
925         * text3.C (dispatch):
926         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
927         updateCounters.
928
929         * dociterator.C (forwardPar): make it much faster by calling
930         forwardPos() only when really necessary.
931
932         * output_docbook.C (makeCommand): adapt to expandLabel move.
933
934         * cursor.C: remove unused variable
935
936 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
937
938         * paragraph_funcs.C: fix crash when pasting insets in change
939         tracking mode [bug 1277] (honour change type in moveItem).
940
941 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
942
943         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
944
945 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
946
947         * BufferView.C (setCursor): change to use a DocIterator.
948         (gotoLabel): use BufferView::setCursor (other part of bug 781).
949         (putSelectionAt): adapt to BufferView::setCursor change.
950
951         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
952         moved here from LyXText and rewritten to use proper cursor
953         methods. Fixes bug 1787, 616 and 835.
954
955         * BufferView_pimpl.C (restorePosition): set the cursor correctly
956         when inside an inset (part of bug 781).
957         (dispatch): adapt to change of BufferView::setCursor.
958         (getStatus, dispatch): handle LFUN_GOTOERROR,
959         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
960
961         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
962         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
963         * text3.C (gotoNextInset, gotoInset): removed.
964
965 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
966
967         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
968
969 2005-02-15  Angus Leeming  <leeming@lyx.org>
970
971         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
972         can be used meaningfully in a comparison.
973
974 2005-02-13  André Pönitz  <poenitz@gmx.net>
975
976         * bufferview_funcs.C (coordOffset): improve cursor drawing
977
978 2005-02-13  André Pönitz  <poenitz@gmx.net>
979
980         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
981         * Cursor.C (dispatch): use fixIfBroken
982         * lyxfunc.C (getStatus): use fixIfBroken
983
984 2005-02-15  Angus Leeming  <leeming@lyx.org>
985
986         * lyx_main.C (error_handler):
987         * lyxfunc.C:
988         * lyxrc.C (setDefaults):
989         s/GetEnv/getEnv/.
990         #include "environment.h".
991
992         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
993
994 2005-02-15  Angus Leeming  <leeming@lyx.org>
995
996         * lyxserver.C (startPipe): squash MSVC warning "local variable
997         'fd' used without having been initialized".
998
999 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1000
1001         * BufferView_pimpl.C: revert accidental commit.
1002
1003 2005-02-14  André Pönitz  <poenitz@gmx.net>
1004
1005         * dociterator.[Ch]: new member forwardPosNoDescent(),
1006         which doesn't enter nested insets.
1007         * text2.C (setFont): use forwardPosNoDescent() instead
1008         of ForwardPos() (fixes crash on font change).
1009
1010 2005-02-13  Angus Leeming  <leeming@lyx.org>
1011
1012         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1013         only if lyxrc.path_prefix is not empty.
1014
1015 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1016
1017         * bufferparams.C (readGraphicsDriver): prevent crash
1018
1019 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1020
1021         * text2.C (setCounter): check for inInset() == 0
1022
1023 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1024
1025         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1026         but use update() to get correct screen display; use convert
1027         instead of istringstream.
1028         (getStatus): handle LFUN_GOTO_PARAGRAPH
1029
1030         * lyxfunc.C (dispatch, getStatus): do not handle
1031         LFUN_GOTO_PARAGRAPH here.
1032
1033 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1034
1035         * text3.C (dispatch): size() -> depth()
1036
1037         * text2.C: remove some debug output
1038
1039         * paragraph.C: ws changes only
1040
1041         * lyxfunc.C (getStatus): size() -> depth()
1042
1043         * dociterator.h (clear, push_back, pop_back, internalData,
1044         operator[], resize, empty): new functions
1045         Make StableDocIterator and operator== be friends. Don't inherit
1046         from std::vector use a privat class variable slices_ instead.
1047         Modify to fit.
1048
1049         * dociterator.C: update because of not inheriting from std::vector
1050         anymore. Call explictly to slices_ instead. Use depth() instead of
1051         size() and top() instead of back()
1052
1053         * cursor.C: chagne size() -> depth and back() -> top(). Also
1054         remove some direct operator[](i) calls in favour of foo[i]
1055         (getFont): remove some dead code
1056
1057         * bufferview_funcs.C (coordOffset): size() -> depth()
1058
1059         * buffer.C: ws changes only
1060
1061         * CutAndPaste.C (eraseSelection): back() -> top()
1062
1063         * BufferView_pimpl.C (selectionRequested): back() -> top()
1064
1065         * BufferView.C (setCursor): size() -> depth()
1066
1067 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1068
1069         * text3.C (cursorPrevious): return true if depm changed something
1070         (cursorNext): ditto
1071         (dispatch): rename sl to oldTopSlice, remove moving use the new
1072         NoUpdate func attrib instead. Make sure that needsUpdate is set
1073         for function that have NoUpdate, but where depm might have changed
1074         the buffer anyway.
1075
1076         * text2.C (cursorLeft): make us return true if depm changed
1077         something
1078         (cursorRight): ditto
1079         (cursorUpParagraph): ditto
1080         (curosrDownParagraph): ditto
1081         (cursorUp, cursorDown): ditto, make sure to read comments in code
1082         (deleteEmptyParagraphMechanism): remove an assert, also return
1083         true if just a single char was deleted.
1084
1085         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1086         cursor that we modify, to avoid modifying an active cursor before
1087         we call setCursor. This allows depm to run. Also return true if
1088         depm deleted something.
1089
1090         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1091         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1092         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1093         something was changed in the buffer because of them (ie. depm run)
1094
1095         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1096         debug messages. Make update by default be false. Make sure that
1097         the result of update is retained throught several calls down to
1098         dispatch.
1099
1100         * LyXAction.h: add a new func_attrib: NoUpdate
1101
1102         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1103         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1104         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1105         and LFUN_WORDLEFT
1106         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1107
1108 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1109
1110         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1111         bv_->owner(), bv_->buffer() by direct references to the private
1112         members.
1113         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1114         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1115         (fitCursor): center() is in BufferView::Pimpl.
1116         (getStatus, trackChanges, dispatch): no need for a temporary buf
1117         variable
1118         (fitCursor, workAreaDispatch): use workarea().workheight()
1119
1120 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1121
1122         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1123
1124 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1125
1126         * buffer.C: format up to 241.
1127         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1128         break if pasting into ERT
1129         * lyxfunc.C (getStatus): suppress mathpanel and
1130         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1131
1132 2005-02-01  Angus Leeming  <leeming@lyx.org>
1133
1134         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1135
1136 2005-02-01  Angus Leeming  <leeming@lyx.org>
1137
1138         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1139         calling fs::is_directory().
1140
1141 2005-01-31  Angus Leeming  <leeming@lyx.org>
1142
1143         * lyx_main.C (priv_exec): specify explicitly the relative location
1144         of the top level build directory when run in-place.
1145
1146 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1147
1148         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1149         LyXText containing the cursor, not the top-level one.
1150
1151         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1152         true.
1153         (insertStringAsLines): rename par to pit; use temporary variable
1154         par to hold a Paragraph; do not store par.layout() in a variable,
1155         since the pointer may die when breaking paragraphs; pass pars to
1156         breakParagraph() instead of Buffer::paragraphs().
1157
1158 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1159
1160         * lyxlex_pimpl.h: #include <fstream>.
1161
1162         * BufferView.[Ch] (getLyXText): add a const version.
1163
1164         * BufferView_pimpl.C: add debug aids.
1165
1166         * RowList_fwd.h:
1167         * buffer.h:
1168         * lyxrow.h:
1169         * paragraph_funcs.h: add commentary explaining what the class does.
1170
1171
1172         * coordcache.[Ch]: add lots of commentary.
1173         (startUpdating, doneUpdating): debug aids.
1174         (arrays, insets, parPos, getParPos): accessors to private data.
1175
1176         * cursor_slice.[Ch] (text): add a const version.
1177         * dociterator.[Ch] (text, innerText): add const versions.
1178
1179         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1180         bool.
1181
1182         * paragraph.C (getRow, pos2ros): add asserts.
1183
1184         * paragraph.h: add commentary. Lots of.
1185
1186         * paragraph.[Ch] (metrucs, draw): removed.
1187
1188         * cursor.C:
1189         * rowpainter.[Ch]: const-correct changes.
1190
1191         * text.C: various obvious clean-ups. Removal of ancient cruft.
1192         Bug fixes, even.
1193
1194 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1195
1196         * vc-backend.C (find_file): rewrite to use boost.filesystem
1197         (scanMaster): ditto
1198
1199         * main.C (main): set default name check for boost.filesystem to
1200         no check
1201
1202         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1203         (open): ditto
1204         (doImport): ditto
1205         (actOnUpdatedPrefs): ditto
1206
1207         * lyx_main.C (init): rewrite to use boost.filesystem
1208         (queryUserLyXDir): ditto
1209
1210         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1211         (getContentsOfAsciiFile): ditto
1212
1213         * lastfiles.C (readFile): rewrite to use boost.filesystem
1214
1215         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1216
1217         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1218         (loadLyXFile): ditto
1219
1220         * buffer.C (Buffer): adjust for destroydir
1221         (getLogName): rewrite to use boost.filesystem
1222         (setFileName): ditto
1223         (save): use fs::copy_file (from fs_extras)
1224
1225         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1226
1227         * LaTeX.C (run): rewrite to use boost.filesystem
1228         (scanAuxFiles): ditto
1229         (handleFoundFile): ditto
1230
1231 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1232
1233         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1234
1235         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1236
1237 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1238
1239         * lyxlayout.[Ch]: change some vars from float to double
1240
1241         * buffer.C (readFile): make a local var const
1242
1243         * Several files: use convert<> instead of atoi,strToXXX and friends
1244
1245 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1246
1247         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1248         holds the contents of packages.lst. New functions getAvailable
1249         and isAvailable to parse and check that list, resp.
1250
1251         * LyXAction.C:
1252         * lfuns.h:
1253         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1254
1255         * bufferparams.[Ch]: new param output_changes.
1256
1257         * Buffer.C: increase file format to 240.
1258         Use output_changes and isVailable.
1259
1260         * changes.[Ch]:
1261         * paragraph.C:
1262         * paragraph_pimpl.C: Use output_changes and isVailable.
1263
1264 2005-01-23  Angus Leeming  <leeming@lyx.org>
1265
1266         * output_latex.C: #include "insetbibitem.h", rather than
1267         forward declare function bibitemWidest.
1268
1269 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1270
1271         * lyx_main.C (init): make it compile on the Mac.
1272
1273 2005-01-20  Angus Leeming  <leeming@lyx.org>
1274
1275         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1276         (setLyXMisc): (char string literal) != (char string literal) is
1277         performing a comparison on the addresses. Convert one operand
1278         explicitly to string to guarantee expected behaviour.
1279         From MSVC warning.
1280
1281 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1282
1283         * buffer.C:
1284         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1285
1286         * output_plaintext.C: remove unneeded #include gzstream.h.
1287
1288 2005-01-20  Angus Leeming  <leeming@lyx.org>
1289
1290         * SpellBase.h: rename some of the elements of the Result enum.
1291
1292         * aspell_local.h:
1293         * ispell.h:
1294         * pspell.h:
1295         * aspell.C (check):
1296         * ispell.C (check):
1297         * pspell.C (check): ditto
1298
1299 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1300
1301         * buffer.C: add #include <fstream>.
1302
1303         * lyx_main.C (init): Compile fix.
1304
1305         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1306
1307 2005-01-20  Angus Leeming  <leeming@lyx.org>
1308
1309         * mover.h: change commentary to reflect the changed meaning of
1310         the $$s placeholder.
1311
1312 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1313
1314         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1315
1316         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1317
1318 2005-01-20  Angus Leeming  <leeming@lyx.org>
1319
1320         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1321         printing diagnostic data by not dereferecing an iterator past the
1322         end.
1323
1324 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1325
1326         * buffer.C (readHeader): use "&&" rather than "and".
1327
1328         * lyxserver.h (inPipeName, outPipeName): make these const.
1329
1330 2005-01-19  Angus Leeming  <leeming@lyx.org>
1331
1332         * lyx_main.C (error_handler, init): protect SIGHUP with
1333         #ifdef SIGHUP guards.
1334
1335 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1336
1337         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1338
1339 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1340
1341         * text.C (setHeightOfRow): add a margin at the top and bottom of
1342         the document (bug 1761)
1343
1344 2005-01-17  Angus Leeming  <leeming@lyx.org>
1345
1346         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1347         with "python ". Workaround for a brain-dead Windows.
1348
1349 2005-01-16  Angus Leeming  <leeming@lyx.org>
1350
1351         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1352         for MacOSX and Windows to use prependEnvPath.
1353         Strip out the hard-coded block to add elements to the PATH for
1354         MacOSX and replace it with a call to prependEnvPath using the
1355         contents of LyXRC::path_prefix.
1356         (queryUserLyXDir): strip out the code to run reconfigure, instead
1357         returning a boolean indicating the necessity to do so.
1358         (reconfigureUserLyXDir): contains the code to reconfigure the
1359         user support directory. Is now called after the various LyXRC data
1360         files have been read.
1361
1362         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1363
1364 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1365
1366         * converter.[Ch] (convert): take a new parameter try_default. Use
1367         a default converter (imagemagick) if try_default is true.
1368
1369 2005-01-13  Angus Leeming  <leeming@lyx.org>
1370
1371         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1372         os::cygwin_path_fix.
1373         (write): output LyXRC::cygwin_path_fix as necessary.
1374
1375 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1376
1377         * lyxrc.h:
1378         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1379
1380 2005-01-12  Angus Leeming  <leeming@lyx.org>
1381
1382         * lyx_main.C (init): set the PATH variable to include the
1383         directory containing the LyX binary when running on Mac or Windows.
1384
1385 2005-01-12  Angus Leeming  <leeming@lyx.org>
1386
1387         * lyx_main.C (init): remove cruft that purports to set the locale
1388         dir. It doesn't and is not needed anyway.
1389
1390 2005-01-10  Angus Leeming  <leeming@lyx.org>
1391
1392         * Makefile.am: remove the lyx_main.C special casing.
1393
1394         * BufferView_pimpl.C:
1395         * bufferlist.C:
1396         * exporter.C:
1397         * lyx_cb.C:
1398         * lyx_main.C:
1399         * lyxfunc.C:
1400         * messages.C: use support/package.h to provide the paths to the
1401         various directories used by LyX.
1402
1403 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1404
1405         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1406         layout if pasting into an empty paragraph)
1407
1408 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1409
1410         * tex-accent.C: add <string>
1411
1412 2005-01-06  José Matos  <jamatos@lyx.org>
1413
1414         * ParagraphParameters.C (write): put every parameter in its own line.
1415         * paragraph.C (write): reduce number of consecutive empty lines exported.
1416         * buffer.C (LYX_FORMAT): increase file format to 239.
1417
1418 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1419
1420         * everywhere: change support/tostr.h -> support/convert.h
1421
1422         * tabular.C: make all write_attributes templates, tostr -> convert
1423
1424         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1425         (emptyTag): and -> &&, and fix type for ret from getChar
1426         (getFirstWord): fix type for ret from getChar
1427         (onlyText): and -> &&
1428         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1429         getChar
1430
1431         * toc.C (goTo, action):
1432         * text3.C (dispatch):
1433         * text.C (currentState):
1434         * tex-accent.C (DoAccent):
1435         * sgml.C:
1436         * lyxrc.C:
1437         * lyxfunc.C (menuNew):
1438         * lyxfinc.C (replace):
1439         * counters.C (laberItem):
1440         * bufferview_funcs.C (font2string):
1441         * bufferparams.C (writeFile):
1442         * buffer.C (readFile):
1443         * Spacing.C (set):
1444         * MenuBackend.C: tostr -> convert
1445
1446         * LaTeX.C (runMessage): fix format
1447         (scanAuxFiles): tostr -> convert
1448
1449         * BufferView_pimpl.C (savePosition): fix format
1450         (restorePosition): ditto
1451         (dispatch): ditto
1452
1453 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1454
1455         * Spacing.[Ch]: New method getValueAsString().
1456
1457         * Spacing.[Ch]:
1458         * bufferparams.C:
1459         * ParagraphParameters.C:
1460         * lyxlayout.C:
1461         * text.C:
1462         * text3.C: store/read spacing value as string.
1463
1464         * rowpainter.C: change float value (spacing_val) to double.
1465
1466         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1467         broken custom document spacing).
1468
1469 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1470
1471         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1472         namespace, also more use of temp references and const
1473
1474         * cursor.[Ch] (getStatus): move to lyxfunc.C
1475
1476         * bufferparams.C: reformat slightly
1477
1478         * bufferview_funcs.C (font2string): constify arg
1479
1480         * changes.C:
1481         * converter.C:
1482         * counters.C:
1483         * bufferlist.C:
1484         * buffer_funcs.C: (many funcs): constify arg on function
1485         definitions, also make more local vars const, also add ASSERTS on
1486         pointer args.
1487
1488         * buffer.C (LYX_FORMAT): put const in correct place
1489         (many funcs): constify arg on function definitions, also make
1490         more local vars const
1491
1492         * aspell_local.h: remove "struct" from typdef setup
1493
1494         * aspell.C (check): make word_ok const
1495         (nextMiss): simplify slightly
1496         (error): ditto
1497
1498 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1499
1500         * lyxrc.[Ch]: store all float values as strings.
1501         use int (not float) for lyxrc.dpi.
1502
1503 2005-01-04  Angus Leeming  <leeming@lyx.org>
1504
1505         * lyx_cb.C (Reconfigure):
1506         * lyx_main.C (queryUserLyXDir):
1507         to run the <system_lyxdir>/configure correctly on Windows, prefix
1508         the path to the script with "sh " when generating the string that
1509         is passed to system().
1510
1511 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1512
1513         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1514
1515 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1516
1517         * lyxlength.C (asLatexString): get rid of setprecision
1518
1519 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1520
1521         * text2.C (setLayout): remove unused variable endpit.
1522         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1523
1524         * paragraph.C (onlyText): remove unused variable style.
1525
1526         * cursor.C (bruteFind): remove unused variables beg and end.
1527
1528         * Makefile.am (dist_noinset_DATA): not needed anymore
1529
1530         * cheaders/*: remove.
1531
1532 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1533
1534         * text3.C: fix LFUN_MATH_MODE.
1535
1536 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1537
1538         * buffer_funcs.C (countWords): new function. Counts words between
1539         two iterators.
1540
1541         * BufferView_pimpl.C (getStatus, dispatch): handle
1542         LFUN_WORDS_COUNT.
1543
1544         * LyXAction.C (init):
1545         * lfuns.h: add LFUN_WORDS_COUNT.
1546
1547 2004-12-19  Angus Leeming  <leeming@lyx.org>
1548
1549         * buffer.C (save): s/slashify_path/internal_path/.
1550
1551 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1552
1553         * lyxfind.C (findChange): do not search for end of pars, because
1554         the change tracker cannot handle this (fixes bug 1719).
1555
1556 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1557
1558         * paragraph.[Ch] (autoBreakRows): remove
1559
1560         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1561
1562         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1563         avoid using the paragraph one
1564
1565         * text2.C (LyXText, insertStringAsLines): adjust
1566
1567 2004-12-16  Angus Leeming  <leeming@lyx.org>
1568
1569         * bufferlist.C:
1570         * lyx_main.C:
1571         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1572
1573 2004-12-14  Angus Leeming  <leeming@lyx.org>
1574
1575         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1576
1577         * bufferlist.C (emergencyWrite):
1578         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1579         GetEnvPath("HOME").
1580
1581 2004-12-14  Angus Leeming  <leeming@lyx.org>
1582
1583         * main.C: (main): no longer pass pointers to os::init.
1584
1585 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1586
1587         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1588         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1589
1590 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1591
1592         * lyxfunc.C:
1593         * text3.C: remove selection_possible global flag
1594
1595 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1596
1597         * text2.C (getSelectionSpan): remove
1598         (changeDepth, changeDepthAllowed): adjust
1599
1600 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1601
1602         * Makefile.am (BOOST_LIBS): use boost variables
1603
1604 2004-12-03  José Matos  <jamatos@lyx.org>
1605
1606         * buffer.C: format up to 238.
1607
1608 2004-12-03  José Matos  <jamatos@lyx.org>
1609
1610         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1611
1612 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1613
1614         * cursor.C (goUpDown): remove call to idxUpDown2
1615
1616 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1617
1618         * tabular.[Ch]: use size_t-like types for cell, row and column
1619         indices
1620
1621 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1622
1623         * lyxfunc.C (getStatus): do not lose previous information when
1624         calling BufferView::getStatus; do not set a default "Command
1625         disabled" message at the beginning, but just before returning.
1626
1627 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1628
1629         * cursor.h (getStatus): add better comment from src/cursor.C
1630
1631 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1632
1633         * text3.C (getStatus): return false when the lfun is not handled
1634
1635 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1636
1637         * broken_headers.h: remove
1638
1639         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1640
1641 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1642
1643         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1644         offset_ref accessors
1645
1646         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1647         top_y_, merge fitcursor with update
1648         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1649         coord scheme
1650         (metrics): introduce
1651         (workAreaDispatch): adapt to new coord scheme
1652         (redoCurrentBuffer): remove
1653
1654         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1655
1656         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1657         CurStatus enum.
1658
1659         * coordcache.[Ch]: add paragraph cache and helpers
1660
1661         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1662         adjust everywhere
1663
1664         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1665         (targetX, setTargetX): introduce
1666
1667         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1668         baseline -> ascent, as the rest of lyx
1669
1670         * lyxtext.h: remove redoParagraphs, updateParPositions,
1671         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1672         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1673         have ascent/descent (ascent is ascent of first par)
1674
1675         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1676         step of BufferView
1677
1678         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1679
1680         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1681
1682         * pariterator.C: fix infinite loop introduced in par->pit renaming
1683
1684         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1685         in insets and LyXText, draw two off-screen paragraphs using
1686         NullPainter, and adapt to new coord scheme
1687
1688         * text.C:
1689         * text2.C:
1690         * text3.C: adapt lfun handlers to the new coord scheme, which
1691         means: there's only guaranteed coord information for onscreen pars
1692         plus one above and one below. This implies that one can do search
1693         from y coordinates in the range [-1,workHeight]
1694
1695 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1696
1697         * rename a lot of InsetOld to InsetBase
1698
1699 2004-11-25  Angus Leeming  <leeming@lyx.org>
1700
1701         * BufferView_pimpl.C:
1702         * lyx_cb.C:
1703         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1704
1705 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1706
1707         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1708         call BufferView::getStatus if LCursor::getStatus did nothing
1709         (setStatusMessage, getStatusMessage): removed.
1710
1711         * FuncStatus.C (message): new methods. Used to provide an error
1712         message indicating why a command is disabled.
1713         (clear, |=, FuncStatus): update for message.
1714
1715 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1716
1717         * lyxfunc.C (dispatch): always call sendDispatchMessage
1718
1719 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1720
1721         * BufferView.C:
1722         * BufferView_pimpl.C:
1723         * CutAndPaste.C:
1724         * FontIterator.C:
1725         * buffer.C:
1726         * cursor.C:
1727         * cursor_slice.[Ch]:
1728         * dociterator.[Ch]:
1729         * lyxfind.C:
1730         * paragraph_funcs.C:
1731         * pariterator.C:
1732         * rowpainter.C:
1733         * text.C:
1734         * text2.C:
1735         * text3.C:
1736         * undo.C: par->pit renaming
1737
1738 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1739
1740         * tabular.C (cellstruct): use initialization, store a shared_ptr
1741         to insettext instead of the insettext directly, adjust to fit.
1742         (operator=):  new function
1743         (swap): new function
1744         (rowstruct): use initialization
1745         (columnstruct): use initialization
1746         (ltType): use initialization
1747
1748
1749         * lyxlength.h (swap): new function
1750
1751         * LColor.[Ch] (operator=): use the common semantics
1752
1753 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1754
1755         * lyxfind.C (findNextChange): update the bufferview after setting
1756         the selection.
1757
1758 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1759
1760         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1761         number of InsetOptArgs has already been inserted.
1762
1763         * output_latex.C (latexOptArgInsets): new method. This outputs all
1764         the optarg insets, up to the limit defined in the layout file.
1765         (optArgInset): removed
1766         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1767
1768 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1769
1770         * paragraph.C (isLetter): remove special spellchecker-related
1771         code; return true also for digits
1772         (isWord, isKomma): remove
1773
1774         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1775         * lyxfind.C (MatchString()): use isLetter instead of isWord
1776
1777 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1778
1779         * pariterator.h (operatir=): comment out un-implemented member
1780         function.
1781
1782         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1783         static cast.
1784
1785 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1786
1787         * lyxfont.h: include LColor.h to satisfy concept checks.
1788
1789 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1790
1791         * pariterator.h: add typdefs for value_type, difference_type,
1792         pointer and reference to satisfy concept checks. Also add default
1793         constructor for same reason.
1794
1795         * pariterator.C (operator++): add post-increment operator to
1796         satisfy concept checks.
1797
1798         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1799         checks.
1800
1801         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1802
1803         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1804         checks. Also rename base_type to BaseType to follow naming
1805         standard better.
1806
1807         * FloatList.h: include Floating.h to satisfy concept checks.
1808
1809 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1810
1811         * lyxfunc.C (getStatus): when the origin of the request is menu or
1812         toolbar, and the LyXView does not have focus, do as if there was
1813         no buffer (bug 1720)
1814
1815         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1816         FuncRequest to individual entries of LFUN_SEQUENCE
1817
1818 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1819
1820         * output_latex.C (TeXOnePar): override runparams.moving_arg
1821         according to the needprotect value of the current paragraph (bug
1822         1739)
1823
1824         * paragraph.C (simpleTeXOnePar): no need to override
1825         runparams.moving_args here
1826
1827 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1828
1829         * vspace.C: fix off-by-one-error, related to fix #1682
1830
1831 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1832
1833         * lengthcommon.C: a more general fix for bug 1682
1834
1835 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1836
1837         * text.C (backspace): fix crash
1838
1839 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1840
1841         * format.[Ch] (getFormatFromFile): new method
1842         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1843
1844 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1845
1846         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1847
1848 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1849
1850         * lyxfunc.C (dispatch): remove the verbose argument
1851         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1852         instead
1853
1854         * kbmap.C (defkey): set the origin of func to KEYBOARD
1855
1856         * MenuBackend.C (MenuItem):
1857         * ToolbarBackend.C (add): set the origin of func to UI
1858
1859         * funcrequest.[Ch]: add origin member, which indicates which part
1860         of LyX requests an action
1861
1862 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1863
1864         * converter.C (move): don't lie in the error message
1865         * converter.h (isReachable, move): document
1866
1867 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1868
1869         * buffer.C: remove unused using lyx::support::atoi
1870         * paragraph_funcs.C: ditto
1871
1872 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1873
1874         * bufferlist.C (exists): use bind and equal_to instead of
1875         compare_memfun
1876         (getBuffer): ditto
1877         * lyxtextclasslist.C (NumberOfClass): ditto
1878
1879         * cursor.C (insert): use for_each instead of explicit for loop
1880
1881         * bufferlist.C (getFileNames): use std::transform and
1882         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1883
1884         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1885         for loop
1886
1887         * buffer.C (changeLanguage): use for_each instead of explicit for
1888         loop
1889         (hasParWithID): implement using getParFromID
1890
1891         * LaTeXFeatures.C: ws change only
1892
1893         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1894         to cleanup a bit.
1895
1896         * BufferView_pimpl.C (trackChanges): use for_each instead of
1897         expilicit for loop
1898
1899 2004-11-04  André Pönitz  <poenitz@gmx.net>
1900
1901         * undo.h:
1902         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1903
1904         * dociterator.C (asDocIterator): use hard assert again.
1905
1906 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1907
1908         * lyxlength.C (asLatexString): rewrite so that it does not use
1909         snprintf anymore
1910
1911 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1912
1913         * text3.C (specialChar, dispatch): make sure cursor moves to the
1914         right after inserting an inset
1915
1916 2004-11-02  José Matos  <jamatos@lyx.org>
1917
1918         * output_docbook.C (docbook):
1919         * paragraph.C (getID):
1920         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1921         garantee that the output is always legal.
1922
1923         * tabular.C (docbook):
1924         * outputprams.[Ch]: remove mixed contents.
1925
1926 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1927
1928         * text2.C (setCounter): prevent endless loop
1929
1930 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1931
1932         * exporter.C (copyFile): use the mover instead of support::copy()
1933         * exporter.C (Export): pass format and latex name to copyFile()
1934         * exporter.h (addExternalFile): document
1935         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1936
1937 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1938
1939         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1940
1941 2004-10-30  José Matos  <jamatos@lyx.org>
1942
1943         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1944         text and no inset or font change. This allows to use CDATA
1945         sections just for the whole paragraph.
1946
1947 2004-10-30  José Matos  <jamatos@lyx.org>
1948
1949         * paragraph.C (getFirstWord): remove unused variable.
1950
1951 2004-10-30  José Matos  <jamatos@lyx.org>
1952
1953         * paragraph.C (getFirstWord): the content should always be escaped
1954         there.
1955         (simpleDocBookOnePar):
1956         * output_docbook.C (makeEnvironment): replace reference to CDATA
1957         to style pass_thru.
1958
1959 2004-10-30  José Matos  <jamatos@lyx.org>
1960
1961         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1962
1963 2004-10-30  José Matos  <jamatos@lyx.org>
1964
1965         * output_docbook.C (makeParagraphs):
1966         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1967         standard paragraph has only a given type of content drop the wrapper.
1968
1969 2004-10-29  José Matos  <jamatos@lyx.org>
1970
1971         * output_docbook.C (makeEnvironment):
1972         * sgml.C (openTag):
1973         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1974
1975 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1976
1977         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1978         (cleanID): sanitize any id.
1979
1980 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1981
1982         * buffer.C, lyxlex_pimpl.C:
1983         * lyxlex_pimpl.C (setFile):
1984         s/getExtFromContents/getFormatFromContents/
1985
1986 2004-10-28  José Matos  <jamatos@lyx.org>
1987
1988         * output_docbook.C (makeEnvironment): move id to broadest possible
1989         scope.
1990
1991         * sgml.C (openTag): apply substitution of <> for all attributes.
1992
1993 2004-10-28  José Matos  <jamatos@lyx.org>
1994
1995         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1996         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1997         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1998
1999         * sgml.[Ch]: new version for open and closeTag for paragraph and
2000         for strings. Now they handle the ids of paragraphs.
2001
2002 2004-10-26  Angus Leeming  <leeming@lyx.org>
2003
2004         * Makefile.am: add mover.[Ch].
2005
2006         * converter.C (convert, move): use the new Movers to move external
2007         files to the temp directory.
2008
2009         * lyx_main.C (init): ensure that the global system_movers data
2010         is initialised.
2011
2012         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2013         preferences file.
2014
2015         * mover.[Ch]: new files, defining a Mover as a utility to move an
2016         external file between directories and, if necessary, manipulate this
2017         file using a helper script.
2018
2019 2004-10-25  José Matos  <jamatos@lyx.org>
2020
2021         * output_docbook.C (makeCommand): merge two if's that tested the
2022         same condition.
2023
2024 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2025
2026         * sgml.C (escapeString): fix warning in a better way
2027
2028 2004-10-25  José Matos  <jamatos@lyx.org>
2029
2030         * sgml.C (escapeString): import the require boosts header file for
2031         tie, and avoid a signed unsigned comparison.
2032
2033 2004-10-25  José Matos  <jamatos@lyx.org>
2034
2035         * sgml.h: add #include <string>
2036
2037 2004-10-25  José Matos  <jamatos@lyx.org>
2038
2039         * sgml.[Ch] (escapeString): new function to escape all the string.
2040
2041 2004-10-24  José Matos  <jamatos@lyx.org>
2042
2043         * paragraph.[Ch] (getFirstWord): new function to get the first
2044         word. Useful for description.
2045         (simpleDocBookOnePar): remove depth argument, add another that
2046         says where to start the paragraph.
2047
2048         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2049         use the new functions to fix cleanly the support for descriptions.
2050
2051 2004-10-24  José Matos  <jamatos@lyx.org>
2052
2053         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2054         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2055         * output_linuxdoc.C (linuxdocParagraphs):
2056         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2057         add buffer as argument.
2058
2059 2004-10-24  José Matos  <jamatos@lyx.org>
2060
2061         * output_docbook.C (makeEnvironment, searchEnvironment): place
2062         CDATA inside paragraphs and fix scope for listitems.
2063
2064 2004-10-24  José Matos  <jamatos@lyx.org>
2065
2066         * output_docbook.C: remove using statement for stack.
2067
2068 2004-10-23  José Matos  <jamatos@lyx.org>
2069
2070         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2071         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2072         docbook. The new scheme is recursive and makes use of iterators, the
2073         same as latex export works.
2074         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2075         directly with the paragraph contents. This code was moved up to
2076         output_docbook.C (docbookParagraphs).
2077         * sgml.C (openTag, closeTag): removed unneeded newlines.
2078         (closeEnvTags) removed.
2079
2080 2004-10-23  André Pönitz  <poenitz@gmx.net>
2081
2082         * undo.C (textUndoOrRedo):
2083         * dociterator.C (asDocIterator): work around crash
2084
2085         * cursor.C (getStatus): replace ASSERT by more verbose error message
2086           and manual correction of the problem. Should increase stability
2087           while providing more sensible information.
2088
2089 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2090
2091         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2092
2093         * bufferlist.C (previous, next): new methods
2094
2095         * lfuns.h:
2096         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2097
2098 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2099
2100         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2101         entities to preamble.
2102
2103 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2104
2105         * messages.C (Pimpl): strip off translation context information
2106
2107 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2108
2109         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2110         the cursor is correct (bug 1694)
2111
2112 2004-10-13  José Matos  <jamatos@lyx.org>
2113
2114         * output_docbook.C (docbookParagraphs): fix closing tags in the
2115         end of the document.
2116
2117 2004-10-09  José Matos  <jamatos@lyx.org>
2118
2119         * buffer.C: format up to 237.
2120         * bufferparams.C (write): use tostr to convert booleans to strings.
2121
2122 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2123
2124         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2125
2126 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2127
2128         * LaTeX.C: implement use of babel language in xindy.
2129
2130 2004-10-05  José Matos  <jamatos@lyx.org>
2131
2132         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2133         Add new translators to help reading and writing the lyx file.
2134
2135 2004-10-05  José Matos  <jamatos@lyx.org>
2136
2137         * ParagraphParameters.C (read):
2138         * text.C (readParToken): replace nexToken by more appropriate lex
2139         methods.
2140
2141 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2142
2143         * LaTeX.C (runMakeIndex):
2144         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2145         (usually 'makeindex') configurable.
2146
2147         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2148         with a variable rather than with a number.
2149
2150 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2151
2152         * output_latex.C (TeXOnePar): make sure font setting is the first
2153         thing that gets output (and the last at the end). Should fix bug
2154         1404.
2155
2156 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2157
2158         * pch.h: use proper signal include
2159
2160         * LaTeX.h: Use preferred calling of Boost.Signal
2161         * buffer.h: ditto
2162
2163 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2164
2165         * pch.h: dont include <boost/function/function0.hpp>
2166
2167         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2168
2169         * paragraph_pimpl.h: remove usage of ShareContainer
2170
2171         * paragraph_pimpl.C: remove initialization of ShareContainer.
2172
2173 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2174
2175         Fix bug #1666
2176
2177         * BufferView.C (putSelectionAt): change the semantics when
2178         backwards == true: now, this just swaps cursor and anchor wrt the
2179         forward case
2180
2181         * BufferView.h (putSelectionAt): add some documentation
2182
2183         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2184         make sure backwardChar is done at least once (to avoid getting
2185         stuck)
2186         (findNextChange): use putSelectionAt in the forward direction
2187         (operator()): use Paragraph::isWord
2188
2189 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2190
2191         * Spacing.C (set): c_str fix
2192
2193 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2194
2195         * lyx_cb.C (Reconfigure): quote the name of configure script in
2196         case it contains spaces
2197
2198 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2199
2200         * client: new dir
2201
2202         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2203         (BOOST_LIBS): use top_buildir when looking for the file
2204
2205 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2206
2207         * pch.h: do not use include boost/format.hpp, multiple symbols
2208                 will result (gcc bug)
2209
2210
2211 2004-08-23  José Matos  <jamatos@lyx.org>
2212
2213         * bufferparams.C (readToken): fix reading of the author field.
2214
2215 2004-08-20  José Matos  <jamatos@lyx.org>
2216
2217         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2218
2219 2004-08-20  José Matos  <jamatos@lyx.org>
2220
2221         * lyxlex.[Ch] (findToken): remove function.
2222
2223         * ParagraphParameters.C (findToken):
2224         * bufferparams.C (findToken): replace call for previous function
2225         with local copy. This local function has one more argument, the
2226         read string argument.
2227
2228 2004-08-16  José Matos  <jamatos@lyx.org>
2229
2230         * ParagraphParameters.C (write):
2231         * Spacing.C (writeFile):
2232         * bufferparams.C (writeLaTeX):
2233         * lyx_cb.C (Reconfigure):
2234         * paragraph.C (write):
2235         * tabular.C (write): remove unnecessary space at end of line.
2236
2237
2238 2004-08-16  José Matos  <jamatos@lyx.org>
2239
2240         * text.C (readParagraph): remove debug message.
2241
2242 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2243
2244         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2245         crash
2246
2247         * output_plaintext.C (asciiParagraph): set depth correctly
2248
2249         * outputparams.h: add member depth
2250
2251         * paragraph_funcs.C (ownerPar): remove.
2252
2253         * text2.C (setCounter): remove first_pit; comment out some
2254         non-working code that uses ownerPar
2255
2256         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2257         uses ownerPar
2258
2259 2004-08-16  José Matos  <jamatos@lyx.org>
2260
2261         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2262         For the same level of importance use the same chanel to report problems.
2263         (read): add code to deal with \begin_body and \end_body.
2264
2265
2266 2004-08-15  José Matos  <jamatos@lyx.org>
2267
2268         * lyxlex.C (getString): fix comment, buffer::readBody is now
2269         buffer:readDocument.
2270
2271         * tex-strings.C (string_papersize): Default -> default,
2272         Custom -> custom, for consistency with other options.
2273
2274 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2275
2276         * pch.h: new file
2277
2278         * Makefile.am: support pch
2279
2280 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2281
2282         * text.C (readParToken): remove the static LyXFont variable and
2283         pass it as a parameter instead. This fixes a nasty bug where an
2284         inset will be inserted with a bad font in some situations
2285         (readParagraph): adapt
2286
2287         * text2.C (setCounter): reduce number of calls to pars_[pit]
2288
2289         * text.C (singleWidth): add an assert, fix a test
2290
2291         * rowpainter.C (paintText): reduce number of calls to singleWidth
2292
2293         * paragraph.C (isHfill):
2294         (isNewline): ws only
2295
2296 2004-08-14  André Pönitz  <poenitz@gmx.net>
2297
2298         * text.C:
2299         * text2.C:
2300         * rowpainter.C:
2301         * lyxtext.h (several functions): use a Paragraph & argument
2302         instead of par_type
2303
2304 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2305
2306         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2307
2308         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2309
2310         * text.C (singleWidth): remove useless test
2311
2312 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2313
2314         * tabular.h: remove bogus comments
2315
2316         * tabular.C (getDescentOfRow):
2317         (isPartOfMultiColumn): add assertions
2318
2319         * lyxlength.C (inPixels): remove #warning
2320
2321 2004-08-14  André Pönitz  <poenitz@gmx.net>
2322
2323         * paragraph.h: inline getChar()
2324
2325         * BufferView.h: remove unused declarations
2326
2327 2004-08-14  José Matos  <jamatos@lyx.org>
2328
2329         * Buffer.[Ch] (readDocument): new name for old readBody.
2330         * Buffer.C: new file format, new keywords: \begin_document,
2331         \begin_header, \begin_body, \end_body.
2332
2333         * bufferparams.C (readToken): replace all calls to lex.nextToken
2334         by lex.next(). Do the same to eatLine except where really needed.
2335
2336         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2337         line when writing to the lyx file.
2338
2339         * output_plaintext.C (asciiParagraph): fix Bibliography style
2340         handling.
2341
2342         * text.C (read): fix end of file handling.
2343
2344 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2345
2346         * MenuBackend.C (Menu::operator[]): new method to access
2347         individual menu items
2348         (Menu::hasFunc): new method. search for an item that corresponds
2349         to a given func
2350         (MenuBackend::specialMenu): new method
2351         (MenuBackend::expand): if a special menu has been set, skip
2352         entries whose func() appears in this menu
2353
2354 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2355
2356         * text3.C: use Debug::DEBUG a bit more
2357
2358         * text.C (leftMargin): try to simplify a tiny bit change var x to
2359         l_margin. Dont output the wide margins always.
2360         (rightMargin): no margin in inner texts
2361
2362         * rowpainter.h (nestMargin): new func
2363         (changebarMargin): new func
2364         (rightMargin): new func
2365
2366         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2367         now functions.
2368         (paintLast): ditto
2369
2370         * factory.C (createInset): modify setDrawFrame
2371
2372         * cursor.C: use Debug::DEBUG a bit more
2373
2374 2004-08-14  André Pönitz  <poenitz@gmx.net>
2375
2376         * coordcache.[Ch]:
2377         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2378         cache for all insets in (at least partially) visible (top-level)
2379         paragraphs.
2380
2381         * BufferView_pimpl.C: reset external coord cache before every update.
2382         This means the coord cache only contains valid entries.
2383
2384 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2385
2386         bug 1096
2387         * BufferView_pimpl.C (getInsetByCode): move function out of class
2388         and change in to a template in anon namespace. Also fix to do what
2389         suits us better.
2390
2391 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2392
2393         bug 1305
2394         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2395         of char
2396         (breakParagraph): rename par to par_offset and use a local
2397         reference. Add code to keep the language over a rebreak.
2398         (breakParagraphConservative): rename par to par_offset, use a
2399         local reference
2400         (mergeParagraph): ditto
2401         (outerHook): ditto
2402         (isFirstInSequence): ditto
2403         (outerFont): rename pit to par_offset
2404
2405         * paragraph.C: ws change
2406         * paragraph.h: ditto
2407         * text3.C: ditto
2408         * text.C: ditto
2409
2410 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2411
2412         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2413         treatment for ']'
2414
2415         * paragraph.C (simpleTeXOnePar): when we have a \item with
2416         optional argument, enclose the argument with curly brackets (in
2417         case it contains a closing square bracket)
2418
2419         * text2.C (editXY):
2420         * text2.C (editXY):
2421         * text3.C (checkInsetHit): constify
2422
2423 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2424
2425         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2426         documents (bug 1629)
2427
2428 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2429
2430         Fix toggling of collapsable insets with the mouse (bug 1558)
2431
2432         * lyxfunc.C (dispatch): adapt to LCursor changes
2433
2434         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2435         make sure that dispatch is not invoked twice
2436
2437         * cursor.C (needsUpdate): new method
2438         (dispatch): return void
2439         (result): new method, to access the DispatchResult of the cursor.
2440
2441 2004-08-13  José Matos  <jamatos@lyx.org>
2442
2443         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2444
2445 2004-08-13  André Pönitz  <poenitz@gmx.net>
2446
2447         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2448
2449         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2450           multiple cells
2451
2452 2004-08-12  André Pönitz  <poenitz@gmx.net>
2453
2454         * text3.C: take out the 'cursor right' form insertInset and only
2455         do it in those places when it is really needed. Fixes crash on
2456         C-m...
2457
2458 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2459
2460         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2461
2462         * BufferView_pimpl.C (setBuffer): initialize the current font of
2463         the underlying LyXText
2464
2465 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2466
2467         * kbsequence.C (print): use UI native formatting for menu
2468         shortcuts
2469
2470         * text.C (insertChar): call Paragraph::insertChar with a font
2471         argument (cosmetic)
2472
2473         * paragraph.C (insertInset, insertChar): the version that takes a
2474         LyXFont argument is now a wrapper around the other one (the
2475         opposite used to be true).
2476
2477         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2478         argument. Font setting is done in Paragraph now.
2479
2480 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2481
2482         * outputparams.h: add new members intitle and lang.
2483
2484         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2485         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2486
2487 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2488
2489         * text3.C (dispatch): remove special handling of button 4 and 5,
2490         it is now taken care of in the frontend code.
2491
2492 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2493
2494         * Spacing.h: add <string> (STLPort compile fix)
2495
2496 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2497
2498         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2499
2500 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2501
2502         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2503         to bool.
2504
2505         * converter.C (showMessage): inherit from unary_function, make
2506         operator() const.
2507
2508         * buffer.C (writeFile): initialize retval
2509
2510         * InsetList.h: rename private variable list to list_
2511         * InsetList.[Ch]: adjust accordingly.
2512
2513 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2514
2515         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2516         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2517         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2518         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2519         * ParagraphParameters.C, LaTeXFeatures.C: replace
2520         "support/std_sstream.h" with <sstream>
2521
2522 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2525         * lyxsocket.C (LyXServerSocket): ditto
2526         (serverCallback): ditto
2527
2528 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2529
2530         * LaTeXFeatures.C: check release date when loading jurabib.
2531
2532 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2533
2534         * lyxserver.C (startPipe): call register_socket_callback
2535         (endPipe): call unregister_socket_callback
2536
2537 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2538
2539         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2540         (LyXServerSocket): register the callback
2541         (LyXServerSocket): unregister the callback
2542         (fd): delete function
2543         (serverCallback): improve error checking and setup the callbacks.
2544         (dataCallback): change arg to fd.
2545         (writeln): new func (copied fro the client socket) used for server
2546         write to client.
2547         (LyXDataSocket): simplify
2548         (~LyXDataSocket): close ann unregiser callback
2549         (server): delete function
2550         (fd): delete function
2551         (readln): small changes, improve some std::string usage
2552         (writeln): constify a bit
2553
2554 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2555
2556         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2557         Qt frontend
2558
2559 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2560
2561         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2562         after it has been populated
2563
2564 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2565
2566         * text2.C (insertInset): move cursor when inserting inset.
2567
2568 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2569
2570         * kbmap.C (findbindings): a couple of new methods. returns a
2571         container of kb_sequence objects. The real work is done by the
2572         private recursive version
2573         (printbindings): uses findbindings to print out a bracketed list
2574         of bindings (renamed from findbinding).
2575
2576         * MenuBackend.C (binding): use kb_keymap::findbindings
2577
2578         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2579
2580 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2581
2582         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2583
2584 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2585
2586         * paragraph.C (isWord): return true on insets that report
2587         isLetter().
2588
2589         * text.C (getWord): use Paragraph::isWord to decide what is in a
2590         word and what is not; fix bug 1609.
2591
2592 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2593
2594         * tex-strings.C: add "none" to string_paperpackages[], fixes
2595         off-by-one-error in the paperpackage selection.
2596
2597         * lyxlex.[Ch]:
2598         * tex-strings.[Ch]: char const * string[n]
2599         -> char const * const string[]
2600
2601 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2602
2603         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2604         command, return early.
2605
2606 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2607
2608         * debug.h: add DEBUG to enum and fix size of ANY.
2609
2610         * debug.C: add support for Debug::DEBUG
2611         (showTags): cast errorTags.level to unsigned int
2612
2613         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2614         (redoCurrentBuffer): ditto
2615         (updateScrollbar): ditto
2616         * cursor.C (dispatch): ditto
2617         * text2.C (setLayout): ditto
2618         (setFont): ditto
2619         (updateCounters): ditto
2620         (editXY): ditto
2621         (deleteEmptyParagraphMechanism): ditto
2622
2623 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2624
2625         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2626         annotations to cleanup the Makefile slightly.
2627
2628 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2629
2630         * lyxrc.C: do not set user_email to a default value but use empty
2631         instead. The entry used to be translated, which does not work
2632         since at the point where lyxrc is constructed there is no
2633         translation service available
2634
2635         * messages.C (getLocaleDir): remove and use directly
2636         lyx_localedir() instead
2637
2638 2004-06-02  Angus Leeming  <leeming@lyx.org>
2639
2640         Fix crash caused by dereferencing null pointer 'exportdata' in
2641         OutputParams by creating a new ExportData variable on the heap,
2642         storing it in a boost::shared_ptr.
2643         The crash was triggered when generating an Instant Preview
2644         of an external inset.
2645
2646         * Makefile.am: add outputparams.C
2647
2648         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2649         (c-tor): allocate memory to it.
2650
2651         * exporter.C (c-tor): associated changes.
2652
2653 2004-06-01  Angus Leeming  <leeming@lyx.org>
2654
2655         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2656         contains data before calling isInset(0). (Bug 1513.)
2657
2658 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2659
2660         * exporter.C (checkOverwrite): new method
2661         * exporter.C (copyFile): new method
2662         * exporter.C (Export): copy referenced files to the document dir
2663         * exporter.[Ch]: new class ExportedFile
2664         * exporter.[Ch]: new class ExportData. Contains currently the
2665         names of referenced external files
2666         * outputparams.h: add exportdata member.
2667
2668 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2669
2670         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2671         version.C-tmp
2672
2673 2004-05-19  Angus Leeming  <leeming@lyx.org>
2674
2675         * LaTeXFeatures.C:
2676         * ToolbarBackend.C:
2677         * bufferparams.C:
2678         * lyxfunc.C: small changes due to the introduction of namespace
2679         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2680
2681 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2682
2683         * text3.C (dispatch): supress update when only moving the cursor
2684         * cursor.C (selHandle): remove commented code
2685
2686 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2687
2688         * paragraph.C (startTeXParParams): correct column count
2689         * CutAndPaste.C (pasteSelection): remove const_cast
2690         * output_docbook.C (docbookParagraphs): remove const_cast
2691         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2692         const_cast and return ParagraphList::const_iterator
2693         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2694         * output_plaintext.C (writeFileAscii): remove const_cast
2695         * paragraph.[Ch] (simpleTeXOnePar): make const
2696         * paragraph_funcs.C (outerPar): use const iterators
2697         * paragraph_pimpl.C (validate): use const iterators
2698         * text.C (setHeightOfRow): use const iterators
2699
2700 2004-05-17  Angus Leeming  <leeming@lyx.org>
2701
2702         * lfuns.h:
2703         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2704
2705         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2706         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2707         if the citation engine has changed.
2708
2709 2004-05-14  José Matos  <jamatos@lyx.org>
2710
2711         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2712         if the textclass does not provide it. Have it different for sgml and
2713         xml.
2714         support the language of document.
2715         * output_docbook.C (docbookParagraphs):
2716         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2717         first anchor as the id of the paragraph, remove special case code.
2718         * sgml.C (escapeChar): escape only < & >.
2719
2720 2004-05-14  Angus Leeming  <leeming@lyx.org>
2721
2722         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2723         dependencies on src/frontends/controllers/biblio.h. Define a
2724         CiteEngine_enum wrapper class to enable the enum to be forward
2725         declared.
2726
2727 2004-05-12  Angus Leeming  <leeming@lyx.org>
2728
2729         * buffer.C: up LYX_FORMAT to 234.
2730         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2731         use_numerical_citations with a single biblio::CiteEngine cite_engine
2732         variable.
2733         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2734
2735 2004-05-13  José Matos  <jamatos@lyx.org>
2736
2737         * converter.h:
2738         * converter.C (Converter, readFlags): add xml member.
2739         * outputparams.h: add XML flavor.
2740         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2741
2742 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2743
2744         * lyxfunc.C (dispatch):
2745         (getStatus): fix handling of LFUN_SEQUENCE
2746
2747 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2748
2749         * debug.C (showLevel): do not forget the end-of-line marker
2750
2751 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2752
2753         * kbmap.C (read): do not stop parsing a bind file when an error
2754         occurs (bug 1575)
2755
2756 2004-04-29  Angus Leeming  <leeming@lyx.org>
2757
2758         * cursor.C:
2759         * factory.C:
2760         * pariterator.C:
2761         * text2.C: wrap a bunch of #warning statements
2762         inside #ifdef WITH_WARNINGS blocks.
2763
2764 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2765
2766         * buffer.C: increment format to 233.
2767
2768 2004-04-28  Angus Leeming  <leeming@lyx.org>
2769
2770         * BufferView_pimpl.C:
2771         * lyxfunc.C:
2772         * text3.C:
2773         s/updateToolbar()/updateToolbars()/
2774         s/Toolbar.h/Toolbars.h/
2775
2776 2004-04-28  Angus Leeming  <leeming@lyx.org>
2777
2778         * BufferView.[Ch] (c-tor):
2779         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2780         No longer passes these data to the WorkArea generator.
2781
2782 2004-04-28  Angus Leeming  <leeming@lyx.org>
2783
2784         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2785
2786 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2787
2788         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2789
2790 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2791
2792         * output_latex.C (TeXEnvironment): make sure that there is a line
2793         break before \end{foo} for the last paragraph of a document
2794         (TeXOnePar): if the paragraph is at the end of the document (or
2795         inset) and the language has to be reset, then make sure that the
2796         line break is _before_ the language command, not after (fixes bug
2797         1225); also make sure that the language reset command is the first
2798         thing after the paragraph (to ensure proper nesting of
2799         environments and thus fix bug 1404)
2800
2801 2004-04-21  John Levon  <levon@movementarian.org>
2802
2803         * ToolbarBackend.h:
2804         * ToolbarBackend.C: make "name" be a programmatic name
2805         and a gui_name field.
2806
2807         * lyxfunc.C: display the minibuffer on M-x
2808
2809 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2810
2811         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2812         (bug 1526)
2813
2814 2004-04-19  Angus Leeming  <leeming@lyx.org>
2815
2816         * BufferView_pimpl.C (setBuffer): changed preview interface.
2817
2818         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2819         possible values.
2820
2821 2004-04-19  John Levon  <levon@movementarian.org>
2822
2823         * BufferView_pimpl.C:
2824         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2825
2826 2004-04-05  Angus Leeming  <leeming@lyx.org>
2827
2828         * text.C (redoParagraphs): add call to updateCounters(), thereby
2829         fixing the missing "Figure #:" label from the caption of a
2830         figure float.
2831
2832 2004-04-13  Angus Leeming  <leeming@lyx.org>
2833
2834         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2835         cursor is clicked out of an inset.
2836
2837 2004-04-13  Angus Leeming  <leeming@lyx.org>
2838
2839         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2840         than an InsetOld one.
2841
2842 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2843
2844         * format.[Ch]: add editor to Format
2845         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2846         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2847
2848 2004-04-08  André Pönitz  <poenitz@gmx.net>
2849
2850         * metricsinfo.h: remove PainterInfo::width member
2851
2852 2004-04-08  Angus Leeming  <leeming@lyx.org>
2853
2854         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2855         "\providecommand" rather than "\newcommand", thereby preventing
2856         clashes with packages that define "\boldsymbol" themselves.
2857         Eg, beamer.
2858
2859 2004-04-08  Angus Leeming  <leeming@lyx.org>
2860
2861         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2862         thereby squashing an unnecessary warning.
2863
2864 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2865
2866         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2867         setBuffer()
2868
2869 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2870
2871         * BufferView.C (setCursor): call redoParagraph (some insets could
2872         have been opened)
2873         (putSelectionAt): remove the 'double update' trick
2874
2875         * BufferView_pimpl.C (fitCursor): call refreshPar
2876         (workAreaDispatch): remove an uneeded update call
2877         (dispatch): remove some manual update calls
2878
2879         * cursor.[Ch]: remove cached_y_, updatePos
2880         (selHandle): set noUpdate when appropriate
2881
2882         * lyxfunc.C (dispatch): track if we need an update
2883
2884         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2885
2886         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2887         (paintSelection): cheap optimization, do not call cursorX when not
2888         needed
2889         (paintPars): change signature
2890         (refreshPar): add
2891         (paintText): adjust
2892         (paintTextInset): adjust
2893
2894         * text.C: adjust
2895
2896 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2897
2898         * lengthcommon.C: compilation fix: remove explicit array size from
2899         unit_name[] and friends
2900
2901 2004-04-05  Angus Leeming  <leeming@lyx.org>
2902
2903         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2904
2905         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2906         present only for the preferences dialog.
2907         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2908
2909 2004-04-05  Angus Leeming  <leeming@lyx.org>
2910
2911         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2912         to enable the frontends to export changes to lyxrc correctly.
2913
2914         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2915
2916 2004-04-07  André Pönitz  <poenitz@gmx.net>
2917
2918         * cursor.[Ch] (selClear, adjust): remove math
2919
2920         * cursor_slice.C: more agressive assert
2921
2922         * lyxfunc.C:
2923         * BufferView_pimpl.C: rework mouse event dispatch
2924
2925         * dociterator.C:
2926         * paragraph.C:
2927         * text2.C:
2928         * text3.C: adjust
2929
2930 2004-04-05  André Pönitz  <poenitz@gmx.net>
2931
2932         * cursor.[Ch] (valign, halign...): remove unneeded functions
2933
2934 2004-04-05  Angus Leeming  <leeming@lyx.org>
2935
2936         * lyxlength.[Ch] (unit_name et al.): const-correct.
2937
2938 2004-04-05  Angus Leeming  <leeming@lyx.org>
2939
2940         * BufferView_pimpl.C:
2941         * buffer.C:
2942         * counters.C:
2943         * cursor.C:
2944         * lyxfunc.C
2945         * paragraph.C:
2946         * pariterator.C:
2947         * text.C:
2948         * text2.C:
2949         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2950
2951 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2952
2953         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2954
2955 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2956
2957         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2958         * BufferView_pimpl.[Ch] (getStatus)
2959         * BufferView.[Ch] (getStatus): add
2960         * lyxfunc.C (getStatus): move lfuns handled in
2961         BufferView::dispatch to te function above
2962         * Cursor.C (setSelection): set selection() = true
2963
2964 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2965
2966         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2967
2968 2004-03-31  Angus Leeming  <leeming@lyx.org>
2969
2970         * lyxfunc.C (dispatch): Fall through to the generic
2971         Dialogs::show("preamble").
2972
2973 2004-03-31  Angus Leeming  <leeming@lyx.org>
2974
2975         * lyxfunc.C (dispatch): Fall through to the generic
2976         Dialogs::show("spellchecker").
2977
2978 2004-03-31  Angus Leeming  <leeming@lyx.org>
2979
2980         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2981         preferences dialog.
2982
2983 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2984
2985         * BufferView.C
2986         * cursor.[Ch]
2987         * dociterator.[Ch]:
2988         * insetiterator.[Ch]:
2989         * lyxfind.C:
2990         * lyxfunc.C:
2991         * pariterator.[Ch]:
2992         * text2.C:
2993         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2994
2995 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2996
2997         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2998         insets where we are putting the cursor.
2999
3000 2004-03-31  Angus Leeming  <leeming@lyx.org>
3001
3002         * lfuns.h:
3003         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3004
3005         * lyxrc.[Ch] (read, write): overloaded member functions taking
3006         a std::[io]stream arguments.
3007
3008         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3009
3010 2004-03-31  Angus Leeming  <leeming@lyx.org>
3011
3012         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3013         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3014
3015         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3016         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3017
3018 2004-03-31  Angus Leeming  <leeming@lyx.org>
3019
3020         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3021         the LFUN_ALL_INSETS_TOGGLE code.
3022
3023 2004-03-30  Angus Leeming  <leeming@lyx.org>
3024
3025         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3026         has died. Fall through to the generic Dialogs::show("document").
3027
3028 2004-03-30  Angus Leeming  <leeming@lyx.org>
3029
3030         * lfuns.h:
3031         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3032         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3033
3034         * lyxfunc.C (getStatus, dispatch): define the actions for these
3035         lfuns. Little more than a cut and pste job from ControlDocument.C
3036
3037         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3038
3039 2004-03-30  Angus Leeming  <leeming@lyx.org>
3040
3041         * lfuns.h:
3042         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3043         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3044
3045         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3046         open/closed state of ollapsable insets. Usage:
3047
3048         all-inset-toggle <state> <name>, where
3049         <state> == "open" || "closed" || "toggle" and
3050         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3051
3052         * lyxtext.h, text2.C (toggleInset): removed.
3053
3054         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3055         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3056         now passes LFUN_INSET_TOGGLE to the found inset.
3057
3058         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3059         is now invoked as "all-insets-toggle toggle branch".
3060
3061 2004-03-30  Angus Leeming  <leeming@lyx.org>
3062
3063         * dociterator.C:
3064         * insetiterator.C:
3065         * pariterator.[Ch]: added/corrected header blurb.
3066
3067 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3068
3069         * dociterator.[Ch]: add an inset_ member
3070         (backwardPos): implemented
3071         (backwardPos, forwardPos): use inset_ when the stack is empty.
3072         (doc_iterator_begin, doc_iterator_end): implemented
3073         * pariterator.[Ch]: adjust, add begin, end
3074         * insetiterator.[Ch]: adjust, add begin, end
3075         * cursor.C:
3076         * document.C:
3077         * BufferView.C:
3078         * BufferView_pimpl.C:
3079         * CutAndPaste.C: adjust
3080
3081 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3082
3083         * buffer.C: increment file format to 232.
3084         * LaTeXFeatures.C: add bibtopic package.
3085         * bufferparams.[Ch]: param \use_bibtopic.
3086
3087         * lyxrc.[Ch]: add lyxrc bibtex_command
3088         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3089
3090         * buffer.C: increment file format to 231.
3091
3092 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3093
3094         * dociterator.C: implement forwardPar
3095         * iterators.[Ch]: remove, replaced by
3096         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3097         * BufferView.C:
3098         * BufferView_pimpl.C:
3099         * CutAndPaste.C:
3100         * buffer.C:
3101         * bufferview_funcs.C:
3102         * cursor.C:
3103         * lyxfind.C
3104         * lyxfunc.C
3105         * paragraph_funcs.C
3106         * toc.C:
3107         * Makefile.am: adjust
3108
3109 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3110
3111         * CutAndPaste.C (pasteSelection): fix 2 crashes
3112         (eraseSelection): fix a crash
3113         * paragraph_funcs.C: remove a warning
3114
3115 2004-03-28  Angus Leeming  <leeming@lyx.org>
3116
3117         * lfuns.h:
3118         * LyXAction.C (init): new LFUN_PRINT.
3119
3120         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3121
3122 2004-03-27  Angus Leeming  <leeming@lyx.org>
3123
3124         * lfuns.h:
3125         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3126
3127         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3128
3129 2004-03-27  Angus Leeming  <leeming@lyx.org>
3130
3131         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3132         insetlist always contains non-null pointers to insets.
3133
3134 2004-03-26  Angus Leeming  <leeming@lyx.org>
3135
3136         * src/BufferView_pimpl.C:
3137         * src/CutAndPaste.C:
3138         * src/buffer.C:
3139         * src/iterators.C:
3140         * src/output_plaintext.C:
3141         * src/outputparams.h:
3142         * src/paragraph_funcs.C:
3143         * src/rowpainter.C:
3144         * src/text.C:
3145         * src/text2.C:
3146         * src/frontends/controllers/ControlErrorList.C:
3147         * src/frontends/gtk/FileDialogPrivate.C:
3148         * src/frontends/gtk/GPainter.C:
3149         * src/frontends/gtk/GToolbar.C:
3150         * src/frontends/qt2/QRef.C:
3151         * src/mathed/math_scriptinset.C: squash compiler warnings.
3152
3153 2004-03-26  Angus Leeming  <leeming@lyx.org>
3154
3155         * ispell.C (LaunchIspell::start):
3156         * lyx_cb.C (AutoSaveBuffer::start):
3157         invoke run(DontWait) rather than runNonBlocking().
3158
3159 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3160
3161         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3162
3163 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3164
3165         * kbsequence.C (print): adjust
3166
3167         * kbmap.C (printKeySym): rename and change signature
3168         (printKey): use LyXKeySym::print()
3169
3170 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3171
3172         * undo.C: add using std::advance to compile for stlport
3173
3174 2004-03-24  Angus Leeming  <leeming@lyx.org>
3175
3176         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3177         it leads to a crash when no buffer is present.
3178
3179 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3180             Martin Vermeer  <martin.vermeer@hut.fi>
3181
3182         * lyxfunc.C (dispatch):
3183         * bufferparams.C (readToken): use the new LColor::setColor
3184
3185         * LColor.[Ch] (setColor): new version that takes two strings as
3186         argument and creates a new color entry if necessary
3187
3188 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3189
3190         * buffer.C (makeLaTeXFile): if the main latex file that is
3191         processed is usually a subdocument of some master, then pretend
3192         for a while that it is actually the master
3193
3194 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3195
3196         * buffer.C (getLabelList):
3197         (getBibkeyList): use getMasterBuffer()
3198         (getMasterBuffer): new method. Returns the main document in the
3199         case where one is using included documents.
3200
3201 2004-03-25  André Pönitz  <poenitz@gmx.net>
3202
3203         * Makefile.am:
3204         * iterators.[Ch]:
3205         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3206
3207         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3208
3209         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3210         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3211
3212         * ParameterStruct.h: merge with ParagraphParameters
3213
3214         * lyxtext.h: remove LyXText::parOffset() and getPar()
3215
3216         * text3.C: Remove all 'manual' update calls. We do now one per user
3217         interaction which is completely sufficient.
3218
3219         * Bidi.C:
3220         * BufferView.[Ch]:
3221         * BufferView_pimpl.C:
3222         * FontIterator.[Ch]:
3223         * MenuBackend.C:
3224         * ParagraphParameters.[Ch]:
3225         * buffer.C:
3226         * buffer.h:
3227         * bufferlist.C:
3228         * cursor.[Ch]:
3229         * cursor_slice.[Ch]:
3230         * dociterator.[Ch]:
3231         * errorlist.[Ch]:
3232         * factory.C:
3233         * lfuns.h:
3234         * lyxfind.C:
3235         * lyxfunc.C:
3236         * output_docbook.[Ch]:
3237         * output_latex.[Ch]:
3238         * output_linuxdoc.[Ch]:
3239         * output_plaintext.[Ch]:
3240         * paragraph.[Ch]:
3241         * paragraph_funcs.[Ch]:
3242         * paragraph_pimpl.[Ch]:
3243         * rowpainter.C:
3244         * tabular.[Ch]:
3245         * text.C:
3246         * text2.C:
3247         * toc.C:
3248         * undo.[Ch]: adjust
3249
3250         * frontends/controllers/ControlDocument.C:
3251         * frontends/controllers/ControlErrorList.C:
3252         * frontends/controllers/ControlSpellchecker.C:
3253         * insets/inset.C:
3254         * insets/inset.h:
3255         * insets/insetbase.h:
3256         * insets/insetbibitem.C:
3257         * insets/insetbox.C:
3258         * insets/insetbranch.C:
3259         * insets/insetcaption.C:
3260         * insets/insetcharstyle.C:
3261         * insets/insetcharstyle.h:
3262         * insets/insetcollapsable.C:
3263         * insets/insetcollapsable.h:
3264         * insets/insetert.C:
3265         * insets/insetfloat.C:
3266         * insets/insetfoot.C:
3267         * insets/insetmarginal.C:
3268         * insets/insetnote.C:
3269         * insets/insetoptarg.C:
3270         * insets/insettabular.C:
3271         * insets/insettext.C:
3272         * insets/insettext.h:
3273         * insets/insetwrap.C:
3274         * mathed/math_mboxinset.C:
3275         * mathed/math_nestinset.C:
3276         * mathed/math_scriptinset.C:
3277         * mathed/math_scriptinset.h:
3278         * support/types.h:
3279
3280 2004-03-24  Angus Leeming  <leeming@lyx.org>
3281
3282         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3283         deal with any child processes that have finished but are waiting to
3284         communicate this fact to the rest of LyX.
3285
3286 2004-03-24  Angus Leeming  <leeming@lyx.org>
3287
3288         64-bit compile fixes.
3289
3290         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3291         (c-tor): pass lyx::pos_types rather than ints.
3292
3293         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3294         lyx::pos_type.
3295
3296         * text.C (Delete): compile fix.
3297         (getPar): ensure that function declaration is the same as that in
3298         the header file.
3299
3300 2004-03-23  Angus Leeming  <leeming@lyx.org>
3301
3302         * ispell.C (LaunchIspell):
3303         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3304         a boost::shred_ptr rather than a std::auto_ptr.
3305
3306 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3307
3308         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3309         handle LFUN_FILE_INSERT_*
3310
3311         * lyxrc.C (setDefaults, getDescription, output, read):
3312         * lyxrc.h: remove ps_command
3313
3314 2004-03-22  Angus Leeming  <leeming@lyx.org>
3315
3316         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3317         Ensure that error_handler is processed once only and that all data
3318         is saved before attempting to output any warning messages.
3319
3320         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3321
3322 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3323
3324         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3325
3326 2004-03-19  André Pönitz  <poenitz@gmx.net>
3327
3328         * cursor.[Ch] (reset): take main text inset as argument
3329
3330         * BufferView: adjust
3331         * BufferView_pimpl.C: adjust
3332
3333         * paragraph.[Ch]: fix completely broken operator=()
3334
3335 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3336
3337         * LColor.C (getFromLyXName): make sure that the color name is used
3338         as lowercase.
3339
3340 2004-03-17  Angus Leeming  <leeming@lyx.org>
3341
3342         * lfuns.h:
3343         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3344
3345         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3346         dialog and to kill a forked process.
3347
3348 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3349
3350         * text2.C (setCursorFromCoordinates): fix font problem
3351
3352 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3353
3354         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3355         bogus "rebuild cursor" code
3356
3357 2004-03-11  André Pönitz  <poenitz@gmx.net>
3358
3359         * buffer.[Ch]: use InsetText instead of LyXText as container for
3360         the main lyx text.
3361
3362         * dociterator.[Ch]: drop the BufferView * member which is not needed
3363         anymore after the change to buffer.C
3364
3365         * paragraph_funcs.C:
3366         * text.C:
3367         * text2.C:
3368         * BufferView.[Ch]:
3369         * BufferView_pimpl.[Ch]:
3370         * cursor.[Ch]:
3371         * cursor_slice.[Ch]: adjust
3372
3373         * text3.C: fix bug in mathDispatch
3374
3375 2004-03-08  André Pönitz  <poenitz@gmx.net>
3376
3377         * undo.[Ch]: use 'StableDocumentIterator' as base for
3378         the Undo struct.
3379
3380 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3381
3382         * LaTeXFeatures.C:
3383         * bufferparams.[Ch]: add jurabib support and param.
3384
3385         * LaTeX.C: add FIXME/comment.
3386
3387 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3388
3389         * buffer.C: increment file format to 230.
3390
3391 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3392
3393         * cursor.C (dispatch): avoid infinite loops
3394
3395 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3396
3397         * rowpainter.C (paintSelection): fix x coordinates
3398
3399 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3400
3401         * text.C (rowBreakPoint): fix breaking before displayed insets
3402
3403 2004-03-01  André Pönitz  <poenitz@gmx.net>
3404
3405         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3406
3407         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3408
3409         * Makefile.am:
3410         * BufferView.C:
3411         * BufferView_pimpl.C:
3412         * buffer.C:
3413         * lyxfind.C:
3414         * lyxfunc.C:
3415         * text.C:
3416         * text2.C:
3417         * text3.C: adjust
3418
3419 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3420
3421         * lyxtext.h:
3422         * text.C:
3423         * text2.C:
3424         * rowpainter.C:
3425         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3426         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3427
3428 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3429
3430         * Bidi.[Ch] (computeTables): const correctness
3431         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3432         fill_hfill, fill_label_hfill and x from Row
3433         * lyxtext.h: prepareToPrint returns a RowMetrics
3434         * rowPainter.C: adjust
3435         * text.C (prepareToPrint): use width, not textWidth. adjust
3436         (redoParagraphInternal, cursorX): adjust
3437         * text2.C (getColumnNearX): adjust
3438         (init): put a default value to the top LyXText::width
3439
3440 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3441
3442         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3443
3444 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3445
3446         * lyxtext.h: add FontIterator class
3447
3448         * text.C (FontIterator, operator*, operator->, operator++): add
3449         (rowBreakPoint, setRowWidth): adjust (fixing a
3450         rebreaking bug)
3451
3452 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3453
3454         * BufferView_pimpl.C (workAreaDispatch): allow also
3455         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3456
3457 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3458
3459         * text.C (rowBreakPoint): fix a bug showing with very large insets
3460
3461 2004-02-25  André Pönitz  <poenitz@gmx.net>
3462
3463         * text3.C:
3464         * cursor.[Ch]: move some mathed specific code to mathed
3465
3466 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3467
3468         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3469         use_tempdir in preferences
3470         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3471         tempfile creation
3472         * lyx_main.C: ensure that tempdir is valid
3473         * lyxlex.h: correct typo
3474         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3475         * paragraph.[Ch] (isMultiLingual): make const
3476         * cursor.[Ch] (openable): make const
3477
3478 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3479
3480         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3481
3482 2004-02-20  André Pönitz  <poenitz@gmx.net>
3483
3484         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3485
3486         * cursor.[Ch]: prepare for localized getStatus()
3487
3488         * lyxtext.h:
3489         * tabular.C:
3490         * text.C:
3491         * text2.C:
3492         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3493
3494 2004-02-20  André Pönitz  <poenitz@gmx.net>
3495
3496         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3497
3498 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3499
3500         * text2.C (setCursorFromCoordinates): switch to absolute coords
3501         (cursorUp): adjust
3502         (cursorDown): adjust
3503         * text3.C (dispatch): adjust
3504
3505 2004-02-16  André Pönitz  <poenitz@gmx.net>
3506
3507         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3508           insets/ChangeLog)
3509
3510         * cursor_slice.[Ch]: remove unneeded acessor function
3511
3512         * lyxtext.h: rename rtl() to isRTL()
3513
3514         * rowpainter.C:
3515         * tabular.C:
3516         * text.C:
3517         * text2.C:
3518         * text3.C: adjust
3519
3520 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3521
3522         * rowpainter.C (paintSelection): coord fix
3523
3524 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3525
3526         * Spacing.C: compile fix
3527
3528 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3529
3530         * cursor.C (dispatch): restore current_ before returning
3531
3532 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3533
3534         * text2.C (cursorUp, cursorDown): fix coords
3535         (moveUp): fix crash
3536
3537 2004-02-12  André Pönitz  <poenitz@gmx.net>
3538
3539         * lyxtext.h:
3540         * text.C:
3541         * text2.C:
3542         * text3.C: add LCursor & parameter to most cursor movement functions
3543           remove usage of LyXText::cursorRow() and cursorPar()
3544
3545         * cursor.[Ch]: add textRow() needed members
3546
3547         * BufferView.C:
3548         * BufferView_pimpl.C:
3549         * paragraph.[Ch]:
3550         * BufferView.C:
3551         * BufferView_pimpl.C: adjust
3552
3553 2004-02-11  André Pönitz  <poenitz@gmx.net>
3554
3555         * lyxfunc.C:
3556         * BufferView.[Ch]:
3557         * BufferView_pimpl.C: shift undo/redo handling
3558
3559         * cursor.[Ch]: fix mathed crash
3560
3561         * lyxfind.C:
3562         * lyxtext.h: move selectionAsText to LCursor
3563
3564         * output_latex.C:
3565         * paragraph.C:
3566         * text.C:
3567         * text2.C:
3568         * text3.C: adjust
3569
3570         * rowpainter.C: fix excessive drawing
3571
3572 2004-02-06  André Pönitz  <poenitz@gmx.net>
3573
3574         * BufferView.[Ch]:
3575         * BufferView_pimpl.[Ch]:
3576         * text3.C: move some text specific LFUN handling
3577
3578 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3579
3580         * text3.C (checkInsetHit): adjust coords
3581         * text2.C (getColumnNearX): adjust coords
3582         (edit): adjust coords
3583         * text.C (getRowNearY): add two asserts
3584
3585 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3586
3587         * converter.C:
3588         * format.C: add using std::distance to compile on gcc 2.95/stlport
3589
3590 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3591
3592         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3593
3594 2004-02-04  André Pönitz  <poenitz@gmx.net>
3595
3596         * BufferView.[Ch] (insertInset):
3597         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3598
3599         * text2.C:
3600         * text3.C: adjust
3601
3602 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3603
3604         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3605         on the default clause of the switch
3606         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3607         wasn't catched by LCursor::dispatch
3608
3609 2004-02-03  André Pönitz  <poenitz@gmx.net>
3610
3611         * BufferView.C:
3612         * cursor.[Ch]: some additional asserts
3613
3614         * undo.[Ch]: remove LyXText dependency in interface
3615
3616         * lyxfunc.C: adjust
3617
3618         * lyxtext.h (firstPar, lastPar): remove dead functions
3619
3620         * text.C:
3621         * text2.C:
3622         * text3.C:
3623         * paragraph.[Ch]: adjust
3624
3625 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3626
3627         * lyxfind.C (find): fix argument order in call to ::find
3628
3629 2004-02-02  André Pönitz  <poenitz@gmx.net>
3630
3631         * cursor.[Ch]: remove direct access to anchor
3632
3633         * text.C: remove findText() hack
3634
3635 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3636
3637         * iterators.[Ch] (lockPath): remove in favour of...
3638         * BufferView.[Ch] (setCursor): this addition
3639         * BufferView.C (putSelectionAt): adjust
3640         * undo.C (performUndoOrRedo): adjust
3641         * lyxfunc.C (dispatch): adjust
3642
3643 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3644
3645         * iterators.C (lockPath): add a missing slice
3646         * undo.C (performUndoOrRedo): remove redundant positioning code
3647
3648 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3649
3650         * vc-backend.C (scanMaster): ";" -> ';'
3651
3652 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3653
3654         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3655         std::binary_function
3656
3657         * lyxtextclass.C (compare_name): rename to...
3658         (LayoutNamesEqual): ...this
3659
3660         * lyxlex_pimpl.C (compare_tags): inherit from
3661         std::binary_function, put back into anon namespace
3662
3663         * lyxfind.C (MatchString): inherig from std::binary_function
3664         (findChange): use empty() istead of !size()
3665
3666         * format.C (FormatNamesEqual): new functor
3667         (getFormat): use it
3668         (getNumber): use it
3669         (add): use it
3670         (erase): use it
3671         (setViewer): use it
3672
3673         * converter.C (compare_Converter): rename to...
3674         (ConverterEqual): ...this, and fixup a bit.
3675         (getConverter): use it, and make function const
3676         (getNumber): use it, and make function const
3677         (add): use it
3678         (erase): use it:
3679
3680         * bufferlist.C: add using boost::bind
3681
3682         * MenuBackend.C (MenuNamesEqual): new functor
3683         (hasMenu): use it, and make function const
3684         (hasSubmenu): use nested bind to get rid of compare_memfun.
3685
3686 2004-01-30  André Pönitz  <poenitz@gmx.net>
3687
3688         * BufferView_pimpl.C:
3689         * cursor.C:
3690         * cursor.h:
3691         * cursor_slice.[Ch]:
3692         * lyxfunc.C:
3693         * lyxtext.h:
3694         * paragraph_funcs.C:
3695         * paragraph_funcs.h:
3696         * rowpainter.C:
3697         * text.C:
3698         * text2.C:
3699         * text3.C: move some of the edit(x,y) handling to the insets
3700         some coordinate changes.
3701
3702 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3703
3704         * text.C: add using statements for std::advance and std::distance
3705
3706         * paragraph.C: add using statement for std::distance
3707
3708         * lyxfind.C: add using statement for std::advance
3709
3710         * cursor.C (region): remove std:: from swap
3711         (openable): use nucleus in stead of operator->
3712
3713         * BufferView.C: add using statements for std::distance and std::swap
3714
3715 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3716
3717         * iterators.C: Remove the pimple, move the needed structures to
3718         the header file. Create accessor for the positions stack.
3719         (asPosIterator): remove function
3720
3721         * PosIterator.C (PosIterator): move constructors to top of file
3722         (PosIterator): reimplement the constructor taking a ParIterator in
3723         terms of setFrom.
3724         (setFrom): new function
3725         (operator!=): inline it
3726
3727 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3728
3729         * lyxfind.C (replaceAll): use std::advance
3730
3731         * iterators.h: inherit from std::iterator.
3732
3733         * PosIterator.C (advance, distance): remove
3734         * PosIterator.h: interit from std::iterator.
3735
3736 2004-01-26  André Pönitz  <poenitz@gmx.net>
3737
3738         * BufferView.[Ch]:
3739         * BufferView_pimpl.[Ch]:
3740         * InsetList.[Ch]:
3741         * PosIterator.[Ch]:
3742         * buffer.h:
3743         * bufferview_funcs.C:
3744         * cursor.[Ch]:
3745         * cursor_slice.h:
3746         * factory.[Ch]:
3747         * iterators.[Ch]:
3748         * lyxfind.C:
3749         * lyxfunc.C:
3750         * lyxtext.h:
3751         * output_docbook.C:
3752         * output_latex.C:
3753         * output_linuxdoc.C:
3754         * output_plaintext.C:
3755         * paragraph.[Ch]:
3756         * paragraph_funcs.[Ch]:
3757         * paragraph_pimpl.[Ch]:
3758         * rowpainter.C:
3759         * tabular.C:
3760         * tabular.h:
3761         * text.C:
3762         * text2.C:
3763         * text3.C: more IU:  dumps most of the rest of the mathcursor
3764     implementation into cursor.[Ch]; "globalize" a bit of it.
3765
3766 2004-01-25  Angus Leeming  <leeming@lyx.org>
3767
3768         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3769
3770 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3771
3772         * LaTeXFeatures.h: add nice_ and nice() const
3773         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3774
3775 2004-01-20  André Pönitz  <poenitz@gmx.net>
3776
3777         * BufferView.[Ch]:
3778         * BufferView_pimpl.C:
3779         * PosIterator.C:
3780         * bufferview_funcs.C:
3781         * cursor.[Ch]:
3782         * cursor_slice.[Ch]:
3783         * factory.C:
3784         * iterators.C:
3785         * lyx_cb.C:
3786         * lyxfind.C:
3787         * lyxfunc.C:
3788         * lyxtext.h:
3789         * rowpainter.C:
3790         * text.C:
3791         * text2.C:
3792         * text3.C:
3793         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3794           LCursor and mathcursor parts to LCursor and InsetBase.
3795
3796 2004-01-15  André Pönitz  <poenitz@gmx.net>
3797
3798         * cursor_slice.[Ch]: add a few covienience functions
3799
3800         * funcrequest.[Ch]: remove BufferView * member
3801
3802         * BufferView_pimpl.C:
3803         * cursor.C:
3804         * factory.[Ch]:
3805         * lyxfind.[Ch]:
3806         * lyxfunc.C:
3807         * lyxtext.h:
3808         * text3.C:
3809         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3810
3811 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3812
3813         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3814         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3815
3816 2004-01-13  André Pönitz  <poenitz@gmx.net>
3817
3818         * textcursor.[Ch]:
3819         * lyxtext.h: hide cursor and selection anchor behind accessor function
3820
3821         * BufferView.C:
3822         * BufferView_pimpl.[Ch]:
3823         * PosIterator.C:
3824         * bufferview_funcs.C:
3825         * cursor.h:
3826         * lyxfind.C:
3827         * lyxfunc.C:
3828         * text.C:
3829         * text2.C:
3830         * text3.C:
3831         * undo.C: adjust
3832
3833         * cursor.h:
3834         * cursor_slice.[Ch]: some integer type changes for inset unification
3835
3836         * lyxcursor.[hC]: remove, it's CursorSlice now.
3837
3838         * Makefile.am:
3839         * BufferView_pimpl.[Ch]:
3840         * bufferview_funcs.C:
3841         * cursor_slice.C:
3842         * lyxtext.h:
3843         * text.C:
3844         * text2.C:
3845         * text3.C:
3846         * textcursor.[Ch]: adjust
3847
3848 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3849
3850         * text2.C (undoSpan): add and use
3851         * text.C (breakParagraph): use undoSpan (fix bug 578)
3852         * lyxtext.h: adjust
3853
3854 2004-01-08  Angus Leeming  <leeming@lyx.org>
3855
3856         * BufferView_pimpl.C (MenuInsertLyXFile):
3857         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3858         * lyxfunc.C (menuNew, open, doImport):
3859         FileFilterList change to the FileDialog open and save functions.
3860
3861 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3862
3863         * ShareContainer.h: make isEqual and isUnique adaptable
3864
3865         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3866
3867 2004-01-07  Angus Leeming  <leeming@lyx.org>
3868
3869         * LyXAction.C:
3870         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3871
3872         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3873
3874         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3875         functions replacing find, replace and replaceAll.
3876
3877         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3878         LFUN_WORDFIND(FORWARD|BACKWARD).
3879
3880 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3881
3882         * text.C (breakParagraph): remove an outdated #warning
3883
3884 2004-01-07  André Pönitz  <poenitz@gmx.net>
3885
3886         * lyxfind.C: somewhat clearer logic
3887
3888         * text.C: prevent crash in cursorX on unitialized row cache
3889
3890 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3891
3892         * lyxcursor.[Ch] (operator>): add
3893         * textcursor.C (selStart, selEnd): use std::min and std::max
3894
3895 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3896
3897         * Chktex.C: include boost/format.hpp
3898
3899 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3900
3901         * InsetList.C: replace functor MathcIt with adaptable functor
3902         InsetTablePosLess
3903         (insetIterator): modify accordingly
3904
3905         * BranchList.h: move the BranchNamesEqual functor here from...
3906         * BranchList.C: ... to here
3907
3908         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3909         SameName and match.
3910         (add): replace a finding loop with std::find_if.
3911
3912 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3913
3914         * output_docbook.C: moving LatexParam functionality into
3915         .layout files
3916
3917 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3918
3919         * buffer.C: increment format to 229.
3920
3921 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3922
3923         * LaTeXFeatures.C:
3924         * lyx_sty.[Ch]: remove minipageindent_def
3925
3926         * LyXAction.C:
3927         * factory.C:
3928         * lfuns.h:
3929         * lyxfunc.C:
3930         * text3.C: remove LFUN_INSET_MINIPAGE
3931
3932 2003-12-28  Angus Leeming  <leeming@lyx.org>
3933
3934         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3935
3936 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3937
3938         * text2.C (setParagraph): fix off-by-one crash
3939
3940 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3941
3942         * output_docbook.C: header stuff for AGU
3943
3944 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3945
3946         * text2.C (redoCursor): remove
3947         * text.C:
3948         * text3.C:
3949         * BufferView_pimpl.C: remove calls to redoCursor and
3950         setCursor(cursor.par(), cursor.pos()) all around
3951
3952 2003-12-15  Angus Leeming  <leeming@lyx.org>
3953
3954         * buffer.C: up the format to 228.
3955
3956 2003-12-15  André Pönitz  <poenitz@gmx.net>
3957
3958         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3959         slices
3960
3961         * Makefile.am:
3962
3963         * BufferView_pimpl.C:
3964         * cursor.[Ch]:
3965         * lyxcursor.[Ch]:
3966         * rowpainter.[Ch]:
3967         * lyxtext.h:
3968         * text.C:
3969         * text2.C:
3970         * text3.C: adjust
3971
3972 2003-12-15  Angus Leeming  <leeming@lyx.org>
3973
3974         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3975         than getFromGUIName to manipulate the color.
3976
3977 2003-12-14  Angus Leeming  <leeming@lyx.org>
3978
3979         * BranchList.[Ch]: minimize the API.
3980         (Branch::getBranch, getColor): now return a 'const &'.
3981         (Branch::setSelected) now returns a bool set to true if the
3982         selection status changes.
3983         (BranchList::clear, size, getColor, setColor, setSelected,
3984         allBranches, allSelected, separator): removed.
3985         (BranchList::find): new functions, returning the Branch with
3986         the given name.
3987         (BranchList::add, remove): return a bool indicating that
3988         the operation was successful.
3989
3990         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3991         new InsetBranch::isBranchSlected member function.
3992
3993         * LColor.[Ch]: mimimize the API.
3994         (fill): renamed as addColor and made private.
3995         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3996         versions of these functions taking a string arg have been removed.
3997
3998         * bufferparams.C (readToken):
3999         * lyxfunc.C (dispatch):
4000         * lyxrc.C (read): changes due to the altered BranchList and
4001         LColor APIs.
4002
4003         * factory.C (createInset, readInset): changes due to altered
4004         InsetBranch c-tor.
4005
4006 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4007
4008         * factory.C:
4009         * lyxfunc.C: remove insetminipage. "minipage-insert"
4010         now produces a frameless minipage box inset.
4011
4012 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4013
4014         * textcursor.[Ch] (selStart,selEnd): add new methods
4015         remove selection::start, end, use LyXCursor::operator<
4016         * lyxcursor.[Ch] (operator<): add
4017         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4018         * BufferView.[Ch] (unsetXSel): add
4019         * text2.C (clearSelection): use unsetXSel,adjust
4020         * text.C: adjust
4021         * text3.C: adjust
4022         * rowpainter.C: adjust
4023         * bufferview_funcs.C (put_selection_at): adjust
4024
4025 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4026
4027         * BufferView_pimpl.C: small coord. correction
4028
4029 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4030
4031         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4032         dragging over the splash screen.
4033
4034 2003-12-11  Angus Leeming  <leeming@lyx.org>
4035
4036         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4037         as it is now handled in LyXText::dispatch.
4038
4039         * text3.C (doInsertInset): remove a level of nesting.
4040
4041 2003-12-11  Angus Leeming  <leeming@lyx.org>
4042
4043         * factory.C (createInset): changes due to the changed interface to
4044         InsetCommandMailer::string2params.
4045
4046 2003-12-10  Angus Leeming  <leeming@lyx.org>
4047
4048         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4049         'dialog-show-new-inset <inset name>'
4050
4051 2003-12-10  Angus Leeming  <leeming@lyx.org>
4052
4053         * buffer.C: up the format to 227.
4054
4055         * factory.C: the box inset is now identified simply by 'Box'.
4056
4057 2003-12-10  Angus Leeming  <leeming@lyx.org>
4058
4059         * buffer.C: up the format to 226.
4060
4061         * factory.C: the note inset is now identified simply by 'Note'.
4062
4063 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4064
4065         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4066         when a pit is enough. Standarize a couple of loops.
4067
4068 2003-12-05  Angus Leeming  <leeming@lyx.org>
4069
4070         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4071         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4072         data to the re-worked "log" dialog.
4073
4074 2003-12-03  André Pönitz  <poenitz@gmx.net>
4075
4076         * PosIterator.C:
4077         * iterators.C:
4078         * lyxtext.h:
4079         * output_latex.C:
4080         * paragraph_funcs.C:
4081         * text.C:
4082         * text2.C: use Inset::getText instead of Inset::getParagraph
4083
4084 2003-12-03  André Pönitz  <poenitz@gmx.net>
4085
4086         * buffer.[Ch]:
4087         * lyxtext.h:
4088         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4089         InsetText::read() as LyXText::read()
4090
4091 2003-12-02  Angus Leeming  <leeming@lyx.org>
4092
4093         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4094         type. Add a comment in the implementation that the function uses
4095         the stream's bad() function rather than fail() as the std::streams
4096         would do.
4097
4098 2003-12-02  André Pönitz  <poenitz@gmx.net>
4099
4100         * lyxlex.[Ch]: make interface more similar to std::stream
4101
4102         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4103
4104 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4105
4106         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4107
4108 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4109
4110         * vspace.[Ch]: remove VSpace::NONE
4111
4112 2003-12-01  André Pönitz  <poenitz@gmx.net>
4113
4114         * buffer.[Ch]:
4115         * lyxtext.h: move ParagraphList member to LyXText
4116         rename LyXText::ownerParagraphs to LyXText::paragraph
4117
4118         * CutAndPaste.C:
4119         * bufferview_funcs.C:
4120         * iterators.[Ch]:
4121         * lyx_cb.C:
4122         * paragraph.C:
4123         * rowpainter.C:
4124         * tabular.C:
4125         * text.C:
4126         * text2.C:
4127         * text3.C: adjust
4128
4129         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4130
4131         * undo.C: fix cursor positioning
4132
4133 2003-12-01  John Levon  <levon@movementarian.org>
4134
4135         * BufferView_pimpl.C: fix a crash on exit with
4136         a buffer open
4137
4138 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4139
4140         * BranchList.C: fix setSelected() method.
4141
4142 2003-11-28  André Pönitz  <poenitz@gmx.net>
4143
4144         * ParagraphParameters.[Ch]:
4145         * ParameterStruct.h: remove space above/below from Paragraph to
4146          InsetVSpace
4147
4148         * BufferView_pimpl.C:
4149         * factory.C:
4150         * lyxfunc.C:
4151         * lyxtext.h:
4152         * output_latex.C:
4153         * paragraph.C:
4154         * paragraph_funcs.C:
4155         * rowpainter.[Ch]:
4156         * text.C:
4157         * text2.C:
4158         * text3.C: adjust
4159
4160 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4161
4162         * factory.C: Syntax change for CharStyles
4163
4164 2003-11-28  André Pönitz  <poenitz@gmx.net>
4165
4166         * BufferView.[Ch]:
4167         * BufferView.[Ch]:
4168         * buffer.[Ch]:
4169         * buffer.[Ch]: move LyXText member
4170
4171 2003-11-28  André Pönitz  <poenitz@gmx.net>
4172
4173         * BufferView.[Ch]: make LyXText * text a private member
4174
4175         * BufferView_pimpl.C:
4176         * cursor.C:
4177         * iterators.C:
4178         * lyx_cb.C:
4179         * lyxfind.C:
4180         * lyxtext.h:
4181         * rowpainter.[Ch]:
4182         * text.C:
4183         * text2.C:
4184         * undo.C: adjust
4185
4186         * output_plaintext.C: cleanup
4187
4188 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4189
4190         * buffer.C:
4191         * lyxtextclass.[Ch]: parametrize SGML document header
4192
4193 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4194
4195         * converter.[Ch]:
4196         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4197         getFlavor().
4198
4199 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4200
4201         * text2.C (setFont): rework using PosIterator (no more recursive)
4202         (setCharFont): no more needed
4203         (setLayout): no more selection cursors fiddling (done by redoCursor)
4204         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4205         destroy remaining ones)
4206
4207 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4208
4209         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4210         * lyxtext.h: ditto
4211         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4212         selection cursors
4213         * lyxfunc.C: adjust
4214         * text3.C: adjust + re-allow multi par depth changes
4215         * textcursor.C: simplify a bit
4216
4217 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4218
4219         * src/buffer.C:
4220         * src/lyxlayout.C:
4221         * src/lyxlayout.h:
4222         * src/lyxtext.h:
4223         * src/output_docbook.C:
4224         * src/output_latex.C:
4225         * src/paragraph.C:
4226         * src/paragraph.h:
4227         * src/sgml.C:
4228         * src/sgml.h:
4229         * src/text2.C: Introducing a number of tags parametrizing various
4230         XML formats that we may want to support
4231
4232 2003-11-25  André Pönitz  <poenitz@gmx.net>
4233
4234         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4235
4236         * lyxtext.h (leftMargin/rightMargin): simplify interface
4237
4238         * rowpainter.C:
4239         * text.C:
4240         * text2.C:
4241         * text3.C: adjust
4242
4243 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4244
4245         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4246         master file to any child files. Fixes bug 546.
4247
4248 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4249
4250         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4251
4252 2003-11-24  André Pönitz  <poenitz@gmx.net>
4253
4254         * rowpainter.C: simplification
4255
4256         * text2.C (updateCounters): remove call to redoParagraph on
4257         changed labels as this is far too expensive.
4258
4259 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4260
4261         * converter.C (convert): fix a crash: this function gets
4262         called with buffer == 0 from importer code.
4263
4264 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4265
4266         * text3.C (cursorPrevious): make sure that we do not compare
4267         iterators form different containers.
4268         (cursorNext): ditto
4269
4270         * rowpainter.C (paintSelection): make sure that we do not compare
4271         iterators from different containers.
4272
4273         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4274         iterators from different ParagraphList containers.
4275         [NEXT] ditto
4276
4277         * text2.C (LyXText): change order of initialization slightly
4278         (operator=): new function. copy all variables except cache_par_
4279         (moveUp): make sure that we do not compare iterators from
4280         different ParagraphList constainers.
4281         (moveDown): ditto
4282
4283         * text.C (firstPar): new function
4284         (lastPar): new function
4285         (endPar): new function
4286
4287         * lyxtext.h: move things around and group public functions, public
4288         variables, private functions, private variables
4289
4290 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4291
4292         * factory.C: change call to InsetERT constructor to avoid
4293         additional invocation of method status
4294         * text2.C (toggleInset): remove redundant update() call
4295         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4296         instead of a Bufferview pointer
4297
4298 2003-11-21  André Pönitz  <poenitz@gmx.net>
4299
4300         * rowpainter.C: simplification
4301
4302 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4303
4304         * text3.C (dispatch): make possible to extend a word/row selection
4305         with the mouse
4306
4307 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4308
4309         * lyxtext.h: x0_,y0_ -> xo_,yo_
4310         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4311         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4312         * rowpainter.C (paintRows): paint full paragraphs
4313
4314 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4315
4316         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4317         screen coordinates)
4318
4319 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4320
4321         * lyxtext.h: add x0_, y0_
4322         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4323         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4324
4325 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4326
4327         * text2.C (setCursorIntern): move the x_target update here *
4328         * text3.C: change some bv() to true/false in calls to
4329         cursorUp/Down/Right/Left
4330         * cursor.C: use helper function.
4331
4332 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4333
4334         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4335         * paragraph_funcs.[Ch]: correct comment
4336         * rowpainter.C: do not paint selections away from bv->cursor()
4337         Fix a long standing selection painting bug.
4338         * text3.C: generalize mouse-selection code to LyXTexts other that
4339         top one
4340         * textcursor.C: do not use y coords if we can use par offsets
4341
4342 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4343
4344         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4345         cursor position after e.g. inset insert)
4346
4347 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4348
4349         * lyxfind.C (replace): adjust to locking removal + some
4350         code simplification
4351
4352 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4353
4354         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4355         of the path
4356
4357 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4358
4359         * lyxlayout.[Ch]:
4360         * output_docbook.C: XML sanitation: new layout
4361         parameters InnerTag and CommandDepth
4362
4363 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4364
4365         * BufferView_pimpl.C:
4366         * factory.C:
4367         * text3.C: Fix the insertion and modification of button-style
4368         insets
4369
4370 2003-11-13  André Pönitz  <poenitz@gmx.net>
4371
4372         * InsetList.[Ch]: remove deleteLyXText
4373
4374         * paragraph.[Ch]: cache beginOfBody position
4375
4376         * Bidi.C:
4377         * text.C:
4378         * text2.C:
4379         * text3.C: remove superfluous update() calls
4380
4381         * vspace.C: cleanup
4382
4383 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4384
4385         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4386         * BufferView.C (fitLockedInsetCursor): remove
4387         * cursor.[Ch] (getDim): add
4388         * text.C (getRowNearY): add faster version
4389         * text3.C: remove some update calls
4390
4391 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4392
4393         * LaTeXFeatures.C:
4394         * LyXAction.C:
4395         * MenuBackend.C:
4396         * MenuBackend.h:
4397         * dispatchresult.h:
4398         * factory.C:
4399         * lfuns.h:
4400         * lyxfunc.C:
4401         * lyxtextclass.C:
4402         * lyxtextclass.h:
4403         * text3.C: The Character Style /XML short element patch.
4404
4405 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4406
4407         * text3.C:
4408         * factory.C: Small step to solving 'unable to insert some insets'
4409         problem
4410
4411 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4412
4413         * cursor.[Ch] (updatePos): new function for updating the y
4414         position of the tip inset
4415         * bufferview_funcs.C (put_selection_at):
4416         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4417
4418 2003-11-11  André Pönitz  <poenitz@gmx.net>
4419
4420         * text.C: remove big comment on invalid Paragraph pointers as it is
4421         not valid anymore
4422
4423 2003-11-11  André Pönitz  <poenitz@gmx.net>
4424
4425         * text_funcs.[Ch]: merge with ...
4426
4427         * text.C: ... this
4428
4429         * lyxtext.h:
4430         * text2.C:
4431         * text3.C: adjust
4432
4433         * Makefile.am: remove text_funcs.[Ch]
4434
4435 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4436
4437         * cursor.C (getPos): return absolute cached y coord
4438
4439         * BufferView_pimpl.C (fitCursor): new simplistic code
4440         (workAreaDispatch): add a fitCursor call
4441
4442 2003-11-10  André Pönitz  <poenitz@gmx.net>
4443
4444         * BufferView.[Ch]:
4445         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4446
4447 2003-11-10  André Pönitz  <poenitz@gmx.net>
4448
4449         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4450         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4451         indicate that the cursor needs to leave an inset
4452
4453         * lyxtext.h: remove inset locking
4454
4455         * cursor.[Ch]: re-implement functionality provided by inset locking
4456
4457         * BufferView.[Ch]:
4458         * BufferView_pimpl.[Ch]:
4459         * LyXAction.C:
4460         * bufferview_funcs.[Ch]:
4461         * factory.C:
4462         * funcrequest.[Ch]:
4463         * iterators.C:
4464         * lyx_cb.C:
4465         * lyxfind.C:
4466         * lyxfunc.C:
4467         * text.C:
4468         * text2.C:
4469         * text3.C:
4470         * undo.C: adjust
4471
4472 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4473
4474         * PosIterator.[Ch]: replace the stack with a vector, add inset
4475         accesor
4476         * iterators.[C]: adjust
4477
4478 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4479
4480         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4481         replaced
4482         * paragraph_funcs.C (readParToken): put the correct id in the
4483         error item, not the id of the top paragraph
4484
4485 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4486
4487         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4488         * bufferview_funcs.C (put_selection_at): use the above
4489
4490 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4491
4492         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4493
4494 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4495
4496         * output_linuxdoc.h:
4497         * output_plaintext.h:
4498         * output.h:
4499         * output_docbook.h: add #include statements
4500
4501 2003-11-05  José Matos  <jamatos@lyx.org>
4502
4503         * output_docbook.[Ch]:
4504         * output_latex.[Ch]:
4505         * output_linuxdoc.[Ch]:
4506         * output_plaintext.[Ch]: New files for output formats.
4507         * output.[Ch]: New file for helper functions.
4508
4509         * buffer.[Ch]:
4510         * paragraph_funcs.[Ch]: output functions moved to new files.
4511
4512         * outputparams.h: rename of latexrunparams.h
4513
4514         * LaTeX.[Ch]:
4515         * buffer.[Ch]:
4516         * bufferlist.[Ch]:
4517         * converter.[Ch]:
4518         * exporter.C:
4519         * paragraph.[Ch]:
4520         * paragraph_funcs.[Ch]:
4521         * paragraph_pimpl.[Ch]:
4522         * tabular.[Ch]: rename ascii to plaintext
4523         and LatexRunParams to OutputParams.
4524
4525 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4526
4527         * iterators.[Ch] (text): require bv argument
4528         * undo.C (recordUndo):
4529         * lyxfunc.C (dispatch):
4530         * bufferview_funcs.C (put_selection_at): adjust
4531
4532 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4533
4534         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4535
4536 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4537
4538         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4539         nestings
4540
4541 2003-11-04  André Pönitz  <poenitz@gmx.net>
4542
4543         * cursor.[Ch]: restructure
4544
4545         * BufferView.[Ch]:
4546         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4547
4548         * iterators.[Ch] (asCursor): remove
4549
4550         * lfuns.h: remove LFUN_INSET_EDIT
4551
4552         * lyxfunc.C:
4553         * tabular.C:
4554         * text.C:
4555         * text2.C:
4556         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4557
4558 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4559
4560         * lyxfind.[Ch]: complete overhaul
4561         * BufferView_pimpl.C:
4562         * lyxfunc.C: adjust
4563         * paragraph.[Ch] (insert): add
4564
4565 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4566
4567         * BufferView.[Ch]:
4568         * lyxtext.h:
4569         * text.C: remove dead spellcheck code
4570
4571 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4572
4573         * dispatchresult.h: add a val setter
4574
4575         * cursor.C (dispatch): use a tempvar for data_[i]
4576
4577 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4578
4579         * PosIterator.[Ch]: compile fix
4580
4581 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4582
4583         * text.C (cursorPar): deactivate the cursor cache
4584
4585 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4586
4587         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4588
4589 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4590
4591         * text3.C (dispatch): adjust for new DisptchResult semantics.
4592
4593         * lyxfunc.C (dispatch): handle update when return from
4594         Cursor::dispatch, adjust for new DispatchResult semantics.
4595
4596         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4597         DispatchResult(true) mean to not update. Add class functions for
4598         setting dispatched and update, as well as reading.
4599
4600         * cursor.C (dispatch): don't handle update here
4601
4602 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4603
4604         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4605         * trans_mgr.C: adjust
4606
4607         * paragraph_funcs.C (readParToken): exception safety
4608
4609         * lyxvc.h: store the vcs pointer in a scoped_ptr
4610         * lyxvc.C: adjust
4611
4612         * lyxsocket.C (serverCallback): exception safety
4613
4614         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4615
4616         * ispell.C (clone): make it return a auto_ptr
4617
4618         * factory.C (createInset): exception safety
4619         (readInset): exception safety
4620
4621         * bufferlist.C (newBuffer): exception safety
4622
4623         * Thesaurus.C (Thesaurus): use initialization for aik_
4624
4625         * MenuBackend.C (expandToc): exception safety.
4626
4627 2003-11-03  André Pönitz  <poenitz@gmx.net>
4628
4629         * buffer.C:
4630         * buffer.h:
4631         * bufferview_funcs.C: remove getInsetFromId()
4632
4633         * lyxcursor.[Ch]:
4634         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4635
4636         * lyxfunc.C:
4637         * text2.C:
4638         * text3.C: adjust
4639
4640 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4641
4642         * PosIterator.C (distance, advance): new
4643         * bufferview_funcs.[Ch] (put_selection_at): new
4644         * iterators.[Ch] (lockPath): new
4645
4646 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4647
4648         * iterators.[Ch] (asPosIterator): added
4649         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4650         * PosIterator.[Ch]: added
4651
4652 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4653
4654         * text3.C:
4655         * lyxfunc.C:
4656         * cursor.C (dispatch):
4657         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4658
4659         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4660         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4661         contructor, add a class function dispatched. Remove operator>=
4662
4663 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4664
4665         * debug.C: only use the default constructor for debugstream
4666         (lyxerr) here.
4667
4668         * main.C (main): include debug.h and setup the lyxerr streambuf
4669         here.
4670
4671 2003-10-31  José Matos  <jamatos@lyx.org>
4672
4673         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4674
4675         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4676         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4677         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4678         * paragraph_pimpl.C (simpleTeXSpecialC):
4679         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4680         add LatexRunParams argument.
4681
4682         * exporter.C (Export): change call accordingly.
4683
4684         * latexrunparams.h: add new member to take care of the other backends.
4685 2003-10-30  José Matos  <jamatos@lyx.org>
4686
4687         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4688         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4689         factorise code for paragraph output.
4690         * buffer.[Ch]:
4691         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4692         move functions.
4693
4694 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4695
4696         * text3.C (dispatch):
4697         * lyxfunc.C (dispatch):
4698         * cursor.C (dispatch):
4699         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4700
4701         * dispatchresult.h: make the dispatch_result_t ctor explicit
4702
4703 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4704
4705         * sgml.[Ch]:
4706         * buffer.C: small refactoring of docbook stuff
4707
4708 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4709
4710         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4711         meaning.
4712
4713 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4714
4715         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4716         operator dispatch_result_t, and operators for == != and >=
4717
4718         * cursor.C (dispatch): adjust for operator dispatch_result_t
4719         removal. comment out call to update
4720
4721         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4722
4723 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4724
4725         * text3.C:
4726         * text2.C:
4727         * text.C:
4728         * lyxtext.h:
4729         * lyxfunc.C:
4730         * cursor.C:
4731         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4732         (dispatch):
4733
4734         * dispatchresult.h: new file, DispatchResult broken out of
4735         insets/insetbase.h
4736
4737         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4738
4739 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4740
4741         * text.C (rowBreakPoint): put a hack inside #if 0
4742
4743 2003-10-28  André Pönitz  <poenitz@gmx.net>
4744
4745         * lyxtext.h:
4746         * metricsinfo.C:
4747         * paragraph_funcs.C:
4748         * rowpainter.C:
4749         * text.C:
4750         * text2.C: general cleanup (lots of small stuff)
4751
4752 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4753
4754         * text2.C (cursorEnd): simple fix to the "end key goes to one
4755         before the end on last row" bug
4756
4757 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4758
4759         * text.C (backspace): fix the "zombie characters"
4760
4761 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4762
4763         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4764
4765 2003-10-27  André Pönitz  <poenitz@gmx.net>
4766
4767         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4768
4769         * factory.C: handle new InsetPagebreak, InsetLine
4770
4771         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4772         and move handling into new InsetPagebreak, InsetLine
4773
4774         * BufferView_pimpl.C:
4775         * LyXAction.C:
4776         * ParagraphParameters.C:
4777         * ParameterStruct.h:
4778         * lyxfunc.C:
4779         * lyxtext.h:
4780         * paragraph.C:
4781         * paragraph.h:
4782         * paragraph_funcs.C:
4783         * paragraph_pimpl.C:
4784         * rowpainter.C:
4785         * text.C:
4786         * text2.C:
4787         * text3.C: adjust
4788
4789 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4790
4791         * text.C:
4792         * lyxrow_funcs.[Ch]:
4793         * Bidi.C:
4794         * paragraph.C:
4795         * lyxtext.h:
4796         * rowpainter.C:
4797         * text2.C:
4798         * text3.C: remove lastPos uses in favour of Row::endpos
4799
4800 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4801
4802         * undo.C (performUndoOrRedo): fix two crashes by setting a
4803         cursor by hand and reordering some calls. Use bv->lockInset instead
4804         of inset->edit because the latter loses cursor information
4805
4806 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4807
4808         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4809         by Martin
4810         (rowBreakPoint): fix width. change point to point + 1.
4811         Add a missing check.
4812
4813 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4814
4815         * MenuBackend.C:
4816         * lyxfunc.C: fix (at least partly) the problems
4817         with the Nav menu and headers inside branch insets
4818         reported by Kayvan
4819
4820 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4821
4822         * paragraph.C (getChar): add strong asserts
4823
4824         * lyxrow_funcs.C (lastPos): remove hideous hack
4825
4826         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4827         (fill): adjust to that (avoid an infinite loop)
4828
4829 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4830
4831         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4832
4833 2003-10-23  André Pönitz  <poenitz@gmx.net>
4834
4835         * RowList_fwd.h: change list<> to vector<> to gain speed
4836         after suggestion from Alfredo
4837
4838 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4839
4840         * lyxtext.h: move the bidi stuff from here...
4841         * text.C: and here
4842         * text2.C: and here
4843         * Bidi.[Ch]: ... to here
4844
4845 2003-10-23  André Pönitz  <poenitz@gmx.net>
4846
4847         * lyxtext.h:
4848         * text.C (isLastRow, isFirstRow): new functions
4849
4850         * paragraph.h: new width cache member
4851
4852         * rowpainter.C: replace RowList::iterator with Row & where possible
4853
4854         * lyxfunc.C: replace several view()->text with a single call
4855
4856         * toc.C: fix 'unused' warning
4857
4858 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4859
4860         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4861         when woring with stream::pos_type
4862         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4863
4864 2003-10-22  André Pönitz  <poenitz@gmx.net>
4865
4866         * lyxtext.h:
4867         * text.C: use Row & instead of RowList::iterator
4868
4869         * lyxrow.h: rename end() to endpos()
4870
4871         * rowpainter.C:
4872         * text.C:
4873         * text2.C: adjust
4874
4875 2003-10-22  Angus Leeming  <leeming@lyx.org>
4876
4877         * buffer.[Ch] (fully_loaded): new member function, returning true
4878         only when the file has been loaded fully.
4879         Used to prevent the premature generation of previews and by the
4880         citation inset to prevent computation of the natbib-style label.
4881
4882         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4883         templates are all set up.
4884
4885         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4886
4887 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4888
4889         * text.C: fixed an "oops" in the "is a bit silly"
4890         bug fix
4891
4892 2003-10-21  André Pönitz  <poenitz@gmx.net>
4893
4894         * FuncStatus.[Ch]: small stuff, whitespace
4895
4896         * lyxfont.[Ch]: operator<<() for debug reasons
4897
4898         * lyxfunc.C:
4899         * lyxrow_funcs.C:
4900         * lyxtext.h: whitespace, spelling
4901
4902         * paragraph.C: naming of variables
4903
4904         * text.C:
4905         * text2.C: small stuff
4906
4907
4908 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4909
4910         * text.C: (1) finish off the inset display() work;
4911         (2) fix the "is a bit silly" bug (accessing char
4912         past end of par).
4913
4914 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4915
4916         * text.C: re-introduce display() for insets, fixing the
4917         various bugs (stretch of line above, math inset
4918         positioning, ...)
4919
4920 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4921
4922         * text.C (rightMargin): remove spurious semicolon
4923
4924         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4925         1415)
4926
4927 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4928
4929         * text3.C: fix one crash due to wrong cursor def
4930
4931 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4932
4933         * vc-backend.C (scanMaster): make the regex static
4934
4935         * LaTeX.C (scanAuxFile): make the regexs static
4936
4937         * text3.C (doInsertInset, dispatch, dispatch):
4938         * text2.C (cursorUp, cursorDown):
4939         * text.C (selectNextWordToSpellcheck):
4940         * BufferView_pimpl.C (dispatch):
4941         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4942
4943 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4944
4945         * lyxsocket.C: include <cerrno>
4946
4947 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4948
4949         * lyxfunc.C (dispatch): remove textcache stuff
4950
4951         * bufferlist.C (release): remove textcache stuff
4952         (closeAll): ditto
4953
4954         * TextCache.C: delete file
4955         * TextCache.h: delete file
4956
4957         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4958
4959         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4960         delete of the bv_->text.
4961         (resizeCurrentBuffer): remove texcache stuff
4962         (workAreaResize): ditto
4963
4964 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4965
4966         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4967         action.
4968
4969 2003-10-16  André Pönitz  <poenitz@gmx.net>
4970
4971         * lyxrow.[Ch]:
4972         * paragraph.h:
4973         * rowpainter.C:
4974         * text.C:
4975         * text2.C:
4976         * text3.C: speed up by storing y positions per paragraph plus per-row
4977         offset instead of having a 'full' y position in the row.
4978
4979 2003-10-15  André Pönitz  <poenitz@gmx.net>
4980
4981         * iterators.[Ch]:
4982         * iterators.[Ch]:
4983         * undo.[Ch]: make undo aware of inner insets
4984
4985 2003-10-14  Angus Leeming  <leeming@lyx.org>
4986
4987         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4988         static member functions LyX::ref() and LyX::cref.
4989         (lastfiles): new accessor functions for the new lastfiles_ member var.
4990         (addLyXView, views_): add a new LyXView to the list of views_.
4991         (updateInset): loop over all LyXViews to call their own updateInset
4992         member function, returning a pointer to the Buffer owning the inset.
4993
4994         * BufferView_pimpl.C (loadLyXFile):
4995         * MenuBackend.C (expandLastfiles):
4996         * bufferlist.C (MenuWrite, QuitLyX):
4997         lastfiles is no longer a global variable.
4998         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4999
5000         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5001         static function. Access through LyX::cref().emergencyCleanup().
5002
5003 2003-10-14  André Pönitz  <poenitz@gmx.net>
5004
5005         * iterators.[Ch]: new direct access to innermost LyXText and Inset
5006
5007         * undo.[Ch]: restoring part of 'undo in insets'
5008
5009         * Makefile.am:
5010         * undo_funcs.[Ch]: merge with undo.[Ch]
5011
5012         * tabular.C: small cleansing stuff
5013
5014 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5015
5016         * paragraph_funcs.C (readParToken): report unknown insets as error
5017         boxes. Use the outer paragraph as location (also for unknown
5018         tokens).
5019
5020         * factory.C (readInset): do not abort on reading an unknown inset.
5021         Eat it and return 0.
5022
5023 2003-10-13  Angus Leeming  <leeming@lyx.org>
5024
5025         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5026
5027         * lyxrc.C: displayTranslator is now a function,
5028         declared in GraphicsTypes.h.
5029
5030 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5031
5032         * format.C: new placeholder $$a to pass the socket address.
5033
5034         * bufferlist.[Ch]: new function getBufferFromTmp.
5035
5036         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5037           files in the temporary dir.
5038
5039 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5040
5041         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5042
5043         * Makefile.am: add lyxsocket.[Ch].
5044
5045         * lyx_main.C (error_handler): handle SIGPIPE.
5046
5047 2003-10-13  André Pönitz  <poenitz@gmx.net>
5048
5049         * BufferView_pimpl.C:
5050         * lyxtext.h:
5051         * text.C:
5052         * text2.C:
5053         * text3.C:
5054         * undo_funcs.[Ch]: use paroffset_type instead of
5055           ParagraphList::iterators to prevent multiple conversion
5056           (and get a more robust interface)
5057
5058 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5061         * lyxtext.h: ditto
5062         * text3.C (dispatch): ditto
5063
5064 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5065
5066         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5067         move the onlyfile, use onlyfile instead of foundfile in a couple
5068         of places.
5069
5070         * DepTable.C (update): flush the error stream a bit more
5071
5072 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5073
5074         * lyxserver.C (callback): adjust
5075
5076         * lyxfunc.C (getStatus): add a missing brace in commented code
5077         (ensureBufferClean): reindent
5078         (dispatch): delete version taking a string
5079
5080 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5081
5082         * LaTeX.C (deplog): move found file handlig from here...
5083         (handleFoundFile): .. to new function here.
5084         (deplog): make sure to discover several files mentioned on the
5085         same log line.
5086
5087 2003-10-10  André Pönitz  <poenitz@gmx.net>
5088
5089         * lyxfunc.C:
5090         * lyxtext.h:
5091         * tabular.C:
5092         * text.C:
5093         * text2.C:
5094         * text3.C: fix some of the tabular crashes
5095
5096 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5097
5098         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5099
5100         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5101
5102 2003-10-09  André Pönitz  <poenitz@gmx.net>
5103
5104         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5105
5106         * BufferView.C:
5107         * BufferView_pimpl.C:
5108         * bufferview_funcs.C:
5109         * lyx_cb.C:
5110         * lyxcursor.C:
5111         * lyxfind.C:
5112         * lyxfunc.C:
5113         * lyxtext.h:
5114         * text.C:
5115         * text2.C:
5116         * text3.C:
5117         * text_funcs.[Ch]:
5118         * textcursor.[Ch]:
5119         * undo_funcs.C: adjust
5120
5121 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5122
5123         * text2.C (incrementItemDepth): new function, use a backtracking
5124         algorithm to discover the correct item depth.
5125         (resetEnumCounterIfNeeded): new function, use a backtracking
5126         algorithm to discover if counter reset is needed.
5127         (setCounter): use them. Simplify a bit. Add different labels for
5128         different item depths for itemize.
5129
5130         * paragraph.C (Paragraph): remove initialization of enumdepth
5131         (operator=): ditto
5132
5133         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5134         enumerate and itemize. Change the type of itemdepth to signed char.
5135
5136 2003-10-08  André Pönitz  <poenitz@gmx.net>
5137
5138         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5139           thing assignable.
5140         * text.C:
5141         * text2.C: adjust
5142
5143         * tabular.[Ch]: fix crash after 'row-insert'
5144
5145 2003-10-08  Angus Leeming  <leeming@lyx.org>
5146
5147         Fix doxygen warnings.
5148
5149         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5150         Remove CutAndPaste:: prefix from header file declaration.
5151
5152         * LColor.h (fill): remove LColor:: prefix from declaration.
5153
5154         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5155         use lyx::depth_type rather than Paragraph::depth_type so that
5156         header file and .C file match.
5157
5158         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5159
5160         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5161         * aspell.C: \file aspell_local.C -> \file aspell.C
5162         * gettext.C: \file gettext.C -> \file src/gettext.C
5163         * gettext.h: \file gettext.h -> \file src/gettext.h
5164         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5165         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5166         * text.C: \file text.C -> \file src/text.C
5167
5168         * toc.C: move comment so that doxygen is not confused.
5169
5170 2003-10-07  Angus Leeming  <leeming@lyx.org>
5171
5172         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5173
5174 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5175
5176         * aspell.C:
5177         * aspell_local.h: add forgotten std::string's.
5178
5179 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5180
5181         * LaTeXFeatures.C:
5182         * LyXAction.C:
5183         * factory.C:
5184         * lfuns.h:
5185         * lyxfunc.C:
5186         * text3.C: The Box patch. Fancybox support, minipage, parbox
5187
5188 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5189
5190         * CutAndPaste.h:
5191         * DepTable.h:
5192         * FloatList.h:
5193         * LaTeXFeatures.h:
5194         * ParagraphParameters.h:
5195         * TextCache.h:
5196         * Thesaurus.h:
5197         * bufferlist.h:
5198         * exporter.h:
5199         * importer.h:
5200         * lastfiles.h:
5201         * lyxfind.h:
5202         * lyxfont.h:
5203         * lyxlex.h:
5204         * lyxtextclasslist.h:
5205         * messages.h:
5206         * paragraph.h:
5207         * paragraph_pimpl.C:
5208         * textcursor.h: add <string> and other small fixes to make Lars'
5209         std::string patch compile with STLport.
5210
5211 2003-10-06  Angus Leeming  <leeming@lyx.org>
5212
5213         * LColor.h: Add missing #include <string>.
5214
5215 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * All most all file in all subdirs: Make <string> be the prefered
5218         way of getting to std::string, add using declarations.
5219
5220 2003-10-06  André Pönitz  <poenitz@gmx.net>
5221
5222         * metricsinfo.C: initialize LyXFont before changing attribute.
5223         (fixes the 'math in \emph is upright' bug)
5224
5225 2003-10-06  André Pönitz  <poenitz@gmx.net>
5226
5227         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5228
5229 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5230
5231         * graph.C:
5232         * paragraph_pimpl.C: Small fixes to build using STLport
5233
5234 2003-10-02  André Pönitz  <poenitz@gmx.net>
5235
5236         * lyxfunc.C:
5237         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5238
5239 2003-10-01  André Pönitz  <poenitz@gmx.net>
5240
5241         * factory.C: assert early
5242
5243 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5244
5245         * lyx_main.C: remove the global debug object
5246
5247         * debug.h: adjust for new debugstream
5248
5249         * debug.C: adjust for new debugstream and keep the global debug
5250         object here.
5251
5252 2003-09-22  Angus Leeming  <leeming@lyx.org>
5253
5254         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5255         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5256         an incomplete class LyXFont.
5257
5258 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5259
5260         * factory.C: bug fix in branches
5261
5262 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5263
5264         * lyxfunc.C (processKeySym): adjust
5265         (dispatch): adjust
5266         (dispatch): change arg name from ev to func, adjust
5267         (sendDispatchMessage): ditto
5268
5269         * lyx_main.C (defaultKeyBindings): adjust keybindings
5270         (deadKeyBindings): ditto
5271
5272         * kbsequence.C (addkey): return a FuncRequest
5273
5274         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5275
5276         * kbmap.C (bind): take a FuncRequest as arg, adjust
5277         (read): adjust
5278         (lookup): adjust
5279         (defkey): change to take a FuncRequest as arg, adjust
5280         (findbinding): take a FuncRequest as arg, adjust.
5281
5282         * funcrequest.h (operator=): added
5283
5284         * funcrequest.C (FuncRequest): default kb_action changed from
5285         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5286
5287         * buffer.C (dispatch): simplify
5288         (dispatch): adjust to take a FuncRequest as arg, adjust
5289
5290         * boost.C (assertion_failed): change assertion message slightly
5291
5292         * ToolbarBackend.C (read): simplify
5293
5294         * MenuBackend.C (binding): adjust call to findbinding, add a
5295         message if no binding is found.
5296         (read): simplify
5297         (expandToc): correct by adding a empty FuncRequest
5298
5299         * LyXAction.C: include <boost/assert.hpp>
5300         (isPseudoAction): delete function
5301         (LookupFunc): change name to...
5302         (lookupFunc): this. change return type to FuncRequest.
5303         (getActionName): take kb_action as arg, simplify
5304         (funcHasFlag): add an assert, simplify.
5305
5306 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5307
5308         * toc.C (action): return a FuncRequest, simplify
5309
5310         * lyxfunc.C (processKeySym): adjust
5311         (getStatus): delete version that takes an int.
5312         (getStatus): adjust
5313         (dispatch): delete version that takes action as int
5314         (dispatch): adjust
5315         (sendDispatchMessage): simplify and adjust
5316
5317         * funcrequest.C (getArg): take unsigned int as arg
5318
5319         * ToolbarBackend.C (read): adjust
5320         (add): delete version that takes func as a string.
5321         (getIton): take a FuncRequest as arg
5322
5323         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5324         action.
5325
5326         * MenuBackend.C (MenuItem): add a new construct that only takes a
5327         Kind, simplify the constructor use for submenus.
5328         (add): adjust
5329         (expandLastfiles): adjust
5330         (expandDocuments): adjust
5331         (expandFormats): adjust
5332         (expandFloatListInsert): adjust
5333         (expandFloatInsert): adjust
5334         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5335
5336         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5337         Remove class variables lyx_pseudo_map and lyx_arg_map
5338
5339         * LyXAction.C (searchActionArg): delete function
5340         (getPseudoAction): delete function
5341         (retrieveActionArg): delete function
5342         (LookupFunc): make it return kb_action, simplify.
5343         (getActionName): simplify
5344
5345         * factory.C (createInset): fix new bug
5346
5347 2003-09-19  Angus Leeming  <leeming@lyx.org>
5348
5349         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5350         masterFilename_ parameter in the include inset.
5351
5352         * factory.C (createInset): changes due to the changes to InsetInclude.
5353
5354 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5355
5356         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5357
5358 2003-09-18  Angus Leeming  <leeming@lyx.org>
5359
5360         * buffer.C:
5361         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5362         Inset::fillWithBibKeys.
5363         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5364
5365 2003-09-18  Angus Leeming  <leeming@lyx.org>
5366
5367         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5368         variables.
5369         (ctor): pass and store a 'Buffer const &'
5370         (buffer): new member function.
5371
5372         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5373         '*this' to the LaTeXFeatures ctor.
5374
5375 2003-09-18  Angus Leeming  <leeming@lyx.org>
5376
5377         * LColor.h:
5378         * lyxfont.C:
5379         * lyxfont.h:
5380         * lyxtext.h:
5381         * text.C: rename EnumLColor as LColor_color.
5382
5383 2003-09-18  Angus Leeming  <leeming@lyx.org>
5384
5385         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5386         remove #include "insets/insetbase.h" from cursor.h.
5387
5388 2003-09-18  Angus Leeming  <leeming@lyx.org>
5389
5390         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5391         InsetOld_code to remove #include "inset.h".
5392
5393         * iterators.C: add #include "insets/inset.h"
5394
5395 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5396
5397         * BufferView.C: remove more locking stuff that apparently doesn't
5398         do anything sensible.
5399
5400 2003-09-16  André Pönitz  <poenitz@gmx.net>
5401
5402         * paragraph.[Ch]:
5403         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5404           performance boost.
5405
5406 2003-09-16  Angus Leeming  <leeming@lyx.org>
5407
5408         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5409
5410         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5411         arg/return type.
5412
5413         * paragraph.h: remove #include "lyxfont.h". Forward declare
5414         LyXFont_size.
5415
5416 2003-09-16  Angus Leeming  <leeming@lyx.org>
5417
5418         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5419         of support/textutils.h.
5420         (isWord): move the contents of support/textutils.h's IsWordChar here.
5421
5422         * buffer.C:
5423         * lyxfind.C:
5424         * rowpainter.C:
5425         * text.C:
5426         * text2.C: add #include "paragraph.h".
5427
5428         * rowpainter.C:
5429         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5430
5431 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5432
5433         * main.C:
5434         * lyx_main.C:
5435         * lyx_cb.C:
5436         * buffer.C:
5437         * LaTeX.C: use namespace alias for lyx::support::os
5438
5439 2003-09-16  Angus Leeming  <leeming@lyx.org>
5440
5441         * bufferparams.C:
5442         * bufferview_funcs.C:
5443         * factory.C:
5444         * lyxfunc.C:
5445         * paragraph_pimpl.C:
5446         * rowpainter.C:
5447         * text.C: add #include "LColor.h".
5448
5449 2003-09-16  Angus Leeming  <leeming@lyx.org>
5450
5451         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5452         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5453         return LyXFont &.
5454         Store the FontBits::color variable as an int rather than as an
5455         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5456         file.
5457
5458         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5459         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5460         string calls together.
5461
5462         * lyxrc.C: add #include "LColor.h".
5463
5464 2003-09-15  Angus Leeming  <leeming@lyx.org>
5465
5466         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5467         a cow_ptr.
5468
5469 2003-09-15  Angus Leeming  <leeming@lyx.org>
5470
5471         * LColor.h: add an EnumLColor wrapper for LColor::color.
5472
5473         * lyxfont.[Ch] (color, setColor, realColor):
5474         * lyxtext.h, text.C (backgroundColor):
5475         pass EnumLColor args to/from the functions, rather than LColor::color
5476         ones.
5477
5478         * lyxfont.h:
5479         * lyxtext.h: forward declare EnumLColor.
5480
5481         * lyx_main.C: add #include "LColor.h".
5482
5483 2003-09-15  Angus Leeming  <leeming@lyx.org>
5484
5485         * .cvsignore: add lyx-gtk.
5486
5487 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5488
5489         * Chktex.C
5490         * LaTeX.C
5491         * LaTeXFeatures.C
5492         * ParagraphParameters.C
5493         * Spacing.C
5494         * buffer.C
5495         * bufferparams.C
5496         * bufferview_funcs.C
5497         * chset.C
5498         * counters.C
5499         * funcrequest.C
5500         * lyxfont.C
5501         * lyxgluelength.C
5502         * lyxlength.C
5503         * paragraph.C
5504         * paragraph_funcs.C
5505         * text3.C
5506         * vc-backend.C: remove usage of STRCONV
5507
5508 2003-09-15  Angus Leeming  <leeming@lyx.org>
5509
5510         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5511         explicitly define the color passed to the painter.
5512
5513 2003-09-15  Angus Leeming  <leeming@lyx.org>
5514
5515         * bufferparams.C (BufferParams): reorder member initializers to avoid
5516         compiler warning.
5517
5518 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5519
5520         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5521         * text.C (updateRowPositions): remove an unusual nop
5522
5523 2003-09-12  André Pönitz  <poenitz@gmx.net>
5524
5525         * BufferView_pimpl.C:
5526         * Bullet.C:
5527         * layout.h:
5528         * lyxfunc.C:
5529         * lyxlayout.[Ch]:
5530         * lyxtextclass.C:
5531         * rowpainter.C:
5532         * text.C:
5533         * text2.C:
5534         * Counters.[Ch]: finish the 'automatic counters' job
5535
5536 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5537
5538         * aspell.C: include <boost/assert.cpp> (compile fix)
5539
5540 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5541
5542         * boost.C (assertion_failed): use lyx::support::abort instead of
5543         assert.
5544
5545 2003-09-10  Angus Leeming  <leeming@lyx.org>
5546
5547         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5548         with their _fwd progeny.
5549
5550 2003-09-09  Angus Leeming  <leeming@lyx.org>
5551
5552         134 files throughtout the source tree: replace 'using namespace abc;'
5553         directives with the appropriate 'using abc::xyz;' declarations.
5554
5555 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5556
5557         * boost.C (emergencyCleanup): moved here from LAssert.c
5558         (assertion_failed): new function, called by BOOST_ASSERT
5559
5560         * several files: change Assert to BOOST_ASSERT
5561
5562 2003-09-09  Angus Leeming  <leeming@lyx.org>
5563
5564         * buffer.[Ch]: Add an Impl class and move Buffer's member
5565         variables into it. As a result move several header files out of
5566         buffer.h.
5567
5568         Add header files to lots of .C files all over the tree as a result.
5569
5570 2003-09-09  Angus Leeming  <leeming@lyx.org>
5571
5572         * buffer.[Ch]: make Buffer's member variables private. Add
5573         accessor functions.
5574
5575         Lots of changes all over the tree as a result.
5576
5577 2003-09-08  Angus Leeming  <leeming@lyx.org>
5578
5579         * graph.C: #include <config.h>.
5580
5581 2003-09-08  Angus Leeming  <leeming@lyx.org>
5582
5583         * BranchList.C:
5584         * BufferView.C:
5585         * BufferView_pimpl.C:
5586         * CutAndPaste.C:
5587         * DepTable.C:
5588         * LaTeX.C:
5589         * LaTeXFeatures.C:
5590         * LyXAction.C:
5591         * MenuBackend.C:
5592         * TextCache.C:
5593         * aspell.C:
5594         * buffer.C:
5595         * bufferlist.C:
5596         * changes.C:
5597         * chset.C:
5598         * converter.C:
5599         * counters.C:
5600         * debug.C:
5601         * graph.C:
5602         * ispell.C:
5603         * lyx_cb.C:
5604         * lyxfind.C:
5605         * lyxfunc.C:
5606         * lyxlex_pimpl.C:
5607         * lyxrc.C:
5608         * lyxrow.C:
5609         * paragraph.C:
5610         * rowpainter.C:
5611         * texrow.C:
5612         * text.C:
5613         * text2.C:
5614         * toc.C: remove redundant using directives.
5615
5616 2003-09-07  Angus Leeming  <leeming@lyx.org>
5617
5618         * LaTeXFeatures.h: remove #include "support/types.h".
5619         * ToolbarBackend.h: remove #include <algorithm>.
5620         * changes.h: remove #include <ctime>.
5621         * debug.h: remove #include <iosfwd>.
5622         * graph.h: remove #include "support/std_string.h".
5623         * lyx_main.h: remove #include <csignal>.
5624         * lyxlex_pimpl.h: remove #include <fstream>.
5625         * sgml.h: remove #include <algorithm>, <utility>.
5626         * toc.h: remove #include "support/std_ostream.h".
5627         Add #include <iosfwd>.
5628
5629 2003-09-07  Angus Leeming  <leeming@lyx.org>
5630
5631         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5632
5633         * converter.h: forward declare LatexRunParams.
5634         * encoding.h: remove #include "lyxrc.h".
5635         * lyxtext.h: remove #include "LColor.h".
5636         * lyxtextclass.h: remove #include "support/types.h".
5637         * trans.h: remove #include "tex-accent.h".
5638         * trans_mgr.h: remove #include "tex-accent.h".
5639         * insets/inset.h: remove #include "support/types.h", <vector>.
5640         * insets/insetcollapsable.h: remove #include "LColor.h".
5641         * insets/insetinclude.h: remove #include "dimension.h".
5642         * insets/insetlatexaccent.h: remove #include "dimension.h".
5643         * insets/insetoptarg.h:: remove #include "insettext.h".
5644         * insets/insettext.h: remove #include "dimension.h",
5645         <boost/shared_ptr.hpp>
5646
5647         * insets/renderers.h: add #include "dimension.h".
5648         * insets/updatableinset.h: add #include "support/types.h".
5649
5650         * many .C files: Associated changes.
5651
5652 2003-09-06  Angus Leeming  <leeming@lyx.org>
5653
5654         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5655         one, inside testInvariant.
5656
5657         * PrinterParams.C: new file.
5658         * PrinterParams.[Ch]: move the function bodies out of line.
5659
5660 2003-09-06  Angus Leeming  <leeming@lyx.org>
5661
5662         * ParagraphParameters.h: forward declare ParameterStruct rather than
5663         including its header file.
5664         (depth): moved out-of-line.
5665
5666 2003-09-06  Angus Leeming  <leeming@lyx.org>
5667
5668         * BufferView_pimpl.h:
5669         * kbmap.h:
5670         * kbsequence.h:
5671         * lyxfunc.h: forward declare LyXKeySym rather than
5672         #include "frontends/LyXKeySym.h".
5673
5674         * BufferView_pimpl.C:
5675         * kbmap.C:
5676         * kbsequence.C:
5677         * lyxfunc.C: associated changes.
5678
5679 2003-09-06  Angus Leeming  <leeming@lyx.org>
5680
5681         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5682         As a result, can remove the #include "insets/inset.h" from BufferView.h
5683
5684 2003-09-06  Angus Leeming  <leeming@lyx.org>
5685
5686         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5687         As a result, can remove the #include "insets/inset.h" from BufferView.h
5688
5689 2003-09-06  Angus Leeming  <leeming@lyx.org>
5690
5691         * buffer_funcs.C:
5692         * buffer.h:
5693         * bufferlist.C:
5694         * BufferView.C:
5695         * bufferview_funcs.C:
5696         * BufferView_pimpl.C:
5697         * CutAndPaste.C:
5698         * lyx_cb.C:
5699         * lyxfunc.C:
5700         * paragraph.h:
5701         * ParagraphParameters.C:
5702         * tabular.C:
5703         * text3.C:
5704         * toc.C:
5705         * undo_funcs.C:
5706         * frontends/controllers/ControlDocument.C:
5707         * insets/insetcaption.C: rearrange the #includes into some sort of
5708         coherent order.
5709
5710         * buffer.h: remove #includes ErrorList.h, undo.h
5711
5712 2003-09-06  Angus Leeming  <leeming@lyx.org>
5713
5714         * support/types.h: add a 'depth_type' typedef, used to store the
5715         nesting depth of a paragraph.
5716
5717         * paragraph.h:
5718         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5719         defining explicitly.
5720
5721         * buffer.h:
5722         * paragraph_funcs.h:
5723         * ParagraphParameters.h:
5724         * sgml.h: use lyx::depth_type rather than Paragraph or
5725         ParameterStruct's depth_type.
5726
5727         * buffer.h
5728         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5729
5730         * BufferView.C:
5731         * BufferView_pimpl.C:
5732         * CutAndPaste.C:
5733         * ParagraphParameters.C:
5734         * buffer_funcs.C:
5735         * bufferlist.C:
5736         * bufferview_funcs.C:
5737         * lyx_cb.C:
5738         * lyxfunc.C:
5739         * tabular.C:
5740         * text3.C:
5741         * toc.C:
5742         * undo_funcs.C:
5743         * frontends/LyXView.C:
5744         * frontends/controllers/ControlDocument.C:
5745         * frontends/controllers/ControlErrorList.C:
5746         * insets/insetbibitem.C:
5747         * insets/insetbranch.C:
5748         * insets/insetcaption.C:
5749         * insets/insetcollapsable.C:
5750         * insets/insetenv.C:
5751         * insets/insetert.C:
5752         * insets/insetfloat.C:
5753         * insets/insetfoot.C:
5754         * insets/insetfootlike.C:
5755         * insets/insetnewline.C:
5756         * insets/insetquotes.C:
5757         * insets/insettabular.C:
5758         * insets/insettext.C:
5759         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5760
5761         * frontends/controllers/ControlChanges.C: #include "changes.h".
5762
5763 2003-09-06  Angus Leeming  <leeming@lyx.org>
5764
5765         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5766         than #including paragraph.h.
5767
5768         * ParagraphList.h:
5769         * RowList.h: deleted. Superfluous.
5770
5771         * CutAndPaste.h:
5772         * iterators.h:
5773         * lyxcursor.h:
5774         * lyxtext.h:
5775         * text_funcs.h:
5776         * undo.h:
5777         * undo_funcs.h:
5778         * insets/inset.h:
5779         * insets/insettext.h: use ParagraphList_fwd.h rather than
5780         ParagraphList.h.
5781
5782         * paragraph.h: don't forward declare ParagraphList.
5783
5784         * buffer.h:
5785         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5786         rather than ParagraphList.h. paragraph.h is still needed for the
5787         Paragraph::depth_type parameters.
5788
5789         * textcursor.h: enable it to compile stand-alone in light of the
5790         above changes.
5791
5792         * bufferview_funcs.C:
5793         * iterators.C:
5794         * lyxfunc.C:
5795         * lyxrow_funcs.C:
5796         * paragraph.C:
5797         * rowpainter.C:
5798         * text.C:
5799         * text2.C:
5800         * text3.C:
5801         * text_funcs.C:
5802         * textcursor.C:
5803         * undo.C:
5804         * frontends/controllers/ControlParagraph.C:
5805         * frontends/controllers/ControlTabular.C:
5806         * insets/insetmarginal.C:
5807         * insets/insetminipage.C:
5808         * insets/insetnote.C:
5809         * insets/insetoptarg.C: add header files needed to compile again.
5810
5811 2003-09-06  Angus Leeming  <leeming@lyx.org>
5812
5813         * RowList_fwd.h: new file, forward-declaring Row rather than
5814         #including lyxrow.h.
5815
5816         * lyxrow_funcs.h:
5817         * lyxtext.h:
5818         * paragraph.h:
5819         * insets/insettext.h: use it instead of RowList.h
5820
5821         * bufferview_funcs.C:
5822         * lyxfunc.C:
5823         * lyxrow_funcs.C:
5824         * paragraph.C:
5825         * rowpainter.C:
5826         * text.C:
5827         * text2.C:
5828         * text3.C: #include "RowList.h".
5829
5830 2003-09-05  Angus Leeming  <leeming@lyx.org>
5831
5832         * factory.C (createInset):
5833         * vspace.C (c-tor): replace sscanf call with an istringstream.
5834         * ispell.C: re-add missing HP/UX headers.
5835         * lyxserver.C: re-add missing  os2 headers.
5836
5837 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5838
5839         * BranchList.C:
5840         * graph.C:
5841         * ispell.C:
5842         * lastfiles.C:
5843         * lyx_cb.C:
5844         * lyxserver.C:
5845         * texrow.C:
5846         * text3.C: re-add missing system headers, needed for 2.95.2.
5847
5848 2003-09-05  Angus Leeming  <leeming@lyx.org>
5849
5850         Changes most place everywhere due to the removal of using directives
5851         from support/std_sstream.h.
5852
5853 2003-09-05  Angus Leeming  <leeming@lyx.org>
5854
5855         Replace LString.h with support/std_string.h,
5856         Lsstream.h with support/std_sstream.h,
5857         support/LIstream.h with support/std_istream.h,
5858         support/LOstream.h with support/std_ostream.h.
5859
5860         Changes resulting throughout the tree.
5861
5862 2003-09-05  Angus Leeming  <leeming@lyx.org>
5863
5864         * sgml.h: ensure that the header file can be compiled stand-alone.
5865         * *.C: strip out redundant #includes. (320 in total.)
5866
5867 2003-09-04  Angus Leeming  <leeming@lyx.org>
5868
5869         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5870         here (from getPackages).
5871
5872         * debug.[Ch]: add a new EXTERNAL tag.
5873
5874 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5875
5876         * text2.C (cursorEnd): simplify
5877         (setCursor): adjust
5878         (getColumnNearX): adjust
5879
5880         * text.C (computeBidiTables): adjust
5881         (fill): adjust
5882
5883         * rowpainter.C (paintChars): adjust
5884         (paintSelection): adjust
5885         (paintChangeBar): adjust
5886         (paintText): adjust
5887
5888         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5889         lastPos instead.
5890         (numberOfSeparators): adjust
5891
5892 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5893
5894         * LyXAction.C:
5895         * box.[Ch]:
5896         * lfuns.h:
5897         * lyxfunc.C:
5898         * text3.C: Restricts the mouse click functionality
5899         of insets like bibtex, include, toc and floatlist to the visible
5900         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5901         up the dialogs. Cursor has to be in front of the inset (i.e.
5902         start of row) for this to function.
5903
5904 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5905
5906         * bufferview_funcs.C (currentState): output row information
5907
5908 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5909
5910         * bufferview_funcs.C (currentState): output paragraph position
5911
5912 2003-09-04  Angus Leeming  <leeming@lyx.org>
5913
5914         * FloatList.h: move out #include "Floating.h".
5915         * LaTeX.h: move out #include "DepTable.h".
5916         * LyXAction.h: move out #include "funcrequest.h".
5917         * buffer.h: move out #include "author.h", "iterators.h".
5918         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5919         * lyx_main.h: move out #include "errorlist.h".
5920         * lyxfunc.h: move out #include "FuncStatus.h".
5921         * lyxtext: move out #include "lyxcursor.h".
5922         * paragraph_pimpl.h: move out #include "counters.h".
5923
5924 2003-09-03  Angus Leeming  <leeming@lyx.org>
5925
5926         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5927         preamble_snippets list, enabling us to add snippets to the preamble
5928         only if the snippet was not there already.
5929
5930 2003-09-04  Angus Leeming  <leeming@lyx.org>
5931
5932         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5933
5934 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5935
5936         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5937         update
5938
5939 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5940
5941         * BranchList.C: point fix, earlier forgotten
5942
5943 2003-09-02  Angus Leeming  <leeming@lyx.org>
5944
5945         * box.C (contains): renamed from 'contained' after a fantastic
5946         amount of hot air.
5947
5948 2003-09-02  John Levon  <levon@movementarian.org>
5949
5950         * BufferView.C:
5951         * lyxcursor.h:
5952         * lyxcursor.C:
5953         * lyxfunc.C:
5954         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5955
5956 2003-09-02  John Levon  <levon@movementarian.org>
5957
5958         * text2.C: simplification of cursorEnd(), including partial
5959         fix for bug 1376
5960
5961 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5962
5963         * buffer.C (readFile): add a space
5964
5965 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5966
5967         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5968
5969 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5970
5971         * buffer.C (readFile): new function, take a filename and a
5972         ParagraphList::iterator
5973         (readFile): adjust
5974         (readFile): adjust, make it private. don't use setStream, make
5975         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5976         always contain the filename.
5977
5978         * BufferView.C (insertLyXFile): simplify and make it work for
5979         gzipped files.
5980
5981 2003-08-30  John Levon  <levon@movementarian.org>
5982
5983         * Makefile.am: fix dist (from Kayvan)
5984
5985 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5986
5987         * most files: change to use const Buffer refs
5988
5989 2003-08-27  André Pönitz  <poenitz@gmx.net>
5990
5991         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5992         on top of ownerPar().
5993
5994 2003-08-27  John Levon  <levon@movementarian.org>
5995
5996         * funcrequest.C: properly initialise POD members
5997
5998 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5999
6000         * lyxtext.h (top_y): move top_y from here
6001         * text.C:
6002         * text2.C:
6003         * text3.C:
6004         * BufferView.[Ch]:
6005         * BufferView_pimpl.[Ch]: to here
6006         * frontends/screen.C:
6007         * insets/insettabular.C:
6008         * insets/insettext.C: adjust
6009         * rowpainter.[Ch] (paintRows): remove LyXText & argument
6010
6011 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6012
6013         * BufferView.[Ch]:
6014         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6015
6016 2003-08-26  André Pönitz  <poenitz@gmx.net>
6017
6018         * paragraph_func.[Ch] (outerPar): new function
6019
6020         * paragraph.C:
6021         * paragraph_funcs.C:
6022         * paragraph_funcs.h:
6023         * paragraph_pimpl.C:
6024         * text2.C: remove Inset::par_owner
6025
6026 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6027
6028         * lyxrow_funcs.C:
6029         * lyxtext.h:
6030         * text.C:
6031         * text2.C: eliminates the needFullRow/display() stuff
6032         altogether, putting the logic in metrics/draw in the insets.
6033
6034 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6035
6036         * text2.C (redoParagraphInternal, redoParagraphs):
6037         * text.C (redoParagraph): add a call to updateRowPositions at the
6038         end of each 'metrics-like' call. Remove all others.
6039         (getRow): remove the 'y-computing' version.
6040         (getRowNearY): do not compute nor return the real y. Solve the
6041         'y < 0' problem and simplify.
6042
6043 2003-08-22  Angus Leeming  <leeming@lyx.org>
6044
6045         * *.[Ch]: clean-up of licence and author blurbs.
6046         Also move config.h out of a few .h files and into a few .C files.
6047
6048 2003-08-22  André Pönitz  <poenitz@gmx.net>
6049
6050         * lyxrow.[Ch]: add x_ and *fill_ members
6051
6052         * lyxtext.h:
6053         * text.C:
6054         * rowpainter.C:
6055         * text2.C: adjust/remove prepareToPrint() calls
6056
6057 2003-08-22  André Pönitz  <poenitz@gmx.net>
6058
6059         * lyxrow.[Ch]: add  end_ member
6060
6061         * lyxrow_funcs.C: use LyXRow::end_
6062
6063         * lyxtext.h (singleWidth): add LyXFont parameter
6064
6065         * rowpainter.C:
6066         * text2.C: adjust LyXText::singleWidth() calls
6067
6068         * text.C (redoParagraph): simplify row breaking logic
6069
6070
6071 2003-08-19  André Pönitz  <poenitz@gmx.net>
6072
6073         * funcrequest.C: initialize button_ member
6074
6075         * text3.C:
6076         * rowpainter.[Ch]: interface consolidation
6077
6078 2003-08-18  André Pönitz  <poenitz@gmx.net>
6079
6080         * BufferView.C:
6081         * BufferView_pimpl.C:
6082         * lyxfind.C:
6083         * paragraph_funcs.C:
6084         * rowpainter.C:
6085         * text3.C: remove LyXScreen::draw() and fitCursor calls
6086
6087         * BranchList.h: remove spurious semicolons
6088
6089         * MenuBackend.C: fix branchlist related crash
6090
6091 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6092
6093         * BranchList.[Ch]:
6094         * InsetList.[Ch]:
6095         * LColor.[Ch]:
6096         * LyXAction.C:
6097         * Makefile.am:
6098         * MenuBackend.[Ch]:
6099         * bufferparams.[Ch]:
6100         * factory.C:
6101         * lfuns.h:
6102         * lyxfunc.C:
6103         * text3.C: implements the 'branch inset'
6104         idea. This allows the output of various versions of a document
6105         from a single source version, selectively outputing or suppressing
6106         output of parts of the text.
6107         This implementation contains a 'branch list editor' in a separate
6108         tab of the document settings dialog. Branches are user definable
6109         and have a "display colour" to distinguish them on-screen.
6110
6111         ColorHandler was somewhat cleaned up.
6112         (1) make possible a dynamically growing LColor list by allowing
6113         the graphic context cache to grow along (vector);
6114         (2) eliminate an IMHO unnecessary step in colour allocation.
6115
6116 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6117
6118         * BufferView_pimpl.C: compile fix
6119
6120 2003-08-15  André Pönitz  <poenitz@gmx.net>
6121
6122         * rowpainter.C: remove extra metrics calls
6123
6124         * lyxtext.h: merge the two constructors into a single one,
6125           pass reference to owner's par list
6126
6127         * BufferView_pimpl.C:
6128         * text.C:
6129         * text2.C: adjust
6130
6131 2003-08-15  André Pönitz  <poenitz@gmx.net>
6132
6133         * lyxrow_funcs.[Ch]:
6134         * lyxtext.h:
6135         * paragraph.h:
6136         * paragraph_funcs.C:
6137         * rowpainter.C:
6138         * text.C:
6139         * text2.C:
6140         * text3.C:
6141         * text_funcs.C: split LyXText::rowlist_ into individual
6142         Paragraph::rows_ chunks
6143
6144         * BufferView.[Ch]:
6145         * BufferView_pimpl.[Ch]:
6146         * lyxfind.C:
6147         * lyxtext.h:
6148         * text3.C: remove toggleSelection()
6149
6150 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6151
6152         * bufferlist.C: beautify two alerts (shorter text of buttons)
6153         * buffer.C: Remove redundant ' ' from message
6154         * tabular.h:
6155         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6156         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6157         rename VALIGN_CENTER to VALIGN_MIDDLE
6158
6159 2003-08-11  André Pönitz  <poenitz@gmx.net>
6160
6161         * lyxtext.h (getPar):
6162         * text.C: new function
6163
6164 2003-08-11  André Pönitz  <poenitz@gmx.net>
6165
6166         * Makefile.am:
6167         * tracer.[Ch]: remove unneeded files
6168
6169         * InsetList.[Ch]: remove resizeInsetsLyXText()
6170
6171         * lyxtext.h:
6172         * text.C:
6173         * text2.C:
6174         * text3.C: merge insertParagraphs() and appendParagraph()
6175         remove breakAgain(), update()
6176
6177         * BufferView_pimpl.[Ch]:
6178         * bufferview_funcs.[Ch]:
6179         * lyxfunc.C:
6180         * paragraph.[Ch]:
6181         * rowpainter.C:
6182         * tabular.C: adjust after text & InsetList changes.
6183
6184 2003-08-08  André Pönitz  <poenitz@gmx.net>
6185
6186         * text.C (insertChar, backspace): replace rowlist fiddling
6187         with rebreak of full par
6188
6189         * lyxtext.h:
6190         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6191         checkParagraph, updateInset): removed
6192
6193 2003-08-07  André Pönitz  <poenitz@gmx.net>
6194
6195         * paragraph.C:
6196         * text3.C: merge some LFUN handlers, remove dead code
6197
6198 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6199
6200         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6201
6202 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6203
6204         * text2.C (DEPM): fix part of bug 1255 and 1256
6205
6206 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6207
6208         * BufferView_pimpl.C (workAreaDispatch): change to use
6209         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6210         that are no mouse related.
6211
6212 2003-08-05  André Pönitz  <poenitz@gmx.net>
6213
6214         * BufferView.[Ch]:
6215         * BufferView_pimpl.[Ch]:
6216         * bufferview_funcs.C:
6217         * text2.C:
6218         * text3.C: rip out "deep update"
6219
6220         * textcursor.[Ch] (last_sel_cursor): remove unused member
6221
6222 2003-08-04  André Pönitz  <poenitz@gmx.net>
6223
6224         * BufferView.[Ch]:
6225         * BufferView_pimpl.[Ch]:
6226         * ParagraphParameters.C:
6227         * bufferview_funcs.C:
6228         * lyx_cb.C:
6229         * lyxfind.C:
6230         * lyxfunc.C:
6231         * text.C:
6232         * text2.C:
6233         * text3.C: replace "complicated" BufferView::update(...) calls with
6234         simpler ones.
6235
6236         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6237
6238 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6239
6240         * Makefile.am (lyx_SOURCES): add paper.h
6241
6242 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6243
6244         * Makefile.am: move things around so that both lyx-qt and
6245         lyx-xforms can be built (according to --with-frontend). Then lyx
6246         is a symbolic link to lyx-[firstfrontend]
6247
6248 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6249
6250         * Always use std::endl with lyxerr
6251
6252 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6253
6254         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6255
6256 2003-08-01  André Pönitz  <poenitz@gmx.net>
6257
6258         * BufferView.[Ch]:
6259         * BufferView_pimpl.[Ch]:
6260         * lyxfunc.C:
6261         * text3.C: merge BufferView::repaint() and BufferView::update()
6262
6263 2003-08-01  José Matos  <jamatos@lyx.org>
6264
6265         * buffer.[Ch]: file_format is no longer a buffer data element.
6266
6267 2003-08-01  André Pönitz  <poenitz@gmx.net>
6268
6269         * BufferView.C:
6270         * lyxtext.h:
6271         * text.C:
6272         * text2.C: make redoParagraph more independent of current cursor
6273
6274         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6275         * text.C:
6276         * text2.C: remove unneeded members
6277
6278 2003-07-30  André Pönitz  <poenitz@gmx.net>
6279
6280         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6281
6282         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6283           create a single function...
6284
6285         * paragraph_funcs.C (moveItem): ... here.
6286
6287         * text.C:
6288           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6289
6290 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6291
6292         * LColor.[Ch]: Add comment and greyedout logical colors.
6293
6294 2003-07-30  André Pönitz  <poenitz@gmx.net>
6295
6296         * tabular.C: don't use Assert too heavily. This crashes where it
6297           shouldn't
6298
6299 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6300
6301         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6302         is disabled (bug 1232)
6303
6304 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6305
6306         * factory.C: limited 'arg' scope
6307
6308 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6309
6310         * factory.C: fixed Note submenu issues
6311
6312 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6313
6314         * factory.C: submenu for Note/Comment/Greyedout
6315
6316 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6317
6318         * lyx_main.C (LyX):
6319         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6320
6321 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6322
6323         * LaTeXFeatures.C:
6324         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6325         greyedout. Patch provided by Jürgen Spitzmüller.
6326
6327 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6328
6329         * kbmap.C (read): fix error message when reading bind files
6330
6331 2003-07-29  Angus Leeming  <leeming@lyx.org>
6332
6333         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6334         certainly does not do what it purports to do. I am doing it, and
6335         us, a favour by killing it.
6336
6337 2003-07-28  José Matos  <jamatos@lyx.org>
6338
6339         * buffer.C (readBody, do_writeFile):
6340         * paragraph.C(readParagraph): \end_document replaces \the_end.
6341
6342 2003-07-29  André Pönitz  <poenitz@gmx.net>
6343
6344         * BufferView.[Ch]:
6345         * BufferView_pimpl.[Ch]:
6346         * lyxfunc.C:
6347         * text2.C:
6348         * text3.C:
6349         * textcursor.[Ch]: remove toggleToggle & Co
6350
6351 2003-07-28  José Matos  <jamatos@fep.up.pt>
6352
6353         * buffer.C (readParagraph):
6354         * params_func (readParToken, readParagraph):
6355         * paragraph.C (write): \layout -> \begin_layout.
6356
6357 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6358
6359         * lyxlex_pimpl.C (setFile): clean up slightly.
6360
6361         * bufferparams.h: add compressed var
6362
6363         * buffer_funcs.C (readFile): adjust for LyXLex change
6364         (newFile): ditto + simplify
6365
6366         * buffer.C (writeFile): handle writing of compressed files
6367
6368         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6369         Check if the file is compressed and set a bufferparm if so.
6370
6371         * Makefile.am (lyx_LDADD): remove explicit -lz
6372
6373 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6374
6375         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6376         makeDocBookFile): put the real LyX version in the first line of
6377         the file
6378
6379         * version.h:
6380         * version.C.in: remove lyx_docversion
6381
6382         * tabular.C (write_attribute): add a template-based version to
6383         write enums properly
6384
6385 2003-07-28  André Pönitz  <poenitz@gmx.net>
6386
6387         * lyxtext.h:
6388         * text.C:
6389         * text2.C:
6390         * text3.C: use doubles again for x-coordinates. They are needed.
6391
6392 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6393
6394         * messages.C (getLocaleDir): use lyx_localedir()
6395
6396         * lyxlex_pimpl.C (setFile): compress stuff
6397
6398         * buffer.C (writeFile): add some compression stuff
6399         (do_writeFile): new func, dont call expliti close... will this
6400         breake anything?
6401
6402         * Makefile.am (lyx_LDADD): add -lz
6403
6404 2003-07-28  José Matos  <jamatos@fep.up.pt>
6405
6406         * buffer.C: increment file format.
6407         * paragraph_funcs (readParagraph, readParToken):
6408         * paragraph.C (readParagraph): add \end_layout.
6409
6410 2003-07-27  Angus Leeming  <leeming@lyx.org>
6411
6412         * Makefile.am: remove special casing for configure-time setting of
6413         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6414
6415         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6416         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6417
6418 2003-07-26  André Pönitz  <poenitz@gmx.net>
6419
6420         * paragraph_func.[Ch]:
6421         * paragraph.C (realizeFont): inline it whereever it is used
6422
6423         * rowpainter.C:
6424         * text.C:
6425         * text2.C:
6426         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6427
6428
6429 2003-07-26  André Pönitz  <poenitz@gmx.net>
6430
6431         *       lyxtext.h:
6432         * text.C:
6433         * text2.C: get rid of LyXText::need_break_row
6434
6435 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6436
6437         * toc.[Ch]: put namespace toc inside namespace lyx
6438
6439         * MenuBackend.C (expandToc2): adjust for lyx::toc
6440         (expandToc): ditto
6441
6442         * lyxfunc.C (dispatch): adjust for lyx::find
6443
6444         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6445         lyx::find instead. Reorganize a bit.
6446         (LyXReplace): rename to replace
6447         (LyXFind): rename to find
6448
6449         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6450         (dispatch): ditto
6451
6452 2003-07-26  André Pönitz  <poenitz@gmx.net>
6453
6454         * text.C (setHeightOfRow): restrict scope of temporary variable
6455
6456         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6457           code (never has been used?)
6458
6459 2003-07-27  Asger Alstrup  <alstrup@local>
6460
6461         * text.C (fill): Optimise algorithm to exploit that we can reuse
6462         the LyXFont for many characters.
6463         (setHeightOfRow): Same thing.
6464         (rowBreakPoint): Same thing.
6465
6466 2003-07-26  Asger Alstrup  <alstrup@local>
6467
6468         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6469
6470         * text.C (singleWidth): Spurious font copying in hot-spot
6471         singleWidth avoided. Reorder tests for arabic for efficiency.
6472
6473         * text.C (fill): handle empty paragraphs better.
6474
6475 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6476
6477         * ispell.C:
6478         * encoding.h: add includes
6479
6480         * lyxrc.C: remove reading of bind files
6481
6482         * lyx_main.C (init): setup bindings and menus only if we have a
6483         gui.
6484
6485         * kbmap.C (read): new method. Do the actual reading of bind
6486         files.
6487
6488         * converter.C (dvipdfm_options):
6489         * bufferparams.C:
6490         * lyxrc.C (read):
6491         (output): adapt PAPER_* enums.
6492
6493         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6494
6495         * bufferparams.h: remove paper-related enums from there
6496
6497         * paper.h: New file. A trivial header file to hold paper-related
6498         enums. It should later expand to contain many paper-related
6499         horrors access.
6500
6501         * lyxrc.C: declare extern displayTranslator
6502
6503 2003-07-27  José Matos  <jamatos@fep.up.pt>
6504
6505         * tabular.[Ch] (linuxdoc): add support for tables and figures
6506         (linuxdoc).
6507
6508 2003-07-27  José Matos  <jamatos@fep.up.pt>
6509
6510         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6511         consistency in both functions.
6512         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6513
6514 2003-07-26  Asger Alstrup  <alstrup@local>
6515
6516         * rowpainter.C (paintRows): Change algorithm to work directly on
6517         the insets rather than asking every character in the document
6518         whether its an inset.
6519
6520 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6521
6522         * buffer.C (openFileWrite): factorize some code
6523
6524 2003-07-26  Angus Leeming  <leeming@lyx.org>
6525
6526         * lyx_cb.C:
6527         * lyx_main.[Ch]: replace occurances of system_tempdir with
6528         os::getTmpDir().
6529
6530 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6531
6532         * rename Inset to InsetOld
6533
6534 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6535
6536         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6537         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6538         which I think is a bit clearer. EDIT is gone, since it was
6539         premature optimisation, and broken for mathed anyway.
6540         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6541         with cursor positioning in insets as well (math insets still do not
6542         work, but that's a different story anyway.) It mysteriously
6543         crashes sometimes with undo in the first paragraph, but I'm fairly
6544         confident that this is a compiler bug.
6545
6546 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6547
6548         * paragraph.C (Paragraph): adjust for new clone return type
6549         (operator==): ditto
6550         (copyIntoMinibuffer): ditto
6551
6552 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6553
6554         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6555         by not having a special case, and always doing a full rebreak of
6556         the document after undo.
6557
6558 2003-07-23  Angus Leeming  <leeming@lyx.org>
6559
6560         * factory.C (createInset): InsetExternal::setParams now takes a
6561         Buffer const * arg.
6562
6563 2003-07-23  Angus Leeming  <leeming@lyx.org>
6564
6565         * factory.C (createInset): changed interface to the external and
6566         graphics mailers' string2params functions.
6567
6568 2003-07-23  Angus Leeming  <leeming@lyx.org>
6569
6570         * factory.C (createInset): pass a
6571         Buffer const * parameter to InsetExternalMailer's string2params.
6572
6573 2003-07-22  John Levon  <levon@movementarian.org>
6574
6575         * Thesaurus.h: include the right aiksaurus header
6576
6577 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6578
6579         * MenuBackend.C (expand): check menu shortcuts unconditionally
6580
6581 2003-07-21  Angus Leeming  <leeming@lyx.org>
6582
6583         * factory.C (createInset): pass a
6584         buffer_path parameter to InsetGraphicsMailer's string2params.
6585
6586 2003-07-21  Angus Leeming  <leeming@lyx.org>
6587
6588         * BufferView_pimpl.C (buffer):
6589         * buffer.C (d-tor):
6590         * lyx_main.C (LyX):
6591         * lyxfunc.C (dispatch):
6592         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6593         rather than the grfx shortcut.
6594
6595 2003-07-21  André Pönitz  <poenitz@gmx.net>
6596
6597         * rowpainter.C: remove unused variables
6598
6599         * tabular_funcs.C:
6600         * tabular_funcs.h: move to tabular.C
6601         * Makefile.am: adjust
6602
6603         * tabular.[Ch]: basic optical cleaning
6604
6605         * author.h: pass references, not values
6606
6607 2003-07-18  André Pönitz  <poenitz@gmx.net>
6608
6609         * lyxtext.h:
6610         * metricsinfo.C:
6611         * metricsinfo.h:
6612         * rowpainter.C:
6613         * text.C:
6614         * text2.C:
6615         * text3.C: two-phase drawing for InsetText and InsetTabular
6616         some float -> int changes.
6617
6618 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6619
6620         * lyx_main.C: fix the fix
6621
6622 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6623
6624         * lyx_main.C: fix a crash in batch mode if no files specified
6625         * converter.C: ws
6626
6627 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6628
6629         * format.[Ch] (papersize): moved to BufferParams
6630         * converter.[Ch] (dvips_options): moved to BufferParams
6631         (dvipdfm_options): moved to anon namespace
6632         * bufferparams.[Ch]: added above functions.
6633
6634 2003-07-17  André Pönitz  <poenitz@gmx.net>
6635
6636         * lyxtext.h:
6637         * rowpainter.C:
6638         * text2.C: don't call inset->update() anymore
6639
6640         * metricsinfo.[Ch]: add convenience constructor
6641
6642 2003-07-16  André Pönitz  <poenitz@gmx.net>
6643
6644         * lyxcursor.[Ch]:
6645         * lyxfunc.[Ch]:
6646         * text.C:
6647         * text2.C: replace the LyXCursor::irow_ member with
6648          on-demand computation of the value
6649
6650 2003-07-16  John Levon  <levon@movementarian.org>
6651
6652         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6653
6654 2003-07-15  André Pönitz  <poenitz@gmx.net>
6655
6656         * text.C:
6657         * text2.C: remove no more needed refresh_row
6658
6659 2003-07-15  André Pönitz  <poenitz@gmx.net>
6660
6661         * lyxtext.h:
6662         * rowpainter.C:
6663         * text2.C:
6664         * text3.C: refresh_status tristate -> need_update bool
6665
6666 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6667
6668         * lyxtext.h (init): remove reinit argument (act as if always true)
6669         * text2.C: adjust to that
6670
6671 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6672
6673         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6674         * text3.C: use it to delete selections in some cases
6675         (bugs 441, 673, 702, 954).
6676
6677 2003-07-14  André Pönitz  <poenitz@gmx.net>
6678
6679         * rowpainter.[Ch]: reduce interface
6680
6681 2003-07-14  André Pönitz  <poenitz@gmx.net>
6682
6683         * BufferView_pimpl.C:
6684         * text2.C: adjust after removing unused BufferView * argument
6685
6686 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6687
6688         * text2.C (init): fix a crash fired on resize
6689
6690 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6691
6692         * buffer.[Ch]: added new closing signal
6693         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6694         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6695         BufferView::Pimpl via the closing the signal
6696
6697 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6698
6699         * buffer.[Ch]: take out all bv-related from buffer
6700         * BufferView.C:
6701         * BufferView_pimpl.[Ch]: connect to new signals
6702         * CutAndPaste.C: removed useless asserts
6703         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6704         * lyxvc.[Ch]:
6705         * vc-backend.[Ch]:
6706         * lyxfunc.C: moved view-related funciontality from vc here
6707         * paragraph.C: removed outdated comments
6708         * text.C: ws
6709
6710 2003-07-10  André Pönitz  <poenitz@gmx.net>
6711
6712         * BufferView_pimpl.C:
6713         * tabular.h:
6714         * tabular_funcs.C:
6715         * text.C:
6716         * text2.C: remove InsetText::InnerCache, clean up consequences
6717
6718 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6719
6720         * ispell.C: fix two typos in error messages
6721
6722 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6723
6724         * Extend Note inset to other forms of annotation like Comment
6725         and Greyedout. Right button click gives dialog.
6726
6727         Files modified or added (+):
6728
6729         * insetnote.[Ch]
6730         * FormNote.[Ch]      +
6731         * ControlNote.[Ch]   +
6732         * form_note.fd       +
6733         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6734         frontends/controllers
6735         * xforms/Dialogs.C
6736         * factory.C
6737
6738 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6739
6740         * aspell.C: add missing namespace lyx::support
6741
6742 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6743
6744         * BufferView.[Ch] (newFile): Add
6745         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6746         * LaTeX.[Ch] (message): added this signal and use it
6747         * buffer.[Ch] (busy, message): added these signals and use them
6748         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6749         * converter.C:
6750         * exporter.C:
6751         * format.C:
6752         * importer.C: use buffer signals instead of direct bv calling
6753         * lyx_cb.[Ch] (ShowMessage): removed
6754         * lyx_main.C:
6755         * lyxfunc.C:
6756         * paragraph_funcs.C:
6757         * text2.C: use buffer signals
6758
6759 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6760
6761         * introduce namespace lyx::graphics
6762
6763 2003-07-02  André Pönitz  <poenitz@gmx.net>
6764
6765         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6766
6767 2003-07-01  André Pönitz  <poenitz@gmx.net>
6768
6769         * text.C:
6770         * text2.C:
6771         * text3.C:
6772         * text_funcs.[Ch]:
6773         * textcursor.h:
6774         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6775           text*.C to text_func.C
6776
6777 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6778
6779         * introduce namespace lyx::support
6780
6781 2003-06-30  André Pönitz  <poenitz@gmx.net>
6782
6783         * Chktex.C:
6784         * funcrequest.C:
6785         * lyxtext.h:
6786         * text.C: re-enable --with-included-string
6787
6788 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6789
6790         * textcursor.C: add <config.h>
6791
6792         * text.C (getWord): remove const from word_location arg
6793
6794         * lyxvc.C (getLogFile): fix const type order
6795
6796         * lyxtext.h: remove const from word_location arg, add arg name
6797
6798         * lyxlayout.h: currect type on labeltype.
6799
6800         * importer.C: correct \file
6801
6802         * converter.C (intToFormat): use std:: on ret val, ws changes
6803
6804         * bufferlist.h: correct \file
6805
6806         * buffer.C (makeLinuxDocFile): fix const type order
6807         (makeDocBookFile): ditto
6808         (fillWithBibKeys): use std:: on stdlib args.
6809
6810         * CutAndPaste.C: fix authors.
6811         (availableSelections): use std:: on return vector
6812
6813 2003-06-27  André Pönitz  <poenitz@gmx.net>
6814
6815         * BufferView_pimpl.C:
6816         * bufferview_funcs.C:
6817         * lyxcursor.C:
6818         * lyxcursor.h:
6819         * lyxfunc.C:
6820         * lyxtext.h:
6821         * rowpainter.C:
6822         * text.C:
6823         * text2.C:
6824         * text3.C: remove LyXCursor::row_ member
6825
6826         * lyxtext.h:
6827         * text.C: rename fullRebreak() to partialRebreak() and implement
6828           a fullRebreak() that really bereks fully
6829
6830         * textcursor.h: new struct for cursor-related data
6831
6832 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6833
6834         * lyx_main.C (LyX): get full path of document loaded on the
6835         command line
6836
6837 2003-06-26  André Pönitz  <poenitz@gmx.net>
6838
6839         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6840           remove unused/broken operator>,<,>=.
6841
6842         *       text.C: remove only use of broken operator<= in an Assert().
6843
6844 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6845
6846         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6847         moved errorlist_.clear to showErrorList
6848
6849 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6850
6851         * converter.C (scanLog, runLaTeX):
6852         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6853         move the bv->showErrorList call to the callers
6854         * lyxfunc.C: i.e. here...
6855         * text2.C: and here
6856         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6857         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6858         namespace, the second to...
6859         * buffer_funcs (BufferFormat, parseErrors): added
6860         * errorlist.C (ErrorList(TeXErrors const &)): removed
6861
6862 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6863
6864         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6865
6866 2003-06-24  "Garst R. Reese" <reese@isn.net>
6867
6868         * debug.C: fix typo
6869
6870 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6871
6872         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6873
6874         * version.C.in: change docversion to 1.4
6875
6876 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6877
6878         * buffer.C: fix a bug just introduced
6879
6880 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6881
6882         * buffer.[Ch]: added the parseError signal and use it, removed
6883         sgmlError
6884         * BufferView.[Ch] (addError): moved to ...
6885         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6886         to the Buffer::parseError signal to catch (guess what) parse errors
6887         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6888
6889 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6890
6891         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6892         ability to create a buffer and to return an existing one from
6893         the list. Moved these functions to...
6894         * buffer_funcs.[Ch]: added
6895         * BufferView.[Ch] (loadLyXFile): added
6896         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6897         job removed from bufferlist::loadLyXFile.
6898         * buffer.C (setReadOnly): make it work without view
6899         (i.e added an if (users))
6900
6901 2003-06-19  Angus Leeming  <leeming@lyx.org>
6902
6903         * lfuns.h:
6904         * LyXAction.C (init):
6905         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6906         with LFUN_DIALOG_SHOW <name> <data>.
6907
6908 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6909
6910         * CutAndPaste.C (availableSelections): small compilation fix for
6911         ancient (gcc 2.9x) compilers
6912
6913 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6914
6915         * text3.C (cursorNext): add tmp var
6916
6917         * text2.C (updateCounters): for function calling out of for clause
6918         (replaceSelectionWithString): ditto
6919         (insertStringAsParagraphs): ditto
6920         (getColumnNearX): add tmp var
6921         (setCursorFromCoordinates): add tmp var
6922         (cursorDownParagraph): add tmp var
6923         (deleteEmptyParagraphMechanism): add tmp var
6924
6925         * text.C (insertChar): add tmp var
6926
6927         * rowpainter.C (paintDepthBar): add tmp var
6928
6929         * CutAndPaste.C (availableSelections): potentially check all
6930         paragraphs in a cut to fill the shown strings.
6931
6932 2003-06-18  André Pönitz  <poenitz@gmx.net>
6933
6934         * kbmap.[Ch]: use vector<> instead of list<>
6935
6936 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6937
6938         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6939         pasteSelection with index
6940
6941         * text2.C (pasteSelection): modify, call pasteSelection with index
6942
6943         * paragraph.C (asString): reimplement version with no interval to
6944         call the one with interval.
6945
6946         * lyxtext.h: add index arg to pasteSelection
6947
6948         * MenuBackend.C (MenuItem): handle PasteRecent
6949         (Menu::read::Menutags): add md_pasterecent
6950         (read): handle it
6951         (expandPasteRecent): new function
6952         (expand): use it
6953
6954         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6955
6956         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6957         the limited stack
6958         (availableSelections): new function
6959
6960 2003-06-17  Angus Leeming  <leeming@lyx.org>
6961
6962         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6963
6964 2003-06-17  Angus Leeming  <leeming@lyx.org>
6965
6966         * lfuns.h:
6967         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6968
6969         * lyxfunc.C (dispatch): invoke it.
6970
6971 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6972
6973         * iterators.C (operator++, ParPosition): reintroduce some
6974         const_cast for the benefit of older compilers.
6975
6976 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6977
6978         * text3.C (dispatch): do not modify clipboard when doing
6979         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6980         LFUN_DELETE_SKIP on a selection selection
6981
6982 2003-06-16  André Pönitz  <poenitz@gmx.net>
6983
6984         * BufferView.C:
6985         * buffer.C:
6986         * buffer.h:
6987         * paragraph.C:
6988         * tabular.[Ch]: IU of clone() and getLabelList();
6989
6990 2003-06-13  André Pönitz  <poenitz@gmx.net>
6991
6992         * tabular.h: compactification
6993
6994 2003-06-12  André Pönitz  <poenitz@gmx.net>
6995
6996         * tabular.C:
6997         * tabular.h:
6998         * tabular_funcs.h: some renaming plus whitespace
6999
7000 2003-06-12  André Pönitz  <poenitz@gmx.net>
7001
7002         * BufferView.C:
7003         * BufferView_pimpl.C:
7004         * CutAndPaste.C:
7005         * buffer.C:
7006         * iterators.[Ch]:
7007         * lyxfunc.C:
7008         * text.C:
7009         * toc.C: Return a Paragraph & for ParIterator::operator*()
7010
7011 2003-06-11  John Levon  <levon@movementarian.org>
7012
7013         * lyx_main.C:
7014         * ToolbarBackend.h:
7015         * ToolbarBackend.C: add "Toolbars" section and
7016         put the flags there
7017
7018 2003-06-10  Angus Leeming  <leeming@lyx.org>
7019
7020         * lfuns.h:
7021         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7022
7023         * lyxfunc.C (dispatch): invoke it.
7024
7025 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7026
7027         * main.C: protect <ios> with HAVE_IOS
7028         (main): protect sync_with_stdio with HAVE_IOS
7029
7030 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7031
7032         * text2.C (cutSelection): adjust
7033         (pasteSelection): adjust
7034
7035         * messages.C: handle get of empty string
7036
7037         * main.C (main): use sync_with_stdio(false)
7038
7039         * lyxfunc.C (dispatch): adjust
7040
7041         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7042         (WriteAs): remove unneeded BufferView arg.
7043
7044         * bufferparams.h: use correct types on papersize, papersize2 and
7045         paperpackage.
7046
7047         * bufferparams.C (readToken): adjust for type
7048         (writeLaTeX): add missing cases to switch.
7049
7050         * bufferlist.C (quitWriteBuffer): adjust
7051         (close): adjust
7052
7053         * buffer.C (asciiParagraph): remove some commented code.
7054
7055         * CutAndPaste.C: remove current_view extern variable.
7056         (cutSelection): add BufferParams arg.
7057         (eraseSelection): add BufferParams arg.
7058         (pasteSelection): add Buffer const & arg
7059
7060 2003-06-07  John Levon  <levon@movementarian.org>
7061
7062         * buffer.C:
7063         * paragraph_funcs.C:
7064         * paragraph_pimpl.C:
7065         * text.C:
7066         * text2.C:
7067         * paragraph.h:
7068         * paragraph.C: allow InsetERT to freely space lines,
7069         and some consolidation of code
7070
7071 2003-06-06  José Matos  <jamatos@fep.up.pt>
7072
7073         * buffer.C (makeDocBookFile): fix bug #821
7074
7075 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7076
7077         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7078
7079 2003-06-04  Angus Leeming  <leeming@lyx.org>
7080
7081         * buffer.C: bump format to 224.
7082
7083 2003-06-05  André Pönitz  <poenitz@gmx.net>
7084
7085         * text2.C (redoParagraphs): remove two const_cast<>
7086
7087 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7088
7089         * ParagraphList.h: remove last remnants of NO_STD_LIST
7090
7091 2003-06-03  Angus Leeming  <leeming@lyx.org>
7092
7093         * factory.C (createInset): small change to the way InsetExternal's params
7094         are set.
7095
7096 2003-06-04  André Pönitz  <poenitz@gmx.net>
7097
7098         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7099
7100         * paragraph_pimpl.h:
7101         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7102
7103         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7104
7105         * undo_funcs.C: make some simple cases of undo work again
7106
7107 2003-06-03  John Levon  <levon@movementarian.org>
7108
7109         * ispell.C: HPUX doesn't have sys/select.h
7110         (from Albert Chin)
7111
7112 2003-06-03  John Levon  <levon@movementarian.org>
7113
7114         * CutAndPaste.C: update tabular and include inset
7115         buffer references
7116
7117         * buffer.h:
7118         * paragraph.h:
7119         * paragraph.C: remove owningBuffer(), don't pass Buffer
7120         to clone()
7121
7122         * factory.C: insetGraphicsParams changed
7123
7124 2003-06-02  John Levon  <levon@movementarian.org>
7125
7126         * LyXAction.C:
7127         * factory.C:
7128         * lfuns.h:
7129         * lyxfunc.C:
7130         * text3.C: remove insetparent
7131
7132 2003-06-02  John Levon  <levon@movementarian.org>
7133
7134         * buffer.h:
7135         * buffer.C: fix inset_iterator.end(), move out of line
7136         (bug 1149)
7137
7138 2003-06-01  John Levon  <levon@movementarian.org>
7139
7140         * text3.C: use a proper cut/paste when doing inset
7141         insert (from Jürgen Spitzmüller)
7142
7143 2003-06-01  John Levon  <levon@movementarian.org>
7144
7145         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7146
7147 2003-05-30  André Pönitz  <poenitz@gmx.net>
7148
7149         * rowpainter.C: unify second drawing phase
7150
7151 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7152
7153         * trans_mgr.C: remove one case of current_view
7154
7155         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7156
7157         * paragraph_funcs.h: remove paragraph.h include
7158
7159         * paragraph.h: delete NO_STD_LIST stuff
7160
7161         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7162
7163         * buffer.h: remove paragraph.h include
7164
7165         * ParagraphList.C: delete file
7166
7167         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7168
7169         * toc.C (getTocList): adjust
7170
7171         * paragraph_pimpl.C (validate): adjust
7172
7173         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7174
7175         * paragraph.C (Paragraph): adjust
7176         (getPositionOfInset): use const_iterator, adjust
7177         (bibitem): use const_iterator, adjust
7178         (setInsetOwner): adjust
7179
7180         * iterators.C (operator++): adjust
7181
7182         * InsetList.[Ch]: Replace selfmade iterator with standard
7183         vector::iterator also introduce const_iterator. Remove getPos,
7184         getInset and setInset from InsetTable. Adjust accordingly.
7185
7186         * BufferView.C (lockInset): adjust
7187         (ChangeInsets): adjust
7188
7189         * tabular.[Ch]: delete commented same_id functions
7190
7191 2003-05-28  John Levon  <levon@movementarian.org>
7192
7193         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7194
7195 2003-05-28  André Pönitz  <poenitz@gmx.net>
7196
7197         * metricsinfo.[Ch]: remove 'fullredraw' member
7198
7199 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7200
7201         * lyxtextclass.C (operator): remove caching.
7202
7203 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7204
7205         * text3.C: adjust
7206
7207         * text2.C (cursorBottom): adjust
7208         (setCounter): use ParagraphList::find, adjust
7209
7210         * text.C (workWidth): use ParagraphList::find, adjust
7211
7212         * lyxcursor.C (LyXCursor): adjust
7213
7214         * buffer.C (inset_iterator): adjust
7215
7216         * ParagraphList.h: make iterator(value_type) private, make
7217         ParagraphList a friend of iterator.
7218
7219         * ParagraphList.C (find): new function
7220
7221         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7222
7223 2003-05-27  André Pönitz  <poenitz@gmx.net>
7224
7225         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7226
7227 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7228
7229         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7230
7231 2003-05-26  John Levon  <levon@movementarian.org>
7232
7233         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7234
7235 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7236
7237         * remove same_id from function signatures, adjust.
7238
7239 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7240
7241         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7242
7243         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7244
7245         * paragraph.C (Paragraph): get rid of same_ids parameter
7246
7247         * ParagraphList.C (insert): adjust
7248         (push_back): adjust
7249
7250 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7251
7252         * paragraph_funcs.C (breakParagraph): adjust
7253         (breakParagraphConservative): adjust
7254
7255         * buffer.C (readParagraph): adjust
7256
7257         * ParagraphList.C (insert): take a reference instead of a pointer
7258         (insert): adjust
7259
7260         * paragraph.[Ch] (id): new function
7261
7262         * bufferlist.C (newFile): adjust
7263
7264         * ParagraphList.C (ParagraphList): adjust
7265         (assign): adjust
7266         (push_back): take a reference instead of a pointer.
7267
7268         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7269
7270         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7271         instead.
7272
7273         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7274         set else use old code.
7275
7276         * ParagraphList.C: remove all NO_NEXT code and only compile this
7277         code of NO_STD_LIST is set.
7278
7279 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7280
7281         * BufferView_pimpl.C:
7282         * TextCache.C:
7283         * TextCache.h:
7284         * bufferlist.C:
7285         * errorlist.h:
7286         * format.C:
7287         * format.h:
7288         * graph.C:
7289         * lyxfunc.C:
7290         * lyxrc.C:
7291         * graphics/GraphicsConverter.C:
7292         * graphics/PreviewLoader.C: header adjustment
7293
7294 2003-05-23  Angus Leeming  <leeming@lyx.org>
7295
7296         * LaTeXFeatures.[Ch] (useBabel): new method.
7297         * bufferparams.C (writeLaTeX): use it.
7298
7299 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7300
7301         * ParagraphList.h (set): remove unused function.
7302
7303 2003-05-23  André Pönitz  <poenitz@gmx.net>
7304
7305         * BufferView.C:
7306         * BufferView_pimpl.C:
7307         * buffer.C:
7308         * buffer.h:
7309         * lyxfunc.C:
7310         * undo_funcs.C: setUndo reworked
7311
7312         * iterators.[Ch]: add access to topmost ParagraphList
7313
7314         * lyxtext.[Ch] (workWidth): add a const
7315
7316 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7317
7318         * texrow.[Ch] (increasePos): remove function
7319         * exporter.C (export): removed unused var and outdated comment
7320
7321 2003-05-23  Angus Leeming  <leeming@lyx.org>
7322
7323         * latexrunparams.h: rename fragile as moving_arg.
7324         * paragraph.C (simpleTeXOnePar): ditto.
7325         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7326
7327 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7328
7329         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7330         (createUndo): ditto
7331         (textUndoOrRedo): comment out a currently unused var.
7332
7333         * paragraph.h (NO_NEXT): enable NO_NEXT
7334
7335         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7336
7337         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7338
7339         * exporter.C (Export): adjust for removeAutoInsets removal.
7340
7341         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7342
7343         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7344
7345         * BufferView.[Ch] (removeAutoInsets): delete function
7346
7347 2003-05-22  Angus Leeming  <leeming@lyx.org>
7348
7349         * latexrunparams.h: add a free_spacing variable.
7350
7351         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7352         to pass moving_arg, as the data is stored in runparams.fragile.
7353
7354         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7355         to Inset::latexOptional or to simpleTeXOnePar.
7356
7357         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7358         free_spacing arg to Inset::latexOptional.
7359
7360         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7361         free_spacing arg.
7362
7363 2003-05-22  Angus Leeming  <leeming@lyx.org>
7364
7365         * latexrunparams.h: add fragile and use_babel variables.
7366
7367         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7368         * buffer.C (makeLaTeXFile): store this returned value in
7369         runparams.use_babel, thus passing it to the inset::latex methods.
7370
7371         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7372         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7373
7374         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7375         longer has a fragile arg, as it is stored in runparams.fragile.
7376
7377         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7378         moving_arg parameter as the data is stored in runparams.fragile.
7379
7380         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7381         a fragile parameter as the data is stored in runparams.fragile.
7382
7383 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7384
7385         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7386
7387 2003-05-22  Angus Leeming  <leeming@lyx.org>
7388
7389         * latexrunparams.h: add a 'bool nice' which defaults to false.
7390
7391         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7392         now encapsulated within runparams.
7393
7394         * bufferlist.C (updateIncludedTeXfiles):
7395         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7396
7397 2003-05-22  Angus Leeming  <leeming@lyx.org>
7398
7399         * latexrunparams.h: new file containing struct LatexRunParams.
7400         * Makefile.am: add new file.
7401
7402         * LaTeX.[Ch] (c-tor, run):
7403         * buffer.[Ch] (makeLaTeXFile):
7404         * bufferlist.[Ch] (updateIncludedTeXfiles):
7405         * converter.C (convert, scanLog):
7406         * converter.[Ch] (runLaTeX):
7407         * exporter.C (Export):
7408         * paragraph.[Ch] (simpleTeXOnePar):
7409         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7410         * paragraph_funcs.[Ch] (latexParagraphs):
7411         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7412         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7413         pass around a LatexRunParams parameter.
7414
7415 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7416
7417         * paragraph.[Ch]: remove unused constructor
7418
7419         * ParagraphList.C (erase): new function, taking two iterators
7420
7421 2003-05-22  André Pönitz  <poenitz@gmx.net>
7422
7423         * undo_funcs.C: remove duplicated code
7424
7425         * iterator.[Ch]: operator=
7426
7427 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7428
7429         * tabular.C (SetMultiColumn): ws changes
7430
7431         * rowpainter.C (paintFirst): get rid of a ->previous
7432
7433         * lyx_cb.C (getPossibleLabel): parlist simplification
7434
7435         * BufferView.C (ChangeInsets): simplify slightly.
7436
7437 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7438
7439         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7440         * lfuns.h: new LFUN_SPACE
7441         * lyxfunc.C: protected space has a new lfun
7442         * paragraph_funcs.C: read new space insets
7443         * text3.C:
7444         * factory.C: handle new space insets
7445
7446 2003-05-22  André Pönitz  <poenitz@gmx.net>
7447
7448         * BufferView.C:
7449         * BufferView_pimpl.C:
7450         * buffer.[Ch]:
7451         * lyxfunc.C:
7452         * undo_funcs.C: return a ParIterator from getParFromID.
7453
7454         * iterators.[Ch]: add two const's
7455
7456 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7457
7458         * toc.C (getTocList): adjust
7459
7460         * iterators.[Ch]: rework for parlist
7461
7462         * buffer.C (par_iterator_begin): adjust
7463         (par_iterator_end): adjust
7464
7465         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7466
7467         * BufferView.C (removeAutoInsets): adjust
7468         (ChangeInsets): adjust
7469
7470 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7471
7472         * text.C (top_y): fix bug 1110
7473
7474 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7475
7476         * errorlist.[Ch]: added
7477         * buffer.C:
7478         * BufferView.[Ch]:
7479         * BufferView_pimpl.C:
7480         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7481         instead
7482
7483 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7484
7485         * Makefile.am: ensure that lyx is relinked upon changes to the
7486         various "convenience" libs.
7487
7488 2003-05-20  Angus Leeming  <leeming@lyx.org>
7489
7490         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7491         files are compiled in alphabetical order again.
7492
7493         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7494
7495 2003-05-19  Angus Leeming  <leeming@lyx.org>
7496
7497         * gettext.[Ch]: remove "char const * _(char const *)".
7498
7499 2003-05-19  André Pönitz  <poenitz@gmx.net>
7500
7501         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7502
7503         * Makefile.am:
7504         * BufferView.C:
7505         * DepTable.h:
7506         * LaTeXFeatures.C:
7507         * buffer.C:
7508         * lyxfont.C:
7509         * lyxlex.h:
7510         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7511
7512 2003-05-19  André Pönitz  <poenitz@gmx.net>
7513
7514         * buffer.C:
7515         * lyxlayout.[Ch]:
7516         * lyxtextclass.[Ch]:
7517         * paragraph.C:
7518         * paragraph_funcs.[Ch]:
7519         * text2.C:
7520         * text3.C: more insetenv work
7521
7522 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7523
7524         * ParagraphParameters.C (params2string): small bug fixed
7525
7526 2003-05-16  André Pönitz  <poenitz@gmx.net>
7527
7528         * debug.C:
7529         * bufferview_funcs.C: patch from Kornel Benko to prevent
7530           crash when _(...) is called twice in a statement
7531
7532 2003-05-16  André Pönitz  <poenitz@gmx.net>
7533
7534         * BufferView.C:
7535         * lyxfunc.C:
7536         * text.C:
7537         * text2.C:
7538         * text3.C:
7539         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7540
7541 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7542
7543         * lyx_main.C (init): remove spurious static_cast
7544
7545 2003-05-14  André Pönitz  <poenitz@gmx.net>
7546
7547         * BufferView.C: fix format string
7548
7549 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7550
7551         * BufferView.[Ch] (insertErrors): removed
7552         * BufferView.[Ch] (showErrorList): added
7553         * buffer.C (runChkTeX):
7554         * converter.C (scanLog): call showErrorList instead of inserterrors
7555
7556 2003-05-13  André Pönitz  <poenitz@gmx.net>
7557
7558         * BufferView_pimpl.C:
7559         * buffer.C:
7560         * bufferview_func.C:
7561         * MenuBackend.C:
7562         * lyxfunc.C:
7563         * lyxrc.C:
7564         * tex-accent.C:
7565         * text3.C:
7566         * toc.C:
7567         * tabular_funcs.h: tostr() from its own header
7568
7569         * ParagraphParameters.C:
7570         * ToolbarBackend.C:
7571         * bufferparams.C:
7572         * format.C:
7573         * lyxlex_pimpl.C:
7574         * text3.C: STRCONV()
7575
7576 2003-05-12  André Pönitz  <poenitz@gmx.net>
7577
7578         * BufferView.C:
7579         * BufferView_pimpl.C:
7580         * CutAndPaste.C:
7581         * LaTeX.C:
7582         * LaTeXFeatures.C:
7583         * ParagraphParameters.C:
7584         * buffer.C:
7585         * bufferlist.C:
7586         * bufferparams.C:
7587         * bufferview_funcs.C:
7588         * converter.C:
7589         * counters.C:
7590         * debug.C:
7591         * exporter.C:
7592         * format.C:
7593         * importer.C:
7594         * lyx_cb.C:
7595         * lyx_main.C:
7596         * lyxfont.C:
7597         * lyxfunc.C:
7598         * lyxvc.C:
7599         * paragraph.C:
7600         * paragraph_funcs.C:
7601         * tabular.C:
7602         * tabular_funcs.C:
7603         * text2.C:
7604         * text3.C:  boost::format -> bformat  all over the place
7605
7606
7607 2003-05-09  André Pönitz  <poenitz@gmx.net>
7608
7609         * LColor.[Ch]: Pimpl the #include <map> away
7610
7611 2003-05-09  John Levon  <levon@movementarian.org>
7612
7613         * bufferlist.C: never remove emergency saves
7614
7615 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7616
7617         * Makefile.am: better lib building
7618
7619 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7620
7621         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7622         instead.
7623         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7624         (simpleTeXSpecialChars): adjust
7625         (simpleTeXSpecialChars): adjust
7626         * paragraph.C (simpleTeXOnePar): adjust
7627         * buffer.C (makeLaTeXFile): adjust
7628
7629         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7630
7631         * text2.C (changeDepth): parlist cleanup
7632         (getColumnNearX): ditto
7633
7634         * rowpainter.C (getLabelFont): parlist cleanup
7635
7636         * bufferlist.C (newFile): parlist cleanup
7637
7638         * CutAndPaste.C (eraseSelection): parlist cleanup
7639
7640         * BufferView_pimpl.C (trackChanges): parlist cleanup
7641         (dispatch): ditto
7642
7643         * BufferView.C (lockInset): parlist cleanup.
7644         (ChangeInsets): ditto
7645
7646 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7647
7648         * CutAndPaste.h: Update file header.
7649
7650         * CutAndPaste.C: Update file header.
7651         Store the parts cut out of the Document in a limited_stack.
7652         (copySelection): adjust
7653         (pasteSelection): new function, takes the index in the limited stack.
7654         (nrOfParagraphs): adjust
7655         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7656         simplify error inset insertion.
7657         (checkPastePossible): adjust
7658
7659 2003-05-06  John Levon  <levon@movementarian.org>
7660
7661         * text2.C: don't cast wrap inset to float
7662
7663 2003-05-05  André Pönitz  <poenitz@gmx.net>
7664
7665         * iterator.C:
7666         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7667
7668         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7669           few naked Paragraph *.
7670
7671 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7672
7673         * bufferparams.C: Output warning if a document with missing
7674         TeX document class is loaded
7675         * exporter.C: Disable TeX exports if the document class is missing
7676         * lyxtextclass.C:
7677         * lyxtextclass.h:
7678         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7679         isTeXClassAvailable()
7680
7681 2003-05-03  John Levon  <levon@movementarian.org>
7682
7683         * BufferView.h:
7684         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7685         explicit cursor show/hide
7686
7687         * BufferView_pimpl.h:
7688         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7689         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7690
7691         * lyxfunc.C: hide cursor before dispatching.
7692
7693         * lyx_cb.C:
7694         * lyxfind.C:
7695         * text.C:
7696         * text3.C: remove explicit cursor hides
7697
7698 2003-05-02  André Pönitz  <poenitz@gmx.net>
7699
7700         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7701
7702         * undo_funcs.C:
7703         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7704           linked lists
7705
7706         * text2.C: tiny whitespace
7707
7708 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7709
7710         * undo_funcs.C: almost only ws changes.
7711
7712         * ParagraphList.C (splice): just return if pl is empty.
7713
7714 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7715
7716         * ParagraphList.C (splice): new function.
7717
7718         * CutAndPaste.C (pasteSelection): use it
7719
7720 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7721
7722         * CutAndPaste.C (pasteSelection): remove the last next and
7723         previous from this file.
7724
7725 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7726
7727         * CutAndPaste.C (pasteSelection): more clean up, user proper
7728         ParagraphList functions for pasteing.
7729
7730         * ParagraphList.C (insert): new function, three arg insert
7731
7732 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7733
7734         * ParagraphList.C (insert): new function, three arg insert
7735
7736         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7737         not on paragraphs.
7738
7739 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7740
7741         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7742
7743 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7744
7745         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7746
7747 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7748
7749         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7750         (copySelection): clean up a bit.
7751         (pasteSelection): use make_pair
7752
7753         * ParagraphList.C (ParagraphList): implement copy constructor
7754         (operator=): implement, base on copy constructor.
7755         (assign): new func
7756
7757         * paragraph.C (erase): return a bool
7758
7759         * paragraph_pimpl.C (erasePos): remove function, move contents...
7760         (erase): ... here. Return a bool.
7761         (erase): call erase instead of erasePos.
7762
7763 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7764
7765         * ParagraphList.h: define PitPosPair
7766         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7767         ParagraphList, fix a bug on pasting multiple pars
7768         * text2.C: change interface to C&P
7769
7770 2003-04-30  André Pönitz  <poenitz@gmx.net>
7771
7772         * undo_func.C: revert part of yesterday's patch 2
7773
7774 2003-04-30  John Levon  <levon@movementarian.org>
7775
7776         * LColor.C: s/tabular/table/
7777
7778 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7779
7780         * text3.C (dispatch): do not convert iterator -> pointer
7781         * undo_funcs.C (setCursorParUndo): ditto
7782         * text_funcs.C (transposeChars): ditto
7783
7784         * text2.C (setLayout): ws changes only
7785
7786         * text.C (breakParagraph): do not convert iterator -> pointer
7787         (insertChar): ditto
7788         (acceptChange): ditto
7789         (rejectChange): ditto
7790         (changeCase): ditto
7791         (Delete): ditto
7792         (backspace): ditto
7793
7794         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7795         pointer
7796
7797 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7798
7799         * text3.C (gotoInset): YABG (yet another bad getChar)
7800
7801 2003-04-29  André Pönitz  <poenitz@gmx.net>
7802
7803         * paragraph.h: make operator= private unimplemented as long as
7804           it is unusable
7805
7806         * ParagraphList.C: whitespace
7807
7808         * paragraph.[Ch]:
7809         * paragraph_pimpl.[Ch]:
7810         * paragraph_funcs.C:
7811         * CutAndPaste.C:
7812         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7813
7814         * text2.C:
7815           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7816
7817 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7818
7819         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7820         * paragraph.[Ch] (erase):
7821         * paragraph_pimpl.[Ch] (erase): change return type and value
7822         * text2.C (cutSelection): some rework
7823
7824 2003-04-28  John Levon  <levon@movementarian.org>
7825
7826         * bufferlist.C: changes for unsaved changes dialog
7827
7828 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7829
7830         * bufferlist.C (newFile): set language (messages_) for new
7831         documents also.
7832
7833         * buffer.C (readFile): ws changes only.
7834
7835 2003-04-28  André Pönitz  <poenitz@gmx.net>
7836
7837         * undo_funcs.C:
7838         * lyxfunc.C:
7839         * buffer.[Ch]:
7840         * BufferView_pimpl.C:
7841         * BufferView.C: getParFromID related ParagraphList::iterator changes
7842
7843 2003-04-28  André Pönitz  <poenitz@gmx.net>
7844
7845         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7846           Changes
7847
7848 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7849
7850         * messages.C: remove one more localedir class variable.
7851
7852 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7853
7854         * messages.C (getLocaleDir): singleton generation function
7855         (Pimpl): use it.
7856         (Messages): add a default constructor.
7857
7858         * main.C (main): do not setup localedir here, do not call
7859         gettext_init.
7860
7861         * gettext.C (_): use it.
7862         (gettext_init): delete funciton
7863
7864 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7865
7866         * gettext.C (getLyXMessages): new singleton generating function.
7867
7868         * buffer.C (updateDocLang): adjust
7869
7870         * Makefile.am (messages.o): add target
7871         (main.o): remove target
7872
7873 2003-04-27  John Levon  <levon@movementarian.org>
7874
7875         * bufferlist.C:
7876         * lyx_cb.C:
7877         * lyxfunc.C:
7878         * lyxvc.C: specify cancel button in Alert::prompt
7879
7880 2003-04-26  John Levon  <levon@movementarian.org>
7881
7882         * text3.C:
7883         * lyxfunc.C:
7884         * lfuns.h:
7885         * LyXAction.C: add LFUN_INSET_SETTINGS
7886
7887         * lyxfunc.C: don't enable tabular-feature when there's
7888         just any locking inset
7889
7890 2003-04-26  John Levon  <levon@movementarian.org>
7891
7892         * bufferlist.C: re-add Cancel to buffer close question
7893
7894         * lyxfunc.C: fix import UI a bit
7895
7896 2003-04-25  John Levon  <levon@movementarian.org>
7897
7898         * gettext.C: remove the broken asserts for now
7899
7900 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7901
7902         * messages.C: make case where setlocale cannot comply work better.
7903
7904         * buffer.C (updateDocLang): new function
7905         (changeLanguage): use it
7906         (readFile): use it
7907
7908         * text2.C (setCounter): use B_ a bit.
7909
7910         * lyxlayout.C (Read): be sure to trim the label strings.
7911
7912         * messages.C (Messages): fix typo in comment
7913
7914         * buffer.C (readFile): set message_ after file is loaded.
7915         (makeDocBookFile): remove double return
7916         (changeLanguage): reset message_ upon language change.
7917         (B_): new func, use this to get translated buffer strings.
7918
7919         * main.C: add myself and Jean Marc as authors.
7920
7921 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7922
7923         * messages.[hC]: pimplify Messages, and three different pimpls to be
7924         used in different circumstances.
7925
7926         * gettext.[Ch]: change for use with new message code.
7927
7928 2003-04-24 André Pönitz <poenitz@gmx.net>
7929
7930         * factory.C: support for eqref
7931
7932 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7933
7934         * messages.[Ch]: add missing char
7935
7936         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7937
7938         * messages.[Ch]: New files
7939
7940 2003-04-18  John Levon  <levon@movementarian.org>
7941
7942         * BufferView.h:
7943         * BufferView.C:
7944         * BufferView_pimpl.C:
7945         * lfuns.h:
7946         * LyXAction.C:
7947         * lyxtext.h:
7948         * text2.C: remove layout-copy/paste (bug 778)
7949
7950 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7951
7952         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7953
7954 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7955
7956         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7957         if they succeed. Act accordingly.
7958
7959 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7960
7961         * text2.C (setCharFont): adjust
7962         (setCounter): adjust
7963         (insertStringAsLines): adjust
7964
7965         * text.C (leftMargin): adjust
7966         (setHeightOfRow): adjust
7967
7968         * rowpainter.C (paintFirst): adjust
7969         (paintLast): adjust
7970
7971         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7972         (outerHook): ditto
7973         (isFirstInSequence): ditto
7974         (getEndLabel): ditto
7975         (outerFont): adjust
7976
7977         * paragraph.C (getParLanguage): comment out some hard stuff.
7978
7979         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7980         (sgmlError): ditto
7981         (simpleDocBookOnePar): ditto
7982         (makeDocBookFile): use ParagraphList::iterator
7983
7984         * CutAndPaste.C (pasteSelection): adjust
7985
7986 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7987
7988         * text2.C (getFont): adjust
7989         (getLayoutFont): adjust
7990         (getLabelFont): adjust
7991
7992         * paragraph_funcs.C (TeXOnePar): adjust
7993
7994         * buffer.C (simpleLinuxDocOnePar): adjust
7995         (simpleDocBookOnePar): adjust
7996
7997         * CutAndPaste.C (pasteSelection): adjust
7998
7999         * BufferView.C (getEncoding): adjust
8000
8001         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8002
8003 2003-04-16  John Levon  <levon@movementarian.org>
8004
8005         * lyxfind.C: use parlist stuff for search/changes
8006
8007 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8008
8009         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8010
8011         * text2.C (deleteEmptyParagraphMechanism): adjust
8012
8013         * text2.[Ch] (ownerParagraph): delete func (both of them
8014
8015 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8016
8017         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8018
8019 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8020
8021         * ParagraphList.C: prepare for NO_NEXT
8022
8023 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8024
8025         * text2.C (getFont): adjust
8026         (getLayoutFont): adjust
8027         (getLabelFont): adjust
8028
8029         * paragraph.C (getFont): adjust
8030         (getLabelFont): adjust
8031         (getLayoutFont): adjust
8032
8033         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8034
8035 2003-04-15  John Levon  <levon@movementarian.org>
8036
8037         From Angus Leeming
8038
8039         * lyx_main.C: handle Include in .ui files
8040
8041 2003-04-15  John Levon  <levon@movementarian.org>
8042
8043         * MenuBackend.C: make the doc files length shorter
8044
8045         * ToolbarBackend.h:
8046         * ToolbarBackend.C: handle toolbar placement flags,
8047         Minibuffer
8048
8049 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8050
8051         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8052         adjust
8053
8054         * paragraph_funcs.C (TeXOnePar): adjust
8055
8056         * paragraph.C (getLabelFont): add outerfont arg, adjust
8057         (getLayoutFont): ditto
8058         (simpleTeXOnePar): adjust
8059
8060         * paragraph_pimpl.C (realizeFont): delete func
8061
8062 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8063
8064         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8065         row argument, constify cur argument.
8066
8067 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8068
8069         * text2.C (getFont): adjust
8070         (getLayoutFont): adjust
8071         (getLabelFont): adjust
8072
8073         * paragraph_funcs.C (TeXOnePar): adjust
8074         (outerFont): new func...
8075         (realizeFont): ...moved out from here, changed this to facilitate
8076         transition
8077
8078         * paragraph.C (getFont): take outerfont as arg, adjust
8079         (simpleTeXOnePar): add outerfont arg, adjust
8080
8081         * buffer.C (simpleLinuxDocOnePar): adjust
8082         (simpleDocBookOnePar): adjust
8083
8084         * CutAndPaste.C (pasteSelection): adjust
8085
8086         * BufferView.C (getEncoding): adjust
8087
8088 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8089
8090         * text2.C (setCharFont): adjust
8091         (setCounter): adjust
8092
8093         * text.C (leftMargin): adjust
8094         (setHeightOfRow): adjust
8095
8096         * rowpainter.C (paintFirst): adjust
8097         (paintLast): adjust
8098
8099         * paragraph_pimpl.C (realizeFont): adjust
8100
8101         * paragraph.C (isFirstInSequence): move from here...
8102         * paragraph_funcs.C (isFirstInSequence): ...to here
8103
8104         * paragraph.C (outerHook): move from here...
8105         * paragraph_funcs.C (outerHook): ...to here
8106
8107         * paragraph.C (depthHook): move from here...
8108         * paragraph_funcs.C (depthHook): ...to here
8109
8110         * paragraph.C (getEndLabel): move from here...
8111         * paragraph_funcs.C (getEndLabel): ...to here
8112
8113         * text2.C (realizeFont): move from here...
8114         * paragraph_funcs.C (realizeFont): ...to here
8115
8116 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8117
8118         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8119
8120 2003-04-14  Angus Leeming  <leeming@lyx.org>
8121
8122         * LColor.[Ch]: scrap LColor mathcursor.
8123
8124 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8125
8126         * lyxlex.[Ch] (text): delete function
8127         * trans.C (Load): adjust
8128         * paragraph_funcs.C (readParToken): adjust
8129
8130 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8131
8132         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8133         vector<char> instead of a char[].
8134
8135         * lyxlex_pimpl.C (getString): adjust
8136         (next): adjust
8137         (lex): use getString
8138         (eatLine): adjust
8139         (nextToken): adjust
8140
8141         * lyxlex.C (text): use pimpl_->getString()
8142         (getBool): ditto
8143         (findToken): ditto
8144
8145 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8146
8147         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8148         (makeFontEntriesLayoutSpecific): temp var for par.size()
8149         (setLayout): temp var for ownerParagraphs().end()
8150         (fullRebreak): temp var for rows().end()
8151         (selectionAsString): temp var for boost::next(startpit), realize
8152         that the while really is a regular for loop.
8153         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8154         setCursor in one place.
8155         (setParagraph): temp vr for ownerParagraphs().end()
8156         (updateCounters): make the while loop a for loop
8157         (cutSelection): temp var for ownerParagraphs().end()
8158         (updateInset): make the do {} while() a regular for loop
8159         (getCursorX): use temp vars
8160         (setCurrentFont): use temp vars
8161         (getColumnNearX): use temp vars
8162
8163 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8164
8165         * text.C (transformChar): use temp var for getChar
8166         (computeBidiTables): use temp var for row->par()
8167         (fill): move temp vars for row->par() and pit->layout() earlier in
8168         the function.
8169         (labelFill): use temp var for row->par()
8170         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8171         asc and desc, realize that pit never changes and that firstpit is
8172         just a duplicate and not needed. Exchange rit->par() with pit in a
8173         lot of places.
8174         (breakAgain): use a temp var for boost::next(rit)
8175         (breakAgainOneRow): ditto
8176         (breakParagraph): use a temp var for rows().begin()
8177         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8178         (cursorRightOneWord): use temp var for cursor.par() and
8179         cursor.pos(), remove usage of tmpcursor.
8180         (cursorLeftOneWord): use temp var for cursor.par() and
8181         cursor.pos() only set cur at end of function.
8182
8183 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8184
8185         * text.C, text2.C: exchange all usage of Paragraph::next with
8186         boost::next(ParagraphList::iterator)
8187
8188         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8189
8190         * text2.C (cursorTop): simplify implementation
8191         (cursorBottom): ditto
8192         (setParagraph): use ParagraphList::iterator
8193         (setCurrentFont): adjust
8194         (getColumnNearX): adjust
8195         (cursorRight): adjust
8196         (cursorLeft): remove usage of Paragraph::previous
8197         (cursorUpParagraph): ditto
8198         (deleteEmptyParagraphMechanism): slight cleanup
8199
8200         * text.C (isBoundary): take a Paragraph const & instead of a
8201         pointer as arg.
8202         (addressBreakPoint): ditto
8203         (leftMargin): remove usage of Paragraph::previous.
8204         (setHeightOfRow): ditto
8205         (cursorLeftOneWord): ditto
8206         (selectNextWordToSpellcheck): ditto
8207         (Delete): ditto
8208         (backspace): ditto
8209         (breakParagraph): remove one usage of Paragraph::next
8210         (redoParagraph): ditto
8211         (acceptChange): ditto
8212         (insertChar): adjust
8213         (rowBreakPoint): adjust
8214
8215         * bufferview_funcs.C (toggleAndShow): adjust
8216
8217 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8218
8219         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8220         methods to access it.
8221         * lyxtext.h:
8222         * text.C: Added updateRowPositions to compute all row positions.
8223         Make top_y and getRowNearY() to use the cached y position
8224
8225 2003-04-11  John Levon  <levon@movementarian.org>
8226
8227         * text.C (rowBreakPoint): reintroduce the labelEnd
8228         checks, code copied from the row fill stuff. Deep voodoo.
8229
8230         * text.C (fill): add a comment and debugging for the
8231         next poor soul.
8232
8233 2003-04-11  John Levon  <levon@movementarian.org>
8234
8235         * text.C: make sure fullrow insets get wrapped to the next line,
8236         even when they're in a manual label
8237
8238 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8239
8240         * text2.C (insertParagraph): make it take ParagraphList::iterator
8241         as arg.
8242         (setLayout): make it return ParagraphList::iterator
8243         (redoParagraphs): ditto
8244         (setCounter): ditto
8245         (checkParagraph): ditto
8246
8247         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8248
8249         * text2.C: adjust several funcs.
8250         (realizeFont): take a ParagraphList::iterator as arg.
8251         (getLayoutFont): ditto
8252         (getLabelFont): ditto
8253         (setCharFont): ditto
8254
8255         * text.C: adjust several funcs.
8256
8257 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8258
8259         * text.C (selectNextWordToSpellcheck): don't accidentally
8260         skip insets
8261
8262 2003-04-10  John Levon  <levon@movementarian.org>
8263
8264         * ToolbarBackend.C (getIcon): special handling for
8265         LFUN_MATH_DELIM
8266
8267 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8268
8269         * text2.C (cursorRight): a getChar assert fixed
8270
8271 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8272
8273         * text2.C (getFont): change to take a ParagraphList::iterator
8274         instead of Paragraph*
8275         Adjust several functions.
8276
8277         * text.C (transformChar): change to take a ParagraphList::iterator
8278         instead of Paragraph*
8279         (singleWidth): ditto
8280         Adjust several functions.
8281
8282         * rowpainter.C: adjust several functions
8283         * rowpainter.h:store a ParagraphList::iterator and not a
8284         Paragraph&.
8285
8286
8287 2003-04-09  John Levon  <levon@movementarian.org>
8288
8289         * lyxfunc.C:
8290         * lfuns.h:
8291         * LyXAction.h:
8292         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8293         and the "help" bits as well
8294
8295 2003-04-09  John Levon  <levon@movementarian.org>
8296
8297         * ToolbarBackend.h:
8298         * ToolbarBackend.C: allow multiple toolbars
8299
8300 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8301
8302         * undo_funcs.C (setCursorParUndo): adjust
8303
8304         * text_funcs.C (transposeChars): adjust
8305
8306         * text3.C (gotoNextInset): adjust
8307         (dispatch): adjust
8308
8309         * text2.C (setLayout): adjust
8310         (changeDepth): adjust
8311         (setFont): adjust
8312         (redoParagraphs): adjust
8313         (selectionAsString): adjust
8314         (setParagraph): adjust
8315         (insertInset): adjust
8316         (cutSelection): adjust
8317         (copySelection): adjust
8318         (pasteSelection): adjust
8319         (insertStringAsLines): adjust
8320         (updateInset): adjust
8321         (setCursor): change to take a ParagraphList::iterator parameter
8322         (setCursorIntern): change to take a ParagraphList::iterator parameter
8323         (setCurrentFont): adjust
8324         (cursorLeft): adjust
8325         (cursorRight): adjust
8326         (deleteEmptyParagraphMechanism): adjust
8327
8328         * text.C (breakParagraph): adjust
8329         (insertChar): adjust
8330         (acceptChange): adjust
8331         (rejectChange): adjust
8332         (selectNextWordToSpellcheck): adjust
8333         (changeCase): adjust
8334         (Delete): adjust
8335         (backspace): adjust
8336
8337         * lyxfind.C (SearchForward): adjust
8338         (SearchBackward): adjust
8339         (nextChange): adjust
8340
8341         * lyxcursor.C (par): adjust
8342
8343         * lyxcursor.h: store a ParagraphList::iterator instead of a
8344         Paragraph*
8345
8346         * lyx_cb.C (getPossibleLabel): adjust
8347
8348         * bufferview_funcs.C (toggleAndShow): adjust
8349
8350         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8351         (dispatch): adjust
8352
8353         * BufferView.C (removeAutoInsets): adjust
8354         (lockedInsetStoreUndo): adjust
8355
8356 2003-04-09  John Levon  <levon@movementarian.org>
8357
8358         * ToolbarBackend.C: try icon without argument
8359         if with argument fails
8360
8361 2003-04-08  John Levon  <levon@movementarian.org>
8362
8363         * ToolbarBackend.h:
8364         * ToolbarBackend.C: add getIcon(), handle tooltip,
8365         and change from "Icon" to "Item".
8366
8367 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8368
8369         * BufferView.C (lockInset): another bad getchar crunched
8370
8371 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8372
8373         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8374         again)
8375
8376 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8377
8378         * lyxfind.C (searchForward, searchBackwards): bug 782
8379
8380 2003-04-07  John Levon  <levon@movementarian.org>
8381
8382         * paragraph.C: remove dead comment
8383
8384         * text.C: remove troublesome depth-fiddling code
8385         in leftMargin() and rightMargin() (bug 1017)
8386
8387         * text.C: fix breaking of rows in nested lists
8388         (bug 1004)
8389
8390         * text2.C (updateCounters): fix up depth values
8391         (bug 1013)
8392
8393 2003-04-07  John Levon  <levon@movementarian.org>
8394
8395         * BufferView_pimpl.C: clear message when doc finishes resizing,
8396         and after a mouse event
8397
8398         * lyxfunc.C: clear message after exiting inset
8399
8400 2003-04-07  John Levon  <levon@movementarian.org>
8401
8402         * bufferview_funcs.C: show math status not outside
8403         status in the statusbar
8404
8405 2003-04-07  John Levon  <levon@movementarian.org>
8406
8407         * lyxfunc.C: note status changed after a depth change
8408
8409 2003-04-04  Angus Leeming  <leeming@lyx.org>
8410
8411         * LaTeX.h: move AuxInfo operator==, != out of line.
8412         Remove LaTeX virtual destructor; nothing derives from it.
8413         Move operator()() out of public area and rename it startscript().
8414         Change protected for private.
8415
8416 2003-04-04  Angus Leeming  <leeming@lyx.org>
8417
8418         * lyxfunc.C:
8419         * text2.C: remove unneeded #includes.
8420
8421 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8422
8423         * text2.C (dEPM): fix the heigth of the next row
8424
8425 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8426
8427         * text.C: squashed an invalid getChar requester + some ws changes
8428
8429 2003-04-03  John Levon  <levon@movementarian.org>
8430
8431         * bufferview_funcs.h:
8432         * bufferview_funcs.C:
8433         * lyxfunc.C:
8434         * lyxtext.h:
8435         * text2.C: make getStatus work for the env depth lfuns
8436
8437 2003-04-03  John Levon  <levon@movementarian.org>
8438
8439         * bufferview_funcs.h:
8440         * bufferview_funcs.C:
8441         * lyxfunc.C:
8442         * lyxtext.h:
8443         * text2.C: parlistize decDepth(), by merging it with incDepth()
8444
8445 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8446
8447         * lyxrow.h: store a ParagraphList::iterator instead of a
8448         Paragraph* and adjust other class functions to suit.
8449
8450         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8451         above.
8452
8453 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8454
8455         * text2.C (setCursor): do not anchor to cursor row for the time being
8456
8457 2003-04-02  John Levon  <levon@movementarian.org>
8458
8459         * LyXAction.C:
8460         * lfuns.h:
8461         * lyx_main.C:
8462         * lyxtext.h:
8463         * text.C:
8464         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8465
8466 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8467
8468         * paragraph.h: make ParagraphList and ParagraphList::iterator
8469         friends of Paragraph.
8470
8471         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8472
8473         * ParagraphList.C: Use the private next_ and previous_ from
8474         Paragraph.
8475
8476 2003-04-01  John Levon  <levon@movementarian.org>
8477
8478         * ToolbarBackend.h:
8479         * ToolbarBackend.C:
8480         * Makefile.am: rename, remove defaults gunk
8481
8482         * MenuBackend.h:
8483         * MenuBackend.C: remove defaults gunk
8484
8485         * Languages.h:
8486         * Languages.C: remove defaults gunk
8487
8488         * lyx_main.h:
8489         * lyx_main.C: error out if files couldn't be found.
8490
8491 2003-04-02  John Levon  <levon@movementarian.org>
8492
8493         * text2.C: make incDepth() use parlist
8494
8495 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8496
8497         * undo_funcs.C (firstUndoParagraph): adjust
8498
8499         * text3.C (gotoInset): adjust
8500         (dispatch): adjust, and rewrite loop.
8501
8502         * text2.C (init): adjust, and rewrite loop.
8503         (redoParagraphs): adjust
8504         (updateInset): adjust, and rewrite loop.
8505         (deleteEmptyParagraphMechanism): adjust
8506
8507         * tabular.C (LyXTabular): adjust
8508         (SetMultiColumn): adjust
8509         (TeXRow): adjust
8510
8511         * lyxtext.[Ch] (ownerParagraph): delete function
8512         (ownerParagraphs): new function returns a ParagraphList.
8513
8514         * BufferView.C (removeAutoInsets): adjust
8515         (insertErrors): adjust
8516         (setCursorFromRow): adjust
8517
8518 2003-04-01  Angus Leeming  <leeming@lyx.org>
8519
8520         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8521         in the frontends.
8522
8523 2003-04-02  John Levon  <levon@movementarian.org>
8524
8525         * lyxtext.h:
8526         * text.C:
8527         * Makefile.am:
8528         * text_funcs.h:
8529         * text_funcs.C: make transposeChars a free function
8530
8531         * lyxrow_funcs.C: remove wrong comment
8532
8533 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8534
8535         * lyxtext.h: adjust
8536         * rowpainter.C: adjust
8537         * text.C: adjust
8538         * text2.C: adjust
8539         * text3.C: adjust
8540
8541         * lyxrow_funcs. [Ch]: new files
8542
8543         * lyxrow.[Ch]: remove next and previous pointers
8544         (next,previous): remove accessor functions
8545         (isParEnd): move to lyxrow_funcs
8546         (lastPos): move to lyxrow_funcs
8547         (nextRowIsAllInset): move to lyxrow_funcs
8548         (lastPrintablePos): move to lyxrow_funcs
8549         (numberOfSeparators): move to lyxrow_funcs
8550         (numberOfHfills): move to lyxrow_funcs
8551         (numberOfLabelHfills): move to lyxrow_funcs
8552         (hfillExpansion): move to lyxrow_funcs
8553
8554         * lyxfunc.C: adjust
8555
8556         * bufferview_funcs.C (toggleAndShow): adjust
8557
8558         * RowList.h: Remove class RowList from file leave just a
8559         std::list<Row>.
8560
8561         * RowList.C: delete file
8562
8563         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8564         and lyxrow_funcs.h
8565
8566 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8567
8568         * text3.C (cursorPrevious): adjust
8569         (cursorNext): adjust
8570         (dispatch): adjust
8571
8572         * text2.C (redoHeightOfParagraph): adjust
8573         (redoDrawingOfParagraph): adjust
8574         (setCursor): adjust
8575
8576         * text.C (breakParagraph): adjust
8577         (insertChar): adjust
8578         (backspace): adjust
8579
8580         * rowpainter.C (RowPainter): adjust
8581         (leftMargin): simplify and adjust
8582         (most rowpainter functions): adjust.
8583
8584         * rowpainter.h: store the row as RowList::iterator not as Row*
8585
8586         * lyxcursor.C (row): taka RowList::iterator as arg
8587         (irow): ditto
8588
8589         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8590         of Row*.
8591
8592 2003-04-01  Angus Leeming  <leeming@lyx.org>
8593
8594         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8595         stuff like bool Bool.
8596
8597 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8598
8599         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8600         rewrite a loop
8601
8602 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8603
8604         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8605         RowList::iterator.
8606
8607         * lyxtext.h (rows): drop one version and leve a const variant that
8608         returns a RowList::iterator.
8609
8610 2003-03-31  Angus Leeming  <leeming@lyx.org>
8611
8612         * text.C (fill): ensure that the signature is the same as that in the
8613         header file.
8614
8615 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8616
8617         * text2.C (redoParagraphs): adjust
8618         (updateCounters): adjust
8619         (checkParagraph): adjust
8620         (getColumnNearX): adjust and reformat a bit.
8621
8622         * text.C (top_y): adjust
8623         (workWidth): adjust
8624         (leftMargin): adjust
8625         (prepareToPrint): adjust
8626         (getRow): adjust
8627         (getRowNearY): adjust
8628
8629         * lyxtext.h: make rowlist_ mutable.
8630
8631         * RowList.h: add const_iterator
8632         * RowList.C: adjust for RowList::const_iterator.
8633
8634         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8635         adjust.
8636
8637 2003-03-31  John Levon  <levon@movementarian.org>
8638
8639         * lyxrc.h:
8640         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8641
8642         * lyx_main.C: set default fonts from using lyx_gui funcs
8643
8644         * exporter.C: pdf_mode moved from lyxrc
8645
8646         * lyx_cb.C:
8647         * lyxfunc.C: changes from above
8648
8649 2003-03-31  John Levon  <levon@movementarian.org>
8650
8651         * lyx_main.C: fix to the last fix
8652
8653 2003-03-31  John Levon  <levon@movementarian.org>
8654
8655         * bufferlist.C: "Load original" -> "Load Original"
8656
8657         * converter.C:
8658         * exporter.C:
8659         * importer.C:
8660         * lyx_main.C:
8661         * format.C: more Alert cleanups
8662
8663 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8664
8665         * text2.C (removeParagraph): make it take a RowList::iterator as
8666         arg, adjust.
8667         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8668         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8669
8670         * text.C (anchor_row): make it take a RowList::iterator as arg,
8671         adjust.
8672         (computeBidiTables): make it take a const reference to Row instead
8673         of Row pointer, adjust.
8674         (leftMargin): make it take a RowList::iterator as arg, adjust.
8675         (rowBreakPoint): adjust
8676         (breakAgainOneRow): make it take a RowList::iterator as arg,
8677         adjust.
8678         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8679
8680         * bufferview_funcs.C (toggleAndShow): adjust
8681
8682 2003-03-30  John Levon  <levon@movementarian.org>
8683
8684         * Makefile.am:
8685         * BoostFormat.h:
8686         * boost-inst.C: moved to support
8687
8688         * several files: changes as a result
8689
8690 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8691
8692         * text2.C (LyXText): adjust.
8693         (init): adjust
8694         (removeRow): make it take a RowList::iterator as arg, adjust.
8695         (fullRebreak): adjust
8696         (deleteEmptyParagraphMechanism): adjust
8697         (clearPaint): adjust
8698         (postPaint): adjust
8699
8700         * text.C (top_y): adjust
8701         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8702         (breakAgain): make it take a RowList::iterator as arg, adjust.
8703         (breakParagraph): adjust
8704         (insertChar): adjust
8705         (backspace): adjust
8706
8707         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8708         need_break_row, and refresh_row.
8709
8710         * text3.C (dispatch): adjust
8711
8712         * text2.C (checkParagraph): adjust
8713         (setCursor): adjust
8714         (setCursorFromCoordinates): adjust
8715
8716         * text.C (top_y): adjust
8717         (workWidth): adjust
8718         (getRow): make it return a RowList::iterator, adjust
8719         (getRowNearY): make it return a RowList::iterator, adjust
8720
8721         * text2.C (init): adjust
8722         (insertRow): remove function
8723         (insertParagraph): adjust
8724         (redoParagraphs): adjust
8725         (fullRebreak): adjust
8726         (updateCounters): adjust
8727
8728         * text.C (top_y): rewrite to use RowList iterators.
8729         (top_y): adjust
8730         (setHeightOfRow): rewrite to sue RowList iterators.
8731         (appendParagraph): adjust
8732         (breakAgain): adjust
8733         (breakAgainOneRow): adjust
8734         (breakParagraph): adjust
8735         (getRow): adjust
8736         (getRowNearY): adjust, and remove commented code.
8737
8738         * lyxtext.h (firstRow): delete function
8739         (lastRow): delete function
8740         (rows): new function (const and non-const versions.)
8741         (insertRow): delete function
8742
8743         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8744
8745 2003-03-29  John Levon  <levon@movementarian.org>
8746
8747         * BufferView_pimpl.C: always update scrollbar top
8748         because pasting text when we're anchored could mean we
8749         miss an update altogether
8750
8751 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8752
8753         * text2.C (init): use rowlist_.end() and not 0.
8754         (insertRow): change to take a RowList::iterator as arg, adjust
8755         for this.
8756         (insertParagraph): change to take a RowList::iterator as arg,
8757         adjust for this.
8758         (redoParagraphs): remove some debug msgs.
8759
8760         * text.C (appendParagraph): change to take a RowList::iterator
8761         arg, adjust for this.
8762         (breakAgain): add an assert
8763         (breakAgainOneRow): ditto
8764
8765 2003-03-29  John Levon  <levon@movementarian.org>
8766
8767         * text2.C: do not clear selection after inc/decDepth
8768         (bug 550)
8769
8770 2003-03-29  John Levon  <levon@movementarian.org>
8771
8772         * BufferView.C:
8773         * buffer.C: fix broken strerrors according to Lars
8774
8775 2003-03-29  John Levon  <levon@movementarian.org>
8776
8777         * converters.C: more Alert cleanups
8778
8779 2003-03-29  John Levon  <levon@movementarian.org>
8780
8781         * bufferview_funcs.C: remove pointless Alert
8782
8783         * buffer.C: fix confusing error message when
8784         a template is chmoded 000
8785
8786 2003-03-29  John Levon  <levon@movementarian.org>
8787
8788         * BufferView.C:
8789         * BufferView.h:
8790         * BufferView_pimpl.C: Alert fixes
8791
8792         * Makefile.am:
8793         * tabular.C:
8794         * tabular-old.C: remove unused table compat reading
8795
8796 2003-03-29  John Levon  <levon@movementarian.org>
8797
8798         * BufferView.C:
8799         * buffer.C:
8800         * lyx_cb.h:
8801         * lyx_cb.C: more Alert cleanups
8802
8803         * lyxfunc.C: don't allow chktex if not latex document
8804
8805 2003-03-29  John Levon  <levon@movementarian.org>
8806
8807         * lyx_cb.C:
8808         * BufferView.C:
8809         * buffer.C: warnings pushed down from support/,
8810         kill err_alert
8811
8812 2003-03-29  John Levon  <levon@movementarian.org>
8813
8814         * lyxfunc.C: safety check for C-r (revert)
8815
8816 2003-03-29  John Levon  <levon@movementarian.org>
8817
8818         * bufferlist.h:
8819         * bufferlist.C: several UI fixes using Alert::prompt.
8820         Fix the pointless looping quit code. Fix stupid revert
8821         behaviour (bug 938)
8822
8823         * lyxvc.h:
8824         * lyxvc.C:
8825         * lyx_cb.C: use Alert::prompt
8826
8827         * lyx_main.C: remove a silly question
8828
8829         * lyxfunc.C: remove a couple of silly questions,
8830         use Alert::prompt
8831
8832 2003-03-28  John Levon  <levon@movementarian.org>
8833
8834         * text2.C: fix bug 974 (End on empty par)
8835
8836 2003-03-28  John Levon  <levon@movementarian.org>
8837
8838         * BufferView_pimpl.C:
8839         * LyXAction.C:
8840         * lfuns.h: remove do-nothing math greek lfuns
8841
8842 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8843
8844         * lyxgluelength.h (isValidGlueLength): add default arg on
8845         parameter 2. Remove default arg from friend in class.
8846
8847         * lyxlength.h (isValidLength): add default arg on parameter 2.
8848         Remove default arg from friend in class.
8849
8850         * text2.C (LyXText): adjust, initialize refresh_row.
8851         (init): adjust
8852         (removeRow): adjust
8853         (insertRow): adjust
8854         (insertParagraph): adjst
8855         (redoParagraphs): adjust
8856         (fullRebreak): adjust
8857         (updateCounters): adjust
8858         (deleteEmptyParagraphMechanism): first attempt at fixing a
8859         crashing bug.
8860
8861         * text.C (top_y): adjust
8862         (setHeightOfRow): adjust
8863         (getRow): adjust
8864         (getRowNearY): adjust
8865
8866         * lyxtext.h: include RowList.h
8867         (~LyXText): not needed anymore, deleted.
8868         (firstRow): modify for RowList
8869         (lastRow): new function
8870         Delete firstrow and lastrow class variables, add a Rowlist
8871         rowlist_ class variable.
8872
8873         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8874         paragraph is empty.
8875
8876         * RowList.C (insert): fix case where it == begin().
8877
8878 2003-03-26  Angus Leeming  <leeming@lyx.org>
8879
8880         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8881         the thesaurus dialog.
8882
8883 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8884
8885         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8886
8887         * RowList.[Ch]: new files
8888
8889         * ParagraphList.C (erase): handle the case where it == begin
8890         correctly.
8891
8892 2003-03-25  John Levon  <levon@movementarian.org>
8893
8894         * Makefile.am:
8895         * aspell_local.h:
8896         * aspell.C: add new aspell support
8897
8898         * lyxrc.h:
8899         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8900         have it accessible.
8901
8902 2003-03-25  Angus Leeming  <leeming@lyx.org>
8903
8904         * lfuns.h:
8905         * LyXAction.C (init): new LFUN_INSET_INSERT.
8906
8907         * BufferView_pimpl.C (dispatch): split out part of the
8908         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8909
8910         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8911         LFUN_INSET_APPLY.
8912
8913 2003-03-25  Angus Leeming  <leeming@lyx.org>
8914
8915         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8916
8917 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8918
8919         * text2.C:
8920         * text3.C: remove useless row->height(0)
8921
8922 2003-03-25  John Levon  <levon@movementarian.org>
8923
8924         * lyxtext.h:
8925         * text2.C:
8926         * text3.C: rename the refreshing stuff to better names
8927
8928 2003-03-24  John Levon  <levon@movementarian.org>
8929
8930         * BufferView_pimpl.h:
8931         * BufferView_pimpl.C: update layout choice on a mouse
8932         press/release
8933
8934 2003-03-23  John Levon  <levon@movementarian.org>
8935
8936         * Makefile.am: fix commandtags.h reference
8937
8938 2003-03-22  John Levon  <levon@movementarian.org>
8939
8940         * BufferView_pimpl.C:
8941         * lyxtext.h:
8942         * rowpainter.C:
8943         * rowpainter.h:
8944         * text.C:
8945         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8946
8947 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8948
8949         * lyxtext.h:
8950         * text.C: take the rtl methods out of line
8951
8952 2003-03-21 André Pönitz <poenitz@gmx.net>
8953
8954         * metricsinfo.[Ch]: new files containing structures to be passed around
8955         during the two-phase-drawing...
8956
8957 2003-03-21 André Pönitz <poenitz@gmx.net>
8958
8959         * lyxtextclass.C: read 'environment' tag.
8960
8961 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8962
8963         * text2.C (removeRow): fix bug 964
8964
8965 2003-03-20  John Levon  <levon@movementarian.org>
8966
8967         * rowpainter.C:
8968         * text.C:
8969         * text2.C: paint cleanups. Inset::update() dropped font
8970         parameter
8971
8972 2003-03-19  John Levon  <levon@movementarian.org>
8973
8974         * lyxfunc.C: only fitcursor/markDirty if available()
8975
8976 2003-03-19  John Levon  <levon@movementarian.org>
8977
8978         * commandtags.h: rename to ...
8979
8980         * lfuns.h: ... this, and renumber / cleanup
8981
8982 2003-03-19  John Levon  <levon@movementarian.org>
8983
8984         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8985         fit the cursor after an lfun
8986
8987         * BufferView.h:
8988         * BufferView.C:
8989         * BufferView_pimpl.h:
8990         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8991
8992         * LyXAction.C: layout-character should have ReadOnly
8993
8994         * ParagraphParameters.C:
8995         * buffer.C:
8996         * bufferview_funcs.C:
8997         * lyx_cb.C:
8998         * lyxfind.C:
8999         * lyxtext.h:
9000         * text.C:
9001         * text2.C:
9002         * text3.C:
9003         * undo_funcs.C: changes from above
9004
9005 2003-03-18  John Levon  <levon@movementarian.org>
9006
9007         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9008         remove it from update()
9009
9010         * lyxfunc.C: update layout choice after an lfun
9011
9012         * text3.C: remove extra updateLayoutChoice()s
9013
9014 2003-03-18  John Levon  <levon@movementarian.org>
9015
9016         * text.C: top_y change means full repaint, fix
9017         a drawing bug with cursor movement
9018
9019 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9020
9021         * lyxtext.h:
9022         * text.C:
9023         * text2.C: anchor row on setCursor
9024
9025 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9026
9027         * lyxtext.h: remove almost all mutable keywords
9028         * text.C:
9029         * text2.C:
9030         * text3.C: remove const keywords accordingly
9031
9032 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9033
9034         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9035         anon namespace
9036         (TeXEnvironment): ditto
9037         (TeXOnePar): ditto
9038
9039 2003-03-17  John Levon  <levon@movementarian.org>
9040
9041         * text.C (rowBreakPoint): remove attempt to fix displayed
9042         math insets inside a manual label
9043
9044 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9045
9046         * lyxtext.h: remove BufferView* as first arg from almost all class
9047         functions.
9048         * other files: adjust.
9049
9050 2003-03-17  John Levon  <levon@movementarian.org>
9051
9052         * lyxtext.h:
9053         * undo_funcs.C:
9054         * text2.C: more paint cleanups
9055
9056         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9057
9058         * rowpainter.h:
9059         * rowpainter.C: remove "smart" background painting code
9060
9061 2003-03-16  John Levon  <levon@movementarian.org>
9062
9063         * lyxtext.h:
9064         * text.C:
9065         * text2.C:
9066         * text3.C: add helper functions for setting refresh_row/y
9067
9068 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9069
9070         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9071         newline inset which *can* get inserted in the pass_thru layouts.
9072         This is primarily for literate documents.
9073
9074 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9075
9076         * buffer.C: increment LYX_FORMAT to 223
9077
9078 2003-03-14 André Pönitz <poenitz@gmx.net>
9079
9080         * textclass.h: prepare for environment handling, ws changes
9081         * lyxlayout.C: read latexheader and latexfooter tags
9082
9083 2003-03-14  John Levon  <levon@movementarian.org>
9084
9085         * text2.C: rewrite ::status() a bit
9086
9087 2003-03-13  John Levon  <levon@movementarian.org>
9088
9089         * lyxtext.h: add some docs
9090
9091 2003-03-13  John Levon  <levon@movementarian.org>
9092
9093         * lyxtext.h:
9094         * text.C:
9095         * text2.C:
9096         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9097
9098 2003-03-13  John Levon  <levon@movementarian.org>
9099
9100         * text3.C: fix appendix redrawing
9101
9102 2003-03-13  John Levon  <levon@movementarian.org>
9103
9104         * text.C (setHeightOfRow):
9105         * rowpainter.h:
9106         * rowpainter.C: make appendix mark have the text
9107           "Appendix" so the user knows what it is
9108
9109         * LColor.h:
9110         * LColor.C: s/appendixline/appendix/ from above
9111
9112 2003-03-13  John Levon  <levon@movementarian.org>
9113
9114         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9115
9116         * text.C: fix a getChar(pos) bug properly
9117
9118 2003-03-13  Angus Leeming  <leeming@lyx.org>
9119
9120         * commandtags.h:
9121         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9122         Probably only temporary. Let's see how things pan out.
9123
9124         * BufferView.C (unlockInset):
9125         * BufferView_pimpl.C (fitCursor):
9126         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9127
9128         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9129         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9130
9131         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9132         new functions that convert ParagraphParameters to and from a string.
9133
9134         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9135         BufferView::Pimpl's dispatch.
9136         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9137
9138 2003-03-13 André Pönitz <poenitz@gmx.net>
9139
9140         * lyxfunc.C:
9141         * text3.C:
9142         * factory.C: make it aware of InsetEnv
9143
9144 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9145
9146         * text2.C (setCursor): never ask for one past last
9147         (setCursor): add some debugging messages.
9148
9149         * text.C (singleWidth): never ask for one past last
9150         (singleWidth): ditto
9151         (leftMargin): ditto
9152         (rightMargin): ditto
9153         (rowBreakPoint): ditto
9154         (setHeightOfRow): ditto
9155         (prepareToPrint): ditto
9156
9157         * rowpainter.C (paintBackground): never ask for one past last
9158         (paintText): never ask for one past last
9159
9160         * paragraph_pimpl.C (getChar): make the assert stricter, never
9161         allow the one past last pos to be taken
9162
9163         * paragraph.C (getChar): ws changes only
9164
9165         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9166         (numberOfSeparators): ditto
9167         (numberOfHfills): ditto
9168
9169 2003-03-12  John Levon  <levon@movementarian.org>
9170
9171         * author.h:
9172         * author.C:
9173         * bufferparams.h:
9174         * bufferparams.C:
9175         * paragraph_funcs.C: fix per-buffer authorlists
9176
9177 2003-03-12  John Levon  <levon@movementarian.org>
9178
9179         * text.C: fix newline in right address
9180
9181 2003-03-12  Angus Leeming  <leeming@lyx.org>
9182
9183         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9184         duplicate those in LyXFunc::dispatch.
9185
9186         * commandtags.h:
9187         * LyXAction.C:
9188         * ToolbarDefaults.C:
9189         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9190         Add LFUN_FONTFREE_UPDATE.
9191
9192         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9193         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9194
9195         * bufferview_func.[Ch]: several new functions to facilliate
9196         transfer of data to and from the character dialog.
9197
9198 2003-03-12  John Levon  <levon@movementarian.org>
9199
9200         * buffer.C:
9201         * paragraph.h:
9202         * paragraph.C:
9203         * paragraph_funcs.C:
9204         * paragraph_pimpl.C:
9205         * sgml.C:
9206         * tabular.C:
9207         * text.C:
9208         * text3.C: remove META_NEWLINE in favour of an inset
9209
9210         * rowpainter.h:
9211         * rowpainter.C: remove paintNewline (done by inset)
9212
9213 2003-03-12  John Levon  <levon@movementarian.org>
9214
9215         * paragraph_pimpl.C: complain about bad getChar()s
9216         for a while at least
9217
9218 2003-03-12  John Levon  <levon@movementarian.org>
9219
9220         * buffer.h:
9221         * buffer.C: move paragraph read into a separate function,
9222         a little renaming to reflect that.
9223
9224         * bufferparams.h:
9225         * bufferparams.C: remove the author_ids map, not necessary now
9226
9227         * factory.h:
9228         * factory.C: moved Buffer::readInset to here
9229
9230         * paragraph_funcs.h:
9231         * paragraph_funcs.C: readParagraph free function moved from
9232         buffer.C
9233
9234         * tabular.C: name change
9235
9236 2003-03-12  John Levon  <levon@movementarian.org>
9237
9238         * buffer.C:
9239         * ParagraphParameters.C: move par params input to
9240         a read() method
9241
9242         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9243         behave like a normal read from the stream wrt reading
9244         a line vs. a \\token
9245
9246 2003-03-12  John Levon  <levon@movementarian.org>
9247
9248         * paragraph.C:
9249         * ParagraphParameters.h:
9250         * ParagraphParameters.C: move output code to a
9251         ::write() method
9252
9253 2003-03-12  John Levon  <levon@movementarian.org>
9254
9255         * BufferView.C (insertLyXFile):
9256         * buffer.h:
9257         * buffer.C:
9258         * tabular.C: use a parlist iterator for creating the
9259           document.
9260
9261 2003-03-12  John Levon  <levon@movementarian.org>
9262
9263         * buffer.C: make current_change static local not
9264           static file-scope
9265
9266 2003-03-12  John Levon  <levon@movementarian.org>
9267
9268         * buffer.C: fix insertStringAsLines for change tracking
9269
9270 2003-03-12  John Levon  <levon@movementarian.org>
9271
9272         * BufferView.C:
9273         * tabular.C:
9274         * buffer.h:
9275         * buffer.C:
9276         * bufferparams.h:
9277         * bufferparams.C: move author list into params. Rename some
9278           functions. Move the header reading into a separate token
9279           loop. Move the header token reading into BufferParams.
9280
9281 2003-03-12  John Levon  <levon@movementarian.org>
9282
9283         * changes.C: put debug inside lyxerr.debugging() checks
9284
9285 2003-03-11 André Pönitz <poenitz@gmx.net>
9286
9287         * factory.C: make it aware of InsetHFill
9288
9289 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9290
9291         * buffer.C (latexParagraphs): move function from here...
9292         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9293         args.
9294
9295 2003-03-10  Angus Leeming  <leeming@lyx.org>
9296
9297         * LyXAction.C (init): fix bug in poplating array with multiple entries
9298         with the same LFUN (spotted by JMarc).
9299
9300 2003-03-10  John Levon  <levon@movementarian.org>
9301
9302         * text.C:
9303         * text2.C: move getColumnNearX() near its
9304         only call site
9305
9306 2003-03-10  John Levon  <levon@movementarian.org>
9307
9308         * text.C: fix break before a minipage
9309
9310 2003-03-10  John Levon  <levon@movementarian.org>
9311
9312         * text.C: fix the last commit
9313
9314 2003-03-09  John Levon  <levon@movementarian.org>
9315
9316         * lyxtext.h:
9317         * text.C:
9318         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9319         bug 365 (don't break before insets unless needed). Don't
9320         return a value > last under any circumstances.
9321
9322 2003-03-09  Angus Leeming  <leeming@lyx.org>
9323
9324         * BufferView_pimpl.C (trackChanges, dispatch): call
9325         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9326
9327 2003-03-09  Angus Leeming  <leeming@lyx.org>
9328
9329         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9330         than Dialogs::showAboutlyx().
9331
9332 2003-03-09  Angus Leeming  <leeming@lyx.org>
9333
9334         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9335         than Dialogs::showTabularCreate().
9336
9337 2003-03-09  John Levon  <levon@movementarian.org>
9338
9339         * lyxtext.h:
9340         * text.C:
9341         * text2.C: 3rd arg to nextBreakPoint was always the same.
9342           Use references.
9343
9344 2003-03-08  John Levon  <levon@movementarian.org>
9345
9346         * lyxrow.C:
9347         * paragraph.C:
9348         * paragraph.h:
9349         * rowpainter.C:
9350         * text.C:
9351         * text2.C: Remove the "main" bit from the "main body"
9352           notion.
9353
9354 2003-03-08  John Levon  <levon@movementarian.org>
9355
9356         * text.C (leftMargin): The left margin of an empty
9357         manual label paragraph should not include the label width
9358         string length.
9359
9360         * text.C (prepareToPrint): don't attempt to measure hfills
9361         for empty manual label paragraphs - the answer should be 0
9362
9363 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9364
9365         * CutAndPaste.C: remove commented code and reindent.
9366
9367 2003-03-08  John Levon  <levon@movementarian.org>
9368
9369         * lyxfunc.h:
9370         * lyxfunc.C: move reloadBuffer()
9371
9372         * BufferView.h:
9373         * BufferView.C: to here
9374
9375         * lyxvc.C: add comment
9376
9377         * vc-backend.h:
9378         * vc-backend.C: call bv->reload() to avoid
9379           getStatus() check on MENURELOAD
9380
9381 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9382
9383         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9384         to an old format .dep file.
9385
9386 2003-03-07  Angus Leeming  <leeming@lyx.org>
9387
9388         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9389         when the LFUN_MOUSE_RELEASE should have been handled by
9390         inset->localDispatch.
9391
9392 2003-03-07  Angus Leeming  <leeming@lyx.org>
9393
9394         * BufferView_pimpl.C (dispatch):
9395         * LyXAction.C (init):
9396         * ToolbarDefaults.C (init):
9397         * commandtags.h:
9398         * lyxfunc.C (getStatus):
9399         remove LFUN_INSET_GRAPHICS.
9400
9401         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9402
9403 2003-03-07  Angus Leeming  <leeming@lyx.org>
9404
9405         * commandtags.h:
9406         * LyXAction.C (init):
9407         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9408
9409         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9410
9411         * commandtags.h:
9412         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9413
9414         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9415         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9416
9417 2003-03-07  Angus Leeming  <leeming@lyx.org>
9418
9419         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9420         remove "ert".
9421
9422 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9423
9424         * ParagraphList.C (front): new function
9425         (back): implement
9426
9427 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9428
9429         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9430         and top_row_offset_. removed var first_y.
9431         * text.C (top_y):
9432         * text2.C (LyXText, removeRow):
9433         * text3.C:
9434         * BufferView_pimpl.C:
9435         use these methods instead of using first_y
9436
9437 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9438
9439         * text2.C (pasteSelection): adjust for checkPastePossible
9440
9441         * CutAndPaste.C: remove Paragraph * buf and replace with
9442         ParagraphList paragraphs.
9443         (DeleteBuffer): delete
9444         (cutSelection): change the tc type to textclass_type
9445         (copySelection): change the tc type to textclass_type
9446         (copySelection): adjust for ParagraphList
9447         (pasteSelection): change the tc type to textclass_type
9448         (pasteSelection): adjust for Paragraphlist
9449         (nrOfParagraphs): simplify for ParagraphList
9450         (checkPastePossible): simplify for ParagraphList
9451         (checkPastePossible): remove unused arg
9452
9453         * ParagraphList.C (insert): handle the case where there are no
9454         paragraphs yet.
9455
9456         * CutAndPaste.h: make CutAndPaste a namespace.
9457
9458         * text3.C (dispatch): adjust
9459
9460         * text.C (breakParagraph): add a ParagraphList as arg
9461
9462         * paragraph_funcs.C (breakParagraph): change to take a
9463         BufferParams and a ParagraphList as args.
9464         (breakParagraphConservative): ditto
9465         (mergeParagraph): ditto
9466         (TeXDeeper): add a ParagraphList arg
9467         (TeXEnvironment): ditto
9468         (TeXOnePar): ditto
9469
9470         * buffer.C (readLyXformat2): adjust
9471         (insertStringAsLines): adjust
9472         (latexParagraphs): adjust
9473
9474         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9475         (cutSelection): adjust
9476         (pasteSelection): adjust
9477
9478         * BufferView_pimpl.C (insertInset): adjust
9479
9480 2003-03-05  Angus Leeming  <leeming@lyx.org>
9481
9482         * commandtags.h:
9483         * LyXAction.C (init):
9484         * BufferView_pimpl.C (dispatch):
9485         * lyxfunc.C (getStatus):
9486         remove LFUN_CHILD_INSERT.
9487
9488         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9489
9490 2003-03-05  Angus Leeming  <leeming@lyx.org>
9491
9492         * commandtags.h:
9493         * LyXAction.C (init):
9494         * src/factory.C (createInset):
9495         * lyxfunc.C (getStatus):
9496         * text3.C (dispatch):
9497         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9498
9499         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9500
9501 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9502
9503         * ParagraphList.C (insert): handle insert right before end()
9504         (erase): fix cases where it can be first or last paragraph.
9505
9506 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9507
9508         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9509         Paragraph::next and Paragraph::previous
9510         (TeXOnePar): ditto
9511
9512         * text.C (breakParagraph): adjust
9513
9514         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9515         BufferParams& as arg.
9516         (breakParagraph): use ParagraphList::insert
9517         (breakParagraphConservative): take a Buffer* instead of a
9518         BufferParams& as arg.
9519         (breakParagraphConservative): use ParagraphList::insert.
9520
9521         * buffer.C (insertStringAsLines): un-const it
9522         (insertStringAsLines): adjust
9523
9524         * ParagraphList.C (insert): new function
9525
9526         * CutAndPaste.C (pasteSelection): adjust
9527
9528         * text.C (backspace): adjust
9529
9530         * tabular.C (SetMultiColumn): adjust
9531
9532         * CutAndPaste.C (cutSelection): adjust
9533         (pasteSelection): adjust
9534
9535         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9536         Buffer const * as arg
9537
9538         * ParagraphList.C (erase): new function
9539         * paragraph_funcs.C (mergeParagraph): use it
9540         (mergeParagraph): make it take a Buffer* instead of a
9541         BufferParams* as arg
9542
9543         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9544         as arg
9545         (breakParagraphConservative): ditto
9546
9547         * paragraph.h: remove the breakParagraph friend
9548
9549         * paragraph.C (eraseIntern): new function
9550         (setChange): new function
9551
9552         * paragraph_funcs.C (mergeParagraph): make it take a
9553         ParagraphList::iterator instead of a Paragraph *, adjust
9554         accordingly.
9555
9556         * paragraph.h: move an #endif so that the change tracking stuff
9557         also works in the NO_NEXT case.
9558
9559 2003-03-04  Angus Leeming  <leeming@lyx.org>
9560
9561         * commandtags.h:
9562         * LyXAction.C: new LFUN_INSET_MODIFY.
9563
9564         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9565         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9566
9567 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9568
9569         * several files: ws changes only
9570
9571         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9572         (TeXEnvironment): ditto
9573         (TeXDeeper): ditto
9574
9575         * buffer.C (makeLaTeXFile): adjust
9576         (latexParagraphs): make it take ParagraphList::iterator as args
9577
9578 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9579
9580         * buffer.C (latexParagraphs): adjust
9581
9582         * paragraph.C (TeXOnePar): move function...
9583         (optArgInset): move function...
9584         (TeXEnvironment): move function...
9585         * paragraph_pimpl.C (TeXDeeper): move function...
9586         * paragraph_funcs.C: ...here
9587
9588         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9589
9590 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9591
9592         * buffer.C (readInset): remove compability code for old Figure and
9593         InsetInfo insets
9594
9595 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9596
9597         * buffer.C: ws changes
9598         (readInset):
9599
9600         * BufferView_pimpl.C: ditto
9601         * author.C: ditto
9602         * buffer.h: ditto
9603         * bufferlist.h: ditto
9604         * changes.h: ditto
9605         * lyxfunc.C: ditto
9606
9607 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9608
9609         * converter.[Ch]: split into itself +
9610         * graph.[Ch]
9611         * format.[Ch]
9612         * Makefile.am: += graph.[Ch] + format.[Ch]
9613         * MenuBackend.C
9614         * buffer.C
9615         * exporter.C
9616         * importer.C
9617         * lyx_main.C
9618         * lyxfunc.C
9619         * lyxrc.C: added #include "format.h"
9620
9621 2003-02-27  Angus Leeming  <leeming@lyx.org>
9622
9623         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9624           a label.
9625
9626         * factory.C (createInset): add "label" to the factory.
9627
9628         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9629           string and do no more.
9630
9631 2003-02-27  Angus Leeming  <leeming@lyx.org>
9632
9633         * commandtags.h:
9634         * LyXAction.C (init):
9635         * factory.C (createInset):
9636         * BufferView_pimpl.C (dispatch):
9637           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9638
9639         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9640
9641         * lyxfunc.C (dispatch):
9642         * text3.C (dispatch): pass name to params2string.
9643
9644 2003-02-26  Angus Leeming  <leeming@lyx.org>
9645
9646         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9647           blocks together.
9648           Rearrange the ~includes. Strip out the unnecessary ones.
9649
9650         * factory.C (createInset): reformat.
9651           create new insets for the various LFUN_XYZ_APPLY lfuns.
9652
9653 2003-02-26  John Levon  <levon@movementarian.org>
9654
9655         * lyxrow.h:
9656         * lyxrow.C: add isParStart,isParEnd helpers
9657
9658         * paragraph.h: make isInserted/DeletedText take refs
9659
9660         * paragraph_funcs.h:
9661         * paragraph_funcs.C: remove #if 0'd code
9662
9663         * lyxtext.h:
9664         * text3.C:
9665         * text2.C:
9666         * text.C: use lyxrow helpers above.
9667           Move draw and paint routines to RowPainter.
9668           Make several methods use refs not pointers.
9669           Make backgroundColor() const.
9670           Add markChangeInDraw(), isInInset().
9671           Merge changeRegionCase into changeCase.
9672           Make workWidth() shouldn't-happen code into an Assert.
9673
9674         * rowpainter.h:
9675         * rowpainter.C: new class for painting a row.
9676
9677         * vspace.h:
9678         * vspace.C: make inPixels take a ref
9679
9680 2003-02-26  Angus Leeming  <leeming@lyx.org>
9681
9682         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9683         LFUN_REF_APPLY.
9684
9685 2003-02-25  John Levon  <levon@movementarian.org>
9686
9687         * ispell.C: give the forked command a more accurate name
9688
9689 2003-02-22  John Levon  <levon@movementarian.org>
9690
9691         * toc.h:
9692         * toc.C: make TocItem store an id not a Paragraph *
9693           (bug #913)
9694
9695 2003-02-21  Angus Leeming  <leeming@lyx.org>
9696
9697         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9698           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9699           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9700           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9701           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9702           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9703
9704         * BufferView_pimpl.C (dispatch):
9705         * LyXAction.C (init):
9706         * factory.C (createInset):
9707         * lyxfunc.C (getStatus, dispatch):
9708         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9709
9710 2003-02-21  Angus Leeming  <leeming@lyx.org>
9711
9712         * BufferView_pimpl.C (MenuInsertLyXFile):
9713         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9714         * lyxfunc.C (menuNew, open, doImport):
9715           no longer pass a LyXView & to fileDlg.
9716
9717 2003-02-21  Angus Leeming  <leeming@lyx.org>
9718
9719         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9720         * LyXAction.C: change, BIBKEY to BIBITEM.
9721         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9722         Change InsetBibKey to InsetBibitem.
9723         Change BIBKEY_CODE to BIBITEM_CODE.
9724         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9725         * factory.C: replace insetbib.h with insetbibitem.h.
9726         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9727         * paragraph.C: replace insetbib.h with insetbibitem.h.
9728         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9729         Change bibkey() to bibitem().
9730         * text.C: remove insetbib.h.
9731         * text2.C: replace insetbib.h with insetbibitem.h.
9732         change bibkey() to bibitem().
9733         * text3.C: remove insetbib.h.
9734         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9735
9736 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9737
9738         * lyxrc.C (output): enclose user email in quotes (in case there are
9739         several words)
9740
9741 2003-02-18  John Levon  <levon@movementarian.org>
9742
9743         * buffer.h: add std::
9744
9745 2003-02-17  John Levon  <levon@movementarian.org>
9746
9747         * SpellBase.h:
9748         * ispell.h:
9749         * ispell.C:
9750         * pspell.h:
9751         * pspell.C: reworking. Especially in ispell, a large
9752           number of clean ups and bug fixes.
9753
9754         * lyxfunc.C: fix revert to behave sensibly
9755
9756 2003-02-17 André Pönitz <poenitz@gmx.net>
9757
9758         * LyXAction.C:
9759         * commandtags.h: new LFUN_INSERT_BIBKEY
9760
9761         * layout.h:
9762         * lyxlayout.C:
9763         * buffer.C:
9764         * factory.C:
9765         * text.C:
9766         * text2.C:
9767         * text3.C:
9768         * paragraph.[Ch]:
9769         * paragraph_func.C: remove special bibkey handling
9770
9771 2003-02-17  John Levon  <levon@movementarian.org>
9772
9773         * text.C (Delete): fix case where delete at the end of
9774           the very first paragraph would not merge the pars
9775
9776 2003-02-17  John Levon  <levon@movementarian.org>
9777
9778         * lyxrow.C: fix lastPrintablePos()
9779
9780 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9781
9782         * bufferparams.C (writeLaTeX): add a std:here
9783
9784         * buffer.C: and remove a using directive there
9785
9786 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9787
9788         * buffer.C (makeLaTeXFile): move the code that generates the
9789           preamble...
9790
9791         * bufferparams.C (writeLaTeX): ... in this new method
9792
9793         * LaTeXFeatures.C (getEncodingSet): make const
9794           (getLanguages): make const
9795
9796         * MenuBackend.C (binding): returns the binding associated to this
9797           action
9798           (add): sets the status of each item by calling getStatus. Adds
9799           some intelligence.
9800           (read): add support for OptSubMenu
9801           (expand): remove extra separator at the end of expanded menu
9802
9803 2003-02-15  John Levon  <levon@movementarian.org>
9804
9805         * BufferView.C:
9806         * BufferView_pimpl.C:
9807         * bufferlist.h:
9808         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9809           inset code that had no actual effect. Remove unneeded status
9810           code.
9811
9812 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9813
9814         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9815           in preamble
9816
9817 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9818
9819         * text.C (drawLengthMarker): also draw an arrow marker for
9820           symbolic lengths (medskip...)
9821
9822 2003-02-14  John Levon  <levon@movementarian.org>
9823
9824         * tabular.h:
9825         * tabular.C: better method names
9826
9827 2003-02-14  John Levon  <levon@movementarian.org>
9828
9829         * BufferView_pimpl.C:
9830         * bufferlist.C:
9831         * buffer.C:
9832         * converter.C:
9833         * lyx_cb.C:
9834         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9835           it's a more accurate name. Remove some pointless uses.
9836
9837 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9838
9839         * text2.C (LyXText): change order of initilizers to shut off
9840           warnings
9841
9842 2003-02-14  John Levon  <levon@movementarian.org>
9843
9844         * buffer.C: use ParIterator for getParFromID()
9845
9846         * paragraph.h:
9847         * paragraph.C:
9848         * paragraph_pimpl.h:
9849         * paragraph_pimpl.C: remove unused getParFromID()
9850
9851 2003-02-14  John Levon  <levon@movementarian.org>
9852
9853         * buffer.C: remove some very old #if 0'd parse code
9854
9855 2003-02-13  John Levon  <levon@movementarian.org>
9856
9857         * text.h:
9858         * text.C:
9859         * text2.C: move hfillExpansion(), numberOfSeparators(),
9860           rowLast(), rowLastPrintable(), numberofHfills(),
9861           numberOfLabelHfills() ...
9862
9863         * lyxrow.h:
9864         * lyxrow.C: ... to member functions here.
9865
9866         * paragraph.h:
9867         * paragraph.C:
9868         * lyxtext.h:
9869         * text.C: remove LyXText::beginningOfMainBody(), and call
9870           p->beginningOfMainBody() directly. Move the check for
9871           LABEL_MANUAL into the latter.
9872
9873         * text.h:
9874         * text.C:
9875         * text2.C:
9876         * vspace.C:
9877         * BufferView.h:
9878         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9879
9880         * text.h:
9881         * text.C:
9882         * text2.C:
9883         * text3.C:
9884         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9885           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9886
9887 2003-02-13  John Levon  <levon@movementarian.org>
9888
9889         * CutAndPaste.C: remove debug
9890
9891 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9892
9893         * paragraph.C (asString): remove two unused variables
9894
9895         * lyxtextclass.C (readTitleType):
9896           (Read):
9897           (LyXTextClass): handle new members titletype_ and titlename_
9898
9899         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9900
9901 2003-02-09  John Levon  <levon@movementarian.org>
9902
9903         * buffer.h:
9904         * buffer.C: replace hand-coded list with a map for the dep clean
9905
9906 2003-02-08  John Levon  <levon@movementarian.org>
9907
9908         * LaTeX.C: consolidate code into showRunMessage() helper
9909
9910 2003-02-08  John Levon  <levon@movementarian.org>
9911
9912         * lyxfind.C:
9913         * lyxtext.h:
9914         * text2.C:
9915         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9916           and pass the size in explicitly
9917
9918         * BufferView_pimpl.h:
9919         * BufferView_pimpl.C:
9920         * BufferView.h:
9921         * BufferView.C: add getCurrentChange()
9922
9923         * BufferView_pimpl.h:
9924         * BufferView_pimpl.C: handle change lfuns
9925
9926         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9927           for changes. Mark pasted paragraphs as new.
9928
9929         * support/lyxtime.h:
9930         * support/lyxtime.C:
9931         * DepTable.C: abstract time_t as lyx::time_type
9932
9933         * LColor.h:
9934         * LColor.C: add colours for new text, deleted text, changebars
9935
9936         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9937           package use "usenames" option.
9938
9939         * commandtags.h:
9940         * lyxfunc.C:
9941         * LyXAction.C: add change lfuns
9942
9943         * Makefile.am:
9944         * author.h:
9945         * author.C: author handling
9946
9947         * buffer.h:
9948         * buffer.C: add a per-buffer author list, with first entry as
9949           current author. Handle new .lyx tokens for change tracking. Output
9950           author list to .lyx file. Output dvipost stuff to .tex preamble.
9951           Bump lyx format to 222.
9952
9953         * bufferlist.h:
9954         * bufferlist.C: add setCurrentAuthor() to reset current author details
9955           in all buffers.
9956
9957         * bufferparams.h:
9958         * bufferparams.C: add param for tracking
9959
9960         * bufferview_funcs.C: output change info in minibuffer
9961
9962         * Makefile.am:
9963         * changes.h:
9964         * changes.C: add change-tracking structure
9965
9966         * debug.h:
9967         * debug.C: add CHANGES debug flag
9968
9969         * lyxfind.h:
9970         * lyxfind.C: add code for finding the next change piece
9971
9972         * lyxrc.h:
9973         * lyxrc.C: add user_name and user_email
9974
9975         * lyxrow.h:
9976         * lyxrow.C: add a metric for the top of the text line
9977
9978         * lyxtext.h:
9979         * text.C: implement accept/rejectChange()
9980
9981         * lyxtext.h:
9982         * text.C: paint changebars. Paint new/deleted text in the chosen
9983         colours. Strike through deleted text.
9984
9985         * paragraph.h:
9986         * paragraph.C:
9987         * paragraph_pimpl.h:
9988         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9989           in the current change to the insert functions. Rework erase to
9990           mark text as deleted, adding an eraseIntern() and a range-based
9991           erase(). Implement per-paragraph change lookup and
9992           accept/reject.
9993
9994         * paragraph_funcs.C: Fixup paste for change tracking.
9995
9996         * tabular.C: mark added row/columns as new.
9997
9998         * text.C: fix rowLast() to never return -1. Don't allow
9999           spellchecking of deleted text. Track transpose changes. Don't
10000           allow paragraph break or merge where appropriate.
10001
10002         * text2.C: leave cursor at end of selection after a cut.
10003
10004 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10005
10006         * text.C (getLengthMarkerHeight):
10007         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10008         visible on screen too.
10009
10010 2003-02-07  John Levon  <levon@movementarian.org>
10011
10012         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10013
10014 2003-02-05  Angus Leeming  <leeming@lyx.org>
10015
10016         * lyxserver.C (read_ready): revert my patch of 11 September last year
10017         as it sends PC cpu through the roof. Presumably this means that
10018         the lyxserver will no longer run on an Alpha...
10019
10020 2003-01-30  Angus Leeming  <leeming@lyx.org>
10021
10022         * factory.C (createInset): create an InsetCommandParam of type "index"
10023         and use it to 'do the right thing'.
10024
10025         * text2.C (getStringToIndex): ensure that cursor position is always
10026         reset to the reset_cursor position.
10027
10028 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10029
10030         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10031         disabled.
10032
10033 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10034
10035         * bufferview.C:
10036         * lyxcb.C:
10037         * lyxfunc.C: Output messages with identical spelling, punctuation,
10038         and spaces
10039
10040 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10041
10042         * MenuBackend.C (expandFormats): List only viewable export formats
10043         in "View" menu
10044
10045         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10046         message
10047
10048         * lyxfunc.C (getStatus): Make sure that formats other than
10049         "fax" can also be disabled
10050
10051 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10052
10053         * text3.C (dispatch): put the lfuns that insert insets in 3
10054         groups, and call doInsertInset with appropriate arguments.
10055         (doInsertInset): new function, that creates an inset and inserts
10056         it according to some boolean parameters.
10057
10058 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10059
10060         * buffer.C (readFile): remember to pass on 'par' when calling
10061         readFile recursively.
10062
10063 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10064
10065         * MenuBackend.C (expandFormats): add "..." to import formats.
10066
10067 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10068
10069         * paragraph.C (asString): Remove XForms RTL hacks.
10070
10071 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10072         * buffer.C: fix typo
10073
10074 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10075
10076         * Makefile.am (LIBS): delete var
10077         (lyx_LDADD): add @LIBS@ here instead.
10078
10079 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10080
10081         * Clarify the meaning of "wheel mouse jump"
10082
10083 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10084
10085         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10086         tabular in a float
10087
10088 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10089
10090         * importer.C (Loaders): do not preallocate 3 elements in the
10091         vector, since one ends up with 6 elements otherwise
10092
10093 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10094
10095         * DepTable.C (write): write the file name as last element of the
10096         .dep file (because it may contain spaces)
10097         (read): read info in the right order
10098
10099 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10100
10101         * paragraph_pimpl.C (simpleTeXBlanks):
10102         (simpleTeXSpecialChars):
10103         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10104
10105         * tabular.C (latex): add some missing case statements. Reindent.
10106
10107         * MenuBackend.C (expandToc): remove unused variable.
10108
10109 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10110
10111         * LColor.C:
10112         * LaTeX.C:
10113         * LyXAction.C:
10114         * MenuBackend.C:
10115         * buffer.C:
10116         * exporter.C:
10117         * lyxfunc.C:
10118         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10119         and the like.
10120
10121 2003-01-05  John Levon  <levon@movementarian.org>
10122
10123         * BufferView.h:
10124         * BufferView.C: add getEncoding()
10125
10126         * kbsequence.h:
10127         * kbsequence.C: do not store last keypress
10128
10129         * lyxfunc.h:
10130         * lyxfunc.C: store last keypress here instead. Pass encoding
10131           to getISOEncoded()
10132
10133 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10134
10135         * lyx_main.C (init): remove annoying error message when following
10136         symbolic links (bug #780)
10137
10138 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10139
10140         * text.C (insertChar):
10141         * lyxrc.C (getDescription): remove extra spaces
10142
10143 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10144
10145         * lyxrc.C (getDescription): remove extra spaces
10146
10147 2002-12-20  John Levon  <levon@movementarian.org>
10148
10149         * text3.C: hack fix for page up/down across tall rows
10150
10151 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10152
10153         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10154         not been invoked
10155
10156 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10157
10158         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10159         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10160         thesaurus is not compiled in
10161
10162 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10163
10164         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10165
10166 2002-12-16  Angus Leeming  <leeming@lyx.org>
10167
10168         * lyxrc.[Ch]:
10169         * lyx_main.C (init): remove override_x_deadkeys stuff.
10170
10171 2002-12-12  John Levon  <levon@movementarian.org>
10172
10173         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10174           insert. Only remove shift modifier under strict
10175           circumstances.
10176
10177 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10178
10179         * MenuBackend.C (expandToc): fix crash.
10180
10181 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10182
10183         * MenuBackend.C (expandToc): gettext on float names.
10184
10185 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10186
10187         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10188         implement bool empty() [bug 490]
10189
10190 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10191
10192         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10193
10194 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10195
10196         * several files: ws changes
10197
10198 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10199
10200         * text2.C (setCounter): clean up a bit, use boost.format.
10201         (updateCounters): initialize par upon declaration.
10202
10203         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10204         if the layout exists. We do not just store the layout any more.
10205         (SwitchLayoutsBetweenClasses): use boost.format
10206
10207 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10208
10209         * converter.C (convert): if from and to files are the same, use a
10210         temporary files as intermediary
10211
10212 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10213
10214         * commandtags.h:
10215         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10216
10217 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10218
10219         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10220
10221 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10222
10223         * tabular.C (asciiPrintCell): use string(size, char) instead of
10224         explicit loop.
10225
10226         * sgml.C (openTag): fix order of arguments to string constructor
10227         (closeTag): ditto
10228
10229         * lyxfunc.C (dispatch): use boost.format
10230
10231         * lots of files: change "c" -> 'c'
10232
10233 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10234
10235         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10236
10237 2002-11-25  Angus Leeming  <leeming@lyx.org>
10238
10239         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10240
10241         * lyx_main.C (init): compile fix.
10242
10243 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10244
10245         * lyx_cb.C (start): boost.formatify
10246         do not include <iostream>
10247
10248         * lengthcommon.C: ws only
10249
10250         * boost-inst.C,BoostFormat.h: add more explict instantations
10251
10252 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10253
10254         * lots of files: handle USE_BOOST_FORMAT
10255
10256 2002-11-21  John Levon  <levon@movementarian.org>
10257
10258         * pspell.C: fix compile
10259
10260 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10261
10262         * lyxfunc.C (dispatch): use boost::format
10263         (open): ditto
10264         (doImport): ditto
10265
10266         * lyxfont.C (stateText): use boost::format
10267
10268         * lyx_main.C (LyX): use boost::format
10269         (init): ditto
10270         (queryUserLyXDir): ditto
10271         (readRcFile): ditto
10272         (parse_dbg): ditto
10273         (typedef boost::function): use the recommened syntax.
10274
10275         * importer.C (Import): use boost::format
10276
10277         * debug.C (showLevel): use boost::format
10278
10279         * converter.C (view): use boost::format
10280         (convert): ditto
10281         (move): ditto
10282         (scanLog): ditto
10283
10284         * bufferview_funcs.C (currentState): use boost::format
10285
10286         * bufferlist.C (emergencyWrite): use boost::format
10287
10288         * buffer.C (readLyXformat2): use boost::format
10289         (parseSingleLyXformat2Token): ditto
10290
10291         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10292
10293         * LaTeX.C (run): use boost::format
10294
10295         * Chktex.C (scanLogFile): use boost::format
10296
10297         * BufferView_pimpl.C (savePosition): use boost::format
10298         (restorePosition): ditto
10299         (MenuInsertLyXFile): ditto
10300
10301         * BoostFormat.h: help file for explicit instation.
10302
10303 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10304
10305         * tabular.C (latex): Support for block alignment in fixed width
10306         columns.
10307
10308 2002-11-17  John Levon  <levon@movementarian.org>
10309
10310         * BufferView_pimpl.C:
10311         * lyx_cb.C:
10312         * lyxfunc.C: split filedialog into open/save
10313
10314 2002-11-08  Juergen Vigna  <jug@sad.it>
10315
10316         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10317         by my last patch (hopefully).
10318
10319 2002-11-08  John Levon  <levon@movementarian.org>
10320
10321         * iterators.h:
10322         * iterators.C:
10323         * buffer.h:
10324         * buffer.C:
10325         * paragraph.h:
10326         * paragraph.C:
10327         * toc.h:
10328         * toc.C: ParConstIterator, and use it (from Lars)
10329
10330 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10331
10332         * lyxtextclass.[Ch]: revise and add doxygen comments
10333
10334 2002-11-07  John Levon  <levon@movementarian.org>
10335
10336         * text.C: fix progress value for spellchecker
10337
10338         * toc.C: fix navigate menu for insetwrap inside minipage
10339
10340         * paragraph_funcs.C: added FIXME for suspect code
10341
10342 2002-11-07  John Levon  <levon@movementarian.org>
10343
10344         * BufferView_pimpl.C: fix redrawing of insets
10345           on buffer switch
10346
10347 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10348
10349         * text2.C (updateCounters): fix bug 668
10350
10351 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10352
10353         * text3.C (dispatch): Do not make the buffer dirty when moving the
10354         cursor.
10355
10356 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10357
10358         * vc-backend.C: STRCONV
10359         (scanMaster): ditto
10360
10361         * text2.C (setCounter): STRCONV
10362
10363         * paragraph.C (asString): STRCONV
10364
10365         * lyxlength.C (asString): STRCONV
10366         (asLatexString): ditto
10367
10368         * lyxgluelength.C (asString): STRCONV
10369         (asLatexString): ditto
10370
10371         * lyxfunc.C (dispatch): STRCONV
10372         (open): ditto
10373
10374         * lyxfont.C (stateText): STRCONV
10375
10376         * importer.C (Import): STRCONV
10377
10378         * counters.C (labelItem): STRCONV
10379         (numberLabel): ditto
10380         (numberLabel): remove unused ostringstream o
10381
10382         * chset.C: STRCONV
10383         (loadFile): ditto
10384
10385         * bufferview_funcs.C (currentState): STRCONV
10386
10387         * buffer.C (readFile): STRCONV
10388         (asciiParagraph): ditto
10389         (makeLaTeXFile): ditto
10390
10391         * Spacing.C (writeEnvirBegin): STRCONV
10392
10393         * LaTeXFeatures.C (getLanguages): STRCONV
10394         (getPackages): ditto
10395         (getMacros): ditto
10396         (getBabelOptions): ditto
10397         (getTClassPreamble): ditto
10398         (getLyXSGMLEntities): ditto
10399         (getIncludedFiles): ditto
10400
10401         * LaTeX.C: STRCONV
10402         (run): ditto
10403         (scanAuxFile): ditto
10404         (deplog): ditto
10405
10406         * LString.h: add the STRCONV macros
10407
10408         * BufferView_pimpl.C (savePosition): STRCONV
10409         (restorePosition): ditto
10410         (MenuInsertLyXFile): ditto
10411
10412         * vc-backend.C (scanMaster): change from submatch[...] to
10413         submatch.str(...)
10414
10415         * funcrequest.C: include config.h
10416
10417         * factory.C: include config.h
10418
10419         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10420
10421         * box.C: include config.h
10422
10423         * LaTeX.C (scanAuxFile): change from submatch[...] to
10424         submatch.str(...)
10425         (deplog): ditto
10426
10427 2002-10-25  Angus Leeming  <leeming@lyx.org>
10428
10429         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10430
10431         * ispell.[Ch] (setError): new method.
10432         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10433         Use setError() insetead of goto END.
10434
10435         * lyx_cb.C (AutoSave): move out child process into new class
10436         AutoSaveBuffer.
10437
10438 2002-10-30  John Levon  <levon@movementarian.org>
10439
10440         * text3.C: make start appendix undoable
10441
10442 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10443
10444         * lyxlength.C (inPixels): Fix returned value.
10445
10446         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10447         environment.
10448
10449 2002-10-24  Angus Leeming  <leeming@lyx.org>
10450
10451         * lyxgluelength.h: no need to forward declare BufferParams
10452         or BufferView, so don't.
10453
10454 2002-10-21  John Levon  <levon@movementarian.org>
10455
10456         * BufferView.C: menuUndo ->undo, redo
10457
10458         * BufferView.h: document, remove dead, make some methods private
10459
10460         * paragraph_funcs.h:
10461         * paragraph_funcs.C:
10462         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10463
10464         * buffer.h:
10465         * buffer.C:
10466         * sgml.h:
10467         * sgml.C: move sgml open/close tag into sgml.C
10468
10469         * bufferview_funcs.h: unused prototype
10470
10471         * lyxfunc.h:
10472         * lyxfunc.C: remove unused
10473
10474         * lyxtext.h:
10475         * text.C: remove unused
10476
10477 2002-10-21  John Levon  <levon@movementarian.org>
10478
10479         * BufferView.h:
10480         * BufferView.C:
10481         * BufferView_pimpl.h:
10482         * BufferView_pimpl.C: fix mouse wheel handling based on
10483           patch from Darren Freeman
10484
10485 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10486
10487         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10488
10489 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10490
10491         * lyxlength.C (inPixels): Fix hanfling of negative length.
10492         Fix LyXLength::MU case.
10493
10494 2002-10-16  John Levon  <levon@movementarian.org>
10495
10496         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10497
10498 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10499
10500         * converter.C (view): add support for $$i (file name) and $$p
10501         (file path) for the viewer command. If $$i is not specified, then
10502         it is appended to the command (for compatibility with old syntax)
10503
10504 2002-10-14  Juergen Vigna  <jug@sad.it>
10505
10506         * undo_funcs.C (textHandleUndo): alter the order in which the
10507         new undopar is added to the LyXText, as we have to set first
10508         the right prev/next and then add it as otherwise the rebuild of
10509         LyXText is not correct. Also reset the cursor to the right paragraph,
10510         with this IMO we could remove the hack in "redoParagraphs()".
10511
10512 2002-10-09  Angus Leeming  <leeming@lyx.org>
10513
10514         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10515         to turn off an optimisation if a new inset is to be inserted.
10516
10517 2002-10-11 André Pönitz <poenitz@gmx.net>
10518
10519         * lyxtext.h: make some functions public to allow access
10520         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10521
10522 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10523
10524         * text3.C (dispatch): when changing layout, avoid an infinite loop
10525         [bug #652]
10526
10527 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10528
10529         * lyxrc.C (read): treat a viewer or converter command of "none" as
10530         if it were empty.
10531
10532         * MenuBackend.C (expandFormats): for an update, also allow the
10533         formats that are not viewable
10534
10535         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10536         script if it is newer than the lyxrc.defaults in user directory
10537
10538 2002-10-07 André Pönitz <poenitz@gmx.net>
10539
10540         * text.C: Vitaly Lipatov's small i18n fix
10541
10542 2002-09-25  Angus Leeming  <leeming@lyx.org>
10543
10544         * ispell.h: doxygen fix.
10545
10546 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10547
10548         * buffer.h (readFile): Add a new argument to the method, to allow
10549         reading of old-format templates.
10550
10551 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10552
10553         * toc.C (getTocList): Get TOC from InsetWrap.
10554
10555 2002-09-16  John Levon  <levon@movementarian.org>
10556
10557         * lyxfunc.C: check tabular for cut/copy too
10558
10559 2002-09-12  John Levon  <levon@movementarian.org>
10560
10561         * LyXAction.C: tidy
10562
10563         * factory.h:
10564         * factory.C: add header
10565
10566         * paragraph_funcs.h:
10567         * paragraph_funcs.C: cleanup
10568
10569 2002-09-11  John Levon  <levon@movementarian.org>
10570
10571         * PrinterParams.h: odd/even default to true
10572
10573 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10574
10575         * PrinterParams.h: update printer parameters for new xforms dialog
10576
10577 2002-09-11  Angus Leeming  <leeming@lyx.org>
10578
10579         * lyxserver.C (read_ready): re-write to make it more transparent
10580         and to make it work in coherent fashion under Tru64 Unix.
10581
10582 2002-09-11  André Pönitz <poenitz@gmx.net>
10583
10584         * commandtags.h:
10585         * LyXAction.C:
10586         * text3.C: implement LFUN_WORDSEL
10587
10588 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10589
10590         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10591         make floatlist_ a boost::shared_ptr<FloatList>
10592
10593         * lyxtextclass.C: include FloatList.h
10594         (LyXTextClass): initialize floatlist_
10595         (TextClassTags): add TC_NOFLOAT
10596         (Read): match "nofloat" to TC_NOFLOAT and use it.
10597         (readFloat): modify call to floatlist_
10598         (floats): ditto
10599         (floats): ditto
10600
10601         * FloatList.[Ch] (FloatList): remove commented out float
10602         initialization.
10603         (erase): new function
10604
10605 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10606
10607         * MenuBackend.C (expandToc): fix crash when there is no document
10608         open
10609
10610 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10611
10612         * many files: Add insetwrap.
10613
10614 2002-09-09  John Levon  <levon@movementarian.org>
10615
10616         * text2.C: remove confusing and awkward depth wraparound
10617
10618 2002-09-09  John Levon  <levon@movementarian.org>
10619
10620         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10621
10622         * buffer.h:
10623         * buffer.C: remove getIncludeonlyList()
10624
10625         * paragraph.C:
10626         * lyxfunc.C: remove headers
10627
10628 2002-09-09  Juergen Vigna  <jug@sad.it>
10629
10630         * text.C (getColumnNearX): fix form Michael this is most
10631         probably a cut&paste bug.
10632
10633 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10634
10635         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10636
10637         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10638         references, ws changes.
10639
10640         * text2.C (init): update counters after init
10641         (insertParagraph): no need to set counter on idividual paragraphs.
10642         (setCounter): access the counters object in the textclass object
10643         on in the buffer object.
10644         (updateCounters): ditto
10645
10646         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10647         shared_ptr<Counters> to avoid loading counters.h in all
10648         compilation units.
10649         (LyXTextClass): initialize ctrs_
10650         (TextClassTags): add TC_COUNTER, and ...
10651         (Read): use it here.
10652         (CounterTags): new tags
10653         (readCounter): new function
10654         (counters): new funtion
10655         (defaultLayoutName): return a const reference
10656
10657         * counters.C (Counters): remove contructor
10658         (newCounter): remove a couple of unneeded statements.
10659         (newCounter): simplify a bit.
10660         (numberLabel): some small formatting changes.
10661
10662         * buffer.[Ch]: remove all traces of counters, move the Counters
10663         object to the LyXTextClass.
10664
10665 2002-09-06  Alain Castera  <castera@in2p3.fr>
10666
10667         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10668         package to set the horizontal alignment on fixed width columns.
10669
10670         * lyx_sty.C:
10671         * lyx_sty.h: added tabularnewline macro def.
10672
10673         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10674
10675 2002-09-06  John Levon  <levon@movementarian.org>
10676
10677         * LyXAction.C: tooltips for sub/superscript
10678
10679         * MenuBackend.C: a bit more verbose
10680
10681         * lyxfunc.C: tiny clean
10682
10683         * undo_funcs.C: document undo_frozen
10684
10685 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10686
10687         * counters.C (Counters): add missing algorithm counter.
10688
10689         * text2.C (setCounter): lookup the counter with layouts latexname
10690         instead of by section number.
10691         (setCounter): use a hackish way to lookup the correct enum
10692         counter.
10693         a float name->type change
10694         reset enum couners with counter name directly instead of depth value.
10695
10696         * counters.C (Counters): remove the push_backs, change to use the
10697         float type not the float name.
10698         (labelItem): remove unused string, float name->type change
10699
10700         * counters.h: don't include vector, loose the enums and sects vectors
10701
10702 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10703
10704         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10705         (Read): add float->TC_FLOAT to textclassTags
10706         (Read): and handle it in the switch
10707         (readFloat): new function
10708
10709         * FloatList.C (FloatList): comment out the hardcoded float
10710         definitions.
10711
10712         * lyxlayout.h: ws change.
10713
10714 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10715
10716         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10717
10718 2002-09-03  Angus Leeming  <leeming@lyx.org>
10719
10720         * BufferView_pimpl.h: qualified name is not allowed in member
10721         declaration: WorkArea & Pimpl::workarea() const;
10722
10723         * factory.C: added using std::endl directive.
10724
10725         * text3.C: added using std::find and std::vector directives.
10726
10727 2002-08-29  André Pönitz <poenitz@gmx.net>
10728
10729         * lyxtext.h:
10730         * text2.C: remove unused member number_of_rows
10731
10732         * Makefile.am:
10733         * BufferView2.C: remove file, move contents to...
10734         * BufferView.C: ... here
10735
10736         * BufferView_pimpl.C:
10737         * factory.C: move more inset creation to factory
10738
10739         * vspace.C: avoid direct usage of LyXText, ws changes
10740
10741         * BufferView.[Ch]:
10742                 don't provide direct access to WorkArea, use two simple
10743                 acessors haveSelction() and workHeight() instead
10744
10745
10746 2002-08-29  John Levon  <levon@movementarian.org>
10747
10748         * BufferView_pimpl.C (dispatch): do not continue when
10749           no buffer
10750
10751 2002-08-28  André Pönitz <poenitz@gmx.net>
10752
10753         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10754
10755         * BufferView.h:
10756         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10757
10758 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10759
10760         * buffer.C: increment LYX_FORMAT to 221
10761
10762         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10763         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10764
10765         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10766
10767         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10768
10769 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10770
10771         * factory.C (createInset): use LyXTextClass::floats
10772
10773         * MenuBackend.C (expandFloatListInsert):
10774         (expandFloatInsert):
10775         (expandToc):
10776
10777         * text2.C (setCounter):
10778
10779         * LaTeXFeatures.C (useFloat):
10780         (getFloatDefinitions):
10781
10782         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10783
10784         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10785         floatlist_, with accessor floats().
10786
10787         * FloatList.h: remove global FloatList
10788
10789 2002-08-26  André Pönitz <poenitz@gmx.net>
10790
10791         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10792
10793         * BufferView.h:
10794         * BufferView2.C:
10795         * BufferView_pimpl.C:
10796         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10797
10798 2002-08-25  John Levon  <levon@movementarian.org>
10799
10800         * LyXAction.C: fix margin note description
10801
10802 2002-08-24  John Levon  <levon@movementarian.org>
10803
10804         * buffer.C:
10805         * bufferlist.C:
10806         * bufferview_funcs.C:
10807         * lyxfont.C:
10808         * undo_funcs.C: cleanups
10809
10810         * lyxfunc.C: disable CUT/COPY when no selection
10811
10812 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10813
10814         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10815         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10816
10817         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10818         Add backward compatibility to "mono", "gray" and "no".
10819
10820 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10821
10822         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10823         (and file_format >= 200).
10824
10825 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10826
10827         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10828
10829 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10830
10831         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10832
10833 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10834
10835         * BufferView_pimpl.C:
10836         * LyXAction.C:
10837         * buffer.C:
10838         * commandtags.h:
10839         * lyxfunc.C:
10840         * paragraph.[Ch]:
10841         * text2.C:
10842         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10843         inset and code to make it  work with the paragraph code. The inset
10844         can be anywhere in the paragraph, but will only do the expected
10845         thing in LaTeX if the layout file contains the parameter line
10846                         OptionalArgs    1
10847         (or more generally, a nonzero value) for that layout.
10848
10849 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10850
10851         * paragraph.h: remove the declaration of undefined counters class
10852         function.
10853
10854 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10855
10856         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10857         Dr. Richard Hawkins.
10858
10859 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10860
10861         * paragraph_funcs.h: remove some unneeded includes
10862
10863         * text.C (backspace): pasteParagraph now in global scipe
10864
10865         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10866         (pasteSelection): ditto
10867
10868         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10869         * paragraph_funcs.C (pasteParagraph): ... here
10870
10871 2002-08-20  André Pönitz <poenitz@gmx.net>
10872
10873         * commandtags.h: new LFUNs for swapping/copying table row/colums
10874
10875         * LyXAction.C:
10876         * lyxfunc.C: support for new lfuns
10877
10878 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10879
10880         * tabular.C:
10881         * buffer.[Ch]: remove NO_COMPABILITY stuff
10882
10883 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10884
10885         * boost.C (throw_exception): new file, with helper function for
10886         boost compiled without exceptions.
10887
10888         * paragraph.h:
10889         * lyxlength.C:
10890         * buffer.C:
10891         * ParameterStruct.h:
10892         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10893
10894         * bufferlist.C (emergencyWriteAll): use boost bind
10895
10896         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10897
10898         * text.C: include paragraph_funcs.h
10899         (breakParagraph): breakParagraph is now in global scope
10900
10901         * paragraph_funcs.[Ch]: new files
10902
10903         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10904         global scope
10905
10906         * buffer.C: include paragraph_funcs.h
10907         (insertStringAsLines): breakParagraph is now in global scope
10908
10909         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10910         paragraph_funcs.C
10911
10912         * CutAndPaste.C: include paragraph_funcs.h
10913         (cutSelection): breakParagraphConservative is now in global scope
10914         (pasteSelection): ditto
10915
10916         * buffer.h: declare oprator== and operator!= for
10917         Buffer::inset_iterator
10918
10919         * bufferlist.C (emergencyWrite): don't use fmt(...)
10920
10921         * text3.C: add using std::endl
10922
10923         * BufferView.C (moveCursorUpdate): remove default arg
10924
10925 2002-08-20  André Pönitz <poenitz@gmx.net>
10926
10927         * buffer.[Ch]: move inline functions to .C
10928
10929         * BufferView2.C:
10930         * BufferView_pimpl.C:
10931         * text.C:
10932         * buffer.[Ch]: use improved inset_iterator
10933
10934         * buffer.C:
10935         * paragraph.[Ch]: write one paragraph at a time
10936
10937 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10938
10939         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10940         style if style is not specified.
10941
10942 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10943
10944         * text2.C (setCounter): when searching for right label for a
10945         caption, make sure to recurse to parent insets (so that a caption
10946         in a minipage in a figure float works) (bug #568)
10947
10948 2002-08-20  André Pönitz <poenitz@gmx.net>
10949
10950         * text3.C: new file for LyXText::dispatch() and helpers
10951
10952         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10953
10954         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10955
10956 2002-08-19  André Pönitz <poenitz@gmx.net>
10957
10958         * lyxtext.h:
10959         * text.C: new LyXText::dispatch()
10960
10961         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10962
10963 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10964
10965         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10966
10967         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10968         Hebrew text.
10969
10970 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10971
10972         * Makefile.am: use $(variables) instead of @substitutions@
10973
10974 2002-08-15  André Pönitz <poenitz@gmx.net>
10975
10976         * lyxfunc.C:
10977         * BufferView_pimpl.C: streamlining mathed <-> outer world
10978         interaction
10979
10980         * commandtags.h:
10981         * LyXAction.C: remove unused LFUN_MATH
10982
10983 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10984
10985         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10986
10987 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10988
10989         * paragraph.C (Paragraph): reformat a bit
10990         (cutIntoMinibuffer): use builtin InsetList function instad of
10991         doing it manually.
10992         (getInset): ditto
10993
10994         * buffer.C: include boost/bind.hpp, add using std::for_each
10995         (writeFileAscii): use ParagraphList iterators
10996         (validate): use for_each for validate traversal of paragraphs
10997         (getBibkeyList): use ParagraphList iterators
10998         (resizeInsets): use for_each to resizeInsetsLyXText for all
10999         paragraphs.
11000         (getParFromID): use ParagraphList iterators
11001
11002         * BufferView2.C (lockInset): use paragraph list and iterators
11003
11004 2002-08-14  John Levon  <levon@movementarian.org>
11005
11006         * lyxserver.C: remove spurious xforms include
11007
11008 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11009
11010         * lyxfunc.C (getStatus): disable math-extern outside of math mode
11011
11012 2002-08-13  André Pönitz <poenitz@gmx.net>
11013
11014         * LyXAction.[Ch]:
11015         * lyxfunc.C: further cleaning
11016
11017 2002-08-13  André Pönitz <poenitz@gmx.net>
11018
11019         * funcrequest.h: new constructor
11020
11021         * funcrequest.C: move stuff here from .h
11022
11023         * Makefile.am:
11024         * BufferView_pimpl.C:
11025         * LyXAction.C:
11026         * toc.C:
11027         * lyxfunc.C: subsequent changes
11028
11029         * lyxfunc.h: new view() member function
11030
11031         * lyxfunc.C: subsequent changes
11032
11033 2002-08-13  Angus Leeming  <leeming@lyx.org>
11034
11035         * BufferView2.C:
11036         * BufferView_pimpl.C:
11037         * buffer.C:
11038         * converter.C:
11039         * importer.C:
11040         * lyxfunc.C:
11041         * lyxvc.C:
11042         * toc.C:
11043         * vc-backend.C:
11044         changes due to the changed LyXView interface that now returns references
11045         to member variables not pointers.
11046
11047 2002-08-13  Angus Leeming  <leeming@lyx.org>
11048
11049         * WordLangTuple (word, lang_code): return references to strings,
11050         not strings.
11051
11052         * BufferView.h:
11053         * SpellBase.h:
11054         * lyxtext.h: forward-declare WordLangTuple.
11055
11056         * BufferView2.C:
11057         * ispell.C:
11058         * pspell.C:
11059         * text.C: #include "WordLangTuple.h".
11060
11061         * lyxtext.h:
11062         * text.C: (selectNextWordToSpellcheck): constify return type.
11063
11064 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11065
11066         * buffer.C:
11067         * buffer.h:
11068         * lyxtext.h:
11069         * paragraph.C:
11070         * paragraph_pimpl.h:
11071         * text.C:
11072         * text2.C:
11073         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11074         suggested by Angus.
11075         Made updateCounter always count from start of buffer, and removed
11076         second argument (par).
11077         Reverted floats number display to '#'. Perhaps I'll try again when the
11078         code base is sanitized a bit.
11079
11080 2002-08-12  Angus Leeming  <leeming@lyx.org>
11081
11082         * buffer.[Ch] (getLabelList): constify.
11083
11084 2002-08-07  André Pönitz <poenitz@gmx.net>
11085
11086         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11087
11088         * funcrequest.h: extension to keep mouse (x,y) position
11089
11090 2002-08-12  Juergen Vigna  <jug@sad.it>
11091
11092         * BufferView2.C (insertErrors): forbid undo when inserting error
11093         insets.
11094
11095         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11096
11097 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11098
11099         * ParagraphList.[Ch]: new files
11100
11101         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11102
11103         * BufferView2.C (lockInset): ParagraphList changes
11104         * toc.C: ditto
11105         * text2.C: ditto
11106         * bufferlist.C: ditto
11107         * buffer.h: ditto
11108         * buffer.C: ditto
11109
11110 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11111
11112         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11113         unused class variable counter_,
11114
11115         * paragraph.[Ch] (getFirstCounter): delete unused function
11116
11117         * counters.C: include LAssert.h
11118         (reset): add a new function with no arg, change other version to
11119         not have def. arg and to not allow empty arg.
11120
11121         * text2.C (setCounter): remove empty arg from call to Counters::reset
11122
11123 2002-08-11  John Levon  <levon@movementarian.org>
11124
11125         * Makefile.am: add WordLangTuple.h
11126
11127 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11128
11129         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11130         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11131
11132         * insets/insettext.C: InsetList changes
11133
11134         * graphics/GraphicsSupport.C (operator()): InsetList changes
11135
11136         * toc.C (getTocList): InsetList changes
11137
11138         * paragraph_pimpl.[Ch]: InsetList changes
11139
11140         * paragraph.[Ch]: InsetList changes
11141
11142         * buffer.C (inset_iterator): InsetList changes
11143         (setParagraph): ditto
11144         * buffer.h (inset_iterator): ditto
11145         * iterators.C (operator++): ditto
11146         * iterators.h: ditto
11147
11148         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11149
11150         * InsetList.[Ch]: new files, most InsetList handling moved out of
11151         paragraph.C.
11152
11153         * BufferView2.C (removeAutoInsets): InsetList changes
11154         (lockInset): ditto
11155         (ChangeInsets): ditto
11156
11157 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11158
11159         * paragraph_pimpl.h (empty): new function
11160
11161         * paragraph.[Ch] (empty): new function
11162
11163         * other files: use the new Paragraph::empty function
11164
11165 2002-08-09  John Levon  <levon@movementarian.org>
11166
11167         * lyxtext.h: remove unused refresh_height
11168
11169 2002-08-09  John Levon  <levon@movementarian.org>
11170
11171         * Makefile.am:
11172         * sgml.h:
11173         * sgml.C:
11174         * buffer.C:
11175         * paragraph.h:
11176         * paragraph.C: move sgml char escaping out of paragraph
11177
11178         * paragraph.h:
11179         * paragraph.C: remove id setter
11180
11181         * buffer.C:
11182         * paragraph.C:
11183         * paragraph_pimpl.C: remove dead tex_code_break_column
11184
11185         * bufferview_funcs.C: small cleanup
11186
11187         * lyxfunc.C: remove dead proto
11188
11189         * lyxtext.h: make some stuff private. Remove some dead stuff.
11190
11191         * lyxgluelength.C: make as[LyX]String() readable
11192
11193 2002-08-08  John Levon  <levon@movementarian.org>
11194
11195         * LyXAction.h:
11196         * LyXAction.C:
11197         * MenuBackend.C:
11198         * ToolbarDefaults.C:
11199         * lyxfunc.C:
11200         * lyxrc.C:
11201         * toc.C: lyxaction cleanup
11202
11203 2002-08-08  John Levon  <levon@movementarian.org>
11204
11205         * BufferView2.C: small cleanup
11206
11207         * lyxfind.h:
11208         * lyxfind.C: move unnecessary header into the .C
11209
11210 2002-08-08  John Levon  <levon@movementarian.org>
11211
11212         * funcrequest.h: just tedious nonsense
11213
11214         * lyx_main.h:
11215         * lyx_main.C: cleanups
11216
11217         * buffer.C:
11218         * vspace.C: remove dead header lyx_main.h
11219
11220 2002-08-07  Angus Leeming  <leeming@lyx.org>
11221
11222         * Paragraph.[Ch]:
11223         * paragraph_pimpl.h:
11224         Forward declare class Counters in paragraph.h by moving the ctrs member
11225         variable into Paragraph::Pimpl.
11226         (counters): new method, returning a reference to pimpl_->ctrs.
11227
11228         * text2.C: ensuing changes.
11229
11230 2002-08-07  John Levon  <levon@movementarian.org>
11231
11232         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11233
11234         * BufferView_pimpl.C: announce X selection on double/triple
11235           click
11236
11237         * lyx_main.C: use correct bool in batch dispatch
11238
11239         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11240
11241 2002-08-07  André Pönitz <poenitz@gmx.net>
11242
11243         * funcrequest.h: new class to wrap a kb_action and its argument
11244
11245         * BufferView.[Ch]:
11246         * BufferView_pimpl[Ch]:
11247         * LaTeX.C:
11248         * LyXAction.[Ch]:
11249         * lyxfunc.[Ch]:
11250         * lyxrc.C: subsequent changes
11251
11252
11253 2002-08-07  John Levon  <levon@movementarian.org>
11254
11255         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11256           document options change.
11257
11258 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11259
11260         * counters.[Ch]
11261         * text2.C
11262         * paragraph.[Ch]
11263         * makefile.am: move counters functionality over from
11264         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11265
11266 2002-08-06  John Levon  <levon@movementarian.org>
11267
11268         * WordLangTuple.h: new file for word + language code tuple
11269
11270         * SpellBase.h:
11271         * pspell.h:
11272         * pspell.C:
11273         * ispell.h:
11274         * ispell.C:
11275         * lyxtext.h:
11276         * text.C:
11277         * text2.C:
11278         * BufferView.h:
11279         * BufferView2.C: use WordLangTuple
11280
11281         * layout.h:
11282         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11283
11284 2002-08-06  John Levon  <levon@movementarian.org>
11285
11286         * lyx_main.C: fix cmdline batch handling
11287
11288 2002-08-06  André Pönitz <poenitz@gmx.net>
11289
11290         * lyxrc.C: set default for show_banner to true
11291
11292 2002-08-06  John Levon  <levon@movementarian.org>
11293
11294         * pspell.C: fix a crash, and allow new aspell to work
11295
11296 2002-08-06  John Levon  <levon@movementarian.org>
11297
11298         * lyxfunc.C:
11299         * kbmap.C: small cleanup
11300
11301         * vspace.h:
11302         * vspace.C: add const
11303
11304 2002-08-05  John Levon  <levon@movementarian.org>
11305
11306         * LyXAction.C: back to tabular-insert
11307
11308 2002-08-04  John Levon  <levon@movementarian.org>
11309
11310         * BufferView.h:
11311         * BufferView.C: cosmetic change
11312
11313         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11314
11315         * bufferlist.C:
11316         * buffer.h:
11317         * buffer.C:
11318         * lyxcb.h:
11319         * lyxcb.C:
11320         * lyxserver.C:
11321         * lyxvc.C:
11322         * vc-backend.C:
11323         * BufferView2.C: purge all "Lyx" not "LyX" strings
11324
11325         * lyxcursor.h:
11326         * lyxcursor.C: attempt to add some documentation
11327
11328         * lyxfunc.C:
11329         * commandtags.h:
11330         * LyXAction.C:
11331         * ToolbarDefaults.C:
11332         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11333           merge with LFUN_TABULAR_INSERT
11334
11335         * Makefile.am:
11336         * SpellBase.h:
11337         * ispell.h:
11338         * ispell.C:
11339         * pspell.h:
11340         * pspell.C: split up i/pspell implementations into separate
11341           files, many cleanups
11342
11343         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11344
11345         * text2.C: some cleanup
11346
11347         * lyxfunc.C: don't check for isp_command == "none" any more, it
11348           didn't make any sense
11349
11350 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11351
11352         * counters.[Ch]
11353         * text2.C
11354         * paragraph.[Ch]
11355         * makefile.am: move counters functionality over
11356         from text2.C/paragraph.[Ch] to counters.[Ch], and
11357         make proper C++.
11358 2002-08-02  John Levon  <levon@movementarian.org>
11359
11360         * buffer.C: s/lyxconvert/lyx2lyx/
11361
11362 2002-08-02  Angus Leeming  <leeming@lyx.org>
11363
11364         * lyxlex.C: revert John's change as it breaks reading of the user
11365         preamble.
11366
11367 2002-08-02  Angus Leeming  <leeming@lyx.org>
11368
11369         * importer.C (Import):
11370         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11371         changes due to LyXView::view() now returning a boost::shared_ptr.
11372
11373 2002-08-02  John Levon  <levon@movementarian.org>
11374
11375         * lyxlex.C: small cleanup
11376
11377 2002-08-02  John Levon  <levon@movementarian.org>
11378
11379         * text2.C (status): small cleanup, no logic change
11380
11381 2002-08-01  John Levon  <levon@movementarian.org>
11382
11383         * buffer.h:
11384         * buffer.C (writeFile): don't output alerts, caller
11385           handles this
11386
11387         * bufferlist.C:
11388         * lyx_cb.C: from above
11389
11390         * lyxfunc.C: allow to open non-existent files
11391
11392 2002-07-31  John Levon  <levon@movementarian.org>
11393
11394         * lyxserver.C: don't let incidental errors get
11395           in the way (errno)
11396
11397 2002-07-30  John Levon  <levon@movementarian.org>
11398
11399         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11400
11401 2002-07-30  John Levon  <levon@movementarian.org>
11402
11403         * lyxserver.h:
11404         * lyxserver.C: remove I/O callback too
11405
11406 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11407
11408         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11409         log.
11410
11411 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11412
11413         * many files: strip,frontStrip -> trim,ltrim,rtrim
11414
11415 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11416
11417         * PrinterParams.h: remove extern containsOnly, and include
11418         support/lstrings.h instead.
11419
11420         * LaTeX.C (scanAuxFile): modify because of strip changes
11421         (deplog): ditto
11422         * buffer.C (makeLaTeXFile): ditto
11423         * bufferparams.C (writeFile): ditt
11424         * lyxfont.C (stateText): ditto
11425         * lyxserver.C (read_ready): ditto
11426         * vc-backend.C (scanMaster): ditto
11427
11428         * BufferView_pimpl.h: ws changes
11429
11430         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11431
11432 2002-07-26  André Pönitz <poenitz@gmx.net>
11433
11434         * kb_sequence.C: remove unnedred usings
11435
11436 2002-07-26  Juergen Vigna  <jug@sad.it>
11437
11438         * lyxfind.C (LyXReplace): we have to check better if the returned
11439         text is not of theLockingInset()->getLockingInset().
11440
11441 2002-07-25  Juergen Vigna  <jug@sad.it>
11442
11443         * lyxfind.C (LyXReplace): don't replace if we don't get the
11444         right LyXText.
11445
11446         * undo_funcs.C (createUndo): remove debugging code.
11447
11448 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11449
11450         * buffer.C (parseSingleLyXformat2Token): Use default placement
11451         when reading old floats.
11452
11453         * FloatList.C (FloatList): Change the default placement of figure
11454         and tables to "tbp".
11455
11456 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11457
11458         * MenuBackend.C: using std::max
11459
11460 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11461
11462         * MenuBackend.C (expandToc):
11463         (expandToc2): code moved from xforms menu frontend. It is now
11464         generic and TOCs are transparent to menu frontends.
11465
11466 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11467
11468         * toc.C (getTocList): protect against buf=0
11469
11470         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11471         Menu as first parameter. Now, this calls itself recursively to
11472         expand a whole tree (this will be useful for TOC handling)
11473         (expandFloatInsert): remove 'wide' version of floats
11474
11475         * MenuBackend.h (submenuname): returns the name of the submenu.
11476         (submenu): returns the submenu itself, provided it has been
11477         created by MenuBackend::expand
11478
11479 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11480
11481         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11482         insets which have noFontChange == true. (bug #172)
11483
11484 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11485
11486         * BufferView_pimpl.C: add connection objects and use them...
11487         (Pimpl): here.
11488
11489 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11490
11491         * MenuBackend.C (expandLastfiles):
11492         (expandDocuments):
11493         (expandFormats):
11494         (expandFloatListInsert):
11495         (expandFloatInsert):
11496         (expand): split expand in parts
11497
11498 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11499
11500         * lyx_gui.C: use lyx_gui::exit()
11501
11502 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11503
11504         * LyXAction.C: show the failing pseudo action
11505
11506 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11507
11508         * buffer.C (readFile): Run the lyxconvert script in order to read
11509         old files.
11510
11511 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11512
11513         * LyXAction.C:
11514         * commandtags.h:
11515         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11516
11517 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11518
11519         * LyXAction.C:
11520         * commandtags.h:
11521         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11522
11523 2002-07-22  Herbert Voss  <voss@lyx.org>
11524
11525         * lengthcommon.C:
11526         * lyxlength.[Ch]: add support for the vertical lengths
11527
11528 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11529
11530         * toc.[Ch]: std:: fixes
11531
11532 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11533
11534         * lyxrc.C: do not include lyx_main.h
11535
11536         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11537         for layouts
11538
11539         * lyxrc.C:
11540         * encoding.C:
11541         * bufferlist.C:
11542         * BufferView2.C: include "lyxlex.h"
11543
11544         * tabular.h:
11545         * bufferparams.h: do not #include "lyxlex.h"
11546
11547         * lyxtextclasslist.C (Add): remove method
11548         (classlist): renamed to classlist_
11549
11550         * paragraph_pimpl.C:
11551         * paragraph.C:
11552         * text2.C:
11553         * CutAndPaste.C:
11554         * bufferview_funcs.C:
11555         * bufferlist.C:
11556         * text.C:
11557         * LaTeXFeatures.C:
11558         * buffer.C:
11559         * toc.C (getTocList): use BufferParams::getLyXTextClass
11560
11561         * toc.C (getTocList): use InsetFloat::addToToc
11562
11563         * toc.[Ch]: new files, containing helper functions to handle table
11564         of contents
11565
11566         * lyxfunc.C (dispatch): no need to remove spaces around command
11567         given as a string
11568         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11569         first command of the sequence; it is not very clever, but I do not
11570         have a better idea, actually
11571
11572         * LyXAction.C (LookupFunc): make sure to remove space at the
11573         beginning and end of the command
11574
11575 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11576
11577         * MenuBackend.C (getMenubar): new method: return the menubar of
11578         this menu set
11579         (read): treat differently reading of menu and menubar (in
11580         particular, the menubar has no name now)
11581         (Menu::menubar): remove
11582
11583         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11584         saving is finished
11585
11586 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11587
11588         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11589         a bibitem inset in a RTL paragraph.
11590
11591 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11592
11593         * paragraph_pimpl.C: constify
11594
11595         * BufferView_pimpl.C:
11596         * LaTeX.C:
11597         * lyxfunc.C: fix dispatch in a nicer way
11598
11599 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11600
11601         * lyxfunc.C (dispatch):
11602         * BufferView_pimpl.C:
11603         * BufferView_pimpl.h:
11604         * BufferView.C:
11605         * BufferView.h: rename Dispatch() to dispatch()
11606
11607         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11608
11609         * lyxlayout.C (Read): honor DependsOn tag
11610
11611         * lyxlayout.[Ch] (depends_on): new method
11612
11613         * version.C.in: update lyx_docversion
11614
11615         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11616
11617         * paragraph.C (validate): remove from here...
11618         * paragraph_pimpl.C (validate): ... and move here
11619         (isTextAt): make it const
11620
11621         * buffer.C (getLists): ws cleanup
11622
11623 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11624
11625         * language.C (read): Use iso8859-1 encoding in latex_lang
11626         (this prevents LyX from crashing when using iso10646-1 encoding).
11627
11628 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11629
11630         * text2.C (toggleInset): if cursor is inside an inset, close the
11631         inset and leave cursor _after_ it
11632
11633 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11634
11635         * lyxfunc.C: move minibuffer completion handling out of here
11636
11637 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11638
11639         * BufferView_pimpl.C:
11640         * LaTeX.C: fix dispatch calls
11641
11642 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11643
11644         * text.C (drawChars): Fix Arabic text rendering.
11645
11646 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11647
11648         * LyXAction.C:
11649         * commandtags.h:
11650         * lyxfunc.C: remove message-push/pop
11651
11652         * lyxserver.C:
11653         * lyxfunc.h:
11654         * lyxfunc.C: rationalise some code by removing verboseDispatch
11655           in favour of a bool argument to dispatch()
11656
11657 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11658
11659         * lyx_main.C (init): make sure to read symlinks as absolute paths
11660
11661 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11662
11663         * lyxfunc.h:
11664         * lyxfunc.C: no need for commandshortcut to be a member
11665
11666 2002-07-15  André Pönitz <poenitz@gmx.net>
11667
11668         * converter.C: add support for $$s (scripts from lib/scripts dir)
11669         * lyx_main.C: white space
11670
11671 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11672
11673         * bufferlist.C:
11674         * lyxrc.h:
11675         * lyxrc.C: remove second exit confirmation
11676
11677 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11678
11679         * BufferView.h:
11680         * BufferView.C:
11681         * BufferView2.C:
11682         * BufferView_pimpl.h:
11683         * BufferView_pimpl.C:
11684         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11685
11686 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11687
11688         * MenuBackend.C (expand): add numeric shortcuts to document menu
11689
11690         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11691
11692 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11693
11694         * lyxfont.C (setLyXFamily):
11695         (setLyXSeries):
11696         (setLyXShape):
11697         (setLyXSize):
11698         (setLyXMisc):
11699         (lyxRead):
11700         * debug.C (value):
11701         * buffer.C (asciiParagraph): use ascii_lowercase
11702
11703 2002-07-15  Mike Fabian  <mfabian@suse.de>
11704
11705         * lyxlex_pimpl.C (search_kw):
11706         * lyxlex.C (getLongString):
11707         * converter.h (operator<):
11708         * converter.C (operator<):
11709         * buffer.C (parseSingleLyXformat2Token):
11710         (asciiParagraph):
11711         * ToolbarDefaults.C (read):
11712         * MenuBackend.C (checkShortcuts):
11713         (read):
11714         * LColor.C (getFromGUIName):
11715         (getFromLyXName): use the compare_ascii_no_case instead of
11716         compare_no_case, because in turkish, 'i' is not the lowercase
11717         version of 'I', and thus turkish locale breaks parsing of tags.
11718
11719 2002-07-16  Angus Leeming  <leeming@lyx.org>
11720
11721         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11722         now takes a Buffer const & argument.
11723
11724 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11725
11726         * BufferView.C (resize): check there's a buffer to resize
11727
11728 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11729
11730         * lyxfunc.C: remove dead code
11731
11732         * lyxserver.h:
11733         * lyxserver.C: use lyx_guii::set_read_callback
11734
11735 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11736
11737         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11738         an inset in a RTL paragraph.
11739
11740 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11741
11742         * lyxfunc.C: repaint after a font size update
11743
11744 2002-07-15  André Pönitz <poenitz@gmx.net>
11745
11746         * lyxlength.C: inBP should be able to return negative values
11747
11748 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * lyxfunc.C: use lyx_gui::update_fonts()
11751
11752 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11753
11754         * lyxfunc.C: use lyx_gui::update_color()
11755
11756 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11757
11758         * bufferlist.C:
11759         * lyxfunc.h:
11760         * lyxfunc.C:
11761         * lyxrc.h:
11762         * lyxrc.C: remove file->new asks for name option, and let
11763           buffer-new take an argument
11764
11765 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11766
11767         * BufferView_pimpl.C: remove unneeded extra repaint()
11768
11769 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11770
11771         * LyXAction.C: allow command-sequence with NoBuffer
11772
11773         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11774
11775 2002-07-10  Angus Leeming  <leeming@lyx.org>
11776
11777         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11778
11779 2002-07-09  Angus Leeming  <leeming@lyx.org>
11780
11781         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11782
11783 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11784
11785         * lengthcommon.h: whitespace
11786
11787         * lyxfunc.C: update scrollbar after goto paragraph
11788
11789         * lyxtext.h: factor out page break drawing, and fix it so
11790           page break/added space paints as selected nicely
11791
11792 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11793
11794         * BufferView_pimpl.C: add FIXMEs, clean up a little
11795
11796 2002-07-09  André Pönitz <poenitz@gmx.net>
11797
11798         * lyxfont.[Ch]: support for wasy symbols
11799
11800 2002-07-08  André Pönitz <poenitz@gmx.net>
11801
11802         * BufferView_pimpl.C: apply John's patch for #93.
11803
11804 2002-07-05  Angus Leeming  <leeming@lyx.org>
11805
11806         * BufferView_pimpl.C (buffer): generate previews if desired.
11807
11808         * LColor.h: add "preview" to the color enum.
11809
11810         * LColor.C (LColor): add a corresponding entry to the items array.
11811
11812         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11813         with this buffer.
11814
11815 2002-07-05  Angus Leeming  <leeming@lyx.org>
11816
11817         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11818         The body of the code is now in the method that is passed an ostream &
11819         rather than a file name.
11820         Pass an additional only_preamble parameter, useful for the forthcoming
11821         preview stuff.
11822
11823 2002-07-03  André Pönitz <poenitz@gmx.net>
11824
11825         * lyxfunc.C: simplify getStatus() a bit for math stuff
11826
11827 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11828
11829         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11830
11831 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11832
11833         * text.C (changeRegionCase): do not change case of all the
11834         document when region ends at paragraph end (bug #461)
11835
11836 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11837
11838         * paragraph.C (startTeXParParams):
11839         (endTeXParParams): add \protect when necessary
11840
11841 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11842
11843         * BufferView_pimpl.C (workAreaExpose): remove warning
11844
11845 2002-06-27  Angus Leeming  <leeming@lyx.org>
11846
11847         * Makefile.am: add lyxlayout_ptr_fwd.h.
11848
11849 2002-06-26  André Pönitz <poenitz@gmx.net>
11850
11851         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11852
11853 2002-06-25  Angus Leeming  <leeming@lyx.org>
11854
11855         * lyxfunc.C (dispatch): Comment out the call to
11856         grfx::GCache::changeDisplay. The method no longer exists now that the
11857         pixmap generation part of the graphics loader has been moved into
11858         InsetGraphics.
11859
11860 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11861
11862         * text2.C: layout as layout
11863
11864         * text.C: layout as layout
11865
11866         * tabular.C (OldFormatRead): layout as layout
11867
11868         * paragraph_pimpl.C (TeXDeeper): layout as layout
11869         (realizeFont): layout as layout
11870
11871         * paragraph.C (writeFile): layout as layout
11872         (validate): layout as layout
11873         (getFont): layout as layout
11874         (getLabelFont): layout as layout
11875         (getLayoutFont): layout as layout
11876         (breakParagraph): layout as layout
11877         (stripLeadingSpaces): layout as layout
11878         (getEndLabel): layout as layout
11879         (getMaxDepthAfter): layout as layout
11880         (applyLayout): layout as layout
11881         (TeXOnePar): layout as layout
11882         (simpleTeXOnePar): layout as layout
11883         (TeXEnvironment): layout as layout
11884         (layout): layout as layout
11885         (layout): layout as layout
11886
11887         * lyxtextclass.C (compare_name): new functor to work with
11888         shared_ptr, layout as layout
11889         (Read): layout as layout
11890         (hasLayout): layout as layout
11891         (operator): layout as layout
11892         (delete_layout): layout as layout
11893         (defaultLayout): layout as layout
11894
11895         * lyxlayout_ptr_fwd.h: new file
11896
11897         * lyxlayout.C (Read): layout as layout
11898
11899         * lyx_cb.C (MenuInsertLabel): layout as layout
11900
11901         * bufferlist.C (newFile): layout as layout
11902
11903         * buffer.C (readLyXformat2): layout as layout
11904         (parseSingleLyXformat2Token): layout as layout
11905         (insertStringAsLines): layout as layout
11906         (asciiParagraph): layout as layout
11907         (latexParagraphs): layout as layout
11908         (makeLinuxDocFile): layout as layout
11909         (simpleLinuxDocOnePar): layout as layout
11910         (makeDocBookFile): layout as layout
11911         (simpleDocBookOnePar): layout as layout
11912         (getLists): layout as layout
11913
11914         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11915
11916         * CutAndPaste.C (cutSelection): layout as layout
11917         (pasteSelection): layout as layout
11918         (SwitchLayoutsBetweenClasses): layout as layout
11919
11920         * BufferView_pimpl.C (Dispatch): layout as layout
11921         (smartQuote): layout as layout
11922
11923         * BufferView2.C (unlockInset): layout as layout
11924
11925 2002-06-24  André Pönitz <poenitz@gmx.net>
11926
11927         * lyxfunc.C: fix #487
11928
11929 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11930
11931         * lyxrc.h:
11932         * lyxrc.C:
11933         * lyxfunc.C: remove display_shortcuts, show_banner
11934
11935 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11936
11937         * Buffer_pimpl.C: oops, update on resize
11938
11939 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11940
11941         * buffer.C:
11942         * converter.C:
11943         * exporter.C:
11944         * lyxfunc.C:
11945         * BufferView.h:
11946         * BufferView.C: use repaint()
11947
11948         * BufferView_pimpl.h:
11949         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11950           as it's a clearer description. Remove superfluous
11951           redraws.
11952
11953 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11954
11955         * text.C: fix bug 488. Not ideal, but getting
11956           getWord() to work properly for the insets that
11957           matter is more difficult ...
11958
11959 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11960
11961         * BufferView_pimpl.C:
11962         * LyXAction.C:
11963         * commandtags.h:
11964         * lyxfunc.C: remove the six million index lyxfuncs to just
11965           one, and DTRT (bug 458)
11966
11967 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11968
11969         * BufferView.h:
11970         * BufferView.C:
11971         * BufferView_pimpl.h:
11972         * BufferView_pimpl.C: clean up resize() stuff,
11973           and unnecessary updateScreen()s
11974
11975 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11976
11977         * BufferView.h:
11978         * BufferView.C:
11979         * BufferView_pimpl.h:
11980         * BufferView_pimpl.C:
11981         * lyxfind.h:
11982         * lyxfind.C:
11983         * minibuffer.C: remove focus management of workarea,
11984           not needed. Use screen's greyOut()
11985
11986 2002-06-17  Herbert Voss  <voss@lyx.org>
11987
11988         * converter.C: (convert) do not post a message, when converting
11989         fails, let the calling function decide what to do in this case
11990
11991 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11992
11993         * lyxfunc.C: tidy up a little
11994
11995 2002-06-16    <alstrup@diku.dk>
11996
11997         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11998         Got rid of FORMS_H_LOCATION include. Now we are
11999         GUII.
12000
12001 2002-06-15  LyX Development team  <lyx@rilke>
12002
12003         * buffer.[Ch] (sgmlOpenTag):
12004         (sgmlCloseTag): Added support for avoiding pernicious mixed
12005         content. Return number of lines written.
12006
12007         (makeLinuxDocFile):
12008         (makeDocBookFile): Fixed calls to sgml*Tag.
12009         Simple white space clean.
12010
12011         (simpleDocBookOnePar): Simple white space clean.
12012
12013         * tabular.[Ch] (docBook): Renamed to docbook and got another
12014         argument to related with the pernicious mixed content.
12015
12016         (docbookRow): Fixed calls for docbook inset method.
12017
12018 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12019
12020         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12021         so it's X11 independent.
12022
12023         * kb*.[Ch]: ditto.
12024
12025         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12026
12027 2002-06-15  Lyx Development team  <lyx@electronia>
12028
12029         * intl.h: Renamed getTrans to getTransManager.
12030
12031 2002-06-14  Angus Leeming  <leeming@lyx.org>
12032
12033         * Makefile.am: nuke forgotten stl_string_fwd.h.
12034
12035 2002-06-12  Angus Leeming  <leeming@lyx.org>
12036
12037         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12038
12039 2002-06-13  Angus Leeming  <leeming@lyx.org>
12040
12041         * LaTeX.C:
12042         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12043
12044 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12045
12046         * kbmap.C (getiso): add support for cyrillic and greek
12047
12048 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12049
12050         * BufferView.h:
12051         * BufferView.C:
12052         * BufferView_pimpl.h:
12053         * BufferView_pimpl.C: move bogus scrolling logic
12054           to xforms
12055
12056 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12057
12058         * lyxfunc.C:
12059         * BufferView_pimpl.C: view->resize() change
12060
12061 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12062
12063         * BufferView_pimpl.C: topCursorVisible
12064           prototype change
12065
12066 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12067
12068         * Makefile.am:
12069         * lyx_gui.h:
12070         * lyx_gui.C: move to frontends/
12071
12072         * main.C:
12073         * lyx_main.h:
12074         * lyx_main.C: changes from above
12075
12076 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12077
12078         * intl.C:
12079         * intl.h:
12080         * kbmap.C:
12081         * kbsequence.C:
12082         * lyx_cb.C:
12083         * lyx_main.C: minor tidy
12084
12085 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12086
12087         * BufferView_pimpl.h:
12088         * BufferView_pimpl.C:
12089         * BufferView.h:
12090         * BufferView.C: make painter() const,
12091           remove dead code
12092
12093         * BufferView2.C: use screen() accessor
12094
12095         * lyx_main.h:
12096         * lyx_main.C: some minor cleanup
12097
12098 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12099
12100         * BufferView_pimpl.h:
12101         * BufferView_pimpl.C: remove enter/leaveView,
12102           use workHeight()
12103
12104 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12105
12106         * BufferView.h:
12107         * BufferView.C:
12108         * BufferView2.C:
12109         * BufferView_pimpl.h:
12110         * BufferView_pimpl.C: only construct screen once,
12111           rename
12112
12113         * lyxrc.C: remove pointless comment
12114
12115 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12116
12117         * BufferView.h:
12118         * BufferView.C: remove active() and belowMouse()
12119
12120         * BufferView_pimpl.h:
12121         * BufferView_pimpl.C: use workarea() not workarea_,
12122           and make it use a scoped_ptr instead
12123
12124 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12125
12126         * lyx_gui.C: add debug message on BadWindow
12127
12128 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12129
12130         * sp_spell.C: fdopen is not part of the C++ standard.
12131
12132         * paragraph.C (InsetIterator): use >= instead of ==
12133
12134 2002-06-07  Angus Leeming  <leeming@lyx.org>
12135
12136         Fixes needed to compile with Compaq cxx 6.5.
12137         * BufferView_pimpl.C:
12138         * DepTable.C:
12139         * buffer.C:
12140         * converter.C:
12141         * encoding.C:
12142         * lyx_gui.C:
12143         * lyx_main.C:
12144         * lyxtextclasslist.C:
12145         * minibuffer.C:
12146         * sp_spell.C:
12147         * tabular_funcs.C:
12148         * vc-backend.C:
12149         all c-library variables have been moved into namespace std. Wrap
12150         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12151
12152         * lyxlength.C:
12153         * tabular-old.C:
12154         * tabular.C:
12155         Add a using std::abs declaration.
12156
12157         * kbmap.h (modifier_pair):
12158         * paragraph.h (InsetTable, InsetList):
12159         * lyxfont.h (FontBits):
12160         type definition made public.
12161
12162         * bufferlist.C (emergencyWriteAll): the compiler complains that
12163         there is more than one possible lyx::class_fun template to choose from.
12164         I re-named the void specialisation as lyx::void_class_fun.
12165
12166         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12167
12168         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12169         the compiler is is unable to find tostr in write_attribute.
12170
12171 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12172
12173         * buffer.C (sgmlError): hide #warning
12174
12175 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12176
12177         * xtl/*: get rid of xtl, which is not in use anyway
12178
12179         * LyXAction.C (init):
12180         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12181         were unimplemented xtl experimentation
12182
12183 2002-06-04  André Pönitz <poenitz@gmx.net>
12184
12185         * lyxfunc.C: disable array operation on simple formulae
12186
12187 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12188
12189         * converter.C: constify a bit
12190
12191 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12192
12193         * lyx_gui.C: check xforms version correctly
12194
12195 2002-04-30  Herbert Voss  <voss@lyx.org>
12196
12197         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12198         "keep" option
12199
12200 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12201
12202         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12203           attempt to register it with a VCS)
12204
12205 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12206
12207         * lyx_main.C (init): honor variables LYX_DIR_13x and
12208         LYX_USERDIR_13x
12209
12210 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12211
12212         * buffer.h:
12213         * buffer.C:
12214         * lyx_main.C: fix a crash on bad command line,
12215           and give a useful exit status on error
12216
12217         * lyxfunc.C (doImport): allow -i lyx to work
12218
12219 2002-03-30  André Pönitz <poenitz@gmx.net>
12220
12221         * lyxfunc.C: mathed font changes
12222
12223 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * LaTeX.C:
12226         * importer.h:
12227         * importer.C:
12228         * lyx_sty.h:
12229         * lyx_sty.C:
12230         * lyxlex.C:
12231         * lyxrow.h:
12232         * lyxtext.h:
12233         * paragraph.h:
12234         * paragraph.C:
12235         * texrow.h:
12236         * texrow.C:
12237         * text.C:
12238         * trans_mgr.h: srcdocs, and some minor cleanups
12239
12240 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12241
12242         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12243         call getFont all the time)
12244
12245 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12246
12247         * switch from SigC signals to boost::signals
12248
12249 2002-05-29  André Pönitz <poenitz@gmx.net>
12250
12251         * paragraph_pimpl.C (getChar): don't call size() too often...
12252
12253 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12254
12255         * paragraph_pimpl.C (insertChar): do not try to update tables when
12256         appending (pos == size())
12257
12258         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12259         in order to reduce drastically the number of comparisons needed to
12260         parse a large document
12261
12262 2002-05-29  André Pönitz <poenitz@gmx.net>
12263
12264         * text.C:
12265         * text2.C:
12266         * lyxtextclass.C:
12267         * sp_pspell.h:
12268         * textclasslist.[Ch]:
12269         * sp_ispell.h: whitespace change
12270
12271 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12272
12273         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12274         lyxaction directly now.
12275
12276 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12277
12278         * trans.C:
12279         * lyxfont.C:
12280         * lyxvc.C: remove unused headers
12281
12282 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12283
12284         * Makefile.am:
12285         * buffer.h:
12286         * undostack.h:
12287         * undostack.C:
12288         * undo_funcs.h:
12289         * undo_funcs.C: some cleanups. Use shared_ptr
12290           and a template for the undo stacks.
12291
12292 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12293
12294         * BufferView_pimpl.h:
12295         * BufferView_pimpl.C:
12296         * kbmap.h:
12297         * kbmap.C:
12298         * kbsequence.h:
12299         * kbsequence.C:
12300         * lyxfunc.h:
12301         * lyxfunc.C:
12302         * text2.C: use key_state/mouse_state
12303
12304 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12305
12306         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12307         and LSubstring
12308
12309         * chset.C: change include order
12310         (loadFile): use boost regex and get rid of LRegex and LSubstring
12311
12312         * Makefile.am (BOOST_LIBS): new variable
12313         (lyx_LDADD): use it
12314
12315         * LaTeX.C: change include order.
12316         (scanAuxFile): use boost regex and get rid of LRegex and
12317         LSubstring
12318         (deplog): ditto
12319
12320 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12321
12322         * ColorHandler.h:
12323         * ColorHandler.C:
12324         * FontInfo.h:
12325         * FontInfo.C: moved to frontends/xforms/
12326
12327         * FontLoader.h:
12328         * FontLoader.C: moved into frontends for GUIIzation
12329
12330         * Makefile.am:
12331         * lyx_gui.C:
12332         * lyxfont.C:
12333         * lyxfunc.C: changes from above
12334
12335 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12336
12337         * LColor.C: remove spurious X include
12338
12339         * BufferView_pimpl.C:
12340         * Makefile.am:
12341         * font.h:
12342         * font.C:
12343         * text.C:
12344         * text2.C: move font metrics to frontends/
12345
12346 2002-05-24  Juergen Vigna  <jug@sad.it>
12347
12348         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12349         setting the undo_cursor.
12350
12351         * ParagraphParameters.h: include local includes first.
12352
12353 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12354
12355         * BufferView_pimpl.C:
12356         * BufferView_pimpl.h:
12357         * Makefile.am:
12358         * WorkArea.h:
12359         * WorkArea.C:
12360         * screen.C: move WorkArea into frontends/
12361
12362         * lyxscreen.h:
12363         * screen.C:
12364         * text.C:
12365         * BufferView.C:
12366         * BufferView2.C: move LyXScreen into frontends/
12367
12368         * lyxlookup.h:
12369         * lyxlookup.C:
12370         * lyx_gui.C: move lyxlookup into frontends/xforms/
12371
12372 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12373
12374         * BufferView2.C:
12375         * BufferView_pimpl.C:
12376         * FontLoader.C:
12377         * LyXView.h:
12378         * LyXView.C:
12379         * Makefile.am:
12380         * WorkArea.C:
12381         * XFormsView.h:
12382         * XFormsView.C:
12383         * buffer.C:
12384         * bufferlist.C:
12385         * bufferview_funcs.C:
12386         * converter.C:
12387         * importer.C:
12388         * lyx_cb.C:
12389         * lyx_gui.C:
12390         * lyx_main.C:
12391         * lyx_find.C:
12392         * lyxfunc.C:
12393         * lyxvc.C:
12394         * minibuffer.C:
12395         * text.C:
12396         * text2.C:
12397         * trans.C:
12398         * vc-backend.C: move LyX/XFormsView into frontends/
12399
12400 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12401
12402         * Makefile.am:
12403         * PainterBase.C:
12404         * PainterBase.h:
12405         * Painter.C:
12406         * Painter.h:
12407         * WorkArea.C:
12408         * WorkArea.h:
12409         * screen.C:
12410         * tabular.C:
12411         * text.C:
12412         * text2.C: move Painter to frontends/
12413
12414 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12415
12416         * buffer.C: comment out some some code that depend upon lyx_format
12417         < 220
12418
12419         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12420         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12421
12422         * buffer.h (NO_COMPABILITY): turn off compability
12423
12424         * ColorHandler.C: include scoped_array.hpp
12425
12426         * font.C: Use more specific smart_ptr header.
12427         * Painter.C: ditto
12428         * gettext.C: ditto
12429         * ShareContainer.h: ditto
12430         * lyx_main.h: ditto
12431         * kbmap.h: ditto
12432         * FontInfo.h: ditto
12433         * BufferView_pimpl.h: ditto
12434         * ColorHandler.h: ditto
12435
12436         * kbmap.C (defkey): change call to shared_ptr::reset
12437
12438 2002-05-21  Juergen Vigna  <jug@sad.it>
12439
12440         * buffer.C (insertErtContents): fix to insert ert asis if it is
12441         non empty. Skip it completely if it contains only whitespaces.
12442
12443 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12444
12445         * BufferView_pimpl.C:
12446         * BufferView2.C: clear selection on paste (bug 393)
12447
12448 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12449
12450         * DepTable.C: include ctime
12451
12452 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12453
12454         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12455
12456 2002-05-14  Juergen Vigna  <jug@sad.it>
12457
12458         * text.C (breakParagraph): fixed function to honor the keepempty
12459         layout in the right maner and also to permit the right breaking
12460         algorithm on empty or non empyt keepempty paragraphs.
12461
12462         * paragraph.C (breakParagraph): we have to check also if the par
12463         is really empty (!size()) for isempty otherwise we do the wrong
12464         paragraph break.
12465
12466 2002-05-10  Juergen Vigna  <jug@sad.it>
12467
12468         * buffer.[Ch] : The following are only changes to the ert
12469         compatibility read reading old LaTeX layout and font stuff and
12470         convert it to ERTInsets.
12471
12472         * buffer.h: added isErtInset().
12473
12474         * buffer.C (struct ErtComp): add a fromlayout bool to check
12475         if we're inside a LaTeX layout.
12476         (isErtInset): new helper function.
12477         (insertErtContents): look for other ert insets before this one
12478         and insert the contents there, so that we don't have subsequent
12479         ERT insets with nothing between them. This way we create only one
12480         inset with multiple paragraphs. Also check if we don't insert only
12481         spaces ' ' as they are ignored anyway afterwards in the .tex file
12482         so if we have only spaces we will ignore this latex part in the
12483         new file.
12484         (parseSingleLyXformat2Token \\layout): better compatibility when
12485         reading layout-latex stuff.
12486         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12487         language tag.
12488         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12489         stuff after reading the inset only get the information back from
12490         the stack.
12491
12492 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12493
12494         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12495
12496         * LaTeXFeatures.C (getBabelOptions): New method.
12497
12498 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12499
12500         * BufferView_pimpl.C (Dispatch): work around missing argument for
12501         'layout'
12502
12503 2002-05-08  Juergen Vigna  <jug@sad.it>
12504
12505         * text.C (leftMargin): handle paragraph leftindent.
12506
12507         * paragraph.C (writeFile): write the new \\leftindent tag.
12508         (validate): handle leftindent code.
12509         (TeXEnvironment): handle paragraphleftindent code again.
12510
12511         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12512
12513         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12514         for paragrap_extra indent code and new token \\leftindent.
12515         (latexParagraphs): handle the leftindent as environment.
12516
12517         * ParameterStruct.h: added leftindent support.
12518
12519         * ParagraphParameters.C (leftIndent): added support functions for
12520         the paragraph left indent.
12521
12522         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12523         more appropriate.
12524
12525 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12526
12527         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12528         inside insetERT.
12529
12530         * text.C (computeBidiTables): No bidi in insetERT.
12531
12532         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12533         in RTL documents.
12534
12535 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12536
12537         * version.C.in: pre 5
12538
12539 2002-05-02  José Matos  <jamatos@fep.up.pt>
12540         * buffer.C (makeDocBookFile): white space changes, add newline to
12541         command styles.
12542         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12543
12544         * tabular.C (docBook): fix typo.
12545
12546 2002-05-03  Juergen Vigna  <jug@sad.it>
12547
12548         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12549         change in LyXText as we can not be sure it was not freed.
12550         (drawOneRow): remove unused code.
12551
12552         * text.C (drawInset): redo the calculation of the need_break_row as
12553         it could have a row which was already freed.
12554         (draw): look at the return value of drawInset and return false if
12555         it also returned false.
12556         (paintRowText): look at the return value of draw and return false if
12557         it also returned false.
12558
12559         * lyxtext.h: added bool return type to drawInset() and draw() so that
12560         if we have a change in the row so that the rowbreak has to be redone
12561         we abort drawing as it will be called again.
12562
12563 2002-05-02  Juergen Vigna  <jug@sad.it>
12564
12565         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12566         a change in the maintext also if we're inside an inset.
12567         (Dispatch): set the cursor again after a break line and after the
12568         screen has been updated as it could be we're in a different row.
12569
12570         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12571         to set the cursor behind the pargraph with > size().
12572         (setCursor): check also for the same paragraph when checking where
12573         to put the cursor if we have a NFR inset.
12574
12575         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12576         parts of layout read further up as it still was in the wrong
12577         position.
12578
12579 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12580
12581         * screen.C (drawFromTo): change sine fullRebreak always return
12582         true.
12583
12584         * buffer.C (parseSingleLyXformat2Token): reindent some
12585
12586         * BufferView_pimpl.C (update): change since fullRebreak always
12587         return true.
12588         (Dispatch): git rid of the last hardcoded "Standard"s.
12589
12590 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12591
12592         * text2.[Ch] (fullRebreak): make it return void now that we always
12593         returned true.
12594
12595 2002-04-30  Juergen Vigna  <jug@sad.it>
12596
12597         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12598         ert compatibility check for "latex" layout.
12599
12600 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12601
12602         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12603         minipages: use col% instead of p%, and also use the current font.
12604         (makeLaTeXFile): Fix use babel condition.
12605         (parseSingleLyXformat2Token): Correct font when reading old floats.
12606
12607 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12608
12609         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12610         inserting list of floats.
12611
12612 2002-04-25  Herbert Voss  <voss@lyx.org>
12613
12614         * MenuBackend.C (expand): don't add the graphics extensions to the
12615         export menu
12616
12617 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12618
12619         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12620         non-existing layout, do not complain if it was the default layout
12621         of the original class (bug #342)
12622
12623 2002-04-24  Juergen Vigna  <jug@sad.it>
12624
12625         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12626         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12627
12628 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12629
12630         * buffer.C (getBibkeyList): If using \bibliography, return the
12631         option field with the reference itself. Enables us to provide natbib
12632         support when using \bibliography.
12633
12634 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12635
12636         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12637
12638         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12639         natbib is provided by the LaTeX class.
12640
12641 2002-04-23  Juergen Vigna  <jug@sad.it>
12642
12643         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12644         Wakeup functions.
12645
12646         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12647
12648 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12649
12650         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12651
12652         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12653         ensuremath around textordmasculine, textordfeminine and
12654         textdegree.
12655
12656 2002-04-19  Juergen Vigna  <jug@sad.it>
12657
12658         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12659         reinitializing the buffer otherwise row-dimensions may be wrong.
12660         (update): reset also the selection cursors if they do exits otherwise
12661         their x/y positions may be wrong.
12662
12663         * text2.C (cursorDown): don't enter the inset if we came from a row
12664         above and are one row over the inset.
12665
12666         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12667         really leaving an inset.
12668
12669 2002-04-18  Juergen Vigna  <jug@sad.it>
12670
12671         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12672         of the selected paragraph does not have the selected layout also if
12673         the last one had!
12674
12675         * text2.C (setLayout): fixed bug which did not change last selected
12676         paragraph.
12677
12678         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12679         changed the read and substituted \\end_float with \\end_inset!
12680
12681         * BufferView_pimpl.C (cursorPrevious):
12682         (cursorNext): fixed to make it work with rows heigher than the work
12683         area without moving the cursor only the draw of the row.
12684         (workAreaMotionNotify): fix jumping over high rows.
12685
12686 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12687
12688         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12689         Ressler.
12690
12691 2002-04-16  Juergen Vigna  <jug@sad.it>
12692
12693         * text2.C (setCursor): set also the irow().
12694         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12695         (cursorUp):
12696         (cursorDown): support for locking an inset if the x_fix value goes
12697         inside it. That way I can transverse insets too with cursor up/down.
12698
12699         * lyxrow.h: added irow helper function same as other (i) functions.
12700
12701         * BufferView_pimpl.C (cursorPrevious):
12702         (cursorNext): fixed for insets!
12703
12704 2002-04-15  Juergen Vigna  <jug@sad.it>
12705
12706         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12707         position otherwise it is wrong in some cases.
12708
12709         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12710         inside the inset before the call.
12711
12712 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12713
12714         * buffer.[Ch] (getBibkeyList): make it const.
12715
12716 2002-04-12  Juergen Vigna  <jug@sad.it>
12717
12718         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12719
12720         * text2.C (getCursorX): new helper function
12721         (setCursor): compute also ix_
12722         (setCursorFromCoordinates): set also ix.
12723
12724         * lyxcursor.h: added ix_ and helper functions.
12725
12726         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12727
12728         * buffer.C (insertStringAsLines): dont break paragraph if the this
12729         paragraph is inside an inset which does not permit it!
12730
12731         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12732         also with no chars on this paragraph.
12733         (paintRowText): only paint stuff if it's inside the workarea!
12734
12735         * paragraph.C (breakParagraph): honor keepempty flag and break the
12736         paragraph always below not above.
12737
12738         * BufferView2.C (unlockInset): update the paragraph layout on inset
12739         unlock as we changed paragraph in such a case.
12740
12741         * lyxfind.C (LyXFind): clear the former selection if not found!
12742
12743         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12744         again called in insertChar().
12745
12746         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12747         an inset which uses the whole row!
12748         (rightMargin): ditto.
12749         (insertChar): force a rebreak if we inserted an inset!
12750
12751 2002-03-28  Herbert Voss  <voss@lyx.org>
12752
12753         * lyxlength.[Ch]: add inBP() to get the right PS-point
12754         units (BigPoint). With inPixels we have rounding errors
12755
12756 2002-04-11  Juergen Vigna  <jug@sad.it>
12757
12758         * text2.C (setCursorFromCoordinates): set iy to the right value.
12759         (setCursor): add check if row->previous exists!
12760
12761         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12762         an old float_type as this was the case in the old code!
12763
12764         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12765
12766         * BufferView2.C (showLockedInsetCursor): use iy
12767         (fitLockedInsetCursor): ditto
12768
12769         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12770         locked insets as there we have the right value now.
12771
12772         * lyxcursor.C: added iy_ variable and iy functions to set to the
12773         baseline of cursor-y of the locked inset.
12774
12775         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12776         (setCursor): fixed for insets which need a full row.
12777
12778         * text.C (rowLastPrintable): don't ignore the last space when before
12779         an inset which needs a full row.
12780         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12781         as last character of a row when before a inset which needs a full row.
12782
12783 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12784
12785         * version.C.in: update date
12786
12787         * text2.C (fullRebreak): try to always return true and see what
12788         happens...
12789
12790 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12791
12792         * MenuBackend.C (expand): use Floating::listName
12793
12794         * FloatList.C (FloatList): add listName argument to the built-in
12795         floats
12796
12797         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12798         text associated with the float.
12799
12800 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12801
12802         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12803
12804 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12805
12806         * ShareContainer.h: add a couple of missing typenames.
12807
12808 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12809
12810         * lyxrc.C (getDescription): use _() correctly rather than N_().
12811
12812 2002-03-28  Herbert Voss  <voss@lyx.org>
12813
12814         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12815         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12816
12817 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12818
12819         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12820         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12821
12822 2002-03-29  Juergen Vigna  <jug@sad.it>
12823
12824         * lyxfunc.C (dispatch): add a missing fitCursor call.
12825
12826         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12827         it was scrolled by a cursor move, so return the bool status.
12828
12829         * BufferView.C (fitCursor): return the bool flag also to the outside
12830         world as this is needed.
12831
12832         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12833
12834         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12835         call the edit() as it is not needed (and wrong) IMO.
12836         (workAreaButtonPress): set the screen_first variable before evt.
12837         unlock the inset as this may change screen_first and then we have
12838         a wrong y position for the click!
12839
12840 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12841
12842         * MenuBackend.C (expand): another translation that I missed
12843
12844 2002-03-28  Juergen Vigna  <jug@sad.it>
12845
12846         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12847
12848         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12849
12850 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12851
12852         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12853
12854         * MenuBackend.C (expand): fix export/view/update when there is no
12855         document open.
12856
12857 2002-03-27  Herbert Voss  <voss@lyx.org>
12858
12859         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12860         and text%
12861
12862 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12863
12864         * bufferview_funcs.C (currentState): only show paragraph number
12865         for is DEVEL_VERSION is set.
12866
12867         * lyxfunc.C (dispatch): put warning in INFO channel
12868
12869         * MenuBackend.C (expand): translate the name of floats
12870
12871         * FloatList.C (FloatList): mark the float names for translation
12872
12873         * converter.C (convert): use LibScriptSearch
12874
12875 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12876
12877         * MenuBackend.C (defaults): fix default menu (we might as well get
12878         rid of it...)
12879
12880 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12881
12882         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12883         directory.
12884
12885 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12886
12887         * lyxvc.C: reorder includes.
12888
12889 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12890
12891         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12892           properly
12893
12894 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12895
12896         * CutAndPaste.C: change layouts earlier on paste
12897           to avoid crashing when calling getFont()
12898
12899 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12900
12901         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12902         irritating #error.
12903
12904 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12905
12906         * WorkArea.C: remove 'Pending' debug message.
12907
12908         * most files: ws cleanup
12909
12910         * buffer.[Ch]: ws changes
12911
12912         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12913
12914 2002-03-21  Juergen Vigna  <jug@sad.it>
12915
12916         * tabular.C (SetMultiColumn): collapse also the contents of the
12917         cells and set the last border right. Added a Buffer const * param.
12918
12919 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12920
12921         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12922         linking or not.
12923
12924 2002-03-19  Juergen Vigna  <jug@sad.it>
12925
12926         * text2.C (clearSelection): reset also xsel_cache.
12927
12928         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12929         where it needs to be called (John tells us to do so too :)
12930         (selectionLost): reset sel_cache.
12931
12932         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12933
12934 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12935
12936         * text2.C (setCursorIntern): put debuging code in INSETS channel
12937
12938 2002-03-19  André Pönitz <poenitz@gmx.net>
12939
12940         * lyxfunc.C: tiny whitespace change
12941
12942 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12943
12944         * ToolbarDefaults.C (init):
12945         * LyXAction.C (init):
12946         * commandtags.h:
12947         * BufferView_pimpl.C (Dispatch):
12948         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12949
12950 2002-03-19  Allan Rae  <rae@lyx.org>
12951
12952         * exporter.C (Export): removeAutoInsets before doing anything else.
12953         While I've just introduced a dependency on BufferView this really is
12954         the best place to clean the buffer otherwise you need to cleanup in
12955         a dozen places before calling export or cleanup in a dozen functions
12956         that export calls.
12957
12958         * converter.C (runLaTeX):
12959         (scanLog): Better handling of removeAutoInsets and screen updates.
12960
12961         * lyxfunc.C (dispatch): small whitespace changes
12962
12963 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12964
12965         * WorkArea.C (C_WorkAreaEvent): return a value.
12966         (event_cb): return 1 if we handled the event, 0 otherwise.
12967
12968         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12969
12970 2002-03-18  Juergen Vigna  <jug@sad.it>
12971
12972         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12973         (GetAdditionalWidth): ditto.
12974         (RightLine): ditto.
12975         (LeftLine): ditto.
12976
12977         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12978         inset if we're there actually (probably not used right now but this
12979         is the direction to go for unifying code).
12980         (paste): disable code to clear the selection.
12981
12982         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12983         inside an InsetText and move the check further up as it is in the
12984         wrong place.
12985
12986         * text2.C (pasteSelection): set a selection over the pasted text.
12987
12988 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12989
12990         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12991         and libgraphics to build on Cygwin.
12992
12993 2002-03-15  Juergen Vigna  <jug@sad.it>
12994
12995         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12996         inserting an Inset into the paragraph. I know this is not the best
12997         fix but we already use current_view in CutAndPaste so we will remove
12998         all of it's using at the same time.
12999
13000         * buffer.C (sgmlError): deactivated function till it is rewritten in
13001         the right mode, now it can create problems.
13002
13003         * paragraph.C (isLineSeparator): check if getInset returns != 0,
13004         before accessing it.
13005
13006 2002-03-14  Juergen Vigna  <jug@sad.it>
13007
13008         * undo_funcs.C (textHandleUndo): do the right thing when updating
13009         the inset after the undo/redo.
13010
13011         * text2.C (setCursor): just some testcode for #44 not ready yet.
13012
13013         * undo_funcs.C (textHandleUndo): set the next() and previous()
13014         pointers of the paragraph to 0 before deleting otherwise we have
13015         problems with the Paragraph::[destructor].
13016
13017         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13018         on a paragraph insertion.
13019
13020 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13021
13022         * buffer.C (asciiParagraph): use += operator for char append to
13023         string.
13024
13025         * paragraph.C (getFontSettings): compare >= not just >
13026         (highestFontInRange): ditto
13027         (setFont): ditto
13028
13029 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13030
13031         * paragraph.C: change several algorithm to be more appripriate for
13032         the problem domain. This is lookip in FontList and in the InsetList.
13033
13034 2002-03-13  André Pönitz <poenitz@gmx.net>
13035
13036         * commandtags.h:
13037         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13038
13039 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13040
13041         * commandtags.h:
13042         * LyXAction.C:
13043         * lyxfunc.C:
13044         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13045
13046 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13047
13048         * Painter.C (display): anon helper function, adjust code for this
13049         change.
13050         (pixmap): remove function.
13051
13052         * Painter.h: remove private display variable.
13053
13054         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13055
13056 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13057
13058         * WorkArea.[Ch]: remove figinset_canvas cruft.
13059
13060 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13061
13062         * lyxtextclass.C (operator): add one item cache optimization.
13063
13064         * bufferlist.h: doxy changes
13065
13066         * bufferlist.C: ws changes
13067
13068         * DepTable.[Ch] (ext_exist): place const in the right spot.
13069
13070         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13071         call resizeInsets.
13072         (workAreaExpose): call resizeInsets when the with BufferView changes.
13073         (Dispatch): adjust for protectedBlank removal
13074         (specialChar): call updateInset if the insert went ok.
13075
13076         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13077         specialChar instead.
13078
13079         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13080
13081         * BufferView.h: doxy change
13082
13083         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13084
13085         * lyxtextclass.C (operator[]): remove non-const version
13086         (defaultLayout): remove non-const version
13087
13088 2002-03-12  Juergen Vigna  <jug@sad.it>
13089
13090         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13091         did resize the LyXText too.
13092
13093         * buffer.C (readLyXformat2): set layout information on newly allocated
13094         paragraphs.
13095
13096         * tabular.C (OldFormatRead): set layout information on the paragraph.
13097
13098 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13099
13100         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13101
13102 2002-03-11  Juergen Vigna  <jug@sad.it>
13103
13104         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13105         plainly wrong.
13106         (resizeCurrentBuffer): force also the insets to resize themselfes.
13107         (moveCursorUpdate): fixed up for InsetText.
13108
13109 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13110
13111         * commandtags.h:
13112         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13113         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13114         value of Dialogs::tooltipsEnabled().
13115         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13116
13117 2002-03-08  Juergen Vigna  <jug@sad.it>
13118
13119         * BufferView_pimpl.C (updateInset): update inset inside inset also
13120         if it isn't inside theLockingInset().
13121
13122 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13123
13124         * buffer.C (asciiParagraph): redo some of the word and line length
13125         handling.
13126         (getLists): look for Caption instead of caption.
13127
13128 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13129
13130         * buffer.C (Buffer): initialize niceFile to true
13131         (makeLaTeXFile):
13132         (makeLinuxDocFile):
13133         (makeDocBookFile): make sure niceFile is true on exit
13134
13135 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13136
13137         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13138
13139 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13140
13141         * LyXSendto.C: remove.
13142         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13143         * lyx_gui.C: remove now-redundant comment.
13144         * ColorHandler.h: remove forward declaration of class WorkArea.
13145         * lyxfunc.C: remove #include "WorkArea.h".
13146
13147 2002-03-07  Juergen Vigna  <jug@sad.it>
13148
13149         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13150         got moved away with the DEPM and also set the inset_owner always
13151         right which before could have been omitted.
13152
13153 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13154
13155         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13156         wanted layout is not found.
13157
13158 2002-03-07  Juergen Vigna  <jug@sad.it>
13159
13160         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13161
13162 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13163
13164         * paragraph.C (breakParagraph): use default layout not layout of
13165         prev paragraph.
13166         (Paragraph): clear ParagraphParameters.
13167
13168 2002-03-06  Juergen Vigna  <jug@sad.it>
13169
13170         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13171         otherwise it would not be a valid lenght. Fixed a special case in
13172         the minipage compatibility read where we end the document with a
13173         minipage.
13174
13175         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13176         was set as it could be 0 for InsetTexts first entry.
13177
13178 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13179
13180         * paragraph.C (writeFile): if layout is empty write out
13181         defaultLayoutName().
13182
13183         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13184         file without named layout we set layout to defaultLayoutName().
13185
13186 2002-03-06  Juergen Vigna  <jug@sad.it>
13187
13188         * CutAndPaste.C (copySelection): set layout for new paragraph.
13189
13190         * text.C (prepareToPrint): leave ERT inset left aligned
13191         (leftMargin): don't indent paragraphs inside ERT insets
13192
13193 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13194
13195         * paragraph.C (breakParagraph): dont call clear do the work manually
13196
13197         * paragraph.[Ch] (clear): remove function
13198
13199 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13200
13201         * paragraph.C (Paragraph): dont call clear, the work has already
13202         been done.
13203
13204         * lyxtextclass.C (operator): assert if n is empty
13205
13206         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13207         work manually instead.
13208
13209 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13210
13211         * BufferView_pimpl.C: protect selectionLost against text == 0
13212
13213 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13214
13215         * text.C (breakParagraph): fix a setting layout to '0' problem.
13216
13217 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13218
13219         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13220         final location of file, for the included files, and graphics.
13221
13222 2002-03-05  Juergen Vigna  <jug@sad.it>
13223
13224         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13225
13226 2002-03-04  Juergen Vigna  <jug@sad.it>
13227
13228         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13229
13230         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13231         last column of multicolumn cells.
13232         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13233
13234 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13235
13236         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13237         file if it doesn't go to a temporary file.
13238
13239         * buffer.C (sgmlOpenTag):
13240         (sgmlCloseTag):  remove extra newline insertion.
13241
13242 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13243
13244         * text.C (getRowNearY): comment out debug msg
13245
13246 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13247
13248         * text2.C: first -> first_y
13249
13250         * text.C (getRowNearY): add some attemts at a possible
13251         optimization, not working.
13252
13253         * tabular.[Ch]: add BufferParams to several function so that newly
13254         created paragraph can be initialized to he default layotu for the
13255         buffers textclass.
13256
13257         * tabular-old.C (ReadOld): add buf->params to call of Init
13258
13259         * screen.C: rename text->first to text->first_y
13260
13261         * paragraph.C (breakParagraph): always set layout in the broken
13262         paragraph
13263
13264         * lyxtextclass.C (Read): remove lowercase
13265         (hasLayout): ditto
13266         (operator): ditto
13267         (delete_layout): ditto
13268
13269         * lyxtext.h: rename first -> first_y
13270
13271         * lyxlayout.C (Read): remove lowercase
13272         (name): ditto
13273         (setName): ditto
13274         (obsoleted_by): ditto
13275
13276         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13277
13278         * buffer.C (insertErtContents): add params are to InsetERT
13279         (parseSingleLyXformat2Token): add code to check if a paragraphs
13280         layout really exist.
13281         (parseSingleLyXformat2Token): add params to several inset
13282         constructors
13283         (asciiParagraph): remove lowercase, do the layout comparisons with
13284         no_case
13285
13286         * BufferView_pimpl.C (cursorNext): first -> first_y
13287         (resizeCurrentBuffer): first -> first_y
13288         (updateScrollbar): first -> first_y
13289         (scrollCB): first -> first_y
13290         (workAreaMotionNotify): first -> first_y
13291         (workAreaButtonPress): first -> first_y
13292         (checkInsetHit): first -> first_y
13293         (cursorPrevious): first -> first_y
13294         (cursorNext): first -> first_y
13295         (Dispatch): add buffer_->params to severl inset contructors
13296
13297 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13298
13299         * lyxlayout.C (Read): remove some debug info that I forgot.
13300
13301         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13302         clean up the code slightly.
13303         (makeLinuxDocFile): ditto
13304         (makeDocBookFile): ditto
13305
13306         * text2.C: layout as string
13307
13308         * text.C: layout as string
13309
13310         * paragraph_pimpl.C: layout as string
13311
13312         * paragraph.[Ch]: layout as string
13313
13314         * lyxtextclasslist.[Ch]: layout as string
13315
13316         * lyxtextclass.[Ch]: layout as string
13317
13318         * lyxtext.h: layout as string
13319
13320         * lyxlayout.[Ch]: layout as string
13321
13322         * lyx_cb.C: layout as string
13323
13324         * bufferview_funcs.C: layout as string
13325
13326         * bufferparams.C: layout as string
13327
13328         * buffer.C: layout as string
13329
13330         * LyXView.[Ch]: layout as string
13331
13332         * LaTeXFeatures.[Ch]: layout as string
13333
13334         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13335
13336         * BufferView_pimpl.C: change current_layout to string, remove
13337         lyx::layout_type.
13338         (Dispatch):
13339         (smartQuote):
13340         (insertInset):
13341         (workAreaButtonRelease): layout as string
13342
13343         * BufferView2.C (unlockInset): adjust
13344
13345         * vspace.C (asLatexCommand): use an explict temp variable.
13346
13347 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13348
13349         * Makefile.am: use FRONTEND_*
13350
13351 2002-03-01  Juergen Vigna  <jug@sad.it>
13352
13353         * tabular.C (SetWidthOfMulticolCell): changed to something better
13354         I hope but still work in progress.
13355         (recalculateMulticolumnsOfColumn): renamed function from
13356         recalculateMulticolCells as it is more appropriate now.
13357         (SetWidthOfCell): calculate multicols better.
13358
13359 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13360
13361         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13362
13363         * lyxfunc.C (processKeySym): print sequence also if it is
13364         `deleted' (complete)
13365
13366         * kbsequence.C (print): print sequence even if it is deleted
13367         (complete would be a better word, actually).
13368
13369         * lyxfunc.C (dispatch): print complete options after a prefix key
13370
13371         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13372
13373 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13374
13375         * text2.C (setCharFont): eliminate setCharFont code duplication.
13376
13377 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13378
13379         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13380         LFUN_TABULAR_FEATURE (bug #177)
13381
13382 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13383
13384         * Makefile.am: remove figure.h
13385
13386 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13387
13388         * Bufferview_pimpl.C:
13389         * CutAndPasteC:
13390         * LaTeX.C:
13391         * LyXSendto.C:
13392         * buffer.C:
13393         * bufferlist.C:
13394         * converter.C:
13395         * language.C:
13396         * lyxfunc.C:
13397         * lyxvc.C:
13398         * paragraph.C:
13399         * text.C:
13400         * text2.C: remove #include "lyx_gui_misc.h".
13401
13402         * LaTeX.C: added #include <cstdio>
13403
13404 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13405
13406         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13407         that the paragraph following this one can have.
13408
13409         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13410
13411         * vspace.C (asLatexCommand): fix bogus gcc warning
13412
13413         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13414
13415 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13416
13417         * text2.C (setLayout): get rid of redundant code
13418
13419 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13420
13421         * text2.C (incDepth): make sure depth cannot be increased beyond
13422         reasonable values.
13423
13424 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13425
13426         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13427         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13428
13429         * PainterBase.h (image):
13430         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13431         a LyXImage const *.
13432
13433 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13434
13435         * BufferView.C:
13436         * BufferView.h:
13437         * BufferView_pimpl.C:
13438         * BufferView_pimpl.h:
13439         * LaTeXFeatures.C:
13440         * LyXAction.C:
13441         * LyXView.C:
13442         * Makefile.am:
13443         * UpdateList.h:
13444         * UpdateList.C:
13445         * buffer.C:
13446         * figure.h:
13447         * figureForm.C:
13448         * figureForm.h:
13449         * figure_form.C:
13450         * figure_form.h:
13451         * lyx_cb.C:
13452         * lyx_gui.C:
13453         * lyx_gui_misc.C:
13454         * lyxfunc.C:
13455         * sp_base.h:
13456         * sp_ispell.h:
13457         * sp_pspell.h:
13458         * sp_spell.C: remove fig inset, and the crap house of
13459           cards that follows it
13460
13461 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13462
13463         * Makefile.am:
13464         * lyxserver.C:
13465         * os2_defines.h:
13466         * os2_errortable.h:
13467         * nt_defines.h: move .h into support/
13468
13469         * vms_defines.h: remove
13470
13471         * WorkArea.C: add space in debug output
13472
13473         * text2.C:
13474         * paragraph.C:
13475         * buffer.C: add WITH_WARNINGS
13476
13477         * vc-backend.h:
13478         * vc-backend.C:
13479         * bufferlist.C: s/retrive/retrieve/, add docs
13480
13481         * vspace.h:
13482         * vspace.C:
13483         * kbmap.h:
13484         * lyxlength.h:
13485         * lyxgluelength.h:
13486         * length_common.h:
13487         * chset.h:
13488         * chset.C: add docs
13489
13490         * lyxgui.C: add ID to X error handler
13491
13492         * lyxtestclass.c: fix typo
13493
13494 2002-02-26  Juergen Vigna  <jug@sad.it>
13495
13496         * tabular_funcs.C (write_attribute): changed so that some default
13497         attributes are not written at all.
13498         (getTokenValue): set default values before trying to read the
13499         value so we have the return value always set as default if we don't
13500         find the token we search for.
13501
13502         * tabular.C (Write): write bools as bools not as strings!
13503
13504 2002-02-22  Juergen Vigna  <jug@sad.it>
13505
13506         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13507         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13508
13509         * text.C (leftMargin): don't add an indent for paragraphs inside
13510         tabular cells (fix #208).
13511
13512 2002-02-21  José Matos  <jamatos@fep.up.pt>
13513
13514         * tabular.C (docBook): fixed support for long tables.
13515
13516 2002-02-20  Juergen Vigna  <jug@sad.it>
13517
13518         * text2.C (getFont): get the drawing font of the Inset if this
13519         paragraph is inside an inset (only important for InsetERT for now).
13520
13521         * buffer.C (insertErtContents): use new lanugage params in ERT
13522         constructor.
13523
13524         * CutAndPaste.C: commenting out seemingly uneeded code.
13525
13526 2002-02-19  Allan Rae  <rae@lyx.org>
13527
13528         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13529         Iterators might be simple to use but they also get invalidated.
13530         (removeAutoInsets): renamed saved cursor tracking variables and added
13531         some comments to clarify what everything does.
13532
13533 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13534
13535         * Chktex.C:
13536         * LaTeX.C:
13537         * LyXSendto.C:
13538         * converter.C:
13539         * lyx_cb.C:
13540         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13541         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13542
13543         * lyxfunc.C:
13544         * vc-backend.h: remove #include "support/syscall.h"
13545
13546         * LaTeX.C:
13547         * LyXSendto.C:
13548         * converter.C: rearrange #includes in Lars' approved fashion.
13549
13550         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13551         forward declare class Timeout in the header file.
13552
13553         * XFormsView.C: changes due to the above.
13554
13555         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13556         similar to LyXView.
13557
13558         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13559         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13560
13561 2002-02-18  José Matos  <jamatos@fep.up.pt>
13562
13563         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13564         insets contents.
13565
13566 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13567
13568         * a lot of small ws changes
13569         * add a lot of using std::XXX
13570         * use std construcs some places where approp.
13571         * use some exisint stuff from lyxfunctional where approp.
13572         * Make file changes to use partial linking (lets test this now...)
13573
13574 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13575
13576         * Chktex.C:
13577         * buffer.C:
13578         remove #include "support/syscontr.h" as it's redundant. Always has been.
13579
13580         * Chktex.C:
13581         * LaTeX.C:
13582         * LyXSendto.C:
13583         * converter.C:
13584         * lyx_cb.C:
13585         * vc-backend.C:
13586         change Systemcalls::System to Systemcalls::Wait and
13587         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13588         No change of functionality, just reflects the stripped down Systemcalls
13589         class.
13590
13591 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13592
13593         * debug.[Ch]: add a GRAPHICS type to the enum.
13594
13595 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13596
13597         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13598
13599         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13600         there is an inset.
13601
13602 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13603
13604         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13605         match the changes below.
13606
13607         * text2.C (toggleInset): if there is not editable inset at cursor
13608         position, try to see if cursor is _inside_ a collapsable inset
13609         and close it.
13610
13611 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13612
13613         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13614         document menu has a nice checkbox
13615
13616 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13617
13618         * lyxlength.C (asLatexString): change PW to output as percent of
13619         \textwidth.
13620
13621         * lengthcommon.C: change '%' to 't%'
13622
13623         * lyxfunc.C (dispatch): a few comments from Martin
13624
13625 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13626
13627         * WorkArea.h:
13628         * WorkArea.C:
13629         * BufferView_pimpl.h:
13630         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13631           the X selection.
13632
13633 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13634
13635         * vspace.C (inPixels): fix compiler warning
13636
13637 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13638
13639         * lyxfunc.C (getStatus): fix status message for disabled commands.
13640
13641 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13642
13643         * BufferView_pimpl.C: fix crash on close buffer
13644         during selection (#227)
13645
13646 2002-01-27  Herbert Voss  <voss@lyx.org>
13647
13648         * buffer.C: link old Figure to new graphic inset
13649
13650 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13651
13652         * FontLoader.C (getFontinfo): Change the latex font names in order
13653         to match the names of type1inst.
13654
13655 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13656
13657         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13658
13659         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13660         (extchanged): ditto
13661         (ext_exist): ditto
13662         (remove_files_with_extension): ditto
13663         (remove_file): ditto
13664         (write): ditto
13665
13666         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13667         document is smaller than the work area height. Do not initialize
13668         static variables to 0.
13669
13670 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13671
13672         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13673
13674         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13675         LFUN_LAYOUT_PARAGRAPHS.
13676
13677         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13678         tabular. It is possible to provide a possible cell, which will
13679         typically be the actcell from the corresponding insettabular
13680
13681         * lyxfunc.C (getStatus): small cleanup; disable
13682         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13683         true
13684
13685 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13686
13687         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13688
13689         * paragraph.C (startTeXParParams):
13690         (endTeXParParams): new methods. The LaTeX code to
13691         start/end paragraph formatting
13692         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13693         empty (fixes bug #200)
13694
13695         * vspace.C (inPixels): adapt to the change below
13696         (inPixels): [later] more cleanups (remove unused variables)
13697
13698         * lyxlength.C (inPixels): change to use a width and a height as
13699         parameter.
13700
13701 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13702
13703         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13704         Replaced with \paperwidth
13705
13706         * DepTable.C (insert): add std:: qualifier
13707
13708 2002-01-18  Allan Rae  <rae@lyx.org>
13709
13710         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13711         updated also?
13712
13713         * text.C (drawInset): Turned out I didn't know enough about how
13714         rebreaking worked.  This fixes most of the redraw problems.  I see
13715         an occasional cursor trail when a line is broken now and the cursor
13716         placement can seem out by a few pixels also after a rebreak.
13717
13718 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13719
13720         * buffer.C (parseSingleLyXformat2Token): update because minipage
13721         width is now a LyXLength
13722
13723         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13724
13725         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13726         math insets
13727
13728 2002-01-17  Juergen Vigna  <jug@sad.it>
13729
13730         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13731
13732         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13733         is set correctly and the inset is updated correctly.
13734
13735 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13736
13737         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13738         the beginning of the loop.
13739
13740 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13741
13742         * lyxrc.C: improve help for use_scalable_fonts
13743
13744 2002-01-17  Allan Rae  <rae@lyx.org>
13745
13746         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13747
13748 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13749
13750         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13751         make sure to set their inset_owner to the right value (bug #171)
13752
13753 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13754
13755         * DepTable.h
13756         * DepTable.C: Implement mtime checking to reduce time spent doing
13757         CRCs.
13758
13759 2002-01-16  Juergen Vigna  <jug@sad.it>
13760
13761         * tabular.C (GetAdditionalHeight): one of error fixed.
13762
13763         * lyxrc.C (output): small fix in writing use_pspell.
13764
13765 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13766
13767         * sp_base.h: #include LString.h
13768
13769 2002-01-16  Allan Rae  <rae@lyx.org>
13770
13771         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13772         Can someone check this please?
13773
13774         * text.C (drawInset): It was possible that p.row would be removed by
13775         breakAgainOneRow upsetting a few other settings.  There may be another
13776         small tweak possible by setting need_break_row = 0 when p.row has been
13777         removed but I don't know enough about the logic here.
13778
13779 2002-01-15  Allan Rae  <rae@lyx.org>
13780
13781         * text.C (insertChar): removed conditional truism.
13782
13783         * BufferView2.C (removeAutoInsets): More tweaks.
13784         cur_par_prev could be a stray pointer.  Check for trailing empty line
13785         in case last line was cur_par and only had an error inset on it.
13786
13787 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13788
13789         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13790         absolute
13791
13792         * vc-backend.C (most methods):
13793         * exporter.C (Export):
13794         * converter.C (convert):
13795         (runLaTeX):
13796         * LyXSendto.C (SendtoApplyCB):
13797         * lyxfunc.C (dispatch):
13798         (menuNew):
13799         (open):
13800         (doImport):
13801         * lyx_cb.C (AutoSave):
13802         (InsertAsciiFile):
13803         * BufferView_pimpl.C (MenuInsertLyXFile):
13804         * buffer.C (runChktex): use Buffer::filePath().
13805
13806         * buffer.h: rename filename to filename_; rename filepath to
13807         filepath_ and make it private
13808         (filePath): new method
13809
13810         * buffer.C (writeFile): use fileName()
13811         (getLatexName):
13812
13813         * lyx_main.C (init): fix starting  of LyX when the binary is a
13814         link from so,ewhere else.
13815
13816         * minibuffer.C: include <cctype> for isprint
13817
13818 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13819
13820         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13821         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13822         name clash with InsetCollapsable's width function.
13823
13824 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13825
13826         * lastfiles.C: include <iterator>
13827
13828 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13829
13830         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13831         std::count.
13832
13833         * buffer.C (makeLaTeXFile): ditto.
13834         Also make loop operation more transparent.
13835
13836 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13837
13838         * ToolbarDefaults.C: remove trailing comma closing namespace.
13839
13840         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13841
13842         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13843         as in WorkArea.
13844
13845         * trans.C (Load): comment out unused variable, allowed.
13846
13847 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13848
13849         * minibuffer.[Ch] (append_char): new method to recieve input from the
13850         drop-down completion browser. If a key was pressed, then recieve this
13851         char and append it to the existing string.
13852         (peek_event): modify the positioning data passed to the completion
13853         browser so that it can be placed above the minibuffer rather than below.
13854 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13855
13856         * LyXAction.C (init): alloe error-next for readonly documents.
13857
13858         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13859         count.
13860
13861 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13862
13863         * bufferlist.C (readFile): create the buffer _after_ checking that
13864         the file exists.
13865
13866         * lyxfunc.C (verboseDispatch): fix handling of arguments
13867
13868         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13869
13870         * lyxrc.C: use string::erase() instead of initializing to "".
13871
13872
13873 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13874
13875         * BufferView_pimpl.h:
13876         * BufferView_pimpl.C:
13877         * WorkArea.h:
13878         * WorkArea.C:
13879         * text2.C: tell X when we have made a selection for copying
13880
13881 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13882
13883         * BufferView_pimpl.C (MenuInsertLyXFile):
13884         * lyxfunc.C (menuNew):
13885         (open):
13886         (doImport): add shortcuts to directory buttons
13887
13888         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13889         open a float)
13890
13891         * lyxfunc.C (setStatusMessage):
13892         (getStatusMessage): new methods
13893         (getStatus):use setStatusMessage instead of setErrorMessage
13894         (dispatch): when function is disabled, set error message here
13895         [instead of in getStatus previously]
13896
13897         * BufferView_pimpl.C (workAreaButtonRelease): update
13898         toolbar/menubar here too.
13899
13900 2002-01-13  Allan Rae  <rae@lyx.org>
13901
13902         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13903         Now seems indestructible.  Remaining task is to audit all other
13904         code affected by deleteEmptyParagraphMechanism.  One small quirk
13905         left is that an empty document with an error in the preamble can
13906         be made to report an error but no error box appears.  I don't know
13907         where it goes.
13908         (removeAutoInsets): Improved comments.
13909
13910 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13911
13912         * Thesaurus.h:
13913         * Thesaurus.C: update for Aiksaurus 0.14
13914
13915 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13916
13917         * text2.C (firstParagraph): removed member function, all uses
13918         replaces with ownerParagraph
13919         (redoParagraphs): here
13920         (updateInset): here
13921         (toggleAppendix): here
13922         * BufferView2.C (insertErrors): here
13923         (setCursorFromRow): here
13924
13925 2002-01-13  Allan Rae  <rae@lyx.org>
13926
13927         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13928         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13929         There is still a way to segfault this although you may have to do this
13930         multiple times: Have an InsetERT with an unknown command in it.
13931         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13932         <down-arrow>, <Enter> again, View->DVI, BANG!
13933
13934         * text2.C (setCursor):
13935         (deleteEmptyParagraphMechanism):
13936         * lyxtext.h (setCursor):
13937         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13938         Making use of the return value may help fix other bugs.
13939
13940 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13941
13942         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13943
13944         * LyXView.C (updateMenubar): call MenuBar::update here
13945         (updateToolbar): but not here
13946         (showState): do not update toolbar/menubar
13947
13948         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13949         should need to care about that.
13950
13951         * lyxfunc.C (verboseDispatch): simplify a bit
13952         (getStatus): have a version which takes a pseudoaction, and
13953         another which requires a (kb_action,string).
13954
13955         * LyXAction.C (retrieveActionArg): make it work also when action
13956         is not a pseudo-action.
13957         (getActionName): simplify a bit
13958         (helpText):
13959
13960 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13961
13962         * lyxfunc.C (verboseDispatch): new families of methods with
13963         several ways to specify a command and a bool to indicate whether
13964         the command name and shortcut should be displayed in minibuffer
13965         (eventually, we could extend that to a finer bitmask like
13966         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13967         (dispatch): the pristine dispatch command which just, well,
13968         dispatchs! Note it still sets its result to minibuffer; I'm not
13969         sure we want that.
13970
13971         * lyxfunc.h: remove setHintMessage
13972
13973         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13974
13975 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13976
13977         * BufferView_pimpl.C (specialChar): delete new inset if we have
13978         not been able to insert it.
13979
13980         * kbmap.C: revert to using int instead of kb_action, since all we
13981         are dealing with is pseudo-actions.
13982
13983         * LyXAction.C (searchActionArg): change to return int instead of
13984         kb_action, since the result is a pseudoaction.
13985
13986 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13987
13988         * buffer.C (insertErtContents): Fix (partially) the font bug.
13989
13990 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13991
13992         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13993         as the other one is broken on my machine!
13994
13995 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13996
13997         * commandtags.h:
13998         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13999
14000 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
14001
14002         * lyxrc.[Ch]: change names and descriptions of popup font variables to
14003         reflect their actual use. Provide compatibility code for older lyxrc
14004         files.
14005
14006         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14007         FL_NORMAL_STYLE.
14008         change names of popup font variables in line with the changes to lyxrc.C
14009
14010 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14011
14012         * buffer.C (asciiParagraph): avoid outputing a word twice after
14013         an inset.
14014
14015         * lyxrc.C (getDescription): document that document_path and
14016         template_path can be empty.
14017
14018 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14019
14020         * LaTeXFeatures.C (getMacros):
14021         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14022
14023         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14024
14025         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14026         getPackages.
14027         (getPackages): rename feature "floats" to "float". Use an array to
14028         iterate over 'simple' features (i.e. just a \usepackage). Add
14029         handling of "amsmath" (renamed from "amsstyle").
14030
14031 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14032
14033         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14034         features list.
14035
14036 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14037
14038         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14039         FuncStaus::FuncStatus & FuncStaus::some_method().
14040
14041 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14042
14043         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14044         of the func_satus stuff. Edited and massaged in various ways by
14045         JMarc.
14046
14047         * lyxfunc.C (getStatus): use FuncStatus
14048
14049 2002-01-08  Juergen Vigna  <jug@sad.it>
14050
14051         * text.C (nextBreakPoint): use function Inset::isChar().
14052
14053         * paragraph.C (TeXOnePar): use function
14054         Inset::forceDefaultParagraphs.
14055
14056         * buffer.C (latexParagraphs): use function
14057         Inset::forceDefaultParagraphs.
14058
14059 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14060
14061         * lyx_gui.C (init): set the style of the menu popups to
14062         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14063
14064 2002-01-07  Juergen Vigna  <jug@sad.it>
14065
14066         * text.C (setHeightOfRow): small fix
14067         (prepareToPrint): don't look at alignment if we don't have the place
14068         for doing it.
14069
14070 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14071
14072         * box.C: New file. Move the Box methods and functions out of box.h,
14073         following Lars' suggestion.
14074
14075 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14076
14077         * box.h: #include "support/LOstream.h", needed for inlined function.
14078
14079         * lyxtextclass.C:
14080         * lyxtextclasslist.C: added some using std declarations.
14081
14082 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14083
14084         * box.h: make signed dimensions to allow insets wider than
14085           the screen (bug #162)
14086
14087         * BufferView_pimpl.C: add some insetHit debug
14088
14089 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14090
14091         * vc-backend.C: add FIXME
14092
14093 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14094
14095         * lyxfunc.C (getStatus): enable code for showing math font status
14096         in toolbar/menu.
14097
14098 2002-01-07  Juergen Vigna  <jug@sad.it>
14099
14100         * text.C (nextBreakPoint): removed debug output not needed anymore.
14101
14102 2002-01-06  Juergen Vigna  <jug@sad.it>
14103
14104         * text.C (nextBreakPoint): fixed up this function we had this bug
14105         since ever but now hopefully we break row better.
14106         (insertChar): we have to check if an inset is the next char as it
14107         could now happen that a large inset is causing a break.
14108
14109 2002-01-05  Juergen Vigna  <jug@sad.it>
14110
14111         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14112         if it doesn't like to be drawed.
14113
14114 2002-01-04  Juergen Vigna  <jug@sad.it>
14115
14116         * BufferView2.C (lockInset): forgot to set a cursor.
14117
14118         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14119
14120 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14121
14122         * FormMathsPanel.C:
14123         * FormMathsPanel.h
14124         * MathsSymbols.C:
14125         * form_maths_panel.C:
14126         * form_maths_panel.h:
14127         * form_maths_panel.fd: implemented sub- and super- buttons in math
14128         panel.
14129
14130         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14131         (or ^ space) to be used as in TeX (req'd by Andr�.
14132
14133         * lyxfunc.C: Allow ^ and _ again to be used both as
14134         super/subscript (mathed) and as themselves (in text).
14135
14136 2002-01-03  Allan Rae  <rae@lyx.org>
14137
14138         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14139         "LyX" or the filename of the current buffer if it has one.  This is a
14140         modified form of John Levon's patch.
14141
14142         * XFormsView.C (setWindowTitle): also set icon title.
14143
14144         * LyXView.h (setWindowTitle): signature changed.
14145         * XFormsView.h (setWindowTitle): ditto.
14146
14147 2002-01-02  Juergen Vigna  <jug@sad.it>
14148
14149         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14150
14151 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14152
14153         * screen.C (topCursorVisible): introduce a temp var for
14154         text->cursor.row(), handle the case where this row is null. (kindo
14155         hachish)
14156
14157         * text2.C (setCursor): add a couple of asserts.
14158
14159         * paragraph.h (inset_iterator): add -> operator
14160
14161         * paragraph.[Ch] (autoDeleteInsets): remove member function
14162
14163         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14164         cursor pos correctly and handle inset deletion by itself.
14165         (insertErrors): move iterator declaration out of for expression
14166
14167         * lyxtextclass.C: add <algorithm>
14168
14169         * Makefile.am: added the new files to sources, removed layout.C
14170
14171         * layout.C: removed file
14172
14173         * layout.h: remove LYX_DUMMY_LAYOUT
14174
14175         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14176         layout.
14177
14178         * lyxlayout.[Ch]:
14179         * lyxtextclass.[Ch]:
14180         * lyxtextclasslist.[Ch]: new files
14181
14182         * include order changes to a lot of files, also changes because of
14183         the six new files.
14184
14185 2001-12-27  Juergen Vigna  <jug@sad.it>
14186
14187         * buffer.C (asciiParagraph): more fixes.
14188
14189         * tabular.C (ascii): make ascii export support export of only the
14190         data separated by a column-delimiter.
14191         (ascii): better support for ascii export.
14192
14193         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14194
14195 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14196
14197         * tabular_funcs.C: use a "using std::getline" instead of the
14198         previous fix from Angus (necessary for cxx + lyxstring)
14199
14200 2001-12-24  Juergen Vigna  <jug@sad.it>
14201
14202         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14203
14204         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14205         problems. First check a minipage also if we have some ert-contents
14206         (not only on par->size(), second set the right depth of the paragraph
14207         on the relink to the root-paragraph-list!
14208
14209         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14210         which then did not anymore update the main paragraphs on undo/redo!
14211
14212 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14213
14214         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14215         code. Support all font-changing funcs (even those which are not in
14216         menu currently). Support for reporting font settings in
14217         mathed (disabled until Andre provides a function on mathed's side).
14218
14219         * func_status.h (toggle): small helper function to set toggle
14220         state on a flag.
14221
14222 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14223
14224         * tabular_funcs.C: getline -> std::getline
14225
14226 2001-12-21  Juergen Vigna  <jug@sad.it>
14227
14228         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14229         accessed and could be 0 (I couldn't generate this but it seems
14230         Michael could!).
14231
14232 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14233
14234         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14235         * tabular_funcs.h: here and include iosfwd
14236
14237 2001-12-20  Juergen Vigna  <jug@sad.it>
14238
14239         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14240         inside inset but undo_par was.
14241
14242 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14243
14244         * Thesaurus.C: always include <config.h> in sources.
14245
14246         * Painter.h:
14247         * lyxlookup.h:
14248         * box.h: do not include <config.h> in header files
14249
14250         * text.C (paintLastRow): remove unused variable
14251
14252         * text.C (transformChar):
14253         (insertChar):
14254         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14255
14256         * Painter.C (text):
14257         * font.C (width): rewrite to use uppercase() instead of
14258         islower/toupper.
14259
14260         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14261
14262 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14263
14264         * lyxfind.C: clean up of find failure position change
14265
14266 2001-12-20  Juergen Vigna  <jug@sad.it>
14267
14268         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14269
14270         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14271         (TeXRow): added to LaTeX a single tabular row.
14272         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14273         (Latex): simplified and finally good LT-h/f support.
14274         (various_functions): just small adaptions for LT-h/f support.
14275
14276         * tabular_funcs.[hC]: added and moved here all not classfunctions
14277         of LyXTabular.
14278
14279 2001-12-19  Juergen Vigna  <jug@sad.it>
14280
14281         * tabular.[Ch]: better support for longtabular options (not finished
14282         yet!)
14283
14284 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14285
14286         * text.C (paintLastRow): use the label font instead of the font of
14287         the last character to compute the size of *_BOX. This makes more
14288         sense and avoids a crash with empty paragraphs.
14289         Use Painter::rectangle to draw EMPTY_BOX.
14290
14291 2001-12-19  Juergen Vigna  <jug@sad.it>
14292
14293         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14294         the paragraphs if the replaced paragraph is not the first one!
14295         Tried to delete not used paragraphs but does not work yet so for
14296         now it's inside #ifdef's and by default off!
14297
14298 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14299
14300         * MenuBackend.C: include "lyx_main.h" instead of declaring
14301         lastfiles (actually was declared as LastFiles* instead of a
14302         scoped_ptr).
14303
14304 2001-12-17  Juergen Vigna  <jug@sad.it>
14305
14306         * tabular.C (AppendColumn): applied John's fix
14307
14308 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14309
14310         * BufferView.h:
14311         * BufferView.C:
14312         * BufferView_pimpl.h:
14313         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14314
14315         * Makefile.am:
14316         * box.h: new start of class for above
14317
14318         * lyxfunc.C: ignore space-only minibuffer dispatches.
14319           Show the command name when it doesn't exist
14320
14321         * minibuffer.C: don't add empty lines to the history
14322
14323         * minibuffer.C: add a space on dropdown completion
14324
14325 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14326
14327         * text.C: fix line above/below drawing in insets
14328
14329 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14330
14331         * lyxlength.C (LyXLength): Initialize private variables.
14332
14333 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14334
14335         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14336         when inserting error insets.
14337
14338 2001-12-13  Juergen Vigna  <jug@sad.it>
14339
14340         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14341         actually sometimes the before-paragraph.
14342         (setUndo): don't clear the redostack if we're not actually undoing!
14343
14344 2001-12-06  Juergen Vigna  <jug@sad.it>
14345
14346         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14347         and fixed redoing of main paragraph, so we can use it now ;)
14348
14349         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14350
14351 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14352
14353         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14354         Juergen's request
14355
14356 2001-12-13  André Pönitz <poenitz@gmx.net>
14357
14358         * undostack.[Ch]:
14359         * undo_func.C: minor cleanup
14360
14361 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14362
14363         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14364         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14365         font in urw-fonts package which is marked as -urw-fontspecific and
14366         does not work (incidentally, changing the encoding in the
14367         fonts.dir of this package to -adobe-fontspecific fixes the
14368         problem).
14369
14370         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14371         is a crash when undoing first paragraph (Juergen, please take a
14372         look). THis does not mean the undo fix is wrong, just that it
14373         uncovers problems.
14374
14375         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14376         the (Paragraph*) version when needed instead of duplicating the
14377         code.
14378
14379         * text.C (workWidth): use Inset::parOwner to find out where the
14380         inset has been inserted. This is a huge performance gain for large
14381         documents with lots of insets. If Inset::parOwner is not set, fall
14382         back on the brute force method
14383
14384         * paragraph_pimpl.C (insertInset):
14385         * paragraph.C (Paragraph):
14386         (cutIntoMinibuffer): set parOwner of insets when
14387         inserting/removing them
14388
14389         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14390
14391 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14392
14393         * commandtags.h:
14394         * LyXAction.C:
14395         * lyx_main.C:
14396         * lyxfunc.C:
14397         * mathed/formulabase.C:
14398         * mathed/math_cursor.[Ch]:
14399         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14400
14401
14402 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14403
14404         * lyxlength.[Ch] (operator!=): new function
14405
14406 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14407
14408         * text.C (workWidth): use Inset::parOwner to find out where the
14409         inset has been inserted. This is a huge performance gain for large
14410         documents with lots of insets. If Inset::parOwner is not set, fall
14411         back on the brute force method
14412
14413         * paragraph_pimpl.C (insertInset):
14414         * paragraph.C (Paragraph):
14415         (cutIntoMinibuffer): set parOwner of insets when
14416         inserting/removing them
14417
14418         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14419
14420 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14421
14422         * tabular-old.C (getTokenValue):
14423         * tabular.C (getTokenValue):
14424         (write_attribute): new versions for LyXLength
14425         (everywhere): adjust the use of widths
14426
14427         * tabular.h: change the type of widths from string to LyXLength
14428
14429 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14430
14431         * paragraph.C: fixed missing line number count when exporting
14432         Environments to LaTeX file
14433
14434         * buffer.C: added informational message for checking line numbers.
14435
14436 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14437
14438         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14439         paragraph, do the 'double space' part, but not the 'empty
14440         paragraph' one.
14441
14442         * text.C (workWidth): small optimization
14443         (getLengthMarkerHeight): use minimal size for negative lengths.
14444
14445 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14446
14447         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14448
14449         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14450
14451 2001-12-11  André Pönitz <poenitz@gmx.net>
14452
14453         * FontLoader.C:
14454         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14455
14456 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14457
14458         * text2.C: keep selection on a setFont()
14459
14460 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14461
14462         * lyx_cb.C: another bv->text misuse, from insert label
14463
14464 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14465
14466         * kbsequence.h:
14467         * kbsequence.C: re-instate nmodifier mask
14468
14469 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14470
14471         * lyx_main.h: make lyxGUI private.
14472
14473 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14474
14475         * lyxfind.C: place the cursor correctly on failed search
14476
14477 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14478
14479         * text.C (getLengthMarkerHeight): for small heights, the arrows
14480         are not always on top/bottom of the text
14481         (drawLengthMarker): smaller arrows; take the left margin in
14482         account; draw also vfills.
14483         (paintFirstRow):
14484         (paintLastRow): remove special code for vfill and standard spaces,
14485         since everything is handled in drawLengthMarker now.
14486
14487 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14488
14489         * buffer.C (insertErtContents): try to handle font and language
14490         interaction a bit better.g
14491
14492         * ColorHandler.C (updateColor): change the hash to cover the whole
14493         LColor enum, ws cleanup
14494         (getGCLinepars): ditto
14495         (getGCLinepars): only lookup in the linecache once.
14496
14497 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14498
14499         * iterators.C (operator++): Make the iterator more robust
14500
14501         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14502         (John's patch)
14503         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14504
14505 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14506
14507         * lyxtext.h:
14508         * text.C: better added space drawing
14509
14510 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14511
14512         * LyXView.C:
14513         * BufferView2.C: fix layout combo update on inset unlock
14514
14515 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14516
14517         * Makefile.am: don't compile unused files
14518
14519 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14520
14521         * lyxfunc.C:
14522         * commandtags.h:
14523         * LyXAction.C: remove old LFUN_LAYOUTNO
14524
14525 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14526
14527         * paragraph_pimpl.h:
14528         * paragraph_pimpl.C: isTextAt() doesn't need font param
14529
14530 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14531
14532         * lyxlex.h:
14533         * lyxlex.C: little cleanup
14534
14535 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14536
14537         * BufferView_pimpl.C: fix insertAscii for insets
14538
14539 2001-12-05  Juergen Vigna  <jug@sad.it>
14540
14541         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14542         set the right font on the "multi" paragraph paste!
14543
14544 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14545
14546         * trans_decl.h:
14547         * trans_mgr.[Ch]:
14548         * trans.[Ch]:
14549         * lyxgluelength.C:
14550         * lyxlength.C: remove out-commented code.
14551
14552         * BufferView_pimpl:
14553         * CutAndPaste.C:
14554         * DepTable.C:
14555         * buffer.C:
14556         * chset.C:
14557         * lastfiles.C:
14558         * lyxlex.C:
14559         * lyxlex_pimpl.C:
14560         * lyxserver.C:
14561         * screen.C:
14562         * tabular-old.C:
14563         * tabular.C:
14564         * text.C:
14565         * trans_mgr.C:
14566         * vc-backend.C: change "while(" to "while ("
14567
14568         * lyxlength.[Ch]: add zero function to check if length is zero or
14569         not
14570         * lyxgluelength.C: use it
14571
14572 2001-12-05  Allan Rae  <rae@lyx.org>
14573
14574         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14575         Works for 2.95.3, from what I understand of Garst's reports this should
14576         work for other g++ versions.  We're screwed if the abs(int) definition
14577         changed between bugfix releases of gcc.
14578
14579 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14580
14581         * text.C: fix chapter label offset !
14582
14583 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14584
14585         * lyxtext.h:
14586         * text.C: fix hfill at end of line, clean up
14587
14588 2001-12-04  Juergen Vigna  <jug@sad.it>
14589
14590         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14591         that we force an update of the inset and it's owners if neccessary.
14592
14593 2001-12-03  Juergen Vigna  <jug@sad.it>
14594
14595         * text.C (rowLast): simplified code
14596
14597 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14598
14599         * lyxfunc.C: fix show options on timeout
14600
14601 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14602
14603         * screen.C (topCursorVisible): scroll half a page when the cursor
14604         reached top of bottom of screen
14605
14606 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14607
14608         * minibuffer.C: deactivate on loss of focus
14609
14610 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14611
14612         * vspace.[Ch] (operator!=): add operator.
14613
14614 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14615
14616         * BufferView_pimpl.C: refuse to open an inset when
14617         there's a selection.
14618
14619 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14620
14621         * BufferView_pimpl.C: allow to click on RHS of full row insets
14622
14623 2001-11-30  Juergen Vigna  <jug@sad.it>
14624
14625         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14626         insets for undo reasons.
14627
14628 2001-11-28  André Pönitz <poenitz@gmx.net>
14629
14630         * vspace.[Ch]: cosmetical changes
14631
14632 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14633
14634         * LyXAction.h:
14635         * LyXAction.C:
14636         * lyxfunc.h:
14637         * lyxfunc.C:
14638         * kbmap.h:
14639         * kbmap.C:
14640         * lyxrc.C:
14641         * kbsequence.h:
14642         * kbsequence.C: part re-write of old kb code
14643
14644         * Painter.C:
14645         * WorkArea.C: remove Lgb_bug_find_hack
14646
14647 2001-11-30  José Matos <jamatos@fep.up.pt>
14648
14649         * buffer.C (makeDocBookFile): add a comment to point a hack.
14650         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14651         Fixed a double write of labels.
14652
14653 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14654
14655         * LaTeX.C:
14656         * LaTeX.h Fixed bug in LaTeX class where it would not
14657         re-run latex if no depfiles were changed, but the .dvi was removed.
14658
14659 2001-11-28  André Pönitz <poenitz@gmx.net>
14660
14661         * all the files from the change on 2001/11/26:
14662         use lyx::layout_type instead of LyXTextClass::size_type
14663         use lyx::textclass_type instead of LyXTextClassList::size_type
14664
14665 2001-11-29  Juergen Vigna  <jug@sad.it>
14666
14667         * text.C: added support for paragraph::isFreeSpacing()
14668
14669         * buffer.C: same as above
14670
14671         * paragraph.h: inserted isFreeSpacing() function to enable
14672         FreeSpacing inside InsetERT.
14673
14674         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14675         of the paragraph's in the cut/copy buffer to 0!
14676
14677         * text2.C (removeRow): remove the assert as it can!
14678
14679         * lyxtext.h: added helper function firstRow returning firstrow and
14680         made firstrow private again.
14681
14682         * BufferView2.C (lockInset): don't relock if we're already locked!
14683
14684         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14685         the only paragraph.
14686         (removeRow): added Assert::(firstrow)
14687
14688         * debug.C: forgot to add INSETTEXT here.
14689
14690 2001-11-28  Juergen Vigna  <jug@sad.it>
14691
14692         * sp_spell.C (initialize): changed error text to more general
14693         spellchecker command use (not only ispell!)
14694
14695         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14696
14697         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14698
14699 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14700
14701         * vspace.C: initialise lyxgluelength on failure
14702
14703 2001-11-28  Allan Rae  <rae@lyx.org>
14704
14705         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14706         declaration & definition that looks like a function declaration.
14707
14708 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14709
14710         * BufferView2.C (copy):
14711         (copyEnvironment): do not clear the selection when doing a copy.
14712
14713         * text.C (paintFirstRow): compilation fix
14714
14715 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14716
14717         * tabular.C (Latex): correct line count when writing latex.
14718
14719 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14720
14721         * paragraph_pimpl.h:
14722         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14723           bug a bit
14724
14725 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14726
14727         * text.C:
14728         * LColor.h:
14729         * LColor.C: change vfillline->added_space
14730
14731         * text.C: add markers and text for added space
14732
14733         * vspace.C: fix comment
14734
14735 2001-11-28  André Pönitz <poenitz@gmx.net>
14736
14737         * paragraph.C: whitespace changes
14738         * all the other files from the change on 2001/11/26:
14739         change *::pos_type into lyx::pos_type
14740
14741 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14742
14743         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14744         language of the document when inserting error insets.
14745
14746 2001-11-26  André Pönitz <poenitz@gmx.net>
14747
14748         * BufferView_pimpl.[Ch]:
14749         *       CutAndPaste.C:
14750         * buffer.[Ch]:
14751         * lyxcursor.[Ch]:
14752         * lyxfind.C:
14753         * lyxfunc.C:
14754         * lyxrow.[Ch]:
14755         * paragraph.[Ch]:
14756         * paragraph_pimpl.[Ch]:
14757         * sp_spell.C:
14758         * text.C:
14759         * text2.C: reduce header dependencies, introduce type for positions
14760
14761 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14762
14763         * <various>: change to use Alert.h
14764
14765 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14766
14767         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14768         when encountering an unknown token.
14769         (readLyXformat2): Show an error message if there were unknown tokens.
14770
14771 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14772
14773         * BufferView2.C:
14774         * BufferView_pimpl.C:
14775         * buffer.C:
14776         * paragraph.h:
14777         * text.C:
14778         * text2.C: use par->isInset()
14779
14780 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14781
14782         * paragraph_pimpl.h:
14783         * paragraph_pimpl.C: cleanup
14784
14785 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14786
14787         * text2.C (removeRow):
14788         * text.C (setHeightOfRow): remove useless (and costly) call to
14789         getRow.
14790
14791 2001-11-20  Allan Rae  <rae@lyx.org>
14792
14793         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14794         Now need Inset*::checkInsertChar() to return true for appropriate
14795         cases so that the characters in the minibuffer will actually be
14796         inserted.
14797
14798 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14799
14800         * text.C: change the order of the includes.
14801         (workWidth): initialize it at once.
14802         (workWidth): make maxw unsigned
14803         (setHeightOfRow): remove unused variable (inset)
14804         (selectSelectedWord): remove unused variable (inset)
14805         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14806
14807 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14808
14809         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14810         server is not running.
14811         (openConnection):
14812         (closeConnection): add debug info when server is disabled.
14813
14814         * ColorHandler.C (getGCForeground): send debug message to GUI
14815         channel.
14816
14817         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14818
14819         * kbmap.C (bind): modify because return conventions of
14820         kb_sequence::parse have changed.
14821
14822         * kbsequence.C (parse): only ignore spaces and not any stupid
14823         control character. This avoids tests like s[i] <= ' ', which are
14824         guaranteed to fail with 8bit characters and signed chars.
14825         Change return code to string::npos when there have been no error
14826         (0 was a bad idea when error is at first character)
14827
14828 2001-11-14  José Matos  <jamatos@fep.up.pt>
14829
14830         * buffer.h:
14831         * buffer.C (simpleDocBookOnePar): removed unused argument.
14832
14833 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14834
14835         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14836         insets which are part of a word. Paragraph::isLetter takes care of
14837         that now. Use Paragraph::isInset to identify insets.
14838         (selectSelectedWord): do not test for hyphenation break.
14839
14840         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14841         that protected spaces are considered as spaces.
14842
14843         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14844         Inset::isLetter.
14845
14846 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14847
14848         * lyxserver.h:
14849         * lyxserver.C: fix it. and small cleanup.
14850
14851 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14852
14853         * BufferView_pimpl.C: use inline helpers
14854
14855         * LaTeXFeatures.h:
14856         * LaTeXFeatures.C: fix typos
14857
14858         * Spacing.h:
14859         * Spacing.C: move spacing_string into class
14860
14861         * ToolbarDefaults.C: move stuff into namespace anon
14862
14863         * layout.h: update enum
14864
14865         * lyxfunc.C: use better debug
14866
14867         * minibuffer.h: fix typo
14868
14869         * debug.h:
14870         * debug.C:
14871         * WorkArea.C: add and use Debug::WORKAREA
14872
14873         * lyxtext.h:
14874         * text.C:
14875         * text2.C: code re-organisation, inline helpers
14876
14877 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14878
14879         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14880         std::vector.empty().
14881
14882 2001-11-09  Allan Rae  <rae@lyx.org>
14883
14884         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14885         '\n's after tables.  Tabular and ERT inset work now makes this no
14886         longer necessary.
14887
14888 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14889
14890         * minibuffer.h:
14891         * minibuffer.C: fix crash, improve drop-down completion
14892
14893 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14894
14895         * lyxserver.h:
14896         * lyxserver.C: invalidate fd's when doing endPipe()
14897
14898 2001-11-08  José Matos  <jamatos@fep.up.pt>
14899
14900         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14901         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14902
14903         * paragraph.h:
14904         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14905
14906 2001-11-07  José Matos  <jamatos@fep.up.pt>
14907
14908         * buffer.h:
14909         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14910         const qualifier.
14911
14912         * buffer.C (sgmlOpenTag):
14913         * buffer.C (sgmlCloseTag): removed debug info.
14914
14915         * buffer.h (sgmlOpenTag):
14916         * buffer.h (sgmlCloseTag): made public.
14917
14918 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14919
14920         * buffer.C (saveParamsAsDefaults):
14921         * lyx_cb.C (MenuLayoutSave): remove
14922
14923         * LyXAction.C (init):
14924         * commandtags.h:
14925         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14926
14927 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14928
14929         * buffer.C (setPaperStuff): removed from here...
14930
14931         * bufferparams.C (setPaperStuff): ... and moved there.
14932
14933 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14934
14935         * minibuffer.h:
14936         * minibuffer.C:
14937         * XFormsView.C: add support for drop-down completion
14938
14939 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14940
14941         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14942         commands.
14943
14944 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14945
14946         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14947         disabled.
14948
14949 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14950
14951         * lyx_main.C: change ref to known bugs
14952
14953 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14954
14955         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14956         to work around older babel problems.
14957
14958 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14959
14960         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14961
14962 2001-10-24  Juergen Vigna  <jug@sad.it>
14963
14964         * tabular-old.C (ReadOld): below variable changes reflected.
14965
14966         * tabular.[Ch]: added ltType struct for longtable header/footer
14967         defines and changed all instances where they are used. Added
14968         future support for double top/bottom rows.
14969
14970 2001-10-24  José Matos  <jamatos@fep.up.pt>
14971
14972         * buffer.h (docbookHandleCaption):
14973         * buffer.C (docbookHandleCaption): removed unused function.
14974         (makeDocBookFile): moved docbook supported version to v4.1.
14975
14976 2001-10-24  José Matos  <jamatos@fep.up.pt>
14977
14978         * tabular.h:
14979         * tabular.C (docbookRow): new function to export docbook code of a row.
14980         (DocBook): now honors the longtable flags.
14981
14982 2001-10-23  José Matos  <jamatos@fep.up.pt>
14983
14984         * LaTeXFeatures.h:
14985         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14986         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14987
14988         * buffer.C (makeLinuxDocFile):
14989         (makeDocBookFile): reworked the preamble, more clean, and with
14990         support for lyx defined entities. Changed the document declaration
14991         to be more XML friendly.
14992
14993         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14994         if we need to output XML that should be done with a filter.
14995
14996 2001-10-22  Juergen Vigna  <jug@sad.it>
14997
14998         * sp_pspell.h (class PSpell): add alive function needed in the
14999         controller to see if the spellchecker could be started.
15000
15001 2001-10-22  Juergen Vigna  <jug@sad.it>
15002
15003         * buffer.C (insertStringAsLines): modify the font for inserting
15004         chars in certain conditions by calling checkInsertChar(font).
15005
15006 2001-10-19  Juergen Vigna  <jug@sad.it>
15007
15008         * text.C (workWidth): use getRow instead of wrong algorithm.
15009         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15010
15011 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
15012
15013         * lyxserver.h:
15014         * lyxserver.C:
15015         * lyx_main.h:
15016         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15017
15018 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15019
15020         * text.C (workWidth): do not search for the exact row when
15021         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15022         optimization for big documents.
15023
15024 2001-10-18  Juergen Vigna  <jug@sad.it>
15025
15026         * text.C (workWidth): new function with added Inset * parameter.
15027
15028 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15029
15030         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15031
15032         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15033         change return type of getColumnNearX.
15034
15035
15036         * text.C (changeRegionCase): use uppercase/lowercase instead of
15037         toupper/tolower.
15038         (leftMargin):
15039         (rightMargin): simplify code by factoring out the uses of
15040         textclasslist.
15041         (labelFill):
15042         (numberOfHfills):
15043         (setHeightOfRow):
15044         (appendParagraph): use Paragraph::size_type
15045
15046 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15047
15048         * vspace.C (asLatexString): add a missing break
15049
15050 2001-10-15  Herbert Voss  <voss@perce.de>
15051
15052         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15053
15054 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15055
15056         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15057         is not available.
15058
15059 2001-10-10  André Pönitz <poenitz@gmx.net>
15060
15061         * lyxfunc.C: removed greek_kb_flag.
15062
15063 2001-10-10  Herbert Voss  <voss@perce.de>
15064
15065         * lyx_main.C: delete global string help_lyxdir.
15066
15067 2001-10-09  Herbert Voss  <voss@perce.de>
15068
15069         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15070
15071         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15072
15073         * lyx_main.C: added global string help_lyxdir.
15074
15075         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15076
15077 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15078
15079         * lyxrc.C (set_font_norm_type): support iso8859-4
15080
15081 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15082
15083         * LaTeX.C (deplog): add another regex for MikTeX
15084
15085 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15086
15087         * lyxrc.C (set_font_norm_type): support iso8859-3
15088
15089 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15090
15091         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15092
15093         * LaTeXFeatures.C: remove special case of french and index
15094
15095         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15096         before \begin{document}). This solves several incompatibilities.
15097
15098 2001-10-03  Garst Reese  <reese@isn.net>
15099
15100         * lyx_cb.C: change CheckTex error msg.
15101
15102 2001-10-03  José Matos  <jamatos@fep.up.pt>
15103
15104         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15105
15106 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15107
15108         * .cvsignore: update
15109
15110         * lyx_main.C (commandLineVersionInfo): use new style version info.
15111
15112         * buffer.C (writeFile):
15113         (makeLaTeXFile):
15114         (makeLinuxDocFile):
15115         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15116
15117         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15118
15119         * version.h: update to use stuff in version.C
15120
15121         * version.C.in: new file. Contains version information determined
15122         at compile time. This is a merging of version.h and
15123         version_info.h.in.
15124
15125 2001-10-03  Juergen Vigna  <jug@sad.it>
15126
15127         * BufferView_pimpl.C (update): don't change "dirty" status in
15128         updateInset call.
15129
15130 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15131
15132         * WorkArea.C (c-tor): re-position version string slightly.
15133
15134 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15135
15136         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15137         revert to previous code.
15138
15139         WorkArea.[Ch]: (show, destroySplash): methods removed.
15140
15141         WorkArea.C: rework code so that it's an amalgam of the codes before and
15142         after the splash screen was moved to WorkArea.
15143
15144 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15145
15146         * lyxrc.C (read):
15147         * vspace.C (inPixels):
15148         (lyx_advance):
15149         * kbmap.C (bind):
15150         * buffer.C (insertStringAsLines):
15151         (asciiParagraph): fix types to be large enough
15152
15153         * lyxlex_pimpl.h: change member status from short to int
15154
15155         * layout.h: fix type of endlabeltype
15156
15157         * kbmap.C (bind):
15158         * kbsequence.C (parse): change return type to string::size_type
15159
15160         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15161         variable
15162
15163         * Bullet.C (bulletSize):
15164         (bulletEntry): do not use short ints as parameters
15165
15166         * BufferView2.C (insertLyXFile): change a char to an int.
15167
15168         * WorkArea.C (WorkArea): remove unneeded floats in computation
15169
15170 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15171
15172         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15173
15174         * paragraph.C (asString): Do not ignore newline/hfill chars when
15175         copying to the clipboard.
15176
15177 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15178
15179         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15180         after a multi-line inset.
15181
15182 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15183
15184         * paragraph.C (validate): Set NeedLyXFootnoteCode
15185
15186 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15187
15188         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15189         and decrease-error to decrease.
15190
15191 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15192
15193         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15194         it more readable (should be equivalent)
15195
15196 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15197
15198         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15199
15200 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15201
15202         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15203         of a cursor (row, etc.) after a character has been deleted
15204         (deleteEmptyParagraphMechanism): call the method above on _all_
15205         cursors held by the LyXText when a double space has been
15206         detected/deleted.
15207
15208 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15209
15210         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15211         pixmap.
15212         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15213
15214         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15215         background. Use greyOut() and the new show() methods to toggle between
15216         the foreground and background. Add code to remove the splash after
15217         its initial showing.
15218
15219         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15220         (create_forms): no longer call Dialogs::showSplash.
15221
15222 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15223
15224         * .cvsignore: add version_info.h
15225
15226 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15227
15228         * version_info.h.in: new file
15229
15230         * Makefile.am: add version_info.h.in
15231
15232         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15233         version_info.h instead of VERSION_INFO
15234
15235 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15236
15237         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15238         The ERT inset now returns string().
15239
15240 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15241
15242         * lyxtext.h, text.C (selectNextWord): renamed as
15243         selectNextWordToSpellcheck.
15244
15245         * text.C (selectNextWordToSpellcheck): Modified to not select
15246         words inside an ERT inset.
15247
15248 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15249
15250         * lyx_cb.C (MenuLayoutSave): change a bit the question
15251
15252         * sp_base.h: include <sys/types.h>
15253
15254 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15255
15256         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15257
15258 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15259
15260         * several files: fix typos in user-visible strings
15261
15262 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15263
15264         * text2.C (pasteSelection): do not set the selection, since it
15265         will be cleared later. Actually, the intent was to fix the way the
15266         selection was set, but I figured rmoving the code was just as good.
15267
15268 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15269
15270         * FontLoader.C (available): Check if font is available without
15271         loading the font.
15272
15273 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15274
15275         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15276
15277 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15278
15279         * lyxrc.[Ch]: added display_graphics variable and associated code.
15280
15281 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15282
15283         * bufferparams.C (hasClassDefaults): new method. Returns true if
15284         the buffer parameters correspond to known class defaults
15285
15286 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15287
15288         * XFormsView.C (show): set minimum size to the main window.
15289
15290 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15291
15292         * text2.C (copySelection):
15293         (cutSelection):
15294         * lyxfind.C (LyXReplace):
15295         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15296         LyXText::selectionAsString.
15297
15298         * paragraph.C (asString): add "label" argument to the second form
15299
15300         * text2.C (selectionAsString): add "label" argument and pass it to
15301         Paragraph::asString.
15302
15303 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15304
15305         * lyx_main.C (commandLineHelp): remove version information
15306
15307 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15308
15309         * lyx_main.C: add -version commandline option
15310
15311 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15312
15313         * paragraph.h: make the optional constructor arg required instead.
15314         some modifications to other files because of this.
15315
15316         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15317
15318         * lyxserver.C (C_LyXComm_callback): make it static
15319
15320         * lyx_main.C (error_handler): make it static
15321
15322         * lyx_gui.C (LyX_XErrHandler): make it static
15323
15324         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15325
15326         * WorkArea.C: make the extern "C" methods static.
15327
15328         * Makefile.am (lyx_LDADD): simplify
15329
15330 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15331
15332         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15333         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15334
15335         * LyXAction.C (init):
15336         * lyxfunc.C (dispatch): associated code removal.
15337
15338 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15339
15340         * lyxfont.h (isSymbolFont): shut off warning
15341
15342         * text.C (setHeightOfRow):
15343         (getVisibleRow): fix crash with empty paragraphs which have a
15344         bottom line
15345
15346 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15347
15348         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15349         code.
15350
15351 2001-09-04  José Matos  <jamatos@fep.up.pt>
15352         * buffer.C
15353         * buffer.h
15354         * tabular.C (docbook): rename docBook method to docbook.
15355
15356 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15357
15358         * Makefile.am: add dependencies to main.o.
15359
15360 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15361
15362         * FontLoader.C (available): Return false if !lyxrc.use_gui
15363
15364 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15365
15366         * FontInfo.C (query):
15367         * converter.C (view):
15368         * importer.C (Import):
15369         * exporter.C (Export): Can not -> cannot.
15370
15371 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15372
15373         * BufferView_pimpl.C: allow to create index inset even if
15374           string is empty
15375
15376 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15377
15378         * buffer.C (getLists): replace boost::tie code with an explicit pair
15379         as boost::tie can break some compilers.
15380
15381         * iterators.h: Added a std:: declaration to the return type of
15382         ParIterator::size.
15383
15384 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15385
15386         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15387           case.
15388
15389 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15390
15391         * iterators.[Ch]: New files. Provide paragraph iterators.
15392
15393         * buffer.C (changeLanguage): Use paragraph iterators.
15394         (isMultiLingual): ditto
15395
15396         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15397
15398 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15399
15400         * FontLoader.C: Support for cmr font.
15401
15402 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15403
15404         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15405         (available): New method.
15406
15407         * FontInfo.C (getFontname): Use scalable fonts even when
15408         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15409         found.
15410
15411 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15412
15413         * converter.C (Formats::view): reverted! Incorrect fix.
15414
15415 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15416
15417         * converter.C (Formats::view): only output the -paper option
15418         if the dvi viewer is xdvi, thereby fixing bug #233429.
15419
15420 2001-08-23  Herbert Voss  <voss@perce>
15421
15422         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15423
15424 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15425
15426         * Spacing.h (Spacing): Set space to Default on in the default
15427         constructor.
15428
15429 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15430
15431         * vc-backend.h (RCS::versionString): add RCS to version
15432         (CVS::versionString): add CVS to version
15433
15434         * vc-backend.C (scanMaster): do not add CVS to version.
15435         (scanMaster): do not add RCS to version
15436
15437         * lyxvc.C (versionString): new method
15438
15439         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15440
15441 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15442
15443         * Spacing.C (set): initialize fval
15444
15445 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15446
15447         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15448         " or \.
15449
15450 2001-08-16  Juergen Vigna  <jug@sad.it>
15451
15452         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15453
15454 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15455
15456         * BufferView_pimpl.C:
15457         * figureForm.C:
15458         * lyxtext.h:
15459         * text2.C: setParagraph takes linespacing now
15460
15461 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15462
15463         * LyxAction.C: add internal LFUN_CITATION_INSERT
15464
15465         * LyXView.C: actually apply fix
15466
15467         * bufferlist.C: fix open non-existent file
15468
15469         * lyxfind.C: fix indentation
15470
15471         * lyxfunc.C: remove unneeded assert, fix typo
15472
15473 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15474
15475         * MenuBackend.C: use "Floatname List"
15476
15477 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15478
15479         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15480         when converting LaTeX layout to insetERT.
15481         Generate a non-collapsed float when reading old float
15482
15483 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15484
15485         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15486         ERT insets.
15487
15488 2001-08-13  Juergen Vigna  <jug@sad.it>
15489
15490         * text.C (fill): return 0 instead of 20 as this seems to be the more
15491         correct value.
15492
15493 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15494
15495         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15496         lyxrc.font_norm.
15497
15498 2001-08-13  Juergen Vigna  <jug@sad.it>
15499
15500         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15501         casesensitive off.
15502         (SearchBackward): comment out the unlocking of the inset_owner this
15503         should not be needed!
15504
15505 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15506
15507         * Many files: Remove inherit_language, and add latex_language
15508
15509         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15510         collapsible insets.
15511
15512 2001-08-10  Juergen Vigna  <jug@sad.it>
15513
15514         * text.C (prepareToPrint): fixed hfill-width in draw!
15515
15516         * BufferView2.C (selectLastWord): save the selection cursor as this
15517         now is cleared in the function LyXText::clearSelection!
15518
15519 2001-08-08  Juergen Vigna  <jug@sad.it>
15520
15521         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15522         BACKSPACE type functions.
15523
15524         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15525         is only cutted from the document but not put in the cut-buffer, where
15526         still the old stuff should be.
15527
15528         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15529
15530         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15531
15532         * tabular.C (SetWidthOfCell): fixed special case where the width
15533         was not updated!
15534         (LeftLine): handle '|' in align_special.
15535         (RightLine): ditto
15536         (LeftAlreadyDrawed): ditto
15537         (SetWidthOfCell): ditto
15538
15539 2001-08-07  Juergen Vigna  <jug@sad.it>
15540
15541         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15542
15543 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15544
15545         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15546         * lyxlex.[hC]: ditto
15547
15548 2001-08-06  Juergen Vigna  <jug@sad.it>
15549
15550         * text.C (getVisibleRow): fix up row clearing a bit.
15551
15552 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15553
15554         * minibuffer.C: make sure the X server sees the changes in the input.
15555
15556 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15557
15558         * paragraph.C (getFont): split into...
15559         (getLabelFont): this
15560         (getLayoutFont): and this
15561         * paragraph_pimpl.C (realizeFont): calling this
15562
15563         * text2.C (getFont): split into...
15564         (getLayoutFont): this
15565         (getLabelFont): and this
15566         (realizeFont): all three calling this
15567
15568         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15569         files where used.
15570
15571 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15572
15573         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15574
15575 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15576
15577         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15578         layouts from the Quote inset insertion.
15579
15580 2001-08-03  Juergen Vigna  <jug@sad.it>
15581
15582         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15583
15584         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15585         only if status not is already CHANGED_IN_DRAW (second level).
15586
15587         * text.C (draw): don't set the need_break_row when inside an
15588         InsetText LyXText.
15589
15590 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15591
15592         * buffer.C (parseSingleLyXformat2Token): handle more latex
15593         conversion cases.
15594
15595         * bufferview_funcs.[hC]: change function names to
15596         begin with small char, adjust other files.
15597
15598 2001-08-02  André Pönitz <poenitz@gmx.net>
15599
15600         * lyxfunc.C:
15601         BufferView_pimpl.C: remove broken special code for math-greek
15602
15603 2001-08-02  Juergen Vigna  <jug@sad.it>
15604
15605         * BufferView_pimpl.C (update): redone this function so that we
15606         update the text again if there was a CHANGE_IN_DRAW.
15607
15608         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15609         (drawFromTo): added a new internal bool which is used by draw() and
15610         redraw() function.
15611         (general): some cursor drawing problems fixed.
15612
15613 2001-08-01  Juergen Vigna  <jug@sad.it>
15614
15615         * lyxfind.C (LyXFind): fixed
15616         (SearchForward): ditto
15617         (SearchBackward): ditto
15618
15619         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15620         spurius drawing of the cursor in the main area.
15621
15622         * text2.C (status): small fix which could lead to a segfault!
15623         (clearSelection): remove unneeded BufferView param.
15624
15625 2001-08-01  André Pönitz <poenitz@gmx.net>
15626
15627         * lyxfunc.C: small change due to changed mathed interface
15628
15629 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15630
15631         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15632
15633 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15634
15635         * lyxfunc.c: fail gracefully if file doesn't exist
15636
15637         * LyXSendto.C:
15638         * buffer.C:
15639         * lyxfunc.C:
15640         * BufferView_pimpl.C: IsDirWriteable() proto changed
15641
15642         * LyXView.C: fix updateWindowTitle() to store the last title
15643
15644 2001-07-31  Juergen Vigna  <jug@sad.it>
15645
15646         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15647         the font (wrong since using of Paragraph::highestFontInRange).
15648
15649         * paragraph.C (highestFontInRange): added a default_size parameter.
15650
15651         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15652         (setHeightOfRow): reformat
15653
15654 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15655
15656         * converter.[hC] + affected files: move to (inital-char)lowercase
15657         function names.
15658
15659         * ParagraphParameters.C (ParagraphParameters): remove commented code
15660
15661         * PainterBase.[Ch]: remove commented code
15662
15663         * LaTeXFeatures.h: add "bool floats" for float.sty
15664
15665         * LaTeXFeatures.C (LaTeXFeatures): init floats
15666         (require): handle float
15667         (getPackages): do it with floats
15668
15669 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15670
15671         * BufferView_pimpl.C (Dispatch): improve handling of
15672         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15673
15674         * commandtags.h: #include lyxfont.h here temporarily to avoid
15675         keybinding bug.
15676
15677         * bufferlist.h: include LString.h here.
15678
15679 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15680
15681         * text2.C (getStringToIndex): new method.
15682
15683 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15684
15685         * *: Reduced header file dependencies all over.
15686
15687 2001-07-30  Baruch Even  <baruch@lyx.org>
15688
15689         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15690
15691 2001-07-29  Baruch Even  <baruch@lyx.org>
15692
15693         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15694
15695 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15696
15697         * ParameterStruct.h (endif): add a default constructor to make
15698         sure that all variables is initialized.
15699
15700         * ParagraphParameters.C (ParagraphParameters): adjust
15701
15702 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15703
15704         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15705         index; also, check that there is something to index, and that it
15706         does not span over several paragraphs.
15707         (doubleClick): use WHOLE_WORD_STRICT for double click.
15708
15709         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15710
15711         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15712         scheme.
15713
15714 2001-07-26  Baruch Even  <baruch@lyx.org>
15715
15716         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15717         an InsetFig figure, backwards compatible reading of old figure code.
15718
15719 2001-07-27  Juergen Vigna  <jug@sad.it>
15720
15721         * text2.C: font.realize function adaption.
15722
15723         * text.C (draw): add a warnings lyxerr text if needed.
15724
15725         * layout.C: font.realize function adaption.
15726
15727         * language.C: add inherit_language and implement it's handlings
15728
15729         * bufferview_funcs.C (StyleReset): remove language parameter from
15730         font creation (should be language_inherit now).
15731
15732         * bufferparams.C (writeFile): handle ignore_language.
15733
15734         * paragraph.C (getFontSettings): the language has to be resolved
15735         otherwise we have problems in LyXFont!
15736
15737         * lyxfont.C (lyxWriteChanges): added document_language parameter
15738         (update): removed unneeded language parameter
15739
15740         * paragraph.C (validate): fixed wrong output of color-package when
15741         using interface colors for certain fonts in certain environments,
15742         which should not seen as that on the final output.
15743
15744 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15745
15746         * BufferView_pimpl.C:
15747         * Thesaurus.h:
15748         * Thesaurus.C:
15749         * Makefile.am:
15750         * commandtags.h:
15751         * LyXAction.C: add thesaurus support
15752
15753         * lyxfind.h:
15754         * lyxfind.C: add "once" parameter, for thesaurus, to not
15755           move to the next match
15756
15757 2001-07-26  Juergen Vigna  <jug@sad.it>
15758
15759         * lyxfont.C (realize): honor ignore_language too!
15760         (resolved): ditto.
15761
15762         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15763
15764         * text.C (draw): one place more for ignore_language to not draw
15765         itself!
15766
15767 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15768
15769         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15770
15771 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15772
15773         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15774         the minipage conversion problem.
15775
15776 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15777
15778         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15779         insert an inset.
15780
15781 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15782
15783         * BufferView.h: don't forward declare WorkArea
15784
15785         * BufferView.C: don't include WorkArea.h
15786
15787 2001-07-25  André Pönitz <poenitz@gmx.net>
15788
15789         * commandtags.h:
15790         * LyXAction.C:
15791         * lyxfunc.C:  new LFUN 'math-space'
15792
15793         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15794
15795 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15796
15797         * text2.C (toggleInset): call open/close
15798
15799 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15800
15801         * lyxfunc.C (dispatch): add debug for the disabled case
15802
15803         * font.C (buttonText): make similar to rectText
15804
15805         * buffer.C (readInset): comment out parsing of insetlist and
15806         insttheorem
15807
15808         * PainterBase.C (rectText): small correction
15809
15810         * BufferView_pimpl.C: comment out insettheorem and insetlist
15811         * LyXAction.C: ditto
15812         * commandtags.h: ditto
15813
15814 2001-07-24  Juergen Vigna  <jug@sad.it>
15815
15816         * text.C (draw): honor the ignore_language.
15817
15818         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15819
15820 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15821
15822         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15823         char inset.
15824
15825 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15826
15827         * lyxtext.h: remove unused (and unimplemented) methods
15828
15829 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15830
15831         * text.C (getVisibleRow): honor background color
15832
15833         * PainterBase.h:
15834         * Painter.h: remove default color argument for fillRectangle
15835
15836         * text.C (backgroundColor): new method
15837
15838 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15839
15840         * text.C (getVisibleRow): adjust
15841
15842         * font.[Ch] (rectText): new method, metrics
15843         (buttonText): new method, metrics
15844
15845         * PainterBase.[hC]: make rectText and buttonText always draw and take
15846         fewer paramteres.
15847
15848 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15849
15850         * ToolbarDefaults.C (read):
15851         * MenuBackend.C (read): allow escaping in all strings
15852
15853         * BufferView_pimpl.C (insertAndEditInset): new method.
15854         (Dispatch): use insertAndEditInset whenever appropriate.
15855
15856         * BufferView_pimpl.C (insertNote): removed
15857
15858         * BufferView_pimpl.C (smartQuote): new method, moved from
15859         BufferView; if an insetquote cannot be inserted, insert a '"'
15860         character instead.
15861
15862         * BufferView2.C: remove insertCorrectQuote();
15863
15864         * lyxfunc.C (getStatus): Add support for all remaingin
15865         inset-insert lfuns.
15866
15867         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15868
15869         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15870         command (necessary to pass " as parameter of self-insert.
15871
15872         * text.C (selectWordWhenUnderCursor):
15873         (selectWord): add word_location parameter
15874         (selectWordWhenUnderCursor): same + remove special code for word
15875         boundary.
15876         (selectNextWord): use kind() to guess type of insetspecialchar,
15877         not latex().
15878
15879         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15880         (insertErtContents): create ert insets as collapsed.
15881         (readInset): better compatibility code for Info inset.
15882
15883 2001-07-20  Juergen Vigna  <jug@sad.it>
15884
15885         * lyxfunc.C (dispatch): use always LyXFind now!
15886
15887         * text2.C (init): add a reinit flag so that the LyXText can be
15888         reinited instead of deleted and reallocated (used in InsetText).
15889
15890         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15891
15892         * text.C: ditto
15893
15894         * text2.C: ditto
15895
15896 2001-07-18  Juergen Vigna  <jug@sad.it>
15897
15898         * text.C (selectNextWord): handle insets inside inset by calling
15899         always the bv->text functions so that we can go up the_locking_inset!
15900
15901         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15902         in strange locations when inside an inset!
15903
15904         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15905         handling to include insets.
15906
15907         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15908
15909 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15910
15911         * LyXAction.C (init):
15912         * commandtags.h:
15913         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15914         LIGATURE_BREAK, since the name is so stupid.
15915
15916 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15917
15918         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15919         InsetInfos.
15920
15921         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15922
15923         * sp_form.[Ch]: remove.
15924
15925         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15926
15927         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15928         InsetInfo.
15929
15930         * src/buffer.C (readInset): ditto.
15931
15932 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15933
15934         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15935         menuSeparator(), endOfSentenceDot(), ldots() and
15936         hyphenationPoint(), which are therefore removed.
15937         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15938
15939         * LyXAction.C (init):
15940         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15941
15942         * paragraph.C (getWord): removed.
15943
15944         * BufferView_pimpl.C (Dispatch): use last word or selection for
15945         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15946
15947         * lyx_main.C (queryUserLyXDir): do not ask before creating
15948         user_dir, except if it has been named explicitely.
15949
15950 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15951
15952         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15953         a document of zero size.
15954
15955 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15956
15957         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15958         approriately in the c-tor and in require().
15959         (getPackages): output the appropriate LaTeX for natbib support.
15960
15961         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15962         variables "use_natbib" and "use_numerical_citations" when reading the
15963         LyX file.
15964         (readInset): read the various natbib cite commands.
15965         (validate): white-space change.
15966
15967         * bufferparams.[Ch]: new variables "bool use_natbib" and
15968         "bool use_numerical_citations".
15969         (writeFile): output them in the LyX file.
15970
15971 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15972
15973         * lyxfunc.C (getStatus): add support for all the inset insertion
15974         commands.
15975
15976         * text2.C (insertInset):
15977         * paragraph.C (insetAllowed):
15978         * BufferView_pimpl.C (insertInset): update to take in account the
15979         renaming of insertInsetAllowed
15980
15981         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15982
15983         * text2.C (getInset): new method. returns inset at cursor position.
15984
15985         * BufferView_pimpl.C (Dispatch): changes because of this.
15986
15987         * LyXAction.C (init): rename open-stuff to inset-toggle.
15988
15989         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15990
15991         * text2.C (toggleInset): renamed from openStuff; use
15992         Inset::open().
15993
15994 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15995
15996         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15997
15998         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15999
16000 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
16001
16002         * buffer.C (readLyXformat2): Add filename to the error dialog
16003
16004 2001-07-18  Juergen Vigna  <jug@sad.it>
16005
16006         * tabular.C (GetCellNumber): put an assert here instead of the check!
16007
16008 2001-07-17  Juergen Vigna  <jug@sad.it>
16009
16010         * BufferView_pimpl.C (toggleSelection): adapted too.
16011
16012         * text.C (selectNextWord): adapted for use with insets.
16013         (selectSelectedWord): ditto
16014
16015 2001-07-17  Juergen Vigna  <jug@sad.it>
16016
16017         * sp_spell.C (PSpell): fix initialitation order.
16018
16019 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16020
16021         * paragraph.C: spacing
16022
16023 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16024
16025         * sp_spell.C: repair language selection for pspell
16026
16027 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16028
16029         * lyxfunc.h: change more methods to begin with lower char.
16030
16031 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16032
16033         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16034         for unknown layouts.
16035
16036 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16037
16038         * buffer.C (readLyXformat2): Generate an error dialog if there are
16039         unknown layouts.
16040
16041 2001-07-16  Juergen Vigna  <jug@sad.it>
16042
16043         * sp_spell.C: always compile ISpell part.
16044
16045         * lyxrc.C: added use_pspell entry and it's handling.
16046
16047 2001-07-13  Juergen Vigna  <jug@sad.it>
16048
16049         * sp_spell.C: removed double includes.
16050
16051 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16052
16053         Consistent use of Lsstream.h:
16054         * Lsstream.h: added using std::stringstream for consistencies sake.
16055
16056         * buffer.C: removed using std::stringstream
16057
16058         * lyxfont.C (stateText):
16059         * paragraph.C (asString):
16060         * text.C (selectNextWord, selectSelectedWord):
16061         * text2.C (setCounter):
16062         * vspace.C (asString, asLatexString):
16063         std::ostringstream -> ostringstream.
16064
16065 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16066
16067         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16068         * commandtags.h: add LFUN_HELP_ABOUTLYX
16069         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16070
16071 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16072
16073         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16074         cursorToggle()
16075         * lyx_gui_misc.C: remove spellchecker
16076         * lyxfunc.C: showSpellchecker
16077         * sp_base.h: added
16078         * sp_ispell.h: added
16079         * sp_pspell.h: added
16080         * sp_spell.C: added
16081         * sp_form.[Ch]: removed
16082         * spellchecker.[Ch]: removed
16083
16084 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16085
16086         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16087         is set.
16088         (simpleTeXSpecialChars): Simply print the input character without
16089         any special translation if pass_thru is set.
16090
16091         * layout.h: Added bool pass_thru to layout class for being able to
16092         implement pass through of a paragraph for Literate Programming.
16093
16094         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16095         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16096         * layout.C (Read): add "passthru" to list of layout tags and add
16097         code to set the pass_thru boolean when it is read.
16098
16099 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16100
16101         * trans_decl.h: remove allowed from KmodInfo
16102
16103         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16104         remove allowed code
16105         (Load): adjust
16106
16107         * paragraph_pimpl.C (erase): use boost::prior
16108
16109         * Painter.C (text): use data() instead of c_str() when length is
16110         also provided.
16111         * WorkArea.C (putClipboard): ditto
16112         * font.h (width): ditto
16113
16114         * BufferView2.C: use it-> instead of (*it). for iterators
16115         * texrow.C: ditto
16116         * paragraph_pimpl.C: ditto
16117         * paragraph.C: ditto
16118         * minibuffer.C: ditto
16119         * language.C: ditto
16120         * kbmap.C: ditto
16121         * encoding.C: ditto
16122         * counters.C: ditto
16123         * converter.C: ditto
16124         * chset.C: ditto
16125         * Variables.C: ditto
16126         * TextCache.C: ditto
16127         * MenuBackend.C: ditto
16128         * LyXAction.C: ditto
16129         * LColor.C: ditto
16130         * FloatList.C: ditto
16131         * DepTable.C: ditto
16132         * ColorHandler.C (LyXColorHandler): ditto
16133
16134 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16135
16136         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16137
16138         * text2.C (openStuff): reintroduce this method (which had been
16139         nuked in NEW_INSETS frenzy).
16140
16141         * lyxfunc.C (Dispatch): when an action has not been handled, use
16142         its name in the error message, not its number.
16143
16144         * paragraph.C (inInset): change method name to begin with lowercase.
16145
16146         * undo_funcs.C:
16147         * text2.C: updates because of this.
16148
16149 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16150
16151         * ToolbarDefaults.C (add): add spaces in error message
16152
16153 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16154
16155         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16156         (readLyXformat2): rename return_par to first_par, use lyxlex's
16157         pushToken and remove the manual push handling.
16158         (parseSingleLyXformat2Token): add another ert comp. variable:
16159         in_tabular, rename return_par to first_par. handle newlines better
16160
16161 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16162
16163         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16164
16165 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16166
16167         * text2.C (getParFromID): removed
16168
16169         * buffer.C (getParFromID): new method moved form lyxtext.
16170         * BufferView2.C (insertErrors): adjust
16171         (setCursorFromRow): adjust
16172         * BufferView_pimpl.C (restorePosition): adjust
16173         * lyxfunc.C (Dispatch): adjust
16174         * undo_funcs.C (textUndo): adjust
16175         (textRedo): adjust
16176         (textHandleUndo): adjust
16177         (textHandleUndo): adjust
16178
16179 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16180
16181         * buffer.C: up' the LYX_FORMAT
16182
16183         * lyxfont.h: turn NO_LATEX on as default
16184
16185         * buffer.C (insertErtContents): new methods of tex style compability.
16186         (parseSingleLyXformat2Token): use it several places.
16187         * tabular.C (OldFormatRead): and here
16188
16189 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16190
16191         * text2.C: remove some commented code.
16192         reindent file.
16193
16194         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16195         * trans.C: changes because of the above.
16196
16197 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16198
16199         * text2.C (setCounter): Fix counters bug with bibliography layout.
16200
16201 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16202
16203         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16204         own member functions
16205         (simpleTeXSpecialChars): ditto
16206
16207 2001-07-06  Juergen Vigna  <jug@sad.it>
16208
16209         * a lot of files: changed the access to LyXText::status and the
16210         call of undo-functions.
16211
16212         * undo.[Ch]: added a inset_id to the undo informations.
16213
16214         * undo_funcs.[Ch]: added and moved here all undo functions.
16215
16216         * lyxtext.h: give the status enum a weight, made status_ a private
16217         variable and made accessor functions for it, removed the whole bunch
16218         of undo-functions as they are now in their own file, make some
16219         functions publically available. Added function ownerParagraph with
16220         int parameter.
16221
16222         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16223         made InInset() a const function, added getParFromID() function.
16224
16225         * buffer.[Ch]: added const version for inset_iterator functions,
16226         added getInsetFromID() function.
16227
16228         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16229         changed undo functions for new version.
16230
16231 2001-07-05  Juergen Vigna  <jug@sad.it>
16232
16233         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16234         unknow mechanism does not call the proper constructor but only this
16235         one also if I request the other!?
16236
16237 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16238
16239         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16240
16241         * text2.C (LyXText): use initialization lists.
16242
16243         * lyxtext.h (Selection): initialize set_ and mark_
16244         (init): remove method
16245
16246 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16247
16248         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16249
16250 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16251
16252         * screen.[Ch]: change method names to begin with lowercase
16253
16254         * BufferView_pimpl.C (updateScrollbar): simplify further and
16255         hopefully make it a bit faster.
16256
16257 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16258
16259         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16260         calling directly xforms functions.
16261
16262         * Painter.C (Painter):
16263         * lyx_cb.C (MenuWrite):
16264         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16265         fl_display.
16266
16267         * lyx_gui.C: remove bogus guiruntime extern declaration.
16268
16269 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16270
16271         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16272         in NEW_INSETS
16273         (redoDrawingOfParagraph): ditto
16274         (redoParagraphs): ditto
16275         (cutSelection): don't create a object for CutAndPaste use the
16276         static method directly
16277         (pasteSelection): ditto
16278
16279         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16280         LyXview (+ rename)
16281
16282 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16283
16284         * modifications to some other files because of this.
16285
16286         * Makefile.am (lyx_SOURCES): add XFormsView
16287
16288         * XFormsView.[Ch]: new files
16289
16290         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16291         the main window. Move the gui dependent stuff to XFormsView
16292
16293 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16294
16295         * tabular.C (GetCellInset): update cur_cell also in the row/col
16296         version of this function.
16297
16298         * lyxfunc.C: no need to include figure_form.h here.
16299
16300         * FontLoader.h:
16301         * lyxfunc.h:
16302         * lyxscreen.h:
16303         * text2.C:
16304         * lyxvc.C: no need to include forms.h here.
16305
16306 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16307
16308         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16309
16310         * lyxfunc.C (Dispatch):
16311         * Spacing.C (set):
16312         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16313         constructor argument.
16314
16315 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16316
16317         * paragraph.C (Paragraph): dont't clear, and just set layout.
16318         (makeSameLayout): use params's copy contructor.
16319
16320         * ParagraphParameters.[Ch] (makeSame): delete method
16321
16322 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16323
16324         * Variables.[Ch]: fix indentation, rename set to isSet
16325
16326 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16327
16328         * lyxfunc.C (Dispatch): fix typo
16329
16330 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16331
16332         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16333         upper_bound.
16334
16335         * bufferlist.C: include assert.h for emergencyWrite().
16336
16337 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16338
16339         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16340           give up at last (bug #425202) !
16341
16342 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16343
16344         * lyx_gui_misc.C:
16345         * sp_form.h:
16346         * sp_form.C:
16347         * spellchecker.h:
16348         * spellchecker.C: strip spellchecker options and bring up
16349           preferences tab instead
16350
16351 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16352
16353         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16354         the istringstream constructor
16355
16356 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16357
16358         * paragraph.C (getLayout): fix return value
16359
16360         * paragraph.h: do not declare getLayout as inline.
16361
16362         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16363
16364 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16365
16366         * lyxcursor.h (operator<): new func
16367         (operator>): new func
16368         (operator>=): new func
16369         (operator<=): new func
16370
16371         * text.C (changeCase): use selection.start and selection.end
16372         (changeRegionCase): require from to be <= to. Require par to be a
16373         valid paragraph.
16374
16375         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16376
16377 2001-06-27  Juergen Vigna  <jug@sad.it>
16378
16379         * text.C (cursorLeftOneWord): changed to return the cursor and added
16380         overlay with BufferView * parameter which calls this one.
16381         (getWord): added
16382         (selectWord): use new getWord function.
16383         (changeCase): renamed from changeWordCase as and extended to work
16384         also on selections.
16385
16386         * lyxtext.h: added enum word_location
16387
16388         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16389         changeCase as this operates now also on selections.
16390
16391 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16392
16393         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16394
16395         * many files: send debug output to Debug::INFO instead of
16396         Debug::ANY.
16397
16398         * converter.C (View):
16399         (Convert):
16400         (Move): send debug output to Debug::FILES instead of console.
16401
16402 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16403
16404         * lyxfunc.C (getStatus): use func_status
16405
16406         * func_status.h: new header, describing the results of
16407         LyXFunc::getStatus;
16408
16409         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16410         LFUN_MATH_HALIGN.
16411
16412 2001-06-25  The LyX Project  <jug@sad.it>
16413
16414         * buffer.C (sgmlOpenTag):
16415         (sgmlCloseTag):
16416         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16417
16418 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16419
16420         * text2.C: remove some dead code
16421
16422         * tabular.C (GetCellInset): store the last cell checked (gotten)
16423
16424         * tabular.h: add the helper for the speedup
16425
16426         * lyxtext.h: remove some dead code
16427
16428 2001-06-26  The LyX Project  <Asger>
16429
16430         * paragraph.C: Change export to LaTeX of alignment to
16431         \begin{center} and family for better roundtrip work with reLyX.
16432
16433         * Tune the math drawing a bit.
16434
16435 2001-06-25  The LyX Project  <Asger>
16436
16437         * LColor.C (LColor): New color for math background. New color
16438         for buttons.
16439
16440 2001-06-25  The LyX Project  <jug@sad.it>
16441
16442         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16443
16444         * lyxfunc.C (Open):
16445         * bufferlist.C (newFile): do not restrict to files ending with
16446         .lyx
16447
16448         * BufferView_pimpl.C (MenuInsertLyXFile):
16449
16450 2001-06-24  The LyX Project  <jug@sad.it>
16451
16452         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16453         of compare_no_case
16454
16455 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16456
16457         * lyxtext.h: rename most methods to begin with a small char.
16458         Lots of changes because of this.
16459
16460         * paragraph.C (Paragraph): do not call fitToSize
16461         (erase): call Pimpl::erase
16462         (insertChar): call Pimpl::insertChar
16463         (insertInset): call Pipl::insertInset
16464         (breakParagraph): do not call fitToSize
16465         (breakParagraphConservative): do not call fitToSize
16466         (fitToSize): remove method
16467
16468         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16469
16470 2001-06-24  The LyX Project  <Asger>
16471
16472         * Fix Qt compilation^2
16473
16474 2001-06-24  The LyX Project  <jug@sad.it>
16475
16476         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16477         depthHook(getDepth()-1).
16478
16479         * paragraph.h:
16480         * ParagraphParameters.h:
16481         * ParameterStruct.h: change type of depth to unsigned int ==
16482         depth_type. Many adaptations to other files before of that.
16483
16484 2001-06-24  The LyX Project  <Asger>
16485
16486         * Fix Qt compilation.
16487
16488 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16489
16490         * paragraph.h: renamed several methods to begin with small letter.
16491         several changes to many parts of the code because of this.
16492
16493 2001-06-23  The LyX Project  <jug@sad.it>
16494
16495         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16496         rewritten to discard all double spaces when KeepEmpty is off
16497         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16498         to only handle newlines but not fiddle with spaces and friends.
16499
16500         * lyxfunc.C (MenuNew): when doing 'new from template', use
16501         template_path as default directory
16502
16503 2001-06-23  The LyX Project  <Asger>
16504
16505         * Clean-up of header file includes all over
16506         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16507
16508 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16509
16510         * paragraph.h: renamed from lyxparagraph.h
16511
16512 2001-06-23  Asger  <lyx@violet.home.sad.it>
16513
16514         * Buffer.h: Removed Buffer::resize
16515         * BufferList.h: Removed BufferList::resize
16516         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16517         the document lazily when we change the width, or the font settings.
16518
16519 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16520
16521         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16522
16523 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16524
16525         * buffer.h: remove out of date comment
16526
16527 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16528
16529         * lyxscreen.h:
16530         * screen.C: fix "theoretical" GC leak
16531
16532 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16533
16534         * LaTeX.C (scanAuxFile):
16535         (deplog): remove trailing \r when reading stream (useful under
16536         win32)
16537
16538 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16539
16540         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16541         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16542         and BufferView::theLockingInset(Inset*), so should use them and not
16543         access bv_->text->the_locking_inset directly.
16544
16545         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16546
16547 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16548
16549         * Makefile.am:
16550         * tex-defs.h: remove old unused file
16551
16552 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16553
16554         * BufferView_pimpl.C: fix typo, remove minibuffer message
16555           when buffer has loaded
16556
16557 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16558
16559         * lyxfunc.C (Dispatch): use stringstream
16560         (MenuNew): use stringstream
16561         (Open): use stringstream
16562
16563         * importer.C (Import): use stringstream
16564
16565         * bufferview_funcs.C (CurrentState): use stringstream
16566
16567         * LaTeX.C (run): use stringstream
16568
16569         * BufferView_pimpl.C (savePosition): use stringstream
16570         (restorePosition): use stringstream
16571         (MenuInsertLyXFile): use stringstream
16572
16573 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16574
16575         * BufferView.C:
16576         * Bullet.C:
16577         * ColorHandler.C:
16578         * FontInfo.C:
16579         * FontLoader.C:
16580         * LColor.C:
16581         * LaTeXFeatures.C:
16582         * Painter.C:
16583         * gettext.C:
16584         * lyx_gui_misc.C:
16585         * lyxserver.C:
16586         * vspace.C: removed // -*- C++ -*- as first line.
16587
16588         * lyxfind.h:
16589         * version.h: added // -*- C++ -*- as first line.
16590
16591 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16592
16593         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16594
16595         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16596         of string
16597
16598 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16599
16600         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16601         of floats.
16602
16603 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16604
16605         * gettext.C: include LString.h even when --disable-nls is on.
16606
16607 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16608
16609         * converter.h (Get): changed argument type from int to
16610         FormatList::size_type to avoid unnecessary conversion.
16611
16612         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16613         before using it.
16614
16615 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16616
16617         * gettext.h: include LString.h even when --disable-nls is on.
16618
16619 2001-06-07  Juergen Vigna  <jug@sad.it>
16620
16621         * text.C (BreakAgain): subst spaces with tabs.
16622
16623         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16624         (resizeInsetsLyXText): set force on resizeLyXText.
16625
16626 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16627
16628         * gettext.h (gettext_init):
16629         (locale_init): use a real definition instead of a macro
16630
16631 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16632
16633         * Bufferview_pimpl.C:
16634         * LColor.h:
16635         * LColor.C: further lcolor tidies
16636
16637 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16638
16639         * BufferView_pimpl.C (updateScrollbar): simplify.
16640
16641         * BufferView2.C: don't include insets/insetinfo.h, change
16642         prototype for insertInset and call the Pimpl version. let
16643         updateInset call Pimpl version.
16644
16645         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16646         gotoInset to BufferView::Pimpl
16647
16648 2001-06-01  Juergen Vigna  <jug@sad.it>
16649
16650         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16651         inside a LockingInset (is the update needed at all?).
16652
16653 2001-05-31  Juergen Vigna  <jug@sad.it>
16654
16655         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16656         here not the old one otherwise how should we compare it afterwards
16657         if it's the same!
16658
16659 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16660
16661         * lyxfont.C:
16662         * tabular.C:
16663         * tabular-old.C:
16664         * FontInfo.C: bring C functions into global namespace when
16665         necessary
16666
16667 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16668
16669         * LString.h: make sure config.h has been loaded before LString.h.
16670
16671         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16672         (one for each char read by EatLine!).
16673
16674         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16675         variables.
16676
16677 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16678
16679         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16680         to the same as the par we break from
16681
16682 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16683
16684         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16685
16686         * MenuBackend.C (expand): also create menu entries for wide
16687         versions of the floats.
16688
16689         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16690
16691         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16692
16693         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16694         frontends/Makefile.am
16695
16696         * text2.C: adjust
16697         * text.C: adjust
16698
16699
16700         * tabular.C (getTokenValue): add std::
16701
16702         * tabular-old.C (getTokenValue): add std::
16703         (getTokenValue): ditto
16704         (getTokenValue): ditto
16705
16706         * screen.C (ToggleSelection): adjust
16707
16708         * lyxtext.h: put selection cursors inside a Selection struct.
16709
16710         * lyxfunc.C (moveCursorUpdate): adjust
16711
16712         * lyxfont.C (latexWriteStartChanges): add std::
16713
16714         * lyxfind.C: adjust
16715
16716         * font.h: delete with(char const *, LyXFont const &)
16717
16718         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16719
16720         * FontInfo.C (getFontname): add std::
16721
16722         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16723         (workAreaButtonPress): adjust
16724         (tripleClick): adjust
16725         (update): adjust
16726         (moveCursorUpdate): adjust
16727         (Dispatch): adjust
16728
16729         * BufferView2.C (gotoInset): adjust
16730
16731 2001-05-30  Juergen Vigna  <jug@sad.it>
16732
16733         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16734         to check pspell I add this as default as I now have new pspell
16735         libraries and they seem to use this.
16736
16737 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16738
16739         * text2.C (CutSelection): make the cursor valid before the call to
16740         ClearSelection.
16741
16742 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16743
16744         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16745         relied on 0 terminated strings and other horrors. Bug found due to
16746         the new assert in lyxstring!
16747
16748         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16749         KP_ keys.
16750
16751 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16752
16753         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16754         to latinkeys.bind.
16755
16756         * lyxfunc.C (processKeySym): change method of getting to the
16757         self-insert char.
16758
16759         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16760         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16761         * BufferView_pimpl.[Ch]: here as private methods.
16762
16763 2001-05-28  Juergen Vigna  <jug@sad.it>
16764
16765         * text.C (SetHeightOfRow): added the update() call again as it is
16766         needed to initialize inset dimensions!
16767
16768 2001-05-16  Juergen Vigna  <jug@sad.it>
16769
16770         * text2.C (SetCharFont): Add new function with BufferView * and
16771         bool toggleall parameters for setting insets internal fonts.
16772         (SetFont): Freeze the undo as we may change fonts in Insets and
16773         all this change should be inside only one Undo!
16774
16775         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16776         setting font's in insets as for them we have the SetFont function!
16777
16778 2001-05-15  Juergen Vigna  <jug@sad.it>
16779
16780         * text2.C (ClearSelection): to be sure we REALLY don't have any
16781         selection anymore!
16782
16783         * tabular.C (TeXCellPreamble): fixed the left border problem for
16784         multicolumn cells.
16785
16786 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16787
16788         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16789         dependancy file
16790
16791 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16792
16793         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16794         LFUN_BREAKPARAGRAPH.
16795
16796         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16797         help test to "internal only", similar for LFUN_INSERT_URL
16798
16799         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16800         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16801         auto_region_delete and deadkeys.
16802
16803 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16804
16805         * LColor.h:
16806         * LColor.C: remove some dead entries, tidy a little
16807
16808 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16809
16810         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16811         commented code.
16812         (Dispatch): implement LFUN_ESCAPE
16813
16814         * commandtags.h: add LFUN_ESCAPE
16815
16816         * LyXAction.C (init): add entry for LFUN_ESCAPE
16817
16818         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16819         Remove commented code.
16820         (insertNote): moved here
16821         (open_new_inset): moved here
16822
16823         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16824         BufferView_pimpl
16825
16826 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16827
16828         * kbmap.C (findbinding): clean it up and make it work correctly.
16829
16830         * lyx_main.C (init): do not pass argc and argv as parameters
16831
16832 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16833
16834         * buffer.C: fix path for OS/2 & Win32
16835
16836         * lyx_gui.C:
16837         * lyx_main:
16838         * lyx_main.C: Added os:: class.
16839
16840         * os2_defines.h: update
16841
16842 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16843
16844         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16845         better by trying again with reduced state.
16846
16847 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16848
16849         * lyxrc.C (read): print error about invalid key sequence only when
16850         debugging (because not all latinX keysyms are known to some X
16851         servers)
16852
16853         * kbsequence.C (getiso): add a few std:: qualifiers
16854         (getiso): comment out extra return statement.
16855
16856 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16857
16858         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16859         handling.
16860         (Dispatch): enhance the accent inset a bit. (not perfect)
16861
16862 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16863
16864         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16865
16866 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16867
16868         * bufferlist.C (emergencyWrite): fix assert() call
16869
16870 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16871
16872         * text.C (InsertChar): Added trivial patch to only send the "you
16873         can not do multiple spaces this way" message once during a
16874         session.
16875
16876 2001-05-08  Baruch Even  <baruch@lyx.org>
16877
16878         * Makefile.am: Changed order of libraries to get LyX to link properly
16879         with the gnome frontend.
16880
16881 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16882
16883         * LaTeXFeatures.h: add a std:: qualifier
16884
16885 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16886
16887         * paragraph.C (String): use stringstream
16888
16889 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16890
16891         * paragraph.C (writeFile): remove footflag arg
16892
16893         * buffer.C (makeLaTeXFile): use stringstream
16894         (latexParagraphs): remove footnot gurba
16895
16896         * LaTeXFeatures.C (getPackages): use stringstream
16897         (getMacros): likewise
16898         (getTClassPreamble): likewise
16899         (getFloatDefinitions): new method
16900
16901         * paragraph.C (writeFile): reindent
16902         (Erase): reindent
16903
16904         * WorkArea.h: revert the xpos + etc changes.
16905
16906         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16907
16908         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16909
16910         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16911         (pasteSelection): likewise
16912         * text2.C (CreateUndo): likewise
16913
16914 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16915
16916         * minibuffer.C (peek_event): temporarily reduce the functionality
16917         of the minibuffer (to allow args on lfuns)
16918
16919         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16920         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16921
16922         * buffer.C (readInset): add compability reading of old float
16923         lists, add reading of new style float list.
16924         (readInset): avoid reevaluation of inscmd.getCmdName()
16925         (getLists): reindent
16926
16927         * MenuBackend.C (MenuItem): implement parsing of
16928         md_floatlistinsert and md_floatinsert.
16929         (expand::LastFiles): move initalizaton of iterators out of loop,
16930         avoid reevaluation.
16931         (expand::Documents): introduce typdedef vector<string> Strings,
16932         and use it.
16933         (expand::ExportFormats): introduce typedef vector<Format const *>
16934         Formats, and use it.
16935         (expand): implement FloatListInsert and FloatInsert.
16936
16937         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16938         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16939         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16940
16941         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16942         handling.
16943         (Dispatch::LFUN_FLOAT_LIST): implement
16944
16945 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16946
16947         * LaTeX.C (run): Fix problem with --export code.
16948
16949 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16950
16951         * BufferView.[Ch] (workarea): removed.
16952         (getClipboard) new method; wrapper for workarea()->getClipboard()
16953
16954         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16955         bug.
16956
16957         * WorkArea.h (width, height, xpos, ypos): These methods all
16958         returned the dimensions of the work_area sub-area of WorkArea,
16959         resulting in a position error if the WorkArea were resized. Now
16960         return the dimensions of the entire WorkArea.
16961
16962         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16963
16964 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16965
16966         * LaTeX.C (deplog): correct the syntax of regex reg1
16967
16968 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16969
16970         * undo.C: remove !NEW_INSETS cruft
16971
16972 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16973
16974         * text2.C: remove !NEW_INSETS cruft
16975
16976         * text.C: remove !NEW_INSETS cruft
16977
16978         * tabular.C: remove !NEW_INSETS cruft
16979
16980         * spellchecker.C: remove !NEW_INSETS cruft
16981
16982         * lyxtext.h: remove !NEW_INSETS cruft
16983
16984         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16985
16986         * lyxfunc.C: remove !NEW_INSETS cruft
16987
16988         * lyxfind.C: remove !NEW_INSETS cruft
16989
16990         * lyx_cb.C: remove !NEW_INSETS cruft
16991
16992         * figureForm.C: remove  !NEW_INSETS cruft
16993
16994         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16995
16996         * buffer.[Ch]: remove !NEW_INSETS cruft
16997
16998         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16999
17000         * CutAndPaste.C: remove !NEW_INSETS cruft
17001
17002         * BufferView_pimpl.C: remove !NEW_INSETS cruft
17003
17004         * BufferView2.C: remove !NEW_INSETS cruft
17005
17006         * BufferView.h: remove !NEW_INSETS cruft
17007
17008 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17009
17010         * Lsstream.h: include LString.h before the sstream headers to
17011         fix problem with gcc 2.95.3 and lyxstring
17012
17013 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17014
17015         * lyx_main.C: add using directives when needed for C functions
17016         declared in std:: namespace.
17017
17018 2001-04-27  Juergen Vigna  <jug@sad.it>
17019
17020         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17021         (SetHeightOfRow): comment out the update call should not be needed!
17022
17023 2001-04-13  Juergen Vigna  <jug@sad.it>
17024
17025         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17026         (LyXTabular): tried to minimize operator= operations (and realized
17027         hopfully Lars wish).
17028
17029 2001-04-27  Juergen Vigna  <jug@sad.it>
17030
17031         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17032
17033 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17034
17035         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17036
17037         * buffer.C (readInset): hack to make listof algorithm work
17038
17039         * BufferView_pimpl.C: hack to make listof algorithm work
17040
17041 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17042
17043         * LyXAction.C: removed all !NEW_INSETS cruft
17044         (init): moved lfun_item in method
17045
17046         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17047
17048 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17049
17050         * BufferView2.C (theLockingInset): white space.
17051
17052 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17053
17054         * minibuffer.C: include <iostream>
17055
17056         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17057
17058         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17059
17060         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17061
17062         * text.[Ch] (TransposeChars): new method
17063
17064 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17065
17066         * call message directly through LyXView instead of through LyXFunc
17067         * BufferView2.C: adjust
17068         * BufferView_pimpl.C: adjust
17069         * FontLoader.C: adjust
17070         * buffer.C: adjust
17071         * bufferview_funcs.C: adjust
17072         * converter.C: adjust
17073         * figureForm.C: adjust
17074         * importer.C: adjust
17075         * lyx_cb.C: adjust
17076         * lyx_gui_misc.C: adjust
17077         * lyxfunc.C: adjust
17078         * lyxvc.C: adjust
17079         * text2.C: adjust
17080         + more files in subdirs
17081
17082         * lyxparagraph.h (size): move up int file
17083         (GetLayout): ditto
17084
17085         * adjust all uses of Assert to lyx::Assert.
17086
17087         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17088         lyxfunctional in namespace lyx
17089         * layout.C (hasLayout): ditto
17090         (GetLayout): ditto
17091         (GetLayout): ditto
17092         (delete_layout): ditto
17093         (NumberOfClass): ditto
17094         * converter.C (GetFormat): ditto
17095         (GetNumber): ditto
17096         (Add): ditto
17097         (Delete): ditto
17098         (SetViewer): ditto
17099         * bufferlist.C (getFileNames): ditto
17100         (emergencyWriteAll): ditto
17101         (exists): ditto
17102         (getBuffer): ditto
17103         * MenuBackend.C (hasSubmenu): ditto
17104         (hasMenu): ditto
17105         (getMenu): ditto
17106         * BufferView_pimpl.C (getInsetByCode): ditto
17107
17108 2001-04-18  Juergen Vigna  <jug@sad.it>
17109
17110         * vspace.C (asLatexString): fixed the 100% problem.
17111
17112 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17113
17114         * lyxfunc.C (Dispatch):
17115         * minibuffer.C:
17116         * minibuffer.h: add a few std:: qualifiers
17117
17118 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17119
17120         * minibuffer.[Ch]: reimplement so that commands is initiated and
17121         run from lyxfunc, simplified som handling, and made the completion
17122         and history code for complete. wip.
17123
17124         * lyxfunc.C (processKeySym): call message
17125         (miniDispatch): new temporary method
17126         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17127         (LFUN_MESSAGE): implement
17128         (LFUN_MESSAGE_PUSH): implement
17129         (LFUN_MESSAGE_POP): implement
17130         (initMiniBuffer): the initial/defualt minibuffer message.
17131
17132         * lyxfont.[Ch]: inline some more getters
17133
17134         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17135
17136         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17137
17138         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17139         (AutoSave): use LFUN_MESSAGE
17140         (Reconfigure): ditto
17141
17142         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17143
17144         * figureForm.C: use LFUN_MESSAGE
17145
17146         * converter.C (runLaTeX): use LFUN_MESSAGE
17147
17148         * bufferview_funcs.C: use LFUN_MESSAGE
17149         (Melt): ditto
17150         (changeDepth): ditto
17151
17152         * bufferparams.h: use boost::
17153
17154         * bufferlist.h: inherit privately from noncopyable
17155
17156         * bufferlist.C (loadLyXFile): remove some commented code.
17157
17158         * buffer.C (runChktex): use LFUN_MESSAGE
17159
17160         * ShareContainer.h: inherit privately from noncopyable
17161
17162         * ParagraphParameters.[hC] (depth): inline it.
17163
17164         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17165         methods.
17166         (message): new method
17167         (messagePush): ditto
17168         (messagePop): ditto
17169         (show): init minibuffer
17170         (showState): direct call
17171
17172         * LaTeX.[Ch]: inherit privately from noncopyable
17173         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17174         instead of WriteStatus.
17175
17176         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17177
17178         * BufferView_pimpl.C (buffer): don't init minibuffer
17179         (workAreaButtonPress): use LFUN_MESSAGE
17180         (workAreaButtonRelease): ditto
17181         (savePosition): ditto
17182         (restorePosition): ditto
17183         (MenuInsertLyXFile): ditto
17184         (workAreaExpose): don't init minibuffer
17185         (update): remove commented code, simplify
17186
17187         * BufferView2.C (openStuff): use LFUN_MESSAGE
17188         (toggleFloat): ditto
17189         (menuUndo): ditto
17190         (menuRedo): ditto
17191         (copyEnvironment): ditto
17192         (pasteEnvironment): ditto
17193         (copy): ditto
17194         (cut): ditto
17195         (paste): ditto
17196         (gotoInset): ditto
17197         (updateInset): remove some commented code
17198
17199         * lastfiles.h: inherit privately from noncopyable
17200         * layout.h: ditto
17201         * lyx_gui.h: ditto
17202         * lyx_main.h: ditto
17203         * lyxlex.h: ditto
17204         * lyxlex_pimpl.h: ditto
17205
17206         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17207         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17208         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17209
17210         * LyXAction.h: inherit privately from noncopyable, add methods
17211         func_begin, func_end, returning iterators to the func map.
17212
17213         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17214         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17215         (func_begin): new method
17216         (func_end): new method
17217
17218         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17219         and not)
17220         (copySelection): ditto
17221         (pasteSelection): ditto
17222
17223         * BufferView.C: whitespace change
17224         * BufferView.h: inherit privately from noncopyable
17225
17226 2001-04-16  Allan Rae  <rae@lyx.org>
17227
17228         * tabular-old.C (l_getline):
17229         * spellchecker.C (sc_check_word):
17230         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17231         an unrecognised preprocessor directive.  So ensure they're wrapped.
17232
17233 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17234
17235         * src/exporter.C (Export): Give an error message when path to file
17236         contains spaces.
17237
17238 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17239
17240         * LaTeX.C (deplog): Always check that foundfile exists.
17241
17242 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17243
17244         * lyx_main.h:
17245         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17246
17247 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17248
17249         * tabular.[Ch] (getLabelList): implement new method
17250
17251         * minibuffer.h: comment ouf setTiimer
17252
17253         * minibuffer.C (ExecutingCB): constify res
17254         (peek_event): constify s
17255         (Set): constify ntext
17256         (Init): constify nicename
17257
17258         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17259
17260         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17261         (savePosition): use two params to Minibuffer::Set
17262         (restorePosition): ditto
17263
17264 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17265
17266         * lyx_main.C: include language.h
17267
17268         * Makefile.am (lyx_main.o): add language.h
17269
17270 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17271
17272         * exporter.C:
17273         * paragraph.C:
17274         * screen.C:
17275         * tabular.C:
17276         * CutAndPaste.C: include gettext.h
17277
17278         * lyxfont.h: remove old hack with ON and OFF.
17279
17280         * lyxparagraph.h:
17281         * lyxfont.h: do not include language.h...
17282
17283         * BufferView2.C:
17284         * LaTeXFeatures.C:
17285         * Painter.C:
17286         * bufferview_funcs.C:
17287         * font.C:
17288         * lyxfont.C:
17289         * text.C:
17290         * text2.C:
17291         * trans_mgr.C:
17292         * paragraph.C: ... but do it here instead
17293
17294 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17295
17296         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17297
17298         * tabular.C: small reformat
17299
17300         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17301         NEW_INSETS version
17302         (GetChar): ditto
17303         (BreakParagraph): ditto
17304         (SetOnlyLayout): ditto
17305         (SetLayout): ditto
17306
17307         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17308         with one arg less.
17309
17310         * lastfiles.C: removed most using decl, add std:: where needed
17311
17312         * buffer.C: ws changes
17313
17314         * MenuBackend.C (class compare_format): put into anon namespace
17315         (expand): constify label, names, action, action2
17316         (expand):
17317
17318         * text.C (SingleWidth): constify font
17319         (IsBoundary): constify rtl2
17320         (GetVisibleRow): constify ww
17321
17322         * LaTeX.C (deplog): constify logfile
17323
17324         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17325         start_x, end_x
17326         (workAreaExpose): constify widthChange, heightChange
17327
17328         * lyxrow.C (par): moved
17329         (height): moved
17330         (next): moved
17331         * lyxrow.h: as inlines here
17332
17333         * lyxfont.h (shape): moved from lyxfont.C
17334         (emph): moved from lyxfont.C
17335
17336         * lyxfont.C (LyXFont): use initialization list for all
17337         constructors
17338         (shape): move to lyxfont.h as inline
17339         (emph): move to lyxfont.h as inline
17340
17341
17342 2001-04-04  Juergen Vigna  <jug@sad.it>
17343
17344         * vspace.C: had to include stdio.h for use of sscanf
17345
17346 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17347
17348         * BufferView.h:
17349         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17350         independent of xforms.
17351
17352 2001-04-02  Juergen Vigna  <jug@sad.it>
17353
17354         * spellchecker.C: fixed namespace placing!
17355
17356 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17357
17358         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17359         the LyXParagraph * is 0.
17360
17361 2001-03-29  Juergen Vigna  <jug@sad.it>
17362
17363         * vspace.C: added support for %, c%, p%, l%.
17364         (stringFromUnit): added helper function.
17365         (asLatexString): changed to give right results for the %-values.
17366
17367         * buffer.C: convert the widthp in a width%.
17368
17369 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17370
17371         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17372         figureForm.[Ch].
17373
17374         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17375         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17376
17377         * lyx_cb.[Ch]: see above.
17378
17379         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17380         form1.[Ch].
17381
17382         * form1.[Ch]:
17383         * lyx.[Ch]: replaced by figure_form.[Ch].
17384
17385         * lyx_gui.C:
17386         * lyx_gui_misc.C:
17387         * lyxfunc.C: changed headers associated with above changes.
17388
17389 2001-03-27  Juergen Vigna  <jug@sad.it>
17390
17391         * BufferView_pimpl.C: set the temporary cursor right!
17392
17393 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17394
17395         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17396
17397 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17398
17399         * LString.h: removed "using std::getline"!
17400
17401         * BufferView_pimpl.C (Dispatch): changes due to changes in
17402         InsetInclude::Params.
17403
17404         * buffer.C (tag_name): removed redundant break statements as they were
17405         producing lots of warnings with my compiler.
17406
17407 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17408
17409         * LString.h: add "using std::getline" when using the real <string>.
17410
17411 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17412
17413         * buffer.C: removed bitset usage.
17414         PAR_TAG moved to an anonymous name space.
17415         (tag_name): new funtion, also in the anonymous namespace.
17416         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17417         (makeDocBookFile): clean code. Completed transition from string arrays
17418         to string vectors.
17419         (SimpleDocBookOnePar): code clean.
17420
17421 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17422
17423         * tabular.C: add some comments.
17424
17425 2001-03-22  Juergen Vigna  <jug@sad.it>
17426
17427         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17428         compatibility read a bit and fixed bug with minipage in different
17429         depth.
17430
17431 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17432
17433         * buffer.C (pop_tag): removed.
17434         (push_tag): removed.
17435         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17436         array replaced with vector. Added support for CDATA sections.
17437         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17438         at any nest level.
17439         (makeDocBookFile): XML conformant declaration of CDATA section,
17440         fixed bug related to <emphasis> in the first paragraph char.
17441         (sgmlOpenTag): exclude empty tags.
17442         (sgmlCloseTag): ditto.
17443
17444         * buffer.h (pop_tag): removed.
17445         (push_tag): removed.
17446
17447 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17448
17449         * language.h (Languages): added size_type and size().
17450
17451 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17452
17453         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17454         response on compability reading of minipages. One probliem is that
17455         the old usage of minipages was flertydig
17456
17457         * several files here and in subdirs: don't use static at file
17458         scope use anon namespaces instead.
17459
17460 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17461
17462         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17463         LaTeX output. This is necessary for Literate document
17464         processing.
17465
17466 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17467
17468         * buffer.C: insert hfill when needed.
17469
17470         * tabular.C (l_getline): use string::erase, small whitespace change.
17471
17472         * BufferView_pimpl.C: try the anon namespace.
17473         * WorkArea.C: ditto
17474
17475 2001-03-16  Juergen Vigna  <jug@sad.it>
17476
17477         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17478         otherwise it won't open options-dialogs.
17479
17480         * buffer.C: honor pextraWidth(p) on converting minipages.
17481
17482         * tabular.C (l_getline): changed the functions to strip trailing \r.
17483
17484 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17485
17486         * BufferView_pimpl.C:
17487         * minibuffer..C: added "using SigC::slot" declaration.
17488
17489 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17490
17491         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17492
17493         * text2.C: ditto
17494
17495         * text.C: ditto
17496
17497         * paragraph.C: ditto
17498
17499         * lyxtext.h: NO_PEXTRA
17500
17501         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17502
17503         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17504         * ParameterStruct.h: ditto
17505         * ParagraphParameters.h: ditto
17506         * lyxparagraph.h: ditto
17507
17508 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17509
17510         * buffer.C: add compability for minipage alignment.
17511         (latexParagraphs): remove unwanted pextra check.
17512
17513         * several files: remove CXX_WORKING_NAMESPACES
17514
17515         * buffer.C (pop_tag): tie is in namespace boost
17516
17517         * BufferView.h: noncopyable is in namespace boost
17518         * lyxlex.h: ditto
17519         * lyx_main.h: ditto
17520         * lyx_gui.h: ditto
17521         * layout.h: ditto
17522         * lastfiles.h: ditto
17523         * bufferlist.h: ditto
17524         * ShareContainer.h: ditto
17525         * LyXView.h: ditto
17526         * LyXAction.h: ditto
17527         * LaTeX.h: ditto
17528
17529 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17530
17531         * Merging changes from BRANCH_MVC back into HEAD.
17532
17533         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17534
17535 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17536
17537         * BufferView_pimpl.C: change from intl.C
17538
17539         * combox.h:
17540         * combox.C:
17541         * Makefile.am: move combox.*
17542
17543         * form1.h:
17544         * form1.C:
17545         * lyx_gui.C:
17546         * intl.h:
17547         * intl.C: remove dialog (covered by prefs)
17548
17549 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17550
17551         * lyxfunc.C (Dispatch): removed redundant break statement.
17552
17553 2001-03-14  Juergen Vigna  <jug@sad.it>
17554
17555         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17556
17557 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17558
17559         * buffer.C: add hack to fix compability reading of minipages.
17560
17561 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17562
17563         * buffer.C (getLists): Cleanup.
17564
17565 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17566
17567         * lyxfont.C (update): don't honor toggleall on font size.
17568
17569 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17570
17571         * bmtable.c:
17572         * bmtable.h:
17573         * Makefile.am: moved to frontends/xforms/
17574
17575         * lyx_gui_misc.C:
17576         * lyxfunc.C:
17577         * BufferView_pimpl.C: changes for moved mathpanel
17578
17579 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17580
17581         * gettext.h: fix gettext_init() in --disable-nls
17582
17583 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17584
17585         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17586
17587 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17588
17589         * lyx.C:
17590         * lyx.h: strip external form
17591
17592 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17593
17594         * BufferView_pimpl.C: add comment, destroySplash()
17595
17596 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17597
17598         * BufferView_pimpl.C:
17599         * LyXAction.C:
17600         * buffer.C:
17601         * commandtags.h:
17602         * lyxfunc.C: use re-worked insetinclude
17603
17604 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17605
17606         * buffer.C: add using std::stringstream.
17607
17608         * lyx_cb.C: readd using std::ios.
17609
17610         * buffer.C: add using std::map.
17611
17612         * BufferView_pimpl.C: add using std::vector.
17613
17614         * ShareContainer.h: add std:: to swap.
17615
17616         * buffer.h: add some typedefs
17617         * buffer.C (getLists): use them
17618         (getLists): renamed from getTocList.
17619         add a counter for the different float types and use it in the
17620         generated string.
17621         (getLists): use the same counter for the NEW_INSETS and the "non"
17622         NEW_INSETS
17623
17624         * lyx_cb.h: remove unused items, includes, using etc.
17625
17626         * ShareContainer.h: remove some commented code, add more comments
17627         and "documentation".
17628
17629 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17630
17631         * buffer.C (getTocList): make the list also when NEW_INSETS is
17632         defined.
17633
17634         * buffer.h: remove TocType
17635
17636         * buffer.C (getTocList): change to return a map<string,
17637         vector<TocItem> >, implement for dynamic number of list.
17638
17639         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17640         * text2.C (PasteSelection): adjust
17641         * CutAndPaste.C (pasteSelection): adjust
17642
17643         * FloatList.C (FloatList): update from the new_insets branch.
17644         * Floating.[Ch]: ditto
17645         * LaTeXFeatures.C: ditto
17646         * buffer.C: ditto
17647         * lyxlex_pimpl.C: ditto
17648
17649         * paragraph.C (Last): remove when NEW_INSETS is defined.
17650
17651         * other file: changes because of the above.
17652
17653 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17654
17655         * lyxparagraph.h: rename next to next_, previous to previous_,
17656         make them private for NEW_INSETS. Rename Next() to next(),
17657         Previous() to previous().
17658
17659         * other files: changes because of the above.
17660
17661 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17662
17663         * BufferView.h:
17664         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17665         problem.
17666
17667 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17668
17669         * main.C (main): pass lyx_localedir to gettext_init().
17670
17671         * gettext.h: remove locale_init and gettext_init macros
17672
17673         * gettext.C (locale_init): new function
17674         (gettext_init): new function
17675
17676         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17677         setlocale().
17678
17679 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17680
17681         * Moved credits to frontends:
17682         * credits.[Ch]: removed
17683         * credits_form.[Ch]: removed
17684         * lyx_gui_misc.C: remove credits stuff
17685         * Makefile.am:
17686
17687 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17688
17689         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17690
17691         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17692         unneeded destructor.
17693
17694         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17695         a standalone pointer again.
17696
17697         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17698
17699 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17700
17701         * Makefile.am:
17702         * filedlg.h:
17703         * filedlg.C:
17704         * LyXAction.C:
17705         * ToolbarDefaults.C:
17706         * bufferlist.C:
17707         * commandtags.h:
17708         * form1.C:
17709         * form1.h:
17710         * lyx_cb.C:
17711         * lyx_cb.h:
17712         * lyxfunc.h:
17713         * lyxfunc.C:
17714         * BufferView_pimpl.C: use new file dialog in GUII
17715
17716         * lyx_cb.h:
17717         * lyx_cb.C: remove LayoutsCB to Toolbar
17718
17719 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17720
17721         * ShareContainer.h (get): add std:: qualifier
17722
17723 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17724
17725         * ShareContainer.h: define a proper ShareContainer::value_type
17726         type (and use typename to please compaq cxx)
17727
17728 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17729
17730         * lyxparagraph.h: move serveral local vars to
17731         ParameterStruct/ParagraphParameters., use ShareContainer in
17732         FontTable., make vars in FontTable private and add getter and
17733         setter.
17734
17735         * paragraph.C: changes because of the above.
17736
17737         * lyxfont.h: remove copy constructor and copy assignment. (the
17738         default ones is ok), move number inside FontBits. move inlines to
17739         lyxfont.C
17740
17741         * lyxfont.C: add number to initializaton of statics, move several
17742         inlines here. constify several local vars. some whitespace
17743         cleanup. Dont hide outerscope variables.
17744
17745         * Spacing.h: add two new constructors to match the set methods.
17746
17747         * ShareContainer.h: new file, will perhaps be moved to support
17748
17749         * ParameterStruct.h: new file
17750
17751         * ParagraphParameters.h: new file
17752
17753         * ParagraphParameters.C: new file
17754
17755         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17756         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17757
17758         * BufferView_pimpl.C: ParagraphParameter changes.
17759         * buffer.C: Likewise.
17760         * bufferview_funcs.C: Likewise.
17761         * text.C: Likewise.
17762         * text2.C: Likewise.
17763
17764 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17765
17766         * lyxfind.C (LyXReplace): do not redefine default argument in
17767         implementation.
17768         (IsStringInText): ditto
17769         (SearchForward): ditto
17770         (SearchBackward): ditto
17771
17772 2001-03-06  Juergen Vigna  <jug@sad.it>
17773
17774         * lyxfind.C (IsStringInText): put parentes around expressions.
17775
17776 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17777
17778         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17779
17780 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17781
17782         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17783
17784         * stl_string_fwd.h: add comment
17785
17786         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17787
17788         * tabular.h:
17789         * tabular.C: remove unused DocBook methods
17790
17791         * intl.C:
17792         * language.C:
17793         * paragraph.C:
17794         * buffer.C:
17795         killed DO_USE_DEFAULT_LANGUAGE
17796
17797 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17798
17799         * lyx_gui.C: do not include language.h.
17800
17801         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17802         arguments in function implementation.
17803
17804 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17805
17806         * BufferView_pimpl.C: add <ctime>
17807
17808 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17809
17810         * BufferView_pimpl.C: add using std::find_if
17811
17812 2001-02-27  José Matos  <jamatos@fep.up.pt>
17813
17814         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17815         by OnlyPath.
17816
17817 2001-02-11  José Matos  <jamatos@fep.up.pt>
17818
17819         * buffer.C (makeDocBookFile): command styles now have a parameter as
17820         "title" by default.
17821
17822 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17823
17824         * layout_forms.[Ch]: removed
17825         * lyx_cb.[Ch]: out character
17826         * lyx_gui.C: out character
17827         * lyx_gui_misc.C: out character
17828         * bufferview_funcs.C: : out character,
17829         added toggleall as parameter in ToggleAndShow
17830
17831 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17832
17833         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17834
17835         * text2.C (SetCurrentFont): Disable number property at boundary.
17836
17837 2001-02-26  Juergen Vigna  <jug@sad.it>
17838
17839         * lyxfunc.C (getStatus): added a string argument override function so
17840         that this is correctly called from LyXFunc::Dispatch if it contains a
17841         do_not_use_argument which is used!
17842         (Dispatch): added check for "custom" export and call appropriate func.
17843
17844 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17845
17846         * lyxrc.C: Add language_command_local, language_use_babel and
17847         language_global_options.
17848
17849         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17850
17851         * buffer.C (makeLaTeXFile): Use language_use_babel and
17852         language_global_options.
17853
17854 2001-02-23  Juergen Vigna  <jug@sad.it>
17855
17856         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17857         which works with LyXText and putted it inside BufferView. Here now we
17858         only call for that part the BufferView::Dispatch() function.
17859
17860         * BufferView.C (Dispatch): added.
17861
17862         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17863         functions which needs to use a LyXText over from LyXFunc.
17864         (MenuInsertLyXFile): added
17865         (getInsetByCode): added
17866         (moveCursorUpdate): added
17867         (static TEXT): added
17868
17869 2001-02-22  Juergen Vigna  <jug@sad.it>
17870
17871         * BufferView_pimpl.C (update): call a status update to see if LyXText
17872         needs it.
17873
17874 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17875
17876         * vc-backend.C (revert): implement for CVS
17877         (getLog): implement for CVS
17878
17879 2001-02-20  Juergen Vigna  <jug@sad.it>
17880
17881         * text2.C (ClearSelection): added BufferView param for inset_owner call
17882
17883         * lyxfunc.C (TEXT): added this function and use it instead of
17884         directly owner->view()-text of getLyXText().
17885
17886 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17887
17888         * src/layout_forms.C: out preamble
17889         * src/layout_forms.h: out preamble
17890         * src/lyx_cb.C: out preamble
17891         * src/lyx_cb.h: out preamble
17892         * src/lyx_gui.C: out preamble
17893         * src/lyx_gui_misc.C: out preamble
17894         * src/lyxfunc.C: connect with guii preamble
17895
17896 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17897
17898         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17899
17900 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17901
17902         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17903         whether to run bibtex.
17904
17905 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17906
17907         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17908
17909 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17910
17911         * Makefile.am (lyx_SOURCES): removed bibforms.h
17912
17913         * vspace.h: doxygen
17914
17915         * text.C (GetVisibleRow): make several local vars const
17916
17917         * tabular.C: small cleanup.
17918
17919         * lyxserver.C (callback): use compare instead of strncmp
17920
17921         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17922         inlines to after class or to paragraph.C
17923
17924         * lyxfont.h: remove friend operator!=
17925
17926         * converter.h: move friend bool operator< to non friend and after
17927         class def.
17928
17929         * combox.h: small cleanup
17930
17931         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17932         to inlines after class def.
17933
17934         * buffer.C (pop_tag): use string operations instead of strcmp
17935
17936         * bmtable.c: doxygen, small cleanup
17937
17938         * LaTeX.h: remove friend operator==
17939
17940 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17941
17942         * screen.C:
17943         * lyxrc.[Ch]:
17944         * lyxfunc.C:
17945         * lyxfont.[Ch]:
17946         * lyx_cb.C:
17947         * intl.[Ch]:
17948         * commandtags.h:
17949         * buffer.C:
17950         * WorkArea.[Ch]:
17951         * LyXAction.C:
17952         * BufferView_pimpl.C:
17953         * BufferView.[Ch]: remove cruft
17954
17955 2001-02-14  Juergen Vigna  <jug@sad.it>
17956
17957         * lyxfunc.C: removed #if 0 unused code
17958
17959         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17960
17961         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17962
17963         * text2.C (SetSelection): added a BufferView * parameter
17964
17965 2001-02-13  Juergen Vigna  <jug@sad.it>
17966
17967         * lyxfunc.C (Dispatch): fixed protected blank problem.
17968         * BufferView2.C (protectedBlank): added LyxText * parameter.
17969
17970         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17971         (AppendColumn): same as above for column_info.
17972
17973         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17974         (moveCursorUpdate): use a LyXText param for support of InsetText.
17975
17976         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17977         (tripleClick): ditto
17978
17979         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17980
17981         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17982
17983         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17984
17985         * text2.C (SetSelection): set correct update status if inset_owner
17986         (ToggleFree): ditto
17987
17988 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17989
17990         * tabular.C: remove some commented code.
17991
17992 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17993
17994         * BufferView_pimpl.C: call hideSplash()
17995
17996         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17997
17998         * include_form.h:
17999         * bibforms.h: remove
18000
18001         * lyxfunc.C:
18002         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18003           add LFUN_CHILD_CREATE
18004
18005         * counters.h: fix tiny typo
18006
18007         * lyx_cb.C:
18008         * lyx.h:
18009         * lyx_gui.C:
18010         * lyx.C: move splash to frontends/xforms/
18011
18012         * lyx_gui_misc.C: move Include and Bibform to frontends
18013
18014         * lyxvc.h: clarify comment
18015
18016         * vspace.C: tiny housekeeping
18017
18018 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18019
18020         * text.C (PrepareToPrint): RTL Fix.
18021
18022         * paragraph.C (GetUChar): New method.
18023         (String):  Use GetUChar.
18024
18025         * buffer.C (asciiParagraph): Use GetUChar.
18026
18027 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18028
18029         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18030
18031 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18032
18033         * buffer.h:
18034         * buffer.C: rename to getLogName(), handle
18035           build log / latex log nicely
18036
18037 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18038
18039         * MenuBackend.C:
18040         * MenuBackend.h: remove support for reference menuitem type.
18041
18042 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18043
18044         * BufferView_pimpl.C: housekeeping
18045         * BufferView_pimpl.h:
18046         * LyXView.h:
18047         * Makefile.am:
18048         * Timeout.C:
18049         * Timeout.h:
18050         * minibuffer.h: move Timeout GUI-I
18051
18052 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18053
18054         * lyxrc.C (read): Update converters data-structures.
18055
18056 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18057
18058         * LaTeX.h (operator!=): add operator != for Aux_Info
18059
18060 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18061
18062         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18063
18064         * LaTeXLog.C: deleted, useful code moved to Buffer
18065
18066         * buffer.h:
18067         * buffer.C: new function getLatexLogName()
18068
18069         * lyx_gui_misc.C:
18070         * lyx_gui.C:
18071         * lyxvc.C:
18072         * lyxvc.h:
18073         * lyxfunc.C: use frontends for LaTeX and VC logs
18074
18075 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18076
18077         * LaTeX.h: yet another std:: that Allan forgot.
18078
18079         * Variables.C (set): renamed from isset(), because this clashes
18080         with some HP-UX macros (grr).
18081
18082 2001-02-06  Allan Rae  <rae@lyx.org>
18083
18084         * LaTeX.h: Another bug fix.  Missing std:: this time.
18085
18086 2001-02-04  Allan Rae  <rae@lyx.org>
18087
18088         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18089         floats problem. I've left it commented out because it's not quite
18090         correct.  It should also test that the current object is a table or
18091         figure inset.  But I haven't gotten around to figuring out how to do
18092         that.  I *think* it'll be something like: "table" == inset.type()
18093
18094         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18095         bool.
18096
18097 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18098
18099         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18100         all the citation/databases/styles in the auxilary file.
18101         (run): Rerun latex if there was a babel language error.
18102
18103 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18104
18105         * text.C (Backspace): Preserve the font when changing newline char
18106         with a space.
18107         (BreakParagraph): If the cursor is before a space, delete the space.
18108
18109         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18110
18111 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18112
18113         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18114         new argument (code).
18115         (ChangeCitationsIfUnique): New method.
18116
18117         * paragraph.C (GetPositionOfInset): Handle bibkey.
18118
18119 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18120
18121         * BufferView_pimpl.h: change type of Position::par_pos to
18122         LyXParagraph::size_type.
18123
18124 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18125
18126         * BufferView_pimpl.C (savePosition, restorePosition): Write
18127         messages to minibuffer.
18128
18129 2001-01-28  José Matos  <jamatos@fep.up.pt>
18130
18131         * buffer.C (makeDocBookFile): adds support for document language.
18132         A silly restriction on the name of LatexCommand types where removed.
18133         Added support for CDATA sections, allows to chars unescaped, used
18134         among others in code, to avoid escape < and >.
18135
18136 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18137
18138         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18139         saved positions instrad of a stack. Furthermore, a position is
18140         stored using paragraph id/paragraph position.
18141
18142         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18143         Remove LFUN_REF_BACK.
18144
18145 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18146
18147         * converter.C (dvipdfm_options): New method.
18148
18149 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18150
18151         * vspace.C (isValidLength): Fix for empty input string.
18152
18153 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18154
18155         * LyXAction.C (init): change description of LFUN_FIGURE to
18156         "Insert Graphics"
18157
18158 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18159
18160         * LaTeX.C: add using directive
18161
18162 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18163
18164         * MenuBackend.C (expand): Fix the sorting of the formats.
18165
18166 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18167
18168         * lyx_main.C: tiny error message fix
18169
18170 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18171
18172         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18173         calling fl_initialize(). This fixes the problem with ',' as
18174         decimal separator in text files.
18175
18176 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18177
18178         * trans.C (process): Fix the keymap bug.
18179
18180 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18181
18182         * LaTeX.C (scanAuxFiles): New method. Provides support for
18183         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18184         (scanLogFile) Scan for "run BibTeX" messages.
18185
18186         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18187         OT1 font encoding. Also, load the aecompl package if the ae
18188         package is loaded.
18189
18190         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18191
18192 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18193
18194         * texrow.C (increasePos): turn two error messages into debug
18195         messages.
18196
18197 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18198
18199         * LaTeX.C (scanAux): Handle the \@input macro.
18200         (runBibTeX): Use scanAux().
18201
18202         * language.C (latex_options_): New field.
18203
18204         * LaTeXFeatures.C (getMacros): Add language macros.
18205
18206         * buffer.C (makeLaTeXFile): Small fix.
18207
18208 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18209
18210         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18211
18212         * text2.C: add a using directive.
18213
18214 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18215
18216         * BufferView2.C:
18217         * lyx_gui_misc.h:
18218         * lyxfr1.C:
18219         * lyxfunc.C: kill LyXBell.
18220
18221 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18222
18223         * text.C (IsBoundary): Remove the error message
18224
18225         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18226
18227         * lyxrc.C (setDefaults): Correct initialization value for
18228         font_norm_type.
18229
18230 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18231
18232         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18233         gotoError().
18234
18235         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18236         and GotoNextNote().
18237
18238         * src/LyXAction.C: Added reference-next.
18239
18240         * text.C (InsertChar): Use contains instead of strchr.
18241
18242         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18243
18244 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18245
18246         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18247         alignment commands (when needed).
18248
18249         * text.C (InsertChar): Add ':' to number separator chars.