]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix inset width calculation (bug 1957)
[lyx.git] / src / ChangeLog
1 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * text.C (redoParagraph): fix calcultation of inset width wrt 
4         leftMargin (bug 1957).
5
6         * text3.C (dispatch): leave inset to the right when hitting ESC 
7         (bug 2034).
8
9 2005-09-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10
11         * text2.C: 
12         * text.C: 
13         * factory.C:
14         * messages.C: include <boost/current_function.hpp> 
15
16 2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
17
18         * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
19         when command is internal. (bug 1941)
20
21 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
22
23         * text2.C (cursorRight): do not honor boundary when at the end of
24         a paragraph. (bug 2010 again)
25
26 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27
28         * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
29
30 2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
31
32         * rowpainter.C (paintText): fix RtL space width display bug (2029)
33
34 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
35
36         * text2.C (setCursor): remove the unused 'boundary' parameter for
37         the CursorSlice version; adapt the LCursor version.
38
39         * lyxrc.C (write): 
40         * paragraph_pimpl.C (markErased): 
41         * cursor.C (bruteFind2, bruteFond3): fix warnings.
42
43 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
44
45         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
46         as is already done for "chapter".
47
48 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
49
50         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
51         textclass; do not record undo if nothing is changed.
52
53 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
54
55         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
56
57 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
58
59         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
60
61 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
62
63         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
64         combox, it is necessary to search for the topmost paragraph in the
65         cursor stack (bug 1926)
66
67 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
68
69         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
70         end of paragraph. (bug 2010)
71
72 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
73
74         * text.C (leftMargin): check for inInset == 0
75
76 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
77
78         * text.C (leftMargin): test for insetbase's new neverIndent()
79         bool instead of listing each and every inset that does not
80         wish par indendation.
81
82 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
83
84         * buffer_funcs.C (setCounter): put the code to compute enum label
85         here (where it belongs).
86
87         * counters.C (enumLabel): move code to buffer_funcs.C.
88
89 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
90
91         * outputparams.[Ch]: store local_font instead of local_language
92         * paragraph.C (simpleTeXOnePar): adapt to the change above
93
94 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
95
96         * buffer_funcs.C:
97         * counters.[Ch]: clean up special code for Hebrew.
98
99 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
100
101         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
102         than 2.
103
104 2005-09-08  Angus Leeming  <leeming@lyx.org>
105
106         * ispell.C:
107         * lyxrc.C: correct grammar describing invocation of the
108         spellchecker.
109
110 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
111
112         * text.C (read): remove unused variable.
113         (readParToken): remove static Change variable (never good in
114         recursive settings...); add it as a parameter instead.
115
116         * paragraph_pimpl.C (acceptChange): make debug info conditional.
117
118         * metricsinfo.C (PainterInfo): add new member erased_.
119
120         * rowpainter.C (RowPainter): add erased_ member, initialized from
121         PainterInfo. 
122         (paintInset): pass erased_ to Inset::draw.
123
124         * lyxfunc.C (lookupChange): new function. Tells whether change 
125         tracking is disabled at a given postion.
126         (getStatus): disable some actions when in deleted text with change
127         tracking. 
128
129 2005-08-03  John Levon  <levon@movementarian.org>
130         
131         * tabular.C (appendColumn, setMultiColumn): adapt to change to
132         InsetText::clear().
133
134         * paragraph_pimpl.C (markErased): add bool argument and handle it.
135         Also make sure to mark insets recursively.
136         (rejectChange, erase): be recursive
137
138         * paragraph.C (markErased): add bool argument.
139 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
140
141         * lyxfind.C (findNextChange): tiny cleanup.
142
143         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
144         change tracking with the cursor in an inset; make sure the first
145         change is not skipped.
146
147 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
148
149         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
150         tabularStackDirty to work around bug 1919 (tabular needs
151         to know whether its own cell paste buffer or the one of 
152         texted is newer.
153         * CutAndPaste.C: mark tabular_stack_ clean after copy.
154
155 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
156
157         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
158
159 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
160
161         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
162         use old deleteion algorithm when changetracking is on.
163
164 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
165
166         * messages.C (get): add debug output.
167
168 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
169
170         * text.C (cursorX): fix bug 1965: cursor movement at
171         line end broken in RtL.
172         (drawSelection): fix bug 1970: drawing of single-line 
173         selection broken for RtL.
174
175 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
176
177         bug 465.
178
179         * dociterator.h (clear, push_back, pop_back): change from
180         protected to public.
181
182         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
183         and changed to just return the value of the item depth; take a
184         ParIterator as argument; take the itemdepth at outer nesting level
185         in account if necessary; cleanup and comment the code.
186         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
187         and changed to just return true if reset is needed; take a
188         ParIterator as argument; cleanup and comment the code.
189         (setCounter): adapt to above changes.
190
191 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
192
193         * text3.C (dispatch): make debug message optional
194
195 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
196
197         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
198         inset. (bug 1963)
199
200 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
201
202         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
203
204 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
205
206         * text.C (insertChar):
207         * text2.C (deleteEmptyParagraphMechanism): take care whether 
208         a blank has been deleted (in change tracking mode) (bug 1254).
209
210 2005-07-20  John Levon  <levon@movementarian.org>
211
212         * text2.C (insertStringAsLines): remove old dubious code,
213         fixing bug 1939.
214
215 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
216
217         * MenuBackend.C (expandToc): use Floating::listName() as title of
218         the floats submenus.
219
220 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
221
222         * toc.[Ch]: Do not use translatable strings (bug 1870).
223
224 2005-07-20  John Levon  <levon@movementarian.org>
225
226         * tabular.C: fix 1748 - setting multicolumn adds
227           left line to the first cell
228
229 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
230
231         bug 1920
232         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
233         pars in one go.
234
235 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
236
237         * messages.C: supress some lyxerr messages
238
239 2005-07-18  Juergen Vigna  <jug@lyx.org>
240
241         * text.C (drawSelection): honor boundary when asking for cursorX.
242
243 2005-07-17  José Matos  <jamatos@fc.up.pt>
244
245         * tabular.C (recalculateMulticolumns): fix handling of one column
246         tables.
247
248 2005-07-17  Juergen Vigna  <jug@lyx.org>
249
250         * text.C (Delete, backspace): fixed so that paragraph with the
251         same layout can be merged by Delete/Backspace.
252
253 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
254
255         * text.C (readParToken): fix spelling.
256
257 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
258
259         * text2.C: fix counter update for DEPM problem reported by
260         Georg Baum
261
262 2005-07-17  Juergen Vigna  <jug@lyx.org>
263
264         * BufferView_pimpl.C (setBuffer): save/restore the
265         cursor/selection when switching buffers
266
267         * buffer.h: 
268         * buffer.C (saveCursor): add saveDocumentIterators to save the
269         cursor when switching buffer.
270
271 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
272
273         * debug.C: fix typo
274         * buffer.C: clarify message
275         
276 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
277
278         * dociterator.C (DocIterator): fix initialization order
279
280 2005-07-17  Juergen Vigna  <jug@lyx.org>
281
282         * text2.C (cursorHome): 
283         * text.C (drawSelection, cursorX): 
284         * dociterator.C (textRow): add boundary to getRow() call
285
286         * paragraph.C (getRow): implementation of below
287
288         * paragraph.h: add parameter boundary for getRow() function
289
290 2005-07-17  José Matos  <jamatos@fc.up.pt>
291
292         * buffer.C:
293         * bufferparams.[Ch]:
294         * tex-strings.[Ch]: new file format, remove support for a4.sty,
295         a4wide.sty and a4widemargins.
296
297 2005-07-17  Juergen Vigna  <jug@lyx.org>
298
299         * text2.C (cursorLeft): fix one of error
300
301 2005-07-17  Juergen Vigna  <jug@lyx.org>
302
303         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
304                    cursorEnd):
305         more fixes for boundary handling
306
307         * text3.C (dispatch): don't reset cursor if boundary has changed
308         on cursor movement.
309
310 2005-07-16  Juergen Vigna  <jug@lyx.org>
311
312         * text2.C (getColumnNearX): hopefully got it right now,
313         check if we are on column 0 for special case.
314
315 2005-07-16  Juergen Vigna  <jug@lyx.org>
316
317         * text2.C (getColumnNearX): handle special case Newline Inset
318
319         * text.C (singleWidth): Just remove bogus check
320
321 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
322
323         * funcrequest.C (split): avoid reading uninitialized char c
324
325 2005-07-16  José Matos  <jamatos@fc.up.pt>
326
327         * buffer.C:
328         * converter.C:
329         * lyxrc.C:
330         * paper.h:
331         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
332         single papersize variable.
333
334 2005-07-16  Juergen Vigna  <jug@lyx.org>
335
336         * text3.C (dispatch): honor boundary when checking if a cursor
337         movement has been done
338
339         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
340         (setCursor, setCursorIntern): fix cursor movement with boundary
341
342 2005-07-16  Juergen Vigna  <jug@lyx.org>
343
344         * text.C (currentState): output the actual Boundary
345
346 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
347
348         * factory.C (createInset): fix bad logic for tabular creation
349
350 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
351
352         * lyx_main.C (init): change some reLyX reference to tex2lyx
353
354 2005-07-16  Juergen Vigna  <jug@lyx.org>
355
356         * dociterator.C (DocIterator): initialize boundary
357
358 2005-07-16  Juergen Vigna  <jug@lyx.org>
359
360         * text2.C (getColumnNearX): Consider rows without trailing blank.  
361
362 2005-07-16  André Pönitz  <poenitz@gmx.net>
363
364         * lyxfont.h: Change order of declarations to give the compiler
365         a better chance to inline things
366
367         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
368         questions on unsaved docs for better scritability
369
370 2005-07-16  André Pönitz  <poenitz@gmx.net>
371
372         * paragraph.h (getChar): remove asserts as the same kind of security
373         can be achieved by using a suitable standard library implementation
374         and the function was in the critical path (25.9% in profiler)
375
376 2005-07-16  Juergen Vigna  <jug@lyx.org>
377
378         * cursor.C (bruteFind2):
379         * bufferview_funcs.C (coordOffset): 
380         * text.C (cursorX,cursorY): Handle cursor position after last char
381         in row before a inset which uses a whole row.
382
383 2005-07-15  José Matos <jamatos@lyx.org>
384
385         * output_plaintext.[Ch] (writeFileAscii): control reference title
386         printing.
387         (asciiParagraph): noparbreak was already deal and was incorrectly
388         used.
389
390 2005-07-15  Juergen Vigna <jug@lyx.org>
391
392         * lyxfunc.C (dispatch): save and restore the cursor after a
393         textclass switch.
394
395 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
396
397         * text.C (backspace): bug 806 for empty keepempty paragraphs we
398         change the layout to default before letting DEPM do its thing.
399
400         * paragraph_funcs.C (breakParagraph): dont reset the layout on
401         keepEmpty paragraphs
402
403         * text.C (setCursorFromCoordinates): add a debug statement
404
405         * text2.C (getColumnNearX): bug 1825 make sure that we don't
406         return a pos that is not on the row
407
408         * output_latex.C (TeXDeeper): get rid of potential dereferencing
409         of past the end iterator
410
411 2005-07-14  André Pönitz  <poenitz@gmx.net>
412
413         * undo.C (recordUndoFullBuffer): implement undo for
414         textclass switches
415
416 2005-07-14  André Pönitz  <poenitz@gmx.net>
417
418         * cursor.C (setSelection): open insets when selection is set there
419         to avoid crashs with cold coord cache
420
421 2005-07-14  André Pönitz  <poenitz@gmx.net>
422
423         * trans_mgr.C (insert): move cursor to the right after inserting
424         a char.
425
426 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
427
428         * BufferView_pimpl.C (update): dampen some of the debug blabbering
429         * factory.C (readInset): ditto
430         * text.C, text2.C: ditto
431
432 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
433
434         * buffer.C: format incremented to 242. There is no file format per
435         se, but the "frenchb" language has been removed from lib/language
436         and has to be translated to "french" by lyx2lyx.
437
438 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
439
440         * cursor_slice.h, dociterator.h: add some documentation
441         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
442
443 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
444
445         * text.C (leftMargin): do not add identation to display() style
446         insets, because they are always centered (bug 1293).
447
448 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
449
450         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
451         formatted_time methods in support/lyxtime.
452
453 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
454
455         * toc.[Ch]: new method getGuiName, which is used by the frontends 
456         to set the toc combo (fixes bug 1870). Make TOC string translatable.
457
458 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
459
460         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
461         StableDocIterator const &)
462         * undo.C (recordUndo): use the above instead of cell.size() comparison
463         (fixes bug 1808; instructed by Andr�.
464
465 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
466
467         * cursor_slice.h: 
468         * dociterator.h: Fix the assert when copying rows/cols in math
469
470 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
471
472         * BufferView_pimpl.C:
473         * LyXAction.C:
474         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
475
476         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
477         (findInset): new functions, refactored from goto Inset that return 
478         the position of a certain inset without setting the buffer's cursor
479         (by Jean-Marc); 
480         (gotoInset): rewrite to call findInset and then set the cursor
481         (by Jean-Marc).
482
483 2005-06-16  Angus Leeming  <leeming@lyx.org>
484
485         * lyxrc.C (output, read): wrap all input and output of paths with
486         calls to os::internal_path and os::external_path, respectively.
487         (output): wrap bind_file inside quotes.
488
489         * format.C (view): enable the viewer to use the '$$s' placeholder.
490
491 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
492
493         * LColor.[Ch] (getFromLaTeXName): new
494
495 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
496
497         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
498
499 2005-06-14  Angus Leeming  <leeming@lyx.org>
500
501         * lyx_main.C (init): ensure that the LyX binary dir is the first
502         element in the PATH on non-POSIX builds.
503
504 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
505
506         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
507
508 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
509
510         * rowpainter.C (paintInset, paintHebrewComposeChar)
511         (paintArabicComposeChar, paintChars): add a LyXFont argument.
512         (paintChars): use getFontSpan to reduce calls to getFont to a
513         minimum; use Paragraph::lookupChange instead of isXXXText.
514         (paintForeignMark): rename LyXFont argument.
515         (paintFromPos): pass a LyXFont object to the various paintXXX
516         methods.
517
518         * FontIterator.C (FontIterator, operator++): use
519         Paragraph::getFontSpan
520
521         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
522         version that returns the font span as a pair.
523
524 2005-06-09  Angus Leeming  <leeming@lyx.org>
525
526         * converter.C (convert): Don't forget "outfile = real_outfile" as
527         the final step in a conversion where the input and output file names
528         are the same. Otherwise, future conversion steps won't work...
529
530 2005-06-09  Angus Leeming  <leeming@lyx.org>
531
532         * lyxsocket.C: remove stub code as it isn't needed by
533         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
534
535 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
536
537         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
538         effectively disabled -x
539
540 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
541
542         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
543         when it actually makes sense.
544
545 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
546
547         * BufferView_pimpl.C: revert to showCursor in connection with
548         Lars's front-end stack
549
550 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
551
552         * text.C (redoParagraph): move cursor right after a bibitem
553         has been inserted.
554
555         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
556
557 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
558
559         * buffer_funcs.C (bufferErrors): fix computation of the end of an
560         error range.
561
562 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
563
564         * BufferView.[Ch] (update):
565         * BufferView_pimpl.[Ch] (update, metrics):
566         * dimension.h (operator==):
567         * lyxfunc.C (dispatch):
568         * metricsinfo.h (ViewMetricsInfo):
569         * rowpainter.C (paintText):
570         * lyxtext.h:
571         * text.C (redoParagraph):
572         * text3.C (dispatch): Make LyX only repaint current paragraph in
573         case of character insert --> speedup. Also fix cursor draw
574         artifacts
575
576 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
577
578         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
579         avoid a crash (bug 1891)
580
581 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
582
583         Fix bug 1892:
584
585         * text2.C (getStringToIndex): constify cur argument.
586
587         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
588         argument has been given
589         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
590         try to invoke LFUN_INSET_APPLY).
591
592         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
593         if no inset was created by doInsertInset
594         (doInsertInset): return true if an inset has been inserted.
595
596 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
597
598         * vspace.C (asGUIName): new method. A version of the space
599         suitable for showing on screen.
600
601 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
602
603         * MenuBackend.C:
604         * lyxrc.C: rename "ASCII" to "Plain Text"
605
606 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
607
608         * buffer_funcs.C (expandLabel): take a Buffer as argument;
609         translate the labelstring.
610         (setCounter): translate labelstring as needed.
611
612         * output_docbook.C (makeCommand): fix expandLabel invokation
613
614 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
615
616         * BufferView.C: fix dialog title
617
618 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
619
620         * lyx_main.C (priv_exec): fix logic error with help from Angus
621         * lyx_main.C (parse_execute): set is_gui = false and remove now
622         obsolete comment about a segfault
623
624 2005-05-18  Angus Leeming  <leeming@lyx.org>
625
626         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
627
628 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
629
630         * tabular.[hC]: added setCellInset to fix tabular paste.
631
632 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
633
634         * buffer.C (save): check if destination is writable before trying
635         to copy a file
636
637 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
638
639         * BufferView_pimpl.C (update): fix processEvents -caused update
640         recursion bug
641
642 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
643
644         * buffer_funcs.C (setCounter): fix test for numbering of
645         environments.
646
647         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
648         depth correctly; use optional argument when it exists
649
650         * lyxtextclass.C: remove unused MaxCounterTags enum
651         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
652         (max_toclevel, min_toclevel): new methods.
653
654         * MenuBackend.C (expandToc2): fix case where depth is smaller than
655         the smallest depth in toc.
656
657         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
658         layouts that should not appear in a table of contents.
659
660 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
661
662         * cursor.h (undispatched, noUpdate): add comments from Andr�
663 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
664
665         * lfuns.h:
666         * LyXAction.C:
667         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
668
669 2005-05-07  André Pönitz  <poenitz@gmx.net>
670
671         * cursor.[Ch] (leaveInset): new function
672
673 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
674
675         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
676
677 2005-05-04  Angus Leeming  <leeming@lyx.org>
678
679         * lyxfunc.C (getStatus): disable the spell checker dialog if
680         none of USE_[AIP]SPELL are defined.
681
682 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
683
684         * tabular.C (setWidthOfCell): remove obsolete comment
685
686 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
687
688         * paragraph.C (bibitem):
689         * buffer_funcs.C (setCounter):
690         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
691
692 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
693
694         * text3.C (getStatus): immediately return after setOnOff
695
696         * rowpainter.C: fix drawing of appendix start
697
698 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
699
700         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
701         SwitchBetweenClasses and remove the unused return value.
702         Handle character styles, too
703
704 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
705
706         * factory.C (createInset): handle undefined character styles
707
708 2005-05-02  Angus Leeming  <leeming@lyx.org>
709
710         * buffer.C: protect the #include of utime.h with a preprocessor
711         guard.
712
713 2005-05-02  Angus Leeming  <leeming@lyx.org>
714
715         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
716         function so that auto-saving works, albeit in a blocking manner.
717
718         * Makefile.am: make compilation of the client sub directory, of
719         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
720         on conditionals set at configure time.
721
722         * SpellBase.[Ch]: no longer an abstract base class. Instead,
723         it can be compiled in its own right but has no-op functionality.
724
725         * aspell.C, pspell.C: remove preprocessor guards. The files should
726         be compiled only if the necessary functionality exists.
727
728         * lyxserver.C, lyxsocket.C: disable on Windows.
729
730 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
731
732         * text.C (leftMargin): Fix the parindent use bug (1764)
733         by dirty trick
734
735 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
736
737         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
738         argument.
739
740 2005-04-25  Angus Leeming  <leeming@lyx.org>
741
742         * Bidi.[Ch]:
743         * coordcache.[Ch]:
744         * ispell.C:
745         * lyxserver.C:
746         * mover.C:
747         * pch.h:
748         include <config.h> in .C files, not .h ones.
749         add licence blurb.
750         protect headers inside preprocessor guards.
751
752 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
753
754         * FuncStatus.h (StatusCodes): document
755
756 2005-04-21  André Pönitz  <poenitz@gmx.net>
757
758         * FuncStatus.h (enabled, onoff): document
759
760 2005-04-19  Angus Leeming  <leeming@lyx.org>
761
762         * BufferView_pimpl.C (cursorToggle): no longer test whether
763         any child processes have been reaped before calling
764         handleCompletedProcesses().
765
766 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
767
768         * text3.C (dispatch): fix, finally fix, the language problem in
769         new lyxtexts, without disabling on-the-fly font changes (Helge's
770         bug report)
771
772 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
773
774         * text3.C (dispatch): set cursor on double/triple click events
775         (bug 1811)
776
777 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
778
779         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
780         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
781
782         * rowpainter.C (paintFirst): simplify the code a little bit. In
783         particular, remove the test for secnumdepth.
784         * text.C (setHeightOfRow): only allocate space for chapter number
785         when updateCounters provided an actual label, instead of looking
786         at secnumdepth directly.
787
788         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
789
790         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
791         paragraphs when secnumdepth is large enough or, for environments,
792         when they are not the first in a sequence.
793
794 2005-04-17  Angus Leeming  <leeming@lyx.org>
795
796         * buffer.C (makeLaTeXFile): replace code to manipulate a path
797         containing space and '~' characters with a call to latex_path().
798
799 2005-04-17  Angus Leeming  <leeming@lyx.org>
800
801         * converter.C (convert): protect all args of convertDefault.sh
802         script with quotes.
803
804 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
805
806         * text3.C (dispatch): change the layout to "Caption" after inserting
807         a float.
808
809 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
810
811         * text3.C (dispatch): fix language problem in newly created
812         textinsets (and main text) in non-english docs
813
814 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
815
816         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
817         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
818         * text3.C (getStatus): disable LFUN_INSET_MODIFY
819
820 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
821
822         * lyxtext.h:
823         * text.C (metrics):
824         * text2.C (getFont):
825         * rowpainter.C (getFont): Fix metrics bug introduced by inset
826         fonts fix
827
828 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
829
830         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
831         output of \item arguments without trailing text.
832
833 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
834
835         * FontIterator.C (operator*): avoid a copy of the font.
836
837 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
838
839         * rowpainter.C (getFont): fix language bug from previous fix
840
841 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
842
843         * rowpainter.C (RowPainter, getFont): fix font inside inset
844         (bugs 1766, 1809)
845
846 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
847
848         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
849         preventing inserted font, deco, delim insets jumping to start of
850         surrounding inset.
851
852 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
853
854         * lyxfunc.C (dispatch): translate message before sending it to the
855         minibuffer.
856
857 2005-03-29  Angus Leeming  <leeming@lyx.org>
858
859         * lyx_main.C (priv_exec): call os::internal_path on each file passed
860         to LyX on the command line.
861
862 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
863
864         * vc-backend.C: use QuoteName to protect file names wherever
865         necessary.
866
867 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
868
869         * buffer.[Ch]:
870         * BranchList.h: fix bugs 1844,1845: document settings don't
871         stick
872
873 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
874
875         * lyxrc.C (setDefaults, read, output, getDescription): add support
876         for tex_allows_spaces.
877
878         * exporter.C (Export): allows files in directory containing spaces
879         if tex_allows_spaces is true.
880
881         * buffer.C (makeLaTeXFile): if the document path contains spaces,
882         output it in double quotes.
883
884 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
885
886         * rowpainter.C: use default text height for drawing change tracker
887         strikeout lines.
888
889 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
890
891         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
892
893 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
894
895         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
896         directory is missing.
897
898 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
899
900         * text2.C: fixed the fix, extended to other case.
901
902 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
903
904         * text2.C: fix for cursor up/down stuck in math [bug 1792]
905
906 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
907
908         * text2.C (cursorUp): get rid of a crash
909         * text.C (x2pos): add an assert
910
911 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
912
913         * lyxfunc.C (getStatus): fix warning when assertions are disabled
914
915         * text3.C:
916         * lyxfunc.C:
917         * dociterator.C: include <boost/current_function.hpp>, which is
918         needed when assertions are disabled.
919
920 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
921
922         * text2.C: fix for stuck cursor when traversing two
923         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
924
925 2005-02-25  Andreas Vox  <avox@arcor.de>
926
927         * output_docbook.C (makeParagraph): suppress trailing newline
928         after a run of paragraphs
929
930 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
931
932         * paragraph.C: fix for confused change tracker when pasting
933         text that begins with a lineseparator. [bug 1827]
934         (setChange(0, Change::INSERTED);)
935
936         * paragraph_funcs.C: fix for lost changes on triple-paste
937         in change tracking mode [bug 1827] (par.setChange()).
938
939 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
940
941         * text2.C (updateCounters, setCounter, expandLabel): move to
942         buffer_funcs.
943
944         * buffer_funcs.C (updateCounters): turn into a free standing
945         function and add a buffer parameter. Remove dead code for tracking
946         labelstring change.
947         (setCounter): change into a free-standing function which gets a
948         dociterator as argument. Use this iterator to fix captions in a
949         simple way. When no float is found above the caption, use the
950         labelstring of the caption layout as default.
951
952         * text.C (breakParagraph, backspace):
953         * text2.C (init, setLayout, changeDepth):
954         * text3.C (dispatch):
955         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
956         updateCounters.
957
958         * dociterator.C (forwardPar): make it much faster by calling
959         forwardPos() only when really necessary.
960
961         * output_docbook.C (makeCommand): adapt to expandLabel move.
962
963         * cursor.C: remove unused variable
964
965 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
966
967         * paragraph_funcs.C: fix crash when pasting insets in change
968         tracking mode [bug 1277] (honour change type in moveItem).
969
970 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
971
972         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
973
974 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
975
976         * BufferView.C (setCursor): change to use a DocIterator.
977         (gotoLabel): use BufferView::setCursor (other part of bug 781).
978         (putSelectionAt): adapt to BufferView::setCursor change.
979
980         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
981         moved here from LyXText and rewritten to use proper cursor
982         methods. Fixes bug 1787, 616 and 835.
983
984         * BufferView_pimpl.C (restorePosition): set the cursor correctly
985         when inside an inset (part of bug 781).
986         (dispatch): adapt to change of BufferView::setCursor.
987         (getStatus, dispatch): handle LFUN_GOTOERROR,
988         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
989
990         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
991         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
992         * text3.C (gotoNextInset, gotoInset): removed.
993
994 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
995
996         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
997
998 2005-02-15  Angus Leeming  <leeming@lyx.org>
999
1000         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
1001         can be used meaningfully in a comparison.
1002
1003 2005-02-13  André Pönitz  <poenitz@gmx.net>
1004
1005         * bufferview_funcs.C (coordOffset): improve cursor drawing
1006
1007 2005-02-13  André Pönitz  <poenitz@gmx.net>
1008
1009         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
1010         * Cursor.C (dispatch): use fixIfBroken
1011         * lyxfunc.C (getStatus): use fixIfBroken
1012
1013 2005-02-15  Angus Leeming  <leeming@lyx.org>
1014
1015         * lyx_main.C (error_handler):
1016         * lyxfunc.C:
1017         * lyxrc.C (setDefaults):
1018         s/GetEnv/getEnv/.
1019         #include "environment.h".
1020
1021         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
1022
1023 2005-02-15  Angus Leeming  <leeming@lyx.org>
1024
1025         * lyxserver.C (startPipe): squash MSVC warning "local variable
1026         'fd' used without having been initialized".
1027
1028 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1029
1030         * BufferView_pimpl.C: revert accidental commit.
1031
1032 2005-02-14  André Pönitz  <poenitz@gmx.net>
1033
1034         * dociterator.[Ch]: new member forwardPosNoDescent(),
1035         which doesn't enter nested insets.
1036         * text2.C (setFont): use forwardPosNoDescent() instead
1037         of ForwardPos() (fixes crash on font change).
1038
1039 2005-02-13  Angus Leeming  <leeming@lyx.org>
1040
1041         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1042         only if lyxrc.path_prefix is not empty.
1043
1044 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1045
1046         * bufferparams.C (readGraphicsDriver): prevent crash
1047
1048 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1049
1050         * text2.C (setCounter): check for inInset() == 0
1051
1052 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1053
1054         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1055         but use update() to get correct screen display; use convert
1056         instead of istringstream.
1057         (getStatus): handle LFUN_GOTO_PARAGRAPH
1058
1059         * lyxfunc.C (dispatch, getStatus): do not handle
1060         LFUN_GOTO_PARAGRAPH here.
1061
1062 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1063
1064         * text3.C (dispatch): size() -> depth()
1065
1066         * text2.C: remove some debug output
1067
1068         * paragraph.C: ws changes only
1069
1070         * lyxfunc.C (getStatus): size() -> depth()
1071
1072         * dociterator.h (clear, push_back, pop_back, internalData,
1073         operator[], resize, empty): new functions
1074         Make StableDocIterator and operator== be friends. Don't inherit
1075         from std::vector use a privat class variable slices_ instead.
1076         Modify to fit.
1077
1078         * dociterator.C: update because of not inheriting from std::vector
1079         anymore. Call explictly to slices_ instead. Use depth() instead of
1080         size() and top() instead of back()
1081
1082         * cursor.C: chagne size() -> depth and back() -> top(). Also
1083         remove some direct operator[](i) calls in favour of foo[i]
1084         (getFont): remove some dead code
1085
1086         * bufferview_funcs.C (coordOffset): size() -> depth()
1087
1088         * buffer.C: ws changes only
1089
1090         * CutAndPaste.C (eraseSelection): back() -> top()
1091
1092         * BufferView_pimpl.C (selectionRequested): back() -> top()
1093
1094         * BufferView.C (setCursor): size() -> depth()
1095
1096 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1097
1098         * text3.C (cursorPrevious): return true if depm changed something
1099         (cursorNext): ditto
1100         (dispatch): rename sl to oldTopSlice, remove moving use the new
1101         NoUpdate func attrib instead. Make sure that needsUpdate is set
1102         for function that have NoUpdate, but where depm might have changed
1103         the buffer anyway.
1104
1105         * text2.C (cursorLeft): make us return true if depm changed
1106         something
1107         (cursorRight): ditto
1108         (cursorUpParagraph): ditto
1109         (curosrDownParagraph): ditto
1110         (cursorUp, cursorDown): ditto, make sure to read comments in code
1111         (deleteEmptyParagraphMechanism): remove an assert, also return
1112         true if just a single char was deleted.
1113
1114         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1115         cursor that we modify, to avoid modifying an active cursor before
1116         we call setCursor. This allows depm to run. Also return true if
1117         depm deleted something.
1118
1119         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1120         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1121         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1122         something was changed in the buffer because of them (ie. depm run)
1123
1124         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1125         debug messages. Make update by default be false. Make sure that
1126         the result of update is retained throught several calls down to
1127         dispatch.
1128
1129         * LyXAction.h: add a new func_attrib: NoUpdate
1130
1131         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1132         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1133         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1134         and LFUN_WORDLEFT
1135         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1136
1137 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1138
1139         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1140         bv_->owner(), bv_->buffer() by direct references to the private
1141         members.
1142         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1143         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1144         (fitCursor): center() is in BufferView::Pimpl.
1145         (getStatus, trackChanges, dispatch): no need for a temporary buf
1146         variable
1147         (fitCursor, workAreaDispatch): use workarea().workheight()
1148
1149 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1150
1151         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1152
1153 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1154
1155         * buffer.C: format up to 241.
1156         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1157         break if pasting into ERT
1158         * lyxfunc.C (getStatus): suppress mathpanel and
1159         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1160
1161 2005-02-01  Angus Leeming  <leeming@lyx.org>
1162
1163         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1164
1165 2005-02-01  Angus Leeming  <leeming@lyx.org>
1166
1167         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1168         calling fs::is_directory().
1169
1170 2005-01-31  Angus Leeming  <leeming@lyx.org>
1171
1172         * lyx_main.C (priv_exec): specify explicitly the relative location
1173         of the top level build directory when run in-place.
1174
1175 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1176
1177         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1178         LyXText containing the cursor, not the top-level one.
1179
1180         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1181         true.
1182         (insertStringAsLines): rename par to pit; use temporary variable
1183         par to hold a Paragraph; do not store par.layout() in a variable,
1184         since the pointer may die when breaking paragraphs; pass pars to
1185         breakParagraph() instead of Buffer::paragraphs().
1186
1187 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1188
1189         * lyxlex_pimpl.h: #include <fstream>.
1190
1191         * BufferView.[Ch] (getLyXText): add a const version.
1192
1193         * BufferView_pimpl.C: add debug aids.
1194
1195         * RowList_fwd.h:
1196         * buffer.h:
1197         * lyxrow.h:
1198         * paragraph_funcs.h: add commentary explaining what the class does.
1199
1200
1201         * coordcache.[Ch]: add lots of commentary.
1202         (startUpdating, doneUpdating): debug aids.
1203         (arrays, insets, parPos, getParPos): accessors to private data.
1204
1205         * cursor_slice.[Ch] (text): add a const version.
1206         * dociterator.[Ch] (text, innerText): add const versions.
1207
1208         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1209         bool.
1210
1211         * paragraph.C (getRow, pos2ros): add asserts.
1212
1213         * paragraph.h: add commentary. Lots of.
1214
1215         * paragraph.[Ch] (metrucs, draw): removed.
1216
1217         * cursor.C:
1218         * rowpainter.[Ch]: const-correct changes.
1219
1220         * text.C: various obvious clean-ups. Removal of ancient cruft.
1221         Bug fixes, even.
1222
1223 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1224
1225         * vc-backend.C (find_file): rewrite to use boost.filesystem
1226         (scanMaster): ditto
1227
1228         * main.C (main): set default name check for boost.filesystem to
1229         no check
1230
1231         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1232         (open): ditto
1233         (doImport): ditto
1234         (actOnUpdatedPrefs): ditto
1235
1236         * lyx_main.C (init): rewrite to use boost.filesystem
1237         (queryUserLyXDir): ditto
1238
1239         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1240         (getContentsOfAsciiFile): ditto
1241
1242         * lastfiles.C (readFile): rewrite to use boost.filesystem
1243
1244         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1245
1246         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1247         (loadLyXFile): ditto
1248
1249         * buffer.C (Buffer): adjust for destroydir
1250         (getLogName): rewrite to use boost.filesystem
1251         (setFileName): ditto
1252         (save): use fs::copy_file (from fs_extras)
1253
1254         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1255
1256         * LaTeX.C (run): rewrite to use boost.filesystem
1257         (scanAuxFiles): ditto
1258         (handleFoundFile): ditto
1259
1260 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1261
1262         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1263
1264         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1265
1266 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1267
1268         * lyxlayout.[Ch]: change some vars from float to double
1269
1270         * buffer.C (readFile): make a local var const
1271
1272         * Several files: use convert<> instead of atoi,strToXXX and friends
1273
1274 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1275
1276         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1277         holds the contents of packages.lst. New functions getAvailable
1278         and isAvailable to parse and check that list, resp.
1279
1280         * LyXAction.C:
1281         * lfuns.h:
1282         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1283
1284         * bufferparams.[Ch]: new param output_changes.
1285
1286         * Buffer.C: increase file format to 240.
1287         Use output_changes and isVailable.
1288
1289         * changes.[Ch]:
1290         * paragraph.C:
1291         * paragraph_pimpl.C: Use output_changes and isVailable.
1292
1293 2005-01-23  Angus Leeming  <leeming@lyx.org>
1294
1295         * output_latex.C: #include "insetbibitem.h", rather than
1296         forward declare function bibitemWidest.
1297
1298 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1299
1300         * lyx_main.C (init): make it compile on the Mac.
1301
1302 2005-01-20  Angus Leeming  <leeming@lyx.org>
1303
1304         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1305         (setLyXMisc): (char string literal) != (char string literal) is
1306         performing a comparison on the addresses. Convert one operand
1307         explicitly to string to guarantee expected behaviour.
1308         From MSVC warning.
1309
1310 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1311
1312         * buffer.C:
1313         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1314
1315         * output_plaintext.C: remove unneeded #include gzstream.h.
1316
1317 2005-01-20  Angus Leeming  <leeming@lyx.org>
1318
1319         * SpellBase.h: rename some of the elements of the Result enum.
1320
1321         * aspell_local.h:
1322         * ispell.h:
1323         * pspell.h:
1324         * aspell.C (check):
1325         * ispell.C (check):
1326         * pspell.C (check): ditto
1327
1328 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1329
1330         * buffer.C: add #include <fstream>.
1331
1332         * lyx_main.C (init): Compile fix.
1333
1334         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1335
1336 2005-01-20  Angus Leeming  <leeming@lyx.org>
1337
1338         * mover.h: change commentary to reflect the changed meaning of
1339         the $$s placeholder.
1340
1341 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1342
1343         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1344
1345         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1346
1347 2005-01-20  Angus Leeming  <leeming@lyx.org>
1348
1349         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1350         printing diagnostic data by not dereferecing an iterator past the
1351         end.
1352
1353 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1354
1355         * buffer.C (readHeader): use "&&" rather than "and".
1356
1357         * lyxserver.h (inPipeName, outPipeName): make these const.
1358
1359 2005-01-19  Angus Leeming  <leeming@lyx.org>
1360
1361         * lyx_main.C (error_handler, init): protect SIGHUP with
1362         #ifdef SIGHUP guards.
1363
1364 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1365
1366         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1367
1368 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1369
1370         * text.C (setHeightOfRow): add a margin at the top and bottom of
1371         the document (bug 1761)
1372
1373 2005-01-17  Angus Leeming  <leeming@lyx.org>
1374
1375         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1376         with "python ". Workaround for a brain-dead Windows.
1377
1378 2005-01-16  Angus Leeming  <leeming@lyx.org>
1379
1380         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1381         for MacOSX and Windows to use prependEnvPath.
1382         Strip out the hard-coded block to add elements to the PATH for
1383         MacOSX and replace it with a call to prependEnvPath using the
1384         contents of LyXRC::path_prefix.
1385         (queryUserLyXDir): strip out the code to run reconfigure, instead
1386         returning a boolean indicating the necessity to do so.
1387         (reconfigureUserLyXDir): contains the code to reconfigure the
1388         user support directory. Is now called after the various LyXRC data
1389         files have been read.
1390
1391         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1392
1393 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1394
1395         * converter.[Ch] (convert): take a new parameter try_default. Use
1396         a default converter (imagemagick) if try_default is true.
1397
1398 2005-01-13  Angus Leeming  <leeming@lyx.org>
1399
1400         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1401         os::cygwin_path_fix.
1402         (write): output LyXRC::cygwin_path_fix as necessary.
1403
1404 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1405
1406         * lyxrc.h:
1407         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1408
1409 2005-01-12  Angus Leeming  <leeming@lyx.org>
1410
1411         * lyx_main.C (init): set the PATH variable to include the
1412         directory containing the LyX binary when running on Mac or Windows.
1413
1414 2005-01-12  Angus Leeming  <leeming@lyx.org>
1415
1416         * lyx_main.C (init): remove cruft that purports to set the locale
1417         dir. It doesn't and is not needed anyway.
1418
1419 2005-01-10  Angus Leeming  <leeming@lyx.org>
1420
1421         * Makefile.am: remove the lyx_main.C special casing.
1422
1423         * BufferView_pimpl.C:
1424         * bufferlist.C:
1425         * exporter.C:
1426         * lyx_cb.C:
1427         * lyx_main.C:
1428         * lyxfunc.C:
1429         * messages.C: use support/package.h to provide the paths to the
1430         various directories used by LyX.
1431
1432 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1433
1434         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1435         layout if pasting into an empty paragraph)
1436
1437 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1438
1439         * tex-accent.C: add <string>
1440
1441 2005-01-06  José Matos  <jamatos@lyx.org>
1442
1443         * ParagraphParameters.C (write): put every parameter in its own line.
1444         * paragraph.C (write): reduce number of consecutive empty lines exported.
1445         * buffer.C (LYX_FORMAT): increase file format to 239.
1446
1447 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1448
1449         * everywhere: change support/tostr.h -> support/convert.h
1450
1451         * tabular.C: make all write_attributes templates, tostr -> convert
1452
1453         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1454         (emptyTag): and -> &&, and fix type for ret from getChar
1455         (getFirstWord): fix type for ret from getChar
1456         (onlyText): and -> &&
1457         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1458         getChar
1459
1460         * toc.C (goTo, action):
1461         * text3.C (dispatch):
1462         * text.C (currentState):
1463         * tex-accent.C (DoAccent):
1464         * sgml.C:
1465         * lyxrc.C:
1466         * lyxfunc.C (menuNew):
1467         * lyxfinc.C (replace):
1468         * counters.C (laberItem):
1469         * bufferview_funcs.C (font2string):
1470         * bufferparams.C (writeFile):
1471         * buffer.C (readFile):
1472         * Spacing.C (set):
1473         * MenuBackend.C: tostr -> convert
1474
1475         * LaTeX.C (runMessage): fix format
1476         (scanAuxFiles): tostr -> convert
1477
1478         * BufferView_pimpl.C (savePosition): fix format
1479         (restorePosition): ditto
1480         (dispatch): ditto
1481
1482 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1483
1484         * Spacing.[Ch]: New method getValueAsString().
1485
1486         * Spacing.[Ch]:
1487         * bufferparams.C:
1488         * ParagraphParameters.C:
1489         * lyxlayout.C:
1490         * text.C:
1491         * text3.C: store/read spacing value as string.
1492
1493         * rowpainter.C: change float value (spacing_val) to double.
1494
1495         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1496         broken custom document spacing).
1497
1498 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1499
1500         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1501         namespace, also more use of temp references and const
1502
1503         * cursor.[Ch] (getStatus): move to lyxfunc.C
1504
1505         * bufferparams.C: reformat slightly
1506
1507         * bufferview_funcs.C (font2string): constify arg
1508
1509         * changes.C:
1510         * converter.C:
1511         * counters.C:
1512         * bufferlist.C:
1513         * buffer_funcs.C: (many funcs): constify arg on function
1514         definitions, also make more local vars const, also add ASSERTS on
1515         pointer args.
1516
1517         * buffer.C (LYX_FORMAT): put const in correct place
1518         (many funcs): constify arg on function definitions, also make
1519         more local vars const
1520
1521         * aspell_local.h: remove "struct" from typdef setup
1522
1523         * aspell.C (check): make word_ok const
1524         (nextMiss): simplify slightly
1525         (error): ditto
1526
1527 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1528
1529         * lyxrc.[Ch]: store all float values as strings.
1530         use int (not float) for lyxrc.dpi.
1531
1532 2005-01-04  Angus Leeming  <leeming@lyx.org>
1533
1534         * lyx_cb.C (Reconfigure):
1535         * lyx_main.C (queryUserLyXDir):
1536         to run the <system_lyxdir>/configure correctly on Windows, prefix
1537         the path to the script with "sh " when generating the string that
1538         is passed to system().
1539
1540 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1541
1542         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1543
1544 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1545
1546         * lyxlength.C (asLatexString): get rid of setprecision
1547
1548 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1549
1550         * text2.C (setLayout): remove unused variable endpit.
1551         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1552
1553         * paragraph.C (onlyText): remove unused variable style.
1554
1555         * cursor.C (bruteFind): remove unused variables beg and end.
1556
1557         * Makefile.am (dist_noinset_DATA): not needed anymore
1558
1559         * cheaders/*: remove.
1560
1561 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1562
1563         * text3.C: fix LFUN_MATH_MODE.
1564
1565 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1566
1567         * buffer_funcs.C (countWords): new function. Counts words between
1568         two iterators.
1569
1570         * BufferView_pimpl.C (getStatus, dispatch): handle
1571         LFUN_WORDS_COUNT.
1572
1573         * LyXAction.C (init):
1574         * lfuns.h: add LFUN_WORDS_COUNT.
1575
1576 2004-12-19  Angus Leeming  <leeming@lyx.org>
1577
1578         * buffer.C (save): s/slashify_path/internal_path/.
1579
1580 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1581
1582         * lyxfind.C (findChange): do not search for end of pars, because
1583         the change tracker cannot handle this (fixes bug 1719).
1584
1585 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1586
1587         * paragraph.[Ch] (autoBreakRows): remove
1588
1589         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1590
1591         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1592         avoid using the paragraph one
1593
1594         * text2.C (LyXText, insertStringAsLines): adjust
1595
1596 2004-12-16  Angus Leeming  <leeming@lyx.org>
1597
1598         * bufferlist.C:
1599         * lyx_main.C:
1600         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1601
1602 2004-12-14  Angus Leeming  <leeming@lyx.org>
1603
1604         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1605
1606         * bufferlist.C (emergencyWrite):
1607         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1608         GetEnvPath("HOME").
1609
1610 2004-12-14  Angus Leeming  <leeming@lyx.org>
1611
1612         * main.C: (main): no longer pass pointers to os::init.
1613
1614 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1615
1616         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1617         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1618
1619 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1620
1621         * lyxfunc.C:
1622         * text3.C: remove selection_possible global flag
1623
1624 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1625
1626         * text2.C (getSelectionSpan): remove
1627         (changeDepth, changeDepthAllowed): adjust
1628
1629 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1630
1631         * Makefile.am (BOOST_LIBS): use boost variables
1632
1633 2004-12-03  José Matos  <jamatos@lyx.org>
1634
1635         * buffer.C: format up to 238.
1636
1637 2004-12-03  José Matos  <jamatos@lyx.org>
1638
1639         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1640
1641 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1642
1643         * cursor.C (goUpDown): remove call to idxUpDown2
1644
1645 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1646
1647         * tabular.[Ch]: use size_t-like types for cell, row and column
1648         indices
1649
1650 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1651
1652         * lyxfunc.C (getStatus): do not lose previous information when
1653         calling BufferView::getStatus; do not set a default "Command
1654         disabled" message at the beginning, but just before returning.
1655
1656 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1657
1658         * cursor.h (getStatus): add better comment from src/cursor.C
1659
1660 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1661
1662         * text3.C (getStatus): return false when the lfun is not handled
1663
1664 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1665
1666         * broken_headers.h: remove
1667
1668         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1669
1670 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1671
1672         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1673         offset_ref accessors
1674
1675         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1676         top_y_, merge fitcursor with update
1677         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1678         coord scheme
1679         (metrics): introduce
1680         (workAreaDispatch): adapt to new coord scheme
1681         (redoCurrentBuffer): remove
1682
1683         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1684
1685         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1686         CurStatus enum.
1687
1688         * coordcache.[Ch]: add paragraph cache and helpers
1689
1690         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1691         adjust everywhere
1692
1693         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1694         (targetX, setTargetX): introduce
1695
1696         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1697         baseline -> ascent, as the rest of lyx
1698
1699         * lyxtext.h: remove redoParagraphs, updateParPositions,
1700         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1701         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1702         have ascent/descent (ascent is ascent of first par)
1703
1704         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1705         step of BufferView
1706
1707         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1708
1709         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1710
1711         * pariterator.C: fix infinite loop introduced in par->pit renaming
1712
1713         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1714         in insets and LyXText, draw two off-screen paragraphs using
1715         NullPainter, and adapt to new coord scheme
1716
1717         * text.C:
1718         * text2.C:
1719         * text3.C: adapt lfun handlers to the new coord scheme, which
1720         means: there's only guaranteed coord information for onscreen pars
1721         plus one above and one below. This implies that one can do search
1722         from y coordinates in the range [-1,workHeight]
1723
1724 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1725
1726         * rename a lot of InsetOld to InsetBase
1727
1728 2004-11-25  Angus Leeming  <leeming@lyx.org>
1729
1730         * BufferView_pimpl.C:
1731         * lyx_cb.C:
1732         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1733
1734 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1735
1736         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1737         call BufferView::getStatus if LCursor::getStatus did nothing
1738         (setStatusMessage, getStatusMessage): removed.
1739
1740         * FuncStatus.C (message): new methods. Used to provide an error
1741         message indicating why a command is disabled.
1742         (clear, |=, FuncStatus): update for message.
1743
1744 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1745
1746         * lyxfunc.C (dispatch): always call sendDispatchMessage
1747
1748 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1749
1750         * BufferView.C:
1751         * BufferView_pimpl.C:
1752         * CutAndPaste.C:
1753         * FontIterator.C:
1754         * buffer.C:
1755         * cursor.C:
1756         * cursor_slice.[Ch]:
1757         * dociterator.[Ch]:
1758         * lyxfind.C:
1759         * paragraph_funcs.C:
1760         * pariterator.C:
1761         * rowpainter.C:
1762         * text.C:
1763         * text2.C:
1764         * text3.C:
1765         * undo.C: par->pit renaming
1766
1767 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1768
1769         * tabular.C (cellstruct): use initialization, store a shared_ptr
1770         to insettext instead of the insettext directly, adjust to fit.
1771         (operator=):  new function
1772         (swap): new function
1773         (rowstruct): use initialization
1774         (columnstruct): use initialization
1775         (ltType): use initialization
1776
1777
1778         * lyxlength.h (swap): new function
1779
1780         * LColor.[Ch] (operator=): use the common semantics
1781
1782 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1783
1784         * lyxfind.C (findNextChange): update the bufferview after setting
1785         the selection.
1786
1787 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1788
1789         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1790         number of InsetOptArgs has already been inserted.
1791
1792         * output_latex.C (latexOptArgInsets): new method. This outputs all
1793         the optarg insets, up to the limit defined in the layout file.
1794         (optArgInset): removed
1795         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1796
1797 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1798
1799         * paragraph.C (isLetter): remove special spellchecker-related
1800         code; return true also for digits
1801         (isWord, isKomma): remove
1802
1803         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1804         * lyxfind.C (MatchString()): use isLetter instead of isWord
1805
1806 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1807
1808         * pariterator.h (operatir=): comment out un-implemented member
1809         function.
1810
1811         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1812         static cast.
1813
1814 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1815
1816         * lyxfont.h: include LColor.h to satisfy concept checks.
1817
1818 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1819
1820         * pariterator.h: add typdefs for value_type, difference_type,
1821         pointer and reference to satisfy concept checks. Also add default
1822         constructor for same reason.
1823
1824         * pariterator.C (operator++): add post-increment operator to
1825         satisfy concept checks.
1826
1827         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1828         checks.
1829
1830         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1831
1832         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1833         checks. Also rename base_type to BaseType to follow naming
1834         standard better.
1835
1836         * FloatList.h: include Floating.h to satisfy concept checks.
1837
1838 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1839
1840         * lyxfunc.C (getStatus): when the origin of the request is menu or
1841         toolbar, and the LyXView does not have focus, do as if there was
1842         no buffer (bug 1720)
1843
1844         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1845         FuncRequest to individual entries of LFUN_SEQUENCE
1846
1847 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1848
1849         * output_latex.C (TeXOnePar): override runparams.moving_arg
1850         according to the needprotect value of the current paragraph (bug
1851         1739)
1852
1853         * paragraph.C (simpleTeXOnePar): no need to override
1854         runparams.moving_args here
1855
1856 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1857
1858         * vspace.C: fix off-by-one-error, related to fix #1682
1859
1860 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1861
1862         * lengthcommon.C: a more general fix for bug 1682
1863
1864 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1865
1866         * text.C (backspace): fix crash
1867
1868 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1869
1870         * format.[Ch] (getFormatFromFile): new method
1871         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1872
1873 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1874
1875         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1876
1877 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1878
1879         * lyxfunc.C (dispatch): remove the verbose argument
1880         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1881         instead
1882
1883         * kbmap.C (defkey): set the origin of func to KEYBOARD
1884
1885         * MenuBackend.C (MenuItem):
1886         * ToolbarBackend.C (add): set the origin of func to UI
1887
1888         * funcrequest.[Ch]: add origin member, which indicates which part
1889         of LyX requests an action
1890
1891 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1892
1893         * converter.C (move): don't lie in the error message
1894         * converter.h (isReachable, move): document
1895
1896 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1897
1898         * buffer.C: remove unused using lyx::support::atoi
1899         * paragraph_funcs.C: ditto
1900
1901 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1902
1903         * bufferlist.C (exists): use bind and equal_to instead of
1904         compare_memfun
1905         (getBuffer): ditto
1906         * lyxtextclasslist.C (NumberOfClass): ditto
1907
1908         * cursor.C (insert): use for_each instead of explicit for loop
1909
1910         * bufferlist.C (getFileNames): use std::transform and
1911         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1912
1913         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1914         for loop
1915
1916         * buffer.C (changeLanguage): use for_each instead of explicit for
1917         loop
1918         (hasParWithID): implement using getParFromID
1919
1920         * LaTeXFeatures.C: ws change only
1921
1922         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1923         to cleanup a bit.
1924
1925         * BufferView_pimpl.C (trackChanges): use for_each instead of
1926         expilicit for loop
1927
1928 2004-11-04  André Pönitz  <poenitz@gmx.net>
1929
1930         * undo.h:
1931         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1932
1933         * dociterator.C (asDocIterator): use hard assert again.
1934
1935 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1936
1937         * lyxlength.C (asLatexString): rewrite so that it does not use
1938         snprintf anymore
1939
1940 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1941
1942         * text3.C (specialChar, dispatch): make sure cursor moves to the
1943         right after inserting an inset
1944
1945 2004-11-02  José Matos  <jamatos@lyx.org>
1946
1947         * output_docbook.C (docbook):
1948         * paragraph.C (getID):
1949         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1950         garantee that the output is always legal.
1951
1952         * tabular.C (docbook):
1953         * outputprams.[Ch]: remove mixed contents.
1954
1955 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1956
1957         * text2.C (setCounter): prevent endless loop
1958
1959 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1960
1961         * exporter.C (copyFile): use the mover instead of support::copy()
1962         * exporter.C (Export): pass format and latex name to copyFile()
1963         * exporter.h (addExternalFile): document
1964         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1965
1966 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1967
1968         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1969
1970 2004-10-30  José Matos  <jamatos@lyx.org>
1971
1972         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1973         text and no inset or font change. This allows to use CDATA
1974         sections just for the whole paragraph.
1975
1976 2004-10-30  José Matos  <jamatos@lyx.org>
1977
1978         * paragraph.C (getFirstWord): remove unused variable.
1979
1980 2004-10-30  José Matos  <jamatos@lyx.org>
1981
1982         * paragraph.C (getFirstWord): the content should always be escaped
1983         there.
1984         (simpleDocBookOnePar):
1985         * output_docbook.C (makeEnvironment): replace reference to CDATA
1986         to style pass_thru.
1987
1988 2004-10-30  José Matos  <jamatos@lyx.org>
1989
1990         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1991
1992 2004-10-30  José Matos  <jamatos@lyx.org>
1993
1994         * output_docbook.C (makeParagraphs):
1995         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1996         standard paragraph has only a given type of content drop the wrapper.
1997
1998 2004-10-29  José Matos  <jamatos@lyx.org>
1999
2000         * output_docbook.C (makeEnvironment):
2001         * sgml.C (openTag):
2002         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
2003
2004 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
2005
2006         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
2007         (cleanID): sanitize any id.
2008
2009 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2010
2011         * buffer.C, lyxlex_pimpl.C:
2012         * lyxlex_pimpl.C (setFile):
2013         s/getExtFromContents/getFormatFromContents/
2014
2015 2004-10-28  José Matos  <jamatos@lyx.org>
2016
2017         * output_docbook.C (makeEnvironment): move id to broadest possible
2018         scope.
2019
2020         * sgml.C (openTag): apply substitution of <> for all attributes.
2021
2022 2004-10-28  José Matos  <jamatos@lyx.org>
2023
2024         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2025         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2026         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
2027
2028         * sgml.[Ch]: new version for open and closeTag for paragraph and
2029         for strings. Now they handle the ids of paragraphs.
2030
2031 2004-10-26  Angus Leeming  <leeming@lyx.org>
2032
2033         * Makefile.am: add mover.[Ch].
2034
2035         * converter.C (convert, move): use the new Movers to move external
2036         files to the temp directory.
2037
2038         * lyx_main.C (init): ensure that the global system_movers data
2039         is initialised.
2040
2041         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2042         preferences file.
2043
2044         * mover.[Ch]: new files, defining a Mover as a utility to move an
2045         external file between directories and, if necessary, manipulate this
2046         file using a helper script.
2047
2048 2004-10-25  José Matos  <jamatos@lyx.org>
2049
2050         * output_docbook.C (makeCommand): merge two if's that tested the
2051         same condition.
2052
2053 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2054
2055         * sgml.C (escapeString): fix warning in a better way
2056
2057 2004-10-25  José Matos  <jamatos@lyx.org>
2058
2059         * sgml.C (escapeString): import the require boosts header file for
2060         tie, and avoid a signed unsigned comparison.
2061
2062 2004-10-25  José Matos  <jamatos@lyx.org>
2063
2064         * sgml.h: add #include <string>
2065
2066 2004-10-25  José Matos  <jamatos@lyx.org>
2067
2068         * sgml.[Ch] (escapeString): new function to escape all the string.
2069
2070 2004-10-24  José Matos  <jamatos@lyx.org>
2071
2072         * paragraph.[Ch] (getFirstWord): new function to get the first
2073         word. Useful for description.
2074         (simpleDocBookOnePar): remove depth argument, add another that
2075         says where to start the paragraph.
2076
2077         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2078         use the new functions to fix cleanly the support for descriptions.
2079
2080 2004-10-24  José Matos  <jamatos@lyx.org>
2081
2082         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2083         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2084         * output_linuxdoc.C (linuxdocParagraphs):
2085         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2086         add buffer as argument.
2087
2088 2004-10-24  José Matos  <jamatos@lyx.org>
2089
2090         * output_docbook.C (makeEnvironment, searchEnvironment): place
2091         CDATA inside paragraphs and fix scope for listitems.
2092
2093 2004-10-24  José Matos  <jamatos@lyx.org>
2094
2095         * output_docbook.C: remove using statement for stack.
2096
2097 2004-10-23  José Matos  <jamatos@lyx.org>
2098
2099         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2100         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2101         docbook. The new scheme is recursive and makes use of iterators, the
2102         same as latex export works.
2103         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2104         directly with the paragraph contents. This code was moved up to
2105         output_docbook.C (docbookParagraphs).
2106         * sgml.C (openTag, closeTag): removed unneeded newlines.
2107         (closeEnvTags) removed.
2108
2109 2004-10-23  André Pönitz  <poenitz@gmx.net>
2110
2111         * undo.C (textUndoOrRedo):
2112         * dociterator.C (asDocIterator): work around crash
2113
2114         * cursor.C (getStatus): replace ASSERT by more verbose error message
2115           and manual correction of the problem. Should increase stability
2116           while providing more sensible information.
2117
2118 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2119
2120         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2121
2122         * bufferlist.C (previous, next): new methods
2123
2124         * lfuns.h:
2125         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2126
2127 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2128
2129         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2130         entities to preamble.
2131
2132 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2133
2134         * messages.C (Pimpl): strip off translation context information
2135
2136 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2137
2138         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2139         the cursor is correct (bug 1694)
2140
2141 2004-10-13  José Matos  <jamatos@lyx.org>
2142
2143         * output_docbook.C (docbookParagraphs): fix closing tags in the
2144         end of the document.
2145
2146 2004-10-09  José Matos  <jamatos@lyx.org>
2147
2148         * buffer.C: format up to 237.
2149         * bufferparams.C (write): use tostr to convert booleans to strings.
2150
2151 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2152
2153         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2154
2155 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2156
2157         * LaTeX.C: implement use of babel language in xindy.
2158
2159 2004-10-05  José Matos  <jamatos@lyx.org>
2160
2161         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2162         Add new translators to help reading and writing the lyx file.
2163
2164 2004-10-05  José Matos  <jamatos@lyx.org>
2165
2166         * ParagraphParameters.C (read):
2167         * text.C (readParToken): replace nexToken by more appropriate lex
2168         methods.
2169
2170 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2171
2172         * LaTeX.C (runMakeIndex):
2173         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2174         (usually 'makeindex') configurable.
2175
2176         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2177         with a variable rather than with a number.
2178
2179 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2180
2181         * output_latex.C (TeXOnePar): make sure font setting is the first
2182         thing that gets output (and the last at the end). Should fix bug
2183         1404.
2184
2185 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2186
2187         * pch.h: use proper signal include
2188
2189         * LaTeX.h: Use preferred calling of Boost.Signal
2190         * buffer.h: ditto
2191
2192 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2193
2194         * pch.h: dont include <boost/function/function0.hpp>
2195
2196         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2197
2198         * paragraph_pimpl.h: remove usage of ShareContainer
2199
2200         * paragraph_pimpl.C: remove initialization of ShareContainer.
2201
2202 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2203
2204         Fix bug #1666
2205
2206         * BufferView.C (putSelectionAt): change the semantics when
2207         backwards == true: now, this just swaps cursor and anchor wrt the
2208         forward case
2209
2210         * BufferView.h (putSelectionAt): add some documentation
2211
2212         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2213         make sure backwardChar is done at least once (to avoid getting
2214         stuck)
2215         (findNextChange): use putSelectionAt in the forward direction
2216         (operator()): use Paragraph::isWord
2217
2218 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2219
2220         * Spacing.C (set): c_str fix
2221
2222 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2223
2224         * lyx_cb.C (Reconfigure): quote the name of configure script in
2225         case it contains spaces
2226
2227 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2228
2229         * client: new dir
2230
2231         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2232         (BOOST_LIBS): use top_buildir when looking for the file
2233
2234 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2235
2236         * pch.h: do not use include boost/format.hpp, multiple symbols
2237                 will result (gcc bug)
2238
2239
2240 2004-08-23  José Matos  <jamatos@lyx.org>
2241
2242         * bufferparams.C (readToken): fix reading of the author field.
2243
2244 2004-08-20  José Matos  <jamatos@lyx.org>
2245
2246         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2247
2248 2004-08-20  José Matos  <jamatos@lyx.org>
2249
2250         * lyxlex.[Ch] (findToken): remove function.
2251
2252         * ParagraphParameters.C (findToken):
2253         * bufferparams.C (findToken): replace call for previous function
2254         with local copy. This local function has one more argument, the
2255         read string argument.
2256
2257 2004-08-16  José Matos  <jamatos@lyx.org>
2258
2259         * ParagraphParameters.C (write):
2260         * Spacing.C (writeFile):
2261         * bufferparams.C (writeLaTeX):
2262         * lyx_cb.C (Reconfigure):
2263         * paragraph.C (write):
2264         * tabular.C (write): remove unnecessary space at end of line.
2265
2266
2267 2004-08-16  José Matos  <jamatos@lyx.org>
2268
2269         * text.C (readParagraph): remove debug message.
2270
2271 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2272
2273         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2274         crash
2275
2276         * output_plaintext.C (asciiParagraph): set depth correctly
2277
2278         * outputparams.h: add member depth
2279
2280         * paragraph_funcs.C (ownerPar): remove.
2281
2282         * text2.C (setCounter): remove first_pit; comment out some
2283         non-working code that uses ownerPar
2284
2285         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2286         uses ownerPar
2287
2288 2004-08-16  José Matos  <jamatos@lyx.org>
2289
2290         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2291         For the same level of importance use the same chanel to report problems.
2292         (read): add code to deal with \begin_body and \end_body.
2293
2294
2295 2004-08-15  José Matos  <jamatos@lyx.org>
2296
2297         * lyxlex.C (getString): fix comment, buffer::readBody is now
2298         buffer:readDocument.
2299
2300         * tex-strings.C (string_papersize): Default -> default,
2301         Custom -> custom, for consistency with other options.
2302
2303 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2304
2305         * pch.h: new file
2306
2307         * Makefile.am: support pch
2308
2309 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2310
2311         * text.C (readParToken): remove the static LyXFont variable and
2312         pass it as a parameter instead. This fixes a nasty bug where an
2313         inset will be inserted with a bad font in some situations
2314         (readParagraph): adapt
2315
2316         * text2.C (setCounter): reduce number of calls to pars_[pit]
2317
2318         * text.C (singleWidth): add an assert, fix a test
2319
2320         * rowpainter.C (paintText): reduce number of calls to singleWidth
2321
2322         * paragraph.C (isHfill):
2323         (isNewline): ws only
2324
2325 2004-08-14  André Pönitz  <poenitz@gmx.net>
2326
2327         * text.C:
2328         * text2.C:
2329         * rowpainter.C:
2330         * lyxtext.h (several functions): use a Paragraph & argument
2331         instead of par_type
2332
2333 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2334
2335         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2336
2337         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2338
2339         * text.C (singleWidth): remove useless test
2340
2341 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2342
2343         * tabular.h: remove bogus comments
2344
2345         * tabular.C (getDescentOfRow):
2346         (isPartOfMultiColumn): add assertions
2347
2348         * lyxlength.C (inPixels): remove #warning
2349
2350 2004-08-14  André Pönitz  <poenitz@gmx.net>
2351
2352         * paragraph.h: inline getChar()
2353
2354         * BufferView.h: remove unused declarations
2355
2356 2004-08-14  José Matos  <jamatos@lyx.org>
2357
2358         * Buffer.[Ch] (readDocument): new name for old readBody.
2359         * Buffer.C: new file format, new keywords: \begin_document,
2360         \begin_header, \begin_body, \end_body.
2361
2362         * bufferparams.C (readToken): replace all calls to lex.nextToken
2363         by lex.next(). Do the same to eatLine except where really needed.
2364
2365         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2366         line when writing to the lyx file.
2367
2368         * output_plaintext.C (asciiParagraph): fix Bibliography style
2369         handling.
2370
2371         * text.C (read): fix end of file handling.
2372
2373 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2374
2375         * MenuBackend.C (Menu::operator[]): new method to access
2376         individual menu items
2377         (Menu::hasFunc): new method. search for an item that corresponds
2378         to a given func
2379         (MenuBackend::specialMenu): new method
2380         (MenuBackend::expand): if a special menu has been set, skip
2381         entries whose func() appears in this menu
2382
2383 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2384
2385         * text3.C: use Debug::DEBUG a bit more
2386
2387         * text.C (leftMargin): try to simplify a tiny bit change var x to
2388         l_margin. Dont output the wide margins always.
2389         (rightMargin): no margin in inner texts
2390
2391         * rowpainter.h (nestMargin): new func
2392         (changebarMargin): new func
2393         (rightMargin): new func
2394
2395         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2396         now functions.
2397         (paintLast): ditto
2398
2399         * factory.C (createInset): modify setDrawFrame
2400
2401         * cursor.C: use Debug::DEBUG a bit more
2402
2403 2004-08-14  André Pönitz  <poenitz@gmx.net>
2404
2405         * coordcache.[Ch]:
2406         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2407         cache for all insets in (at least partially) visible (top-level)
2408         paragraphs.
2409
2410         * BufferView_pimpl.C: reset external coord cache before every update.
2411         This means the coord cache only contains valid entries.
2412
2413 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2414
2415         bug 1096
2416         * BufferView_pimpl.C (getInsetByCode): move function out of class
2417         and change in to a template in anon namespace. Also fix to do what
2418         suits us better.
2419
2420 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2421
2422         bug 1305
2423         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2424         of char
2425         (breakParagraph): rename par to par_offset and use a local
2426         reference. Add code to keep the language over a rebreak.
2427         (breakParagraphConservative): rename par to par_offset, use a
2428         local reference
2429         (mergeParagraph): ditto
2430         (outerHook): ditto
2431         (isFirstInSequence): ditto
2432         (outerFont): rename pit to par_offset
2433
2434         * paragraph.C: ws change
2435         * paragraph.h: ditto
2436         * text3.C: ditto
2437         * text.C: ditto
2438
2439 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2440
2441         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2442         treatment for ']'
2443
2444         * paragraph.C (simpleTeXOnePar): when we have a \item with
2445         optional argument, enclose the argument with curly brackets (in
2446         case it contains a closing square bracket)
2447
2448         * text2.C (editXY):
2449         * text2.C (editXY):
2450         * text3.C (checkInsetHit): constify
2451
2452 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2453
2454         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2455         documents (bug 1629)
2456
2457 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2458
2459         Fix toggling of collapsable insets with the mouse (bug 1558)
2460
2461         * lyxfunc.C (dispatch): adapt to LCursor changes
2462
2463         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2464         make sure that dispatch is not invoked twice
2465
2466         * cursor.C (needsUpdate): new method
2467         (dispatch): return void
2468         (result): new method, to access the DispatchResult of the cursor.
2469
2470 2004-08-13  José Matos  <jamatos@lyx.org>
2471
2472         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2473
2474 2004-08-13  André Pönitz  <poenitz@gmx.net>
2475
2476         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2477
2478         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2479           multiple cells
2480
2481 2004-08-12  André Pönitz  <poenitz@gmx.net>
2482
2483         * text3.C: take out the 'cursor right' form insertInset and only
2484         do it in those places when it is really needed. Fixes crash on
2485         C-m...
2486
2487 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2488
2489         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2490
2491         * BufferView_pimpl.C (setBuffer): initialize the current font of
2492         the underlying LyXText
2493
2494 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2495
2496         * kbsequence.C (print): use UI native formatting for menu
2497         shortcuts
2498
2499         * text.C (insertChar): call Paragraph::insertChar with a font
2500         argument (cosmetic)
2501
2502         * paragraph.C (insertInset, insertChar): the version that takes a
2503         LyXFont argument is now a wrapper around the other one (the
2504         opposite used to be true).
2505
2506         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2507         argument. Font setting is done in Paragraph now.
2508
2509 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2510
2511         * outputparams.h: add new members intitle and lang.
2512
2513         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2514         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2515
2516 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2517
2518         * text3.C (dispatch): remove special handling of button 4 and 5,
2519         it is now taken care of in the frontend code.
2520
2521 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2522
2523         * Spacing.h: add <string> (STLPort compile fix)
2524
2525 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2526
2527         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2528
2529 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2530
2531         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2532         to bool.
2533
2534         * converter.C (showMessage): inherit from unary_function, make
2535         operator() const.
2536
2537         * buffer.C (writeFile): initialize retval
2538
2539         * InsetList.h: rename private variable list to list_
2540         * InsetList.[Ch]: adjust accordingly.
2541
2542 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2543
2544         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2545         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2546         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2547         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2548         * ParagraphParameters.C, LaTeXFeatures.C: replace
2549         "support/std_sstream.h" with <sstream>
2550
2551 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2552
2553         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2554         * lyxsocket.C (LyXServerSocket): ditto
2555         (serverCallback): ditto
2556
2557 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2558
2559         * LaTeXFeatures.C: check release date when loading jurabib.
2560
2561 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2562
2563         * lyxserver.C (startPipe): call register_socket_callback
2564         (endPipe): call unregister_socket_callback
2565
2566 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2567
2568         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2569         (LyXServerSocket): register the callback
2570         (LyXServerSocket): unregister the callback
2571         (fd): delete function
2572         (serverCallback): improve error checking and setup the callbacks.
2573         (dataCallback): change arg to fd.
2574         (writeln): new func (copied fro the client socket) used for server
2575         write to client.
2576         (LyXDataSocket): simplify
2577         (~LyXDataSocket): close ann unregiser callback
2578         (server): delete function
2579         (fd): delete function
2580         (readln): small changes, improve some std::string usage
2581         (writeln): constify a bit
2582
2583 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2584
2585         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2586         Qt frontend
2587
2588 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2589
2590         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2591         after it has been populated
2592
2593 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2594
2595         * text2.C (insertInset): move cursor when inserting inset.
2596
2597 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2598
2599         * kbmap.C (findbindings): a couple of new methods. returns a
2600         container of kb_sequence objects. The real work is done by the
2601         private recursive version
2602         (printbindings): uses findbindings to print out a bracketed list
2603         of bindings (renamed from findbinding).
2604
2605         * MenuBackend.C (binding): use kb_keymap::findbindings
2606
2607         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2608
2609 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2610
2611         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2612
2613 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2614
2615         * paragraph.C (isWord): return true on insets that report
2616         isLetter().
2617
2618         * text.C (getWord): use Paragraph::isWord to decide what is in a
2619         word and what is not; fix bug 1609.
2620
2621 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2622
2623         * tex-strings.C: add "none" to string_paperpackages[], fixes
2624         off-by-one-error in the paperpackage selection.
2625
2626         * lyxlex.[Ch]:
2627         * tex-strings.[Ch]: char const * string[n]
2628         -> char const * const string[]
2629
2630 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2631
2632         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2633         command, return early.
2634
2635 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2636
2637         * debug.h: add DEBUG to enum and fix size of ANY.
2638
2639         * debug.C: add support for Debug::DEBUG
2640         (showTags): cast errorTags.level to unsigned int
2641
2642         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2643         (redoCurrentBuffer): ditto
2644         (updateScrollbar): ditto
2645         * cursor.C (dispatch): ditto
2646         * text2.C (setLayout): ditto
2647         (setFont): ditto
2648         (updateCounters): ditto
2649         (editXY): ditto
2650         (deleteEmptyParagraphMechanism): ditto
2651
2652 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2653
2654         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2655         annotations to cleanup the Makefile slightly.
2656
2657 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2658
2659         * lyxrc.C: do not set user_email to a default value but use empty
2660         instead. The entry used to be translated, which does not work
2661         since at the point where lyxrc is constructed there is no
2662         translation service available
2663
2664         * messages.C (getLocaleDir): remove and use directly
2665         lyx_localedir() instead
2666
2667 2004-06-02  Angus Leeming  <leeming@lyx.org>
2668
2669         Fix crash caused by dereferencing null pointer 'exportdata' in
2670         OutputParams by creating a new ExportData variable on the heap,
2671         storing it in a boost::shared_ptr.
2672         The crash was triggered when generating an Instant Preview
2673         of an external inset.
2674
2675         * Makefile.am: add outputparams.C
2676
2677         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2678         (c-tor): allocate memory to it.
2679
2680         * exporter.C (c-tor): associated changes.
2681
2682 2004-06-01  Angus Leeming  <leeming@lyx.org>
2683
2684         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2685         contains data before calling isInset(0). (Bug 1513.)
2686
2687 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2688
2689         * exporter.C (checkOverwrite): new method
2690         * exporter.C (copyFile): new method
2691         * exporter.C (Export): copy referenced files to the document dir
2692         * exporter.[Ch]: new class ExportedFile
2693         * exporter.[Ch]: new class ExportData. Contains currently the
2694         names of referenced external files
2695         * outputparams.h: add exportdata member.
2696
2697 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2698
2699         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2700         version.C-tmp
2701
2702 2004-05-19  Angus Leeming  <leeming@lyx.org>
2703
2704         * LaTeXFeatures.C:
2705         * ToolbarBackend.C:
2706         * bufferparams.C:
2707         * lyxfunc.C: small changes due to the introduction of namespace
2708         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2709
2710 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2711
2712         * text3.C (dispatch): supress update when only moving the cursor
2713         * cursor.C (selHandle): remove commented code
2714
2715 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2716
2717         * paragraph.C (startTeXParParams): correct column count
2718         * CutAndPaste.C (pasteSelection): remove const_cast
2719         * output_docbook.C (docbookParagraphs): remove const_cast
2720         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2721         const_cast and return ParagraphList::const_iterator
2722         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2723         * output_plaintext.C (writeFileAscii): remove const_cast
2724         * paragraph.[Ch] (simpleTeXOnePar): make const
2725         * paragraph_funcs.C (outerPar): use const iterators
2726         * paragraph_pimpl.C (validate): use const iterators
2727         * text.C (setHeightOfRow): use const iterators
2728
2729 2004-05-17  Angus Leeming  <leeming@lyx.org>
2730
2731         * lfuns.h:
2732         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2733
2734         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2735         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2736         if the citation engine has changed.
2737
2738 2004-05-14  José Matos  <jamatos@lyx.org>
2739
2740         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2741         if the textclass does not provide it. Have it different for sgml and
2742         xml.
2743         support the language of document.
2744         * output_docbook.C (docbookParagraphs):
2745         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2746         first anchor as the id of the paragraph, remove special case code.
2747         * sgml.C (escapeChar): escape only < & >.
2748
2749 2004-05-14  Angus Leeming  <leeming@lyx.org>
2750
2751         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2752         dependencies on src/frontends/controllers/biblio.h. Define a
2753         CiteEngine_enum wrapper class to enable the enum to be forward
2754         declared.
2755
2756 2004-05-12  Angus Leeming  <leeming@lyx.org>
2757
2758         * buffer.C: up LYX_FORMAT to 234.
2759         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2760         use_numerical_citations with a single biblio::CiteEngine cite_engine
2761         variable.
2762         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2763
2764 2004-05-13  José Matos  <jamatos@lyx.org>
2765
2766         * converter.h:
2767         * converter.C (Converter, readFlags): add xml member.
2768         * outputparams.h: add XML flavor.
2769         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2770
2771 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2772
2773         * lyxfunc.C (dispatch):
2774         (getStatus): fix handling of LFUN_SEQUENCE
2775
2776 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2777
2778         * debug.C (showLevel): do not forget the end-of-line marker
2779
2780 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2781
2782         * kbmap.C (read): do not stop parsing a bind file when an error
2783         occurs (bug 1575)
2784
2785 2004-04-29  Angus Leeming  <leeming@lyx.org>
2786
2787         * cursor.C:
2788         * factory.C:
2789         * pariterator.C:
2790         * text2.C: wrap a bunch of #warning statements
2791         inside #ifdef WITH_WARNINGS blocks.
2792
2793 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2794
2795         * buffer.C: increment format to 233.
2796
2797 2004-04-28  Angus Leeming  <leeming@lyx.org>
2798
2799         * BufferView_pimpl.C:
2800         * lyxfunc.C:
2801         * text3.C:
2802         s/updateToolbar()/updateToolbars()/
2803         s/Toolbar.h/Toolbars.h/
2804
2805 2004-04-28  Angus Leeming  <leeming@lyx.org>
2806
2807         * BufferView.[Ch] (c-tor):
2808         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2809         No longer passes these data to the WorkArea generator.
2810
2811 2004-04-28  Angus Leeming  <leeming@lyx.org>
2812
2813         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2814
2815 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2816
2817         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2818
2819 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2820
2821         * output_latex.C (TeXEnvironment): make sure that there is a line
2822         break before \end{foo} for the last paragraph of a document
2823         (TeXOnePar): if the paragraph is at the end of the document (or
2824         inset) and the language has to be reset, then make sure that the
2825         line break is _before_ the language command, not after (fixes bug
2826         1225); also make sure that the language reset command is the first
2827         thing after the paragraph (to ensure proper nesting of
2828         environments and thus fix bug 1404)
2829
2830 2004-04-21  John Levon  <levon@movementarian.org>
2831
2832         * ToolbarBackend.h:
2833         * ToolbarBackend.C: make "name" be a programmatic name
2834         and a gui_name field.
2835
2836         * lyxfunc.C: display the minibuffer on M-x
2837
2838 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2839
2840         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2841         (bug 1526)
2842
2843 2004-04-19  Angus Leeming  <leeming@lyx.org>
2844
2845         * BufferView_pimpl.C (setBuffer): changed preview interface.
2846
2847         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2848         possible values.
2849
2850 2004-04-19  John Levon  <levon@movementarian.org>
2851
2852         * BufferView_pimpl.C:
2853         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2854
2855 2004-04-05  Angus Leeming  <leeming@lyx.org>
2856
2857         * text.C (redoParagraphs): add call to updateCounters(), thereby
2858         fixing the missing "Figure #:" label from the caption of a
2859         figure float.
2860
2861 2004-04-13  Angus Leeming  <leeming@lyx.org>
2862
2863         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2864         cursor is clicked out of an inset.
2865
2866 2004-04-13  Angus Leeming  <leeming@lyx.org>
2867
2868         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2869         than an InsetOld one.
2870
2871 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2872
2873         * format.[Ch]: add editor to Format
2874         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2875         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2876
2877 2004-04-08  André Pönitz  <poenitz@gmx.net>
2878
2879         * metricsinfo.h: remove PainterInfo::width member
2880
2881 2004-04-08  Angus Leeming  <leeming@lyx.org>
2882
2883         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2884         "\providecommand" rather than "\newcommand", thereby preventing
2885         clashes with packages that define "\boldsymbol" themselves.
2886         Eg, beamer.
2887
2888 2004-04-08  Angus Leeming  <leeming@lyx.org>
2889
2890         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2891         thereby squashing an unnecessary warning.
2892
2893 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2894
2895         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2896         setBuffer()
2897
2898 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2899
2900         * BufferView.C (setCursor): call redoParagraph (some insets could
2901         have been opened)
2902         (putSelectionAt): remove the 'double update' trick
2903
2904         * BufferView_pimpl.C (fitCursor): call refreshPar
2905         (workAreaDispatch): remove an uneeded update call
2906         (dispatch): remove some manual update calls
2907
2908         * cursor.[Ch]: remove cached_y_, updatePos
2909         (selHandle): set noUpdate when appropriate
2910
2911         * lyxfunc.C (dispatch): track if we need an update
2912
2913         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2914
2915         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2916         (paintSelection): cheap optimization, do not call cursorX when not
2917         needed
2918         (paintPars): change signature
2919         (refreshPar): add
2920         (paintText): adjust
2921         (paintTextInset): adjust
2922
2923         * text.C: adjust
2924
2925 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2926
2927         * lengthcommon.C: compilation fix: remove explicit array size from
2928         unit_name[] and friends
2929
2930 2004-04-05  Angus Leeming  <leeming@lyx.org>
2931
2932         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2933
2934         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2935         present only for the preferences dialog.
2936         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2937
2938 2004-04-05  Angus Leeming  <leeming@lyx.org>
2939
2940         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2941         to enable the frontends to export changes to lyxrc correctly.
2942
2943         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2944
2945 2004-04-07  André Pönitz  <poenitz@gmx.net>
2946
2947         * cursor.[Ch] (selClear, adjust): remove math
2948
2949         * cursor_slice.C: more agressive assert
2950
2951         * lyxfunc.C:
2952         * BufferView_pimpl.C: rework mouse event dispatch
2953
2954         * dociterator.C:
2955         * paragraph.C:
2956         * text2.C:
2957         * text3.C: adjust
2958
2959 2004-04-05  André Pönitz  <poenitz@gmx.net>
2960
2961         * cursor.[Ch] (valign, halign...): remove unneeded functions
2962
2963 2004-04-05  Angus Leeming  <leeming@lyx.org>
2964
2965         * lyxlength.[Ch] (unit_name et al.): const-correct.
2966
2967 2004-04-05  Angus Leeming  <leeming@lyx.org>
2968
2969         * BufferView_pimpl.C:
2970         * buffer.C:
2971         * counters.C:
2972         * cursor.C:
2973         * lyxfunc.C
2974         * paragraph.C:
2975         * pariterator.C:
2976         * text.C:
2977         * text2.C:
2978         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2979
2980 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2981
2982         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2983
2984 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2985
2986         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2987         * BufferView_pimpl.[Ch] (getStatus)
2988         * BufferView.[Ch] (getStatus): add
2989         * lyxfunc.C (getStatus): move lfuns handled in
2990         BufferView::dispatch to te function above
2991         * Cursor.C (setSelection): set selection() = true
2992
2993 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2994
2995         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2996
2997 2004-03-31  Angus Leeming  <leeming@lyx.org>
2998
2999         * lyxfunc.C (dispatch): Fall through to the generic
3000         Dialogs::show("preamble").
3001
3002 2004-03-31  Angus Leeming  <leeming@lyx.org>
3003
3004         * lyxfunc.C (dispatch): Fall through to the generic
3005         Dialogs::show("spellchecker").
3006
3007 2004-03-31  Angus Leeming  <leeming@lyx.org>
3008
3009         * lyxfunc.C (getStatus, dispatch): changed invocation of the
3010         preferences dialog.
3011
3012 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3013
3014         * BufferView.C
3015         * cursor.[Ch]
3016         * dociterator.[Ch]:
3017         * insetiterator.[Ch]:
3018         * lyxfind.C:
3019         * lyxfunc.C:
3020         * pariterator.[Ch]:
3021         * text2.C:
3022         * undo.[Ch]: s/DocumentIterator/DocIterator/g
3023
3024 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3025
3026         * BufferView.C (setCursor, putSelectionAt): call edit to open the
3027         insets where we are putting the cursor.
3028
3029 2004-03-31  Angus Leeming  <leeming@lyx.org>
3030
3031         * lfuns.h:
3032         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3033
3034         * lyxrc.[Ch] (read, write): overloaded member functions taking
3035         a std::[io]stream arguments.
3036
3037         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3038
3039 2004-03-31  Angus Leeming  <leeming@lyx.org>
3040
3041         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3042         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3043
3044         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3045         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3046
3047 2004-03-31  Angus Leeming  <leeming@lyx.org>
3048
3049         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3050         the LFUN_ALL_INSETS_TOGGLE code.
3051
3052 2004-03-30  Angus Leeming  <leeming@lyx.org>
3053
3054         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3055         has died. Fall through to the generic Dialogs::show("document").
3056
3057 2004-03-30  Angus Leeming  <leeming@lyx.org>
3058
3059         * lfuns.h:
3060         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3061         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3062
3063         * lyxfunc.C (getStatus, dispatch): define the actions for these
3064         lfuns. Little more than a cut and pste job from ControlDocument.C
3065
3066         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3067
3068 2004-03-30  Angus Leeming  <leeming@lyx.org>
3069
3070         * lfuns.h:
3071         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3072         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3073
3074         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3075         open/closed state of ollapsable insets. Usage:
3076
3077         all-inset-toggle <state> <name>, where
3078         <state> == "open" || "closed" || "toggle" and
3079         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3080
3081         * lyxtext.h, text2.C (toggleInset): removed.
3082
3083         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3084         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3085         now passes LFUN_INSET_TOGGLE to the found inset.
3086
3087         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3088         is now invoked as "all-insets-toggle toggle branch".
3089
3090 2004-03-30  Angus Leeming  <leeming@lyx.org>
3091
3092         * dociterator.C:
3093         * insetiterator.C:
3094         * pariterator.[Ch]: added/corrected header blurb.
3095
3096 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3097
3098         * dociterator.[Ch]: add an inset_ member
3099         (backwardPos): implemented
3100         (backwardPos, forwardPos): use inset_ when the stack is empty.
3101         (doc_iterator_begin, doc_iterator_end): implemented
3102         * pariterator.[Ch]: adjust, add begin, end
3103         * insetiterator.[Ch]: adjust, add begin, end
3104         * cursor.C:
3105         * document.C:
3106         * BufferView.C:
3107         * BufferView_pimpl.C:
3108         * CutAndPaste.C: adjust
3109
3110 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3111
3112         * buffer.C: increment file format to 232.
3113         * LaTeXFeatures.C: add bibtopic package.
3114         * bufferparams.[Ch]: param \use_bibtopic.
3115
3116         * lyxrc.[Ch]: add lyxrc bibtex_command
3117         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3118
3119         * buffer.C: increment file format to 231.
3120
3121 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3122
3123         * dociterator.C: implement forwardPar
3124         * iterators.[Ch]: remove, replaced by
3125         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3126         * BufferView.C:
3127         * BufferView_pimpl.C:
3128         * CutAndPaste.C:
3129         * buffer.C:
3130         * bufferview_funcs.C:
3131         * cursor.C:
3132         * lyxfind.C
3133         * lyxfunc.C
3134         * paragraph_funcs.C
3135         * toc.C:
3136         * Makefile.am: adjust
3137
3138 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3139
3140         * CutAndPaste.C (pasteSelection): fix 2 crashes
3141         (eraseSelection): fix a crash
3142         * paragraph_funcs.C: remove a warning
3143
3144 2004-03-28  Angus Leeming  <leeming@lyx.org>
3145
3146         * lfuns.h:
3147         * LyXAction.C (init): new LFUN_PRINT.
3148
3149         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3150
3151 2004-03-27  Angus Leeming  <leeming@lyx.org>
3152
3153         * lfuns.h:
3154         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3155
3156         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3157
3158 2004-03-27  Angus Leeming  <leeming@lyx.org>
3159
3160         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3161         insetlist always contains non-null pointers to insets.
3162
3163 2004-03-26  Angus Leeming  <leeming@lyx.org>
3164
3165         * src/BufferView_pimpl.C:
3166         * src/CutAndPaste.C:
3167         * src/buffer.C:
3168         * src/iterators.C:
3169         * src/output_plaintext.C:
3170         * src/outputparams.h:
3171         * src/paragraph_funcs.C:
3172         * src/rowpainter.C:
3173         * src/text.C:
3174         * src/text2.C:
3175         * src/frontends/controllers/ControlErrorList.C:
3176         * src/frontends/gtk/FileDialogPrivate.C:
3177         * src/frontends/gtk/GPainter.C:
3178         * src/frontends/gtk/GToolbar.C:
3179         * src/frontends/qt2/QRef.C:
3180         * src/mathed/math_scriptinset.C: squash compiler warnings.
3181
3182 2004-03-26  Angus Leeming  <leeming@lyx.org>
3183
3184         * ispell.C (LaunchIspell::start):
3185         * lyx_cb.C (AutoSaveBuffer::start):
3186         invoke run(DontWait) rather than runNonBlocking().
3187
3188 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3189
3190         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3191
3192 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3193
3194         * kbsequence.C (print): adjust
3195
3196         * kbmap.C (printKeySym): rename and change signature
3197         (printKey): use LyXKeySym::print()
3198
3199 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3200
3201         * undo.C: add using std::advance to compile for stlport
3202
3203 2004-03-24  Angus Leeming  <leeming@lyx.org>
3204
3205         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3206         it leads to a crash when no buffer is present.
3207
3208 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3209             Martin Vermeer  <martin.vermeer@hut.fi>
3210
3211         * lyxfunc.C (dispatch):
3212         * bufferparams.C (readToken): use the new LColor::setColor
3213
3214         * LColor.[Ch] (setColor): new version that takes two strings as
3215         argument and creates a new color entry if necessary
3216
3217 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3218
3219         * buffer.C (makeLaTeXFile): if the main latex file that is
3220         processed is usually a subdocument of some master, then pretend
3221         for a while that it is actually the master
3222
3223 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3224
3225         * buffer.C (getLabelList):
3226         (getBibkeyList): use getMasterBuffer()
3227         (getMasterBuffer): new method. Returns the main document in the
3228         case where one is using included documents.
3229
3230 2004-03-25  André Pönitz  <poenitz@gmx.net>
3231
3232         * Makefile.am:
3233         * iterators.[Ch]:
3234         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3235
3236         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3237
3238         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3239         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3240
3241         * ParameterStruct.h: merge with ParagraphParameters
3242
3243         * lyxtext.h: remove LyXText::parOffset() and getPar()
3244
3245         * text3.C: Remove all 'manual' update calls. We do now one per user
3246         interaction which is completely sufficient.
3247
3248         * Bidi.C:
3249         * BufferView.[Ch]:
3250         * BufferView_pimpl.C:
3251         * FontIterator.[Ch]:
3252         * MenuBackend.C:
3253         * ParagraphParameters.[Ch]:
3254         * buffer.C:
3255         * buffer.h:
3256         * bufferlist.C:
3257         * cursor.[Ch]:
3258         * cursor_slice.[Ch]:
3259         * dociterator.[Ch]:
3260         * errorlist.[Ch]:
3261         * factory.C:
3262         * lfuns.h:
3263         * lyxfind.C:
3264         * lyxfunc.C:
3265         * output_docbook.[Ch]:
3266         * output_latex.[Ch]:
3267         * output_linuxdoc.[Ch]:
3268         * output_plaintext.[Ch]:
3269         * paragraph.[Ch]:
3270         * paragraph_funcs.[Ch]:
3271         * paragraph_pimpl.[Ch]:
3272         * rowpainter.C:
3273         * tabular.[Ch]:
3274         * text.C:
3275         * text2.C:
3276         * toc.C:
3277         * undo.[Ch]: adjust
3278
3279         * frontends/controllers/ControlDocument.C:
3280         * frontends/controllers/ControlErrorList.C:
3281         * frontends/controllers/ControlSpellchecker.C:
3282         * insets/inset.C:
3283         * insets/inset.h:
3284         * insets/insetbase.h:
3285         * insets/insetbibitem.C:
3286         * insets/insetbox.C:
3287         * insets/insetbranch.C:
3288         * insets/insetcaption.C:
3289         * insets/insetcharstyle.C:
3290         * insets/insetcharstyle.h:
3291         * insets/insetcollapsable.C:
3292         * insets/insetcollapsable.h:
3293         * insets/insetert.C:
3294         * insets/insetfloat.C:
3295         * insets/insetfoot.C:
3296         * insets/insetmarginal.C:
3297         * insets/insetnote.C:
3298         * insets/insetoptarg.C:
3299         * insets/insettabular.C:
3300         * insets/insettext.C:
3301         * insets/insettext.h:
3302         * insets/insetwrap.C:
3303         * mathed/math_mboxinset.C:
3304         * mathed/math_nestinset.C:
3305         * mathed/math_scriptinset.C:
3306         * mathed/math_scriptinset.h:
3307         * support/types.h:
3308
3309 2004-03-24  Angus Leeming  <leeming@lyx.org>
3310
3311         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3312         deal with any child processes that have finished but are waiting to
3313         communicate this fact to the rest of LyX.
3314
3315 2004-03-24  Angus Leeming  <leeming@lyx.org>
3316
3317         64-bit compile fixes.
3318
3319         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3320         (c-tor): pass lyx::pos_types rather than ints.
3321
3322         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3323         lyx::pos_type.
3324
3325         * text.C (Delete): compile fix.
3326         (getPar): ensure that function declaration is the same as that in
3327         the header file.
3328
3329 2004-03-23  Angus Leeming  <leeming@lyx.org>
3330
3331         * ispell.C (LaunchIspell):
3332         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3333         a boost::shred_ptr rather than a std::auto_ptr.
3334
3335 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3336
3337         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3338         handle LFUN_FILE_INSERT_*
3339
3340         * lyxrc.C (setDefaults, getDescription, output, read):
3341         * lyxrc.h: remove ps_command
3342
3343 2004-03-22  Angus Leeming  <leeming@lyx.org>
3344
3345         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3346         Ensure that error_handler is processed once only and that all data
3347         is saved before attempting to output any warning messages.
3348
3349         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3350
3351 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3352
3353         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3354
3355 2004-03-19  André Pönitz  <poenitz@gmx.net>
3356
3357         * cursor.[Ch] (reset): take main text inset as argument
3358
3359         * BufferView: adjust
3360         * BufferView_pimpl.C: adjust
3361
3362         * paragraph.[Ch]: fix completely broken operator=()
3363
3364 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3365
3366         * LColor.C (getFromLyXName): make sure that the color name is used
3367         as lowercase.
3368
3369 2004-03-17  Angus Leeming  <leeming@lyx.org>
3370
3371         * lfuns.h:
3372         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3373
3374         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3375         dialog and to kill a forked process.
3376
3377 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3378
3379         * text2.C (setCursorFromCoordinates): fix font problem
3380
3381 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3382
3383         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3384         bogus "rebuild cursor" code
3385
3386 2004-03-11  André Pönitz  <poenitz@gmx.net>
3387
3388         * buffer.[Ch]: use InsetText instead of LyXText as container for
3389         the main lyx text.
3390
3391         * dociterator.[Ch]: drop the BufferView * member which is not needed
3392         anymore after the change to buffer.C
3393
3394         * paragraph_funcs.C:
3395         * text.C:
3396         * text2.C:
3397         * BufferView.[Ch]:
3398         * BufferView_pimpl.[Ch]:
3399         * cursor.[Ch]:
3400         * cursor_slice.[Ch]: adjust
3401
3402         * text3.C: fix bug in mathDispatch
3403
3404 2004-03-08  André Pönitz  <poenitz@gmx.net>
3405
3406         * undo.[Ch]: use 'StableDocumentIterator' as base for
3407         the Undo struct.
3408
3409 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3410
3411         * LaTeXFeatures.C:
3412         * bufferparams.[Ch]: add jurabib support and param.
3413
3414         * LaTeX.C: add FIXME/comment.
3415
3416 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3417
3418         * buffer.C: increment file format to 230.
3419
3420 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3421
3422         * cursor.C (dispatch): avoid infinite loops
3423
3424 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3425
3426         * rowpainter.C (paintSelection): fix x coordinates
3427
3428 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3429
3430         * text.C (rowBreakPoint): fix breaking before displayed insets
3431
3432 2004-03-01  André Pönitz  <poenitz@gmx.net>
3433
3434         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3435
3436         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3437
3438         * Makefile.am:
3439         * BufferView.C:
3440         * BufferView_pimpl.C:
3441         * buffer.C:
3442         * lyxfind.C:
3443         * lyxfunc.C:
3444         * text.C:
3445         * text2.C:
3446         * text3.C: adjust
3447
3448 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3449
3450         * lyxtext.h:
3451         * text.C:
3452         * text2.C:
3453         * rowpainter.C:
3454         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3455         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3456
3457 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3458
3459         * Bidi.[Ch] (computeTables): const correctness
3460         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3461         fill_hfill, fill_label_hfill and x from Row
3462         * lyxtext.h: prepareToPrint returns a RowMetrics
3463         * rowPainter.C: adjust
3464         * text.C (prepareToPrint): use width, not textWidth. adjust
3465         (redoParagraphInternal, cursorX): adjust
3466         * text2.C (getColumnNearX): adjust
3467         (init): put a default value to the top LyXText::width
3468
3469 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3470
3471         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3472
3473 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3474
3475         * lyxtext.h: add FontIterator class
3476
3477         * text.C (FontIterator, operator*, operator->, operator++): add
3478         (rowBreakPoint, setRowWidth): adjust (fixing a
3479         rebreaking bug)
3480
3481 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3482
3483         * BufferView_pimpl.C (workAreaDispatch): allow also
3484         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3485
3486 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3487
3488         * text.C (rowBreakPoint): fix a bug showing with very large insets
3489
3490 2004-02-25  André Pönitz  <poenitz@gmx.net>
3491
3492         * text3.C:
3493         * cursor.[Ch]: move some mathed specific code to mathed
3494
3495 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3496
3497         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3498         use_tempdir in preferences
3499         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3500         tempfile creation
3501         * lyx_main.C: ensure that tempdir is valid
3502         * lyxlex.h: correct typo
3503         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3504         * paragraph.[Ch] (isMultiLingual): make const
3505         * cursor.[Ch] (openable): make const
3506
3507 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3508
3509         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3510
3511 2004-02-20  André Pönitz  <poenitz@gmx.net>
3512
3513         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3514
3515         * cursor.[Ch]: prepare for localized getStatus()
3516
3517         * lyxtext.h:
3518         * tabular.C:
3519         * text.C:
3520         * text2.C:
3521         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3522
3523 2004-02-20  André Pönitz  <poenitz@gmx.net>
3524
3525         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3526
3527 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3528
3529         * text2.C (setCursorFromCoordinates): switch to absolute coords
3530         (cursorUp): adjust
3531         (cursorDown): adjust
3532         * text3.C (dispatch): adjust
3533
3534 2004-02-16  André Pönitz  <poenitz@gmx.net>
3535
3536         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3537           insets/ChangeLog)
3538
3539         * cursor_slice.[Ch]: remove unneeded acessor function
3540
3541         * lyxtext.h: rename rtl() to isRTL()
3542
3543         * rowpainter.C:
3544         * tabular.C:
3545         * text.C:
3546         * text2.C:
3547         * text3.C: adjust
3548
3549 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3550
3551         * rowpainter.C (paintSelection): coord fix
3552
3553 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3554
3555         * Spacing.C: compile fix
3556
3557 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3558
3559         * cursor.C (dispatch): restore current_ before returning
3560
3561 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3562
3563         * text2.C (cursorUp, cursorDown): fix coords
3564         (moveUp): fix crash
3565
3566 2004-02-12  André Pönitz  <poenitz@gmx.net>
3567
3568         * lyxtext.h:
3569         * text.C:
3570         * text2.C:
3571         * text3.C: add LCursor & parameter to most cursor movement functions
3572           remove usage of LyXText::cursorRow() and cursorPar()
3573
3574         * cursor.[Ch]: add textRow() needed members
3575
3576         * BufferView.C:
3577         * BufferView_pimpl.C:
3578         * paragraph.[Ch]:
3579         * BufferView.C:
3580         * BufferView_pimpl.C: adjust
3581
3582 2004-02-11  André Pönitz  <poenitz@gmx.net>
3583
3584         * lyxfunc.C:
3585         * BufferView.[Ch]:
3586         * BufferView_pimpl.C: shift undo/redo handling
3587
3588         * cursor.[Ch]: fix mathed crash
3589
3590         * lyxfind.C:
3591         * lyxtext.h: move selectionAsText to LCursor
3592
3593         * output_latex.C:
3594         * paragraph.C:
3595         * text.C:
3596         * text2.C:
3597         * text3.C: adjust
3598
3599         * rowpainter.C: fix excessive drawing
3600
3601 2004-02-06  André Pönitz  <poenitz@gmx.net>
3602
3603         * BufferView.[Ch]:
3604         * BufferView_pimpl.[Ch]:
3605         * text3.C: move some text specific LFUN handling
3606
3607 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3608
3609         * text3.C (checkInsetHit): adjust coords
3610         * text2.C (getColumnNearX): adjust coords
3611         (edit): adjust coords
3612         * text.C (getRowNearY): add two asserts
3613
3614 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3615
3616         * converter.C:
3617         * format.C: add using std::distance to compile on gcc 2.95/stlport
3618
3619 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3620
3621         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3622
3623 2004-02-04  André Pönitz  <poenitz@gmx.net>
3624
3625         * BufferView.[Ch] (insertInset):
3626         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3627
3628         * text2.C:
3629         * text3.C: adjust
3630
3631 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3632
3633         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3634         on the default clause of the switch
3635         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3636         wasn't catched by LCursor::dispatch
3637
3638 2004-02-03  André Pönitz  <poenitz@gmx.net>
3639
3640         * BufferView.C:
3641         * cursor.[Ch]: some additional asserts
3642
3643         * undo.[Ch]: remove LyXText dependency in interface
3644
3645         * lyxfunc.C: adjust
3646
3647         * lyxtext.h (firstPar, lastPar): remove dead functions
3648
3649         * text.C:
3650         * text2.C:
3651         * text3.C:
3652         * paragraph.[Ch]: adjust
3653
3654 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3655
3656         * lyxfind.C (find): fix argument order in call to ::find
3657
3658 2004-02-02  André Pönitz  <poenitz@gmx.net>
3659
3660         * cursor.[Ch]: remove direct access to anchor
3661
3662         * text.C: remove findText() hack
3663
3664 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3665
3666         * iterators.[Ch] (lockPath): remove in favour of...
3667         * BufferView.[Ch] (setCursor): this addition
3668         * BufferView.C (putSelectionAt): adjust
3669         * undo.C (performUndoOrRedo): adjust
3670         * lyxfunc.C (dispatch): adjust
3671
3672 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3673
3674         * iterators.C (lockPath): add a missing slice
3675         * undo.C (performUndoOrRedo): remove redundant positioning code
3676
3677 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3678
3679         * vc-backend.C (scanMaster): ";" -> ';'
3680
3681 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3682
3683         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3684         std::binary_function
3685
3686         * lyxtextclass.C (compare_name): rename to...
3687         (LayoutNamesEqual): ...this
3688
3689         * lyxlex_pimpl.C (compare_tags): inherit from
3690         std::binary_function, put back into anon namespace
3691
3692         * lyxfind.C (MatchString): inherig from std::binary_function
3693         (findChange): use empty() istead of !size()
3694
3695         * format.C (FormatNamesEqual): new functor
3696         (getFormat): use it
3697         (getNumber): use it
3698         (add): use it
3699         (erase): use it
3700         (setViewer): use it
3701
3702         * converter.C (compare_Converter): rename to...
3703         (ConverterEqual): ...this, and fixup a bit.
3704         (getConverter): use it, and make function const
3705         (getNumber): use it, and make function const
3706         (add): use it
3707         (erase): use it:
3708
3709         * bufferlist.C: add using boost::bind
3710
3711         * MenuBackend.C (MenuNamesEqual): new functor
3712         (hasMenu): use it, and make function const
3713         (hasSubmenu): use nested bind to get rid of compare_memfun.
3714
3715 2004-01-30  André Pönitz  <poenitz@gmx.net>
3716
3717         * BufferView_pimpl.C:
3718         * cursor.C:
3719         * cursor.h:
3720         * cursor_slice.[Ch]:
3721         * lyxfunc.C:
3722         * lyxtext.h:
3723         * paragraph_funcs.C:
3724         * paragraph_funcs.h:
3725         * rowpainter.C:
3726         * text.C:
3727         * text2.C:
3728         * text3.C: move some of the edit(x,y) handling to the insets
3729         some coordinate changes.
3730
3731 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3732
3733         * text.C: add using statements for std::advance and std::distance
3734
3735         * paragraph.C: add using statement for std::distance
3736
3737         * lyxfind.C: add using statement for std::advance
3738
3739         * cursor.C (region): remove std:: from swap
3740         (openable): use nucleus in stead of operator->
3741
3742         * BufferView.C: add using statements for std::distance and std::swap
3743
3744 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3745
3746         * iterators.C: Remove the pimple, move the needed structures to
3747         the header file. Create accessor for the positions stack.
3748         (asPosIterator): remove function
3749
3750         * PosIterator.C (PosIterator): move constructors to top of file
3751         (PosIterator): reimplement the constructor taking a ParIterator in
3752         terms of setFrom.
3753         (setFrom): new function
3754         (operator!=): inline it
3755
3756 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3757
3758         * lyxfind.C (replaceAll): use std::advance
3759
3760         * iterators.h: inherit from std::iterator.
3761
3762         * PosIterator.C (advance, distance): remove
3763         * PosIterator.h: interit from std::iterator.
3764
3765 2004-01-26  André Pönitz  <poenitz@gmx.net>
3766
3767         * BufferView.[Ch]:
3768         * BufferView_pimpl.[Ch]:
3769         * InsetList.[Ch]:
3770         * PosIterator.[Ch]:
3771         * buffer.h:
3772         * bufferview_funcs.C:
3773         * cursor.[Ch]:
3774         * cursor_slice.h:
3775         * factory.[Ch]:
3776         * iterators.[Ch]:
3777         * lyxfind.C:
3778         * lyxfunc.C:
3779         * lyxtext.h:
3780         * output_docbook.C:
3781         * output_latex.C:
3782         * output_linuxdoc.C:
3783         * output_plaintext.C:
3784         * paragraph.[Ch]:
3785         * paragraph_funcs.[Ch]:
3786         * paragraph_pimpl.[Ch]:
3787         * rowpainter.C:
3788         * tabular.C:
3789         * tabular.h:
3790         * text.C:
3791         * text2.C:
3792         * text3.C: more IU:  dumps most of the rest of the mathcursor
3793     implementation into cursor.[Ch]; "globalize" a bit of it.
3794
3795 2004-01-25  Angus Leeming  <leeming@lyx.org>
3796
3797         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3798
3799 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3800
3801         * LaTeXFeatures.h: add nice_ and nice() const
3802         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3803
3804 2004-01-20  André Pönitz  <poenitz@gmx.net>
3805
3806         * BufferView.[Ch]:
3807         * BufferView_pimpl.C:
3808         * PosIterator.C:
3809         * bufferview_funcs.C:
3810         * cursor.[Ch]:
3811         * cursor_slice.[Ch]:
3812         * factory.C:
3813         * iterators.C:
3814         * lyx_cb.C:
3815         * lyxfind.C:
3816         * lyxfunc.C:
3817         * lyxtext.h:
3818         * rowpainter.C:
3819         * text.C:
3820         * text2.C:
3821         * text3.C:
3822         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3823           LCursor and mathcursor parts to LCursor and InsetBase.
3824
3825 2004-01-15  André Pönitz  <poenitz@gmx.net>
3826
3827         * cursor_slice.[Ch]: add a few covienience functions
3828
3829         * funcrequest.[Ch]: remove BufferView * member
3830
3831         * BufferView_pimpl.C:
3832         * cursor.C:
3833         * factory.[Ch]:
3834         * lyxfind.[Ch]:
3835         * lyxfunc.C:
3836         * lyxtext.h:
3837         * text3.C:
3838         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3839
3840 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3841
3842         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3843         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3844
3845 2004-01-13  André Pönitz  <poenitz@gmx.net>
3846
3847         * textcursor.[Ch]:
3848         * lyxtext.h: hide cursor and selection anchor behind accessor function
3849
3850         * BufferView.C:
3851         * BufferView_pimpl.[Ch]:
3852         * PosIterator.C:
3853         * bufferview_funcs.C:
3854         * cursor.h:
3855         * lyxfind.C:
3856         * lyxfunc.C:
3857         * text.C:
3858         * text2.C:
3859         * text3.C:
3860         * undo.C: adjust
3861
3862         * cursor.h:
3863         * cursor_slice.[Ch]: some integer type changes for inset unification
3864
3865         * lyxcursor.[hC]: remove, it's CursorSlice now.
3866
3867         * Makefile.am:
3868         * BufferView_pimpl.[Ch]:
3869         * bufferview_funcs.C:
3870         * cursor_slice.C:
3871         * lyxtext.h:
3872         * text.C:
3873         * text2.C:
3874         * text3.C:
3875         * textcursor.[Ch]: adjust
3876
3877 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3878
3879         * text2.C (undoSpan): add and use
3880         * text.C (breakParagraph): use undoSpan (fix bug 578)
3881         * lyxtext.h: adjust
3882
3883 2004-01-08  Angus Leeming  <leeming@lyx.org>
3884
3885         * BufferView_pimpl.C (MenuInsertLyXFile):
3886         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3887         * lyxfunc.C (menuNew, open, doImport):
3888         FileFilterList change to the FileDialog open and save functions.
3889
3890 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3891
3892         * ShareContainer.h: make isEqual and isUnique adaptable
3893
3894         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3895
3896 2004-01-07  Angus Leeming  <leeming@lyx.org>
3897
3898         * LyXAction.C:
3899         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3900
3901         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3902
3903         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3904         functions replacing find, replace and replaceAll.
3905
3906         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3907         LFUN_WORDFIND(FORWARD|BACKWARD).
3908
3909 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3910
3911         * text.C (breakParagraph): remove an outdated #warning
3912
3913 2004-01-07  André Pönitz  <poenitz@gmx.net>
3914
3915         * lyxfind.C: somewhat clearer logic
3916
3917         * text.C: prevent crash in cursorX on unitialized row cache
3918
3919 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3920
3921         * lyxcursor.[Ch] (operator>): add
3922         * textcursor.C (selStart, selEnd): use std::min and std::max
3923
3924 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3925
3926         * Chktex.C: include boost/format.hpp
3927
3928 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3929
3930         * InsetList.C: replace functor MathcIt with adaptable functor
3931         InsetTablePosLess
3932         (insetIterator): modify accordingly
3933
3934         * BranchList.h: move the BranchNamesEqual functor here from...
3935         * BranchList.C: ... to here
3936
3937         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3938         SameName and match.
3939         (add): replace a finding loop with std::find_if.
3940
3941 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3942
3943         * output_docbook.C: moving LatexParam functionality into
3944         .layout files
3945
3946 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3947
3948         * buffer.C: increment format to 229.
3949
3950 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3951
3952         * LaTeXFeatures.C:
3953         * lyx_sty.[Ch]: remove minipageindent_def
3954
3955         * LyXAction.C:
3956         * factory.C:
3957         * lfuns.h:
3958         * lyxfunc.C:
3959         * text3.C: remove LFUN_INSET_MINIPAGE
3960
3961 2003-12-28  Angus Leeming  <leeming@lyx.org>
3962
3963         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3964
3965 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3966
3967         * text2.C (setParagraph): fix off-by-one crash
3968
3969 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3970
3971         * output_docbook.C: header stuff for AGU
3972
3973 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3974
3975         * text2.C (redoCursor): remove
3976         * text.C:
3977         * text3.C:
3978         * BufferView_pimpl.C: remove calls to redoCursor and
3979         setCursor(cursor.par(), cursor.pos()) all around
3980
3981 2003-12-15  Angus Leeming  <leeming@lyx.org>
3982
3983         * buffer.C: up the format to 228.
3984
3985 2003-12-15  André Pönitz  <poenitz@gmx.net>
3986
3987         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3988         slices
3989
3990         * Makefile.am:
3991
3992         * BufferView_pimpl.C:
3993         * cursor.[Ch]:
3994         * lyxcursor.[Ch]:
3995         * rowpainter.[Ch]:
3996         * lyxtext.h:
3997         * text.C:
3998         * text2.C:
3999         * text3.C: adjust
4000
4001 2003-12-15  Angus Leeming  <leeming@lyx.org>
4002
4003         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
4004         than getFromGUIName to manipulate the color.
4005
4006 2003-12-14  Angus Leeming  <leeming@lyx.org>
4007
4008         * BranchList.[Ch]: minimize the API.
4009         (Branch::getBranch, getColor): now return a 'const &'.
4010         (Branch::setSelected) now returns a bool set to true if the
4011         selection status changes.
4012         (BranchList::clear, size, getColor, setColor, setSelected,
4013         allBranches, allSelected, separator): removed.
4014         (BranchList::find): new functions, returning the Branch with
4015         the given name.
4016         (BranchList::add, remove): return a bool indicating that
4017         the operation was successful.
4018
4019         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
4020         new InsetBranch::isBranchSlected member function.
4021
4022         * LColor.[Ch]: mimimize the API.
4023         (fill): renamed as addColor and made private.
4024         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
4025         versions of these functions taking a string arg have been removed.
4026
4027         * bufferparams.C (readToken):
4028         * lyxfunc.C (dispatch):
4029         * lyxrc.C (read): changes due to the altered BranchList and
4030         LColor APIs.
4031
4032         * factory.C (createInset, readInset): changes due to altered
4033         InsetBranch c-tor.
4034
4035 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4036
4037         * factory.C:
4038         * lyxfunc.C: remove insetminipage. "minipage-insert"
4039         now produces a frameless minipage box inset.
4040
4041 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4042
4043         * textcursor.[Ch] (selStart,selEnd): add new methods
4044         remove selection::start, end, use LyXCursor::operator<
4045         * lyxcursor.[Ch] (operator<): add
4046         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4047         * BufferView.[Ch] (unsetXSel): add
4048         * text2.C (clearSelection): use unsetXSel,adjust
4049         * text.C: adjust
4050         * text3.C: adjust
4051         * rowpainter.C: adjust
4052         * bufferview_funcs.C (put_selection_at): adjust
4053
4054 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4055
4056         * BufferView_pimpl.C: small coord. correction
4057
4058 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4059
4060         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4061         dragging over the splash screen.
4062
4063 2003-12-11  Angus Leeming  <leeming@lyx.org>
4064
4065         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4066         as it is now handled in LyXText::dispatch.
4067
4068         * text3.C (doInsertInset): remove a level of nesting.
4069
4070 2003-12-11  Angus Leeming  <leeming@lyx.org>
4071
4072         * factory.C (createInset): changes due to the changed interface to
4073         InsetCommandMailer::string2params.
4074
4075 2003-12-10  Angus Leeming  <leeming@lyx.org>
4076
4077         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4078         'dialog-show-new-inset <inset name>'
4079
4080 2003-12-10  Angus Leeming  <leeming@lyx.org>
4081
4082         * buffer.C: up the format to 227.
4083
4084         * factory.C: the box inset is now identified simply by 'Box'.
4085
4086 2003-12-10  Angus Leeming  <leeming@lyx.org>
4087
4088         * buffer.C: up the format to 226.
4089
4090         * factory.C: the note inset is now identified simply by 'Note'.
4091
4092 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4093
4094         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4095         when a pit is enough. Standarize a couple of loops.
4096
4097 2003-12-05  Angus Leeming  <leeming@lyx.org>
4098
4099         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4100         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4101         data to the re-worked "log" dialog.
4102
4103 2003-12-03  André Pönitz  <poenitz@gmx.net>
4104
4105         * PosIterator.C:
4106         * iterators.C:
4107         * lyxtext.h:
4108         * output_latex.C:
4109         * paragraph_funcs.C:
4110         * text.C:
4111         * text2.C: use Inset::getText instead of Inset::getParagraph
4112
4113 2003-12-03  André Pönitz  <poenitz@gmx.net>
4114
4115         * buffer.[Ch]:
4116         * lyxtext.h:
4117         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4118         InsetText::read() as LyXText::read()
4119
4120 2003-12-02  Angus Leeming  <leeming@lyx.org>
4121
4122         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4123         type. Add a comment in the implementation that the function uses
4124         the stream's bad() function rather than fail() as the std::streams
4125         would do.
4126
4127 2003-12-02  André Pönitz  <poenitz@gmx.net>
4128
4129         * lyxlex.[Ch]: make interface more similar to std::stream
4130
4131         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4132
4133 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4134
4135         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4136
4137 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4138
4139         * vspace.[Ch]: remove VSpace::NONE
4140
4141 2003-12-01  André Pönitz  <poenitz@gmx.net>
4142
4143         * buffer.[Ch]:
4144         * lyxtext.h: move ParagraphList member to LyXText
4145         rename LyXText::ownerParagraphs to LyXText::paragraph
4146
4147         * CutAndPaste.C:
4148         * bufferview_funcs.C:
4149         * iterators.[Ch]:
4150         * lyx_cb.C:
4151         * paragraph.C:
4152         * rowpainter.C:
4153         * tabular.C:
4154         * text.C:
4155         * text2.C:
4156         * text3.C: adjust
4157
4158         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4159
4160         * undo.C: fix cursor positioning
4161
4162 2003-12-01  John Levon  <levon@movementarian.org>
4163
4164         * BufferView_pimpl.C: fix a crash on exit with
4165         a buffer open
4166
4167 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4168
4169         * BranchList.C: fix setSelected() method.
4170
4171 2003-11-28  André Pönitz  <poenitz@gmx.net>
4172
4173         * ParagraphParameters.[Ch]:
4174         * ParameterStruct.h: remove space above/below from Paragraph to
4175          InsetVSpace
4176
4177         * BufferView_pimpl.C:
4178         * factory.C:
4179         * lyxfunc.C:
4180         * lyxtext.h:
4181         * output_latex.C:
4182         * paragraph.C:
4183         * paragraph_funcs.C:
4184         * rowpainter.[Ch]:
4185         * text.C:
4186         * text2.C:
4187         * text3.C: adjust
4188
4189 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4190
4191         * factory.C: Syntax change for CharStyles
4192
4193 2003-11-28  André Pönitz  <poenitz@gmx.net>
4194
4195         * BufferView.[Ch]:
4196         * BufferView.[Ch]:
4197         * buffer.[Ch]:
4198         * buffer.[Ch]: move LyXText member
4199
4200 2003-11-28  André Pönitz  <poenitz@gmx.net>
4201
4202         * BufferView.[Ch]: make LyXText * text a private member
4203
4204         * BufferView_pimpl.C:
4205         * cursor.C:
4206         * iterators.C:
4207         * lyx_cb.C:
4208         * lyxfind.C:
4209         * lyxtext.h:
4210         * rowpainter.[Ch]:
4211         * text.C:
4212         * text2.C:
4213         * undo.C: adjust
4214
4215         * output_plaintext.C: cleanup
4216
4217 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4218
4219         * buffer.C:
4220         * lyxtextclass.[Ch]: parametrize SGML document header
4221
4222 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4223
4224         * converter.[Ch]:
4225         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4226         getFlavor().
4227
4228 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4229
4230         * text2.C (setFont): rework using PosIterator (no more recursive)
4231         (setCharFont): no more needed
4232         (setLayout): no more selection cursors fiddling (done by redoCursor)
4233         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4234         destroy remaining ones)
4235
4236 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4237
4238         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4239         * lyxtext.h: ditto
4240         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4241         selection cursors
4242         * lyxfunc.C: adjust
4243         * text3.C: adjust + re-allow multi par depth changes
4244         * textcursor.C: simplify a bit
4245
4246 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4247
4248         * src/buffer.C:
4249         * src/lyxlayout.C:
4250         * src/lyxlayout.h:
4251         * src/lyxtext.h:
4252         * src/output_docbook.C:
4253         * src/output_latex.C:
4254         * src/paragraph.C:
4255         * src/paragraph.h:
4256         * src/sgml.C:
4257         * src/sgml.h:
4258         * src/text2.C: Introducing a number of tags parametrizing various
4259         XML formats that we may want to support
4260
4261 2003-11-25  André Pönitz  <poenitz@gmx.net>
4262
4263         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4264
4265         * lyxtext.h (leftMargin/rightMargin): simplify interface
4266
4267         * rowpainter.C:
4268         * text.C:
4269         * text2.C:
4270         * text3.C: adjust
4271
4272 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4273
4274         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4275         master file to any child files. Fixes bug 546.
4276
4277 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4278
4279         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4280
4281 2003-11-24  André Pönitz  <poenitz@gmx.net>
4282
4283         * rowpainter.C: simplification
4284
4285         * text2.C (updateCounters): remove call to redoParagraph on
4286         changed labels as this is far too expensive.
4287
4288 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4289
4290         * converter.C (convert): fix a crash: this function gets
4291         called with buffer == 0 from importer code.
4292
4293 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4294
4295         * text3.C (cursorPrevious): make sure that we do not compare
4296         iterators form different containers.
4297         (cursorNext): ditto
4298
4299         * rowpainter.C (paintSelection): make sure that we do not compare
4300         iterators from different containers.
4301
4302         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4303         iterators from different ParagraphList containers.
4304         [NEXT] ditto
4305
4306         * text2.C (LyXText): change order of initialization slightly
4307         (operator=): new function. copy all variables except cache_par_
4308         (moveUp): make sure that we do not compare iterators from
4309         different ParagraphList constainers.
4310         (moveDown): ditto
4311
4312         * text.C (firstPar): new function
4313         (lastPar): new function
4314         (endPar): new function
4315
4316         * lyxtext.h: move things around and group public functions, public
4317         variables, private functions, private variables
4318
4319 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4320
4321         * factory.C: change call to InsetERT constructor to avoid
4322         additional invocation of method status
4323         * text2.C (toggleInset): remove redundant update() call
4324         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4325         instead of a Bufferview pointer
4326
4327 2003-11-21  André Pönitz  <poenitz@gmx.net>
4328
4329         * rowpainter.C: simplification
4330
4331 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4332
4333         * text3.C (dispatch): make possible to extend a word/row selection
4334         with the mouse
4335
4336 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4337
4338         * lyxtext.h: x0_,y0_ -> xo_,yo_
4339         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4340         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4341         * rowpainter.C (paintRows): paint full paragraphs
4342
4343 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4344
4345         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4346         screen coordinates)
4347
4348 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4349
4350         * lyxtext.h: add x0_, y0_
4351         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4352         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4353
4354 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4355
4356         * text2.C (setCursorIntern): move the x_target update here *
4357         * text3.C: change some bv() to true/false in calls to
4358         cursorUp/Down/Right/Left
4359         * cursor.C: use helper function.
4360
4361 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4362
4363         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4364         * paragraph_funcs.[Ch]: correct comment
4365         * rowpainter.C: do not paint selections away from bv->cursor()
4366         Fix a long standing selection painting bug.
4367         * text3.C: generalize mouse-selection code to LyXTexts other that
4368         top one
4369         * textcursor.C: do not use y coords if we can use par offsets
4370
4371 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4372
4373         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4374         cursor position after e.g. inset insert)
4375
4376 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4377
4378         * lyxfind.C (replace): adjust to locking removal + some
4379         code simplification
4380
4381 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4382
4383         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4384         of the path
4385
4386 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4387
4388         * lyxlayout.[Ch]:
4389         * output_docbook.C: XML sanitation: new layout
4390         parameters InnerTag and CommandDepth
4391
4392 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4393
4394         * BufferView_pimpl.C:
4395         * factory.C:
4396         * text3.C: Fix the insertion and modification of button-style
4397         insets
4398
4399 2003-11-13  André Pönitz  <poenitz@gmx.net>
4400
4401         * InsetList.[Ch]: remove deleteLyXText
4402
4403         * paragraph.[Ch]: cache beginOfBody position
4404
4405         * Bidi.C:
4406         * text.C:
4407         * text2.C:
4408         * text3.C: remove superfluous update() calls
4409
4410         * vspace.C: cleanup
4411
4412 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4413
4414         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4415         * BufferView.C (fitLockedInsetCursor): remove
4416         * cursor.[Ch] (getDim): add
4417         * text.C (getRowNearY): add faster version
4418         * text3.C: remove some update calls
4419
4420 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4421
4422         * LaTeXFeatures.C:
4423         * LyXAction.C:
4424         * MenuBackend.C:
4425         * MenuBackend.h:
4426         * dispatchresult.h:
4427         * factory.C:
4428         * lfuns.h:
4429         * lyxfunc.C:
4430         * lyxtextclass.C:
4431         * lyxtextclass.h:
4432         * text3.C: The Character Style /XML short element patch.
4433
4434 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4435
4436         * text3.C:
4437         * factory.C: Small step to solving 'unable to insert some insets'
4438         problem
4439
4440 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4441
4442         * cursor.[Ch] (updatePos): new function for updating the y
4443         position of the tip inset
4444         * bufferview_funcs.C (put_selection_at):
4445         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4446
4447 2003-11-11  André Pönitz  <poenitz@gmx.net>
4448
4449         * text.C: remove big comment on invalid Paragraph pointers as it is
4450         not valid anymore
4451
4452 2003-11-11  André Pönitz  <poenitz@gmx.net>
4453
4454         * text_funcs.[Ch]: merge with ...
4455
4456         * text.C: ... this
4457
4458         * lyxtext.h:
4459         * text2.C:
4460         * text3.C: adjust
4461
4462         * Makefile.am: remove text_funcs.[Ch]
4463
4464 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4465
4466         * cursor.C (getPos): return absolute cached y coord
4467
4468         * BufferView_pimpl.C (fitCursor): new simplistic code
4469         (workAreaDispatch): add a fitCursor call
4470
4471 2003-11-10  André Pönitz  <poenitz@gmx.net>
4472
4473         * BufferView.[Ch]:
4474         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4475
4476 2003-11-10  André Pönitz  <poenitz@gmx.net>
4477
4478         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4479         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4480         indicate that the cursor needs to leave an inset
4481
4482         * lyxtext.h: remove inset locking
4483
4484         * cursor.[Ch]: re-implement functionality provided by inset locking
4485
4486         * BufferView.[Ch]:
4487         * BufferView_pimpl.[Ch]:
4488         * LyXAction.C:
4489         * bufferview_funcs.[Ch]:
4490         * factory.C:
4491         * funcrequest.[Ch]:
4492         * iterators.C:
4493         * lyx_cb.C:
4494         * lyxfind.C:
4495         * lyxfunc.C:
4496         * text.C:
4497         * text2.C:
4498         * text3.C:
4499         * undo.C: adjust
4500
4501 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4502
4503         * PosIterator.[Ch]: replace the stack with a vector, add inset
4504         accesor
4505         * iterators.[C]: adjust
4506
4507 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4508
4509         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4510         replaced
4511         * paragraph_funcs.C (readParToken): put the correct id in the
4512         error item, not the id of the top paragraph
4513
4514 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4515
4516         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4517         * bufferview_funcs.C (put_selection_at): use the above
4518
4519 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4520
4521         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4522
4523 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4524
4525         * output_linuxdoc.h:
4526         * output_plaintext.h:
4527         * output.h:
4528         * output_docbook.h: add #include statements
4529
4530 2003-11-05  José Matos  <jamatos@lyx.org>
4531
4532         * output_docbook.[Ch]:
4533         * output_latex.[Ch]:
4534         * output_linuxdoc.[Ch]:
4535         * output_plaintext.[Ch]: New files for output formats.
4536         * output.[Ch]: New file for helper functions.
4537
4538         * buffer.[Ch]:
4539         * paragraph_funcs.[Ch]: output functions moved to new files.
4540
4541         * outputparams.h: rename of latexrunparams.h
4542
4543         * LaTeX.[Ch]:
4544         * buffer.[Ch]:
4545         * bufferlist.[Ch]:
4546         * converter.[Ch]:
4547         * exporter.C:
4548         * paragraph.[Ch]:
4549         * paragraph_funcs.[Ch]:
4550         * paragraph_pimpl.[Ch]:
4551         * tabular.[Ch]: rename ascii to plaintext
4552         and LatexRunParams to OutputParams.
4553
4554 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4555
4556         * iterators.[Ch] (text): require bv argument
4557         * undo.C (recordUndo):
4558         * lyxfunc.C (dispatch):
4559         * bufferview_funcs.C (put_selection_at): adjust
4560
4561 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4562
4563         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4564
4565 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4566
4567         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4568         nestings
4569
4570 2003-11-04  André Pönitz  <poenitz@gmx.net>
4571
4572         * cursor.[Ch]: restructure
4573
4574         * BufferView.[Ch]:
4575         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4576
4577         * iterators.[Ch] (asCursor): remove
4578
4579         * lfuns.h: remove LFUN_INSET_EDIT
4580
4581         * lyxfunc.C:
4582         * tabular.C:
4583         * text.C:
4584         * text2.C:
4585         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4586
4587 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4588
4589         * lyxfind.[Ch]: complete overhaul
4590         * BufferView_pimpl.C:
4591         * lyxfunc.C: adjust
4592         * paragraph.[Ch] (insert): add
4593
4594 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4595
4596         * BufferView.[Ch]:
4597         * lyxtext.h:
4598         * text.C: remove dead spellcheck code
4599
4600 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4601
4602         * dispatchresult.h: add a val setter
4603
4604         * cursor.C (dispatch): use a tempvar for data_[i]
4605
4606 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4607
4608         * PosIterator.[Ch]: compile fix
4609
4610 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4611
4612         * text.C (cursorPar): deactivate the cursor cache
4613
4614 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4615
4616         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4617
4618 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4619
4620         * text3.C (dispatch): adjust for new DisptchResult semantics.
4621
4622         * lyxfunc.C (dispatch): handle update when return from
4623         Cursor::dispatch, adjust for new DispatchResult semantics.
4624
4625         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4626         DispatchResult(true) mean to not update. Add class functions for
4627         setting dispatched and update, as well as reading.
4628
4629         * cursor.C (dispatch): don't handle update here
4630
4631 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4632
4633         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4634         * trans_mgr.C: adjust
4635
4636         * paragraph_funcs.C (readParToken): exception safety
4637
4638         * lyxvc.h: store the vcs pointer in a scoped_ptr
4639         * lyxvc.C: adjust
4640
4641         * lyxsocket.C (serverCallback): exception safety
4642
4643         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4644
4645         * ispell.C (clone): make it return a auto_ptr
4646
4647         * factory.C (createInset): exception safety
4648         (readInset): exception safety
4649
4650         * bufferlist.C (newBuffer): exception safety
4651
4652         * Thesaurus.C (Thesaurus): use initialization for aik_
4653
4654         * MenuBackend.C (expandToc): exception safety.
4655
4656 2003-11-03  André Pönitz  <poenitz@gmx.net>
4657
4658         * buffer.C:
4659         * buffer.h:
4660         * bufferview_funcs.C: remove getInsetFromId()
4661
4662         * lyxcursor.[Ch]:
4663         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4664
4665         * lyxfunc.C:
4666         * text2.C:
4667         * text3.C: adjust
4668
4669 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4670
4671         * PosIterator.C (distance, advance): new
4672         * bufferview_funcs.[Ch] (put_selection_at): new
4673         * iterators.[Ch] (lockPath): new
4674
4675 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4676
4677         * iterators.[Ch] (asPosIterator): added
4678         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4679         * PosIterator.[Ch]: added
4680
4681 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4682
4683         * text3.C:
4684         * lyxfunc.C:
4685         * cursor.C (dispatch):
4686         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4687
4688         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4689         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4690         contructor, add a class function dispatched. Remove operator>=
4691
4692 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4693
4694         * debug.C: only use the default constructor for debugstream
4695         (lyxerr) here.
4696
4697         * main.C (main): include debug.h and setup the lyxerr streambuf
4698         here.
4699
4700 2003-10-31  José Matos  <jamatos@lyx.org>
4701
4702         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4703
4704         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4705         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4706         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4707         * paragraph_pimpl.C (simpleTeXSpecialC):
4708         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4709         add LatexRunParams argument.
4710
4711         * exporter.C (Export): change call accordingly.
4712
4713         * latexrunparams.h: add new member to take care of the other backends.
4714 2003-10-30  José Matos  <jamatos@lyx.org>
4715
4716         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4717         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4718         factorise code for paragraph output.
4719         * buffer.[Ch]:
4720         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4721         move functions.
4722
4723 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4724
4725         * text3.C (dispatch):
4726         * lyxfunc.C (dispatch):
4727         * cursor.C (dispatch):
4728         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4729
4730         * dispatchresult.h: make the dispatch_result_t ctor explicit
4731
4732 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4733
4734         * sgml.[Ch]:
4735         * buffer.C: small refactoring of docbook stuff
4736
4737 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4738
4739         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4740         meaning.
4741
4742 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4743
4744         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4745         operator dispatch_result_t, and operators for == != and >=
4746
4747         * cursor.C (dispatch): adjust for operator dispatch_result_t
4748         removal. comment out call to update
4749
4750         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4751
4752 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4753
4754         * text3.C:
4755         * text2.C:
4756         * text.C:
4757         * lyxtext.h:
4758         * lyxfunc.C:
4759         * cursor.C:
4760         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4761         (dispatch):
4762
4763         * dispatchresult.h: new file, DispatchResult broken out of
4764         insets/insetbase.h
4765
4766         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4767
4768 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4769
4770         * text.C (rowBreakPoint): put a hack inside #if 0
4771
4772 2003-10-28  André Pönitz  <poenitz@gmx.net>
4773
4774         * lyxtext.h:
4775         * metricsinfo.C:
4776         * paragraph_funcs.C:
4777         * rowpainter.C:
4778         * text.C:
4779         * text2.C: general cleanup (lots of small stuff)
4780
4781 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4782
4783         * text2.C (cursorEnd): simple fix to the "end key goes to one
4784         before the end on last row" bug
4785
4786 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4787
4788         * text.C (backspace): fix the "zombie characters"
4789
4790 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4791
4792         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4793
4794 2003-10-27  André Pönitz  <poenitz@gmx.net>
4795
4796         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4797
4798         * factory.C: handle new InsetPagebreak, InsetLine
4799
4800         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4801         and move handling into new InsetPagebreak, InsetLine
4802
4803         * BufferView_pimpl.C:
4804         * LyXAction.C:
4805         * ParagraphParameters.C:
4806         * ParameterStruct.h:
4807         * lyxfunc.C:
4808         * lyxtext.h:
4809         * paragraph.C:
4810         * paragraph.h:
4811         * paragraph_funcs.C:
4812         * paragraph_pimpl.C:
4813         * rowpainter.C:
4814         * text.C:
4815         * text2.C:
4816         * text3.C: adjust
4817
4818 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4819
4820         * text.C:
4821         * lyxrow_funcs.[Ch]:
4822         * Bidi.C:
4823         * paragraph.C:
4824         * lyxtext.h:
4825         * rowpainter.C:
4826         * text2.C:
4827         * text3.C: remove lastPos uses in favour of Row::endpos
4828
4829 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4830
4831         * undo.C (performUndoOrRedo): fix two crashes by setting a
4832         cursor by hand and reordering some calls. Use bv->lockInset instead
4833         of inset->edit because the latter loses cursor information
4834
4835 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4836
4837         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4838         by Martin
4839         (rowBreakPoint): fix width. change point to point + 1.
4840         Add a missing check.
4841
4842 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4843
4844         * MenuBackend.C:
4845         * lyxfunc.C: fix (at least partly) the problems
4846         with the Nav menu and headers inside branch insets
4847         reported by Kayvan
4848
4849 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4850
4851         * paragraph.C (getChar): add strong asserts
4852
4853         * lyxrow_funcs.C (lastPos): remove hideous hack
4854
4855         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4856         (fill): adjust to that (avoid an infinite loop)
4857
4858 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4859
4860         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4861
4862 2003-10-23  André Pönitz  <poenitz@gmx.net>
4863
4864         * RowList_fwd.h: change list<> to vector<> to gain speed
4865         after suggestion from Alfredo
4866
4867 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4868
4869         * lyxtext.h: move the bidi stuff from here...
4870         * text.C: and here
4871         * text2.C: and here
4872         * Bidi.[Ch]: ... to here
4873
4874 2003-10-23  André Pönitz  <poenitz@gmx.net>
4875
4876         * lyxtext.h:
4877         * text.C (isLastRow, isFirstRow): new functions
4878
4879         * paragraph.h: new width cache member
4880
4881         * rowpainter.C: replace RowList::iterator with Row & where possible
4882
4883         * lyxfunc.C: replace several view()->text with a single call
4884
4885         * toc.C: fix 'unused' warning
4886
4887 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4888
4889         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4890         when woring with stream::pos_type
4891         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4892
4893 2003-10-22  André Pönitz  <poenitz@gmx.net>
4894
4895         * lyxtext.h:
4896         * text.C: use Row & instead of RowList::iterator
4897
4898         * lyxrow.h: rename end() to endpos()
4899
4900         * rowpainter.C:
4901         * text.C:
4902         * text2.C: adjust
4903
4904 2003-10-22  Angus Leeming  <leeming@lyx.org>
4905
4906         * buffer.[Ch] (fully_loaded): new member function, returning true
4907         only when the file has been loaded fully.
4908         Used to prevent the premature generation of previews and by the
4909         citation inset to prevent computation of the natbib-style label.
4910
4911         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4912         templates are all set up.
4913
4914         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4915
4916 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4917
4918         * text.C: fixed an "oops" in the "is a bit silly"
4919         bug fix
4920
4921 2003-10-21  André Pönitz  <poenitz@gmx.net>
4922
4923         * FuncStatus.[Ch]: small stuff, whitespace
4924
4925         * lyxfont.[Ch]: operator<<() for debug reasons
4926
4927         * lyxfunc.C:
4928         * lyxrow_funcs.C:
4929         * lyxtext.h: whitespace, spelling
4930
4931         * paragraph.C: naming of variables
4932
4933         * text.C:
4934         * text2.C: small stuff
4935
4936
4937 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4938
4939         * text.C: (1) finish off the inset display() work;
4940         (2) fix the "is a bit silly" bug (accessing char
4941         past end of par).
4942
4943 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4944
4945         * text.C: re-introduce display() for insets, fixing the
4946         various bugs (stretch of line above, math inset
4947         positioning, ...)
4948
4949 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4950
4951         * text.C (rightMargin): remove spurious semicolon
4952
4953         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4954         1415)
4955
4956 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4957
4958         * text3.C: fix one crash due to wrong cursor def
4959
4960 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4961
4962         * vc-backend.C (scanMaster): make the regex static
4963
4964         * LaTeX.C (scanAuxFile): make the regexs static
4965
4966         * text3.C (doInsertInset, dispatch, dispatch):
4967         * text2.C (cursorUp, cursorDown):
4968         * text.C (selectNextWordToSpellcheck):
4969         * BufferView_pimpl.C (dispatch):
4970         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4971
4972 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4973
4974         * lyxsocket.C: include <cerrno>
4975
4976 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4977
4978         * lyxfunc.C (dispatch): remove textcache stuff
4979
4980         * bufferlist.C (release): remove textcache stuff
4981         (closeAll): ditto
4982
4983         * TextCache.C: delete file
4984         * TextCache.h: delete file
4985
4986         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4987
4988         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4989         delete of the bv_->text.
4990         (resizeCurrentBuffer): remove texcache stuff
4991         (workAreaResize): ditto
4992
4993 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4994
4995         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4996         action.
4997
4998 2003-10-16  André Pönitz  <poenitz@gmx.net>
4999
5000         * lyxrow.[Ch]:
5001         * paragraph.h:
5002         * rowpainter.C:
5003         * text.C:
5004         * text2.C:
5005         * text3.C: speed up by storing y positions per paragraph plus per-row
5006         offset instead of having a 'full' y position in the row.
5007
5008 2003-10-15  André Pönitz  <poenitz@gmx.net>
5009
5010         * iterators.[Ch]:
5011         * iterators.[Ch]:
5012         * undo.[Ch]: make undo aware of inner insets
5013
5014 2003-10-14  Angus Leeming  <leeming@lyx.org>
5015
5016         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
5017         static member functions LyX::ref() and LyX::cref.
5018         (lastfiles): new accessor functions for the new lastfiles_ member var.
5019         (addLyXView, views_): add a new LyXView to the list of views_.
5020         (updateInset): loop over all LyXViews to call their own updateInset
5021         member function, returning a pointer to the Buffer owning the inset.
5022
5023         * BufferView_pimpl.C (loadLyXFile):
5024         * MenuBackend.C (expandLastfiles):
5025         * bufferlist.C (MenuWrite, QuitLyX):
5026         lastfiles is no longer a global variable.
5027         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
5028
5029         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5030         static function. Access through LyX::cref().emergencyCleanup().
5031
5032 2003-10-14  André Pönitz  <poenitz@gmx.net>
5033
5034         * iterators.[Ch]: new direct access to innermost LyXText and Inset
5035
5036         * undo.[Ch]: restoring part of 'undo in insets'
5037
5038         * Makefile.am:
5039         * undo_funcs.[Ch]: merge with undo.[Ch]
5040
5041         * tabular.C: small cleansing stuff
5042
5043 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5044
5045         * paragraph_funcs.C (readParToken): report unknown insets as error
5046         boxes. Use the outer paragraph as location (also for unknown
5047         tokens).
5048
5049         * factory.C (readInset): do not abort on reading an unknown inset.
5050         Eat it and return 0.
5051
5052 2003-10-13  Angus Leeming  <leeming@lyx.org>
5053
5054         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5055
5056         * lyxrc.C: displayTranslator is now a function,
5057         declared in GraphicsTypes.h.
5058
5059 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5060
5061         * format.C: new placeholder $$a to pass the socket address.
5062
5063         * bufferlist.[Ch]: new function getBufferFromTmp.
5064
5065         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5066           files in the temporary dir.
5067
5068 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5069
5070         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5071
5072         * Makefile.am: add lyxsocket.[Ch].
5073
5074         * lyx_main.C (error_handler): handle SIGPIPE.
5075
5076 2003-10-13  André Pönitz  <poenitz@gmx.net>
5077
5078         * BufferView_pimpl.C:
5079         * lyxtext.h:
5080         * text.C:
5081         * text2.C:
5082         * text3.C:
5083         * undo_funcs.[Ch]: use paroffset_type instead of
5084           ParagraphList::iterators to prevent multiple conversion
5085           (and get a more robust interface)
5086
5087 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5088
5089         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5090         * lyxtext.h: ditto
5091         * text3.C (dispatch): ditto
5092
5093 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5094
5095         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5096         move the onlyfile, use onlyfile instead of foundfile in a couple
5097         of places.
5098
5099         * DepTable.C (update): flush the error stream a bit more
5100
5101 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5102
5103         * lyxserver.C (callback): adjust
5104
5105         * lyxfunc.C (getStatus): add a missing brace in commented code
5106         (ensureBufferClean): reindent
5107         (dispatch): delete version taking a string
5108
5109 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5110
5111         * LaTeX.C (deplog): move found file handlig from here...
5112         (handleFoundFile): .. to new function here.
5113         (deplog): make sure to discover several files mentioned on the
5114         same log line.
5115
5116 2003-10-10  André Pönitz  <poenitz@gmx.net>
5117
5118         * lyxfunc.C:
5119         * lyxtext.h:
5120         * tabular.C:
5121         * text.C:
5122         * text2.C:
5123         * text3.C: fix some of the tabular crashes
5124
5125 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5126
5127         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5128
5129         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5130
5131 2003-10-09  André Pönitz  <poenitz@gmx.net>
5132
5133         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5134
5135         * BufferView.C:
5136         * BufferView_pimpl.C:
5137         * bufferview_funcs.C:
5138         * lyx_cb.C:
5139         * lyxcursor.C:
5140         * lyxfind.C:
5141         * lyxfunc.C:
5142         * lyxtext.h:
5143         * text.C:
5144         * text2.C:
5145         * text3.C:
5146         * text_funcs.[Ch]:
5147         * textcursor.[Ch]:
5148         * undo_funcs.C: adjust
5149
5150 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5151
5152         * text2.C (incrementItemDepth): new function, use a backtracking
5153         algorithm to discover the correct item depth.
5154         (resetEnumCounterIfNeeded): new function, use a backtracking
5155         algorithm to discover if counter reset is needed.
5156         (setCounter): use them. Simplify a bit. Add different labels for
5157         different item depths for itemize.
5158
5159         * paragraph.C (Paragraph): remove initialization of enumdepth
5160         (operator=): ditto
5161
5162         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5163         enumerate and itemize. Change the type of itemdepth to signed char.
5164
5165 2003-10-08  André Pönitz  <poenitz@gmx.net>
5166
5167         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5168           thing assignable.
5169         * text.C:
5170         * text2.C: adjust
5171
5172         * tabular.[Ch]: fix crash after 'row-insert'
5173
5174 2003-10-08  Angus Leeming  <leeming@lyx.org>
5175
5176         Fix doxygen warnings.
5177
5178         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5179         Remove CutAndPaste:: prefix from header file declaration.
5180
5181         * LColor.h (fill): remove LColor:: prefix from declaration.
5182
5183         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5184         use lyx::depth_type rather than Paragraph::depth_type so that
5185         header file and .C file match.
5186
5187         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5188
5189         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5190         * aspell.C: \file aspell_local.C -> \file aspell.C
5191         * gettext.C: \file gettext.C -> \file src/gettext.C
5192         * gettext.h: \file gettext.h -> \file src/gettext.h
5193         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5194         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5195         * text.C: \file text.C -> \file src/text.C
5196
5197         * toc.C: move comment so that doxygen is not confused.
5198
5199 2003-10-07  Angus Leeming  <leeming@lyx.org>
5200
5201         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5202
5203 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5204
5205         * aspell.C:
5206         * aspell_local.h: add forgotten std::string's.
5207
5208 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5209
5210         * LaTeXFeatures.C:
5211         * LyXAction.C:
5212         * factory.C:
5213         * lfuns.h:
5214         * lyxfunc.C:
5215         * text3.C: The Box patch. Fancybox support, minipage, parbox
5216
5217 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5218
5219         * CutAndPaste.h:
5220         * DepTable.h:
5221         * FloatList.h:
5222         * LaTeXFeatures.h:
5223         * ParagraphParameters.h:
5224         * TextCache.h:
5225         * Thesaurus.h:
5226         * bufferlist.h:
5227         * exporter.h:
5228         * importer.h:
5229         * lastfiles.h:
5230         * lyxfind.h:
5231         * lyxfont.h:
5232         * lyxlex.h:
5233         * lyxtextclasslist.h:
5234         * messages.h:
5235         * paragraph.h:
5236         * paragraph_pimpl.C:
5237         * textcursor.h: add <string> and other small fixes to make Lars'
5238         std::string patch compile with STLport.
5239
5240 2003-10-06  Angus Leeming  <leeming@lyx.org>
5241
5242         * LColor.h: Add missing #include <string>.
5243
5244 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5245
5246         * All most all file in all subdirs: Make <string> be the prefered
5247         way of getting to std::string, add using declarations.
5248
5249 2003-10-06  André Pönitz  <poenitz@gmx.net>
5250
5251         * metricsinfo.C: initialize LyXFont before changing attribute.
5252         (fixes the 'math in \emph is upright' bug)
5253
5254 2003-10-06  André Pönitz  <poenitz@gmx.net>
5255
5256         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5257
5258 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5259
5260         * graph.C:
5261         * paragraph_pimpl.C: Small fixes to build using STLport
5262
5263 2003-10-02  André Pönitz  <poenitz@gmx.net>
5264
5265         * lyxfunc.C:
5266         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5267
5268 2003-10-01  André Pönitz  <poenitz@gmx.net>
5269
5270         * factory.C: assert early
5271
5272 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5273
5274         * lyx_main.C: remove the global debug object
5275
5276         * debug.h: adjust for new debugstream
5277
5278         * debug.C: adjust for new debugstream and keep the global debug
5279         object here.
5280
5281 2003-09-22  Angus Leeming  <leeming@lyx.org>
5282
5283         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5284         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5285         an incomplete class LyXFont.
5286
5287 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5288
5289         * factory.C: bug fix in branches
5290
5291 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5292
5293         * lyxfunc.C (processKeySym): adjust
5294         (dispatch): adjust
5295         (dispatch): change arg name from ev to func, adjust
5296         (sendDispatchMessage): ditto
5297
5298         * lyx_main.C (defaultKeyBindings): adjust keybindings
5299         (deadKeyBindings): ditto
5300
5301         * kbsequence.C (addkey): return a FuncRequest
5302
5303         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5304
5305         * kbmap.C (bind): take a FuncRequest as arg, adjust
5306         (read): adjust
5307         (lookup): adjust
5308         (defkey): change to take a FuncRequest as arg, adjust
5309         (findbinding): take a FuncRequest as arg, adjust.
5310
5311         * funcrequest.h (operator=): added
5312
5313         * funcrequest.C (FuncRequest): default kb_action changed from
5314         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5315
5316         * buffer.C (dispatch): simplify
5317         (dispatch): adjust to take a FuncRequest as arg, adjust
5318
5319         * boost.C (assertion_failed): change assertion message slightly
5320
5321         * ToolbarBackend.C (read): simplify
5322
5323         * MenuBackend.C (binding): adjust call to findbinding, add a
5324         message if no binding is found.
5325         (read): simplify
5326         (expandToc): correct by adding a empty FuncRequest
5327
5328         * LyXAction.C: include <boost/assert.hpp>
5329         (isPseudoAction): delete function
5330         (LookupFunc): change name to...
5331         (lookupFunc): this. change return type to FuncRequest.
5332         (getActionName): take kb_action as arg, simplify
5333         (funcHasFlag): add an assert, simplify.
5334
5335 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5336
5337         * toc.C (action): return a FuncRequest, simplify
5338
5339         * lyxfunc.C (processKeySym): adjust
5340         (getStatus): delete version that takes an int.
5341         (getStatus): adjust
5342         (dispatch): delete version that takes action as int
5343         (dispatch): adjust
5344         (sendDispatchMessage): simplify and adjust
5345
5346         * funcrequest.C (getArg): take unsigned int as arg
5347
5348         * ToolbarBackend.C (read): adjust
5349         (add): delete version that takes func as a string.
5350         (getIton): take a FuncRequest as arg
5351
5352         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5353         action.
5354
5355         * MenuBackend.C (MenuItem): add a new construct that only takes a
5356         Kind, simplify the constructor use for submenus.
5357         (add): adjust
5358         (expandLastfiles): adjust
5359         (expandDocuments): adjust
5360         (expandFormats): adjust
5361         (expandFloatListInsert): adjust
5362         (expandFloatInsert): adjust
5363         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5364
5365         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5366         Remove class variables lyx_pseudo_map and lyx_arg_map
5367
5368         * LyXAction.C (searchActionArg): delete function
5369         (getPseudoAction): delete function
5370         (retrieveActionArg): delete function
5371         (LookupFunc): make it return kb_action, simplify.
5372         (getActionName): simplify
5373
5374         * factory.C (createInset): fix new bug
5375
5376 2003-09-19  Angus Leeming  <leeming@lyx.org>
5377
5378         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5379         masterFilename_ parameter in the include inset.
5380
5381         * factory.C (createInset): changes due to the changes to InsetInclude.
5382
5383 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5384
5385         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5386
5387 2003-09-18  Angus Leeming  <leeming@lyx.org>
5388
5389         * buffer.C:
5390         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5391         Inset::fillWithBibKeys.
5392         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5393
5394 2003-09-18  Angus Leeming  <leeming@lyx.org>
5395
5396         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5397         variables.
5398         (ctor): pass and store a 'Buffer const &'
5399         (buffer): new member function.
5400
5401         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5402         '*this' to the LaTeXFeatures ctor.
5403
5404 2003-09-18  Angus Leeming  <leeming@lyx.org>
5405
5406         * LColor.h:
5407         * lyxfont.C:
5408         * lyxfont.h:
5409         * lyxtext.h:
5410         * text.C: rename EnumLColor as LColor_color.
5411
5412 2003-09-18  Angus Leeming  <leeming@lyx.org>
5413
5414         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5415         remove #include "insets/insetbase.h" from cursor.h.
5416
5417 2003-09-18  Angus Leeming  <leeming@lyx.org>
5418
5419         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5420         InsetOld_code to remove #include "inset.h".
5421
5422         * iterators.C: add #include "insets/inset.h"
5423
5424 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5425
5426         * BufferView.C: remove more locking stuff that apparently doesn't
5427         do anything sensible.
5428
5429 2003-09-16  André Pönitz  <poenitz@gmx.net>
5430
5431         * paragraph.[Ch]:
5432         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5433           performance boost.
5434
5435 2003-09-16  Angus Leeming  <leeming@lyx.org>
5436
5437         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5438
5439         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5440         arg/return type.
5441
5442         * paragraph.h: remove #include "lyxfont.h". Forward declare
5443         LyXFont_size.
5444
5445 2003-09-16  Angus Leeming  <leeming@lyx.org>
5446
5447         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5448         of support/textutils.h.
5449         (isWord): move the contents of support/textutils.h's IsWordChar here.
5450
5451         * buffer.C:
5452         * lyxfind.C:
5453         * rowpainter.C:
5454         * text.C:
5455         * text2.C: add #include "paragraph.h".
5456
5457         * rowpainter.C:
5458         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5459
5460 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5461
5462         * main.C:
5463         * lyx_main.C:
5464         * lyx_cb.C:
5465         * buffer.C:
5466         * LaTeX.C: use namespace alias for lyx::support::os
5467
5468 2003-09-16  Angus Leeming  <leeming@lyx.org>
5469
5470         * bufferparams.C:
5471         * bufferview_funcs.C:
5472         * factory.C:
5473         * lyxfunc.C:
5474         * paragraph_pimpl.C:
5475         * rowpainter.C:
5476         * text.C: add #include "LColor.h".
5477
5478 2003-09-16  Angus Leeming  <leeming@lyx.org>
5479
5480         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5481         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5482         return LyXFont &.
5483         Store the FontBits::color variable as an int rather than as an
5484         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5485         file.
5486
5487         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5488         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5489         string calls together.
5490
5491         * lyxrc.C: add #include "LColor.h".
5492
5493 2003-09-15  Angus Leeming  <leeming@lyx.org>
5494
5495         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5496         a cow_ptr.
5497
5498 2003-09-15  Angus Leeming  <leeming@lyx.org>
5499
5500         * LColor.h: add an EnumLColor wrapper for LColor::color.
5501
5502         * lyxfont.[Ch] (color, setColor, realColor):
5503         * lyxtext.h, text.C (backgroundColor):
5504         pass EnumLColor args to/from the functions, rather than LColor::color
5505         ones.
5506
5507         * lyxfont.h:
5508         * lyxtext.h: forward declare EnumLColor.
5509
5510         * lyx_main.C: add #include "LColor.h".
5511
5512 2003-09-15  Angus Leeming  <leeming@lyx.org>
5513
5514         * .cvsignore: add lyx-gtk.
5515
5516 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5517
5518         * Chktex.C
5519         * LaTeX.C
5520         * LaTeXFeatures.C
5521         * ParagraphParameters.C
5522         * Spacing.C
5523         * buffer.C
5524         * bufferparams.C
5525         * bufferview_funcs.C
5526         * chset.C
5527         * counters.C
5528         * funcrequest.C
5529         * lyxfont.C
5530         * lyxgluelength.C
5531         * lyxlength.C
5532         * paragraph.C
5533         * paragraph_funcs.C
5534         * text3.C
5535         * vc-backend.C: remove usage of STRCONV
5536
5537 2003-09-15  Angus Leeming  <leeming@lyx.org>
5538
5539         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5540         explicitly define the color passed to the painter.
5541
5542 2003-09-15  Angus Leeming  <leeming@lyx.org>
5543
5544         * bufferparams.C (BufferParams): reorder member initializers to avoid
5545         compiler warning.
5546
5547 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5548
5549         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5550         * text.C (updateRowPositions): remove an unusual nop
5551
5552 2003-09-12  André Pönitz  <poenitz@gmx.net>
5553
5554         * BufferView_pimpl.C:
5555         * Bullet.C:
5556         * layout.h:
5557         * lyxfunc.C:
5558         * lyxlayout.[Ch]:
5559         * lyxtextclass.C:
5560         * rowpainter.C:
5561         * text.C:
5562         * text2.C:
5563         * Counters.[Ch]: finish the 'automatic counters' job
5564
5565 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5566
5567         * aspell.C: include <boost/assert.cpp> (compile fix)
5568
5569 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5570
5571         * boost.C (assertion_failed): use lyx::support::abort instead of
5572         assert.
5573
5574 2003-09-10  Angus Leeming  <leeming@lyx.org>
5575
5576         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5577         with their _fwd progeny.
5578
5579 2003-09-09  Angus Leeming  <leeming@lyx.org>
5580
5581         134 files throughtout the source tree: replace 'using namespace abc;'
5582         directives with the appropriate 'using abc::xyz;' declarations.
5583
5584 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5585
5586         * boost.C (emergencyCleanup): moved here from LAssert.c
5587         (assertion_failed): new function, called by BOOST_ASSERT
5588
5589         * several files: change Assert to BOOST_ASSERT
5590
5591 2003-09-09  Angus Leeming  <leeming@lyx.org>
5592
5593         * buffer.[Ch]: Add an Impl class and move Buffer's member
5594         variables into it. As a result move several header files out of
5595         buffer.h.
5596
5597         Add header files to lots of .C files all over the tree as a result.
5598
5599 2003-09-09  Angus Leeming  <leeming@lyx.org>
5600
5601         * buffer.[Ch]: make Buffer's member variables private. Add
5602         accessor functions.
5603
5604         Lots of changes all over the tree as a result.
5605
5606 2003-09-08  Angus Leeming  <leeming@lyx.org>
5607
5608         * graph.C: #include <config.h>.
5609
5610 2003-09-08  Angus Leeming  <leeming@lyx.org>
5611
5612         * BranchList.C:
5613         * BufferView.C:
5614         * BufferView_pimpl.C:
5615         * CutAndPaste.C:
5616         * DepTable.C:
5617         * LaTeX.C:
5618         * LaTeXFeatures.C:
5619         * LyXAction.C:
5620         * MenuBackend.C:
5621         * TextCache.C:
5622         * aspell.C:
5623         * buffer.C:
5624         * bufferlist.C:
5625         * changes.C:
5626         * chset.C:
5627         * converter.C:
5628         * counters.C:
5629         * debug.C:
5630         * graph.C:
5631         * ispell.C:
5632         * lyx_cb.C:
5633         * lyxfind.C:
5634         * lyxfunc.C:
5635         * lyxlex_pimpl.C:
5636         * lyxrc.C:
5637         * lyxrow.C:
5638         * paragraph.C:
5639         * rowpainter.C:
5640         * texrow.C:
5641         * text.C:
5642         * text2.C:
5643         * toc.C: remove redundant using directives.
5644
5645 2003-09-07  Angus Leeming  <leeming@lyx.org>
5646
5647         * LaTeXFeatures.h: remove #include "support/types.h".
5648         * ToolbarBackend.h: remove #include <algorithm>.
5649         * changes.h: remove #include <ctime>.
5650         * debug.h: remove #include <iosfwd>.
5651         * graph.h: remove #include "support/std_string.h".
5652         * lyx_main.h: remove #include <csignal>.
5653         * lyxlex_pimpl.h: remove #include <fstream>.
5654         * sgml.h: remove #include <algorithm>, <utility>.
5655         * toc.h: remove #include "support/std_ostream.h".
5656         Add #include <iosfwd>.
5657
5658 2003-09-07  Angus Leeming  <leeming@lyx.org>
5659
5660         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5661
5662         * converter.h: forward declare LatexRunParams.
5663         * encoding.h: remove #include "lyxrc.h".
5664         * lyxtext.h: remove #include "LColor.h".
5665         * lyxtextclass.h: remove #include "support/types.h".
5666         * trans.h: remove #include "tex-accent.h".
5667         * trans_mgr.h: remove #include "tex-accent.h".
5668         * insets/inset.h: remove #include "support/types.h", <vector>.
5669         * insets/insetcollapsable.h: remove #include "LColor.h".
5670         * insets/insetinclude.h: remove #include "dimension.h".
5671         * insets/insetlatexaccent.h: remove #include "dimension.h".
5672         * insets/insetoptarg.h:: remove #include "insettext.h".
5673         * insets/insettext.h: remove #include "dimension.h",
5674         <boost/shared_ptr.hpp>
5675
5676         * insets/renderers.h: add #include "dimension.h".
5677         * insets/updatableinset.h: add #include "support/types.h".
5678
5679         * many .C files: Associated changes.
5680
5681 2003-09-06  Angus Leeming  <leeming@lyx.org>
5682
5683         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5684         one, inside testInvariant.
5685
5686         * PrinterParams.C: new file.
5687         * PrinterParams.[Ch]: move the function bodies out of line.
5688
5689 2003-09-06  Angus Leeming  <leeming@lyx.org>
5690
5691         * ParagraphParameters.h: forward declare ParameterStruct rather than
5692         including its header file.
5693         (depth): moved out-of-line.
5694
5695 2003-09-06  Angus Leeming  <leeming@lyx.org>
5696
5697         * BufferView_pimpl.h:
5698         * kbmap.h:
5699         * kbsequence.h:
5700         * lyxfunc.h: forward declare LyXKeySym rather than
5701         #include "frontends/LyXKeySym.h".
5702
5703         * BufferView_pimpl.C:
5704         * kbmap.C:
5705         * kbsequence.C:
5706         * lyxfunc.C: associated changes.
5707
5708 2003-09-06  Angus Leeming  <leeming@lyx.org>
5709
5710         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5711         As a result, can remove the #include "insets/inset.h" from BufferView.h
5712
5713 2003-09-06  Angus Leeming  <leeming@lyx.org>
5714
5715         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5716         As a result, can remove the #include "insets/inset.h" from BufferView.h
5717
5718 2003-09-06  Angus Leeming  <leeming@lyx.org>
5719
5720         * buffer_funcs.C:
5721         * buffer.h:
5722         * bufferlist.C:
5723         * BufferView.C:
5724         * bufferview_funcs.C:
5725         * BufferView_pimpl.C:
5726         * CutAndPaste.C:
5727         * lyx_cb.C:
5728         * lyxfunc.C:
5729         * paragraph.h:
5730         * ParagraphParameters.C:
5731         * tabular.C:
5732         * text3.C:
5733         * toc.C:
5734         * undo_funcs.C:
5735         * frontends/controllers/ControlDocument.C:
5736         * insets/insetcaption.C: rearrange the #includes into some sort of
5737         coherent order.
5738
5739         * buffer.h: remove #includes ErrorList.h, undo.h
5740
5741 2003-09-06  Angus Leeming  <leeming@lyx.org>
5742
5743         * support/types.h: add a 'depth_type' typedef, used to store the
5744         nesting depth of a paragraph.
5745
5746         * paragraph.h:
5747         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5748         defining explicitly.
5749
5750         * buffer.h:
5751         * paragraph_funcs.h:
5752         * ParagraphParameters.h:
5753         * sgml.h: use lyx::depth_type rather than Paragraph or
5754         ParameterStruct's depth_type.
5755
5756         * buffer.h
5757         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5758
5759         * BufferView.C:
5760         * BufferView_pimpl.C:
5761         * CutAndPaste.C:
5762         * ParagraphParameters.C:
5763         * buffer_funcs.C:
5764         * bufferlist.C:
5765         * bufferview_funcs.C:
5766         * lyx_cb.C:
5767         * lyxfunc.C:
5768         * tabular.C:
5769         * text3.C:
5770         * toc.C:
5771         * undo_funcs.C:
5772         * frontends/LyXView.C:
5773         * frontends/controllers/ControlDocument.C:
5774         * frontends/controllers/ControlErrorList.C:
5775         * insets/insetbibitem.C:
5776         * insets/insetbranch.C:
5777         * insets/insetcaption.C:
5778         * insets/insetcollapsable.C:
5779         * insets/insetenv.C:
5780         * insets/insetert.C:
5781         * insets/insetfloat.C:
5782         * insets/insetfoot.C:
5783         * insets/insetfootlike.C:
5784         * insets/insetnewline.C:
5785         * insets/insetquotes.C:
5786         * insets/insettabular.C:
5787         * insets/insettext.C:
5788         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5789
5790         * frontends/controllers/ControlChanges.C: #include "changes.h".
5791
5792 2003-09-06  Angus Leeming  <leeming@lyx.org>
5793
5794         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5795         than #including paragraph.h.
5796
5797         * ParagraphList.h:
5798         * RowList.h: deleted. Superfluous.
5799
5800         * CutAndPaste.h:
5801         * iterators.h:
5802         * lyxcursor.h:
5803         * lyxtext.h:
5804         * text_funcs.h:
5805         * undo.h:
5806         * undo_funcs.h:
5807         * insets/inset.h:
5808         * insets/insettext.h: use ParagraphList_fwd.h rather than
5809         ParagraphList.h.
5810
5811         * paragraph.h: don't forward declare ParagraphList.
5812
5813         * buffer.h:
5814         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5815         rather than ParagraphList.h. paragraph.h is still needed for the
5816         Paragraph::depth_type parameters.
5817
5818         * textcursor.h: enable it to compile stand-alone in light of the
5819         above changes.
5820
5821         * bufferview_funcs.C:
5822         * iterators.C:
5823         * lyxfunc.C:
5824         * lyxrow_funcs.C:
5825         * paragraph.C:
5826         * rowpainter.C:
5827         * text.C:
5828         * text2.C:
5829         * text3.C:
5830         * text_funcs.C:
5831         * textcursor.C:
5832         * undo.C:
5833         * frontends/controllers/ControlParagraph.C:
5834         * frontends/controllers/ControlTabular.C:
5835         * insets/insetmarginal.C:
5836         * insets/insetminipage.C:
5837         * insets/insetnote.C:
5838         * insets/insetoptarg.C: add header files needed to compile again.
5839
5840 2003-09-06  Angus Leeming  <leeming@lyx.org>
5841
5842         * RowList_fwd.h: new file, forward-declaring Row rather than
5843         #including lyxrow.h.
5844
5845         * lyxrow_funcs.h:
5846         * lyxtext.h:
5847         * paragraph.h:
5848         * insets/insettext.h: use it instead of RowList.h
5849
5850         * bufferview_funcs.C:
5851         * lyxfunc.C:
5852         * lyxrow_funcs.C:
5853         * paragraph.C:
5854         * rowpainter.C:
5855         * text.C:
5856         * text2.C:
5857         * text3.C: #include "RowList.h".
5858
5859 2003-09-05  Angus Leeming  <leeming@lyx.org>
5860
5861         * factory.C (createInset):
5862         * vspace.C (c-tor): replace sscanf call with an istringstream.
5863         * ispell.C: re-add missing HP/UX headers.
5864         * lyxserver.C: re-add missing  os2 headers.
5865
5866 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5867
5868         * BranchList.C:
5869         * graph.C:
5870         * ispell.C:
5871         * lastfiles.C:
5872         * lyx_cb.C:
5873         * lyxserver.C:
5874         * texrow.C:
5875         * text3.C: re-add missing system headers, needed for 2.95.2.
5876
5877 2003-09-05  Angus Leeming  <leeming@lyx.org>
5878
5879         Changes most place everywhere due to the removal of using directives
5880         from support/std_sstream.h.
5881
5882 2003-09-05  Angus Leeming  <leeming@lyx.org>
5883
5884         Replace LString.h with support/std_string.h,
5885         Lsstream.h with support/std_sstream.h,
5886         support/LIstream.h with support/std_istream.h,
5887         support/LOstream.h with support/std_ostream.h.
5888
5889         Changes resulting throughout the tree.
5890
5891 2003-09-05  Angus Leeming  <leeming@lyx.org>
5892
5893         * sgml.h: ensure that the header file can be compiled stand-alone.
5894         * *.C: strip out redundant #includes. (320 in total.)
5895
5896 2003-09-04  Angus Leeming  <leeming@lyx.org>
5897
5898         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5899         here (from getPackages).
5900
5901         * debug.[Ch]: add a new EXTERNAL tag.
5902
5903 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5904
5905         * text2.C (cursorEnd): simplify
5906         (setCursor): adjust
5907         (getColumnNearX): adjust
5908
5909         * text.C (computeBidiTables): adjust
5910         (fill): adjust
5911
5912         * rowpainter.C (paintChars): adjust
5913         (paintSelection): adjust
5914         (paintChangeBar): adjust
5915         (paintText): adjust
5916
5917         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5918         lastPos instead.
5919         (numberOfSeparators): adjust
5920
5921 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5922
5923         * LyXAction.C:
5924         * box.[Ch]:
5925         * lfuns.h:
5926         * lyxfunc.C:
5927         * text3.C: Restricts the mouse click functionality
5928         of insets like bibtex, include, toc and floatlist to the visible
5929         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5930         up the dialogs. Cursor has to be in front of the inset (i.e.
5931         start of row) for this to function.
5932
5933 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5934
5935         * bufferview_funcs.C (currentState): output row information
5936
5937 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5938
5939         * bufferview_funcs.C (currentState): output paragraph position
5940
5941 2003-09-04  Angus Leeming  <leeming@lyx.org>
5942
5943         * FloatList.h: move out #include "Floating.h".
5944         * LaTeX.h: move out #include "DepTable.h".
5945         * LyXAction.h: move out #include "funcrequest.h".
5946         * buffer.h: move out #include "author.h", "iterators.h".
5947         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5948         * lyx_main.h: move out #include "errorlist.h".
5949         * lyxfunc.h: move out #include "FuncStatus.h".
5950         * lyxtext: move out #include "lyxcursor.h".
5951         * paragraph_pimpl.h: move out #include "counters.h".
5952
5953 2003-09-03  Angus Leeming  <leeming@lyx.org>
5954
5955         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5956         preamble_snippets list, enabling us to add snippets to the preamble
5957         only if the snippet was not there already.
5958
5959 2003-09-04  Angus Leeming  <leeming@lyx.org>
5960
5961         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5962
5963 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5964
5965         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5966         update
5967
5968 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5969
5970         * BranchList.C: point fix, earlier forgotten
5971
5972 2003-09-02  Angus Leeming  <leeming@lyx.org>
5973
5974         * box.C (contains): renamed from 'contained' after a fantastic
5975         amount of hot air.
5976
5977 2003-09-02  John Levon  <levon@movementarian.org>
5978
5979         * BufferView.C:
5980         * lyxcursor.h:
5981         * lyxcursor.C:
5982         * lyxfunc.C:
5983         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5984
5985 2003-09-02  John Levon  <levon@movementarian.org>
5986
5987         * text2.C: simplification of cursorEnd(), including partial
5988         fix for bug 1376
5989
5990 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5991
5992         * buffer.C (readFile): add a space
5993
5994 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5995
5996         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5997
5998 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5999
6000         * buffer.C (readFile): new function, take a filename and a
6001         ParagraphList::iterator
6002         (readFile): adjust
6003         (readFile): adjust, make it private. don't use setStream, make
6004         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
6005         always contain the filename.
6006
6007         * BufferView.C (insertLyXFile): simplify and make it work for
6008         gzipped files.
6009
6010 2003-08-30  John Levon  <levon@movementarian.org>
6011
6012         * Makefile.am: fix dist (from Kayvan)
6013
6014 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6015
6016         * most files: change to use const Buffer refs
6017
6018 2003-08-27  André Pönitz  <poenitz@gmx.net>
6019
6020         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
6021         on top of ownerPar().
6022
6023 2003-08-27  John Levon  <levon@movementarian.org>
6024
6025         * funcrequest.C: properly initialise POD members
6026
6027 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6028
6029         * lyxtext.h (top_y): move top_y from here
6030         * text.C:
6031         * text2.C:
6032         * text3.C:
6033         * BufferView.[Ch]:
6034         * BufferView_pimpl.[Ch]: to here
6035         * frontends/screen.C:
6036         * insets/insettabular.C:
6037         * insets/insettext.C: adjust
6038         * rowpainter.[Ch] (paintRows): remove LyXText & argument
6039
6040 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6041
6042         * BufferView.[Ch]:
6043         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6044
6045 2003-08-26  André Pönitz  <poenitz@gmx.net>
6046
6047         * paragraph_func.[Ch] (outerPar): new function
6048
6049         * paragraph.C:
6050         * paragraph_funcs.C:
6051         * paragraph_funcs.h:
6052         * paragraph_pimpl.C:
6053         * text2.C: remove Inset::par_owner
6054
6055 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6056
6057         * lyxrow_funcs.C:
6058         * lyxtext.h:
6059         * text.C:
6060         * text2.C: eliminates the needFullRow/display() stuff
6061         altogether, putting the logic in metrics/draw in the insets.
6062
6063 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6064
6065         * text2.C (redoParagraphInternal, redoParagraphs):
6066         * text.C (redoParagraph): add a call to updateRowPositions at the
6067         end of each 'metrics-like' call. Remove all others.
6068         (getRow): remove the 'y-computing' version.
6069         (getRowNearY): do not compute nor return the real y. Solve the
6070         'y < 0' problem and simplify.
6071
6072 2003-08-22  Angus Leeming  <leeming@lyx.org>
6073
6074         * *.[Ch]: clean-up of licence and author blurbs.
6075         Also move config.h out of a few .h files and into a few .C files.
6076
6077 2003-08-22  André Pönitz  <poenitz@gmx.net>
6078
6079         * lyxrow.[Ch]: add x_ and *fill_ members
6080
6081         * lyxtext.h:
6082         * text.C:
6083         * rowpainter.C:
6084         * text2.C: adjust/remove prepareToPrint() calls
6085
6086 2003-08-22  André Pönitz  <poenitz@gmx.net>
6087
6088         * lyxrow.[Ch]: add  end_ member
6089
6090         * lyxrow_funcs.C: use LyXRow::end_
6091
6092         * lyxtext.h (singleWidth): add LyXFont parameter
6093
6094         * rowpainter.C:
6095         * text2.C: adjust LyXText::singleWidth() calls
6096
6097         * text.C (redoParagraph): simplify row breaking logic
6098
6099
6100 2003-08-19  André Pönitz  <poenitz@gmx.net>
6101
6102         * funcrequest.C: initialize button_ member
6103
6104         * text3.C:
6105         * rowpainter.[Ch]: interface consolidation
6106
6107 2003-08-18  André Pönitz  <poenitz@gmx.net>
6108
6109         * BufferView.C:
6110         * BufferView_pimpl.C:
6111         * lyxfind.C:
6112         * paragraph_funcs.C:
6113         * rowpainter.C:
6114         * text3.C: remove LyXScreen::draw() and fitCursor calls
6115
6116         * BranchList.h: remove spurious semicolons
6117
6118         * MenuBackend.C: fix branchlist related crash
6119
6120 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6121
6122         * BranchList.[Ch]:
6123         * InsetList.[Ch]:
6124         * LColor.[Ch]:
6125         * LyXAction.C:
6126         * Makefile.am:
6127         * MenuBackend.[Ch]:
6128         * bufferparams.[Ch]:
6129         * factory.C:
6130         * lfuns.h:
6131         * lyxfunc.C:
6132         * text3.C: implements the 'branch inset'
6133         idea. This allows the output of various versions of a document
6134         from a single source version, selectively outputing or suppressing
6135         output of parts of the text.
6136         This implementation contains a 'branch list editor' in a separate
6137         tab of the document settings dialog. Branches are user definable
6138         and have a "display colour" to distinguish them on-screen.
6139
6140         ColorHandler was somewhat cleaned up.
6141         (1) make possible a dynamically growing LColor list by allowing
6142         the graphic context cache to grow along (vector);
6143         (2) eliminate an IMHO unnecessary step in colour allocation.
6144
6145 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6146
6147         * BufferView_pimpl.C: compile fix
6148
6149 2003-08-15  André Pönitz  <poenitz@gmx.net>
6150
6151         * rowpainter.C: remove extra metrics calls
6152
6153         * lyxtext.h: merge the two constructors into a single one,
6154           pass reference to owner's par list
6155
6156         * BufferView_pimpl.C:
6157         * text.C:
6158         * text2.C: adjust
6159
6160 2003-08-15  André Pönitz  <poenitz@gmx.net>
6161
6162         * lyxrow_funcs.[Ch]:
6163         * lyxtext.h:
6164         * paragraph.h:
6165         * paragraph_funcs.C:
6166         * rowpainter.C:
6167         * text.C:
6168         * text2.C:
6169         * text3.C:
6170         * text_funcs.C: split LyXText::rowlist_ into individual
6171         Paragraph::rows_ chunks
6172
6173         * BufferView.[Ch]:
6174         * BufferView_pimpl.[Ch]:
6175         * lyxfind.C:
6176         * lyxtext.h:
6177         * text3.C: remove toggleSelection()
6178
6179 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6180
6181         * bufferlist.C: beautify two alerts (shorter text of buttons)
6182         * buffer.C: Remove redundant ' ' from message
6183         * tabular.h:
6184         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6185         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6186         rename VALIGN_CENTER to VALIGN_MIDDLE
6187
6188 2003-08-11  André Pönitz  <poenitz@gmx.net>
6189
6190         * lyxtext.h (getPar):
6191         * text.C: new function
6192
6193 2003-08-11  André Pönitz  <poenitz@gmx.net>
6194
6195         * Makefile.am:
6196         * tracer.[Ch]: remove unneeded files
6197
6198         * InsetList.[Ch]: remove resizeInsetsLyXText()
6199
6200         * lyxtext.h:
6201         * text.C:
6202         * text2.C:
6203         * text3.C: merge insertParagraphs() and appendParagraph()
6204         remove breakAgain(), update()
6205
6206         * BufferView_pimpl.[Ch]:
6207         * bufferview_funcs.[Ch]:
6208         * lyxfunc.C:
6209         * paragraph.[Ch]:
6210         * rowpainter.C:
6211         * tabular.C: adjust after text & InsetList changes.
6212
6213 2003-08-08  André Pönitz  <poenitz@gmx.net>
6214
6215         * text.C (insertChar, backspace): replace rowlist fiddling
6216         with rebreak of full par
6217
6218         * lyxtext.h:
6219         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6220         checkParagraph, updateInset): removed
6221
6222 2003-08-07  André Pönitz  <poenitz@gmx.net>
6223
6224         * paragraph.C:
6225         * text3.C: merge some LFUN handlers, remove dead code
6226
6227 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6228
6229         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6230
6231 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6232
6233         * text2.C (DEPM): fix part of bug 1255 and 1256
6234
6235 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6236
6237         * BufferView_pimpl.C (workAreaDispatch): change to use
6238         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6239         that are no mouse related.
6240
6241 2003-08-05  André Pönitz  <poenitz@gmx.net>
6242
6243         * BufferView.[Ch]:
6244         * BufferView_pimpl.[Ch]:
6245         * bufferview_funcs.C:
6246         * text2.C:
6247         * text3.C: rip out "deep update"
6248
6249         * textcursor.[Ch] (last_sel_cursor): remove unused member
6250
6251 2003-08-04  André Pönitz  <poenitz@gmx.net>
6252
6253         * BufferView.[Ch]:
6254         * BufferView_pimpl.[Ch]:
6255         * ParagraphParameters.C:
6256         * bufferview_funcs.C:
6257         * lyx_cb.C:
6258         * lyxfind.C:
6259         * lyxfunc.C:
6260         * text.C:
6261         * text2.C:
6262         * text3.C: replace "complicated" BufferView::update(...) calls with
6263         simpler ones.
6264
6265         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6266
6267 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6268
6269         * Makefile.am (lyx_SOURCES): add paper.h
6270
6271 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6272
6273         * Makefile.am: move things around so that both lyx-qt and
6274         lyx-xforms can be built (according to --with-frontend). Then lyx
6275         is a symbolic link to lyx-[firstfrontend]
6276
6277 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6278
6279         * Always use std::endl with lyxerr
6280
6281 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6282
6283         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6284
6285 2003-08-01  André Pönitz  <poenitz@gmx.net>
6286
6287         * BufferView.[Ch]:
6288         * BufferView_pimpl.[Ch]:
6289         * lyxfunc.C:
6290         * text3.C: merge BufferView::repaint() and BufferView::update()
6291
6292 2003-08-01  José Matos  <jamatos@lyx.org>
6293
6294         * buffer.[Ch]: file_format is no longer a buffer data element.
6295
6296 2003-08-01  André Pönitz  <poenitz@gmx.net>
6297
6298         * BufferView.C:
6299         * lyxtext.h:
6300         * text.C:
6301         * text2.C: make redoParagraph more independent of current cursor
6302
6303         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6304         * text.C:
6305         * text2.C: remove unneeded members
6306
6307 2003-07-30  André Pönitz  <poenitz@gmx.net>
6308
6309         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6310
6311         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6312           create a single function...
6313
6314         * paragraph_funcs.C (moveItem): ... here.
6315
6316         * text.C:
6317           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6318
6319 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6320
6321         * LColor.[Ch]: Add comment and greyedout logical colors.
6322
6323 2003-07-30  André Pönitz  <poenitz@gmx.net>
6324
6325         * tabular.C: don't use Assert too heavily. This crashes where it
6326           shouldn't
6327
6328 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6329
6330         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6331         is disabled (bug 1232)
6332
6333 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6334
6335         * factory.C: limited 'arg' scope
6336
6337 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6338
6339         * factory.C: fixed Note submenu issues
6340
6341 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6342
6343         * factory.C: submenu for Note/Comment/Greyedout
6344
6345 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6346
6347         * lyx_main.C (LyX):
6348         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6349
6350 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6351
6352         * LaTeXFeatures.C:
6353         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6354         greyedout. Patch provided by Jürgen Spitzmüller.
6355
6356 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6357
6358         * kbmap.C (read): fix error message when reading bind files
6359
6360 2003-07-29  Angus Leeming  <leeming@lyx.org>
6361
6362         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6363         certainly does not do what it purports to do. I am doing it, and
6364         us, a favour by killing it.
6365
6366 2003-07-28  José Matos  <jamatos@lyx.org>
6367
6368         * buffer.C (readBody, do_writeFile):
6369         * paragraph.C(readParagraph): \end_document replaces \the_end.
6370
6371 2003-07-29  André Pönitz  <poenitz@gmx.net>
6372
6373         * BufferView.[Ch]:
6374         * BufferView_pimpl.[Ch]:
6375         * lyxfunc.C:
6376         * text2.C:
6377         * text3.C:
6378         * textcursor.[Ch]: remove toggleToggle & Co
6379
6380 2003-07-28  José Matos  <jamatos@fep.up.pt>
6381
6382         * buffer.C (readParagraph):
6383         * params_func (readParToken, readParagraph):
6384         * paragraph.C (write): \layout -> \begin_layout.
6385
6386 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6387
6388         * lyxlex_pimpl.C (setFile): clean up slightly.
6389
6390         * bufferparams.h: add compressed var
6391
6392         * buffer_funcs.C (readFile): adjust for LyXLex change
6393         (newFile): ditto + simplify
6394
6395         * buffer.C (writeFile): handle writing of compressed files
6396
6397         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6398         Check if the file is compressed and set a bufferparm if so.
6399
6400         * Makefile.am (lyx_LDADD): remove explicit -lz
6401
6402 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6403
6404         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6405         makeDocBookFile): put the real LyX version in the first line of
6406         the file
6407
6408         * version.h:
6409         * version.C.in: remove lyx_docversion
6410
6411         * tabular.C (write_attribute): add a template-based version to
6412         write enums properly
6413
6414 2003-07-28  André Pönitz  <poenitz@gmx.net>
6415
6416         * lyxtext.h:
6417         * text.C:
6418         * text2.C:
6419         * text3.C: use doubles again for x-coordinates. They are needed.
6420
6421 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6422
6423         * messages.C (getLocaleDir): use lyx_localedir()
6424
6425         * lyxlex_pimpl.C (setFile): compress stuff
6426
6427         * buffer.C (writeFile): add some compression stuff
6428         (do_writeFile): new func, dont call expliti close... will this
6429         breake anything?
6430
6431         * Makefile.am (lyx_LDADD): add -lz
6432
6433 2003-07-28  José Matos  <jamatos@fep.up.pt>
6434
6435         * buffer.C: increment file format.
6436         * paragraph_funcs (readParagraph, readParToken):
6437         * paragraph.C (readParagraph): add \end_layout.
6438
6439 2003-07-27  Angus Leeming  <leeming@lyx.org>
6440
6441         * Makefile.am: remove special casing for configure-time setting of
6442         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6443
6444         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6445         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6446
6447 2003-07-26  André Pönitz  <poenitz@gmx.net>
6448
6449         * paragraph_func.[Ch]:
6450         * paragraph.C (realizeFont): inline it whereever it is used
6451
6452         * rowpainter.C:
6453         * text.C:
6454         * text2.C:
6455         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6456
6457
6458 2003-07-26  André Pönitz  <poenitz@gmx.net>
6459
6460         *       lyxtext.h:
6461         * text.C:
6462         * text2.C: get rid of LyXText::need_break_row
6463
6464 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6465
6466         * toc.[Ch]: put namespace toc inside namespace lyx
6467
6468         * MenuBackend.C (expandToc2): adjust for lyx::toc
6469         (expandToc): ditto
6470
6471         * lyxfunc.C (dispatch): adjust for lyx::find
6472
6473         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6474         lyx::find instead. Reorganize a bit.
6475         (LyXReplace): rename to replace
6476         (LyXFind): rename to find
6477
6478         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6479         (dispatch): ditto
6480
6481 2003-07-26  André Pönitz  <poenitz@gmx.net>
6482
6483         * text.C (setHeightOfRow): restrict scope of temporary variable
6484
6485         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6486           code (never has been used?)
6487
6488 2003-07-27  Asger Alstrup  <alstrup@local>
6489
6490         * text.C (fill): Optimise algorithm to exploit that we can reuse
6491         the LyXFont for many characters.
6492         (setHeightOfRow): Same thing.
6493         (rowBreakPoint): Same thing.
6494
6495 2003-07-26  Asger Alstrup  <alstrup@local>
6496
6497         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6498
6499         * text.C (singleWidth): Spurious font copying in hot-spot
6500         singleWidth avoided. Reorder tests for arabic for efficiency.
6501
6502         * text.C (fill): handle empty paragraphs better.
6503
6504 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6505
6506         * ispell.C:
6507         * encoding.h: add includes
6508
6509         * lyxrc.C: remove reading of bind files
6510
6511         * lyx_main.C (init): setup bindings and menus only if we have a
6512         gui.
6513
6514         * kbmap.C (read): new method. Do the actual reading of bind
6515         files.
6516
6517         * converter.C (dvipdfm_options):
6518         * bufferparams.C:
6519         * lyxrc.C (read):
6520         (output): adapt PAPER_* enums.
6521
6522         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6523
6524         * bufferparams.h: remove paper-related enums from there
6525
6526         * paper.h: New file. A trivial header file to hold paper-related
6527         enums. It should later expand to contain many paper-related
6528         horrors access.
6529
6530         * lyxrc.C: declare extern displayTranslator
6531
6532 2003-07-27  José Matos  <jamatos@fep.up.pt>
6533
6534         * tabular.[Ch] (linuxdoc): add support for tables and figures
6535         (linuxdoc).
6536
6537 2003-07-27  José Matos  <jamatos@fep.up.pt>
6538
6539         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6540         consistency in both functions.
6541         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6542
6543 2003-07-26  Asger Alstrup  <alstrup@local>
6544
6545         * rowpainter.C (paintRows): Change algorithm to work directly on
6546         the insets rather than asking every character in the document
6547         whether its an inset.
6548
6549 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6550
6551         * buffer.C (openFileWrite): factorize some code
6552
6553 2003-07-26  Angus Leeming  <leeming@lyx.org>
6554
6555         * lyx_cb.C:
6556         * lyx_main.[Ch]: replace occurances of system_tempdir with
6557         os::getTmpDir().
6558
6559 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6560
6561         * rename Inset to InsetOld
6562
6563 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6564
6565         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6566         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6567         which I think is a bit clearer. EDIT is gone, since it was
6568         premature optimisation, and broken for mathed anyway.
6569         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6570         with cursor positioning in insets as well (math insets still do not
6571         work, but that's a different story anyway.) It mysteriously
6572         crashes sometimes with undo in the first paragraph, but I'm fairly
6573         confident that this is a compiler bug.
6574
6575 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6576
6577         * paragraph.C (Paragraph): adjust for new clone return type
6578         (operator==): ditto
6579         (copyIntoMinibuffer): ditto
6580
6581 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6582
6583         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6584         by not having a special case, and always doing a full rebreak of
6585         the document after undo.
6586
6587 2003-07-23  Angus Leeming  <leeming@lyx.org>
6588
6589         * factory.C (createInset): InsetExternal::setParams now takes a
6590         Buffer const * arg.
6591
6592 2003-07-23  Angus Leeming  <leeming@lyx.org>
6593
6594         * factory.C (createInset): changed interface to the external and
6595         graphics mailers' string2params functions.
6596
6597 2003-07-23  Angus Leeming  <leeming@lyx.org>
6598
6599         * factory.C (createInset): pass a
6600         Buffer const * parameter to InsetExternalMailer's string2params.
6601
6602 2003-07-22  John Levon  <levon@movementarian.org>
6603
6604         * Thesaurus.h: include the right aiksaurus header
6605
6606 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6607
6608         * MenuBackend.C (expand): check menu shortcuts unconditionally
6609
6610 2003-07-21  Angus Leeming  <leeming@lyx.org>
6611
6612         * factory.C (createInset): pass a
6613         buffer_path parameter to InsetGraphicsMailer's string2params.
6614
6615 2003-07-21  Angus Leeming  <leeming@lyx.org>
6616
6617         * BufferView_pimpl.C (buffer):
6618         * buffer.C (d-tor):
6619         * lyx_main.C (LyX):
6620         * lyxfunc.C (dispatch):
6621         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6622         rather than the grfx shortcut.
6623
6624 2003-07-21  André Pönitz  <poenitz@gmx.net>
6625
6626         * rowpainter.C: remove unused variables
6627
6628         * tabular_funcs.C:
6629         * tabular_funcs.h: move to tabular.C
6630         * Makefile.am: adjust
6631
6632         * tabular.[Ch]: basic optical cleaning
6633
6634         * author.h: pass references, not values
6635
6636 2003-07-18  André Pönitz  <poenitz@gmx.net>
6637
6638         * lyxtext.h:
6639         * metricsinfo.C:
6640         * metricsinfo.h:
6641         * rowpainter.C:
6642         * text.C:
6643         * text2.C:
6644         * text3.C: two-phase drawing for InsetText and InsetTabular
6645         some float -> int changes.
6646
6647 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6648
6649         * lyx_main.C: fix the fix
6650
6651 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6652
6653         * lyx_main.C: fix a crash in batch mode if no files specified
6654         * converter.C: ws
6655
6656 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6657
6658         * format.[Ch] (papersize): moved to BufferParams
6659         * converter.[Ch] (dvips_options): moved to BufferParams
6660         (dvipdfm_options): moved to anon namespace
6661         * bufferparams.[Ch]: added above functions.
6662
6663 2003-07-17  André Pönitz  <poenitz@gmx.net>
6664
6665         * lyxtext.h:
6666         * rowpainter.C:
6667         * text2.C: don't call inset->update() anymore
6668
6669         * metricsinfo.[Ch]: add convenience constructor
6670
6671 2003-07-16  André Pönitz  <poenitz@gmx.net>
6672
6673         * lyxcursor.[Ch]:
6674         * lyxfunc.[Ch]:
6675         * text.C:
6676         * text2.C: replace the LyXCursor::irow_ member with
6677          on-demand computation of the value
6678
6679 2003-07-16  John Levon  <levon@movementarian.org>
6680
6681         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6682
6683 2003-07-15  André Pönitz  <poenitz@gmx.net>
6684
6685         * text.C:
6686         * text2.C: remove no more needed refresh_row
6687
6688 2003-07-15  André Pönitz  <poenitz@gmx.net>
6689
6690         * lyxtext.h:
6691         * rowpainter.C:
6692         * text2.C:
6693         * text3.C: refresh_status tristate -> need_update bool
6694
6695 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6696
6697         * lyxtext.h (init): remove reinit argument (act as if always true)
6698         * text2.C: adjust to that
6699
6700 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6701
6702         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6703         * text3.C: use it to delete selections in some cases
6704         (bugs 441, 673, 702, 954).
6705
6706 2003-07-14  André Pönitz  <poenitz@gmx.net>
6707
6708         * rowpainter.[Ch]: reduce interface
6709
6710 2003-07-14  André Pönitz  <poenitz@gmx.net>
6711
6712         * BufferView_pimpl.C:
6713         * text2.C: adjust after removing unused BufferView * argument
6714
6715 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6716
6717         * text2.C (init): fix a crash fired on resize
6718
6719 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6720
6721         * buffer.[Ch]: added new closing signal
6722         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6723         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6724         BufferView::Pimpl via the closing the signal
6725
6726 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6727
6728         * buffer.[Ch]: take out all bv-related from buffer
6729         * BufferView.C:
6730         * BufferView_pimpl.[Ch]: connect to new signals
6731         * CutAndPaste.C: removed useless asserts
6732         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6733         * lyxvc.[Ch]:
6734         * vc-backend.[Ch]:
6735         * lyxfunc.C: moved view-related funciontality from vc here
6736         * paragraph.C: removed outdated comments
6737         * text.C: ws
6738
6739 2003-07-10  André Pönitz  <poenitz@gmx.net>
6740
6741         * BufferView_pimpl.C:
6742         * tabular.h:
6743         * tabular_funcs.C:
6744         * text.C:
6745         * text2.C: remove InsetText::InnerCache, clean up consequences
6746
6747 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6748
6749         * ispell.C: fix two typos in error messages
6750
6751 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6752
6753         * Extend Note inset to other forms of annotation like Comment
6754         and Greyedout. Right button click gives dialog.
6755
6756         Files modified or added (+):
6757
6758         * insetnote.[Ch]
6759         * FormNote.[Ch]      +
6760         * ControlNote.[Ch]   +
6761         * form_note.fd       +
6762         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6763         frontends/controllers
6764         * xforms/Dialogs.C
6765         * factory.C
6766
6767 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6768
6769         * aspell.C: add missing namespace lyx::support
6770
6771 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6772
6773         * BufferView.[Ch] (newFile): Add
6774         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6775         * LaTeX.[Ch] (message): added this signal and use it
6776         * buffer.[Ch] (busy, message): added these signals and use them
6777         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6778         * converter.C:
6779         * exporter.C:
6780         * format.C:
6781         * importer.C: use buffer signals instead of direct bv calling
6782         * lyx_cb.[Ch] (ShowMessage): removed
6783         * lyx_main.C:
6784         * lyxfunc.C:
6785         * paragraph_funcs.C:
6786         * text2.C: use buffer signals
6787
6788 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6789
6790         * introduce namespace lyx::graphics
6791
6792 2003-07-02  André Pönitz  <poenitz@gmx.net>
6793
6794         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6795
6796 2003-07-01  André Pönitz  <poenitz@gmx.net>
6797
6798         * text.C:
6799         * text2.C:
6800         * text3.C:
6801         * text_funcs.[Ch]:
6802         * textcursor.h:
6803         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6804           text*.C to text_func.C
6805
6806 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6807
6808         * introduce namespace lyx::support
6809
6810 2003-06-30  André Pönitz  <poenitz@gmx.net>
6811
6812         * Chktex.C:
6813         * funcrequest.C:
6814         * lyxtext.h:
6815         * text.C: re-enable --with-included-string
6816
6817 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6818
6819         * textcursor.C: add <config.h>
6820
6821         * text.C (getWord): remove const from word_location arg
6822
6823         * lyxvc.C (getLogFile): fix const type order
6824
6825         * lyxtext.h: remove const from word_location arg, add arg name
6826
6827         * lyxlayout.h: currect type on labeltype.
6828
6829         * importer.C: correct \file
6830
6831         * converter.C (intToFormat): use std:: on ret val, ws changes
6832
6833         * bufferlist.h: correct \file
6834
6835         * buffer.C (makeLinuxDocFile): fix const type order
6836         (makeDocBookFile): ditto
6837         (fillWithBibKeys): use std:: on stdlib args.
6838
6839         * CutAndPaste.C: fix authors.
6840         (availableSelections): use std:: on return vector
6841
6842 2003-06-27  André Pönitz  <poenitz@gmx.net>
6843
6844         * BufferView_pimpl.C:
6845         * bufferview_funcs.C:
6846         * lyxcursor.C:
6847         * lyxcursor.h:
6848         * lyxfunc.C:
6849         * lyxtext.h:
6850         * rowpainter.C:
6851         * text.C:
6852         * text2.C:
6853         * text3.C: remove LyXCursor::row_ member
6854
6855         * lyxtext.h:
6856         * text.C: rename fullRebreak() to partialRebreak() and implement
6857           a fullRebreak() that really bereks fully
6858
6859         * textcursor.h: new struct for cursor-related data
6860
6861 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6862
6863         * lyx_main.C (LyX): get full path of document loaded on the
6864         command line
6865
6866 2003-06-26  André Pönitz  <poenitz@gmx.net>
6867
6868         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6869           remove unused/broken operator>,<,>=.
6870
6871         *       text.C: remove only use of broken operator<= in an Assert().
6872
6873 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6874
6875         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6876         moved errorlist_.clear to showErrorList
6877
6878 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6879
6880         * converter.C (scanLog, runLaTeX):
6881         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6882         move the bv->showErrorList call to the callers
6883         * lyxfunc.C: i.e. here...
6884         * text2.C: and here
6885         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6886         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6887         namespace, the second to...
6888         * buffer_funcs (BufferFormat, parseErrors): added
6889         * errorlist.C (ErrorList(TeXErrors const &)): removed
6890
6891 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6892
6893         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6894
6895 2003-06-24  "Garst R. Reese" <reese@isn.net>
6896
6897         * debug.C: fix typo
6898
6899 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6900
6901         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6902
6903         * version.C.in: change docversion to 1.4
6904
6905 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6906
6907         * buffer.C: fix a bug just introduced
6908
6909 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6910
6911         * buffer.[Ch]: added the parseError signal and use it, removed
6912         sgmlError
6913         * BufferView.[Ch] (addError): moved to ...
6914         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6915         to the Buffer::parseError signal to catch (guess what) parse errors
6916         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6917
6918 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6919
6920         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6921         ability to create a buffer and to return an existing one from
6922         the list. Moved these functions to...
6923         * buffer_funcs.[Ch]: added
6924         * BufferView.[Ch] (loadLyXFile): added
6925         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6926         job removed from bufferlist::loadLyXFile.
6927         * buffer.C (setReadOnly): make it work without view
6928         (i.e added an if (users))
6929
6930 2003-06-19  Angus Leeming  <leeming@lyx.org>
6931
6932         * lfuns.h:
6933         * LyXAction.C (init):
6934         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6935         with LFUN_DIALOG_SHOW <name> <data>.
6936
6937 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6938
6939         * CutAndPaste.C (availableSelections): small compilation fix for
6940         ancient (gcc 2.9x) compilers
6941
6942 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6943
6944         * text3.C (cursorNext): add tmp var
6945
6946         * text2.C (updateCounters): for function calling out of for clause
6947         (replaceSelectionWithString): ditto
6948         (insertStringAsParagraphs): ditto
6949         (getColumnNearX): add tmp var
6950         (setCursorFromCoordinates): add tmp var
6951         (cursorDownParagraph): add tmp var
6952         (deleteEmptyParagraphMechanism): add tmp var
6953
6954         * text.C (insertChar): add tmp var
6955
6956         * rowpainter.C (paintDepthBar): add tmp var
6957
6958         * CutAndPaste.C (availableSelections): potentially check all
6959         paragraphs in a cut to fill the shown strings.
6960
6961 2003-06-18  André Pönitz  <poenitz@gmx.net>
6962
6963         * kbmap.[Ch]: use vector<> instead of list<>
6964
6965 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6966
6967         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6968         pasteSelection with index
6969
6970         * text2.C (pasteSelection): modify, call pasteSelection with index
6971
6972         * paragraph.C (asString): reimplement version with no interval to
6973         call the one with interval.
6974
6975         * lyxtext.h: add index arg to pasteSelection
6976
6977         * MenuBackend.C (MenuItem): handle PasteRecent
6978         (Menu::read::Menutags): add md_pasterecent
6979         (read): handle it
6980         (expandPasteRecent): new function
6981         (expand): use it
6982
6983         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6984
6985         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6986         the limited stack
6987         (availableSelections): new function
6988
6989 2003-06-17  Angus Leeming  <leeming@lyx.org>
6990
6991         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6992
6993 2003-06-17  Angus Leeming  <leeming@lyx.org>
6994
6995         * lfuns.h:
6996         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6997
6998         * lyxfunc.C (dispatch): invoke it.
6999
7000 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7001
7002         * iterators.C (operator++, ParPosition): reintroduce some
7003         const_cast for the benefit of older compilers.
7004
7005 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7006
7007         * text3.C (dispatch): do not modify clipboard when doing
7008         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
7009         LFUN_DELETE_SKIP on a selection selection
7010
7011 2003-06-16  André Pönitz  <poenitz@gmx.net>
7012
7013         * BufferView.C:
7014         * buffer.C:
7015         * buffer.h:
7016         * paragraph.C:
7017         * tabular.[Ch]: IU of clone() and getLabelList();
7018
7019 2003-06-13  André Pönitz  <poenitz@gmx.net>
7020
7021         * tabular.h: compactification
7022
7023 2003-06-12  André Pönitz  <poenitz@gmx.net>
7024
7025         * tabular.C:
7026         * tabular.h:
7027         * tabular_funcs.h: some renaming plus whitespace
7028
7029 2003-06-12  André Pönitz  <poenitz@gmx.net>
7030
7031         * BufferView.C:
7032         * BufferView_pimpl.C:
7033         * CutAndPaste.C:
7034         * buffer.C:
7035         * iterators.[Ch]:
7036         * lyxfunc.C:
7037         * text.C:
7038         * toc.C: Return a Paragraph & for ParIterator::operator*()
7039
7040 2003-06-11  John Levon  <levon@movementarian.org>
7041
7042         * lyx_main.C:
7043         * ToolbarBackend.h:
7044         * ToolbarBackend.C: add "Toolbars" section and
7045         put the flags there
7046
7047 2003-06-10  Angus Leeming  <leeming@lyx.org>
7048
7049         * lfuns.h:
7050         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7051
7052         * lyxfunc.C (dispatch): invoke it.
7053
7054 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7055
7056         * main.C: protect <ios> with HAVE_IOS
7057         (main): protect sync_with_stdio with HAVE_IOS
7058
7059 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7060
7061         * text2.C (cutSelection): adjust
7062         (pasteSelection): adjust
7063
7064         * messages.C: handle get of empty string
7065
7066         * main.C (main): use sync_with_stdio(false)
7067
7068         * lyxfunc.C (dispatch): adjust
7069
7070         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7071         (WriteAs): remove unneeded BufferView arg.
7072
7073         * bufferparams.h: use correct types on papersize, papersize2 and
7074         paperpackage.
7075
7076         * bufferparams.C (readToken): adjust for type
7077         (writeLaTeX): add missing cases to switch.
7078
7079         * bufferlist.C (quitWriteBuffer): adjust
7080         (close): adjust
7081
7082         * buffer.C (asciiParagraph): remove some commented code.
7083
7084         * CutAndPaste.C: remove current_view extern variable.
7085         (cutSelection): add BufferParams arg.
7086         (eraseSelection): add BufferParams arg.
7087         (pasteSelection): add Buffer const & arg
7088
7089 2003-06-07  John Levon  <levon@movementarian.org>
7090
7091         * buffer.C:
7092         * paragraph_funcs.C:
7093         * paragraph_pimpl.C:
7094         * text.C:
7095         * text2.C:
7096         * paragraph.h:
7097         * paragraph.C: allow InsetERT to freely space lines,
7098         and some consolidation of code
7099
7100 2003-06-06  José Matos  <jamatos@fep.up.pt>
7101
7102         * buffer.C (makeDocBookFile): fix bug #821
7103
7104 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7105
7106         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7107
7108 2003-06-04  Angus Leeming  <leeming@lyx.org>
7109
7110         * buffer.C: bump format to 224.
7111
7112 2003-06-05  André Pönitz  <poenitz@gmx.net>
7113
7114         * text2.C (redoParagraphs): remove two const_cast<>
7115
7116 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7117
7118         * ParagraphList.h: remove last remnants of NO_STD_LIST
7119
7120 2003-06-03  Angus Leeming  <leeming@lyx.org>
7121
7122         * factory.C (createInset): small change to the way InsetExternal's params
7123         are set.
7124
7125 2003-06-04  André Pönitz  <poenitz@gmx.net>
7126
7127         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7128
7129         * paragraph_pimpl.h:
7130         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7131
7132         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7133
7134         * undo_funcs.C: make some simple cases of undo work again
7135
7136 2003-06-03  John Levon  <levon@movementarian.org>
7137
7138         * ispell.C: HPUX doesn't have sys/select.h
7139         (from Albert Chin)
7140
7141 2003-06-03  John Levon  <levon@movementarian.org>
7142
7143         * CutAndPaste.C: update tabular and include inset
7144         buffer references
7145
7146         * buffer.h:
7147         * paragraph.h:
7148         * paragraph.C: remove owningBuffer(), don't pass Buffer
7149         to clone()
7150
7151         * factory.C: insetGraphicsParams changed
7152
7153 2003-06-02  John Levon  <levon@movementarian.org>
7154
7155         * LyXAction.C:
7156         * factory.C:
7157         * lfuns.h:
7158         * lyxfunc.C:
7159         * text3.C: remove insetparent
7160
7161 2003-06-02  John Levon  <levon@movementarian.org>
7162
7163         * buffer.h:
7164         * buffer.C: fix inset_iterator.end(), move out of line
7165         (bug 1149)
7166
7167 2003-06-01  John Levon  <levon@movementarian.org>
7168
7169         * text3.C: use a proper cut/paste when doing inset
7170         insert (from Jürgen Spitzmüller)
7171
7172 2003-06-01  John Levon  <levon@movementarian.org>
7173
7174         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7175
7176 2003-05-30  André Pönitz  <poenitz@gmx.net>
7177
7178         * rowpainter.C: unify second drawing phase
7179
7180 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7181
7182         * trans_mgr.C: remove one case of current_view
7183
7184         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7185
7186         * paragraph_funcs.h: remove paragraph.h include
7187
7188         * paragraph.h: delete NO_STD_LIST stuff
7189
7190         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7191
7192         * buffer.h: remove paragraph.h include
7193
7194         * ParagraphList.C: delete file
7195
7196         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7197
7198         * toc.C (getTocList): adjust
7199
7200         * paragraph_pimpl.C (validate): adjust
7201
7202         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7203
7204         * paragraph.C (Paragraph): adjust
7205         (getPositionOfInset): use const_iterator, adjust
7206         (bibitem): use const_iterator, adjust
7207         (setInsetOwner): adjust
7208
7209         * iterators.C (operator++): adjust
7210
7211         * InsetList.[Ch]: Replace selfmade iterator with standard
7212         vector::iterator also introduce const_iterator. Remove getPos,
7213         getInset and setInset from InsetTable. Adjust accordingly.
7214
7215         * BufferView.C (lockInset): adjust
7216         (ChangeInsets): adjust
7217
7218         * tabular.[Ch]: delete commented same_id functions
7219
7220 2003-05-28  John Levon  <levon@movementarian.org>
7221
7222         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7223
7224 2003-05-28  André Pönitz  <poenitz@gmx.net>
7225
7226         * metricsinfo.[Ch]: remove 'fullredraw' member
7227
7228 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7229
7230         * lyxtextclass.C (operator): remove caching.
7231
7232 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7233
7234         * text3.C: adjust
7235
7236         * text2.C (cursorBottom): adjust
7237         (setCounter): use ParagraphList::find, adjust
7238
7239         * text.C (workWidth): use ParagraphList::find, adjust
7240
7241         * lyxcursor.C (LyXCursor): adjust
7242
7243         * buffer.C (inset_iterator): adjust
7244
7245         * ParagraphList.h: make iterator(value_type) private, make
7246         ParagraphList a friend of iterator.
7247
7248         * ParagraphList.C (find): new function
7249
7250         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7251
7252 2003-05-27  André Pönitz  <poenitz@gmx.net>
7253
7254         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7255
7256 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7257
7258         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7259
7260 2003-05-26  John Levon  <levon@movementarian.org>
7261
7262         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7263
7264 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7265
7266         * remove same_id from function signatures, adjust.
7267
7268 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7269
7270         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7271
7272         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7273
7274         * paragraph.C (Paragraph): get rid of same_ids parameter
7275
7276         * ParagraphList.C (insert): adjust
7277         (push_back): adjust
7278
7279 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7280
7281         * paragraph_funcs.C (breakParagraph): adjust
7282         (breakParagraphConservative): adjust
7283
7284         * buffer.C (readParagraph): adjust
7285
7286         * ParagraphList.C (insert): take a reference instead of a pointer
7287         (insert): adjust
7288
7289         * paragraph.[Ch] (id): new function
7290
7291         * bufferlist.C (newFile): adjust
7292
7293         * ParagraphList.C (ParagraphList): adjust
7294         (assign): adjust
7295         (push_back): take a reference instead of a pointer.
7296
7297         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7298
7299         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7300         instead.
7301
7302         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7303         set else use old code.
7304
7305         * ParagraphList.C: remove all NO_NEXT code and only compile this
7306         code of NO_STD_LIST is set.
7307
7308 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7309
7310         * BufferView_pimpl.C:
7311         * TextCache.C:
7312         * TextCache.h:
7313         * bufferlist.C:
7314         * errorlist.h:
7315         * format.C:
7316         * format.h:
7317         * graph.C:
7318         * lyxfunc.C:
7319         * lyxrc.C:
7320         * graphics/GraphicsConverter.C:
7321         * graphics/PreviewLoader.C: header adjustment
7322
7323 2003-05-23  Angus Leeming  <leeming@lyx.org>
7324
7325         * LaTeXFeatures.[Ch] (useBabel): new method.
7326         * bufferparams.C (writeLaTeX): use it.
7327
7328 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7329
7330         * ParagraphList.h (set): remove unused function.
7331
7332 2003-05-23  André Pönitz  <poenitz@gmx.net>
7333
7334         * BufferView.C:
7335         * BufferView_pimpl.C:
7336         * buffer.C:
7337         * buffer.h:
7338         * lyxfunc.C:
7339         * undo_funcs.C: setUndo reworked
7340
7341         * iterators.[Ch]: add access to topmost ParagraphList
7342
7343         * lyxtext.[Ch] (workWidth): add a const
7344
7345 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7346
7347         * texrow.[Ch] (increasePos): remove function
7348         * exporter.C (export): removed unused var and outdated comment
7349
7350 2003-05-23  Angus Leeming  <leeming@lyx.org>
7351
7352         * latexrunparams.h: rename fragile as moving_arg.
7353         * paragraph.C (simpleTeXOnePar): ditto.
7354         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7355
7356 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7357
7358         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7359         (createUndo): ditto
7360         (textUndoOrRedo): comment out a currently unused var.
7361
7362         * paragraph.h (NO_NEXT): enable NO_NEXT
7363
7364         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7365
7366         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7367
7368         * exporter.C (Export): adjust for removeAutoInsets removal.
7369
7370         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7371
7372         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7373
7374         * BufferView.[Ch] (removeAutoInsets): delete function
7375
7376 2003-05-22  Angus Leeming  <leeming@lyx.org>
7377
7378         * latexrunparams.h: add a free_spacing variable.
7379
7380         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7381         to pass moving_arg, as the data is stored in runparams.fragile.
7382
7383         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7384         to Inset::latexOptional or to simpleTeXOnePar.
7385
7386         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7387         free_spacing arg to Inset::latexOptional.
7388
7389         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7390         free_spacing arg.
7391
7392 2003-05-22  Angus Leeming  <leeming@lyx.org>
7393
7394         * latexrunparams.h: add fragile and use_babel variables.
7395
7396         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7397         * buffer.C (makeLaTeXFile): store this returned value in
7398         runparams.use_babel, thus passing it to the inset::latex methods.
7399
7400         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7401         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7402
7403         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7404         longer has a fragile arg, as it is stored in runparams.fragile.
7405
7406         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7407         moving_arg parameter as the data is stored in runparams.fragile.
7408
7409         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7410         a fragile parameter as the data is stored in runparams.fragile.
7411
7412 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7413
7414         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7415
7416 2003-05-22  Angus Leeming  <leeming@lyx.org>
7417
7418         * latexrunparams.h: add a 'bool nice' which defaults to false.
7419
7420         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7421         now encapsulated within runparams.
7422
7423         * bufferlist.C (updateIncludedTeXfiles):
7424         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7425
7426 2003-05-22  Angus Leeming  <leeming@lyx.org>
7427
7428         * latexrunparams.h: new file containing struct LatexRunParams.
7429         * Makefile.am: add new file.
7430
7431         * LaTeX.[Ch] (c-tor, run):
7432         * buffer.[Ch] (makeLaTeXFile):
7433         * bufferlist.[Ch] (updateIncludedTeXfiles):
7434         * converter.C (convert, scanLog):
7435         * converter.[Ch] (runLaTeX):
7436         * exporter.C (Export):
7437         * paragraph.[Ch] (simpleTeXOnePar):
7438         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7439         * paragraph_funcs.[Ch] (latexParagraphs):
7440         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7441         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7442         pass around a LatexRunParams parameter.
7443
7444 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7445
7446         * paragraph.[Ch]: remove unused constructor
7447
7448         * ParagraphList.C (erase): new function, taking two iterators
7449
7450 2003-05-22  André Pönitz  <poenitz@gmx.net>
7451
7452         * undo_funcs.C: remove duplicated code
7453
7454         * iterator.[Ch]: operator=
7455
7456 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7457
7458         * tabular.C (SetMultiColumn): ws changes
7459
7460         * rowpainter.C (paintFirst): get rid of a ->previous
7461
7462         * lyx_cb.C (getPossibleLabel): parlist simplification
7463
7464         * BufferView.C (ChangeInsets): simplify slightly.
7465
7466 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7467
7468         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7469         * lfuns.h: new LFUN_SPACE
7470         * lyxfunc.C: protected space has a new lfun
7471         * paragraph_funcs.C: read new space insets
7472         * text3.C:
7473         * factory.C: handle new space insets
7474
7475 2003-05-22  André Pönitz  <poenitz@gmx.net>
7476
7477         * BufferView.C:
7478         * BufferView_pimpl.C:
7479         * buffer.[Ch]:
7480         * lyxfunc.C:
7481         * undo_funcs.C: return a ParIterator from getParFromID.
7482
7483         * iterators.[Ch]: add two const's
7484
7485 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7486
7487         * toc.C (getTocList): adjust
7488
7489         * iterators.[Ch]: rework for parlist
7490
7491         * buffer.C (par_iterator_begin): adjust
7492         (par_iterator_end): adjust
7493
7494         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7495
7496         * BufferView.C (removeAutoInsets): adjust
7497         (ChangeInsets): adjust
7498
7499 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7500
7501         * text.C (top_y): fix bug 1110
7502
7503 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7504
7505         * errorlist.[Ch]: added
7506         * buffer.C:
7507         * BufferView.[Ch]:
7508         * BufferView_pimpl.C:
7509         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7510         instead
7511
7512 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7513
7514         * Makefile.am: ensure that lyx is relinked upon changes to the
7515         various "convenience" libs.
7516
7517 2003-05-20  Angus Leeming  <leeming@lyx.org>
7518
7519         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7520         files are compiled in alphabetical order again.
7521
7522         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7523
7524 2003-05-19  Angus Leeming  <leeming@lyx.org>
7525
7526         * gettext.[Ch]: remove "char const * _(char const *)".
7527
7528 2003-05-19  André Pönitz  <poenitz@gmx.net>
7529
7530         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7531
7532         * Makefile.am:
7533         * BufferView.C:
7534         * DepTable.h:
7535         * LaTeXFeatures.C:
7536         * buffer.C:
7537         * lyxfont.C:
7538         * lyxlex.h:
7539         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7540
7541 2003-05-19  André Pönitz  <poenitz@gmx.net>
7542
7543         * buffer.C:
7544         * lyxlayout.[Ch]:
7545         * lyxtextclass.[Ch]:
7546         * paragraph.C:
7547         * paragraph_funcs.[Ch]:
7548         * text2.C:
7549         * text3.C: more insetenv work
7550
7551 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7552
7553         * ParagraphParameters.C (params2string): small bug fixed
7554
7555 2003-05-16  André Pönitz  <poenitz@gmx.net>
7556
7557         * debug.C:
7558         * bufferview_funcs.C: patch from Kornel Benko to prevent
7559           crash when _(...) is called twice in a statement
7560
7561 2003-05-16  André Pönitz  <poenitz@gmx.net>
7562
7563         * BufferView.C:
7564         * lyxfunc.C:
7565         * text.C:
7566         * text2.C:
7567         * text3.C:
7568         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7569
7570 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7571
7572         * lyx_main.C (init): remove spurious static_cast
7573
7574 2003-05-14  André Pönitz  <poenitz@gmx.net>
7575
7576         * BufferView.C: fix format string
7577
7578 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7579
7580         * BufferView.[Ch] (insertErrors): removed
7581         * BufferView.[Ch] (showErrorList): added
7582         * buffer.C (runChkTeX):
7583         * converter.C (scanLog): call showErrorList instead of inserterrors
7584
7585 2003-05-13  André Pönitz  <poenitz@gmx.net>
7586
7587         * BufferView_pimpl.C:
7588         * buffer.C:
7589         * bufferview_func.C:
7590         * MenuBackend.C:
7591         * lyxfunc.C:
7592         * lyxrc.C:
7593         * tex-accent.C:
7594         * text3.C:
7595         * toc.C:
7596         * tabular_funcs.h: tostr() from its own header
7597
7598         * ParagraphParameters.C:
7599         * ToolbarBackend.C:
7600         * bufferparams.C:
7601         * format.C:
7602         * lyxlex_pimpl.C:
7603         * text3.C: STRCONV()
7604
7605 2003-05-12  André Pönitz  <poenitz@gmx.net>
7606
7607         * BufferView.C:
7608         * BufferView_pimpl.C:
7609         * CutAndPaste.C:
7610         * LaTeX.C:
7611         * LaTeXFeatures.C:
7612         * ParagraphParameters.C:
7613         * buffer.C:
7614         * bufferlist.C:
7615         * bufferparams.C:
7616         * bufferview_funcs.C:
7617         * converter.C:
7618         * counters.C:
7619         * debug.C:
7620         * exporter.C:
7621         * format.C:
7622         * importer.C:
7623         * lyx_cb.C:
7624         * lyx_main.C:
7625         * lyxfont.C:
7626         * lyxfunc.C:
7627         * lyxvc.C:
7628         * paragraph.C:
7629         * paragraph_funcs.C:
7630         * tabular.C:
7631         * tabular_funcs.C:
7632         * text2.C:
7633         * text3.C:  boost::format -> bformat  all over the place
7634
7635
7636 2003-05-09  André Pönitz  <poenitz@gmx.net>
7637
7638         * LColor.[Ch]: Pimpl the #include <map> away
7639
7640 2003-05-09  John Levon  <levon@movementarian.org>
7641
7642         * bufferlist.C: never remove emergency saves
7643
7644 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7645
7646         * Makefile.am: better lib building
7647
7648 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7649
7650         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7651         instead.
7652         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7653         (simpleTeXSpecialChars): adjust
7654         (simpleTeXSpecialChars): adjust
7655         * paragraph.C (simpleTeXOnePar): adjust
7656         * buffer.C (makeLaTeXFile): adjust
7657
7658         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7659
7660         * text2.C (changeDepth): parlist cleanup
7661         (getColumnNearX): ditto
7662
7663         * rowpainter.C (getLabelFont): parlist cleanup
7664
7665         * bufferlist.C (newFile): parlist cleanup
7666
7667         * CutAndPaste.C (eraseSelection): parlist cleanup
7668
7669         * BufferView_pimpl.C (trackChanges): parlist cleanup
7670         (dispatch): ditto
7671
7672         * BufferView.C (lockInset): parlist cleanup.
7673         (ChangeInsets): ditto
7674
7675 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7676
7677         * CutAndPaste.h: Update file header.
7678
7679         * CutAndPaste.C: Update file header.
7680         Store the parts cut out of the Document in a limited_stack.
7681         (copySelection): adjust
7682         (pasteSelection): new function, takes the index in the limited stack.
7683         (nrOfParagraphs): adjust
7684         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7685         simplify error inset insertion.
7686         (checkPastePossible): adjust
7687
7688 2003-05-06  John Levon  <levon@movementarian.org>
7689
7690         * text2.C: don't cast wrap inset to float
7691
7692 2003-05-05  André Pönitz  <poenitz@gmx.net>
7693
7694         * iterator.C:
7695         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7696
7697         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7698           few naked Paragraph *.
7699
7700 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7701
7702         * bufferparams.C: Output warning if a document with missing
7703         TeX document class is loaded
7704         * exporter.C: Disable TeX exports if the document class is missing
7705         * lyxtextclass.C:
7706         * lyxtextclass.h:
7707         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7708         isTeXClassAvailable()
7709
7710 2003-05-03  John Levon  <levon@movementarian.org>
7711
7712         * BufferView.h:
7713         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7714         explicit cursor show/hide
7715
7716         * BufferView_pimpl.h:
7717         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7718         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7719
7720         * lyxfunc.C: hide cursor before dispatching.
7721
7722         * lyx_cb.C:
7723         * lyxfind.C:
7724         * text.C:
7725         * text3.C: remove explicit cursor hides
7726
7727 2003-05-02  André Pönitz  <poenitz@gmx.net>
7728
7729         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7730
7731         * undo_funcs.C:
7732         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7733           linked lists
7734
7735         * text2.C: tiny whitespace
7736
7737 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7738
7739         * undo_funcs.C: almost only ws changes.
7740
7741         * ParagraphList.C (splice): just return if pl is empty.
7742
7743 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7744
7745         * ParagraphList.C (splice): new function.
7746
7747         * CutAndPaste.C (pasteSelection): use it
7748
7749 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7750
7751         * CutAndPaste.C (pasteSelection): remove the last next and
7752         previous from this file.
7753
7754 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7755
7756         * CutAndPaste.C (pasteSelection): more clean up, user proper
7757         ParagraphList functions for pasteing.
7758
7759         * ParagraphList.C (insert): new function, three arg insert
7760
7761 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7762
7763         * ParagraphList.C (insert): new function, three arg insert
7764
7765         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7766         not on paragraphs.
7767
7768 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7769
7770         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7771
7772 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7773
7774         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7775
7776 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7777
7778         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7779         (copySelection): clean up a bit.
7780         (pasteSelection): use make_pair
7781
7782         * ParagraphList.C (ParagraphList): implement copy constructor
7783         (operator=): implement, base on copy constructor.
7784         (assign): new func
7785
7786         * paragraph.C (erase): return a bool
7787
7788         * paragraph_pimpl.C (erasePos): remove function, move contents...
7789         (erase): ... here. Return a bool.
7790         (erase): call erase instead of erasePos.
7791
7792 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7793
7794         * ParagraphList.h: define PitPosPair
7795         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7796         ParagraphList, fix a bug on pasting multiple pars
7797         * text2.C: change interface to C&P
7798
7799 2003-04-30  André Pönitz  <poenitz@gmx.net>
7800
7801         * undo_func.C: revert part of yesterday's patch 2
7802
7803 2003-04-30  John Levon  <levon@movementarian.org>
7804
7805         * LColor.C: s/tabular/table/
7806
7807 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7808
7809         * text3.C (dispatch): do not convert iterator -> pointer
7810         * undo_funcs.C (setCursorParUndo): ditto
7811         * text_funcs.C (transposeChars): ditto
7812
7813         * text2.C (setLayout): ws changes only
7814
7815         * text.C (breakParagraph): do not convert iterator -> pointer
7816         (insertChar): ditto
7817         (acceptChange): ditto
7818         (rejectChange): ditto
7819         (changeCase): ditto
7820         (Delete): ditto
7821         (backspace): ditto
7822
7823         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7824         pointer
7825
7826 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7827
7828         * text3.C (gotoInset): YABG (yet another bad getChar)
7829
7830 2003-04-29  André Pönitz  <poenitz@gmx.net>
7831
7832         * paragraph.h: make operator= private unimplemented as long as
7833           it is unusable
7834
7835         * ParagraphList.C: whitespace
7836
7837         * paragraph.[Ch]:
7838         * paragraph_pimpl.[Ch]:
7839         * paragraph_funcs.C:
7840         * CutAndPaste.C:
7841         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7842
7843         * text2.C:
7844           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7845
7846 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7847
7848         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7849         * paragraph.[Ch] (erase):
7850         * paragraph_pimpl.[Ch] (erase): change return type and value
7851         * text2.C (cutSelection): some rework
7852
7853 2003-04-28  John Levon  <levon@movementarian.org>
7854
7855         * bufferlist.C: changes for unsaved changes dialog
7856
7857 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7858
7859         * bufferlist.C (newFile): set language (messages_) for new
7860         documents also.
7861
7862         * buffer.C (readFile): ws changes only.
7863
7864 2003-04-28  André Pönitz  <poenitz@gmx.net>
7865
7866         * undo_funcs.C:
7867         * lyxfunc.C:
7868         * buffer.[Ch]:
7869         * BufferView_pimpl.C:
7870         * BufferView.C: getParFromID related ParagraphList::iterator changes
7871
7872 2003-04-28  André Pönitz  <poenitz@gmx.net>
7873
7874         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7875           Changes
7876
7877 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7878
7879         * messages.C: remove one more localedir class variable.
7880
7881 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7882
7883         * messages.C (getLocaleDir): singleton generation function
7884         (Pimpl): use it.
7885         (Messages): add a default constructor.
7886
7887         * main.C (main): do not setup localedir here, do not call
7888         gettext_init.
7889
7890         * gettext.C (_): use it.
7891         (gettext_init): delete funciton
7892
7893 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7894
7895         * gettext.C (getLyXMessages): new singleton generating function.
7896
7897         * buffer.C (updateDocLang): adjust
7898
7899         * Makefile.am (messages.o): add target
7900         (main.o): remove target
7901
7902 2003-04-27  John Levon  <levon@movementarian.org>
7903
7904         * bufferlist.C:
7905         * lyx_cb.C:
7906         * lyxfunc.C:
7907         * lyxvc.C: specify cancel button in Alert::prompt
7908
7909 2003-04-26  John Levon  <levon@movementarian.org>
7910
7911         * text3.C:
7912         * lyxfunc.C:
7913         * lfuns.h:
7914         * LyXAction.C: add LFUN_INSET_SETTINGS
7915
7916         * lyxfunc.C: don't enable tabular-feature when there's
7917         just any locking inset
7918
7919 2003-04-26  John Levon  <levon@movementarian.org>
7920
7921         * bufferlist.C: re-add Cancel to buffer close question
7922
7923         * lyxfunc.C: fix import UI a bit
7924
7925 2003-04-25  John Levon  <levon@movementarian.org>
7926
7927         * gettext.C: remove the broken asserts for now
7928
7929 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7930
7931         * messages.C: make case where setlocale cannot comply work better.
7932
7933         * buffer.C (updateDocLang): new function
7934         (changeLanguage): use it
7935         (readFile): use it
7936
7937         * text2.C (setCounter): use B_ a bit.
7938
7939         * lyxlayout.C (Read): be sure to trim the label strings.
7940
7941         * messages.C (Messages): fix typo in comment
7942
7943         * buffer.C (readFile): set message_ after file is loaded.
7944         (makeDocBookFile): remove double return
7945         (changeLanguage): reset message_ upon language change.
7946         (B_): new func, use this to get translated buffer strings.
7947
7948         * main.C: add myself and Jean Marc as authors.
7949
7950 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7951
7952         * messages.[hC]: pimplify Messages, and three different pimpls to be
7953         used in different circumstances.
7954
7955         * gettext.[Ch]: change for use with new message code.
7956
7957 2003-04-24 André Pönitz <poenitz@gmx.net>
7958
7959         * factory.C: support for eqref
7960
7961 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7962
7963         * messages.[Ch]: add missing char
7964
7965         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7966
7967         * messages.[Ch]: New files
7968
7969 2003-04-18  John Levon  <levon@movementarian.org>
7970
7971         * BufferView.h:
7972         * BufferView.C:
7973         * BufferView_pimpl.C:
7974         * lfuns.h:
7975         * LyXAction.C:
7976         * lyxtext.h:
7977         * text2.C: remove layout-copy/paste (bug 778)
7978
7979 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7980
7981         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7982
7983 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7984
7985         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7986         if they succeed. Act accordingly.
7987
7988 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7989
7990         * text2.C (setCharFont): adjust
7991         (setCounter): adjust
7992         (insertStringAsLines): adjust
7993
7994         * text.C (leftMargin): adjust
7995         (setHeightOfRow): adjust
7996
7997         * rowpainter.C (paintFirst): adjust
7998         (paintLast): adjust
7999
8000         * paragraph_funcs.C (depthHook): ParagraphList::iterators
8001         (outerHook): ditto
8002         (isFirstInSequence): ditto
8003         (getEndLabel): ditto
8004         (outerFont): adjust
8005
8006         * paragraph.C (getParLanguage): comment out some hard stuff.
8007
8008         * buffer.C (insertStringAsLines): take a ParagraphList as arg
8009         (sgmlError): ditto
8010         (simpleDocBookOnePar): ditto
8011         (makeDocBookFile): use ParagraphList::iterator
8012
8013         * CutAndPaste.C (pasteSelection): adjust
8014
8015 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8016
8017         * text2.C (getFont): adjust
8018         (getLayoutFont): adjust
8019         (getLabelFont): adjust
8020
8021         * paragraph_funcs.C (TeXOnePar): adjust
8022
8023         * buffer.C (simpleLinuxDocOnePar): adjust
8024         (simpleDocBookOnePar): adjust
8025
8026         * CutAndPaste.C (pasteSelection): adjust
8027
8028         * BufferView.C (getEncoding): adjust
8029
8030         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8031
8032 2003-04-16  John Levon  <levon@movementarian.org>
8033
8034         * lyxfind.C: use parlist stuff for search/changes
8035
8036 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8037
8038         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8039
8040         * text2.C (deleteEmptyParagraphMechanism): adjust
8041
8042         * text2.[Ch] (ownerParagraph): delete func (both of them
8043
8044 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8045
8046         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8047
8048 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8049
8050         * ParagraphList.C: prepare for NO_NEXT
8051
8052 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8053
8054         * text2.C (getFont): adjust
8055         (getLayoutFont): adjust
8056         (getLabelFont): adjust
8057
8058         * paragraph.C (getFont): adjust
8059         (getLabelFont): adjust
8060         (getLayoutFont): adjust
8061
8062         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8063
8064 2003-04-15  John Levon  <levon@movementarian.org>
8065
8066         From Angus Leeming
8067
8068         * lyx_main.C: handle Include in .ui files
8069
8070 2003-04-15  John Levon  <levon@movementarian.org>
8071
8072         * MenuBackend.C: make the doc files length shorter
8073
8074         * ToolbarBackend.h:
8075         * ToolbarBackend.C: handle toolbar placement flags,
8076         Minibuffer
8077
8078 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8079
8080         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8081         adjust
8082
8083         * paragraph_funcs.C (TeXOnePar): adjust
8084
8085         * paragraph.C (getLabelFont): add outerfont arg, adjust
8086         (getLayoutFont): ditto
8087         (simpleTeXOnePar): adjust
8088
8089         * paragraph_pimpl.C (realizeFont): delete func
8090
8091 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8092
8093         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8094         row argument, constify cur argument.
8095
8096 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8097
8098         * text2.C (getFont): adjust
8099         (getLayoutFont): adjust
8100         (getLabelFont): adjust
8101
8102         * paragraph_funcs.C (TeXOnePar): adjust
8103         (outerFont): new func...
8104         (realizeFont): ...moved out from here, changed this to facilitate
8105         transition
8106
8107         * paragraph.C (getFont): take outerfont as arg, adjust
8108         (simpleTeXOnePar): add outerfont arg, adjust
8109
8110         * buffer.C (simpleLinuxDocOnePar): adjust
8111         (simpleDocBookOnePar): adjust
8112
8113         * CutAndPaste.C (pasteSelection): adjust
8114
8115         * BufferView.C (getEncoding): adjust
8116
8117 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8118
8119         * text2.C (setCharFont): adjust
8120         (setCounter): adjust
8121
8122         * text.C (leftMargin): adjust
8123         (setHeightOfRow): adjust
8124
8125         * rowpainter.C (paintFirst): adjust
8126         (paintLast): adjust
8127
8128         * paragraph_pimpl.C (realizeFont): adjust
8129
8130         * paragraph.C (isFirstInSequence): move from here...
8131         * paragraph_funcs.C (isFirstInSequence): ...to here
8132
8133         * paragraph.C (outerHook): move from here...
8134         * paragraph_funcs.C (outerHook): ...to here
8135
8136         * paragraph.C (depthHook): move from here...
8137         * paragraph_funcs.C (depthHook): ...to here
8138
8139         * paragraph.C (getEndLabel): move from here...
8140         * paragraph_funcs.C (getEndLabel): ...to here
8141
8142         * text2.C (realizeFont): move from here...
8143         * paragraph_funcs.C (realizeFont): ...to here
8144
8145 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8146
8147         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8148
8149 2003-04-14  Angus Leeming  <leeming@lyx.org>
8150
8151         * LColor.[Ch]: scrap LColor mathcursor.
8152
8153 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8154
8155         * lyxlex.[Ch] (text): delete function
8156         * trans.C (Load): adjust
8157         * paragraph_funcs.C (readParToken): adjust
8158
8159 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8160
8161         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8162         vector<char> instead of a char[].
8163
8164         * lyxlex_pimpl.C (getString): adjust
8165         (next): adjust
8166         (lex): use getString
8167         (eatLine): adjust
8168         (nextToken): adjust
8169
8170         * lyxlex.C (text): use pimpl_->getString()
8171         (getBool): ditto
8172         (findToken): ditto
8173
8174 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8175
8176         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8177         (makeFontEntriesLayoutSpecific): temp var for par.size()
8178         (setLayout): temp var for ownerParagraphs().end()
8179         (fullRebreak): temp var for rows().end()
8180         (selectionAsString): temp var for boost::next(startpit), realize
8181         that the while really is a regular for loop.
8182         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8183         setCursor in one place.
8184         (setParagraph): temp vr for ownerParagraphs().end()
8185         (updateCounters): make the while loop a for loop
8186         (cutSelection): temp var for ownerParagraphs().end()
8187         (updateInset): make the do {} while() a regular for loop
8188         (getCursorX): use temp vars
8189         (setCurrentFont): use temp vars
8190         (getColumnNearX): use temp vars
8191
8192 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8193
8194         * text.C (transformChar): use temp var for getChar
8195         (computeBidiTables): use temp var for row->par()
8196         (fill): move temp vars for row->par() and pit->layout() earlier in
8197         the function.
8198         (labelFill): use temp var for row->par()
8199         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8200         asc and desc, realize that pit never changes and that firstpit is
8201         just a duplicate and not needed. Exchange rit->par() with pit in a
8202         lot of places.
8203         (breakAgain): use a temp var for boost::next(rit)
8204         (breakAgainOneRow): ditto
8205         (breakParagraph): use a temp var for rows().begin()
8206         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8207         (cursorRightOneWord): use temp var for cursor.par() and
8208         cursor.pos(), remove usage of tmpcursor.
8209         (cursorLeftOneWord): use temp var for cursor.par() and
8210         cursor.pos() only set cur at end of function.
8211
8212 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8213
8214         * text.C, text2.C: exchange all usage of Paragraph::next with
8215         boost::next(ParagraphList::iterator)
8216
8217         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8218
8219         * text2.C (cursorTop): simplify implementation
8220         (cursorBottom): ditto
8221         (setParagraph): use ParagraphList::iterator
8222         (setCurrentFont): adjust
8223         (getColumnNearX): adjust
8224         (cursorRight): adjust
8225         (cursorLeft): remove usage of Paragraph::previous
8226         (cursorUpParagraph): ditto
8227         (deleteEmptyParagraphMechanism): slight cleanup
8228
8229         * text.C (isBoundary): take a Paragraph const & instead of a
8230         pointer as arg.
8231         (addressBreakPoint): ditto
8232         (leftMargin): remove usage of Paragraph::previous.
8233         (setHeightOfRow): ditto
8234         (cursorLeftOneWord): ditto
8235         (selectNextWordToSpellcheck): ditto
8236         (Delete): ditto
8237         (backspace): ditto
8238         (breakParagraph): remove one usage of Paragraph::next
8239         (redoParagraph): ditto
8240         (acceptChange): ditto
8241         (insertChar): adjust
8242         (rowBreakPoint): adjust
8243
8244         * bufferview_funcs.C (toggleAndShow): adjust
8245
8246 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8247
8248         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8249         methods to access it.
8250         * lyxtext.h:
8251         * text.C: Added updateRowPositions to compute all row positions.
8252         Make top_y and getRowNearY() to use the cached y position
8253
8254 2003-04-11  John Levon  <levon@movementarian.org>
8255
8256         * text.C (rowBreakPoint): reintroduce the labelEnd
8257         checks, code copied from the row fill stuff. Deep voodoo.
8258
8259         * text.C (fill): add a comment and debugging for the
8260         next poor soul.
8261
8262 2003-04-11  John Levon  <levon@movementarian.org>
8263
8264         * text.C: make sure fullrow insets get wrapped to the next line,
8265         even when they're in a manual label
8266
8267 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8268
8269         * text2.C (insertParagraph): make it take ParagraphList::iterator
8270         as arg.
8271         (setLayout): make it return ParagraphList::iterator
8272         (redoParagraphs): ditto
8273         (setCounter): ditto
8274         (checkParagraph): ditto
8275
8276         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8277
8278         * text2.C: adjust several funcs.
8279         (realizeFont): take a ParagraphList::iterator as arg.
8280         (getLayoutFont): ditto
8281         (getLabelFont): ditto
8282         (setCharFont): ditto
8283
8284         * text.C: adjust several funcs.
8285
8286 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8287
8288         * text.C (selectNextWordToSpellcheck): don't accidentally
8289         skip insets
8290
8291 2003-04-10  John Levon  <levon@movementarian.org>
8292
8293         * ToolbarBackend.C (getIcon): special handling for
8294         LFUN_MATH_DELIM
8295
8296 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8297
8298         * text2.C (cursorRight): a getChar assert fixed
8299
8300 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8301
8302         * text2.C (getFont): change to take a ParagraphList::iterator
8303         instead of Paragraph*
8304         Adjust several functions.
8305
8306         * text.C (transformChar): change to take a ParagraphList::iterator
8307         instead of Paragraph*
8308         (singleWidth): ditto
8309         Adjust several functions.
8310
8311         * rowpainter.C: adjust several functions
8312         * rowpainter.h:store a ParagraphList::iterator and not a
8313         Paragraph&.
8314
8315
8316 2003-04-09  John Levon  <levon@movementarian.org>
8317
8318         * lyxfunc.C:
8319         * lfuns.h:
8320         * LyXAction.h:
8321         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8322         and the "help" bits as well
8323
8324 2003-04-09  John Levon  <levon@movementarian.org>
8325
8326         * ToolbarBackend.h:
8327         * ToolbarBackend.C: allow multiple toolbars
8328
8329 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8330
8331         * undo_funcs.C (setCursorParUndo): adjust
8332
8333         * text_funcs.C (transposeChars): adjust
8334
8335         * text3.C (gotoNextInset): adjust
8336         (dispatch): adjust
8337
8338         * text2.C (setLayout): adjust
8339         (changeDepth): adjust
8340         (setFont): adjust
8341         (redoParagraphs): adjust
8342         (selectionAsString): adjust
8343         (setParagraph): adjust
8344         (insertInset): adjust
8345         (cutSelection): adjust
8346         (copySelection): adjust
8347         (pasteSelection): adjust
8348         (insertStringAsLines): adjust
8349         (updateInset): adjust
8350         (setCursor): change to take a ParagraphList::iterator parameter
8351         (setCursorIntern): change to take a ParagraphList::iterator parameter
8352         (setCurrentFont): adjust
8353         (cursorLeft): adjust
8354         (cursorRight): adjust
8355         (deleteEmptyParagraphMechanism): adjust
8356
8357         * text.C (breakParagraph): adjust
8358         (insertChar): adjust
8359         (acceptChange): adjust
8360         (rejectChange): adjust
8361         (selectNextWordToSpellcheck): adjust
8362         (changeCase): adjust
8363         (Delete): adjust
8364         (backspace): adjust
8365
8366         * lyxfind.C (SearchForward): adjust
8367         (SearchBackward): adjust
8368         (nextChange): adjust
8369
8370         * lyxcursor.C (par): adjust
8371
8372         * lyxcursor.h: store a ParagraphList::iterator instead of a
8373         Paragraph*
8374
8375         * lyx_cb.C (getPossibleLabel): adjust
8376
8377         * bufferview_funcs.C (toggleAndShow): adjust
8378
8379         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8380         (dispatch): adjust
8381
8382         * BufferView.C (removeAutoInsets): adjust
8383         (lockedInsetStoreUndo): adjust
8384
8385 2003-04-09  John Levon  <levon@movementarian.org>
8386
8387         * ToolbarBackend.C: try icon without argument
8388         if with argument fails
8389
8390 2003-04-08  John Levon  <levon@movementarian.org>
8391
8392         * ToolbarBackend.h:
8393         * ToolbarBackend.C: add getIcon(), handle tooltip,
8394         and change from "Icon" to "Item".
8395
8396 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8397
8398         * BufferView.C (lockInset): another bad getchar crunched
8399
8400 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8401
8402         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8403         again)
8404
8405 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8406
8407         * lyxfind.C (searchForward, searchBackwards): bug 782
8408
8409 2003-04-07  John Levon  <levon@movementarian.org>
8410
8411         * paragraph.C: remove dead comment
8412
8413         * text.C: remove troublesome depth-fiddling code
8414         in leftMargin() and rightMargin() (bug 1017)
8415
8416         * text.C: fix breaking of rows in nested lists
8417         (bug 1004)
8418
8419         * text2.C (updateCounters): fix up depth values
8420         (bug 1013)
8421
8422 2003-04-07  John Levon  <levon@movementarian.org>
8423
8424         * BufferView_pimpl.C: clear message when doc finishes resizing,
8425         and after a mouse event
8426
8427         * lyxfunc.C: clear message after exiting inset
8428
8429 2003-04-07  John Levon  <levon@movementarian.org>
8430
8431         * bufferview_funcs.C: show math status not outside
8432         status in the statusbar
8433
8434 2003-04-07  John Levon  <levon@movementarian.org>
8435
8436         * lyxfunc.C: note status changed after a depth change
8437
8438 2003-04-04  Angus Leeming  <leeming@lyx.org>
8439
8440         * LaTeX.h: move AuxInfo operator==, != out of line.
8441         Remove LaTeX virtual destructor; nothing derives from it.
8442         Move operator()() out of public area and rename it startscript().
8443         Change protected for private.
8444
8445 2003-04-04  Angus Leeming  <leeming@lyx.org>
8446
8447         * lyxfunc.C:
8448         * text2.C: remove unneeded #includes.
8449
8450 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8451
8452         * text2.C (dEPM): fix the heigth of the next row
8453
8454 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8455
8456         * text.C: squashed an invalid getChar requester + some ws changes
8457
8458 2003-04-03  John Levon  <levon@movementarian.org>
8459
8460         * bufferview_funcs.h:
8461         * bufferview_funcs.C:
8462         * lyxfunc.C:
8463         * lyxtext.h:
8464         * text2.C: make getStatus work for the env depth lfuns
8465
8466 2003-04-03  John Levon  <levon@movementarian.org>
8467
8468         * bufferview_funcs.h:
8469         * bufferview_funcs.C:
8470         * lyxfunc.C:
8471         * lyxtext.h:
8472         * text2.C: parlistize decDepth(), by merging it with incDepth()
8473
8474 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8475
8476         * lyxrow.h: store a ParagraphList::iterator instead of a
8477         Paragraph* and adjust other class functions to suit.
8478
8479         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8480         above.
8481
8482 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8483
8484         * text2.C (setCursor): do not anchor to cursor row for the time being
8485
8486 2003-04-02  John Levon  <levon@movementarian.org>
8487
8488         * LyXAction.C:
8489         * lfuns.h:
8490         * lyx_main.C:
8491         * lyxtext.h:
8492         * text.C:
8493         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8494
8495 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8496
8497         * paragraph.h: make ParagraphList and ParagraphList::iterator
8498         friends of Paragraph.
8499
8500         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8501
8502         * ParagraphList.C: Use the private next_ and previous_ from
8503         Paragraph.
8504
8505 2003-04-01  John Levon  <levon@movementarian.org>
8506
8507         * ToolbarBackend.h:
8508         * ToolbarBackend.C:
8509         * Makefile.am: rename, remove defaults gunk
8510
8511         * MenuBackend.h:
8512         * MenuBackend.C: remove defaults gunk
8513
8514         * Languages.h:
8515         * Languages.C: remove defaults gunk
8516
8517         * lyx_main.h:
8518         * lyx_main.C: error out if files couldn't be found.
8519
8520 2003-04-02  John Levon  <levon@movementarian.org>
8521
8522         * text2.C: make incDepth() use parlist
8523
8524 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8525
8526         * undo_funcs.C (firstUndoParagraph): adjust
8527
8528         * text3.C (gotoInset): adjust
8529         (dispatch): adjust, and rewrite loop.
8530
8531         * text2.C (init): adjust, and rewrite loop.
8532         (redoParagraphs): adjust
8533         (updateInset): adjust, and rewrite loop.
8534         (deleteEmptyParagraphMechanism): adjust
8535
8536         * tabular.C (LyXTabular): adjust
8537         (SetMultiColumn): adjust
8538         (TeXRow): adjust
8539
8540         * lyxtext.[Ch] (ownerParagraph): delete function
8541         (ownerParagraphs): new function returns a ParagraphList.
8542
8543         * BufferView.C (removeAutoInsets): adjust
8544         (insertErrors): adjust
8545         (setCursorFromRow): adjust
8546
8547 2003-04-01  Angus Leeming  <leeming@lyx.org>
8548
8549         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8550         in the frontends.
8551
8552 2003-04-02  John Levon  <levon@movementarian.org>
8553
8554         * lyxtext.h:
8555         * text.C:
8556         * Makefile.am:
8557         * text_funcs.h:
8558         * text_funcs.C: make transposeChars a free function
8559
8560         * lyxrow_funcs.C: remove wrong comment
8561
8562 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8563
8564         * lyxtext.h: adjust
8565         * rowpainter.C: adjust
8566         * text.C: adjust
8567         * text2.C: adjust
8568         * text3.C: adjust
8569
8570         * lyxrow_funcs. [Ch]: new files
8571
8572         * lyxrow.[Ch]: remove next and previous pointers
8573         (next,previous): remove accessor functions
8574         (isParEnd): move to lyxrow_funcs
8575         (lastPos): move to lyxrow_funcs
8576         (nextRowIsAllInset): move to lyxrow_funcs
8577         (lastPrintablePos): move to lyxrow_funcs
8578         (numberOfSeparators): move to lyxrow_funcs
8579         (numberOfHfills): move to lyxrow_funcs
8580         (numberOfLabelHfills): move to lyxrow_funcs
8581         (hfillExpansion): move to lyxrow_funcs
8582
8583         * lyxfunc.C: adjust
8584
8585         * bufferview_funcs.C (toggleAndShow): adjust
8586
8587         * RowList.h: Remove class RowList from file leave just a
8588         std::list<Row>.
8589
8590         * RowList.C: delete file
8591
8592         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8593         and lyxrow_funcs.h
8594
8595 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8596
8597         * text3.C (cursorPrevious): adjust
8598         (cursorNext): adjust
8599         (dispatch): adjust
8600
8601         * text2.C (redoHeightOfParagraph): adjust
8602         (redoDrawingOfParagraph): adjust
8603         (setCursor): adjust
8604
8605         * text.C (breakParagraph): adjust
8606         (insertChar): adjust
8607         (backspace): adjust
8608
8609         * rowpainter.C (RowPainter): adjust
8610         (leftMargin): simplify and adjust
8611         (most rowpainter functions): adjust.
8612
8613         * rowpainter.h: store the row as RowList::iterator not as Row*
8614
8615         * lyxcursor.C (row): taka RowList::iterator as arg
8616         (irow): ditto
8617
8618         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8619         of Row*.
8620
8621 2003-04-01  Angus Leeming  <leeming@lyx.org>
8622
8623         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8624         stuff like bool Bool.
8625
8626 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8627
8628         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8629         rewrite a loop
8630
8631 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8632
8633         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8634         RowList::iterator.
8635
8636         * lyxtext.h (rows): drop one version and leve a const variant that
8637         returns a RowList::iterator.
8638
8639 2003-03-31  Angus Leeming  <leeming@lyx.org>
8640
8641         * text.C (fill): ensure that the signature is the same as that in the
8642         header file.
8643
8644 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8645
8646         * text2.C (redoParagraphs): adjust
8647         (updateCounters): adjust
8648         (checkParagraph): adjust
8649         (getColumnNearX): adjust and reformat a bit.
8650
8651         * text.C (top_y): adjust
8652         (workWidth): adjust
8653         (leftMargin): adjust
8654         (prepareToPrint): adjust
8655         (getRow): adjust
8656         (getRowNearY): adjust
8657
8658         * lyxtext.h: make rowlist_ mutable.
8659
8660         * RowList.h: add const_iterator
8661         * RowList.C: adjust for RowList::const_iterator.
8662
8663         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8664         adjust.
8665
8666 2003-03-31  John Levon  <levon@movementarian.org>
8667
8668         * lyxrc.h:
8669         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8670
8671         * lyx_main.C: set default fonts from using lyx_gui funcs
8672
8673         * exporter.C: pdf_mode moved from lyxrc
8674
8675         * lyx_cb.C:
8676         * lyxfunc.C: changes from above
8677
8678 2003-03-31  John Levon  <levon@movementarian.org>
8679
8680         * lyx_main.C: fix to the last fix
8681
8682 2003-03-31  John Levon  <levon@movementarian.org>
8683
8684         * bufferlist.C: "Load original" -> "Load Original"
8685
8686         * converter.C:
8687         * exporter.C:
8688         * importer.C:
8689         * lyx_main.C:
8690         * format.C: more Alert cleanups
8691
8692 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8693
8694         * text2.C (removeParagraph): make it take a RowList::iterator as
8695         arg, adjust.
8696         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8697         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8698
8699         * text.C (anchor_row): make it take a RowList::iterator as arg,
8700         adjust.
8701         (computeBidiTables): make it take a const reference to Row instead
8702         of Row pointer, adjust.
8703         (leftMargin): make it take a RowList::iterator as arg, adjust.
8704         (rowBreakPoint): adjust
8705         (breakAgainOneRow): make it take a RowList::iterator as arg,
8706         adjust.
8707         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8708
8709         * bufferview_funcs.C (toggleAndShow): adjust
8710
8711 2003-03-30  John Levon  <levon@movementarian.org>
8712
8713         * Makefile.am:
8714         * BoostFormat.h:
8715         * boost-inst.C: moved to support
8716
8717         * several files: changes as a result
8718
8719 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8720
8721         * text2.C (LyXText): adjust.
8722         (init): adjust
8723         (removeRow): make it take a RowList::iterator as arg, adjust.
8724         (fullRebreak): adjust
8725         (deleteEmptyParagraphMechanism): adjust
8726         (clearPaint): adjust
8727         (postPaint): adjust
8728
8729         * text.C (top_y): adjust
8730         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8731         (breakAgain): make it take a RowList::iterator as arg, adjust.
8732         (breakParagraph): adjust
8733         (insertChar): adjust
8734         (backspace): adjust
8735
8736         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8737         need_break_row, and refresh_row.
8738
8739         * text3.C (dispatch): adjust
8740
8741         * text2.C (checkParagraph): adjust
8742         (setCursor): adjust
8743         (setCursorFromCoordinates): adjust
8744
8745         * text.C (top_y): adjust
8746         (workWidth): adjust
8747         (getRow): make it return a RowList::iterator, adjust
8748         (getRowNearY): make it return a RowList::iterator, adjust
8749
8750         * text2.C (init): adjust
8751         (insertRow): remove function
8752         (insertParagraph): adjust
8753         (redoParagraphs): adjust
8754         (fullRebreak): adjust
8755         (updateCounters): adjust
8756
8757         * text.C (top_y): rewrite to use RowList iterators.
8758         (top_y): adjust
8759         (setHeightOfRow): rewrite to sue RowList iterators.
8760         (appendParagraph): adjust
8761         (breakAgain): adjust
8762         (breakAgainOneRow): adjust
8763         (breakParagraph): adjust
8764         (getRow): adjust
8765         (getRowNearY): adjust, and remove commented code.
8766
8767         * lyxtext.h (firstRow): delete function
8768         (lastRow): delete function
8769         (rows): new function (const and non-const versions.)
8770         (insertRow): delete function
8771
8772         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8773
8774 2003-03-29  John Levon  <levon@movementarian.org>
8775
8776         * BufferView_pimpl.C: always update scrollbar top
8777         because pasting text when we're anchored could mean we
8778         miss an update altogether
8779
8780 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8781
8782         * text2.C (init): use rowlist_.end() and not 0.
8783         (insertRow): change to take a RowList::iterator as arg, adjust
8784         for this.
8785         (insertParagraph): change to take a RowList::iterator as arg,
8786         adjust for this.
8787         (redoParagraphs): remove some debug msgs.
8788
8789         * text.C (appendParagraph): change to take a RowList::iterator
8790         arg, adjust for this.
8791         (breakAgain): add an assert
8792         (breakAgainOneRow): ditto
8793
8794 2003-03-29  John Levon  <levon@movementarian.org>
8795
8796         * text2.C: do not clear selection after inc/decDepth
8797         (bug 550)
8798
8799 2003-03-29  John Levon  <levon@movementarian.org>
8800
8801         * BufferView.C:
8802         * buffer.C: fix broken strerrors according to Lars
8803
8804 2003-03-29  John Levon  <levon@movementarian.org>
8805
8806         * converters.C: more Alert cleanups
8807
8808 2003-03-29  John Levon  <levon@movementarian.org>
8809
8810         * bufferview_funcs.C: remove pointless Alert
8811
8812         * buffer.C: fix confusing error message when
8813         a template is chmoded 000
8814
8815 2003-03-29  John Levon  <levon@movementarian.org>
8816
8817         * BufferView.C:
8818         * BufferView.h:
8819         * BufferView_pimpl.C: Alert fixes
8820
8821         * Makefile.am:
8822         * tabular.C:
8823         * tabular-old.C: remove unused table compat reading
8824
8825 2003-03-29  John Levon  <levon@movementarian.org>
8826
8827         * BufferView.C:
8828         * buffer.C:
8829         * lyx_cb.h:
8830         * lyx_cb.C: more Alert cleanups
8831
8832         * lyxfunc.C: don't allow chktex if not latex document
8833
8834 2003-03-29  John Levon  <levon@movementarian.org>
8835
8836         * lyx_cb.C:
8837         * BufferView.C:
8838         * buffer.C: warnings pushed down from support/,
8839         kill err_alert
8840
8841 2003-03-29  John Levon  <levon@movementarian.org>
8842
8843         * lyxfunc.C: safety check for C-r (revert)
8844
8845 2003-03-29  John Levon  <levon@movementarian.org>
8846
8847         * bufferlist.h:
8848         * bufferlist.C: several UI fixes using Alert::prompt.
8849         Fix the pointless looping quit code. Fix stupid revert
8850         behaviour (bug 938)
8851
8852         * lyxvc.h:
8853         * lyxvc.C:
8854         * lyx_cb.C: use Alert::prompt
8855
8856         * lyx_main.C: remove a silly question
8857
8858         * lyxfunc.C: remove a couple of silly questions,
8859         use Alert::prompt
8860
8861 2003-03-28  John Levon  <levon@movementarian.org>
8862
8863         * text2.C: fix bug 974 (End on empty par)
8864
8865 2003-03-28  John Levon  <levon@movementarian.org>
8866
8867         * BufferView_pimpl.C:
8868         * LyXAction.C:
8869         * lfuns.h: remove do-nothing math greek lfuns
8870
8871 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8872
8873         * lyxgluelength.h (isValidGlueLength): add default arg on
8874         parameter 2. Remove default arg from friend in class.
8875
8876         * lyxlength.h (isValidLength): add default arg on parameter 2.
8877         Remove default arg from friend in class.
8878
8879         * text2.C (LyXText): adjust, initialize refresh_row.
8880         (init): adjust
8881         (removeRow): adjust
8882         (insertRow): adjust
8883         (insertParagraph): adjst
8884         (redoParagraphs): adjust
8885         (fullRebreak): adjust
8886         (updateCounters): adjust
8887         (deleteEmptyParagraphMechanism): first attempt at fixing a
8888         crashing bug.
8889
8890         * text.C (top_y): adjust
8891         (setHeightOfRow): adjust
8892         (getRow): adjust
8893         (getRowNearY): adjust
8894
8895         * lyxtext.h: include RowList.h
8896         (~LyXText): not needed anymore, deleted.
8897         (firstRow): modify for RowList
8898         (lastRow): new function
8899         Delete firstrow and lastrow class variables, add a Rowlist
8900         rowlist_ class variable.
8901
8902         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8903         paragraph is empty.
8904
8905         * RowList.C (insert): fix case where it == begin().
8906
8907 2003-03-26  Angus Leeming  <leeming@lyx.org>
8908
8909         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8910         the thesaurus dialog.
8911
8912 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8913
8914         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8915
8916         * RowList.[Ch]: new files
8917
8918         * ParagraphList.C (erase): handle the case where it == begin
8919         correctly.
8920
8921 2003-03-25  John Levon  <levon@movementarian.org>
8922
8923         * Makefile.am:
8924         * aspell_local.h:
8925         * aspell.C: add new aspell support
8926
8927         * lyxrc.h:
8928         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8929         have it accessible.
8930
8931 2003-03-25  Angus Leeming  <leeming@lyx.org>
8932
8933         * lfuns.h:
8934         * LyXAction.C (init): new LFUN_INSET_INSERT.
8935
8936         * BufferView_pimpl.C (dispatch): split out part of the
8937         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8938
8939         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8940         LFUN_INSET_APPLY.
8941
8942 2003-03-25  Angus Leeming  <leeming@lyx.org>
8943
8944         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8945
8946 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8947
8948         * text2.C:
8949         * text3.C: remove useless row->height(0)
8950
8951 2003-03-25  John Levon  <levon@movementarian.org>
8952
8953         * lyxtext.h:
8954         * text2.C:
8955         * text3.C: rename the refreshing stuff to better names
8956
8957 2003-03-24  John Levon  <levon@movementarian.org>
8958
8959         * BufferView_pimpl.h:
8960         * BufferView_pimpl.C: update layout choice on a mouse
8961         press/release
8962
8963 2003-03-23  John Levon  <levon@movementarian.org>
8964
8965         * Makefile.am: fix commandtags.h reference
8966
8967 2003-03-22  John Levon  <levon@movementarian.org>
8968
8969         * BufferView_pimpl.C:
8970         * lyxtext.h:
8971         * rowpainter.C:
8972         * rowpainter.h:
8973         * text.C:
8974         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8975
8976 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8977
8978         * lyxtext.h:
8979         * text.C: take the rtl methods out of line
8980
8981 2003-03-21 André Pönitz <poenitz@gmx.net>
8982
8983         * metricsinfo.[Ch]: new files containing structures to be passed around
8984         during the two-phase-drawing...
8985
8986 2003-03-21 André Pönitz <poenitz@gmx.net>
8987
8988         * lyxtextclass.C: read 'environment' tag.
8989
8990 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8991
8992         * text2.C (removeRow): fix bug 964
8993
8994 2003-03-20  John Levon  <levon@movementarian.org>
8995
8996         * rowpainter.C:
8997         * text.C:
8998         * text2.C: paint cleanups. Inset::update() dropped font
8999         parameter
9000
9001 2003-03-19  John Levon  <levon@movementarian.org>
9002
9003         * lyxfunc.C: only fitcursor/markDirty if available()
9004
9005 2003-03-19  John Levon  <levon@movementarian.org>
9006
9007         * commandtags.h: rename to ...
9008
9009         * lfuns.h: ... this, and renumber / cleanup
9010
9011 2003-03-19  John Levon  <levon@movementarian.org>
9012
9013         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
9014         fit the cursor after an lfun
9015
9016         * BufferView.h:
9017         * BufferView.C:
9018         * BufferView_pimpl.h:
9019         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
9020
9021         * LyXAction.C: layout-character should have ReadOnly
9022
9023         * ParagraphParameters.C:
9024         * buffer.C:
9025         * bufferview_funcs.C:
9026         * lyx_cb.C:
9027         * lyxfind.C:
9028         * lyxtext.h:
9029         * text.C:
9030         * text2.C:
9031         * text3.C:
9032         * undo_funcs.C: changes from above
9033
9034 2003-03-18  John Levon  <levon@movementarian.org>
9035
9036         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9037         remove it from update()
9038
9039         * lyxfunc.C: update layout choice after an lfun
9040
9041         * text3.C: remove extra updateLayoutChoice()s
9042
9043 2003-03-18  John Levon  <levon@movementarian.org>
9044
9045         * text.C: top_y change means full repaint, fix
9046         a drawing bug with cursor movement
9047
9048 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9049
9050         * lyxtext.h:
9051         * text.C:
9052         * text2.C: anchor row on setCursor
9053
9054 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9055
9056         * lyxtext.h: remove almost all mutable keywords
9057         * text.C:
9058         * text2.C:
9059         * text3.C: remove const keywords accordingly
9060
9061 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9062
9063         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9064         anon namespace
9065         (TeXEnvironment): ditto
9066         (TeXOnePar): ditto
9067
9068 2003-03-17  John Levon  <levon@movementarian.org>
9069
9070         * text.C (rowBreakPoint): remove attempt to fix displayed
9071         math insets inside a manual label
9072
9073 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9074
9075         * lyxtext.h: remove BufferView* as first arg from almost all class
9076         functions.
9077         * other files: adjust.
9078
9079 2003-03-17  John Levon  <levon@movementarian.org>
9080
9081         * lyxtext.h:
9082         * undo_funcs.C:
9083         * text2.C: more paint cleanups
9084
9085         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9086
9087         * rowpainter.h:
9088         * rowpainter.C: remove "smart" background painting code
9089
9090 2003-03-16  John Levon  <levon@movementarian.org>
9091
9092         * lyxtext.h:
9093         * text.C:
9094         * text2.C:
9095         * text3.C: add helper functions for setting refresh_row/y
9096
9097 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9098
9099         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9100         newline inset which *can* get inserted in the pass_thru layouts.
9101         This is primarily for literate documents.
9102
9103 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9104
9105         * buffer.C: increment LYX_FORMAT to 223
9106
9107 2003-03-14 André Pönitz <poenitz@gmx.net>
9108
9109         * textclass.h: prepare for environment handling, ws changes
9110         * lyxlayout.C: read latexheader and latexfooter tags
9111
9112 2003-03-14  John Levon  <levon@movementarian.org>
9113
9114         * text2.C: rewrite ::status() a bit
9115
9116 2003-03-13  John Levon  <levon@movementarian.org>
9117
9118         * lyxtext.h: add some docs
9119
9120 2003-03-13  John Levon  <levon@movementarian.org>
9121
9122         * lyxtext.h:
9123         * text.C:
9124         * text2.C:
9125         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9126
9127 2003-03-13  John Levon  <levon@movementarian.org>
9128
9129         * text3.C: fix appendix redrawing
9130
9131 2003-03-13  John Levon  <levon@movementarian.org>
9132
9133         * text.C (setHeightOfRow):
9134         * rowpainter.h:
9135         * rowpainter.C: make appendix mark have the text
9136           "Appendix" so the user knows what it is
9137
9138         * LColor.h:
9139         * LColor.C: s/appendixline/appendix/ from above
9140
9141 2003-03-13  John Levon  <levon@movementarian.org>
9142
9143         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9144
9145         * text.C: fix a getChar(pos) bug properly
9146
9147 2003-03-13  Angus Leeming  <leeming@lyx.org>
9148
9149         * commandtags.h:
9150         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9151         Probably only temporary. Let's see how things pan out.
9152
9153         * BufferView.C (unlockInset):
9154         * BufferView_pimpl.C (fitCursor):
9155         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9156
9157         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9158         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9159
9160         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9161         new functions that convert ParagraphParameters to and from a string.
9162
9163         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9164         BufferView::Pimpl's dispatch.
9165         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9166
9167 2003-03-13 André Pönitz <poenitz@gmx.net>
9168
9169         * lyxfunc.C:
9170         * text3.C:
9171         * factory.C: make it aware of InsetEnv
9172
9173 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9174
9175         * text2.C (setCursor): never ask for one past last
9176         (setCursor): add some debugging messages.
9177
9178         * text.C (singleWidth): never ask for one past last
9179         (singleWidth): ditto
9180         (leftMargin): ditto
9181         (rightMargin): ditto
9182         (rowBreakPoint): ditto
9183         (setHeightOfRow): ditto
9184         (prepareToPrint): ditto
9185
9186         * rowpainter.C (paintBackground): never ask for one past last
9187         (paintText): never ask for one past last
9188
9189         * paragraph_pimpl.C (getChar): make the assert stricter, never
9190         allow the one past last pos to be taken
9191
9192         * paragraph.C (getChar): ws changes only
9193
9194         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9195         (numberOfSeparators): ditto
9196         (numberOfHfills): ditto
9197
9198 2003-03-12  John Levon  <levon@movementarian.org>
9199
9200         * author.h:
9201         * author.C:
9202         * bufferparams.h:
9203         * bufferparams.C:
9204         * paragraph_funcs.C: fix per-buffer authorlists
9205
9206 2003-03-12  John Levon  <levon@movementarian.org>
9207
9208         * text.C: fix newline in right address
9209
9210 2003-03-12  Angus Leeming  <leeming@lyx.org>
9211
9212         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9213         duplicate those in LyXFunc::dispatch.
9214
9215         * commandtags.h:
9216         * LyXAction.C:
9217         * ToolbarDefaults.C:
9218         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9219         Add LFUN_FONTFREE_UPDATE.
9220
9221         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9222         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9223
9224         * bufferview_func.[Ch]: several new functions to facilliate
9225         transfer of data to and from the character dialog.
9226
9227 2003-03-12  John Levon  <levon@movementarian.org>
9228
9229         * buffer.C:
9230         * paragraph.h:
9231         * paragraph.C:
9232         * paragraph_funcs.C:
9233         * paragraph_pimpl.C:
9234         * sgml.C:
9235         * tabular.C:
9236         * text.C:
9237         * text3.C: remove META_NEWLINE in favour of an inset
9238
9239         * rowpainter.h:
9240         * rowpainter.C: remove paintNewline (done by inset)
9241
9242 2003-03-12  John Levon  <levon@movementarian.org>
9243
9244         * paragraph_pimpl.C: complain about bad getChar()s
9245         for a while at least
9246
9247 2003-03-12  John Levon  <levon@movementarian.org>
9248
9249         * buffer.h:
9250         * buffer.C: move paragraph read into a separate function,
9251         a little renaming to reflect that.
9252
9253         * bufferparams.h:
9254         * bufferparams.C: remove the author_ids map, not necessary now
9255
9256         * factory.h:
9257         * factory.C: moved Buffer::readInset to here
9258
9259         * paragraph_funcs.h:
9260         * paragraph_funcs.C: readParagraph free function moved from
9261         buffer.C
9262
9263         * tabular.C: name change
9264
9265 2003-03-12  John Levon  <levon@movementarian.org>
9266
9267         * buffer.C:
9268         * ParagraphParameters.C: move par params input to
9269         a read() method
9270
9271         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9272         behave like a normal read from the stream wrt reading
9273         a line vs. a \\token
9274
9275 2003-03-12  John Levon  <levon@movementarian.org>
9276
9277         * paragraph.C:
9278         * ParagraphParameters.h:
9279         * ParagraphParameters.C: move output code to a
9280         ::write() method
9281
9282 2003-03-12  John Levon  <levon@movementarian.org>
9283
9284         * BufferView.C (insertLyXFile):
9285         * buffer.h:
9286         * buffer.C:
9287         * tabular.C: use a parlist iterator for creating the
9288           document.
9289
9290 2003-03-12  John Levon  <levon@movementarian.org>
9291
9292         * buffer.C: make current_change static local not
9293           static file-scope
9294
9295 2003-03-12  John Levon  <levon@movementarian.org>
9296
9297         * buffer.C: fix insertStringAsLines for change tracking
9298
9299 2003-03-12  John Levon  <levon@movementarian.org>
9300
9301         * BufferView.C:
9302         * tabular.C:
9303         * buffer.h:
9304         * buffer.C:
9305         * bufferparams.h:
9306         * bufferparams.C: move author list into params. Rename some
9307           functions. Move the header reading into a separate token
9308           loop. Move the header token reading into BufferParams.
9309
9310 2003-03-12  John Levon  <levon@movementarian.org>
9311
9312         * changes.C: put debug inside lyxerr.debugging() checks
9313
9314 2003-03-11 André Pönitz <poenitz@gmx.net>
9315
9316         * factory.C: make it aware of InsetHFill
9317
9318 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9319
9320         * buffer.C (latexParagraphs): move function from here...
9321         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9322         args.
9323
9324 2003-03-10  Angus Leeming  <leeming@lyx.org>
9325
9326         * LyXAction.C (init): fix bug in poplating array with multiple entries
9327         with the same LFUN (spotted by JMarc).
9328
9329 2003-03-10  John Levon  <levon@movementarian.org>
9330
9331         * text.C:
9332         * text2.C: move getColumnNearX() near its
9333         only call site
9334
9335 2003-03-10  John Levon  <levon@movementarian.org>
9336
9337         * text.C: fix break before a minipage
9338
9339 2003-03-10  John Levon  <levon@movementarian.org>
9340
9341         * text.C: fix the last commit
9342
9343 2003-03-09  John Levon  <levon@movementarian.org>
9344
9345         * lyxtext.h:
9346         * text.C:
9347         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9348         bug 365 (don't break before insets unless needed). Don't
9349         return a value > last under any circumstances.
9350
9351 2003-03-09  Angus Leeming  <leeming@lyx.org>
9352
9353         * BufferView_pimpl.C (trackChanges, dispatch): call
9354         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9355
9356 2003-03-09  Angus Leeming  <leeming@lyx.org>
9357
9358         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9359         than Dialogs::showAboutlyx().
9360
9361 2003-03-09  Angus Leeming  <leeming@lyx.org>
9362
9363         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9364         than Dialogs::showTabularCreate().
9365
9366 2003-03-09  John Levon  <levon@movementarian.org>
9367
9368         * lyxtext.h:
9369         * text.C:
9370         * text2.C: 3rd arg to nextBreakPoint was always the same.
9371           Use references.
9372
9373 2003-03-08  John Levon  <levon@movementarian.org>
9374
9375         * lyxrow.C:
9376         * paragraph.C:
9377         * paragraph.h:
9378         * rowpainter.C:
9379         * text.C:
9380         * text2.C: Remove the "main" bit from the "main body"
9381           notion.
9382
9383 2003-03-08  John Levon  <levon@movementarian.org>
9384
9385         * text.C (leftMargin): The left margin of an empty
9386         manual label paragraph should not include the label width
9387         string length.
9388
9389         * text.C (prepareToPrint): don't attempt to measure hfills
9390         for empty manual label paragraphs - the answer should be 0
9391
9392 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9393
9394         * CutAndPaste.C: remove commented code and reindent.
9395
9396 2003-03-08  John Levon  <levon@movementarian.org>
9397
9398         * lyxfunc.h:
9399         * lyxfunc.C: move reloadBuffer()
9400
9401         * BufferView.h:
9402         * BufferView.C: to here
9403
9404         * lyxvc.C: add comment
9405
9406         * vc-backend.h:
9407         * vc-backend.C: call bv->reload() to avoid
9408           getStatus() check on MENURELOAD
9409
9410 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9411
9412         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9413         to an old format .dep file.
9414
9415 2003-03-07  Angus Leeming  <leeming@lyx.org>
9416
9417         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9418         when the LFUN_MOUSE_RELEASE should have been handled by
9419         inset->localDispatch.
9420
9421 2003-03-07  Angus Leeming  <leeming@lyx.org>
9422
9423         * BufferView_pimpl.C (dispatch):
9424         * LyXAction.C (init):
9425         * ToolbarDefaults.C (init):
9426         * commandtags.h:
9427         * lyxfunc.C (getStatus):
9428         remove LFUN_INSET_GRAPHICS.
9429
9430         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9431
9432 2003-03-07  Angus Leeming  <leeming@lyx.org>
9433
9434         * commandtags.h:
9435         * LyXAction.C (init):
9436         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9437
9438         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9439
9440         * commandtags.h:
9441         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9442
9443         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9444         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9445
9446 2003-03-07  Angus Leeming  <leeming@lyx.org>
9447
9448         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9449         remove "ert".
9450
9451 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9452
9453         * ParagraphList.C (front): new function
9454         (back): implement
9455
9456 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9457
9458         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9459         and top_row_offset_. removed var first_y.
9460         * text.C (top_y):
9461         * text2.C (LyXText, removeRow):
9462         * text3.C:
9463         * BufferView_pimpl.C:
9464         use these methods instead of using first_y
9465
9466 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9467
9468         * text2.C (pasteSelection): adjust for checkPastePossible
9469
9470         * CutAndPaste.C: remove Paragraph * buf and replace with
9471         ParagraphList paragraphs.
9472         (DeleteBuffer): delete
9473         (cutSelection): change the tc type to textclass_type
9474         (copySelection): change the tc type to textclass_type
9475         (copySelection): adjust for ParagraphList
9476         (pasteSelection): change the tc type to textclass_type
9477         (pasteSelection): adjust for Paragraphlist
9478         (nrOfParagraphs): simplify for ParagraphList
9479         (checkPastePossible): simplify for ParagraphList
9480         (checkPastePossible): remove unused arg
9481
9482         * ParagraphList.C (insert): handle the case where there are no
9483         paragraphs yet.
9484
9485         * CutAndPaste.h: make CutAndPaste a namespace.
9486
9487         * text3.C (dispatch): adjust
9488
9489         * text.C (breakParagraph): add a ParagraphList as arg
9490
9491         * paragraph_funcs.C (breakParagraph): change to take a
9492         BufferParams and a ParagraphList as args.
9493         (breakParagraphConservative): ditto
9494         (mergeParagraph): ditto
9495         (TeXDeeper): add a ParagraphList arg
9496         (TeXEnvironment): ditto
9497         (TeXOnePar): ditto
9498
9499         * buffer.C (readLyXformat2): adjust
9500         (insertStringAsLines): adjust
9501         (latexParagraphs): adjust
9502
9503         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9504         (cutSelection): adjust
9505         (pasteSelection): adjust
9506
9507         * BufferView_pimpl.C (insertInset): adjust
9508
9509 2003-03-05  Angus Leeming  <leeming@lyx.org>
9510
9511         * commandtags.h:
9512         * LyXAction.C (init):
9513         * BufferView_pimpl.C (dispatch):
9514         * lyxfunc.C (getStatus):
9515         remove LFUN_CHILD_INSERT.
9516
9517         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9518
9519 2003-03-05  Angus Leeming  <leeming@lyx.org>
9520
9521         * commandtags.h:
9522         * LyXAction.C (init):
9523         * src/factory.C (createInset):
9524         * lyxfunc.C (getStatus):
9525         * text3.C (dispatch):
9526         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9527
9528         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9529
9530 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9531
9532         * ParagraphList.C (insert): handle insert right before end()
9533         (erase): fix cases where it can be first or last paragraph.
9534
9535 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9536
9537         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9538         Paragraph::next and Paragraph::previous
9539         (TeXOnePar): ditto
9540
9541         * text.C (breakParagraph): adjust
9542
9543         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9544         BufferParams& as arg.
9545         (breakParagraph): use ParagraphList::insert
9546         (breakParagraphConservative): take a Buffer* instead of a
9547         BufferParams& as arg.
9548         (breakParagraphConservative): use ParagraphList::insert.
9549
9550         * buffer.C (insertStringAsLines): un-const it
9551         (insertStringAsLines): adjust
9552
9553         * ParagraphList.C (insert): new function
9554
9555         * CutAndPaste.C (pasteSelection): adjust
9556
9557         * text.C (backspace): adjust
9558
9559         * tabular.C (SetMultiColumn): adjust
9560
9561         * CutAndPaste.C (cutSelection): adjust
9562         (pasteSelection): adjust
9563
9564         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9565         Buffer const * as arg
9566
9567         * ParagraphList.C (erase): new function
9568         * paragraph_funcs.C (mergeParagraph): use it
9569         (mergeParagraph): make it take a Buffer* instead of a
9570         BufferParams* as arg
9571
9572         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9573         as arg
9574         (breakParagraphConservative): ditto
9575
9576         * paragraph.h: remove the breakParagraph friend
9577
9578         * paragraph.C (eraseIntern): new function
9579         (setChange): new function
9580
9581         * paragraph_funcs.C (mergeParagraph): make it take a
9582         ParagraphList::iterator instead of a Paragraph *, adjust
9583         accordingly.
9584
9585         * paragraph.h: move an #endif so that the change tracking stuff
9586         also works in the NO_NEXT case.
9587
9588 2003-03-04  Angus Leeming  <leeming@lyx.org>
9589
9590         * commandtags.h:
9591         * LyXAction.C: new LFUN_INSET_MODIFY.
9592
9593         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9594         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9595
9596 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9597
9598         * several files: ws changes only
9599
9600         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9601         (TeXEnvironment): ditto
9602         (TeXDeeper): ditto
9603
9604         * buffer.C (makeLaTeXFile): adjust
9605         (latexParagraphs): make it take ParagraphList::iterator as args
9606
9607 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9608
9609         * buffer.C (latexParagraphs): adjust
9610
9611         * paragraph.C (TeXOnePar): move function...
9612         (optArgInset): move function...
9613         (TeXEnvironment): move function...
9614         * paragraph_pimpl.C (TeXDeeper): move function...
9615         * paragraph_funcs.C: ...here
9616
9617         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9618
9619 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9620
9621         * buffer.C (readInset): remove compability code for old Figure and
9622         InsetInfo insets
9623
9624 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9625
9626         * buffer.C: ws changes
9627         (readInset):
9628
9629         * BufferView_pimpl.C: ditto
9630         * author.C: ditto
9631         * buffer.h: ditto
9632         * bufferlist.h: ditto
9633         * changes.h: ditto
9634         * lyxfunc.C: ditto
9635
9636 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9637
9638         * converter.[Ch]: split into itself +
9639         * graph.[Ch]
9640         * format.[Ch]
9641         * Makefile.am: += graph.[Ch] + format.[Ch]
9642         * MenuBackend.C
9643         * buffer.C
9644         * exporter.C
9645         * importer.C
9646         * lyx_main.C
9647         * lyxfunc.C
9648         * lyxrc.C: added #include "format.h"
9649
9650 2003-02-27  Angus Leeming  <leeming@lyx.org>
9651
9652         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9653           a label.
9654
9655         * factory.C (createInset): add "label" to the factory.
9656
9657         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9658           string and do no more.
9659
9660 2003-02-27  Angus Leeming  <leeming@lyx.org>
9661
9662         * commandtags.h:
9663         * LyXAction.C (init):
9664         * factory.C (createInset):
9665         * BufferView_pimpl.C (dispatch):
9666           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9667
9668         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9669
9670         * lyxfunc.C (dispatch):
9671         * text3.C (dispatch): pass name to params2string.
9672
9673 2003-02-26  Angus Leeming  <leeming@lyx.org>
9674
9675         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9676           blocks together.
9677           Rearrange the ~includes. Strip out the unnecessary ones.
9678
9679         * factory.C (createInset): reformat.
9680           create new insets for the various LFUN_XYZ_APPLY lfuns.
9681
9682 2003-02-26  John Levon  <levon@movementarian.org>
9683
9684         * lyxrow.h:
9685         * lyxrow.C: add isParStart,isParEnd helpers
9686
9687         * paragraph.h: make isInserted/DeletedText take refs
9688
9689         * paragraph_funcs.h:
9690         * paragraph_funcs.C: remove #if 0'd code
9691
9692         * lyxtext.h:
9693         * text3.C:
9694         * text2.C:
9695         * text.C: use lyxrow helpers above.
9696           Move draw and paint routines to RowPainter.
9697           Make several methods use refs not pointers.
9698           Make backgroundColor() const.
9699           Add markChangeInDraw(), isInInset().
9700           Merge changeRegionCase into changeCase.
9701           Make workWidth() shouldn't-happen code into an Assert.
9702
9703         * rowpainter.h:
9704         * rowpainter.C: new class for painting a row.
9705
9706         * vspace.h:
9707         * vspace.C: make inPixels take a ref
9708
9709 2003-02-26  Angus Leeming  <leeming@lyx.org>
9710
9711         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9712         LFUN_REF_APPLY.
9713
9714 2003-02-25  John Levon  <levon@movementarian.org>
9715
9716         * ispell.C: give the forked command a more accurate name
9717
9718 2003-02-22  John Levon  <levon@movementarian.org>
9719
9720         * toc.h:
9721         * toc.C: make TocItem store an id not a Paragraph *
9722           (bug #913)
9723
9724 2003-02-21  Angus Leeming  <leeming@lyx.org>
9725
9726         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9727           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9728           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9729           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9730           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9731           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9732
9733         * BufferView_pimpl.C (dispatch):
9734         * LyXAction.C (init):
9735         * factory.C (createInset):
9736         * lyxfunc.C (getStatus, dispatch):
9737         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9738
9739 2003-02-21  Angus Leeming  <leeming@lyx.org>
9740
9741         * BufferView_pimpl.C (MenuInsertLyXFile):
9742         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9743         * lyxfunc.C (menuNew, open, doImport):
9744           no longer pass a LyXView & to fileDlg.
9745
9746 2003-02-21  Angus Leeming  <leeming@lyx.org>
9747
9748         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9749         * LyXAction.C: change, BIBKEY to BIBITEM.
9750         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9751         Change InsetBibKey to InsetBibitem.
9752         Change BIBKEY_CODE to BIBITEM_CODE.
9753         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9754         * factory.C: replace insetbib.h with insetbibitem.h.
9755         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9756         * paragraph.C: replace insetbib.h with insetbibitem.h.
9757         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9758         Change bibkey() to bibitem().
9759         * text.C: remove insetbib.h.
9760         * text2.C: replace insetbib.h with insetbibitem.h.
9761         change bibkey() to bibitem().
9762         * text3.C: remove insetbib.h.
9763         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9764
9765 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9766
9767         * lyxrc.C (output): enclose user email in quotes (in case there are
9768         several words)
9769
9770 2003-02-18  John Levon  <levon@movementarian.org>
9771
9772         * buffer.h: add std::
9773
9774 2003-02-17  John Levon  <levon@movementarian.org>
9775
9776         * SpellBase.h:
9777         * ispell.h:
9778         * ispell.C:
9779         * pspell.h:
9780         * pspell.C: reworking. Especially in ispell, a large
9781           number of clean ups and bug fixes.
9782
9783         * lyxfunc.C: fix revert to behave sensibly
9784
9785 2003-02-17 André Pönitz <poenitz@gmx.net>
9786
9787         * LyXAction.C:
9788         * commandtags.h: new LFUN_INSERT_BIBKEY
9789
9790         * layout.h:
9791         * lyxlayout.C:
9792         * buffer.C:
9793         * factory.C:
9794         * text.C:
9795         * text2.C:
9796         * text3.C:
9797         * paragraph.[Ch]:
9798         * paragraph_func.C: remove special bibkey handling
9799
9800 2003-02-17  John Levon  <levon@movementarian.org>
9801
9802         * text.C (Delete): fix case where delete at the end of
9803           the very first paragraph would not merge the pars
9804
9805 2003-02-17  John Levon  <levon@movementarian.org>
9806
9807         * lyxrow.C: fix lastPrintablePos()
9808
9809 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9810
9811         * bufferparams.C (writeLaTeX): add a std:here
9812
9813         * buffer.C: and remove a using directive there
9814
9815 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9816
9817         * buffer.C (makeLaTeXFile): move the code that generates the
9818           preamble...
9819
9820         * bufferparams.C (writeLaTeX): ... in this new method
9821
9822         * LaTeXFeatures.C (getEncodingSet): make const
9823           (getLanguages): make const
9824
9825         * MenuBackend.C (binding): returns the binding associated to this
9826           action
9827           (add): sets the status of each item by calling getStatus. Adds
9828           some intelligence.
9829           (read): add support for OptSubMenu
9830           (expand): remove extra separator at the end of expanded menu
9831
9832 2003-02-15  John Levon  <levon@movementarian.org>
9833
9834         * BufferView.C:
9835         * BufferView_pimpl.C:
9836         * bufferlist.h:
9837         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9838           inset code that had no actual effect. Remove unneeded status
9839           code.
9840
9841 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9842
9843         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9844           in preamble
9845
9846 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9847
9848         * text.C (drawLengthMarker): also draw an arrow marker for
9849           symbolic lengths (medskip...)
9850
9851 2003-02-14  John Levon  <levon@movementarian.org>
9852
9853         * tabular.h:
9854         * tabular.C: better method names
9855
9856 2003-02-14  John Levon  <levon@movementarian.org>
9857
9858         * BufferView_pimpl.C:
9859         * bufferlist.C:
9860         * buffer.C:
9861         * converter.C:
9862         * lyx_cb.C:
9863         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9864           it's a more accurate name. Remove some pointless uses.
9865
9866 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9867
9868         * text2.C (LyXText): change order of initilizers to shut off
9869           warnings
9870
9871 2003-02-14  John Levon  <levon@movementarian.org>
9872
9873         * buffer.C: use ParIterator for getParFromID()
9874
9875         * paragraph.h:
9876         * paragraph.C:
9877         * paragraph_pimpl.h:
9878         * paragraph_pimpl.C: remove unused getParFromID()
9879
9880 2003-02-14  John Levon  <levon@movementarian.org>
9881
9882         * buffer.C: remove some very old #if 0'd parse code
9883
9884 2003-02-13  John Levon  <levon@movementarian.org>
9885
9886         * text.h:
9887         * text.C:
9888         * text2.C: move hfillExpansion(), numberOfSeparators(),
9889           rowLast(), rowLastPrintable(), numberofHfills(),
9890           numberOfLabelHfills() ...
9891
9892         * lyxrow.h:
9893         * lyxrow.C: ... to member functions here.
9894
9895         * paragraph.h:
9896         * paragraph.C:
9897         * lyxtext.h:
9898         * text.C: remove LyXText::beginningOfMainBody(), and call
9899           p->beginningOfMainBody() directly. Move the check for
9900           LABEL_MANUAL into the latter.
9901
9902         * text.h:
9903         * text.C:
9904         * text2.C:
9905         * vspace.C:
9906         * BufferView.h:
9907         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9908
9909         * text.h:
9910         * text.C:
9911         * text2.C:
9912         * text3.C:
9913         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9914           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9915
9916 2003-02-13  John Levon  <levon@movementarian.org>
9917
9918         * CutAndPaste.C: remove debug
9919
9920 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9921
9922         * paragraph.C (asString): remove two unused variables
9923
9924         * lyxtextclass.C (readTitleType):
9925           (Read):
9926           (LyXTextClass): handle new members titletype_ and titlename_
9927
9928         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9929
9930 2003-02-09  John Levon  <levon@movementarian.org>
9931
9932         * buffer.h:
9933         * buffer.C: replace hand-coded list with a map for the dep clean
9934
9935 2003-02-08  John Levon  <levon@movementarian.org>
9936
9937         * LaTeX.C: consolidate code into showRunMessage() helper
9938
9939 2003-02-08  John Levon  <levon@movementarian.org>
9940
9941         * lyxfind.C:
9942         * lyxtext.h:
9943         * text2.C:
9944         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9945           and pass the size in explicitly
9946
9947         * BufferView_pimpl.h:
9948         * BufferView_pimpl.C:
9949         * BufferView.h:
9950         * BufferView.C: add getCurrentChange()
9951
9952         * BufferView_pimpl.h:
9953         * BufferView_pimpl.C: handle change lfuns
9954
9955         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9956           for changes. Mark pasted paragraphs as new.
9957
9958         * support/lyxtime.h:
9959         * support/lyxtime.C:
9960         * DepTable.C: abstract time_t as lyx::time_type
9961
9962         * LColor.h:
9963         * LColor.C: add colours for new text, deleted text, changebars
9964
9965         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9966           package use "usenames" option.
9967
9968         * commandtags.h:
9969         * lyxfunc.C:
9970         * LyXAction.C: add change lfuns
9971
9972         * Makefile.am:
9973         * author.h:
9974         * author.C: author handling
9975
9976         * buffer.h:
9977         * buffer.C: add a per-buffer author list, with first entry as
9978           current author. Handle new .lyx tokens for change tracking. Output
9979           author list to .lyx file. Output dvipost stuff to .tex preamble.
9980           Bump lyx format to 222.
9981
9982         * bufferlist.h:
9983         * bufferlist.C: add setCurrentAuthor() to reset current author details
9984           in all buffers.
9985
9986         * bufferparams.h:
9987         * bufferparams.C: add param for tracking
9988
9989         * bufferview_funcs.C: output change info in minibuffer
9990
9991         * Makefile.am:
9992         * changes.h:
9993         * changes.C: add change-tracking structure
9994
9995         * debug.h:
9996         * debug.C: add CHANGES debug flag
9997
9998         * lyxfind.h:
9999         * lyxfind.C: add code for finding the next change piece
10000
10001         * lyxrc.h:
10002         * lyxrc.C: add user_name and user_email
10003
10004         * lyxrow.h:
10005         * lyxrow.C: add a metric for the top of the text line
10006
10007         * lyxtext.h:
10008         * text.C: implement accept/rejectChange()
10009
10010         * lyxtext.h:
10011         * text.C: paint changebars. Paint new/deleted text in the chosen
10012         colours. Strike through deleted text.
10013
10014         * paragraph.h:
10015         * paragraph.C:
10016         * paragraph_pimpl.h:
10017         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
10018           in the current change to the insert functions. Rework erase to
10019           mark text as deleted, adding an eraseIntern() and a range-based
10020           erase(). Implement per-paragraph change lookup and
10021           accept/reject.
10022
10023         * paragraph_funcs.C: Fixup paste for change tracking.
10024
10025         * tabular.C: mark added row/columns as new.
10026
10027         * text.C: fix rowLast() to never return -1. Don't allow
10028           spellchecking of deleted text. Track transpose changes. Don't
10029           allow paragraph break or merge where appropriate.
10030
10031         * text2.C: leave cursor at end of selection after a cut.
10032
10033 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10034
10035         * text.C (getLengthMarkerHeight):
10036         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10037         visible on screen too.
10038
10039 2003-02-07  John Levon  <levon@movementarian.org>
10040
10041         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10042
10043 2003-02-05  Angus Leeming  <leeming@lyx.org>
10044
10045         * lyxserver.C (read_ready): revert my patch of 11 September last year
10046         as it sends PC cpu through the roof. Presumably this means that
10047         the lyxserver will no longer run on an Alpha...
10048
10049 2003-01-30  Angus Leeming  <leeming@lyx.org>
10050
10051         * factory.C (createInset): create an InsetCommandParam of type "index"
10052         and use it to 'do the right thing'.
10053
10054         * text2.C (getStringToIndex): ensure that cursor position is always
10055         reset to the reset_cursor position.
10056
10057 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10058
10059         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10060         disabled.
10061
10062 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10063
10064         * bufferview.C:
10065         * lyxcb.C:
10066         * lyxfunc.C: Output messages with identical spelling, punctuation,
10067         and spaces
10068
10069 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10070
10071         * MenuBackend.C (expandFormats): List only viewable export formats
10072         in "View" menu
10073
10074         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10075         message
10076
10077         * lyxfunc.C (getStatus): Make sure that formats other than
10078         "fax" can also be disabled
10079
10080 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10081
10082         * text3.C (dispatch): put the lfuns that insert insets in 3
10083         groups, and call doInsertInset with appropriate arguments.
10084         (doInsertInset): new function, that creates an inset and inserts
10085         it according to some boolean parameters.
10086
10087 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10088
10089         * buffer.C (readFile): remember to pass on 'par' when calling
10090         readFile recursively.
10091
10092 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10093
10094         * MenuBackend.C (expandFormats): add "..." to import formats.
10095
10096 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10097
10098         * paragraph.C (asString): Remove XForms RTL hacks.
10099
10100 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10101         * buffer.C: fix typo
10102
10103 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10104
10105         * Makefile.am (LIBS): delete var
10106         (lyx_LDADD): add @LIBS@ here instead.
10107
10108 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10109
10110         * Clarify the meaning of "wheel mouse jump"
10111
10112 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10113
10114         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10115         tabular in a float
10116
10117 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10118
10119         * importer.C (Loaders): do not preallocate 3 elements in the
10120         vector, since one ends up with 6 elements otherwise
10121
10122 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10123
10124         * DepTable.C (write): write the file name as last element of the
10125         .dep file (because it may contain spaces)
10126         (read): read info in the right order
10127
10128 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10129
10130         * paragraph_pimpl.C (simpleTeXBlanks):
10131         (simpleTeXSpecialChars):
10132         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10133
10134         * tabular.C (latex): add some missing case statements. Reindent.
10135
10136         * MenuBackend.C (expandToc): remove unused variable.
10137
10138 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10139
10140         * LColor.C:
10141         * LaTeX.C:
10142         * LyXAction.C:
10143         * MenuBackend.C:
10144         * buffer.C:
10145         * exporter.C:
10146         * lyxfunc.C:
10147         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10148         and the like.
10149
10150 2003-01-05  John Levon  <levon@movementarian.org>
10151
10152         * BufferView.h:
10153         * BufferView.C: add getEncoding()
10154
10155         * kbsequence.h:
10156         * kbsequence.C: do not store last keypress
10157
10158         * lyxfunc.h:
10159         * lyxfunc.C: store last keypress here instead. Pass encoding
10160           to getISOEncoded()
10161
10162 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10163
10164         * lyx_main.C (init): remove annoying error message when following
10165         symbolic links (bug #780)
10166
10167 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10168
10169         * text.C (insertChar):
10170         * lyxrc.C (getDescription): remove extra spaces
10171
10172 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10173
10174         * lyxrc.C (getDescription): remove extra spaces
10175
10176 2002-12-20  John Levon  <levon@movementarian.org>
10177
10178         * text3.C: hack fix for page up/down across tall rows
10179
10180 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10181
10182         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10183         not been invoked
10184
10185 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10186
10187         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10188         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10189         thesaurus is not compiled in
10190
10191 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10192
10193         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10194
10195 2002-12-16  Angus Leeming  <leeming@lyx.org>
10196
10197         * lyxrc.[Ch]:
10198         * lyx_main.C (init): remove override_x_deadkeys stuff.
10199
10200 2002-12-12  John Levon  <levon@movementarian.org>
10201
10202         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10203           insert. Only remove shift modifier under strict
10204           circumstances.
10205
10206 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10207
10208         * MenuBackend.C (expandToc): fix crash.
10209
10210 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10211
10212         * MenuBackend.C (expandToc): gettext on float names.
10213
10214 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10215
10216         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10217         implement bool empty() [bug 490]
10218
10219 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10220
10221         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10222
10223 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10224
10225         * several files: ws changes
10226
10227 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10228
10229         * text2.C (setCounter): clean up a bit, use boost.format.
10230         (updateCounters): initialize par upon declaration.
10231
10232         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10233         if the layout exists. We do not just store the layout any more.
10234         (SwitchLayoutsBetweenClasses): use boost.format
10235
10236 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10237
10238         * converter.C (convert): if from and to files are the same, use a
10239         temporary files as intermediary
10240
10241 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10242
10243         * commandtags.h:
10244         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10245
10246 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10247
10248         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10249
10250 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10251
10252         * tabular.C (asciiPrintCell): use string(size, char) instead of
10253         explicit loop.
10254
10255         * sgml.C (openTag): fix order of arguments to string constructor
10256         (closeTag): ditto
10257
10258         * lyxfunc.C (dispatch): use boost.format
10259
10260         * lots of files: change "c" -> 'c'
10261
10262 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10263
10264         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10265
10266 2002-11-25  Angus Leeming  <leeming@lyx.org>
10267
10268         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10269
10270         * lyx_main.C (init): compile fix.
10271
10272 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10273
10274         * lyx_cb.C (start): boost.formatify
10275         do not include <iostream>
10276
10277         * lengthcommon.C: ws only
10278
10279         * boost-inst.C,BoostFormat.h: add more explict instantations
10280
10281 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10282
10283         * lots of files: handle USE_BOOST_FORMAT
10284
10285 2002-11-21  John Levon  <levon@movementarian.org>
10286
10287         * pspell.C: fix compile
10288
10289 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10290
10291         * lyxfunc.C (dispatch): use boost::format
10292         (open): ditto
10293         (doImport): ditto
10294
10295         * lyxfont.C (stateText): use boost::format
10296
10297         * lyx_main.C (LyX): use boost::format
10298         (init): ditto
10299         (queryUserLyXDir): ditto
10300         (readRcFile): ditto
10301         (parse_dbg): ditto
10302         (typedef boost::function): use the recommened syntax.
10303
10304         * importer.C (Import): use boost::format
10305
10306         * debug.C (showLevel): use boost::format
10307
10308         * converter.C (view): use boost::format
10309         (convert): ditto
10310         (move): ditto
10311         (scanLog): ditto
10312
10313         * bufferview_funcs.C (currentState): use boost::format
10314
10315         * bufferlist.C (emergencyWrite): use boost::format
10316
10317         * buffer.C (readLyXformat2): use boost::format
10318         (parseSingleLyXformat2Token): ditto
10319
10320         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10321
10322         * LaTeX.C (run): use boost::format
10323
10324         * Chktex.C (scanLogFile): use boost::format
10325
10326         * BufferView_pimpl.C (savePosition): use boost::format
10327         (restorePosition): ditto
10328         (MenuInsertLyXFile): ditto
10329
10330         * BoostFormat.h: help file for explicit instation.
10331
10332 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10333
10334         * tabular.C (latex): Support for block alignment in fixed width
10335         columns.
10336
10337 2002-11-17  John Levon  <levon@movementarian.org>
10338
10339         * BufferView_pimpl.C:
10340         * lyx_cb.C:
10341         * lyxfunc.C: split filedialog into open/save
10342
10343 2002-11-08  Juergen Vigna  <jug@sad.it>
10344
10345         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10346         by my last patch (hopefully).
10347
10348 2002-11-08  John Levon  <levon@movementarian.org>
10349
10350         * iterators.h:
10351         * iterators.C:
10352         * buffer.h:
10353         * buffer.C:
10354         * paragraph.h:
10355         * paragraph.C:
10356         * toc.h:
10357         * toc.C: ParConstIterator, and use it (from Lars)
10358
10359 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10360
10361         * lyxtextclass.[Ch]: revise and add doxygen comments
10362
10363 2002-11-07  John Levon  <levon@movementarian.org>
10364
10365         * text.C: fix progress value for spellchecker
10366
10367         * toc.C: fix navigate menu for insetwrap inside minipage
10368
10369         * paragraph_funcs.C: added FIXME for suspect code
10370
10371 2002-11-07  John Levon  <levon@movementarian.org>
10372
10373         * BufferView_pimpl.C: fix redrawing of insets
10374           on buffer switch
10375
10376 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10377
10378         * text2.C (updateCounters): fix bug 668
10379
10380 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10381
10382         * text3.C (dispatch): Do not make the buffer dirty when moving the
10383         cursor.
10384
10385 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10386
10387         * vc-backend.C: STRCONV
10388         (scanMaster): ditto
10389
10390         * text2.C (setCounter): STRCONV
10391
10392         * paragraph.C (asString): STRCONV
10393
10394         * lyxlength.C (asString): STRCONV
10395         (asLatexString): ditto
10396
10397         * lyxgluelength.C (asString): STRCONV
10398         (asLatexString): ditto
10399
10400         * lyxfunc.C (dispatch): STRCONV
10401         (open): ditto
10402
10403         * lyxfont.C (stateText): STRCONV
10404
10405         * importer.C (Import): STRCONV
10406
10407         * counters.C (labelItem): STRCONV
10408         (numberLabel): ditto
10409         (numberLabel): remove unused ostringstream o
10410
10411         * chset.C: STRCONV
10412         (loadFile): ditto
10413
10414         * bufferview_funcs.C (currentState): STRCONV
10415
10416         * buffer.C (readFile): STRCONV
10417         (asciiParagraph): ditto
10418         (makeLaTeXFile): ditto
10419
10420         * Spacing.C (writeEnvirBegin): STRCONV
10421
10422         * LaTeXFeatures.C (getLanguages): STRCONV
10423         (getPackages): ditto
10424         (getMacros): ditto
10425         (getBabelOptions): ditto
10426         (getTClassPreamble): ditto
10427         (getLyXSGMLEntities): ditto
10428         (getIncludedFiles): ditto
10429
10430         * LaTeX.C: STRCONV
10431         (run): ditto
10432         (scanAuxFile): ditto
10433         (deplog): ditto
10434
10435         * LString.h: add the STRCONV macros
10436
10437         * BufferView_pimpl.C (savePosition): STRCONV
10438         (restorePosition): ditto
10439         (MenuInsertLyXFile): ditto
10440
10441         * vc-backend.C (scanMaster): change from submatch[...] to
10442         submatch.str(...)
10443
10444         * funcrequest.C: include config.h
10445
10446         * factory.C: include config.h
10447
10448         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10449
10450         * box.C: include config.h
10451
10452         * LaTeX.C (scanAuxFile): change from submatch[...] to
10453         submatch.str(...)
10454         (deplog): ditto
10455
10456 2002-10-25  Angus Leeming  <leeming@lyx.org>
10457
10458         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10459
10460         * ispell.[Ch] (setError): new method.
10461         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10462         Use setError() insetead of goto END.
10463
10464         * lyx_cb.C (AutoSave): move out child process into new class
10465         AutoSaveBuffer.
10466
10467 2002-10-30  John Levon  <levon@movementarian.org>
10468
10469         * text3.C: make start appendix undoable
10470
10471 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10472
10473         * lyxlength.C (inPixels): Fix returned value.
10474
10475         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10476         environment.
10477
10478 2002-10-24  Angus Leeming  <leeming@lyx.org>
10479
10480         * lyxgluelength.h: no need to forward declare BufferParams
10481         or BufferView, so don't.
10482
10483 2002-10-21  John Levon  <levon@movementarian.org>
10484
10485         * BufferView.C: menuUndo ->undo, redo
10486
10487         * BufferView.h: document, remove dead, make some methods private
10488
10489         * paragraph_funcs.h:
10490         * paragraph_funcs.C:
10491         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10492
10493         * buffer.h:
10494         * buffer.C:
10495         * sgml.h:
10496         * sgml.C: move sgml open/close tag into sgml.C
10497
10498         * bufferview_funcs.h: unused prototype
10499
10500         * lyxfunc.h:
10501         * lyxfunc.C: remove unused
10502
10503         * lyxtext.h:
10504         * text.C: remove unused
10505
10506 2002-10-21  John Levon  <levon@movementarian.org>
10507
10508         * BufferView.h:
10509         * BufferView.C:
10510         * BufferView_pimpl.h:
10511         * BufferView_pimpl.C: fix mouse wheel handling based on
10512           patch from Darren Freeman
10513
10514 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10515
10516         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10517
10518 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10519
10520         * lyxlength.C (inPixels): Fix hanfling of negative length.
10521         Fix LyXLength::MU case.
10522
10523 2002-10-16  John Levon  <levon@movementarian.org>
10524
10525         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10526
10527 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10528
10529         * converter.C (view): add support for $$i (file name) and $$p
10530         (file path) for the viewer command. If $$i is not specified, then
10531         it is appended to the command (for compatibility with old syntax)
10532
10533 2002-10-14  Juergen Vigna  <jug@sad.it>
10534
10535         * undo_funcs.C (textHandleUndo): alter the order in which the
10536         new undopar is added to the LyXText, as we have to set first
10537         the right prev/next and then add it as otherwise the rebuild of
10538         LyXText is not correct. Also reset the cursor to the right paragraph,
10539         with this IMO we could remove the hack in "redoParagraphs()".
10540
10541 2002-10-09  Angus Leeming  <leeming@lyx.org>
10542
10543         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10544         to turn off an optimisation if a new inset is to be inserted.
10545
10546 2002-10-11 André Pönitz <poenitz@gmx.net>
10547
10548         * lyxtext.h: make some functions public to allow access
10549         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10550
10551 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10552
10553         * text3.C (dispatch): when changing layout, avoid an infinite loop
10554         [bug #652]
10555
10556 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10557
10558         * lyxrc.C (read): treat a viewer or converter command of "none" as
10559         if it were empty.
10560
10561         * MenuBackend.C (expandFormats): for an update, also allow the
10562         formats that are not viewable
10563
10564         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10565         script if it is newer than the lyxrc.defaults in user directory
10566
10567 2002-10-07 André Pönitz <poenitz@gmx.net>
10568
10569         * text.C: Vitaly Lipatov's small i18n fix
10570
10571 2002-09-25  Angus Leeming  <leeming@lyx.org>
10572
10573         * ispell.h: doxygen fix.
10574
10575 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10576
10577         * buffer.h (readFile): Add a new argument to the method, to allow
10578         reading of old-format templates.
10579
10580 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10581
10582         * toc.C (getTocList): Get TOC from InsetWrap.
10583
10584 2002-09-16  John Levon  <levon@movementarian.org>
10585
10586         * lyxfunc.C: check tabular for cut/copy too
10587
10588 2002-09-12  John Levon  <levon@movementarian.org>
10589
10590         * LyXAction.C: tidy
10591
10592         * factory.h:
10593         * factory.C: add header
10594
10595         * paragraph_funcs.h:
10596         * paragraph_funcs.C: cleanup
10597
10598 2002-09-11  John Levon  <levon@movementarian.org>
10599
10600         * PrinterParams.h: odd/even default to true
10601
10602 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10603
10604         * PrinterParams.h: update printer parameters for new xforms dialog
10605
10606 2002-09-11  Angus Leeming  <leeming@lyx.org>
10607
10608         * lyxserver.C (read_ready): re-write to make it more transparent
10609         and to make it work in coherent fashion under Tru64 Unix.
10610
10611 2002-09-11  André Pönitz <poenitz@gmx.net>
10612
10613         * commandtags.h:
10614         * LyXAction.C:
10615         * text3.C: implement LFUN_WORDSEL
10616
10617 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10618
10619         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10620         make floatlist_ a boost::shared_ptr<FloatList>
10621
10622         * lyxtextclass.C: include FloatList.h
10623         (LyXTextClass): initialize floatlist_
10624         (TextClassTags): add TC_NOFLOAT
10625         (Read): match "nofloat" to TC_NOFLOAT and use it.
10626         (readFloat): modify call to floatlist_
10627         (floats): ditto
10628         (floats): ditto
10629
10630         * FloatList.[Ch] (FloatList): remove commented out float
10631         initialization.
10632         (erase): new function
10633
10634 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10635
10636         * MenuBackend.C (expandToc): fix crash when there is no document
10637         open
10638
10639 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10640
10641         * many files: Add insetwrap.
10642
10643 2002-09-09  John Levon  <levon@movementarian.org>
10644
10645         * text2.C: remove confusing and awkward depth wraparound
10646
10647 2002-09-09  John Levon  <levon@movementarian.org>
10648
10649         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10650
10651         * buffer.h:
10652         * buffer.C: remove getIncludeonlyList()
10653
10654         * paragraph.C:
10655         * lyxfunc.C: remove headers
10656
10657 2002-09-09  Juergen Vigna  <jug@sad.it>
10658
10659         * text.C (getColumnNearX): fix form Michael this is most
10660         probably a cut&paste bug.
10661
10662 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10663
10664         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10665
10666         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10667         references, ws changes.
10668
10669         * text2.C (init): update counters after init
10670         (insertParagraph): no need to set counter on idividual paragraphs.
10671         (setCounter): access the counters object in the textclass object
10672         on in the buffer object.
10673         (updateCounters): ditto
10674
10675         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10676         shared_ptr<Counters> to avoid loading counters.h in all
10677         compilation units.
10678         (LyXTextClass): initialize ctrs_
10679         (TextClassTags): add TC_COUNTER, and ...
10680         (Read): use it here.
10681         (CounterTags): new tags
10682         (readCounter): new function
10683         (counters): new funtion
10684         (defaultLayoutName): return a const reference
10685
10686         * counters.C (Counters): remove contructor
10687         (newCounter): remove a couple of unneeded statements.
10688         (newCounter): simplify a bit.
10689         (numberLabel): some small formatting changes.
10690
10691         * buffer.[Ch]: remove all traces of counters, move the Counters
10692         object to the LyXTextClass.
10693
10694 2002-09-06  Alain Castera  <castera@in2p3.fr>
10695
10696         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10697         package to set the horizontal alignment on fixed width columns.
10698
10699         * lyx_sty.C:
10700         * lyx_sty.h: added tabularnewline macro def.
10701
10702         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10703
10704 2002-09-06  John Levon  <levon@movementarian.org>
10705
10706         * LyXAction.C: tooltips for sub/superscript
10707
10708         * MenuBackend.C: a bit more verbose
10709
10710         * lyxfunc.C: tiny clean
10711
10712         * undo_funcs.C: document undo_frozen
10713
10714 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10715
10716         * counters.C (Counters): add missing algorithm counter.
10717
10718         * text2.C (setCounter): lookup the counter with layouts latexname
10719         instead of by section number.
10720         (setCounter): use a hackish way to lookup the correct enum
10721         counter.
10722         a float name->type change
10723         reset enum couners with counter name directly instead of depth value.
10724
10725         * counters.C (Counters): remove the push_backs, change to use the
10726         float type not the float name.
10727         (labelItem): remove unused string, float name->type change
10728
10729         * counters.h: don't include vector, loose the enums and sects vectors
10730
10731 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10732
10733         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10734         (Read): add float->TC_FLOAT to textclassTags
10735         (Read): and handle it in the switch
10736         (readFloat): new function
10737
10738         * FloatList.C (FloatList): comment out the hardcoded float
10739         definitions.
10740
10741         * lyxlayout.h: ws change.
10742
10743 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10744
10745         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10746
10747 2002-09-03  Angus Leeming  <leeming@lyx.org>
10748
10749         * BufferView_pimpl.h: qualified name is not allowed in member
10750         declaration: WorkArea & Pimpl::workarea() const;
10751
10752         * factory.C: added using std::endl directive.
10753
10754         * text3.C: added using std::find and std::vector directives.
10755
10756 2002-08-29  André Pönitz <poenitz@gmx.net>
10757
10758         * lyxtext.h:
10759         * text2.C: remove unused member number_of_rows
10760
10761         * Makefile.am:
10762         * BufferView2.C: remove file, move contents to...
10763         * BufferView.C: ... here
10764
10765         * BufferView_pimpl.C:
10766         * factory.C: move more inset creation to factory
10767
10768         * vspace.C: avoid direct usage of LyXText, ws changes
10769
10770         * BufferView.[Ch]:
10771                 don't provide direct access to WorkArea, use two simple
10772                 acessors haveSelction() and workHeight() instead
10773
10774
10775 2002-08-29  John Levon  <levon@movementarian.org>
10776
10777         * BufferView_pimpl.C (dispatch): do not continue when
10778           no buffer
10779
10780 2002-08-28  André Pönitz <poenitz@gmx.net>
10781
10782         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10783
10784         * BufferView.h:
10785         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10786
10787 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10788
10789         * buffer.C: increment LYX_FORMAT to 221
10790
10791         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10792         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10793
10794         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10795
10796         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10797
10798 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10799
10800         * factory.C (createInset): use LyXTextClass::floats
10801
10802         * MenuBackend.C (expandFloatListInsert):
10803         (expandFloatInsert):
10804         (expandToc):
10805
10806         * text2.C (setCounter):
10807
10808         * LaTeXFeatures.C (useFloat):
10809         (getFloatDefinitions):
10810
10811         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10812
10813         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10814         floatlist_, with accessor floats().
10815
10816         * FloatList.h: remove global FloatList
10817
10818 2002-08-26  André Pönitz <poenitz@gmx.net>
10819
10820         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10821
10822         * BufferView.h:
10823         * BufferView2.C:
10824         * BufferView_pimpl.C:
10825         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10826
10827 2002-08-25  John Levon  <levon@movementarian.org>
10828
10829         * LyXAction.C: fix margin note description
10830
10831 2002-08-24  John Levon  <levon@movementarian.org>
10832
10833         * buffer.C:
10834         * bufferlist.C:
10835         * bufferview_funcs.C:
10836         * lyxfont.C:
10837         * undo_funcs.C: cleanups
10838
10839         * lyxfunc.C: disable CUT/COPY when no selection
10840
10841 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10842
10843         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10844         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10845
10846         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10847         Add backward compatibility to "mono", "gray" and "no".
10848
10849 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10850
10851         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10852         (and file_format >= 200).
10853
10854 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10855
10856         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10857
10858 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10859
10860         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10861
10862 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10863
10864         * BufferView_pimpl.C:
10865         * LyXAction.C:
10866         * buffer.C:
10867         * commandtags.h:
10868         * lyxfunc.C:
10869         * paragraph.[Ch]:
10870         * text2.C:
10871         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10872         inset and code to make it  work with the paragraph code. The inset
10873         can be anywhere in the paragraph, but will only do the expected
10874         thing in LaTeX if the layout file contains the parameter line
10875                         OptionalArgs    1
10876         (or more generally, a nonzero value) for that layout.
10877
10878 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10879
10880         * paragraph.h: remove the declaration of undefined counters class
10881         function.
10882
10883 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10884
10885         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10886         Dr. Richard Hawkins.
10887
10888 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10889
10890         * paragraph_funcs.h: remove some unneeded includes
10891
10892         * text.C (backspace): pasteParagraph now in global scipe
10893
10894         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10895         (pasteSelection): ditto
10896
10897         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10898         * paragraph_funcs.C (pasteParagraph): ... here
10899
10900 2002-08-20  André Pönitz <poenitz@gmx.net>
10901
10902         * commandtags.h: new LFUNs for swapping/copying table row/colums
10903
10904         * LyXAction.C:
10905         * lyxfunc.C: support for new lfuns
10906
10907 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10908
10909         * tabular.C:
10910         * buffer.[Ch]: remove NO_COMPABILITY stuff
10911
10912 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10913
10914         * boost.C (throw_exception): new file, with helper function for
10915         boost compiled without exceptions.
10916
10917         * paragraph.h:
10918         * lyxlength.C:
10919         * buffer.C:
10920         * ParameterStruct.h:
10921         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10922
10923         * bufferlist.C (emergencyWriteAll): use boost bind
10924
10925         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10926
10927         * text.C: include paragraph_funcs.h
10928         (breakParagraph): breakParagraph is now in global scope
10929
10930         * paragraph_funcs.[Ch]: new files
10931
10932         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10933         global scope
10934
10935         * buffer.C: include paragraph_funcs.h
10936         (insertStringAsLines): breakParagraph is now in global scope
10937
10938         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10939         paragraph_funcs.C
10940
10941         * CutAndPaste.C: include paragraph_funcs.h
10942         (cutSelection): breakParagraphConservative is now in global scope
10943         (pasteSelection): ditto
10944
10945         * buffer.h: declare oprator== and operator!= for
10946         Buffer::inset_iterator
10947
10948         * bufferlist.C (emergencyWrite): don't use fmt(...)
10949
10950         * text3.C: add using std::endl
10951
10952         * BufferView.C (moveCursorUpdate): remove default arg
10953
10954 2002-08-20  André Pönitz <poenitz@gmx.net>
10955
10956         * buffer.[Ch]: move inline functions to .C
10957
10958         * BufferView2.C:
10959         * BufferView_pimpl.C:
10960         * text.C:
10961         * buffer.[Ch]: use improved inset_iterator
10962
10963         * buffer.C:
10964         * paragraph.[Ch]: write one paragraph at a time
10965
10966 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10967
10968         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10969         style if style is not specified.
10970
10971 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10972
10973         * text2.C (setCounter): when searching for right label for a
10974         caption, make sure to recurse to parent insets (so that a caption
10975         in a minipage in a figure float works) (bug #568)
10976
10977 2002-08-20  André Pönitz <poenitz@gmx.net>
10978
10979         * text3.C: new file for LyXText::dispatch() and helpers
10980
10981         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10982
10983         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10984
10985 2002-08-19  André Pönitz <poenitz@gmx.net>
10986
10987         * lyxtext.h:
10988         * text.C: new LyXText::dispatch()
10989
10990         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10991
10992 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10993
10994         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10995
10996         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10997         Hebrew text.
10998
10999 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11000
11001         * Makefile.am: use $(variables) instead of @substitutions@
11002
11003 2002-08-15  André Pönitz <poenitz@gmx.net>
11004
11005         * lyxfunc.C:
11006         * BufferView_pimpl.C: streamlining mathed <-> outer world
11007         interaction
11008
11009         * commandtags.h:
11010         * LyXAction.C: remove unused LFUN_MATH
11011
11012 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11013
11014         * paragraph.[Ch]: add some NO_NEXT ifdefs.
11015
11016 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11017
11018         * paragraph.C (Paragraph): reformat a bit
11019         (cutIntoMinibuffer): use builtin InsetList function instad of
11020         doing it manually.
11021         (getInset): ditto
11022
11023         * buffer.C: include boost/bind.hpp, add using std::for_each
11024         (writeFileAscii): use ParagraphList iterators
11025         (validate): use for_each for validate traversal of paragraphs
11026         (getBibkeyList): use ParagraphList iterators
11027         (resizeInsets): use for_each to resizeInsetsLyXText for all
11028         paragraphs.
11029         (getParFromID): use ParagraphList iterators
11030
11031         * BufferView2.C (lockInset): use paragraph list and iterators
11032
11033 2002-08-14  John Levon  <levon@movementarian.org>
11034
11035         * lyxserver.C: remove spurious xforms include
11036
11037 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11038
11039         * lyxfunc.C (getStatus): disable math-extern outside of math mode
11040
11041 2002-08-13  André Pönitz <poenitz@gmx.net>
11042
11043         * LyXAction.[Ch]:
11044         * lyxfunc.C: further cleaning
11045
11046 2002-08-13  André Pönitz <poenitz@gmx.net>
11047
11048         * funcrequest.h: new constructor
11049
11050         * funcrequest.C: move stuff here from .h
11051
11052         * Makefile.am:
11053         * BufferView_pimpl.C:
11054         * LyXAction.C:
11055         * toc.C:
11056         * lyxfunc.C: subsequent changes
11057
11058         * lyxfunc.h: new view() member function
11059
11060         * lyxfunc.C: subsequent changes
11061
11062 2002-08-13  Angus Leeming  <leeming@lyx.org>
11063
11064         * BufferView2.C:
11065         * BufferView_pimpl.C:
11066         * buffer.C:
11067         * converter.C:
11068         * importer.C:
11069         * lyxfunc.C:
11070         * lyxvc.C:
11071         * toc.C:
11072         * vc-backend.C:
11073         changes due to the changed LyXView interface that now returns references
11074         to member variables not pointers.
11075
11076 2002-08-13  Angus Leeming  <leeming@lyx.org>
11077
11078         * WordLangTuple (word, lang_code): return references to strings,
11079         not strings.
11080
11081         * BufferView.h:
11082         * SpellBase.h:
11083         * lyxtext.h: forward-declare WordLangTuple.
11084
11085         * BufferView2.C:
11086         * ispell.C:
11087         * pspell.C:
11088         * text.C: #include "WordLangTuple.h".
11089
11090         * lyxtext.h:
11091         * text.C: (selectNextWordToSpellcheck): constify return type.
11092
11093 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11094
11095         * buffer.C:
11096         * buffer.h:
11097         * lyxtext.h:
11098         * paragraph.C:
11099         * paragraph_pimpl.h:
11100         * text.C:
11101         * text2.C:
11102         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11103         suggested by Angus.
11104         Made updateCounter always count from start of buffer, and removed
11105         second argument (par).
11106         Reverted floats number display to '#'. Perhaps I'll try again when the
11107         code base is sanitized a bit.
11108
11109 2002-08-12  Angus Leeming  <leeming@lyx.org>
11110
11111         * buffer.[Ch] (getLabelList): constify.
11112
11113 2002-08-07  André Pönitz <poenitz@gmx.net>
11114
11115         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11116
11117         * funcrequest.h: extension to keep mouse (x,y) position
11118
11119 2002-08-12  Juergen Vigna  <jug@sad.it>
11120
11121         * BufferView2.C (insertErrors): forbid undo when inserting error
11122         insets.
11123
11124         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11125
11126 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11127
11128         * ParagraphList.[Ch]: new files
11129
11130         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11131
11132         * BufferView2.C (lockInset): ParagraphList changes
11133         * toc.C: ditto
11134         * text2.C: ditto
11135         * bufferlist.C: ditto
11136         * buffer.h: ditto
11137         * buffer.C: ditto
11138
11139 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11140
11141         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11142         unused class variable counter_,
11143
11144         * paragraph.[Ch] (getFirstCounter): delete unused function
11145
11146         * counters.C: include LAssert.h
11147         (reset): add a new function with no arg, change other version to
11148         not have def. arg and to not allow empty arg.
11149
11150         * text2.C (setCounter): remove empty arg from call to Counters::reset
11151
11152 2002-08-11  John Levon  <levon@movementarian.org>
11153
11154         * Makefile.am: add WordLangTuple.h
11155
11156 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11157
11158         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11159         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11160
11161         * insets/insettext.C: InsetList changes
11162
11163         * graphics/GraphicsSupport.C (operator()): InsetList changes
11164
11165         * toc.C (getTocList): InsetList changes
11166
11167         * paragraph_pimpl.[Ch]: InsetList changes
11168
11169         * paragraph.[Ch]: InsetList changes
11170
11171         * buffer.C (inset_iterator): InsetList changes
11172         (setParagraph): ditto
11173         * buffer.h (inset_iterator): ditto
11174         * iterators.C (operator++): ditto
11175         * iterators.h: ditto
11176
11177         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11178
11179         * InsetList.[Ch]: new files, most InsetList handling moved out of
11180         paragraph.C.
11181
11182         * BufferView2.C (removeAutoInsets): InsetList changes
11183         (lockInset): ditto
11184         (ChangeInsets): ditto
11185
11186 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11187
11188         * paragraph_pimpl.h (empty): new function
11189
11190         * paragraph.[Ch] (empty): new function
11191
11192         * other files: use the new Paragraph::empty function
11193
11194 2002-08-09  John Levon  <levon@movementarian.org>
11195
11196         * lyxtext.h: remove unused refresh_height
11197
11198 2002-08-09  John Levon  <levon@movementarian.org>
11199
11200         * Makefile.am:
11201         * sgml.h:
11202         * sgml.C:
11203         * buffer.C:
11204         * paragraph.h:
11205         * paragraph.C: move sgml char escaping out of paragraph
11206
11207         * paragraph.h:
11208         * paragraph.C: remove id setter
11209
11210         * buffer.C:
11211         * paragraph.C:
11212         * paragraph_pimpl.C: remove dead tex_code_break_column
11213
11214         * bufferview_funcs.C: small cleanup
11215
11216         * lyxfunc.C: remove dead proto
11217
11218         * lyxtext.h: make some stuff private. Remove some dead stuff.
11219
11220         * lyxgluelength.C: make as[LyX]String() readable
11221
11222 2002-08-08  John Levon  <levon@movementarian.org>
11223
11224         * LyXAction.h:
11225         * LyXAction.C:
11226         * MenuBackend.C:
11227         * ToolbarDefaults.C:
11228         * lyxfunc.C:
11229         * lyxrc.C:
11230         * toc.C: lyxaction cleanup
11231
11232 2002-08-08  John Levon  <levon@movementarian.org>
11233
11234         * BufferView2.C: small cleanup
11235
11236         * lyxfind.h:
11237         * lyxfind.C: move unnecessary header into the .C
11238
11239 2002-08-08  John Levon  <levon@movementarian.org>
11240
11241         * funcrequest.h: just tedious nonsense
11242
11243         * lyx_main.h:
11244         * lyx_main.C: cleanups
11245
11246         * buffer.C:
11247         * vspace.C: remove dead header lyx_main.h
11248
11249 2002-08-07  Angus Leeming  <leeming@lyx.org>
11250
11251         * Paragraph.[Ch]:
11252         * paragraph_pimpl.h:
11253         Forward declare class Counters in paragraph.h by moving the ctrs member
11254         variable into Paragraph::Pimpl.
11255         (counters): new method, returning a reference to pimpl_->ctrs.
11256
11257         * text2.C: ensuing changes.
11258
11259 2002-08-07  John Levon  <levon@movementarian.org>
11260
11261         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11262
11263         * BufferView_pimpl.C: announce X selection on double/triple
11264           click
11265
11266         * lyx_main.C: use correct bool in batch dispatch
11267
11268         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11269
11270 2002-08-07  André Pönitz <poenitz@gmx.net>
11271
11272         * funcrequest.h: new class to wrap a kb_action and its argument
11273
11274         * BufferView.[Ch]:
11275         * BufferView_pimpl[Ch]:
11276         * LaTeX.C:
11277         * LyXAction.[Ch]:
11278         * lyxfunc.[Ch]:
11279         * lyxrc.C: subsequent changes
11280
11281
11282 2002-08-07  John Levon  <levon@movementarian.org>
11283
11284         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11285           document options change.
11286
11287 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11288
11289         * counters.[Ch]
11290         * text2.C
11291         * paragraph.[Ch]
11292         * makefile.am: move counters functionality over from
11293         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11294
11295 2002-08-06  John Levon  <levon@movementarian.org>
11296
11297         * WordLangTuple.h: new file for word + language code tuple
11298
11299         * SpellBase.h:
11300         * pspell.h:
11301         * pspell.C:
11302         * ispell.h:
11303         * ispell.C:
11304         * lyxtext.h:
11305         * text.C:
11306         * text2.C:
11307         * BufferView.h:
11308         * BufferView2.C: use WordLangTuple
11309
11310         * layout.h:
11311         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11312
11313 2002-08-06  John Levon  <levon@movementarian.org>
11314
11315         * lyx_main.C: fix cmdline batch handling
11316
11317 2002-08-06  André Pönitz <poenitz@gmx.net>
11318
11319         * lyxrc.C: set default for show_banner to true
11320
11321 2002-08-06  John Levon  <levon@movementarian.org>
11322
11323         * pspell.C: fix a crash, and allow new aspell to work
11324
11325 2002-08-06  John Levon  <levon@movementarian.org>
11326
11327         * lyxfunc.C:
11328         * kbmap.C: small cleanup
11329
11330         * vspace.h:
11331         * vspace.C: add const
11332
11333 2002-08-05  John Levon  <levon@movementarian.org>
11334
11335         * LyXAction.C: back to tabular-insert
11336
11337 2002-08-04  John Levon  <levon@movementarian.org>
11338
11339         * BufferView.h:
11340         * BufferView.C: cosmetic change
11341
11342         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11343
11344         * bufferlist.C:
11345         * buffer.h:
11346         * buffer.C:
11347         * lyxcb.h:
11348         * lyxcb.C:
11349         * lyxserver.C:
11350         * lyxvc.C:
11351         * vc-backend.C:
11352         * BufferView2.C: purge all "Lyx" not "LyX" strings
11353
11354         * lyxcursor.h:
11355         * lyxcursor.C: attempt to add some documentation
11356
11357         * lyxfunc.C:
11358         * commandtags.h:
11359         * LyXAction.C:
11360         * ToolbarDefaults.C:
11361         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11362           merge with LFUN_TABULAR_INSERT
11363
11364         * Makefile.am:
11365         * SpellBase.h:
11366         * ispell.h:
11367         * ispell.C:
11368         * pspell.h:
11369         * pspell.C: split up i/pspell implementations into separate
11370           files, many cleanups
11371
11372         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11373
11374         * text2.C: some cleanup
11375
11376         * lyxfunc.C: don't check for isp_command == "none" any more, it
11377           didn't make any sense
11378
11379 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11380
11381         * counters.[Ch]
11382         * text2.C
11383         * paragraph.[Ch]
11384         * makefile.am: move counters functionality over
11385         from text2.C/paragraph.[Ch] to counters.[Ch], and
11386         make proper C++.
11387 2002-08-02  John Levon  <levon@movementarian.org>
11388
11389         * buffer.C: s/lyxconvert/lyx2lyx/
11390
11391 2002-08-02  Angus Leeming  <leeming@lyx.org>
11392
11393         * lyxlex.C: revert John's change as it breaks reading of the user
11394         preamble.
11395
11396 2002-08-02  Angus Leeming  <leeming@lyx.org>
11397
11398         * importer.C (Import):
11399         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11400         changes due to LyXView::view() now returning a boost::shared_ptr.
11401
11402 2002-08-02  John Levon  <levon@movementarian.org>
11403
11404         * lyxlex.C: small cleanup
11405
11406 2002-08-02  John Levon  <levon@movementarian.org>
11407
11408         * text2.C (status): small cleanup, no logic change
11409
11410 2002-08-01  John Levon  <levon@movementarian.org>
11411
11412         * buffer.h:
11413         * buffer.C (writeFile): don't output alerts, caller
11414           handles this
11415
11416         * bufferlist.C:
11417         * lyx_cb.C: from above
11418
11419         * lyxfunc.C: allow to open non-existent files
11420
11421 2002-07-31  John Levon  <levon@movementarian.org>
11422
11423         * lyxserver.C: don't let incidental errors get
11424           in the way (errno)
11425
11426 2002-07-30  John Levon  <levon@movementarian.org>
11427
11428         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11429
11430 2002-07-30  John Levon  <levon@movementarian.org>
11431
11432         * lyxserver.h:
11433         * lyxserver.C: remove I/O callback too
11434
11435 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11436
11437         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11438         log.
11439
11440 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11441
11442         * many files: strip,frontStrip -> trim,ltrim,rtrim
11443
11444 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11445
11446         * PrinterParams.h: remove extern containsOnly, and include
11447         support/lstrings.h instead.
11448
11449         * LaTeX.C (scanAuxFile): modify because of strip changes
11450         (deplog): ditto
11451         * buffer.C (makeLaTeXFile): ditto
11452         * bufferparams.C (writeFile): ditt
11453         * lyxfont.C (stateText): ditto
11454         * lyxserver.C (read_ready): ditto
11455         * vc-backend.C (scanMaster): ditto
11456
11457         * BufferView_pimpl.h: ws changes
11458
11459         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11460
11461 2002-07-26  André Pönitz <poenitz@gmx.net>
11462
11463         * kb_sequence.C: remove unnedred usings
11464
11465 2002-07-26  Juergen Vigna  <jug@sad.it>
11466
11467         * lyxfind.C (LyXReplace): we have to check better if the returned
11468         text is not of theLockingInset()->getLockingInset().
11469
11470 2002-07-25  Juergen Vigna  <jug@sad.it>
11471
11472         * lyxfind.C (LyXReplace): don't replace if we don't get the
11473         right LyXText.
11474
11475         * undo_funcs.C (createUndo): remove debugging code.
11476
11477 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11478
11479         * buffer.C (parseSingleLyXformat2Token): Use default placement
11480         when reading old floats.
11481
11482         * FloatList.C (FloatList): Change the default placement of figure
11483         and tables to "tbp".
11484
11485 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11486
11487         * MenuBackend.C: using std::max
11488
11489 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11490
11491         * MenuBackend.C (expandToc):
11492         (expandToc2): code moved from xforms menu frontend. It is now
11493         generic and TOCs are transparent to menu frontends.
11494
11495 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11496
11497         * toc.C (getTocList): protect against buf=0
11498
11499         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11500         Menu as first parameter. Now, this calls itself recursively to
11501         expand a whole tree (this will be useful for TOC handling)
11502         (expandFloatInsert): remove 'wide' version of floats
11503
11504         * MenuBackend.h (submenuname): returns the name of the submenu.
11505         (submenu): returns the submenu itself, provided it has been
11506         created by MenuBackend::expand
11507
11508 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11509
11510         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11511         insets which have noFontChange == true. (bug #172)
11512
11513 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11514
11515         * BufferView_pimpl.C: add connection objects and use them...
11516         (Pimpl): here.
11517
11518 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11519
11520         * MenuBackend.C (expandLastfiles):
11521         (expandDocuments):
11522         (expandFormats):
11523         (expandFloatListInsert):
11524         (expandFloatInsert):
11525         (expand): split expand in parts
11526
11527 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11528
11529         * lyx_gui.C: use lyx_gui::exit()
11530
11531 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11532
11533         * LyXAction.C: show the failing pseudo action
11534
11535 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11536
11537         * buffer.C (readFile): Run the lyxconvert script in order to read
11538         old files.
11539
11540 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11541
11542         * LyXAction.C:
11543         * commandtags.h:
11544         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11545
11546 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11547
11548         * LyXAction.C:
11549         * commandtags.h:
11550         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11551
11552 2002-07-22  Herbert Voss  <voss@lyx.org>
11553
11554         * lengthcommon.C:
11555         * lyxlength.[Ch]: add support for the vertical lengths
11556
11557 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11558
11559         * toc.[Ch]: std:: fixes
11560
11561 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11562
11563         * lyxrc.C: do not include lyx_main.h
11564
11565         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11566         for layouts
11567
11568         * lyxrc.C:
11569         * encoding.C:
11570         * bufferlist.C:
11571         * BufferView2.C: include "lyxlex.h"
11572
11573         * tabular.h:
11574         * bufferparams.h: do not #include "lyxlex.h"
11575
11576         * lyxtextclasslist.C (Add): remove method
11577         (classlist): renamed to classlist_
11578
11579         * paragraph_pimpl.C:
11580         * paragraph.C:
11581         * text2.C:
11582         * CutAndPaste.C:
11583         * bufferview_funcs.C:
11584         * bufferlist.C:
11585         * text.C:
11586         * LaTeXFeatures.C:
11587         * buffer.C:
11588         * toc.C (getTocList): use BufferParams::getLyXTextClass
11589
11590         * toc.C (getTocList): use InsetFloat::addToToc
11591
11592         * toc.[Ch]: new files, containing helper functions to handle table
11593         of contents
11594
11595         * lyxfunc.C (dispatch): no need to remove spaces around command
11596         given as a string
11597         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11598         first command of the sequence; it is not very clever, but I do not
11599         have a better idea, actually
11600
11601         * LyXAction.C (LookupFunc): make sure to remove space at the
11602         beginning and end of the command
11603
11604 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11605
11606         * MenuBackend.C (getMenubar): new method: return the menubar of
11607         this menu set
11608         (read): treat differently reading of menu and menubar (in
11609         particular, the menubar has no name now)
11610         (Menu::menubar): remove
11611
11612         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11613         saving is finished
11614
11615 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11616
11617         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11618         a bibitem inset in a RTL paragraph.
11619
11620 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11621
11622         * paragraph_pimpl.C: constify
11623
11624         * BufferView_pimpl.C:
11625         * LaTeX.C:
11626         * lyxfunc.C: fix dispatch in a nicer way
11627
11628 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11629
11630         * lyxfunc.C (dispatch):
11631         * BufferView_pimpl.C:
11632         * BufferView_pimpl.h:
11633         * BufferView.C:
11634         * BufferView.h: rename Dispatch() to dispatch()
11635
11636         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11637
11638         * lyxlayout.C (Read): honor DependsOn tag
11639
11640         * lyxlayout.[Ch] (depends_on): new method
11641
11642         * version.C.in: update lyx_docversion
11643
11644         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11645
11646         * paragraph.C (validate): remove from here...
11647         * paragraph_pimpl.C (validate): ... and move here
11648         (isTextAt): make it const
11649
11650         * buffer.C (getLists): ws cleanup
11651
11652 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11653
11654         * language.C (read): Use iso8859-1 encoding in latex_lang
11655         (this prevents LyX from crashing when using iso10646-1 encoding).
11656
11657 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11658
11659         * text2.C (toggleInset): if cursor is inside an inset, close the
11660         inset and leave cursor _after_ it
11661
11662 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11663
11664         * lyxfunc.C: move minibuffer completion handling out of here
11665
11666 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11667
11668         * BufferView_pimpl.C:
11669         * LaTeX.C: fix dispatch calls
11670
11671 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11672
11673         * text.C (drawChars): Fix Arabic text rendering.
11674
11675 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11676
11677         * LyXAction.C:
11678         * commandtags.h:
11679         * lyxfunc.C: remove message-push/pop
11680
11681         * lyxserver.C:
11682         * lyxfunc.h:
11683         * lyxfunc.C: rationalise some code by removing verboseDispatch
11684           in favour of a bool argument to dispatch()
11685
11686 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11687
11688         * lyx_main.C (init): make sure to read symlinks as absolute paths
11689
11690 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11691
11692         * lyxfunc.h:
11693         * lyxfunc.C: no need for commandshortcut to be a member
11694
11695 2002-07-15  André Pönitz <poenitz@gmx.net>
11696
11697         * converter.C: add support for $$s (scripts from lib/scripts dir)
11698         * lyx_main.C: white space
11699
11700 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11701
11702         * bufferlist.C:
11703         * lyxrc.h:
11704         * lyxrc.C: remove second exit confirmation
11705
11706 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11707
11708         * BufferView.h:
11709         * BufferView.C:
11710         * BufferView2.C:
11711         * BufferView_pimpl.h:
11712         * BufferView_pimpl.C:
11713         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11714
11715 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11716
11717         * MenuBackend.C (expand): add numeric shortcuts to document menu
11718
11719         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11720
11721 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11722
11723         * lyxfont.C (setLyXFamily):
11724         (setLyXSeries):
11725         (setLyXShape):
11726         (setLyXSize):
11727         (setLyXMisc):
11728         (lyxRead):
11729         * debug.C (value):
11730         * buffer.C (asciiParagraph): use ascii_lowercase
11731
11732 2002-07-15  Mike Fabian  <mfabian@suse.de>
11733
11734         * lyxlex_pimpl.C (search_kw):
11735         * lyxlex.C (getLongString):
11736         * converter.h (operator<):
11737         * converter.C (operator<):
11738         * buffer.C (parseSingleLyXformat2Token):
11739         (asciiParagraph):
11740         * ToolbarDefaults.C (read):
11741         * MenuBackend.C (checkShortcuts):
11742         (read):
11743         * LColor.C (getFromGUIName):
11744         (getFromLyXName): use the compare_ascii_no_case instead of
11745         compare_no_case, because in turkish, 'i' is not the lowercase
11746         version of 'I', and thus turkish locale breaks parsing of tags.
11747
11748 2002-07-16  Angus Leeming  <leeming@lyx.org>
11749
11750         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11751         now takes a Buffer const & argument.
11752
11753 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11754
11755         * BufferView.C (resize): check there's a buffer to resize
11756
11757 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11758
11759         * lyxfunc.C: remove dead code
11760
11761         * lyxserver.h:
11762         * lyxserver.C: use lyx_guii::set_read_callback
11763
11764 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11765
11766         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11767         an inset in a RTL paragraph.
11768
11769 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11770
11771         * lyxfunc.C: repaint after a font size update
11772
11773 2002-07-15  André Pönitz <poenitz@gmx.net>
11774
11775         * lyxlength.C: inBP should be able to return negative values
11776
11777 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11778
11779         * lyxfunc.C: use lyx_gui::update_fonts()
11780
11781 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11782
11783         * lyxfunc.C: use lyx_gui::update_color()
11784
11785 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11786
11787         * bufferlist.C:
11788         * lyxfunc.h:
11789         * lyxfunc.C:
11790         * lyxrc.h:
11791         * lyxrc.C: remove file->new asks for name option, and let
11792           buffer-new take an argument
11793
11794 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11795
11796         * BufferView_pimpl.C: remove unneeded extra repaint()
11797
11798 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11799
11800         * LyXAction.C: allow command-sequence with NoBuffer
11801
11802         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11803
11804 2002-07-10  Angus Leeming  <leeming@lyx.org>
11805
11806         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11807
11808 2002-07-09  Angus Leeming  <leeming@lyx.org>
11809
11810         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11811
11812 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11813
11814         * lengthcommon.h: whitespace
11815
11816         * lyxfunc.C: update scrollbar after goto paragraph
11817
11818         * lyxtext.h: factor out page break drawing, and fix it so
11819           page break/added space paints as selected nicely
11820
11821 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11822
11823         * BufferView_pimpl.C: add FIXMEs, clean up a little
11824
11825 2002-07-09  André Pönitz <poenitz@gmx.net>
11826
11827         * lyxfont.[Ch]: support for wasy symbols
11828
11829 2002-07-08  André Pönitz <poenitz@gmx.net>
11830
11831         * BufferView_pimpl.C: apply John's patch for #93.
11832
11833 2002-07-05  Angus Leeming  <leeming@lyx.org>
11834
11835         * BufferView_pimpl.C (buffer): generate previews if desired.
11836
11837         * LColor.h: add "preview" to the color enum.
11838
11839         * LColor.C (LColor): add a corresponding entry to the items array.
11840
11841         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11842         with this buffer.
11843
11844 2002-07-05  Angus Leeming  <leeming@lyx.org>
11845
11846         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11847         The body of the code is now in the method that is passed an ostream &
11848         rather than a file name.
11849         Pass an additional only_preamble parameter, useful for the forthcoming
11850         preview stuff.
11851
11852 2002-07-03  André Pönitz <poenitz@gmx.net>
11853
11854         * lyxfunc.C: simplify getStatus() a bit for math stuff
11855
11856 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11857
11858         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11859
11860 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11861
11862         * text.C (changeRegionCase): do not change case of all the
11863         document when region ends at paragraph end (bug #461)
11864
11865 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11866
11867         * paragraph.C (startTeXParParams):
11868         (endTeXParParams): add \protect when necessary
11869
11870 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11871
11872         * BufferView_pimpl.C (workAreaExpose): remove warning
11873
11874 2002-06-27  Angus Leeming  <leeming@lyx.org>
11875
11876         * Makefile.am: add lyxlayout_ptr_fwd.h.
11877
11878 2002-06-26  André Pönitz <poenitz@gmx.net>
11879
11880         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11881
11882 2002-06-25  Angus Leeming  <leeming@lyx.org>
11883
11884         * lyxfunc.C (dispatch): Comment out the call to
11885         grfx::GCache::changeDisplay. The method no longer exists now that the
11886         pixmap generation part of the graphics loader has been moved into
11887         InsetGraphics.
11888
11889 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11890
11891         * text2.C: layout as layout
11892
11893         * text.C: layout as layout
11894
11895         * tabular.C (OldFormatRead): layout as layout
11896
11897         * paragraph_pimpl.C (TeXDeeper): layout as layout
11898         (realizeFont): layout as layout
11899
11900         * paragraph.C (writeFile): layout as layout
11901         (validate): layout as layout
11902         (getFont): layout as layout
11903         (getLabelFont): layout as layout
11904         (getLayoutFont): layout as layout
11905         (breakParagraph): layout as layout
11906         (stripLeadingSpaces): layout as layout
11907         (getEndLabel): layout as layout
11908         (getMaxDepthAfter): layout as layout
11909         (applyLayout): layout as layout
11910         (TeXOnePar): layout as layout
11911         (simpleTeXOnePar): layout as layout
11912         (TeXEnvironment): layout as layout
11913         (layout): layout as layout
11914         (layout): layout as layout
11915
11916         * lyxtextclass.C (compare_name): new functor to work with
11917         shared_ptr, layout as layout
11918         (Read): layout as layout
11919         (hasLayout): layout as layout
11920         (operator): layout as layout
11921         (delete_layout): layout as layout
11922         (defaultLayout): layout as layout
11923
11924         * lyxlayout_ptr_fwd.h: new file
11925
11926         * lyxlayout.C (Read): layout as layout
11927
11928         * lyx_cb.C (MenuInsertLabel): layout as layout
11929
11930         * bufferlist.C (newFile): layout as layout
11931
11932         * buffer.C (readLyXformat2): layout as layout
11933         (parseSingleLyXformat2Token): layout as layout
11934         (insertStringAsLines): layout as layout
11935         (asciiParagraph): layout as layout
11936         (latexParagraphs): layout as layout
11937         (makeLinuxDocFile): layout as layout
11938         (simpleLinuxDocOnePar): layout as layout
11939         (makeDocBookFile): layout as layout
11940         (simpleDocBookOnePar): layout as layout
11941         (getLists): layout as layout
11942
11943         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11944
11945         * CutAndPaste.C (cutSelection): layout as layout
11946         (pasteSelection): layout as layout
11947         (SwitchLayoutsBetweenClasses): layout as layout
11948
11949         * BufferView_pimpl.C (Dispatch): layout as layout
11950         (smartQuote): layout as layout
11951
11952         * BufferView2.C (unlockInset): layout as layout
11953
11954 2002-06-24  André Pönitz <poenitz@gmx.net>
11955
11956         * lyxfunc.C: fix #487
11957
11958 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11959
11960         * lyxrc.h:
11961         * lyxrc.C:
11962         * lyxfunc.C: remove display_shortcuts, show_banner
11963
11964 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11965
11966         * Buffer_pimpl.C: oops, update on resize
11967
11968 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11969
11970         * buffer.C:
11971         * converter.C:
11972         * exporter.C:
11973         * lyxfunc.C:
11974         * BufferView.h:
11975         * BufferView.C: use repaint()
11976
11977         * BufferView_pimpl.h:
11978         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11979           as it's a clearer description. Remove superfluous
11980           redraws.
11981
11982 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11983
11984         * text.C: fix bug 488. Not ideal, but getting
11985           getWord() to work properly for the insets that
11986           matter is more difficult ...
11987
11988 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11989
11990         * BufferView_pimpl.C:
11991         * LyXAction.C:
11992         * commandtags.h:
11993         * lyxfunc.C: remove the six million index lyxfuncs to just
11994           one, and DTRT (bug 458)
11995
11996 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11997
11998         * BufferView.h:
11999         * BufferView.C:
12000         * BufferView_pimpl.h:
12001         * BufferView_pimpl.C: clean up resize() stuff,
12002           and unnecessary updateScreen()s
12003
12004 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12005
12006         * BufferView.h:
12007         * BufferView.C:
12008         * BufferView_pimpl.h:
12009         * BufferView_pimpl.C:
12010         * lyxfind.h:
12011         * lyxfind.C:
12012         * minibuffer.C: remove focus management of workarea,
12013           not needed. Use screen's greyOut()
12014
12015 2002-06-17  Herbert Voss  <voss@lyx.org>
12016
12017         * converter.C: (convert) do not post a message, when converting
12018         fails, let the calling function decide what to do in this case
12019
12020 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
12021
12022         * lyxfunc.C: tidy up a little
12023
12024 2002-06-16    <alstrup@diku.dk>
12025
12026         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
12027         Got rid of FORMS_H_LOCATION include. Now we are
12028         GUII.
12029
12030 2002-06-15  LyX Development team  <lyx@rilke>
12031
12032         * buffer.[Ch] (sgmlOpenTag):
12033         (sgmlCloseTag): Added support for avoiding pernicious mixed
12034         content. Return number of lines written.
12035
12036         (makeLinuxDocFile):
12037         (makeDocBookFile): Fixed calls to sgml*Tag.
12038         Simple white space clean.
12039
12040         (simpleDocBookOnePar): Simple white space clean.
12041
12042         * tabular.[Ch] (docBook): Renamed to docbook and got another
12043         argument to related with the pernicious mixed content.
12044
12045         (docbookRow): Fixed calls for docbook inset method.
12046
12047 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12048
12049         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12050         so it's X11 independent.
12051
12052         * kb*.[Ch]: ditto.
12053
12054         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12055
12056 2002-06-15  Lyx Development team  <lyx@electronia>
12057
12058         * intl.h: Renamed getTrans to getTransManager.
12059
12060 2002-06-14  Angus Leeming  <leeming@lyx.org>
12061
12062         * Makefile.am: nuke forgotten stl_string_fwd.h.
12063
12064 2002-06-12  Angus Leeming  <leeming@lyx.org>
12065
12066         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12067
12068 2002-06-13  Angus Leeming  <leeming@lyx.org>
12069
12070         * LaTeX.C:
12071         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12072
12073 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12074
12075         * kbmap.C (getiso): add support for cyrillic and greek
12076
12077 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12078
12079         * BufferView.h:
12080         * BufferView.C:
12081         * BufferView_pimpl.h:
12082         * BufferView_pimpl.C: move bogus scrolling logic
12083           to xforms
12084
12085 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12086
12087         * lyxfunc.C:
12088         * BufferView_pimpl.C: view->resize() change
12089
12090 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12091
12092         * BufferView_pimpl.C: topCursorVisible
12093           prototype change
12094
12095 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12096
12097         * Makefile.am:
12098         * lyx_gui.h:
12099         * lyx_gui.C: move to frontends/
12100
12101         * main.C:
12102         * lyx_main.h:
12103         * lyx_main.C: changes from above
12104
12105 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12106
12107         * intl.C:
12108         * intl.h:
12109         * kbmap.C:
12110         * kbsequence.C:
12111         * lyx_cb.C:
12112         * lyx_main.C: minor tidy
12113
12114 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12115
12116         * BufferView_pimpl.h:
12117         * BufferView_pimpl.C:
12118         * BufferView.h:
12119         * BufferView.C: make painter() const,
12120           remove dead code
12121
12122         * BufferView2.C: use screen() accessor
12123
12124         * lyx_main.h:
12125         * lyx_main.C: some minor cleanup
12126
12127 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12128
12129         * BufferView_pimpl.h:
12130         * BufferView_pimpl.C: remove enter/leaveView,
12131           use workHeight()
12132
12133 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12134
12135         * BufferView.h:
12136         * BufferView.C:
12137         * BufferView2.C:
12138         * BufferView_pimpl.h:
12139         * BufferView_pimpl.C: only construct screen once,
12140           rename
12141
12142         * lyxrc.C: remove pointless comment
12143
12144 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12145
12146         * BufferView.h:
12147         * BufferView.C: remove active() and belowMouse()
12148
12149         * BufferView_pimpl.h:
12150         * BufferView_pimpl.C: use workarea() not workarea_,
12151           and make it use a scoped_ptr instead
12152
12153 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12154
12155         * lyx_gui.C: add debug message on BadWindow
12156
12157 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12158
12159         * sp_spell.C: fdopen is not part of the C++ standard.
12160
12161         * paragraph.C (InsetIterator): use >= instead of ==
12162
12163 2002-06-07  Angus Leeming  <leeming@lyx.org>
12164
12165         Fixes needed to compile with Compaq cxx 6.5.
12166         * BufferView_pimpl.C:
12167         * DepTable.C:
12168         * buffer.C:
12169         * converter.C:
12170         * encoding.C:
12171         * lyx_gui.C:
12172         * lyx_main.C:
12173         * lyxtextclasslist.C:
12174         * minibuffer.C:
12175         * sp_spell.C:
12176         * tabular_funcs.C:
12177         * vc-backend.C:
12178         all c-library variables have been moved into namespace std. Wrap
12179         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12180
12181         * lyxlength.C:
12182         * tabular-old.C:
12183         * tabular.C:
12184         Add a using std::abs declaration.
12185
12186         * kbmap.h (modifier_pair):
12187         * paragraph.h (InsetTable, InsetList):
12188         * lyxfont.h (FontBits):
12189         type definition made public.
12190
12191         * bufferlist.C (emergencyWriteAll): the compiler complains that
12192         there is more than one possible lyx::class_fun template to choose from.
12193         I re-named the void specialisation as lyx::void_class_fun.
12194
12195         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12196
12197         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12198         the compiler is is unable to find tostr in write_attribute.
12199
12200 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12201
12202         * buffer.C (sgmlError): hide #warning
12203
12204 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12205
12206         * xtl/*: get rid of xtl, which is not in use anyway
12207
12208         * LyXAction.C (init):
12209         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12210         were unimplemented xtl experimentation
12211
12212 2002-06-04  André Pönitz <poenitz@gmx.net>
12213
12214         * lyxfunc.C: disable array operation on simple formulae
12215
12216 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12217
12218         * converter.C: constify a bit
12219
12220 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12221
12222         * lyx_gui.C: check xforms version correctly
12223
12224 2002-04-30  Herbert Voss  <voss@lyx.org>
12225
12226         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12227         "keep" option
12228
12229 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12230
12231         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12232           attempt to register it with a VCS)
12233
12234 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12235
12236         * lyx_main.C (init): honor variables LYX_DIR_13x and
12237         LYX_USERDIR_13x
12238
12239 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12240
12241         * buffer.h:
12242         * buffer.C:
12243         * lyx_main.C: fix a crash on bad command line,
12244           and give a useful exit status on error
12245
12246         * lyxfunc.C (doImport): allow -i lyx to work
12247
12248 2002-03-30  André Pönitz <poenitz@gmx.net>
12249
12250         * lyxfunc.C: mathed font changes
12251
12252 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12253
12254         * LaTeX.C:
12255         * importer.h:
12256         * importer.C:
12257         * lyx_sty.h:
12258         * lyx_sty.C:
12259         * lyxlex.C:
12260         * lyxrow.h:
12261         * lyxtext.h:
12262         * paragraph.h:
12263         * paragraph.C:
12264         * texrow.h:
12265         * texrow.C:
12266         * text.C:
12267         * trans_mgr.h: srcdocs, and some minor cleanups
12268
12269 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12270
12271         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12272         call getFont all the time)
12273
12274 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12275
12276         * switch from SigC signals to boost::signals
12277
12278 2002-05-29  André Pönitz <poenitz@gmx.net>
12279
12280         * paragraph_pimpl.C (getChar): don't call size() too often...
12281
12282 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12283
12284         * paragraph_pimpl.C (insertChar): do not try to update tables when
12285         appending (pos == size())
12286
12287         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12288         in order to reduce drastically the number of comparisons needed to
12289         parse a large document
12290
12291 2002-05-29  André Pönitz <poenitz@gmx.net>
12292
12293         * text.C:
12294         * text2.C:
12295         * lyxtextclass.C:
12296         * sp_pspell.h:
12297         * textclasslist.[Ch]:
12298         * sp_ispell.h: whitespace change
12299
12300 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12301
12302         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12303         lyxaction directly now.
12304
12305 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12306
12307         * trans.C:
12308         * lyxfont.C:
12309         * lyxvc.C: remove unused headers
12310
12311 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12312
12313         * Makefile.am:
12314         * buffer.h:
12315         * undostack.h:
12316         * undostack.C:
12317         * undo_funcs.h:
12318         * undo_funcs.C: some cleanups. Use shared_ptr
12319           and a template for the undo stacks.
12320
12321 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12322
12323         * BufferView_pimpl.h:
12324         * BufferView_pimpl.C:
12325         * kbmap.h:
12326         * kbmap.C:
12327         * kbsequence.h:
12328         * kbsequence.C:
12329         * lyxfunc.h:
12330         * lyxfunc.C:
12331         * text2.C: use key_state/mouse_state
12332
12333 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12334
12335         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12336         and LSubstring
12337
12338         * chset.C: change include order
12339         (loadFile): use boost regex and get rid of LRegex and LSubstring
12340
12341         * Makefile.am (BOOST_LIBS): new variable
12342         (lyx_LDADD): use it
12343
12344         * LaTeX.C: change include order.
12345         (scanAuxFile): use boost regex and get rid of LRegex and
12346         LSubstring
12347         (deplog): ditto
12348
12349 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12350
12351         * ColorHandler.h:
12352         * ColorHandler.C:
12353         * FontInfo.h:
12354         * FontInfo.C: moved to frontends/xforms/
12355
12356         * FontLoader.h:
12357         * FontLoader.C: moved into frontends for GUIIzation
12358
12359         * Makefile.am:
12360         * lyx_gui.C:
12361         * lyxfont.C:
12362         * lyxfunc.C: changes from above
12363
12364 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12365
12366         * LColor.C: remove spurious X include
12367
12368         * BufferView_pimpl.C:
12369         * Makefile.am:
12370         * font.h:
12371         * font.C:
12372         * text.C:
12373         * text2.C: move font metrics to frontends/
12374
12375 2002-05-24  Juergen Vigna  <jug@sad.it>
12376
12377         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12378         setting the undo_cursor.
12379
12380         * ParagraphParameters.h: include local includes first.
12381
12382 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12383
12384         * BufferView_pimpl.C:
12385         * BufferView_pimpl.h:
12386         * Makefile.am:
12387         * WorkArea.h:
12388         * WorkArea.C:
12389         * screen.C: move WorkArea into frontends/
12390
12391         * lyxscreen.h:
12392         * screen.C:
12393         * text.C:
12394         * BufferView.C:
12395         * BufferView2.C: move LyXScreen into frontends/
12396
12397         * lyxlookup.h:
12398         * lyxlookup.C:
12399         * lyx_gui.C: move lyxlookup into frontends/xforms/
12400
12401 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12402
12403         * BufferView2.C:
12404         * BufferView_pimpl.C:
12405         * FontLoader.C:
12406         * LyXView.h:
12407         * LyXView.C:
12408         * Makefile.am:
12409         * WorkArea.C:
12410         * XFormsView.h:
12411         * XFormsView.C:
12412         * buffer.C:
12413         * bufferlist.C:
12414         * bufferview_funcs.C:
12415         * converter.C:
12416         * importer.C:
12417         * lyx_cb.C:
12418         * lyx_gui.C:
12419         * lyx_main.C:
12420         * lyx_find.C:
12421         * lyxfunc.C:
12422         * lyxvc.C:
12423         * minibuffer.C:
12424         * text.C:
12425         * text2.C:
12426         * trans.C:
12427         * vc-backend.C: move LyX/XFormsView into frontends/
12428
12429 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12430
12431         * Makefile.am:
12432         * PainterBase.C:
12433         * PainterBase.h:
12434         * Painter.C:
12435         * Painter.h:
12436         * WorkArea.C:
12437         * WorkArea.h:
12438         * screen.C:
12439         * tabular.C:
12440         * text.C:
12441         * text2.C: move Painter to frontends/
12442
12443 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12444
12445         * buffer.C: comment out some some code that depend upon lyx_format
12446         < 220
12447
12448         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12449         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12450
12451         * buffer.h (NO_COMPABILITY): turn off compability
12452
12453         * ColorHandler.C: include scoped_array.hpp
12454
12455         * font.C: Use more specific smart_ptr header.
12456         * Painter.C: ditto
12457         * gettext.C: ditto
12458         * ShareContainer.h: ditto
12459         * lyx_main.h: ditto
12460         * kbmap.h: ditto
12461         * FontInfo.h: ditto
12462         * BufferView_pimpl.h: ditto
12463         * ColorHandler.h: ditto
12464
12465         * kbmap.C (defkey): change call to shared_ptr::reset
12466
12467 2002-05-21  Juergen Vigna  <jug@sad.it>
12468
12469         * buffer.C (insertErtContents): fix to insert ert asis if it is
12470         non empty. Skip it completely if it contains only whitespaces.
12471
12472 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12473
12474         * BufferView_pimpl.C:
12475         * BufferView2.C: clear selection on paste (bug 393)
12476
12477 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12478
12479         * DepTable.C: include ctime
12480
12481 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12482
12483         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12484
12485 2002-05-14  Juergen Vigna  <jug@sad.it>
12486
12487         * text.C (breakParagraph): fixed function to honor the keepempty
12488         layout in the right maner and also to permit the right breaking
12489         algorithm on empty or non empyt keepempty paragraphs.
12490
12491         * paragraph.C (breakParagraph): we have to check also if the par
12492         is really empty (!size()) for isempty otherwise we do the wrong
12493         paragraph break.
12494
12495 2002-05-10  Juergen Vigna  <jug@sad.it>
12496
12497         * buffer.[Ch] : The following are only changes to the ert
12498         compatibility read reading old LaTeX layout and font stuff and
12499         convert it to ERTInsets.
12500
12501         * buffer.h: added isErtInset().
12502
12503         * buffer.C (struct ErtComp): add a fromlayout bool to check
12504         if we're inside a LaTeX layout.
12505         (isErtInset): new helper function.
12506         (insertErtContents): look for other ert insets before this one
12507         and insert the contents there, so that we don't have subsequent
12508         ERT insets with nothing between them. This way we create only one
12509         inset with multiple paragraphs. Also check if we don't insert only
12510         spaces ' ' as they are ignored anyway afterwards in the .tex file
12511         so if we have only spaces we will ignore this latex part in the
12512         new file.
12513         (parseSingleLyXformat2Token \\layout): better compatibility when
12514         reading layout-latex stuff.
12515         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12516         language tag.
12517         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12518         stuff after reading the inset only get the information back from
12519         the stack.
12520
12521 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12522
12523         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12524
12525         * LaTeXFeatures.C (getBabelOptions): New method.
12526
12527 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12528
12529         * BufferView_pimpl.C (Dispatch): work around missing argument for
12530         'layout'
12531
12532 2002-05-08  Juergen Vigna  <jug@sad.it>
12533
12534         * text.C (leftMargin): handle paragraph leftindent.
12535
12536         * paragraph.C (writeFile): write the new \\leftindent tag.
12537         (validate): handle leftindent code.
12538         (TeXEnvironment): handle paragraphleftindent code again.
12539
12540         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12541
12542         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12543         for paragrap_extra indent code and new token \\leftindent.
12544         (latexParagraphs): handle the leftindent as environment.
12545
12546         * ParameterStruct.h: added leftindent support.
12547
12548         * ParagraphParameters.C (leftIndent): added support functions for
12549         the paragraph left indent.
12550
12551         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12552         more appropriate.
12553
12554 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12555
12556         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12557         inside insetERT.
12558
12559         * text.C (computeBidiTables): No bidi in insetERT.
12560
12561         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12562         in RTL documents.
12563
12564 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12565
12566         * version.C.in: pre 5
12567
12568 2002-05-02  José Matos  <jamatos@fep.up.pt>
12569         * buffer.C (makeDocBookFile): white space changes, add newline to
12570         command styles.
12571         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12572
12573         * tabular.C (docBook): fix typo.
12574
12575 2002-05-03  Juergen Vigna  <jug@sad.it>
12576
12577         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12578         change in LyXText as we can not be sure it was not freed.
12579         (drawOneRow): remove unused code.
12580
12581         * text.C (drawInset): redo the calculation of the need_break_row as
12582         it could have a row which was already freed.
12583         (draw): look at the return value of drawInset and return false if
12584         it also returned false.
12585         (paintRowText): look at the return value of draw and return false if
12586         it also returned false.
12587
12588         * lyxtext.h: added bool return type to drawInset() and draw() so that
12589         if we have a change in the row so that the rowbreak has to be redone
12590         we abort drawing as it will be called again.
12591
12592 2002-05-02  Juergen Vigna  <jug@sad.it>
12593
12594         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12595         a change in the maintext also if we're inside an inset.
12596         (Dispatch): set the cursor again after a break line and after the
12597         screen has been updated as it could be we're in a different row.
12598
12599         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12600         to set the cursor behind the pargraph with > size().
12601         (setCursor): check also for the same paragraph when checking where
12602         to put the cursor if we have a NFR inset.
12603
12604         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12605         parts of layout read further up as it still was in the wrong
12606         position.
12607
12608 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12609
12610         * screen.C (drawFromTo): change sine fullRebreak always return
12611         true.
12612
12613         * buffer.C (parseSingleLyXformat2Token): reindent some
12614
12615         * BufferView_pimpl.C (update): change since fullRebreak always
12616         return true.
12617         (Dispatch): git rid of the last hardcoded "Standard"s.
12618
12619 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12620
12621         * text2.[Ch] (fullRebreak): make it return void now that we always
12622         returned true.
12623
12624 2002-04-30  Juergen Vigna  <jug@sad.it>
12625
12626         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12627         ert compatibility check for "latex" layout.
12628
12629 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12630
12631         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12632         minipages: use col% instead of p%, and also use the current font.
12633         (makeLaTeXFile): Fix use babel condition.
12634         (parseSingleLyXformat2Token): Correct font when reading old floats.
12635
12636 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12637
12638         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12639         inserting list of floats.
12640
12641 2002-04-25  Herbert Voss  <voss@lyx.org>
12642
12643         * MenuBackend.C (expand): don't add the graphics extensions to the
12644         export menu
12645
12646 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12647
12648         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12649         non-existing layout, do not complain if it was the default layout
12650         of the original class (bug #342)
12651
12652 2002-04-24  Juergen Vigna  <jug@sad.it>
12653
12654         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12655         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12656
12657 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12658
12659         * buffer.C (getBibkeyList): If using \bibliography, return the
12660         option field with the reference itself. Enables us to provide natbib
12661         support when using \bibliography.
12662
12663 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12664
12665         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12666
12667         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12668         natbib is provided by the LaTeX class.
12669
12670 2002-04-23  Juergen Vigna  <jug@sad.it>
12671
12672         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12673         Wakeup functions.
12674
12675         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12676
12677 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12678
12679         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12680
12681         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12682         ensuremath around textordmasculine, textordfeminine and
12683         textdegree.
12684
12685 2002-04-19  Juergen Vigna  <jug@sad.it>
12686
12687         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12688         reinitializing the buffer otherwise row-dimensions may be wrong.
12689         (update): reset also the selection cursors if they do exits otherwise
12690         their x/y positions may be wrong.
12691
12692         * text2.C (cursorDown): don't enter the inset if we came from a row
12693         above and are one row over the inset.
12694
12695         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12696         really leaving an inset.
12697
12698 2002-04-18  Juergen Vigna  <jug@sad.it>
12699
12700         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12701         of the selected paragraph does not have the selected layout also if
12702         the last one had!
12703
12704         * text2.C (setLayout): fixed bug which did not change last selected
12705         paragraph.
12706
12707         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12708         changed the read and substituted \\end_float with \\end_inset!
12709
12710         * BufferView_pimpl.C (cursorPrevious):
12711         (cursorNext): fixed to make it work with rows heigher than the work
12712         area without moving the cursor only the draw of the row.
12713         (workAreaMotionNotify): fix jumping over high rows.
12714
12715 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12716
12717         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12718         Ressler.
12719
12720 2002-04-16  Juergen Vigna  <jug@sad.it>
12721
12722         * text2.C (setCursor): set also the irow().
12723         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12724         (cursorUp):
12725         (cursorDown): support for locking an inset if the x_fix value goes
12726         inside it. That way I can transverse insets too with cursor up/down.
12727
12728         * lyxrow.h: added irow helper function same as other (i) functions.
12729
12730         * BufferView_pimpl.C (cursorPrevious):
12731         (cursorNext): fixed for insets!
12732
12733 2002-04-15  Juergen Vigna  <jug@sad.it>
12734
12735         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12736         position otherwise it is wrong in some cases.
12737
12738         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12739         inside the inset before the call.
12740
12741 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12742
12743         * buffer.[Ch] (getBibkeyList): make it const.
12744
12745 2002-04-12  Juergen Vigna  <jug@sad.it>
12746
12747         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12748
12749         * text2.C (getCursorX): new helper function
12750         (setCursor): compute also ix_
12751         (setCursorFromCoordinates): set also ix.
12752
12753         * lyxcursor.h: added ix_ and helper functions.
12754
12755         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12756
12757         * buffer.C (insertStringAsLines): dont break paragraph if the this
12758         paragraph is inside an inset which does not permit it!
12759
12760         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12761         also with no chars on this paragraph.
12762         (paintRowText): only paint stuff if it's inside the workarea!
12763
12764         * paragraph.C (breakParagraph): honor keepempty flag and break the
12765         paragraph always below not above.
12766
12767         * BufferView2.C (unlockInset): update the paragraph layout on inset
12768         unlock as we changed paragraph in such a case.
12769
12770         * lyxfind.C (LyXFind): clear the former selection if not found!
12771
12772         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12773         again called in insertChar().
12774
12775         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12776         an inset which uses the whole row!
12777         (rightMargin): ditto.
12778         (insertChar): force a rebreak if we inserted an inset!
12779
12780 2002-03-28  Herbert Voss  <voss@lyx.org>
12781
12782         * lyxlength.[Ch]: add inBP() to get the right PS-point
12783         units (BigPoint). With inPixels we have rounding errors
12784
12785 2002-04-11  Juergen Vigna  <jug@sad.it>
12786
12787         * text2.C (setCursorFromCoordinates): set iy to the right value.
12788         (setCursor): add check if row->previous exists!
12789
12790         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12791         an old float_type as this was the case in the old code!
12792
12793         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12794
12795         * BufferView2.C (showLockedInsetCursor): use iy
12796         (fitLockedInsetCursor): ditto
12797
12798         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12799         locked insets as there we have the right value now.
12800
12801         * lyxcursor.C: added iy_ variable and iy functions to set to the
12802         baseline of cursor-y of the locked inset.
12803
12804         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12805         (setCursor): fixed for insets which need a full row.
12806
12807         * text.C (rowLastPrintable): don't ignore the last space when before
12808         an inset which needs a full row.
12809         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12810         as last character of a row when before a inset which needs a full row.
12811
12812 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12813
12814         * version.C.in: update date
12815
12816         * text2.C (fullRebreak): try to always return true and see what
12817         happens...
12818
12819 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12820
12821         * MenuBackend.C (expand): use Floating::listName
12822
12823         * FloatList.C (FloatList): add listName argument to the built-in
12824         floats
12825
12826         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12827         text associated with the float.
12828
12829 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12830
12831         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12832
12833 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12834
12835         * ShareContainer.h: add a couple of missing typenames.
12836
12837 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12838
12839         * lyxrc.C (getDescription): use _() correctly rather than N_().
12840
12841 2002-03-28  Herbert Voss  <voss@lyx.org>
12842
12843         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12844         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12845
12846 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12847
12848         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12849         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12850
12851 2002-03-29  Juergen Vigna  <jug@sad.it>
12852
12853         * lyxfunc.C (dispatch): add a missing fitCursor call.
12854
12855         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12856         it was scrolled by a cursor move, so return the bool status.
12857
12858         * BufferView.C (fitCursor): return the bool flag also to the outside
12859         world as this is needed.
12860
12861         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12862
12863         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12864         call the edit() as it is not needed (and wrong) IMO.
12865         (workAreaButtonPress): set the screen_first variable before evt.
12866         unlock the inset as this may change screen_first and then we have
12867         a wrong y position for the click!
12868
12869 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12870
12871         * MenuBackend.C (expand): another translation that I missed
12872
12873 2002-03-28  Juergen Vigna  <jug@sad.it>
12874
12875         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12876
12877         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12878
12879 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12880
12881         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12882
12883         * MenuBackend.C (expand): fix export/view/update when there is no
12884         document open.
12885
12886 2002-03-27  Herbert Voss  <voss@lyx.org>
12887
12888         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12889         and text%
12890
12891 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12892
12893         * bufferview_funcs.C (currentState): only show paragraph number
12894         for is DEVEL_VERSION is set.
12895
12896         * lyxfunc.C (dispatch): put warning in INFO channel
12897
12898         * MenuBackend.C (expand): translate the name of floats
12899
12900         * FloatList.C (FloatList): mark the float names for translation
12901
12902         * converter.C (convert): use LibScriptSearch
12903
12904 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12905
12906         * MenuBackend.C (defaults): fix default menu (we might as well get
12907         rid of it...)
12908
12909 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12910
12911         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12912         directory.
12913
12914 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12915
12916         * lyxvc.C: reorder includes.
12917
12918 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12919
12920         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12921           properly
12922
12923 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12924
12925         * CutAndPaste.C: change layouts earlier on paste
12926           to avoid crashing when calling getFont()
12927
12928 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12929
12930         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12931         irritating #error.
12932
12933 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12934
12935         * WorkArea.C: remove 'Pending' debug message.
12936
12937         * most files: ws cleanup
12938
12939         * buffer.[Ch]: ws changes
12940
12941         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12942
12943 2002-03-21  Juergen Vigna  <jug@sad.it>
12944
12945         * tabular.C (SetMultiColumn): collapse also the contents of the
12946         cells and set the last border right. Added a Buffer const * param.
12947
12948 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12949
12950         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12951         linking or not.
12952
12953 2002-03-19  Juergen Vigna  <jug@sad.it>
12954
12955         * text2.C (clearSelection): reset also xsel_cache.
12956
12957         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12958         where it needs to be called (John tells us to do so too :)
12959         (selectionLost): reset sel_cache.
12960
12961         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12962
12963 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12964
12965         * text2.C (setCursorIntern): put debuging code in INSETS channel
12966
12967 2002-03-19  André Pönitz <poenitz@gmx.net>
12968
12969         * lyxfunc.C: tiny whitespace change
12970
12971 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12972
12973         * ToolbarDefaults.C (init):
12974         * LyXAction.C (init):
12975         * commandtags.h:
12976         * BufferView_pimpl.C (Dispatch):
12977         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12978
12979 2002-03-19  Allan Rae  <rae@lyx.org>
12980
12981         * exporter.C (Export): removeAutoInsets before doing anything else.
12982         While I've just introduced a dependency on BufferView this really is
12983         the best place to clean the buffer otherwise you need to cleanup in
12984         a dozen places before calling export or cleanup in a dozen functions
12985         that export calls.
12986
12987         * converter.C (runLaTeX):
12988         (scanLog): Better handling of removeAutoInsets and screen updates.
12989
12990         * lyxfunc.C (dispatch): small whitespace changes
12991
12992 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12993
12994         * WorkArea.C (C_WorkAreaEvent): return a value.
12995         (event_cb): return 1 if we handled the event, 0 otherwise.
12996
12997         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12998
12999 2002-03-18  Juergen Vigna  <jug@sad.it>
13000
13001         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
13002         (GetAdditionalWidth): ditto.
13003         (RightLine): ditto.
13004         (LeftLine): ditto.
13005
13006         * BufferView2.C (copy): use getLyXText() so that we do it inside an
13007         inset if we're there actually (probably not used right now but this
13008         is the direction to go for unifying code).
13009         (paste): disable code to clear the selection.
13010
13011         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
13012         inside an InsetText and move the check further up as it is in the
13013         wrong place.
13014
13015         * text2.C (pasteSelection): set a selection over the pasted text.
13016
13017 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
13018
13019         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
13020         and libgraphics to build on Cygwin.
13021
13022 2002-03-15  Juergen Vigna  <jug@sad.it>
13023
13024         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
13025         inserting an Inset into the paragraph. I know this is not the best
13026         fix but we already use current_view in CutAndPaste so we will remove
13027         all of it's using at the same time.
13028
13029         * buffer.C (sgmlError): deactivated function till it is rewritten in
13030         the right mode, now it can create problems.
13031
13032         * paragraph.C (isLineSeparator): check if getInset returns != 0,
13033         before accessing it.
13034
13035 2002-03-14  Juergen Vigna  <jug@sad.it>
13036
13037         * undo_funcs.C (textHandleUndo): do the right thing when updating
13038         the inset after the undo/redo.
13039
13040         * text2.C (setCursor): just some testcode for #44 not ready yet.
13041
13042         * undo_funcs.C (textHandleUndo): set the next() and previous()
13043         pointers of the paragraph to 0 before deleting otherwise we have
13044         problems with the Paragraph::[destructor].
13045
13046         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13047         on a paragraph insertion.
13048
13049 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13050
13051         * buffer.C (asciiParagraph): use += operator for char append to
13052         string.
13053
13054         * paragraph.C (getFontSettings): compare >= not just >
13055         (highestFontInRange): ditto
13056         (setFont): ditto
13057
13058 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13059
13060         * paragraph.C: change several algorithm to be more appripriate for
13061         the problem domain. This is lookip in FontList and in the InsetList.
13062
13063 2002-03-13  André Pönitz <poenitz@gmx.net>
13064
13065         * commandtags.h:
13066         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13067
13068 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13069
13070         * commandtags.h:
13071         * LyXAction.C:
13072         * lyxfunc.C:
13073         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13074
13075 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13076
13077         * Painter.C (display): anon helper function, adjust code for this
13078         change.
13079         (pixmap): remove function.
13080
13081         * Painter.h: remove private display variable.
13082
13083         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13084
13085 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13086
13087         * WorkArea.[Ch]: remove figinset_canvas cruft.
13088
13089 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13090
13091         * lyxtextclass.C (operator): add one item cache optimization.
13092
13093         * bufferlist.h: doxy changes
13094
13095         * bufferlist.C: ws changes
13096
13097         * DepTable.[Ch] (ext_exist): place const in the right spot.
13098
13099         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13100         call resizeInsets.
13101         (workAreaExpose): call resizeInsets when the with BufferView changes.
13102         (Dispatch): adjust for protectedBlank removal
13103         (specialChar): call updateInset if the insert went ok.
13104
13105         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13106         specialChar instead.
13107
13108         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13109
13110         * BufferView.h: doxy change
13111
13112         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13113
13114         * lyxtextclass.C (operator[]): remove non-const version
13115         (defaultLayout): remove non-const version
13116
13117 2002-03-12  Juergen Vigna  <jug@sad.it>
13118
13119         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13120         did resize the LyXText too.
13121
13122         * buffer.C (readLyXformat2): set layout information on newly allocated
13123         paragraphs.
13124
13125         * tabular.C (OldFormatRead): set layout information on the paragraph.
13126
13127 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13128
13129         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13130
13131 2002-03-11  Juergen Vigna  <jug@sad.it>
13132
13133         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13134         plainly wrong.
13135         (resizeCurrentBuffer): force also the insets to resize themselfes.
13136         (moveCursorUpdate): fixed up for InsetText.
13137
13138 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13139
13140         * commandtags.h:
13141         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13142         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13143         value of Dialogs::tooltipsEnabled().
13144         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13145
13146 2002-03-08  Juergen Vigna  <jug@sad.it>
13147
13148         * BufferView_pimpl.C (updateInset): update inset inside inset also
13149         if it isn't inside theLockingInset().
13150
13151 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13152
13153         * buffer.C (asciiParagraph): redo some of the word and line length
13154         handling.
13155         (getLists): look for Caption instead of caption.
13156
13157 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13158
13159         * buffer.C (Buffer): initialize niceFile to true
13160         (makeLaTeXFile):
13161         (makeLinuxDocFile):
13162         (makeDocBookFile): make sure niceFile is true on exit
13163
13164 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13165
13166         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13167
13168 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13169
13170         * LyXSendto.C: remove.
13171         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13172         * lyx_gui.C: remove now-redundant comment.
13173         * ColorHandler.h: remove forward declaration of class WorkArea.
13174         * lyxfunc.C: remove #include "WorkArea.h".
13175
13176 2002-03-07  Juergen Vigna  <jug@sad.it>
13177
13178         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13179         got moved away with the DEPM and also set the inset_owner always
13180         right which before could have been omitted.
13181
13182 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13183
13184         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13185         wanted layout is not found.
13186
13187 2002-03-07  Juergen Vigna  <jug@sad.it>
13188
13189         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13190
13191 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13192
13193         * paragraph.C (breakParagraph): use default layout not layout of
13194         prev paragraph.
13195         (Paragraph): clear ParagraphParameters.
13196
13197 2002-03-06  Juergen Vigna  <jug@sad.it>
13198
13199         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13200         otherwise it would not be a valid lenght. Fixed a special case in
13201         the minipage compatibility read where we end the document with a
13202         minipage.
13203
13204         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13205         was set as it could be 0 for InsetTexts first entry.
13206
13207 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13208
13209         * paragraph.C (writeFile): if layout is empty write out
13210         defaultLayoutName().
13211
13212         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13213         file without named layout we set layout to defaultLayoutName().
13214
13215 2002-03-06  Juergen Vigna  <jug@sad.it>
13216
13217         * CutAndPaste.C (copySelection): set layout for new paragraph.
13218
13219         * text.C (prepareToPrint): leave ERT inset left aligned
13220         (leftMargin): don't indent paragraphs inside ERT insets
13221
13222 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13223
13224         * paragraph.C (breakParagraph): dont call clear do the work manually
13225
13226         * paragraph.[Ch] (clear): remove function
13227
13228 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13229
13230         * paragraph.C (Paragraph): dont call clear, the work has already
13231         been done.
13232
13233         * lyxtextclass.C (operator): assert if n is empty
13234
13235         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13236         work manually instead.
13237
13238 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13239
13240         * BufferView_pimpl.C: protect selectionLost against text == 0
13241
13242 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13243
13244         * text.C (breakParagraph): fix a setting layout to '0' problem.
13245
13246 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13247
13248         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13249         final location of file, for the included files, and graphics.
13250
13251 2002-03-05  Juergen Vigna  <jug@sad.it>
13252
13253         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13254
13255 2002-03-04  Juergen Vigna  <jug@sad.it>
13256
13257         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13258
13259         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13260         last column of multicolumn cells.
13261         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13262
13263 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13264
13265         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13266         file if it doesn't go to a temporary file.
13267
13268         * buffer.C (sgmlOpenTag):
13269         (sgmlCloseTag):  remove extra newline insertion.
13270
13271 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13272
13273         * text.C (getRowNearY): comment out debug msg
13274
13275 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13276
13277         * text2.C: first -> first_y
13278
13279         * text.C (getRowNearY): add some attemts at a possible
13280         optimization, not working.
13281
13282         * tabular.[Ch]: add BufferParams to several function so that newly
13283         created paragraph can be initialized to he default layotu for the
13284         buffers textclass.
13285
13286         * tabular-old.C (ReadOld): add buf->params to call of Init
13287
13288         * screen.C: rename text->first to text->first_y
13289
13290         * paragraph.C (breakParagraph): always set layout in the broken
13291         paragraph
13292
13293         * lyxtextclass.C (Read): remove lowercase
13294         (hasLayout): ditto
13295         (operator): ditto
13296         (delete_layout): ditto
13297
13298         * lyxtext.h: rename first -> first_y
13299
13300         * lyxlayout.C (Read): remove lowercase
13301         (name): ditto
13302         (setName): ditto
13303         (obsoleted_by): ditto
13304
13305         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13306
13307         * buffer.C (insertErtContents): add params are to InsetERT
13308         (parseSingleLyXformat2Token): add code to check if a paragraphs
13309         layout really exist.
13310         (parseSingleLyXformat2Token): add params to several inset
13311         constructors
13312         (asciiParagraph): remove lowercase, do the layout comparisons with
13313         no_case
13314
13315         * BufferView_pimpl.C (cursorNext): first -> first_y
13316         (resizeCurrentBuffer): first -> first_y
13317         (updateScrollbar): first -> first_y
13318         (scrollCB): first -> first_y
13319         (workAreaMotionNotify): first -> first_y
13320         (workAreaButtonPress): first -> first_y
13321         (checkInsetHit): first -> first_y
13322         (cursorPrevious): first -> first_y
13323         (cursorNext): first -> first_y
13324         (Dispatch): add buffer_->params to severl inset contructors
13325
13326 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13327
13328         * lyxlayout.C (Read): remove some debug info that I forgot.
13329
13330         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13331         clean up the code slightly.
13332         (makeLinuxDocFile): ditto
13333         (makeDocBookFile): ditto
13334
13335         * text2.C: layout as string
13336
13337         * text.C: layout as string
13338
13339         * paragraph_pimpl.C: layout as string
13340
13341         * paragraph.[Ch]: layout as string
13342
13343         * lyxtextclasslist.[Ch]: layout as string
13344
13345         * lyxtextclass.[Ch]: layout as string
13346
13347         * lyxtext.h: layout as string
13348
13349         * lyxlayout.[Ch]: layout as string
13350
13351         * lyx_cb.C: layout as string
13352
13353         * bufferview_funcs.C: layout as string
13354
13355         * bufferparams.C: layout as string
13356
13357         * buffer.C: layout as string
13358
13359         * LyXView.[Ch]: layout as string
13360
13361         * LaTeXFeatures.[Ch]: layout as string
13362
13363         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13364
13365         * BufferView_pimpl.C: change current_layout to string, remove
13366         lyx::layout_type.
13367         (Dispatch):
13368         (smartQuote):
13369         (insertInset):
13370         (workAreaButtonRelease): layout as string
13371
13372         * BufferView2.C (unlockInset): adjust
13373
13374         * vspace.C (asLatexCommand): use an explict temp variable.
13375
13376 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13377
13378         * Makefile.am: use FRONTEND_*
13379
13380 2002-03-01  Juergen Vigna  <jug@sad.it>
13381
13382         * tabular.C (SetWidthOfMulticolCell): changed to something better
13383         I hope but still work in progress.
13384         (recalculateMulticolumnsOfColumn): renamed function from
13385         recalculateMulticolCells as it is more appropriate now.
13386         (SetWidthOfCell): calculate multicols better.
13387
13388 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13389
13390         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13391
13392         * lyxfunc.C (processKeySym): print sequence also if it is
13393         `deleted' (complete)
13394
13395         * kbsequence.C (print): print sequence even if it is deleted
13396         (complete would be a better word, actually).
13397
13398         * lyxfunc.C (dispatch): print complete options after a prefix key
13399
13400         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13401
13402 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13403
13404         * text2.C (setCharFont): eliminate setCharFont code duplication.
13405
13406 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13407
13408         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13409         LFUN_TABULAR_FEATURE (bug #177)
13410
13411 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13412
13413         * Makefile.am: remove figure.h
13414
13415 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13416
13417         * Bufferview_pimpl.C:
13418         * CutAndPasteC:
13419         * LaTeX.C:
13420         * LyXSendto.C:
13421         * buffer.C:
13422         * bufferlist.C:
13423         * converter.C:
13424         * language.C:
13425         * lyxfunc.C:
13426         * lyxvc.C:
13427         * paragraph.C:
13428         * text.C:
13429         * text2.C: remove #include "lyx_gui_misc.h".
13430
13431         * LaTeX.C: added #include <cstdio>
13432
13433 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13434
13435         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13436         that the paragraph following this one can have.
13437
13438         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13439
13440         * vspace.C (asLatexCommand): fix bogus gcc warning
13441
13442         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13443
13444 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13445
13446         * text2.C (setLayout): get rid of redundant code
13447
13448 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13449
13450         * text2.C (incDepth): make sure depth cannot be increased beyond
13451         reasonable values.
13452
13453 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13454
13455         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13456         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13457
13458         * PainterBase.h (image):
13459         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13460         a LyXImage const *.
13461
13462 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13463
13464         * BufferView.C:
13465         * BufferView.h:
13466         * BufferView_pimpl.C:
13467         * BufferView_pimpl.h:
13468         * LaTeXFeatures.C:
13469         * LyXAction.C:
13470         * LyXView.C:
13471         * Makefile.am:
13472         * UpdateList.h:
13473         * UpdateList.C:
13474         * buffer.C:
13475         * figure.h:
13476         * figureForm.C:
13477         * figureForm.h:
13478         * figure_form.C:
13479         * figure_form.h:
13480         * lyx_cb.C:
13481         * lyx_gui.C:
13482         * lyx_gui_misc.C:
13483         * lyxfunc.C:
13484         * sp_base.h:
13485         * sp_ispell.h:
13486         * sp_pspell.h:
13487         * sp_spell.C: remove fig inset, and the crap house of
13488           cards that follows it
13489
13490 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13491
13492         * Makefile.am:
13493         * lyxserver.C:
13494         * os2_defines.h:
13495         * os2_errortable.h:
13496         * nt_defines.h: move .h into support/
13497
13498         * vms_defines.h: remove
13499
13500         * WorkArea.C: add space in debug output
13501
13502         * text2.C:
13503         * paragraph.C:
13504         * buffer.C: add WITH_WARNINGS
13505
13506         * vc-backend.h:
13507         * vc-backend.C:
13508         * bufferlist.C: s/retrive/retrieve/, add docs
13509
13510         * vspace.h:
13511         * vspace.C:
13512         * kbmap.h:
13513         * lyxlength.h:
13514         * lyxgluelength.h:
13515         * length_common.h:
13516         * chset.h:
13517         * chset.C: add docs
13518
13519         * lyxgui.C: add ID to X error handler
13520
13521         * lyxtestclass.c: fix typo
13522
13523 2002-02-26  Juergen Vigna  <jug@sad.it>
13524
13525         * tabular_funcs.C (write_attribute): changed so that some default
13526         attributes are not written at all.
13527         (getTokenValue): set default values before trying to read the
13528         value so we have the return value always set as default if we don't
13529         find the token we search for.
13530
13531         * tabular.C (Write): write bools as bools not as strings!
13532
13533 2002-02-22  Juergen Vigna  <jug@sad.it>
13534
13535         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13536         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13537
13538         * text.C (leftMargin): don't add an indent for paragraphs inside
13539         tabular cells (fix #208).
13540
13541 2002-02-21  José Matos  <jamatos@fep.up.pt>
13542
13543         * tabular.C (docBook): fixed support for long tables.
13544
13545 2002-02-20  Juergen Vigna  <jug@sad.it>
13546
13547         * text2.C (getFont): get the drawing font of the Inset if this
13548         paragraph is inside an inset (only important for InsetERT for now).
13549
13550         * buffer.C (insertErtContents): use new lanugage params in ERT
13551         constructor.
13552
13553         * CutAndPaste.C: commenting out seemingly uneeded code.
13554
13555 2002-02-19  Allan Rae  <rae@lyx.org>
13556
13557         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13558         Iterators might be simple to use but they also get invalidated.
13559         (removeAutoInsets): renamed saved cursor tracking variables and added
13560         some comments to clarify what everything does.
13561
13562 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13563
13564         * Chktex.C:
13565         * LaTeX.C:
13566         * LyXSendto.C:
13567         * converter.C:
13568         * lyx_cb.C:
13569         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13570         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13571
13572         * lyxfunc.C:
13573         * vc-backend.h: remove #include "support/syscall.h"
13574
13575         * LaTeX.C:
13576         * LyXSendto.C:
13577         * converter.C: rearrange #includes in Lars' approved fashion.
13578
13579         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13580         forward declare class Timeout in the header file.
13581
13582         * XFormsView.C: changes due to the above.
13583
13584         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13585         similar to LyXView.
13586
13587         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13588         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13589
13590 2002-02-18  José Matos  <jamatos@fep.up.pt>
13591
13592         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13593         insets contents.
13594
13595 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13596
13597         * a lot of small ws changes
13598         * add a lot of using std::XXX
13599         * use std construcs some places where approp.
13600         * use some exisint stuff from lyxfunctional where approp.
13601         * Make file changes to use partial linking (lets test this now...)
13602
13603 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13604
13605         * Chktex.C:
13606         * buffer.C:
13607         remove #include "support/syscontr.h" as it's redundant. Always has been.
13608
13609         * Chktex.C:
13610         * LaTeX.C:
13611         * LyXSendto.C:
13612         * converter.C:
13613         * lyx_cb.C:
13614         * vc-backend.C:
13615         change Systemcalls::System to Systemcalls::Wait and
13616         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13617         No change of functionality, just reflects the stripped down Systemcalls
13618         class.
13619
13620 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13621
13622         * debug.[Ch]: add a GRAPHICS type to the enum.
13623
13624 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13625
13626         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13627
13628         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13629         there is an inset.
13630
13631 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13632
13633         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13634         match the changes below.
13635
13636         * text2.C (toggleInset): if there is not editable inset at cursor
13637         position, try to see if cursor is _inside_ a collapsable inset
13638         and close it.
13639
13640 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13641
13642         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13643         document menu has a nice checkbox
13644
13645 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13646
13647         * lyxlength.C (asLatexString): change PW to output as percent of
13648         \textwidth.
13649
13650         * lengthcommon.C: change '%' to 't%'
13651
13652         * lyxfunc.C (dispatch): a few comments from Martin
13653
13654 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13655
13656         * WorkArea.h:
13657         * WorkArea.C:
13658         * BufferView_pimpl.h:
13659         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13660           the X selection.
13661
13662 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13663
13664         * vspace.C (inPixels): fix compiler warning
13665
13666 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13667
13668         * lyxfunc.C (getStatus): fix status message for disabled commands.
13669
13670 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13671
13672         * BufferView_pimpl.C: fix crash on close buffer
13673         during selection (#227)
13674
13675 2002-01-27  Herbert Voss  <voss@lyx.org>
13676
13677         * buffer.C: link old Figure to new graphic inset
13678
13679 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13680
13681         * FontLoader.C (getFontinfo): Change the latex font names in order
13682         to match the names of type1inst.
13683
13684 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13685
13686         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13687
13688         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13689         (extchanged): ditto
13690         (ext_exist): ditto
13691         (remove_files_with_extension): ditto
13692         (remove_file): ditto
13693         (write): ditto
13694
13695         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13696         document is smaller than the work area height. Do not initialize
13697         static variables to 0.
13698
13699 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13700
13701         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13702
13703         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13704         LFUN_LAYOUT_PARAGRAPHS.
13705
13706         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13707         tabular. It is possible to provide a possible cell, which will
13708         typically be the actcell from the corresponding insettabular
13709
13710         * lyxfunc.C (getStatus): small cleanup; disable
13711         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13712         true
13713
13714 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13715
13716         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13717
13718         * paragraph.C (startTeXParParams):
13719         (endTeXParParams): new methods. The LaTeX code to
13720         start/end paragraph formatting
13721         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13722         empty (fixes bug #200)
13723
13724         * vspace.C (inPixels): adapt to the change below
13725         (inPixels): [later] more cleanups (remove unused variables)
13726
13727         * lyxlength.C (inPixels): change to use a width and a height as
13728         parameter.
13729
13730 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13731
13732         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13733         Replaced with \paperwidth
13734
13735         * DepTable.C (insert): add std:: qualifier
13736
13737 2002-01-18  Allan Rae  <rae@lyx.org>
13738
13739         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13740         updated also?
13741
13742         * text.C (drawInset): Turned out I didn't know enough about how
13743         rebreaking worked.  This fixes most of the redraw problems.  I see
13744         an occasional cursor trail when a line is broken now and the cursor
13745         placement can seem out by a few pixels also after a rebreak.
13746
13747 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13748
13749         * buffer.C (parseSingleLyXformat2Token): update because minipage
13750         width is now a LyXLength
13751
13752         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13753
13754         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13755         math insets
13756
13757 2002-01-17  Juergen Vigna  <jug@sad.it>
13758
13759         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13760
13761         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13762         is set correctly and the inset is updated correctly.
13763
13764 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13765
13766         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13767         the beginning of the loop.
13768
13769 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13770
13771         * lyxrc.C: improve help for use_scalable_fonts
13772
13773 2002-01-17  Allan Rae  <rae@lyx.org>
13774
13775         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13776
13777 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13778
13779         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13780         make sure to set their inset_owner to the right value (bug #171)
13781
13782 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13783
13784         * DepTable.h
13785         * DepTable.C: Implement mtime checking to reduce time spent doing
13786         CRCs.
13787
13788 2002-01-16  Juergen Vigna  <jug@sad.it>
13789
13790         * tabular.C (GetAdditionalHeight): one of error fixed.
13791
13792         * lyxrc.C (output): small fix in writing use_pspell.
13793
13794 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13795
13796         * sp_base.h: #include LString.h
13797
13798 2002-01-16  Allan Rae  <rae@lyx.org>
13799
13800         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13801         Can someone check this please?
13802
13803         * text.C (drawInset): It was possible that p.row would be removed by
13804         breakAgainOneRow upsetting a few other settings.  There may be another
13805         small tweak possible by setting need_break_row = 0 when p.row has been
13806         removed but I don't know enough about the logic here.
13807
13808 2002-01-15  Allan Rae  <rae@lyx.org>
13809
13810         * text.C (insertChar): removed conditional truism.
13811
13812         * BufferView2.C (removeAutoInsets): More tweaks.
13813         cur_par_prev could be a stray pointer.  Check for trailing empty line
13814         in case last line was cur_par and only had an error inset on it.
13815
13816 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13817
13818         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13819         absolute
13820
13821         * vc-backend.C (most methods):
13822         * exporter.C (Export):
13823         * converter.C (convert):
13824         (runLaTeX):
13825         * LyXSendto.C (SendtoApplyCB):
13826         * lyxfunc.C (dispatch):
13827         (menuNew):
13828         (open):
13829         (doImport):
13830         * lyx_cb.C (AutoSave):
13831         (InsertAsciiFile):
13832         * BufferView_pimpl.C (MenuInsertLyXFile):
13833         * buffer.C (runChktex): use Buffer::filePath().
13834
13835         * buffer.h: rename filename to filename_; rename filepath to
13836         filepath_ and make it private
13837         (filePath): new method
13838
13839         * buffer.C (writeFile): use fileName()
13840         (getLatexName):
13841
13842         * lyx_main.C (init): fix starting  of LyX when the binary is a
13843         link from so,ewhere else.
13844
13845         * minibuffer.C: include <cctype> for isprint
13846
13847 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13848
13849         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13850         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13851         name clash with InsetCollapsable's width function.
13852
13853 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13854
13855         * lastfiles.C: include <iterator>
13856
13857 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13858
13859         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13860         std::count.
13861
13862         * buffer.C (makeLaTeXFile): ditto.
13863         Also make loop operation more transparent.
13864
13865 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13866
13867         * ToolbarDefaults.C: remove trailing comma closing namespace.
13868
13869         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13870
13871         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13872         as in WorkArea.
13873
13874         * trans.C (Load): comment out unused variable, allowed.
13875
13876 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13877
13878         * minibuffer.[Ch] (append_char): new method to recieve input from the
13879         drop-down completion browser. If a key was pressed, then recieve this
13880         char and append it to the existing string.
13881         (peek_event): modify the positioning data passed to the completion
13882         browser so that it can be placed above the minibuffer rather than below.
13883 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13884
13885         * LyXAction.C (init): alloe error-next for readonly documents.
13886
13887         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13888         count.
13889
13890 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13891
13892         * bufferlist.C (readFile): create the buffer _after_ checking that
13893         the file exists.
13894
13895         * lyxfunc.C (verboseDispatch): fix handling of arguments
13896
13897         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13898
13899         * lyxrc.C: use string::erase() instead of initializing to "".
13900
13901
13902 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13903
13904         * BufferView_pimpl.h:
13905         * BufferView_pimpl.C:
13906         * WorkArea.h:
13907         * WorkArea.C:
13908         * text2.C: tell X when we have made a selection for copying
13909
13910 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13911
13912         * BufferView_pimpl.C (MenuInsertLyXFile):
13913         * lyxfunc.C (menuNew):
13914         (open):
13915         (doImport): add shortcuts to directory buttons
13916
13917         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13918         open a float)
13919
13920         * lyxfunc.C (setStatusMessage):
13921         (getStatusMessage): new methods
13922         (getStatus):use setStatusMessage instead of setErrorMessage
13923         (dispatch): when function is disabled, set error message here
13924         [instead of in getStatus previously]
13925
13926         * BufferView_pimpl.C (workAreaButtonRelease): update
13927         toolbar/menubar here too.
13928
13929 2002-01-13  Allan Rae  <rae@lyx.org>
13930
13931         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13932         Now seems indestructible.  Remaining task is to audit all other
13933         code affected by deleteEmptyParagraphMechanism.  One small quirk
13934         left is that an empty document with an error in the preamble can
13935         be made to report an error but no error box appears.  I don't know
13936         where it goes.
13937         (removeAutoInsets): Improved comments.
13938
13939 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13940
13941         * Thesaurus.h:
13942         * Thesaurus.C: update for Aiksaurus 0.14
13943
13944 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13945
13946         * text2.C (firstParagraph): removed member function, all uses
13947         replaces with ownerParagraph
13948         (redoParagraphs): here
13949         (updateInset): here
13950         (toggleAppendix): here
13951         * BufferView2.C (insertErrors): here
13952         (setCursorFromRow): here
13953
13954 2002-01-13  Allan Rae  <rae@lyx.org>
13955
13956         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13957         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13958         There is still a way to segfault this although you may have to do this
13959         multiple times: Have an InsetERT with an unknown command in it.
13960         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13961         <down-arrow>, <Enter> again, View->DVI, BANG!
13962
13963         * text2.C (setCursor):
13964         (deleteEmptyParagraphMechanism):
13965         * lyxtext.h (setCursor):
13966         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13967         Making use of the return value may help fix other bugs.
13968
13969 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13970
13971         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13972
13973         * LyXView.C (updateMenubar): call MenuBar::update here
13974         (updateToolbar): but not here
13975         (showState): do not update toolbar/menubar
13976
13977         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13978         should need to care about that.
13979
13980         * lyxfunc.C (verboseDispatch): simplify a bit
13981         (getStatus): have a version which takes a pseudoaction, and
13982         another which requires a (kb_action,string).
13983
13984         * LyXAction.C (retrieveActionArg): make it work also when action
13985         is not a pseudo-action.
13986         (getActionName): simplify a bit
13987         (helpText):
13988
13989 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13990
13991         * lyxfunc.C (verboseDispatch): new families of methods with
13992         several ways to specify a command and a bool to indicate whether
13993         the command name and shortcut should be displayed in minibuffer
13994         (eventually, we could extend that to a finer bitmask like
13995         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13996         (dispatch): the pristine dispatch command which just, well,
13997         dispatchs! Note it still sets its result to minibuffer; I'm not
13998         sure we want that.
13999
14000         * lyxfunc.h: remove setHintMessage
14001
14002         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
14003
14004 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14005
14006         * BufferView_pimpl.C (specialChar): delete new inset if we have
14007         not been able to insert it.
14008
14009         * kbmap.C: revert to using int instead of kb_action, since all we
14010         are dealing with is pseudo-actions.
14011
14012         * LyXAction.C (searchActionArg): change to return int instead of
14013         kb_action, since the result is a pseudoaction.
14014
14015 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
14016
14017         * buffer.C (insertErtContents): Fix (partially) the font bug.
14018
14019 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14020
14021         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
14022         as the other one is broken on my machine!
14023
14024 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
14025
14026         * commandtags.h:
14027         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
14028
14029 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
14030
14031         * lyxrc.[Ch]: change names and descriptions of popup font variables to
14032         reflect their actual use. Provide compatibility code for older lyxrc
14033         files.
14034
14035         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14036         FL_NORMAL_STYLE.
14037         change names of popup font variables in line with the changes to lyxrc.C
14038
14039 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14040
14041         * buffer.C (asciiParagraph): avoid outputing a word twice after
14042         an inset.
14043
14044         * lyxrc.C (getDescription): document that document_path and
14045         template_path can be empty.
14046
14047 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14048
14049         * LaTeXFeatures.C (getMacros):
14050         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14051
14052         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14053
14054         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14055         getPackages.
14056         (getPackages): rename feature "floats" to "float". Use an array to
14057         iterate over 'simple' features (i.e. just a \usepackage). Add
14058         handling of "amsmath" (renamed from "amsstyle").
14059
14060 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14061
14062         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14063         features list.
14064
14065 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14066
14067         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14068         FuncStaus::FuncStatus & FuncStaus::some_method().
14069
14070 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14071
14072         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14073         of the func_satus stuff. Edited and massaged in various ways by
14074         JMarc.
14075
14076         * lyxfunc.C (getStatus): use FuncStatus
14077
14078 2002-01-08  Juergen Vigna  <jug@sad.it>
14079
14080         * text.C (nextBreakPoint): use function Inset::isChar().
14081
14082         * paragraph.C (TeXOnePar): use function
14083         Inset::forceDefaultParagraphs.
14084
14085         * buffer.C (latexParagraphs): use function
14086         Inset::forceDefaultParagraphs.
14087
14088 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14089
14090         * lyx_gui.C (init): set the style of the menu popups to
14091         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14092
14093 2002-01-07  Juergen Vigna  <jug@sad.it>
14094
14095         * text.C (setHeightOfRow): small fix
14096         (prepareToPrint): don't look at alignment if we don't have the place
14097         for doing it.
14098
14099 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14100
14101         * box.C: New file. Move the Box methods and functions out of box.h,
14102         following Lars' suggestion.
14103
14104 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14105
14106         * box.h: #include "support/LOstream.h", needed for inlined function.
14107
14108         * lyxtextclass.C:
14109         * lyxtextclasslist.C: added some using std declarations.
14110
14111 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14112
14113         * box.h: make signed dimensions to allow insets wider than
14114           the screen (bug #162)
14115
14116         * BufferView_pimpl.C: add some insetHit debug
14117
14118 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14119
14120         * vc-backend.C: add FIXME
14121
14122 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14123
14124         * lyxfunc.C (getStatus): enable code for showing math font status
14125         in toolbar/menu.
14126
14127 2002-01-07  Juergen Vigna  <jug@sad.it>
14128
14129         * text.C (nextBreakPoint): removed debug output not needed anymore.
14130
14131 2002-01-06  Juergen Vigna  <jug@sad.it>
14132
14133         * text.C (nextBreakPoint): fixed up this function we had this bug
14134         since ever but now hopefully we break row better.
14135         (insertChar): we have to check if an inset is the next char as it
14136         could now happen that a large inset is causing a break.
14137
14138 2002-01-05  Juergen Vigna  <jug@sad.it>
14139
14140         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14141         if it doesn't like to be drawed.
14142
14143 2002-01-04  Juergen Vigna  <jug@sad.it>
14144
14145         * BufferView2.C (lockInset): forgot to set a cursor.
14146
14147         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14148
14149 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14150
14151         * FormMathsPanel.C:
14152         * FormMathsPanel.h
14153         * MathsSymbols.C:
14154         * form_maths_panel.C:
14155         * form_maths_panel.h:
14156         * form_maths_panel.fd: implemented sub- and super- buttons in math
14157         panel.
14158
14159         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14160         (or ^ space) to be used as in TeX (req'd by Andr�.
14161
14162         * lyxfunc.C: Allow ^ and _ again to be used both as
14163         super/subscript (mathed) and as themselves (in text).
14164
14165 2002-01-03  Allan Rae  <rae@lyx.org>
14166
14167         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14168         "LyX" or the filename of the current buffer if it has one.  This is a
14169         modified form of John Levon's patch.
14170
14171         * XFormsView.C (setWindowTitle): also set icon title.
14172
14173         * LyXView.h (setWindowTitle): signature changed.
14174         * XFormsView.h (setWindowTitle): ditto.
14175
14176 2002-01-02  Juergen Vigna  <jug@sad.it>
14177
14178         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14179
14180 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14181
14182         * screen.C (topCursorVisible): introduce a temp var for
14183         text->cursor.row(), handle the case where this row is null. (kindo
14184         hachish)
14185
14186         * text2.C (setCursor): add a couple of asserts.
14187
14188         * paragraph.h (inset_iterator): add -> operator
14189
14190         * paragraph.[Ch] (autoDeleteInsets): remove member function
14191
14192         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14193         cursor pos correctly and handle inset deletion by itself.
14194         (insertErrors): move iterator declaration out of for expression
14195
14196         * lyxtextclass.C: add <algorithm>
14197
14198         * Makefile.am: added the new files to sources, removed layout.C
14199
14200         * layout.C: removed file
14201
14202         * layout.h: remove LYX_DUMMY_LAYOUT
14203
14204         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14205         layout.
14206
14207         * lyxlayout.[Ch]:
14208         * lyxtextclass.[Ch]:
14209         * lyxtextclasslist.[Ch]: new files
14210
14211         * include order changes to a lot of files, also changes because of
14212         the six new files.
14213
14214 2001-12-27  Juergen Vigna  <jug@sad.it>
14215
14216         * buffer.C (asciiParagraph): more fixes.
14217
14218         * tabular.C (ascii): make ascii export support export of only the
14219         data separated by a column-delimiter.
14220         (ascii): better support for ascii export.
14221
14222         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14223
14224 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14225
14226         * tabular_funcs.C: use a "using std::getline" instead of the
14227         previous fix from Angus (necessary for cxx + lyxstring)
14228
14229 2001-12-24  Juergen Vigna  <jug@sad.it>
14230
14231         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14232
14233         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14234         problems. First check a minipage also if we have some ert-contents
14235         (not only on par->size(), second set the right depth of the paragraph
14236         on the relink to the root-paragraph-list!
14237
14238         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14239         which then did not anymore update the main paragraphs on undo/redo!
14240
14241 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14242
14243         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14244         code. Support all font-changing funcs (even those which are not in
14245         menu currently). Support for reporting font settings in
14246         mathed (disabled until Andre provides a function on mathed's side).
14247
14248         * func_status.h (toggle): small helper function to set toggle
14249         state on a flag.
14250
14251 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14252
14253         * tabular_funcs.C: getline -> std::getline
14254
14255 2001-12-21  Juergen Vigna  <jug@sad.it>
14256
14257         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14258         accessed and could be 0 (I couldn't generate this but it seems
14259         Michael could!).
14260
14261 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14262
14263         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14264         * tabular_funcs.h: here and include iosfwd
14265
14266 2001-12-20  Juergen Vigna  <jug@sad.it>
14267
14268         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14269         inside inset but undo_par was.
14270
14271 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14272
14273         * Thesaurus.C: always include <config.h> in sources.
14274
14275         * Painter.h:
14276         * lyxlookup.h:
14277         * box.h: do not include <config.h> in header files
14278
14279         * text.C (paintLastRow): remove unused variable
14280
14281         * text.C (transformChar):
14282         (insertChar):
14283         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14284
14285         * Painter.C (text):
14286         * font.C (width): rewrite to use uppercase() instead of
14287         islower/toupper.
14288
14289         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14290
14291 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14292
14293         * lyxfind.C: clean up of find failure position change
14294
14295 2001-12-20  Juergen Vigna  <jug@sad.it>
14296
14297         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14298
14299         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14300         (TeXRow): added to LaTeX a single tabular row.
14301         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14302         (Latex): simplified and finally good LT-h/f support.
14303         (various_functions): just small adaptions for LT-h/f support.
14304
14305         * tabular_funcs.[hC]: added and moved here all not classfunctions
14306         of LyXTabular.
14307
14308 2001-12-19  Juergen Vigna  <jug@sad.it>
14309
14310         * tabular.[Ch]: better support for longtabular options (not finished
14311         yet!)
14312
14313 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14314
14315         * text.C (paintLastRow): use the label font instead of the font of
14316         the last character to compute the size of *_BOX. This makes more
14317         sense and avoids a crash with empty paragraphs.
14318         Use Painter::rectangle to draw EMPTY_BOX.
14319
14320 2001-12-19  Juergen Vigna  <jug@sad.it>
14321
14322         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14323         the paragraphs if the replaced paragraph is not the first one!
14324         Tried to delete not used paragraphs but does not work yet so for
14325         now it's inside #ifdef's and by default off!
14326
14327 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14328
14329         * MenuBackend.C: include "lyx_main.h" instead of declaring
14330         lastfiles (actually was declared as LastFiles* instead of a
14331         scoped_ptr).
14332
14333 2001-12-17  Juergen Vigna  <jug@sad.it>
14334
14335         * tabular.C (AppendColumn): applied John's fix
14336
14337 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14338
14339         * BufferView.h:
14340         * BufferView.C:
14341         * BufferView_pimpl.h:
14342         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14343
14344         * Makefile.am:
14345         * box.h: new start of class for above
14346
14347         * lyxfunc.C: ignore space-only minibuffer dispatches.
14348           Show the command name when it doesn't exist
14349
14350         * minibuffer.C: don't add empty lines to the history
14351
14352         * minibuffer.C: add a space on dropdown completion
14353
14354 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14355
14356         * text.C: fix line above/below drawing in insets
14357
14358 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14359
14360         * lyxlength.C (LyXLength): Initialize private variables.
14361
14362 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14363
14364         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14365         when inserting error insets.
14366
14367 2001-12-13  Juergen Vigna  <jug@sad.it>
14368
14369         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14370         actually sometimes the before-paragraph.
14371         (setUndo): don't clear the redostack if we're not actually undoing!
14372
14373 2001-12-06  Juergen Vigna  <jug@sad.it>
14374
14375         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14376         and fixed redoing of main paragraph, so we can use it now ;)
14377
14378         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14379
14380 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14381
14382         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14383         Juergen's request
14384
14385 2001-12-13  André Pönitz <poenitz@gmx.net>
14386
14387         * undostack.[Ch]:
14388         * undo_func.C: minor cleanup
14389
14390 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14391
14392         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14393         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14394         font in urw-fonts package which is marked as -urw-fontspecific and
14395         does not work (incidentally, changing the encoding in the
14396         fonts.dir of this package to -adobe-fontspecific fixes the
14397         problem).
14398
14399         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14400         is a crash when undoing first paragraph (Juergen, please take a
14401         look). THis does not mean the undo fix is wrong, just that it
14402         uncovers problems.
14403
14404         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14405         the (Paragraph*) version when needed instead of duplicating the
14406         code.
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-12  Martin Vermeer  <martin.vermeer@hut.fi>
14421
14422         * commandtags.h:
14423         * LyXAction.C:
14424         * lyx_main.C:
14425         * lyxfunc.C:
14426         * mathed/formulabase.C:
14427         * mathed/math_cursor.[Ch]:
14428         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14429
14430
14431 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14432
14433         * lyxlength.[Ch] (operator!=): new function
14434
14435 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14436
14437         * text.C (workWidth): use Inset::parOwner to find out where the
14438         inset has been inserted. This is a huge performance gain for large
14439         documents with lots of insets. If Inset::parOwner is not set, fall
14440         back on the brute force method
14441
14442         * paragraph_pimpl.C (insertInset):
14443         * paragraph.C (Paragraph):
14444         (cutIntoMinibuffer): set parOwner of insets when
14445         inserting/removing them
14446
14447         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14448
14449 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14450
14451         * tabular-old.C (getTokenValue):
14452         * tabular.C (getTokenValue):
14453         (write_attribute): new versions for LyXLength
14454         (everywhere): adjust the use of widths
14455
14456         * tabular.h: change the type of widths from string to LyXLength
14457
14458 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14459
14460         * paragraph.C: fixed missing line number count when exporting
14461         Environments to LaTeX file
14462
14463         * buffer.C: added informational message for checking line numbers.
14464
14465 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14466
14467         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14468         paragraph, do the 'double space' part, but not the 'empty
14469         paragraph' one.
14470
14471         * text.C (workWidth): small optimization
14472         (getLengthMarkerHeight): use minimal size for negative lengths.
14473
14474 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14475
14476         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14477
14478         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14479
14480 2001-12-11  André Pönitz <poenitz@gmx.net>
14481
14482         * FontLoader.C:
14483         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14484
14485 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14486
14487         * text2.C: keep selection on a setFont()
14488
14489 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14490
14491         * lyx_cb.C: another bv->text misuse, from insert label
14492
14493 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14494
14495         * kbsequence.h:
14496         * kbsequence.C: re-instate nmodifier mask
14497
14498 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14499
14500         * lyx_main.h: make lyxGUI private.
14501
14502 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14503
14504         * lyxfind.C: place the cursor correctly on failed search
14505
14506 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14507
14508         * text.C (getLengthMarkerHeight): for small heights, the arrows
14509         are not always on top/bottom of the text
14510         (drawLengthMarker): smaller arrows; take the left margin in
14511         account; draw also vfills.
14512         (paintFirstRow):
14513         (paintLastRow): remove special code for vfill and standard spaces,
14514         since everything is handled in drawLengthMarker now.
14515
14516 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14517
14518         * buffer.C (insertErtContents): try to handle font and language
14519         interaction a bit better.g
14520
14521         * ColorHandler.C (updateColor): change the hash to cover the whole
14522         LColor enum, ws cleanup
14523         (getGCLinepars): ditto
14524         (getGCLinepars): only lookup in the linecache once.
14525
14526 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14527
14528         * iterators.C (operator++): Make the iterator more robust
14529
14530         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14531         (John's patch)
14532         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14533
14534 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14535
14536         * lyxtext.h:
14537         * text.C: better added space drawing
14538
14539 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14540
14541         * LyXView.C:
14542         * BufferView2.C: fix layout combo update on inset unlock
14543
14544 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14545
14546         * Makefile.am: don't compile unused files
14547
14548 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14549
14550         * lyxfunc.C:
14551         * commandtags.h:
14552         * LyXAction.C: remove old LFUN_LAYOUTNO
14553
14554 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14555
14556         * paragraph_pimpl.h:
14557         * paragraph_pimpl.C: isTextAt() doesn't need font param
14558
14559 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14560
14561         * lyxlex.h:
14562         * lyxlex.C: little cleanup
14563
14564 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14565
14566         * BufferView_pimpl.C: fix insertAscii for insets
14567
14568 2001-12-05  Juergen Vigna  <jug@sad.it>
14569
14570         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14571         set the right font on the "multi" paragraph paste!
14572
14573 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14574
14575         * trans_decl.h:
14576         * trans_mgr.[Ch]:
14577         * trans.[Ch]:
14578         * lyxgluelength.C:
14579         * lyxlength.C: remove out-commented code.
14580
14581         * BufferView_pimpl:
14582         * CutAndPaste.C:
14583         * DepTable.C:
14584         * buffer.C:
14585         * chset.C:
14586         * lastfiles.C:
14587         * lyxlex.C:
14588         * lyxlex_pimpl.C:
14589         * lyxserver.C:
14590         * screen.C:
14591         * tabular-old.C:
14592         * tabular.C:
14593         * text.C:
14594         * trans_mgr.C:
14595         * vc-backend.C: change "while(" to "while ("
14596
14597         * lyxlength.[Ch]: add zero function to check if length is zero or
14598         not
14599         * lyxgluelength.C: use it
14600
14601 2001-12-05  Allan Rae  <rae@lyx.org>
14602
14603         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14604         Works for 2.95.3, from what I understand of Garst's reports this should
14605         work for other g++ versions.  We're screwed if the abs(int) definition
14606         changed between bugfix releases of gcc.
14607
14608 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14609
14610         * text.C: fix chapter label offset !
14611
14612 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14613
14614         * lyxtext.h:
14615         * text.C: fix hfill at end of line, clean up
14616
14617 2001-12-04  Juergen Vigna  <jug@sad.it>
14618
14619         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14620         that we force an update of the inset and it's owners if neccessary.
14621
14622 2001-12-03  Juergen Vigna  <jug@sad.it>
14623
14624         * text.C (rowLast): simplified code
14625
14626 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14627
14628         * lyxfunc.C: fix show options on timeout
14629
14630 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14631
14632         * screen.C (topCursorVisible): scroll half a page when the cursor
14633         reached top of bottom of screen
14634
14635 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14636
14637         * minibuffer.C: deactivate on loss of focus
14638
14639 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14640
14641         * vspace.[Ch] (operator!=): add operator.
14642
14643 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14644
14645         * BufferView_pimpl.C: refuse to open an inset when
14646         there's a selection.
14647
14648 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14649
14650         * BufferView_pimpl.C: allow to click on RHS of full row insets
14651
14652 2001-11-30  Juergen Vigna  <jug@sad.it>
14653
14654         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14655         insets for undo reasons.
14656
14657 2001-11-28  André Pönitz <poenitz@gmx.net>
14658
14659         * vspace.[Ch]: cosmetical changes
14660
14661 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14662
14663         * LyXAction.h:
14664         * LyXAction.C:
14665         * lyxfunc.h:
14666         * lyxfunc.C:
14667         * kbmap.h:
14668         * kbmap.C:
14669         * lyxrc.C:
14670         * kbsequence.h:
14671         * kbsequence.C: part re-write of old kb code
14672
14673         * Painter.C:
14674         * WorkArea.C: remove Lgb_bug_find_hack
14675
14676 2001-11-30  José Matos <jamatos@fep.up.pt>
14677
14678         * buffer.C (makeDocBookFile): add a comment to point a hack.
14679         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14680         Fixed a double write of labels.
14681
14682 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14683
14684         * LaTeX.C:
14685         * LaTeX.h Fixed bug in LaTeX class where it would not
14686         re-run latex if no depfiles were changed, but the .dvi was removed.
14687
14688 2001-11-28  André Pönitz <poenitz@gmx.net>
14689
14690         * all the files from the change on 2001/11/26:
14691         use lyx::layout_type instead of LyXTextClass::size_type
14692         use lyx::textclass_type instead of LyXTextClassList::size_type
14693
14694 2001-11-29  Juergen Vigna  <jug@sad.it>
14695
14696         * text.C: added support for paragraph::isFreeSpacing()
14697
14698         * buffer.C: same as above
14699
14700         * paragraph.h: inserted isFreeSpacing() function to enable
14701         FreeSpacing inside InsetERT.
14702
14703         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14704         of the paragraph's in the cut/copy buffer to 0!
14705
14706         * text2.C (removeRow): remove the assert as it can!
14707
14708         * lyxtext.h: added helper function firstRow returning firstrow and
14709         made firstrow private again.
14710
14711         * BufferView2.C (lockInset): don't relock if we're already locked!
14712
14713         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14714         the only paragraph.
14715         (removeRow): added Assert::(firstrow)
14716
14717         * debug.C: forgot to add INSETTEXT here.
14718
14719 2001-11-28  Juergen Vigna  <jug@sad.it>
14720
14721         * sp_spell.C (initialize): changed error text to more general
14722         spellchecker command use (not only ispell!)
14723
14724         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14725
14726         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14727
14728 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14729
14730         * vspace.C: initialise lyxgluelength on failure
14731
14732 2001-11-28  Allan Rae  <rae@lyx.org>
14733
14734         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14735         declaration & definition that looks like a function declaration.
14736
14737 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14738
14739         * BufferView2.C (copy):
14740         (copyEnvironment): do not clear the selection when doing a copy.
14741
14742         * text.C (paintFirstRow): compilation fix
14743
14744 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14745
14746         * tabular.C (Latex): correct line count when writing latex.
14747
14748 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14749
14750         * paragraph_pimpl.h:
14751         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14752           bug a bit
14753
14754 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14755
14756         * text.C:
14757         * LColor.h:
14758         * LColor.C: change vfillline->added_space
14759
14760         * text.C: add markers and text for added space
14761
14762         * vspace.C: fix comment
14763
14764 2001-11-28  André Pönitz <poenitz@gmx.net>
14765
14766         * paragraph.C: whitespace changes
14767         * all the other files from the change on 2001/11/26:
14768         change *::pos_type into lyx::pos_type
14769
14770 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14771
14772         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14773         language of the document when inserting error insets.
14774
14775 2001-11-26  André Pönitz <poenitz@gmx.net>
14776
14777         * BufferView_pimpl.[Ch]:
14778         *       CutAndPaste.C:
14779         * buffer.[Ch]:
14780         * lyxcursor.[Ch]:
14781         * lyxfind.C:
14782         * lyxfunc.C:
14783         * lyxrow.[Ch]:
14784         * paragraph.[Ch]:
14785         * paragraph_pimpl.[Ch]:
14786         * sp_spell.C:
14787         * text.C:
14788         * text2.C: reduce header dependencies, introduce type for positions
14789
14790 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14791
14792         * <various>: change to use Alert.h
14793
14794 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14795
14796         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14797         when encountering an unknown token.
14798         (readLyXformat2): Show an error message if there were unknown tokens.
14799
14800 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14801
14802         * BufferView2.C:
14803         * BufferView_pimpl.C:
14804         * buffer.C:
14805         * paragraph.h:
14806         * text.C:
14807         * text2.C: use par->isInset()
14808
14809 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14810
14811         * paragraph_pimpl.h:
14812         * paragraph_pimpl.C: cleanup
14813
14814 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14815
14816         * text2.C (removeRow):
14817         * text.C (setHeightOfRow): remove useless (and costly) call to
14818         getRow.
14819
14820 2001-11-20  Allan Rae  <rae@lyx.org>
14821
14822         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14823         Now need Inset*::checkInsertChar() to return true for appropriate
14824         cases so that the characters in the minibuffer will actually be
14825         inserted.
14826
14827 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14828
14829         * text.C: change the order of the includes.
14830         (workWidth): initialize it at once.
14831         (workWidth): make maxw unsigned
14832         (setHeightOfRow): remove unused variable (inset)
14833         (selectSelectedWord): remove unused variable (inset)
14834         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14835
14836 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14837
14838         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14839         server is not running.
14840         (openConnection):
14841         (closeConnection): add debug info when server is disabled.
14842
14843         * ColorHandler.C (getGCForeground): send debug message to GUI
14844         channel.
14845
14846         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14847
14848         * kbmap.C (bind): modify because return conventions of
14849         kb_sequence::parse have changed.
14850
14851         * kbsequence.C (parse): only ignore spaces and not any stupid
14852         control character. This avoids tests like s[i] <= ' ', which are
14853         guaranteed to fail with 8bit characters and signed chars.
14854         Change return code to string::npos when there have been no error
14855         (0 was a bad idea when error is at first character)
14856
14857 2001-11-14  José Matos  <jamatos@fep.up.pt>
14858
14859         * buffer.h:
14860         * buffer.C (simpleDocBookOnePar): removed unused argument.
14861
14862 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14863
14864         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14865         insets which are part of a word. Paragraph::isLetter takes care of
14866         that now. Use Paragraph::isInset to identify insets.
14867         (selectSelectedWord): do not test for hyphenation break.
14868
14869         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14870         that protected spaces are considered as spaces.
14871
14872         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14873         Inset::isLetter.
14874
14875 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14876
14877         * lyxserver.h:
14878         * lyxserver.C: fix it. and small cleanup.
14879
14880 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14881
14882         * BufferView_pimpl.C: use inline helpers
14883
14884         * LaTeXFeatures.h:
14885         * LaTeXFeatures.C: fix typos
14886
14887         * Spacing.h:
14888         * Spacing.C: move spacing_string into class
14889
14890         * ToolbarDefaults.C: move stuff into namespace anon
14891
14892         * layout.h: update enum
14893
14894         * lyxfunc.C: use better debug
14895
14896         * minibuffer.h: fix typo
14897
14898         * debug.h:
14899         * debug.C:
14900         * WorkArea.C: add and use Debug::WORKAREA
14901
14902         * lyxtext.h:
14903         * text.C:
14904         * text2.C: code re-organisation, inline helpers
14905
14906 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14907
14908         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14909         std::vector.empty().
14910
14911 2001-11-09  Allan Rae  <rae@lyx.org>
14912
14913         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14914         '\n's after tables.  Tabular and ERT inset work now makes this no
14915         longer necessary.
14916
14917 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14918
14919         * minibuffer.h:
14920         * minibuffer.C: fix crash, improve drop-down completion
14921
14922 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14923
14924         * lyxserver.h:
14925         * lyxserver.C: invalidate fd's when doing endPipe()
14926
14927 2001-11-08  José Matos  <jamatos@fep.up.pt>
14928
14929         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14930         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14931
14932         * paragraph.h:
14933         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14934
14935 2001-11-07  José Matos  <jamatos@fep.up.pt>
14936
14937         * buffer.h:
14938         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14939         const qualifier.
14940
14941         * buffer.C (sgmlOpenTag):
14942         * buffer.C (sgmlCloseTag): removed debug info.
14943
14944         * buffer.h (sgmlOpenTag):
14945         * buffer.h (sgmlCloseTag): made public.
14946
14947 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14948
14949         * buffer.C (saveParamsAsDefaults):
14950         * lyx_cb.C (MenuLayoutSave): remove
14951
14952         * LyXAction.C (init):
14953         * commandtags.h:
14954         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14955
14956 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14957
14958         * buffer.C (setPaperStuff): removed from here...
14959
14960         * bufferparams.C (setPaperStuff): ... and moved there.
14961
14962 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14963
14964         * minibuffer.h:
14965         * minibuffer.C:
14966         * XFormsView.C: add support for drop-down completion
14967
14968 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14969
14970         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14971         commands.
14972
14973 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14974
14975         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14976         disabled.
14977
14978 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14979
14980         * lyx_main.C: change ref to known bugs
14981
14982 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14983
14984         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14985         to work around older babel problems.
14986
14987 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14988
14989         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14990
14991 2001-10-24  Juergen Vigna  <jug@sad.it>
14992
14993         * tabular-old.C (ReadOld): below variable changes reflected.
14994
14995         * tabular.[Ch]: added ltType struct for longtable header/footer
14996         defines and changed all instances where they are used. Added
14997         future support for double top/bottom rows.
14998
14999 2001-10-24  José Matos  <jamatos@fep.up.pt>
15000
15001         * buffer.h (docbookHandleCaption):
15002         * buffer.C (docbookHandleCaption): removed unused function.
15003         (makeDocBookFile): moved docbook supported version to v4.1.
15004
15005 2001-10-24  José Matos  <jamatos@fep.up.pt>
15006
15007         * tabular.h:
15008         * tabular.C (docbookRow): new function to export docbook code of a row.
15009         (DocBook): now honors the longtable flags.
15010
15011 2001-10-23  José Matos  <jamatos@fep.up.pt>
15012
15013         * LaTeXFeatures.h:
15014         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
15015         of the lyx defined sgml entities used in a docbook/linuxdoc document.
15016
15017         * buffer.C (makeLinuxDocFile):
15018         (makeDocBookFile): reworked the preamble, more clean, and with
15019         support for lyx defined entities. Changed the document declaration
15020         to be more XML friendly.
15021
15022         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
15023         if we need to output XML that should be done with a filter.
15024
15025 2001-10-22  Juergen Vigna  <jug@sad.it>
15026
15027         * sp_pspell.h (class PSpell): add alive function needed in the
15028         controller to see if the spellchecker could be started.
15029
15030 2001-10-22  Juergen Vigna  <jug@sad.it>
15031
15032         * buffer.C (insertStringAsLines): modify the font for inserting
15033         chars in certain conditions by calling checkInsertChar(font).
15034
15035 2001-10-19  Juergen Vigna  <jug@sad.it>
15036
15037         * text.C (workWidth): use getRow instead of wrong algorithm.
15038         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15039
15040 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
15041
15042         * lyxserver.h:
15043         * lyxserver.C:
15044         * lyx_main.h:
15045         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15046
15047 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15048
15049         * text.C (workWidth): do not search for the exact row when
15050         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15051         optimization for big documents.
15052
15053 2001-10-18  Juergen Vigna  <jug@sad.it>
15054
15055         * text.C (workWidth): new function with added Inset * parameter.
15056
15057 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15058
15059         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15060
15061         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15062         change return type of getColumnNearX.
15063
15064
15065         * text.C (changeRegionCase): use uppercase/lowercase instead of
15066         toupper/tolower.
15067         (leftMargin):
15068         (rightMargin): simplify code by factoring out the uses of
15069         textclasslist.
15070         (labelFill):
15071         (numberOfHfills):
15072         (setHeightOfRow):
15073         (appendParagraph): use Paragraph::size_type
15074
15075 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15076
15077         * vspace.C (asLatexString): add a missing break
15078
15079 2001-10-15  Herbert Voss  <voss@perce.de>
15080
15081         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15082
15083 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15084
15085         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15086         is not available.
15087
15088 2001-10-10  André Pönitz <poenitz@gmx.net>
15089
15090         * lyxfunc.C: removed greek_kb_flag.
15091
15092 2001-10-10  Herbert Voss  <voss@perce.de>
15093
15094         * lyx_main.C: delete global string help_lyxdir.
15095
15096 2001-10-09  Herbert Voss  <voss@perce.de>
15097
15098         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15099
15100         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15101
15102         * lyx_main.C: added global string help_lyxdir.
15103
15104         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15105
15106 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15107
15108         * lyxrc.C (set_font_norm_type): support iso8859-4
15109
15110 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15111
15112         * LaTeX.C (deplog): add another regex for MikTeX
15113
15114 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15115
15116         * lyxrc.C (set_font_norm_type): support iso8859-3
15117
15118 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15119
15120         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15121
15122         * LaTeXFeatures.C: remove special case of french and index
15123
15124         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15125         before \begin{document}). This solves several incompatibilities.
15126
15127 2001-10-03  Garst Reese  <reese@isn.net>
15128
15129         * lyx_cb.C: change CheckTex error msg.
15130
15131 2001-10-03  José Matos  <jamatos@fep.up.pt>
15132
15133         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15134
15135 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15136
15137         * .cvsignore: update
15138
15139         * lyx_main.C (commandLineVersionInfo): use new style version info.
15140
15141         * buffer.C (writeFile):
15142         (makeLaTeXFile):
15143         (makeLinuxDocFile):
15144         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15145
15146         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15147
15148         * version.h: update to use stuff in version.C
15149
15150         * version.C.in: new file. Contains version information determined
15151         at compile time. This is a merging of version.h and
15152         version_info.h.in.
15153
15154 2001-10-03  Juergen Vigna  <jug@sad.it>
15155
15156         * BufferView_pimpl.C (update): don't change "dirty" status in
15157         updateInset call.
15158
15159 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15160
15161         * WorkArea.C (c-tor): re-position version string slightly.
15162
15163 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15164
15165         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15166         revert to previous code.
15167
15168         WorkArea.[Ch]: (show, destroySplash): methods removed.
15169
15170         WorkArea.C: rework code so that it's an amalgam of the codes before and
15171         after the splash screen was moved to WorkArea.
15172
15173 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15174
15175         * lyxrc.C (read):
15176         * vspace.C (inPixels):
15177         (lyx_advance):
15178         * kbmap.C (bind):
15179         * buffer.C (insertStringAsLines):
15180         (asciiParagraph): fix types to be large enough
15181
15182         * lyxlex_pimpl.h: change member status from short to int
15183
15184         * layout.h: fix type of endlabeltype
15185
15186         * kbmap.C (bind):
15187         * kbsequence.C (parse): change return type to string::size_type
15188
15189         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15190         variable
15191
15192         * Bullet.C (bulletSize):
15193         (bulletEntry): do not use short ints as parameters
15194
15195         * BufferView2.C (insertLyXFile): change a char to an int.
15196
15197         * WorkArea.C (WorkArea): remove unneeded floats in computation
15198
15199 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15200
15201         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15202
15203         * paragraph.C (asString): Do not ignore newline/hfill chars when
15204         copying to the clipboard.
15205
15206 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15207
15208         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15209         after a multi-line inset.
15210
15211 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15212
15213         * paragraph.C (validate): Set NeedLyXFootnoteCode
15214
15215 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15216
15217         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15218         and decrease-error to decrease.
15219
15220 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15221
15222         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15223         it more readable (should be equivalent)
15224
15225 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15226
15227         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15228
15229 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15230
15231         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15232         of a cursor (row, etc.) after a character has been deleted
15233         (deleteEmptyParagraphMechanism): call the method above on _all_
15234         cursors held by the LyXText when a double space has been
15235         detected/deleted.
15236
15237 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15238
15239         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15240         pixmap.
15241         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15242
15243         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15244         background. Use greyOut() and the new show() methods to toggle between
15245         the foreground and background. Add code to remove the splash after
15246         its initial showing.
15247
15248         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15249         (create_forms): no longer call Dialogs::showSplash.
15250
15251 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15252
15253         * .cvsignore: add version_info.h
15254
15255 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15256
15257         * version_info.h.in: new file
15258
15259         * Makefile.am: add version_info.h.in
15260
15261         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15262         version_info.h instead of VERSION_INFO
15263
15264 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15265
15266         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15267         The ERT inset now returns string().
15268
15269 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15270
15271         * lyxtext.h, text.C (selectNextWord): renamed as
15272         selectNextWordToSpellcheck.
15273
15274         * text.C (selectNextWordToSpellcheck): Modified to not select
15275         words inside an ERT inset.
15276
15277 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15278
15279         * lyx_cb.C (MenuLayoutSave): change a bit the question
15280
15281         * sp_base.h: include <sys/types.h>
15282
15283 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15284
15285         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15286
15287 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15288
15289         * several files: fix typos in user-visible strings
15290
15291 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15292
15293         * text2.C (pasteSelection): do not set the selection, since it
15294         will be cleared later. Actually, the intent was to fix the way the
15295         selection was set, but I figured rmoving the code was just as good.
15296
15297 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15298
15299         * FontLoader.C (available): Check if font is available without
15300         loading the font.
15301
15302 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15303
15304         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15305
15306 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15307
15308         * lyxrc.[Ch]: added display_graphics variable and associated code.
15309
15310 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15311
15312         * bufferparams.C (hasClassDefaults): new method. Returns true if
15313         the buffer parameters correspond to known class defaults
15314
15315 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15316
15317         * XFormsView.C (show): set minimum size to the main window.
15318
15319 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15320
15321         * text2.C (copySelection):
15322         (cutSelection):
15323         * lyxfind.C (LyXReplace):
15324         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15325         LyXText::selectionAsString.
15326
15327         * paragraph.C (asString): add "label" argument to the second form
15328
15329         * text2.C (selectionAsString): add "label" argument and pass it to
15330         Paragraph::asString.
15331
15332 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15333
15334         * lyx_main.C (commandLineHelp): remove version information
15335
15336 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15337
15338         * lyx_main.C: add -version commandline option
15339
15340 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15341
15342         * paragraph.h: make the optional constructor arg required instead.
15343         some modifications to other files because of this.
15344
15345         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15346
15347         * lyxserver.C (C_LyXComm_callback): make it static
15348
15349         * lyx_main.C (error_handler): make it static
15350
15351         * lyx_gui.C (LyX_XErrHandler): make it static
15352
15353         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15354
15355         * WorkArea.C: make the extern "C" methods static.
15356
15357         * Makefile.am (lyx_LDADD): simplify
15358
15359 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15360
15361         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15362         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15363
15364         * LyXAction.C (init):
15365         * lyxfunc.C (dispatch): associated code removal.
15366
15367 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15368
15369         * lyxfont.h (isSymbolFont): shut off warning
15370
15371         * text.C (setHeightOfRow):
15372         (getVisibleRow): fix crash with empty paragraphs which have a
15373         bottom line
15374
15375 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15376
15377         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15378         code.
15379
15380 2001-09-04  José Matos  <jamatos@fep.up.pt>
15381         * buffer.C
15382         * buffer.h
15383         * tabular.C (docbook): rename docBook method to docbook.
15384
15385 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15386
15387         * Makefile.am: add dependencies to main.o.
15388
15389 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15390
15391         * FontLoader.C (available): Return false if !lyxrc.use_gui
15392
15393 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15394
15395         * FontInfo.C (query):
15396         * converter.C (view):
15397         * importer.C (Import):
15398         * exporter.C (Export): Can not -> cannot.
15399
15400 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15401
15402         * BufferView_pimpl.C: allow to create index inset even if
15403           string is empty
15404
15405 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15406
15407         * buffer.C (getLists): replace boost::tie code with an explicit pair
15408         as boost::tie can break some compilers.
15409
15410         * iterators.h: Added a std:: declaration to the return type of
15411         ParIterator::size.
15412
15413 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15414
15415         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15416           case.
15417
15418 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15419
15420         * iterators.[Ch]: New files. Provide paragraph iterators.
15421
15422         * buffer.C (changeLanguage): Use paragraph iterators.
15423         (isMultiLingual): ditto
15424
15425         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15426
15427 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15428
15429         * FontLoader.C: Support for cmr font.
15430
15431 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15432
15433         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15434         (available): New method.
15435
15436         * FontInfo.C (getFontname): Use scalable fonts even when
15437         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15438         found.
15439
15440 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15441
15442         * converter.C (Formats::view): reverted! Incorrect fix.
15443
15444 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15445
15446         * converter.C (Formats::view): only output the -paper option
15447         if the dvi viewer is xdvi, thereby fixing bug #233429.
15448
15449 2001-08-23  Herbert Voss  <voss@perce>
15450
15451         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15452
15453 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15454
15455         * Spacing.h (Spacing): Set space to Default on in the default
15456         constructor.
15457
15458 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15459
15460         * vc-backend.h (RCS::versionString): add RCS to version
15461         (CVS::versionString): add CVS to version
15462
15463         * vc-backend.C (scanMaster): do not add CVS to version.
15464         (scanMaster): do not add RCS to version
15465
15466         * lyxvc.C (versionString): new method
15467
15468         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15469
15470 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15471
15472         * Spacing.C (set): initialize fval
15473
15474 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15475
15476         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15477         " or \.
15478
15479 2001-08-16  Juergen Vigna  <jug@sad.it>
15480
15481         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15482
15483 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15484
15485         * BufferView_pimpl.C:
15486         * figureForm.C:
15487         * lyxtext.h:
15488         * text2.C: setParagraph takes linespacing now
15489
15490 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15491
15492         * LyxAction.C: add internal LFUN_CITATION_INSERT
15493
15494         * LyXView.C: actually apply fix
15495
15496         * bufferlist.C: fix open non-existent file
15497
15498         * lyxfind.C: fix indentation
15499
15500         * lyxfunc.C: remove unneeded assert, fix typo
15501
15502 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15503
15504         * MenuBackend.C: use "Floatname List"
15505
15506 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15507
15508         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15509         when converting LaTeX layout to insetERT.
15510         Generate a non-collapsed float when reading old float
15511
15512 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15513
15514         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15515         ERT insets.
15516
15517 2001-08-13  Juergen Vigna  <jug@sad.it>
15518
15519         * text.C (fill): return 0 instead of 20 as this seems to be the more
15520         correct value.
15521
15522 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15523
15524         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15525         lyxrc.font_norm.
15526
15527 2001-08-13  Juergen Vigna  <jug@sad.it>
15528
15529         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15530         casesensitive off.
15531         (SearchBackward): comment out the unlocking of the inset_owner this
15532         should not be needed!
15533
15534 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15535
15536         * Many files: Remove inherit_language, and add latex_language
15537
15538         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15539         collapsible insets.
15540
15541 2001-08-10  Juergen Vigna  <jug@sad.it>
15542
15543         * text.C (prepareToPrint): fixed hfill-width in draw!
15544
15545         * BufferView2.C (selectLastWord): save the selection cursor as this
15546         now is cleared in the function LyXText::clearSelection!
15547
15548 2001-08-08  Juergen Vigna  <jug@sad.it>
15549
15550         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15551         BACKSPACE type functions.
15552
15553         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15554         is only cutted from the document but not put in the cut-buffer, where
15555         still the old stuff should be.
15556
15557         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15558
15559         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15560
15561         * tabular.C (SetWidthOfCell): fixed special case where the width
15562         was not updated!
15563         (LeftLine): handle '|' in align_special.
15564         (RightLine): ditto
15565         (LeftAlreadyDrawed): ditto
15566         (SetWidthOfCell): ditto
15567
15568 2001-08-07  Juergen Vigna  <jug@sad.it>
15569
15570         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15571
15572 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15573
15574         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15575         * lyxlex.[hC]: ditto
15576
15577 2001-08-06  Juergen Vigna  <jug@sad.it>
15578
15579         * text.C (getVisibleRow): fix up row clearing a bit.
15580
15581 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15582
15583         * minibuffer.C: make sure the X server sees the changes in the input.
15584
15585 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15586
15587         * paragraph.C (getFont): split into...
15588         (getLabelFont): this
15589         (getLayoutFont): and this
15590         * paragraph_pimpl.C (realizeFont): calling this
15591
15592         * text2.C (getFont): split into...
15593         (getLayoutFont): this
15594         (getLabelFont): and this
15595         (realizeFont): all three calling this
15596
15597         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15598         files where used.
15599
15600 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15601
15602         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15603
15604 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15605
15606         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15607         layouts from the Quote inset insertion.
15608
15609 2001-08-03  Juergen Vigna  <jug@sad.it>
15610
15611         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15612
15613         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15614         only if status not is already CHANGED_IN_DRAW (second level).
15615
15616         * text.C (draw): don't set the need_break_row when inside an
15617         InsetText LyXText.
15618
15619 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15620
15621         * buffer.C (parseSingleLyXformat2Token): handle more latex
15622         conversion cases.
15623
15624         * bufferview_funcs.[hC]: change function names to
15625         begin with small char, adjust other files.
15626
15627 2001-08-02  André Pönitz <poenitz@gmx.net>
15628
15629         * lyxfunc.C:
15630         BufferView_pimpl.C: remove broken special code for math-greek
15631
15632 2001-08-02  Juergen Vigna  <jug@sad.it>
15633
15634         * BufferView_pimpl.C (update): redone this function so that we
15635         update the text again if there was a CHANGE_IN_DRAW.
15636
15637         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15638         (drawFromTo): added a new internal bool which is used by draw() and
15639         redraw() function.
15640         (general): some cursor drawing problems fixed.
15641
15642 2001-08-01  Juergen Vigna  <jug@sad.it>
15643
15644         * lyxfind.C (LyXFind): fixed
15645         (SearchForward): ditto
15646         (SearchBackward): ditto
15647
15648         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15649         spurius drawing of the cursor in the main area.
15650
15651         * text2.C (status): small fix which could lead to a segfault!
15652         (clearSelection): remove unneeded BufferView param.
15653
15654 2001-08-01  André Pönitz <poenitz@gmx.net>
15655
15656         * lyxfunc.C: small change due to changed mathed interface
15657
15658 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15659
15660         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15661
15662 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15663
15664         * lyxfunc.c: fail gracefully if file doesn't exist
15665
15666         * LyXSendto.C:
15667         * buffer.C:
15668         * lyxfunc.C:
15669         * BufferView_pimpl.C: IsDirWriteable() proto changed
15670
15671         * LyXView.C: fix updateWindowTitle() to store the last title
15672
15673 2001-07-31  Juergen Vigna  <jug@sad.it>
15674
15675         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15676         the font (wrong since using of Paragraph::highestFontInRange).
15677
15678         * paragraph.C (highestFontInRange): added a default_size parameter.
15679
15680         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15681         (setHeightOfRow): reformat
15682
15683 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15684
15685         * converter.[hC] + affected files: move to (inital-char)lowercase
15686         function names.
15687
15688         * ParagraphParameters.C (ParagraphParameters): remove commented code
15689
15690         * PainterBase.[Ch]: remove commented code
15691
15692         * LaTeXFeatures.h: add "bool floats" for float.sty
15693
15694         * LaTeXFeatures.C (LaTeXFeatures): init floats
15695         (require): handle float
15696         (getPackages): do it with floats
15697
15698 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15699
15700         * BufferView_pimpl.C (Dispatch): improve handling of
15701         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15702
15703         * commandtags.h: #include lyxfont.h here temporarily to avoid
15704         keybinding bug.
15705
15706         * bufferlist.h: include LString.h here.
15707
15708 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15709
15710         * text2.C (getStringToIndex): new method.
15711
15712 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15713
15714         * *: Reduced header file dependencies all over.
15715
15716 2001-07-30  Baruch Even  <baruch@lyx.org>
15717
15718         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15719
15720 2001-07-29  Baruch Even  <baruch@lyx.org>
15721
15722         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15723
15724 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15725
15726         * ParameterStruct.h (endif): add a default constructor to make
15727         sure that all variables is initialized.
15728
15729         * ParagraphParameters.C (ParagraphParameters): adjust
15730
15731 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15732
15733         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15734         index; also, check that there is something to index, and that it
15735         does not span over several paragraphs.
15736         (doubleClick): use WHOLE_WORD_STRICT for double click.
15737
15738         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15739
15740         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15741         scheme.
15742
15743 2001-07-26  Baruch Even  <baruch@lyx.org>
15744
15745         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15746         an InsetFig figure, backwards compatible reading of old figure code.
15747
15748 2001-07-27  Juergen Vigna  <jug@sad.it>
15749
15750         * text2.C: font.realize function adaption.
15751
15752         * text.C (draw): add a warnings lyxerr text if needed.
15753
15754         * layout.C: font.realize function adaption.
15755
15756         * language.C: add inherit_language and implement it's handlings
15757
15758         * bufferview_funcs.C (StyleReset): remove language parameter from
15759         font creation (should be language_inherit now).
15760
15761         * bufferparams.C (writeFile): handle ignore_language.
15762
15763         * paragraph.C (getFontSettings): the language has to be resolved
15764         otherwise we have problems in LyXFont!
15765
15766         * lyxfont.C (lyxWriteChanges): added document_language parameter
15767         (update): removed unneeded language parameter
15768
15769         * paragraph.C (validate): fixed wrong output of color-package when
15770         using interface colors for certain fonts in certain environments,
15771         which should not seen as that on the final output.
15772
15773 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15774
15775         * BufferView_pimpl.C:
15776         * Thesaurus.h:
15777         * Thesaurus.C:
15778         * Makefile.am:
15779         * commandtags.h:
15780         * LyXAction.C: add thesaurus support
15781
15782         * lyxfind.h:
15783         * lyxfind.C: add "once" parameter, for thesaurus, to not
15784           move to the next match
15785
15786 2001-07-26  Juergen Vigna  <jug@sad.it>
15787
15788         * lyxfont.C (realize): honor ignore_language too!
15789         (resolved): ditto.
15790
15791         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15792
15793         * text.C (draw): one place more for ignore_language to not draw
15794         itself!
15795
15796 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15797
15798         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15799
15800 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15801
15802         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15803         the minipage conversion problem.
15804
15805 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15806
15807         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15808         insert an inset.
15809
15810 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15811
15812         * BufferView.h: don't forward declare WorkArea
15813
15814         * BufferView.C: don't include WorkArea.h
15815
15816 2001-07-25  André Pönitz <poenitz@gmx.net>
15817
15818         * commandtags.h:
15819         * LyXAction.C:
15820         * lyxfunc.C:  new LFUN 'math-space'
15821
15822         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15823
15824 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15825
15826         * text2.C (toggleInset): call open/close
15827
15828 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15829
15830         * lyxfunc.C (dispatch): add debug for the disabled case
15831
15832         * font.C (buttonText): make similar to rectText
15833
15834         * buffer.C (readInset): comment out parsing of insetlist and
15835         insttheorem
15836
15837         * PainterBase.C (rectText): small correction
15838
15839         * BufferView_pimpl.C: comment out insettheorem and insetlist
15840         * LyXAction.C: ditto
15841         * commandtags.h: ditto
15842
15843 2001-07-24  Juergen Vigna  <jug@sad.it>
15844
15845         * text.C (draw): honor the ignore_language.
15846
15847         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15848
15849 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15850
15851         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15852         char inset.
15853
15854 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15855
15856         * lyxtext.h: remove unused (and unimplemented) methods
15857
15858 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15859
15860         * text.C (getVisibleRow): honor background color
15861
15862         * PainterBase.h:
15863         * Painter.h: remove default color argument for fillRectangle
15864
15865         * text.C (backgroundColor): new method
15866
15867 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15868
15869         * text.C (getVisibleRow): adjust
15870
15871         * font.[Ch] (rectText): new method, metrics
15872         (buttonText): new method, metrics
15873
15874         * PainterBase.[hC]: make rectText and buttonText always draw and take
15875         fewer paramteres.
15876
15877 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15878
15879         * ToolbarDefaults.C (read):
15880         * MenuBackend.C (read): allow escaping in all strings
15881
15882         * BufferView_pimpl.C (insertAndEditInset): new method.
15883         (Dispatch): use insertAndEditInset whenever appropriate.
15884
15885         * BufferView_pimpl.C (insertNote): removed
15886
15887         * BufferView_pimpl.C (smartQuote): new method, moved from
15888         BufferView; if an insetquote cannot be inserted, insert a '"'
15889         character instead.
15890
15891         * BufferView2.C: remove insertCorrectQuote();
15892
15893         * lyxfunc.C (getStatus): Add support for all remaingin
15894         inset-insert lfuns.
15895
15896         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15897
15898         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15899         command (necessary to pass " as parameter of self-insert.
15900
15901         * text.C (selectWordWhenUnderCursor):
15902         (selectWord): add word_location parameter
15903         (selectWordWhenUnderCursor): same + remove special code for word
15904         boundary.
15905         (selectNextWord): use kind() to guess type of insetspecialchar,
15906         not latex().
15907
15908         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15909         (insertErtContents): create ert insets as collapsed.
15910         (readInset): better compatibility code for Info inset.
15911
15912 2001-07-20  Juergen Vigna  <jug@sad.it>
15913
15914         * lyxfunc.C (dispatch): use always LyXFind now!
15915
15916         * text2.C (init): add a reinit flag so that the LyXText can be
15917         reinited instead of deleted and reallocated (used in InsetText).
15918
15919         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15920
15921         * text.C: ditto
15922
15923         * text2.C: ditto
15924
15925 2001-07-18  Juergen Vigna  <jug@sad.it>
15926
15927         * text.C (selectNextWord): handle insets inside inset by calling
15928         always the bv->text functions so that we can go up the_locking_inset!
15929
15930         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15931         in strange locations when inside an inset!
15932
15933         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15934         handling to include insets.
15935
15936         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15937
15938 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15939
15940         * LyXAction.C (init):
15941         * commandtags.h:
15942         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15943         LIGATURE_BREAK, since the name is so stupid.
15944
15945 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15946
15947         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15948         InsetInfos.
15949
15950         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15951
15952         * sp_form.[Ch]: remove.
15953
15954         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15955
15956         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15957         InsetInfo.
15958
15959         * src/buffer.C (readInset): ditto.
15960
15961 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15962
15963         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15964         menuSeparator(), endOfSentenceDot(), ldots() and
15965         hyphenationPoint(), which are therefore removed.
15966         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15967
15968         * LyXAction.C (init):
15969         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15970
15971         * paragraph.C (getWord): removed.
15972
15973         * BufferView_pimpl.C (Dispatch): use last word or selection for
15974         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15975
15976         * lyx_main.C (queryUserLyXDir): do not ask before creating
15977         user_dir, except if it has been named explicitely.
15978
15979 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15980
15981         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15982         a document of zero size.
15983
15984 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15985
15986         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15987         approriately in the c-tor and in require().
15988         (getPackages): output the appropriate LaTeX for natbib support.
15989
15990         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15991         variables "use_natbib" and "use_numerical_citations" when reading the
15992         LyX file.
15993         (readInset): read the various natbib cite commands.
15994         (validate): white-space change.
15995
15996         * bufferparams.[Ch]: new variables "bool use_natbib" and
15997         "bool use_numerical_citations".
15998         (writeFile): output them in the LyX file.
15999
16000 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16001
16002         * lyxfunc.C (getStatus): add support for all the inset insertion
16003         commands.
16004
16005         * text2.C (insertInset):
16006         * paragraph.C (insetAllowed):
16007         * BufferView_pimpl.C (insertInset): update to take in account the
16008         renaming of insertInsetAllowed
16009
16010         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
16011
16012         * text2.C (getInset): new method. returns inset at cursor position.
16013
16014         * BufferView_pimpl.C (Dispatch): changes because of this.
16015
16016         * LyXAction.C (init): rename open-stuff to inset-toggle.
16017
16018         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
16019
16020         * text2.C (toggleInset): renamed from openStuff; use
16021         Inset::open().
16022
16023 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
16024
16025         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
16026
16027         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
16028
16029 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
16030
16031         * buffer.C (readLyXformat2): Add filename to the error dialog
16032
16033 2001-07-18  Juergen Vigna  <jug@sad.it>
16034
16035         * tabular.C (GetCellNumber): put an assert here instead of the check!
16036
16037 2001-07-17  Juergen Vigna  <jug@sad.it>
16038
16039         * BufferView_pimpl.C (toggleSelection): adapted too.
16040
16041         * text.C (selectNextWord): adapted for use with insets.
16042         (selectSelectedWord): ditto
16043
16044 2001-07-17  Juergen Vigna  <jug@sad.it>
16045
16046         * sp_spell.C (PSpell): fix initialitation order.
16047
16048 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16049
16050         * paragraph.C: spacing
16051
16052 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16053
16054         * sp_spell.C: repair language selection for pspell
16055
16056 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16057
16058         * lyxfunc.h: change more methods to begin with lower char.
16059
16060 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16061
16062         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16063         for unknown layouts.
16064
16065 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16066
16067         * buffer.C (readLyXformat2): Generate an error dialog if there are
16068         unknown layouts.
16069
16070 2001-07-16  Juergen Vigna  <jug@sad.it>
16071
16072         * sp_spell.C: always compile ISpell part.
16073
16074         * lyxrc.C: added use_pspell entry and it's handling.
16075
16076 2001-07-13  Juergen Vigna  <jug@sad.it>
16077
16078         * sp_spell.C: removed double includes.
16079
16080 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16081
16082         Consistent use of Lsstream.h:
16083         * Lsstream.h: added using std::stringstream for consistencies sake.
16084
16085         * buffer.C: removed using std::stringstream
16086
16087         * lyxfont.C (stateText):
16088         * paragraph.C (asString):
16089         * text.C (selectNextWord, selectSelectedWord):
16090         * text2.C (setCounter):
16091         * vspace.C (asString, asLatexString):
16092         std::ostringstream -> ostringstream.
16093
16094 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16095
16096         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16097         * commandtags.h: add LFUN_HELP_ABOUTLYX
16098         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16099
16100 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16101
16102         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16103         cursorToggle()
16104         * lyx_gui_misc.C: remove spellchecker
16105         * lyxfunc.C: showSpellchecker
16106         * sp_base.h: added
16107         * sp_ispell.h: added
16108         * sp_pspell.h: added
16109         * sp_spell.C: added
16110         * sp_form.[Ch]: removed
16111         * spellchecker.[Ch]: removed
16112
16113 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16114
16115         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16116         is set.
16117         (simpleTeXSpecialChars): Simply print the input character without
16118         any special translation if pass_thru is set.
16119
16120         * layout.h: Added bool pass_thru to layout class for being able to
16121         implement pass through of a paragraph for Literate Programming.
16122
16123         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16124         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16125         * layout.C (Read): add "passthru" to list of layout tags and add
16126         code to set the pass_thru boolean when it is read.
16127
16128 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16129
16130         * trans_decl.h: remove allowed from KmodInfo
16131
16132         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16133         remove allowed code
16134         (Load): adjust
16135
16136         * paragraph_pimpl.C (erase): use boost::prior
16137
16138         * Painter.C (text): use data() instead of c_str() when length is
16139         also provided.
16140         * WorkArea.C (putClipboard): ditto
16141         * font.h (width): ditto
16142
16143         * BufferView2.C: use it-> instead of (*it). for iterators
16144         * texrow.C: ditto
16145         * paragraph_pimpl.C: ditto
16146         * paragraph.C: ditto
16147         * minibuffer.C: ditto
16148         * language.C: ditto
16149         * kbmap.C: ditto
16150         * encoding.C: ditto
16151         * counters.C: ditto
16152         * converter.C: ditto
16153         * chset.C: ditto
16154         * Variables.C: ditto
16155         * TextCache.C: ditto
16156         * MenuBackend.C: ditto
16157         * LyXAction.C: ditto
16158         * LColor.C: ditto
16159         * FloatList.C: ditto
16160         * DepTable.C: ditto
16161         * ColorHandler.C (LyXColorHandler): ditto
16162
16163 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16164
16165         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16166
16167         * text2.C (openStuff): reintroduce this method (which had been
16168         nuked in NEW_INSETS frenzy).
16169
16170         * lyxfunc.C (Dispatch): when an action has not been handled, use
16171         its name in the error message, not its number.
16172
16173         * paragraph.C (inInset): change method name to begin with lowercase.
16174
16175         * undo_funcs.C:
16176         * text2.C: updates because of this.
16177
16178 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16179
16180         * ToolbarDefaults.C (add): add spaces in error message
16181
16182 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16183
16184         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16185         (readLyXformat2): rename return_par to first_par, use lyxlex's
16186         pushToken and remove the manual push handling.
16187         (parseSingleLyXformat2Token): add another ert comp. variable:
16188         in_tabular, rename return_par to first_par. handle newlines better
16189
16190 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16191
16192         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16193
16194 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16195
16196         * text2.C (getParFromID): removed
16197
16198         * buffer.C (getParFromID): new method moved form lyxtext.
16199         * BufferView2.C (insertErrors): adjust
16200         (setCursorFromRow): adjust
16201         * BufferView_pimpl.C (restorePosition): adjust
16202         * lyxfunc.C (Dispatch): adjust
16203         * undo_funcs.C (textUndo): adjust
16204         (textRedo): adjust
16205         (textHandleUndo): adjust
16206         (textHandleUndo): adjust
16207
16208 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16209
16210         * buffer.C: up' the LYX_FORMAT
16211
16212         * lyxfont.h: turn NO_LATEX on as default
16213
16214         * buffer.C (insertErtContents): new methods of tex style compability.
16215         (parseSingleLyXformat2Token): use it several places.
16216         * tabular.C (OldFormatRead): and here
16217
16218 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16219
16220         * text2.C: remove some commented code.
16221         reindent file.
16222
16223         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16224         * trans.C: changes because of the above.
16225
16226 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16227
16228         * text2.C (setCounter): Fix counters bug with bibliography layout.
16229
16230 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16231
16232         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16233         own member functions
16234         (simpleTeXSpecialChars): ditto
16235
16236 2001-07-06  Juergen Vigna  <jug@sad.it>
16237
16238         * a lot of files: changed the access to LyXText::status and the
16239         call of undo-functions.
16240
16241         * undo.[Ch]: added a inset_id to the undo informations.
16242
16243         * undo_funcs.[Ch]: added and moved here all undo functions.
16244
16245         * lyxtext.h: give the status enum a weight, made status_ a private
16246         variable and made accessor functions for it, removed the whole bunch
16247         of undo-functions as they are now in their own file, make some
16248         functions publically available. Added function ownerParagraph with
16249         int parameter.
16250
16251         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16252         made InInset() a const function, added getParFromID() function.
16253
16254         * buffer.[Ch]: added const version for inset_iterator functions,
16255         added getInsetFromID() function.
16256
16257         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16258         changed undo functions for new version.
16259
16260 2001-07-05  Juergen Vigna  <jug@sad.it>
16261
16262         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16263         unknow mechanism does not call the proper constructor but only this
16264         one also if I request the other!?
16265
16266 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16267
16268         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16269
16270         * text2.C (LyXText): use initialization lists.
16271
16272         * lyxtext.h (Selection): initialize set_ and mark_
16273         (init): remove method
16274
16275 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16276
16277         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16278
16279 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16280
16281         * screen.[Ch]: change method names to begin with lowercase
16282
16283         * BufferView_pimpl.C (updateScrollbar): simplify further and
16284         hopefully make it a bit faster.
16285
16286 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16287
16288         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16289         calling directly xforms functions.
16290
16291         * Painter.C (Painter):
16292         * lyx_cb.C (MenuWrite):
16293         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16294         fl_display.
16295
16296         * lyx_gui.C: remove bogus guiruntime extern declaration.
16297
16298 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16299
16300         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16301         in NEW_INSETS
16302         (redoDrawingOfParagraph): ditto
16303         (redoParagraphs): ditto
16304         (cutSelection): don't create a object for CutAndPaste use the
16305         static method directly
16306         (pasteSelection): ditto
16307
16308         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16309         LyXview (+ rename)
16310
16311 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16312
16313         * modifications to some other files because of this.
16314
16315         * Makefile.am (lyx_SOURCES): add XFormsView
16316
16317         * XFormsView.[Ch]: new files
16318
16319         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16320         the main window. Move the gui dependent stuff to XFormsView
16321
16322 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16323
16324         * tabular.C (GetCellInset): update cur_cell also in the row/col
16325         version of this function.
16326
16327         * lyxfunc.C: no need to include figure_form.h here.
16328
16329         * FontLoader.h:
16330         * lyxfunc.h:
16331         * lyxscreen.h:
16332         * text2.C:
16333         * lyxvc.C: no need to include forms.h here.
16334
16335 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16336
16337         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16338
16339         * lyxfunc.C (Dispatch):
16340         * Spacing.C (set):
16341         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16342         constructor argument.
16343
16344 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16345
16346         * paragraph.C (Paragraph): dont't clear, and just set layout.
16347         (makeSameLayout): use params's copy contructor.
16348
16349         * ParagraphParameters.[Ch] (makeSame): delete method
16350
16351 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16352
16353         * Variables.[Ch]: fix indentation, rename set to isSet
16354
16355 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16356
16357         * lyxfunc.C (Dispatch): fix typo
16358
16359 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16360
16361         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16362         upper_bound.
16363
16364         * bufferlist.C: include assert.h for emergencyWrite().
16365
16366 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16367
16368         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16369           give up at last (bug #425202) !
16370
16371 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16372
16373         * lyx_gui_misc.C:
16374         * sp_form.h:
16375         * sp_form.C:
16376         * spellchecker.h:
16377         * spellchecker.C: strip spellchecker options and bring up
16378           preferences tab instead
16379
16380 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16381
16382         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16383         the istringstream constructor
16384
16385 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16386
16387         * paragraph.C (getLayout): fix return value
16388
16389         * paragraph.h: do not declare getLayout as inline.
16390
16391         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16392
16393 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16394
16395         * lyxcursor.h (operator<): new func
16396         (operator>): new func
16397         (operator>=): new func
16398         (operator<=): new func
16399
16400         * text.C (changeCase): use selection.start and selection.end
16401         (changeRegionCase): require from to be <= to. Require par to be a
16402         valid paragraph.
16403
16404         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16405
16406 2001-06-27  Juergen Vigna  <jug@sad.it>
16407
16408         * text.C (cursorLeftOneWord): changed to return the cursor and added
16409         overlay with BufferView * parameter which calls this one.
16410         (getWord): added
16411         (selectWord): use new getWord function.
16412         (changeCase): renamed from changeWordCase as and extended to work
16413         also on selections.
16414
16415         * lyxtext.h: added enum word_location
16416
16417         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16418         changeCase as this operates now also on selections.
16419
16420 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16421
16422         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16423
16424         * many files: send debug output to Debug::INFO instead of
16425         Debug::ANY.
16426
16427         * converter.C (View):
16428         (Convert):
16429         (Move): send debug output to Debug::FILES instead of console.
16430
16431 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16432
16433         * lyxfunc.C (getStatus): use func_status
16434
16435         * func_status.h: new header, describing the results of
16436         LyXFunc::getStatus;
16437
16438         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16439         LFUN_MATH_HALIGN.
16440
16441 2001-06-25  The LyX Project  <jug@sad.it>
16442
16443         * buffer.C (sgmlOpenTag):
16444         (sgmlCloseTag):
16445         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16446
16447 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16448
16449         * text2.C: remove some dead code
16450
16451         * tabular.C (GetCellInset): store the last cell checked (gotten)
16452
16453         * tabular.h: add the helper for the speedup
16454
16455         * lyxtext.h: remove some dead code
16456
16457 2001-06-26  The LyX Project  <Asger>
16458
16459         * paragraph.C: Change export to LaTeX of alignment to
16460         \begin{center} and family for better roundtrip work with reLyX.
16461
16462         * Tune the math drawing a bit.
16463
16464 2001-06-25  The LyX Project  <Asger>
16465
16466         * LColor.C (LColor): New color for math background. New color
16467         for buttons.
16468
16469 2001-06-25  The LyX Project  <jug@sad.it>
16470
16471         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16472
16473         * lyxfunc.C (Open):
16474         * bufferlist.C (newFile): do not restrict to files ending with
16475         .lyx
16476
16477         * BufferView_pimpl.C (MenuInsertLyXFile):
16478
16479 2001-06-24  The LyX Project  <jug@sad.it>
16480
16481         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16482         of compare_no_case
16483
16484 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16485
16486         * lyxtext.h: rename most methods to begin with a small char.
16487         Lots of changes because of this.
16488
16489         * paragraph.C (Paragraph): do not call fitToSize
16490         (erase): call Pimpl::erase
16491         (insertChar): call Pimpl::insertChar
16492         (insertInset): call Pipl::insertInset
16493         (breakParagraph): do not call fitToSize
16494         (breakParagraphConservative): do not call fitToSize
16495         (fitToSize): remove method
16496
16497         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16498
16499 2001-06-24  The LyX Project  <Asger>
16500
16501         * Fix Qt compilation^2
16502
16503 2001-06-24  The LyX Project  <jug@sad.it>
16504
16505         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16506         depthHook(getDepth()-1).
16507
16508         * paragraph.h:
16509         * ParagraphParameters.h:
16510         * ParameterStruct.h: change type of depth to unsigned int ==
16511         depth_type. Many adaptations to other files before of that.
16512
16513 2001-06-24  The LyX Project  <Asger>
16514
16515         * Fix Qt compilation.
16516
16517 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16518
16519         * paragraph.h: renamed several methods to begin with small letter.
16520         several changes to many parts of the code because of this.
16521
16522 2001-06-23  The LyX Project  <jug@sad.it>
16523
16524         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16525         rewritten to discard all double spaces when KeepEmpty is off
16526         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16527         to only handle newlines but not fiddle with spaces and friends.
16528
16529         * lyxfunc.C (MenuNew): when doing 'new from template', use
16530         template_path as default directory
16531
16532 2001-06-23  The LyX Project  <Asger>
16533
16534         * Clean-up of header file includes all over
16535         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16536
16537 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16538
16539         * paragraph.h: renamed from lyxparagraph.h
16540
16541 2001-06-23  Asger  <lyx@violet.home.sad.it>
16542
16543         * Buffer.h: Removed Buffer::resize
16544         * BufferList.h: Removed BufferList::resize
16545         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16546         the document lazily when we change the width, or the font settings.
16547
16548 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16549
16550         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16551
16552 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16553
16554         * buffer.h: remove out of date comment
16555
16556 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16557
16558         * lyxscreen.h:
16559         * screen.C: fix "theoretical" GC leak
16560
16561 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16562
16563         * LaTeX.C (scanAuxFile):
16564         (deplog): remove trailing \r when reading stream (useful under
16565         win32)
16566
16567 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16568
16569         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16570         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16571         and BufferView::theLockingInset(Inset*), so should use them and not
16572         access bv_->text->the_locking_inset directly.
16573
16574         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16575
16576 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16577
16578         * Makefile.am:
16579         * tex-defs.h: remove old unused file
16580
16581 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16582
16583         * BufferView_pimpl.C: fix typo, remove minibuffer message
16584           when buffer has loaded
16585
16586 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16587
16588         * lyxfunc.C (Dispatch): use stringstream
16589         (MenuNew): use stringstream
16590         (Open): use stringstream
16591
16592         * importer.C (Import): use stringstream
16593
16594         * bufferview_funcs.C (CurrentState): use stringstream
16595
16596         * LaTeX.C (run): use stringstream
16597
16598         * BufferView_pimpl.C (savePosition): use stringstream
16599         (restorePosition): use stringstream
16600         (MenuInsertLyXFile): use stringstream
16601
16602 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16603
16604         * BufferView.C:
16605         * Bullet.C:
16606         * ColorHandler.C:
16607         * FontInfo.C:
16608         * FontLoader.C:
16609         * LColor.C:
16610         * LaTeXFeatures.C:
16611         * Painter.C:
16612         * gettext.C:
16613         * lyx_gui_misc.C:
16614         * lyxserver.C:
16615         * vspace.C: removed // -*- C++ -*- as first line.
16616
16617         * lyxfind.h:
16618         * version.h: added // -*- C++ -*- as first line.
16619
16620 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16621
16622         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16623
16624         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16625         of string
16626
16627 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16628
16629         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16630         of floats.
16631
16632 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16633
16634         * gettext.C: include LString.h even when --disable-nls is on.
16635
16636 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16637
16638         * converter.h (Get): changed argument type from int to
16639         FormatList::size_type to avoid unnecessary conversion.
16640
16641         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16642         before using it.
16643
16644 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16645
16646         * gettext.h: include LString.h even when --disable-nls is on.
16647
16648 2001-06-07  Juergen Vigna  <jug@sad.it>
16649
16650         * text.C (BreakAgain): subst spaces with tabs.
16651
16652         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16653         (resizeInsetsLyXText): set force on resizeLyXText.
16654
16655 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16656
16657         * gettext.h (gettext_init):
16658         (locale_init): use a real definition instead of a macro
16659
16660 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16661
16662         * Bufferview_pimpl.C:
16663         * LColor.h:
16664         * LColor.C: further lcolor tidies
16665
16666 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16667
16668         * BufferView_pimpl.C (updateScrollbar): simplify.
16669
16670         * BufferView2.C: don't include insets/insetinfo.h, change
16671         prototype for insertInset and call the Pimpl version. let
16672         updateInset call Pimpl version.
16673
16674         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16675         gotoInset to BufferView::Pimpl
16676
16677 2001-06-01  Juergen Vigna  <jug@sad.it>
16678
16679         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16680         inside a LockingInset (is the update needed at all?).
16681
16682 2001-05-31  Juergen Vigna  <jug@sad.it>
16683
16684         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16685         here not the old one otherwise how should we compare it afterwards
16686         if it's the same!
16687
16688 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16689
16690         * lyxfont.C:
16691         * tabular.C:
16692         * tabular-old.C:
16693         * FontInfo.C: bring C functions into global namespace when
16694         necessary
16695
16696 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16697
16698         * LString.h: make sure config.h has been loaded before LString.h.
16699
16700         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16701         (one for each char read by EatLine!).
16702
16703         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16704         variables.
16705
16706 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16707
16708         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16709         to the same as the par we break from
16710
16711 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16712
16713         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16714
16715         * MenuBackend.C (expand): also create menu entries for wide
16716         versions of the floats.
16717
16718         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16719
16720         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16721
16722         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16723         frontends/Makefile.am
16724
16725         * text2.C: adjust
16726         * text.C: adjust
16727
16728
16729         * tabular.C (getTokenValue): add std::
16730
16731         * tabular-old.C (getTokenValue): add std::
16732         (getTokenValue): ditto
16733         (getTokenValue): ditto
16734
16735         * screen.C (ToggleSelection): adjust
16736
16737         * lyxtext.h: put selection cursors inside a Selection struct.
16738
16739         * lyxfunc.C (moveCursorUpdate): adjust
16740
16741         * lyxfont.C (latexWriteStartChanges): add std::
16742
16743         * lyxfind.C: adjust
16744
16745         * font.h: delete with(char const *, LyXFont const &)
16746
16747         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16748
16749         * FontInfo.C (getFontname): add std::
16750
16751         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16752         (workAreaButtonPress): adjust
16753         (tripleClick): adjust
16754         (update): adjust
16755         (moveCursorUpdate): adjust
16756         (Dispatch): adjust
16757
16758         * BufferView2.C (gotoInset): adjust
16759
16760 2001-05-30  Juergen Vigna  <jug@sad.it>
16761
16762         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16763         to check pspell I add this as default as I now have new pspell
16764         libraries and they seem to use this.
16765
16766 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16767
16768         * text2.C (CutSelection): make the cursor valid before the call to
16769         ClearSelection.
16770
16771 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16772
16773         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16774         relied on 0 terminated strings and other horrors. Bug found due to
16775         the new assert in lyxstring!
16776
16777         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16778         KP_ keys.
16779
16780 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16781
16782         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16783         to latinkeys.bind.
16784
16785         * lyxfunc.C (processKeySym): change method of getting to the
16786         self-insert char.
16787
16788         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16789         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16790         * BufferView_pimpl.[Ch]: here as private methods.
16791
16792 2001-05-28  Juergen Vigna  <jug@sad.it>
16793
16794         * text.C (SetHeightOfRow): added the update() call again as it is
16795         needed to initialize inset dimensions!
16796
16797 2001-05-16  Juergen Vigna  <jug@sad.it>
16798
16799         * text2.C (SetCharFont): Add new function with BufferView * and
16800         bool toggleall parameters for setting insets internal fonts.
16801         (SetFont): Freeze the undo as we may change fonts in Insets and
16802         all this change should be inside only one Undo!
16803
16804         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16805         setting font's in insets as for them we have the SetFont function!
16806
16807 2001-05-15  Juergen Vigna  <jug@sad.it>
16808
16809         * text2.C (ClearSelection): to be sure we REALLY don't have any
16810         selection anymore!
16811
16812         * tabular.C (TeXCellPreamble): fixed the left border problem for
16813         multicolumn cells.
16814
16815 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16816
16817         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16818         dependancy file
16819
16820 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16821
16822         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16823         LFUN_BREAKPARAGRAPH.
16824
16825         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16826         help test to "internal only", similar for LFUN_INSERT_URL
16827
16828         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16829         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16830         auto_region_delete and deadkeys.
16831
16832 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16833
16834         * LColor.h:
16835         * LColor.C: remove some dead entries, tidy a little
16836
16837 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16838
16839         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16840         commented code.
16841         (Dispatch): implement LFUN_ESCAPE
16842
16843         * commandtags.h: add LFUN_ESCAPE
16844
16845         * LyXAction.C (init): add entry for LFUN_ESCAPE
16846
16847         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16848         Remove commented code.
16849         (insertNote): moved here
16850         (open_new_inset): moved here
16851
16852         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16853         BufferView_pimpl
16854
16855 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16856
16857         * kbmap.C (findbinding): clean it up and make it work correctly.
16858
16859         * lyx_main.C (init): do not pass argc and argv as parameters
16860
16861 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16862
16863         * buffer.C: fix path for OS/2 & Win32
16864
16865         * lyx_gui.C:
16866         * lyx_main:
16867         * lyx_main.C: Added os:: class.
16868
16869         * os2_defines.h: update
16870
16871 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16872
16873         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16874         better by trying again with reduced state.
16875
16876 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16877
16878         * lyxrc.C (read): print error about invalid key sequence only when
16879         debugging (because not all latinX keysyms are known to some X
16880         servers)
16881
16882         * kbsequence.C (getiso): add a few std:: qualifiers
16883         (getiso): comment out extra return statement.
16884
16885 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16886
16887         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16888         handling.
16889         (Dispatch): enhance the accent inset a bit. (not perfect)
16890
16891 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16892
16893         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16894
16895 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16896
16897         * bufferlist.C (emergencyWrite): fix assert() call
16898
16899 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16900
16901         * text.C (InsertChar): Added trivial patch to only send the "you
16902         can not do multiple spaces this way" message once during a
16903         session.
16904
16905 2001-05-08  Baruch Even  <baruch@lyx.org>
16906
16907         * Makefile.am: Changed order of libraries to get LyX to link properly
16908         with the gnome frontend.
16909
16910 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16911
16912         * LaTeXFeatures.h: add a std:: qualifier
16913
16914 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16915
16916         * paragraph.C (String): use stringstream
16917
16918 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16919
16920         * paragraph.C (writeFile): remove footflag arg
16921
16922         * buffer.C (makeLaTeXFile): use stringstream
16923         (latexParagraphs): remove footnot gurba
16924
16925         * LaTeXFeatures.C (getPackages): use stringstream
16926         (getMacros): likewise
16927         (getTClassPreamble): likewise
16928         (getFloatDefinitions): new method
16929
16930         * paragraph.C (writeFile): reindent
16931         (Erase): reindent
16932
16933         * WorkArea.h: revert the xpos + etc changes.
16934
16935         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16936
16937         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16938
16939         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16940         (pasteSelection): likewise
16941         * text2.C (CreateUndo): likewise
16942
16943 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16944
16945         * minibuffer.C (peek_event): temporarily reduce the functionality
16946         of the minibuffer (to allow args on lfuns)
16947
16948         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16949         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16950
16951         * buffer.C (readInset): add compability reading of old float
16952         lists, add reading of new style float list.
16953         (readInset): avoid reevaluation of inscmd.getCmdName()
16954         (getLists): reindent
16955
16956         * MenuBackend.C (MenuItem): implement parsing of
16957         md_floatlistinsert and md_floatinsert.
16958         (expand::LastFiles): move initalizaton of iterators out of loop,
16959         avoid reevaluation.
16960         (expand::Documents): introduce typdedef vector<string> Strings,
16961         and use it.
16962         (expand::ExportFormats): introduce typedef vector<Format const *>
16963         Formats, and use it.
16964         (expand): implement FloatListInsert and FloatInsert.
16965
16966         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16967         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16968         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16969
16970         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16971         handling.
16972         (Dispatch::LFUN_FLOAT_LIST): implement
16973
16974 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16975
16976         * LaTeX.C (run): Fix problem with --export code.
16977
16978 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16979
16980         * BufferView.[Ch] (workarea): removed.
16981         (getClipboard) new method; wrapper for workarea()->getClipboard()
16982
16983         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16984         bug.
16985
16986         * WorkArea.h (width, height, xpos, ypos): These methods all
16987         returned the dimensions of the work_area sub-area of WorkArea,
16988         resulting in a position error if the WorkArea were resized. Now
16989         return the dimensions of the entire WorkArea.
16990
16991         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16992
16993 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16994
16995         * LaTeX.C (deplog): correct the syntax of regex reg1
16996
16997 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16998
16999         * undo.C: remove !NEW_INSETS cruft
17000
17001 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17002
17003         * text2.C: remove !NEW_INSETS cruft
17004
17005         * text.C: remove !NEW_INSETS cruft
17006
17007         * tabular.C: remove !NEW_INSETS cruft
17008
17009         * spellchecker.C: remove !NEW_INSETS cruft
17010
17011         * lyxtext.h: remove !NEW_INSETS cruft
17012
17013         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
17014
17015         * lyxfunc.C: remove !NEW_INSETS cruft
17016
17017         * lyxfind.C: remove !NEW_INSETS cruft
17018
17019         * lyx_cb.C: remove !NEW_INSETS cruft
17020
17021         * figureForm.C: remove  !NEW_INSETS cruft
17022
17023         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
17024
17025         * buffer.[Ch]: remove !NEW_INSETS cruft
17026
17027         * ToolbarDefaults.C: remove !NEW_INSETS cruft
17028
17029         * CutAndPaste.C: remove !NEW_INSETS cruft
17030
17031         * BufferView_pimpl.C: remove !NEW_INSETS cruft
17032
17033         * BufferView2.C: remove !NEW_INSETS cruft
17034
17035         * BufferView.h: remove !NEW_INSETS cruft
17036
17037 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17038
17039         * Lsstream.h: include LString.h before the sstream headers to
17040         fix problem with gcc 2.95.3 and lyxstring
17041
17042 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17043
17044         * lyx_main.C: add using directives when needed for C functions
17045         declared in std:: namespace.
17046
17047 2001-04-27  Juergen Vigna  <jug@sad.it>
17048
17049         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17050         (SetHeightOfRow): comment out the update call should not be needed!
17051
17052 2001-04-13  Juergen Vigna  <jug@sad.it>
17053
17054         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17055         (LyXTabular): tried to minimize operator= operations (and realized
17056         hopfully Lars wish).
17057
17058 2001-04-27  Juergen Vigna  <jug@sad.it>
17059
17060         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17061
17062 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17063
17064         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17065
17066         * buffer.C (readInset): hack to make listof algorithm work
17067
17068         * BufferView_pimpl.C: hack to make listof algorithm work
17069
17070 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17071
17072         * LyXAction.C: removed all !NEW_INSETS cruft
17073         (init): moved lfun_item in method
17074
17075         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17076
17077 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17078
17079         * BufferView2.C (theLockingInset): white space.
17080
17081 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17082
17083         * minibuffer.C: include <iostream>
17084
17085         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17086
17087         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17088
17089         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17090
17091         * text.[Ch] (TransposeChars): new method
17092
17093 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17094
17095         * call message directly through LyXView instead of through LyXFunc
17096         * BufferView2.C: adjust
17097         * BufferView_pimpl.C: adjust
17098         * FontLoader.C: adjust
17099         * buffer.C: adjust
17100         * bufferview_funcs.C: adjust
17101         * converter.C: adjust
17102         * figureForm.C: adjust
17103         * importer.C: adjust
17104         * lyx_cb.C: adjust
17105         * lyx_gui_misc.C: adjust
17106         * lyxfunc.C: adjust
17107         * lyxvc.C: adjust
17108         * text2.C: adjust
17109         + more files in subdirs
17110
17111         * lyxparagraph.h (size): move up int file
17112         (GetLayout): ditto
17113
17114         * adjust all uses of Assert to lyx::Assert.
17115
17116         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17117         lyxfunctional in namespace lyx
17118         * layout.C (hasLayout): ditto
17119         (GetLayout): ditto
17120         (GetLayout): ditto
17121         (delete_layout): ditto
17122         (NumberOfClass): ditto
17123         * converter.C (GetFormat): ditto
17124         (GetNumber): ditto
17125         (Add): ditto
17126         (Delete): ditto
17127         (SetViewer): ditto
17128         * bufferlist.C (getFileNames): ditto
17129         (emergencyWriteAll): ditto
17130         (exists): ditto
17131         (getBuffer): ditto
17132         * MenuBackend.C (hasSubmenu): ditto
17133         (hasMenu): ditto
17134         (getMenu): ditto
17135         * BufferView_pimpl.C (getInsetByCode): ditto
17136
17137 2001-04-18  Juergen Vigna  <jug@sad.it>
17138
17139         * vspace.C (asLatexString): fixed the 100% problem.
17140
17141 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17142
17143         * lyxfunc.C (Dispatch):
17144         * minibuffer.C:
17145         * minibuffer.h: add a few std:: qualifiers
17146
17147 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17148
17149         * minibuffer.[Ch]: reimplement so that commands is initiated and
17150         run from lyxfunc, simplified som handling, and made the completion
17151         and history code for complete. wip.
17152
17153         * lyxfunc.C (processKeySym): call message
17154         (miniDispatch): new temporary method
17155         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17156         (LFUN_MESSAGE): implement
17157         (LFUN_MESSAGE_PUSH): implement
17158         (LFUN_MESSAGE_POP): implement
17159         (initMiniBuffer): the initial/defualt minibuffer message.
17160
17161         * lyxfont.[Ch]: inline some more getters
17162
17163         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17164
17165         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17166
17167         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17168         (AutoSave): use LFUN_MESSAGE
17169         (Reconfigure): ditto
17170
17171         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17172
17173         * figureForm.C: use LFUN_MESSAGE
17174
17175         * converter.C (runLaTeX): use LFUN_MESSAGE
17176
17177         * bufferview_funcs.C: use LFUN_MESSAGE
17178         (Melt): ditto
17179         (changeDepth): ditto
17180
17181         * bufferparams.h: use boost::
17182
17183         * bufferlist.h: inherit privately from noncopyable
17184
17185         * bufferlist.C (loadLyXFile): remove some commented code.
17186
17187         * buffer.C (runChktex): use LFUN_MESSAGE
17188
17189         * ShareContainer.h: inherit privately from noncopyable
17190
17191         * ParagraphParameters.[hC] (depth): inline it.
17192
17193         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17194         methods.
17195         (message): new method
17196         (messagePush): ditto
17197         (messagePop): ditto
17198         (show): init minibuffer
17199         (showState): direct call
17200
17201         * LaTeX.[Ch]: inherit privately from noncopyable
17202         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17203         instead of WriteStatus.
17204
17205         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17206
17207         * BufferView_pimpl.C (buffer): don't init minibuffer
17208         (workAreaButtonPress): use LFUN_MESSAGE
17209         (workAreaButtonRelease): ditto
17210         (savePosition): ditto
17211         (restorePosition): ditto
17212         (MenuInsertLyXFile): ditto
17213         (workAreaExpose): don't init minibuffer
17214         (update): remove commented code, simplify
17215
17216         * BufferView2.C (openStuff): use LFUN_MESSAGE
17217         (toggleFloat): ditto
17218         (menuUndo): ditto
17219         (menuRedo): ditto
17220         (copyEnvironment): ditto
17221         (pasteEnvironment): ditto
17222         (copy): ditto
17223         (cut): ditto
17224         (paste): ditto
17225         (gotoInset): ditto
17226         (updateInset): remove some commented code
17227
17228         * lastfiles.h: inherit privately from noncopyable
17229         * layout.h: ditto
17230         * lyx_gui.h: ditto
17231         * lyx_main.h: ditto
17232         * lyxlex.h: ditto
17233         * lyxlex_pimpl.h: ditto
17234
17235         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17236         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17237         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17238
17239         * LyXAction.h: inherit privately from noncopyable, add methods
17240         func_begin, func_end, returning iterators to the func map.
17241
17242         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17243         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17244         (func_begin): new method
17245         (func_end): new method
17246
17247         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17248         and not)
17249         (copySelection): ditto
17250         (pasteSelection): ditto
17251
17252         * BufferView.C: whitespace change
17253         * BufferView.h: inherit privately from noncopyable
17254
17255 2001-04-16  Allan Rae  <rae@lyx.org>
17256
17257         * tabular-old.C (l_getline):
17258         * spellchecker.C (sc_check_word):
17259         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17260         an unrecognised preprocessor directive.  So ensure they're wrapped.
17261
17262 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17263
17264         * src/exporter.C (Export): Give an error message when path to file
17265         contains spaces.
17266
17267 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17268
17269         * LaTeX.C (deplog): Always check that foundfile exists.
17270
17271 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17272
17273         * lyx_main.h:
17274         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17275
17276 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17277
17278         * tabular.[Ch] (getLabelList): implement new method
17279
17280         * minibuffer.h: comment ouf setTiimer
17281
17282         * minibuffer.C (ExecutingCB): constify res
17283         (peek_event): constify s
17284         (Set): constify ntext
17285         (Init): constify nicename
17286
17287         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17288
17289         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17290         (savePosition): use two params to Minibuffer::Set
17291         (restorePosition): ditto
17292
17293 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17294
17295         * lyx_main.C: include language.h
17296
17297         * Makefile.am (lyx_main.o): add language.h
17298
17299 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17300
17301         * exporter.C:
17302         * paragraph.C:
17303         * screen.C:
17304         * tabular.C:
17305         * CutAndPaste.C: include gettext.h
17306
17307         * lyxfont.h: remove old hack with ON and OFF.
17308
17309         * lyxparagraph.h:
17310         * lyxfont.h: do not include language.h...
17311
17312         * BufferView2.C:
17313         * LaTeXFeatures.C:
17314         * Painter.C:
17315         * bufferview_funcs.C:
17316         * font.C:
17317         * lyxfont.C:
17318         * text.C:
17319         * text2.C:
17320         * trans_mgr.C:
17321         * paragraph.C: ... but do it here instead
17322
17323 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17324
17325         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17326
17327         * tabular.C: small reformat
17328
17329         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17330         NEW_INSETS version
17331         (GetChar): ditto
17332         (BreakParagraph): ditto
17333         (SetOnlyLayout): ditto
17334         (SetLayout): ditto
17335
17336         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17337         with one arg less.
17338
17339         * lastfiles.C: removed most using decl, add std:: where needed
17340
17341         * buffer.C: ws changes
17342
17343         * MenuBackend.C (class compare_format): put into anon namespace
17344         (expand): constify label, names, action, action2
17345         (expand):
17346
17347         * text.C (SingleWidth): constify font
17348         (IsBoundary): constify rtl2
17349         (GetVisibleRow): constify ww
17350
17351         * LaTeX.C (deplog): constify logfile
17352
17353         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17354         start_x, end_x
17355         (workAreaExpose): constify widthChange, heightChange
17356
17357         * lyxrow.C (par): moved
17358         (height): moved
17359         (next): moved
17360         * lyxrow.h: as inlines here
17361
17362         * lyxfont.h (shape): moved from lyxfont.C
17363         (emph): moved from lyxfont.C
17364
17365         * lyxfont.C (LyXFont): use initialization list for all
17366         constructors
17367         (shape): move to lyxfont.h as inline
17368         (emph): move to lyxfont.h as inline
17369
17370
17371 2001-04-04  Juergen Vigna  <jug@sad.it>
17372
17373         * vspace.C: had to include stdio.h for use of sscanf
17374
17375 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17376
17377         * BufferView.h:
17378         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17379         independent of xforms.
17380
17381 2001-04-02  Juergen Vigna  <jug@sad.it>
17382
17383         * spellchecker.C: fixed namespace placing!
17384
17385 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17386
17387         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17388         the LyXParagraph * is 0.
17389
17390 2001-03-29  Juergen Vigna  <jug@sad.it>
17391
17392         * vspace.C: added support for %, c%, p%, l%.
17393         (stringFromUnit): added helper function.
17394         (asLatexString): changed to give right results for the %-values.
17395
17396         * buffer.C: convert the widthp in a width%.
17397
17398 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17399
17400         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17401         figureForm.[Ch].
17402
17403         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17404         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17405
17406         * lyx_cb.[Ch]: see above.
17407
17408         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17409         form1.[Ch].
17410
17411         * form1.[Ch]:
17412         * lyx.[Ch]: replaced by figure_form.[Ch].
17413
17414         * lyx_gui.C:
17415         * lyx_gui_misc.C:
17416         * lyxfunc.C: changed headers associated with above changes.
17417
17418 2001-03-27  Juergen Vigna  <jug@sad.it>
17419
17420         * BufferView_pimpl.C: set the temporary cursor right!
17421
17422 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17423
17424         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17425
17426 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17427
17428         * LString.h: removed "using std::getline"!
17429
17430         * BufferView_pimpl.C (Dispatch): changes due to changes in
17431         InsetInclude::Params.
17432
17433         * buffer.C (tag_name): removed redundant break statements as they were
17434         producing lots of warnings with my compiler.
17435
17436 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17437
17438         * LString.h: add "using std::getline" when using the real <string>.
17439
17440 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17441
17442         * buffer.C: removed bitset usage.
17443         PAR_TAG moved to an anonymous name space.
17444         (tag_name): new funtion, also in the anonymous namespace.
17445         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17446         (makeDocBookFile): clean code. Completed transition from string arrays
17447         to string vectors.
17448         (SimpleDocBookOnePar): code clean.
17449
17450 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17451
17452         * tabular.C: add some comments.
17453
17454 2001-03-22  Juergen Vigna  <jug@sad.it>
17455
17456         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17457         compatibility read a bit and fixed bug with minipage in different
17458         depth.
17459
17460 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17461
17462         * buffer.C (pop_tag): removed.
17463         (push_tag): removed.
17464         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17465         array replaced with vector. Added support for CDATA sections.
17466         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17467         at any nest level.
17468         (makeDocBookFile): XML conformant declaration of CDATA section,
17469         fixed bug related to <emphasis> in the first paragraph char.
17470         (sgmlOpenTag): exclude empty tags.
17471         (sgmlCloseTag): ditto.
17472
17473         * buffer.h (pop_tag): removed.
17474         (push_tag): removed.
17475
17476 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17477
17478         * language.h (Languages): added size_type and size().
17479
17480 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17481
17482         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17483         response on compability reading of minipages. One probliem is that
17484         the old usage of minipages was flertydig
17485
17486         * several files here and in subdirs: don't use static at file
17487         scope use anon namespaces instead.
17488
17489 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17490
17491         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17492         LaTeX output. This is necessary for Literate document
17493         processing.
17494
17495 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17496
17497         * buffer.C: insert hfill when needed.
17498
17499         * tabular.C (l_getline): use string::erase, small whitespace change.
17500
17501         * BufferView_pimpl.C: try the anon namespace.
17502         * WorkArea.C: ditto
17503
17504 2001-03-16  Juergen Vigna  <jug@sad.it>
17505
17506         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17507         otherwise it won't open options-dialogs.
17508
17509         * buffer.C: honor pextraWidth(p) on converting minipages.
17510
17511         * tabular.C (l_getline): changed the functions to strip trailing \r.
17512
17513 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17514
17515         * BufferView_pimpl.C:
17516         * minibuffer..C: added "using SigC::slot" declaration.
17517
17518 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17519
17520         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17521
17522         * text2.C: ditto
17523
17524         * text.C: ditto
17525
17526         * paragraph.C: ditto
17527
17528         * lyxtext.h: NO_PEXTRA
17529
17530         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17531
17532         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17533         * ParameterStruct.h: ditto
17534         * ParagraphParameters.h: ditto
17535         * lyxparagraph.h: ditto
17536
17537 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17538
17539         * buffer.C: add compability for minipage alignment.
17540         (latexParagraphs): remove unwanted pextra check.
17541
17542         * several files: remove CXX_WORKING_NAMESPACES
17543
17544         * buffer.C (pop_tag): tie is in namespace boost
17545
17546         * BufferView.h: noncopyable is in namespace boost
17547         * lyxlex.h: ditto
17548         * lyx_main.h: ditto
17549         * lyx_gui.h: ditto
17550         * layout.h: ditto
17551         * lastfiles.h: ditto
17552         * bufferlist.h: ditto
17553         * ShareContainer.h: ditto
17554         * LyXView.h: ditto
17555         * LyXAction.h: ditto
17556         * LaTeX.h: ditto
17557
17558 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17559
17560         * Merging changes from BRANCH_MVC back into HEAD.
17561
17562         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17563
17564 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17565
17566         * BufferView_pimpl.C: change from intl.C
17567
17568         * combox.h:
17569         * combox.C:
17570         * Makefile.am: move combox.*
17571
17572         * form1.h:
17573         * form1.C:
17574         * lyx_gui.C:
17575         * intl.h:
17576         * intl.C: remove dialog (covered by prefs)
17577
17578 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17579
17580         * lyxfunc.C (Dispatch): removed redundant break statement.
17581
17582 2001-03-14  Juergen Vigna  <jug@sad.it>
17583
17584         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17585
17586 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17587
17588         * buffer.C: add hack to fix compability reading of minipages.
17589
17590 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17591
17592         * buffer.C (getLists): Cleanup.
17593
17594 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17595
17596         * lyxfont.C (update): don't honor toggleall on font size.
17597
17598 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17599
17600         * bmtable.c:
17601         * bmtable.h:
17602         * Makefile.am: moved to frontends/xforms/
17603
17604         * lyx_gui_misc.C:
17605         * lyxfunc.C:
17606         * BufferView_pimpl.C: changes for moved mathpanel
17607
17608 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17609
17610         * gettext.h: fix gettext_init() in --disable-nls
17611
17612 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17613
17614         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17615
17616 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17617
17618         * lyx.C:
17619         * lyx.h: strip external form
17620
17621 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17622
17623         * BufferView_pimpl.C: add comment, destroySplash()
17624
17625 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17626
17627         * BufferView_pimpl.C:
17628         * LyXAction.C:
17629         * buffer.C:
17630         * commandtags.h:
17631         * lyxfunc.C: use re-worked insetinclude
17632
17633 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17634
17635         * buffer.C: add using std::stringstream.
17636
17637         * lyx_cb.C: readd using std::ios.
17638
17639         * buffer.C: add using std::map.
17640
17641         * BufferView_pimpl.C: add using std::vector.
17642
17643         * ShareContainer.h: add std:: to swap.
17644
17645         * buffer.h: add some typedefs
17646         * buffer.C (getLists): use them
17647         (getLists): renamed from getTocList.
17648         add a counter for the different float types and use it in the
17649         generated string.
17650         (getLists): use the same counter for the NEW_INSETS and the "non"
17651         NEW_INSETS
17652
17653         * lyx_cb.h: remove unused items, includes, using etc.
17654
17655         * ShareContainer.h: remove some commented code, add more comments
17656         and "documentation".
17657
17658 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17659
17660         * buffer.C (getTocList): make the list also when NEW_INSETS is
17661         defined.
17662
17663         * buffer.h: remove TocType
17664
17665         * buffer.C (getTocList): change to return a map<string,
17666         vector<TocItem> >, implement for dynamic number of list.
17667
17668         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17669         * text2.C (PasteSelection): adjust
17670         * CutAndPaste.C (pasteSelection): adjust
17671
17672         * FloatList.C (FloatList): update from the new_insets branch.
17673         * Floating.[Ch]: ditto
17674         * LaTeXFeatures.C: ditto
17675         * buffer.C: ditto
17676         * lyxlex_pimpl.C: ditto
17677
17678         * paragraph.C (Last): remove when NEW_INSETS is defined.
17679
17680         * other file: changes because of the above.
17681
17682 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17683
17684         * lyxparagraph.h: rename next to next_, previous to previous_,
17685         make them private for NEW_INSETS. Rename Next() to next(),
17686         Previous() to previous().
17687
17688         * other files: changes because of the above.
17689
17690 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17691
17692         * BufferView.h:
17693         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17694         problem.
17695
17696 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17697
17698         * main.C (main): pass lyx_localedir to gettext_init().
17699
17700         * gettext.h: remove locale_init and gettext_init macros
17701
17702         * gettext.C (locale_init): new function
17703         (gettext_init): new function
17704
17705         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17706         setlocale().
17707
17708 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17709
17710         * Moved credits to frontends:
17711         * credits.[Ch]: removed
17712         * credits_form.[Ch]: removed
17713         * lyx_gui_misc.C: remove credits stuff
17714         * Makefile.am:
17715
17716 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17717
17718         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17719
17720         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17721         unneeded destructor.
17722
17723         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17724         a standalone pointer again.
17725
17726         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17727
17728 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17729
17730         * Makefile.am:
17731         * filedlg.h:
17732         * filedlg.C:
17733         * LyXAction.C:
17734         * ToolbarDefaults.C:
17735         * bufferlist.C:
17736         * commandtags.h:
17737         * form1.C:
17738         * form1.h:
17739         * lyx_cb.C:
17740         * lyx_cb.h:
17741         * lyxfunc.h:
17742         * lyxfunc.C:
17743         * BufferView_pimpl.C: use new file dialog in GUII
17744
17745         * lyx_cb.h:
17746         * lyx_cb.C: remove LayoutsCB to Toolbar
17747
17748 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17749
17750         * ShareContainer.h (get): add std:: qualifier
17751
17752 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17753
17754         * ShareContainer.h: define a proper ShareContainer::value_type
17755         type (and use typename to please compaq cxx)
17756
17757 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17758
17759         * lyxparagraph.h: move serveral local vars to
17760         ParameterStruct/ParagraphParameters., use ShareContainer in
17761         FontTable., make vars in FontTable private and add getter and
17762         setter.
17763
17764         * paragraph.C: changes because of the above.
17765
17766         * lyxfont.h: remove copy constructor and copy assignment. (the
17767         default ones is ok), move number inside FontBits. move inlines to
17768         lyxfont.C
17769
17770         * lyxfont.C: add number to initializaton of statics, move several
17771         inlines here. constify several local vars. some whitespace
17772         cleanup. Dont hide outerscope variables.
17773
17774         * Spacing.h: add two new constructors to match the set methods.
17775
17776         * ShareContainer.h: new file, will perhaps be moved to support
17777
17778         * ParameterStruct.h: new file
17779
17780         * ParagraphParameters.h: new file
17781
17782         * ParagraphParameters.C: new file
17783
17784         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17785         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17786
17787         * BufferView_pimpl.C: ParagraphParameter changes.
17788         * buffer.C: Likewise.
17789         * bufferview_funcs.C: Likewise.
17790         * text.C: Likewise.
17791         * text2.C: Likewise.
17792
17793 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17794
17795         * lyxfind.C (LyXReplace): do not redefine default argument in
17796         implementation.
17797         (IsStringInText): ditto
17798         (SearchForward): ditto
17799         (SearchBackward): ditto
17800
17801 2001-03-06  Juergen Vigna  <jug@sad.it>
17802
17803         * lyxfind.C (IsStringInText): put parentes around expressions.
17804
17805 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17806
17807         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17808
17809 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17810
17811         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17812
17813         * stl_string_fwd.h: add comment
17814
17815         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17816
17817         * tabular.h:
17818         * tabular.C: remove unused DocBook methods
17819
17820         * intl.C:
17821         * language.C:
17822         * paragraph.C:
17823         * buffer.C:
17824         killed DO_USE_DEFAULT_LANGUAGE
17825
17826 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17827
17828         * lyx_gui.C: do not include language.h.
17829
17830         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17831         arguments in function implementation.
17832
17833 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17834
17835         * BufferView_pimpl.C: add <ctime>
17836
17837 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17838
17839         * BufferView_pimpl.C: add using std::find_if
17840
17841 2001-02-27  José Matos  <jamatos@fep.up.pt>
17842
17843         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17844         by OnlyPath.
17845
17846 2001-02-11  José Matos  <jamatos@fep.up.pt>
17847
17848         * buffer.C (makeDocBookFile): command styles now have a parameter as
17849         "title" by default.
17850
17851 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17852
17853         * layout_forms.[Ch]: removed
17854         * lyx_cb.[Ch]: out character
17855         * lyx_gui.C: out character
17856         * lyx_gui_misc.C: out character
17857         * bufferview_funcs.C: : out character,
17858         added toggleall as parameter in ToggleAndShow
17859
17860 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17861
17862         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17863
17864         * text2.C (SetCurrentFont): Disable number property at boundary.
17865
17866 2001-02-26  Juergen Vigna  <jug@sad.it>
17867
17868         * lyxfunc.C (getStatus): added a string argument override function so
17869         that this is correctly called from LyXFunc::Dispatch if it contains a
17870         do_not_use_argument which is used!
17871         (Dispatch): added check for "custom" export and call appropriate func.
17872
17873 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17874
17875         * lyxrc.C: Add language_command_local, language_use_babel and
17876         language_global_options.
17877
17878         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17879
17880         * buffer.C (makeLaTeXFile): Use language_use_babel and
17881         language_global_options.
17882
17883 2001-02-23  Juergen Vigna  <jug@sad.it>
17884
17885         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17886         which works with LyXText and putted it inside BufferView. Here now we
17887         only call for that part the BufferView::Dispatch() function.
17888
17889         * BufferView.C (Dispatch): added.
17890
17891         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17892         functions which needs to use a LyXText over from LyXFunc.
17893         (MenuInsertLyXFile): added
17894         (getInsetByCode): added
17895         (moveCursorUpdate): added
17896         (static TEXT): added
17897
17898 2001-02-22  Juergen Vigna  <jug@sad.it>
17899
17900         * BufferView_pimpl.C (update): call a status update to see if LyXText
17901         needs it.
17902
17903 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17904
17905         * vc-backend.C (revert): implement for CVS
17906         (getLog): implement for CVS
17907
17908 2001-02-20  Juergen Vigna  <jug@sad.it>
17909
17910         * text2.C (ClearSelection): added BufferView param for inset_owner call
17911
17912         * lyxfunc.C (TEXT): added this function and use it instead of
17913         directly owner->view()-text of getLyXText().
17914
17915 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17916
17917         * src/layout_forms.C: out preamble
17918         * src/layout_forms.h: out preamble
17919         * src/lyx_cb.C: out preamble
17920         * src/lyx_cb.h: out preamble
17921         * src/lyx_gui.C: out preamble
17922         * src/lyx_gui_misc.C: out preamble
17923         * src/lyxfunc.C: connect with guii preamble
17924
17925 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17926
17927         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17928
17929 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17930
17931         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17932         whether to run bibtex.
17933
17934 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17935
17936         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17937
17938 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17939
17940         * Makefile.am (lyx_SOURCES): removed bibforms.h
17941
17942         * vspace.h: doxygen
17943
17944         * text.C (GetVisibleRow): make several local vars const
17945
17946         * tabular.C: small cleanup.
17947
17948         * lyxserver.C (callback): use compare instead of strncmp
17949
17950         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17951         inlines to after class or to paragraph.C
17952
17953         * lyxfont.h: remove friend operator!=
17954
17955         * converter.h: move friend bool operator< to non friend and after
17956         class def.
17957
17958         * combox.h: small cleanup
17959
17960         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17961         to inlines after class def.
17962
17963         * buffer.C (pop_tag): use string operations instead of strcmp
17964
17965         * bmtable.c: doxygen, small cleanup
17966
17967         * LaTeX.h: remove friend operator==
17968
17969 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17970
17971         * screen.C:
17972         * lyxrc.[Ch]:
17973         * lyxfunc.C:
17974         * lyxfont.[Ch]:
17975         * lyx_cb.C:
17976         * intl.[Ch]:
17977         * commandtags.h:
17978         * buffer.C:
17979         * WorkArea.[Ch]:
17980         * LyXAction.C:
17981         * BufferView_pimpl.C:
17982         * BufferView.[Ch]: remove cruft
17983
17984 2001-02-14  Juergen Vigna  <jug@sad.it>
17985
17986         * lyxfunc.C: removed #if 0 unused code
17987
17988         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17989
17990         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17991
17992         * text2.C (SetSelection): added a BufferView * parameter
17993
17994 2001-02-13  Juergen Vigna  <jug@sad.it>
17995
17996         * lyxfunc.C (Dispatch): fixed protected blank problem.
17997         * BufferView2.C (protectedBlank): added LyxText * parameter.
17998
17999         * tabular.C (AppendRow): forgot to set row_info of newly added row.
18000         (AppendColumn): same as above for column_info.
18001
18002         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18003         (moveCursorUpdate): use a LyXText param for support of InsetText.
18004
18005         * BufferView_pimpl.C (doubleClick): added support for InsetText.
18006         (tripleClick): ditto
18007
18008         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
18009
18010         * BufferView_pimpl.C (update): added LyXText param to honor insets.
18011
18012         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
18013
18014         * text2.C (SetSelection): set correct update status if inset_owner
18015         (ToggleFree): ditto
18016
18017 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
18018
18019         * tabular.C: remove some commented code.
18020
18021 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
18022
18023         * BufferView_pimpl.C: call hideSplash()
18024
18025         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
18026
18027         * include_form.h:
18028         * bibforms.h: remove
18029
18030         * lyxfunc.C:
18031         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18032           add LFUN_CHILD_CREATE
18033
18034         * counters.h: fix tiny typo
18035
18036         * lyx_cb.C:
18037         * lyx.h:
18038         * lyx_gui.C:
18039         * lyx.C: move splash to frontends/xforms/
18040
18041         * lyx_gui_misc.C: move Include and Bibform to frontends
18042
18043         * lyxvc.h: clarify comment
18044
18045         * vspace.C: tiny housekeeping
18046
18047 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18048
18049         * text.C (PrepareToPrint): RTL Fix.
18050
18051         * paragraph.C (GetUChar): New method.
18052         (String):  Use GetUChar.
18053
18054         * buffer.C (asciiParagraph): Use GetUChar.
18055
18056 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18057
18058         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18059
18060 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18061
18062         * buffer.h:
18063         * buffer.C: rename to getLogName(), handle
18064           build log / latex log nicely
18065
18066 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18067
18068         * MenuBackend.C:
18069         * MenuBackend.h: remove support for reference menuitem type.
18070
18071 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18072
18073         * BufferView_pimpl.C: housekeeping
18074         * BufferView_pimpl.h:
18075         * LyXView.h:
18076         * Makefile.am:
18077         * Timeout.C:
18078         * Timeout.h:
18079         * minibuffer.h: move Timeout GUI-I
18080
18081 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18082
18083         * lyxrc.C (read): Update converters data-structures.
18084
18085 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18086
18087         * LaTeX.h (operator!=): add operator != for Aux_Info
18088
18089 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18090
18091         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18092
18093         * LaTeXLog.C: deleted, useful code moved to Buffer
18094
18095         * buffer.h:
18096         * buffer.C: new function getLatexLogName()
18097
18098         * lyx_gui_misc.C:
18099         * lyx_gui.C:
18100         * lyxvc.C:
18101         * lyxvc.h:
18102         * lyxfunc.C: use frontends for LaTeX and VC logs
18103
18104 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18105
18106         * LaTeX.h: yet another std:: that Allan forgot.
18107
18108         * Variables.C (set): renamed from isset(), because this clashes
18109         with some HP-UX macros (grr).
18110
18111 2001-02-06  Allan Rae  <rae@lyx.org>
18112
18113         * LaTeX.h: Another bug fix.  Missing std:: this time.
18114
18115 2001-02-04  Allan Rae  <rae@lyx.org>
18116
18117         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18118         floats problem. I've left it commented out because it's not quite
18119         correct.  It should also test that the current object is a table or
18120         figure inset.  But I haven't gotten around to figuring out how to do
18121         that.  I *think* it'll be something like: "table" == inset.type()
18122
18123         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18124         bool.
18125
18126 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18127
18128         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18129         all the citation/databases/styles in the auxilary file.
18130         (run): Rerun latex if there was a babel language error.
18131
18132 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18133
18134         * text.C (Backspace): Preserve the font when changing newline char
18135         with a space.
18136         (BreakParagraph): If the cursor is before a space, delete the space.
18137
18138         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18139
18140 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18141
18142         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18143         new argument (code).
18144         (ChangeCitationsIfUnique): New method.
18145
18146         * paragraph.C (GetPositionOfInset): Handle bibkey.
18147
18148 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18149
18150         * BufferView_pimpl.h: change type of Position::par_pos to
18151         LyXParagraph::size_type.
18152
18153 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18154
18155         * BufferView_pimpl.C (savePosition, restorePosition): Write
18156         messages to minibuffer.
18157
18158 2001-01-28  José Matos  <jamatos@fep.up.pt>
18159
18160         * buffer.C (makeDocBookFile): adds support for document language.
18161         A silly restriction on the name of LatexCommand types where removed.
18162         Added support for CDATA sections, allows to chars unescaped, used
18163         among others in code, to avoid escape < and >.
18164
18165 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18166
18167         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18168         saved positions instrad of a stack. Furthermore, a position is
18169         stored using paragraph id/paragraph position.
18170
18171         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18172         Remove LFUN_REF_BACK.
18173
18174 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18175
18176         * converter.C (dvipdfm_options): New method.
18177
18178 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18179
18180         * vspace.C (isValidLength): Fix for empty input string.
18181
18182 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18183
18184         * LyXAction.C (init): change description of LFUN_FIGURE to
18185         "Insert Graphics"
18186
18187 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18188
18189         * LaTeX.C: add using directive
18190
18191 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18192
18193         * MenuBackend.C (expand): Fix the sorting of the formats.
18194
18195 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18196
18197         * lyx_main.C: tiny error message fix
18198
18199 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18200
18201         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18202         calling fl_initialize(). This fixes the problem with ',' as
18203         decimal separator in text files.
18204
18205 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18206
18207         * trans.C (process): Fix the keymap bug.
18208
18209 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18210
18211         * LaTeX.C (scanAuxFiles): New method. Provides support for
18212         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18213         (scanLogFile) Scan for "run BibTeX" messages.
18214
18215         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18216         OT1 font encoding. Also, load the aecompl package if the ae
18217         package is loaded.
18218
18219         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18220
18221 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18222
18223         * texrow.C (increasePos): turn two error messages into debug
18224         messages.
18225
18226 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18227
18228         * LaTeX.C (scanAux): Handle the \@input macro.
18229         (runBibTeX): Use scanAux().
18230
18231         * language.C (latex_options_): New field.
18232
18233         * LaTeXFeatures.C (getMacros): Add language macros.
18234
18235         * buffer.C (makeLaTeXFile): Small fix.
18236
18237 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18238
18239         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18240
18241         * text2.C: add a using directive.
18242
18243 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18244
18245         * BufferView2.C:
18246         * lyx_gui_misc.h:
18247         * lyxfr1.C:
18248         * lyxfunc.C: kill LyXBell.
18249
18250 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18251
18252         * text.C (IsBoundary): Remove the error message
18253
18254         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18255
18256         * lyxrc.C (setDefaults): Correct initialization value for
18257         font_norm_type.
18258
18259 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18260
18261         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18262         gotoError().
18263
18264         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18265         and GotoNextNote().
18266
18267         * src/LyXAction.C: Added reference-next.
18268
18269         * text.C (InsertChar): Use contains instead of strchr.
18270
18271         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18272
18273 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18274
18275         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18276         alignment commands (when needed).
18277
18278         * text.C (InsertChar): Add ':' to number separator chars.