]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
b52baf592b3948f5cf1754254fb0d3759b22466c
[lyx.git] / src / ChangeLog
1 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
4         as is already done for "chapter".
5
6 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7
8         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
9         textclass; do not record undo if nothing is changed.
10
11 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12
13         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
14
15 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
16
17         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
18
19 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
20
21         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
22         combox, it is necessary to search for the topmost paragraph in the
23         cursor stack (bug 1926)
24
25 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
26
27         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
28         end of paragraph. (bug 2010)
29
30 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
31
32         * text.C (leftMargin): check for inInset == 0
33
34 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
35
36         * text.C (leftMargin): test for insetbase's new neverIndent()
37         bool instead of listing each and every inset that does not
38         wish par indendation.
39
40 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
41
42         * buffer_funcs.C (setCounter): put the code to compute enum label
43         here (where it belongs).
44
45         * counters.C (enumLabel): move code to buffer_funcs.C.
46
47 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
48
49         * outputparams.[Ch]: store local_font instead of local_language
50         * paragraph.C (simpleTeXOnePar): adapt to the change above
51
52 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
53
54         * buffer_funcs.C:
55         * counters.[Ch]: clean up special code for Hebrew.
56
57 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
58
59         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
60         than 2.
61
62 2005-09-08  Angus Leeming  <leeming@lyx.org>
63
64         * ispell.C:
65         * lyxrc.C: correct grammar describing invocation of the
66         spellchecker.
67
68 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
69
70         * text.C (read): remove unused variable.
71         (readParToken): remove static Change variable (never good in
72         recursive settings...); add it as a parameter instead.
73
74         * paragraph_pimpl.C (acceptChange): make debug info conditional.
75
76         * metricsinfo.C (PainterInfo): add new member erased_.
77
78         * rowpainter.C (RowPainter): add erased_ member, initialized from
79         PainterInfo. 
80         (paintInset): pass erased_ to Inset::draw.
81
82         * lyxfunc.C (lookupChange): new function. Tells whether change 
83         tracking is disabled at a given postion.
84         (getStatus): disable some actions when in deleted text with change
85         tracking. 
86
87 2005-08-03  John Levon  <levon@movementarian.org>
88         
89         * tabular.C (appendColumn, setMultiColumn): adapt to change to
90         InsetText::clear().
91
92         * paragraph_pimpl.C (markErased): add bool argument and handle it.
93         Also make sure to mark insets recursively.
94         (rejectChange, erase): be recursive
95
96         * paragraph.C (markErased): add bool argument.
97 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
98
99         * lyxfind.C (findNextChange): tiny cleanup.
100
101         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
102         change tracking with the cursor in an inset; make sure the first
103         change is not skipped.
104
105 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
106
107         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
108         tabularStackDirty to work around bug 1919 (tabular needs
109         to know whether its own cell paste buffer or the one of 
110         texted is newer.
111         * CutAndPaste.C: mark tabular_stack_ clean after copy.
112
113 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
114
115         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
116
117 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
118
119         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
120         use old deleteion algorithm when changetracking is on.
121
122 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
123
124         * messages.C (get): add debug output.
125
126 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
127
128         * text.C (cursorX): fix bug 1965: cursor movement at
129         line end broken in RtL.
130         (drawSelection): fix bug 1970: drawing of single-line 
131         selection broken for RtL.
132
133 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
134
135         bug 465.
136
137         * dociterator.h (clear, push_back, pop_back): change from
138         protected to public.
139
140         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
141         and changed to just return the value of the item depth; take a
142         ParIterator as argument; take the itemdepth at outer nesting level
143         in account if necessary; cleanup and comment the code.
144         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
145         and changed to just return true if reset is needed; take a
146         ParIterator as argument; cleanup and comment the code.
147         (setCounter): adapt to above changes.
148
149 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
150
151         * text3.C (dispatch): make debug message optional
152
153 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
154
155         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
156         inset. (bug 1963)
157
158 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
159
160         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
161
162 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
163
164         * text.C (insertChar):
165         * text2.C (deleteEmptyParagraphMechanism): take care whether 
166         a blank has been deleted (in change tracking mode) (bug 1254).
167
168 2005-07-20  John Levon  <levon@movementarian.org>
169
170         * text2.C (insertStringAsLines): remove old dubious code,
171         fixing bug 1939.
172
173 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
174
175         * MenuBackend.C (expandToc): use Floating::listName() as title of
176         the floats submenus.
177
178 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
179
180         * toc.[Ch]: Do not use translatable strings (bug 1870).
181
182 2005-07-20  John Levon  <levon@movementarian.org>
183
184         * tabular.C: fix 1748 - setting multicolumn adds
185           left line to the first cell
186
187 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
188
189         bug 1920
190         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
191         pars in one go.
192
193 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
194
195         * messages.C: supress some lyxerr messages
196
197 2005-07-18  Juergen Vigna  <jug@lyx.org>
198
199         * text.C (drawSelection): honor boundary when asking for cursorX.
200
201 2005-07-17  José Matos  <jamatos@fc.up.pt>
202
203         * tabular.C (recalculateMulticolumns): fix handling of one column
204         tables.
205
206 2005-07-17  Juergen Vigna  <jug@lyx.org>
207
208         * text.C (Delete, backspace): fixed so that paragraph with the
209         same layout can be merged by Delete/Backspace.
210
211 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
212
213         * text.C (readParToken): fix spelling.
214
215 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
216
217         * text2.C: fix counter update for DEPM problem reported by
218         Georg Baum
219
220 2005-07-17  Juergen Vigna  <jug@lyx.org>
221
222         * BufferView_pimpl.C (setBuffer): save/restore the
223         cursor/selection when switching buffers
224
225         * buffer.h: 
226         * buffer.C (saveCursor): add saveDocumentIterators to save the
227         cursor when switching buffer.
228
229 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
230
231         * debug.C: fix typo
232         * buffer.C: clarify message
233         
234 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
235
236         * dociterator.C (DocIterator): fix initialization order
237
238 2005-07-17  Juergen Vigna  <jug@lyx.org>
239
240         * text2.C (cursorHome): 
241         * text.C (drawSelection, cursorX): 
242         * dociterator.C (textRow): add boundary to getRow() call
243
244         * paragraph.C (getRow): implementation of below
245
246         * paragraph.h: add parameter boundary for getRow() function
247
248 2005-07-17  José Matos  <jamatos@fc.up.pt>
249
250         * buffer.C:
251         * bufferparams.[Ch]:
252         * tex-strings.[Ch]: new file format, remove support for a4.sty,
253         a4wide.sty and a4widemargins.
254
255 2005-07-17  Juergen Vigna  <jug@lyx.org>
256
257         * text2.C (cursorLeft): fix one of error
258
259 2005-07-17  Juergen Vigna  <jug@lyx.org>
260
261         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
262                    cursorEnd):
263         more fixes for boundary handling
264
265         * text3.C (dispatch): don't reset cursor if boundary has changed
266         on cursor movement.
267
268 2005-07-16  Juergen Vigna  <jug@lyx.org>
269
270         * text2.C (getColumnNearX): hopefully got it right now,
271         check if we are on column 0 for special case.
272
273 2005-07-16  Juergen Vigna  <jug@lyx.org>
274
275         * text2.C (getColumnNearX): handle special case Newline Inset
276
277         * text.C (singleWidth): Just remove bogus check
278
279 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
280
281         * funcrequest.C (split): avoid reading uninitialized char c
282
283 2005-07-16  José Matos  <jamatos@fc.up.pt>
284
285         * buffer.C:
286         * converter.C:
287         * lyxrc.C:
288         * paper.h:
289         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
290         single papersize variable.
291
292 2005-07-16  Juergen Vigna  <jug@lyx.org>
293
294         * text3.C (dispatch): honor boundary when checking if a cursor
295         movement has been done
296
297         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
298         (setCursor, setCursorIntern): fix cursor movement with boundary
299
300 2005-07-16  Juergen Vigna  <jug@lyx.org>
301
302         * text.C (currentState): output the actual Boundary
303
304 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
305
306         * factory.C (createInset): fix bad logic for tabular creation
307
308 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
309
310         * lyx_main.C (init): change some reLyX reference to tex2lyx
311
312 2005-07-16  Juergen Vigna  <jug@lyx.org>
313
314         * dociterator.C (DocIterator): initialize boundary
315
316 2005-07-16  Juergen Vigna  <jug@lyx.org>
317
318         * text2.C (getColumnNearX): Consider rows without trailing blank.  
319
320 2005-07-16  André Pönitz  <poenitz@gmx.net>
321
322         * lyxfont.h: Change order of declarations to give the compiler
323         a better chance to inline things
324
325         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
326         questions on unsaved docs for better scritability
327
328 2005-07-16  André Pönitz  <poenitz@gmx.net>
329
330         * paragraph.h (getChar): remove asserts as the same kind of security
331         can be achieved by using a suitable standard library implementation
332         and the function was in the critical path (25.9% in profiler)
333
334 2005-07-16  Juergen Vigna  <jug@lyx.org>
335
336         * cursor.C (bruteFind2):
337         * bufferview_funcs.C (coordOffset): 
338         * text.C (cursorX,cursorY): Handle cursor position after last char
339         in row before a inset which uses a whole row.
340
341 2005-07-15  José Matos <jamatos@lyx.org>
342
343         * output_plaintext.[Ch] (writeFileAscii): control reference title
344         printing.
345         (asciiParagraph): noparbreak was already deal and was incorrectly
346         used.
347
348 2005-07-15  Juergen Vigna <jug@lyx.org>
349
350         * lyxfunc.C (dispatch): save and restore the cursor after a
351         textclass switch.
352
353 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
354
355         * text.C (backspace): bug 806 for empty keepempty paragraphs we
356         change the layout to default before letting DEPM do its thing.
357
358         * paragraph_funcs.C (breakParagraph): dont reset the layout on
359         keepEmpty paragraphs
360
361         * text.C (setCursorFromCoordinates): add a debug statement
362
363         * text2.C (getColumnNearX): bug 1825 make sure that we don't
364         return a pos that is not on the row
365
366         * output_latex.C (TeXDeeper): get rid of potential dereferencing
367         of past the end iterator
368
369 2005-07-14  André Pönitz  <poenitz@gmx.net>
370
371         * undo.C (recordUndoFullBuffer): implement undo for
372         textclass switches
373
374 2005-07-14  André Pönitz  <poenitz@gmx.net>
375
376         * cursor.C (setSelection): open insets when selection is set there
377         to avoid crashs with cold coord cache
378
379 2005-07-14  André Pönitz  <poenitz@gmx.net>
380
381         * trans_mgr.C (insert): move cursor to the right after inserting
382         a char.
383
384 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
385
386         * BufferView_pimpl.C (update): dampen some of the debug blabbering
387         * factory.C (readInset): ditto
388         * text.C, text2.C: ditto
389
390 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
391
392         * buffer.C: format incremented to 242. There is no file format per
393         se, but the "frenchb" language has been removed from lib/language
394         and has to be translated to "french" by lyx2lyx.
395
396 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
397
398         * cursor_slice.h, dociterator.h: add some documentation
399         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
400
401 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
402
403         * text.C (leftMargin): do not add identation to display() style
404         insets, because they are always centered (bug 1293).
405
406 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
407
408         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
409         formatted_time methods in support/lyxtime.
410
411 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
412
413         * toc.[Ch]: new method getGuiName, which is used by the frontends 
414         to set the toc combo (fixes bug 1870). Make TOC string translatable.
415
416 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
417
418         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
419         StableDocIterator const &)
420         * undo.C (recordUndo): use the above instead of cell.size() comparison
421         (fixes bug 1808; instructed by Andr�.
422
423 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
424
425         * cursor_slice.h: 
426         * dociterator.h: Fix the assert when copying rows/cols in math
427
428 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
429
430         * BufferView_pimpl.C:
431         * LyXAction.C:
432         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
433
434         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
435         (findInset): new functions, refactored from goto Inset that return 
436         the position of a certain inset without setting the buffer's cursor
437         (by Jean-Marc); 
438         (gotoInset): rewrite to call findInset and then set the cursor
439         (by Jean-Marc).
440
441 2005-06-16  Angus Leeming  <leeming@lyx.org>
442
443         * lyxrc.C (output, read): wrap all input and output of paths with
444         calls to os::internal_path and os::external_path, respectively.
445         (output): wrap bind_file inside quotes.
446
447         * format.C (view): enable the viewer to use the '$$s' placeholder.
448
449 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
450
451         * LColor.[Ch] (getFromLaTeXName): new
452
453 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
454
455         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
456
457 2005-06-14  Angus Leeming  <leeming@lyx.org>
458
459         * lyx_main.C (init): ensure that the LyX binary dir is the first
460         element in the PATH on non-POSIX builds.
461
462 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
463
464         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
465
466 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
467
468         * rowpainter.C (paintInset, paintHebrewComposeChar)
469         (paintArabicComposeChar, paintChars): add a LyXFont argument.
470         (paintChars): use getFontSpan to reduce calls to getFont to a
471         minimum; use Paragraph::lookupChange instead of isXXXText.
472         (paintForeignMark): rename LyXFont argument.
473         (paintFromPos): pass a LyXFont object to the various paintXXX
474         methods.
475
476         * FontIterator.C (FontIterator, operator++): use
477         Paragraph::getFontSpan
478
479         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
480         version that returns the font span as a pair.
481
482 2005-06-09  Angus Leeming  <leeming@lyx.org>
483
484         * converter.C (convert): Don't forget "outfile = real_outfile" as
485         the final step in a conversion where the input and output file names
486         are the same. Otherwise, future conversion steps won't work...
487
488 2005-06-09  Angus Leeming  <leeming@lyx.org>
489
490         * lyxsocket.C: remove stub code as it isn't needed by
491         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
492
493 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
494
495         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
496         effectively disabled -x
497
498 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
499
500         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
501         when it actually makes sense.
502
503 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
504
505         * BufferView_pimpl.C: revert to showCursor in connection with
506         Lars's front-end stack
507
508 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
509
510         * text.C (redoParagraph): move cursor right after a bibitem
511         has been inserted.
512
513         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
514
515 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
516
517         * buffer_funcs.C (bufferErrors): fix computation of the end of an
518         error range.
519
520 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
521
522         * BufferView.[Ch] (update):
523         * BufferView_pimpl.[Ch] (update, metrics):
524         * dimension.h (operator==):
525         * lyxfunc.C (dispatch):
526         * metricsinfo.h (ViewMetricsInfo):
527         * rowpainter.C (paintText):
528         * lyxtext.h:
529         * text.C (redoParagraph):
530         * text3.C (dispatch): Make LyX only repaint current paragraph in
531         case of character insert --> speedup. Also fix cursor draw
532         artifacts
533
534 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
535
536         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
537         avoid a crash (bug 1891)
538
539 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
540
541         Fix bug 1892:
542
543         * text2.C (getStringToIndex): constify cur argument.
544
545         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
546         argument has been given
547         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
548         try to invoke LFUN_INSET_APPLY).
549
550         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
551         if no inset was created by doInsertInset
552         (doInsertInset): return true if an inset has been inserted.
553
554 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
555
556         * vspace.C (asGUIName): new method. A version of the space
557         suitable for showing on screen.
558
559 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
560
561         * MenuBackend.C:
562         * lyxrc.C: rename "ASCII" to "Plain Text"
563
564 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
565
566         * buffer_funcs.C (expandLabel): take a Buffer as argument;
567         translate the labelstring.
568         (setCounter): translate labelstring as needed.
569
570         * output_docbook.C (makeCommand): fix expandLabel invokation
571
572 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
573
574         * BufferView.C: fix dialog title
575
576 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
577
578         * lyx_main.C (priv_exec): fix logic error with help from Angus
579         * lyx_main.C (parse_execute): set is_gui = false and remove now
580         obsolete comment about a segfault
581
582 2005-05-18  Angus Leeming  <leeming@lyx.org>
583
584         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
585
586 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
587
588         * tabular.[hC]: added setCellInset to fix tabular paste.
589
590 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
591
592         * buffer.C (save): check if destination is writable before trying
593         to copy a file
594
595 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
596
597         * BufferView_pimpl.C (update): fix processEvents -caused update
598         recursion bug
599
600 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
601
602         * buffer_funcs.C (setCounter): fix test for numbering of
603         environments.
604
605         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
606         depth correctly; use optional argument when it exists
607
608         * lyxtextclass.C: remove unused MaxCounterTags enum
609         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
610         (max_toclevel, min_toclevel): new methods.
611
612         * MenuBackend.C (expandToc2): fix case where depth is smaller than
613         the smallest depth in toc.
614
615         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
616         layouts that should not appear in a table of contents.
617
618 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
619
620         * cursor.h (undispatched, noUpdate): add comments from Andr�
621 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
622
623         * lfuns.h:
624         * LyXAction.C:
625         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
626
627 2005-05-07  André Pönitz  <poenitz@gmx.net>
628
629         * cursor.[Ch] (leaveInset): new function
630
631 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
632
633         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
634
635 2005-05-04  Angus Leeming  <leeming@lyx.org>
636
637         * lyxfunc.C (getStatus): disable the spell checker dialog if
638         none of USE_[AIP]SPELL are defined.
639
640 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
641
642         * tabular.C (setWidthOfCell): remove obsolete comment
643
644 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
645
646         * paragraph.C (bibitem):
647         * buffer_funcs.C (setCounter):
648         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
649
650 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
651
652         * text3.C (getStatus): immediately return after setOnOff
653
654         * rowpainter.C: fix drawing of appendix start
655
656 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
657
658         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
659         SwitchBetweenClasses and remove the unused return value.
660         Handle character styles, too
661
662 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
663
664         * factory.C (createInset): handle undefined character styles
665
666 2005-05-02  Angus Leeming  <leeming@lyx.org>
667
668         * buffer.C: protect the #include of utime.h with a preprocessor
669         guard.
670
671 2005-05-02  Angus Leeming  <leeming@lyx.org>
672
673         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
674         function so that auto-saving works, albeit in a blocking manner.
675
676         * Makefile.am: make compilation of the client sub directory, of
677         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
678         on conditionals set at configure time.
679
680         * SpellBase.[Ch]: no longer an abstract base class. Instead,
681         it can be compiled in its own right but has no-op functionality.
682
683         * aspell.C, pspell.C: remove preprocessor guards. The files should
684         be compiled only if the necessary functionality exists.
685
686         * lyxserver.C, lyxsocket.C: disable on Windows.
687
688 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
689
690         * text.C (leftMargin): Fix the parindent use bug (1764)
691         by dirty trick
692
693 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
694
695         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
696         argument.
697
698 2005-04-25  Angus Leeming  <leeming@lyx.org>
699
700         * Bidi.[Ch]:
701         * coordcache.[Ch]:
702         * ispell.C:
703         * lyxserver.C:
704         * mover.C:
705         * pch.h:
706         include <config.h> in .C files, not .h ones.
707         add licence blurb.
708         protect headers inside preprocessor guards.
709
710 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
711
712         * FuncStatus.h (StatusCodes): document
713
714 2005-04-21  André Pönitz  <poenitz@gmx.net>
715
716         * FuncStatus.h (enabled, onoff): document
717
718 2005-04-19  Angus Leeming  <leeming@lyx.org>
719
720         * BufferView_pimpl.C (cursorToggle): no longer test whether
721         any child processes have been reaped before calling
722         handleCompletedProcesses().
723
724 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
725
726         * text3.C (dispatch): fix, finally fix, the language problem in
727         new lyxtexts, without disabling on-the-fly font changes (Helge's
728         bug report)
729
730 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
731
732         * text3.C (dispatch): set cursor on double/triple click events
733         (bug 1811)
734
735 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
736
737         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
738         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
739
740         * rowpainter.C (paintFirst): simplify the code a little bit. In
741         particular, remove the test for secnumdepth.
742         * text.C (setHeightOfRow): only allocate space for chapter number
743         when updateCounters provided an actual label, instead of looking
744         at secnumdepth directly.
745
746         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
747
748         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
749         paragraphs when secnumdepth is large enough or, for environments,
750         when they are not the first in a sequence.
751
752 2005-04-17  Angus Leeming  <leeming@lyx.org>
753
754         * buffer.C (makeLaTeXFile): replace code to manipulate a path
755         containing space and '~' characters with a call to latex_path().
756
757 2005-04-17  Angus Leeming  <leeming@lyx.org>
758
759         * converter.C (convert): protect all args of convertDefault.sh
760         script with quotes.
761
762 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
763
764         * text3.C (dispatch): change the layout to "Caption" after inserting
765         a float.
766
767 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
768
769         * text3.C (dispatch): fix language problem in newly created
770         textinsets (and main text) in non-english docs
771
772 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
773
774         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
775         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
776         * text3.C (getStatus): disable LFUN_INSET_MODIFY
777
778 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
779
780         * lyxtext.h:
781         * text.C (metrics):
782         * text2.C (getFont):
783         * rowpainter.C (getFont): Fix metrics bug introduced by inset
784         fonts fix
785
786 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
787
788         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
789         output of \item arguments without trailing text.
790
791 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
792
793         * FontIterator.C (operator*): avoid a copy of the font.
794
795 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
796
797         * rowpainter.C (getFont): fix language bug from previous fix
798
799 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
800
801         * rowpainter.C (RowPainter, getFont): fix font inside inset
802         (bugs 1766, 1809)
803
804 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
805
806         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
807         preventing inserted font, deco, delim insets jumping to start of
808         surrounding inset.
809
810 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
811
812         * lyxfunc.C (dispatch): translate message before sending it to the
813         minibuffer.
814
815 2005-03-29  Angus Leeming  <leeming@lyx.org>
816
817         * lyx_main.C (priv_exec): call os::internal_path on each file passed
818         to LyX on the command line.
819
820 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
821
822         * vc-backend.C: use QuoteName to protect file names wherever
823         necessary.
824
825 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
826
827         * buffer.[Ch]:
828         * BranchList.h: fix bugs 1844,1845: document settings don't
829         stick
830
831 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
832
833         * lyxrc.C (setDefaults, read, output, getDescription): add support
834         for tex_allows_spaces.
835
836         * exporter.C (Export): allows files in directory containing spaces
837         if tex_allows_spaces is true.
838
839         * buffer.C (makeLaTeXFile): if the document path contains spaces,
840         output it in double quotes.
841
842 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
843
844         * rowpainter.C: use default text height for drawing change tracker
845         strikeout lines.
846
847 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
848
849         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
850
851 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
852
853         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
854         directory is missing.
855
856 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
857
858         * text2.C: fixed the fix, extended to other case.
859
860 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
861
862         * text2.C: fix for cursor up/down stuck in math [bug 1792]
863
864 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
865
866         * text2.C (cursorUp): get rid of a crash
867         * text.C (x2pos): add an assert
868
869 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
870
871         * lyxfunc.C (getStatus): fix warning when assertions are disabled
872
873         * text3.C:
874         * lyxfunc.C:
875         * dociterator.C: include <boost/current_function.hpp>, which is
876         needed when assertions are disabled.
877
878 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
879
880         * text2.C: fix for stuck cursor when traversing two
881         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
882
883 2005-02-25  Andreas Vox  <avox@arcor.de>
884
885         * output_docbook.C (makeParagraph): suppress trailing newline
886         after a run of paragraphs
887
888 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
889
890         * paragraph.C: fix for confused change tracker when pasting
891         text that begins with a lineseparator. [bug 1827]
892         (setChange(0, Change::INSERTED);)
893
894         * paragraph_funcs.C: fix for lost changes on triple-paste
895         in change tracking mode [bug 1827] (par.setChange()).
896
897 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
898
899         * text2.C (updateCounters, setCounter, expandLabel): move to
900         buffer_funcs.
901
902         * buffer_funcs.C (updateCounters): turn into a free standing
903         function and add a buffer parameter. Remove dead code for tracking
904         labelstring change.
905         (setCounter): change into a free-standing function which gets a
906         dociterator as argument. Use this iterator to fix captions in a
907         simple way. When no float is found above the caption, use the
908         labelstring of the caption layout as default.
909
910         * text.C (breakParagraph, backspace):
911         * text2.C (init, setLayout, changeDepth):
912         * text3.C (dispatch):
913         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
914         updateCounters.
915
916         * dociterator.C (forwardPar): make it much faster by calling
917         forwardPos() only when really necessary.
918
919         * output_docbook.C (makeCommand): adapt to expandLabel move.
920
921         * cursor.C: remove unused variable
922
923 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
924
925         * paragraph_funcs.C: fix crash when pasting insets in change
926         tracking mode [bug 1277] (honour change type in moveItem).
927
928 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
929
930         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
931
932 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
933
934         * BufferView.C (setCursor): change to use a DocIterator.
935         (gotoLabel): use BufferView::setCursor (other part of bug 781).
936         (putSelectionAt): adapt to BufferView::setCursor change.
937
938         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
939         moved here from LyXText and rewritten to use proper cursor
940         methods. Fixes bug 1787, 616 and 835.
941
942         * BufferView_pimpl.C (restorePosition): set the cursor correctly
943         when inside an inset (part of bug 781).
944         (dispatch): adapt to change of BufferView::setCursor.
945         (getStatus, dispatch): handle LFUN_GOTOERROR,
946         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
947
948         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
949         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
950         * text3.C (gotoNextInset, gotoInset): removed.
951
952 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
953
954         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
955
956 2005-02-15  Angus Leeming  <leeming@lyx.org>
957
958         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
959         can be used meaningfully in a comparison.
960
961 2005-02-13  André Pönitz  <poenitz@gmx.net>
962
963         * bufferview_funcs.C (coordOffset): improve cursor drawing
964
965 2005-02-13  André Pönitz  <poenitz@gmx.net>
966
967         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
968         * Cursor.C (dispatch): use fixIfBroken
969         * lyxfunc.C (getStatus): use fixIfBroken
970
971 2005-02-15  Angus Leeming  <leeming@lyx.org>
972
973         * lyx_main.C (error_handler):
974         * lyxfunc.C:
975         * lyxrc.C (setDefaults):
976         s/GetEnv/getEnv/.
977         #include "environment.h".
978
979         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
980
981 2005-02-15  Angus Leeming  <leeming@lyx.org>
982
983         * lyxserver.C (startPipe): squash MSVC warning "local variable
984         'fd' used without having been initialized".
985
986 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
987
988         * BufferView_pimpl.C: revert accidental commit.
989
990 2005-02-14  André Pönitz  <poenitz@gmx.net>
991
992         * dociterator.[Ch]: new member forwardPosNoDescent(),
993         which doesn't enter nested insets.
994         * text2.C (setFont): use forwardPosNoDescent() instead
995         of ForwardPos() (fixes crash on font change).
996
997 2005-02-13  Angus Leeming  <leeming@lyx.org>
998
999         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1000         only if lyxrc.path_prefix is not empty.
1001
1002 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1003
1004         * bufferparams.C (readGraphicsDriver): prevent crash
1005
1006 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1007
1008         * text2.C (setCounter): check for inInset() == 0
1009
1010 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1011
1012         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1013         but use update() to get correct screen display; use convert
1014         instead of istringstream.
1015         (getStatus): handle LFUN_GOTO_PARAGRAPH
1016
1017         * lyxfunc.C (dispatch, getStatus): do not handle
1018         LFUN_GOTO_PARAGRAPH here.
1019
1020 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1021
1022         * text3.C (dispatch): size() -> depth()
1023
1024         * text2.C: remove some debug output
1025
1026         * paragraph.C: ws changes only
1027
1028         * lyxfunc.C (getStatus): size() -> depth()
1029
1030         * dociterator.h (clear, push_back, pop_back, internalData,
1031         operator[], resize, empty): new functions
1032         Make StableDocIterator and operator== be friends. Don't inherit
1033         from std::vector use a privat class variable slices_ instead.
1034         Modify to fit.
1035
1036         * dociterator.C: update because of not inheriting from std::vector
1037         anymore. Call explictly to slices_ instead. Use depth() instead of
1038         size() and top() instead of back()
1039
1040         * cursor.C: chagne size() -> depth and back() -> top(). Also
1041         remove some direct operator[](i) calls in favour of foo[i]
1042         (getFont): remove some dead code
1043
1044         * bufferview_funcs.C (coordOffset): size() -> depth()
1045
1046         * buffer.C: ws changes only
1047
1048         * CutAndPaste.C (eraseSelection): back() -> top()
1049
1050         * BufferView_pimpl.C (selectionRequested): back() -> top()
1051
1052         * BufferView.C (setCursor): size() -> depth()
1053
1054 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1055
1056         * text3.C (cursorPrevious): return true if depm changed something
1057         (cursorNext): ditto
1058         (dispatch): rename sl to oldTopSlice, remove moving use the new
1059         NoUpdate func attrib instead. Make sure that needsUpdate is set
1060         for function that have NoUpdate, but where depm might have changed
1061         the buffer anyway.
1062
1063         * text2.C (cursorLeft): make us return true if depm changed
1064         something
1065         (cursorRight): ditto
1066         (cursorUpParagraph): ditto
1067         (curosrDownParagraph): ditto
1068         (cursorUp, cursorDown): ditto, make sure to read comments in code
1069         (deleteEmptyParagraphMechanism): remove an assert, also return
1070         true if just a single char was deleted.
1071
1072         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1073         cursor that we modify, to avoid modifying an active cursor before
1074         we call setCursor. This allows depm to run. Also return true if
1075         depm deleted something.
1076
1077         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1078         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1079         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1080         something was changed in the buffer because of them (ie. depm run)
1081
1082         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1083         debug messages. Make update by default be false. Make sure that
1084         the result of update is retained throught several calls down to
1085         dispatch.
1086
1087         * LyXAction.h: add a new func_attrib: NoUpdate
1088
1089         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1090         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1091         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1092         and LFUN_WORDLEFT
1093         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1094
1095 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1096
1097         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1098         bv_->owner(), bv_->buffer() by direct references to the private
1099         members.
1100         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1101         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1102         (fitCursor): center() is in BufferView::Pimpl.
1103         (getStatus, trackChanges, dispatch): no need for a temporary buf
1104         variable
1105         (fitCursor, workAreaDispatch): use workarea().workheight()
1106
1107 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1108
1109         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1110
1111 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1112
1113         * buffer.C: format up to 241.
1114         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1115         break if pasting into ERT
1116         * lyxfunc.C (getStatus): suppress mathpanel and
1117         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1118
1119 2005-02-01  Angus Leeming  <leeming@lyx.org>
1120
1121         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1122
1123 2005-02-01  Angus Leeming  <leeming@lyx.org>
1124
1125         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1126         calling fs::is_directory().
1127
1128 2005-01-31  Angus Leeming  <leeming@lyx.org>
1129
1130         * lyx_main.C (priv_exec): specify explicitly the relative location
1131         of the top level build directory when run in-place.
1132
1133 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1134
1135         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1136         LyXText containing the cursor, not the top-level one.
1137
1138         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1139         true.
1140         (insertStringAsLines): rename par to pit; use temporary variable
1141         par to hold a Paragraph; do not store par.layout() in a variable,
1142         since the pointer may die when breaking paragraphs; pass pars to
1143         breakParagraph() instead of Buffer::paragraphs().
1144
1145 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1146
1147         * lyxlex_pimpl.h: #include <fstream>.
1148
1149         * BufferView.[Ch] (getLyXText): add a const version.
1150
1151         * BufferView_pimpl.C: add debug aids.
1152
1153         * RowList_fwd.h:
1154         * buffer.h:
1155         * lyxrow.h:
1156         * paragraph_funcs.h: add commentary explaining what the class does.
1157
1158
1159         * coordcache.[Ch]: add lots of commentary.
1160         (startUpdating, doneUpdating): debug aids.
1161         (arrays, insets, parPos, getParPos): accessors to private data.
1162
1163         * cursor_slice.[Ch] (text): add a const version.
1164         * dociterator.[Ch] (text, innerText): add const versions.
1165
1166         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1167         bool.
1168
1169         * paragraph.C (getRow, pos2ros): add asserts.
1170
1171         * paragraph.h: add commentary. Lots of.
1172
1173         * paragraph.[Ch] (metrucs, draw): removed.
1174
1175         * cursor.C:
1176         * rowpainter.[Ch]: const-correct changes.
1177
1178         * text.C: various obvious clean-ups. Removal of ancient cruft.
1179         Bug fixes, even.
1180
1181 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1182
1183         * vc-backend.C (find_file): rewrite to use boost.filesystem
1184         (scanMaster): ditto
1185
1186         * main.C (main): set default name check for boost.filesystem to
1187         no check
1188
1189         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1190         (open): ditto
1191         (doImport): ditto
1192         (actOnUpdatedPrefs): ditto
1193
1194         * lyx_main.C (init): rewrite to use boost.filesystem
1195         (queryUserLyXDir): ditto
1196
1197         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1198         (getContentsOfAsciiFile): ditto
1199
1200         * lastfiles.C (readFile): rewrite to use boost.filesystem
1201
1202         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1203
1204         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1205         (loadLyXFile): ditto
1206
1207         * buffer.C (Buffer): adjust for destroydir
1208         (getLogName): rewrite to use boost.filesystem
1209         (setFileName): ditto
1210         (save): use fs::copy_file (from fs_extras)
1211
1212         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1213
1214         * LaTeX.C (run): rewrite to use boost.filesystem
1215         (scanAuxFiles): ditto
1216         (handleFoundFile): ditto
1217
1218 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1219
1220         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1221
1222         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1223
1224 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1225
1226         * lyxlayout.[Ch]: change some vars from float to double
1227
1228         * buffer.C (readFile): make a local var const
1229
1230         * Several files: use convert<> instead of atoi,strToXXX and friends
1231
1232 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1233
1234         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1235         holds the contents of packages.lst. New functions getAvailable
1236         and isAvailable to parse and check that list, resp.
1237
1238         * LyXAction.C:
1239         * lfuns.h:
1240         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1241
1242         * bufferparams.[Ch]: new param output_changes.
1243
1244         * Buffer.C: increase file format to 240.
1245         Use output_changes and isVailable.
1246
1247         * changes.[Ch]:
1248         * paragraph.C:
1249         * paragraph_pimpl.C: Use output_changes and isVailable.
1250
1251 2005-01-23  Angus Leeming  <leeming@lyx.org>
1252
1253         * output_latex.C: #include "insetbibitem.h", rather than
1254         forward declare function bibitemWidest.
1255
1256 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1257
1258         * lyx_main.C (init): make it compile on the Mac.
1259
1260 2005-01-20  Angus Leeming  <leeming@lyx.org>
1261
1262         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1263         (setLyXMisc): (char string literal) != (char string literal) is
1264         performing a comparison on the addresses. Convert one operand
1265         explicitly to string to guarantee expected behaviour.
1266         From MSVC warning.
1267
1268 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1269
1270         * buffer.C:
1271         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1272
1273         * output_plaintext.C: remove unneeded #include gzstream.h.
1274
1275 2005-01-20  Angus Leeming  <leeming@lyx.org>
1276
1277         * SpellBase.h: rename some of the elements of the Result enum.
1278
1279         * aspell_local.h:
1280         * ispell.h:
1281         * pspell.h:
1282         * aspell.C (check):
1283         * ispell.C (check):
1284         * pspell.C (check): ditto
1285
1286 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1287
1288         * buffer.C: add #include <fstream>.
1289
1290         * lyx_main.C (init): Compile fix.
1291
1292         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1293
1294 2005-01-20  Angus Leeming  <leeming@lyx.org>
1295
1296         * mover.h: change commentary to reflect the changed meaning of
1297         the $$s placeholder.
1298
1299 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1300
1301         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1302
1303         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1304
1305 2005-01-20  Angus Leeming  <leeming@lyx.org>
1306
1307         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1308         printing diagnostic data by not dereferecing an iterator past the
1309         end.
1310
1311 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1312
1313         * buffer.C (readHeader): use "&&" rather than "and".
1314
1315         * lyxserver.h (inPipeName, outPipeName): make these const.
1316
1317 2005-01-19  Angus Leeming  <leeming@lyx.org>
1318
1319         * lyx_main.C (error_handler, init): protect SIGHUP with
1320         #ifdef SIGHUP guards.
1321
1322 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1323
1324         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1325
1326 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1327
1328         * text.C (setHeightOfRow): add a margin at the top and bottom of
1329         the document (bug 1761)
1330
1331 2005-01-17  Angus Leeming  <leeming@lyx.org>
1332
1333         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1334         with "python ". Workaround for a brain-dead Windows.
1335
1336 2005-01-16  Angus Leeming  <leeming@lyx.org>
1337
1338         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1339         for MacOSX and Windows to use prependEnvPath.
1340         Strip out the hard-coded block to add elements to the PATH for
1341         MacOSX and replace it with a call to prependEnvPath using the
1342         contents of LyXRC::path_prefix.
1343         (queryUserLyXDir): strip out the code to run reconfigure, instead
1344         returning a boolean indicating the necessity to do so.
1345         (reconfigureUserLyXDir): contains the code to reconfigure the
1346         user support directory. Is now called after the various LyXRC data
1347         files have been read.
1348
1349         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1350
1351 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1352
1353         * converter.[Ch] (convert): take a new parameter try_default. Use
1354         a default converter (imagemagick) if try_default is true.
1355
1356 2005-01-13  Angus Leeming  <leeming@lyx.org>
1357
1358         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1359         os::cygwin_path_fix.
1360         (write): output LyXRC::cygwin_path_fix as necessary.
1361
1362 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1363
1364         * lyxrc.h:
1365         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1366
1367 2005-01-12  Angus Leeming  <leeming@lyx.org>
1368
1369         * lyx_main.C (init): set the PATH variable to include the
1370         directory containing the LyX binary when running on Mac or Windows.
1371
1372 2005-01-12  Angus Leeming  <leeming@lyx.org>
1373
1374         * lyx_main.C (init): remove cruft that purports to set the locale
1375         dir. It doesn't and is not needed anyway.
1376
1377 2005-01-10  Angus Leeming  <leeming@lyx.org>
1378
1379         * Makefile.am: remove the lyx_main.C special casing.
1380
1381         * BufferView_pimpl.C:
1382         * bufferlist.C:
1383         * exporter.C:
1384         * lyx_cb.C:
1385         * lyx_main.C:
1386         * lyxfunc.C:
1387         * messages.C: use support/package.h to provide the paths to the
1388         various directories used by LyX.
1389
1390 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1391
1392         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1393         layout if pasting into an empty paragraph)
1394
1395 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1396
1397         * tex-accent.C: add <string>
1398
1399 2005-01-06  José Matos  <jamatos@lyx.org>
1400
1401         * ParagraphParameters.C (write): put every parameter in its own line.
1402         * paragraph.C (write): reduce number of consecutive empty lines exported.
1403         * buffer.C (LYX_FORMAT): increase file format to 239.
1404
1405 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1406
1407         * everywhere: change support/tostr.h -> support/convert.h
1408
1409         * tabular.C: make all write_attributes templates, tostr -> convert
1410
1411         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1412         (emptyTag): and -> &&, and fix type for ret from getChar
1413         (getFirstWord): fix type for ret from getChar
1414         (onlyText): and -> &&
1415         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1416         getChar
1417
1418         * toc.C (goTo, action):
1419         * text3.C (dispatch):
1420         * text.C (currentState):
1421         * tex-accent.C (DoAccent):
1422         * sgml.C:
1423         * lyxrc.C:
1424         * lyxfunc.C (menuNew):
1425         * lyxfinc.C (replace):
1426         * counters.C (laberItem):
1427         * bufferview_funcs.C (font2string):
1428         * bufferparams.C (writeFile):
1429         * buffer.C (readFile):
1430         * Spacing.C (set):
1431         * MenuBackend.C: tostr -> convert
1432
1433         * LaTeX.C (runMessage): fix format
1434         (scanAuxFiles): tostr -> convert
1435
1436         * BufferView_pimpl.C (savePosition): fix format
1437         (restorePosition): ditto
1438         (dispatch): ditto
1439
1440 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1441
1442         * Spacing.[Ch]: New method getValueAsString().
1443
1444         * Spacing.[Ch]:
1445         * bufferparams.C:
1446         * ParagraphParameters.C:
1447         * lyxlayout.C:
1448         * text.C:
1449         * text3.C: store/read spacing value as string.
1450
1451         * rowpainter.C: change float value (spacing_val) to double.
1452
1453         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1454         broken custom document spacing).
1455
1456 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1457
1458         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1459         namespace, also more use of temp references and const
1460
1461         * cursor.[Ch] (getStatus): move to lyxfunc.C
1462
1463         * bufferparams.C: reformat slightly
1464
1465         * bufferview_funcs.C (font2string): constify arg
1466
1467         * changes.C:
1468         * converter.C:
1469         * counters.C:
1470         * bufferlist.C:
1471         * buffer_funcs.C: (many funcs): constify arg on function
1472         definitions, also make more local vars const, also add ASSERTS on
1473         pointer args.
1474
1475         * buffer.C (LYX_FORMAT): put const in correct place
1476         (many funcs): constify arg on function definitions, also make
1477         more local vars const
1478
1479         * aspell_local.h: remove "struct" from typdef setup
1480
1481         * aspell.C (check): make word_ok const
1482         (nextMiss): simplify slightly
1483         (error): ditto
1484
1485 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1486
1487         * lyxrc.[Ch]: store all float values as strings.
1488         use int (not float) for lyxrc.dpi.
1489
1490 2005-01-04  Angus Leeming  <leeming@lyx.org>
1491
1492         * lyx_cb.C (Reconfigure):
1493         * lyx_main.C (queryUserLyXDir):
1494         to run the <system_lyxdir>/configure correctly on Windows, prefix
1495         the path to the script with "sh " when generating the string that
1496         is passed to system().
1497
1498 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1499
1500         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1501
1502 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1503
1504         * lyxlength.C (asLatexString): get rid of setprecision
1505
1506 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1507
1508         * text2.C (setLayout): remove unused variable endpit.
1509         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1510
1511         * paragraph.C (onlyText): remove unused variable style.
1512
1513         * cursor.C (bruteFind): remove unused variables beg and end.
1514
1515         * Makefile.am (dist_noinset_DATA): not needed anymore
1516
1517         * cheaders/*: remove.
1518
1519 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1520
1521         * text3.C: fix LFUN_MATH_MODE.
1522
1523 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1524
1525         * buffer_funcs.C (countWords): new function. Counts words between
1526         two iterators.
1527
1528         * BufferView_pimpl.C (getStatus, dispatch): handle
1529         LFUN_WORDS_COUNT.
1530
1531         * LyXAction.C (init):
1532         * lfuns.h: add LFUN_WORDS_COUNT.
1533
1534 2004-12-19  Angus Leeming  <leeming@lyx.org>
1535
1536         * buffer.C (save): s/slashify_path/internal_path/.
1537
1538 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1539
1540         * lyxfind.C (findChange): do not search for end of pars, because
1541         the change tracker cannot handle this (fixes bug 1719).
1542
1543 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1544
1545         * paragraph.[Ch] (autoBreakRows): remove
1546
1547         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1548
1549         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1550         avoid using the paragraph one
1551
1552         * text2.C (LyXText, insertStringAsLines): adjust
1553
1554 2004-12-16  Angus Leeming  <leeming@lyx.org>
1555
1556         * bufferlist.C:
1557         * lyx_main.C:
1558         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1559
1560 2004-12-14  Angus Leeming  <leeming@lyx.org>
1561
1562         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1563
1564         * bufferlist.C (emergencyWrite):
1565         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1566         GetEnvPath("HOME").
1567
1568 2004-12-14  Angus Leeming  <leeming@lyx.org>
1569
1570         * main.C: (main): no longer pass pointers to os::init.
1571
1572 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1573
1574         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1575         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1576
1577 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1578
1579         * lyxfunc.C:
1580         * text3.C: remove selection_possible global flag
1581
1582 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1583
1584         * text2.C (getSelectionSpan): remove
1585         (changeDepth, changeDepthAllowed): adjust
1586
1587 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1588
1589         * Makefile.am (BOOST_LIBS): use boost variables
1590
1591 2004-12-03  José Matos  <jamatos@lyx.org>
1592
1593         * buffer.C: format up to 238.
1594
1595 2004-12-03  José Matos  <jamatos@lyx.org>
1596
1597         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1598
1599 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1600
1601         * cursor.C (goUpDown): remove call to idxUpDown2
1602
1603 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1604
1605         * tabular.[Ch]: use size_t-like types for cell, row and column
1606         indices
1607
1608 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1609
1610         * lyxfunc.C (getStatus): do not lose previous information when
1611         calling BufferView::getStatus; do not set a default "Command
1612         disabled" message at the beginning, but just before returning.
1613
1614 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1615
1616         * cursor.h (getStatus): add better comment from src/cursor.C
1617
1618 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1619
1620         * text3.C (getStatus): return false when the lfun is not handled
1621
1622 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1623
1624         * broken_headers.h: remove
1625
1626         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1627
1628 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1629
1630         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1631         offset_ref accessors
1632
1633         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1634         top_y_, merge fitcursor with update
1635         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1636         coord scheme
1637         (metrics): introduce
1638         (workAreaDispatch): adapt to new coord scheme
1639         (redoCurrentBuffer): remove
1640
1641         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1642
1643         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1644         CurStatus enum.
1645
1646         * coordcache.[Ch]: add paragraph cache and helpers
1647
1648         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1649         adjust everywhere
1650
1651         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1652         (targetX, setTargetX): introduce
1653
1654         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1655         baseline -> ascent, as the rest of lyx
1656
1657         * lyxtext.h: remove redoParagraphs, updateParPositions,
1658         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1659         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1660         have ascent/descent (ascent is ascent of first par)
1661
1662         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1663         step of BufferView
1664
1665         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1666
1667         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1668
1669         * pariterator.C: fix infinite loop introduced in par->pit renaming
1670
1671         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1672         in insets and LyXText, draw two off-screen paragraphs using
1673         NullPainter, and adapt to new coord scheme
1674
1675         * text.C:
1676         * text2.C:
1677         * text3.C: adapt lfun handlers to the new coord scheme, which
1678         means: there's only guaranteed coord information for onscreen pars
1679         plus one above and one below. This implies that one can do search
1680         from y coordinates in the range [-1,workHeight]
1681
1682 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1683
1684         * rename a lot of InsetOld to InsetBase
1685
1686 2004-11-25  Angus Leeming  <leeming@lyx.org>
1687
1688         * BufferView_pimpl.C:
1689         * lyx_cb.C:
1690         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1691
1692 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1693
1694         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1695         call BufferView::getStatus if LCursor::getStatus did nothing
1696         (setStatusMessage, getStatusMessage): removed.
1697
1698         * FuncStatus.C (message): new methods. Used to provide an error
1699         message indicating why a command is disabled.
1700         (clear, |=, FuncStatus): update for message.
1701
1702 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1703
1704         * lyxfunc.C (dispatch): always call sendDispatchMessage
1705
1706 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1707
1708         * BufferView.C:
1709         * BufferView_pimpl.C:
1710         * CutAndPaste.C:
1711         * FontIterator.C:
1712         * buffer.C:
1713         * cursor.C:
1714         * cursor_slice.[Ch]:
1715         * dociterator.[Ch]:
1716         * lyxfind.C:
1717         * paragraph_funcs.C:
1718         * pariterator.C:
1719         * rowpainter.C:
1720         * text.C:
1721         * text2.C:
1722         * text3.C:
1723         * undo.C: par->pit renaming
1724
1725 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1726
1727         * tabular.C (cellstruct): use initialization, store a shared_ptr
1728         to insettext instead of the insettext directly, adjust to fit.
1729         (operator=):  new function
1730         (swap): new function
1731         (rowstruct): use initialization
1732         (columnstruct): use initialization
1733         (ltType): use initialization
1734
1735
1736         * lyxlength.h (swap): new function
1737
1738         * LColor.[Ch] (operator=): use the common semantics
1739
1740 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1741
1742         * lyxfind.C (findNextChange): update the bufferview after setting
1743         the selection.
1744
1745 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1746
1747         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1748         number of InsetOptArgs has already been inserted.
1749
1750         * output_latex.C (latexOptArgInsets): new method. This outputs all
1751         the optarg insets, up to the limit defined in the layout file.
1752         (optArgInset): removed
1753         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1754
1755 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1756
1757         * paragraph.C (isLetter): remove special spellchecker-related
1758         code; return true also for digits
1759         (isWord, isKomma): remove
1760
1761         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1762         * lyxfind.C (MatchString()): use isLetter instead of isWord
1763
1764 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1765
1766         * pariterator.h (operatir=): comment out un-implemented member
1767         function.
1768
1769         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1770         static cast.
1771
1772 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1773
1774         * lyxfont.h: include LColor.h to satisfy concept checks.
1775
1776 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1777
1778         * pariterator.h: add typdefs for value_type, difference_type,
1779         pointer and reference to satisfy concept checks. Also add default
1780         constructor for same reason.
1781
1782         * pariterator.C (operator++): add post-increment operator to
1783         satisfy concept checks.
1784
1785         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1786         checks.
1787
1788         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1789
1790         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1791         checks. Also rename base_type to BaseType to follow naming
1792         standard better.
1793
1794         * FloatList.h: include Floating.h to satisfy concept checks.
1795
1796 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1797
1798         * lyxfunc.C (getStatus): when the origin of the request is menu or
1799         toolbar, and the LyXView does not have focus, do as if there was
1800         no buffer (bug 1720)
1801
1802         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1803         FuncRequest to individual entries of LFUN_SEQUENCE
1804
1805 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1806
1807         * output_latex.C (TeXOnePar): override runparams.moving_arg
1808         according to the needprotect value of the current paragraph (bug
1809         1739)
1810
1811         * paragraph.C (simpleTeXOnePar): no need to override
1812         runparams.moving_args here
1813
1814 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1815
1816         * vspace.C: fix off-by-one-error, related to fix #1682
1817
1818 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1819
1820         * lengthcommon.C: a more general fix for bug 1682
1821
1822 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1823
1824         * text.C (backspace): fix crash
1825
1826 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1827
1828         * format.[Ch] (getFormatFromFile): new method
1829         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1830
1831 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1832
1833         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1834
1835 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1836
1837         * lyxfunc.C (dispatch): remove the verbose argument
1838         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1839         instead
1840
1841         * kbmap.C (defkey): set the origin of func to KEYBOARD
1842
1843         * MenuBackend.C (MenuItem):
1844         * ToolbarBackend.C (add): set the origin of func to UI
1845
1846         * funcrequest.[Ch]: add origin member, which indicates which part
1847         of LyX requests an action
1848
1849 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1850
1851         * converter.C (move): don't lie in the error message
1852         * converter.h (isReachable, move): document
1853
1854 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1855
1856         * buffer.C: remove unused using lyx::support::atoi
1857         * paragraph_funcs.C: ditto
1858
1859 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1860
1861         * bufferlist.C (exists): use bind and equal_to instead of
1862         compare_memfun
1863         (getBuffer): ditto
1864         * lyxtextclasslist.C (NumberOfClass): ditto
1865
1866         * cursor.C (insert): use for_each instead of explicit for loop
1867
1868         * bufferlist.C (getFileNames): use std::transform and
1869         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1870
1871         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1872         for loop
1873
1874         * buffer.C (changeLanguage): use for_each instead of explicit for
1875         loop
1876         (hasParWithID): implement using getParFromID
1877
1878         * LaTeXFeatures.C: ws change only
1879
1880         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1881         to cleanup a bit.
1882
1883         * BufferView_pimpl.C (trackChanges): use for_each instead of
1884         expilicit for loop
1885
1886 2004-11-04  André Pönitz  <poenitz@gmx.net>
1887
1888         * undo.h:
1889         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1890
1891         * dociterator.C (asDocIterator): use hard assert again.
1892
1893 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1894
1895         * lyxlength.C (asLatexString): rewrite so that it does not use
1896         snprintf anymore
1897
1898 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1899
1900         * text3.C (specialChar, dispatch): make sure cursor moves to the
1901         right after inserting an inset
1902
1903 2004-11-02  José Matos  <jamatos@lyx.org>
1904
1905         * output_docbook.C (docbook):
1906         * paragraph.C (getID):
1907         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1908         garantee that the output is always legal.
1909
1910         * tabular.C (docbook):
1911         * outputprams.[Ch]: remove mixed contents.
1912
1913 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1914
1915         * text2.C (setCounter): prevent endless loop
1916
1917 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1918
1919         * exporter.C (copyFile): use the mover instead of support::copy()
1920         * exporter.C (Export): pass format and latex name to copyFile()
1921         * exporter.h (addExternalFile): document
1922         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1923
1924 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1925
1926         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1927
1928 2004-10-30  José Matos  <jamatos@lyx.org>
1929
1930         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1931         text and no inset or font change. This allows to use CDATA
1932         sections just for the whole paragraph.
1933
1934 2004-10-30  José Matos  <jamatos@lyx.org>
1935
1936         * paragraph.C (getFirstWord): remove unused variable.
1937
1938 2004-10-30  José Matos  <jamatos@lyx.org>
1939
1940         * paragraph.C (getFirstWord): the content should always be escaped
1941         there.
1942         (simpleDocBookOnePar):
1943         * output_docbook.C (makeEnvironment): replace reference to CDATA
1944         to style pass_thru.
1945
1946 2004-10-30  José Matos  <jamatos@lyx.org>
1947
1948         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1949
1950 2004-10-30  José Matos  <jamatos@lyx.org>
1951
1952         * output_docbook.C (makeParagraphs):
1953         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1954         standard paragraph has only a given type of content drop the wrapper.
1955
1956 2004-10-29  José Matos  <jamatos@lyx.org>
1957
1958         * output_docbook.C (makeEnvironment):
1959         * sgml.C (openTag):
1960         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1961
1962 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1963
1964         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1965         (cleanID): sanitize any id.
1966
1967 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1968
1969         * buffer.C, lyxlex_pimpl.C:
1970         * lyxlex_pimpl.C (setFile):
1971         s/getExtFromContents/getFormatFromContents/
1972
1973 2004-10-28  José Matos  <jamatos@lyx.org>
1974
1975         * output_docbook.C (makeEnvironment): move id to broadest possible
1976         scope.
1977
1978         * sgml.C (openTag): apply substitution of <> for all attributes.
1979
1980 2004-10-28  José Matos  <jamatos@lyx.org>
1981
1982         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1983         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1984         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1985
1986         * sgml.[Ch]: new version for open and closeTag for paragraph and
1987         for strings. Now they handle the ids of paragraphs.
1988
1989 2004-10-26  Angus Leeming  <leeming@lyx.org>
1990
1991         * Makefile.am: add mover.[Ch].
1992
1993         * converter.C (convert, move): use the new Movers to move external
1994         files to the temp directory.
1995
1996         * lyx_main.C (init): ensure that the global system_movers data
1997         is initialised.
1998
1999         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2000         preferences file.
2001
2002         * mover.[Ch]: new files, defining a Mover as a utility to move an
2003         external file between directories and, if necessary, manipulate this
2004         file using a helper script.
2005
2006 2004-10-25  José Matos  <jamatos@lyx.org>
2007
2008         * output_docbook.C (makeCommand): merge two if's that tested the
2009         same condition.
2010
2011 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2012
2013         * sgml.C (escapeString): fix warning in a better way
2014
2015 2004-10-25  José Matos  <jamatos@lyx.org>
2016
2017         * sgml.C (escapeString): import the require boosts header file for
2018         tie, and avoid a signed unsigned comparison.
2019
2020 2004-10-25  José Matos  <jamatos@lyx.org>
2021
2022         * sgml.h: add #include <string>
2023
2024 2004-10-25  José Matos  <jamatos@lyx.org>
2025
2026         * sgml.[Ch] (escapeString): new function to escape all the string.
2027
2028 2004-10-24  José Matos  <jamatos@lyx.org>
2029
2030         * paragraph.[Ch] (getFirstWord): new function to get the first
2031         word. Useful for description.
2032         (simpleDocBookOnePar): remove depth argument, add another that
2033         says where to start the paragraph.
2034
2035         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2036         use the new functions to fix cleanly the support for descriptions.
2037
2038 2004-10-24  José Matos  <jamatos@lyx.org>
2039
2040         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2041         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2042         * output_linuxdoc.C (linuxdocParagraphs):
2043         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2044         add buffer as argument.
2045
2046 2004-10-24  José Matos  <jamatos@lyx.org>
2047
2048         * output_docbook.C (makeEnvironment, searchEnvironment): place
2049         CDATA inside paragraphs and fix scope for listitems.
2050
2051 2004-10-24  José Matos  <jamatos@lyx.org>
2052
2053         * output_docbook.C: remove using statement for stack.
2054
2055 2004-10-23  José Matos  <jamatos@lyx.org>
2056
2057         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2058         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2059         docbook. The new scheme is recursive and makes use of iterators, the
2060         same as latex export works.
2061         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2062         directly with the paragraph contents. This code was moved up to
2063         output_docbook.C (docbookParagraphs).
2064         * sgml.C (openTag, closeTag): removed unneeded newlines.
2065         (closeEnvTags) removed.
2066
2067 2004-10-23  André Pönitz  <poenitz@gmx.net>
2068
2069         * undo.C (textUndoOrRedo):
2070         * dociterator.C (asDocIterator): work around crash
2071
2072         * cursor.C (getStatus): replace ASSERT by more verbose error message
2073           and manual correction of the problem. Should increase stability
2074           while providing more sensible information.
2075
2076 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2077
2078         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2079
2080         * bufferlist.C (previous, next): new methods
2081
2082         * lfuns.h:
2083         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2084
2085 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2086
2087         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2088         entities to preamble.
2089
2090 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2091
2092         * messages.C (Pimpl): strip off translation context information
2093
2094 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2095
2096         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2097         the cursor is correct (bug 1694)
2098
2099 2004-10-13  José Matos  <jamatos@lyx.org>
2100
2101         * output_docbook.C (docbookParagraphs): fix closing tags in the
2102         end of the document.
2103
2104 2004-10-09  José Matos  <jamatos@lyx.org>
2105
2106         * buffer.C: format up to 237.
2107         * bufferparams.C (write): use tostr to convert booleans to strings.
2108
2109 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2110
2111         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2112
2113 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2114
2115         * LaTeX.C: implement use of babel language in xindy.
2116
2117 2004-10-05  José Matos  <jamatos@lyx.org>
2118
2119         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2120         Add new translators to help reading and writing the lyx file.
2121
2122 2004-10-05  José Matos  <jamatos@lyx.org>
2123
2124         * ParagraphParameters.C (read):
2125         * text.C (readParToken): replace nexToken by more appropriate lex
2126         methods.
2127
2128 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2129
2130         * LaTeX.C (runMakeIndex):
2131         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2132         (usually 'makeindex') configurable.
2133
2134         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2135         with a variable rather than with a number.
2136
2137 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2138
2139         * output_latex.C (TeXOnePar): make sure font setting is the first
2140         thing that gets output (and the last at the end). Should fix bug
2141         1404.
2142
2143 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2144
2145         * pch.h: use proper signal include
2146
2147         * LaTeX.h: Use preferred calling of Boost.Signal
2148         * buffer.h: ditto
2149
2150 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2151
2152         * pch.h: dont include <boost/function/function0.hpp>
2153
2154         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2155
2156         * paragraph_pimpl.h: remove usage of ShareContainer
2157
2158         * paragraph_pimpl.C: remove initialization of ShareContainer.
2159
2160 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2161
2162         Fix bug #1666
2163
2164         * BufferView.C (putSelectionAt): change the semantics when
2165         backwards == true: now, this just swaps cursor and anchor wrt the
2166         forward case
2167
2168         * BufferView.h (putSelectionAt): add some documentation
2169
2170         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2171         make sure backwardChar is done at least once (to avoid getting
2172         stuck)
2173         (findNextChange): use putSelectionAt in the forward direction
2174         (operator()): use Paragraph::isWord
2175
2176 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2177
2178         * Spacing.C (set): c_str fix
2179
2180 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2181
2182         * lyx_cb.C (Reconfigure): quote the name of configure script in
2183         case it contains spaces
2184
2185 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2186
2187         * client: new dir
2188
2189         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2190         (BOOST_LIBS): use top_buildir when looking for the file
2191
2192 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2193
2194         * pch.h: do not use include boost/format.hpp, multiple symbols
2195                 will result (gcc bug)
2196
2197
2198 2004-08-23  José Matos  <jamatos@lyx.org>
2199
2200         * bufferparams.C (readToken): fix reading of the author field.
2201
2202 2004-08-20  José Matos  <jamatos@lyx.org>
2203
2204         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2205
2206 2004-08-20  José Matos  <jamatos@lyx.org>
2207
2208         * lyxlex.[Ch] (findToken): remove function.
2209
2210         * ParagraphParameters.C (findToken):
2211         * bufferparams.C (findToken): replace call for previous function
2212         with local copy. This local function has one more argument, the
2213         read string argument.
2214
2215 2004-08-16  José Matos  <jamatos@lyx.org>
2216
2217         * ParagraphParameters.C (write):
2218         * Spacing.C (writeFile):
2219         * bufferparams.C (writeLaTeX):
2220         * lyx_cb.C (Reconfigure):
2221         * paragraph.C (write):
2222         * tabular.C (write): remove unnecessary space at end of line.
2223
2224
2225 2004-08-16  José Matos  <jamatos@lyx.org>
2226
2227         * text.C (readParagraph): remove debug message.
2228
2229 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2230
2231         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2232         crash
2233
2234         * output_plaintext.C (asciiParagraph): set depth correctly
2235
2236         * outputparams.h: add member depth
2237
2238         * paragraph_funcs.C (ownerPar): remove.
2239
2240         * text2.C (setCounter): remove first_pit; comment out some
2241         non-working code that uses ownerPar
2242
2243         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2244         uses ownerPar
2245
2246 2004-08-16  José Matos  <jamatos@lyx.org>
2247
2248         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2249         For the same level of importance use the same chanel to report problems.
2250         (read): add code to deal with \begin_body and \end_body.
2251
2252
2253 2004-08-15  José Matos  <jamatos@lyx.org>
2254
2255         * lyxlex.C (getString): fix comment, buffer::readBody is now
2256         buffer:readDocument.
2257
2258         * tex-strings.C (string_papersize): Default -> default,
2259         Custom -> custom, for consistency with other options.
2260
2261 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2262
2263         * pch.h: new file
2264
2265         * Makefile.am: support pch
2266
2267 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2268
2269         * text.C (readParToken): remove the static LyXFont variable and
2270         pass it as a parameter instead. This fixes a nasty bug where an
2271         inset will be inserted with a bad font in some situations
2272         (readParagraph): adapt
2273
2274         * text2.C (setCounter): reduce number of calls to pars_[pit]
2275
2276         * text.C (singleWidth): add an assert, fix a test
2277
2278         * rowpainter.C (paintText): reduce number of calls to singleWidth
2279
2280         * paragraph.C (isHfill):
2281         (isNewline): ws only
2282
2283 2004-08-14  André Pönitz  <poenitz@gmx.net>
2284
2285         * text.C:
2286         * text2.C:
2287         * rowpainter.C:
2288         * lyxtext.h (several functions): use a Paragraph & argument
2289         instead of par_type
2290
2291 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2292
2293         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2294
2295         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2296
2297         * text.C (singleWidth): remove useless test
2298
2299 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2300
2301         * tabular.h: remove bogus comments
2302
2303         * tabular.C (getDescentOfRow):
2304         (isPartOfMultiColumn): add assertions
2305
2306         * lyxlength.C (inPixels): remove #warning
2307
2308 2004-08-14  André Pönitz  <poenitz@gmx.net>
2309
2310         * paragraph.h: inline getChar()
2311
2312         * BufferView.h: remove unused declarations
2313
2314 2004-08-14  José Matos  <jamatos@lyx.org>
2315
2316         * Buffer.[Ch] (readDocument): new name for old readBody.
2317         * Buffer.C: new file format, new keywords: \begin_document,
2318         \begin_header, \begin_body, \end_body.
2319
2320         * bufferparams.C (readToken): replace all calls to lex.nextToken
2321         by lex.next(). Do the same to eatLine except where really needed.
2322
2323         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2324         line when writing to the lyx file.
2325
2326         * output_plaintext.C (asciiParagraph): fix Bibliography style
2327         handling.
2328
2329         * text.C (read): fix end of file handling.
2330
2331 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2332
2333         * MenuBackend.C (Menu::operator[]): new method to access
2334         individual menu items
2335         (Menu::hasFunc): new method. search for an item that corresponds
2336         to a given func
2337         (MenuBackend::specialMenu): new method
2338         (MenuBackend::expand): if a special menu has been set, skip
2339         entries whose func() appears in this menu
2340
2341 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2342
2343         * text3.C: use Debug::DEBUG a bit more
2344
2345         * text.C (leftMargin): try to simplify a tiny bit change var x to
2346         l_margin. Dont output the wide margins always.
2347         (rightMargin): no margin in inner texts
2348
2349         * rowpainter.h (nestMargin): new func
2350         (changebarMargin): new func
2351         (rightMargin): new func
2352
2353         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2354         now functions.
2355         (paintLast): ditto
2356
2357         * factory.C (createInset): modify setDrawFrame
2358
2359         * cursor.C: use Debug::DEBUG a bit more
2360
2361 2004-08-14  André Pönitz  <poenitz@gmx.net>
2362
2363         * coordcache.[Ch]:
2364         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2365         cache for all insets in (at least partially) visible (top-level)
2366         paragraphs.
2367
2368         * BufferView_pimpl.C: reset external coord cache before every update.
2369         This means the coord cache only contains valid entries.
2370
2371 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2372
2373         bug 1096
2374         * BufferView_pimpl.C (getInsetByCode): move function out of class
2375         and change in to a template in anon namespace. Also fix to do what
2376         suits us better.
2377
2378 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2379
2380         bug 1305
2381         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2382         of char
2383         (breakParagraph): rename par to par_offset and use a local
2384         reference. Add code to keep the language over a rebreak.
2385         (breakParagraphConservative): rename par to par_offset, use a
2386         local reference
2387         (mergeParagraph): ditto
2388         (outerHook): ditto
2389         (isFirstInSequence): ditto
2390         (outerFont): rename pit to par_offset
2391
2392         * paragraph.C: ws change
2393         * paragraph.h: ditto
2394         * text3.C: ditto
2395         * text.C: ditto
2396
2397 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2398
2399         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2400         treatment for ']'
2401
2402         * paragraph.C (simpleTeXOnePar): when we have a \item with
2403         optional argument, enclose the argument with curly brackets (in
2404         case it contains a closing square bracket)
2405
2406         * text2.C (editXY):
2407         * text2.C (editXY):
2408         * text3.C (checkInsetHit): constify
2409
2410 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2411
2412         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2413         documents (bug 1629)
2414
2415 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2416
2417         Fix toggling of collapsable insets with the mouse (bug 1558)
2418
2419         * lyxfunc.C (dispatch): adapt to LCursor changes
2420
2421         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2422         make sure that dispatch is not invoked twice
2423
2424         * cursor.C (needsUpdate): new method
2425         (dispatch): return void
2426         (result): new method, to access the DispatchResult of the cursor.
2427
2428 2004-08-13  José Matos  <jamatos@lyx.org>
2429
2430         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2431
2432 2004-08-13  André Pönitz  <poenitz@gmx.net>
2433
2434         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2435
2436         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2437           multiple cells
2438
2439 2004-08-12  André Pönitz  <poenitz@gmx.net>
2440
2441         * text3.C: take out the 'cursor right' form insertInset and only
2442         do it in those places when it is really needed. Fixes crash on
2443         C-m...
2444
2445 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2446
2447         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2448
2449         * BufferView_pimpl.C (setBuffer): initialize the current font of
2450         the underlying LyXText
2451
2452 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2453
2454         * kbsequence.C (print): use UI native formatting for menu
2455         shortcuts
2456
2457         * text.C (insertChar): call Paragraph::insertChar with a font
2458         argument (cosmetic)
2459
2460         * paragraph.C (insertInset, insertChar): the version that takes a
2461         LyXFont argument is now a wrapper around the other one (the
2462         opposite used to be true).
2463
2464         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2465         argument. Font setting is done in Paragraph now.
2466
2467 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2468
2469         * outputparams.h: add new members intitle and lang.
2470
2471         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2472         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2473
2474 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2475
2476         * text3.C (dispatch): remove special handling of button 4 and 5,
2477         it is now taken care of in the frontend code.
2478
2479 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2480
2481         * Spacing.h: add <string> (STLPort compile fix)
2482
2483 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2484
2485         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2486
2487 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2488
2489         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2490         to bool.
2491
2492         * converter.C (showMessage): inherit from unary_function, make
2493         operator() const.
2494
2495         * buffer.C (writeFile): initialize retval
2496
2497         * InsetList.h: rename private variable list to list_
2498         * InsetList.[Ch]: adjust accordingly.
2499
2500 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2501
2502         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2503         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2504         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2505         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2506         * ParagraphParameters.C, LaTeXFeatures.C: replace
2507         "support/std_sstream.h" with <sstream>
2508
2509 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2510
2511         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2512         * lyxsocket.C (LyXServerSocket): ditto
2513         (serverCallback): ditto
2514
2515 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2516
2517         * LaTeXFeatures.C: check release date when loading jurabib.
2518
2519 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2520
2521         * lyxserver.C (startPipe): call register_socket_callback
2522         (endPipe): call unregister_socket_callback
2523
2524 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2525
2526         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2527         (LyXServerSocket): register the callback
2528         (LyXServerSocket): unregister the callback
2529         (fd): delete function
2530         (serverCallback): improve error checking and setup the callbacks.
2531         (dataCallback): change arg to fd.
2532         (writeln): new func (copied fro the client socket) used for server
2533         write to client.
2534         (LyXDataSocket): simplify
2535         (~LyXDataSocket): close ann unregiser callback
2536         (server): delete function
2537         (fd): delete function
2538         (readln): small changes, improve some std::string usage
2539         (writeln): constify a bit
2540
2541 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2542
2543         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2544         Qt frontend
2545
2546 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2547
2548         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2549         after it has been populated
2550
2551 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2552
2553         * text2.C (insertInset): move cursor when inserting inset.
2554
2555 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2556
2557         * kbmap.C (findbindings): a couple of new methods. returns a
2558         container of kb_sequence objects. The real work is done by the
2559         private recursive version
2560         (printbindings): uses findbindings to print out a bracketed list
2561         of bindings (renamed from findbinding).
2562
2563         * MenuBackend.C (binding): use kb_keymap::findbindings
2564
2565         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2566
2567 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2568
2569         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2570
2571 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2572
2573         * paragraph.C (isWord): return true on insets that report
2574         isLetter().
2575
2576         * text.C (getWord): use Paragraph::isWord to decide what is in a
2577         word and what is not; fix bug 1609.
2578
2579 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2580
2581         * tex-strings.C: add "none" to string_paperpackages[], fixes
2582         off-by-one-error in the paperpackage selection.
2583
2584         * lyxlex.[Ch]:
2585         * tex-strings.[Ch]: char const * string[n]
2586         -> char const * const string[]
2587
2588 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2589
2590         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2591         command, return early.
2592
2593 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2594
2595         * debug.h: add DEBUG to enum and fix size of ANY.
2596
2597         * debug.C: add support for Debug::DEBUG
2598         (showTags): cast errorTags.level to unsigned int
2599
2600         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2601         (redoCurrentBuffer): ditto
2602         (updateScrollbar): ditto
2603         * cursor.C (dispatch): ditto
2604         * text2.C (setLayout): ditto
2605         (setFont): ditto
2606         (updateCounters): ditto
2607         (editXY): ditto
2608         (deleteEmptyParagraphMechanism): ditto
2609
2610 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2611
2612         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2613         annotations to cleanup the Makefile slightly.
2614
2615 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2616
2617         * lyxrc.C: do not set user_email to a default value but use empty
2618         instead. The entry used to be translated, which does not work
2619         since at the point where lyxrc is constructed there is no
2620         translation service available
2621
2622         * messages.C (getLocaleDir): remove and use directly
2623         lyx_localedir() instead
2624
2625 2004-06-02  Angus Leeming  <leeming@lyx.org>
2626
2627         Fix crash caused by dereferencing null pointer 'exportdata' in
2628         OutputParams by creating a new ExportData variable on the heap,
2629         storing it in a boost::shared_ptr.
2630         The crash was triggered when generating an Instant Preview
2631         of an external inset.
2632
2633         * Makefile.am: add outputparams.C
2634
2635         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2636         (c-tor): allocate memory to it.
2637
2638         * exporter.C (c-tor): associated changes.
2639
2640 2004-06-01  Angus Leeming  <leeming@lyx.org>
2641
2642         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2643         contains data before calling isInset(0). (Bug 1513.)
2644
2645 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2646
2647         * exporter.C (checkOverwrite): new method
2648         * exporter.C (copyFile): new method
2649         * exporter.C (Export): copy referenced files to the document dir
2650         * exporter.[Ch]: new class ExportedFile
2651         * exporter.[Ch]: new class ExportData. Contains currently the
2652         names of referenced external files
2653         * outputparams.h: add exportdata member.
2654
2655 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2656
2657         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2658         version.C-tmp
2659
2660 2004-05-19  Angus Leeming  <leeming@lyx.org>
2661
2662         * LaTeXFeatures.C:
2663         * ToolbarBackend.C:
2664         * bufferparams.C:
2665         * lyxfunc.C: small changes due to the introduction of namespace
2666         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2667
2668 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2669
2670         * text3.C (dispatch): supress update when only moving the cursor
2671         * cursor.C (selHandle): remove commented code
2672
2673 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2674
2675         * paragraph.C (startTeXParParams): correct column count
2676         * CutAndPaste.C (pasteSelection): remove const_cast
2677         * output_docbook.C (docbookParagraphs): remove const_cast
2678         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2679         const_cast and return ParagraphList::const_iterator
2680         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2681         * output_plaintext.C (writeFileAscii): remove const_cast
2682         * paragraph.[Ch] (simpleTeXOnePar): make const
2683         * paragraph_funcs.C (outerPar): use const iterators
2684         * paragraph_pimpl.C (validate): use const iterators
2685         * text.C (setHeightOfRow): use const iterators
2686
2687 2004-05-17  Angus Leeming  <leeming@lyx.org>
2688
2689         * lfuns.h:
2690         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2691
2692         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2693         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2694         if the citation engine has changed.
2695
2696 2004-05-14  José Matos  <jamatos@lyx.org>
2697
2698         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2699         if the textclass does not provide it. Have it different for sgml and
2700         xml.
2701         support the language of document.
2702         * output_docbook.C (docbookParagraphs):
2703         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2704         first anchor as the id of the paragraph, remove special case code.
2705         * sgml.C (escapeChar): escape only < & >.
2706
2707 2004-05-14  Angus Leeming  <leeming@lyx.org>
2708
2709         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2710         dependencies on src/frontends/controllers/biblio.h. Define a
2711         CiteEngine_enum wrapper class to enable the enum to be forward
2712         declared.
2713
2714 2004-05-12  Angus Leeming  <leeming@lyx.org>
2715
2716         * buffer.C: up LYX_FORMAT to 234.
2717         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2718         use_numerical_citations with a single biblio::CiteEngine cite_engine
2719         variable.
2720         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2721
2722 2004-05-13  José Matos  <jamatos@lyx.org>
2723
2724         * converter.h:
2725         * converter.C (Converter, readFlags): add xml member.
2726         * outputparams.h: add XML flavor.
2727         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2728
2729 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2730
2731         * lyxfunc.C (dispatch):
2732         (getStatus): fix handling of LFUN_SEQUENCE
2733
2734 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2735
2736         * debug.C (showLevel): do not forget the end-of-line marker
2737
2738 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2739
2740         * kbmap.C (read): do not stop parsing a bind file when an error
2741         occurs (bug 1575)
2742
2743 2004-04-29  Angus Leeming  <leeming@lyx.org>
2744
2745         * cursor.C:
2746         * factory.C:
2747         * pariterator.C:
2748         * text2.C: wrap a bunch of #warning statements
2749         inside #ifdef WITH_WARNINGS blocks.
2750
2751 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2752
2753         * buffer.C: increment format to 233.
2754
2755 2004-04-28  Angus Leeming  <leeming@lyx.org>
2756
2757         * BufferView_pimpl.C:
2758         * lyxfunc.C:
2759         * text3.C:
2760         s/updateToolbar()/updateToolbars()/
2761         s/Toolbar.h/Toolbars.h/
2762
2763 2004-04-28  Angus Leeming  <leeming@lyx.org>
2764
2765         * BufferView.[Ch] (c-tor):
2766         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2767         No longer passes these data to the WorkArea generator.
2768
2769 2004-04-28  Angus Leeming  <leeming@lyx.org>
2770
2771         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2772
2773 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2774
2775         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2776
2777 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2778
2779         * output_latex.C (TeXEnvironment): make sure that there is a line
2780         break before \end{foo} for the last paragraph of a document
2781         (TeXOnePar): if the paragraph is at the end of the document (or
2782         inset) and the language has to be reset, then make sure that the
2783         line break is _before_ the language command, not after (fixes bug
2784         1225); also make sure that the language reset command is the first
2785         thing after the paragraph (to ensure proper nesting of
2786         environments and thus fix bug 1404)
2787
2788 2004-04-21  John Levon  <levon@movementarian.org>
2789
2790         * ToolbarBackend.h:
2791         * ToolbarBackend.C: make "name" be a programmatic name
2792         and a gui_name field.
2793
2794         * lyxfunc.C: display the minibuffer on M-x
2795
2796 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2797
2798         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2799         (bug 1526)
2800
2801 2004-04-19  Angus Leeming  <leeming@lyx.org>
2802
2803         * BufferView_pimpl.C (setBuffer): changed preview interface.
2804
2805         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2806         possible values.
2807
2808 2004-04-19  John Levon  <levon@movementarian.org>
2809
2810         * BufferView_pimpl.C:
2811         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2812
2813 2004-04-05  Angus Leeming  <leeming@lyx.org>
2814
2815         * text.C (redoParagraphs): add call to updateCounters(), thereby
2816         fixing the missing "Figure #:" label from the caption of a
2817         figure float.
2818
2819 2004-04-13  Angus Leeming  <leeming@lyx.org>
2820
2821         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2822         cursor is clicked out of an inset.
2823
2824 2004-04-13  Angus Leeming  <leeming@lyx.org>
2825
2826         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2827         than an InsetOld one.
2828
2829 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2830
2831         * format.[Ch]: add editor to Format
2832         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2833         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2834
2835 2004-04-08  André Pönitz  <poenitz@gmx.net>
2836
2837         * metricsinfo.h: remove PainterInfo::width member
2838
2839 2004-04-08  Angus Leeming  <leeming@lyx.org>
2840
2841         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2842         "\providecommand" rather than "\newcommand", thereby preventing
2843         clashes with packages that define "\boldsymbol" themselves.
2844         Eg, beamer.
2845
2846 2004-04-08  Angus Leeming  <leeming@lyx.org>
2847
2848         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2849         thereby squashing an unnecessary warning.
2850
2851 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2852
2853         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2854         setBuffer()
2855
2856 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2857
2858         * BufferView.C (setCursor): call redoParagraph (some insets could
2859         have been opened)
2860         (putSelectionAt): remove the 'double update' trick
2861
2862         * BufferView_pimpl.C (fitCursor): call refreshPar
2863         (workAreaDispatch): remove an uneeded update call
2864         (dispatch): remove some manual update calls
2865
2866         * cursor.[Ch]: remove cached_y_, updatePos
2867         (selHandle): set noUpdate when appropriate
2868
2869         * lyxfunc.C (dispatch): track if we need an update
2870
2871         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2872
2873         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2874         (paintSelection): cheap optimization, do not call cursorX when not
2875         needed
2876         (paintPars): change signature
2877         (refreshPar): add
2878         (paintText): adjust
2879         (paintTextInset): adjust
2880
2881         * text.C: adjust
2882
2883 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2884
2885         * lengthcommon.C: compilation fix: remove explicit array size from
2886         unit_name[] and friends
2887
2888 2004-04-05  Angus Leeming  <leeming@lyx.org>
2889
2890         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2891
2892         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2893         present only for the preferences dialog.
2894         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2895
2896 2004-04-05  Angus Leeming  <leeming@lyx.org>
2897
2898         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2899         to enable the frontends to export changes to lyxrc correctly.
2900
2901         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2902
2903 2004-04-07  André Pönitz  <poenitz@gmx.net>
2904
2905         * cursor.[Ch] (selClear, adjust): remove math
2906
2907         * cursor_slice.C: more agressive assert
2908
2909         * lyxfunc.C:
2910         * BufferView_pimpl.C: rework mouse event dispatch
2911
2912         * dociterator.C:
2913         * paragraph.C:
2914         * text2.C:
2915         * text3.C: adjust
2916
2917 2004-04-05  André Pönitz  <poenitz@gmx.net>
2918
2919         * cursor.[Ch] (valign, halign...): remove unneeded functions
2920
2921 2004-04-05  Angus Leeming  <leeming@lyx.org>
2922
2923         * lyxlength.[Ch] (unit_name et al.): const-correct.
2924
2925 2004-04-05  Angus Leeming  <leeming@lyx.org>
2926
2927         * BufferView_pimpl.C:
2928         * buffer.C:
2929         * counters.C:
2930         * cursor.C:
2931         * lyxfunc.C
2932         * paragraph.C:
2933         * pariterator.C:
2934         * text.C:
2935         * text2.C:
2936         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2937
2938 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2939
2940         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2941
2942 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2943
2944         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2945         * BufferView_pimpl.[Ch] (getStatus)
2946         * BufferView.[Ch] (getStatus): add
2947         * lyxfunc.C (getStatus): move lfuns handled in
2948         BufferView::dispatch to te function above
2949         * Cursor.C (setSelection): set selection() = true
2950
2951 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2952
2953         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2954
2955 2004-03-31  Angus Leeming  <leeming@lyx.org>
2956
2957         * lyxfunc.C (dispatch): Fall through to the generic
2958         Dialogs::show("preamble").
2959
2960 2004-03-31  Angus Leeming  <leeming@lyx.org>
2961
2962         * lyxfunc.C (dispatch): Fall through to the generic
2963         Dialogs::show("spellchecker").
2964
2965 2004-03-31  Angus Leeming  <leeming@lyx.org>
2966
2967         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2968         preferences dialog.
2969
2970 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2971
2972         * BufferView.C
2973         * cursor.[Ch]
2974         * dociterator.[Ch]:
2975         * insetiterator.[Ch]:
2976         * lyxfind.C:
2977         * lyxfunc.C:
2978         * pariterator.[Ch]:
2979         * text2.C:
2980         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2981
2982 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2983
2984         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2985         insets where we are putting the cursor.
2986
2987 2004-03-31  Angus Leeming  <leeming@lyx.org>
2988
2989         * lfuns.h:
2990         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2991
2992         * lyxrc.[Ch] (read, write): overloaded member functions taking
2993         a std::[io]stream arguments.
2994
2995         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2996
2997 2004-03-31  Angus Leeming  <leeming@lyx.org>
2998
2999         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3000         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3001
3002         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3003         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3004
3005 2004-03-31  Angus Leeming  <leeming@lyx.org>
3006
3007         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3008         the LFUN_ALL_INSETS_TOGGLE code.
3009
3010 2004-03-30  Angus Leeming  <leeming@lyx.org>
3011
3012         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3013         has died. Fall through to the generic Dialogs::show("document").
3014
3015 2004-03-30  Angus Leeming  <leeming@lyx.org>
3016
3017         * lfuns.h:
3018         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3019         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3020
3021         * lyxfunc.C (getStatus, dispatch): define the actions for these
3022         lfuns. Little more than a cut and pste job from ControlDocument.C
3023
3024         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3025
3026 2004-03-30  Angus Leeming  <leeming@lyx.org>
3027
3028         * lfuns.h:
3029         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3030         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3031
3032         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3033         open/closed state of ollapsable insets. Usage:
3034
3035         all-inset-toggle <state> <name>, where
3036         <state> == "open" || "closed" || "toggle" and
3037         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3038
3039         * lyxtext.h, text2.C (toggleInset): removed.
3040
3041         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3042         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3043         now passes LFUN_INSET_TOGGLE to the found inset.
3044
3045         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3046         is now invoked as "all-insets-toggle toggle branch".
3047
3048 2004-03-30  Angus Leeming  <leeming@lyx.org>
3049
3050         * dociterator.C:
3051         * insetiterator.C:
3052         * pariterator.[Ch]: added/corrected header blurb.
3053
3054 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3055
3056         * dociterator.[Ch]: add an inset_ member
3057         (backwardPos): implemented
3058         (backwardPos, forwardPos): use inset_ when the stack is empty.
3059         (doc_iterator_begin, doc_iterator_end): implemented
3060         * pariterator.[Ch]: adjust, add begin, end
3061         * insetiterator.[Ch]: adjust, add begin, end
3062         * cursor.C:
3063         * document.C:
3064         * BufferView.C:
3065         * BufferView_pimpl.C:
3066         * CutAndPaste.C: adjust
3067
3068 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3069
3070         * buffer.C: increment file format to 232.
3071         * LaTeXFeatures.C: add bibtopic package.
3072         * bufferparams.[Ch]: param \use_bibtopic.
3073
3074         * lyxrc.[Ch]: add lyxrc bibtex_command
3075         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3076
3077         * buffer.C: increment file format to 231.
3078
3079 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3080
3081         * dociterator.C: implement forwardPar
3082         * iterators.[Ch]: remove, replaced by
3083         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3084         * BufferView.C:
3085         * BufferView_pimpl.C:
3086         * CutAndPaste.C:
3087         * buffer.C:
3088         * bufferview_funcs.C:
3089         * cursor.C:
3090         * lyxfind.C
3091         * lyxfunc.C
3092         * paragraph_funcs.C
3093         * toc.C:
3094         * Makefile.am: adjust
3095
3096 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3097
3098         * CutAndPaste.C (pasteSelection): fix 2 crashes
3099         (eraseSelection): fix a crash
3100         * paragraph_funcs.C: remove a warning
3101
3102 2004-03-28  Angus Leeming  <leeming@lyx.org>
3103
3104         * lfuns.h:
3105         * LyXAction.C (init): new LFUN_PRINT.
3106
3107         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3108
3109 2004-03-27  Angus Leeming  <leeming@lyx.org>
3110
3111         * lfuns.h:
3112         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3113
3114         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3115
3116 2004-03-27  Angus Leeming  <leeming@lyx.org>
3117
3118         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3119         insetlist always contains non-null pointers to insets.
3120
3121 2004-03-26  Angus Leeming  <leeming@lyx.org>
3122
3123         * src/BufferView_pimpl.C:
3124         * src/CutAndPaste.C:
3125         * src/buffer.C:
3126         * src/iterators.C:
3127         * src/output_plaintext.C:
3128         * src/outputparams.h:
3129         * src/paragraph_funcs.C:
3130         * src/rowpainter.C:
3131         * src/text.C:
3132         * src/text2.C:
3133         * src/frontends/controllers/ControlErrorList.C:
3134         * src/frontends/gtk/FileDialogPrivate.C:
3135         * src/frontends/gtk/GPainter.C:
3136         * src/frontends/gtk/GToolbar.C:
3137         * src/frontends/qt2/QRef.C:
3138         * src/mathed/math_scriptinset.C: squash compiler warnings.
3139
3140 2004-03-26  Angus Leeming  <leeming@lyx.org>
3141
3142         * ispell.C (LaunchIspell::start):
3143         * lyx_cb.C (AutoSaveBuffer::start):
3144         invoke run(DontWait) rather than runNonBlocking().
3145
3146 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3147
3148         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3149
3150 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3151
3152         * kbsequence.C (print): adjust
3153
3154         * kbmap.C (printKeySym): rename and change signature
3155         (printKey): use LyXKeySym::print()
3156
3157 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3158
3159         * undo.C: add using std::advance to compile for stlport
3160
3161 2004-03-24  Angus Leeming  <leeming@lyx.org>
3162
3163         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3164         it leads to a crash when no buffer is present.
3165
3166 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3167             Martin Vermeer  <martin.vermeer@hut.fi>
3168
3169         * lyxfunc.C (dispatch):
3170         * bufferparams.C (readToken): use the new LColor::setColor
3171
3172         * LColor.[Ch] (setColor): new version that takes two strings as
3173         argument and creates a new color entry if necessary
3174
3175 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3176
3177         * buffer.C (makeLaTeXFile): if the main latex file that is
3178         processed is usually a subdocument of some master, then pretend
3179         for a while that it is actually the master
3180
3181 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3182
3183         * buffer.C (getLabelList):
3184         (getBibkeyList): use getMasterBuffer()
3185         (getMasterBuffer): new method. Returns the main document in the
3186         case where one is using included documents.
3187
3188 2004-03-25  André Pönitz  <poenitz@gmx.net>
3189
3190         * Makefile.am:
3191         * iterators.[Ch]:
3192         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3193
3194         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3195
3196         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3197         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3198
3199         * ParameterStruct.h: merge with ParagraphParameters
3200
3201         * lyxtext.h: remove LyXText::parOffset() and getPar()
3202
3203         * text3.C: Remove all 'manual' update calls. We do now one per user
3204         interaction which is completely sufficient.
3205
3206         * Bidi.C:
3207         * BufferView.[Ch]:
3208         * BufferView_pimpl.C:
3209         * FontIterator.[Ch]:
3210         * MenuBackend.C:
3211         * ParagraphParameters.[Ch]:
3212         * buffer.C:
3213         * buffer.h:
3214         * bufferlist.C:
3215         * cursor.[Ch]:
3216         * cursor_slice.[Ch]:
3217         * dociterator.[Ch]:
3218         * errorlist.[Ch]:
3219         * factory.C:
3220         * lfuns.h:
3221         * lyxfind.C:
3222         * lyxfunc.C:
3223         * output_docbook.[Ch]:
3224         * output_latex.[Ch]:
3225         * output_linuxdoc.[Ch]:
3226         * output_plaintext.[Ch]:
3227         * paragraph.[Ch]:
3228         * paragraph_funcs.[Ch]:
3229         * paragraph_pimpl.[Ch]:
3230         * rowpainter.C:
3231         * tabular.[Ch]:
3232         * text.C:
3233         * text2.C:
3234         * toc.C:
3235         * undo.[Ch]: adjust
3236
3237         * frontends/controllers/ControlDocument.C:
3238         * frontends/controllers/ControlErrorList.C:
3239         * frontends/controllers/ControlSpellchecker.C:
3240         * insets/inset.C:
3241         * insets/inset.h:
3242         * insets/insetbase.h:
3243         * insets/insetbibitem.C:
3244         * insets/insetbox.C:
3245         * insets/insetbranch.C:
3246         * insets/insetcaption.C:
3247         * insets/insetcharstyle.C:
3248         * insets/insetcharstyle.h:
3249         * insets/insetcollapsable.C:
3250         * insets/insetcollapsable.h:
3251         * insets/insetert.C:
3252         * insets/insetfloat.C:
3253         * insets/insetfoot.C:
3254         * insets/insetmarginal.C:
3255         * insets/insetnote.C:
3256         * insets/insetoptarg.C:
3257         * insets/insettabular.C:
3258         * insets/insettext.C:
3259         * insets/insettext.h:
3260         * insets/insetwrap.C:
3261         * mathed/math_mboxinset.C:
3262         * mathed/math_nestinset.C:
3263         * mathed/math_scriptinset.C:
3264         * mathed/math_scriptinset.h:
3265         * support/types.h:
3266
3267 2004-03-24  Angus Leeming  <leeming@lyx.org>
3268
3269         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3270         deal with any child processes that have finished but are waiting to
3271         communicate this fact to the rest of LyX.
3272
3273 2004-03-24  Angus Leeming  <leeming@lyx.org>
3274
3275         64-bit compile fixes.
3276
3277         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3278         (c-tor): pass lyx::pos_types rather than ints.
3279
3280         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3281         lyx::pos_type.
3282
3283         * text.C (Delete): compile fix.
3284         (getPar): ensure that function declaration is the same as that in
3285         the header file.
3286
3287 2004-03-23  Angus Leeming  <leeming@lyx.org>
3288
3289         * ispell.C (LaunchIspell):
3290         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3291         a boost::shred_ptr rather than a std::auto_ptr.
3292
3293 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3294
3295         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3296         handle LFUN_FILE_INSERT_*
3297
3298         * lyxrc.C (setDefaults, getDescription, output, read):
3299         * lyxrc.h: remove ps_command
3300
3301 2004-03-22  Angus Leeming  <leeming@lyx.org>
3302
3303         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3304         Ensure that error_handler is processed once only and that all data
3305         is saved before attempting to output any warning messages.
3306
3307         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3308
3309 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3310
3311         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3312
3313 2004-03-19  André Pönitz  <poenitz@gmx.net>
3314
3315         * cursor.[Ch] (reset): take main text inset as argument
3316
3317         * BufferView: adjust
3318         * BufferView_pimpl.C: adjust
3319
3320         * paragraph.[Ch]: fix completely broken operator=()
3321
3322 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3323
3324         * LColor.C (getFromLyXName): make sure that the color name is used
3325         as lowercase.
3326
3327 2004-03-17  Angus Leeming  <leeming@lyx.org>
3328
3329         * lfuns.h:
3330         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3331
3332         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3333         dialog and to kill a forked process.
3334
3335 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3336
3337         * text2.C (setCursorFromCoordinates): fix font problem
3338
3339 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3340
3341         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3342         bogus "rebuild cursor" code
3343
3344 2004-03-11  André Pönitz  <poenitz@gmx.net>
3345
3346         * buffer.[Ch]: use InsetText instead of LyXText as container for
3347         the main lyx text.
3348
3349         * dociterator.[Ch]: drop the BufferView * member which is not needed
3350         anymore after the change to buffer.C
3351
3352         * paragraph_funcs.C:
3353         * text.C:
3354         * text2.C:
3355         * BufferView.[Ch]:
3356         * BufferView_pimpl.[Ch]:
3357         * cursor.[Ch]:
3358         * cursor_slice.[Ch]: adjust
3359
3360         * text3.C: fix bug in mathDispatch
3361
3362 2004-03-08  André Pönitz  <poenitz@gmx.net>
3363
3364         * undo.[Ch]: use 'StableDocumentIterator' as base for
3365         the Undo struct.
3366
3367 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3368
3369         * LaTeXFeatures.C:
3370         * bufferparams.[Ch]: add jurabib support and param.
3371
3372         * LaTeX.C: add FIXME/comment.
3373
3374 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3375
3376         * buffer.C: increment file format to 230.
3377
3378 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3379
3380         * cursor.C (dispatch): avoid infinite loops
3381
3382 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3383
3384         * rowpainter.C (paintSelection): fix x coordinates
3385
3386 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3387
3388         * text.C (rowBreakPoint): fix breaking before displayed insets
3389
3390 2004-03-01  André Pönitz  <poenitz@gmx.net>
3391
3392         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3393
3394         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3395
3396         * Makefile.am:
3397         * BufferView.C:
3398         * BufferView_pimpl.C:
3399         * buffer.C:
3400         * lyxfind.C:
3401         * lyxfunc.C:
3402         * text.C:
3403         * text2.C:
3404         * text3.C: adjust
3405
3406 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3407
3408         * lyxtext.h:
3409         * text.C:
3410         * text2.C:
3411         * rowpainter.C:
3412         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3413         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3414
3415 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3416
3417         * Bidi.[Ch] (computeTables): const correctness
3418         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3419         fill_hfill, fill_label_hfill and x from Row
3420         * lyxtext.h: prepareToPrint returns a RowMetrics
3421         * rowPainter.C: adjust
3422         * text.C (prepareToPrint): use width, not textWidth. adjust
3423         (redoParagraphInternal, cursorX): adjust
3424         * text2.C (getColumnNearX): adjust
3425         (init): put a default value to the top LyXText::width
3426
3427 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3428
3429         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3430
3431 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3432
3433         * lyxtext.h: add FontIterator class
3434
3435         * text.C (FontIterator, operator*, operator->, operator++): add
3436         (rowBreakPoint, setRowWidth): adjust (fixing a
3437         rebreaking bug)
3438
3439 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3440
3441         * BufferView_pimpl.C (workAreaDispatch): allow also
3442         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3443
3444 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3445
3446         * text.C (rowBreakPoint): fix a bug showing with very large insets
3447
3448 2004-02-25  André Pönitz  <poenitz@gmx.net>
3449
3450         * text3.C:
3451         * cursor.[Ch]: move some mathed specific code to mathed
3452
3453 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3454
3455         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3456         use_tempdir in preferences
3457         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3458         tempfile creation
3459         * lyx_main.C: ensure that tempdir is valid
3460         * lyxlex.h: correct typo
3461         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3462         * paragraph.[Ch] (isMultiLingual): make const
3463         * cursor.[Ch] (openable): make const
3464
3465 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3466
3467         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3468
3469 2004-02-20  André Pönitz  <poenitz@gmx.net>
3470
3471         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3472
3473         * cursor.[Ch]: prepare for localized getStatus()
3474
3475         * lyxtext.h:
3476         * tabular.C:
3477         * text.C:
3478         * text2.C:
3479         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3480
3481 2004-02-20  André Pönitz  <poenitz@gmx.net>
3482
3483         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3484
3485 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3486
3487         * text2.C (setCursorFromCoordinates): switch to absolute coords
3488         (cursorUp): adjust
3489         (cursorDown): adjust
3490         * text3.C (dispatch): adjust
3491
3492 2004-02-16  André Pönitz  <poenitz@gmx.net>
3493
3494         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3495           insets/ChangeLog)
3496
3497         * cursor_slice.[Ch]: remove unneeded acessor function
3498
3499         * lyxtext.h: rename rtl() to isRTL()
3500
3501         * rowpainter.C:
3502         * tabular.C:
3503         * text.C:
3504         * text2.C:
3505         * text3.C: adjust
3506
3507 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3508
3509         * rowpainter.C (paintSelection): coord fix
3510
3511 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3512
3513         * Spacing.C: compile fix
3514
3515 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3516
3517         * cursor.C (dispatch): restore current_ before returning
3518
3519 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3520
3521         * text2.C (cursorUp, cursorDown): fix coords
3522         (moveUp): fix crash
3523
3524 2004-02-12  André Pönitz  <poenitz@gmx.net>
3525
3526         * lyxtext.h:
3527         * text.C:
3528         * text2.C:
3529         * text3.C: add LCursor & parameter to most cursor movement functions
3530           remove usage of LyXText::cursorRow() and cursorPar()
3531
3532         * cursor.[Ch]: add textRow() needed members
3533
3534         * BufferView.C:
3535         * BufferView_pimpl.C:
3536         * paragraph.[Ch]:
3537         * BufferView.C:
3538         * BufferView_pimpl.C: adjust
3539
3540 2004-02-11  André Pönitz  <poenitz@gmx.net>
3541
3542         * lyxfunc.C:
3543         * BufferView.[Ch]:
3544         * BufferView_pimpl.C: shift undo/redo handling
3545
3546         * cursor.[Ch]: fix mathed crash
3547
3548         * lyxfind.C:
3549         * lyxtext.h: move selectionAsText to LCursor
3550
3551         * output_latex.C:
3552         * paragraph.C:
3553         * text.C:
3554         * text2.C:
3555         * text3.C: adjust
3556
3557         * rowpainter.C: fix excessive drawing
3558
3559 2004-02-06  André Pönitz  <poenitz@gmx.net>
3560
3561         * BufferView.[Ch]:
3562         * BufferView_pimpl.[Ch]:
3563         * text3.C: move some text specific LFUN handling
3564
3565 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3566
3567         * text3.C (checkInsetHit): adjust coords
3568         * text2.C (getColumnNearX): adjust coords
3569         (edit): adjust coords
3570         * text.C (getRowNearY): add two asserts
3571
3572 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3573
3574         * converter.C:
3575         * format.C: add using std::distance to compile on gcc 2.95/stlport
3576
3577 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3578
3579         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3580
3581 2004-02-04  André Pönitz  <poenitz@gmx.net>
3582
3583         * BufferView.[Ch] (insertInset):
3584         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3585
3586         * text2.C:
3587         * text3.C: adjust
3588
3589 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3590
3591         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3592         on the default clause of the switch
3593         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3594         wasn't catched by LCursor::dispatch
3595
3596 2004-02-03  André Pönitz  <poenitz@gmx.net>
3597
3598         * BufferView.C:
3599         * cursor.[Ch]: some additional asserts
3600
3601         * undo.[Ch]: remove LyXText dependency in interface
3602
3603         * lyxfunc.C: adjust
3604
3605         * lyxtext.h (firstPar, lastPar): remove dead functions
3606
3607         * text.C:
3608         * text2.C:
3609         * text3.C:
3610         * paragraph.[Ch]: adjust
3611
3612 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3613
3614         * lyxfind.C (find): fix argument order in call to ::find
3615
3616 2004-02-02  André Pönitz  <poenitz@gmx.net>
3617
3618         * cursor.[Ch]: remove direct access to anchor
3619
3620         * text.C: remove findText() hack
3621
3622 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3623
3624         * iterators.[Ch] (lockPath): remove in favour of...
3625         * BufferView.[Ch] (setCursor): this addition
3626         * BufferView.C (putSelectionAt): adjust
3627         * undo.C (performUndoOrRedo): adjust
3628         * lyxfunc.C (dispatch): adjust
3629
3630 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3631
3632         * iterators.C (lockPath): add a missing slice
3633         * undo.C (performUndoOrRedo): remove redundant positioning code
3634
3635 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3636
3637         * vc-backend.C (scanMaster): ";" -> ';'
3638
3639 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3640
3641         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3642         std::binary_function
3643
3644         * lyxtextclass.C (compare_name): rename to...
3645         (LayoutNamesEqual): ...this
3646
3647         * lyxlex_pimpl.C (compare_tags): inherit from
3648         std::binary_function, put back into anon namespace
3649
3650         * lyxfind.C (MatchString): inherig from std::binary_function
3651         (findChange): use empty() istead of !size()
3652
3653         * format.C (FormatNamesEqual): new functor
3654         (getFormat): use it
3655         (getNumber): use it
3656         (add): use it
3657         (erase): use it
3658         (setViewer): use it
3659
3660         * converter.C (compare_Converter): rename to...
3661         (ConverterEqual): ...this, and fixup a bit.
3662         (getConverter): use it, and make function const
3663         (getNumber): use it, and make function const
3664         (add): use it
3665         (erase): use it:
3666
3667         * bufferlist.C: add using boost::bind
3668
3669         * MenuBackend.C (MenuNamesEqual): new functor
3670         (hasMenu): use it, and make function const
3671         (hasSubmenu): use nested bind to get rid of compare_memfun.
3672
3673 2004-01-30  André Pönitz  <poenitz@gmx.net>
3674
3675         * BufferView_pimpl.C:
3676         * cursor.C:
3677         * cursor.h:
3678         * cursor_slice.[Ch]:
3679         * lyxfunc.C:
3680         * lyxtext.h:
3681         * paragraph_funcs.C:
3682         * paragraph_funcs.h:
3683         * rowpainter.C:
3684         * text.C:
3685         * text2.C:
3686         * text3.C: move some of the edit(x,y) handling to the insets
3687         some coordinate changes.
3688
3689 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3690
3691         * text.C: add using statements for std::advance and std::distance
3692
3693         * paragraph.C: add using statement for std::distance
3694
3695         * lyxfind.C: add using statement for std::advance
3696
3697         * cursor.C (region): remove std:: from swap
3698         (openable): use nucleus in stead of operator->
3699
3700         * BufferView.C: add using statements for std::distance and std::swap
3701
3702 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3703
3704         * iterators.C: Remove the pimple, move the needed structures to
3705         the header file. Create accessor for the positions stack.
3706         (asPosIterator): remove function
3707
3708         * PosIterator.C (PosIterator): move constructors to top of file
3709         (PosIterator): reimplement the constructor taking a ParIterator in
3710         terms of setFrom.
3711         (setFrom): new function
3712         (operator!=): inline it
3713
3714 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3715
3716         * lyxfind.C (replaceAll): use std::advance
3717
3718         * iterators.h: inherit from std::iterator.
3719
3720         * PosIterator.C (advance, distance): remove
3721         * PosIterator.h: interit from std::iterator.
3722
3723 2004-01-26  André Pönitz  <poenitz@gmx.net>
3724
3725         * BufferView.[Ch]:
3726         * BufferView_pimpl.[Ch]:
3727         * InsetList.[Ch]:
3728         * PosIterator.[Ch]:
3729         * buffer.h:
3730         * bufferview_funcs.C:
3731         * cursor.[Ch]:
3732         * cursor_slice.h:
3733         * factory.[Ch]:
3734         * iterators.[Ch]:
3735         * lyxfind.C:
3736         * lyxfunc.C:
3737         * lyxtext.h:
3738         * output_docbook.C:
3739         * output_latex.C:
3740         * output_linuxdoc.C:
3741         * output_plaintext.C:
3742         * paragraph.[Ch]:
3743         * paragraph_funcs.[Ch]:
3744         * paragraph_pimpl.[Ch]:
3745         * rowpainter.C:
3746         * tabular.C:
3747         * tabular.h:
3748         * text.C:
3749         * text2.C:
3750         * text3.C: more IU:  dumps most of the rest of the mathcursor
3751     implementation into cursor.[Ch]; "globalize" a bit of it.
3752
3753 2004-01-25  Angus Leeming  <leeming@lyx.org>
3754
3755         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3756
3757 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3758
3759         * LaTeXFeatures.h: add nice_ and nice() const
3760         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3761
3762 2004-01-20  André Pönitz  <poenitz@gmx.net>
3763
3764         * BufferView.[Ch]:
3765         * BufferView_pimpl.C:
3766         * PosIterator.C:
3767         * bufferview_funcs.C:
3768         * cursor.[Ch]:
3769         * cursor_slice.[Ch]:
3770         * factory.C:
3771         * iterators.C:
3772         * lyx_cb.C:
3773         * lyxfind.C:
3774         * lyxfunc.C:
3775         * lyxtext.h:
3776         * rowpainter.C:
3777         * text.C:
3778         * text2.C:
3779         * text3.C:
3780         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3781           LCursor and mathcursor parts to LCursor and InsetBase.
3782
3783 2004-01-15  André Pönitz  <poenitz@gmx.net>
3784
3785         * cursor_slice.[Ch]: add a few covienience functions
3786
3787         * funcrequest.[Ch]: remove BufferView * member
3788
3789         * BufferView_pimpl.C:
3790         * cursor.C:
3791         * factory.[Ch]:
3792         * lyxfind.[Ch]:
3793         * lyxfunc.C:
3794         * lyxtext.h:
3795         * text3.C:
3796         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3797
3798 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3799
3800         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3801         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3802
3803 2004-01-13  André Pönitz  <poenitz@gmx.net>
3804
3805         * textcursor.[Ch]:
3806         * lyxtext.h: hide cursor and selection anchor behind accessor function
3807
3808         * BufferView.C:
3809         * BufferView_pimpl.[Ch]:
3810         * PosIterator.C:
3811         * bufferview_funcs.C:
3812         * cursor.h:
3813         * lyxfind.C:
3814         * lyxfunc.C:
3815         * text.C:
3816         * text2.C:
3817         * text3.C:
3818         * undo.C: adjust
3819
3820         * cursor.h:
3821         * cursor_slice.[Ch]: some integer type changes for inset unification
3822
3823         * lyxcursor.[hC]: remove, it's CursorSlice now.
3824
3825         * Makefile.am:
3826         * BufferView_pimpl.[Ch]:
3827         * bufferview_funcs.C:
3828         * cursor_slice.C:
3829         * lyxtext.h:
3830         * text.C:
3831         * text2.C:
3832         * text3.C:
3833         * textcursor.[Ch]: adjust
3834
3835 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3836
3837         * text2.C (undoSpan): add and use
3838         * text.C (breakParagraph): use undoSpan (fix bug 578)
3839         * lyxtext.h: adjust
3840
3841 2004-01-08  Angus Leeming  <leeming@lyx.org>
3842
3843         * BufferView_pimpl.C (MenuInsertLyXFile):
3844         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3845         * lyxfunc.C (menuNew, open, doImport):
3846         FileFilterList change to the FileDialog open and save functions.
3847
3848 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3849
3850         * ShareContainer.h: make isEqual and isUnique adaptable
3851
3852         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3853
3854 2004-01-07  Angus Leeming  <leeming@lyx.org>
3855
3856         * LyXAction.C:
3857         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3858
3859         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3860
3861         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3862         functions replacing find, replace and replaceAll.
3863
3864         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3865         LFUN_WORDFIND(FORWARD|BACKWARD).
3866
3867 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3868
3869         * text.C (breakParagraph): remove an outdated #warning
3870
3871 2004-01-07  André Pönitz  <poenitz@gmx.net>
3872
3873         * lyxfind.C: somewhat clearer logic
3874
3875         * text.C: prevent crash in cursorX on unitialized row cache
3876
3877 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3878
3879         * lyxcursor.[Ch] (operator>): add
3880         * textcursor.C (selStart, selEnd): use std::min and std::max
3881
3882 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3883
3884         * Chktex.C: include boost/format.hpp
3885
3886 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3887
3888         * InsetList.C: replace functor MathcIt with adaptable functor
3889         InsetTablePosLess
3890         (insetIterator): modify accordingly
3891
3892         * BranchList.h: move the BranchNamesEqual functor here from...
3893         * BranchList.C: ... to here
3894
3895         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3896         SameName and match.
3897         (add): replace a finding loop with std::find_if.
3898
3899 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3900
3901         * output_docbook.C: moving LatexParam functionality into
3902         .layout files
3903
3904 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3905
3906         * buffer.C: increment format to 229.
3907
3908 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3909
3910         * LaTeXFeatures.C:
3911         * lyx_sty.[Ch]: remove minipageindent_def
3912
3913         * LyXAction.C:
3914         * factory.C:
3915         * lfuns.h:
3916         * lyxfunc.C:
3917         * text3.C: remove LFUN_INSET_MINIPAGE
3918
3919 2003-12-28  Angus Leeming  <leeming@lyx.org>
3920
3921         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3922
3923 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3924
3925         * text2.C (setParagraph): fix off-by-one crash
3926
3927 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3928
3929         * output_docbook.C: header stuff for AGU
3930
3931 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3932
3933         * text2.C (redoCursor): remove
3934         * text.C:
3935         * text3.C:
3936         * BufferView_pimpl.C: remove calls to redoCursor and
3937         setCursor(cursor.par(), cursor.pos()) all around
3938
3939 2003-12-15  Angus Leeming  <leeming@lyx.org>
3940
3941         * buffer.C: up the format to 228.
3942
3943 2003-12-15  André Pönitz  <poenitz@gmx.net>
3944
3945         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3946         slices
3947
3948         * Makefile.am:
3949
3950         * BufferView_pimpl.C:
3951         * cursor.[Ch]:
3952         * lyxcursor.[Ch]:
3953         * rowpainter.[Ch]:
3954         * lyxtext.h:
3955         * text.C:
3956         * text2.C:
3957         * text3.C: adjust
3958
3959 2003-12-15  Angus Leeming  <leeming@lyx.org>
3960
3961         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3962         than getFromGUIName to manipulate the color.
3963
3964 2003-12-14  Angus Leeming  <leeming@lyx.org>
3965
3966         * BranchList.[Ch]: minimize the API.
3967         (Branch::getBranch, getColor): now return a 'const &'.
3968         (Branch::setSelected) now returns a bool set to true if the
3969         selection status changes.
3970         (BranchList::clear, size, getColor, setColor, setSelected,
3971         allBranches, allSelected, separator): removed.
3972         (BranchList::find): new functions, returning the Branch with
3973         the given name.
3974         (BranchList::add, remove): return a bool indicating that
3975         the operation was successful.
3976
3977         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3978         new InsetBranch::isBranchSlected member function.
3979
3980         * LColor.[Ch]: mimimize the API.
3981         (fill): renamed as addColor and made private.
3982         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3983         versions of these functions taking a string arg have been removed.
3984
3985         * bufferparams.C (readToken):
3986         * lyxfunc.C (dispatch):
3987         * lyxrc.C (read): changes due to the altered BranchList and
3988         LColor APIs.
3989
3990         * factory.C (createInset, readInset): changes due to altered
3991         InsetBranch c-tor.
3992
3993 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3994
3995         * factory.C:
3996         * lyxfunc.C: remove insetminipage. "minipage-insert"
3997         now produces a frameless minipage box inset.
3998
3999 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4000
4001         * textcursor.[Ch] (selStart,selEnd): add new methods
4002         remove selection::start, end, use LyXCursor::operator<
4003         * lyxcursor.[Ch] (operator<): add
4004         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4005         * BufferView.[Ch] (unsetXSel): add
4006         * text2.C (clearSelection): use unsetXSel,adjust
4007         * text.C: adjust
4008         * text3.C: adjust
4009         * rowpainter.C: adjust
4010         * bufferview_funcs.C (put_selection_at): adjust
4011
4012 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4013
4014         * BufferView_pimpl.C: small coord. correction
4015
4016 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4017
4018         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4019         dragging over the splash screen.
4020
4021 2003-12-11  Angus Leeming  <leeming@lyx.org>
4022
4023         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4024         as it is now handled in LyXText::dispatch.
4025
4026         * text3.C (doInsertInset): remove a level of nesting.
4027
4028 2003-12-11  Angus Leeming  <leeming@lyx.org>
4029
4030         * factory.C (createInset): changes due to the changed interface to
4031         InsetCommandMailer::string2params.
4032
4033 2003-12-10  Angus Leeming  <leeming@lyx.org>
4034
4035         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4036         'dialog-show-new-inset <inset name>'
4037
4038 2003-12-10  Angus Leeming  <leeming@lyx.org>
4039
4040         * buffer.C: up the format to 227.
4041
4042         * factory.C: the box inset is now identified simply by 'Box'.
4043
4044 2003-12-10  Angus Leeming  <leeming@lyx.org>
4045
4046         * buffer.C: up the format to 226.
4047
4048         * factory.C: the note inset is now identified simply by 'Note'.
4049
4050 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4051
4052         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4053         when a pit is enough. Standarize a couple of loops.
4054
4055 2003-12-05  Angus Leeming  <leeming@lyx.org>
4056
4057         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4058         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4059         data to the re-worked "log" dialog.
4060
4061 2003-12-03  André Pönitz  <poenitz@gmx.net>
4062
4063         * PosIterator.C:
4064         * iterators.C:
4065         * lyxtext.h:
4066         * output_latex.C:
4067         * paragraph_funcs.C:
4068         * text.C:
4069         * text2.C: use Inset::getText instead of Inset::getParagraph
4070
4071 2003-12-03  André Pönitz  <poenitz@gmx.net>
4072
4073         * buffer.[Ch]:
4074         * lyxtext.h:
4075         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4076         InsetText::read() as LyXText::read()
4077
4078 2003-12-02  Angus Leeming  <leeming@lyx.org>
4079
4080         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4081         type. Add a comment in the implementation that the function uses
4082         the stream's bad() function rather than fail() as the std::streams
4083         would do.
4084
4085 2003-12-02  André Pönitz  <poenitz@gmx.net>
4086
4087         * lyxlex.[Ch]: make interface more similar to std::stream
4088
4089         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4090
4091 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4092
4093         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4094
4095 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4096
4097         * vspace.[Ch]: remove VSpace::NONE
4098
4099 2003-12-01  André Pönitz  <poenitz@gmx.net>
4100
4101         * buffer.[Ch]:
4102         * lyxtext.h: move ParagraphList member to LyXText
4103         rename LyXText::ownerParagraphs to LyXText::paragraph
4104
4105         * CutAndPaste.C:
4106         * bufferview_funcs.C:
4107         * iterators.[Ch]:
4108         * lyx_cb.C:
4109         * paragraph.C:
4110         * rowpainter.C:
4111         * tabular.C:
4112         * text.C:
4113         * text2.C:
4114         * text3.C: adjust
4115
4116         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4117
4118         * undo.C: fix cursor positioning
4119
4120 2003-12-01  John Levon  <levon@movementarian.org>
4121
4122         * BufferView_pimpl.C: fix a crash on exit with
4123         a buffer open
4124
4125 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4126
4127         * BranchList.C: fix setSelected() method.
4128
4129 2003-11-28  André Pönitz  <poenitz@gmx.net>
4130
4131         * ParagraphParameters.[Ch]:
4132         * ParameterStruct.h: remove space above/below from Paragraph to
4133          InsetVSpace
4134
4135         * BufferView_pimpl.C:
4136         * factory.C:
4137         * lyxfunc.C:
4138         * lyxtext.h:
4139         * output_latex.C:
4140         * paragraph.C:
4141         * paragraph_funcs.C:
4142         * rowpainter.[Ch]:
4143         * text.C:
4144         * text2.C:
4145         * text3.C: adjust
4146
4147 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4148
4149         * factory.C: Syntax change for CharStyles
4150
4151 2003-11-28  André Pönitz  <poenitz@gmx.net>
4152
4153         * BufferView.[Ch]:
4154         * BufferView.[Ch]:
4155         * buffer.[Ch]:
4156         * buffer.[Ch]: move LyXText member
4157
4158 2003-11-28  André Pönitz  <poenitz@gmx.net>
4159
4160         * BufferView.[Ch]: make LyXText * text a private member
4161
4162         * BufferView_pimpl.C:
4163         * cursor.C:
4164         * iterators.C:
4165         * lyx_cb.C:
4166         * lyxfind.C:
4167         * lyxtext.h:
4168         * rowpainter.[Ch]:
4169         * text.C:
4170         * text2.C:
4171         * undo.C: adjust
4172
4173         * output_plaintext.C: cleanup
4174
4175 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4176
4177         * buffer.C:
4178         * lyxtextclass.[Ch]: parametrize SGML document header
4179
4180 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4181
4182         * converter.[Ch]:
4183         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4184         getFlavor().
4185
4186 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4187
4188         * text2.C (setFont): rework using PosIterator (no more recursive)
4189         (setCharFont): no more needed
4190         (setLayout): no more selection cursors fiddling (done by redoCursor)
4191         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4192         destroy remaining ones)
4193
4194 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4195
4196         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4197         * lyxtext.h: ditto
4198         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4199         selection cursors
4200         * lyxfunc.C: adjust
4201         * text3.C: adjust + re-allow multi par depth changes
4202         * textcursor.C: simplify a bit
4203
4204 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4205
4206         * src/buffer.C:
4207         * src/lyxlayout.C:
4208         * src/lyxlayout.h:
4209         * src/lyxtext.h:
4210         * src/output_docbook.C:
4211         * src/output_latex.C:
4212         * src/paragraph.C:
4213         * src/paragraph.h:
4214         * src/sgml.C:
4215         * src/sgml.h:
4216         * src/text2.C: Introducing a number of tags parametrizing various
4217         XML formats that we may want to support
4218
4219 2003-11-25  André Pönitz  <poenitz@gmx.net>
4220
4221         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4222
4223         * lyxtext.h (leftMargin/rightMargin): simplify interface
4224
4225         * rowpainter.C:
4226         * text.C:
4227         * text2.C:
4228         * text3.C: adjust
4229
4230 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4231
4232         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4233         master file to any child files. Fixes bug 546.
4234
4235 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4236
4237         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4238
4239 2003-11-24  André Pönitz  <poenitz@gmx.net>
4240
4241         * rowpainter.C: simplification
4242
4243         * text2.C (updateCounters): remove call to redoParagraph on
4244         changed labels as this is far too expensive.
4245
4246 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4247
4248         * converter.C (convert): fix a crash: this function gets
4249         called with buffer == 0 from importer code.
4250
4251 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4252
4253         * text3.C (cursorPrevious): make sure that we do not compare
4254         iterators form different containers.
4255         (cursorNext): ditto
4256
4257         * rowpainter.C (paintSelection): make sure that we do not compare
4258         iterators from different containers.
4259
4260         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4261         iterators from different ParagraphList containers.
4262         [NEXT] ditto
4263
4264         * text2.C (LyXText): change order of initialization slightly
4265         (operator=): new function. copy all variables except cache_par_
4266         (moveUp): make sure that we do not compare iterators from
4267         different ParagraphList constainers.
4268         (moveDown): ditto
4269
4270         * text.C (firstPar): new function
4271         (lastPar): new function
4272         (endPar): new function
4273
4274         * lyxtext.h: move things around and group public functions, public
4275         variables, private functions, private variables
4276
4277 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4278
4279         * factory.C: change call to InsetERT constructor to avoid
4280         additional invocation of method status
4281         * text2.C (toggleInset): remove redundant update() call
4282         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4283         instead of a Bufferview pointer
4284
4285 2003-11-21  André Pönitz  <poenitz@gmx.net>
4286
4287         * rowpainter.C: simplification
4288
4289 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4290
4291         * text3.C (dispatch): make possible to extend a word/row selection
4292         with the mouse
4293
4294 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4295
4296         * lyxtext.h: x0_,y0_ -> xo_,yo_
4297         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4298         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4299         * rowpainter.C (paintRows): paint full paragraphs
4300
4301 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4302
4303         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4304         screen coordinates)
4305
4306 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4307
4308         * lyxtext.h: add x0_, y0_
4309         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4310         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4311
4312 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4313
4314         * text2.C (setCursorIntern): move the x_target update here *
4315         * text3.C: change some bv() to true/false in calls to
4316         cursorUp/Down/Right/Left
4317         * cursor.C: use helper function.
4318
4319 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4320
4321         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4322         * paragraph_funcs.[Ch]: correct comment
4323         * rowpainter.C: do not paint selections away from bv->cursor()
4324         Fix a long standing selection painting bug.
4325         * text3.C: generalize mouse-selection code to LyXTexts other that
4326         top one
4327         * textcursor.C: do not use y coords if we can use par offsets
4328
4329 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4330
4331         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4332         cursor position after e.g. inset insert)
4333
4334 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4335
4336         * lyxfind.C (replace): adjust to locking removal + some
4337         code simplification
4338
4339 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4340
4341         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4342         of the path
4343
4344 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4345
4346         * lyxlayout.[Ch]:
4347         * output_docbook.C: XML sanitation: new layout
4348         parameters InnerTag and CommandDepth
4349
4350 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4351
4352         * BufferView_pimpl.C:
4353         * factory.C:
4354         * text3.C: Fix the insertion and modification of button-style
4355         insets
4356
4357 2003-11-13  André Pönitz  <poenitz@gmx.net>
4358
4359         * InsetList.[Ch]: remove deleteLyXText
4360
4361         * paragraph.[Ch]: cache beginOfBody position
4362
4363         * Bidi.C:
4364         * text.C:
4365         * text2.C:
4366         * text3.C: remove superfluous update() calls
4367
4368         * vspace.C: cleanup
4369
4370 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4371
4372         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4373         * BufferView.C (fitLockedInsetCursor): remove
4374         * cursor.[Ch] (getDim): add
4375         * text.C (getRowNearY): add faster version
4376         * text3.C: remove some update calls
4377
4378 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4379
4380         * LaTeXFeatures.C:
4381         * LyXAction.C:
4382         * MenuBackend.C:
4383         * MenuBackend.h:
4384         * dispatchresult.h:
4385         * factory.C:
4386         * lfuns.h:
4387         * lyxfunc.C:
4388         * lyxtextclass.C:
4389         * lyxtextclass.h:
4390         * text3.C: The Character Style /XML short element patch.
4391
4392 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4393
4394         * text3.C:
4395         * factory.C: Small step to solving 'unable to insert some insets'
4396         problem
4397
4398 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4399
4400         * cursor.[Ch] (updatePos): new function for updating the y
4401         position of the tip inset
4402         * bufferview_funcs.C (put_selection_at):
4403         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4404
4405 2003-11-11  André Pönitz  <poenitz@gmx.net>
4406
4407         * text.C: remove big comment on invalid Paragraph pointers as it is
4408         not valid anymore
4409
4410 2003-11-11  André Pönitz  <poenitz@gmx.net>
4411
4412         * text_funcs.[Ch]: merge with ...
4413
4414         * text.C: ... this
4415
4416         * lyxtext.h:
4417         * text2.C:
4418         * text3.C: adjust
4419
4420         * Makefile.am: remove text_funcs.[Ch]
4421
4422 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4423
4424         * cursor.C (getPos): return absolute cached y coord
4425
4426         * BufferView_pimpl.C (fitCursor): new simplistic code
4427         (workAreaDispatch): add a fitCursor call
4428
4429 2003-11-10  André Pönitz  <poenitz@gmx.net>
4430
4431         * BufferView.[Ch]:
4432         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4433
4434 2003-11-10  André Pönitz  <poenitz@gmx.net>
4435
4436         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4437         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4438         indicate that the cursor needs to leave an inset
4439
4440         * lyxtext.h: remove inset locking
4441
4442         * cursor.[Ch]: re-implement functionality provided by inset locking
4443
4444         * BufferView.[Ch]:
4445         * BufferView_pimpl.[Ch]:
4446         * LyXAction.C:
4447         * bufferview_funcs.[Ch]:
4448         * factory.C:
4449         * funcrequest.[Ch]:
4450         * iterators.C:
4451         * lyx_cb.C:
4452         * lyxfind.C:
4453         * lyxfunc.C:
4454         * text.C:
4455         * text2.C:
4456         * text3.C:
4457         * undo.C: adjust
4458
4459 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4460
4461         * PosIterator.[Ch]: replace the stack with a vector, add inset
4462         accesor
4463         * iterators.[C]: adjust
4464
4465 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4466
4467         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4468         replaced
4469         * paragraph_funcs.C (readParToken): put the correct id in the
4470         error item, not the id of the top paragraph
4471
4472 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4473
4474         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4475         * bufferview_funcs.C (put_selection_at): use the above
4476
4477 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4478
4479         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4480
4481 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4482
4483         * output_linuxdoc.h:
4484         * output_plaintext.h:
4485         * output.h:
4486         * output_docbook.h: add #include statements
4487
4488 2003-11-05  José Matos  <jamatos@lyx.org>
4489
4490         * output_docbook.[Ch]:
4491         * output_latex.[Ch]:
4492         * output_linuxdoc.[Ch]:
4493         * output_plaintext.[Ch]: New files for output formats.
4494         * output.[Ch]: New file for helper functions.
4495
4496         * buffer.[Ch]:
4497         * paragraph_funcs.[Ch]: output functions moved to new files.
4498
4499         * outputparams.h: rename of latexrunparams.h
4500
4501         * LaTeX.[Ch]:
4502         * buffer.[Ch]:
4503         * bufferlist.[Ch]:
4504         * converter.[Ch]:
4505         * exporter.C:
4506         * paragraph.[Ch]:
4507         * paragraph_funcs.[Ch]:
4508         * paragraph_pimpl.[Ch]:
4509         * tabular.[Ch]: rename ascii to plaintext
4510         and LatexRunParams to OutputParams.
4511
4512 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4513
4514         * iterators.[Ch] (text): require bv argument
4515         * undo.C (recordUndo):
4516         * lyxfunc.C (dispatch):
4517         * bufferview_funcs.C (put_selection_at): adjust
4518
4519 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4520
4521         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4522
4523 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4524
4525         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4526         nestings
4527
4528 2003-11-04  André Pönitz  <poenitz@gmx.net>
4529
4530         * cursor.[Ch]: restructure
4531
4532         * BufferView.[Ch]:
4533         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4534
4535         * iterators.[Ch] (asCursor): remove
4536
4537         * lfuns.h: remove LFUN_INSET_EDIT
4538
4539         * lyxfunc.C:
4540         * tabular.C:
4541         * text.C:
4542         * text2.C:
4543         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4544
4545 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4546
4547         * lyxfind.[Ch]: complete overhaul
4548         * BufferView_pimpl.C:
4549         * lyxfunc.C: adjust
4550         * paragraph.[Ch] (insert): add
4551
4552 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4553
4554         * BufferView.[Ch]:
4555         * lyxtext.h:
4556         * text.C: remove dead spellcheck code
4557
4558 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4559
4560         * dispatchresult.h: add a val setter
4561
4562         * cursor.C (dispatch): use a tempvar for data_[i]
4563
4564 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4565
4566         * PosIterator.[Ch]: compile fix
4567
4568 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4569
4570         * text.C (cursorPar): deactivate the cursor cache
4571
4572 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4573
4574         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4575
4576 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4577
4578         * text3.C (dispatch): adjust for new DisptchResult semantics.
4579
4580         * lyxfunc.C (dispatch): handle update when return from
4581         Cursor::dispatch, adjust for new DispatchResult semantics.
4582
4583         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4584         DispatchResult(true) mean to not update. Add class functions for
4585         setting dispatched and update, as well as reading.
4586
4587         * cursor.C (dispatch): don't handle update here
4588
4589 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4590
4591         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4592         * trans_mgr.C: adjust
4593
4594         * paragraph_funcs.C (readParToken): exception safety
4595
4596         * lyxvc.h: store the vcs pointer in a scoped_ptr
4597         * lyxvc.C: adjust
4598
4599         * lyxsocket.C (serverCallback): exception safety
4600
4601         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4602
4603         * ispell.C (clone): make it return a auto_ptr
4604
4605         * factory.C (createInset): exception safety
4606         (readInset): exception safety
4607
4608         * bufferlist.C (newBuffer): exception safety
4609
4610         * Thesaurus.C (Thesaurus): use initialization for aik_
4611
4612         * MenuBackend.C (expandToc): exception safety.
4613
4614 2003-11-03  André Pönitz  <poenitz@gmx.net>
4615
4616         * buffer.C:
4617         * buffer.h:
4618         * bufferview_funcs.C: remove getInsetFromId()
4619
4620         * lyxcursor.[Ch]:
4621         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4622
4623         * lyxfunc.C:
4624         * text2.C:
4625         * text3.C: adjust
4626
4627 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4628
4629         * PosIterator.C (distance, advance): new
4630         * bufferview_funcs.[Ch] (put_selection_at): new
4631         * iterators.[Ch] (lockPath): new
4632
4633 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4634
4635         * iterators.[Ch] (asPosIterator): added
4636         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4637         * PosIterator.[Ch]: added
4638
4639 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4640
4641         * text3.C:
4642         * lyxfunc.C:
4643         * cursor.C (dispatch):
4644         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4645
4646         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4647         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4648         contructor, add a class function dispatched. Remove operator>=
4649
4650 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4651
4652         * debug.C: only use the default constructor for debugstream
4653         (lyxerr) here.
4654
4655         * main.C (main): include debug.h and setup the lyxerr streambuf
4656         here.
4657
4658 2003-10-31  José Matos  <jamatos@lyx.org>
4659
4660         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4661
4662         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4663         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4664         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4665         * paragraph_pimpl.C (simpleTeXSpecialC):
4666         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4667         add LatexRunParams argument.
4668
4669         * exporter.C (Export): change call accordingly.
4670
4671         * latexrunparams.h: add new member to take care of the other backends.
4672 2003-10-30  José Matos  <jamatos@lyx.org>
4673
4674         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4675         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4676         factorise code for paragraph output.
4677         * buffer.[Ch]:
4678         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4679         move functions.
4680
4681 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4682
4683         * text3.C (dispatch):
4684         * lyxfunc.C (dispatch):
4685         * cursor.C (dispatch):
4686         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4687
4688         * dispatchresult.h: make the dispatch_result_t ctor explicit
4689
4690 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4691
4692         * sgml.[Ch]:
4693         * buffer.C: small refactoring of docbook stuff
4694
4695 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4696
4697         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4698         meaning.
4699
4700 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4701
4702         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4703         operator dispatch_result_t, and operators for == != and >=
4704
4705         * cursor.C (dispatch): adjust for operator dispatch_result_t
4706         removal. comment out call to update
4707
4708         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4709
4710 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4711
4712         * text3.C:
4713         * text2.C:
4714         * text.C:
4715         * lyxtext.h:
4716         * lyxfunc.C:
4717         * cursor.C:
4718         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4719         (dispatch):
4720
4721         * dispatchresult.h: new file, DispatchResult broken out of
4722         insets/insetbase.h
4723
4724         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4725
4726 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4727
4728         * text.C (rowBreakPoint): put a hack inside #if 0
4729
4730 2003-10-28  André Pönitz  <poenitz@gmx.net>
4731
4732         * lyxtext.h:
4733         * metricsinfo.C:
4734         * paragraph_funcs.C:
4735         * rowpainter.C:
4736         * text.C:
4737         * text2.C: general cleanup (lots of small stuff)
4738
4739 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4740
4741         * text2.C (cursorEnd): simple fix to the "end key goes to one
4742         before the end on last row" bug
4743
4744 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4745
4746         * text.C (backspace): fix the "zombie characters"
4747
4748 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4749
4750         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4751
4752 2003-10-27  André Pönitz  <poenitz@gmx.net>
4753
4754         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4755
4756         * factory.C: handle new InsetPagebreak, InsetLine
4757
4758         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4759         and move handling into new InsetPagebreak, InsetLine
4760
4761         * BufferView_pimpl.C:
4762         * LyXAction.C:
4763         * ParagraphParameters.C:
4764         * ParameterStruct.h:
4765         * lyxfunc.C:
4766         * lyxtext.h:
4767         * paragraph.C:
4768         * paragraph.h:
4769         * paragraph_funcs.C:
4770         * paragraph_pimpl.C:
4771         * rowpainter.C:
4772         * text.C:
4773         * text2.C:
4774         * text3.C: adjust
4775
4776 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4777
4778         * text.C:
4779         * lyxrow_funcs.[Ch]:
4780         * Bidi.C:
4781         * paragraph.C:
4782         * lyxtext.h:
4783         * rowpainter.C:
4784         * text2.C:
4785         * text3.C: remove lastPos uses in favour of Row::endpos
4786
4787 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4788
4789         * undo.C (performUndoOrRedo): fix two crashes by setting a
4790         cursor by hand and reordering some calls. Use bv->lockInset instead
4791         of inset->edit because the latter loses cursor information
4792
4793 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4794
4795         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4796         by Martin
4797         (rowBreakPoint): fix width. change point to point + 1.
4798         Add a missing check.
4799
4800 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4801
4802         * MenuBackend.C:
4803         * lyxfunc.C: fix (at least partly) the problems
4804         with the Nav menu and headers inside branch insets
4805         reported by Kayvan
4806
4807 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4808
4809         * paragraph.C (getChar): add strong asserts
4810
4811         * lyxrow_funcs.C (lastPos): remove hideous hack
4812
4813         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4814         (fill): adjust to that (avoid an infinite loop)
4815
4816 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4817
4818         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4819
4820 2003-10-23  André Pönitz  <poenitz@gmx.net>
4821
4822         * RowList_fwd.h: change list<> to vector<> to gain speed
4823         after suggestion from Alfredo
4824
4825 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4826
4827         * lyxtext.h: move the bidi stuff from here...
4828         * text.C: and here
4829         * text2.C: and here
4830         * Bidi.[Ch]: ... to here
4831
4832 2003-10-23  André Pönitz  <poenitz@gmx.net>
4833
4834         * lyxtext.h:
4835         * text.C (isLastRow, isFirstRow): new functions
4836
4837         * paragraph.h: new width cache member
4838
4839         * rowpainter.C: replace RowList::iterator with Row & where possible
4840
4841         * lyxfunc.C: replace several view()->text with a single call
4842
4843         * toc.C: fix 'unused' warning
4844
4845 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4846
4847         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4848         when woring with stream::pos_type
4849         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4850
4851 2003-10-22  André Pönitz  <poenitz@gmx.net>
4852
4853         * lyxtext.h:
4854         * text.C: use Row & instead of RowList::iterator
4855
4856         * lyxrow.h: rename end() to endpos()
4857
4858         * rowpainter.C:
4859         * text.C:
4860         * text2.C: adjust
4861
4862 2003-10-22  Angus Leeming  <leeming@lyx.org>
4863
4864         * buffer.[Ch] (fully_loaded): new member function, returning true
4865         only when the file has been loaded fully.
4866         Used to prevent the premature generation of previews and by the
4867         citation inset to prevent computation of the natbib-style label.
4868
4869         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4870         templates are all set up.
4871
4872         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4873
4874 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4875
4876         * text.C: fixed an "oops" in the "is a bit silly"
4877         bug fix
4878
4879 2003-10-21  André Pönitz  <poenitz@gmx.net>
4880
4881         * FuncStatus.[Ch]: small stuff, whitespace
4882
4883         * lyxfont.[Ch]: operator<<() for debug reasons
4884
4885         * lyxfunc.C:
4886         * lyxrow_funcs.C:
4887         * lyxtext.h: whitespace, spelling
4888
4889         * paragraph.C: naming of variables
4890
4891         * text.C:
4892         * text2.C: small stuff
4893
4894
4895 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4896
4897         * text.C: (1) finish off the inset display() work;
4898         (2) fix the "is a bit silly" bug (accessing char
4899         past end of par).
4900
4901 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4902
4903         * text.C: re-introduce display() for insets, fixing the
4904         various bugs (stretch of line above, math inset
4905         positioning, ...)
4906
4907 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4908
4909         * text.C (rightMargin): remove spurious semicolon
4910
4911         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4912         1415)
4913
4914 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4915
4916         * text3.C: fix one crash due to wrong cursor def
4917
4918 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4919
4920         * vc-backend.C (scanMaster): make the regex static
4921
4922         * LaTeX.C (scanAuxFile): make the regexs static
4923
4924         * text3.C (doInsertInset, dispatch, dispatch):
4925         * text2.C (cursorUp, cursorDown):
4926         * text.C (selectNextWordToSpellcheck):
4927         * BufferView_pimpl.C (dispatch):
4928         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4929
4930 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4931
4932         * lyxsocket.C: include <cerrno>
4933
4934 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4935
4936         * lyxfunc.C (dispatch): remove textcache stuff
4937
4938         * bufferlist.C (release): remove textcache stuff
4939         (closeAll): ditto
4940
4941         * TextCache.C: delete file
4942         * TextCache.h: delete file
4943
4944         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4945
4946         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4947         delete of the bv_->text.
4948         (resizeCurrentBuffer): remove texcache stuff
4949         (workAreaResize): ditto
4950
4951 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4952
4953         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4954         action.
4955
4956 2003-10-16  André Pönitz  <poenitz@gmx.net>
4957
4958         * lyxrow.[Ch]:
4959         * paragraph.h:
4960         * rowpainter.C:
4961         * text.C:
4962         * text2.C:
4963         * text3.C: speed up by storing y positions per paragraph plus per-row
4964         offset instead of having a 'full' y position in the row.
4965
4966 2003-10-15  André Pönitz  <poenitz@gmx.net>
4967
4968         * iterators.[Ch]:
4969         * iterators.[Ch]:
4970         * undo.[Ch]: make undo aware of inner insets
4971
4972 2003-10-14  Angus Leeming  <leeming@lyx.org>
4973
4974         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4975         static member functions LyX::ref() and LyX::cref.
4976         (lastfiles): new accessor functions for the new lastfiles_ member var.
4977         (addLyXView, views_): add a new LyXView to the list of views_.
4978         (updateInset): loop over all LyXViews to call their own updateInset
4979         member function, returning a pointer to the Buffer owning the inset.
4980
4981         * BufferView_pimpl.C (loadLyXFile):
4982         * MenuBackend.C (expandLastfiles):
4983         * bufferlist.C (MenuWrite, QuitLyX):
4984         lastfiles is no longer a global variable.
4985         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4986
4987         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4988         static function. Access through LyX::cref().emergencyCleanup().
4989
4990 2003-10-14  André Pönitz  <poenitz@gmx.net>
4991
4992         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4993
4994         * undo.[Ch]: restoring part of 'undo in insets'
4995
4996         * Makefile.am:
4997         * undo_funcs.[Ch]: merge with undo.[Ch]
4998
4999         * tabular.C: small cleansing stuff
5000
5001 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5002
5003         * paragraph_funcs.C (readParToken): report unknown insets as error
5004         boxes. Use the outer paragraph as location (also for unknown
5005         tokens).
5006
5007         * factory.C (readInset): do not abort on reading an unknown inset.
5008         Eat it and return 0.
5009
5010 2003-10-13  Angus Leeming  <leeming@lyx.org>
5011
5012         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5013
5014         * lyxrc.C: displayTranslator is now a function,
5015         declared in GraphicsTypes.h.
5016
5017 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5018
5019         * format.C: new placeholder $$a to pass the socket address.
5020
5021         * bufferlist.[Ch]: new function getBufferFromTmp.
5022
5023         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5024           files in the temporary dir.
5025
5026 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5027
5028         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5029
5030         * Makefile.am: add lyxsocket.[Ch].
5031
5032         * lyx_main.C (error_handler): handle SIGPIPE.
5033
5034 2003-10-13  André Pönitz  <poenitz@gmx.net>
5035
5036         * BufferView_pimpl.C:
5037         * lyxtext.h:
5038         * text.C:
5039         * text2.C:
5040         * text3.C:
5041         * undo_funcs.[Ch]: use paroffset_type instead of
5042           ParagraphList::iterators to prevent multiple conversion
5043           (and get a more robust interface)
5044
5045 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5046
5047         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5048         * lyxtext.h: ditto
5049         * text3.C (dispatch): ditto
5050
5051 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5052
5053         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5054         move the onlyfile, use onlyfile instead of foundfile in a couple
5055         of places.
5056
5057         * DepTable.C (update): flush the error stream a bit more
5058
5059 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5060
5061         * lyxserver.C (callback): adjust
5062
5063         * lyxfunc.C (getStatus): add a missing brace in commented code
5064         (ensureBufferClean): reindent
5065         (dispatch): delete version taking a string
5066
5067 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5068
5069         * LaTeX.C (deplog): move found file handlig from here...
5070         (handleFoundFile): .. to new function here.
5071         (deplog): make sure to discover several files mentioned on the
5072         same log line.
5073
5074 2003-10-10  André Pönitz  <poenitz@gmx.net>
5075
5076         * lyxfunc.C:
5077         * lyxtext.h:
5078         * tabular.C:
5079         * text.C:
5080         * text2.C:
5081         * text3.C: fix some of the tabular crashes
5082
5083 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5084
5085         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5086
5087         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5088
5089 2003-10-09  André Pönitz  <poenitz@gmx.net>
5090
5091         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5092
5093         * BufferView.C:
5094         * BufferView_pimpl.C:
5095         * bufferview_funcs.C:
5096         * lyx_cb.C:
5097         * lyxcursor.C:
5098         * lyxfind.C:
5099         * lyxfunc.C:
5100         * lyxtext.h:
5101         * text.C:
5102         * text2.C:
5103         * text3.C:
5104         * text_funcs.[Ch]:
5105         * textcursor.[Ch]:
5106         * undo_funcs.C: adjust
5107
5108 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5109
5110         * text2.C (incrementItemDepth): new function, use a backtracking
5111         algorithm to discover the correct item depth.
5112         (resetEnumCounterIfNeeded): new function, use a backtracking
5113         algorithm to discover if counter reset is needed.
5114         (setCounter): use them. Simplify a bit. Add different labels for
5115         different item depths for itemize.
5116
5117         * paragraph.C (Paragraph): remove initialization of enumdepth
5118         (operator=): ditto
5119
5120         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5121         enumerate and itemize. Change the type of itemdepth to signed char.
5122
5123 2003-10-08  André Pönitz  <poenitz@gmx.net>
5124
5125         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5126           thing assignable.
5127         * text.C:
5128         * text2.C: adjust
5129
5130         * tabular.[Ch]: fix crash after 'row-insert'
5131
5132 2003-10-08  Angus Leeming  <leeming@lyx.org>
5133
5134         Fix doxygen warnings.
5135
5136         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5137         Remove CutAndPaste:: prefix from header file declaration.
5138
5139         * LColor.h (fill): remove LColor:: prefix from declaration.
5140
5141         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5142         use lyx::depth_type rather than Paragraph::depth_type so that
5143         header file and .C file match.
5144
5145         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5146
5147         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5148         * aspell.C: \file aspell_local.C -> \file aspell.C
5149         * gettext.C: \file gettext.C -> \file src/gettext.C
5150         * gettext.h: \file gettext.h -> \file src/gettext.h
5151         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5152         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5153         * text.C: \file text.C -> \file src/text.C
5154
5155         * toc.C: move comment so that doxygen is not confused.
5156
5157 2003-10-07  Angus Leeming  <leeming@lyx.org>
5158
5159         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5160
5161 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5162
5163         * aspell.C:
5164         * aspell_local.h: add forgotten std::string's.
5165
5166 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5167
5168         * LaTeXFeatures.C:
5169         * LyXAction.C:
5170         * factory.C:
5171         * lfuns.h:
5172         * lyxfunc.C:
5173         * text3.C: The Box patch. Fancybox support, minipage, parbox
5174
5175 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5176
5177         * CutAndPaste.h:
5178         * DepTable.h:
5179         * FloatList.h:
5180         * LaTeXFeatures.h:
5181         * ParagraphParameters.h:
5182         * TextCache.h:
5183         * Thesaurus.h:
5184         * bufferlist.h:
5185         * exporter.h:
5186         * importer.h:
5187         * lastfiles.h:
5188         * lyxfind.h:
5189         * lyxfont.h:
5190         * lyxlex.h:
5191         * lyxtextclasslist.h:
5192         * messages.h:
5193         * paragraph.h:
5194         * paragraph_pimpl.C:
5195         * textcursor.h: add <string> and other small fixes to make Lars'
5196         std::string patch compile with STLport.
5197
5198 2003-10-06  Angus Leeming  <leeming@lyx.org>
5199
5200         * LColor.h: Add missing #include <string>.
5201
5202 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5203
5204         * All most all file in all subdirs: Make <string> be the prefered
5205         way of getting to std::string, add using declarations.
5206
5207 2003-10-06  André Pönitz  <poenitz@gmx.net>
5208
5209         * metricsinfo.C: initialize LyXFont before changing attribute.
5210         (fixes the 'math in \emph is upright' bug)
5211
5212 2003-10-06  André Pönitz  <poenitz@gmx.net>
5213
5214         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5215
5216 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5217
5218         * graph.C:
5219         * paragraph_pimpl.C: Small fixes to build using STLport
5220
5221 2003-10-02  André Pönitz  <poenitz@gmx.net>
5222
5223         * lyxfunc.C:
5224         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5225
5226 2003-10-01  André Pönitz  <poenitz@gmx.net>
5227
5228         * factory.C: assert early
5229
5230 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5231
5232         * lyx_main.C: remove the global debug object
5233
5234         * debug.h: adjust for new debugstream
5235
5236         * debug.C: adjust for new debugstream and keep the global debug
5237         object here.
5238
5239 2003-09-22  Angus Leeming  <leeming@lyx.org>
5240
5241         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5242         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5243         an incomplete class LyXFont.
5244
5245 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5246
5247         * factory.C: bug fix in branches
5248
5249 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5250
5251         * lyxfunc.C (processKeySym): adjust
5252         (dispatch): adjust
5253         (dispatch): change arg name from ev to func, adjust
5254         (sendDispatchMessage): ditto
5255
5256         * lyx_main.C (defaultKeyBindings): adjust keybindings
5257         (deadKeyBindings): ditto
5258
5259         * kbsequence.C (addkey): return a FuncRequest
5260
5261         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5262
5263         * kbmap.C (bind): take a FuncRequest as arg, adjust
5264         (read): adjust
5265         (lookup): adjust
5266         (defkey): change to take a FuncRequest as arg, adjust
5267         (findbinding): take a FuncRequest as arg, adjust.
5268
5269         * funcrequest.h (operator=): added
5270
5271         * funcrequest.C (FuncRequest): default kb_action changed from
5272         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5273
5274         * buffer.C (dispatch): simplify
5275         (dispatch): adjust to take a FuncRequest as arg, adjust
5276
5277         * boost.C (assertion_failed): change assertion message slightly
5278
5279         * ToolbarBackend.C (read): simplify
5280
5281         * MenuBackend.C (binding): adjust call to findbinding, add a
5282         message if no binding is found.
5283         (read): simplify
5284         (expandToc): correct by adding a empty FuncRequest
5285
5286         * LyXAction.C: include <boost/assert.hpp>
5287         (isPseudoAction): delete function
5288         (LookupFunc): change name to...
5289         (lookupFunc): this. change return type to FuncRequest.
5290         (getActionName): take kb_action as arg, simplify
5291         (funcHasFlag): add an assert, simplify.
5292
5293 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5294
5295         * toc.C (action): return a FuncRequest, simplify
5296
5297         * lyxfunc.C (processKeySym): adjust
5298         (getStatus): delete version that takes an int.
5299         (getStatus): adjust
5300         (dispatch): delete version that takes action as int
5301         (dispatch): adjust
5302         (sendDispatchMessage): simplify and adjust
5303
5304         * funcrequest.C (getArg): take unsigned int as arg
5305
5306         * ToolbarBackend.C (read): adjust
5307         (add): delete version that takes func as a string.
5308         (getIton): take a FuncRequest as arg
5309
5310         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5311         action.
5312
5313         * MenuBackend.C (MenuItem): add a new construct that only takes a
5314         Kind, simplify the constructor use for submenus.
5315         (add): adjust
5316         (expandLastfiles): adjust
5317         (expandDocuments): adjust
5318         (expandFormats): adjust
5319         (expandFloatListInsert): adjust
5320         (expandFloatInsert): adjust
5321         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5322
5323         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5324         Remove class variables lyx_pseudo_map and lyx_arg_map
5325
5326         * LyXAction.C (searchActionArg): delete function
5327         (getPseudoAction): delete function
5328         (retrieveActionArg): delete function
5329         (LookupFunc): make it return kb_action, simplify.
5330         (getActionName): simplify
5331
5332         * factory.C (createInset): fix new bug
5333
5334 2003-09-19  Angus Leeming  <leeming@lyx.org>
5335
5336         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5337         masterFilename_ parameter in the include inset.
5338
5339         * factory.C (createInset): changes due to the changes to InsetInclude.
5340
5341 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5342
5343         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5344
5345 2003-09-18  Angus Leeming  <leeming@lyx.org>
5346
5347         * buffer.C:
5348         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5349         Inset::fillWithBibKeys.
5350         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5351
5352 2003-09-18  Angus Leeming  <leeming@lyx.org>
5353
5354         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5355         variables.
5356         (ctor): pass and store a 'Buffer const &'
5357         (buffer): new member function.
5358
5359         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5360         '*this' to the LaTeXFeatures ctor.
5361
5362 2003-09-18  Angus Leeming  <leeming@lyx.org>
5363
5364         * LColor.h:
5365         * lyxfont.C:
5366         * lyxfont.h:
5367         * lyxtext.h:
5368         * text.C: rename EnumLColor as LColor_color.
5369
5370 2003-09-18  Angus Leeming  <leeming@lyx.org>
5371
5372         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5373         remove #include "insets/insetbase.h" from cursor.h.
5374
5375 2003-09-18  Angus Leeming  <leeming@lyx.org>
5376
5377         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5378         InsetOld_code to remove #include "inset.h".
5379
5380         * iterators.C: add #include "insets/inset.h"
5381
5382 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5383
5384         * BufferView.C: remove more locking stuff that apparently doesn't
5385         do anything sensible.
5386
5387 2003-09-16  André Pönitz  <poenitz@gmx.net>
5388
5389         * paragraph.[Ch]:
5390         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5391           performance boost.
5392
5393 2003-09-16  Angus Leeming  <leeming@lyx.org>
5394
5395         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5396
5397         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5398         arg/return type.
5399
5400         * paragraph.h: remove #include "lyxfont.h". Forward declare
5401         LyXFont_size.
5402
5403 2003-09-16  Angus Leeming  <leeming@lyx.org>
5404
5405         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5406         of support/textutils.h.
5407         (isWord): move the contents of support/textutils.h's IsWordChar here.
5408
5409         * buffer.C:
5410         * lyxfind.C:
5411         * rowpainter.C:
5412         * text.C:
5413         * text2.C: add #include "paragraph.h".
5414
5415         * rowpainter.C:
5416         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5417
5418 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5419
5420         * main.C:
5421         * lyx_main.C:
5422         * lyx_cb.C:
5423         * buffer.C:
5424         * LaTeX.C: use namespace alias for lyx::support::os
5425
5426 2003-09-16  Angus Leeming  <leeming@lyx.org>
5427
5428         * bufferparams.C:
5429         * bufferview_funcs.C:
5430         * factory.C:
5431         * lyxfunc.C:
5432         * paragraph_pimpl.C:
5433         * rowpainter.C:
5434         * text.C: add #include "LColor.h".
5435
5436 2003-09-16  Angus Leeming  <leeming@lyx.org>
5437
5438         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5439         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5440         return LyXFont &.
5441         Store the FontBits::color variable as an int rather than as an
5442         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5443         file.
5444
5445         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5446         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5447         string calls together.
5448
5449         * lyxrc.C: add #include "LColor.h".
5450
5451 2003-09-15  Angus Leeming  <leeming@lyx.org>
5452
5453         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5454         a cow_ptr.
5455
5456 2003-09-15  Angus Leeming  <leeming@lyx.org>
5457
5458         * LColor.h: add an EnumLColor wrapper for LColor::color.
5459
5460         * lyxfont.[Ch] (color, setColor, realColor):
5461         * lyxtext.h, text.C (backgroundColor):
5462         pass EnumLColor args to/from the functions, rather than LColor::color
5463         ones.
5464
5465         * lyxfont.h:
5466         * lyxtext.h: forward declare EnumLColor.
5467
5468         * lyx_main.C: add #include "LColor.h".
5469
5470 2003-09-15  Angus Leeming  <leeming@lyx.org>
5471
5472         * .cvsignore: add lyx-gtk.
5473
5474 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5475
5476         * Chktex.C
5477         * LaTeX.C
5478         * LaTeXFeatures.C
5479         * ParagraphParameters.C
5480         * Spacing.C
5481         * buffer.C
5482         * bufferparams.C
5483         * bufferview_funcs.C
5484         * chset.C
5485         * counters.C
5486         * funcrequest.C
5487         * lyxfont.C
5488         * lyxgluelength.C
5489         * lyxlength.C
5490         * paragraph.C
5491         * paragraph_funcs.C
5492         * text3.C
5493         * vc-backend.C: remove usage of STRCONV
5494
5495 2003-09-15  Angus Leeming  <leeming@lyx.org>
5496
5497         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5498         explicitly define the color passed to the painter.
5499
5500 2003-09-15  Angus Leeming  <leeming@lyx.org>
5501
5502         * bufferparams.C (BufferParams): reorder member initializers to avoid
5503         compiler warning.
5504
5505 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5506
5507         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5508         * text.C (updateRowPositions): remove an unusual nop
5509
5510 2003-09-12  André Pönitz  <poenitz@gmx.net>
5511
5512         * BufferView_pimpl.C:
5513         * Bullet.C:
5514         * layout.h:
5515         * lyxfunc.C:
5516         * lyxlayout.[Ch]:
5517         * lyxtextclass.C:
5518         * rowpainter.C:
5519         * text.C:
5520         * text2.C:
5521         * Counters.[Ch]: finish the 'automatic counters' job
5522
5523 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5524
5525         * aspell.C: include <boost/assert.cpp> (compile fix)
5526
5527 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5528
5529         * boost.C (assertion_failed): use lyx::support::abort instead of
5530         assert.
5531
5532 2003-09-10  Angus Leeming  <leeming@lyx.org>
5533
5534         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5535         with their _fwd progeny.
5536
5537 2003-09-09  Angus Leeming  <leeming@lyx.org>
5538
5539         134 files throughtout the source tree: replace 'using namespace abc;'
5540         directives with the appropriate 'using abc::xyz;' declarations.
5541
5542 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5543
5544         * boost.C (emergencyCleanup): moved here from LAssert.c
5545         (assertion_failed): new function, called by BOOST_ASSERT
5546
5547         * several files: change Assert to BOOST_ASSERT
5548
5549 2003-09-09  Angus Leeming  <leeming@lyx.org>
5550
5551         * buffer.[Ch]: Add an Impl class and move Buffer's member
5552         variables into it. As a result move several header files out of
5553         buffer.h.
5554
5555         Add header files to lots of .C files all over the tree as a result.
5556
5557 2003-09-09  Angus Leeming  <leeming@lyx.org>
5558
5559         * buffer.[Ch]: make Buffer's member variables private. Add
5560         accessor functions.
5561
5562         Lots of changes all over the tree as a result.
5563
5564 2003-09-08  Angus Leeming  <leeming@lyx.org>
5565
5566         * graph.C: #include <config.h>.
5567
5568 2003-09-08  Angus Leeming  <leeming@lyx.org>
5569
5570         * BranchList.C:
5571         * BufferView.C:
5572         * BufferView_pimpl.C:
5573         * CutAndPaste.C:
5574         * DepTable.C:
5575         * LaTeX.C:
5576         * LaTeXFeatures.C:
5577         * LyXAction.C:
5578         * MenuBackend.C:
5579         * TextCache.C:
5580         * aspell.C:
5581         * buffer.C:
5582         * bufferlist.C:
5583         * changes.C:
5584         * chset.C:
5585         * converter.C:
5586         * counters.C:
5587         * debug.C:
5588         * graph.C:
5589         * ispell.C:
5590         * lyx_cb.C:
5591         * lyxfind.C:
5592         * lyxfunc.C:
5593         * lyxlex_pimpl.C:
5594         * lyxrc.C:
5595         * lyxrow.C:
5596         * paragraph.C:
5597         * rowpainter.C:
5598         * texrow.C:
5599         * text.C:
5600         * text2.C:
5601         * toc.C: remove redundant using directives.
5602
5603 2003-09-07  Angus Leeming  <leeming@lyx.org>
5604
5605         * LaTeXFeatures.h: remove #include "support/types.h".
5606         * ToolbarBackend.h: remove #include <algorithm>.
5607         * changes.h: remove #include <ctime>.
5608         * debug.h: remove #include <iosfwd>.
5609         * graph.h: remove #include "support/std_string.h".
5610         * lyx_main.h: remove #include <csignal>.
5611         * lyxlex_pimpl.h: remove #include <fstream>.
5612         * sgml.h: remove #include <algorithm>, <utility>.
5613         * toc.h: remove #include "support/std_ostream.h".
5614         Add #include <iosfwd>.
5615
5616 2003-09-07  Angus Leeming  <leeming@lyx.org>
5617
5618         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5619
5620         * converter.h: forward declare LatexRunParams.
5621         * encoding.h: remove #include "lyxrc.h".
5622         * lyxtext.h: remove #include "LColor.h".
5623         * lyxtextclass.h: remove #include "support/types.h".
5624         * trans.h: remove #include "tex-accent.h".
5625         * trans_mgr.h: remove #include "tex-accent.h".
5626         * insets/inset.h: remove #include "support/types.h", <vector>.
5627         * insets/insetcollapsable.h: remove #include "LColor.h".
5628         * insets/insetinclude.h: remove #include "dimension.h".
5629         * insets/insetlatexaccent.h: remove #include "dimension.h".
5630         * insets/insetoptarg.h:: remove #include "insettext.h".
5631         * insets/insettext.h: remove #include "dimension.h",
5632         <boost/shared_ptr.hpp>
5633
5634         * insets/renderers.h: add #include "dimension.h".
5635         * insets/updatableinset.h: add #include "support/types.h".
5636
5637         * many .C files: Associated changes.
5638
5639 2003-09-06  Angus Leeming  <leeming@lyx.org>
5640
5641         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5642         one, inside testInvariant.
5643
5644         * PrinterParams.C: new file.
5645         * PrinterParams.[Ch]: move the function bodies out of line.
5646
5647 2003-09-06  Angus Leeming  <leeming@lyx.org>
5648
5649         * ParagraphParameters.h: forward declare ParameterStruct rather than
5650         including its header file.
5651         (depth): moved out-of-line.
5652
5653 2003-09-06  Angus Leeming  <leeming@lyx.org>
5654
5655         * BufferView_pimpl.h:
5656         * kbmap.h:
5657         * kbsequence.h:
5658         * lyxfunc.h: forward declare LyXKeySym rather than
5659         #include "frontends/LyXKeySym.h".
5660
5661         * BufferView_pimpl.C:
5662         * kbmap.C:
5663         * kbsequence.C:
5664         * lyxfunc.C: associated changes.
5665
5666 2003-09-06  Angus Leeming  <leeming@lyx.org>
5667
5668         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5669         As a result, can remove the #include "insets/inset.h" from BufferView.h
5670
5671 2003-09-06  Angus Leeming  <leeming@lyx.org>
5672
5673         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5674         As a result, can remove the #include "insets/inset.h" from BufferView.h
5675
5676 2003-09-06  Angus Leeming  <leeming@lyx.org>
5677
5678         * buffer_funcs.C:
5679         * buffer.h:
5680         * bufferlist.C:
5681         * BufferView.C:
5682         * bufferview_funcs.C:
5683         * BufferView_pimpl.C:
5684         * CutAndPaste.C:
5685         * lyx_cb.C:
5686         * lyxfunc.C:
5687         * paragraph.h:
5688         * ParagraphParameters.C:
5689         * tabular.C:
5690         * text3.C:
5691         * toc.C:
5692         * undo_funcs.C:
5693         * frontends/controllers/ControlDocument.C:
5694         * insets/insetcaption.C: rearrange the #includes into some sort of
5695         coherent order.
5696
5697         * buffer.h: remove #includes ErrorList.h, undo.h
5698
5699 2003-09-06  Angus Leeming  <leeming@lyx.org>
5700
5701         * support/types.h: add a 'depth_type' typedef, used to store the
5702         nesting depth of a paragraph.
5703
5704         * paragraph.h:
5705         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5706         defining explicitly.
5707
5708         * buffer.h:
5709         * paragraph_funcs.h:
5710         * ParagraphParameters.h:
5711         * sgml.h: use lyx::depth_type rather than Paragraph or
5712         ParameterStruct's depth_type.
5713
5714         * buffer.h
5715         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5716
5717         * BufferView.C:
5718         * BufferView_pimpl.C:
5719         * CutAndPaste.C:
5720         * ParagraphParameters.C:
5721         * buffer_funcs.C:
5722         * bufferlist.C:
5723         * bufferview_funcs.C:
5724         * lyx_cb.C:
5725         * lyxfunc.C:
5726         * tabular.C:
5727         * text3.C:
5728         * toc.C:
5729         * undo_funcs.C:
5730         * frontends/LyXView.C:
5731         * frontends/controllers/ControlDocument.C:
5732         * frontends/controllers/ControlErrorList.C:
5733         * insets/insetbibitem.C:
5734         * insets/insetbranch.C:
5735         * insets/insetcaption.C:
5736         * insets/insetcollapsable.C:
5737         * insets/insetenv.C:
5738         * insets/insetert.C:
5739         * insets/insetfloat.C:
5740         * insets/insetfoot.C:
5741         * insets/insetfootlike.C:
5742         * insets/insetnewline.C:
5743         * insets/insetquotes.C:
5744         * insets/insettabular.C:
5745         * insets/insettext.C:
5746         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5747
5748         * frontends/controllers/ControlChanges.C: #include "changes.h".
5749
5750 2003-09-06  Angus Leeming  <leeming@lyx.org>
5751
5752         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5753         than #including paragraph.h.
5754
5755         * ParagraphList.h:
5756         * RowList.h: deleted. Superfluous.
5757
5758         * CutAndPaste.h:
5759         * iterators.h:
5760         * lyxcursor.h:
5761         * lyxtext.h:
5762         * text_funcs.h:
5763         * undo.h:
5764         * undo_funcs.h:
5765         * insets/inset.h:
5766         * insets/insettext.h: use ParagraphList_fwd.h rather than
5767         ParagraphList.h.
5768
5769         * paragraph.h: don't forward declare ParagraphList.
5770
5771         * buffer.h:
5772         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5773         rather than ParagraphList.h. paragraph.h is still needed for the
5774         Paragraph::depth_type parameters.
5775
5776         * textcursor.h: enable it to compile stand-alone in light of the
5777         above changes.
5778
5779         * bufferview_funcs.C:
5780         * iterators.C:
5781         * lyxfunc.C:
5782         * lyxrow_funcs.C:
5783         * paragraph.C:
5784         * rowpainter.C:
5785         * text.C:
5786         * text2.C:
5787         * text3.C:
5788         * text_funcs.C:
5789         * textcursor.C:
5790         * undo.C:
5791         * frontends/controllers/ControlParagraph.C:
5792         * frontends/controllers/ControlTabular.C:
5793         * insets/insetmarginal.C:
5794         * insets/insetminipage.C:
5795         * insets/insetnote.C:
5796         * insets/insetoptarg.C: add header files needed to compile again.
5797
5798 2003-09-06  Angus Leeming  <leeming@lyx.org>
5799
5800         * RowList_fwd.h: new file, forward-declaring Row rather than
5801         #including lyxrow.h.
5802
5803         * lyxrow_funcs.h:
5804         * lyxtext.h:
5805         * paragraph.h:
5806         * insets/insettext.h: use it instead of RowList.h
5807
5808         * bufferview_funcs.C:
5809         * lyxfunc.C:
5810         * lyxrow_funcs.C:
5811         * paragraph.C:
5812         * rowpainter.C:
5813         * text.C:
5814         * text2.C:
5815         * text3.C: #include "RowList.h".
5816
5817 2003-09-05  Angus Leeming  <leeming@lyx.org>
5818
5819         * factory.C (createInset):
5820         * vspace.C (c-tor): replace sscanf call with an istringstream.
5821         * ispell.C: re-add missing HP/UX headers.
5822         * lyxserver.C: re-add missing  os2 headers.
5823
5824 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5825
5826         * BranchList.C:
5827         * graph.C:
5828         * ispell.C:
5829         * lastfiles.C:
5830         * lyx_cb.C:
5831         * lyxserver.C:
5832         * texrow.C:
5833         * text3.C: re-add missing system headers, needed for 2.95.2.
5834
5835 2003-09-05  Angus Leeming  <leeming@lyx.org>
5836
5837         Changes most place everywhere due to the removal of using directives
5838         from support/std_sstream.h.
5839
5840 2003-09-05  Angus Leeming  <leeming@lyx.org>
5841
5842         Replace LString.h with support/std_string.h,
5843         Lsstream.h with support/std_sstream.h,
5844         support/LIstream.h with support/std_istream.h,
5845         support/LOstream.h with support/std_ostream.h.
5846
5847         Changes resulting throughout the tree.
5848
5849 2003-09-05  Angus Leeming  <leeming@lyx.org>
5850
5851         * sgml.h: ensure that the header file can be compiled stand-alone.
5852         * *.C: strip out redundant #includes. (320 in total.)
5853
5854 2003-09-04  Angus Leeming  <leeming@lyx.org>
5855
5856         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5857         here (from getPackages).
5858
5859         * debug.[Ch]: add a new EXTERNAL tag.
5860
5861 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5862
5863         * text2.C (cursorEnd): simplify
5864         (setCursor): adjust
5865         (getColumnNearX): adjust
5866
5867         * text.C (computeBidiTables): adjust
5868         (fill): adjust
5869
5870         * rowpainter.C (paintChars): adjust
5871         (paintSelection): adjust
5872         (paintChangeBar): adjust
5873         (paintText): adjust
5874
5875         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5876         lastPos instead.
5877         (numberOfSeparators): adjust
5878
5879 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5880
5881         * LyXAction.C:
5882         * box.[Ch]:
5883         * lfuns.h:
5884         * lyxfunc.C:
5885         * text3.C: Restricts the mouse click functionality
5886         of insets like bibtex, include, toc and floatlist to the visible
5887         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5888         up the dialogs. Cursor has to be in front of the inset (i.e.
5889         start of row) for this to function.
5890
5891 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5892
5893         * bufferview_funcs.C (currentState): output row information
5894
5895 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5896
5897         * bufferview_funcs.C (currentState): output paragraph position
5898
5899 2003-09-04  Angus Leeming  <leeming@lyx.org>
5900
5901         * FloatList.h: move out #include "Floating.h".
5902         * LaTeX.h: move out #include "DepTable.h".
5903         * LyXAction.h: move out #include "funcrequest.h".
5904         * buffer.h: move out #include "author.h", "iterators.h".
5905         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5906         * lyx_main.h: move out #include "errorlist.h".
5907         * lyxfunc.h: move out #include "FuncStatus.h".
5908         * lyxtext: move out #include "lyxcursor.h".
5909         * paragraph_pimpl.h: move out #include "counters.h".
5910
5911 2003-09-03  Angus Leeming  <leeming@lyx.org>
5912
5913         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5914         preamble_snippets list, enabling us to add snippets to the preamble
5915         only if the snippet was not there already.
5916
5917 2003-09-04  Angus Leeming  <leeming@lyx.org>
5918
5919         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5920
5921 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5922
5923         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5924         update
5925
5926 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5927
5928         * BranchList.C: point fix, earlier forgotten
5929
5930 2003-09-02  Angus Leeming  <leeming@lyx.org>
5931
5932         * box.C (contains): renamed from 'contained' after a fantastic
5933         amount of hot air.
5934
5935 2003-09-02  John Levon  <levon@movementarian.org>
5936
5937         * BufferView.C:
5938         * lyxcursor.h:
5939         * lyxcursor.C:
5940         * lyxfunc.C:
5941         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5942
5943 2003-09-02  John Levon  <levon@movementarian.org>
5944
5945         * text2.C: simplification of cursorEnd(), including partial
5946         fix for bug 1376
5947
5948 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5949
5950         * buffer.C (readFile): add a space
5951
5952 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5953
5954         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5955
5956 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5957
5958         * buffer.C (readFile): new function, take a filename and a
5959         ParagraphList::iterator
5960         (readFile): adjust
5961         (readFile): adjust, make it private. don't use setStream, make
5962         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5963         always contain the filename.
5964
5965         * BufferView.C (insertLyXFile): simplify and make it work for
5966         gzipped files.
5967
5968 2003-08-30  John Levon  <levon@movementarian.org>
5969
5970         * Makefile.am: fix dist (from Kayvan)
5971
5972 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5973
5974         * most files: change to use const Buffer refs
5975
5976 2003-08-27  André Pönitz  <poenitz@gmx.net>
5977
5978         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5979         on top of ownerPar().
5980
5981 2003-08-27  John Levon  <levon@movementarian.org>
5982
5983         * funcrequest.C: properly initialise POD members
5984
5985 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5986
5987         * lyxtext.h (top_y): move top_y from here
5988         * text.C:
5989         * text2.C:
5990         * text3.C:
5991         * BufferView.[Ch]:
5992         * BufferView_pimpl.[Ch]: to here
5993         * frontends/screen.C:
5994         * insets/insettabular.C:
5995         * insets/insettext.C: adjust
5996         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5997
5998 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5999
6000         * BufferView.[Ch]:
6001         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6002
6003 2003-08-26  André Pönitz  <poenitz@gmx.net>
6004
6005         * paragraph_func.[Ch] (outerPar): new function
6006
6007         * paragraph.C:
6008         * paragraph_funcs.C:
6009         * paragraph_funcs.h:
6010         * paragraph_pimpl.C:
6011         * text2.C: remove Inset::par_owner
6012
6013 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6014
6015         * lyxrow_funcs.C:
6016         * lyxtext.h:
6017         * text.C:
6018         * text2.C: eliminates the needFullRow/display() stuff
6019         altogether, putting the logic in metrics/draw in the insets.
6020
6021 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6022
6023         * text2.C (redoParagraphInternal, redoParagraphs):
6024         * text.C (redoParagraph): add a call to updateRowPositions at the
6025         end of each 'metrics-like' call. Remove all others.
6026         (getRow): remove the 'y-computing' version.
6027         (getRowNearY): do not compute nor return the real y. Solve the
6028         'y < 0' problem and simplify.
6029
6030 2003-08-22  Angus Leeming  <leeming@lyx.org>
6031
6032         * *.[Ch]: clean-up of licence and author blurbs.
6033         Also move config.h out of a few .h files and into a few .C files.
6034
6035 2003-08-22  André Pönitz  <poenitz@gmx.net>
6036
6037         * lyxrow.[Ch]: add x_ and *fill_ members
6038
6039         * lyxtext.h:
6040         * text.C:
6041         * rowpainter.C:
6042         * text2.C: adjust/remove prepareToPrint() calls
6043
6044 2003-08-22  André Pönitz  <poenitz@gmx.net>
6045
6046         * lyxrow.[Ch]: add  end_ member
6047
6048         * lyxrow_funcs.C: use LyXRow::end_
6049
6050         * lyxtext.h (singleWidth): add LyXFont parameter
6051
6052         * rowpainter.C:
6053         * text2.C: adjust LyXText::singleWidth() calls
6054
6055         * text.C (redoParagraph): simplify row breaking logic
6056
6057
6058 2003-08-19  André Pönitz  <poenitz@gmx.net>
6059
6060         * funcrequest.C: initialize button_ member
6061
6062         * text3.C:
6063         * rowpainter.[Ch]: interface consolidation
6064
6065 2003-08-18  André Pönitz  <poenitz@gmx.net>
6066
6067         * BufferView.C:
6068         * BufferView_pimpl.C:
6069         * lyxfind.C:
6070         * paragraph_funcs.C:
6071         * rowpainter.C:
6072         * text3.C: remove LyXScreen::draw() and fitCursor calls
6073
6074         * BranchList.h: remove spurious semicolons
6075
6076         * MenuBackend.C: fix branchlist related crash
6077
6078 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6079
6080         * BranchList.[Ch]:
6081         * InsetList.[Ch]:
6082         * LColor.[Ch]:
6083         * LyXAction.C:
6084         * Makefile.am:
6085         * MenuBackend.[Ch]:
6086         * bufferparams.[Ch]:
6087         * factory.C:
6088         * lfuns.h:
6089         * lyxfunc.C:
6090         * text3.C: implements the 'branch inset'
6091         idea. This allows the output of various versions of a document
6092         from a single source version, selectively outputing or suppressing
6093         output of parts of the text.
6094         This implementation contains a 'branch list editor' in a separate
6095         tab of the document settings dialog. Branches are user definable
6096         and have a "display colour" to distinguish them on-screen.
6097
6098         ColorHandler was somewhat cleaned up.
6099         (1) make possible a dynamically growing LColor list by allowing
6100         the graphic context cache to grow along (vector);
6101         (2) eliminate an IMHO unnecessary step in colour allocation.
6102
6103 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6104
6105         * BufferView_pimpl.C: compile fix
6106
6107 2003-08-15  André Pönitz  <poenitz@gmx.net>
6108
6109         * rowpainter.C: remove extra metrics calls
6110
6111         * lyxtext.h: merge the two constructors into a single one,
6112           pass reference to owner's par list
6113
6114         * BufferView_pimpl.C:
6115         * text.C:
6116         * text2.C: adjust
6117
6118 2003-08-15  André Pönitz  <poenitz@gmx.net>
6119
6120         * lyxrow_funcs.[Ch]:
6121         * lyxtext.h:
6122         * paragraph.h:
6123         * paragraph_funcs.C:
6124         * rowpainter.C:
6125         * text.C:
6126         * text2.C:
6127         * text3.C:
6128         * text_funcs.C: split LyXText::rowlist_ into individual
6129         Paragraph::rows_ chunks
6130
6131         * BufferView.[Ch]:
6132         * BufferView_pimpl.[Ch]:
6133         * lyxfind.C:
6134         * lyxtext.h:
6135         * text3.C: remove toggleSelection()
6136
6137 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6138
6139         * bufferlist.C: beautify two alerts (shorter text of buttons)
6140         * buffer.C: Remove redundant ' ' from message
6141         * tabular.h:
6142         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6143         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6144         rename VALIGN_CENTER to VALIGN_MIDDLE
6145
6146 2003-08-11  André Pönitz  <poenitz@gmx.net>
6147
6148         * lyxtext.h (getPar):
6149         * text.C: new function
6150
6151 2003-08-11  André Pönitz  <poenitz@gmx.net>
6152
6153         * Makefile.am:
6154         * tracer.[Ch]: remove unneeded files
6155
6156         * InsetList.[Ch]: remove resizeInsetsLyXText()
6157
6158         * lyxtext.h:
6159         * text.C:
6160         * text2.C:
6161         * text3.C: merge insertParagraphs() and appendParagraph()
6162         remove breakAgain(), update()
6163
6164         * BufferView_pimpl.[Ch]:
6165         * bufferview_funcs.[Ch]:
6166         * lyxfunc.C:
6167         * paragraph.[Ch]:
6168         * rowpainter.C:
6169         * tabular.C: adjust after text & InsetList changes.
6170
6171 2003-08-08  André Pönitz  <poenitz@gmx.net>
6172
6173         * text.C (insertChar, backspace): replace rowlist fiddling
6174         with rebreak of full par
6175
6176         * lyxtext.h:
6177         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6178         checkParagraph, updateInset): removed
6179
6180 2003-08-07  André Pönitz  <poenitz@gmx.net>
6181
6182         * paragraph.C:
6183         * text3.C: merge some LFUN handlers, remove dead code
6184
6185 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6186
6187         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6188
6189 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6190
6191         * text2.C (DEPM): fix part of bug 1255 and 1256
6192
6193 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6194
6195         * BufferView_pimpl.C (workAreaDispatch): change to use
6196         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6197         that are no mouse related.
6198
6199 2003-08-05  André Pönitz  <poenitz@gmx.net>
6200
6201         * BufferView.[Ch]:
6202         * BufferView_pimpl.[Ch]:
6203         * bufferview_funcs.C:
6204         * text2.C:
6205         * text3.C: rip out "deep update"
6206
6207         * textcursor.[Ch] (last_sel_cursor): remove unused member
6208
6209 2003-08-04  André Pönitz  <poenitz@gmx.net>
6210
6211         * BufferView.[Ch]:
6212         * BufferView_pimpl.[Ch]:
6213         * ParagraphParameters.C:
6214         * bufferview_funcs.C:
6215         * lyx_cb.C:
6216         * lyxfind.C:
6217         * lyxfunc.C:
6218         * text.C:
6219         * text2.C:
6220         * text3.C: replace "complicated" BufferView::update(...) calls with
6221         simpler ones.
6222
6223         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6224
6225 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6226
6227         * Makefile.am (lyx_SOURCES): add paper.h
6228
6229 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6230
6231         * Makefile.am: move things around so that both lyx-qt and
6232         lyx-xforms can be built (according to --with-frontend). Then lyx
6233         is a symbolic link to lyx-[firstfrontend]
6234
6235 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6236
6237         * Always use std::endl with lyxerr
6238
6239 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6240
6241         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6242
6243 2003-08-01  André Pönitz  <poenitz@gmx.net>
6244
6245         * BufferView.[Ch]:
6246         * BufferView_pimpl.[Ch]:
6247         * lyxfunc.C:
6248         * text3.C: merge BufferView::repaint() and BufferView::update()
6249
6250 2003-08-01  José Matos  <jamatos@lyx.org>
6251
6252         * buffer.[Ch]: file_format is no longer a buffer data element.
6253
6254 2003-08-01  André Pönitz  <poenitz@gmx.net>
6255
6256         * BufferView.C:
6257         * lyxtext.h:
6258         * text.C:
6259         * text2.C: make redoParagraph more independent of current cursor
6260
6261         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6262         * text.C:
6263         * text2.C: remove unneeded members
6264
6265 2003-07-30  André Pönitz  <poenitz@gmx.net>
6266
6267         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6268
6269         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6270           create a single function...
6271
6272         * paragraph_funcs.C (moveItem): ... here.
6273
6274         * text.C:
6275           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6276
6277 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6278
6279         * LColor.[Ch]: Add comment and greyedout logical colors.
6280
6281 2003-07-30  André Pönitz  <poenitz@gmx.net>
6282
6283         * tabular.C: don't use Assert too heavily. This crashes where it
6284           shouldn't
6285
6286 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6287
6288         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6289         is disabled (bug 1232)
6290
6291 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6292
6293         * factory.C: limited 'arg' scope
6294
6295 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6296
6297         * factory.C: fixed Note submenu issues
6298
6299 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6300
6301         * factory.C: submenu for Note/Comment/Greyedout
6302
6303 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6304
6305         * lyx_main.C (LyX):
6306         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6307
6308 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6309
6310         * LaTeXFeatures.C:
6311         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6312         greyedout. Patch provided by Jürgen Spitzmüller.
6313
6314 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6315
6316         * kbmap.C (read): fix error message when reading bind files
6317
6318 2003-07-29  Angus Leeming  <leeming@lyx.org>
6319
6320         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6321         certainly does not do what it purports to do. I am doing it, and
6322         us, a favour by killing it.
6323
6324 2003-07-28  José Matos  <jamatos@lyx.org>
6325
6326         * buffer.C (readBody, do_writeFile):
6327         * paragraph.C(readParagraph): \end_document replaces \the_end.
6328
6329 2003-07-29  André Pönitz  <poenitz@gmx.net>
6330
6331         * BufferView.[Ch]:
6332         * BufferView_pimpl.[Ch]:
6333         * lyxfunc.C:
6334         * text2.C:
6335         * text3.C:
6336         * textcursor.[Ch]: remove toggleToggle & Co
6337
6338 2003-07-28  José Matos  <jamatos@fep.up.pt>
6339
6340         * buffer.C (readParagraph):
6341         * params_func (readParToken, readParagraph):
6342         * paragraph.C (write): \layout -> \begin_layout.
6343
6344 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6345
6346         * lyxlex_pimpl.C (setFile): clean up slightly.
6347
6348         * bufferparams.h: add compressed var
6349
6350         * buffer_funcs.C (readFile): adjust for LyXLex change
6351         (newFile): ditto + simplify
6352
6353         * buffer.C (writeFile): handle writing of compressed files
6354
6355         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6356         Check if the file is compressed and set a bufferparm if so.
6357
6358         * Makefile.am (lyx_LDADD): remove explicit -lz
6359
6360 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6361
6362         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6363         makeDocBookFile): put the real LyX version in the first line of
6364         the file
6365
6366         * version.h:
6367         * version.C.in: remove lyx_docversion
6368
6369         * tabular.C (write_attribute): add a template-based version to
6370         write enums properly
6371
6372 2003-07-28  André Pönitz  <poenitz@gmx.net>
6373
6374         * lyxtext.h:
6375         * text.C:
6376         * text2.C:
6377         * text3.C: use doubles again for x-coordinates. They are needed.
6378
6379 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6380
6381         * messages.C (getLocaleDir): use lyx_localedir()
6382
6383         * lyxlex_pimpl.C (setFile): compress stuff
6384
6385         * buffer.C (writeFile): add some compression stuff
6386         (do_writeFile): new func, dont call expliti close... will this
6387         breake anything?
6388
6389         * Makefile.am (lyx_LDADD): add -lz
6390
6391 2003-07-28  José Matos  <jamatos@fep.up.pt>
6392
6393         * buffer.C: increment file format.
6394         * paragraph_funcs (readParagraph, readParToken):
6395         * paragraph.C (readParagraph): add \end_layout.
6396
6397 2003-07-27  Angus Leeming  <leeming@lyx.org>
6398
6399         * Makefile.am: remove special casing for configure-time setting of
6400         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6401
6402         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6403         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6404
6405 2003-07-26  André Pönitz  <poenitz@gmx.net>
6406
6407         * paragraph_func.[Ch]:
6408         * paragraph.C (realizeFont): inline it whereever it is used
6409
6410         * rowpainter.C:
6411         * text.C:
6412         * text2.C:
6413         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6414
6415
6416 2003-07-26  André Pönitz  <poenitz@gmx.net>
6417
6418         *       lyxtext.h:
6419         * text.C:
6420         * text2.C: get rid of LyXText::need_break_row
6421
6422 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6423
6424         * toc.[Ch]: put namespace toc inside namespace lyx
6425
6426         * MenuBackend.C (expandToc2): adjust for lyx::toc
6427         (expandToc): ditto
6428
6429         * lyxfunc.C (dispatch): adjust for lyx::find
6430
6431         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6432         lyx::find instead. Reorganize a bit.
6433         (LyXReplace): rename to replace
6434         (LyXFind): rename to find
6435
6436         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6437         (dispatch): ditto
6438
6439 2003-07-26  André Pönitz  <poenitz@gmx.net>
6440
6441         * text.C (setHeightOfRow): restrict scope of temporary variable
6442
6443         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6444           code (never has been used?)
6445
6446 2003-07-27  Asger Alstrup  <alstrup@local>
6447
6448         * text.C (fill): Optimise algorithm to exploit that we can reuse
6449         the LyXFont for many characters.
6450         (setHeightOfRow): Same thing.
6451         (rowBreakPoint): Same thing.
6452
6453 2003-07-26  Asger Alstrup  <alstrup@local>
6454
6455         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6456
6457         * text.C (singleWidth): Spurious font copying in hot-spot
6458         singleWidth avoided. Reorder tests for arabic for efficiency.
6459
6460         * text.C (fill): handle empty paragraphs better.
6461
6462 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6463
6464         * ispell.C:
6465         * encoding.h: add includes
6466
6467         * lyxrc.C: remove reading of bind files
6468
6469         * lyx_main.C (init): setup bindings and menus only if we have a
6470         gui.
6471
6472         * kbmap.C (read): new method. Do the actual reading of bind
6473         files.
6474
6475         * converter.C (dvipdfm_options):
6476         * bufferparams.C:
6477         * lyxrc.C (read):
6478         (output): adapt PAPER_* enums.
6479
6480         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6481
6482         * bufferparams.h: remove paper-related enums from there
6483
6484         * paper.h: New file. A trivial header file to hold paper-related
6485         enums. It should later expand to contain many paper-related
6486         horrors access.
6487
6488         * lyxrc.C: declare extern displayTranslator
6489
6490 2003-07-27  José Matos  <jamatos@fep.up.pt>
6491
6492         * tabular.[Ch] (linuxdoc): add support for tables and figures
6493         (linuxdoc).
6494
6495 2003-07-27  José Matos  <jamatos@fep.up.pt>
6496
6497         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6498         consistency in both functions.
6499         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6500
6501 2003-07-26  Asger Alstrup  <alstrup@local>
6502
6503         * rowpainter.C (paintRows): Change algorithm to work directly on
6504         the insets rather than asking every character in the document
6505         whether its an inset.
6506
6507 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6508
6509         * buffer.C (openFileWrite): factorize some code
6510
6511 2003-07-26  Angus Leeming  <leeming@lyx.org>
6512
6513         * lyx_cb.C:
6514         * lyx_main.[Ch]: replace occurances of system_tempdir with
6515         os::getTmpDir().
6516
6517 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6518
6519         * rename Inset to InsetOld
6520
6521 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6522
6523         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6524         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6525         which I think is a bit clearer. EDIT is gone, since it was
6526         premature optimisation, and broken for mathed anyway.
6527         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6528         with cursor positioning in insets as well (math insets still do not
6529         work, but that's a different story anyway.) It mysteriously
6530         crashes sometimes with undo in the first paragraph, but I'm fairly
6531         confident that this is a compiler bug.
6532
6533 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6534
6535         * paragraph.C (Paragraph): adjust for new clone return type
6536         (operator==): ditto
6537         (copyIntoMinibuffer): ditto
6538
6539 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6540
6541         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6542         by not having a special case, and always doing a full rebreak of
6543         the document after undo.
6544
6545 2003-07-23  Angus Leeming  <leeming@lyx.org>
6546
6547         * factory.C (createInset): InsetExternal::setParams now takes a
6548         Buffer const * arg.
6549
6550 2003-07-23  Angus Leeming  <leeming@lyx.org>
6551
6552         * factory.C (createInset): changed interface to the external and
6553         graphics mailers' string2params functions.
6554
6555 2003-07-23  Angus Leeming  <leeming@lyx.org>
6556
6557         * factory.C (createInset): pass a
6558         Buffer const * parameter to InsetExternalMailer's string2params.
6559
6560 2003-07-22  John Levon  <levon@movementarian.org>
6561
6562         * Thesaurus.h: include the right aiksaurus header
6563
6564 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6565
6566         * MenuBackend.C (expand): check menu shortcuts unconditionally
6567
6568 2003-07-21  Angus Leeming  <leeming@lyx.org>
6569
6570         * factory.C (createInset): pass a
6571         buffer_path parameter to InsetGraphicsMailer's string2params.
6572
6573 2003-07-21  Angus Leeming  <leeming@lyx.org>
6574
6575         * BufferView_pimpl.C (buffer):
6576         * buffer.C (d-tor):
6577         * lyx_main.C (LyX):
6578         * lyxfunc.C (dispatch):
6579         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6580         rather than the grfx shortcut.
6581
6582 2003-07-21  André Pönitz  <poenitz@gmx.net>
6583
6584         * rowpainter.C: remove unused variables
6585
6586         * tabular_funcs.C:
6587         * tabular_funcs.h: move to tabular.C
6588         * Makefile.am: adjust
6589
6590         * tabular.[Ch]: basic optical cleaning
6591
6592         * author.h: pass references, not values
6593
6594 2003-07-18  André Pönitz  <poenitz@gmx.net>
6595
6596         * lyxtext.h:
6597         * metricsinfo.C:
6598         * metricsinfo.h:
6599         * rowpainter.C:
6600         * text.C:
6601         * text2.C:
6602         * text3.C: two-phase drawing for InsetText and InsetTabular
6603         some float -> int changes.
6604
6605 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6606
6607         * lyx_main.C: fix the fix
6608
6609 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6610
6611         * lyx_main.C: fix a crash in batch mode if no files specified
6612         * converter.C: ws
6613
6614 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6615
6616         * format.[Ch] (papersize): moved to BufferParams
6617         * converter.[Ch] (dvips_options): moved to BufferParams
6618         (dvipdfm_options): moved to anon namespace
6619         * bufferparams.[Ch]: added above functions.
6620
6621 2003-07-17  André Pönitz  <poenitz@gmx.net>
6622
6623         * lyxtext.h:
6624         * rowpainter.C:
6625         * text2.C: don't call inset->update() anymore
6626
6627         * metricsinfo.[Ch]: add convenience constructor
6628
6629 2003-07-16  André Pönitz  <poenitz@gmx.net>
6630
6631         * lyxcursor.[Ch]:
6632         * lyxfunc.[Ch]:
6633         * text.C:
6634         * text2.C: replace the LyXCursor::irow_ member with
6635          on-demand computation of the value
6636
6637 2003-07-16  John Levon  <levon@movementarian.org>
6638
6639         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6640
6641 2003-07-15  André Pönitz  <poenitz@gmx.net>
6642
6643         * text.C:
6644         * text2.C: remove no more needed refresh_row
6645
6646 2003-07-15  André Pönitz  <poenitz@gmx.net>
6647
6648         * lyxtext.h:
6649         * rowpainter.C:
6650         * text2.C:
6651         * text3.C: refresh_status tristate -> need_update bool
6652
6653 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6654
6655         * lyxtext.h (init): remove reinit argument (act as if always true)
6656         * text2.C: adjust to that
6657
6658 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6659
6660         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6661         * text3.C: use it to delete selections in some cases
6662         (bugs 441, 673, 702, 954).
6663
6664 2003-07-14  André Pönitz  <poenitz@gmx.net>
6665
6666         * rowpainter.[Ch]: reduce interface
6667
6668 2003-07-14  André Pönitz  <poenitz@gmx.net>
6669
6670         * BufferView_pimpl.C:
6671         * text2.C: adjust after removing unused BufferView * argument
6672
6673 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6674
6675         * text2.C (init): fix a crash fired on resize
6676
6677 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6678
6679         * buffer.[Ch]: added new closing signal
6680         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6681         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6682         BufferView::Pimpl via the closing the signal
6683
6684 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6685
6686         * buffer.[Ch]: take out all bv-related from buffer
6687         * BufferView.C:
6688         * BufferView_pimpl.[Ch]: connect to new signals
6689         * CutAndPaste.C: removed useless asserts
6690         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6691         * lyxvc.[Ch]:
6692         * vc-backend.[Ch]:
6693         * lyxfunc.C: moved view-related funciontality from vc here
6694         * paragraph.C: removed outdated comments
6695         * text.C: ws
6696
6697 2003-07-10  André Pönitz  <poenitz@gmx.net>
6698
6699         * BufferView_pimpl.C:
6700         * tabular.h:
6701         * tabular_funcs.C:
6702         * text.C:
6703         * text2.C: remove InsetText::InnerCache, clean up consequences
6704
6705 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6706
6707         * ispell.C: fix two typos in error messages
6708
6709 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6710
6711         * Extend Note inset to other forms of annotation like Comment
6712         and Greyedout. Right button click gives dialog.
6713
6714         Files modified or added (+):
6715
6716         * insetnote.[Ch]
6717         * FormNote.[Ch]      +
6718         * ControlNote.[Ch]   +
6719         * form_note.fd       +
6720         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6721         frontends/controllers
6722         * xforms/Dialogs.C
6723         * factory.C
6724
6725 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6726
6727         * aspell.C: add missing namespace lyx::support
6728
6729 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6730
6731         * BufferView.[Ch] (newFile): Add
6732         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6733         * LaTeX.[Ch] (message): added this signal and use it
6734         * buffer.[Ch] (busy, message): added these signals and use them
6735         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6736         * converter.C:
6737         * exporter.C:
6738         * format.C:
6739         * importer.C: use buffer signals instead of direct bv calling
6740         * lyx_cb.[Ch] (ShowMessage): removed
6741         * lyx_main.C:
6742         * lyxfunc.C:
6743         * paragraph_funcs.C:
6744         * text2.C: use buffer signals
6745
6746 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6747
6748         * introduce namespace lyx::graphics
6749
6750 2003-07-02  André Pönitz  <poenitz@gmx.net>
6751
6752         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6753
6754 2003-07-01  André Pönitz  <poenitz@gmx.net>
6755
6756         * text.C:
6757         * text2.C:
6758         * text3.C:
6759         * text_funcs.[Ch]:
6760         * textcursor.h:
6761         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6762           text*.C to text_func.C
6763
6764 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6765
6766         * introduce namespace lyx::support
6767
6768 2003-06-30  André Pönitz  <poenitz@gmx.net>
6769
6770         * Chktex.C:
6771         * funcrequest.C:
6772         * lyxtext.h:
6773         * text.C: re-enable --with-included-string
6774
6775 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6776
6777         * textcursor.C: add <config.h>
6778
6779         * text.C (getWord): remove const from word_location arg
6780
6781         * lyxvc.C (getLogFile): fix const type order
6782
6783         * lyxtext.h: remove const from word_location arg, add arg name
6784
6785         * lyxlayout.h: currect type on labeltype.
6786
6787         * importer.C: correct \file
6788
6789         * converter.C (intToFormat): use std:: on ret val, ws changes
6790
6791         * bufferlist.h: correct \file
6792
6793         * buffer.C (makeLinuxDocFile): fix const type order
6794         (makeDocBookFile): ditto
6795         (fillWithBibKeys): use std:: on stdlib args.
6796
6797         * CutAndPaste.C: fix authors.
6798         (availableSelections): use std:: on return vector
6799
6800 2003-06-27  André Pönitz  <poenitz@gmx.net>
6801
6802         * BufferView_pimpl.C:
6803         * bufferview_funcs.C:
6804         * lyxcursor.C:
6805         * lyxcursor.h:
6806         * lyxfunc.C:
6807         * lyxtext.h:
6808         * rowpainter.C:
6809         * text.C:
6810         * text2.C:
6811         * text3.C: remove LyXCursor::row_ member
6812
6813         * lyxtext.h:
6814         * text.C: rename fullRebreak() to partialRebreak() and implement
6815           a fullRebreak() that really bereks fully
6816
6817         * textcursor.h: new struct for cursor-related data
6818
6819 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6820
6821         * lyx_main.C (LyX): get full path of document loaded on the
6822         command line
6823
6824 2003-06-26  André Pönitz  <poenitz@gmx.net>
6825
6826         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6827           remove unused/broken operator>,<,>=.
6828
6829         *       text.C: remove only use of broken operator<= in an Assert().
6830
6831 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6832
6833         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6834         moved errorlist_.clear to showErrorList
6835
6836 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6837
6838         * converter.C (scanLog, runLaTeX):
6839         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6840         move the bv->showErrorList call to the callers
6841         * lyxfunc.C: i.e. here...
6842         * text2.C: and here
6843         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6844         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6845         namespace, the second to...
6846         * buffer_funcs (BufferFormat, parseErrors): added
6847         * errorlist.C (ErrorList(TeXErrors const &)): removed
6848
6849 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6850
6851         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6852
6853 2003-06-24  "Garst R. Reese" <reese@isn.net>
6854
6855         * debug.C: fix typo
6856
6857 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6858
6859         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6860
6861         * version.C.in: change docversion to 1.4
6862
6863 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6864
6865         * buffer.C: fix a bug just introduced
6866
6867 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6868
6869         * buffer.[Ch]: added the parseError signal and use it, removed
6870         sgmlError
6871         * BufferView.[Ch] (addError): moved to ...
6872         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6873         to the Buffer::parseError signal to catch (guess what) parse errors
6874         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6875
6876 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6877
6878         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6879         ability to create a buffer and to return an existing one from
6880         the list. Moved these functions to...
6881         * buffer_funcs.[Ch]: added
6882         * BufferView.[Ch] (loadLyXFile): added
6883         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6884         job removed from bufferlist::loadLyXFile.
6885         * buffer.C (setReadOnly): make it work without view
6886         (i.e added an if (users))
6887
6888 2003-06-19  Angus Leeming  <leeming@lyx.org>
6889
6890         * lfuns.h:
6891         * LyXAction.C (init):
6892         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6893         with LFUN_DIALOG_SHOW <name> <data>.
6894
6895 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6896
6897         * CutAndPaste.C (availableSelections): small compilation fix for
6898         ancient (gcc 2.9x) compilers
6899
6900 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6901
6902         * text3.C (cursorNext): add tmp var
6903
6904         * text2.C (updateCounters): for function calling out of for clause
6905         (replaceSelectionWithString): ditto
6906         (insertStringAsParagraphs): ditto
6907         (getColumnNearX): add tmp var
6908         (setCursorFromCoordinates): add tmp var
6909         (cursorDownParagraph): add tmp var
6910         (deleteEmptyParagraphMechanism): add tmp var
6911
6912         * text.C (insertChar): add tmp var
6913
6914         * rowpainter.C (paintDepthBar): add tmp var
6915
6916         * CutAndPaste.C (availableSelections): potentially check all
6917         paragraphs in a cut to fill the shown strings.
6918
6919 2003-06-18  André Pönitz  <poenitz@gmx.net>
6920
6921         * kbmap.[Ch]: use vector<> instead of list<>
6922
6923 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6924
6925         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6926         pasteSelection with index
6927
6928         * text2.C (pasteSelection): modify, call pasteSelection with index
6929
6930         * paragraph.C (asString): reimplement version with no interval to
6931         call the one with interval.
6932
6933         * lyxtext.h: add index arg to pasteSelection
6934
6935         * MenuBackend.C (MenuItem): handle PasteRecent
6936         (Menu::read::Menutags): add md_pasterecent
6937         (read): handle it
6938         (expandPasteRecent): new function
6939         (expand): use it
6940
6941         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6942
6943         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6944         the limited stack
6945         (availableSelections): new function
6946
6947 2003-06-17  Angus Leeming  <leeming@lyx.org>
6948
6949         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6950
6951 2003-06-17  Angus Leeming  <leeming@lyx.org>
6952
6953         * lfuns.h:
6954         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6955
6956         * lyxfunc.C (dispatch): invoke it.
6957
6958 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6959
6960         * iterators.C (operator++, ParPosition): reintroduce some
6961         const_cast for the benefit of older compilers.
6962
6963 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6964
6965         * text3.C (dispatch): do not modify clipboard when doing
6966         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6967         LFUN_DELETE_SKIP on a selection selection
6968
6969 2003-06-16  André Pönitz  <poenitz@gmx.net>
6970
6971         * BufferView.C:
6972         * buffer.C:
6973         * buffer.h:
6974         * paragraph.C:
6975         * tabular.[Ch]: IU of clone() and getLabelList();
6976
6977 2003-06-13  André Pönitz  <poenitz@gmx.net>
6978
6979         * tabular.h: compactification
6980
6981 2003-06-12  André Pönitz  <poenitz@gmx.net>
6982
6983         * tabular.C:
6984         * tabular.h:
6985         * tabular_funcs.h: some renaming plus whitespace
6986
6987 2003-06-12  André Pönitz  <poenitz@gmx.net>
6988
6989         * BufferView.C:
6990         * BufferView_pimpl.C:
6991         * CutAndPaste.C:
6992         * buffer.C:
6993         * iterators.[Ch]:
6994         * lyxfunc.C:
6995         * text.C:
6996         * toc.C: Return a Paragraph & for ParIterator::operator*()
6997
6998 2003-06-11  John Levon  <levon@movementarian.org>
6999
7000         * lyx_main.C:
7001         * ToolbarBackend.h:
7002         * ToolbarBackend.C: add "Toolbars" section and
7003         put the flags there
7004
7005 2003-06-10  Angus Leeming  <leeming@lyx.org>
7006
7007         * lfuns.h:
7008         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7009
7010         * lyxfunc.C (dispatch): invoke it.
7011
7012 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7013
7014         * main.C: protect <ios> with HAVE_IOS
7015         (main): protect sync_with_stdio with HAVE_IOS
7016
7017 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7018
7019         * text2.C (cutSelection): adjust
7020         (pasteSelection): adjust
7021
7022         * messages.C: handle get of empty string
7023
7024         * main.C (main): use sync_with_stdio(false)
7025
7026         * lyxfunc.C (dispatch): adjust
7027
7028         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7029         (WriteAs): remove unneeded BufferView arg.
7030
7031         * bufferparams.h: use correct types on papersize, papersize2 and
7032         paperpackage.
7033
7034         * bufferparams.C (readToken): adjust for type
7035         (writeLaTeX): add missing cases to switch.
7036
7037         * bufferlist.C (quitWriteBuffer): adjust
7038         (close): adjust
7039
7040         * buffer.C (asciiParagraph): remove some commented code.
7041
7042         * CutAndPaste.C: remove current_view extern variable.
7043         (cutSelection): add BufferParams arg.
7044         (eraseSelection): add BufferParams arg.
7045         (pasteSelection): add Buffer const & arg
7046
7047 2003-06-07  John Levon  <levon@movementarian.org>
7048
7049         * buffer.C:
7050         * paragraph_funcs.C:
7051         * paragraph_pimpl.C:
7052         * text.C:
7053         * text2.C:
7054         * paragraph.h:
7055         * paragraph.C: allow InsetERT to freely space lines,
7056         and some consolidation of code
7057
7058 2003-06-06  José Matos  <jamatos@fep.up.pt>
7059
7060         * buffer.C (makeDocBookFile): fix bug #821
7061
7062 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7063
7064         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7065
7066 2003-06-04  Angus Leeming  <leeming@lyx.org>
7067
7068         * buffer.C: bump format to 224.
7069
7070 2003-06-05  André Pönitz  <poenitz@gmx.net>
7071
7072         * text2.C (redoParagraphs): remove two const_cast<>
7073
7074 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7075
7076         * ParagraphList.h: remove last remnants of NO_STD_LIST
7077
7078 2003-06-03  Angus Leeming  <leeming@lyx.org>
7079
7080         * factory.C (createInset): small change to the way InsetExternal's params
7081         are set.
7082
7083 2003-06-04  André Pönitz  <poenitz@gmx.net>
7084
7085         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7086
7087         * paragraph_pimpl.h:
7088         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7089
7090         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7091
7092         * undo_funcs.C: make some simple cases of undo work again
7093
7094 2003-06-03  John Levon  <levon@movementarian.org>
7095
7096         * ispell.C: HPUX doesn't have sys/select.h
7097         (from Albert Chin)
7098
7099 2003-06-03  John Levon  <levon@movementarian.org>
7100
7101         * CutAndPaste.C: update tabular and include inset
7102         buffer references
7103
7104         * buffer.h:
7105         * paragraph.h:
7106         * paragraph.C: remove owningBuffer(), don't pass Buffer
7107         to clone()
7108
7109         * factory.C: insetGraphicsParams changed
7110
7111 2003-06-02  John Levon  <levon@movementarian.org>
7112
7113         * LyXAction.C:
7114         * factory.C:
7115         * lfuns.h:
7116         * lyxfunc.C:
7117         * text3.C: remove insetparent
7118
7119 2003-06-02  John Levon  <levon@movementarian.org>
7120
7121         * buffer.h:
7122         * buffer.C: fix inset_iterator.end(), move out of line
7123         (bug 1149)
7124
7125 2003-06-01  John Levon  <levon@movementarian.org>
7126
7127         * text3.C: use a proper cut/paste when doing inset
7128         insert (from Jürgen Spitzmüller)
7129
7130 2003-06-01  John Levon  <levon@movementarian.org>
7131
7132         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7133
7134 2003-05-30  André Pönitz  <poenitz@gmx.net>
7135
7136         * rowpainter.C: unify second drawing phase
7137
7138 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7139
7140         * trans_mgr.C: remove one case of current_view
7141
7142         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7143
7144         * paragraph_funcs.h: remove paragraph.h include
7145
7146         * paragraph.h: delete NO_STD_LIST stuff
7147
7148         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7149
7150         * buffer.h: remove paragraph.h include
7151
7152         * ParagraphList.C: delete file
7153
7154         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7155
7156         * toc.C (getTocList): adjust
7157
7158         * paragraph_pimpl.C (validate): adjust
7159
7160         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7161
7162         * paragraph.C (Paragraph): adjust
7163         (getPositionOfInset): use const_iterator, adjust
7164         (bibitem): use const_iterator, adjust
7165         (setInsetOwner): adjust
7166
7167         * iterators.C (operator++): adjust
7168
7169         * InsetList.[Ch]: Replace selfmade iterator with standard
7170         vector::iterator also introduce const_iterator. Remove getPos,
7171         getInset and setInset from InsetTable. Adjust accordingly.
7172
7173         * BufferView.C (lockInset): adjust
7174         (ChangeInsets): adjust
7175
7176         * tabular.[Ch]: delete commented same_id functions
7177
7178 2003-05-28  John Levon  <levon@movementarian.org>
7179
7180         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7181
7182 2003-05-28  André Pönitz  <poenitz@gmx.net>
7183
7184         * metricsinfo.[Ch]: remove 'fullredraw' member
7185
7186 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7187
7188         * lyxtextclass.C (operator): remove caching.
7189
7190 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7191
7192         * text3.C: adjust
7193
7194         * text2.C (cursorBottom): adjust
7195         (setCounter): use ParagraphList::find, adjust
7196
7197         * text.C (workWidth): use ParagraphList::find, adjust
7198
7199         * lyxcursor.C (LyXCursor): adjust
7200
7201         * buffer.C (inset_iterator): adjust
7202
7203         * ParagraphList.h: make iterator(value_type) private, make
7204         ParagraphList a friend of iterator.
7205
7206         * ParagraphList.C (find): new function
7207
7208         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7209
7210 2003-05-27  André Pönitz  <poenitz@gmx.net>
7211
7212         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7213
7214 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7215
7216         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7217
7218 2003-05-26  John Levon  <levon@movementarian.org>
7219
7220         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7221
7222 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7223
7224         * remove same_id from function signatures, adjust.
7225
7226 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7227
7228         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7229
7230         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7231
7232         * paragraph.C (Paragraph): get rid of same_ids parameter
7233
7234         * ParagraphList.C (insert): adjust
7235         (push_back): adjust
7236
7237 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7238
7239         * paragraph_funcs.C (breakParagraph): adjust
7240         (breakParagraphConservative): adjust
7241
7242         * buffer.C (readParagraph): adjust
7243
7244         * ParagraphList.C (insert): take a reference instead of a pointer
7245         (insert): adjust
7246
7247         * paragraph.[Ch] (id): new function
7248
7249         * bufferlist.C (newFile): adjust
7250
7251         * ParagraphList.C (ParagraphList): adjust
7252         (assign): adjust
7253         (push_back): take a reference instead of a pointer.
7254
7255         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7256
7257         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7258         instead.
7259
7260         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7261         set else use old code.
7262
7263         * ParagraphList.C: remove all NO_NEXT code and only compile this
7264         code of NO_STD_LIST is set.
7265
7266 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7267
7268         * BufferView_pimpl.C:
7269         * TextCache.C:
7270         * TextCache.h:
7271         * bufferlist.C:
7272         * errorlist.h:
7273         * format.C:
7274         * format.h:
7275         * graph.C:
7276         * lyxfunc.C:
7277         * lyxrc.C:
7278         * graphics/GraphicsConverter.C:
7279         * graphics/PreviewLoader.C: header adjustment
7280
7281 2003-05-23  Angus Leeming  <leeming@lyx.org>
7282
7283         * LaTeXFeatures.[Ch] (useBabel): new method.
7284         * bufferparams.C (writeLaTeX): use it.
7285
7286 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7287
7288         * ParagraphList.h (set): remove unused function.
7289
7290 2003-05-23  André Pönitz  <poenitz@gmx.net>
7291
7292         * BufferView.C:
7293         * BufferView_pimpl.C:
7294         * buffer.C:
7295         * buffer.h:
7296         * lyxfunc.C:
7297         * undo_funcs.C: setUndo reworked
7298
7299         * iterators.[Ch]: add access to topmost ParagraphList
7300
7301         * lyxtext.[Ch] (workWidth): add a const
7302
7303 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7304
7305         * texrow.[Ch] (increasePos): remove function
7306         * exporter.C (export): removed unused var and outdated comment
7307
7308 2003-05-23  Angus Leeming  <leeming@lyx.org>
7309
7310         * latexrunparams.h: rename fragile as moving_arg.
7311         * paragraph.C (simpleTeXOnePar): ditto.
7312         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7313
7314 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7315
7316         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7317         (createUndo): ditto
7318         (textUndoOrRedo): comment out a currently unused var.
7319
7320         * paragraph.h (NO_NEXT): enable NO_NEXT
7321
7322         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7323
7324         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7325
7326         * exporter.C (Export): adjust for removeAutoInsets removal.
7327
7328         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7329
7330         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7331
7332         * BufferView.[Ch] (removeAutoInsets): delete function
7333
7334 2003-05-22  Angus Leeming  <leeming@lyx.org>
7335
7336         * latexrunparams.h: add a free_spacing variable.
7337
7338         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7339         to pass moving_arg, as the data is stored in runparams.fragile.
7340
7341         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7342         to Inset::latexOptional or to simpleTeXOnePar.
7343
7344         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7345         free_spacing arg to Inset::latexOptional.
7346
7347         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7348         free_spacing arg.
7349
7350 2003-05-22  Angus Leeming  <leeming@lyx.org>
7351
7352         * latexrunparams.h: add fragile and use_babel variables.
7353
7354         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7355         * buffer.C (makeLaTeXFile): store this returned value in
7356         runparams.use_babel, thus passing it to the inset::latex methods.
7357
7358         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7359         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7360
7361         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7362         longer has a fragile arg, as it is stored in runparams.fragile.
7363
7364         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7365         moving_arg parameter as the data is stored in runparams.fragile.
7366
7367         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7368         a fragile parameter as the data is stored in runparams.fragile.
7369
7370 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7371
7372         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7373
7374 2003-05-22  Angus Leeming  <leeming@lyx.org>
7375
7376         * latexrunparams.h: add a 'bool nice' which defaults to false.
7377
7378         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7379         now encapsulated within runparams.
7380
7381         * bufferlist.C (updateIncludedTeXfiles):
7382         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7383
7384 2003-05-22  Angus Leeming  <leeming@lyx.org>
7385
7386         * latexrunparams.h: new file containing struct LatexRunParams.
7387         * Makefile.am: add new file.
7388
7389         * LaTeX.[Ch] (c-tor, run):
7390         * buffer.[Ch] (makeLaTeXFile):
7391         * bufferlist.[Ch] (updateIncludedTeXfiles):
7392         * converter.C (convert, scanLog):
7393         * converter.[Ch] (runLaTeX):
7394         * exporter.C (Export):
7395         * paragraph.[Ch] (simpleTeXOnePar):
7396         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7397         * paragraph_funcs.[Ch] (latexParagraphs):
7398         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7399         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7400         pass around a LatexRunParams parameter.
7401
7402 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7403
7404         * paragraph.[Ch]: remove unused constructor
7405
7406         * ParagraphList.C (erase): new function, taking two iterators
7407
7408 2003-05-22  André Pönitz  <poenitz@gmx.net>
7409
7410         * undo_funcs.C: remove duplicated code
7411
7412         * iterator.[Ch]: operator=
7413
7414 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7415
7416         * tabular.C (SetMultiColumn): ws changes
7417
7418         * rowpainter.C (paintFirst): get rid of a ->previous
7419
7420         * lyx_cb.C (getPossibleLabel): parlist simplification
7421
7422         * BufferView.C (ChangeInsets): simplify slightly.
7423
7424 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7425
7426         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7427         * lfuns.h: new LFUN_SPACE
7428         * lyxfunc.C: protected space has a new lfun
7429         * paragraph_funcs.C: read new space insets
7430         * text3.C:
7431         * factory.C: handle new space insets
7432
7433 2003-05-22  André Pönitz  <poenitz@gmx.net>
7434
7435         * BufferView.C:
7436         * BufferView_pimpl.C:
7437         * buffer.[Ch]:
7438         * lyxfunc.C:
7439         * undo_funcs.C: return a ParIterator from getParFromID.
7440
7441         * iterators.[Ch]: add two const's
7442
7443 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7444
7445         * toc.C (getTocList): adjust
7446
7447         * iterators.[Ch]: rework for parlist
7448
7449         * buffer.C (par_iterator_begin): adjust
7450         (par_iterator_end): adjust
7451
7452         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7453
7454         * BufferView.C (removeAutoInsets): adjust
7455         (ChangeInsets): adjust
7456
7457 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7458
7459         * text.C (top_y): fix bug 1110
7460
7461 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7462
7463         * errorlist.[Ch]: added
7464         * buffer.C:
7465         * BufferView.[Ch]:
7466         * BufferView_pimpl.C:
7467         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7468         instead
7469
7470 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7471
7472         * Makefile.am: ensure that lyx is relinked upon changes to the
7473         various "convenience" libs.
7474
7475 2003-05-20  Angus Leeming  <leeming@lyx.org>
7476
7477         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7478         files are compiled in alphabetical order again.
7479
7480         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7481
7482 2003-05-19  Angus Leeming  <leeming@lyx.org>
7483
7484         * gettext.[Ch]: remove "char const * _(char const *)".
7485
7486 2003-05-19  André Pönitz  <poenitz@gmx.net>
7487
7488         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7489
7490         * Makefile.am:
7491         * BufferView.C:
7492         * DepTable.h:
7493         * LaTeXFeatures.C:
7494         * buffer.C:
7495         * lyxfont.C:
7496         * lyxlex.h:
7497         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7498
7499 2003-05-19  André Pönitz  <poenitz@gmx.net>
7500
7501         * buffer.C:
7502         * lyxlayout.[Ch]:
7503         * lyxtextclass.[Ch]:
7504         * paragraph.C:
7505         * paragraph_funcs.[Ch]:
7506         * text2.C:
7507         * text3.C: more insetenv work
7508
7509 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7510
7511         * ParagraphParameters.C (params2string): small bug fixed
7512
7513 2003-05-16  André Pönitz  <poenitz@gmx.net>
7514
7515         * debug.C:
7516         * bufferview_funcs.C: patch from Kornel Benko to prevent
7517           crash when _(...) is called twice in a statement
7518
7519 2003-05-16  André Pönitz  <poenitz@gmx.net>
7520
7521         * BufferView.C:
7522         * lyxfunc.C:
7523         * text.C:
7524         * text2.C:
7525         * text3.C:
7526         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7527
7528 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7529
7530         * lyx_main.C (init): remove spurious static_cast
7531
7532 2003-05-14  André Pönitz  <poenitz@gmx.net>
7533
7534         * BufferView.C: fix format string
7535
7536 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7537
7538         * BufferView.[Ch] (insertErrors): removed
7539         * BufferView.[Ch] (showErrorList): added
7540         * buffer.C (runChkTeX):
7541         * converter.C (scanLog): call showErrorList instead of inserterrors
7542
7543 2003-05-13  André Pönitz  <poenitz@gmx.net>
7544
7545         * BufferView_pimpl.C:
7546         * buffer.C:
7547         * bufferview_func.C:
7548         * MenuBackend.C:
7549         * lyxfunc.C:
7550         * lyxrc.C:
7551         * tex-accent.C:
7552         * text3.C:
7553         * toc.C:
7554         * tabular_funcs.h: tostr() from its own header
7555
7556         * ParagraphParameters.C:
7557         * ToolbarBackend.C:
7558         * bufferparams.C:
7559         * format.C:
7560         * lyxlex_pimpl.C:
7561         * text3.C: STRCONV()
7562
7563 2003-05-12  André Pönitz  <poenitz@gmx.net>
7564
7565         * BufferView.C:
7566         * BufferView_pimpl.C:
7567         * CutAndPaste.C:
7568         * LaTeX.C:
7569         * LaTeXFeatures.C:
7570         * ParagraphParameters.C:
7571         * buffer.C:
7572         * bufferlist.C:
7573         * bufferparams.C:
7574         * bufferview_funcs.C:
7575         * converter.C:
7576         * counters.C:
7577         * debug.C:
7578         * exporter.C:
7579         * format.C:
7580         * importer.C:
7581         * lyx_cb.C:
7582         * lyx_main.C:
7583         * lyxfont.C:
7584         * lyxfunc.C:
7585         * lyxvc.C:
7586         * paragraph.C:
7587         * paragraph_funcs.C:
7588         * tabular.C:
7589         * tabular_funcs.C:
7590         * text2.C:
7591         * text3.C:  boost::format -> bformat  all over the place
7592
7593
7594 2003-05-09  André Pönitz  <poenitz@gmx.net>
7595
7596         * LColor.[Ch]: Pimpl the #include <map> away
7597
7598 2003-05-09  John Levon  <levon@movementarian.org>
7599
7600         * bufferlist.C: never remove emergency saves
7601
7602 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7603
7604         * Makefile.am: better lib building
7605
7606 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7607
7608         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7609         instead.
7610         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7611         (simpleTeXSpecialChars): adjust
7612         (simpleTeXSpecialChars): adjust
7613         * paragraph.C (simpleTeXOnePar): adjust
7614         * buffer.C (makeLaTeXFile): adjust
7615
7616         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7617
7618         * text2.C (changeDepth): parlist cleanup
7619         (getColumnNearX): ditto
7620
7621         * rowpainter.C (getLabelFont): parlist cleanup
7622
7623         * bufferlist.C (newFile): parlist cleanup
7624
7625         * CutAndPaste.C (eraseSelection): parlist cleanup
7626
7627         * BufferView_pimpl.C (trackChanges): parlist cleanup
7628         (dispatch): ditto
7629
7630         * BufferView.C (lockInset): parlist cleanup.
7631         (ChangeInsets): ditto
7632
7633 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7634
7635         * CutAndPaste.h: Update file header.
7636
7637         * CutAndPaste.C: Update file header.
7638         Store the parts cut out of the Document in a limited_stack.
7639         (copySelection): adjust
7640         (pasteSelection): new function, takes the index in the limited stack.
7641         (nrOfParagraphs): adjust
7642         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7643         simplify error inset insertion.
7644         (checkPastePossible): adjust
7645
7646 2003-05-06  John Levon  <levon@movementarian.org>
7647
7648         * text2.C: don't cast wrap inset to float
7649
7650 2003-05-05  André Pönitz  <poenitz@gmx.net>
7651
7652         * iterator.C:
7653         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7654
7655         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7656           few naked Paragraph *.
7657
7658 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7659
7660         * bufferparams.C: Output warning if a document with missing
7661         TeX document class is loaded
7662         * exporter.C: Disable TeX exports if the document class is missing
7663         * lyxtextclass.C:
7664         * lyxtextclass.h:
7665         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7666         isTeXClassAvailable()
7667
7668 2003-05-03  John Levon  <levon@movementarian.org>
7669
7670         * BufferView.h:
7671         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7672         explicit cursor show/hide
7673
7674         * BufferView_pimpl.h:
7675         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7676         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7677
7678         * lyxfunc.C: hide cursor before dispatching.
7679
7680         * lyx_cb.C:
7681         * lyxfind.C:
7682         * text.C:
7683         * text3.C: remove explicit cursor hides
7684
7685 2003-05-02  André Pönitz  <poenitz@gmx.net>
7686
7687         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7688
7689         * undo_funcs.C:
7690         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7691           linked lists
7692
7693         * text2.C: tiny whitespace
7694
7695 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7696
7697         * undo_funcs.C: almost only ws changes.
7698
7699         * ParagraphList.C (splice): just return if pl is empty.
7700
7701 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7702
7703         * ParagraphList.C (splice): new function.
7704
7705         * CutAndPaste.C (pasteSelection): use it
7706
7707 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7708
7709         * CutAndPaste.C (pasteSelection): remove the last next and
7710         previous from this file.
7711
7712 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7713
7714         * CutAndPaste.C (pasteSelection): more clean up, user proper
7715         ParagraphList functions for pasteing.
7716
7717         * ParagraphList.C (insert): new function, three arg insert
7718
7719 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7720
7721         * ParagraphList.C (insert): new function, three arg insert
7722
7723         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7724         not on paragraphs.
7725
7726 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7727
7728         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7729
7730 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7731
7732         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7733
7734 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7735
7736         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7737         (copySelection): clean up a bit.
7738         (pasteSelection): use make_pair
7739
7740         * ParagraphList.C (ParagraphList): implement copy constructor
7741         (operator=): implement, base on copy constructor.
7742         (assign): new func
7743
7744         * paragraph.C (erase): return a bool
7745
7746         * paragraph_pimpl.C (erasePos): remove function, move contents...
7747         (erase): ... here. Return a bool.
7748         (erase): call erase instead of erasePos.
7749
7750 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7751
7752         * ParagraphList.h: define PitPosPair
7753         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7754         ParagraphList, fix a bug on pasting multiple pars
7755         * text2.C: change interface to C&P
7756
7757 2003-04-30  André Pönitz  <poenitz@gmx.net>
7758
7759         * undo_func.C: revert part of yesterday's patch 2
7760
7761 2003-04-30  John Levon  <levon@movementarian.org>
7762
7763         * LColor.C: s/tabular/table/
7764
7765 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7766
7767         * text3.C (dispatch): do not convert iterator -> pointer
7768         * undo_funcs.C (setCursorParUndo): ditto
7769         * text_funcs.C (transposeChars): ditto
7770
7771         * text2.C (setLayout): ws changes only
7772
7773         * text.C (breakParagraph): do not convert iterator -> pointer
7774         (insertChar): ditto
7775         (acceptChange): ditto
7776         (rejectChange): ditto
7777         (changeCase): ditto
7778         (Delete): ditto
7779         (backspace): ditto
7780
7781         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7782         pointer
7783
7784 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7785
7786         * text3.C (gotoInset): YABG (yet another bad getChar)
7787
7788 2003-04-29  André Pönitz  <poenitz@gmx.net>
7789
7790         * paragraph.h: make operator= private unimplemented as long as
7791           it is unusable
7792
7793         * ParagraphList.C: whitespace
7794
7795         * paragraph.[Ch]:
7796         * paragraph_pimpl.[Ch]:
7797         * paragraph_funcs.C:
7798         * CutAndPaste.C:
7799         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7800
7801         * text2.C:
7802           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7803
7804 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7805
7806         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7807         * paragraph.[Ch] (erase):
7808         * paragraph_pimpl.[Ch] (erase): change return type and value
7809         * text2.C (cutSelection): some rework
7810
7811 2003-04-28  John Levon  <levon@movementarian.org>
7812
7813         * bufferlist.C: changes for unsaved changes dialog
7814
7815 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7816
7817         * bufferlist.C (newFile): set language (messages_) for new
7818         documents also.
7819
7820         * buffer.C (readFile): ws changes only.
7821
7822 2003-04-28  André Pönitz  <poenitz@gmx.net>
7823
7824         * undo_funcs.C:
7825         * lyxfunc.C:
7826         * buffer.[Ch]:
7827         * BufferView_pimpl.C:
7828         * BufferView.C: getParFromID related ParagraphList::iterator changes
7829
7830 2003-04-28  André Pönitz  <poenitz@gmx.net>
7831
7832         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7833           Changes
7834
7835 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7836
7837         * messages.C: remove one more localedir class variable.
7838
7839 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7840
7841         * messages.C (getLocaleDir): singleton generation function
7842         (Pimpl): use it.
7843         (Messages): add a default constructor.
7844
7845         * main.C (main): do not setup localedir here, do not call
7846         gettext_init.
7847
7848         * gettext.C (_): use it.
7849         (gettext_init): delete funciton
7850
7851 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7852
7853         * gettext.C (getLyXMessages): new singleton generating function.
7854
7855         * buffer.C (updateDocLang): adjust
7856
7857         * Makefile.am (messages.o): add target
7858         (main.o): remove target
7859
7860 2003-04-27  John Levon  <levon@movementarian.org>
7861
7862         * bufferlist.C:
7863         * lyx_cb.C:
7864         * lyxfunc.C:
7865         * lyxvc.C: specify cancel button in Alert::prompt
7866
7867 2003-04-26  John Levon  <levon@movementarian.org>
7868
7869         * text3.C:
7870         * lyxfunc.C:
7871         * lfuns.h:
7872         * LyXAction.C: add LFUN_INSET_SETTINGS
7873
7874         * lyxfunc.C: don't enable tabular-feature when there's
7875         just any locking inset
7876
7877 2003-04-26  John Levon  <levon@movementarian.org>
7878
7879         * bufferlist.C: re-add Cancel to buffer close question
7880
7881         * lyxfunc.C: fix import UI a bit
7882
7883 2003-04-25  John Levon  <levon@movementarian.org>
7884
7885         * gettext.C: remove the broken asserts for now
7886
7887 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7888
7889         * messages.C: make case where setlocale cannot comply work better.
7890
7891         * buffer.C (updateDocLang): new function
7892         (changeLanguage): use it
7893         (readFile): use it
7894
7895         * text2.C (setCounter): use B_ a bit.
7896
7897         * lyxlayout.C (Read): be sure to trim the label strings.
7898
7899         * messages.C (Messages): fix typo in comment
7900
7901         * buffer.C (readFile): set message_ after file is loaded.
7902         (makeDocBookFile): remove double return
7903         (changeLanguage): reset message_ upon language change.
7904         (B_): new func, use this to get translated buffer strings.
7905
7906         * main.C: add myself and Jean Marc as authors.
7907
7908 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7909
7910         * messages.[hC]: pimplify Messages, and three different pimpls to be
7911         used in different circumstances.
7912
7913         * gettext.[Ch]: change for use with new message code.
7914
7915 2003-04-24 André Pönitz <poenitz@gmx.net>
7916
7917         * factory.C: support for eqref
7918
7919 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7920
7921         * messages.[Ch]: add missing char
7922
7923         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7924
7925         * messages.[Ch]: New files
7926
7927 2003-04-18  John Levon  <levon@movementarian.org>
7928
7929         * BufferView.h:
7930         * BufferView.C:
7931         * BufferView_pimpl.C:
7932         * lfuns.h:
7933         * LyXAction.C:
7934         * lyxtext.h:
7935         * text2.C: remove layout-copy/paste (bug 778)
7936
7937 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7938
7939         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7940
7941 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7942
7943         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7944         if they succeed. Act accordingly.
7945
7946 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7947
7948         * text2.C (setCharFont): adjust
7949         (setCounter): adjust
7950         (insertStringAsLines): adjust
7951
7952         * text.C (leftMargin): adjust
7953         (setHeightOfRow): adjust
7954
7955         * rowpainter.C (paintFirst): adjust
7956         (paintLast): adjust
7957
7958         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7959         (outerHook): ditto
7960         (isFirstInSequence): ditto
7961         (getEndLabel): ditto
7962         (outerFont): adjust
7963
7964         * paragraph.C (getParLanguage): comment out some hard stuff.
7965
7966         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7967         (sgmlError): ditto
7968         (simpleDocBookOnePar): ditto
7969         (makeDocBookFile): use ParagraphList::iterator
7970
7971         * CutAndPaste.C (pasteSelection): adjust
7972
7973 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7974
7975         * text2.C (getFont): adjust
7976         (getLayoutFont): adjust
7977         (getLabelFont): adjust
7978
7979         * paragraph_funcs.C (TeXOnePar): adjust
7980
7981         * buffer.C (simpleLinuxDocOnePar): adjust
7982         (simpleDocBookOnePar): adjust
7983
7984         * CutAndPaste.C (pasteSelection): adjust
7985
7986         * BufferView.C (getEncoding): adjust
7987
7988         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7989
7990 2003-04-16  John Levon  <levon@movementarian.org>
7991
7992         * lyxfind.C: use parlist stuff for search/changes
7993
7994 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7995
7996         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7997
7998         * text2.C (deleteEmptyParagraphMechanism): adjust
7999
8000         * text2.[Ch] (ownerParagraph): delete func (both of them
8001
8002 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8003
8004         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8005
8006 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8007
8008         * ParagraphList.C: prepare for NO_NEXT
8009
8010 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8011
8012         * text2.C (getFont): adjust
8013         (getLayoutFont): adjust
8014         (getLabelFont): adjust
8015
8016         * paragraph.C (getFont): adjust
8017         (getLabelFont): adjust
8018         (getLayoutFont): adjust
8019
8020         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8021
8022 2003-04-15  John Levon  <levon@movementarian.org>
8023
8024         From Angus Leeming
8025
8026         * lyx_main.C: handle Include in .ui files
8027
8028 2003-04-15  John Levon  <levon@movementarian.org>
8029
8030         * MenuBackend.C: make the doc files length shorter
8031
8032         * ToolbarBackend.h:
8033         * ToolbarBackend.C: handle toolbar placement flags,
8034         Minibuffer
8035
8036 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8037
8038         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8039         adjust
8040
8041         * paragraph_funcs.C (TeXOnePar): adjust
8042
8043         * paragraph.C (getLabelFont): add outerfont arg, adjust
8044         (getLayoutFont): ditto
8045         (simpleTeXOnePar): adjust
8046
8047         * paragraph_pimpl.C (realizeFont): delete func
8048
8049 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8050
8051         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8052         row argument, constify cur argument.
8053
8054 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8055
8056         * text2.C (getFont): adjust
8057         (getLayoutFont): adjust
8058         (getLabelFont): adjust
8059
8060         * paragraph_funcs.C (TeXOnePar): adjust
8061         (outerFont): new func...
8062         (realizeFont): ...moved out from here, changed this to facilitate
8063         transition
8064
8065         * paragraph.C (getFont): take outerfont as arg, adjust
8066         (simpleTeXOnePar): add outerfont arg, adjust
8067
8068         * buffer.C (simpleLinuxDocOnePar): adjust
8069         (simpleDocBookOnePar): adjust
8070
8071         * CutAndPaste.C (pasteSelection): adjust
8072
8073         * BufferView.C (getEncoding): adjust
8074
8075 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8076
8077         * text2.C (setCharFont): adjust
8078         (setCounter): adjust
8079
8080         * text.C (leftMargin): adjust
8081         (setHeightOfRow): adjust
8082
8083         * rowpainter.C (paintFirst): adjust
8084         (paintLast): adjust
8085
8086         * paragraph_pimpl.C (realizeFont): adjust
8087
8088         * paragraph.C (isFirstInSequence): move from here...
8089         * paragraph_funcs.C (isFirstInSequence): ...to here
8090
8091         * paragraph.C (outerHook): move from here...
8092         * paragraph_funcs.C (outerHook): ...to here
8093
8094         * paragraph.C (depthHook): move from here...
8095         * paragraph_funcs.C (depthHook): ...to here
8096
8097         * paragraph.C (getEndLabel): move from here...
8098         * paragraph_funcs.C (getEndLabel): ...to here
8099
8100         * text2.C (realizeFont): move from here...
8101         * paragraph_funcs.C (realizeFont): ...to here
8102
8103 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8104
8105         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8106
8107 2003-04-14  Angus Leeming  <leeming@lyx.org>
8108
8109         * LColor.[Ch]: scrap LColor mathcursor.
8110
8111 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8112
8113         * lyxlex.[Ch] (text): delete function
8114         * trans.C (Load): adjust
8115         * paragraph_funcs.C (readParToken): adjust
8116
8117 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8118
8119         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8120         vector<char> instead of a char[].
8121
8122         * lyxlex_pimpl.C (getString): adjust
8123         (next): adjust
8124         (lex): use getString
8125         (eatLine): adjust
8126         (nextToken): adjust
8127
8128         * lyxlex.C (text): use pimpl_->getString()
8129         (getBool): ditto
8130         (findToken): ditto
8131
8132 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8133
8134         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8135         (makeFontEntriesLayoutSpecific): temp var for par.size()
8136         (setLayout): temp var for ownerParagraphs().end()
8137         (fullRebreak): temp var for rows().end()
8138         (selectionAsString): temp var for boost::next(startpit), realize
8139         that the while really is a regular for loop.
8140         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8141         setCursor in one place.
8142         (setParagraph): temp vr for ownerParagraphs().end()
8143         (updateCounters): make the while loop a for loop
8144         (cutSelection): temp var for ownerParagraphs().end()
8145         (updateInset): make the do {} while() a regular for loop
8146         (getCursorX): use temp vars
8147         (setCurrentFont): use temp vars
8148         (getColumnNearX): use temp vars
8149
8150 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8151
8152         * text.C (transformChar): use temp var for getChar
8153         (computeBidiTables): use temp var for row->par()
8154         (fill): move temp vars for row->par() and pit->layout() earlier in
8155         the function.
8156         (labelFill): use temp var for row->par()
8157         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8158         asc and desc, realize that pit never changes and that firstpit is
8159         just a duplicate and not needed. Exchange rit->par() with pit in a
8160         lot of places.
8161         (breakAgain): use a temp var for boost::next(rit)
8162         (breakAgainOneRow): ditto
8163         (breakParagraph): use a temp var for rows().begin()
8164         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8165         (cursorRightOneWord): use temp var for cursor.par() and
8166         cursor.pos(), remove usage of tmpcursor.
8167         (cursorLeftOneWord): use temp var for cursor.par() and
8168         cursor.pos() only set cur at end of function.
8169
8170 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8171
8172         * text.C, text2.C: exchange all usage of Paragraph::next with
8173         boost::next(ParagraphList::iterator)
8174
8175         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8176
8177         * text2.C (cursorTop): simplify implementation
8178         (cursorBottom): ditto
8179         (setParagraph): use ParagraphList::iterator
8180         (setCurrentFont): adjust
8181         (getColumnNearX): adjust
8182         (cursorRight): adjust
8183         (cursorLeft): remove usage of Paragraph::previous
8184         (cursorUpParagraph): ditto
8185         (deleteEmptyParagraphMechanism): slight cleanup
8186
8187         * text.C (isBoundary): take a Paragraph const & instead of a
8188         pointer as arg.
8189         (addressBreakPoint): ditto
8190         (leftMargin): remove usage of Paragraph::previous.
8191         (setHeightOfRow): ditto
8192         (cursorLeftOneWord): ditto
8193         (selectNextWordToSpellcheck): ditto
8194         (Delete): ditto
8195         (backspace): ditto
8196         (breakParagraph): remove one usage of Paragraph::next
8197         (redoParagraph): ditto
8198         (acceptChange): ditto
8199         (insertChar): adjust
8200         (rowBreakPoint): adjust
8201
8202         * bufferview_funcs.C (toggleAndShow): adjust
8203
8204 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8205
8206         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8207         methods to access it.
8208         * lyxtext.h:
8209         * text.C: Added updateRowPositions to compute all row positions.
8210         Make top_y and getRowNearY() to use the cached y position
8211
8212 2003-04-11  John Levon  <levon@movementarian.org>
8213
8214         * text.C (rowBreakPoint): reintroduce the labelEnd
8215         checks, code copied from the row fill stuff. Deep voodoo.
8216
8217         * text.C (fill): add a comment and debugging for the
8218         next poor soul.
8219
8220 2003-04-11  John Levon  <levon@movementarian.org>
8221
8222         * text.C: make sure fullrow insets get wrapped to the next line,
8223         even when they're in a manual label
8224
8225 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8226
8227         * text2.C (insertParagraph): make it take ParagraphList::iterator
8228         as arg.
8229         (setLayout): make it return ParagraphList::iterator
8230         (redoParagraphs): ditto
8231         (setCounter): ditto
8232         (checkParagraph): ditto
8233
8234         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8235
8236         * text2.C: adjust several funcs.
8237         (realizeFont): take a ParagraphList::iterator as arg.
8238         (getLayoutFont): ditto
8239         (getLabelFont): ditto
8240         (setCharFont): ditto
8241
8242         * text.C: adjust several funcs.
8243
8244 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8245
8246         * text.C (selectNextWordToSpellcheck): don't accidentally
8247         skip insets
8248
8249 2003-04-10  John Levon  <levon@movementarian.org>
8250
8251         * ToolbarBackend.C (getIcon): special handling for
8252         LFUN_MATH_DELIM
8253
8254 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8255
8256         * text2.C (cursorRight): a getChar assert fixed
8257
8258 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8259
8260         * text2.C (getFont): change to take a ParagraphList::iterator
8261         instead of Paragraph*
8262         Adjust several functions.
8263
8264         * text.C (transformChar): change to take a ParagraphList::iterator
8265         instead of Paragraph*
8266         (singleWidth): ditto
8267         Adjust several functions.
8268
8269         * rowpainter.C: adjust several functions
8270         * rowpainter.h:store a ParagraphList::iterator and not a
8271         Paragraph&.
8272
8273
8274 2003-04-09  John Levon  <levon@movementarian.org>
8275
8276         * lyxfunc.C:
8277         * lfuns.h:
8278         * LyXAction.h:
8279         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8280         and the "help" bits as well
8281
8282 2003-04-09  John Levon  <levon@movementarian.org>
8283
8284         * ToolbarBackend.h:
8285         * ToolbarBackend.C: allow multiple toolbars
8286
8287 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8288
8289         * undo_funcs.C (setCursorParUndo): adjust
8290
8291         * text_funcs.C (transposeChars): adjust
8292
8293         * text3.C (gotoNextInset): adjust
8294         (dispatch): adjust
8295
8296         * text2.C (setLayout): adjust
8297         (changeDepth): adjust
8298         (setFont): adjust
8299         (redoParagraphs): adjust
8300         (selectionAsString): adjust
8301         (setParagraph): adjust
8302         (insertInset): adjust
8303         (cutSelection): adjust
8304         (copySelection): adjust
8305         (pasteSelection): adjust
8306         (insertStringAsLines): adjust
8307         (updateInset): adjust
8308         (setCursor): change to take a ParagraphList::iterator parameter
8309         (setCursorIntern): change to take a ParagraphList::iterator parameter
8310         (setCurrentFont): adjust
8311         (cursorLeft): adjust
8312         (cursorRight): adjust
8313         (deleteEmptyParagraphMechanism): adjust
8314
8315         * text.C (breakParagraph): adjust
8316         (insertChar): adjust
8317         (acceptChange): adjust
8318         (rejectChange): adjust
8319         (selectNextWordToSpellcheck): adjust
8320         (changeCase): adjust
8321         (Delete): adjust
8322         (backspace): adjust
8323
8324         * lyxfind.C (SearchForward): adjust
8325         (SearchBackward): adjust
8326         (nextChange): adjust
8327
8328         * lyxcursor.C (par): adjust
8329
8330         * lyxcursor.h: store a ParagraphList::iterator instead of a
8331         Paragraph*
8332
8333         * lyx_cb.C (getPossibleLabel): adjust
8334
8335         * bufferview_funcs.C (toggleAndShow): adjust
8336
8337         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8338         (dispatch): adjust
8339
8340         * BufferView.C (removeAutoInsets): adjust
8341         (lockedInsetStoreUndo): adjust
8342
8343 2003-04-09  John Levon  <levon@movementarian.org>
8344
8345         * ToolbarBackend.C: try icon without argument
8346         if with argument fails
8347
8348 2003-04-08  John Levon  <levon@movementarian.org>
8349
8350         * ToolbarBackend.h:
8351         * ToolbarBackend.C: add getIcon(), handle tooltip,
8352         and change from "Icon" to "Item".
8353
8354 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8355
8356         * BufferView.C (lockInset): another bad getchar crunched
8357
8358 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8359
8360         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8361         again)
8362
8363 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8364
8365         * lyxfind.C (searchForward, searchBackwards): bug 782
8366
8367 2003-04-07  John Levon  <levon@movementarian.org>
8368
8369         * paragraph.C: remove dead comment
8370
8371         * text.C: remove troublesome depth-fiddling code
8372         in leftMargin() and rightMargin() (bug 1017)
8373
8374         * text.C: fix breaking of rows in nested lists
8375         (bug 1004)
8376
8377         * text2.C (updateCounters): fix up depth values
8378         (bug 1013)
8379
8380 2003-04-07  John Levon  <levon@movementarian.org>
8381
8382         * BufferView_pimpl.C: clear message when doc finishes resizing,
8383         and after a mouse event
8384
8385         * lyxfunc.C: clear message after exiting inset
8386
8387 2003-04-07  John Levon  <levon@movementarian.org>
8388
8389         * bufferview_funcs.C: show math status not outside
8390         status in the statusbar
8391
8392 2003-04-07  John Levon  <levon@movementarian.org>
8393
8394         * lyxfunc.C: note status changed after a depth change
8395
8396 2003-04-04  Angus Leeming  <leeming@lyx.org>
8397
8398         * LaTeX.h: move AuxInfo operator==, != out of line.
8399         Remove LaTeX virtual destructor; nothing derives from it.
8400         Move operator()() out of public area and rename it startscript().
8401         Change protected for private.
8402
8403 2003-04-04  Angus Leeming  <leeming@lyx.org>
8404
8405         * lyxfunc.C:
8406         * text2.C: remove unneeded #includes.
8407
8408 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8409
8410         * text2.C (dEPM): fix the heigth of the next row
8411
8412 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8413
8414         * text.C: squashed an invalid getChar requester + some ws changes
8415
8416 2003-04-03  John Levon  <levon@movementarian.org>
8417
8418         * bufferview_funcs.h:
8419         * bufferview_funcs.C:
8420         * lyxfunc.C:
8421         * lyxtext.h:
8422         * text2.C: make getStatus work for the env depth lfuns
8423
8424 2003-04-03  John Levon  <levon@movementarian.org>
8425
8426         * bufferview_funcs.h:
8427         * bufferview_funcs.C:
8428         * lyxfunc.C:
8429         * lyxtext.h:
8430         * text2.C: parlistize decDepth(), by merging it with incDepth()
8431
8432 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8433
8434         * lyxrow.h: store a ParagraphList::iterator instead of a
8435         Paragraph* and adjust other class functions to suit.
8436
8437         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8438         above.
8439
8440 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8441
8442         * text2.C (setCursor): do not anchor to cursor row for the time being
8443
8444 2003-04-02  John Levon  <levon@movementarian.org>
8445
8446         * LyXAction.C:
8447         * lfuns.h:
8448         * lyx_main.C:
8449         * lyxtext.h:
8450         * text.C:
8451         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8452
8453 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8454
8455         * paragraph.h: make ParagraphList and ParagraphList::iterator
8456         friends of Paragraph.
8457
8458         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8459
8460         * ParagraphList.C: Use the private next_ and previous_ from
8461         Paragraph.
8462
8463 2003-04-01  John Levon  <levon@movementarian.org>
8464
8465         * ToolbarBackend.h:
8466         * ToolbarBackend.C:
8467         * Makefile.am: rename, remove defaults gunk
8468
8469         * MenuBackend.h:
8470         * MenuBackend.C: remove defaults gunk
8471
8472         * Languages.h:
8473         * Languages.C: remove defaults gunk
8474
8475         * lyx_main.h:
8476         * lyx_main.C: error out if files couldn't be found.
8477
8478 2003-04-02  John Levon  <levon@movementarian.org>
8479
8480         * text2.C: make incDepth() use parlist
8481
8482 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8483
8484         * undo_funcs.C (firstUndoParagraph): adjust
8485
8486         * text3.C (gotoInset): adjust
8487         (dispatch): adjust, and rewrite loop.
8488
8489         * text2.C (init): adjust, and rewrite loop.
8490         (redoParagraphs): adjust
8491         (updateInset): adjust, and rewrite loop.
8492         (deleteEmptyParagraphMechanism): adjust
8493
8494         * tabular.C (LyXTabular): adjust
8495         (SetMultiColumn): adjust
8496         (TeXRow): adjust
8497
8498         * lyxtext.[Ch] (ownerParagraph): delete function
8499         (ownerParagraphs): new function returns a ParagraphList.
8500
8501         * BufferView.C (removeAutoInsets): adjust
8502         (insertErrors): adjust
8503         (setCursorFromRow): adjust
8504
8505 2003-04-01  Angus Leeming  <leeming@lyx.org>
8506
8507         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8508         in the frontends.
8509
8510 2003-04-02  John Levon  <levon@movementarian.org>
8511
8512         * lyxtext.h:
8513         * text.C:
8514         * Makefile.am:
8515         * text_funcs.h:
8516         * text_funcs.C: make transposeChars a free function
8517
8518         * lyxrow_funcs.C: remove wrong comment
8519
8520 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8521
8522         * lyxtext.h: adjust
8523         * rowpainter.C: adjust
8524         * text.C: adjust
8525         * text2.C: adjust
8526         * text3.C: adjust
8527
8528         * lyxrow_funcs. [Ch]: new files
8529
8530         * lyxrow.[Ch]: remove next and previous pointers
8531         (next,previous): remove accessor functions
8532         (isParEnd): move to lyxrow_funcs
8533         (lastPos): move to lyxrow_funcs
8534         (nextRowIsAllInset): move to lyxrow_funcs
8535         (lastPrintablePos): move to lyxrow_funcs
8536         (numberOfSeparators): move to lyxrow_funcs
8537         (numberOfHfills): move to lyxrow_funcs
8538         (numberOfLabelHfills): move to lyxrow_funcs
8539         (hfillExpansion): move to lyxrow_funcs
8540
8541         * lyxfunc.C: adjust
8542
8543         * bufferview_funcs.C (toggleAndShow): adjust
8544
8545         * RowList.h: Remove class RowList from file leave just a
8546         std::list<Row>.
8547
8548         * RowList.C: delete file
8549
8550         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8551         and lyxrow_funcs.h
8552
8553 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8554
8555         * text3.C (cursorPrevious): adjust
8556         (cursorNext): adjust
8557         (dispatch): adjust
8558
8559         * text2.C (redoHeightOfParagraph): adjust
8560         (redoDrawingOfParagraph): adjust
8561         (setCursor): adjust
8562
8563         * text.C (breakParagraph): adjust
8564         (insertChar): adjust
8565         (backspace): adjust
8566
8567         * rowpainter.C (RowPainter): adjust
8568         (leftMargin): simplify and adjust
8569         (most rowpainter functions): adjust.
8570
8571         * rowpainter.h: store the row as RowList::iterator not as Row*
8572
8573         * lyxcursor.C (row): taka RowList::iterator as arg
8574         (irow): ditto
8575
8576         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8577         of Row*.
8578
8579 2003-04-01  Angus Leeming  <leeming@lyx.org>
8580
8581         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8582         stuff like bool Bool.
8583
8584 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8585
8586         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8587         rewrite a loop
8588
8589 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8590
8591         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8592         RowList::iterator.
8593
8594         * lyxtext.h (rows): drop one version and leve a const variant that
8595         returns a RowList::iterator.
8596
8597 2003-03-31  Angus Leeming  <leeming@lyx.org>
8598
8599         * text.C (fill): ensure that the signature is the same as that in the
8600         header file.
8601
8602 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8603
8604         * text2.C (redoParagraphs): adjust
8605         (updateCounters): adjust
8606         (checkParagraph): adjust
8607         (getColumnNearX): adjust and reformat a bit.
8608
8609         * text.C (top_y): adjust
8610         (workWidth): adjust
8611         (leftMargin): adjust
8612         (prepareToPrint): adjust
8613         (getRow): adjust
8614         (getRowNearY): adjust
8615
8616         * lyxtext.h: make rowlist_ mutable.
8617
8618         * RowList.h: add const_iterator
8619         * RowList.C: adjust for RowList::const_iterator.
8620
8621         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8622         adjust.
8623
8624 2003-03-31  John Levon  <levon@movementarian.org>
8625
8626         * lyxrc.h:
8627         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8628
8629         * lyx_main.C: set default fonts from using lyx_gui funcs
8630
8631         * exporter.C: pdf_mode moved from lyxrc
8632
8633         * lyx_cb.C:
8634         * lyxfunc.C: changes from above
8635
8636 2003-03-31  John Levon  <levon@movementarian.org>
8637
8638         * lyx_main.C: fix to the last fix
8639
8640 2003-03-31  John Levon  <levon@movementarian.org>
8641
8642         * bufferlist.C: "Load original" -> "Load Original"
8643
8644         * converter.C:
8645         * exporter.C:
8646         * importer.C:
8647         * lyx_main.C:
8648         * format.C: more Alert cleanups
8649
8650 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8651
8652         * text2.C (removeParagraph): make it take a RowList::iterator as
8653         arg, adjust.
8654         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8655         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8656
8657         * text.C (anchor_row): make it take a RowList::iterator as arg,
8658         adjust.
8659         (computeBidiTables): make it take a const reference to Row instead
8660         of Row pointer, adjust.
8661         (leftMargin): make it take a RowList::iterator as arg, adjust.
8662         (rowBreakPoint): adjust
8663         (breakAgainOneRow): make it take a RowList::iterator as arg,
8664         adjust.
8665         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8666
8667         * bufferview_funcs.C (toggleAndShow): adjust
8668
8669 2003-03-30  John Levon  <levon@movementarian.org>
8670
8671         * Makefile.am:
8672         * BoostFormat.h:
8673         * boost-inst.C: moved to support
8674
8675         * several files: changes as a result
8676
8677 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8678
8679         * text2.C (LyXText): adjust.
8680         (init): adjust
8681         (removeRow): make it take a RowList::iterator as arg, adjust.
8682         (fullRebreak): adjust
8683         (deleteEmptyParagraphMechanism): adjust
8684         (clearPaint): adjust
8685         (postPaint): adjust
8686
8687         * text.C (top_y): adjust
8688         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8689         (breakAgain): make it take a RowList::iterator as arg, adjust.
8690         (breakParagraph): adjust
8691         (insertChar): adjust
8692         (backspace): adjust
8693
8694         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8695         need_break_row, and refresh_row.
8696
8697         * text3.C (dispatch): adjust
8698
8699         * text2.C (checkParagraph): adjust
8700         (setCursor): adjust
8701         (setCursorFromCoordinates): adjust
8702
8703         * text.C (top_y): adjust
8704         (workWidth): adjust
8705         (getRow): make it return a RowList::iterator, adjust
8706         (getRowNearY): make it return a RowList::iterator, adjust
8707
8708         * text2.C (init): adjust
8709         (insertRow): remove function
8710         (insertParagraph): adjust
8711         (redoParagraphs): adjust
8712         (fullRebreak): adjust
8713         (updateCounters): adjust
8714
8715         * text.C (top_y): rewrite to use RowList iterators.
8716         (top_y): adjust
8717         (setHeightOfRow): rewrite to sue RowList iterators.
8718         (appendParagraph): adjust
8719         (breakAgain): adjust
8720         (breakAgainOneRow): adjust
8721         (breakParagraph): adjust
8722         (getRow): adjust
8723         (getRowNearY): adjust, and remove commented code.
8724
8725         * lyxtext.h (firstRow): delete function
8726         (lastRow): delete function
8727         (rows): new function (const and non-const versions.)
8728         (insertRow): delete function
8729
8730         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8731
8732 2003-03-29  John Levon  <levon@movementarian.org>
8733
8734         * BufferView_pimpl.C: always update scrollbar top
8735         because pasting text when we're anchored could mean we
8736         miss an update altogether
8737
8738 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8739
8740         * text2.C (init): use rowlist_.end() and not 0.
8741         (insertRow): change to take a RowList::iterator as arg, adjust
8742         for this.
8743         (insertParagraph): change to take a RowList::iterator as arg,
8744         adjust for this.
8745         (redoParagraphs): remove some debug msgs.
8746
8747         * text.C (appendParagraph): change to take a RowList::iterator
8748         arg, adjust for this.
8749         (breakAgain): add an assert
8750         (breakAgainOneRow): ditto
8751
8752 2003-03-29  John Levon  <levon@movementarian.org>
8753
8754         * text2.C: do not clear selection after inc/decDepth
8755         (bug 550)
8756
8757 2003-03-29  John Levon  <levon@movementarian.org>
8758
8759         * BufferView.C:
8760         * buffer.C: fix broken strerrors according to Lars
8761
8762 2003-03-29  John Levon  <levon@movementarian.org>
8763
8764         * converters.C: more Alert cleanups
8765
8766 2003-03-29  John Levon  <levon@movementarian.org>
8767
8768         * bufferview_funcs.C: remove pointless Alert
8769
8770         * buffer.C: fix confusing error message when
8771         a template is chmoded 000
8772
8773 2003-03-29  John Levon  <levon@movementarian.org>
8774
8775         * BufferView.C:
8776         * BufferView.h:
8777         * BufferView_pimpl.C: Alert fixes
8778
8779         * Makefile.am:
8780         * tabular.C:
8781         * tabular-old.C: remove unused table compat reading
8782
8783 2003-03-29  John Levon  <levon@movementarian.org>
8784
8785         * BufferView.C:
8786         * buffer.C:
8787         * lyx_cb.h:
8788         * lyx_cb.C: more Alert cleanups
8789
8790         * lyxfunc.C: don't allow chktex if not latex document
8791
8792 2003-03-29  John Levon  <levon@movementarian.org>
8793
8794         * lyx_cb.C:
8795         * BufferView.C:
8796         * buffer.C: warnings pushed down from support/,
8797         kill err_alert
8798
8799 2003-03-29  John Levon  <levon@movementarian.org>
8800
8801         * lyxfunc.C: safety check for C-r (revert)
8802
8803 2003-03-29  John Levon  <levon@movementarian.org>
8804
8805         * bufferlist.h:
8806         * bufferlist.C: several UI fixes using Alert::prompt.
8807         Fix the pointless looping quit code. Fix stupid revert
8808         behaviour (bug 938)
8809
8810         * lyxvc.h:
8811         * lyxvc.C:
8812         * lyx_cb.C: use Alert::prompt
8813
8814         * lyx_main.C: remove a silly question
8815
8816         * lyxfunc.C: remove a couple of silly questions,
8817         use Alert::prompt
8818
8819 2003-03-28  John Levon  <levon@movementarian.org>
8820
8821         * text2.C: fix bug 974 (End on empty par)
8822
8823 2003-03-28  John Levon  <levon@movementarian.org>
8824
8825         * BufferView_pimpl.C:
8826         * LyXAction.C:
8827         * lfuns.h: remove do-nothing math greek lfuns
8828
8829 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8830
8831         * lyxgluelength.h (isValidGlueLength): add default arg on
8832         parameter 2. Remove default arg from friend in class.
8833
8834         * lyxlength.h (isValidLength): add default arg on parameter 2.
8835         Remove default arg from friend in class.
8836
8837         * text2.C (LyXText): adjust, initialize refresh_row.
8838         (init): adjust
8839         (removeRow): adjust
8840         (insertRow): adjust
8841         (insertParagraph): adjst
8842         (redoParagraphs): adjust
8843         (fullRebreak): adjust
8844         (updateCounters): adjust
8845         (deleteEmptyParagraphMechanism): first attempt at fixing a
8846         crashing bug.
8847
8848         * text.C (top_y): adjust
8849         (setHeightOfRow): adjust
8850         (getRow): adjust
8851         (getRowNearY): adjust
8852
8853         * lyxtext.h: include RowList.h
8854         (~LyXText): not needed anymore, deleted.
8855         (firstRow): modify for RowList
8856         (lastRow): new function
8857         Delete firstrow and lastrow class variables, add a Rowlist
8858         rowlist_ class variable.
8859
8860         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8861         paragraph is empty.
8862
8863         * RowList.C (insert): fix case where it == begin().
8864
8865 2003-03-26  Angus Leeming  <leeming@lyx.org>
8866
8867         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8868         the thesaurus dialog.
8869
8870 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8871
8872         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8873
8874         * RowList.[Ch]: new files
8875
8876         * ParagraphList.C (erase): handle the case where it == begin
8877         correctly.
8878
8879 2003-03-25  John Levon  <levon@movementarian.org>
8880
8881         * Makefile.am:
8882         * aspell_local.h:
8883         * aspell.C: add new aspell support
8884
8885         * lyxrc.h:
8886         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8887         have it accessible.
8888
8889 2003-03-25  Angus Leeming  <leeming@lyx.org>
8890
8891         * lfuns.h:
8892         * LyXAction.C (init): new LFUN_INSET_INSERT.
8893
8894         * BufferView_pimpl.C (dispatch): split out part of the
8895         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8896
8897         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8898         LFUN_INSET_APPLY.
8899
8900 2003-03-25  Angus Leeming  <leeming@lyx.org>
8901
8902         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8903
8904 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8905
8906         * text2.C:
8907         * text3.C: remove useless row->height(0)
8908
8909 2003-03-25  John Levon  <levon@movementarian.org>
8910
8911         * lyxtext.h:
8912         * text2.C:
8913         * text3.C: rename the refreshing stuff to better names
8914
8915 2003-03-24  John Levon  <levon@movementarian.org>
8916
8917         * BufferView_pimpl.h:
8918         * BufferView_pimpl.C: update layout choice on a mouse
8919         press/release
8920
8921 2003-03-23  John Levon  <levon@movementarian.org>
8922
8923         * Makefile.am: fix commandtags.h reference
8924
8925 2003-03-22  John Levon  <levon@movementarian.org>
8926
8927         * BufferView_pimpl.C:
8928         * lyxtext.h:
8929         * rowpainter.C:
8930         * rowpainter.h:
8931         * text.C:
8932         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8933
8934 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8935
8936         * lyxtext.h:
8937         * text.C: take the rtl methods out of line
8938
8939 2003-03-21 André Pönitz <poenitz@gmx.net>
8940
8941         * metricsinfo.[Ch]: new files containing structures to be passed around
8942         during the two-phase-drawing...
8943
8944 2003-03-21 André Pönitz <poenitz@gmx.net>
8945
8946         * lyxtextclass.C: read 'environment' tag.
8947
8948 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8949
8950         * text2.C (removeRow): fix bug 964
8951
8952 2003-03-20  John Levon  <levon@movementarian.org>
8953
8954         * rowpainter.C:
8955         * text.C:
8956         * text2.C: paint cleanups. Inset::update() dropped font
8957         parameter
8958
8959 2003-03-19  John Levon  <levon@movementarian.org>
8960
8961         * lyxfunc.C: only fitcursor/markDirty if available()
8962
8963 2003-03-19  John Levon  <levon@movementarian.org>
8964
8965         * commandtags.h: rename to ...
8966
8967         * lfuns.h: ... this, and renumber / cleanup
8968
8969 2003-03-19  John Levon  <levon@movementarian.org>
8970
8971         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8972         fit the cursor after an lfun
8973
8974         * BufferView.h:
8975         * BufferView.C:
8976         * BufferView_pimpl.h:
8977         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8978
8979         * LyXAction.C: layout-character should have ReadOnly
8980
8981         * ParagraphParameters.C:
8982         * buffer.C:
8983         * bufferview_funcs.C:
8984         * lyx_cb.C:
8985         * lyxfind.C:
8986         * lyxtext.h:
8987         * text.C:
8988         * text2.C:
8989         * text3.C:
8990         * undo_funcs.C: changes from above
8991
8992 2003-03-18  John Levon  <levon@movementarian.org>
8993
8994         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8995         remove it from update()
8996
8997         * lyxfunc.C: update layout choice after an lfun
8998
8999         * text3.C: remove extra updateLayoutChoice()s
9000
9001 2003-03-18  John Levon  <levon@movementarian.org>
9002
9003         * text.C: top_y change means full repaint, fix
9004         a drawing bug with cursor movement
9005
9006 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9007
9008         * lyxtext.h:
9009         * text.C:
9010         * text2.C: anchor row on setCursor
9011
9012 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9013
9014         * lyxtext.h: remove almost all mutable keywords
9015         * text.C:
9016         * text2.C:
9017         * text3.C: remove const keywords accordingly
9018
9019 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9020
9021         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9022         anon namespace
9023         (TeXEnvironment): ditto
9024         (TeXOnePar): ditto
9025
9026 2003-03-17  John Levon  <levon@movementarian.org>
9027
9028         * text.C (rowBreakPoint): remove attempt to fix displayed
9029         math insets inside a manual label
9030
9031 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9032
9033         * lyxtext.h: remove BufferView* as first arg from almost all class
9034         functions.
9035         * other files: adjust.
9036
9037 2003-03-17  John Levon  <levon@movementarian.org>
9038
9039         * lyxtext.h:
9040         * undo_funcs.C:
9041         * text2.C: more paint cleanups
9042
9043         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9044
9045         * rowpainter.h:
9046         * rowpainter.C: remove "smart" background painting code
9047
9048 2003-03-16  John Levon  <levon@movementarian.org>
9049
9050         * lyxtext.h:
9051         * text.C:
9052         * text2.C:
9053         * text3.C: add helper functions for setting refresh_row/y
9054
9055 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9056
9057         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9058         newline inset which *can* get inserted in the pass_thru layouts.
9059         This is primarily for literate documents.
9060
9061 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9062
9063         * buffer.C: increment LYX_FORMAT to 223
9064
9065 2003-03-14 André Pönitz <poenitz@gmx.net>
9066
9067         * textclass.h: prepare for environment handling, ws changes
9068         * lyxlayout.C: read latexheader and latexfooter tags
9069
9070 2003-03-14  John Levon  <levon@movementarian.org>
9071
9072         * text2.C: rewrite ::status() a bit
9073
9074 2003-03-13  John Levon  <levon@movementarian.org>
9075
9076         * lyxtext.h: add some docs
9077
9078 2003-03-13  John Levon  <levon@movementarian.org>
9079
9080         * lyxtext.h:
9081         * text.C:
9082         * text2.C:
9083         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9084
9085 2003-03-13  John Levon  <levon@movementarian.org>
9086
9087         * text3.C: fix appendix redrawing
9088
9089 2003-03-13  John Levon  <levon@movementarian.org>
9090
9091         * text.C (setHeightOfRow):
9092         * rowpainter.h:
9093         * rowpainter.C: make appendix mark have the text
9094           "Appendix" so the user knows what it is
9095
9096         * LColor.h:
9097         * LColor.C: s/appendixline/appendix/ from above
9098
9099 2003-03-13  John Levon  <levon@movementarian.org>
9100
9101         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9102
9103         * text.C: fix a getChar(pos) bug properly
9104
9105 2003-03-13  Angus Leeming  <leeming@lyx.org>
9106
9107         * commandtags.h:
9108         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9109         Probably only temporary. Let's see how things pan out.
9110
9111         * BufferView.C (unlockInset):
9112         * BufferView_pimpl.C (fitCursor):
9113         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9114
9115         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9116         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9117
9118         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9119         new functions that convert ParagraphParameters to and from a string.
9120
9121         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9122         BufferView::Pimpl's dispatch.
9123         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9124
9125 2003-03-13 André Pönitz <poenitz@gmx.net>
9126
9127         * lyxfunc.C:
9128         * text3.C:
9129         * factory.C: make it aware of InsetEnv
9130
9131 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9132
9133         * text2.C (setCursor): never ask for one past last
9134         (setCursor): add some debugging messages.
9135
9136         * text.C (singleWidth): never ask for one past last
9137         (singleWidth): ditto
9138         (leftMargin): ditto
9139         (rightMargin): ditto
9140         (rowBreakPoint): ditto
9141         (setHeightOfRow): ditto
9142         (prepareToPrint): ditto
9143
9144         * rowpainter.C (paintBackground): never ask for one past last
9145         (paintText): never ask for one past last
9146
9147         * paragraph_pimpl.C (getChar): make the assert stricter, never
9148         allow the one past last pos to be taken
9149
9150         * paragraph.C (getChar): ws changes only
9151
9152         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9153         (numberOfSeparators): ditto
9154         (numberOfHfills): ditto
9155
9156 2003-03-12  John Levon  <levon@movementarian.org>
9157
9158         * author.h:
9159         * author.C:
9160         * bufferparams.h:
9161         * bufferparams.C:
9162         * paragraph_funcs.C: fix per-buffer authorlists
9163
9164 2003-03-12  John Levon  <levon@movementarian.org>
9165
9166         * text.C: fix newline in right address
9167
9168 2003-03-12  Angus Leeming  <leeming@lyx.org>
9169
9170         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9171         duplicate those in LyXFunc::dispatch.
9172
9173         * commandtags.h:
9174         * LyXAction.C:
9175         * ToolbarDefaults.C:
9176         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9177         Add LFUN_FONTFREE_UPDATE.
9178
9179         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9180         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9181
9182         * bufferview_func.[Ch]: several new functions to facilliate
9183         transfer of data to and from the character dialog.
9184
9185 2003-03-12  John Levon  <levon@movementarian.org>
9186
9187         * buffer.C:
9188         * paragraph.h:
9189         * paragraph.C:
9190         * paragraph_funcs.C:
9191         * paragraph_pimpl.C:
9192         * sgml.C:
9193         * tabular.C:
9194         * text.C:
9195         * text3.C: remove META_NEWLINE in favour of an inset
9196
9197         * rowpainter.h:
9198         * rowpainter.C: remove paintNewline (done by inset)
9199
9200 2003-03-12  John Levon  <levon@movementarian.org>
9201
9202         * paragraph_pimpl.C: complain about bad getChar()s
9203         for a while at least
9204
9205 2003-03-12  John Levon  <levon@movementarian.org>
9206
9207         * buffer.h:
9208         * buffer.C: move paragraph read into a separate function,
9209         a little renaming to reflect that.
9210
9211         * bufferparams.h:
9212         * bufferparams.C: remove the author_ids map, not necessary now
9213
9214         * factory.h:
9215         * factory.C: moved Buffer::readInset to here
9216
9217         * paragraph_funcs.h:
9218         * paragraph_funcs.C: readParagraph free function moved from
9219         buffer.C
9220
9221         * tabular.C: name change
9222
9223 2003-03-12  John Levon  <levon@movementarian.org>
9224
9225         * buffer.C:
9226         * ParagraphParameters.C: move par params input to
9227         a read() method
9228
9229         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9230         behave like a normal read from the stream wrt reading
9231         a line vs. a \\token
9232
9233 2003-03-12  John Levon  <levon@movementarian.org>
9234
9235         * paragraph.C:
9236         * ParagraphParameters.h:
9237         * ParagraphParameters.C: move output code to a
9238         ::write() method
9239
9240 2003-03-12  John Levon  <levon@movementarian.org>
9241
9242         * BufferView.C (insertLyXFile):
9243         * buffer.h:
9244         * buffer.C:
9245         * tabular.C: use a parlist iterator for creating the
9246           document.
9247
9248 2003-03-12  John Levon  <levon@movementarian.org>
9249
9250         * buffer.C: make current_change static local not
9251           static file-scope
9252
9253 2003-03-12  John Levon  <levon@movementarian.org>
9254
9255         * buffer.C: fix insertStringAsLines for change tracking
9256
9257 2003-03-12  John Levon  <levon@movementarian.org>
9258
9259         * BufferView.C:
9260         * tabular.C:
9261         * buffer.h:
9262         * buffer.C:
9263         * bufferparams.h:
9264         * bufferparams.C: move author list into params. Rename some
9265           functions. Move the header reading into a separate token
9266           loop. Move the header token reading into BufferParams.
9267
9268 2003-03-12  John Levon  <levon@movementarian.org>
9269
9270         * changes.C: put debug inside lyxerr.debugging() checks
9271
9272 2003-03-11 André Pönitz <poenitz@gmx.net>
9273
9274         * factory.C: make it aware of InsetHFill
9275
9276 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9277
9278         * buffer.C (latexParagraphs): move function from here...
9279         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9280         args.
9281
9282 2003-03-10  Angus Leeming  <leeming@lyx.org>
9283
9284         * LyXAction.C (init): fix bug in poplating array with multiple entries
9285         with the same LFUN (spotted by JMarc).
9286
9287 2003-03-10  John Levon  <levon@movementarian.org>
9288
9289         * text.C:
9290         * text2.C: move getColumnNearX() near its
9291         only call site
9292
9293 2003-03-10  John Levon  <levon@movementarian.org>
9294
9295         * text.C: fix break before a minipage
9296
9297 2003-03-10  John Levon  <levon@movementarian.org>
9298
9299         * text.C: fix the last commit
9300
9301 2003-03-09  John Levon  <levon@movementarian.org>
9302
9303         * lyxtext.h:
9304         * text.C:
9305         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9306         bug 365 (don't break before insets unless needed). Don't
9307         return a value > last under any circumstances.
9308
9309 2003-03-09  Angus Leeming  <leeming@lyx.org>
9310
9311         * BufferView_pimpl.C (trackChanges, dispatch): call
9312         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9313
9314 2003-03-09  Angus Leeming  <leeming@lyx.org>
9315
9316         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9317         than Dialogs::showAboutlyx().
9318
9319 2003-03-09  Angus Leeming  <leeming@lyx.org>
9320
9321         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9322         than Dialogs::showTabularCreate().
9323
9324 2003-03-09  John Levon  <levon@movementarian.org>
9325
9326         * lyxtext.h:
9327         * text.C:
9328         * text2.C: 3rd arg to nextBreakPoint was always the same.
9329           Use references.
9330
9331 2003-03-08  John Levon  <levon@movementarian.org>
9332
9333         * lyxrow.C:
9334         * paragraph.C:
9335         * paragraph.h:
9336         * rowpainter.C:
9337         * text.C:
9338         * text2.C: Remove the "main" bit from the "main body"
9339           notion.
9340
9341 2003-03-08  John Levon  <levon@movementarian.org>
9342
9343         * text.C (leftMargin): The left margin of an empty
9344         manual label paragraph should not include the label width
9345         string length.
9346
9347         * text.C (prepareToPrint): don't attempt to measure hfills
9348         for empty manual label paragraphs - the answer should be 0
9349
9350 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9351
9352         * CutAndPaste.C: remove commented code and reindent.
9353
9354 2003-03-08  John Levon  <levon@movementarian.org>
9355
9356         * lyxfunc.h:
9357         * lyxfunc.C: move reloadBuffer()
9358
9359         * BufferView.h:
9360         * BufferView.C: to here
9361
9362         * lyxvc.C: add comment
9363
9364         * vc-backend.h:
9365         * vc-backend.C: call bv->reload() to avoid
9366           getStatus() check on MENURELOAD
9367
9368 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9369
9370         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9371         to an old format .dep file.
9372
9373 2003-03-07  Angus Leeming  <leeming@lyx.org>
9374
9375         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9376         when the LFUN_MOUSE_RELEASE should have been handled by
9377         inset->localDispatch.
9378
9379 2003-03-07  Angus Leeming  <leeming@lyx.org>
9380
9381         * BufferView_pimpl.C (dispatch):
9382         * LyXAction.C (init):
9383         * ToolbarDefaults.C (init):
9384         * commandtags.h:
9385         * lyxfunc.C (getStatus):
9386         remove LFUN_INSET_GRAPHICS.
9387
9388         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9389
9390 2003-03-07  Angus Leeming  <leeming@lyx.org>
9391
9392         * commandtags.h:
9393         * LyXAction.C (init):
9394         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9395
9396         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9397
9398         * commandtags.h:
9399         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9400
9401         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9402         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9403
9404 2003-03-07  Angus Leeming  <leeming@lyx.org>
9405
9406         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9407         remove "ert".
9408
9409 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9410
9411         * ParagraphList.C (front): new function
9412         (back): implement
9413
9414 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9415
9416         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9417         and top_row_offset_. removed var first_y.
9418         * text.C (top_y):
9419         * text2.C (LyXText, removeRow):
9420         * text3.C:
9421         * BufferView_pimpl.C:
9422         use these methods instead of using first_y
9423
9424 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9425
9426         * text2.C (pasteSelection): adjust for checkPastePossible
9427
9428         * CutAndPaste.C: remove Paragraph * buf and replace with
9429         ParagraphList paragraphs.
9430         (DeleteBuffer): delete
9431         (cutSelection): change the tc type to textclass_type
9432         (copySelection): change the tc type to textclass_type
9433         (copySelection): adjust for ParagraphList
9434         (pasteSelection): change the tc type to textclass_type
9435         (pasteSelection): adjust for Paragraphlist
9436         (nrOfParagraphs): simplify for ParagraphList
9437         (checkPastePossible): simplify for ParagraphList
9438         (checkPastePossible): remove unused arg
9439
9440         * ParagraphList.C (insert): handle the case where there are no
9441         paragraphs yet.
9442
9443         * CutAndPaste.h: make CutAndPaste a namespace.
9444
9445         * text3.C (dispatch): adjust
9446
9447         * text.C (breakParagraph): add a ParagraphList as arg
9448
9449         * paragraph_funcs.C (breakParagraph): change to take a
9450         BufferParams and a ParagraphList as args.
9451         (breakParagraphConservative): ditto
9452         (mergeParagraph): ditto
9453         (TeXDeeper): add a ParagraphList arg
9454         (TeXEnvironment): ditto
9455         (TeXOnePar): ditto
9456
9457         * buffer.C (readLyXformat2): adjust
9458         (insertStringAsLines): adjust
9459         (latexParagraphs): adjust
9460
9461         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9462         (cutSelection): adjust
9463         (pasteSelection): adjust
9464
9465         * BufferView_pimpl.C (insertInset): adjust
9466
9467 2003-03-05  Angus Leeming  <leeming@lyx.org>
9468
9469         * commandtags.h:
9470         * LyXAction.C (init):
9471         * BufferView_pimpl.C (dispatch):
9472         * lyxfunc.C (getStatus):
9473         remove LFUN_CHILD_INSERT.
9474
9475         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9476
9477 2003-03-05  Angus Leeming  <leeming@lyx.org>
9478
9479         * commandtags.h:
9480         * LyXAction.C (init):
9481         * src/factory.C (createInset):
9482         * lyxfunc.C (getStatus):
9483         * text3.C (dispatch):
9484         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9485
9486         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9487
9488 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9489
9490         * ParagraphList.C (insert): handle insert right before end()
9491         (erase): fix cases where it can be first or last paragraph.
9492
9493 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9494
9495         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9496         Paragraph::next and Paragraph::previous
9497         (TeXOnePar): ditto
9498
9499         * text.C (breakParagraph): adjust
9500
9501         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9502         BufferParams& as arg.
9503         (breakParagraph): use ParagraphList::insert
9504         (breakParagraphConservative): take a Buffer* instead of a
9505         BufferParams& as arg.
9506         (breakParagraphConservative): use ParagraphList::insert.
9507
9508         * buffer.C (insertStringAsLines): un-const it
9509         (insertStringAsLines): adjust
9510
9511         * ParagraphList.C (insert): new function
9512
9513         * CutAndPaste.C (pasteSelection): adjust
9514
9515         * text.C (backspace): adjust
9516
9517         * tabular.C (SetMultiColumn): adjust
9518
9519         * CutAndPaste.C (cutSelection): adjust
9520         (pasteSelection): adjust
9521
9522         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9523         Buffer const * as arg
9524
9525         * ParagraphList.C (erase): new function
9526         * paragraph_funcs.C (mergeParagraph): use it
9527         (mergeParagraph): make it take a Buffer* instead of a
9528         BufferParams* as arg
9529
9530         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9531         as arg
9532         (breakParagraphConservative): ditto
9533
9534         * paragraph.h: remove the breakParagraph friend
9535
9536         * paragraph.C (eraseIntern): new function
9537         (setChange): new function
9538
9539         * paragraph_funcs.C (mergeParagraph): make it take a
9540         ParagraphList::iterator instead of a Paragraph *, adjust
9541         accordingly.
9542
9543         * paragraph.h: move an #endif so that the change tracking stuff
9544         also works in the NO_NEXT case.
9545
9546 2003-03-04  Angus Leeming  <leeming@lyx.org>
9547
9548         * commandtags.h:
9549         * LyXAction.C: new LFUN_INSET_MODIFY.
9550
9551         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9552         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9553
9554 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9555
9556         * several files: ws changes only
9557
9558         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9559         (TeXEnvironment): ditto
9560         (TeXDeeper): ditto
9561
9562         * buffer.C (makeLaTeXFile): adjust
9563         (latexParagraphs): make it take ParagraphList::iterator as args
9564
9565 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9566
9567         * buffer.C (latexParagraphs): adjust
9568
9569         * paragraph.C (TeXOnePar): move function...
9570         (optArgInset): move function...
9571         (TeXEnvironment): move function...
9572         * paragraph_pimpl.C (TeXDeeper): move function...
9573         * paragraph_funcs.C: ...here
9574
9575         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9576
9577 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9578
9579         * buffer.C (readInset): remove compability code for old Figure and
9580         InsetInfo insets
9581
9582 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9583
9584         * buffer.C: ws changes
9585         (readInset):
9586
9587         * BufferView_pimpl.C: ditto
9588         * author.C: ditto
9589         * buffer.h: ditto
9590         * bufferlist.h: ditto
9591         * changes.h: ditto
9592         * lyxfunc.C: ditto
9593
9594 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9595
9596         * converter.[Ch]: split into itself +
9597         * graph.[Ch]
9598         * format.[Ch]
9599         * Makefile.am: += graph.[Ch] + format.[Ch]
9600         * MenuBackend.C
9601         * buffer.C
9602         * exporter.C
9603         * importer.C
9604         * lyx_main.C
9605         * lyxfunc.C
9606         * lyxrc.C: added #include "format.h"
9607
9608 2003-02-27  Angus Leeming  <leeming@lyx.org>
9609
9610         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9611           a label.
9612
9613         * factory.C (createInset): add "label" to the factory.
9614
9615         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9616           string and do no more.
9617
9618 2003-02-27  Angus Leeming  <leeming@lyx.org>
9619
9620         * commandtags.h:
9621         * LyXAction.C (init):
9622         * factory.C (createInset):
9623         * BufferView_pimpl.C (dispatch):
9624           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9625
9626         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9627
9628         * lyxfunc.C (dispatch):
9629         * text3.C (dispatch): pass name to params2string.
9630
9631 2003-02-26  Angus Leeming  <leeming@lyx.org>
9632
9633         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9634           blocks together.
9635           Rearrange the ~includes. Strip out the unnecessary ones.
9636
9637         * factory.C (createInset): reformat.
9638           create new insets for the various LFUN_XYZ_APPLY lfuns.
9639
9640 2003-02-26  John Levon  <levon@movementarian.org>
9641
9642         * lyxrow.h:
9643         * lyxrow.C: add isParStart,isParEnd helpers
9644
9645         * paragraph.h: make isInserted/DeletedText take refs
9646
9647         * paragraph_funcs.h:
9648         * paragraph_funcs.C: remove #if 0'd code
9649
9650         * lyxtext.h:
9651         * text3.C:
9652         * text2.C:
9653         * text.C: use lyxrow helpers above.
9654           Move draw and paint routines to RowPainter.
9655           Make several methods use refs not pointers.
9656           Make backgroundColor() const.
9657           Add markChangeInDraw(), isInInset().
9658           Merge changeRegionCase into changeCase.
9659           Make workWidth() shouldn't-happen code into an Assert.
9660
9661         * rowpainter.h:
9662         * rowpainter.C: new class for painting a row.
9663
9664         * vspace.h:
9665         * vspace.C: make inPixels take a ref
9666
9667 2003-02-26  Angus Leeming  <leeming@lyx.org>
9668
9669         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9670         LFUN_REF_APPLY.
9671
9672 2003-02-25  John Levon  <levon@movementarian.org>
9673
9674         * ispell.C: give the forked command a more accurate name
9675
9676 2003-02-22  John Levon  <levon@movementarian.org>
9677
9678         * toc.h:
9679         * toc.C: make TocItem store an id not a Paragraph *
9680           (bug #913)
9681
9682 2003-02-21  Angus Leeming  <leeming@lyx.org>
9683
9684         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9685           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9686           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9687           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9688           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9689           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9690
9691         * BufferView_pimpl.C (dispatch):
9692         * LyXAction.C (init):
9693         * factory.C (createInset):
9694         * lyxfunc.C (getStatus, dispatch):
9695         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9696
9697 2003-02-21  Angus Leeming  <leeming@lyx.org>
9698
9699         * BufferView_pimpl.C (MenuInsertLyXFile):
9700         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9701         * lyxfunc.C (menuNew, open, doImport):
9702           no longer pass a LyXView & to fileDlg.
9703
9704 2003-02-21  Angus Leeming  <leeming@lyx.org>
9705
9706         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9707         * LyXAction.C: change, BIBKEY to BIBITEM.
9708         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9709         Change InsetBibKey to InsetBibitem.
9710         Change BIBKEY_CODE to BIBITEM_CODE.
9711         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9712         * factory.C: replace insetbib.h with insetbibitem.h.
9713         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9714         * paragraph.C: replace insetbib.h with insetbibitem.h.
9715         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9716         Change bibkey() to bibitem().
9717         * text.C: remove insetbib.h.
9718         * text2.C: replace insetbib.h with insetbibitem.h.
9719         change bibkey() to bibitem().
9720         * text3.C: remove insetbib.h.
9721         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9722
9723 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9724
9725         * lyxrc.C (output): enclose user email in quotes (in case there are
9726         several words)
9727
9728 2003-02-18  John Levon  <levon@movementarian.org>
9729
9730         * buffer.h: add std::
9731
9732 2003-02-17  John Levon  <levon@movementarian.org>
9733
9734         * SpellBase.h:
9735         * ispell.h:
9736         * ispell.C:
9737         * pspell.h:
9738         * pspell.C: reworking. Especially in ispell, a large
9739           number of clean ups and bug fixes.
9740
9741         * lyxfunc.C: fix revert to behave sensibly
9742
9743 2003-02-17 André Pönitz <poenitz@gmx.net>
9744
9745         * LyXAction.C:
9746         * commandtags.h: new LFUN_INSERT_BIBKEY
9747
9748         * layout.h:
9749         * lyxlayout.C:
9750         * buffer.C:
9751         * factory.C:
9752         * text.C:
9753         * text2.C:
9754         * text3.C:
9755         * paragraph.[Ch]:
9756         * paragraph_func.C: remove special bibkey handling
9757
9758 2003-02-17  John Levon  <levon@movementarian.org>
9759
9760         * text.C (Delete): fix case where delete at the end of
9761           the very first paragraph would not merge the pars
9762
9763 2003-02-17  John Levon  <levon@movementarian.org>
9764
9765         * lyxrow.C: fix lastPrintablePos()
9766
9767 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9768
9769         * bufferparams.C (writeLaTeX): add a std:here
9770
9771         * buffer.C: and remove a using directive there
9772
9773 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9774
9775         * buffer.C (makeLaTeXFile): move the code that generates the
9776           preamble...
9777
9778         * bufferparams.C (writeLaTeX): ... in this new method
9779
9780         * LaTeXFeatures.C (getEncodingSet): make const
9781           (getLanguages): make const
9782
9783         * MenuBackend.C (binding): returns the binding associated to this
9784           action
9785           (add): sets the status of each item by calling getStatus. Adds
9786           some intelligence.
9787           (read): add support for OptSubMenu
9788           (expand): remove extra separator at the end of expanded menu
9789
9790 2003-02-15  John Levon  <levon@movementarian.org>
9791
9792         * BufferView.C:
9793         * BufferView_pimpl.C:
9794         * bufferlist.h:
9795         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9796           inset code that had no actual effect. Remove unneeded status
9797           code.
9798
9799 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9800
9801         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9802           in preamble
9803
9804 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9805
9806         * text.C (drawLengthMarker): also draw an arrow marker for
9807           symbolic lengths (medskip...)
9808
9809 2003-02-14  John Levon  <levon@movementarian.org>
9810
9811         * tabular.h:
9812         * tabular.C: better method names
9813
9814 2003-02-14  John Levon  <levon@movementarian.org>
9815
9816         * BufferView_pimpl.C:
9817         * bufferlist.C:
9818         * buffer.C:
9819         * converter.C:
9820         * lyx_cb.C:
9821         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9822           it's a more accurate name. Remove some pointless uses.
9823
9824 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9825
9826         * text2.C (LyXText): change order of initilizers to shut off
9827           warnings
9828
9829 2003-02-14  John Levon  <levon@movementarian.org>
9830
9831         * buffer.C: use ParIterator for getParFromID()
9832
9833         * paragraph.h:
9834         * paragraph.C:
9835         * paragraph_pimpl.h:
9836         * paragraph_pimpl.C: remove unused getParFromID()
9837
9838 2003-02-14  John Levon  <levon@movementarian.org>
9839
9840         * buffer.C: remove some very old #if 0'd parse code
9841
9842 2003-02-13  John Levon  <levon@movementarian.org>
9843
9844         * text.h:
9845         * text.C:
9846         * text2.C: move hfillExpansion(), numberOfSeparators(),
9847           rowLast(), rowLastPrintable(), numberofHfills(),
9848           numberOfLabelHfills() ...
9849
9850         * lyxrow.h:
9851         * lyxrow.C: ... to member functions here.
9852
9853         * paragraph.h:
9854         * paragraph.C:
9855         * lyxtext.h:
9856         * text.C: remove LyXText::beginningOfMainBody(), and call
9857           p->beginningOfMainBody() directly. Move the check for
9858           LABEL_MANUAL into the latter.
9859
9860         * text.h:
9861         * text.C:
9862         * text2.C:
9863         * vspace.C:
9864         * BufferView.h:
9865         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9866
9867         * text.h:
9868         * text.C:
9869         * text2.C:
9870         * text3.C:
9871         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9872           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9873
9874 2003-02-13  John Levon  <levon@movementarian.org>
9875
9876         * CutAndPaste.C: remove debug
9877
9878 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9879
9880         * paragraph.C (asString): remove two unused variables
9881
9882         * lyxtextclass.C (readTitleType):
9883           (Read):
9884           (LyXTextClass): handle new members titletype_ and titlename_
9885
9886         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9887
9888 2003-02-09  John Levon  <levon@movementarian.org>
9889
9890         * buffer.h:
9891         * buffer.C: replace hand-coded list with a map for the dep clean
9892
9893 2003-02-08  John Levon  <levon@movementarian.org>
9894
9895         * LaTeX.C: consolidate code into showRunMessage() helper
9896
9897 2003-02-08  John Levon  <levon@movementarian.org>
9898
9899         * lyxfind.C:
9900         * lyxtext.h:
9901         * text2.C:
9902         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9903           and pass the size in explicitly
9904
9905         * BufferView_pimpl.h:
9906         * BufferView_pimpl.C:
9907         * BufferView.h:
9908         * BufferView.C: add getCurrentChange()
9909
9910         * BufferView_pimpl.h:
9911         * BufferView_pimpl.C: handle change lfuns
9912
9913         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9914           for changes. Mark pasted paragraphs as new.
9915
9916         * support/lyxtime.h:
9917         * support/lyxtime.C:
9918         * DepTable.C: abstract time_t as lyx::time_type
9919
9920         * LColor.h:
9921         * LColor.C: add colours for new text, deleted text, changebars
9922
9923         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9924           package use "usenames" option.
9925
9926         * commandtags.h:
9927         * lyxfunc.C:
9928         * LyXAction.C: add change lfuns
9929
9930         * Makefile.am:
9931         * author.h:
9932         * author.C: author handling
9933
9934         * buffer.h:
9935         * buffer.C: add a per-buffer author list, with first entry as
9936           current author. Handle new .lyx tokens for change tracking. Output
9937           author list to .lyx file. Output dvipost stuff to .tex preamble.
9938           Bump lyx format to 222.
9939
9940         * bufferlist.h:
9941         * bufferlist.C: add setCurrentAuthor() to reset current author details
9942           in all buffers.
9943
9944         * bufferparams.h:
9945         * bufferparams.C: add param for tracking
9946
9947         * bufferview_funcs.C: output change info in minibuffer
9948
9949         * Makefile.am:
9950         * changes.h:
9951         * changes.C: add change-tracking structure
9952
9953         * debug.h:
9954         * debug.C: add CHANGES debug flag
9955
9956         * lyxfind.h:
9957         * lyxfind.C: add code for finding the next change piece
9958
9959         * lyxrc.h:
9960         * lyxrc.C: add user_name and user_email
9961
9962         * lyxrow.h:
9963         * lyxrow.C: add a metric for the top of the text line
9964
9965         * lyxtext.h:
9966         * text.C: implement accept/rejectChange()
9967
9968         * lyxtext.h:
9969         * text.C: paint changebars. Paint new/deleted text in the chosen
9970         colours. Strike through deleted text.
9971
9972         * paragraph.h:
9973         * paragraph.C:
9974         * paragraph_pimpl.h:
9975         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9976           in the current change to the insert functions. Rework erase to
9977           mark text as deleted, adding an eraseIntern() and a range-based
9978           erase(). Implement per-paragraph change lookup and
9979           accept/reject.
9980
9981         * paragraph_funcs.C: Fixup paste for change tracking.
9982
9983         * tabular.C: mark added row/columns as new.
9984
9985         * text.C: fix rowLast() to never return -1. Don't allow
9986           spellchecking of deleted text. Track transpose changes. Don't
9987           allow paragraph break or merge where appropriate.
9988
9989         * text2.C: leave cursor at end of selection after a cut.
9990
9991 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9992
9993         * text.C (getLengthMarkerHeight):
9994         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9995         visible on screen too.
9996
9997 2003-02-07  John Levon  <levon@movementarian.org>
9998
9999         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10000
10001 2003-02-05  Angus Leeming  <leeming@lyx.org>
10002
10003         * lyxserver.C (read_ready): revert my patch of 11 September last year
10004         as it sends PC cpu through the roof. Presumably this means that
10005         the lyxserver will no longer run on an Alpha...
10006
10007 2003-01-30  Angus Leeming  <leeming@lyx.org>
10008
10009         * factory.C (createInset): create an InsetCommandParam of type "index"
10010         and use it to 'do the right thing'.
10011
10012         * text2.C (getStringToIndex): ensure that cursor position is always
10013         reset to the reset_cursor position.
10014
10015 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10016
10017         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10018         disabled.
10019
10020 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10021
10022         * bufferview.C:
10023         * lyxcb.C:
10024         * lyxfunc.C: Output messages with identical spelling, punctuation,
10025         and spaces
10026
10027 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10028
10029         * MenuBackend.C (expandFormats): List only viewable export formats
10030         in "View" menu
10031
10032         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10033         message
10034
10035         * lyxfunc.C (getStatus): Make sure that formats other than
10036         "fax" can also be disabled
10037
10038 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10039
10040         * text3.C (dispatch): put the lfuns that insert insets in 3
10041         groups, and call doInsertInset with appropriate arguments.
10042         (doInsertInset): new function, that creates an inset and inserts
10043         it according to some boolean parameters.
10044
10045 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10046
10047         * buffer.C (readFile): remember to pass on 'par' when calling
10048         readFile recursively.
10049
10050 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10051
10052         * MenuBackend.C (expandFormats): add "..." to import formats.
10053
10054 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10055
10056         * paragraph.C (asString): Remove XForms RTL hacks.
10057
10058 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10059         * buffer.C: fix typo
10060
10061 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10062
10063         * Makefile.am (LIBS): delete var
10064         (lyx_LDADD): add @LIBS@ here instead.
10065
10066 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10067
10068         * Clarify the meaning of "wheel mouse jump"
10069
10070 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10071
10072         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10073         tabular in a float
10074
10075 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10076
10077         * importer.C (Loaders): do not preallocate 3 elements in the
10078         vector, since one ends up with 6 elements otherwise
10079
10080 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10081
10082         * DepTable.C (write): write the file name as last element of the
10083         .dep file (because it may contain spaces)
10084         (read): read info in the right order
10085
10086 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10087
10088         * paragraph_pimpl.C (simpleTeXBlanks):
10089         (simpleTeXSpecialChars):
10090         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10091
10092         * tabular.C (latex): add some missing case statements. Reindent.
10093
10094         * MenuBackend.C (expandToc): remove unused variable.
10095
10096 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10097
10098         * LColor.C:
10099         * LaTeX.C:
10100         * LyXAction.C:
10101         * MenuBackend.C:
10102         * buffer.C:
10103         * exporter.C:
10104         * lyxfunc.C:
10105         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10106         and the like.
10107
10108 2003-01-05  John Levon  <levon@movementarian.org>
10109
10110         * BufferView.h:
10111         * BufferView.C: add getEncoding()
10112
10113         * kbsequence.h:
10114         * kbsequence.C: do not store last keypress
10115
10116         * lyxfunc.h:
10117         * lyxfunc.C: store last keypress here instead. Pass encoding
10118           to getISOEncoded()
10119
10120 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10121
10122         * lyx_main.C (init): remove annoying error message when following
10123         symbolic links (bug #780)
10124
10125 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10126
10127         * text.C (insertChar):
10128         * lyxrc.C (getDescription): remove extra spaces
10129
10130 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10131
10132         * lyxrc.C (getDescription): remove extra spaces
10133
10134 2002-12-20  John Levon  <levon@movementarian.org>
10135
10136         * text3.C: hack fix for page up/down across tall rows
10137
10138 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10139
10140         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10141         not been invoked
10142
10143 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10144
10145         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10146         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10147         thesaurus is not compiled in
10148
10149 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10150
10151         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10152
10153 2002-12-16  Angus Leeming  <leeming@lyx.org>
10154
10155         * lyxrc.[Ch]:
10156         * lyx_main.C (init): remove override_x_deadkeys stuff.
10157
10158 2002-12-12  John Levon  <levon@movementarian.org>
10159
10160         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10161           insert. Only remove shift modifier under strict
10162           circumstances.
10163
10164 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10165
10166         * MenuBackend.C (expandToc): fix crash.
10167
10168 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10169
10170         * MenuBackend.C (expandToc): gettext on float names.
10171
10172 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10173
10174         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10175         implement bool empty() [bug 490]
10176
10177 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10178
10179         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10180
10181 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10182
10183         * several files: ws changes
10184
10185 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10186
10187         * text2.C (setCounter): clean up a bit, use boost.format.
10188         (updateCounters): initialize par upon declaration.
10189
10190         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10191         if the layout exists. We do not just store the layout any more.
10192         (SwitchLayoutsBetweenClasses): use boost.format
10193
10194 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10195
10196         * converter.C (convert): if from and to files are the same, use a
10197         temporary files as intermediary
10198
10199 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10200
10201         * commandtags.h:
10202         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10203
10204 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10205
10206         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10207
10208 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10209
10210         * tabular.C (asciiPrintCell): use string(size, char) instead of
10211         explicit loop.
10212
10213         * sgml.C (openTag): fix order of arguments to string constructor
10214         (closeTag): ditto
10215
10216         * lyxfunc.C (dispatch): use boost.format
10217
10218         * lots of files: change "c" -> 'c'
10219
10220 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10221
10222         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10223
10224 2002-11-25  Angus Leeming  <leeming@lyx.org>
10225
10226         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10227
10228         * lyx_main.C (init): compile fix.
10229
10230 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10231
10232         * lyx_cb.C (start): boost.formatify
10233         do not include <iostream>
10234
10235         * lengthcommon.C: ws only
10236
10237         * boost-inst.C,BoostFormat.h: add more explict instantations
10238
10239 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10240
10241         * lots of files: handle USE_BOOST_FORMAT
10242
10243 2002-11-21  John Levon  <levon@movementarian.org>
10244
10245         * pspell.C: fix compile
10246
10247 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10248
10249         * lyxfunc.C (dispatch): use boost::format
10250         (open): ditto
10251         (doImport): ditto
10252
10253         * lyxfont.C (stateText): use boost::format
10254
10255         * lyx_main.C (LyX): use boost::format
10256         (init): ditto
10257         (queryUserLyXDir): ditto
10258         (readRcFile): ditto
10259         (parse_dbg): ditto
10260         (typedef boost::function): use the recommened syntax.
10261
10262         * importer.C (Import): use boost::format
10263
10264         * debug.C (showLevel): use boost::format
10265
10266         * converter.C (view): use boost::format
10267         (convert): ditto
10268         (move): ditto
10269         (scanLog): ditto
10270
10271         * bufferview_funcs.C (currentState): use boost::format
10272
10273         * bufferlist.C (emergencyWrite): use boost::format
10274
10275         * buffer.C (readLyXformat2): use boost::format
10276         (parseSingleLyXformat2Token): ditto
10277
10278         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10279
10280         * LaTeX.C (run): use boost::format
10281
10282         * Chktex.C (scanLogFile): use boost::format
10283
10284         * BufferView_pimpl.C (savePosition): use boost::format
10285         (restorePosition): ditto
10286         (MenuInsertLyXFile): ditto
10287
10288         * BoostFormat.h: help file for explicit instation.
10289
10290 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10291
10292         * tabular.C (latex): Support for block alignment in fixed width
10293         columns.
10294
10295 2002-11-17  John Levon  <levon@movementarian.org>
10296
10297         * BufferView_pimpl.C:
10298         * lyx_cb.C:
10299         * lyxfunc.C: split filedialog into open/save
10300
10301 2002-11-08  Juergen Vigna  <jug@sad.it>
10302
10303         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10304         by my last patch (hopefully).
10305
10306 2002-11-08  John Levon  <levon@movementarian.org>
10307
10308         * iterators.h:
10309         * iterators.C:
10310         * buffer.h:
10311         * buffer.C:
10312         * paragraph.h:
10313         * paragraph.C:
10314         * toc.h:
10315         * toc.C: ParConstIterator, and use it (from Lars)
10316
10317 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10318
10319         * lyxtextclass.[Ch]: revise and add doxygen comments
10320
10321 2002-11-07  John Levon  <levon@movementarian.org>
10322
10323         * text.C: fix progress value for spellchecker
10324
10325         * toc.C: fix navigate menu for insetwrap inside minipage
10326
10327         * paragraph_funcs.C: added FIXME for suspect code
10328
10329 2002-11-07  John Levon  <levon@movementarian.org>
10330
10331         * BufferView_pimpl.C: fix redrawing of insets
10332           on buffer switch
10333
10334 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10335
10336         * text2.C (updateCounters): fix bug 668
10337
10338 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10339
10340         * text3.C (dispatch): Do not make the buffer dirty when moving the
10341         cursor.
10342
10343 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10344
10345         * vc-backend.C: STRCONV
10346         (scanMaster): ditto
10347
10348         * text2.C (setCounter): STRCONV
10349
10350         * paragraph.C (asString): STRCONV
10351
10352         * lyxlength.C (asString): STRCONV
10353         (asLatexString): ditto
10354
10355         * lyxgluelength.C (asString): STRCONV
10356         (asLatexString): ditto
10357
10358         * lyxfunc.C (dispatch): STRCONV
10359         (open): ditto
10360
10361         * lyxfont.C (stateText): STRCONV
10362
10363         * importer.C (Import): STRCONV
10364
10365         * counters.C (labelItem): STRCONV
10366         (numberLabel): ditto
10367         (numberLabel): remove unused ostringstream o
10368
10369         * chset.C: STRCONV
10370         (loadFile): ditto
10371
10372         * bufferview_funcs.C (currentState): STRCONV
10373
10374         * buffer.C (readFile): STRCONV
10375         (asciiParagraph): ditto
10376         (makeLaTeXFile): ditto
10377
10378         * Spacing.C (writeEnvirBegin): STRCONV
10379
10380         * LaTeXFeatures.C (getLanguages): STRCONV
10381         (getPackages): ditto
10382         (getMacros): ditto
10383         (getBabelOptions): ditto
10384         (getTClassPreamble): ditto
10385         (getLyXSGMLEntities): ditto
10386         (getIncludedFiles): ditto
10387
10388         * LaTeX.C: STRCONV
10389         (run): ditto
10390         (scanAuxFile): ditto
10391         (deplog): ditto
10392
10393         * LString.h: add the STRCONV macros
10394
10395         * BufferView_pimpl.C (savePosition): STRCONV
10396         (restorePosition): ditto
10397         (MenuInsertLyXFile): ditto
10398
10399         * vc-backend.C (scanMaster): change from submatch[...] to
10400         submatch.str(...)
10401
10402         * funcrequest.C: include config.h
10403
10404         * factory.C: include config.h
10405
10406         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10407
10408         * box.C: include config.h
10409
10410         * LaTeX.C (scanAuxFile): change from submatch[...] to
10411         submatch.str(...)
10412         (deplog): ditto
10413
10414 2002-10-25  Angus Leeming  <leeming@lyx.org>
10415
10416         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10417
10418         * ispell.[Ch] (setError): new method.
10419         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10420         Use setError() insetead of goto END.
10421
10422         * lyx_cb.C (AutoSave): move out child process into new class
10423         AutoSaveBuffer.
10424
10425 2002-10-30  John Levon  <levon@movementarian.org>
10426
10427         * text3.C: make start appendix undoable
10428
10429 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10430
10431         * lyxlength.C (inPixels): Fix returned value.
10432
10433         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10434         environment.
10435
10436 2002-10-24  Angus Leeming  <leeming@lyx.org>
10437
10438         * lyxgluelength.h: no need to forward declare BufferParams
10439         or BufferView, so don't.
10440
10441 2002-10-21  John Levon  <levon@movementarian.org>
10442
10443         * BufferView.C: menuUndo ->undo, redo
10444
10445         * BufferView.h: document, remove dead, make some methods private
10446
10447         * paragraph_funcs.h:
10448         * paragraph_funcs.C:
10449         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10450
10451         * buffer.h:
10452         * buffer.C:
10453         * sgml.h:
10454         * sgml.C: move sgml open/close tag into sgml.C
10455
10456         * bufferview_funcs.h: unused prototype
10457
10458         * lyxfunc.h:
10459         * lyxfunc.C: remove unused
10460
10461         * lyxtext.h:
10462         * text.C: remove unused
10463
10464 2002-10-21  John Levon  <levon@movementarian.org>
10465
10466         * BufferView.h:
10467         * BufferView.C:
10468         * BufferView_pimpl.h:
10469         * BufferView_pimpl.C: fix mouse wheel handling based on
10470           patch from Darren Freeman
10471
10472 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10473
10474         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10475
10476 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10477
10478         * lyxlength.C (inPixels): Fix hanfling of negative length.
10479         Fix LyXLength::MU case.
10480
10481 2002-10-16  John Levon  <levon@movementarian.org>
10482
10483         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10484
10485 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10486
10487         * converter.C (view): add support for $$i (file name) and $$p
10488         (file path) for the viewer command. If $$i is not specified, then
10489         it is appended to the command (for compatibility with old syntax)
10490
10491 2002-10-14  Juergen Vigna  <jug@sad.it>
10492
10493         * undo_funcs.C (textHandleUndo): alter the order in which the
10494         new undopar is added to the LyXText, as we have to set first
10495         the right prev/next and then add it as otherwise the rebuild of
10496         LyXText is not correct. Also reset the cursor to the right paragraph,
10497         with this IMO we could remove the hack in "redoParagraphs()".
10498
10499 2002-10-09  Angus Leeming  <leeming@lyx.org>
10500
10501         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10502         to turn off an optimisation if a new inset is to be inserted.
10503
10504 2002-10-11 André Pönitz <poenitz@gmx.net>
10505
10506         * lyxtext.h: make some functions public to allow access
10507         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10508
10509 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10510
10511         * text3.C (dispatch): when changing layout, avoid an infinite loop
10512         [bug #652]
10513
10514 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10515
10516         * lyxrc.C (read): treat a viewer or converter command of "none" as
10517         if it were empty.
10518
10519         * MenuBackend.C (expandFormats): for an update, also allow the
10520         formats that are not viewable
10521
10522         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10523         script if it is newer than the lyxrc.defaults in user directory
10524
10525 2002-10-07 André Pönitz <poenitz@gmx.net>
10526
10527         * text.C: Vitaly Lipatov's small i18n fix
10528
10529 2002-09-25  Angus Leeming  <leeming@lyx.org>
10530
10531         * ispell.h: doxygen fix.
10532
10533 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10534
10535         * buffer.h (readFile): Add a new argument to the method, to allow
10536         reading of old-format templates.
10537
10538 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10539
10540         * toc.C (getTocList): Get TOC from InsetWrap.
10541
10542 2002-09-16  John Levon  <levon@movementarian.org>
10543
10544         * lyxfunc.C: check tabular for cut/copy too
10545
10546 2002-09-12  John Levon  <levon@movementarian.org>
10547
10548         * LyXAction.C: tidy
10549
10550         * factory.h:
10551         * factory.C: add header
10552
10553         * paragraph_funcs.h:
10554         * paragraph_funcs.C: cleanup
10555
10556 2002-09-11  John Levon  <levon@movementarian.org>
10557
10558         * PrinterParams.h: odd/even default to true
10559
10560 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10561
10562         * PrinterParams.h: update printer parameters for new xforms dialog
10563
10564 2002-09-11  Angus Leeming  <leeming@lyx.org>
10565
10566         * lyxserver.C (read_ready): re-write to make it more transparent
10567         and to make it work in coherent fashion under Tru64 Unix.
10568
10569 2002-09-11  André Pönitz <poenitz@gmx.net>
10570
10571         * commandtags.h:
10572         * LyXAction.C:
10573         * text3.C: implement LFUN_WORDSEL
10574
10575 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10576
10577         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10578         make floatlist_ a boost::shared_ptr<FloatList>
10579
10580         * lyxtextclass.C: include FloatList.h
10581         (LyXTextClass): initialize floatlist_
10582         (TextClassTags): add TC_NOFLOAT
10583         (Read): match "nofloat" to TC_NOFLOAT and use it.
10584         (readFloat): modify call to floatlist_
10585         (floats): ditto
10586         (floats): ditto
10587
10588         * FloatList.[Ch] (FloatList): remove commented out float
10589         initialization.
10590         (erase): new function
10591
10592 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10593
10594         * MenuBackend.C (expandToc): fix crash when there is no document
10595         open
10596
10597 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10598
10599         * many files: Add insetwrap.
10600
10601 2002-09-09  John Levon  <levon@movementarian.org>
10602
10603         * text2.C: remove confusing and awkward depth wraparound
10604
10605 2002-09-09  John Levon  <levon@movementarian.org>
10606
10607         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10608
10609         * buffer.h:
10610         * buffer.C: remove getIncludeonlyList()
10611
10612         * paragraph.C:
10613         * lyxfunc.C: remove headers
10614
10615 2002-09-09  Juergen Vigna  <jug@sad.it>
10616
10617         * text.C (getColumnNearX): fix form Michael this is most
10618         probably a cut&paste bug.
10619
10620 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10621
10622         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10623
10624         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10625         references, ws changes.
10626
10627         * text2.C (init): update counters after init
10628         (insertParagraph): no need to set counter on idividual paragraphs.
10629         (setCounter): access the counters object in the textclass object
10630         on in the buffer object.
10631         (updateCounters): ditto
10632
10633         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10634         shared_ptr<Counters> to avoid loading counters.h in all
10635         compilation units.
10636         (LyXTextClass): initialize ctrs_
10637         (TextClassTags): add TC_COUNTER, and ...
10638         (Read): use it here.
10639         (CounterTags): new tags
10640         (readCounter): new function
10641         (counters): new funtion
10642         (defaultLayoutName): return a const reference
10643
10644         * counters.C (Counters): remove contructor
10645         (newCounter): remove a couple of unneeded statements.
10646         (newCounter): simplify a bit.
10647         (numberLabel): some small formatting changes.
10648
10649         * buffer.[Ch]: remove all traces of counters, move the Counters
10650         object to the LyXTextClass.
10651
10652 2002-09-06  Alain Castera  <castera@in2p3.fr>
10653
10654         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10655         package to set the horizontal alignment on fixed width columns.
10656
10657         * lyx_sty.C:
10658         * lyx_sty.h: added tabularnewline macro def.
10659
10660         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10661
10662 2002-09-06  John Levon  <levon@movementarian.org>
10663
10664         * LyXAction.C: tooltips for sub/superscript
10665
10666         * MenuBackend.C: a bit more verbose
10667
10668         * lyxfunc.C: tiny clean
10669
10670         * undo_funcs.C: document undo_frozen
10671
10672 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10673
10674         * counters.C (Counters): add missing algorithm counter.
10675
10676         * text2.C (setCounter): lookup the counter with layouts latexname
10677         instead of by section number.
10678         (setCounter): use a hackish way to lookup the correct enum
10679         counter.
10680         a float name->type change
10681         reset enum couners with counter name directly instead of depth value.
10682
10683         * counters.C (Counters): remove the push_backs, change to use the
10684         float type not the float name.
10685         (labelItem): remove unused string, float name->type change
10686
10687         * counters.h: don't include vector, loose the enums and sects vectors
10688
10689 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10690
10691         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10692         (Read): add float->TC_FLOAT to textclassTags
10693         (Read): and handle it in the switch
10694         (readFloat): new function
10695
10696         * FloatList.C (FloatList): comment out the hardcoded float
10697         definitions.
10698
10699         * lyxlayout.h: ws change.
10700
10701 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10702
10703         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10704
10705 2002-09-03  Angus Leeming  <leeming@lyx.org>
10706
10707         * BufferView_pimpl.h: qualified name is not allowed in member
10708         declaration: WorkArea & Pimpl::workarea() const;
10709
10710         * factory.C: added using std::endl directive.
10711
10712         * text3.C: added using std::find and std::vector directives.
10713
10714 2002-08-29  André Pönitz <poenitz@gmx.net>
10715
10716         * lyxtext.h:
10717         * text2.C: remove unused member number_of_rows
10718
10719         * Makefile.am:
10720         * BufferView2.C: remove file, move contents to...
10721         * BufferView.C: ... here
10722
10723         * BufferView_pimpl.C:
10724         * factory.C: move more inset creation to factory
10725
10726         * vspace.C: avoid direct usage of LyXText, ws changes
10727
10728         * BufferView.[Ch]:
10729                 don't provide direct access to WorkArea, use two simple
10730                 acessors haveSelction() and workHeight() instead
10731
10732
10733 2002-08-29  John Levon  <levon@movementarian.org>
10734
10735         * BufferView_pimpl.C (dispatch): do not continue when
10736           no buffer
10737
10738 2002-08-28  André Pönitz <poenitz@gmx.net>
10739
10740         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10741
10742         * BufferView.h:
10743         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10744
10745 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10746
10747         * buffer.C: increment LYX_FORMAT to 221
10748
10749         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10750         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10751
10752         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10753
10754         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10755
10756 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10757
10758         * factory.C (createInset): use LyXTextClass::floats
10759
10760         * MenuBackend.C (expandFloatListInsert):
10761         (expandFloatInsert):
10762         (expandToc):
10763
10764         * text2.C (setCounter):
10765
10766         * LaTeXFeatures.C (useFloat):
10767         (getFloatDefinitions):
10768
10769         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10770
10771         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10772         floatlist_, with accessor floats().
10773
10774         * FloatList.h: remove global FloatList
10775
10776 2002-08-26  André Pönitz <poenitz@gmx.net>
10777
10778         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10779
10780         * BufferView.h:
10781         * BufferView2.C:
10782         * BufferView_pimpl.C:
10783         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10784
10785 2002-08-25  John Levon  <levon@movementarian.org>
10786
10787         * LyXAction.C: fix margin note description
10788
10789 2002-08-24  John Levon  <levon@movementarian.org>
10790
10791         * buffer.C:
10792         * bufferlist.C:
10793         * bufferview_funcs.C:
10794         * lyxfont.C:
10795         * undo_funcs.C: cleanups
10796
10797         * lyxfunc.C: disable CUT/COPY when no selection
10798
10799 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10800
10801         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10802         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10803
10804         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10805         Add backward compatibility to "mono", "gray" and "no".
10806
10807 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10808
10809         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10810         (and file_format >= 200).
10811
10812 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10813
10814         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10815
10816 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10817
10818         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10819
10820 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10821
10822         * BufferView_pimpl.C:
10823         * LyXAction.C:
10824         * buffer.C:
10825         * commandtags.h:
10826         * lyxfunc.C:
10827         * paragraph.[Ch]:
10828         * text2.C:
10829         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10830         inset and code to make it  work with the paragraph code. The inset
10831         can be anywhere in the paragraph, but will only do the expected
10832         thing in LaTeX if the layout file contains the parameter line
10833                         OptionalArgs    1
10834         (or more generally, a nonzero value) for that layout.
10835
10836 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10837
10838         * paragraph.h: remove the declaration of undefined counters class
10839         function.
10840
10841 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10842
10843         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10844         Dr. Richard Hawkins.
10845
10846 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10847
10848         * paragraph_funcs.h: remove some unneeded includes
10849
10850         * text.C (backspace): pasteParagraph now in global scipe
10851
10852         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10853         (pasteSelection): ditto
10854
10855         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10856         * paragraph_funcs.C (pasteParagraph): ... here
10857
10858 2002-08-20  André Pönitz <poenitz@gmx.net>
10859
10860         * commandtags.h: new LFUNs for swapping/copying table row/colums
10861
10862         * LyXAction.C:
10863         * lyxfunc.C: support for new lfuns
10864
10865 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10866
10867         * tabular.C:
10868         * buffer.[Ch]: remove NO_COMPABILITY stuff
10869
10870 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10871
10872         * boost.C (throw_exception): new file, with helper function for
10873         boost compiled without exceptions.
10874
10875         * paragraph.h:
10876         * lyxlength.C:
10877         * buffer.C:
10878         * ParameterStruct.h:
10879         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10880
10881         * bufferlist.C (emergencyWriteAll): use boost bind
10882
10883         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10884
10885         * text.C: include paragraph_funcs.h
10886         (breakParagraph): breakParagraph is now in global scope
10887
10888         * paragraph_funcs.[Ch]: new files
10889
10890         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10891         global scope
10892
10893         * buffer.C: include paragraph_funcs.h
10894         (insertStringAsLines): breakParagraph is now in global scope
10895
10896         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10897         paragraph_funcs.C
10898
10899         * CutAndPaste.C: include paragraph_funcs.h
10900         (cutSelection): breakParagraphConservative is now in global scope
10901         (pasteSelection): ditto
10902
10903         * buffer.h: declare oprator== and operator!= for
10904         Buffer::inset_iterator
10905
10906         * bufferlist.C (emergencyWrite): don't use fmt(...)
10907
10908         * text3.C: add using std::endl
10909
10910         * BufferView.C (moveCursorUpdate): remove default arg
10911
10912 2002-08-20  André Pönitz <poenitz@gmx.net>
10913
10914         * buffer.[Ch]: move inline functions to .C
10915
10916         * BufferView2.C:
10917         * BufferView_pimpl.C:
10918         * text.C:
10919         * buffer.[Ch]: use improved inset_iterator
10920
10921         * buffer.C:
10922         * paragraph.[Ch]: write one paragraph at a time
10923
10924 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10925
10926         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10927         style if style is not specified.
10928
10929 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10930
10931         * text2.C (setCounter): when searching for right label for a
10932         caption, make sure to recurse to parent insets (so that a caption
10933         in a minipage in a figure float works) (bug #568)
10934
10935 2002-08-20  André Pönitz <poenitz@gmx.net>
10936
10937         * text3.C: new file for LyXText::dispatch() and helpers
10938
10939         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10940
10941         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10942
10943 2002-08-19  André Pönitz <poenitz@gmx.net>
10944
10945         * lyxtext.h:
10946         * text.C: new LyXText::dispatch()
10947
10948         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10949
10950 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10951
10952         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10953
10954         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10955         Hebrew text.
10956
10957 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10958
10959         * Makefile.am: use $(variables) instead of @substitutions@
10960
10961 2002-08-15  André Pönitz <poenitz@gmx.net>
10962
10963         * lyxfunc.C:
10964         * BufferView_pimpl.C: streamlining mathed <-> outer world
10965         interaction
10966
10967         * commandtags.h:
10968         * LyXAction.C: remove unused LFUN_MATH
10969
10970 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10971
10972         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10973
10974 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10975
10976         * paragraph.C (Paragraph): reformat a bit
10977         (cutIntoMinibuffer): use builtin InsetList function instad of
10978         doing it manually.
10979         (getInset): ditto
10980
10981         * buffer.C: include boost/bind.hpp, add using std::for_each
10982         (writeFileAscii): use ParagraphList iterators
10983         (validate): use for_each for validate traversal of paragraphs
10984         (getBibkeyList): use ParagraphList iterators
10985         (resizeInsets): use for_each to resizeInsetsLyXText for all
10986         paragraphs.
10987         (getParFromID): use ParagraphList iterators
10988
10989         * BufferView2.C (lockInset): use paragraph list and iterators
10990
10991 2002-08-14  John Levon  <levon@movementarian.org>
10992
10993         * lyxserver.C: remove spurious xforms include
10994
10995 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10996
10997         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10998
10999 2002-08-13  André Pönitz <poenitz@gmx.net>
11000
11001         * LyXAction.[Ch]:
11002         * lyxfunc.C: further cleaning
11003
11004 2002-08-13  André Pönitz <poenitz@gmx.net>
11005
11006         * funcrequest.h: new constructor
11007
11008         * funcrequest.C: move stuff here from .h
11009
11010         * Makefile.am:
11011         * BufferView_pimpl.C:
11012         * LyXAction.C:
11013         * toc.C:
11014         * lyxfunc.C: subsequent changes
11015
11016         * lyxfunc.h: new view() member function
11017
11018         * lyxfunc.C: subsequent changes
11019
11020 2002-08-13  Angus Leeming  <leeming@lyx.org>
11021
11022         * BufferView2.C:
11023         * BufferView_pimpl.C:
11024         * buffer.C:
11025         * converter.C:
11026         * importer.C:
11027         * lyxfunc.C:
11028         * lyxvc.C:
11029         * toc.C:
11030         * vc-backend.C:
11031         changes due to the changed LyXView interface that now returns references
11032         to member variables not pointers.
11033
11034 2002-08-13  Angus Leeming  <leeming@lyx.org>
11035
11036         * WordLangTuple (word, lang_code): return references to strings,
11037         not strings.
11038
11039         * BufferView.h:
11040         * SpellBase.h:
11041         * lyxtext.h: forward-declare WordLangTuple.
11042
11043         * BufferView2.C:
11044         * ispell.C:
11045         * pspell.C:
11046         * text.C: #include "WordLangTuple.h".
11047
11048         * lyxtext.h:
11049         * text.C: (selectNextWordToSpellcheck): constify return type.
11050
11051 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11052
11053         * buffer.C:
11054         * buffer.h:
11055         * lyxtext.h:
11056         * paragraph.C:
11057         * paragraph_pimpl.h:
11058         * text.C:
11059         * text2.C:
11060         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11061         suggested by Angus.
11062         Made updateCounter always count from start of buffer, and removed
11063         second argument (par).
11064         Reverted floats number display to '#'. Perhaps I'll try again when the
11065         code base is sanitized a bit.
11066
11067 2002-08-12  Angus Leeming  <leeming@lyx.org>
11068
11069         * buffer.[Ch] (getLabelList): constify.
11070
11071 2002-08-07  André Pönitz <poenitz@gmx.net>
11072
11073         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11074
11075         * funcrequest.h: extension to keep mouse (x,y) position
11076
11077 2002-08-12  Juergen Vigna  <jug@sad.it>
11078
11079         * BufferView2.C (insertErrors): forbid undo when inserting error
11080         insets.
11081
11082         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11083
11084 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11085
11086         * ParagraphList.[Ch]: new files
11087
11088         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11089
11090         * BufferView2.C (lockInset): ParagraphList changes
11091         * toc.C: ditto
11092         * text2.C: ditto
11093         * bufferlist.C: ditto
11094         * buffer.h: ditto
11095         * buffer.C: ditto
11096
11097 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11098
11099         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11100         unused class variable counter_,
11101
11102         * paragraph.[Ch] (getFirstCounter): delete unused function
11103
11104         * counters.C: include LAssert.h
11105         (reset): add a new function with no arg, change other version to
11106         not have def. arg and to not allow empty arg.
11107
11108         * text2.C (setCounter): remove empty arg from call to Counters::reset
11109
11110 2002-08-11  John Levon  <levon@movementarian.org>
11111
11112         * Makefile.am: add WordLangTuple.h
11113
11114 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11115
11116         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11117         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11118
11119         * insets/insettext.C: InsetList changes
11120
11121         * graphics/GraphicsSupport.C (operator()): InsetList changes
11122
11123         * toc.C (getTocList): InsetList changes
11124
11125         * paragraph_pimpl.[Ch]: InsetList changes
11126
11127         * paragraph.[Ch]: InsetList changes
11128
11129         * buffer.C (inset_iterator): InsetList changes
11130         (setParagraph): ditto
11131         * buffer.h (inset_iterator): ditto
11132         * iterators.C (operator++): ditto
11133         * iterators.h: ditto
11134
11135         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11136
11137         * InsetList.[Ch]: new files, most InsetList handling moved out of
11138         paragraph.C.
11139
11140         * BufferView2.C (removeAutoInsets): InsetList changes
11141         (lockInset): ditto
11142         (ChangeInsets): ditto
11143
11144 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11145
11146         * paragraph_pimpl.h (empty): new function
11147
11148         * paragraph.[Ch] (empty): new function
11149
11150         * other files: use the new Paragraph::empty function
11151
11152 2002-08-09  John Levon  <levon@movementarian.org>
11153
11154         * lyxtext.h: remove unused refresh_height
11155
11156 2002-08-09  John Levon  <levon@movementarian.org>
11157
11158         * Makefile.am:
11159         * sgml.h:
11160         * sgml.C:
11161         * buffer.C:
11162         * paragraph.h:
11163         * paragraph.C: move sgml char escaping out of paragraph
11164
11165         * paragraph.h:
11166         * paragraph.C: remove id setter
11167
11168         * buffer.C:
11169         * paragraph.C:
11170         * paragraph_pimpl.C: remove dead tex_code_break_column
11171
11172         * bufferview_funcs.C: small cleanup
11173
11174         * lyxfunc.C: remove dead proto
11175
11176         * lyxtext.h: make some stuff private. Remove some dead stuff.
11177
11178         * lyxgluelength.C: make as[LyX]String() readable
11179
11180 2002-08-08  John Levon  <levon@movementarian.org>
11181
11182         * LyXAction.h:
11183         * LyXAction.C:
11184         * MenuBackend.C:
11185         * ToolbarDefaults.C:
11186         * lyxfunc.C:
11187         * lyxrc.C:
11188         * toc.C: lyxaction cleanup
11189
11190 2002-08-08  John Levon  <levon@movementarian.org>
11191
11192         * BufferView2.C: small cleanup
11193
11194         * lyxfind.h:
11195         * lyxfind.C: move unnecessary header into the .C
11196
11197 2002-08-08  John Levon  <levon@movementarian.org>
11198
11199         * funcrequest.h: just tedious nonsense
11200
11201         * lyx_main.h:
11202         * lyx_main.C: cleanups
11203
11204         * buffer.C:
11205         * vspace.C: remove dead header lyx_main.h
11206
11207 2002-08-07  Angus Leeming  <leeming@lyx.org>
11208
11209         * Paragraph.[Ch]:
11210         * paragraph_pimpl.h:
11211         Forward declare class Counters in paragraph.h by moving the ctrs member
11212         variable into Paragraph::Pimpl.
11213         (counters): new method, returning a reference to pimpl_->ctrs.
11214
11215         * text2.C: ensuing changes.
11216
11217 2002-08-07  John Levon  <levon@movementarian.org>
11218
11219         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11220
11221         * BufferView_pimpl.C: announce X selection on double/triple
11222           click
11223
11224         * lyx_main.C: use correct bool in batch dispatch
11225
11226         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11227
11228 2002-08-07  André Pönitz <poenitz@gmx.net>
11229
11230         * funcrequest.h: new class to wrap a kb_action and its argument
11231
11232         * BufferView.[Ch]:
11233         * BufferView_pimpl[Ch]:
11234         * LaTeX.C:
11235         * LyXAction.[Ch]:
11236         * lyxfunc.[Ch]:
11237         * lyxrc.C: subsequent changes
11238
11239
11240 2002-08-07  John Levon  <levon@movementarian.org>
11241
11242         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11243           document options change.
11244
11245 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11246
11247         * counters.[Ch]
11248         * text2.C
11249         * paragraph.[Ch]
11250         * makefile.am: move counters functionality over from
11251         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11252
11253 2002-08-06  John Levon  <levon@movementarian.org>
11254
11255         * WordLangTuple.h: new file for word + language code tuple
11256
11257         * SpellBase.h:
11258         * pspell.h:
11259         * pspell.C:
11260         * ispell.h:
11261         * ispell.C:
11262         * lyxtext.h:
11263         * text.C:
11264         * text2.C:
11265         * BufferView.h:
11266         * BufferView2.C: use WordLangTuple
11267
11268         * layout.h:
11269         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11270
11271 2002-08-06  John Levon  <levon@movementarian.org>
11272
11273         * lyx_main.C: fix cmdline batch handling
11274
11275 2002-08-06  André Pönitz <poenitz@gmx.net>
11276
11277         * lyxrc.C: set default for show_banner to true
11278
11279 2002-08-06  John Levon  <levon@movementarian.org>
11280
11281         * pspell.C: fix a crash, and allow new aspell to work
11282
11283 2002-08-06  John Levon  <levon@movementarian.org>
11284
11285         * lyxfunc.C:
11286         * kbmap.C: small cleanup
11287
11288         * vspace.h:
11289         * vspace.C: add const
11290
11291 2002-08-05  John Levon  <levon@movementarian.org>
11292
11293         * LyXAction.C: back to tabular-insert
11294
11295 2002-08-04  John Levon  <levon@movementarian.org>
11296
11297         * BufferView.h:
11298         * BufferView.C: cosmetic change
11299
11300         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11301
11302         * bufferlist.C:
11303         * buffer.h:
11304         * buffer.C:
11305         * lyxcb.h:
11306         * lyxcb.C:
11307         * lyxserver.C:
11308         * lyxvc.C:
11309         * vc-backend.C:
11310         * BufferView2.C: purge all "Lyx" not "LyX" strings
11311
11312         * lyxcursor.h:
11313         * lyxcursor.C: attempt to add some documentation
11314
11315         * lyxfunc.C:
11316         * commandtags.h:
11317         * LyXAction.C:
11318         * ToolbarDefaults.C:
11319         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11320           merge with LFUN_TABULAR_INSERT
11321
11322         * Makefile.am:
11323         * SpellBase.h:
11324         * ispell.h:
11325         * ispell.C:
11326         * pspell.h:
11327         * pspell.C: split up i/pspell implementations into separate
11328           files, many cleanups
11329
11330         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11331
11332         * text2.C: some cleanup
11333
11334         * lyxfunc.C: don't check for isp_command == "none" any more, it
11335           didn't make any sense
11336
11337 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11338
11339         * counters.[Ch]
11340         * text2.C
11341         * paragraph.[Ch]
11342         * makefile.am: move counters functionality over
11343         from text2.C/paragraph.[Ch] to counters.[Ch], and
11344         make proper C++.
11345 2002-08-02  John Levon  <levon@movementarian.org>
11346
11347         * buffer.C: s/lyxconvert/lyx2lyx/
11348
11349 2002-08-02  Angus Leeming  <leeming@lyx.org>
11350
11351         * lyxlex.C: revert John's change as it breaks reading of the user
11352         preamble.
11353
11354 2002-08-02  Angus Leeming  <leeming@lyx.org>
11355
11356         * importer.C (Import):
11357         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11358         changes due to LyXView::view() now returning a boost::shared_ptr.
11359
11360 2002-08-02  John Levon  <levon@movementarian.org>
11361
11362         * lyxlex.C: small cleanup
11363
11364 2002-08-02  John Levon  <levon@movementarian.org>
11365
11366         * text2.C (status): small cleanup, no logic change
11367
11368 2002-08-01  John Levon  <levon@movementarian.org>
11369
11370         * buffer.h:
11371         * buffer.C (writeFile): don't output alerts, caller
11372           handles this
11373
11374         * bufferlist.C:
11375         * lyx_cb.C: from above
11376
11377         * lyxfunc.C: allow to open non-existent files
11378
11379 2002-07-31  John Levon  <levon@movementarian.org>
11380
11381         * lyxserver.C: don't let incidental errors get
11382           in the way (errno)
11383
11384 2002-07-30  John Levon  <levon@movementarian.org>
11385
11386         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11387
11388 2002-07-30  John Levon  <levon@movementarian.org>
11389
11390         * lyxserver.h:
11391         * lyxserver.C: remove I/O callback too
11392
11393 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11394
11395         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11396         log.
11397
11398 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11399
11400         * many files: strip,frontStrip -> trim,ltrim,rtrim
11401
11402 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11403
11404         * PrinterParams.h: remove extern containsOnly, and include
11405         support/lstrings.h instead.
11406
11407         * LaTeX.C (scanAuxFile): modify because of strip changes
11408         (deplog): ditto
11409         * buffer.C (makeLaTeXFile): ditto
11410         * bufferparams.C (writeFile): ditt
11411         * lyxfont.C (stateText): ditto
11412         * lyxserver.C (read_ready): ditto
11413         * vc-backend.C (scanMaster): ditto
11414
11415         * BufferView_pimpl.h: ws changes
11416
11417         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11418
11419 2002-07-26  André Pönitz <poenitz@gmx.net>
11420
11421         * kb_sequence.C: remove unnedred usings
11422
11423 2002-07-26  Juergen Vigna  <jug@sad.it>
11424
11425         * lyxfind.C (LyXReplace): we have to check better if the returned
11426         text is not of theLockingInset()->getLockingInset().
11427
11428 2002-07-25  Juergen Vigna  <jug@sad.it>
11429
11430         * lyxfind.C (LyXReplace): don't replace if we don't get the
11431         right LyXText.
11432
11433         * undo_funcs.C (createUndo): remove debugging code.
11434
11435 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11436
11437         * buffer.C (parseSingleLyXformat2Token): Use default placement
11438         when reading old floats.
11439
11440         * FloatList.C (FloatList): Change the default placement of figure
11441         and tables to "tbp".
11442
11443 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11444
11445         * MenuBackend.C: using std::max
11446
11447 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11448
11449         * MenuBackend.C (expandToc):
11450         (expandToc2): code moved from xforms menu frontend. It is now
11451         generic and TOCs are transparent to menu frontends.
11452
11453 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11454
11455         * toc.C (getTocList): protect against buf=0
11456
11457         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11458         Menu as first parameter. Now, this calls itself recursively to
11459         expand a whole tree (this will be useful for TOC handling)
11460         (expandFloatInsert): remove 'wide' version of floats
11461
11462         * MenuBackend.h (submenuname): returns the name of the submenu.
11463         (submenu): returns the submenu itself, provided it has been
11464         created by MenuBackend::expand
11465
11466 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11467
11468         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11469         insets which have noFontChange == true. (bug #172)
11470
11471 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11472
11473         * BufferView_pimpl.C: add connection objects and use them...
11474         (Pimpl): here.
11475
11476 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11477
11478         * MenuBackend.C (expandLastfiles):
11479         (expandDocuments):
11480         (expandFormats):
11481         (expandFloatListInsert):
11482         (expandFloatInsert):
11483         (expand): split expand in parts
11484
11485 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11486
11487         * lyx_gui.C: use lyx_gui::exit()
11488
11489 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11490
11491         * LyXAction.C: show the failing pseudo action
11492
11493 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11494
11495         * buffer.C (readFile): Run the lyxconvert script in order to read
11496         old files.
11497
11498 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11499
11500         * LyXAction.C:
11501         * commandtags.h:
11502         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11503
11504 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11505
11506         * LyXAction.C:
11507         * commandtags.h:
11508         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11509
11510 2002-07-22  Herbert Voss  <voss@lyx.org>
11511
11512         * lengthcommon.C:
11513         * lyxlength.[Ch]: add support for the vertical lengths
11514
11515 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11516
11517         * toc.[Ch]: std:: fixes
11518
11519 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11520
11521         * lyxrc.C: do not include lyx_main.h
11522
11523         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11524         for layouts
11525
11526         * lyxrc.C:
11527         * encoding.C:
11528         * bufferlist.C:
11529         * BufferView2.C: include "lyxlex.h"
11530
11531         * tabular.h:
11532         * bufferparams.h: do not #include "lyxlex.h"
11533
11534         * lyxtextclasslist.C (Add): remove method
11535         (classlist): renamed to classlist_
11536
11537         * paragraph_pimpl.C:
11538         * paragraph.C:
11539         * text2.C:
11540         * CutAndPaste.C:
11541         * bufferview_funcs.C:
11542         * bufferlist.C:
11543         * text.C:
11544         * LaTeXFeatures.C:
11545         * buffer.C:
11546         * toc.C (getTocList): use BufferParams::getLyXTextClass
11547
11548         * toc.C (getTocList): use InsetFloat::addToToc
11549
11550         * toc.[Ch]: new files, containing helper functions to handle table
11551         of contents
11552
11553         * lyxfunc.C (dispatch): no need to remove spaces around command
11554         given as a string
11555         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11556         first command of the sequence; it is not very clever, but I do not
11557         have a better idea, actually
11558
11559         * LyXAction.C (LookupFunc): make sure to remove space at the
11560         beginning and end of the command
11561
11562 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11563
11564         * MenuBackend.C (getMenubar): new method: return the menubar of
11565         this menu set
11566         (read): treat differently reading of menu and menubar (in
11567         particular, the menubar has no name now)
11568         (Menu::menubar): remove
11569
11570         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11571         saving is finished
11572
11573 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11574
11575         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11576         a bibitem inset in a RTL paragraph.
11577
11578 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11579
11580         * paragraph_pimpl.C: constify
11581
11582         * BufferView_pimpl.C:
11583         * LaTeX.C:
11584         * lyxfunc.C: fix dispatch in a nicer way
11585
11586 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11587
11588         * lyxfunc.C (dispatch):
11589         * BufferView_pimpl.C:
11590         * BufferView_pimpl.h:
11591         * BufferView.C:
11592         * BufferView.h: rename Dispatch() to dispatch()
11593
11594         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11595
11596         * lyxlayout.C (Read): honor DependsOn tag
11597
11598         * lyxlayout.[Ch] (depends_on): new method
11599
11600         * version.C.in: update lyx_docversion
11601
11602         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11603
11604         * paragraph.C (validate): remove from here...
11605         * paragraph_pimpl.C (validate): ... and move here
11606         (isTextAt): make it const
11607
11608         * buffer.C (getLists): ws cleanup
11609
11610 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11611
11612         * language.C (read): Use iso8859-1 encoding in latex_lang
11613         (this prevents LyX from crashing when using iso10646-1 encoding).
11614
11615 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11616
11617         * text2.C (toggleInset): if cursor is inside an inset, close the
11618         inset and leave cursor _after_ it
11619
11620 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11621
11622         * lyxfunc.C: move minibuffer completion handling out of here
11623
11624 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11625
11626         * BufferView_pimpl.C:
11627         * LaTeX.C: fix dispatch calls
11628
11629 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11630
11631         * text.C (drawChars): Fix Arabic text rendering.
11632
11633 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11634
11635         * LyXAction.C:
11636         * commandtags.h:
11637         * lyxfunc.C: remove message-push/pop
11638
11639         * lyxserver.C:
11640         * lyxfunc.h:
11641         * lyxfunc.C: rationalise some code by removing verboseDispatch
11642           in favour of a bool argument to dispatch()
11643
11644 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11645
11646         * lyx_main.C (init): make sure to read symlinks as absolute paths
11647
11648 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11649
11650         * lyxfunc.h:
11651         * lyxfunc.C: no need for commandshortcut to be a member
11652
11653 2002-07-15  André Pönitz <poenitz@gmx.net>
11654
11655         * converter.C: add support for $$s (scripts from lib/scripts dir)
11656         * lyx_main.C: white space
11657
11658 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11659
11660         * bufferlist.C:
11661         * lyxrc.h:
11662         * lyxrc.C: remove second exit confirmation
11663
11664 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11665
11666         * BufferView.h:
11667         * BufferView.C:
11668         * BufferView2.C:
11669         * BufferView_pimpl.h:
11670         * BufferView_pimpl.C:
11671         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11672
11673 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11674
11675         * MenuBackend.C (expand): add numeric shortcuts to document menu
11676
11677         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11678
11679 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11680
11681         * lyxfont.C (setLyXFamily):
11682         (setLyXSeries):
11683         (setLyXShape):
11684         (setLyXSize):
11685         (setLyXMisc):
11686         (lyxRead):
11687         * debug.C (value):
11688         * buffer.C (asciiParagraph): use ascii_lowercase
11689
11690 2002-07-15  Mike Fabian  <mfabian@suse.de>
11691
11692         * lyxlex_pimpl.C (search_kw):
11693         * lyxlex.C (getLongString):
11694         * converter.h (operator<):
11695         * converter.C (operator<):
11696         * buffer.C (parseSingleLyXformat2Token):
11697         (asciiParagraph):
11698         * ToolbarDefaults.C (read):
11699         * MenuBackend.C (checkShortcuts):
11700         (read):
11701         * LColor.C (getFromGUIName):
11702         (getFromLyXName): use the compare_ascii_no_case instead of
11703         compare_no_case, because in turkish, 'i' is not the lowercase
11704         version of 'I', and thus turkish locale breaks parsing of tags.
11705
11706 2002-07-16  Angus Leeming  <leeming@lyx.org>
11707
11708         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11709         now takes a Buffer const & argument.
11710
11711 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11712
11713         * BufferView.C (resize): check there's a buffer to resize
11714
11715 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11716
11717         * lyxfunc.C: remove dead code
11718
11719         * lyxserver.h:
11720         * lyxserver.C: use lyx_guii::set_read_callback
11721
11722 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11723
11724         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11725         an inset in a RTL paragraph.
11726
11727 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11728
11729         * lyxfunc.C: repaint after a font size update
11730
11731 2002-07-15  André Pönitz <poenitz@gmx.net>
11732
11733         * lyxlength.C: inBP should be able to return negative values
11734
11735 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11736
11737         * lyxfunc.C: use lyx_gui::update_fonts()
11738
11739 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11740
11741         * lyxfunc.C: use lyx_gui::update_color()
11742
11743 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11744
11745         * bufferlist.C:
11746         * lyxfunc.h:
11747         * lyxfunc.C:
11748         * lyxrc.h:
11749         * lyxrc.C: remove file->new asks for name option, and let
11750           buffer-new take an argument
11751
11752 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11753
11754         * BufferView_pimpl.C: remove unneeded extra repaint()
11755
11756 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11757
11758         * LyXAction.C: allow command-sequence with NoBuffer
11759
11760         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11761
11762 2002-07-10  Angus Leeming  <leeming@lyx.org>
11763
11764         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11765
11766 2002-07-09  Angus Leeming  <leeming@lyx.org>
11767
11768         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11769
11770 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11771
11772         * lengthcommon.h: whitespace
11773
11774         * lyxfunc.C: update scrollbar after goto paragraph
11775
11776         * lyxtext.h: factor out page break drawing, and fix it so
11777           page break/added space paints as selected nicely
11778
11779 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11780
11781         * BufferView_pimpl.C: add FIXMEs, clean up a little
11782
11783 2002-07-09  André Pönitz <poenitz@gmx.net>
11784
11785         * lyxfont.[Ch]: support for wasy symbols
11786
11787 2002-07-08  André Pönitz <poenitz@gmx.net>
11788
11789         * BufferView_pimpl.C: apply John's patch for #93.
11790
11791 2002-07-05  Angus Leeming  <leeming@lyx.org>
11792
11793         * BufferView_pimpl.C (buffer): generate previews if desired.
11794
11795         * LColor.h: add "preview" to the color enum.
11796
11797         * LColor.C (LColor): add a corresponding entry to the items array.
11798
11799         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11800         with this buffer.
11801
11802 2002-07-05  Angus Leeming  <leeming@lyx.org>
11803
11804         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11805         The body of the code is now in the method that is passed an ostream &
11806         rather than a file name.
11807         Pass an additional only_preamble parameter, useful for the forthcoming
11808         preview stuff.
11809
11810 2002-07-03  André Pönitz <poenitz@gmx.net>
11811
11812         * lyxfunc.C: simplify getStatus() a bit for math stuff
11813
11814 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11815
11816         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11817
11818 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11819
11820         * text.C (changeRegionCase): do not change case of all the
11821         document when region ends at paragraph end (bug #461)
11822
11823 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11824
11825         * paragraph.C (startTeXParParams):
11826         (endTeXParParams): add \protect when necessary
11827
11828 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11829
11830         * BufferView_pimpl.C (workAreaExpose): remove warning
11831
11832 2002-06-27  Angus Leeming  <leeming@lyx.org>
11833
11834         * Makefile.am: add lyxlayout_ptr_fwd.h.
11835
11836 2002-06-26  André Pönitz <poenitz@gmx.net>
11837
11838         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11839
11840 2002-06-25  Angus Leeming  <leeming@lyx.org>
11841
11842         * lyxfunc.C (dispatch): Comment out the call to
11843         grfx::GCache::changeDisplay. The method no longer exists now that the
11844         pixmap generation part of the graphics loader has been moved into
11845         InsetGraphics.
11846
11847 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11848
11849         * text2.C: layout as layout
11850
11851         * text.C: layout as layout
11852
11853         * tabular.C (OldFormatRead): layout as layout
11854
11855         * paragraph_pimpl.C (TeXDeeper): layout as layout
11856         (realizeFont): layout as layout
11857
11858         * paragraph.C (writeFile): layout as layout
11859         (validate): layout as layout
11860         (getFont): layout as layout
11861         (getLabelFont): layout as layout
11862         (getLayoutFont): layout as layout
11863         (breakParagraph): layout as layout
11864         (stripLeadingSpaces): layout as layout
11865         (getEndLabel): layout as layout
11866         (getMaxDepthAfter): layout as layout
11867         (applyLayout): layout as layout
11868         (TeXOnePar): layout as layout
11869         (simpleTeXOnePar): layout as layout
11870         (TeXEnvironment): layout as layout
11871         (layout): layout as layout
11872         (layout): layout as layout
11873
11874         * lyxtextclass.C (compare_name): new functor to work with
11875         shared_ptr, layout as layout
11876         (Read): layout as layout
11877         (hasLayout): layout as layout
11878         (operator): layout as layout
11879         (delete_layout): layout as layout
11880         (defaultLayout): layout as layout
11881
11882         * lyxlayout_ptr_fwd.h: new file
11883
11884         * lyxlayout.C (Read): layout as layout
11885
11886         * lyx_cb.C (MenuInsertLabel): layout as layout
11887
11888         * bufferlist.C (newFile): layout as layout
11889
11890         * buffer.C (readLyXformat2): layout as layout
11891         (parseSingleLyXformat2Token): layout as layout
11892         (insertStringAsLines): layout as layout
11893         (asciiParagraph): layout as layout
11894         (latexParagraphs): layout as layout
11895         (makeLinuxDocFile): layout as layout
11896         (simpleLinuxDocOnePar): layout as layout
11897         (makeDocBookFile): layout as layout
11898         (simpleDocBookOnePar): layout as layout
11899         (getLists): layout as layout
11900
11901         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11902
11903         * CutAndPaste.C (cutSelection): layout as layout
11904         (pasteSelection): layout as layout
11905         (SwitchLayoutsBetweenClasses): layout as layout
11906
11907         * BufferView_pimpl.C (Dispatch): layout as layout
11908         (smartQuote): layout as layout
11909
11910         * BufferView2.C (unlockInset): layout as layout
11911
11912 2002-06-24  André Pönitz <poenitz@gmx.net>
11913
11914         * lyxfunc.C: fix #487
11915
11916 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11917
11918         * lyxrc.h:
11919         * lyxrc.C:
11920         * lyxfunc.C: remove display_shortcuts, show_banner
11921
11922 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11923
11924         * Buffer_pimpl.C: oops, update on resize
11925
11926 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11927
11928         * buffer.C:
11929         * converter.C:
11930         * exporter.C:
11931         * lyxfunc.C:
11932         * BufferView.h:
11933         * BufferView.C: use repaint()
11934
11935         * BufferView_pimpl.h:
11936         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11937           as it's a clearer description. Remove superfluous
11938           redraws.
11939
11940 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11941
11942         * text.C: fix bug 488. Not ideal, but getting
11943           getWord() to work properly for the insets that
11944           matter is more difficult ...
11945
11946 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11947
11948         * BufferView_pimpl.C:
11949         * LyXAction.C:
11950         * commandtags.h:
11951         * lyxfunc.C: remove the six million index lyxfuncs to just
11952           one, and DTRT (bug 458)
11953
11954 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11955
11956         * BufferView.h:
11957         * BufferView.C:
11958         * BufferView_pimpl.h:
11959         * BufferView_pimpl.C: clean up resize() stuff,
11960           and unnecessary updateScreen()s
11961
11962 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11963
11964         * BufferView.h:
11965         * BufferView.C:
11966         * BufferView_pimpl.h:
11967         * BufferView_pimpl.C:
11968         * lyxfind.h:
11969         * lyxfind.C:
11970         * minibuffer.C: remove focus management of workarea,
11971           not needed. Use screen's greyOut()
11972
11973 2002-06-17  Herbert Voss  <voss@lyx.org>
11974
11975         * converter.C: (convert) do not post a message, when converting
11976         fails, let the calling function decide what to do in this case
11977
11978 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11979
11980         * lyxfunc.C: tidy up a little
11981
11982 2002-06-16    <alstrup@diku.dk>
11983
11984         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11985         Got rid of FORMS_H_LOCATION include. Now we are
11986         GUII.
11987
11988 2002-06-15  LyX Development team  <lyx@rilke>
11989
11990         * buffer.[Ch] (sgmlOpenTag):
11991         (sgmlCloseTag): Added support for avoiding pernicious mixed
11992         content. Return number of lines written.
11993
11994         (makeLinuxDocFile):
11995         (makeDocBookFile): Fixed calls to sgml*Tag.
11996         Simple white space clean.
11997
11998         (simpleDocBookOnePar): Simple white space clean.
11999
12000         * tabular.[Ch] (docBook): Renamed to docbook and got another
12001         argument to related with the pernicious mixed content.
12002
12003         (docbookRow): Fixed calls for docbook inset method.
12004
12005 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12006
12007         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12008         so it's X11 independent.
12009
12010         * kb*.[Ch]: ditto.
12011
12012         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12013
12014 2002-06-15  Lyx Development team  <lyx@electronia>
12015
12016         * intl.h: Renamed getTrans to getTransManager.
12017
12018 2002-06-14  Angus Leeming  <leeming@lyx.org>
12019
12020         * Makefile.am: nuke forgotten stl_string_fwd.h.
12021
12022 2002-06-12  Angus Leeming  <leeming@lyx.org>
12023
12024         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12025
12026 2002-06-13  Angus Leeming  <leeming@lyx.org>
12027
12028         * LaTeX.C:
12029         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12030
12031 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12032
12033         * kbmap.C (getiso): add support for cyrillic and greek
12034
12035 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12036
12037         * BufferView.h:
12038         * BufferView.C:
12039         * BufferView_pimpl.h:
12040         * BufferView_pimpl.C: move bogus scrolling logic
12041           to xforms
12042
12043 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12044
12045         * lyxfunc.C:
12046         * BufferView_pimpl.C: view->resize() change
12047
12048 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12049
12050         * BufferView_pimpl.C: topCursorVisible
12051           prototype change
12052
12053 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12054
12055         * Makefile.am:
12056         * lyx_gui.h:
12057         * lyx_gui.C: move to frontends/
12058
12059         * main.C:
12060         * lyx_main.h:
12061         * lyx_main.C: changes from above
12062
12063 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12064
12065         * intl.C:
12066         * intl.h:
12067         * kbmap.C:
12068         * kbsequence.C:
12069         * lyx_cb.C:
12070         * lyx_main.C: minor tidy
12071
12072 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12073
12074         * BufferView_pimpl.h:
12075         * BufferView_pimpl.C:
12076         * BufferView.h:
12077         * BufferView.C: make painter() const,
12078           remove dead code
12079
12080         * BufferView2.C: use screen() accessor
12081
12082         * lyx_main.h:
12083         * lyx_main.C: some minor cleanup
12084
12085 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12086
12087         * BufferView_pimpl.h:
12088         * BufferView_pimpl.C: remove enter/leaveView,
12089           use workHeight()
12090
12091 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12092
12093         * BufferView.h:
12094         * BufferView.C:
12095         * BufferView2.C:
12096         * BufferView_pimpl.h:
12097         * BufferView_pimpl.C: only construct screen once,
12098           rename
12099
12100         * lyxrc.C: remove pointless comment
12101
12102 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12103
12104         * BufferView.h:
12105         * BufferView.C: remove active() and belowMouse()
12106
12107         * BufferView_pimpl.h:
12108         * BufferView_pimpl.C: use workarea() not workarea_,
12109           and make it use a scoped_ptr instead
12110
12111 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12112
12113         * lyx_gui.C: add debug message on BadWindow
12114
12115 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12116
12117         * sp_spell.C: fdopen is not part of the C++ standard.
12118
12119         * paragraph.C (InsetIterator): use >= instead of ==
12120
12121 2002-06-07  Angus Leeming  <leeming@lyx.org>
12122
12123         Fixes needed to compile with Compaq cxx 6.5.
12124         * BufferView_pimpl.C:
12125         * DepTable.C:
12126         * buffer.C:
12127         * converter.C:
12128         * encoding.C:
12129         * lyx_gui.C:
12130         * lyx_main.C:
12131         * lyxtextclasslist.C:
12132         * minibuffer.C:
12133         * sp_spell.C:
12134         * tabular_funcs.C:
12135         * vc-backend.C:
12136         all c-library variables have been moved into namespace std. Wrap
12137         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12138
12139         * lyxlength.C:
12140         * tabular-old.C:
12141         * tabular.C:
12142         Add a using std::abs declaration.
12143
12144         * kbmap.h (modifier_pair):
12145         * paragraph.h (InsetTable, InsetList):
12146         * lyxfont.h (FontBits):
12147         type definition made public.
12148
12149         * bufferlist.C (emergencyWriteAll): the compiler complains that
12150         there is more than one possible lyx::class_fun template to choose from.
12151         I re-named the void specialisation as lyx::void_class_fun.
12152
12153         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12154
12155         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12156         the compiler is is unable to find tostr in write_attribute.
12157
12158 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12159
12160         * buffer.C (sgmlError): hide #warning
12161
12162 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12163
12164         * xtl/*: get rid of xtl, which is not in use anyway
12165
12166         * LyXAction.C (init):
12167         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12168         were unimplemented xtl experimentation
12169
12170 2002-06-04  André Pönitz <poenitz@gmx.net>
12171
12172         * lyxfunc.C: disable array operation on simple formulae
12173
12174 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12175
12176         * converter.C: constify a bit
12177
12178 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12179
12180         * lyx_gui.C: check xforms version correctly
12181
12182 2002-04-30  Herbert Voss  <voss@lyx.org>
12183
12184         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12185         "keep" option
12186
12187 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12188
12189         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12190           attempt to register it with a VCS)
12191
12192 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12193
12194         * lyx_main.C (init): honor variables LYX_DIR_13x and
12195         LYX_USERDIR_13x
12196
12197 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12198
12199         * buffer.h:
12200         * buffer.C:
12201         * lyx_main.C: fix a crash on bad command line,
12202           and give a useful exit status on error
12203
12204         * lyxfunc.C (doImport): allow -i lyx to work
12205
12206 2002-03-30  André Pönitz <poenitz@gmx.net>
12207
12208         * lyxfunc.C: mathed font changes
12209
12210 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12211
12212         * LaTeX.C:
12213         * importer.h:
12214         * importer.C:
12215         * lyx_sty.h:
12216         * lyx_sty.C:
12217         * lyxlex.C:
12218         * lyxrow.h:
12219         * lyxtext.h:
12220         * paragraph.h:
12221         * paragraph.C:
12222         * texrow.h:
12223         * texrow.C:
12224         * text.C:
12225         * trans_mgr.h: srcdocs, and some minor cleanups
12226
12227 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12228
12229         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12230         call getFont all the time)
12231
12232 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12233
12234         * switch from SigC signals to boost::signals
12235
12236 2002-05-29  André Pönitz <poenitz@gmx.net>
12237
12238         * paragraph_pimpl.C (getChar): don't call size() too often...
12239
12240 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12241
12242         * paragraph_pimpl.C (insertChar): do not try to update tables when
12243         appending (pos == size())
12244
12245         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12246         in order to reduce drastically the number of comparisons needed to
12247         parse a large document
12248
12249 2002-05-29  André Pönitz <poenitz@gmx.net>
12250
12251         * text.C:
12252         * text2.C:
12253         * lyxtextclass.C:
12254         * sp_pspell.h:
12255         * textclasslist.[Ch]:
12256         * sp_ispell.h: whitespace change
12257
12258 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12259
12260         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12261         lyxaction directly now.
12262
12263 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12264
12265         * trans.C:
12266         * lyxfont.C:
12267         * lyxvc.C: remove unused headers
12268
12269 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12270
12271         * Makefile.am:
12272         * buffer.h:
12273         * undostack.h:
12274         * undostack.C:
12275         * undo_funcs.h:
12276         * undo_funcs.C: some cleanups. Use shared_ptr
12277           and a template for the undo stacks.
12278
12279 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12280
12281         * BufferView_pimpl.h:
12282         * BufferView_pimpl.C:
12283         * kbmap.h:
12284         * kbmap.C:
12285         * kbsequence.h:
12286         * kbsequence.C:
12287         * lyxfunc.h:
12288         * lyxfunc.C:
12289         * text2.C: use key_state/mouse_state
12290
12291 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12292
12293         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12294         and LSubstring
12295
12296         * chset.C: change include order
12297         (loadFile): use boost regex and get rid of LRegex and LSubstring
12298
12299         * Makefile.am (BOOST_LIBS): new variable
12300         (lyx_LDADD): use it
12301
12302         * LaTeX.C: change include order.
12303         (scanAuxFile): use boost regex and get rid of LRegex and
12304         LSubstring
12305         (deplog): ditto
12306
12307 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12308
12309         * ColorHandler.h:
12310         * ColorHandler.C:
12311         * FontInfo.h:
12312         * FontInfo.C: moved to frontends/xforms/
12313
12314         * FontLoader.h:
12315         * FontLoader.C: moved into frontends for GUIIzation
12316
12317         * Makefile.am:
12318         * lyx_gui.C:
12319         * lyxfont.C:
12320         * lyxfunc.C: changes from above
12321
12322 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12323
12324         * LColor.C: remove spurious X include
12325
12326         * BufferView_pimpl.C:
12327         * Makefile.am:
12328         * font.h:
12329         * font.C:
12330         * text.C:
12331         * text2.C: move font metrics to frontends/
12332
12333 2002-05-24  Juergen Vigna  <jug@sad.it>
12334
12335         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12336         setting the undo_cursor.
12337
12338         * ParagraphParameters.h: include local includes first.
12339
12340 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12341
12342         * BufferView_pimpl.C:
12343         * BufferView_pimpl.h:
12344         * Makefile.am:
12345         * WorkArea.h:
12346         * WorkArea.C:
12347         * screen.C: move WorkArea into frontends/
12348
12349         * lyxscreen.h:
12350         * screen.C:
12351         * text.C:
12352         * BufferView.C:
12353         * BufferView2.C: move LyXScreen into frontends/
12354
12355         * lyxlookup.h:
12356         * lyxlookup.C:
12357         * lyx_gui.C: move lyxlookup into frontends/xforms/
12358
12359 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12360
12361         * BufferView2.C:
12362         * BufferView_pimpl.C:
12363         * FontLoader.C:
12364         * LyXView.h:
12365         * LyXView.C:
12366         * Makefile.am:
12367         * WorkArea.C:
12368         * XFormsView.h:
12369         * XFormsView.C:
12370         * buffer.C:
12371         * bufferlist.C:
12372         * bufferview_funcs.C:
12373         * converter.C:
12374         * importer.C:
12375         * lyx_cb.C:
12376         * lyx_gui.C:
12377         * lyx_main.C:
12378         * lyx_find.C:
12379         * lyxfunc.C:
12380         * lyxvc.C:
12381         * minibuffer.C:
12382         * text.C:
12383         * text2.C:
12384         * trans.C:
12385         * vc-backend.C: move LyX/XFormsView into frontends/
12386
12387 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12388
12389         * Makefile.am:
12390         * PainterBase.C:
12391         * PainterBase.h:
12392         * Painter.C:
12393         * Painter.h:
12394         * WorkArea.C:
12395         * WorkArea.h:
12396         * screen.C:
12397         * tabular.C:
12398         * text.C:
12399         * text2.C: move Painter to frontends/
12400
12401 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12402
12403         * buffer.C: comment out some some code that depend upon lyx_format
12404         < 220
12405
12406         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12407         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12408
12409         * buffer.h (NO_COMPABILITY): turn off compability
12410
12411         * ColorHandler.C: include scoped_array.hpp
12412
12413         * font.C: Use more specific smart_ptr header.
12414         * Painter.C: ditto
12415         * gettext.C: ditto
12416         * ShareContainer.h: ditto
12417         * lyx_main.h: ditto
12418         * kbmap.h: ditto
12419         * FontInfo.h: ditto
12420         * BufferView_pimpl.h: ditto
12421         * ColorHandler.h: ditto
12422
12423         * kbmap.C (defkey): change call to shared_ptr::reset
12424
12425 2002-05-21  Juergen Vigna  <jug@sad.it>
12426
12427         * buffer.C (insertErtContents): fix to insert ert asis if it is
12428         non empty. Skip it completely if it contains only whitespaces.
12429
12430 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12431
12432         * BufferView_pimpl.C:
12433         * BufferView2.C: clear selection on paste (bug 393)
12434
12435 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12436
12437         * DepTable.C: include ctime
12438
12439 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12440
12441         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12442
12443 2002-05-14  Juergen Vigna  <jug@sad.it>
12444
12445         * text.C (breakParagraph): fixed function to honor the keepempty
12446         layout in the right maner and also to permit the right breaking
12447         algorithm on empty or non empyt keepempty paragraphs.
12448
12449         * paragraph.C (breakParagraph): we have to check also if the par
12450         is really empty (!size()) for isempty otherwise we do the wrong
12451         paragraph break.
12452
12453 2002-05-10  Juergen Vigna  <jug@sad.it>
12454
12455         * buffer.[Ch] : The following are only changes to the ert
12456         compatibility read reading old LaTeX layout and font stuff and
12457         convert it to ERTInsets.
12458
12459         * buffer.h: added isErtInset().
12460
12461         * buffer.C (struct ErtComp): add a fromlayout bool to check
12462         if we're inside a LaTeX layout.
12463         (isErtInset): new helper function.
12464         (insertErtContents): look for other ert insets before this one
12465         and insert the contents there, so that we don't have subsequent
12466         ERT insets with nothing between them. This way we create only one
12467         inset with multiple paragraphs. Also check if we don't insert only
12468         spaces ' ' as they are ignored anyway afterwards in the .tex file
12469         so if we have only spaces we will ignore this latex part in the
12470         new file.
12471         (parseSingleLyXformat2Token \\layout): better compatibility when
12472         reading layout-latex stuff.
12473         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12474         language tag.
12475         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12476         stuff after reading the inset only get the information back from
12477         the stack.
12478
12479 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12480
12481         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12482
12483         * LaTeXFeatures.C (getBabelOptions): New method.
12484
12485 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12486
12487         * BufferView_pimpl.C (Dispatch): work around missing argument for
12488         'layout'
12489
12490 2002-05-08  Juergen Vigna  <jug@sad.it>
12491
12492         * text.C (leftMargin): handle paragraph leftindent.
12493
12494         * paragraph.C (writeFile): write the new \\leftindent tag.
12495         (validate): handle leftindent code.
12496         (TeXEnvironment): handle paragraphleftindent code again.
12497
12498         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12499
12500         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12501         for paragrap_extra indent code and new token \\leftindent.
12502         (latexParagraphs): handle the leftindent as environment.
12503
12504         * ParameterStruct.h: added leftindent support.
12505
12506         * ParagraphParameters.C (leftIndent): added support functions for
12507         the paragraph left indent.
12508
12509         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12510         more appropriate.
12511
12512 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12513
12514         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12515         inside insetERT.
12516
12517         * text.C (computeBidiTables): No bidi in insetERT.
12518
12519         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12520         in RTL documents.
12521
12522 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12523
12524         * version.C.in: pre 5
12525
12526 2002-05-02  José Matos  <jamatos@fep.up.pt>
12527         * buffer.C (makeDocBookFile): white space changes, add newline to
12528         command styles.
12529         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12530
12531         * tabular.C (docBook): fix typo.
12532
12533 2002-05-03  Juergen Vigna  <jug@sad.it>
12534
12535         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12536         change in LyXText as we can not be sure it was not freed.
12537         (drawOneRow): remove unused code.
12538
12539         * text.C (drawInset): redo the calculation of the need_break_row as
12540         it could have a row which was already freed.
12541         (draw): look at the return value of drawInset and return false if
12542         it also returned false.
12543         (paintRowText): look at the return value of draw and return false if
12544         it also returned false.
12545
12546         * lyxtext.h: added bool return type to drawInset() and draw() so that
12547         if we have a change in the row so that the rowbreak has to be redone
12548         we abort drawing as it will be called again.
12549
12550 2002-05-02  Juergen Vigna  <jug@sad.it>
12551
12552         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12553         a change in the maintext also if we're inside an inset.
12554         (Dispatch): set the cursor again after a break line and after the
12555         screen has been updated as it could be we're in a different row.
12556
12557         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12558         to set the cursor behind the pargraph with > size().
12559         (setCursor): check also for the same paragraph when checking where
12560         to put the cursor if we have a NFR inset.
12561
12562         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12563         parts of layout read further up as it still was in the wrong
12564         position.
12565
12566 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12567
12568         * screen.C (drawFromTo): change sine fullRebreak always return
12569         true.
12570
12571         * buffer.C (parseSingleLyXformat2Token): reindent some
12572
12573         * BufferView_pimpl.C (update): change since fullRebreak always
12574         return true.
12575         (Dispatch): git rid of the last hardcoded "Standard"s.
12576
12577 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12578
12579         * text2.[Ch] (fullRebreak): make it return void now that we always
12580         returned true.
12581
12582 2002-04-30  Juergen Vigna  <jug@sad.it>
12583
12584         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12585         ert compatibility check for "latex" layout.
12586
12587 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12588
12589         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12590         minipages: use col% instead of p%, and also use the current font.
12591         (makeLaTeXFile): Fix use babel condition.
12592         (parseSingleLyXformat2Token): Correct font when reading old floats.
12593
12594 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12595
12596         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12597         inserting list of floats.
12598
12599 2002-04-25  Herbert Voss  <voss@lyx.org>
12600
12601         * MenuBackend.C (expand): don't add the graphics extensions to the
12602         export menu
12603
12604 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12605
12606         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12607         non-existing layout, do not complain if it was the default layout
12608         of the original class (bug #342)
12609
12610 2002-04-24  Juergen Vigna  <jug@sad.it>
12611
12612         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12613         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12614
12615 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12616
12617         * buffer.C (getBibkeyList): If using \bibliography, return the
12618         option field with the reference itself. Enables us to provide natbib
12619         support when using \bibliography.
12620
12621 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12622
12623         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12624
12625         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12626         natbib is provided by the LaTeX class.
12627
12628 2002-04-23  Juergen Vigna  <jug@sad.it>
12629
12630         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12631         Wakeup functions.
12632
12633         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12634
12635 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12636
12637         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12638
12639         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12640         ensuremath around textordmasculine, textordfeminine and
12641         textdegree.
12642
12643 2002-04-19  Juergen Vigna  <jug@sad.it>
12644
12645         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12646         reinitializing the buffer otherwise row-dimensions may be wrong.
12647         (update): reset also the selection cursors if they do exits otherwise
12648         their x/y positions may be wrong.
12649
12650         * text2.C (cursorDown): don't enter the inset if we came from a row
12651         above and are one row over the inset.
12652
12653         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12654         really leaving an inset.
12655
12656 2002-04-18  Juergen Vigna  <jug@sad.it>
12657
12658         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12659         of the selected paragraph does not have the selected layout also if
12660         the last one had!
12661
12662         * text2.C (setLayout): fixed bug which did not change last selected
12663         paragraph.
12664
12665         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12666         changed the read and substituted \\end_float with \\end_inset!
12667
12668         * BufferView_pimpl.C (cursorPrevious):
12669         (cursorNext): fixed to make it work with rows heigher than the work
12670         area without moving the cursor only the draw of the row.
12671         (workAreaMotionNotify): fix jumping over high rows.
12672
12673 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12674
12675         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12676         Ressler.
12677
12678 2002-04-16  Juergen Vigna  <jug@sad.it>
12679
12680         * text2.C (setCursor): set also the irow().
12681         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12682         (cursorUp):
12683         (cursorDown): support for locking an inset if the x_fix value goes
12684         inside it. That way I can transverse insets too with cursor up/down.
12685
12686         * lyxrow.h: added irow helper function same as other (i) functions.
12687
12688         * BufferView_pimpl.C (cursorPrevious):
12689         (cursorNext): fixed for insets!
12690
12691 2002-04-15  Juergen Vigna  <jug@sad.it>
12692
12693         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12694         position otherwise it is wrong in some cases.
12695
12696         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12697         inside the inset before the call.
12698
12699 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12700
12701         * buffer.[Ch] (getBibkeyList): make it const.
12702
12703 2002-04-12  Juergen Vigna  <jug@sad.it>
12704
12705         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12706
12707         * text2.C (getCursorX): new helper function
12708         (setCursor): compute also ix_
12709         (setCursorFromCoordinates): set also ix.
12710
12711         * lyxcursor.h: added ix_ and helper functions.
12712
12713         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12714
12715         * buffer.C (insertStringAsLines): dont break paragraph if the this
12716         paragraph is inside an inset which does not permit it!
12717
12718         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12719         also with no chars on this paragraph.
12720         (paintRowText): only paint stuff if it's inside the workarea!
12721
12722         * paragraph.C (breakParagraph): honor keepempty flag and break the
12723         paragraph always below not above.
12724
12725         * BufferView2.C (unlockInset): update the paragraph layout on inset
12726         unlock as we changed paragraph in such a case.
12727
12728         * lyxfind.C (LyXFind): clear the former selection if not found!
12729
12730         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12731         again called in insertChar().
12732
12733         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12734         an inset which uses the whole row!
12735         (rightMargin): ditto.
12736         (insertChar): force a rebreak if we inserted an inset!
12737
12738 2002-03-28  Herbert Voss  <voss@lyx.org>
12739
12740         * lyxlength.[Ch]: add inBP() to get the right PS-point
12741         units (BigPoint). With inPixels we have rounding errors
12742
12743 2002-04-11  Juergen Vigna  <jug@sad.it>
12744
12745         * text2.C (setCursorFromCoordinates): set iy to the right value.
12746         (setCursor): add check if row->previous exists!
12747
12748         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12749         an old float_type as this was the case in the old code!
12750
12751         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12752
12753         * BufferView2.C (showLockedInsetCursor): use iy
12754         (fitLockedInsetCursor): ditto
12755
12756         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12757         locked insets as there we have the right value now.
12758
12759         * lyxcursor.C: added iy_ variable and iy functions to set to the
12760         baseline of cursor-y of the locked inset.
12761
12762         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12763         (setCursor): fixed for insets which need a full row.
12764
12765         * text.C (rowLastPrintable): don't ignore the last space when before
12766         an inset which needs a full row.
12767         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12768         as last character of a row when before a inset which needs a full row.
12769
12770 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12771
12772         * version.C.in: update date
12773
12774         * text2.C (fullRebreak): try to always return true and see what
12775         happens...
12776
12777 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12778
12779         * MenuBackend.C (expand): use Floating::listName
12780
12781         * FloatList.C (FloatList): add listName argument to the built-in
12782         floats
12783
12784         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12785         text associated with the float.
12786
12787 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12788
12789         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12790
12791 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12792
12793         * ShareContainer.h: add a couple of missing typenames.
12794
12795 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12796
12797         * lyxrc.C (getDescription): use _() correctly rather than N_().
12798
12799 2002-03-28  Herbert Voss  <voss@lyx.org>
12800
12801         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12802         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12803
12804 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12805
12806         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12807         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12808
12809 2002-03-29  Juergen Vigna  <jug@sad.it>
12810
12811         * lyxfunc.C (dispatch): add a missing fitCursor call.
12812
12813         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12814         it was scrolled by a cursor move, so return the bool status.
12815
12816         * BufferView.C (fitCursor): return the bool flag also to the outside
12817         world as this is needed.
12818
12819         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12820
12821         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12822         call the edit() as it is not needed (and wrong) IMO.
12823         (workAreaButtonPress): set the screen_first variable before evt.
12824         unlock the inset as this may change screen_first and then we have
12825         a wrong y position for the click!
12826
12827 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12828
12829         * MenuBackend.C (expand): another translation that I missed
12830
12831 2002-03-28  Juergen Vigna  <jug@sad.it>
12832
12833         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12834
12835         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12836
12837 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12838
12839         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12840
12841         * MenuBackend.C (expand): fix export/view/update when there is no
12842         document open.
12843
12844 2002-03-27  Herbert Voss  <voss@lyx.org>
12845
12846         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12847         and text%
12848
12849 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12850
12851         * bufferview_funcs.C (currentState): only show paragraph number
12852         for is DEVEL_VERSION is set.
12853
12854         * lyxfunc.C (dispatch): put warning in INFO channel
12855
12856         * MenuBackend.C (expand): translate the name of floats
12857
12858         * FloatList.C (FloatList): mark the float names for translation
12859
12860         * converter.C (convert): use LibScriptSearch
12861
12862 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12863
12864         * MenuBackend.C (defaults): fix default menu (we might as well get
12865         rid of it...)
12866
12867 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12868
12869         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12870         directory.
12871
12872 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12873
12874         * lyxvc.C: reorder includes.
12875
12876 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12877
12878         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12879           properly
12880
12881 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12882
12883         * CutAndPaste.C: change layouts earlier on paste
12884           to avoid crashing when calling getFont()
12885
12886 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12887
12888         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12889         irritating #error.
12890
12891 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12892
12893         * WorkArea.C: remove 'Pending' debug message.
12894
12895         * most files: ws cleanup
12896
12897         * buffer.[Ch]: ws changes
12898
12899         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12900
12901 2002-03-21  Juergen Vigna  <jug@sad.it>
12902
12903         * tabular.C (SetMultiColumn): collapse also the contents of the
12904         cells and set the last border right. Added a Buffer const * param.
12905
12906 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12907
12908         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12909         linking or not.
12910
12911 2002-03-19  Juergen Vigna  <jug@sad.it>
12912
12913         * text2.C (clearSelection): reset also xsel_cache.
12914
12915         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12916         where it needs to be called (John tells us to do so too :)
12917         (selectionLost): reset sel_cache.
12918
12919         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12920
12921 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12922
12923         * text2.C (setCursorIntern): put debuging code in INSETS channel
12924
12925 2002-03-19  André Pönitz <poenitz@gmx.net>
12926
12927         * lyxfunc.C: tiny whitespace change
12928
12929 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12930
12931         * ToolbarDefaults.C (init):
12932         * LyXAction.C (init):
12933         * commandtags.h:
12934         * BufferView_pimpl.C (Dispatch):
12935         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12936
12937 2002-03-19  Allan Rae  <rae@lyx.org>
12938
12939         * exporter.C (Export): removeAutoInsets before doing anything else.
12940         While I've just introduced a dependency on BufferView this really is
12941         the best place to clean the buffer otherwise you need to cleanup in
12942         a dozen places before calling export or cleanup in a dozen functions
12943         that export calls.
12944
12945         * converter.C (runLaTeX):
12946         (scanLog): Better handling of removeAutoInsets and screen updates.
12947
12948         * lyxfunc.C (dispatch): small whitespace changes
12949
12950 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12951
12952         * WorkArea.C (C_WorkAreaEvent): return a value.
12953         (event_cb): return 1 if we handled the event, 0 otherwise.
12954
12955         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12956
12957 2002-03-18  Juergen Vigna  <jug@sad.it>
12958
12959         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12960         (GetAdditionalWidth): ditto.
12961         (RightLine): ditto.
12962         (LeftLine): ditto.
12963
12964         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12965         inset if we're there actually (probably not used right now but this
12966         is the direction to go for unifying code).
12967         (paste): disable code to clear the selection.
12968
12969         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12970         inside an InsetText and move the check further up as it is in the
12971         wrong place.
12972
12973         * text2.C (pasteSelection): set a selection over the pasted text.
12974
12975 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12976
12977         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12978         and libgraphics to build on Cygwin.
12979
12980 2002-03-15  Juergen Vigna  <jug@sad.it>
12981
12982         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12983         inserting an Inset into the paragraph. I know this is not the best
12984         fix but we already use current_view in CutAndPaste so we will remove
12985         all of it's using at the same time.
12986
12987         * buffer.C (sgmlError): deactivated function till it is rewritten in
12988         the right mode, now it can create problems.
12989
12990         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12991         before accessing it.
12992
12993 2002-03-14  Juergen Vigna  <jug@sad.it>
12994
12995         * undo_funcs.C (textHandleUndo): do the right thing when updating
12996         the inset after the undo/redo.
12997
12998         * text2.C (setCursor): just some testcode for #44 not ready yet.
12999
13000         * undo_funcs.C (textHandleUndo): set the next() and previous()
13001         pointers of the paragraph to 0 before deleting otherwise we have
13002         problems with the Paragraph::[destructor].
13003
13004         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13005         on a paragraph insertion.
13006
13007 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13008
13009         * buffer.C (asciiParagraph): use += operator for char append to
13010         string.
13011
13012         * paragraph.C (getFontSettings): compare >= not just >
13013         (highestFontInRange): ditto
13014         (setFont): ditto
13015
13016 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13017
13018         * paragraph.C: change several algorithm to be more appripriate for
13019         the problem domain. This is lookip in FontList and in the InsetList.
13020
13021 2002-03-13  André Pönitz <poenitz@gmx.net>
13022
13023         * commandtags.h:
13024         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13025
13026 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13027
13028         * commandtags.h:
13029         * LyXAction.C:
13030         * lyxfunc.C:
13031         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13032
13033 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13034
13035         * Painter.C (display): anon helper function, adjust code for this
13036         change.
13037         (pixmap): remove function.
13038
13039         * Painter.h: remove private display variable.
13040
13041         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13042
13043 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13044
13045         * WorkArea.[Ch]: remove figinset_canvas cruft.
13046
13047 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13048
13049         * lyxtextclass.C (operator): add one item cache optimization.
13050
13051         * bufferlist.h: doxy changes
13052
13053         * bufferlist.C: ws changes
13054
13055         * DepTable.[Ch] (ext_exist): place const in the right spot.
13056
13057         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13058         call resizeInsets.
13059         (workAreaExpose): call resizeInsets when the with BufferView changes.
13060         (Dispatch): adjust for protectedBlank removal
13061         (specialChar): call updateInset if the insert went ok.
13062
13063         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13064         specialChar instead.
13065
13066         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13067
13068         * BufferView.h: doxy change
13069
13070         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13071
13072         * lyxtextclass.C (operator[]): remove non-const version
13073         (defaultLayout): remove non-const version
13074
13075 2002-03-12  Juergen Vigna  <jug@sad.it>
13076
13077         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13078         did resize the LyXText too.
13079
13080         * buffer.C (readLyXformat2): set layout information on newly allocated
13081         paragraphs.
13082
13083         * tabular.C (OldFormatRead): set layout information on the paragraph.
13084
13085 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13086
13087         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13088
13089 2002-03-11  Juergen Vigna  <jug@sad.it>
13090
13091         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13092         plainly wrong.
13093         (resizeCurrentBuffer): force also the insets to resize themselfes.
13094         (moveCursorUpdate): fixed up for InsetText.
13095
13096 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13097
13098         * commandtags.h:
13099         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13100         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13101         value of Dialogs::tooltipsEnabled().
13102         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13103
13104 2002-03-08  Juergen Vigna  <jug@sad.it>
13105
13106         * BufferView_pimpl.C (updateInset): update inset inside inset also
13107         if it isn't inside theLockingInset().
13108
13109 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13110
13111         * buffer.C (asciiParagraph): redo some of the word and line length
13112         handling.
13113         (getLists): look for Caption instead of caption.
13114
13115 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13116
13117         * buffer.C (Buffer): initialize niceFile to true
13118         (makeLaTeXFile):
13119         (makeLinuxDocFile):
13120         (makeDocBookFile): make sure niceFile is true on exit
13121
13122 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13123
13124         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13125
13126 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13127
13128         * LyXSendto.C: remove.
13129         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13130         * lyx_gui.C: remove now-redundant comment.
13131         * ColorHandler.h: remove forward declaration of class WorkArea.
13132         * lyxfunc.C: remove #include "WorkArea.h".
13133
13134 2002-03-07  Juergen Vigna  <jug@sad.it>
13135
13136         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13137         got moved away with the DEPM and also set the inset_owner always
13138         right which before could have been omitted.
13139
13140 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13141
13142         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13143         wanted layout is not found.
13144
13145 2002-03-07  Juergen Vigna  <jug@sad.it>
13146
13147         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13148
13149 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13150
13151         * paragraph.C (breakParagraph): use default layout not layout of
13152         prev paragraph.
13153         (Paragraph): clear ParagraphParameters.
13154
13155 2002-03-06  Juergen Vigna  <jug@sad.it>
13156
13157         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13158         otherwise it would not be a valid lenght. Fixed a special case in
13159         the minipage compatibility read where we end the document with a
13160         minipage.
13161
13162         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13163         was set as it could be 0 for InsetTexts first entry.
13164
13165 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13166
13167         * paragraph.C (writeFile): if layout is empty write out
13168         defaultLayoutName().
13169
13170         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13171         file without named layout we set layout to defaultLayoutName().
13172
13173 2002-03-06  Juergen Vigna  <jug@sad.it>
13174
13175         * CutAndPaste.C (copySelection): set layout for new paragraph.
13176
13177         * text.C (prepareToPrint): leave ERT inset left aligned
13178         (leftMargin): don't indent paragraphs inside ERT insets
13179
13180 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13181
13182         * paragraph.C (breakParagraph): dont call clear do the work manually
13183
13184         * paragraph.[Ch] (clear): remove function
13185
13186 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13187
13188         * paragraph.C (Paragraph): dont call clear, the work has already
13189         been done.
13190
13191         * lyxtextclass.C (operator): assert if n is empty
13192
13193         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13194         work manually instead.
13195
13196 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13197
13198         * BufferView_pimpl.C: protect selectionLost against text == 0
13199
13200 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13201
13202         * text.C (breakParagraph): fix a setting layout to '0' problem.
13203
13204 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13205
13206         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13207         final location of file, for the included files, and graphics.
13208
13209 2002-03-05  Juergen Vigna  <jug@sad.it>
13210
13211         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13212
13213 2002-03-04  Juergen Vigna  <jug@sad.it>
13214
13215         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13216
13217         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13218         last column of multicolumn cells.
13219         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13220
13221 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13222
13223         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13224         file if it doesn't go to a temporary file.
13225
13226         * buffer.C (sgmlOpenTag):
13227         (sgmlCloseTag):  remove extra newline insertion.
13228
13229 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13230
13231         * text.C (getRowNearY): comment out debug msg
13232
13233 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13234
13235         * text2.C: first -> first_y
13236
13237         * text.C (getRowNearY): add some attemts at a possible
13238         optimization, not working.
13239
13240         * tabular.[Ch]: add BufferParams to several function so that newly
13241         created paragraph can be initialized to he default layotu for the
13242         buffers textclass.
13243
13244         * tabular-old.C (ReadOld): add buf->params to call of Init
13245
13246         * screen.C: rename text->first to text->first_y
13247
13248         * paragraph.C (breakParagraph): always set layout in the broken
13249         paragraph
13250
13251         * lyxtextclass.C (Read): remove lowercase
13252         (hasLayout): ditto
13253         (operator): ditto
13254         (delete_layout): ditto
13255
13256         * lyxtext.h: rename first -> first_y
13257
13258         * lyxlayout.C (Read): remove lowercase
13259         (name): ditto
13260         (setName): ditto
13261         (obsoleted_by): ditto
13262
13263         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13264
13265         * buffer.C (insertErtContents): add params are to InsetERT
13266         (parseSingleLyXformat2Token): add code to check if a paragraphs
13267         layout really exist.
13268         (parseSingleLyXformat2Token): add params to several inset
13269         constructors
13270         (asciiParagraph): remove lowercase, do the layout comparisons with
13271         no_case
13272
13273         * BufferView_pimpl.C (cursorNext): first -> first_y
13274         (resizeCurrentBuffer): first -> first_y
13275         (updateScrollbar): first -> first_y
13276         (scrollCB): first -> first_y
13277         (workAreaMotionNotify): first -> first_y
13278         (workAreaButtonPress): first -> first_y
13279         (checkInsetHit): first -> first_y
13280         (cursorPrevious): first -> first_y
13281         (cursorNext): first -> first_y
13282         (Dispatch): add buffer_->params to severl inset contructors
13283
13284 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13285
13286         * lyxlayout.C (Read): remove some debug info that I forgot.
13287
13288         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13289         clean up the code slightly.
13290         (makeLinuxDocFile): ditto
13291         (makeDocBookFile): ditto
13292
13293         * text2.C: layout as string
13294
13295         * text.C: layout as string
13296
13297         * paragraph_pimpl.C: layout as string
13298
13299         * paragraph.[Ch]: layout as string
13300
13301         * lyxtextclasslist.[Ch]: layout as string
13302
13303         * lyxtextclass.[Ch]: layout as string
13304
13305         * lyxtext.h: layout as string
13306
13307         * lyxlayout.[Ch]: layout as string
13308
13309         * lyx_cb.C: layout as string
13310
13311         * bufferview_funcs.C: layout as string
13312
13313         * bufferparams.C: layout as string
13314
13315         * buffer.C: layout as string
13316
13317         * LyXView.[Ch]: layout as string
13318
13319         * LaTeXFeatures.[Ch]: layout as string
13320
13321         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13322
13323         * BufferView_pimpl.C: change current_layout to string, remove
13324         lyx::layout_type.
13325         (Dispatch):
13326         (smartQuote):
13327         (insertInset):
13328         (workAreaButtonRelease): layout as string
13329
13330         * BufferView2.C (unlockInset): adjust
13331
13332         * vspace.C (asLatexCommand): use an explict temp variable.
13333
13334 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13335
13336         * Makefile.am: use FRONTEND_*
13337
13338 2002-03-01  Juergen Vigna  <jug@sad.it>
13339
13340         * tabular.C (SetWidthOfMulticolCell): changed to something better
13341         I hope but still work in progress.
13342         (recalculateMulticolumnsOfColumn): renamed function from
13343         recalculateMulticolCells as it is more appropriate now.
13344         (SetWidthOfCell): calculate multicols better.
13345
13346 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13347
13348         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13349
13350         * lyxfunc.C (processKeySym): print sequence also if it is
13351         `deleted' (complete)
13352
13353         * kbsequence.C (print): print sequence even if it is deleted
13354         (complete would be a better word, actually).
13355
13356         * lyxfunc.C (dispatch): print complete options after a prefix key
13357
13358         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13359
13360 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13361
13362         * text2.C (setCharFont): eliminate setCharFont code duplication.
13363
13364 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13365
13366         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13367         LFUN_TABULAR_FEATURE (bug #177)
13368
13369 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13370
13371         * Makefile.am: remove figure.h
13372
13373 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13374
13375         * Bufferview_pimpl.C:
13376         * CutAndPasteC:
13377         * LaTeX.C:
13378         * LyXSendto.C:
13379         * buffer.C:
13380         * bufferlist.C:
13381         * converter.C:
13382         * language.C:
13383         * lyxfunc.C:
13384         * lyxvc.C:
13385         * paragraph.C:
13386         * text.C:
13387         * text2.C: remove #include "lyx_gui_misc.h".
13388
13389         * LaTeX.C: added #include <cstdio>
13390
13391 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13392
13393         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13394         that the paragraph following this one can have.
13395
13396         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13397
13398         * vspace.C (asLatexCommand): fix bogus gcc warning
13399
13400         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13401
13402 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13403
13404         * text2.C (setLayout): get rid of redundant code
13405
13406 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13407
13408         * text2.C (incDepth): make sure depth cannot be increased beyond
13409         reasonable values.
13410
13411 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13412
13413         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13414         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13415
13416         * PainterBase.h (image):
13417         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13418         a LyXImage const *.
13419
13420 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13421
13422         * BufferView.C:
13423         * BufferView.h:
13424         * BufferView_pimpl.C:
13425         * BufferView_pimpl.h:
13426         * LaTeXFeatures.C:
13427         * LyXAction.C:
13428         * LyXView.C:
13429         * Makefile.am:
13430         * UpdateList.h:
13431         * UpdateList.C:
13432         * buffer.C:
13433         * figure.h:
13434         * figureForm.C:
13435         * figureForm.h:
13436         * figure_form.C:
13437         * figure_form.h:
13438         * lyx_cb.C:
13439         * lyx_gui.C:
13440         * lyx_gui_misc.C:
13441         * lyxfunc.C:
13442         * sp_base.h:
13443         * sp_ispell.h:
13444         * sp_pspell.h:
13445         * sp_spell.C: remove fig inset, and the crap house of
13446           cards that follows it
13447
13448 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13449
13450         * Makefile.am:
13451         * lyxserver.C:
13452         * os2_defines.h:
13453         * os2_errortable.h:
13454         * nt_defines.h: move .h into support/
13455
13456         * vms_defines.h: remove
13457
13458         * WorkArea.C: add space in debug output
13459
13460         * text2.C:
13461         * paragraph.C:
13462         * buffer.C: add WITH_WARNINGS
13463
13464         * vc-backend.h:
13465         * vc-backend.C:
13466         * bufferlist.C: s/retrive/retrieve/, add docs
13467
13468         * vspace.h:
13469         * vspace.C:
13470         * kbmap.h:
13471         * lyxlength.h:
13472         * lyxgluelength.h:
13473         * length_common.h:
13474         * chset.h:
13475         * chset.C: add docs
13476
13477         * lyxgui.C: add ID to X error handler
13478
13479         * lyxtestclass.c: fix typo
13480
13481 2002-02-26  Juergen Vigna  <jug@sad.it>
13482
13483         * tabular_funcs.C (write_attribute): changed so that some default
13484         attributes are not written at all.
13485         (getTokenValue): set default values before trying to read the
13486         value so we have the return value always set as default if we don't
13487         find the token we search for.
13488
13489         * tabular.C (Write): write bools as bools not as strings!
13490
13491 2002-02-22  Juergen Vigna  <jug@sad.it>
13492
13493         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13494         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13495
13496         * text.C (leftMargin): don't add an indent for paragraphs inside
13497         tabular cells (fix #208).
13498
13499 2002-02-21  José Matos  <jamatos@fep.up.pt>
13500
13501         * tabular.C (docBook): fixed support for long tables.
13502
13503 2002-02-20  Juergen Vigna  <jug@sad.it>
13504
13505         * text2.C (getFont): get the drawing font of the Inset if this
13506         paragraph is inside an inset (only important for InsetERT for now).
13507
13508         * buffer.C (insertErtContents): use new lanugage params in ERT
13509         constructor.
13510
13511         * CutAndPaste.C: commenting out seemingly uneeded code.
13512
13513 2002-02-19  Allan Rae  <rae@lyx.org>
13514
13515         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13516         Iterators might be simple to use but they also get invalidated.
13517         (removeAutoInsets): renamed saved cursor tracking variables and added
13518         some comments to clarify what everything does.
13519
13520 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13521
13522         * Chktex.C:
13523         * LaTeX.C:
13524         * LyXSendto.C:
13525         * converter.C:
13526         * lyx_cb.C:
13527         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13528         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13529
13530         * lyxfunc.C:
13531         * vc-backend.h: remove #include "support/syscall.h"
13532
13533         * LaTeX.C:
13534         * LyXSendto.C:
13535         * converter.C: rearrange #includes in Lars' approved fashion.
13536
13537         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13538         forward declare class Timeout in the header file.
13539
13540         * XFormsView.C: changes due to the above.
13541
13542         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13543         similar to LyXView.
13544
13545         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13546         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13547
13548 2002-02-18  José Matos  <jamatos@fep.up.pt>
13549
13550         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13551         insets contents.
13552
13553 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13554
13555         * a lot of small ws changes
13556         * add a lot of using std::XXX
13557         * use std construcs some places where approp.
13558         * use some exisint stuff from lyxfunctional where approp.
13559         * Make file changes to use partial linking (lets test this now...)
13560
13561 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13562
13563         * Chktex.C:
13564         * buffer.C:
13565         remove #include "support/syscontr.h" as it's redundant. Always has been.
13566
13567         * Chktex.C:
13568         * LaTeX.C:
13569         * LyXSendto.C:
13570         * converter.C:
13571         * lyx_cb.C:
13572         * vc-backend.C:
13573         change Systemcalls::System to Systemcalls::Wait and
13574         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13575         No change of functionality, just reflects the stripped down Systemcalls
13576         class.
13577
13578 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13579
13580         * debug.[Ch]: add a GRAPHICS type to the enum.
13581
13582 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13583
13584         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13585
13586         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13587         there is an inset.
13588
13589 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13590
13591         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13592         match the changes below.
13593
13594         * text2.C (toggleInset): if there is not editable inset at cursor
13595         position, try to see if cursor is _inside_ a collapsable inset
13596         and close it.
13597
13598 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13599
13600         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13601         document menu has a nice checkbox
13602
13603 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13604
13605         * lyxlength.C (asLatexString): change PW to output as percent of
13606         \textwidth.
13607
13608         * lengthcommon.C: change '%' to 't%'
13609
13610         * lyxfunc.C (dispatch): a few comments from Martin
13611
13612 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13613
13614         * WorkArea.h:
13615         * WorkArea.C:
13616         * BufferView_pimpl.h:
13617         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13618           the X selection.
13619
13620 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13621
13622         * vspace.C (inPixels): fix compiler warning
13623
13624 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13625
13626         * lyxfunc.C (getStatus): fix status message for disabled commands.
13627
13628 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13629
13630         * BufferView_pimpl.C: fix crash on close buffer
13631         during selection (#227)
13632
13633 2002-01-27  Herbert Voss  <voss@lyx.org>
13634
13635         * buffer.C: link old Figure to new graphic inset
13636
13637 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13638
13639         * FontLoader.C (getFontinfo): Change the latex font names in order
13640         to match the names of type1inst.
13641
13642 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13643
13644         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13645
13646         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13647         (extchanged): ditto
13648         (ext_exist): ditto
13649         (remove_files_with_extension): ditto
13650         (remove_file): ditto
13651         (write): ditto
13652
13653         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13654         document is smaller than the work area height. Do not initialize
13655         static variables to 0.
13656
13657 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13658
13659         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13660
13661         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13662         LFUN_LAYOUT_PARAGRAPHS.
13663
13664         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13665         tabular. It is possible to provide a possible cell, which will
13666         typically be the actcell from the corresponding insettabular
13667
13668         * lyxfunc.C (getStatus): small cleanup; disable
13669         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13670         true
13671
13672 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13673
13674         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13675
13676         * paragraph.C (startTeXParParams):
13677         (endTeXParParams): new methods. The LaTeX code to
13678         start/end paragraph formatting
13679         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13680         empty (fixes bug #200)
13681
13682         * vspace.C (inPixels): adapt to the change below
13683         (inPixels): [later] more cleanups (remove unused variables)
13684
13685         * lyxlength.C (inPixels): change to use a width and a height as
13686         parameter.
13687
13688 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13689
13690         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13691         Replaced with \paperwidth
13692
13693         * DepTable.C (insert): add std:: qualifier
13694
13695 2002-01-18  Allan Rae  <rae@lyx.org>
13696
13697         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13698         updated also?
13699
13700         * text.C (drawInset): Turned out I didn't know enough about how
13701         rebreaking worked.  This fixes most of the redraw problems.  I see
13702         an occasional cursor trail when a line is broken now and the cursor
13703         placement can seem out by a few pixels also after a rebreak.
13704
13705 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13706
13707         * buffer.C (parseSingleLyXformat2Token): update because minipage
13708         width is now a LyXLength
13709
13710         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13711
13712         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13713         math insets
13714
13715 2002-01-17  Juergen Vigna  <jug@sad.it>
13716
13717         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13718
13719         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13720         is set correctly and the inset is updated correctly.
13721
13722 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13723
13724         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13725         the beginning of the loop.
13726
13727 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13728
13729         * lyxrc.C: improve help for use_scalable_fonts
13730
13731 2002-01-17  Allan Rae  <rae@lyx.org>
13732
13733         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13734
13735 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13736
13737         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13738         make sure to set their inset_owner to the right value (bug #171)
13739
13740 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13741
13742         * DepTable.h
13743         * DepTable.C: Implement mtime checking to reduce time spent doing
13744         CRCs.
13745
13746 2002-01-16  Juergen Vigna  <jug@sad.it>
13747
13748         * tabular.C (GetAdditionalHeight): one of error fixed.
13749
13750         * lyxrc.C (output): small fix in writing use_pspell.
13751
13752 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13753
13754         * sp_base.h: #include LString.h
13755
13756 2002-01-16  Allan Rae  <rae@lyx.org>
13757
13758         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13759         Can someone check this please?
13760
13761         * text.C (drawInset): It was possible that p.row would be removed by
13762         breakAgainOneRow upsetting a few other settings.  There may be another
13763         small tweak possible by setting need_break_row = 0 when p.row has been
13764         removed but I don't know enough about the logic here.
13765
13766 2002-01-15  Allan Rae  <rae@lyx.org>
13767
13768         * text.C (insertChar): removed conditional truism.
13769
13770         * BufferView2.C (removeAutoInsets): More tweaks.
13771         cur_par_prev could be a stray pointer.  Check for trailing empty line
13772         in case last line was cur_par and only had an error inset on it.
13773
13774 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13775
13776         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13777         absolute
13778
13779         * vc-backend.C (most methods):
13780         * exporter.C (Export):
13781         * converter.C (convert):
13782         (runLaTeX):
13783         * LyXSendto.C (SendtoApplyCB):
13784         * lyxfunc.C (dispatch):
13785         (menuNew):
13786         (open):
13787         (doImport):
13788         * lyx_cb.C (AutoSave):
13789         (InsertAsciiFile):
13790         * BufferView_pimpl.C (MenuInsertLyXFile):
13791         * buffer.C (runChktex): use Buffer::filePath().
13792
13793         * buffer.h: rename filename to filename_; rename filepath to
13794         filepath_ and make it private
13795         (filePath): new method
13796
13797         * buffer.C (writeFile): use fileName()
13798         (getLatexName):
13799
13800         * lyx_main.C (init): fix starting  of LyX when the binary is a
13801         link from so,ewhere else.
13802
13803         * minibuffer.C: include <cctype> for isprint
13804
13805 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13806
13807         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13808         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13809         name clash with InsetCollapsable's width function.
13810
13811 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13812
13813         * lastfiles.C: include <iterator>
13814
13815 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13816
13817         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13818         std::count.
13819
13820         * buffer.C (makeLaTeXFile): ditto.
13821         Also make loop operation more transparent.
13822
13823 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13824
13825         * ToolbarDefaults.C: remove trailing comma closing namespace.
13826
13827         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13828
13829         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13830         as in WorkArea.
13831
13832         * trans.C (Load): comment out unused variable, allowed.
13833
13834 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13835
13836         * minibuffer.[Ch] (append_char): new method to recieve input from the
13837         drop-down completion browser. If a key was pressed, then recieve this
13838         char and append it to the existing string.
13839         (peek_event): modify the positioning data passed to the completion
13840         browser so that it can be placed above the minibuffer rather than below.
13841 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13842
13843         * LyXAction.C (init): alloe error-next for readonly documents.
13844
13845         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13846         count.
13847
13848 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13849
13850         * bufferlist.C (readFile): create the buffer _after_ checking that
13851         the file exists.
13852
13853         * lyxfunc.C (verboseDispatch): fix handling of arguments
13854
13855         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13856
13857         * lyxrc.C: use string::erase() instead of initializing to "".
13858
13859
13860 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13861
13862         * BufferView_pimpl.h:
13863         * BufferView_pimpl.C:
13864         * WorkArea.h:
13865         * WorkArea.C:
13866         * text2.C: tell X when we have made a selection for copying
13867
13868 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13869
13870         * BufferView_pimpl.C (MenuInsertLyXFile):
13871         * lyxfunc.C (menuNew):
13872         (open):
13873         (doImport): add shortcuts to directory buttons
13874
13875         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13876         open a float)
13877
13878         * lyxfunc.C (setStatusMessage):
13879         (getStatusMessage): new methods
13880         (getStatus):use setStatusMessage instead of setErrorMessage
13881         (dispatch): when function is disabled, set error message here
13882         [instead of in getStatus previously]
13883
13884         * BufferView_pimpl.C (workAreaButtonRelease): update
13885         toolbar/menubar here too.
13886
13887 2002-01-13  Allan Rae  <rae@lyx.org>
13888
13889         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13890         Now seems indestructible.  Remaining task is to audit all other
13891         code affected by deleteEmptyParagraphMechanism.  One small quirk
13892         left is that an empty document with an error in the preamble can
13893         be made to report an error but no error box appears.  I don't know
13894         where it goes.
13895         (removeAutoInsets): Improved comments.
13896
13897 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13898
13899         * Thesaurus.h:
13900         * Thesaurus.C: update for Aiksaurus 0.14
13901
13902 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13903
13904         * text2.C (firstParagraph): removed member function, all uses
13905         replaces with ownerParagraph
13906         (redoParagraphs): here
13907         (updateInset): here
13908         (toggleAppendix): here
13909         * BufferView2.C (insertErrors): here
13910         (setCursorFromRow): here
13911
13912 2002-01-13  Allan Rae  <rae@lyx.org>
13913
13914         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13915         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13916         There is still a way to segfault this although you may have to do this
13917         multiple times: Have an InsetERT with an unknown command in it.
13918         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13919         <down-arrow>, <Enter> again, View->DVI, BANG!
13920
13921         * text2.C (setCursor):
13922         (deleteEmptyParagraphMechanism):
13923         * lyxtext.h (setCursor):
13924         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13925         Making use of the return value may help fix other bugs.
13926
13927 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13928
13929         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13930
13931         * LyXView.C (updateMenubar): call MenuBar::update here
13932         (updateToolbar): but not here
13933         (showState): do not update toolbar/menubar
13934
13935         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13936         should need to care about that.
13937
13938         * lyxfunc.C (verboseDispatch): simplify a bit
13939         (getStatus): have a version which takes a pseudoaction, and
13940         another which requires a (kb_action,string).
13941
13942         * LyXAction.C (retrieveActionArg): make it work also when action
13943         is not a pseudo-action.
13944         (getActionName): simplify a bit
13945         (helpText):
13946
13947 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13948
13949         * lyxfunc.C (verboseDispatch): new families of methods with
13950         several ways to specify a command and a bool to indicate whether
13951         the command name and shortcut should be displayed in minibuffer
13952         (eventually, we could extend that to a finer bitmask like
13953         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13954         (dispatch): the pristine dispatch command which just, well,
13955         dispatchs! Note it still sets its result to minibuffer; I'm not
13956         sure we want that.
13957
13958         * lyxfunc.h: remove setHintMessage
13959
13960         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13961
13962 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13963
13964         * BufferView_pimpl.C (specialChar): delete new inset if we have
13965         not been able to insert it.
13966
13967         * kbmap.C: revert to using int instead of kb_action, since all we
13968         are dealing with is pseudo-actions.
13969
13970         * LyXAction.C (searchActionArg): change to return int instead of
13971         kb_action, since the result is a pseudoaction.
13972
13973 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13974
13975         * buffer.C (insertErtContents): Fix (partially) the font bug.
13976
13977 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13978
13979         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13980         as the other one is broken on my machine!
13981
13982 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13983
13984         * commandtags.h:
13985         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13986
13987 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13988
13989         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13990         reflect their actual use. Provide compatibility code for older lyxrc
13991         files.
13992
13993         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13994         FL_NORMAL_STYLE.
13995         change names of popup font variables in line with the changes to lyxrc.C
13996
13997 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13998
13999         * buffer.C (asciiParagraph): avoid outputing a word twice after
14000         an inset.
14001
14002         * lyxrc.C (getDescription): document that document_path and
14003         template_path can be empty.
14004
14005 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14006
14007         * LaTeXFeatures.C (getMacros):
14008         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14009
14010         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14011
14012         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14013         getPackages.
14014         (getPackages): rename feature "floats" to "float". Use an array to
14015         iterate over 'simple' features (i.e. just a \usepackage). Add
14016         handling of "amsmath" (renamed from "amsstyle").
14017
14018 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14019
14020         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14021         features list.
14022
14023 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14024
14025         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14026         FuncStaus::FuncStatus & FuncStaus::some_method().
14027
14028 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14029
14030         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14031         of the func_satus stuff. Edited and massaged in various ways by
14032         JMarc.
14033
14034         * lyxfunc.C (getStatus): use FuncStatus
14035
14036 2002-01-08  Juergen Vigna  <jug@sad.it>
14037
14038         * text.C (nextBreakPoint): use function Inset::isChar().
14039
14040         * paragraph.C (TeXOnePar): use function
14041         Inset::forceDefaultParagraphs.
14042
14043         * buffer.C (latexParagraphs): use function
14044         Inset::forceDefaultParagraphs.
14045
14046 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14047
14048         * lyx_gui.C (init): set the style of the menu popups to
14049         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14050
14051 2002-01-07  Juergen Vigna  <jug@sad.it>
14052
14053         * text.C (setHeightOfRow): small fix
14054         (prepareToPrint): don't look at alignment if we don't have the place
14055         for doing it.
14056
14057 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14058
14059         * box.C: New file. Move the Box methods and functions out of box.h,
14060         following Lars' suggestion.
14061
14062 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14063
14064         * box.h: #include "support/LOstream.h", needed for inlined function.
14065
14066         * lyxtextclass.C:
14067         * lyxtextclasslist.C: added some using std declarations.
14068
14069 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14070
14071         * box.h: make signed dimensions to allow insets wider than
14072           the screen (bug #162)
14073
14074         * BufferView_pimpl.C: add some insetHit debug
14075
14076 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14077
14078         * vc-backend.C: add FIXME
14079
14080 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14081
14082         * lyxfunc.C (getStatus): enable code for showing math font status
14083         in toolbar/menu.
14084
14085 2002-01-07  Juergen Vigna  <jug@sad.it>
14086
14087         * text.C (nextBreakPoint): removed debug output not needed anymore.
14088
14089 2002-01-06  Juergen Vigna  <jug@sad.it>
14090
14091         * text.C (nextBreakPoint): fixed up this function we had this bug
14092         since ever but now hopefully we break row better.
14093         (insertChar): we have to check if an inset is the next char as it
14094         could now happen that a large inset is causing a break.
14095
14096 2002-01-05  Juergen Vigna  <jug@sad.it>
14097
14098         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14099         if it doesn't like to be drawed.
14100
14101 2002-01-04  Juergen Vigna  <jug@sad.it>
14102
14103         * BufferView2.C (lockInset): forgot to set a cursor.
14104
14105         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14106
14107 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14108
14109         * FormMathsPanel.C:
14110         * FormMathsPanel.h
14111         * MathsSymbols.C:
14112         * form_maths_panel.C:
14113         * form_maths_panel.h:
14114         * form_maths_panel.fd: implemented sub- and super- buttons in math
14115         panel.
14116
14117         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14118         (or ^ space) to be used as in TeX (req'd by Andr�.
14119
14120         * lyxfunc.C: Allow ^ and _ again to be used both as
14121         super/subscript (mathed) and as themselves (in text).
14122
14123 2002-01-03  Allan Rae  <rae@lyx.org>
14124
14125         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14126         "LyX" or the filename of the current buffer if it has one.  This is a
14127         modified form of John Levon's patch.
14128
14129         * XFormsView.C (setWindowTitle): also set icon title.
14130
14131         * LyXView.h (setWindowTitle): signature changed.
14132         * XFormsView.h (setWindowTitle): ditto.
14133
14134 2002-01-02  Juergen Vigna  <jug@sad.it>
14135
14136         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14137
14138 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14139
14140         * screen.C (topCursorVisible): introduce a temp var for
14141         text->cursor.row(), handle the case where this row is null. (kindo
14142         hachish)
14143
14144         * text2.C (setCursor): add a couple of asserts.
14145
14146         * paragraph.h (inset_iterator): add -> operator
14147
14148         * paragraph.[Ch] (autoDeleteInsets): remove member function
14149
14150         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14151         cursor pos correctly and handle inset deletion by itself.
14152         (insertErrors): move iterator declaration out of for expression
14153
14154         * lyxtextclass.C: add <algorithm>
14155
14156         * Makefile.am: added the new files to sources, removed layout.C
14157
14158         * layout.C: removed file
14159
14160         * layout.h: remove LYX_DUMMY_LAYOUT
14161
14162         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14163         layout.
14164
14165         * lyxlayout.[Ch]:
14166         * lyxtextclass.[Ch]:
14167         * lyxtextclasslist.[Ch]: new files
14168
14169         * include order changes to a lot of files, also changes because of
14170         the six new files.
14171
14172 2001-12-27  Juergen Vigna  <jug@sad.it>
14173
14174         * buffer.C (asciiParagraph): more fixes.
14175
14176         * tabular.C (ascii): make ascii export support export of only the
14177         data separated by a column-delimiter.
14178         (ascii): better support for ascii export.
14179
14180         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14181
14182 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14183
14184         * tabular_funcs.C: use a "using std::getline" instead of the
14185         previous fix from Angus (necessary for cxx + lyxstring)
14186
14187 2001-12-24  Juergen Vigna  <jug@sad.it>
14188
14189         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14190
14191         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14192         problems. First check a minipage also if we have some ert-contents
14193         (not only on par->size(), second set the right depth of the paragraph
14194         on the relink to the root-paragraph-list!
14195
14196         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14197         which then did not anymore update the main paragraphs on undo/redo!
14198
14199 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14200
14201         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14202         code. Support all font-changing funcs (even those which are not in
14203         menu currently). Support for reporting font settings in
14204         mathed (disabled until Andre provides a function on mathed's side).
14205
14206         * func_status.h (toggle): small helper function to set toggle
14207         state on a flag.
14208
14209 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14210
14211         * tabular_funcs.C: getline -> std::getline
14212
14213 2001-12-21  Juergen Vigna  <jug@sad.it>
14214
14215         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14216         accessed and could be 0 (I couldn't generate this but it seems
14217         Michael could!).
14218
14219 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14220
14221         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14222         * tabular_funcs.h: here and include iosfwd
14223
14224 2001-12-20  Juergen Vigna  <jug@sad.it>
14225
14226         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14227         inside inset but undo_par was.
14228
14229 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14230
14231         * Thesaurus.C: always include <config.h> in sources.
14232
14233         * Painter.h:
14234         * lyxlookup.h:
14235         * box.h: do not include <config.h> in header files
14236
14237         * text.C (paintLastRow): remove unused variable
14238
14239         * text.C (transformChar):
14240         (insertChar):
14241         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14242
14243         * Painter.C (text):
14244         * font.C (width): rewrite to use uppercase() instead of
14245         islower/toupper.
14246
14247         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14248
14249 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14250
14251         * lyxfind.C: clean up of find failure position change
14252
14253 2001-12-20  Juergen Vigna  <jug@sad.it>
14254
14255         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14256
14257         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14258         (TeXRow): added to LaTeX a single tabular row.
14259         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14260         (Latex): simplified and finally good LT-h/f support.
14261         (various_functions): just small adaptions for LT-h/f support.
14262
14263         * tabular_funcs.[hC]: added and moved here all not classfunctions
14264         of LyXTabular.
14265
14266 2001-12-19  Juergen Vigna  <jug@sad.it>
14267
14268         * tabular.[Ch]: better support for longtabular options (not finished
14269         yet!)
14270
14271 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14272
14273         * text.C (paintLastRow): use the label font instead of the font of
14274         the last character to compute the size of *_BOX. This makes more
14275         sense and avoids a crash with empty paragraphs.
14276         Use Painter::rectangle to draw EMPTY_BOX.
14277
14278 2001-12-19  Juergen Vigna  <jug@sad.it>
14279
14280         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14281         the paragraphs if the replaced paragraph is not the first one!
14282         Tried to delete not used paragraphs but does not work yet so for
14283         now it's inside #ifdef's and by default off!
14284
14285 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14286
14287         * MenuBackend.C: include "lyx_main.h" instead of declaring
14288         lastfiles (actually was declared as LastFiles* instead of a
14289         scoped_ptr).
14290
14291 2001-12-17  Juergen Vigna  <jug@sad.it>
14292
14293         * tabular.C (AppendColumn): applied John's fix
14294
14295 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14296
14297         * BufferView.h:
14298         * BufferView.C:
14299         * BufferView_pimpl.h:
14300         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14301
14302         * Makefile.am:
14303         * box.h: new start of class for above
14304
14305         * lyxfunc.C: ignore space-only minibuffer dispatches.
14306           Show the command name when it doesn't exist
14307
14308         * minibuffer.C: don't add empty lines to the history
14309
14310         * minibuffer.C: add a space on dropdown completion
14311
14312 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14313
14314         * text.C: fix line above/below drawing in insets
14315
14316 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14317
14318         * lyxlength.C (LyXLength): Initialize private variables.
14319
14320 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14321
14322         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14323         when inserting error insets.
14324
14325 2001-12-13  Juergen Vigna  <jug@sad.it>
14326
14327         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14328         actually sometimes the before-paragraph.
14329         (setUndo): don't clear the redostack if we're not actually undoing!
14330
14331 2001-12-06  Juergen Vigna  <jug@sad.it>
14332
14333         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14334         and fixed redoing of main paragraph, so we can use it now ;)
14335
14336         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14337
14338 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14339
14340         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14341         Juergen's request
14342
14343 2001-12-13  André Pönitz <poenitz@gmx.net>
14344
14345         * undostack.[Ch]:
14346         * undo_func.C: minor cleanup
14347
14348 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14349
14350         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14351         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14352         font in urw-fonts package which is marked as -urw-fontspecific and
14353         does not work (incidentally, changing the encoding in the
14354         fonts.dir of this package to -adobe-fontspecific fixes the
14355         problem).
14356
14357         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14358         is a crash when undoing first paragraph (Juergen, please take a
14359         look). THis does not mean the undo fix is wrong, just that it
14360         uncovers problems.
14361
14362         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14363         the (Paragraph*) version when needed instead of duplicating the
14364         code.
14365
14366         * text.C (workWidth): use Inset::parOwner to find out where the
14367         inset has been inserted. This is a huge performance gain for large
14368         documents with lots of insets. If Inset::parOwner is not set, fall
14369         back on the brute force method
14370
14371         * paragraph_pimpl.C (insertInset):
14372         * paragraph.C (Paragraph):
14373         (cutIntoMinibuffer): set parOwner of insets when
14374         inserting/removing them
14375
14376         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14377
14378 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14379
14380         * commandtags.h:
14381         * LyXAction.C:
14382         * lyx_main.C:
14383         * lyxfunc.C:
14384         * mathed/formulabase.C:
14385         * mathed/math_cursor.[Ch]:
14386         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14387
14388
14389 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14390
14391         * lyxlength.[Ch] (operator!=): new function
14392
14393 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14394
14395         * text.C (workWidth): use Inset::parOwner to find out where the
14396         inset has been inserted. This is a huge performance gain for large
14397         documents with lots of insets. If Inset::parOwner is not set, fall
14398         back on the brute force method
14399
14400         * paragraph_pimpl.C (insertInset):
14401         * paragraph.C (Paragraph):
14402         (cutIntoMinibuffer): set parOwner of insets when
14403         inserting/removing them
14404
14405         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14406
14407 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14408
14409         * tabular-old.C (getTokenValue):
14410         * tabular.C (getTokenValue):
14411         (write_attribute): new versions for LyXLength
14412         (everywhere): adjust the use of widths
14413
14414         * tabular.h: change the type of widths from string to LyXLength
14415
14416 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14417
14418         * paragraph.C: fixed missing line number count when exporting
14419         Environments to LaTeX file
14420
14421         * buffer.C: added informational message for checking line numbers.
14422
14423 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14424
14425         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14426         paragraph, do the 'double space' part, but not the 'empty
14427         paragraph' one.
14428
14429         * text.C (workWidth): small optimization
14430         (getLengthMarkerHeight): use minimal size for negative lengths.
14431
14432 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14433
14434         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14435
14436         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14437
14438 2001-12-11  André Pönitz <poenitz@gmx.net>
14439
14440         * FontLoader.C:
14441         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14442
14443 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14444
14445         * text2.C: keep selection on a setFont()
14446
14447 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14448
14449         * lyx_cb.C: another bv->text misuse, from insert label
14450
14451 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14452
14453         * kbsequence.h:
14454         * kbsequence.C: re-instate nmodifier mask
14455
14456 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14457
14458         * lyx_main.h: make lyxGUI private.
14459
14460 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14461
14462         * lyxfind.C: place the cursor correctly on failed search
14463
14464 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14465
14466         * text.C (getLengthMarkerHeight): for small heights, the arrows
14467         are not always on top/bottom of the text
14468         (drawLengthMarker): smaller arrows; take the left margin in
14469         account; draw also vfills.
14470         (paintFirstRow):
14471         (paintLastRow): remove special code for vfill and standard spaces,
14472         since everything is handled in drawLengthMarker now.
14473
14474 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14475
14476         * buffer.C (insertErtContents): try to handle font and language
14477         interaction a bit better.g
14478
14479         * ColorHandler.C (updateColor): change the hash to cover the whole
14480         LColor enum, ws cleanup
14481         (getGCLinepars): ditto
14482         (getGCLinepars): only lookup in the linecache once.
14483
14484 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14485
14486         * iterators.C (operator++): Make the iterator more robust
14487
14488         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14489         (John's patch)
14490         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14491
14492 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14493
14494         * lyxtext.h:
14495         * text.C: better added space drawing
14496
14497 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14498
14499         * LyXView.C:
14500         * BufferView2.C: fix layout combo update on inset unlock
14501
14502 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14503
14504         * Makefile.am: don't compile unused files
14505
14506 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14507
14508         * lyxfunc.C:
14509         * commandtags.h:
14510         * LyXAction.C: remove old LFUN_LAYOUTNO
14511
14512 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14513
14514         * paragraph_pimpl.h:
14515         * paragraph_pimpl.C: isTextAt() doesn't need font param
14516
14517 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14518
14519         * lyxlex.h:
14520         * lyxlex.C: little cleanup
14521
14522 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14523
14524         * BufferView_pimpl.C: fix insertAscii for insets
14525
14526 2001-12-05  Juergen Vigna  <jug@sad.it>
14527
14528         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14529         set the right font on the "multi" paragraph paste!
14530
14531 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14532
14533         * trans_decl.h:
14534         * trans_mgr.[Ch]:
14535         * trans.[Ch]:
14536         * lyxgluelength.C:
14537         * lyxlength.C: remove out-commented code.
14538
14539         * BufferView_pimpl:
14540         * CutAndPaste.C:
14541         * DepTable.C:
14542         * buffer.C:
14543         * chset.C:
14544         * lastfiles.C:
14545         * lyxlex.C:
14546         * lyxlex_pimpl.C:
14547         * lyxserver.C:
14548         * screen.C:
14549         * tabular-old.C:
14550         * tabular.C:
14551         * text.C:
14552         * trans_mgr.C:
14553         * vc-backend.C: change "while(" to "while ("
14554
14555         * lyxlength.[Ch]: add zero function to check if length is zero or
14556         not
14557         * lyxgluelength.C: use it
14558
14559 2001-12-05  Allan Rae  <rae@lyx.org>
14560
14561         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14562         Works for 2.95.3, from what I understand of Garst's reports this should
14563         work for other g++ versions.  We're screwed if the abs(int) definition
14564         changed between bugfix releases of gcc.
14565
14566 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14567
14568         * text.C: fix chapter label offset !
14569
14570 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14571
14572         * lyxtext.h:
14573         * text.C: fix hfill at end of line, clean up
14574
14575 2001-12-04  Juergen Vigna  <jug@sad.it>
14576
14577         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14578         that we force an update of the inset and it's owners if neccessary.
14579
14580 2001-12-03  Juergen Vigna  <jug@sad.it>
14581
14582         * text.C (rowLast): simplified code
14583
14584 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14585
14586         * lyxfunc.C: fix show options on timeout
14587
14588 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14589
14590         * screen.C (topCursorVisible): scroll half a page when the cursor
14591         reached top of bottom of screen
14592
14593 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14594
14595         * minibuffer.C: deactivate on loss of focus
14596
14597 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14598
14599         * vspace.[Ch] (operator!=): add operator.
14600
14601 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14602
14603         * BufferView_pimpl.C: refuse to open an inset when
14604         there's a selection.
14605
14606 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14607
14608         * BufferView_pimpl.C: allow to click on RHS of full row insets
14609
14610 2001-11-30  Juergen Vigna  <jug@sad.it>
14611
14612         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14613         insets for undo reasons.
14614
14615 2001-11-28  André Pönitz <poenitz@gmx.net>
14616
14617         * vspace.[Ch]: cosmetical changes
14618
14619 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14620
14621         * LyXAction.h:
14622         * LyXAction.C:
14623         * lyxfunc.h:
14624         * lyxfunc.C:
14625         * kbmap.h:
14626         * kbmap.C:
14627         * lyxrc.C:
14628         * kbsequence.h:
14629         * kbsequence.C: part re-write of old kb code
14630
14631         * Painter.C:
14632         * WorkArea.C: remove Lgb_bug_find_hack
14633
14634 2001-11-30  José Matos <jamatos@fep.up.pt>
14635
14636         * buffer.C (makeDocBookFile): add a comment to point a hack.
14637         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14638         Fixed a double write of labels.
14639
14640 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14641
14642         * LaTeX.C:
14643         * LaTeX.h Fixed bug in LaTeX class where it would not
14644         re-run latex if no depfiles were changed, but the .dvi was removed.
14645
14646 2001-11-28  André Pönitz <poenitz@gmx.net>
14647
14648         * all the files from the change on 2001/11/26:
14649         use lyx::layout_type instead of LyXTextClass::size_type
14650         use lyx::textclass_type instead of LyXTextClassList::size_type
14651
14652 2001-11-29  Juergen Vigna  <jug@sad.it>
14653
14654         * text.C: added support for paragraph::isFreeSpacing()
14655
14656         * buffer.C: same as above
14657
14658         * paragraph.h: inserted isFreeSpacing() function to enable
14659         FreeSpacing inside InsetERT.
14660
14661         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14662         of the paragraph's in the cut/copy buffer to 0!
14663
14664         * text2.C (removeRow): remove the assert as it can!
14665
14666         * lyxtext.h: added helper function firstRow returning firstrow and
14667         made firstrow private again.
14668
14669         * BufferView2.C (lockInset): don't relock if we're already locked!
14670
14671         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14672         the only paragraph.
14673         (removeRow): added Assert::(firstrow)
14674
14675         * debug.C: forgot to add INSETTEXT here.
14676
14677 2001-11-28  Juergen Vigna  <jug@sad.it>
14678
14679         * sp_spell.C (initialize): changed error text to more general
14680         spellchecker command use (not only ispell!)
14681
14682         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14683
14684         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14685
14686 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14687
14688         * vspace.C: initialise lyxgluelength on failure
14689
14690 2001-11-28  Allan Rae  <rae@lyx.org>
14691
14692         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14693         declaration & definition that looks like a function declaration.
14694
14695 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14696
14697         * BufferView2.C (copy):
14698         (copyEnvironment): do not clear the selection when doing a copy.
14699
14700         * text.C (paintFirstRow): compilation fix
14701
14702 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14703
14704         * tabular.C (Latex): correct line count when writing latex.
14705
14706 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14707
14708         * paragraph_pimpl.h:
14709         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14710           bug a bit
14711
14712 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14713
14714         * text.C:
14715         * LColor.h:
14716         * LColor.C: change vfillline->added_space
14717
14718         * text.C: add markers and text for added space
14719
14720         * vspace.C: fix comment
14721
14722 2001-11-28  André Pönitz <poenitz@gmx.net>
14723
14724         * paragraph.C: whitespace changes
14725         * all the other files from the change on 2001/11/26:
14726         change *::pos_type into lyx::pos_type
14727
14728 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14729
14730         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14731         language of the document when inserting error insets.
14732
14733 2001-11-26  André Pönitz <poenitz@gmx.net>
14734
14735         * BufferView_pimpl.[Ch]:
14736         *       CutAndPaste.C:
14737         * buffer.[Ch]:
14738         * lyxcursor.[Ch]:
14739         * lyxfind.C:
14740         * lyxfunc.C:
14741         * lyxrow.[Ch]:
14742         * paragraph.[Ch]:
14743         * paragraph_pimpl.[Ch]:
14744         * sp_spell.C:
14745         * text.C:
14746         * text2.C: reduce header dependencies, introduce type for positions
14747
14748 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14749
14750         * <various>: change to use Alert.h
14751
14752 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14753
14754         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14755         when encountering an unknown token.
14756         (readLyXformat2): Show an error message if there were unknown tokens.
14757
14758 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14759
14760         * BufferView2.C:
14761         * BufferView_pimpl.C:
14762         * buffer.C:
14763         * paragraph.h:
14764         * text.C:
14765         * text2.C: use par->isInset()
14766
14767 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14768
14769         * paragraph_pimpl.h:
14770         * paragraph_pimpl.C: cleanup
14771
14772 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14773
14774         * text2.C (removeRow):
14775         * text.C (setHeightOfRow): remove useless (and costly) call to
14776         getRow.
14777
14778 2001-11-20  Allan Rae  <rae@lyx.org>
14779
14780         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14781         Now need Inset*::checkInsertChar() to return true for appropriate
14782         cases so that the characters in the minibuffer will actually be
14783         inserted.
14784
14785 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14786
14787         * text.C: change the order of the includes.
14788         (workWidth): initialize it at once.
14789         (workWidth): make maxw unsigned
14790         (setHeightOfRow): remove unused variable (inset)
14791         (selectSelectedWord): remove unused variable (inset)
14792         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14793
14794 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14795
14796         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14797         server is not running.
14798         (openConnection):
14799         (closeConnection): add debug info when server is disabled.
14800
14801         * ColorHandler.C (getGCForeground): send debug message to GUI
14802         channel.
14803
14804         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14805
14806         * kbmap.C (bind): modify because return conventions of
14807         kb_sequence::parse have changed.
14808
14809         * kbsequence.C (parse): only ignore spaces and not any stupid
14810         control character. This avoids tests like s[i] <= ' ', which are
14811         guaranteed to fail with 8bit characters and signed chars.
14812         Change return code to string::npos when there have been no error
14813         (0 was a bad idea when error is at first character)
14814
14815 2001-11-14  José Matos  <jamatos@fep.up.pt>
14816
14817         * buffer.h:
14818         * buffer.C (simpleDocBookOnePar): removed unused argument.
14819
14820 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14821
14822         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14823         insets which are part of a word. Paragraph::isLetter takes care of
14824         that now. Use Paragraph::isInset to identify insets.
14825         (selectSelectedWord): do not test for hyphenation break.
14826
14827         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14828         that protected spaces are considered as spaces.
14829
14830         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14831         Inset::isLetter.
14832
14833 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14834
14835         * lyxserver.h:
14836         * lyxserver.C: fix it. and small cleanup.
14837
14838 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14839
14840         * BufferView_pimpl.C: use inline helpers
14841
14842         * LaTeXFeatures.h:
14843         * LaTeXFeatures.C: fix typos
14844
14845         * Spacing.h:
14846         * Spacing.C: move spacing_string into class
14847
14848         * ToolbarDefaults.C: move stuff into namespace anon
14849
14850         * layout.h: update enum
14851
14852         * lyxfunc.C: use better debug
14853
14854         * minibuffer.h: fix typo
14855
14856         * debug.h:
14857         * debug.C:
14858         * WorkArea.C: add and use Debug::WORKAREA
14859
14860         * lyxtext.h:
14861         * text.C:
14862         * text2.C: code re-organisation, inline helpers
14863
14864 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14865
14866         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14867         std::vector.empty().
14868
14869 2001-11-09  Allan Rae  <rae@lyx.org>
14870
14871         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14872         '\n's after tables.  Tabular and ERT inset work now makes this no
14873         longer necessary.
14874
14875 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14876
14877         * minibuffer.h:
14878         * minibuffer.C: fix crash, improve drop-down completion
14879
14880 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14881
14882         * lyxserver.h:
14883         * lyxserver.C: invalidate fd's when doing endPipe()
14884
14885 2001-11-08  José Matos  <jamatos@fep.up.pt>
14886
14887         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14888         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14889
14890         * paragraph.h:
14891         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14892
14893 2001-11-07  José Matos  <jamatos@fep.up.pt>
14894
14895         * buffer.h:
14896         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14897         const qualifier.
14898
14899         * buffer.C (sgmlOpenTag):
14900         * buffer.C (sgmlCloseTag): removed debug info.
14901
14902         * buffer.h (sgmlOpenTag):
14903         * buffer.h (sgmlCloseTag): made public.
14904
14905 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14906
14907         * buffer.C (saveParamsAsDefaults):
14908         * lyx_cb.C (MenuLayoutSave): remove
14909
14910         * LyXAction.C (init):
14911         * commandtags.h:
14912         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14913
14914 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14915
14916         * buffer.C (setPaperStuff): removed from here...
14917
14918         * bufferparams.C (setPaperStuff): ... and moved there.
14919
14920 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14921
14922         * minibuffer.h:
14923         * minibuffer.C:
14924         * XFormsView.C: add support for drop-down completion
14925
14926 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14927
14928         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14929         commands.
14930
14931 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14932
14933         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14934         disabled.
14935
14936 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14937
14938         * lyx_main.C: change ref to known bugs
14939
14940 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14941
14942         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14943         to work around older babel problems.
14944
14945 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14946
14947         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14948
14949 2001-10-24  Juergen Vigna  <jug@sad.it>
14950
14951         * tabular-old.C (ReadOld): below variable changes reflected.
14952
14953         * tabular.[Ch]: added ltType struct for longtable header/footer
14954         defines and changed all instances where they are used. Added
14955         future support for double top/bottom rows.
14956
14957 2001-10-24  José Matos  <jamatos@fep.up.pt>
14958
14959         * buffer.h (docbookHandleCaption):
14960         * buffer.C (docbookHandleCaption): removed unused function.
14961         (makeDocBookFile): moved docbook supported version to v4.1.
14962
14963 2001-10-24  José Matos  <jamatos@fep.up.pt>
14964
14965         * tabular.h:
14966         * tabular.C (docbookRow): new function to export docbook code of a row.
14967         (DocBook): now honors the longtable flags.
14968
14969 2001-10-23  José Matos  <jamatos@fep.up.pt>
14970
14971         * LaTeXFeatures.h:
14972         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14973         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14974
14975         * buffer.C (makeLinuxDocFile):
14976         (makeDocBookFile): reworked the preamble, more clean, and with
14977         support for lyx defined entities. Changed the document declaration
14978         to be more XML friendly.
14979
14980         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14981         if we need to output XML that should be done with a filter.
14982
14983 2001-10-22  Juergen Vigna  <jug@sad.it>
14984
14985         * sp_pspell.h (class PSpell): add alive function needed in the
14986         controller to see if the spellchecker could be started.
14987
14988 2001-10-22  Juergen Vigna  <jug@sad.it>
14989
14990         * buffer.C (insertStringAsLines): modify the font for inserting
14991         chars in certain conditions by calling checkInsertChar(font).
14992
14993 2001-10-19  Juergen Vigna  <jug@sad.it>
14994
14995         * text.C (workWidth): use getRow instead of wrong algorithm.
14996         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14997
14998 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14999
15000         * lyxserver.h:
15001         * lyxserver.C:
15002         * lyx_main.h:
15003         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15004
15005 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15006
15007         * text.C (workWidth): do not search for the exact row when
15008         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15009         optimization for big documents.
15010
15011 2001-10-18  Juergen Vigna  <jug@sad.it>
15012
15013         * text.C (workWidth): new function with added Inset * parameter.
15014
15015 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15016
15017         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15018
15019         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15020         change return type of getColumnNearX.
15021
15022
15023         * text.C (changeRegionCase): use uppercase/lowercase instead of
15024         toupper/tolower.
15025         (leftMargin):
15026         (rightMargin): simplify code by factoring out the uses of
15027         textclasslist.
15028         (labelFill):
15029         (numberOfHfills):
15030         (setHeightOfRow):
15031         (appendParagraph): use Paragraph::size_type
15032
15033 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15034
15035         * vspace.C (asLatexString): add a missing break
15036
15037 2001-10-15  Herbert Voss  <voss@perce.de>
15038
15039         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15040
15041 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15042
15043         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15044         is not available.
15045
15046 2001-10-10  André Pönitz <poenitz@gmx.net>
15047
15048         * lyxfunc.C: removed greek_kb_flag.
15049
15050 2001-10-10  Herbert Voss  <voss@perce.de>
15051
15052         * lyx_main.C: delete global string help_lyxdir.
15053
15054 2001-10-09  Herbert Voss  <voss@perce.de>
15055
15056         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15057
15058         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15059
15060         * lyx_main.C: added global string help_lyxdir.
15061
15062         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15063
15064 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15065
15066         * lyxrc.C (set_font_norm_type): support iso8859-4
15067
15068 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15069
15070         * LaTeX.C (deplog): add another regex for MikTeX
15071
15072 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15073
15074         * lyxrc.C (set_font_norm_type): support iso8859-3
15075
15076 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15077
15078         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15079
15080         * LaTeXFeatures.C: remove special case of french and index
15081
15082         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15083         before \begin{document}). This solves several incompatibilities.
15084
15085 2001-10-03  Garst Reese  <reese@isn.net>
15086
15087         * lyx_cb.C: change CheckTex error msg.
15088
15089 2001-10-03  José Matos  <jamatos@fep.up.pt>
15090
15091         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15092
15093 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15094
15095         * .cvsignore: update
15096
15097         * lyx_main.C (commandLineVersionInfo): use new style version info.
15098
15099         * buffer.C (writeFile):
15100         (makeLaTeXFile):
15101         (makeLinuxDocFile):
15102         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15103
15104         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15105
15106         * version.h: update to use stuff in version.C
15107
15108         * version.C.in: new file. Contains version information determined
15109         at compile time. This is a merging of version.h and
15110         version_info.h.in.
15111
15112 2001-10-03  Juergen Vigna  <jug@sad.it>
15113
15114         * BufferView_pimpl.C (update): don't change "dirty" status in
15115         updateInset call.
15116
15117 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15118
15119         * WorkArea.C (c-tor): re-position version string slightly.
15120
15121 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15122
15123         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15124         revert to previous code.
15125
15126         WorkArea.[Ch]: (show, destroySplash): methods removed.
15127
15128         WorkArea.C: rework code so that it's an amalgam of the codes before and
15129         after the splash screen was moved to WorkArea.
15130
15131 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15132
15133         * lyxrc.C (read):
15134         * vspace.C (inPixels):
15135         (lyx_advance):
15136         * kbmap.C (bind):
15137         * buffer.C (insertStringAsLines):
15138         (asciiParagraph): fix types to be large enough
15139
15140         * lyxlex_pimpl.h: change member status from short to int
15141
15142         * layout.h: fix type of endlabeltype
15143
15144         * kbmap.C (bind):
15145         * kbsequence.C (parse): change return type to string::size_type
15146
15147         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15148         variable
15149
15150         * Bullet.C (bulletSize):
15151         (bulletEntry): do not use short ints as parameters
15152
15153         * BufferView2.C (insertLyXFile): change a char to an int.
15154
15155         * WorkArea.C (WorkArea): remove unneeded floats in computation
15156
15157 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15158
15159         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15160
15161         * paragraph.C (asString): Do not ignore newline/hfill chars when
15162         copying to the clipboard.
15163
15164 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15165
15166         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15167         after a multi-line inset.
15168
15169 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15170
15171         * paragraph.C (validate): Set NeedLyXFootnoteCode
15172
15173 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15174
15175         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15176         and decrease-error to decrease.
15177
15178 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15179
15180         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15181         it more readable (should be equivalent)
15182
15183 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15184
15185         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15186
15187 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15188
15189         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15190         of a cursor (row, etc.) after a character has been deleted
15191         (deleteEmptyParagraphMechanism): call the method above on _all_
15192         cursors held by the LyXText when a double space has been
15193         detected/deleted.
15194
15195 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15196
15197         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15198         pixmap.
15199         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15200
15201         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15202         background. Use greyOut() and the new show() methods to toggle between
15203         the foreground and background. Add code to remove the splash after
15204         its initial showing.
15205
15206         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15207         (create_forms): no longer call Dialogs::showSplash.
15208
15209 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15210
15211         * .cvsignore: add version_info.h
15212
15213 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15214
15215         * version_info.h.in: new file
15216
15217         * Makefile.am: add version_info.h.in
15218
15219         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15220         version_info.h instead of VERSION_INFO
15221
15222 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15223
15224         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15225         The ERT inset now returns string().
15226
15227 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15228
15229         * lyxtext.h, text.C (selectNextWord): renamed as
15230         selectNextWordToSpellcheck.
15231
15232         * text.C (selectNextWordToSpellcheck): Modified to not select
15233         words inside an ERT inset.
15234
15235 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15236
15237         * lyx_cb.C (MenuLayoutSave): change a bit the question
15238
15239         * sp_base.h: include <sys/types.h>
15240
15241 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15242
15243         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15244
15245 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15246
15247         * several files: fix typos in user-visible strings
15248
15249 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15250
15251         * text2.C (pasteSelection): do not set the selection, since it
15252         will be cleared later. Actually, the intent was to fix the way the
15253         selection was set, but I figured rmoving the code was just as good.
15254
15255 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15256
15257         * FontLoader.C (available): Check if font is available without
15258         loading the font.
15259
15260 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15261
15262         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15263
15264 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15265
15266         * lyxrc.[Ch]: added display_graphics variable and associated code.
15267
15268 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15269
15270         * bufferparams.C (hasClassDefaults): new method. Returns true if
15271         the buffer parameters correspond to known class defaults
15272
15273 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15274
15275         * XFormsView.C (show): set minimum size to the main window.
15276
15277 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15278
15279         * text2.C (copySelection):
15280         (cutSelection):
15281         * lyxfind.C (LyXReplace):
15282         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15283         LyXText::selectionAsString.
15284
15285         * paragraph.C (asString): add "label" argument to the second form
15286
15287         * text2.C (selectionAsString): add "label" argument and pass it to
15288         Paragraph::asString.
15289
15290 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15291
15292         * lyx_main.C (commandLineHelp): remove version information
15293
15294 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15295
15296         * lyx_main.C: add -version commandline option
15297
15298 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15299
15300         * paragraph.h: make the optional constructor arg required instead.
15301         some modifications to other files because of this.
15302
15303         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15304
15305         * lyxserver.C (C_LyXComm_callback): make it static
15306
15307         * lyx_main.C (error_handler): make it static
15308
15309         * lyx_gui.C (LyX_XErrHandler): make it static
15310
15311         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15312
15313         * WorkArea.C: make the extern "C" methods static.
15314
15315         * Makefile.am (lyx_LDADD): simplify
15316
15317 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15318
15319         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15320         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15321
15322         * LyXAction.C (init):
15323         * lyxfunc.C (dispatch): associated code removal.
15324
15325 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15326
15327         * lyxfont.h (isSymbolFont): shut off warning
15328
15329         * text.C (setHeightOfRow):
15330         (getVisibleRow): fix crash with empty paragraphs which have a
15331         bottom line
15332
15333 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15334
15335         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15336         code.
15337
15338 2001-09-04  José Matos  <jamatos@fep.up.pt>
15339         * buffer.C
15340         * buffer.h
15341         * tabular.C (docbook): rename docBook method to docbook.
15342
15343 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15344
15345         * Makefile.am: add dependencies to main.o.
15346
15347 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15348
15349         * FontLoader.C (available): Return false if !lyxrc.use_gui
15350
15351 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15352
15353         * FontInfo.C (query):
15354         * converter.C (view):
15355         * importer.C (Import):
15356         * exporter.C (Export): Can not -> cannot.
15357
15358 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15359
15360         * BufferView_pimpl.C: allow to create index inset even if
15361           string is empty
15362
15363 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15364
15365         * buffer.C (getLists): replace boost::tie code with an explicit pair
15366         as boost::tie can break some compilers.
15367
15368         * iterators.h: Added a std:: declaration to the return type of
15369         ParIterator::size.
15370
15371 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15372
15373         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15374           case.
15375
15376 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15377
15378         * iterators.[Ch]: New files. Provide paragraph iterators.
15379
15380         * buffer.C (changeLanguage): Use paragraph iterators.
15381         (isMultiLingual): ditto
15382
15383         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15384
15385 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15386
15387         * FontLoader.C: Support for cmr font.
15388
15389 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15390
15391         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15392         (available): New method.
15393
15394         * FontInfo.C (getFontname): Use scalable fonts even when
15395         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15396         found.
15397
15398 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15399
15400         * converter.C (Formats::view): reverted! Incorrect fix.
15401
15402 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15403
15404         * converter.C (Formats::view): only output the -paper option
15405         if the dvi viewer is xdvi, thereby fixing bug #233429.
15406
15407 2001-08-23  Herbert Voss  <voss@perce>
15408
15409         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15410
15411 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15412
15413         * Spacing.h (Spacing): Set space to Default on in the default
15414         constructor.
15415
15416 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15417
15418         * vc-backend.h (RCS::versionString): add RCS to version
15419         (CVS::versionString): add CVS to version
15420
15421         * vc-backend.C (scanMaster): do not add CVS to version.
15422         (scanMaster): do not add RCS to version
15423
15424         * lyxvc.C (versionString): new method
15425
15426         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15427
15428 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15429
15430         * Spacing.C (set): initialize fval
15431
15432 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15433
15434         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15435         " or \.
15436
15437 2001-08-16  Juergen Vigna  <jug@sad.it>
15438
15439         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15440
15441 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15442
15443         * BufferView_pimpl.C:
15444         * figureForm.C:
15445         * lyxtext.h:
15446         * text2.C: setParagraph takes linespacing now
15447
15448 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15449
15450         * LyxAction.C: add internal LFUN_CITATION_INSERT
15451
15452         * LyXView.C: actually apply fix
15453
15454         * bufferlist.C: fix open non-existent file
15455
15456         * lyxfind.C: fix indentation
15457
15458         * lyxfunc.C: remove unneeded assert, fix typo
15459
15460 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15461
15462         * MenuBackend.C: use "Floatname List"
15463
15464 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15465
15466         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15467         when converting LaTeX layout to insetERT.
15468         Generate a non-collapsed float when reading old float
15469
15470 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15471
15472         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15473         ERT insets.
15474
15475 2001-08-13  Juergen Vigna  <jug@sad.it>
15476
15477         * text.C (fill): return 0 instead of 20 as this seems to be the more
15478         correct value.
15479
15480 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15481
15482         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15483         lyxrc.font_norm.
15484
15485 2001-08-13  Juergen Vigna  <jug@sad.it>
15486
15487         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15488         casesensitive off.
15489         (SearchBackward): comment out the unlocking of the inset_owner this
15490         should not be needed!
15491
15492 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15493
15494         * Many files: Remove inherit_language, and add latex_language
15495
15496         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15497         collapsible insets.
15498
15499 2001-08-10  Juergen Vigna  <jug@sad.it>
15500
15501         * text.C (prepareToPrint): fixed hfill-width in draw!
15502
15503         * BufferView2.C (selectLastWord): save the selection cursor as this
15504         now is cleared in the function LyXText::clearSelection!
15505
15506 2001-08-08  Juergen Vigna  <jug@sad.it>
15507
15508         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15509         BACKSPACE type functions.
15510
15511         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15512         is only cutted from the document but not put in the cut-buffer, where
15513         still the old stuff should be.
15514
15515         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15516
15517         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15518
15519         * tabular.C (SetWidthOfCell): fixed special case where the width
15520         was not updated!
15521         (LeftLine): handle '|' in align_special.
15522         (RightLine): ditto
15523         (LeftAlreadyDrawed): ditto
15524         (SetWidthOfCell): ditto
15525
15526 2001-08-07  Juergen Vigna  <jug@sad.it>
15527
15528         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15529
15530 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15531
15532         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15533         * lyxlex.[hC]: ditto
15534
15535 2001-08-06  Juergen Vigna  <jug@sad.it>
15536
15537         * text.C (getVisibleRow): fix up row clearing a bit.
15538
15539 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15540
15541         * minibuffer.C: make sure the X server sees the changes in the input.
15542
15543 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15544
15545         * paragraph.C (getFont): split into...
15546         (getLabelFont): this
15547         (getLayoutFont): and this
15548         * paragraph_pimpl.C (realizeFont): calling this
15549
15550         * text2.C (getFont): split into...
15551         (getLayoutFont): this
15552         (getLabelFont): and this
15553         (realizeFont): all three calling this
15554
15555         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15556         files where used.
15557
15558 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15559
15560         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15561
15562 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15563
15564         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15565         layouts from the Quote inset insertion.
15566
15567 2001-08-03  Juergen Vigna  <jug@sad.it>
15568
15569         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15570
15571         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15572         only if status not is already CHANGED_IN_DRAW (second level).
15573
15574         * text.C (draw): don't set the need_break_row when inside an
15575         InsetText LyXText.
15576
15577 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15578
15579         * buffer.C (parseSingleLyXformat2Token): handle more latex
15580         conversion cases.
15581
15582         * bufferview_funcs.[hC]: change function names to
15583         begin with small char, adjust other files.
15584
15585 2001-08-02  André Pönitz <poenitz@gmx.net>
15586
15587         * lyxfunc.C:
15588         BufferView_pimpl.C: remove broken special code for math-greek
15589
15590 2001-08-02  Juergen Vigna  <jug@sad.it>
15591
15592         * BufferView_pimpl.C (update): redone this function so that we
15593         update the text again if there was a CHANGE_IN_DRAW.
15594
15595         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15596         (drawFromTo): added a new internal bool which is used by draw() and
15597         redraw() function.
15598         (general): some cursor drawing problems fixed.
15599
15600 2001-08-01  Juergen Vigna  <jug@sad.it>
15601
15602         * lyxfind.C (LyXFind): fixed
15603         (SearchForward): ditto
15604         (SearchBackward): ditto
15605
15606         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15607         spurius drawing of the cursor in the main area.
15608
15609         * text2.C (status): small fix which could lead to a segfault!
15610         (clearSelection): remove unneeded BufferView param.
15611
15612 2001-08-01  André Pönitz <poenitz@gmx.net>
15613
15614         * lyxfunc.C: small change due to changed mathed interface
15615
15616 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15617
15618         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15619
15620 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15621
15622         * lyxfunc.c: fail gracefully if file doesn't exist
15623
15624         * LyXSendto.C:
15625         * buffer.C:
15626         * lyxfunc.C:
15627         * BufferView_pimpl.C: IsDirWriteable() proto changed
15628
15629         * LyXView.C: fix updateWindowTitle() to store the last title
15630
15631 2001-07-31  Juergen Vigna  <jug@sad.it>
15632
15633         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15634         the font (wrong since using of Paragraph::highestFontInRange).
15635
15636         * paragraph.C (highestFontInRange): added a default_size parameter.
15637
15638         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15639         (setHeightOfRow): reformat
15640
15641 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15642
15643         * converter.[hC] + affected files: move to (inital-char)lowercase
15644         function names.
15645
15646         * ParagraphParameters.C (ParagraphParameters): remove commented code
15647
15648         * PainterBase.[Ch]: remove commented code
15649
15650         * LaTeXFeatures.h: add "bool floats" for float.sty
15651
15652         * LaTeXFeatures.C (LaTeXFeatures): init floats
15653         (require): handle float
15654         (getPackages): do it with floats
15655
15656 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15657
15658         * BufferView_pimpl.C (Dispatch): improve handling of
15659         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15660
15661         * commandtags.h: #include lyxfont.h here temporarily to avoid
15662         keybinding bug.
15663
15664         * bufferlist.h: include LString.h here.
15665
15666 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15667
15668         * text2.C (getStringToIndex): new method.
15669
15670 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15671
15672         * *: Reduced header file dependencies all over.
15673
15674 2001-07-30  Baruch Even  <baruch@lyx.org>
15675
15676         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15677
15678 2001-07-29  Baruch Even  <baruch@lyx.org>
15679
15680         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15681
15682 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15683
15684         * ParameterStruct.h (endif): add a default constructor to make
15685         sure that all variables is initialized.
15686
15687         * ParagraphParameters.C (ParagraphParameters): adjust
15688
15689 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15690
15691         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15692         index; also, check that there is something to index, and that it
15693         does not span over several paragraphs.
15694         (doubleClick): use WHOLE_WORD_STRICT for double click.
15695
15696         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15697
15698         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15699         scheme.
15700
15701 2001-07-26  Baruch Even  <baruch@lyx.org>
15702
15703         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15704         an InsetFig figure, backwards compatible reading of old figure code.
15705
15706 2001-07-27  Juergen Vigna  <jug@sad.it>
15707
15708         * text2.C: font.realize function adaption.
15709
15710         * text.C (draw): add a warnings lyxerr text if needed.
15711
15712         * layout.C: font.realize function adaption.
15713
15714         * language.C: add inherit_language and implement it's handlings
15715
15716         * bufferview_funcs.C (StyleReset): remove language parameter from
15717         font creation (should be language_inherit now).
15718
15719         * bufferparams.C (writeFile): handle ignore_language.
15720
15721         * paragraph.C (getFontSettings): the language has to be resolved
15722         otherwise we have problems in LyXFont!
15723
15724         * lyxfont.C (lyxWriteChanges): added document_language parameter
15725         (update): removed unneeded language parameter
15726
15727         * paragraph.C (validate): fixed wrong output of color-package when
15728         using interface colors for certain fonts in certain environments,
15729         which should not seen as that on the final output.
15730
15731 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15732
15733         * BufferView_pimpl.C:
15734         * Thesaurus.h:
15735         * Thesaurus.C:
15736         * Makefile.am:
15737         * commandtags.h:
15738         * LyXAction.C: add thesaurus support
15739
15740         * lyxfind.h:
15741         * lyxfind.C: add "once" parameter, for thesaurus, to not
15742           move to the next match
15743
15744 2001-07-26  Juergen Vigna  <jug@sad.it>
15745
15746         * lyxfont.C (realize): honor ignore_language too!
15747         (resolved): ditto.
15748
15749         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15750
15751         * text.C (draw): one place more for ignore_language to not draw
15752         itself!
15753
15754 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15755
15756         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15757
15758 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15759
15760         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15761         the minipage conversion problem.
15762
15763 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15764
15765         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15766         insert an inset.
15767
15768 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15769
15770         * BufferView.h: don't forward declare WorkArea
15771
15772         * BufferView.C: don't include WorkArea.h
15773
15774 2001-07-25  André Pönitz <poenitz@gmx.net>
15775
15776         * commandtags.h:
15777         * LyXAction.C:
15778         * lyxfunc.C:  new LFUN 'math-space'
15779
15780         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15781
15782 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15783
15784         * text2.C (toggleInset): call open/close
15785
15786 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15787
15788         * lyxfunc.C (dispatch): add debug for the disabled case
15789
15790         * font.C (buttonText): make similar to rectText
15791
15792         * buffer.C (readInset): comment out parsing of insetlist and
15793         insttheorem
15794
15795         * PainterBase.C (rectText): small correction
15796
15797         * BufferView_pimpl.C: comment out insettheorem and insetlist
15798         * LyXAction.C: ditto
15799         * commandtags.h: ditto
15800
15801 2001-07-24  Juergen Vigna  <jug@sad.it>
15802
15803         * text.C (draw): honor the ignore_language.
15804
15805         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15806
15807 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15808
15809         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15810         char inset.
15811
15812 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15813
15814         * lyxtext.h: remove unused (and unimplemented) methods
15815
15816 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15817
15818         * text.C (getVisibleRow): honor background color
15819
15820         * PainterBase.h:
15821         * Painter.h: remove default color argument for fillRectangle
15822
15823         * text.C (backgroundColor): new method
15824
15825 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15826
15827         * text.C (getVisibleRow): adjust
15828
15829         * font.[Ch] (rectText): new method, metrics
15830         (buttonText): new method, metrics
15831
15832         * PainterBase.[hC]: make rectText and buttonText always draw and take
15833         fewer paramteres.
15834
15835 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15836
15837         * ToolbarDefaults.C (read):
15838         * MenuBackend.C (read): allow escaping in all strings
15839
15840         * BufferView_pimpl.C (insertAndEditInset): new method.
15841         (Dispatch): use insertAndEditInset whenever appropriate.
15842
15843         * BufferView_pimpl.C (insertNote): removed
15844
15845         * BufferView_pimpl.C (smartQuote): new method, moved from
15846         BufferView; if an insetquote cannot be inserted, insert a '"'
15847         character instead.
15848
15849         * BufferView2.C: remove insertCorrectQuote();
15850
15851         * lyxfunc.C (getStatus): Add support for all remaingin
15852         inset-insert lfuns.
15853
15854         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15855
15856         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15857         command (necessary to pass " as parameter of self-insert.
15858
15859         * text.C (selectWordWhenUnderCursor):
15860         (selectWord): add word_location parameter
15861         (selectWordWhenUnderCursor): same + remove special code for word
15862         boundary.
15863         (selectNextWord): use kind() to guess type of insetspecialchar,
15864         not latex().
15865
15866         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15867         (insertErtContents): create ert insets as collapsed.
15868         (readInset): better compatibility code for Info inset.
15869
15870 2001-07-20  Juergen Vigna  <jug@sad.it>
15871
15872         * lyxfunc.C (dispatch): use always LyXFind now!
15873
15874         * text2.C (init): add a reinit flag so that the LyXText can be
15875         reinited instead of deleted and reallocated (used in InsetText).
15876
15877         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15878
15879         * text.C: ditto
15880
15881         * text2.C: ditto
15882
15883 2001-07-18  Juergen Vigna  <jug@sad.it>
15884
15885         * text.C (selectNextWord): handle insets inside inset by calling
15886         always the bv->text functions so that we can go up the_locking_inset!
15887
15888         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15889         in strange locations when inside an inset!
15890
15891         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15892         handling to include insets.
15893
15894         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15895
15896 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15897
15898         * LyXAction.C (init):
15899         * commandtags.h:
15900         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15901         LIGATURE_BREAK, since the name is so stupid.
15902
15903 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15904
15905         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15906         InsetInfos.
15907
15908         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15909
15910         * sp_form.[Ch]: remove.
15911
15912         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15913
15914         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15915         InsetInfo.
15916
15917         * src/buffer.C (readInset): ditto.
15918
15919 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15920
15921         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15922         menuSeparator(), endOfSentenceDot(), ldots() and
15923         hyphenationPoint(), which are therefore removed.
15924         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15925
15926         * LyXAction.C (init):
15927         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15928
15929         * paragraph.C (getWord): removed.
15930
15931         * BufferView_pimpl.C (Dispatch): use last word or selection for
15932         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15933
15934         * lyx_main.C (queryUserLyXDir): do not ask before creating
15935         user_dir, except if it has been named explicitely.
15936
15937 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15938
15939         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15940         a document of zero size.
15941
15942 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15943
15944         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15945         approriately in the c-tor and in require().
15946         (getPackages): output the appropriate LaTeX for natbib support.
15947
15948         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15949         variables "use_natbib" and "use_numerical_citations" when reading the
15950         LyX file.
15951         (readInset): read the various natbib cite commands.
15952         (validate): white-space change.
15953
15954         * bufferparams.[Ch]: new variables "bool use_natbib" and
15955         "bool use_numerical_citations".
15956         (writeFile): output them in the LyX file.
15957
15958 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15959
15960         * lyxfunc.C (getStatus): add support for all the inset insertion
15961         commands.
15962
15963         * text2.C (insertInset):
15964         * paragraph.C (insetAllowed):
15965         * BufferView_pimpl.C (insertInset): update to take in account the
15966         renaming of insertInsetAllowed
15967
15968         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15969
15970         * text2.C (getInset): new method. returns inset at cursor position.
15971
15972         * BufferView_pimpl.C (Dispatch): changes because of this.
15973
15974         * LyXAction.C (init): rename open-stuff to inset-toggle.
15975
15976         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15977
15978         * text2.C (toggleInset): renamed from openStuff; use
15979         Inset::open().
15980
15981 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15982
15983         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15984
15985         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15986
15987 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15988
15989         * buffer.C (readLyXformat2): Add filename to the error dialog
15990
15991 2001-07-18  Juergen Vigna  <jug@sad.it>
15992
15993         * tabular.C (GetCellNumber): put an assert here instead of the check!
15994
15995 2001-07-17  Juergen Vigna  <jug@sad.it>
15996
15997         * BufferView_pimpl.C (toggleSelection): adapted too.
15998
15999         * text.C (selectNextWord): adapted for use with insets.
16000         (selectSelectedWord): ditto
16001
16002 2001-07-17  Juergen Vigna  <jug@sad.it>
16003
16004         * sp_spell.C (PSpell): fix initialitation order.
16005
16006 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16007
16008         * paragraph.C: spacing
16009
16010 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16011
16012         * sp_spell.C: repair language selection for pspell
16013
16014 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16015
16016         * lyxfunc.h: change more methods to begin with lower char.
16017
16018 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16019
16020         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16021         for unknown layouts.
16022
16023 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16024
16025         * buffer.C (readLyXformat2): Generate an error dialog if there are
16026         unknown layouts.
16027
16028 2001-07-16  Juergen Vigna  <jug@sad.it>
16029
16030         * sp_spell.C: always compile ISpell part.
16031
16032         * lyxrc.C: added use_pspell entry and it's handling.
16033
16034 2001-07-13  Juergen Vigna  <jug@sad.it>
16035
16036         * sp_spell.C: removed double includes.
16037
16038 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16039
16040         Consistent use of Lsstream.h:
16041         * Lsstream.h: added using std::stringstream for consistencies sake.
16042
16043         * buffer.C: removed using std::stringstream
16044
16045         * lyxfont.C (stateText):
16046         * paragraph.C (asString):
16047         * text.C (selectNextWord, selectSelectedWord):
16048         * text2.C (setCounter):
16049         * vspace.C (asString, asLatexString):
16050         std::ostringstream -> ostringstream.
16051
16052 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16053
16054         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16055         * commandtags.h: add LFUN_HELP_ABOUTLYX
16056         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16057
16058 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16059
16060         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16061         cursorToggle()
16062         * lyx_gui_misc.C: remove spellchecker
16063         * lyxfunc.C: showSpellchecker
16064         * sp_base.h: added
16065         * sp_ispell.h: added
16066         * sp_pspell.h: added
16067         * sp_spell.C: added
16068         * sp_form.[Ch]: removed
16069         * spellchecker.[Ch]: removed
16070
16071 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16072
16073         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16074         is set.
16075         (simpleTeXSpecialChars): Simply print the input character without
16076         any special translation if pass_thru is set.
16077
16078         * layout.h: Added bool pass_thru to layout class for being able to
16079         implement pass through of a paragraph for Literate Programming.
16080
16081         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16082         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16083         * layout.C (Read): add "passthru" to list of layout tags and add
16084         code to set the pass_thru boolean when it is read.
16085
16086 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16087
16088         * trans_decl.h: remove allowed from KmodInfo
16089
16090         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16091         remove allowed code
16092         (Load): adjust
16093
16094         * paragraph_pimpl.C (erase): use boost::prior
16095
16096         * Painter.C (text): use data() instead of c_str() when length is
16097         also provided.
16098         * WorkArea.C (putClipboard): ditto
16099         * font.h (width): ditto
16100
16101         * BufferView2.C: use it-> instead of (*it). for iterators
16102         * texrow.C: ditto
16103         * paragraph_pimpl.C: ditto
16104         * paragraph.C: ditto
16105         * minibuffer.C: ditto
16106         * language.C: ditto
16107         * kbmap.C: ditto
16108         * encoding.C: ditto
16109         * counters.C: ditto
16110         * converter.C: ditto
16111         * chset.C: ditto
16112         * Variables.C: ditto
16113         * TextCache.C: ditto
16114         * MenuBackend.C: ditto
16115         * LyXAction.C: ditto
16116         * LColor.C: ditto
16117         * FloatList.C: ditto
16118         * DepTable.C: ditto
16119         * ColorHandler.C (LyXColorHandler): ditto
16120
16121 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16122
16123         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16124
16125         * text2.C (openStuff): reintroduce this method (which had been
16126         nuked in NEW_INSETS frenzy).
16127
16128         * lyxfunc.C (Dispatch): when an action has not been handled, use
16129         its name in the error message, not its number.
16130
16131         * paragraph.C (inInset): change method name to begin with lowercase.
16132
16133         * undo_funcs.C:
16134         * text2.C: updates because of this.
16135
16136 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16137
16138         * ToolbarDefaults.C (add): add spaces in error message
16139
16140 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16141
16142         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16143         (readLyXformat2): rename return_par to first_par, use lyxlex's
16144         pushToken and remove the manual push handling.
16145         (parseSingleLyXformat2Token): add another ert comp. variable:
16146         in_tabular, rename return_par to first_par. handle newlines better
16147
16148 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16149
16150         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16151
16152 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16153
16154         * text2.C (getParFromID): removed
16155
16156         * buffer.C (getParFromID): new method moved form lyxtext.
16157         * BufferView2.C (insertErrors): adjust
16158         (setCursorFromRow): adjust
16159         * BufferView_pimpl.C (restorePosition): adjust
16160         * lyxfunc.C (Dispatch): adjust
16161         * undo_funcs.C (textUndo): adjust
16162         (textRedo): adjust
16163         (textHandleUndo): adjust
16164         (textHandleUndo): adjust
16165
16166 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16167
16168         * buffer.C: up' the LYX_FORMAT
16169
16170         * lyxfont.h: turn NO_LATEX on as default
16171
16172         * buffer.C (insertErtContents): new methods of tex style compability.
16173         (parseSingleLyXformat2Token): use it several places.
16174         * tabular.C (OldFormatRead): and here
16175
16176 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16177
16178         * text2.C: remove some commented code.
16179         reindent file.
16180
16181         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16182         * trans.C: changes because of the above.
16183
16184 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16185
16186         * text2.C (setCounter): Fix counters bug with bibliography layout.
16187
16188 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16189
16190         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16191         own member functions
16192         (simpleTeXSpecialChars): ditto
16193
16194 2001-07-06  Juergen Vigna  <jug@sad.it>
16195
16196         * a lot of files: changed the access to LyXText::status and the
16197         call of undo-functions.
16198
16199         * undo.[Ch]: added a inset_id to the undo informations.
16200
16201         * undo_funcs.[Ch]: added and moved here all undo functions.
16202
16203         * lyxtext.h: give the status enum a weight, made status_ a private
16204         variable and made accessor functions for it, removed the whole bunch
16205         of undo-functions as they are now in their own file, make some
16206         functions publically available. Added function ownerParagraph with
16207         int parameter.
16208
16209         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16210         made InInset() a const function, added getParFromID() function.
16211
16212         * buffer.[Ch]: added const version for inset_iterator functions,
16213         added getInsetFromID() function.
16214
16215         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16216         changed undo functions for new version.
16217
16218 2001-07-05  Juergen Vigna  <jug@sad.it>
16219
16220         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16221         unknow mechanism does not call the proper constructor but only this
16222         one also if I request the other!?
16223
16224 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16225
16226         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16227
16228         * text2.C (LyXText): use initialization lists.
16229
16230         * lyxtext.h (Selection): initialize set_ and mark_
16231         (init): remove method
16232
16233 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16234
16235         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16236
16237 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16238
16239         * screen.[Ch]: change method names to begin with lowercase
16240
16241         * BufferView_pimpl.C (updateScrollbar): simplify further and
16242         hopefully make it a bit faster.
16243
16244 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16245
16246         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16247         calling directly xforms functions.
16248
16249         * Painter.C (Painter):
16250         * lyx_cb.C (MenuWrite):
16251         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16252         fl_display.
16253
16254         * lyx_gui.C: remove bogus guiruntime extern declaration.
16255
16256 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16257
16258         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16259         in NEW_INSETS
16260         (redoDrawingOfParagraph): ditto
16261         (redoParagraphs): ditto
16262         (cutSelection): don't create a object for CutAndPaste use the
16263         static method directly
16264         (pasteSelection): ditto
16265
16266         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16267         LyXview (+ rename)
16268
16269 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16270
16271         * modifications to some other files because of this.
16272
16273         * Makefile.am (lyx_SOURCES): add XFormsView
16274
16275         * XFormsView.[Ch]: new files
16276
16277         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16278         the main window. Move the gui dependent stuff to XFormsView
16279
16280 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16281
16282         * tabular.C (GetCellInset): update cur_cell also in the row/col
16283         version of this function.
16284
16285         * lyxfunc.C: no need to include figure_form.h here.
16286
16287         * FontLoader.h:
16288         * lyxfunc.h:
16289         * lyxscreen.h:
16290         * text2.C:
16291         * lyxvc.C: no need to include forms.h here.
16292
16293 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16294
16295         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16296
16297         * lyxfunc.C (Dispatch):
16298         * Spacing.C (set):
16299         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16300         constructor argument.
16301
16302 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16303
16304         * paragraph.C (Paragraph): dont't clear, and just set layout.
16305         (makeSameLayout): use params's copy contructor.
16306
16307         * ParagraphParameters.[Ch] (makeSame): delete method
16308
16309 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16310
16311         * Variables.[Ch]: fix indentation, rename set to isSet
16312
16313 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16314
16315         * lyxfunc.C (Dispatch): fix typo
16316
16317 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16318
16319         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16320         upper_bound.
16321
16322         * bufferlist.C: include assert.h for emergencyWrite().
16323
16324 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16325
16326         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16327           give up at last (bug #425202) !
16328
16329 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16330
16331         * lyx_gui_misc.C:
16332         * sp_form.h:
16333         * sp_form.C:
16334         * spellchecker.h:
16335         * spellchecker.C: strip spellchecker options and bring up
16336           preferences tab instead
16337
16338 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16339
16340         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16341         the istringstream constructor
16342
16343 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16344
16345         * paragraph.C (getLayout): fix return value
16346
16347         * paragraph.h: do not declare getLayout as inline.
16348
16349         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16350
16351 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16352
16353         * lyxcursor.h (operator<): new func
16354         (operator>): new func
16355         (operator>=): new func
16356         (operator<=): new func
16357
16358         * text.C (changeCase): use selection.start and selection.end
16359         (changeRegionCase): require from to be <= to. Require par to be a
16360         valid paragraph.
16361
16362         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16363
16364 2001-06-27  Juergen Vigna  <jug@sad.it>
16365
16366         * text.C (cursorLeftOneWord): changed to return the cursor and added
16367         overlay with BufferView * parameter which calls this one.
16368         (getWord): added
16369         (selectWord): use new getWord function.
16370         (changeCase): renamed from changeWordCase as and extended to work
16371         also on selections.
16372
16373         * lyxtext.h: added enum word_location
16374
16375         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16376         changeCase as this operates now also on selections.
16377
16378 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16379
16380         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16381
16382         * many files: send debug output to Debug::INFO instead of
16383         Debug::ANY.
16384
16385         * converter.C (View):
16386         (Convert):
16387         (Move): send debug output to Debug::FILES instead of console.
16388
16389 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16390
16391         * lyxfunc.C (getStatus): use func_status
16392
16393         * func_status.h: new header, describing the results of
16394         LyXFunc::getStatus;
16395
16396         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16397         LFUN_MATH_HALIGN.
16398
16399 2001-06-25  The LyX Project  <jug@sad.it>
16400
16401         * buffer.C (sgmlOpenTag):
16402         (sgmlCloseTag):
16403         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16404
16405 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16406
16407         * text2.C: remove some dead code
16408
16409         * tabular.C (GetCellInset): store the last cell checked (gotten)
16410
16411         * tabular.h: add the helper for the speedup
16412
16413         * lyxtext.h: remove some dead code
16414
16415 2001-06-26  The LyX Project  <Asger>
16416
16417         * paragraph.C: Change export to LaTeX of alignment to
16418         \begin{center} and family for better roundtrip work with reLyX.
16419
16420         * Tune the math drawing a bit.
16421
16422 2001-06-25  The LyX Project  <Asger>
16423
16424         * LColor.C (LColor): New color for math background. New color
16425         for buttons.
16426
16427 2001-06-25  The LyX Project  <jug@sad.it>
16428
16429         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16430
16431         * lyxfunc.C (Open):
16432         * bufferlist.C (newFile): do not restrict to files ending with
16433         .lyx
16434
16435         * BufferView_pimpl.C (MenuInsertLyXFile):
16436
16437 2001-06-24  The LyX Project  <jug@sad.it>
16438
16439         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16440         of compare_no_case
16441
16442 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16443
16444         * lyxtext.h: rename most methods to begin with a small char.
16445         Lots of changes because of this.
16446
16447         * paragraph.C (Paragraph): do not call fitToSize
16448         (erase): call Pimpl::erase
16449         (insertChar): call Pimpl::insertChar
16450         (insertInset): call Pipl::insertInset
16451         (breakParagraph): do not call fitToSize
16452         (breakParagraphConservative): do not call fitToSize
16453         (fitToSize): remove method
16454
16455         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16456
16457 2001-06-24  The LyX Project  <Asger>
16458
16459         * Fix Qt compilation^2
16460
16461 2001-06-24  The LyX Project  <jug@sad.it>
16462
16463         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16464         depthHook(getDepth()-1).
16465
16466         * paragraph.h:
16467         * ParagraphParameters.h:
16468         * ParameterStruct.h: change type of depth to unsigned int ==
16469         depth_type. Many adaptations to other files before of that.
16470
16471 2001-06-24  The LyX Project  <Asger>
16472
16473         * Fix Qt compilation.
16474
16475 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16476
16477         * paragraph.h: renamed several methods to begin with small letter.
16478         several changes to many parts of the code because of this.
16479
16480 2001-06-23  The LyX Project  <jug@sad.it>
16481
16482         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16483         rewritten to discard all double spaces when KeepEmpty is off
16484         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16485         to only handle newlines but not fiddle with spaces and friends.
16486
16487         * lyxfunc.C (MenuNew): when doing 'new from template', use
16488         template_path as default directory
16489
16490 2001-06-23  The LyX Project  <Asger>
16491
16492         * Clean-up of header file includes all over
16493         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16494
16495 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16496
16497         * paragraph.h: renamed from lyxparagraph.h
16498
16499 2001-06-23  Asger  <lyx@violet.home.sad.it>
16500
16501         * Buffer.h: Removed Buffer::resize
16502         * BufferList.h: Removed BufferList::resize
16503         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16504         the document lazily when we change the width, or the font settings.
16505
16506 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16507
16508         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16509
16510 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16511
16512         * buffer.h: remove out of date comment
16513
16514 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16515
16516         * lyxscreen.h:
16517         * screen.C: fix "theoretical" GC leak
16518
16519 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16520
16521         * LaTeX.C (scanAuxFile):
16522         (deplog): remove trailing \r when reading stream (useful under
16523         win32)
16524
16525 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16526
16527         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16528         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16529         and BufferView::theLockingInset(Inset*), so should use them and not
16530         access bv_->text->the_locking_inset directly.
16531
16532         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16533
16534 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16535
16536         * Makefile.am:
16537         * tex-defs.h: remove old unused file
16538
16539 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16540
16541         * BufferView_pimpl.C: fix typo, remove minibuffer message
16542           when buffer has loaded
16543
16544 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16545
16546         * lyxfunc.C (Dispatch): use stringstream
16547         (MenuNew): use stringstream
16548         (Open): use stringstream
16549
16550         * importer.C (Import): use stringstream
16551
16552         * bufferview_funcs.C (CurrentState): use stringstream
16553
16554         * LaTeX.C (run): use stringstream
16555
16556         * BufferView_pimpl.C (savePosition): use stringstream
16557         (restorePosition): use stringstream
16558         (MenuInsertLyXFile): use stringstream
16559
16560 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16561
16562         * BufferView.C:
16563         * Bullet.C:
16564         * ColorHandler.C:
16565         * FontInfo.C:
16566         * FontLoader.C:
16567         * LColor.C:
16568         * LaTeXFeatures.C:
16569         * Painter.C:
16570         * gettext.C:
16571         * lyx_gui_misc.C:
16572         * lyxserver.C:
16573         * vspace.C: removed // -*- C++ -*- as first line.
16574
16575         * lyxfind.h:
16576         * version.h: added // -*- C++ -*- as first line.
16577
16578 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16579
16580         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16581
16582         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16583         of string
16584
16585 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16586
16587         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16588         of floats.
16589
16590 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16591
16592         * gettext.C: include LString.h even when --disable-nls is on.
16593
16594 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16595
16596         * converter.h (Get): changed argument type from int to
16597         FormatList::size_type to avoid unnecessary conversion.
16598
16599         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16600         before using it.
16601
16602 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16603
16604         * gettext.h: include LString.h even when --disable-nls is on.
16605
16606 2001-06-07  Juergen Vigna  <jug@sad.it>
16607
16608         * text.C (BreakAgain): subst spaces with tabs.
16609
16610         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16611         (resizeInsetsLyXText): set force on resizeLyXText.
16612
16613 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16614
16615         * gettext.h (gettext_init):
16616         (locale_init): use a real definition instead of a macro
16617
16618 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16619
16620         * Bufferview_pimpl.C:
16621         * LColor.h:
16622         * LColor.C: further lcolor tidies
16623
16624 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16625
16626         * BufferView_pimpl.C (updateScrollbar): simplify.
16627
16628         * BufferView2.C: don't include insets/insetinfo.h, change
16629         prototype for insertInset and call the Pimpl version. let
16630         updateInset call Pimpl version.
16631
16632         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16633         gotoInset to BufferView::Pimpl
16634
16635 2001-06-01  Juergen Vigna  <jug@sad.it>
16636
16637         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16638         inside a LockingInset (is the update needed at all?).
16639
16640 2001-05-31  Juergen Vigna  <jug@sad.it>
16641
16642         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16643         here not the old one otherwise how should we compare it afterwards
16644         if it's the same!
16645
16646 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16647
16648         * lyxfont.C:
16649         * tabular.C:
16650         * tabular-old.C:
16651         * FontInfo.C: bring C functions into global namespace when
16652         necessary
16653
16654 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16655
16656         * LString.h: make sure config.h has been loaded before LString.h.
16657
16658         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16659         (one for each char read by EatLine!).
16660
16661         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16662         variables.
16663
16664 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16665
16666         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16667         to the same as the par we break from
16668
16669 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16670
16671         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16672
16673         * MenuBackend.C (expand): also create menu entries for wide
16674         versions of the floats.
16675
16676         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16677
16678         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16679
16680         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16681         frontends/Makefile.am
16682
16683         * text2.C: adjust
16684         * text.C: adjust
16685
16686
16687         * tabular.C (getTokenValue): add std::
16688
16689         * tabular-old.C (getTokenValue): add std::
16690         (getTokenValue): ditto
16691         (getTokenValue): ditto
16692
16693         * screen.C (ToggleSelection): adjust
16694
16695         * lyxtext.h: put selection cursors inside a Selection struct.
16696
16697         * lyxfunc.C (moveCursorUpdate): adjust
16698
16699         * lyxfont.C (latexWriteStartChanges): add std::
16700
16701         * lyxfind.C: adjust
16702
16703         * font.h: delete with(char const *, LyXFont const &)
16704
16705         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16706
16707         * FontInfo.C (getFontname): add std::
16708
16709         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16710         (workAreaButtonPress): adjust
16711         (tripleClick): adjust
16712         (update): adjust
16713         (moveCursorUpdate): adjust
16714         (Dispatch): adjust
16715
16716         * BufferView2.C (gotoInset): adjust
16717
16718 2001-05-30  Juergen Vigna  <jug@sad.it>
16719
16720         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16721         to check pspell I add this as default as I now have new pspell
16722         libraries and they seem to use this.
16723
16724 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16725
16726         * text2.C (CutSelection): make the cursor valid before the call to
16727         ClearSelection.
16728
16729 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16730
16731         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16732         relied on 0 terminated strings and other horrors. Bug found due to
16733         the new assert in lyxstring!
16734
16735         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16736         KP_ keys.
16737
16738 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16739
16740         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16741         to latinkeys.bind.
16742
16743         * lyxfunc.C (processKeySym): change method of getting to the
16744         self-insert char.
16745
16746         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16747         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16748         * BufferView_pimpl.[Ch]: here as private methods.
16749
16750 2001-05-28  Juergen Vigna  <jug@sad.it>
16751
16752         * text.C (SetHeightOfRow): added the update() call again as it is
16753         needed to initialize inset dimensions!
16754
16755 2001-05-16  Juergen Vigna  <jug@sad.it>
16756
16757         * text2.C (SetCharFont): Add new function with BufferView * and
16758         bool toggleall parameters for setting insets internal fonts.
16759         (SetFont): Freeze the undo as we may change fonts in Insets and
16760         all this change should be inside only one Undo!
16761
16762         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16763         setting font's in insets as for them we have the SetFont function!
16764
16765 2001-05-15  Juergen Vigna  <jug@sad.it>
16766
16767         * text2.C (ClearSelection): to be sure we REALLY don't have any
16768         selection anymore!
16769
16770         * tabular.C (TeXCellPreamble): fixed the left border problem for
16771         multicolumn cells.
16772
16773 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16774
16775         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16776         dependancy file
16777
16778 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16779
16780         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16781         LFUN_BREAKPARAGRAPH.
16782
16783         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16784         help test to "internal only", similar for LFUN_INSERT_URL
16785
16786         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16787         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16788         auto_region_delete and deadkeys.
16789
16790 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16791
16792         * LColor.h:
16793         * LColor.C: remove some dead entries, tidy a little
16794
16795 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16796
16797         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16798         commented code.
16799         (Dispatch): implement LFUN_ESCAPE
16800
16801         * commandtags.h: add LFUN_ESCAPE
16802
16803         * LyXAction.C (init): add entry for LFUN_ESCAPE
16804
16805         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16806         Remove commented code.
16807         (insertNote): moved here
16808         (open_new_inset): moved here
16809
16810         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16811         BufferView_pimpl
16812
16813 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16814
16815         * kbmap.C (findbinding): clean it up and make it work correctly.
16816
16817         * lyx_main.C (init): do not pass argc and argv as parameters
16818
16819 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16820
16821         * buffer.C: fix path for OS/2 & Win32
16822
16823         * lyx_gui.C:
16824         * lyx_main:
16825         * lyx_main.C: Added os:: class.
16826
16827         * os2_defines.h: update
16828
16829 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16830
16831         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16832         better by trying again with reduced state.
16833
16834 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16835
16836         * lyxrc.C (read): print error about invalid key sequence only when
16837         debugging (because not all latinX keysyms are known to some X
16838         servers)
16839
16840         * kbsequence.C (getiso): add a few std:: qualifiers
16841         (getiso): comment out extra return statement.
16842
16843 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16844
16845         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16846         handling.
16847         (Dispatch): enhance the accent inset a bit. (not perfect)
16848
16849 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16850
16851         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16852
16853 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16854
16855         * bufferlist.C (emergencyWrite): fix assert() call
16856
16857 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16858
16859         * text.C (InsertChar): Added trivial patch to only send the "you
16860         can not do multiple spaces this way" message once during a
16861         session.
16862
16863 2001-05-08  Baruch Even  <baruch@lyx.org>
16864
16865         * Makefile.am: Changed order of libraries to get LyX to link properly
16866         with the gnome frontend.
16867
16868 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16869
16870         * LaTeXFeatures.h: add a std:: qualifier
16871
16872 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16873
16874         * paragraph.C (String): use stringstream
16875
16876 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16877
16878         * paragraph.C (writeFile): remove footflag arg
16879
16880         * buffer.C (makeLaTeXFile): use stringstream
16881         (latexParagraphs): remove footnot gurba
16882
16883         * LaTeXFeatures.C (getPackages): use stringstream
16884         (getMacros): likewise
16885         (getTClassPreamble): likewise
16886         (getFloatDefinitions): new method
16887
16888         * paragraph.C (writeFile): reindent
16889         (Erase): reindent
16890
16891         * WorkArea.h: revert the xpos + etc changes.
16892
16893         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16894
16895         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16896
16897         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16898         (pasteSelection): likewise
16899         * text2.C (CreateUndo): likewise
16900
16901 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16902
16903         * minibuffer.C (peek_event): temporarily reduce the functionality
16904         of the minibuffer (to allow args on lfuns)
16905
16906         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16907         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16908
16909         * buffer.C (readInset): add compability reading of old float
16910         lists, add reading of new style float list.
16911         (readInset): avoid reevaluation of inscmd.getCmdName()
16912         (getLists): reindent
16913
16914         * MenuBackend.C (MenuItem): implement parsing of
16915         md_floatlistinsert and md_floatinsert.
16916         (expand::LastFiles): move initalizaton of iterators out of loop,
16917         avoid reevaluation.
16918         (expand::Documents): introduce typdedef vector<string> Strings,
16919         and use it.
16920         (expand::ExportFormats): introduce typedef vector<Format const *>
16921         Formats, and use it.
16922         (expand): implement FloatListInsert and FloatInsert.
16923
16924         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16925         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16926         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16927
16928         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16929         handling.
16930         (Dispatch::LFUN_FLOAT_LIST): implement
16931
16932 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16933
16934         * LaTeX.C (run): Fix problem with --export code.
16935
16936 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16937
16938         * BufferView.[Ch] (workarea): removed.
16939         (getClipboard) new method; wrapper for workarea()->getClipboard()
16940
16941         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16942         bug.
16943
16944         * WorkArea.h (width, height, xpos, ypos): These methods all
16945         returned the dimensions of the work_area sub-area of WorkArea,
16946         resulting in a position error if the WorkArea were resized. Now
16947         return the dimensions of the entire WorkArea.
16948
16949         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16950
16951 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16952
16953         * LaTeX.C (deplog): correct the syntax of regex reg1
16954
16955 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16956
16957         * undo.C: remove !NEW_INSETS cruft
16958
16959 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16960
16961         * text2.C: remove !NEW_INSETS cruft
16962
16963         * text.C: remove !NEW_INSETS cruft
16964
16965         * tabular.C: remove !NEW_INSETS cruft
16966
16967         * spellchecker.C: remove !NEW_INSETS cruft
16968
16969         * lyxtext.h: remove !NEW_INSETS cruft
16970
16971         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16972
16973         * lyxfunc.C: remove !NEW_INSETS cruft
16974
16975         * lyxfind.C: remove !NEW_INSETS cruft
16976
16977         * lyx_cb.C: remove !NEW_INSETS cruft
16978
16979         * figureForm.C: remove  !NEW_INSETS cruft
16980
16981         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16982
16983         * buffer.[Ch]: remove !NEW_INSETS cruft
16984
16985         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16986
16987         * CutAndPaste.C: remove !NEW_INSETS cruft
16988
16989         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16990
16991         * BufferView2.C: remove !NEW_INSETS cruft
16992
16993         * BufferView.h: remove !NEW_INSETS cruft
16994
16995 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16996
16997         * Lsstream.h: include LString.h before the sstream headers to
16998         fix problem with gcc 2.95.3 and lyxstring
16999
17000 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17001
17002         * lyx_main.C: add using directives when needed for C functions
17003         declared in std:: namespace.
17004
17005 2001-04-27  Juergen Vigna  <jug@sad.it>
17006
17007         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17008         (SetHeightOfRow): comment out the update call should not be needed!
17009
17010 2001-04-13  Juergen Vigna  <jug@sad.it>
17011
17012         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17013         (LyXTabular): tried to minimize operator= operations (and realized
17014         hopfully Lars wish).
17015
17016 2001-04-27  Juergen Vigna  <jug@sad.it>
17017
17018         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17019
17020 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17021
17022         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17023
17024         * buffer.C (readInset): hack to make listof algorithm work
17025
17026         * BufferView_pimpl.C: hack to make listof algorithm work
17027
17028 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17029
17030         * LyXAction.C: removed all !NEW_INSETS cruft
17031         (init): moved lfun_item in method
17032
17033         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17034
17035 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17036
17037         * BufferView2.C (theLockingInset): white space.
17038
17039 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17040
17041         * minibuffer.C: include <iostream>
17042
17043         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17044
17045         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17046
17047         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17048
17049         * text.[Ch] (TransposeChars): new method
17050
17051 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17052
17053         * call message directly through LyXView instead of through LyXFunc
17054         * BufferView2.C: adjust
17055         * BufferView_pimpl.C: adjust
17056         * FontLoader.C: adjust
17057         * buffer.C: adjust
17058         * bufferview_funcs.C: adjust
17059         * converter.C: adjust
17060         * figureForm.C: adjust
17061         * importer.C: adjust
17062         * lyx_cb.C: adjust
17063         * lyx_gui_misc.C: adjust
17064         * lyxfunc.C: adjust
17065         * lyxvc.C: adjust
17066         * text2.C: adjust
17067         + more files in subdirs
17068
17069         * lyxparagraph.h (size): move up int file
17070         (GetLayout): ditto
17071
17072         * adjust all uses of Assert to lyx::Assert.
17073
17074         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17075         lyxfunctional in namespace lyx
17076         * layout.C (hasLayout): ditto
17077         (GetLayout): ditto
17078         (GetLayout): ditto
17079         (delete_layout): ditto
17080         (NumberOfClass): ditto
17081         * converter.C (GetFormat): ditto
17082         (GetNumber): ditto
17083         (Add): ditto
17084         (Delete): ditto
17085         (SetViewer): ditto
17086         * bufferlist.C (getFileNames): ditto
17087         (emergencyWriteAll): ditto
17088         (exists): ditto
17089         (getBuffer): ditto
17090         * MenuBackend.C (hasSubmenu): ditto
17091         (hasMenu): ditto
17092         (getMenu): ditto
17093         * BufferView_pimpl.C (getInsetByCode): ditto
17094
17095 2001-04-18  Juergen Vigna  <jug@sad.it>
17096
17097         * vspace.C (asLatexString): fixed the 100% problem.
17098
17099 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17100
17101         * lyxfunc.C (Dispatch):
17102         * minibuffer.C:
17103         * minibuffer.h: add a few std:: qualifiers
17104
17105 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17106
17107         * minibuffer.[Ch]: reimplement so that commands is initiated and
17108         run from lyxfunc, simplified som handling, and made the completion
17109         and history code for complete. wip.
17110
17111         * lyxfunc.C (processKeySym): call message
17112         (miniDispatch): new temporary method
17113         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17114         (LFUN_MESSAGE): implement
17115         (LFUN_MESSAGE_PUSH): implement
17116         (LFUN_MESSAGE_POP): implement
17117         (initMiniBuffer): the initial/defualt minibuffer message.
17118
17119         * lyxfont.[Ch]: inline some more getters
17120
17121         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17122
17123         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17124
17125         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17126         (AutoSave): use LFUN_MESSAGE
17127         (Reconfigure): ditto
17128
17129         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17130
17131         * figureForm.C: use LFUN_MESSAGE
17132
17133         * converter.C (runLaTeX): use LFUN_MESSAGE
17134
17135         * bufferview_funcs.C: use LFUN_MESSAGE
17136         (Melt): ditto
17137         (changeDepth): ditto
17138
17139         * bufferparams.h: use boost::
17140
17141         * bufferlist.h: inherit privately from noncopyable
17142
17143         * bufferlist.C (loadLyXFile): remove some commented code.
17144
17145         * buffer.C (runChktex): use LFUN_MESSAGE
17146
17147         * ShareContainer.h: inherit privately from noncopyable
17148
17149         * ParagraphParameters.[hC] (depth): inline it.
17150
17151         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17152         methods.
17153         (message): new method
17154         (messagePush): ditto
17155         (messagePop): ditto
17156         (show): init minibuffer
17157         (showState): direct call
17158
17159         * LaTeX.[Ch]: inherit privately from noncopyable
17160         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17161         instead of WriteStatus.
17162
17163         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17164
17165         * BufferView_pimpl.C (buffer): don't init minibuffer
17166         (workAreaButtonPress): use LFUN_MESSAGE
17167         (workAreaButtonRelease): ditto
17168         (savePosition): ditto
17169         (restorePosition): ditto
17170         (MenuInsertLyXFile): ditto
17171         (workAreaExpose): don't init minibuffer
17172         (update): remove commented code, simplify
17173
17174         * BufferView2.C (openStuff): use LFUN_MESSAGE
17175         (toggleFloat): ditto
17176         (menuUndo): ditto
17177         (menuRedo): ditto
17178         (copyEnvironment): ditto
17179         (pasteEnvironment): ditto
17180         (copy): ditto
17181         (cut): ditto
17182         (paste): ditto
17183         (gotoInset): ditto
17184         (updateInset): remove some commented code
17185
17186         * lastfiles.h: inherit privately from noncopyable
17187         * layout.h: ditto
17188         * lyx_gui.h: ditto
17189         * lyx_main.h: ditto
17190         * lyxlex.h: ditto
17191         * lyxlex_pimpl.h: ditto
17192
17193         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17194         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17195         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17196
17197         * LyXAction.h: inherit privately from noncopyable, add methods
17198         func_begin, func_end, returning iterators to the func map.
17199
17200         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17201         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17202         (func_begin): new method
17203         (func_end): new method
17204
17205         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17206         and not)
17207         (copySelection): ditto
17208         (pasteSelection): ditto
17209
17210         * BufferView.C: whitespace change
17211         * BufferView.h: inherit privately from noncopyable
17212
17213 2001-04-16  Allan Rae  <rae@lyx.org>
17214
17215         * tabular-old.C (l_getline):
17216         * spellchecker.C (sc_check_word):
17217         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17218         an unrecognised preprocessor directive.  So ensure they're wrapped.
17219
17220 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17221
17222         * src/exporter.C (Export): Give an error message when path to file
17223         contains spaces.
17224
17225 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17226
17227         * LaTeX.C (deplog): Always check that foundfile exists.
17228
17229 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17230
17231         * lyx_main.h:
17232         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17233
17234 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17235
17236         * tabular.[Ch] (getLabelList): implement new method
17237
17238         * minibuffer.h: comment ouf setTiimer
17239
17240         * minibuffer.C (ExecutingCB): constify res
17241         (peek_event): constify s
17242         (Set): constify ntext
17243         (Init): constify nicename
17244
17245         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17246
17247         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17248         (savePosition): use two params to Minibuffer::Set
17249         (restorePosition): ditto
17250
17251 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17252
17253         * lyx_main.C: include language.h
17254
17255         * Makefile.am (lyx_main.o): add language.h
17256
17257 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17258
17259         * exporter.C:
17260         * paragraph.C:
17261         * screen.C:
17262         * tabular.C:
17263         * CutAndPaste.C: include gettext.h
17264
17265         * lyxfont.h: remove old hack with ON and OFF.
17266
17267         * lyxparagraph.h:
17268         * lyxfont.h: do not include language.h...
17269
17270         * BufferView2.C:
17271         * LaTeXFeatures.C:
17272         * Painter.C:
17273         * bufferview_funcs.C:
17274         * font.C:
17275         * lyxfont.C:
17276         * text.C:
17277         * text2.C:
17278         * trans_mgr.C:
17279         * paragraph.C: ... but do it here instead
17280
17281 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17282
17283         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17284
17285         * tabular.C: small reformat
17286
17287         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17288         NEW_INSETS version
17289         (GetChar): ditto
17290         (BreakParagraph): ditto
17291         (SetOnlyLayout): ditto
17292         (SetLayout): ditto
17293
17294         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17295         with one arg less.
17296
17297         * lastfiles.C: removed most using decl, add std:: where needed
17298
17299         * buffer.C: ws changes
17300
17301         * MenuBackend.C (class compare_format): put into anon namespace
17302         (expand): constify label, names, action, action2
17303         (expand):
17304
17305         * text.C (SingleWidth): constify font
17306         (IsBoundary): constify rtl2
17307         (GetVisibleRow): constify ww
17308
17309         * LaTeX.C (deplog): constify logfile
17310
17311         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17312         start_x, end_x
17313         (workAreaExpose): constify widthChange, heightChange
17314
17315         * lyxrow.C (par): moved
17316         (height): moved
17317         (next): moved
17318         * lyxrow.h: as inlines here
17319
17320         * lyxfont.h (shape): moved from lyxfont.C
17321         (emph): moved from lyxfont.C
17322
17323         * lyxfont.C (LyXFont): use initialization list for all
17324         constructors
17325         (shape): move to lyxfont.h as inline
17326         (emph): move to lyxfont.h as inline
17327
17328
17329 2001-04-04  Juergen Vigna  <jug@sad.it>
17330
17331         * vspace.C: had to include stdio.h for use of sscanf
17332
17333 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17334
17335         * BufferView.h:
17336         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17337         independent of xforms.
17338
17339 2001-04-02  Juergen Vigna  <jug@sad.it>
17340
17341         * spellchecker.C: fixed namespace placing!
17342
17343 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17344
17345         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17346         the LyXParagraph * is 0.
17347
17348 2001-03-29  Juergen Vigna  <jug@sad.it>
17349
17350         * vspace.C: added support for %, c%, p%, l%.
17351         (stringFromUnit): added helper function.
17352         (asLatexString): changed to give right results for the %-values.
17353
17354         * buffer.C: convert the widthp in a width%.
17355
17356 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17357
17358         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17359         figureForm.[Ch].
17360
17361         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17362         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17363
17364         * lyx_cb.[Ch]: see above.
17365
17366         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17367         form1.[Ch].
17368
17369         * form1.[Ch]:
17370         * lyx.[Ch]: replaced by figure_form.[Ch].
17371
17372         * lyx_gui.C:
17373         * lyx_gui_misc.C:
17374         * lyxfunc.C: changed headers associated with above changes.
17375
17376 2001-03-27  Juergen Vigna  <jug@sad.it>
17377
17378         * BufferView_pimpl.C: set the temporary cursor right!
17379
17380 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17381
17382         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17383
17384 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17385
17386         * LString.h: removed "using std::getline"!
17387
17388         * BufferView_pimpl.C (Dispatch): changes due to changes in
17389         InsetInclude::Params.
17390
17391         * buffer.C (tag_name): removed redundant break statements as they were
17392         producing lots of warnings with my compiler.
17393
17394 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17395
17396         * LString.h: add "using std::getline" when using the real <string>.
17397
17398 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17399
17400         * buffer.C: removed bitset usage.
17401         PAR_TAG moved to an anonymous name space.
17402         (tag_name): new funtion, also in the anonymous namespace.
17403         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17404         (makeDocBookFile): clean code. Completed transition from string arrays
17405         to string vectors.
17406         (SimpleDocBookOnePar): code clean.
17407
17408 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17409
17410         * tabular.C: add some comments.
17411
17412 2001-03-22  Juergen Vigna  <jug@sad.it>
17413
17414         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17415         compatibility read a bit and fixed bug with minipage in different
17416         depth.
17417
17418 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17419
17420         * buffer.C (pop_tag): removed.
17421         (push_tag): removed.
17422         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17423         array replaced with vector. Added support for CDATA sections.
17424         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17425         at any nest level.
17426         (makeDocBookFile): XML conformant declaration of CDATA section,
17427         fixed bug related to <emphasis> in the first paragraph char.
17428         (sgmlOpenTag): exclude empty tags.
17429         (sgmlCloseTag): ditto.
17430
17431         * buffer.h (pop_tag): removed.
17432         (push_tag): removed.
17433
17434 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17435
17436         * language.h (Languages): added size_type and size().
17437
17438 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17439
17440         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17441         response on compability reading of minipages. One probliem is that
17442         the old usage of minipages was flertydig
17443
17444         * several files here and in subdirs: don't use static at file
17445         scope use anon namespaces instead.
17446
17447 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17448
17449         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17450         LaTeX output. This is necessary for Literate document
17451         processing.
17452
17453 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17454
17455         * buffer.C: insert hfill when needed.
17456
17457         * tabular.C (l_getline): use string::erase, small whitespace change.
17458
17459         * BufferView_pimpl.C: try the anon namespace.
17460         * WorkArea.C: ditto
17461
17462 2001-03-16  Juergen Vigna  <jug@sad.it>
17463
17464         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17465         otherwise it won't open options-dialogs.
17466
17467         * buffer.C: honor pextraWidth(p) on converting minipages.
17468
17469         * tabular.C (l_getline): changed the functions to strip trailing \r.
17470
17471 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17472
17473         * BufferView_pimpl.C:
17474         * minibuffer..C: added "using SigC::slot" declaration.
17475
17476 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17477
17478         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17479
17480         * text2.C: ditto
17481
17482         * text.C: ditto
17483
17484         * paragraph.C: ditto
17485
17486         * lyxtext.h: NO_PEXTRA
17487
17488         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17489
17490         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17491         * ParameterStruct.h: ditto
17492         * ParagraphParameters.h: ditto
17493         * lyxparagraph.h: ditto
17494
17495 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17496
17497         * buffer.C: add compability for minipage alignment.
17498         (latexParagraphs): remove unwanted pextra check.
17499
17500         * several files: remove CXX_WORKING_NAMESPACES
17501
17502         * buffer.C (pop_tag): tie is in namespace boost
17503
17504         * BufferView.h: noncopyable is in namespace boost
17505         * lyxlex.h: ditto
17506         * lyx_main.h: ditto
17507         * lyx_gui.h: ditto
17508         * layout.h: ditto
17509         * lastfiles.h: ditto
17510         * bufferlist.h: ditto
17511         * ShareContainer.h: ditto
17512         * LyXView.h: ditto
17513         * LyXAction.h: ditto
17514         * LaTeX.h: ditto
17515
17516 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17517
17518         * Merging changes from BRANCH_MVC back into HEAD.
17519
17520         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17521
17522 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17523
17524         * BufferView_pimpl.C: change from intl.C
17525
17526         * combox.h:
17527         * combox.C:
17528         * Makefile.am: move combox.*
17529
17530         * form1.h:
17531         * form1.C:
17532         * lyx_gui.C:
17533         * intl.h:
17534         * intl.C: remove dialog (covered by prefs)
17535
17536 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17537
17538         * lyxfunc.C (Dispatch): removed redundant break statement.
17539
17540 2001-03-14  Juergen Vigna  <jug@sad.it>
17541
17542         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17543
17544 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17545
17546         * buffer.C: add hack to fix compability reading of minipages.
17547
17548 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17549
17550         * buffer.C (getLists): Cleanup.
17551
17552 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17553
17554         * lyxfont.C (update): don't honor toggleall on font size.
17555
17556 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17557
17558         * bmtable.c:
17559         * bmtable.h:
17560         * Makefile.am: moved to frontends/xforms/
17561
17562         * lyx_gui_misc.C:
17563         * lyxfunc.C:
17564         * BufferView_pimpl.C: changes for moved mathpanel
17565
17566 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17567
17568         * gettext.h: fix gettext_init() in --disable-nls
17569
17570 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17571
17572         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17573
17574 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17575
17576         * lyx.C:
17577         * lyx.h: strip external form
17578
17579 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17580
17581         * BufferView_pimpl.C: add comment, destroySplash()
17582
17583 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17584
17585         * BufferView_pimpl.C:
17586         * LyXAction.C:
17587         * buffer.C:
17588         * commandtags.h:
17589         * lyxfunc.C: use re-worked insetinclude
17590
17591 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17592
17593         * buffer.C: add using std::stringstream.
17594
17595         * lyx_cb.C: readd using std::ios.
17596
17597         * buffer.C: add using std::map.
17598
17599         * BufferView_pimpl.C: add using std::vector.
17600
17601         * ShareContainer.h: add std:: to swap.
17602
17603         * buffer.h: add some typedefs
17604         * buffer.C (getLists): use them
17605         (getLists): renamed from getTocList.
17606         add a counter for the different float types and use it in the
17607         generated string.
17608         (getLists): use the same counter for the NEW_INSETS and the "non"
17609         NEW_INSETS
17610
17611         * lyx_cb.h: remove unused items, includes, using etc.
17612
17613         * ShareContainer.h: remove some commented code, add more comments
17614         and "documentation".
17615
17616 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17617
17618         * buffer.C (getTocList): make the list also when NEW_INSETS is
17619         defined.
17620
17621         * buffer.h: remove TocType
17622
17623         * buffer.C (getTocList): change to return a map<string,
17624         vector<TocItem> >, implement for dynamic number of list.
17625
17626         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17627         * text2.C (PasteSelection): adjust
17628         * CutAndPaste.C (pasteSelection): adjust
17629
17630         * FloatList.C (FloatList): update from the new_insets branch.
17631         * Floating.[Ch]: ditto
17632         * LaTeXFeatures.C: ditto
17633         * buffer.C: ditto
17634         * lyxlex_pimpl.C: ditto
17635
17636         * paragraph.C (Last): remove when NEW_INSETS is defined.
17637
17638         * other file: changes because of the above.
17639
17640 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17641
17642         * lyxparagraph.h: rename next to next_, previous to previous_,
17643         make them private for NEW_INSETS. Rename Next() to next(),
17644         Previous() to previous().
17645
17646         * other files: changes because of the above.
17647
17648 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17649
17650         * BufferView.h:
17651         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17652         problem.
17653
17654 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17655
17656         * main.C (main): pass lyx_localedir to gettext_init().
17657
17658         * gettext.h: remove locale_init and gettext_init macros
17659
17660         * gettext.C (locale_init): new function
17661         (gettext_init): new function
17662
17663         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17664         setlocale().
17665
17666 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17667
17668         * Moved credits to frontends:
17669         * credits.[Ch]: removed
17670         * credits_form.[Ch]: removed
17671         * lyx_gui_misc.C: remove credits stuff
17672         * Makefile.am:
17673
17674 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17675
17676         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17677
17678         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17679         unneeded destructor.
17680
17681         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17682         a standalone pointer again.
17683
17684         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17685
17686 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17687
17688         * Makefile.am:
17689         * filedlg.h:
17690         * filedlg.C:
17691         * LyXAction.C:
17692         * ToolbarDefaults.C:
17693         * bufferlist.C:
17694         * commandtags.h:
17695         * form1.C:
17696         * form1.h:
17697         * lyx_cb.C:
17698         * lyx_cb.h:
17699         * lyxfunc.h:
17700         * lyxfunc.C:
17701         * BufferView_pimpl.C: use new file dialog in GUII
17702
17703         * lyx_cb.h:
17704         * lyx_cb.C: remove LayoutsCB to Toolbar
17705
17706 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17707
17708         * ShareContainer.h (get): add std:: qualifier
17709
17710 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17711
17712         * ShareContainer.h: define a proper ShareContainer::value_type
17713         type (and use typename to please compaq cxx)
17714
17715 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17716
17717         * lyxparagraph.h: move serveral local vars to
17718         ParameterStruct/ParagraphParameters., use ShareContainer in
17719         FontTable., make vars in FontTable private and add getter and
17720         setter.
17721
17722         * paragraph.C: changes because of the above.
17723
17724         * lyxfont.h: remove copy constructor and copy assignment. (the
17725         default ones is ok), move number inside FontBits. move inlines to
17726         lyxfont.C
17727
17728         * lyxfont.C: add number to initializaton of statics, move several
17729         inlines here. constify several local vars. some whitespace
17730         cleanup. Dont hide outerscope variables.
17731
17732         * Spacing.h: add two new constructors to match the set methods.
17733
17734         * ShareContainer.h: new file, will perhaps be moved to support
17735
17736         * ParameterStruct.h: new file
17737
17738         * ParagraphParameters.h: new file
17739
17740         * ParagraphParameters.C: new file
17741
17742         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17743         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17744
17745         * BufferView_pimpl.C: ParagraphParameter changes.
17746         * buffer.C: Likewise.
17747         * bufferview_funcs.C: Likewise.
17748         * text.C: Likewise.
17749         * text2.C: Likewise.
17750
17751 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17752
17753         * lyxfind.C (LyXReplace): do not redefine default argument in
17754         implementation.
17755         (IsStringInText): ditto
17756         (SearchForward): ditto
17757         (SearchBackward): ditto
17758
17759 2001-03-06  Juergen Vigna  <jug@sad.it>
17760
17761         * lyxfind.C (IsStringInText): put parentes around expressions.
17762
17763 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17764
17765         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17766
17767 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17768
17769         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17770
17771         * stl_string_fwd.h: add comment
17772
17773         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17774
17775         * tabular.h:
17776         * tabular.C: remove unused DocBook methods
17777
17778         * intl.C:
17779         * language.C:
17780         * paragraph.C:
17781         * buffer.C:
17782         killed DO_USE_DEFAULT_LANGUAGE
17783
17784 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17785
17786         * lyx_gui.C: do not include language.h.
17787
17788         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17789         arguments in function implementation.
17790
17791 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17792
17793         * BufferView_pimpl.C: add <ctime>
17794
17795 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17796
17797         * BufferView_pimpl.C: add using std::find_if
17798
17799 2001-02-27  José Matos  <jamatos@fep.up.pt>
17800
17801         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17802         by OnlyPath.
17803
17804 2001-02-11  José Matos  <jamatos@fep.up.pt>
17805
17806         * buffer.C (makeDocBookFile): command styles now have a parameter as
17807         "title" by default.
17808
17809 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17810
17811         * layout_forms.[Ch]: removed
17812         * lyx_cb.[Ch]: out character
17813         * lyx_gui.C: out character
17814         * lyx_gui_misc.C: out character
17815         * bufferview_funcs.C: : out character,
17816         added toggleall as parameter in ToggleAndShow
17817
17818 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17819
17820         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17821
17822         * text2.C (SetCurrentFont): Disable number property at boundary.
17823
17824 2001-02-26  Juergen Vigna  <jug@sad.it>
17825
17826         * lyxfunc.C (getStatus): added a string argument override function so
17827         that this is correctly called from LyXFunc::Dispatch if it contains a
17828         do_not_use_argument which is used!
17829         (Dispatch): added check for "custom" export and call appropriate func.
17830
17831 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17832
17833         * lyxrc.C: Add language_command_local, language_use_babel and
17834         language_global_options.
17835
17836         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17837
17838         * buffer.C (makeLaTeXFile): Use language_use_babel and
17839         language_global_options.
17840
17841 2001-02-23  Juergen Vigna  <jug@sad.it>
17842
17843         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17844         which works with LyXText and putted it inside BufferView. Here now we
17845         only call for that part the BufferView::Dispatch() function.
17846
17847         * BufferView.C (Dispatch): added.
17848
17849         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17850         functions which needs to use a LyXText over from LyXFunc.
17851         (MenuInsertLyXFile): added
17852         (getInsetByCode): added
17853         (moveCursorUpdate): added
17854         (static TEXT): added
17855
17856 2001-02-22  Juergen Vigna  <jug@sad.it>
17857
17858         * BufferView_pimpl.C (update): call a status update to see if LyXText
17859         needs it.
17860
17861 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17862
17863         * vc-backend.C (revert): implement for CVS
17864         (getLog): implement for CVS
17865
17866 2001-02-20  Juergen Vigna  <jug@sad.it>
17867
17868         * text2.C (ClearSelection): added BufferView param for inset_owner call
17869
17870         * lyxfunc.C (TEXT): added this function and use it instead of
17871         directly owner->view()-text of getLyXText().
17872
17873 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17874
17875         * src/layout_forms.C: out preamble
17876         * src/layout_forms.h: out preamble
17877         * src/lyx_cb.C: out preamble
17878         * src/lyx_cb.h: out preamble
17879         * src/lyx_gui.C: out preamble
17880         * src/lyx_gui_misc.C: out preamble
17881         * src/lyxfunc.C: connect with guii preamble
17882
17883 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17884
17885         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17886
17887 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17888
17889         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17890         whether to run bibtex.
17891
17892 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17893
17894         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17895
17896 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17897
17898         * Makefile.am (lyx_SOURCES): removed bibforms.h
17899
17900         * vspace.h: doxygen
17901
17902         * text.C (GetVisibleRow): make several local vars const
17903
17904         * tabular.C: small cleanup.
17905
17906         * lyxserver.C (callback): use compare instead of strncmp
17907
17908         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17909         inlines to after class or to paragraph.C
17910
17911         * lyxfont.h: remove friend operator!=
17912
17913         * converter.h: move friend bool operator< to non friend and after
17914         class def.
17915
17916         * combox.h: small cleanup
17917
17918         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17919         to inlines after class def.
17920
17921         * buffer.C (pop_tag): use string operations instead of strcmp
17922
17923         * bmtable.c: doxygen, small cleanup
17924
17925         * LaTeX.h: remove friend operator==
17926
17927 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17928
17929         * screen.C:
17930         * lyxrc.[Ch]:
17931         * lyxfunc.C:
17932         * lyxfont.[Ch]:
17933         * lyx_cb.C:
17934         * intl.[Ch]:
17935         * commandtags.h:
17936         * buffer.C:
17937         * WorkArea.[Ch]:
17938         * LyXAction.C:
17939         * BufferView_pimpl.C:
17940         * BufferView.[Ch]: remove cruft
17941
17942 2001-02-14  Juergen Vigna  <jug@sad.it>
17943
17944         * lyxfunc.C: removed #if 0 unused code
17945
17946         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17947
17948         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17949
17950         * text2.C (SetSelection): added a BufferView * parameter
17951
17952 2001-02-13  Juergen Vigna  <jug@sad.it>
17953
17954         * lyxfunc.C (Dispatch): fixed protected blank problem.
17955         * BufferView2.C (protectedBlank): added LyxText * parameter.
17956
17957         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17958         (AppendColumn): same as above for column_info.
17959
17960         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17961         (moveCursorUpdate): use a LyXText param for support of InsetText.
17962
17963         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17964         (tripleClick): ditto
17965
17966         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17967
17968         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17969
17970         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17971
17972         * text2.C (SetSelection): set correct update status if inset_owner
17973         (ToggleFree): ditto
17974
17975 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17976
17977         * tabular.C: remove some commented code.
17978
17979 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17980
17981         * BufferView_pimpl.C: call hideSplash()
17982
17983         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17984
17985         * include_form.h:
17986         * bibforms.h: remove
17987
17988         * lyxfunc.C:
17989         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17990           add LFUN_CHILD_CREATE
17991
17992         * counters.h: fix tiny typo
17993
17994         * lyx_cb.C:
17995         * lyx.h:
17996         * lyx_gui.C:
17997         * lyx.C: move splash to frontends/xforms/
17998
17999         * lyx_gui_misc.C: move Include and Bibform to frontends
18000
18001         * lyxvc.h: clarify comment
18002
18003         * vspace.C: tiny housekeeping
18004
18005 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18006
18007         * text.C (PrepareToPrint): RTL Fix.
18008
18009         * paragraph.C (GetUChar): New method.
18010         (String):  Use GetUChar.
18011
18012         * buffer.C (asciiParagraph): Use GetUChar.
18013
18014 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18015
18016         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18017
18018 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18019
18020         * buffer.h:
18021         * buffer.C: rename to getLogName(), handle
18022           build log / latex log nicely
18023
18024 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18025
18026         * MenuBackend.C:
18027         * MenuBackend.h: remove support for reference menuitem type.
18028
18029 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18030
18031         * BufferView_pimpl.C: housekeeping
18032         * BufferView_pimpl.h:
18033         * LyXView.h:
18034         * Makefile.am:
18035         * Timeout.C:
18036         * Timeout.h:
18037         * minibuffer.h: move Timeout GUI-I
18038
18039 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18040
18041         * lyxrc.C (read): Update converters data-structures.
18042
18043 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18044
18045         * LaTeX.h (operator!=): add operator != for Aux_Info
18046
18047 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18048
18049         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18050
18051         * LaTeXLog.C: deleted, useful code moved to Buffer
18052
18053         * buffer.h:
18054         * buffer.C: new function getLatexLogName()
18055
18056         * lyx_gui_misc.C:
18057         * lyx_gui.C:
18058         * lyxvc.C:
18059         * lyxvc.h:
18060         * lyxfunc.C: use frontends for LaTeX and VC logs
18061
18062 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18063
18064         * LaTeX.h: yet another std:: that Allan forgot.
18065
18066         * Variables.C (set): renamed from isset(), because this clashes
18067         with some HP-UX macros (grr).
18068
18069 2001-02-06  Allan Rae  <rae@lyx.org>
18070
18071         * LaTeX.h: Another bug fix.  Missing std:: this time.
18072
18073 2001-02-04  Allan Rae  <rae@lyx.org>
18074
18075         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18076         floats problem. I've left it commented out because it's not quite
18077         correct.  It should also test that the current object is a table or
18078         figure inset.  But I haven't gotten around to figuring out how to do
18079         that.  I *think* it'll be something like: "table" == inset.type()
18080
18081         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18082         bool.
18083
18084 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18085
18086         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18087         all the citation/databases/styles in the auxilary file.
18088         (run): Rerun latex if there was a babel language error.
18089
18090 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18091
18092         * text.C (Backspace): Preserve the font when changing newline char
18093         with a space.
18094         (BreakParagraph): If the cursor is before a space, delete the space.
18095
18096         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18097
18098 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18099
18100         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18101         new argument (code).
18102         (ChangeCitationsIfUnique): New method.
18103
18104         * paragraph.C (GetPositionOfInset): Handle bibkey.
18105
18106 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18107
18108         * BufferView_pimpl.h: change type of Position::par_pos to
18109         LyXParagraph::size_type.
18110
18111 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18112
18113         * BufferView_pimpl.C (savePosition, restorePosition): Write
18114         messages to minibuffer.
18115
18116 2001-01-28  José Matos  <jamatos@fep.up.pt>
18117
18118         * buffer.C (makeDocBookFile): adds support for document language.
18119         A silly restriction on the name of LatexCommand types where removed.
18120         Added support for CDATA sections, allows to chars unescaped, used
18121         among others in code, to avoid escape < and >.
18122
18123 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18124
18125         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18126         saved positions instrad of a stack. Furthermore, a position is
18127         stored using paragraph id/paragraph position.
18128
18129         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18130         Remove LFUN_REF_BACK.
18131
18132 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18133
18134         * converter.C (dvipdfm_options): New method.
18135
18136 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18137
18138         * vspace.C (isValidLength): Fix for empty input string.
18139
18140 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18141
18142         * LyXAction.C (init): change description of LFUN_FIGURE to
18143         "Insert Graphics"
18144
18145 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18146
18147         * LaTeX.C: add using directive
18148
18149 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18150
18151         * MenuBackend.C (expand): Fix the sorting of the formats.
18152
18153 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18154
18155         * lyx_main.C: tiny error message fix
18156
18157 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18158
18159         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18160         calling fl_initialize(). This fixes the problem with ',' as
18161         decimal separator in text files.
18162
18163 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18164
18165         * trans.C (process): Fix the keymap bug.
18166
18167 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18168
18169         * LaTeX.C (scanAuxFiles): New method. Provides support for
18170         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18171         (scanLogFile) Scan for "run BibTeX" messages.
18172
18173         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18174         OT1 font encoding. Also, load the aecompl package if the ae
18175         package is loaded.
18176
18177         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18178
18179 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18180
18181         * texrow.C (increasePos): turn two error messages into debug
18182         messages.
18183
18184 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18185
18186         * LaTeX.C (scanAux): Handle the \@input macro.
18187         (runBibTeX): Use scanAux().
18188
18189         * language.C (latex_options_): New field.
18190
18191         * LaTeXFeatures.C (getMacros): Add language macros.
18192
18193         * buffer.C (makeLaTeXFile): Small fix.
18194
18195 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18196
18197         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18198
18199         * text2.C: add a using directive.
18200
18201 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18202
18203         * BufferView2.C:
18204         * lyx_gui_misc.h:
18205         * lyxfr1.C:
18206         * lyxfunc.C: kill LyXBell.
18207
18208 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18209
18210         * text.C (IsBoundary): Remove the error message
18211
18212         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18213
18214         * lyxrc.C (setDefaults): Correct initialization value for
18215         font_norm_type.
18216
18217 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18218
18219         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18220         gotoError().
18221
18222         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18223         and GotoNextNote().
18224
18225         * src/LyXAction.C: Added reference-next.
18226
18227         * text.C (InsertChar): Use contains instead of strchr.
18228
18229         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18230
18231 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18232
18233         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18234         alignment commands (when needed).
18235
18236         * text.C (InsertChar): Add ':' to number separator chars.