]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
89edf764a78cd2da23900a6f180093fb3432df30
[lyx.git] / src / ChangeLog
1 2005-11-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * dociterator.[Ch]: new member realInset() that returns the cell
4         for tabulars and the inset for the rest (bug 1952).
5         * undo.C (textUndoOrRedo): use realInset when resetting insetOwner
6         (bug 1952).
7
8 2005-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9
10         * text.C (leftMargin): honor the NextNoIndent tag in layouts.
11
12 2005-11-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13
14         * lyxfunc.C:
15         * paragraph.C:
16         * text3.C: InsetBase::forceDefaultParagraphs now takes a cell as
17         argument.
18
19 2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
20
21         * text.C (redoParagraph): Fix bug 1966: cursor doesn't go to next
22         line after typing ctrl-enter
23
24 2005-11-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
25
26         * bufferview_funcs.C (coordOffset): fix the fix for bug 2094, as
27         math insets do not return a proper editable() state yet (bug 2124).
28
29 2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
30
31         * BufferView_pimpl.[Ch]: Fix bug 1814: better scroll behaviour for 
32         docs containing very large paragraphs.
33
34 2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
35
36         * cursor.C (selectionBegin, selectionEnd):
37         * text.C (drawSelection): Fix bug 2115: assertion when anchor and 
38         cursor at different depths.
39
40 2005-11-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
41
42         * bufferview_funcs.C (coordOffset): do not call cursorPos
43         for collapsed collapsables (fix bug 2094).
44
45 2005-11-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
46
47         * paragraph.C (fontSpan): make sure that the FontSpan does not
48         span across beginOfBody (bug 1947).
49
50 2005-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
51
52         * lyxlength.h: undefine macros that clash with solaris/x86 (bug 992)
53
54 2005-11-03  Michael Gerz  <michael.gerz@teststep.org>
55
56         * messages.C: fix crash and localization on MinGW/Windows platform
57
58 2005-11-02  Angus Leeming  <leeming@lyx.org>
59
60         * Bidi.C:
61         * lyxtextclass.C: trivial fixes to some MSVS warnings.
62
63 2005-10-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
64
65         * text3.C (getStatus): re-enable disabled code. (bug 2081)
66
67         * BranchList.h (empty): constify.
68
69 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
70
71         * text3.C (getStatus): 
72         * MenuBackend.C (expandBranches): take the branch list from the
73         master document (bug 2092).
74         
75         * MenuBackend.C (expandBranches): 
76         * bufferparams.C (writeFile): use BranchList type.
77
78 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
79
80         * text3.C (dispatch, getStatus): 
81         * LyXAction.C (init): 
82         * lfuns.h: get rid of LFUN_KEYMAP_TOGGLE
83
84 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
85
86         * toc.C (getTocList): skip paragraphs which toclevel is NOT_IN_TOC.
87
88 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
89
90         * text.C (insertChar): do not reset boundary (bug 2061)
91
92 2005-10-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
93
94         * dociterator.C (updateInsets): new method. Updates the inset_
95         cache of all the slices of the iterator.
96
97         * text2.C (deleteEmptyParagraphMechanism): compare also containing
98         insets when comparing pit/pos; pass the right cursor to
99         recordUndo; when a paragraph has been deleted, compare `old.top()' to
100         the right cursor slice of `cur'; use updateInsets on cur to make
101         sure that the inset caches are correct; general cleanup.
102
103 2005-10-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
104
105         * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to
106         dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to
107         containg inset. If this does not work, the same command will be
108         sent to other insets down the queue by LCursor::dispatch. (bug 2066)
109
110         * lyxfunc.C (dispatch): make sure the cursor is correct when doing
111         a dispatch.
112
113 2005-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
114
115         * lyxtextclass.C (Read): convert layout file if the format is wrong
116         * lyxtextclass.C (layout2layout): new, needed for the above
117
118 2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
119
120         * messages.C: do not forget to include <cerrno>.
121
122 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
123
124         * dociterator.h (StableDocIterator): add access to pos().
125         * undo.C (samePar): new method to check if two
126         iterators are in the same paragraph
127         * undo.C (recordUndo): check for samePar instead of cell identity
128         (which includes pos() and is too strict) (fixes bug 2097)
129
130 2005-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
131
132         * text.C (setCursorFromCoordinates): return a bool telling whether
133         dEPM triggered.
134
135         * text3.C (cursorPrevious): update if needed after
136         setCursorFromCoordinates (when dEPM triggered).
137
138         * text2.C (cursorDown, cursorUp): make sure to reset the anchor
139         (otherwise the anchor may be completely wrong and make dEPM assert).
140
141 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
142
143         * buffer.C: version upgrade to 245.
144         * bufferparams.C: remove \quotes_times (bug 2090).
145         * text3.C (doDispatch): LFUN_QUOTE_INSERT has to output double
146         quotation marks as default.
147
148 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
149
150         * CutAndPaste.C (nrOfParagraphs): remove (unused)
151         * CutAndPaste.C (cutSelection): Remove debug message
152         * CutAndPaste.C (cutSelection): Use the real cursor in mathed, record
153         undo information and only copy if this is a real cut
154         * CutAndPaste.C (pasteSelection): remove superflous cur.resetAnchor()
155         call
156         * CutAndPaste.C (pasteSelection): remove now superflous mathed warning
157         (bug 2059)
158         * CutAndPaste.C (eraseSelection): prevent cursor corruption
159         * CutAndPaste.C (grabAndEraseSelection, selDel): remove now
160         superflous cur.selection() setting
161         * CutAndPaste.[Ch] (grabSelection): take a const cursor
162         * cursor.C (selectionAsString): implement mathed case ((bug 2059)
163
164 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
165
166         * text3.C (mathDispatch, dispatch): Dont' record undo steps that don't
167         change anything.
168
169 2005-10-11  Martin Vermeer  <martin.vermeer@hut.fi>
170
171         * BufferView_pimpl.C: comment layout change
172
173 2005-10-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
174
175         * LyXAction.C:
176         * lfuns.h:
177         * lyxfunc.C: reimplement LFUN_INSERT_CITATION, which is needed
178         by bibliography managers (bug 2071).
179
180 2005-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
181
182         * BufferView_pimpl.C (update): choose arguments to update call so
183         that single-par update works most times
184         * text3.C (dispatch): carefully tune updating separately for
185         whole-screen and current-paragraph
186         * rowpainter.C (paintText): 1) replace painting by caching for
187         the two extra paragraphs, because we can;
188         2) suppress greying out of areas below/above drawn area in case of
189         single-par refresh
190         * lyxfunc.C (dispatch): remove superfluous update
191         * LyXAction.[Ch]: introduce SingleParUpdate
192
193 2005-10-05  Angus Leeming  <leeming@lyx.org>
194
195         * BufferView_pimpl.C (loadLyXFile): ensure that a pointer is
196         always initialised before use.
197
198         * text.C (setHeightOfRow): squash warning about comparison
199         of signed and unsigned types.
200
201 2005-10-03  Martin Vermeer  <martin.vermeer@hut.fi>
202
203         * text.C (cursorX): two fixes involving RtL text drawing
204
205 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
206
207         * cursor.C (erase): fix 'clever' UI hack. It was activated for all
208         items, not only large ones (part of bug 2057)
209
210 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
211
212         * text3.C (dispatch): when invoking LFUN_MATH_MACRO with no type
213         argument, use "newcommand".
214
215 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
216
217         * cursor.C (setSelection): do not open collapsable insets;
218         the insets do by themselves now (autoopen).
219
220 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
221
222         * buffer.C: format is up to 244.
223
224 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
225
226         * text.C (redoParagraph): fix calcultation of inset width wrt 
227         leftMargin (bug 1957).
228
229         * text3.C (dispatch): leave inset to the right when hitting ESC 
230         (bug 2034).
231
232 2005-09-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
233
234         * text2.C: 
235         * text.C: 
236         * factory.C:
237         * messages.C: include <boost/current_function.hpp> 
238
239 2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
240
241         * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
242         when command is internal. (bug 1941)
243
244 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
245
246         * text2.C (cursorRight): do not honor boundary when at the end of
247         a paragraph. (bug 2010 again)
248
249 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
250
251         * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
252
253 2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
254
255         * rowpainter.C (paintText): fix RtL space width display bug (2029)
256
257 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
258
259         * text2.C (setCursor): remove the unused 'boundary' parameter for
260         the CursorSlice version; adapt the LCursor version.
261
262         * lyxrc.C (write): 
263         * paragraph_pimpl.C (markErased): 
264         * cursor.C (bruteFind2, bruteFond3): fix warnings.
265
266 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
267
268         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
269         as is already done for "chapter".
270
271 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
272
273         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
274         textclass; do not record undo if nothing is changed.
275
276 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
277
278         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
279
280 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
281
282         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
283
284 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
285
286         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
287         combox, it is necessary to search for the topmost paragraph in the
288         cursor stack (bug 1926)
289
290 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
291
292         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
293         end of paragraph. (bug 2010)
294
295 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
296
297         * text.C (leftMargin): check for inInset == 0
298
299 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
300
301         * text.C (leftMargin): test for insetbase's new neverIndent()
302         bool instead of listing each and every inset that does not
303         wish par indendation.
304
305 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
306
307         * buffer_funcs.C (setCounter): put the code to compute enum label
308         here (where it belongs).
309
310         * counters.C (enumLabel): move code to buffer_funcs.C.
311
312 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
313
314         * outputparams.[Ch]: store local_font instead of local_language
315         * paragraph.C (simpleTeXOnePar): adapt to the change above
316
317 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
318
319         * buffer_funcs.C:
320         * counters.[Ch]: clean up special code for Hebrew.
321
322 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
323
324         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
325         than 2.
326
327 2005-09-08  Angus Leeming  <leeming@lyx.org>
328
329         * ispell.C:
330         * lyxrc.C: correct grammar describing invocation of the
331         spellchecker.
332
333 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
334
335         * text.C (read): remove unused variable.
336         (readParToken): remove static Change variable (never good in
337         recursive settings...); add it as a parameter instead.
338
339         * paragraph_pimpl.C (acceptChange): make debug info conditional.
340
341         * metricsinfo.C (PainterInfo): add new member erased_.
342
343         * rowpainter.C (RowPainter): add erased_ member, initialized from
344         PainterInfo. 
345         (paintInset): pass erased_ to Inset::draw.
346
347         * lyxfunc.C (lookupChange): new function. Tells whether change 
348         tracking is disabled at a given postion.
349         (getStatus): disable some actions when in deleted text with change
350         tracking. 
351
352 2005-08-03  John Levon  <levon@movementarian.org>
353         
354         * tabular.C (appendColumn, setMultiColumn): adapt to change to
355         InsetText::clear().
356
357         * paragraph_pimpl.C (markErased): add bool argument and handle it.
358         Also make sure to mark insets recursively.
359         (rejectChange, erase): be recursive
360
361         * paragraph.C (markErased): add bool argument.
362 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
363
364         * lyxfind.C (findNextChange): tiny cleanup.
365
366         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
367         change tracking with the cursor in an inset; make sure the first
368         change is not skipped.
369
370 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
371
372         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
373         tabularStackDirty to work around bug 1919 (tabular needs
374         to know whether its own cell paste buffer or the one of 
375         texted is newer.
376         * CutAndPaste.C: mark tabular_stack_ clean after copy.
377
378 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
379
380         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
381
382 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
383
384         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
385         use old deleteion algorithm when changetracking is on.
386
387 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
388
389         * messages.C (get): add debug output.
390
391 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
392
393         * text.C (cursorX): fix bug 1965: cursor movement at
394         line end broken in RtL.
395         (drawSelection): fix bug 1970: drawing of single-line 
396         selection broken for RtL.
397
398 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
399
400         bug 465.
401
402         * dociterator.h (clear, push_back, pop_back): change from
403         protected to public.
404
405         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
406         and changed to just return the value of the item depth; take a
407         ParIterator as argument; take the itemdepth at outer nesting level
408         in account if necessary; cleanup and comment the code.
409         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
410         and changed to just return true if reset is needed; take a
411         ParIterator as argument; cleanup and comment the code.
412         (setCounter): adapt to above changes.
413
414 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
415
416         * text3.C (dispatch): make debug message optional
417
418 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
419
420         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
421         inset. (bug 1963)
422
423 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
424
425         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
426
427 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
428
429         * text.C (insertChar):
430         * text2.C (deleteEmptyParagraphMechanism): take care whether 
431         a blank has been deleted (in change tracking mode) (bug 1254).
432
433 2005-07-20  John Levon  <levon@movementarian.org>
434
435         * text2.C (insertStringAsLines): remove old dubious code,
436         fixing bug 1939.
437
438 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
439
440         * MenuBackend.C (expandToc): use Floating::listName() as title of
441         the floats submenus.
442
443 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
444
445         * toc.[Ch]: Do not use translatable strings (bug 1870).
446
447 2005-07-20  John Levon  <levon@movementarian.org>
448
449         * tabular.C: fix 1748 - setting multicolumn adds
450           left line to the first cell
451
452 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
453
454         bug 1920
455         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
456         pars in one go.
457
458 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
459
460         * messages.C: supress some lyxerr messages
461
462 2005-07-18  Juergen Vigna  <jug@lyx.org>
463
464         * text.C (drawSelection): honor boundary when asking for cursorX.
465
466 2005-07-17  José Matos  <jamatos@fc.up.pt>
467
468         * tabular.C (recalculateMulticolumns): fix handling of one column
469         tables.
470
471 2005-07-17  Juergen Vigna  <jug@lyx.org>
472
473         * text.C (Delete, backspace): fixed so that paragraph with the
474         same layout can be merged by Delete/Backspace.
475
476 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
477
478         * text.C (readParToken): fix spelling.
479
480 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
481
482         * text2.C: fix counter update for DEPM problem reported by
483         Georg Baum
484
485 2005-07-17  Juergen Vigna  <jug@lyx.org>
486
487         * BufferView_pimpl.C (setBuffer): save/restore the
488         cursor/selection when switching buffers
489
490         * buffer.h: 
491         * buffer.C (saveCursor): add saveDocumentIterators to save the
492         cursor when switching buffer.
493
494 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
495
496         * debug.C: fix typo
497         * buffer.C: clarify message
498         
499 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
500
501         * dociterator.C (DocIterator): fix initialization order
502
503 2005-07-17  Juergen Vigna  <jug@lyx.org>
504
505         * text2.C (cursorHome): 
506         * text.C (drawSelection, cursorX): 
507         * dociterator.C (textRow): add boundary to getRow() call
508
509         * paragraph.C (getRow): implementation of below
510
511         * paragraph.h: add parameter boundary for getRow() function
512
513 2005-07-17  José Matos  <jamatos@fc.up.pt>
514
515         * buffer.C:
516         * bufferparams.[Ch]:
517         * tex-strings.[Ch]: new file format, remove support for a4.sty,
518         a4wide.sty and a4widemargins.
519
520 2005-07-17  Juergen Vigna  <jug@lyx.org>
521
522         * text2.C (cursorLeft): fix one of error
523
524 2005-07-17  Juergen Vigna  <jug@lyx.org>
525
526         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
527                    cursorEnd):
528         more fixes for boundary handling
529
530         * text3.C (dispatch): don't reset cursor if boundary has changed
531         on cursor movement.
532
533 2005-07-16  Juergen Vigna  <jug@lyx.org>
534
535         * text2.C (getColumnNearX): hopefully got it right now,
536         check if we are on column 0 for special case.
537
538 2005-07-16  Juergen Vigna  <jug@lyx.org>
539
540         * text2.C (getColumnNearX): handle special case Newline Inset
541
542         * text.C (singleWidth): Just remove bogus check
543
544 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
545
546         * funcrequest.C (split): avoid reading uninitialized char c
547
548 2005-07-16  José Matos  <jamatos@fc.up.pt>
549
550         * buffer.C:
551         * converter.C:
552         * lyxrc.C:
553         * paper.h:
554         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
555         single papersize variable.
556
557 2005-07-16  Juergen Vigna  <jug@lyx.org>
558
559         * text3.C (dispatch): honor boundary when checking if a cursor
560         movement has been done
561
562         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
563         (setCursor, setCursorIntern): fix cursor movement with boundary
564
565 2005-07-16  Juergen Vigna  <jug@lyx.org>
566
567         * text.C (currentState): output the actual Boundary
568
569 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
570
571         * factory.C (createInset): fix bad logic for tabular creation
572
573 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
574
575         * lyx_main.C (init): change some reLyX reference to tex2lyx
576
577 2005-07-16  Juergen Vigna  <jug@lyx.org>
578
579         * dociterator.C (DocIterator): initialize boundary
580
581 2005-07-16  Juergen Vigna  <jug@lyx.org>
582
583         * text2.C (getColumnNearX): Consider rows without trailing blank.  
584
585 2005-07-16  André Pönitz  <poenitz@gmx.net>
586
587         * lyxfont.h: Change order of declarations to give the compiler
588         a better chance to inline things
589
590         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
591         questions on unsaved docs for better scritability
592
593 2005-07-16  André Pönitz  <poenitz@gmx.net>
594
595         * paragraph.h (getChar): remove asserts as the same kind of security
596         can be achieved by using a suitable standard library implementation
597         and the function was in the critical path (25.9% in profiler)
598
599 2005-07-16  Juergen Vigna  <jug@lyx.org>
600
601         * cursor.C (bruteFind2):
602         * bufferview_funcs.C (coordOffset): 
603         * text.C (cursorX,cursorY): Handle cursor position after last char
604         in row before a inset which uses a whole row.
605
606 2005-07-15  José Matos <jamatos@lyx.org>
607
608         * output_plaintext.[Ch] (writeFileAscii): control reference title
609         printing.
610         (asciiParagraph): noparbreak was already deal and was incorrectly
611         used.
612
613 2005-07-15  Juergen Vigna <jug@lyx.org>
614
615         * lyxfunc.C (dispatch): save and restore the cursor after a
616         textclass switch.
617
618 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
619
620         * text.C (backspace): bug 806 for empty keepempty paragraphs we
621         change the layout to default before letting DEPM do its thing.
622
623         * paragraph_funcs.C (breakParagraph): dont reset the layout on
624         keepEmpty paragraphs
625
626         * text.C (setCursorFromCoordinates): add a debug statement
627
628         * text2.C (getColumnNearX): bug 1825 make sure that we don't
629         return a pos that is not on the row
630
631         * output_latex.C (TeXDeeper): get rid of potential dereferencing
632         of past the end iterator
633
634 2005-07-14  André Pönitz  <poenitz@gmx.net>
635
636         * undo.C (recordUndoFullBuffer): implement undo for
637         textclass switches
638
639 2005-07-14  André Pönitz  <poenitz@gmx.net>
640
641         * cursor.C (setSelection): open insets when selection is set there
642         to avoid crashs with cold coord cache
643
644 2005-07-14  André Pönitz  <poenitz@gmx.net>
645
646         * trans_mgr.C (insert): move cursor to the right after inserting
647         a char.
648
649 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
650
651         * BufferView_pimpl.C (update): dampen some of the debug blabbering
652         * factory.C (readInset): ditto
653         * text.C, text2.C: ditto
654
655 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
656
657         * buffer.C: format incremented to 242. There is no file format per
658         se, but the "frenchb" language has been removed from lib/language
659         and has to be translated to "french" by lyx2lyx.
660
661 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
662
663         * cursor_slice.h, dociterator.h: add some documentation
664         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
665
666 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
667
668         * text.C (leftMargin): do not add identation to display() style
669         insets, because they are always centered (bug 1293).
670
671 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
672
673         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
674         formatted_time methods in support/lyxtime.
675
676 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
677
678         * toc.[Ch]: new method getGuiName, which is used by the frontends 
679         to set the toc combo (fixes bug 1870). Make TOC string translatable.
680
681 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
682
683         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
684         StableDocIterator const &)
685         * undo.C (recordUndo): use the above instead of cell.size() comparison
686         (fixes bug 1808; instructed by Andr�.
687
688 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
689
690         * cursor_slice.h: 
691         * dociterator.h: Fix the assert when copying rows/cols in math
692
693 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
694
695         * BufferView_pimpl.C:
696         * LyXAction.C:
697         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
698
699         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
700         (findInset): new functions, refactored from goto Inset that return 
701         the position of a certain inset without setting the buffer's cursor
702         (by Jean-Marc); 
703         (gotoInset): rewrite to call findInset and then set the cursor
704         (by Jean-Marc).
705
706 2005-06-16  Angus Leeming  <leeming@lyx.org>
707
708         * lyxrc.C (output, read): wrap all input and output of paths with
709         calls to os::internal_path and os::external_path, respectively.
710         (output): wrap bind_file inside quotes.
711
712         * format.C (view): enable the viewer to use the '$$s' placeholder.
713
714 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
715
716         * LColor.[Ch] (getFromLaTeXName): new
717
718 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
719
720         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
721
722 2005-06-14  Angus Leeming  <leeming@lyx.org>
723
724         * lyx_main.C (init): ensure that the LyX binary dir is the first
725         element in the PATH on non-POSIX builds.
726
727 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
728
729         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
730
731 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
732
733         * rowpainter.C (paintInset, paintHebrewComposeChar)
734         (paintArabicComposeChar, paintChars): add a LyXFont argument.
735         (paintChars): use getFontSpan to reduce calls to getFont to a
736         minimum; use Paragraph::lookupChange instead of isXXXText.
737         (paintForeignMark): rename LyXFont argument.
738         (paintFromPos): pass a LyXFont object to the various paintXXX
739         methods.
740
741         * FontIterator.C (FontIterator, operator++): use
742         Paragraph::getFontSpan
743
744         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
745         version that returns the font span as a pair.
746
747 2005-06-09  Angus Leeming  <leeming@lyx.org>
748
749         * converter.C (convert): Don't forget "outfile = real_outfile" as
750         the final step in a conversion where the input and output file names
751         are the same. Otherwise, future conversion steps won't work...
752
753 2005-06-09  Angus Leeming  <leeming@lyx.org>
754
755         * lyxsocket.C: remove stub code as it isn't needed by
756         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
757
758 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
759
760         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
761         effectively disabled -x
762
763 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
764
765         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
766         when it actually makes sense.
767
768 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
769
770         * BufferView_pimpl.C: revert to showCursor in connection with
771         Lars's front-end stack
772
773 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
774
775         * text.C (redoParagraph): move cursor right after a bibitem
776         has been inserted.
777
778         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
779
780 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
781
782         * buffer_funcs.C (bufferErrors): fix computation of the end of an
783         error range.
784
785 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
786
787         * BufferView.[Ch] (update):
788         * BufferView_pimpl.[Ch] (update, metrics):
789         * dimension.h (operator==):
790         * lyxfunc.C (dispatch):
791         * metricsinfo.h (ViewMetricsInfo):
792         * rowpainter.C (paintText):
793         * lyxtext.h:
794         * text.C (redoParagraph):
795         * text3.C (dispatch): Make LyX only repaint current paragraph in
796         case of character insert --> speedup. Also fix cursor draw
797         artifacts
798
799 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
800
801         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
802         avoid a crash (bug 1891)
803
804 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
805
806         Fix bug 1892:
807
808         * text2.C (getStringToIndex): constify cur argument.
809
810         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
811         argument has been given
812         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
813         try to invoke LFUN_INSET_APPLY).
814
815         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
816         if no inset was created by doInsertInset
817         (doInsertInset): return true if an inset has been inserted.
818
819 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
820
821         * vspace.C (asGUIName): new method. A version of the space
822         suitable for showing on screen.
823
824 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
825
826         * MenuBackend.C:
827         * lyxrc.C: rename "ASCII" to "Plain Text"
828
829 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
830
831         * buffer_funcs.C (expandLabel): take a Buffer as argument;
832         translate the labelstring.
833         (setCounter): translate labelstring as needed.
834
835         * output_docbook.C (makeCommand): fix expandLabel invokation
836
837 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
838
839         * BufferView.C: fix dialog title
840
841 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
842
843         * lyx_main.C (priv_exec): fix logic error with help from Angus
844         * lyx_main.C (parse_execute): set is_gui = false and remove now
845         obsolete comment about a segfault
846
847 2005-05-18  Angus Leeming  <leeming@lyx.org>
848
849         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
850
851 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
852
853         * tabular.[hC]: added setCellInset to fix tabular paste.
854
855 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
856
857         * buffer.C (save): check if destination is writable before trying
858         to copy a file
859
860 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
861
862         * BufferView_pimpl.C (update): fix processEvents -caused update
863         recursion bug
864
865 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
866
867         * buffer_funcs.C (setCounter): fix test for numbering of
868         environments.
869
870         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
871         depth correctly; use optional argument when it exists
872
873         * lyxtextclass.C: remove unused MaxCounterTags enum
874         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
875         (max_toclevel, min_toclevel): new methods.
876
877         * MenuBackend.C (expandToc2): fix case where depth is smaller than
878         the smallest depth in toc.
879
880         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
881         layouts that should not appear in a table of contents.
882
883 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
884
885         * cursor.h (undispatched, noUpdate): add comments from Andr�
886 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
887
888         * lfuns.h:
889         * LyXAction.C:
890         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
891
892 2005-05-07  André Pönitz  <poenitz@gmx.net>
893
894         * cursor.[Ch] (leaveInset): new function
895
896 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
897
898         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
899
900 2005-05-04  Angus Leeming  <leeming@lyx.org>
901
902         * lyxfunc.C (getStatus): disable the spell checker dialog if
903         none of USE_[AIP]SPELL are defined.
904
905 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
906
907         * tabular.C (setWidthOfCell): remove obsolete comment
908
909 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
910
911         * paragraph.C (bibitem):
912         * buffer_funcs.C (setCounter):
913         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
914
915 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
916
917         * text3.C (getStatus): immediately return after setOnOff
918
919         * rowpainter.C: fix drawing of appendix start
920
921 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
922
923         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
924         SwitchBetweenClasses and remove the unused return value.
925         Handle character styles, too
926
927 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
928
929         * factory.C (createInset): handle undefined character styles
930
931 2005-05-02  Angus Leeming  <leeming@lyx.org>
932
933         * buffer.C: protect the #include of utime.h with a preprocessor
934         guard.
935
936 2005-05-02  Angus Leeming  <leeming@lyx.org>
937
938         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
939         function so that auto-saving works, albeit in a blocking manner.
940
941         * Makefile.am: make compilation of the client sub directory, of
942         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
943         on conditionals set at configure time.
944
945         * SpellBase.[Ch]: no longer an abstract base class. Instead,
946         it can be compiled in its own right but has no-op functionality.
947
948         * aspell.C, pspell.C: remove preprocessor guards. The files should
949         be compiled only if the necessary functionality exists.
950
951         * lyxserver.C, lyxsocket.C: disable on Windows.
952
953 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
954
955         * text.C (leftMargin): Fix the parindent use bug (1764)
956         by dirty trick
957
958 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
959
960         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
961         argument.
962
963 2005-04-25  Angus Leeming  <leeming@lyx.org>
964
965         * Bidi.[Ch]:
966         * coordcache.[Ch]:
967         * ispell.C:
968         * lyxserver.C:
969         * mover.C:
970         * pch.h:
971         include <config.h> in .C files, not .h ones.
972         add licence blurb.
973         protect headers inside preprocessor guards.
974
975 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
976
977         * FuncStatus.h (StatusCodes): document
978
979 2005-04-21  André Pönitz  <poenitz@gmx.net>
980
981         * FuncStatus.h (enabled, onoff): document
982
983 2005-04-19  Angus Leeming  <leeming@lyx.org>
984
985         * BufferView_pimpl.C (cursorToggle): no longer test whether
986         any child processes have been reaped before calling
987         handleCompletedProcesses().
988
989 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
990
991         * text3.C (dispatch): fix, finally fix, the language problem in
992         new lyxtexts, without disabling on-the-fly font changes (Helge's
993         bug report)
994
995 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
996
997         * text3.C (dispatch): set cursor on double/triple click events
998         (bug 1811)
999
1000 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1001
1002         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
1003         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
1004
1005         * rowpainter.C (paintFirst): simplify the code a little bit. In
1006         particular, remove the test for secnumdepth.
1007         * text.C (setHeightOfRow): only allocate space for chapter number
1008         when updateCounters provided an actual label, instead of looking
1009         at secnumdepth directly.
1010
1011         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
1012
1013         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
1014         paragraphs when secnumdepth is large enough or, for environments,
1015         when they are not the first in a sequence.
1016
1017 2005-04-17  Angus Leeming  <leeming@lyx.org>
1018
1019         * buffer.C (makeLaTeXFile): replace code to manipulate a path
1020         containing space and '~' characters with a call to latex_path().
1021
1022 2005-04-17  Angus Leeming  <leeming@lyx.org>
1023
1024         * converter.C (convert): protect all args of convertDefault.sh
1025         script with quotes.
1026
1027 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1028
1029         * text3.C (dispatch): change the layout to "Caption" after inserting
1030         a float.
1031
1032 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
1033
1034         * text3.C (dispatch): fix language problem in newly created
1035         textinsets (and main text) in non-english docs
1036
1037 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1038
1039         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
1040         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
1041         * text3.C (getStatus): disable LFUN_INSET_MODIFY
1042
1043 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
1044
1045         * lyxtext.h:
1046         * text.C (metrics):
1047         * text2.C (getFont):
1048         * rowpainter.C (getFont): Fix metrics bug introduced by inset
1049         fonts fix
1050
1051 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1052
1053         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
1054         output of \item arguments without trailing text.
1055
1056 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1057
1058         * FontIterator.C (operator*): avoid a copy of the font.
1059
1060 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
1061
1062         * rowpainter.C (getFont): fix language bug from previous fix
1063
1064 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
1065
1066         * rowpainter.C (RowPainter, getFont): fix font inside inset
1067         (bugs 1766, 1809)
1068
1069 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
1070
1071         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
1072         preventing inserted font, deco, delim insets jumping to start of
1073         surrounding inset.
1074
1075 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1076
1077         * lyxfunc.C (dispatch): translate message before sending it to the
1078         minibuffer.
1079
1080 2005-03-29  Angus Leeming  <leeming@lyx.org>
1081
1082         * lyx_main.C (priv_exec): call os::internal_path on each file passed
1083         to LyX on the command line.
1084
1085 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
1086
1087         * vc-backend.C: use QuoteName to protect file names wherever
1088         necessary.
1089
1090 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
1091
1092         * buffer.[Ch]:
1093         * BranchList.h: fix bugs 1844,1845: document settings don't
1094         stick
1095
1096 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1097
1098         * lyxrc.C (setDefaults, read, output, getDescription): add support
1099         for tex_allows_spaces.
1100
1101         * exporter.C (Export): allows files in directory containing spaces
1102         if tex_allows_spaces is true.
1103
1104         * buffer.C (makeLaTeXFile): if the document path contains spaces,
1105         output it in double quotes.
1106
1107 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1108
1109         * rowpainter.C: use default text height for drawing change tracker
1110         strikeout lines.
1111
1112 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1113
1114         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
1115
1116 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1117
1118         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
1119         directory is missing.
1120
1121 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
1122
1123         * text2.C: fixed the fix, extended to other case.
1124
1125 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
1126
1127         * text2.C: fix for cursor up/down stuck in math [bug 1792]
1128
1129 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
1130
1131         * text2.C (cursorUp): get rid of a crash
1132         * text.C (x2pos): add an assert
1133
1134 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1135
1136         * lyxfunc.C (getStatus): fix warning when assertions are disabled
1137
1138         * text3.C:
1139         * lyxfunc.C:
1140         * dociterator.C: include <boost/current_function.hpp>, which is
1141         needed when assertions are disabled.
1142
1143 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1144
1145         * text2.C: fix for stuck cursor when traversing two
1146         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
1147
1148 2005-02-25  Andreas Vox  <avox@arcor.de>
1149
1150         * output_docbook.C (makeParagraph): suppress trailing newline
1151         after a run of paragraphs
1152
1153 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1154
1155         * paragraph.C: fix for confused change tracker when pasting
1156         text that begins with a lineseparator. [bug 1827]
1157         (setChange(0, Change::INSERTED);)
1158
1159         * paragraph_funcs.C: fix for lost changes on triple-paste
1160         in change tracking mode [bug 1827] (par.setChange()).
1161
1162 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1163
1164         * text2.C (updateCounters, setCounter, expandLabel): move to
1165         buffer_funcs.
1166
1167         * buffer_funcs.C (updateCounters): turn into a free standing
1168         function and add a buffer parameter. Remove dead code for tracking
1169         labelstring change.
1170         (setCounter): change into a free-standing function which gets a
1171         dociterator as argument. Use this iterator to fix captions in a
1172         simple way. When no float is found above the caption, use the
1173         labelstring of the caption layout as default.
1174
1175         * text.C (breakParagraph, backspace):
1176         * text2.C (init, setLayout, changeDepth):
1177         * text3.C (dispatch):
1178         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
1179         updateCounters.
1180
1181         * dociterator.C (forwardPar): make it much faster by calling
1182         forwardPos() only when really necessary.
1183
1184         * output_docbook.C (makeCommand): adapt to expandLabel move.
1185
1186         * cursor.C: remove unused variable
1187
1188 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1189
1190         * paragraph_funcs.C: fix crash when pasting insets in change
1191         tracking mode [bug 1277] (honour change type in moveItem).
1192
1193 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1194
1195         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
1196
1197 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1198
1199         * BufferView.C (setCursor): change to use a DocIterator.
1200         (gotoLabel): use BufferView::setCursor (other part of bug 781).
1201         (putSelectionAt): adapt to BufferView::setCursor change.
1202
1203         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
1204         moved here from LyXText and rewritten to use proper cursor
1205         methods. Fixes bug 1787, 616 and 835.
1206
1207         * BufferView_pimpl.C (restorePosition): set the cursor correctly
1208         when inside an inset (part of bug 781).
1209         (dispatch): adapt to change of BufferView::setCursor.
1210         (getStatus, dispatch): handle LFUN_GOTOERROR,
1211         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1212
1213         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
1214         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1215         * text3.C (gotoNextInset, gotoInset): removed.
1216
1217 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1218
1219         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
1220
1221 2005-02-15  Angus Leeming  <leeming@lyx.org>
1222
1223         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
1224         can be used meaningfully in a comparison.
1225
1226 2005-02-13  André Pönitz  <poenitz@gmx.net>
1227
1228         * bufferview_funcs.C (coordOffset): improve cursor drawing
1229
1230 2005-02-13  André Pönitz  <poenitz@gmx.net>
1231
1232         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
1233         * Cursor.C (dispatch): use fixIfBroken
1234         * lyxfunc.C (getStatus): use fixIfBroken
1235
1236 2005-02-15  Angus Leeming  <leeming@lyx.org>
1237
1238         * lyx_main.C (error_handler):
1239         * lyxfunc.C:
1240         * lyxrc.C (setDefaults):
1241         s/GetEnv/getEnv/.
1242         #include "environment.h".
1243
1244         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
1245
1246 2005-02-15  Angus Leeming  <leeming@lyx.org>
1247
1248         * lyxserver.C (startPipe): squash MSVC warning "local variable
1249         'fd' used without having been initialized".
1250
1251 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1252
1253         * BufferView_pimpl.C: revert accidental commit.
1254
1255 2005-02-14  André Pönitz  <poenitz@gmx.net>
1256
1257         * dociterator.[Ch]: new member forwardPosNoDescent(),
1258         which doesn't enter nested insets.
1259         * text2.C (setFont): use forwardPosNoDescent() instead
1260         of ForwardPos() (fixes crash on font change).
1261
1262 2005-02-13  Angus Leeming  <leeming@lyx.org>
1263
1264         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1265         only if lyxrc.path_prefix is not empty.
1266
1267 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1268
1269         * bufferparams.C (readGraphicsDriver): prevent crash
1270
1271 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1272
1273         * text2.C (setCounter): check for inInset() == 0
1274
1275 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1276
1277         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1278         but use update() to get correct screen display; use convert
1279         instead of istringstream.
1280         (getStatus): handle LFUN_GOTO_PARAGRAPH
1281
1282         * lyxfunc.C (dispatch, getStatus): do not handle
1283         LFUN_GOTO_PARAGRAPH here.
1284
1285 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1286
1287         * text3.C (dispatch): size() -> depth()
1288
1289         * text2.C: remove some debug output
1290
1291         * paragraph.C: ws changes only
1292
1293         * lyxfunc.C (getStatus): size() -> depth()
1294
1295         * dociterator.h (clear, push_back, pop_back, internalData,
1296         operator[], resize, empty): new functions
1297         Make StableDocIterator and operator== be friends. Don't inherit
1298         from std::vector use a privat class variable slices_ instead.
1299         Modify to fit.
1300
1301         * dociterator.C: update because of not inheriting from std::vector
1302         anymore. Call explictly to slices_ instead. Use depth() instead of
1303         size() and top() instead of back()
1304
1305         * cursor.C: chagne size() -> depth and back() -> top(). Also
1306         remove some direct operator[](i) calls in favour of foo[i]
1307         (getFont): remove some dead code
1308
1309         * bufferview_funcs.C (coordOffset): size() -> depth()
1310
1311         * buffer.C: ws changes only
1312
1313         * CutAndPaste.C (eraseSelection): back() -> top()
1314
1315         * BufferView_pimpl.C (selectionRequested): back() -> top()
1316
1317         * BufferView.C (setCursor): size() -> depth()
1318
1319 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1320
1321         * text3.C (cursorPrevious): return true if depm changed something
1322         (cursorNext): ditto
1323         (dispatch): rename sl to oldTopSlice, remove moving use the new
1324         NoUpdate func attrib instead. Make sure that needsUpdate is set
1325         for function that have NoUpdate, but where depm might have changed
1326         the buffer anyway.
1327
1328         * text2.C (cursorLeft): make us return true if depm changed
1329         something
1330         (cursorRight): ditto
1331         (cursorUpParagraph): ditto
1332         (curosrDownParagraph): ditto
1333         (cursorUp, cursorDown): ditto, make sure to read comments in code
1334         (deleteEmptyParagraphMechanism): remove an assert, also return
1335         true if just a single char was deleted.
1336
1337         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1338         cursor that we modify, to avoid modifying an active cursor before
1339         we call setCursor. This allows depm to run. Also return true if
1340         depm deleted something.
1341
1342         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1343         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1344         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1345         something was changed in the buffer because of them (ie. depm run)
1346
1347         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1348         debug messages. Make update by default be false. Make sure that
1349         the result of update is retained throught several calls down to
1350         dispatch.
1351
1352         * LyXAction.h: add a new func_attrib: NoUpdate
1353
1354         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1355         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1356         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1357         and LFUN_WORDLEFT
1358         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1359
1360 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1361
1362         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1363         bv_->owner(), bv_->buffer() by direct references to the private
1364         members.
1365         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1366         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1367         (fitCursor): center() is in BufferView::Pimpl.
1368         (getStatus, trackChanges, dispatch): no need for a temporary buf
1369         variable
1370         (fitCursor, workAreaDispatch): use workarea().workheight()
1371
1372 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1373
1374         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1375
1376 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1377
1378         * buffer.C: format up to 241.
1379         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1380         break if pasting into ERT
1381         * lyxfunc.C (getStatus): suppress mathpanel and
1382         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1383
1384 2005-02-01  Angus Leeming  <leeming@lyx.org>
1385
1386         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1387
1388 2005-02-01  Angus Leeming  <leeming@lyx.org>
1389
1390         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1391         calling fs::is_directory().
1392
1393 2005-01-31  Angus Leeming  <leeming@lyx.org>
1394
1395         * lyx_main.C (priv_exec): specify explicitly the relative location
1396         of the top level build directory when run in-place.
1397
1398 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1399
1400         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1401         LyXText containing the cursor, not the top-level one.
1402
1403         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1404         true.
1405         (insertStringAsLines): rename par to pit; use temporary variable
1406         par to hold a Paragraph; do not store par.layout() in a variable,
1407         since the pointer may die when breaking paragraphs; pass pars to
1408         breakParagraph() instead of Buffer::paragraphs().
1409
1410 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1411
1412         * lyxlex_pimpl.h: #include <fstream>.
1413
1414         * BufferView.[Ch] (getLyXText): add a const version.
1415
1416         * BufferView_pimpl.C: add debug aids.
1417
1418         * RowList_fwd.h:
1419         * buffer.h:
1420         * lyxrow.h:
1421         * paragraph_funcs.h: add commentary explaining what the class does.
1422
1423
1424         * coordcache.[Ch]: add lots of commentary.
1425         (startUpdating, doneUpdating): debug aids.
1426         (arrays, insets, parPos, getParPos): accessors to private data.
1427
1428         * cursor_slice.[Ch] (text): add a const version.
1429         * dociterator.[Ch] (text, innerText): add const versions.
1430
1431         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1432         bool.
1433
1434         * paragraph.C (getRow, pos2ros): add asserts.
1435
1436         * paragraph.h: add commentary. Lots of.
1437
1438         * paragraph.[Ch] (metrucs, draw): removed.
1439
1440         * cursor.C:
1441         * rowpainter.[Ch]: const-correct changes.
1442
1443         * text.C: various obvious clean-ups. Removal of ancient cruft.
1444         Bug fixes, even.
1445
1446 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1447
1448         * vc-backend.C (find_file): rewrite to use boost.filesystem
1449         (scanMaster): ditto
1450
1451         * main.C (main): set default name check for boost.filesystem to
1452         no check
1453
1454         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1455         (open): ditto
1456         (doImport): ditto
1457         (actOnUpdatedPrefs): ditto
1458
1459         * lyx_main.C (init): rewrite to use boost.filesystem
1460         (queryUserLyXDir): ditto
1461
1462         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1463         (getContentsOfAsciiFile): ditto
1464
1465         * lastfiles.C (readFile): rewrite to use boost.filesystem
1466
1467         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1468
1469         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1470         (loadLyXFile): ditto
1471
1472         * buffer.C (Buffer): adjust for destroydir
1473         (getLogName): rewrite to use boost.filesystem
1474         (setFileName): ditto
1475         (save): use fs::copy_file (from fs_extras)
1476
1477         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1478
1479         * LaTeX.C (run): rewrite to use boost.filesystem
1480         (scanAuxFiles): ditto
1481         (handleFoundFile): ditto
1482
1483 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1484
1485         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1486
1487         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1488
1489 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1490
1491         * lyxlayout.[Ch]: change some vars from float to double
1492
1493         * buffer.C (readFile): make a local var const
1494
1495         * Several files: use convert<> instead of atoi,strToXXX and friends
1496
1497 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1498
1499         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1500         holds the contents of packages.lst. New functions getAvailable
1501         and isAvailable to parse and check that list, resp.
1502
1503         * LyXAction.C:
1504         * lfuns.h:
1505         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1506
1507         * bufferparams.[Ch]: new param output_changes.
1508
1509         * Buffer.C: increase file format to 240.
1510         Use output_changes and isVailable.
1511
1512         * changes.[Ch]:
1513         * paragraph.C:
1514         * paragraph_pimpl.C: Use output_changes and isVailable.
1515
1516 2005-01-23  Angus Leeming  <leeming@lyx.org>
1517
1518         * output_latex.C: #include "insetbibitem.h", rather than
1519         forward declare function bibitemWidest.
1520
1521 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1522
1523         * lyx_main.C (init): make it compile on the Mac.
1524
1525 2005-01-20  Angus Leeming  <leeming@lyx.org>
1526
1527         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1528         (setLyXMisc): (char string literal) != (char string literal) is
1529         performing a comparison on the addresses. Convert one operand
1530         explicitly to string to guarantee expected behaviour.
1531         From MSVC warning.
1532
1533 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1534
1535         * buffer.C:
1536         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1537
1538         * output_plaintext.C: remove unneeded #include gzstream.h.
1539
1540 2005-01-20  Angus Leeming  <leeming@lyx.org>
1541
1542         * SpellBase.h: rename some of the elements of the Result enum.
1543
1544         * aspell_local.h:
1545         * ispell.h:
1546         * pspell.h:
1547         * aspell.C (check):
1548         * ispell.C (check):
1549         * pspell.C (check): ditto
1550
1551 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1552
1553         * buffer.C: add #include <fstream>.
1554
1555         * lyx_main.C (init): Compile fix.
1556
1557         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1558
1559 2005-01-20  Angus Leeming  <leeming@lyx.org>
1560
1561         * mover.h: change commentary to reflect the changed meaning of
1562         the $$s placeholder.
1563
1564 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1565
1566         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1567
1568         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1569
1570 2005-01-20  Angus Leeming  <leeming@lyx.org>
1571
1572         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1573         printing diagnostic data by not dereferecing an iterator past the
1574         end.
1575
1576 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1577
1578         * buffer.C (readHeader): use "&&" rather than "and".
1579
1580         * lyxserver.h (inPipeName, outPipeName): make these const.
1581
1582 2005-01-19  Angus Leeming  <leeming@lyx.org>
1583
1584         * lyx_main.C (error_handler, init): protect SIGHUP with
1585         #ifdef SIGHUP guards.
1586
1587 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1588
1589         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1590
1591 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1592
1593         * text.C (setHeightOfRow): add a margin at the top and bottom of
1594         the document (bug 1761)
1595
1596 2005-01-17  Angus Leeming  <leeming@lyx.org>
1597
1598         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1599         with "python ". Workaround for a brain-dead Windows.
1600
1601 2005-01-16  Angus Leeming  <leeming@lyx.org>
1602
1603         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1604         for MacOSX and Windows to use prependEnvPath.
1605         Strip out the hard-coded block to add elements to the PATH for
1606         MacOSX and replace it with a call to prependEnvPath using the
1607         contents of LyXRC::path_prefix.
1608         (queryUserLyXDir): strip out the code to run reconfigure, instead
1609         returning a boolean indicating the necessity to do so.
1610         (reconfigureUserLyXDir): contains the code to reconfigure the
1611         user support directory. Is now called after the various LyXRC data
1612         files have been read.
1613
1614         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1615
1616 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1617
1618         * converter.[Ch] (convert): take a new parameter try_default. Use
1619         a default converter (imagemagick) if try_default is true.
1620
1621 2005-01-13  Angus Leeming  <leeming@lyx.org>
1622
1623         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1624         os::cygwin_path_fix.
1625         (write): output LyXRC::cygwin_path_fix as necessary.
1626
1627 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1628
1629         * lyxrc.h:
1630         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1631
1632 2005-01-12  Angus Leeming  <leeming@lyx.org>
1633
1634         * lyx_main.C (init): set the PATH variable to include the
1635         directory containing the LyX binary when running on Mac or Windows.
1636
1637 2005-01-12  Angus Leeming  <leeming@lyx.org>
1638
1639         * lyx_main.C (init): remove cruft that purports to set the locale
1640         dir. It doesn't and is not needed anyway.
1641
1642 2005-01-10  Angus Leeming  <leeming@lyx.org>
1643
1644         * Makefile.am: remove the lyx_main.C special casing.
1645
1646         * BufferView_pimpl.C:
1647         * bufferlist.C:
1648         * exporter.C:
1649         * lyx_cb.C:
1650         * lyx_main.C:
1651         * lyxfunc.C:
1652         * messages.C: use support/package.h to provide the paths to the
1653         various directories used by LyX.
1654
1655 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1656
1657         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1658         layout if pasting into an empty paragraph)
1659
1660 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1661
1662         * tex-accent.C: add <string>
1663
1664 2005-01-06  José Matos  <jamatos@lyx.org>
1665
1666         * ParagraphParameters.C (write): put every parameter in its own line.
1667         * paragraph.C (write): reduce number of consecutive empty lines exported.
1668         * buffer.C (LYX_FORMAT): increase file format to 239.
1669
1670 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1671
1672         * everywhere: change support/tostr.h -> support/convert.h
1673
1674         * tabular.C: make all write_attributes templates, tostr -> convert
1675
1676         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1677         (emptyTag): and -> &&, and fix type for ret from getChar
1678         (getFirstWord): fix type for ret from getChar
1679         (onlyText): and -> &&
1680         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1681         getChar
1682
1683         * toc.C (goTo, action):
1684         * text3.C (dispatch):
1685         * text.C (currentState):
1686         * tex-accent.C (DoAccent):
1687         * sgml.C:
1688         * lyxrc.C:
1689         * lyxfunc.C (menuNew):
1690         * lyxfinc.C (replace):
1691         * counters.C (laberItem):
1692         * bufferview_funcs.C (font2string):
1693         * bufferparams.C (writeFile):
1694         * buffer.C (readFile):
1695         * Spacing.C (set):
1696         * MenuBackend.C: tostr -> convert
1697
1698         * LaTeX.C (runMessage): fix format
1699         (scanAuxFiles): tostr -> convert
1700
1701         * BufferView_pimpl.C (savePosition): fix format
1702         (restorePosition): ditto
1703         (dispatch): ditto
1704
1705 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1706
1707         * Spacing.[Ch]: New method getValueAsString().
1708
1709         * Spacing.[Ch]:
1710         * bufferparams.C:
1711         * ParagraphParameters.C:
1712         * lyxlayout.C:
1713         * text.C:
1714         * text3.C: store/read spacing value as string.
1715
1716         * rowpainter.C: change float value (spacing_val) to double.
1717
1718         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1719         broken custom document spacing).
1720
1721 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1722
1723         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1724         namespace, also more use of temp references and const
1725
1726         * cursor.[Ch] (getStatus): move to lyxfunc.C
1727
1728         * bufferparams.C: reformat slightly
1729
1730         * bufferview_funcs.C (font2string): constify arg
1731
1732         * changes.C:
1733         * converter.C:
1734         * counters.C:
1735         * bufferlist.C:
1736         * buffer_funcs.C: (many funcs): constify arg on function
1737         definitions, also make more local vars const, also add ASSERTS on
1738         pointer args.
1739
1740         * buffer.C (LYX_FORMAT): put const in correct place
1741         (many funcs): constify arg on function definitions, also make
1742         more local vars const
1743
1744         * aspell_local.h: remove "struct" from typdef setup
1745
1746         * aspell.C (check): make word_ok const
1747         (nextMiss): simplify slightly
1748         (error): ditto
1749
1750 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1751
1752         * lyxrc.[Ch]: store all float values as strings.
1753         use int (not float) for lyxrc.dpi.
1754
1755 2005-01-04  Angus Leeming  <leeming@lyx.org>
1756
1757         * lyx_cb.C (Reconfigure):
1758         * lyx_main.C (queryUserLyXDir):
1759         to run the <system_lyxdir>/configure correctly on Windows, prefix
1760         the path to the script with "sh " when generating the string that
1761         is passed to system().
1762
1763 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1764
1765         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1766
1767 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1768
1769         * lyxlength.C (asLatexString): get rid of setprecision
1770
1771 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1772
1773         * text2.C (setLayout): remove unused variable endpit.
1774         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1775
1776         * paragraph.C (onlyText): remove unused variable style.
1777
1778         * cursor.C (bruteFind): remove unused variables beg and end.
1779
1780         * Makefile.am (dist_noinset_DATA): not needed anymore
1781
1782         * cheaders/*: remove.
1783
1784 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1785
1786         * text3.C: fix LFUN_MATH_MODE.
1787
1788 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1789
1790         * buffer_funcs.C (countWords): new function. Counts words between
1791         two iterators.
1792
1793         * BufferView_pimpl.C (getStatus, dispatch): handle
1794         LFUN_WORDS_COUNT.
1795
1796         * LyXAction.C (init):
1797         * lfuns.h: add LFUN_WORDS_COUNT.
1798
1799 2004-12-19  Angus Leeming  <leeming@lyx.org>
1800
1801         * buffer.C (save): s/slashify_path/internal_path/.
1802
1803 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1804
1805         * lyxfind.C (findChange): do not search for end of pars, because
1806         the change tracker cannot handle this (fixes bug 1719).
1807
1808 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1809
1810         * paragraph.[Ch] (autoBreakRows): remove
1811
1812         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1813
1814         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1815         avoid using the paragraph one
1816
1817         * text2.C (LyXText, insertStringAsLines): adjust
1818
1819 2004-12-16  Angus Leeming  <leeming@lyx.org>
1820
1821         * bufferlist.C:
1822         * lyx_main.C:
1823         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1824
1825 2004-12-14  Angus Leeming  <leeming@lyx.org>
1826
1827         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1828
1829         * bufferlist.C (emergencyWrite):
1830         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1831         GetEnvPath("HOME").
1832
1833 2004-12-14  Angus Leeming  <leeming@lyx.org>
1834
1835         * main.C: (main): no longer pass pointers to os::init.
1836
1837 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1838
1839         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1840         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1841
1842 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1843
1844         * lyxfunc.C:
1845         * text3.C: remove selection_possible global flag
1846
1847 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1848
1849         * text2.C (getSelectionSpan): remove
1850         (changeDepth, changeDepthAllowed): adjust
1851
1852 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1853
1854         * Makefile.am (BOOST_LIBS): use boost variables
1855
1856 2004-12-03  José Matos  <jamatos@lyx.org>
1857
1858         * buffer.C: format up to 238.
1859
1860 2004-12-03  José Matos  <jamatos@lyx.org>
1861
1862         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1863
1864 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1865
1866         * cursor.C (goUpDown): remove call to idxUpDown2
1867
1868 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1869
1870         * tabular.[Ch]: use size_t-like types for cell, row and column
1871         indices
1872
1873 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1874
1875         * lyxfunc.C (getStatus): do not lose previous information when
1876         calling BufferView::getStatus; do not set a default "Command
1877         disabled" message at the beginning, but just before returning.
1878
1879 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1880
1881         * cursor.h (getStatus): add better comment from src/cursor.C
1882
1883 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1884
1885         * text3.C (getStatus): return false when the lfun is not handled
1886
1887 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1888
1889         * broken_headers.h: remove
1890
1891         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1892
1893 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1894
1895         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1896         offset_ref accessors
1897
1898         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1899         top_y_, merge fitcursor with update
1900         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1901         coord scheme
1902         (metrics): introduce
1903         (workAreaDispatch): adapt to new coord scheme
1904         (redoCurrentBuffer): remove
1905
1906         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1907
1908         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1909         CurStatus enum.
1910
1911         * coordcache.[Ch]: add paragraph cache and helpers
1912
1913         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1914         adjust everywhere
1915
1916         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1917         (targetX, setTargetX): introduce
1918
1919         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1920         baseline -> ascent, as the rest of lyx
1921
1922         * lyxtext.h: remove redoParagraphs, updateParPositions,
1923         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1924         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1925         have ascent/descent (ascent is ascent of first par)
1926
1927         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1928         step of BufferView
1929
1930         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1931
1932         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1933
1934         * pariterator.C: fix infinite loop introduced in par->pit renaming
1935
1936         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1937         in insets and LyXText, draw two off-screen paragraphs using
1938         NullPainter, and adapt to new coord scheme
1939
1940         * text.C:
1941         * text2.C:
1942         * text3.C: adapt lfun handlers to the new coord scheme, which
1943         means: there's only guaranteed coord information for onscreen pars
1944         plus one above and one below. This implies that one can do search
1945         from y coordinates in the range [-1,workHeight]
1946
1947 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1948
1949         * rename a lot of InsetOld to InsetBase
1950
1951 2004-11-25  Angus Leeming  <leeming@lyx.org>
1952
1953         * BufferView_pimpl.C:
1954         * lyx_cb.C:
1955         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1956
1957 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1958
1959         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1960         call BufferView::getStatus if LCursor::getStatus did nothing
1961         (setStatusMessage, getStatusMessage): removed.
1962
1963         * FuncStatus.C (message): new methods. Used to provide an error
1964         message indicating why a command is disabled.
1965         (clear, |=, FuncStatus): update for message.
1966
1967 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1968
1969         * lyxfunc.C (dispatch): always call sendDispatchMessage
1970
1971 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1972
1973         * BufferView.C:
1974         * BufferView_pimpl.C:
1975         * CutAndPaste.C:
1976         * FontIterator.C:
1977         * buffer.C:
1978         * cursor.C:
1979         * cursor_slice.[Ch]:
1980         * dociterator.[Ch]:
1981         * lyxfind.C:
1982         * paragraph_funcs.C:
1983         * pariterator.C:
1984         * rowpainter.C:
1985         * text.C:
1986         * text2.C:
1987         * text3.C:
1988         * undo.C: par->pit renaming
1989
1990 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1991
1992         * tabular.C (cellstruct): use initialization, store a shared_ptr
1993         to insettext instead of the insettext directly, adjust to fit.
1994         (operator=):  new function
1995         (swap): new function
1996         (rowstruct): use initialization
1997         (columnstruct): use initialization
1998         (ltType): use initialization
1999
2000
2001         * lyxlength.h (swap): new function
2002
2003         * LColor.[Ch] (operator=): use the common semantics
2004
2005 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2006
2007         * lyxfind.C (findNextChange): update the bufferview after setting
2008         the selection.
2009
2010 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2011
2012         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
2013         number of InsetOptArgs has already been inserted.
2014
2015         * output_latex.C (latexOptArgInsets): new method. This outputs all
2016         the optarg insets, up to the limit defined in the layout file.
2017         (optArgInset): removed
2018         (TeXOnePar): call latexOptArgInsets; correctly update texrow
2019
2020 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2021
2022         * paragraph.C (isLetter): remove special spellchecker-related
2023         code; return true also for digits
2024         (isWord, isKomma): remove
2025
2026         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
2027         * lyxfind.C (MatchString()): use isLetter instead of isWord
2028
2029 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2030
2031         * pariterator.h (operatir=): comment out un-implemented member
2032         function.
2033
2034         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
2035         static cast.
2036
2037 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2038
2039         * lyxfont.h: include LColor.h to satisfy concept checks.
2040
2041 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2042
2043         * pariterator.h: add typdefs for value_type, difference_type,
2044         pointer and reference to satisfy concept checks. Also add default
2045         constructor for same reason.
2046
2047         * pariterator.C (operator++): add post-increment operator to
2048         satisfy concept checks.
2049
2050         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
2051         checks.
2052
2053         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
2054
2055         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
2056         checks. Also rename base_type to BaseType to follow naming
2057         standard better.
2058
2059         * FloatList.h: include Floating.h to satisfy concept checks.
2060
2061 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2062
2063         * lyxfunc.C (getStatus): when the origin of the request is menu or
2064         toolbar, and the LyXView does not have focus, do as if there was
2065         no buffer (bug 1720)
2066
2067         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
2068         FuncRequest to individual entries of LFUN_SEQUENCE
2069
2070 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2071
2072         * output_latex.C (TeXOnePar): override runparams.moving_arg
2073         according to the needprotect value of the current paragraph (bug
2074         1739)
2075
2076         * paragraph.C (simpleTeXOnePar): no need to override
2077         runparams.moving_args here
2078
2079 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
2080
2081         * vspace.C: fix off-by-one-error, related to fix #1682
2082
2083 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2084
2085         * lengthcommon.C: a more general fix for bug 1682
2086
2087 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2088
2089         * text.C (backspace): fix crash
2090
2091 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2092
2093         * format.[Ch] (getFormatFromFile): new method
2094         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
2095
2096 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2097
2098         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
2099
2100 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2101
2102         * lyxfunc.C (dispatch): remove the verbose argument
2103         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
2104         instead
2105
2106         * kbmap.C (defkey): set the origin of func to KEYBOARD
2107
2108         * MenuBackend.C (MenuItem):
2109         * ToolbarBackend.C (add): set the origin of func to UI
2110
2111         * funcrequest.[Ch]: add origin member, which indicates which part
2112         of LyX requests an action
2113
2114 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2115
2116         * converter.C (move): don't lie in the error message
2117         * converter.h (isReachable, move): document
2118
2119 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2120
2121         * buffer.C: remove unused using lyx::support::atoi
2122         * paragraph_funcs.C: ditto
2123
2124 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2125
2126         * bufferlist.C (exists): use bind and equal_to instead of
2127         compare_memfun
2128         (getBuffer): ditto
2129         * lyxtextclasslist.C (NumberOfClass): ditto
2130
2131         * cursor.C (insert): use for_each instead of explicit for loop
2132
2133         * bufferlist.C (getFileNames): use std::transform and
2134         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
2135
2136         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
2137         for loop
2138
2139         * buffer.C (changeLanguage): use for_each instead of explicit for
2140         loop
2141         (hasParWithID): implement using getParFromID
2142
2143         * LaTeXFeatures.C: ws change only
2144
2145         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
2146         to cleanup a bit.
2147
2148         * BufferView_pimpl.C (trackChanges): use for_each instead of
2149         expilicit for loop
2150
2151 2004-11-04  André Pönitz  <poenitz@gmx.net>
2152
2153         * undo.h:
2154         * undo.C (textUndoOrRedo): fix crash when creating undo information.
2155
2156         * dociterator.C (asDocIterator): use hard assert again.
2157
2158 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2159
2160         * lyxlength.C (asLatexString): rewrite so that it does not use
2161         snprintf anymore
2162
2163 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2164
2165         * text3.C (specialChar, dispatch): make sure cursor moves to the
2166         right after inserting an inset
2167
2168 2004-11-02  José Matos  <jamatos@lyx.org>
2169
2170         * output_docbook.C (docbook):
2171         * paragraph.C (getID):
2172         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
2173         garantee that the output is always legal.
2174
2175         * tabular.C (docbook):
2176         * outputprams.[Ch]: remove mixed contents.
2177
2178 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2179
2180         * text2.C (setCounter): prevent endless loop
2181
2182 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2183
2184         * exporter.C (copyFile): use the mover instead of support::copy()
2185         * exporter.C (Export): pass format and latex name to copyFile()
2186         * exporter.h (addExternalFile): document
2187         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
2188
2189 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2190
2191         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
2192
2193 2004-10-30  José Matos  <jamatos@lyx.org>
2194
2195         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
2196         text and no inset or font change. This allows to use CDATA
2197         sections just for the whole paragraph.
2198
2199 2004-10-30  José Matos  <jamatos@lyx.org>
2200
2201         * paragraph.C (getFirstWord): remove unused variable.
2202
2203 2004-10-30  José Matos  <jamatos@lyx.org>
2204
2205         * paragraph.C (getFirstWord): the content should always be escaped
2206         there.
2207         (simpleDocBookOnePar):
2208         * output_docbook.C (makeEnvironment): replace reference to CDATA
2209         to style pass_thru.
2210
2211 2004-10-30  José Matos  <jamatos@lyx.org>
2212
2213         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
2214
2215 2004-10-30  José Matos  <jamatos@lyx.org>
2216
2217         * output_docbook.C (makeParagraphs):
2218         * paragraph.[Ch] (emptyTag): for docbook and company, if the
2219         standard paragraph has only a given type of content drop the wrapper.
2220
2221 2004-10-29  José Matos  <jamatos@lyx.org>
2222
2223         * output_docbook.C (makeEnvironment):
2224         * sgml.C (openTag):
2225         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
2226
2227 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
2228
2229         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
2230         (cleanID): sanitize any id.
2231
2232 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2233
2234         * buffer.C, lyxlex_pimpl.C:
2235         * lyxlex_pimpl.C (setFile):
2236         s/getExtFromContents/getFormatFromContents/
2237
2238 2004-10-28  José Matos  <jamatos@lyx.org>
2239
2240         * output_docbook.C (makeEnvironment): move id to broadest possible
2241         scope.
2242
2243         * sgml.C (openTag): apply substitution of <> for all attributes.
2244
2245 2004-10-28  José Matos  <jamatos@lyx.org>
2246
2247         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2248         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2249         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
2250
2251         * sgml.[Ch]: new version for open and closeTag for paragraph and
2252         for strings. Now they handle the ids of paragraphs.
2253
2254 2004-10-26  Angus Leeming  <leeming@lyx.org>
2255
2256         * Makefile.am: add mover.[Ch].
2257
2258         * converter.C (convert, move): use the new Movers to move external
2259         files to the temp directory.
2260
2261         * lyx_main.C (init): ensure that the global system_movers data
2262         is initialised.
2263
2264         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2265         preferences file.
2266
2267         * mover.[Ch]: new files, defining a Mover as a utility to move an
2268         external file between directories and, if necessary, manipulate this
2269         file using a helper script.
2270
2271 2004-10-25  José Matos  <jamatos@lyx.org>
2272
2273         * output_docbook.C (makeCommand): merge two if's that tested the
2274         same condition.
2275
2276 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2277
2278         * sgml.C (escapeString): fix warning in a better way
2279
2280 2004-10-25  José Matos  <jamatos@lyx.org>
2281
2282         * sgml.C (escapeString): import the require boosts header file for
2283         tie, and avoid a signed unsigned comparison.
2284
2285 2004-10-25  José Matos  <jamatos@lyx.org>
2286
2287         * sgml.h: add #include <string>
2288
2289 2004-10-25  José Matos  <jamatos@lyx.org>
2290
2291         * sgml.[Ch] (escapeString): new function to escape all the string.
2292
2293 2004-10-24  José Matos  <jamatos@lyx.org>
2294
2295         * paragraph.[Ch] (getFirstWord): new function to get the first
2296         word. Useful for description.
2297         (simpleDocBookOnePar): remove depth argument, add another that
2298         says where to start the paragraph.
2299
2300         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2301         use the new functions to fix cleanly the support for descriptions.
2302
2303 2004-10-24  José Matos  <jamatos@lyx.org>
2304
2305         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2306         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2307         * output_linuxdoc.C (linuxdocParagraphs):
2308         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2309         add buffer as argument.
2310
2311 2004-10-24  José Matos  <jamatos@lyx.org>
2312
2313         * output_docbook.C (makeEnvironment, searchEnvironment): place
2314         CDATA inside paragraphs and fix scope for listitems.
2315
2316 2004-10-24  José Matos  <jamatos@lyx.org>
2317
2318         * output_docbook.C: remove using statement for stack.
2319
2320 2004-10-23  José Matos  <jamatos@lyx.org>
2321
2322         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2323         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2324         docbook. The new scheme is recursive and makes use of iterators, the
2325         same as latex export works.
2326         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2327         directly with the paragraph contents. This code was moved up to
2328         output_docbook.C (docbookParagraphs).
2329         * sgml.C (openTag, closeTag): removed unneeded newlines.
2330         (closeEnvTags) removed.
2331
2332 2004-10-23  André Pönitz  <poenitz@gmx.net>
2333
2334         * undo.C (textUndoOrRedo):
2335         * dociterator.C (asDocIterator): work around crash
2336
2337         * cursor.C (getStatus): replace ASSERT by more verbose error message
2338           and manual correction of the problem. Should increase stability
2339           while providing more sensible information.
2340
2341 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2342
2343         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2344
2345         * bufferlist.C (previous, next): new methods
2346
2347         * lfuns.h:
2348         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2349
2350 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2351
2352         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2353         entities to preamble.
2354
2355 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2356
2357         * messages.C (Pimpl): strip off translation context information
2358
2359 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2360
2361         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2362         the cursor is correct (bug 1694)
2363
2364 2004-10-13  José Matos  <jamatos@lyx.org>
2365
2366         * output_docbook.C (docbookParagraphs): fix closing tags in the
2367         end of the document.
2368
2369 2004-10-09  José Matos  <jamatos@lyx.org>
2370
2371         * buffer.C: format up to 237.
2372         * bufferparams.C (write): use tostr to convert booleans to strings.
2373
2374 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2375
2376         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2377
2378 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2379
2380         * LaTeX.C: implement use of babel language in xindy.
2381
2382 2004-10-05  José Matos  <jamatos@lyx.org>
2383
2384         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2385         Add new translators to help reading and writing the lyx file.
2386
2387 2004-10-05  José Matos  <jamatos@lyx.org>
2388
2389         * ParagraphParameters.C (read):
2390         * text.C (readParToken): replace nexToken by more appropriate lex
2391         methods.
2392
2393 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2394
2395         * LaTeX.C (runMakeIndex):
2396         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2397         (usually 'makeindex') configurable.
2398
2399         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2400         with a variable rather than with a number.
2401
2402 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2403
2404         * output_latex.C (TeXOnePar): make sure font setting is the first
2405         thing that gets output (and the last at the end). Should fix bug
2406         1404.
2407
2408 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2409
2410         * pch.h: use proper signal include
2411
2412         * LaTeX.h: Use preferred calling of Boost.Signal
2413         * buffer.h: ditto
2414
2415 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * pch.h: dont include <boost/function/function0.hpp>
2418
2419         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2420
2421         * paragraph_pimpl.h: remove usage of ShareContainer
2422
2423         * paragraph_pimpl.C: remove initialization of ShareContainer.
2424
2425 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2426
2427         Fix bug #1666
2428
2429         * BufferView.C (putSelectionAt): change the semantics when
2430         backwards == true: now, this just swaps cursor and anchor wrt the
2431         forward case
2432
2433         * BufferView.h (putSelectionAt): add some documentation
2434
2435         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2436         make sure backwardChar is done at least once (to avoid getting
2437         stuck)
2438         (findNextChange): use putSelectionAt in the forward direction
2439         (operator()): use Paragraph::isWord
2440
2441 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2442
2443         * Spacing.C (set): c_str fix
2444
2445 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2446
2447         * lyx_cb.C (Reconfigure): quote the name of configure script in
2448         case it contains spaces
2449
2450 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2451
2452         * client: new dir
2453
2454         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2455         (BOOST_LIBS): use top_buildir when looking for the file
2456
2457 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2458
2459         * pch.h: do not use include boost/format.hpp, multiple symbols
2460                 will result (gcc bug)
2461
2462
2463 2004-08-23  José Matos  <jamatos@lyx.org>
2464
2465         * bufferparams.C (readToken): fix reading of the author field.
2466
2467 2004-08-20  José Matos  <jamatos@lyx.org>
2468
2469         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2470
2471 2004-08-20  José Matos  <jamatos@lyx.org>
2472
2473         * lyxlex.[Ch] (findToken): remove function.
2474
2475         * ParagraphParameters.C (findToken):
2476         * bufferparams.C (findToken): replace call for previous function
2477         with local copy. This local function has one more argument, the
2478         read string argument.
2479
2480 2004-08-16  José Matos  <jamatos@lyx.org>
2481
2482         * ParagraphParameters.C (write):
2483         * Spacing.C (writeFile):
2484         * bufferparams.C (writeLaTeX):
2485         * lyx_cb.C (Reconfigure):
2486         * paragraph.C (write):
2487         * tabular.C (write): remove unnecessary space at end of line.
2488
2489
2490 2004-08-16  José Matos  <jamatos@lyx.org>
2491
2492         * text.C (readParagraph): remove debug message.
2493
2494 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2495
2496         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2497         crash
2498
2499         * output_plaintext.C (asciiParagraph): set depth correctly
2500
2501         * outputparams.h: add member depth
2502
2503         * paragraph_funcs.C (ownerPar): remove.
2504
2505         * text2.C (setCounter): remove first_pit; comment out some
2506         non-working code that uses ownerPar
2507
2508         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2509         uses ownerPar
2510
2511 2004-08-16  José Matos  <jamatos@lyx.org>
2512
2513         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2514         For the same level of importance use the same chanel to report problems.
2515         (read): add code to deal with \begin_body and \end_body.
2516
2517
2518 2004-08-15  José Matos  <jamatos@lyx.org>
2519
2520         * lyxlex.C (getString): fix comment, buffer::readBody is now
2521         buffer:readDocument.
2522
2523         * tex-strings.C (string_papersize): Default -> default,
2524         Custom -> custom, for consistency with other options.
2525
2526 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2527
2528         * pch.h: new file
2529
2530         * Makefile.am: support pch
2531
2532 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2533
2534         * text.C (readParToken): remove the static LyXFont variable and
2535         pass it as a parameter instead. This fixes a nasty bug where an
2536         inset will be inserted with a bad font in some situations
2537         (readParagraph): adapt
2538
2539         * text2.C (setCounter): reduce number of calls to pars_[pit]
2540
2541         * text.C (singleWidth): add an assert, fix a test
2542
2543         * rowpainter.C (paintText): reduce number of calls to singleWidth
2544
2545         * paragraph.C (isHfill):
2546         (isNewline): ws only
2547
2548 2004-08-14  André Pönitz  <poenitz@gmx.net>
2549
2550         * text.C:
2551         * text2.C:
2552         * rowpainter.C:
2553         * lyxtext.h (several functions): use a Paragraph & argument
2554         instead of par_type
2555
2556 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2557
2558         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2559
2560         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2561
2562         * text.C (singleWidth): remove useless test
2563
2564 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2565
2566         * tabular.h: remove bogus comments
2567
2568         * tabular.C (getDescentOfRow):
2569         (isPartOfMultiColumn): add assertions
2570
2571         * lyxlength.C (inPixels): remove #warning
2572
2573 2004-08-14  André Pönitz  <poenitz@gmx.net>
2574
2575         * paragraph.h: inline getChar()
2576
2577         * BufferView.h: remove unused declarations
2578
2579 2004-08-14  José Matos  <jamatos@lyx.org>
2580
2581         * Buffer.[Ch] (readDocument): new name for old readBody.
2582         * Buffer.C: new file format, new keywords: \begin_document,
2583         \begin_header, \begin_body, \end_body.
2584
2585         * bufferparams.C (readToken): replace all calls to lex.nextToken
2586         by lex.next(). Do the same to eatLine except where really needed.
2587
2588         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2589         line when writing to the lyx file.
2590
2591         * output_plaintext.C (asciiParagraph): fix Bibliography style
2592         handling.
2593
2594         * text.C (read): fix end of file handling.
2595
2596 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2597
2598         * MenuBackend.C (Menu::operator[]): new method to access
2599         individual menu items
2600         (Menu::hasFunc): new method. search for an item that corresponds
2601         to a given func
2602         (MenuBackend::specialMenu): new method
2603         (MenuBackend::expand): if a special menu has been set, skip
2604         entries whose func() appears in this menu
2605
2606 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2607
2608         * text3.C: use Debug::DEBUG a bit more
2609
2610         * text.C (leftMargin): try to simplify a tiny bit change var x to
2611         l_margin. Dont output the wide margins always.
2612         (rightMargin): no margin in inner texts
2613
2614         * rowpainter.h (nestMargin): new func
2615         (changebarMargin): new func
2616         (rightMargin): new func
2617
2618         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2619         now functions.
2620         (paintLast): ditto
2621
2622         * factory.C (createInset): modify setDrawFrame
2623
2624         * cursor.C: use Debug::DEBUG a bit more
2625
2626 2004-08-14  André Pönitz  <poenitz@gmx.net>
2627
2628         * coordcache.[Ch]:
2629         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2630         cache for all insets in (at least partially) visible (top-level)
2631         paragraphs.
2632
2633         * BufferView_pimpl.C: reset external coord cache before every update.
2634         This means the coord cache only contains valid entries.
2635
2636 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2637
2638         bug 1096
2639         * BufferView_pimpl.C (getInsetByCode): move function out of class
2640         and change in to a template in anon namespace. Also fix to do what
2641         suits us better.
2642
2643 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2644
2645         bug 1305
2646         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2647         of char
2648         (breakParagraph): rename par to par_offset and use a local
2649         reference. Add code to keep the language over a rebreak.
2650         (breakParagraphConservative): rename par to par_offset, use a
2651         local reference
2652         (mergeParagraph): ditto
2653         (outerHook): ditto
2654         (isFirstInSequence): ditto
2655         (outerFont): rename pit to par_offset
2656
2657         * paragraph.C: ws change
2658         * paragraph.h: ditto
2659         * text3.C: ditto
2660         * text.C: ditto
2661
2662 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2663
2664         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2665         treatment for ']'
2666
2667         * paragraph.C (simpleTeXOnePar): when we have a \item with
2668         optional argument, enclose the argument with curly brackets (in
2669         case it contains a closing square bracket)
2670
2671         * text2.C (editXY):
2672         * text2.C (editXY):
2673         * text3.C (checkInsetHit): constify
2674
2675 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2676
2677         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2678         documents (bug 1629)
2679
2680 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2681
2682         Fix toggling of collapsable insets with the mouse (bug 1558)
2683
2684         * lyxfunc.C (dispatch): adapt to LCursor changes
2685
2686         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2687         make sure that dispatch is not invoked twice
2688
2689         * cursor.C (needsUpdate): new method
2690         (dispatch): return void
2691         (result): new method, to access the DispatchResult of the cursor.
2692
2693 2004-08-13  José Matos  <jamatos@lyx.org>
2694
2695         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2696
2697 2004-08-13  André Pönitz  <poenitz@gmx.net>
2698
2699         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2700
2701         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2702           multiple cells
2703
2704 2004-08-12  André Pönitz  <poenitz@gmx.net>
2705
2706         * text3.C: take out the 'cursor right' form insertInset and only
2707         do it in those places when it is really needed. Fixes crash on
2708         C-m...
2709
2710 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2711
2712         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2713
2714         * BufferView_pimpl.C (setBuffer): initialize the current font of
2715         the underlying LyXText
2716
2717 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2718
2719         * kbsequence.C (print): use UI native formatting for menu
2720         shortcuts
2721
2722         * text.C (insertChar): call Paragraph::insertChar with a font
2723         argument (cosmetic)
2724
2725         * paragraph.C (insertInset, insertChar): the version that takes a
2726         LyXFont argument is now a wrapper around the other one (the
2727         opposite used to be true).
2728
2729         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2730         argument. Font setting is done in Paragraph now.
2731
2732 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2733
2734         * outputparams.h: add new members intitle and lang.
2735
2736         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2737         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2738
2739 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2740
2741         * text3.C (dispatch): remove special handling of button 4 and 5,
2742         it is now taken care of in the frontend code.
2743
2744 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2745
2746         * Spacing.h: add <string> (STLPort compile fix)
2747
2748 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2749
2750         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2751
2752 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2753
2754         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2755         to bool.
2756
2757         * converter.C (showMessage): inherit from unary_function, make
2758         operator() const.
2759
2760         * buffer.C (writeFile): initialize retval
2761
2762         * InsetList.h: rename private variable list to list_
2763         * InsetList.[Ch]: adjust accordingly.
2764
2765 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2766
2767         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2768         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2769         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2770         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2771         * ParagraphParameters.C, LaTeXFeatures.C: replace
2772         "support/std_sstream.h" with <sstream>
2773
2774 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2775
2776         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2777         * lyxsocket.C (LyXServerSocket): ditto
2778         (serverCallback): ditto
2779
2780 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2781
2782         * LaTeXFeatures.C: check release date when loading jurabib.
2783
2784 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2785
2786         * lyxserver.C (startPipe): call register_socket_callback
2787         (endPipe): call unregister_socket_callback
2788
2789 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2790
2791         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2792         (LyXServerSocket): register the callback
2793         (LyXServerSocket): unregister the callback
2794         (fd): delete function
2795         (serverCallback): improve error checking and setup the callbacks.
2796         (dataCallback): change arg to fd.
2797         (writeln): new func (copied fro the client socket) used for server
2798         write to client.
2799         (LyXDataSocket): simplify
2800         (~LyXDataSocket): close ann unregiser callback
2801         (server): delete function
2802         (fd): delete function
2803         (readln): small changes, improve some std::string usage
2804         (writeln): constify a bit
2805
2806 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2807
2808         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2809         Qt frontend
2810
2811 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2812
2813         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2814         after it has been populated
2815
2816 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2817
2818         * text2.C (insertInset): move cursor when inserting inset.
2819
2820 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2821
2822         * kbmap.C (findbindings): a couple of new methods. returns a
2823         container of kb_sequence objects. The real work is done by the
2824         private recursive version
2825         (printbindings): uses findbindings to print out a bracketed list
2826         of bindings (renamed from findbinding).
2827
2828         * MenuBackend.C (binding): use kb_keymap::findbindings
2829
2830         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2831
2832 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2833
2834         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2835
2836 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2837
2838         * paragraph.C (isWord): return true on insets that report
2839         isLetter().
2840
2841         * text.C (getWord): use Paragraph::isWord to decide what is in a
2842         word and what is not; fix bug 1609.
2843
2844 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2845
2846         * tex-strings.C: add "none" to string_paperpackages[], fixes
2847         off-by-one-error in the paperpackage selection.
2848
2849         * lyxlex.[Ch]:
2850         * tex-strings.[Ch]: char const * string[n]
2851         -> char const * const string[]
2852
2853 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2854
2855         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2856         command, return early.
2857
2858 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2859
2860         * debug.h: add DEBUG to enum and fix size of ANY.
2861
2862         * debug.C: add support for Debug::DEBUG
2863         (showTags): cast errorTags.level to unsigned int
2864
2865         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2866         (redoCurrentBuffer): ditto
2867         (updateScrollbar): ditto
2868         * cursor.C (dispatch): ditto
2869         * text2.C (setLayout): ditto
2870         (setFont): ditto
2871         (updateCounters): ditto
2872         (editXY): ditto
2873         (deleteEmptyParagraphMechanism): ditto
2874
2875 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2876
2877         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2878         annotations to cleanup the Makefile slightly.
2879
2880 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2881
2882         * lyxrc.C: do not set user_email to a default value but use empty
2883         instead. The entry used to be translated, which does not work
2884         since at the point where lyxrc is constructed there is no
2885         translation service available
2886
2887         * messages.C (getLocaleDir): remove and use directly
2888         lyx_localedir() instead
2889
2890 2004-06-02  Angus Leeming  <leeming@lyx.org>
2891
2892         Fix crash caused by dereferencing null pointer 'exportdata' in
2893         OutputParams by creating a new ExportData variable on the heap,
2894         storing it in a boost::shared_ptr.
2895         The crash was triggered when generating an Instant Preview
2896         of an external inset.
2897
2898         * Makefile.am: add outputparams.C
2899
2900         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2901         (c-tor): allocate memory to it.
2902
2903         * exporter.C (c-tor): associated changes.
2904
2905 2004-06-01  Angus Leeming  <leeming@lyx.org>
2906
2907         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2908         contains data before calling isInset(0). (Bug 1513.)
2909
2910 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2911
2912         * exporter.C (checkOverwrite): new method
2913         * exporter.C (copyFile): new method
2914         * exporter.C (Export): copy referenced files to the document dir
2915         * exporter.[Ch]: new class ExportedFile
2916         * exporter.[Ch]: new class ExportData. Contains currently the
2917         names of referenced external files
2918         * outputparams.h: add exportdata member.
2919
2920 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2921
2922         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2923         version.C-tmp
2924
2925 2004-05-19  Angus Leeming  <leeming@lyx.org>
2926
2927         * LaTeXFeatures.C:
2928         * ToolbarBackend.C:
2929         * bufferparams.C:
2930         * lyxfunc.C: small changes due to the introduction of namespace
2931         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2932
2933 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2934
2935         * text3.C (dispatch): supress update when only moving the cursor
2936         * cursor.C (selHandle): remove commented code
2937
2938 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2939
2940         * paragraph.C (startTeXParParams): correct column count
2941         * CutAndPaste.C (pasteSelection): remove const_cast
2942         * output_docbook.C (docbookParagraphs): remove const_cast
2943         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2944         const_cast and return ParagraphList::const_iterator
2945         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2946         * output_plaintext.C (writeFileAscii): remove const_cast
2947         * paragraph.[Ch] (simpleTeXOnePar): make const
2948         * paragraph_funcs.C (outerPar): use const iterators
2949         * paragraph_pimpl.C (validate): use const iterators
2950         * text.C (setHeightOfRow): use const iterators
2951
2952 2004-05-17  Angus Leeming  <leeming@lyx.org>
2953
2954         * lfuns.h:
2955         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2956
2957         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2958         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2959         if the citation engine has changed.
2960
2961 2004-05-14  José Matos  <jamatos@lyx.org>
2962
2963         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2964         if the textclass does not provide it. Have it different for sgml and
2965         xml.
2966         support the language of document.
2967         * output_docbook.C (docbookParagraphs):
2968         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2969         first anchor as the id of the paragraph, remove special case code.
2970         * sgml.C (escapeChar): escape only < & >.
2971
2972 2004-05-14  Angus Leeming  <leeming@lyx.org>
2973
2974         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2975         dependencies on src/frontends/controllers/biblio.h. Define a
2976         CiteEngine_enum wrapper class to enable the enum to be forward
2977         declared.
2978
2979 2004-05-12  Angus Leeming  <leeming@lyx.org>
2980
2981         * buffer.C: up LYX_FORMAT to 234.
2982         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2983         use_numerical_citations with a single biblio::CiteEngine cite_engine
2984         variable.
2985         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2986
2987 2004-05-13  José Matos  <jamatos@lyx.org>
2988
2989         * converter.h:
2990         * converter.C (Converter, readFlags): add xml member.
2991         * outputparams.h: add XML flavor.
2992         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2993
2994 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2995
2996         * lyxfunc.C (dispatch):
2997         (getStatus): fix handling of LFUN_SEQUENCE
2998
2999 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3000
3001         * debug.C (showLevel): do not forget the end-of-line marker
3002
3003 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3004
3005         * kbmap.C (read): do not stop parsing a bind file when an error
3006         occurs (bug 1575)
3007
3008 2004-04-29  Angus Leeming  <leeming@lyx.org>
3009
3010         * cursor.C:
3011         * factory.C:
3012         * pariterator.C:
3013         * text2.C: wrap a bunch of #warning statements
3014         inside #ifdef WITH_WARNINGS blocks.
3015
3016 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3017
3018         * buffer.C: increment format to 233.
3019
3020 2004-04-28  Angus Leeming  <leeming@lyx.org>
3021
3022         * BufferView_pimpl.C:
3023         * lyxfunc.C:
3024         * text3.C:
3025         s/updateToolbar()/updateToolbars()/
3026         s/Toolbar.h/Toolbars.h/
3027
3028 2004-04-28  Angus Leeming  <leeming@lyx.org>
3029
3030         * BufferView.[Ch] (c-tor):
3031         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
3032         No longer passes these data to the WorkArea generator.
3033
3034 2004-04-28  Angus Leeming  <leeming@lyx.org>
3035
3036         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
3037
3038 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3039
3040         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
3041
3042 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3043
3044         * output_latex.C (TeXEnvironment): make sure that there is a line
3045         break before \end{foo} for the last paragraph of a document
3046         (TeXOnePar): if the paragraph is at the end of the document (or
3047         inset) and the language has to be reset, then make sure that the
3048         line break is _before_ the language command, not after (fixes bug
3049         1225); also make sure that the language reset command is the first
3050         thing after the paragraph (to ensure proper nesting of
3051         environments and thus fix bug 1404)
3052
3053 2004-04-21  John Levon  <levon@movementarian.org>
3054
3055         * ToolbarBackend.h:
3056         * ToolbarBackend.C: make "name" be a programmatic name
3057         and a gui_name field.
3058
3059         * lyxfunc.C: display the minibuffer on M-x
3060
3061 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3062
3063         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
3064         (bug 1526)
3065
3066 2004-04-19  Angus Leeming  <leeming@lyx.org>
3067
3068         * BufferView_pimpl.C (setBuffer): changed preview interface.
3069
3070         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
3071         possible values.
3072
3073 2004-04-19  John Levon  <levon@movementarian.org>
3074
3075         * BufferView_pimpl.C:
3076         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
3077
3078 2004-04-05  Angus Leeming  <leeming@lyx.org>
3079
3080         * text.C (redoParagraphs): add call to updateCounters(), thereby
3081         fixing the missing "Figure #:" label from the caption of a
3082         figure float.
3083
3084 2004-04-13  Angus Leeming  <leeming@lyx.org>
3085
3086         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
3087         cursor is clicked out of an inset.
3088
3089 2004-04-13  Angus Leeming  <leeming@lyx.org>
3090
3091         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
3092         than an InsetOld one.
3093
3094 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3095
3096         * format.[Ch]: add editor to Format
3097         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
3098         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
3099
3100 2004-04-08  André Pönitz  <poenitz@gmx.net>
3101
3102         * metricsinfo.h: remove PainterInfo::width member
3103
3104 2004-04-08  Angus Leeming  <leeming@lyx.org>
3105
3106         * lyx_sty.C (boldsymbol_def): modify so that it outputs
3107         "\providecommand" rather than "\newcommand", thereby preventing
3108         clashes with packages that define "\boldsymbol" themselves.
3109         Eg, beamer.
3110
3111 2004-04-08  Angus Leeming  <leeming@lyx.org>
3112
3113         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
3114         thereby squashing an unnecessary warning.
3115
3116 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3117
3118         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
3119         setBuffer()
3120
3121 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
3122
3123         * BufferView.C (setCursor): call redoParagraph (some insets could
3124         have been opened)
3125         (putSelectionAt): remove the 'double update' trick
3126
3127         * BufferView_pimpl.C (fitCursor): call refreshPar
3128         (workAreaDispatch): remove an uneeded update call
3129         (dispatch): remove some manual update calls
3130
3131         * cursor.[Ch]: remove cached_y_, updatePos
3132         (selHandle): set noUpdate when appropriate
3133
3134         * lyxfunc.C (dispatch): track if we need an update
3135
3136         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
3137
3138         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
3139         (paintSelection): cheap optimization, do not call cursorX when not
3140         needed
3141         (paintPars): change signature
3142         (refreshPar): add
3143         (paintText): adjust
3144         (paintTextInset): adjust
3145
3146         * text.C: adjust
3147
3148 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3149
3150         * lengthcommon.C: compilation fix: remove explicit array size from
3151         unit_name[] and friends
3152
3153 2004-04-05  Angus Leeming  <leeming@lyx.org>
3154
3155         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
3156
3157         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
3158         present only for the preferences dialog.
3159         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
3160
3161 2004-04-05  Angus Leeming  <leeming@lyx.org>
3162
3163         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
3164         to enable the frontends to export changes to lyxrc correctly.
3165
3166         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
3167
3168 2004-04-07  André Pönitz  <poenitz@gmx.net>
3169
3170         * cursor.[Ch] (selClear, adjust): remove math
3171
3172         * cursor_slice.C: more agressive assert
3173
3174         * lyxfunc.C:
3175         * BufferView_pimpl.C: rework mouse event dispatch
3176
3177         * dociterator.C:
3178         * paragraph.C:
3179         * text2.C:
3180         * text3.C: adjust
3181
3182 2004-04-05  André Pönitz  <poenitz@gmx.net>
3183
3184         * cursor.[Ch] (valign, halign...): remove unneeded functions
3185
3186 2004-04-05  Angus Leeming  <leeming@lyx.org>
3187
3188         * lyxlength.[Ch] (unit_name et al.): const-correct.
3189
3190 2004-04-05  Angus Leeming  <leeming@lyx.org>
3191
3192         * BufferView_pimpl.C:
3193         * buffer.C:
3194         * counters.C:
3195         * cursor.C:
3196         * lyxfunc.C
3197         * paragraph.C:
3198         * pariterator.C:
3199         * text.C:
3200         * text2.C:
3201         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
3202
3203 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3204
3205         * text3.C (getStatus): add LFUN_BEGINNINGBUF
3206
3207 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3208
3209         * lyxfind.C: add a couple of inTexted() tests + other small fixes
3210         * BufferView_pimpl.[Ch] (getStatus)
3211         * BufferView.[Ch] (getStatus): add
3212         * lyxfunc.C (getStatus): move lfuns handled in
3213         BufferView::dispatch to te function above
3214         * Cursor.C (setSelection): set selection() = true
3215
3216 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3217
3218         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
3219
3220 2004-03-31  Angus Leeming  <leeming@lyx.org>
3221
3222         * lyxfunc.C (dispatch): Fall through to the generic
3223         Dialogs::show("preamble").
3224
3225 2004-03-31  Angus Leeming  <leeming@lyx.org>
3226
3227         * lyxfunc.C (dispatch): Fall through to the generic
3228         Dialogs::show("spellchecker").
3229
3230 2004-03-31  Angus Leeming  <leeming@lyx.org>
3231
3232         * lyxfunc.C (getStatus, dispatch): changed invocation of the
3233         preferences dialog.
3234
3235 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3236
3237         * BufferView.C
3238         * cursor.[Ch]
3239         * dociterator.[Ch]:
3240         * insetiterator.[Ch]:
3241         * lyxfind.C:
3242         * lyxfunc.C:
3243         * pariterator.[Ch]:
3244         * text2.C:
3245         * undo.[Ch]: s/DocumentIterator/DocIterator/g
3246
3247 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3248
3249         * BufferView.C (setCursor, putSelectionAt): call edit to open the
3250         insets where we are putting the cursor.
3251
3252 2004-03-31  Angus Leeming  <leeming@lyx.org>
3253
3254         * lfuns.h:
3255         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3256
3257         * lyxrc.[Ch] (read, write): overloaded member functions taking
3258         a std::[io]stream arguments.
3259
3260         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3261
3262 2004-03-31  Angus Leeming  <leeming@lyx.org>
3263
3264         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3265         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3266
3267         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3268         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3269
3270 2004-03-31  Angus Leeming  <leeming@lyx.org>
3271
3272         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3273         the LFUN_ALL_INSETS_TOGGLE code.
3274
3275 2004-03-30  Angus Leeming  <leeming@lyx.org>
3276
3277         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3278         has died. Fall through to the generic Dialogs::show("document").
3279
3280 2004-03-30  Angus Leeming  <leeming@lyx.org>
3281
3282         * lfuns.h:
3283         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3284         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3285
3286         * lyxfunc.C (getStatus, dispatch): define the actions for these
3287         lfuns. Little more than a cut and pste job from ControlDocument.C
3288
3289         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3290
3291 2004-03-30  Angus Leeming  <leeming@lyx.org>
3292
3293         * lfuns.h:
3294         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3295         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3296
3297         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3298         open/closed state of ollapsable insets. Usage:
3299
3300         all-inset-toggle <state> <name>, where
3301         <state> == "open" || "closed" || "toggle" and
3302         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3303
3304         * lyxtext.h, text2.C (toggleInset): removed.
3305
3306         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3307         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3308         now passes LFUN_INSET_TOGGLE to the found inset.
3309
3310         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3311         is now invoked as "all-insets-toggle toggle branch".
3312
3313 2004-03-30  Angus Leeming  <leeming@lyx.org>
3314
3315         * dociterator.C:
3316         * insetiterator.C:
3317         * pariterator.[Ch]: added/corrected header blurb.
3318
3319 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3320
3321         * dociterator.[Ch]: add an inset_ member
3322         (backwardPos): implemented
3323         (backwardPos, forwardPos): use inset_ when the stack is empty.
3324         (doc_iterator_begin, doc_iterator_end): implemented
3325         * pariterator.[Ch]: adjust, add begin, end
3326         * insetiterator.[Ch]: adjust, add begin, end
3327         * cursor.C:
3328         * document.C:
3329         * BufferView.C:
3330         * BufferView_pimpl.C:
3331         * CutAndPaste.C: adjust
3332
3333 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3334
3335         * buffer.C: increment file format to 232.
3336         * LaTeXFeatures.C: add bibtopic package.
3337         * bufferparams.[Ch]: param \use_bibtopic.
3338
3339         * lyxrc.[Ch]: add lyxrc bibtex_command
3340         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3341
3342         * buffer.C: increment file format to 231.
3343
3344 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3345
3346         * dociterator.C: implement forwardPar
3347         * iterators.[Ch]: remove, replaced by
3348         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3349         * BufferView.C:
3350         * BufferView_pimpl.C:
3351         * CutAndPaste.C:
3352         * buffer.C:
3353         * bufferview_funcs.C:
3354         * cursor.C:
3355         * lyxfind.C
3356         * lyxfunc.C
3357         * paragraph_funcs.C
3358         * toc.C:
3359         * Makefile.am: adjust
3360
3361 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3362
3363         * CutAndPaste.C (pasteSelection): fix 2 crashes
3364         (eraseSelection): fix a crash
3365         * paragraph_funcs.C: remove a warning
3366
3367 2004-03-28  Angus Leeming  <leeming@lyx.org>
3368
3369         * lfuns.h:
3370         * LyXAction.C (init): new LFUN_PRINT.
3371
3372         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3373
3374 2004-03-27  Angus Leeming  <leeming@lyx.org>
3375
3376         * lfuns.h:
3377         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3378
3379         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3380
3381 2004-03-27  Angus Leeming  <leeming@lyx.org>
3382
3383         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3384         insetlist always contains non-null pointers to insets.
3385
3386 2004-03-26  Angus Leeming  <leeming@lyx.org>
3387
3388         * src/BufferView_pimpl.C:
3389         * src/CutAndPaste.C:
3390         * src/buffer.C:
3391         * src/iterators.C:
3392         * src/output_plaintext.C:
3393         * src/outputparams.h:
3394         * src/paragraph_funcs.C:
3395         * src/rowpainter.C:
3396         * src/text.C:
3397         * src/text2.C:
3398         * src/frontends/controllers/ControlErrorList.C:
3399         * src/frontends/gtk/FileDialogPrivate.C:
3400         * src/frontends/gtk/GPainter.C:
3401         * src/frontends/gtk/GToolbar.C:
3402         * src/frontends/qt2/QRef.C:
3403         * src/mathed/math_scriptinset.C: squash compiler warnings.
3404
3405 2004-03-26  Angus Leeming  <leeming@lyx.org>
3406
3407         * ispell.C (LaunchIspell::start):
3408         * lyx_cb.C (AutoSaveBuffer::start):
3409         invoke run(DontWait) rather than runNonBlocking().
3410
3411 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3412
3413         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3414
3415 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3416
3417         * kbsequence.C (print): adjust
3418
3419         * kbmap.C (printKeySym): rename and change signature
3420         (printKey): use LyXKeySym::print()
3421
3422 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3423
3424         * undo.C: add using std::advance to compile for stlport
3425
3426 2004-03-24  Angus Leeming  <leeming@lyx.org>
3427
3428         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3429         it leads to a crash when no buffer is present.
3430
3431 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3432             Martin Vermeer  <martin.vermeer@hut.fi>
3433
3434         * lyxfunc.C (dispatch):
3435         * bufferparams.C (readToken): use the new LColor::setColor
3436
3437         * LColor.[Ch] (setColor): new version that takes two strings as
3438         argument and creates a new color entry if necessary
3439
3440 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3441
3442         * buffer.C (makeLaTeXFile): if the main latex file that is
3443         processed is usually a subdocument of some master, then pretend
3444         for a while that it is actually the master
3445
3446 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3447
3448         * buffer.C (getLabelList):
3449         (getBibkeyList): use getMasterBuffer()
3450         (getMasterBuffer): new method. Returns the main document in the
3451         case where one is using included documents.
3452
3453 2004-03-25  André Pönitz  <poenitz@gmx.net>
3454
3455         * Makefile.am:
3456         * iterators.[Ch]:
3457         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3458
3459         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3460
3461         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3462         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3463
3464         * ParameterStruct.h: merge with ParagraphParameters
3465
3466         * lyxtext.h: remove LyXText::parOffset() and getPar()
3467
3468         * text3.C: Remove all 'manual' update calls. We do now one per user
3469         interaction which is completely sufficient.
3470
3471         * Bidi.C:
3472         * BufferView.[Ch]:
3473         * BufferView_pimpl.C:
3474         * FontIterator.[Ch]:
3475         * MenuBackend.C:
3476         * ParagraphParameters.[Ch]:
3477         * buffer.C:
3478         * buffer.h:
3479         * bufferlist.C:
3480         * cursor.[Ch]:
3481         * cursor_slice.[Ch]:
3482         * dociterator.[Ch]:
3483         * errorlist.[Ch]:
3484         * factory.C:
3485         * lfuns.h:
3486         * lyxfind.C:
3487         * lyxfunc.C:
3488         * output_docbook.[Ch]:
3489         * output_latex.[Ch]:
3490         * output_linuxdoc.[Ch]:
3491         * output_plaintext.[Ch]:
3492         * paragraph.[Ch]:
3493         * paragraph_funcs.[Ch]:
3494         * paragraph_pimpl.[Ch]:
3495         * rowpainter.C:
3496         * tabular.[Ch]:
3497         * text.C:
3498         * text2.C:
3499         * toc.C:
3500         * undo.[Ch]: adjust
3501
3502         * frontends/controllers/ControlDocument.C:
3503         * frontends/controllers/ControlErrorList.C:
3504         * frontends/controllers/ControlSpellchecker.C:
3505         * insets/inset.C:
3506         * insets/inset.h:
3507         * insets/insetbase.h:
3508         * insets/insetbibitem.C:
3509         * insets/insetbox.C:
3510         * insets/insetbranch.C:
3511         * insets/insetcaption.C:
3512         * insets/insetcharstyle.C:
3513         * insets/insetcharstyle.h:
3514         * insets/insetcollapsable.C:
3515         * insets/insetcollapsable.h:
3516         * insets/insetert.C:
3517         * insets/insetfloat.C:
3518         * insets/insetfoot.C:
3519         * insets/insetmarginal.C:
3520         * insets/insetnote.C:
3521         * insets/insetoptarg.C:
3522         * insets/insettabular.C:
3523         * insets/insettext.C:
3524         * insets/insettext.h:
3525         * insets/insetwrap.C:
3526         * mathed/math_mboxinset.C:
3527         * mathed/math_nestinset.C:
3528         * mathed/math_scriptinset.C:
3529         * mathed/math_scriptinset.h:
3530         * support/types.h:
3531
3532 2004-03-24  Angus Leeming  <leeming@lyx.org>
3533
3534         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3535         deal with any child processes that have finished but are waiting to
3536         communicate this fact to the rest of LyX.
3537
3538 2004-03-24  Angus Leeming  <leeming@lyx.org>
3539
3540         64-bit compile fixes.
3541
3542         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3543         (c-tor): pass lyx::pos_types rather than ints.
3544
3545         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3546         lyx::pos_type.
3547
3548         * text.C (Delete): compile fix.
3549         (getPar): ensure that function declaration is the same as that in
3550         the header file.
3551
3552 2004-03-23  Angus Leeming  <leeming@lyx.org>
3553
3554         * ispell.C (LaunchIspell):
3555         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3556         a boost::shred_ptr rather than a std::auto_ptr.
3557
3558 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3559
3560         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3561         handle LFUN_FILE_INSERT_*
3562
3563         * lyxrc.C (setDefaults, getDescription, output, read):
3564         * lyxrc.h: remove ps_command
3565
3566 2004-03-22  Angus Leeming  <leeming@lyx.org>
3567
3568         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3569         Ensure that error_handler is processed once only and that all data
3570         is saved before attempting to output any warning messages.
3571
3572         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3573
3574 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3575
3576         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3577
3578 2004-03-19  André Pönitz  <poenitz@gmx.net>
3579
3580         * cursor.[Ch] (reset): take main text inset as argument
3581
3582         * BufferView: adjust
3583         * BufferView_pimpl.C: adjust
3584
3585         * paragraph.[Ch]: fix completely broken operator=()
3586
3587 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3588
3589         * LColor.C (getFromLyXName): make sure that the color name is used
3590         as lowercase.
3591
3592 2004-03-17  Angus Leeming  <leeming@lyx.org>
3593
3594         * lfuns.h:
3595         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3596
3597         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3598         dialog and to kill a forked process.
3599
3600 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3601
3602         * text2.C (setCursorFromCoordinates): fix font problem
3603
3604 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3605
3606         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3607         bogus "rebuild cursor" code
3608
3609 2004-03-11  André Pönitz  <poenitz@gmx.net>
3610
3611         * buffer.[Ch]: use InsetText instead of LyXText as container for
3612         the main lyx text.
3613
3614         * dociterator.[Ch]: drop the BufferView * member which is not needed
3615         anymore after the change to buffer.C
3616
3617         * paragraph_funcs.C:
3618         * text.C:
3619         * text2.C:
3620         * BufferView.[Ch]:
3621         * BufferView_pimpl.[Ch]:
3622         * cursor.[Ch]:
3623         * cursor_slice.[Ch]: adjust
3624
3625         * text3.C: fix bug in mathDispatch
3626
3627 2004-03-08  André Pönitz  <poenitz@gmx.net>
3628
3629         * undo.[Ch]: use 'StableDocumentIterator' as base for
3630         the Undo struct.
3631
3632 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3633
3634         * LaTeXFeatures.C:
3635         * bufferparams.[Ch]: add jurabib support and param.
3636
3637         * LaTeX.C: add FIXME/comment.
3638
3639 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3640
3641         * buffer.C: increment file format to 230.
3642
3643 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3644
3645         * cursor.C (dispatch): avoid infinite loops
3646
3647 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3648
3649         * rowpainter.C (paintSelection): fix x coordinates
3650
3651 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3652
3653         * text.C (rowBreakPoint): fix breaking before displayed insets
3654
3655 2004-03-01  André Pönitz  <poenitz@gmx.net>
3656
3657         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3658
3659         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3660
3661         * Makefile.am:
3662         * BufferView.C:
3663         * BufferView_pimpl.C:
3664         * buffer.C:
3665         * lyxfind.C:
3666         * lyxfunc.C:
3667         * text.C:
3668         * text2.C:
3669         * text3.C: adjust
3670
3671 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3672
3673         * lyxtext.h:
3674         * text.C:
3675         * text2.C:
3676         * rowpainter.C:
3677         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3678         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3679
3680 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3681
3682         * Bidi.[Ch] (computeTables): const correctness
3683         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3684         fill_hfill, fill_label_hfill and x from Row
3685         * lyxtext.h: prepareToPrint returns a RowMetrics
3686         * rowPainter.C: adjust
3687         * text.C (prepareToPrint): use width, not textWidth. adjust
3688         (redoParagraphInternal, cursorX): adjust
3689         * text2.C (getColumnNearX): adjust
3690         (init): put a default value to the top LyXText::width
3691
3692 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3693
3694         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3695
3696 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3697
3698         * lyxtext.h: add FontIterator class
3699
3700         * text.C (FontIterator, operator*, operator->, operator++): add
3701         (rowBreakPoint, setRowWidth): adjust (fixing a
3702         rebreaking bug)
3703
3704 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3705
3706         * BufferView_pimpl.C (workAreaDispatch): allow also
3707         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3708
3709 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3710
3711         * text.C (rowBreakPoint): fix a bug showing with very large insets
3712
3713 2004-02-25  André Pönitz  <poenitz@gmx.net>
3714
3715         * text3.C:
3716         * cursor.[Ch]: move some mathed specific code to mathed
3717
3718 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3719
3720         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3721         use_tempdir in preferences
3722         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3723         tempfile creation
3724         * lyx_main.C: ensure that tempdir is valid
3725         * lyxlex.h: correct typo
3726         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3727         * paragraph.[Ch] (isMultiLingual): make const
3728         * cursor.[Ch] (openable): make const
3729
3730 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3731
3732         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3733
3734 2004-02-20  André Pönitz  <poenitz@gmx.net>
3735
3736         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3737
3738         * cursor.[Ch]: prepare for localized getStatus()
3739
3740         * lyxtext.h:
3741         * tabular.C:
3742         * text.C:
3743         * text2.C:
3744         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3745
3746 2004-02-20  André Pönitz  <poenitz@gmx.net>
3747
3748         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3749
3750 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3751
3752         * text2.C (setCursorFromCoordinates): switch to absolute coords
3753         (cursorUp): adjust
3754         (cursorDown): adjust
3755         * text3.C (dispatch): adjust
3756
3757 2004-02-16  André Pönitz  <poenitz@gmx.net>
3758
3759         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3760           insets/ChangeLog)
3761
3762         * cursor_slice.[Ch]: remove unneeded acessor function
3763
3764         * lyxtext.h: rename rtl() to isRTL()
3765
3766         * rowpainter.C:
3767         * tabular.C:
3768         * text.C:
3769         * text2.C:
3770         * text3.C: adjust
3771
3772 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3773
3774         * rowpainter.C (paintSelection): coord fix
3775
3776 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3777
3778         * Spacing.C: compile fix
3779
3780 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3781
3782         * cursor.C (dispatch): restore current_ before returning
3783
3784 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3785
3786         * text2.C (cursorUp, cursorDown): fix coords
3787         (moveUp): fix crash
3788
3789 2004-02-12  André Pönitz  <poenitz@gmx.net>
3790
3791         * lyxtext.h:
3792         * text.C:
3793         * text2.C:
3794         * text3.C: add LCursor & parameter to most cursor movement functions
3795           remove usage of LyXText::cursorRow() and cursorPar()
3796
3797         * cursor.[Ch]: add textRow() needed members
3798
3799         * BufferView.C:
3800         * BufferView_pimpl.C:
3801         * paragraph.[Ch]:
3802         * BufferView.C:
3803         * BufferView_pimpl.C: adjust
3804
3805 2004-02-11  André Pönitz  <poenitz@gmx.net>
3806
3807         * lyxfunc.C:
3808         * BufferView.[Ch]:
3809         * BufferView_pimpl.C: shift undo/redo handling
3810
3811         * cursor.[Ch]: fix mathed crash
3812
3813         * lyxfind.C:
3814         * lyxtext.h: move selectionAsText to LCursor
3815
3816         * output_latex.C:
3817         * paragraph.C:
3818         * text.C:
3819         * text2.C:
3820         * text3.C: adjust
3821
3822         * rowpainter.C: fix excessive drawing
3823
3824 2004-02-06  André Pönitz  <poenitz@gmx.net>
3825
3826         * BufferView.[Ch]:
3827         * BufferView_pimpl.[Ch]:
3828         * text3.C: move some text specific LFUN handling
3829
3830 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3831
3832         * text3.C (checkInsetHit): adjust coords
3833         * text2.C (getColumnNearX): adjust coords
3834         (edit): adjust coords
3835         * text.C (getRowNearY): add two asserts
3836
3837 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3838
3839         * converter.C:
3840         * format.C: add using std::distance to compile on gcc 2.95/stlport
3841
3842 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3843
3844         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3845
3846 2004-02-04  André Pönitz  <poenitz@gmx.net>
3847
3848         * BufferView.[Ch] (insertInset):
3849         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3850
3851         * text2.C:
3852         * text3.C: adjust
3853
3854 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3855
3856         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3857         on the default clause of the switch
3858         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3859         wasn't catched by LCursor::dispatch
3860
3861 2004-02-03  André Pönitz  <poenitz@gmx.net>
3862
3863         * BufferView.C:
3864         * cursor.[Ch]: some additional asserts
3865
3866         * undo.[Ch]: remove LyXText dependency in interface
3867
3868         * lyxfunc.C: adjust
3869
3870         * lyxtext.h (firstPar, lastPar): remove dead functions
3871
3872         * text.C:
3873         * text2.C:
3874         * text3.C:
3875         * paragraph.[Ch]: adjust
3876
3877 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3878
3879         * lyxfind.C (find): fix argument order in call to ::find
3880
3881 2004-02-02  André Pönitz  <poenitz@gmx.net>
3882
3883         * cursor.[Ch]: remove direct access to anchor
3884
3885         * text.C: remove findText() hack
3886
3887 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3888
3889         * iterators.[Ch] (lockPath): remove in favour of...
3890         * BufferView.[Ch] (setCursor): this addition
3891         * BufferView.C (putSelectionAt): adjust
3892         * undo.C (performUndoOrRedo): adjust
3893         * lyxfunc.C (dispatch): adjust
3894
3895 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3896
3897         * iterators.C (lockPath): add a missing slice
3898         * undo.C (performUndoOrRedo): remove redundant positioning code
3899
3900 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3901
3902         * vc-backend.C (scanMaster): ";" -> ';'
3903
3904 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3905
3906         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3907         std::binary_function
3908
3909         * lyxtextclass.C (compare_name): rename to...
3910         (LayoutNamesEqual): ...this
3911
3912         * lyxlex_pimpl.C (compare_tags): inherit from
3913         std::binary_function, put back into anon namespace
3914
3915         * lyxfind.C (MatchString): inherig from std::binary_function
3916         (findChange): use empty() istead of !size()
3917
3918         * format.C (FormatNamesEqual): new functor
3919         (getFormat): use it
3920         (getNumber): use it
3921         (add): use it
3922         (erase): use it
3923         (setViewer): use it
3924
3925         * converter.C (compare_Converter): rename to...
3926         (ConverterEqual): ...this, and fixup a bit.
3927         (getConverter): use it, and make function const
3928         (getNumber): use it, and make function const
3929         (add): use it
3930         (erase): use it:
3931
3932         * bufferlist.C: add using boost::bind
3933
3934         * MenuBackend.C (MenuNamesEqual): new functor
3935         (hasMenu): use it, and make function const
3936         (hasSubmenu): use nested bind to get rid of compare_memfun.
3937
3938 2004-01-30  André Pönitz  <poenitz@gmx.net>
3939
3940         * BufferView_pimpl.C:
3941         * cursor.C:
3942         * cursor.h:
3943         * cursor_slice.[Ch]:
3944         * lyxfunc.C:
3945         * lyxtext.h:
3946         * paragraph_funcs.C:
3947         * paragraph_funcs.h:
3948         * rowpainter.C:
3949         * text.C:
3950         * text2.C:
3951         * text3.C: move some of the edit(x,y) handling to the insets
3952         some coordinate changes.
3953
3954 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3955
3956         * text.C: add using statements for std::advance and std::distance
3957
3958         * paragraph.C: add using statement for std::distance
3959
3960         * lyxfind.C: add using statement for std::advance
3961
3962         * cursor.C (region): remove std:: from swap
3963         (openable): use nucleus in stead of operator->
3964
3965         * BufferView.C: add using statements for std::distance and std::swap
3966
3967 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3968
3969         * iterators.C: Remove the pimple, move the needed structures to
3970         the header file. Create accessor for the positions stack.
3971         (asPosIterator): remove function
3972
3973         * PosIterator.C (PosIterator): move constructors to top of file
3974         (PosIterator): reimplement the constructor taking a ParIterator in
3975         terms of setFrom.
3976         (setFrom): new function
3977         (operator!=): inline it
3978
3979 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3980
3981         * lyxfind.C (replaceAll): use std::advance
3982
3983         * iterators.h: inherit from std::iterator.
3984
3985         * PosIterator.C (advance, distance): remove
3986         * PosIterator.h: interit from std::iterator.
3987
3988 2004-01-26  André Pönitz  <poenitz@gmx.net>
3989
3990         * BufferView.[Ch]:
3991         * BufferView_pimpl.[Ch]:
3992         * InsetList.[Ch]:
3993         * PosIterator.[Ch]:
3994         * buffer.h:
3995         * bufferview_funcs.C:
3996         * cursor.[Ch]:
3997         * cursor_slice.h:
3998         * factory.[Ch]:
3999         * iterators.[Ch]:
4000         * lyxfind.C:
4001         * lyxfunc.C:
4002         * lyxtext.h:
4003         * output_docbook.C:
4004         * output_latex.C:
4005         * output_linuxdoc.C:
4006         * output_plaintext.C:
4007         * paragraph.[Ch]:
4008         * paragraph_funcs.[Ch]:
4009         * paragraph_pimpl.[Ch]:
4010         * rowpainter.C:
4011         * tabular.C:
4012         * tabular.h:
4013         * text.C:
4014         * text2.C:
4015         * text3.C: more IU:  dumps most of the rest of the mathcursor
4016     implementation into cursor.[Ch]; "globalize" a bit of it.
4017
4018 2004-01-25  Angus Leeming  <leeming@lyx.org>
4019
4020         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
4021
4022 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4023
4024         * LaTeXFeatures.h: add nice_ and nice() const
4025         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
4026
4027 2004-01-20  André Pönitz  <poenitz@gmx.net>
4028
4029         * BufferView.[Ch]:
4030         * BufferView_pimpl.C:
4031         * PosIterator.C:
4032         * bufferview_funcs.C:
4033         * cursor.[Ch]:
4034         * cursor_slice.[Ch]:
4035         * factory.C:
4036         * iterators.C:
4037         * lyx_cb.C:
4038         * lyxfind.C:
4039         * lyxfunc.C:
4040         * lyxtext.h:
4041         * rowpainter.C:
4042         * text.C:
4043         * text2.C:
4044         * text3.C:
4045         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
4046           LCursor and mathcursor parts to LCursor and InsetBase.
4047
4048 2004-01-15  André Pönitz  <poenitz@gmx.net>
4049
4050         * cursor_slice.[Ch]: add a few covienience functions
4051
4052         * funcrequest.[Ch]: remove BufferView * member
4053
4054         * BufferView_pimpl.C:
4055         * cursor.C:
4056         * factory.[Ch]:
4057         * lyxfind.[Ch]:
4058         * lyxfunc.C:
4059         * lyxtext.h:
4060         * text3.C:
4061         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
4062
4063 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
4064
4065         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
4066         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
4067
4068 2004-01-13  André Pönitz  <poenitz@gmx.net>
4069
4070         * textcursor.[Ch]:
4071         * lyxtext.h: hide cursor and selection anchor behind accessor function
4072
4073         * BufferView.C:
4074         * BufferView_pimpl.[Ch]:
4075         * PosIterator.C:
4076         * bufferview_funcs.C:
4077         * cursor.h:
4078         * lyxfind.C:
4079         * lyxfunc.C:
4080         * text.C:
4081         * text2.C:
4082         * text3.C:
4083         * undo.C: adjust
4084
4085         * cursor.h:
4086         * cursor_slice.[Ch]: some integer type changes for inset unification
4087
4088         * lyxcursor.[hC]: remove, it's CursorSlice now.
4089
4090         * Makefile.am:
4091         * BufferView_pimpl.[Ch]:
4092         * bufferview_funcs.C:
4093         * cursor_slice.C:
4094         * lyxtext.h:
4095         * text.C:
4096         * text2.C:
4097         * text3.C:
4098         * textcursor.[Ch]: adjust
4099
4100 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
4101
4102         * text2.C (undoSpan): add and use
4103         * text.C (breakParagraph): use undoSpan (fix bug 578)
4104         * lyxtext.h: adjust
4105
4106 2004-01-08  Angus Leeming  <leeming@lyx.org>
4107
4108         * BufferView_pimpl.C (MenuInsertLyXFile):
4109         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4110         * lyxfunc.C (menuNew, open, doImport):
4111         FileFilterList change to the FileDialog open and save functions.
4112
4113 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4114
4115         * ShareContainer.h: make isEqual and isUnique adaptable
4116
4117         * CutAndPaste.C: make resetOwnerAndChanges adaptable
4118
4119 2004-01-07  Angus Leeming  <leeming@lyx.org>
4120
4121         * LyXAction.C:
4122         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
4123
4124         * BufferView_pimpl.C (dispatch): act on these LFUNs.
4125
4126         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
4127         functions replacing find, replace and replaceAll.
4128
4129         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
4130         LFUN_WORDFIND(FORWARD|BACKWARD).
4131
4132 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4133
4134         * text.C (breakParagraph): remove an outdated #warning
4135
4136 2004-01-07  André Pönitz  <poenitz@gmx.net>
4137
4138         * lyxfind.C: somewhat clearer logic
4139
4140         * text.C: prevent crash in cursorX on unitialized row cache
4141
4142 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4143
4144         * lyxcursor.[Ch] (operator>): add
4145         * textcursor.C (selStart, selEnd): use std::min and std::max
4146
4147 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4148
4149         * Chktex.C: include boost/format.hpp
4150
4151 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4152
4153         * InsetList.C: replace functor MathcIt with adaptable functor
4154         InsetTablePosLess
4155         (insetIterator): modify accordingly
4156
4157         * BranchList.h: move the BranchNamesEqual functor here from...
4158         * BranchList.C: ... to here
4159
4160         * BranchList.C: new BranchListEqual fuctor, use it. Remove
4161         SameName and match.
4162         (add): replace a finding loop with std::find_if.
4163
4164 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
4165
4166         * output_docbook.C: moving LatexParam functionality into
4167         .layout files
4168
4169 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4170
4171         * buffer.C: increment format to 229.
4172
4173 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
4174
4175         * LaTeXFeatures.C:
4176         * lyx_sty.[Ch]: remove minipageindent_def
4177
4178         * LyXAction.C:
4179         * factory.C:
4180         * lfuns.h:
4181         * lyxfunc.C:
4182         * text3.C: remove LFUN_INSET_MINIPAGE
4183
4184 2003-12-28  Angus Leeming  <leeming@lyx.org>
4185
4186         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
4187
4188 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
4189
4190         * text2.C (setParagraph): fix off-by-one crash
4191
4192 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
4193
4194         * output_docbook.C: header stuff for AGU
4195
4196 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
4197
4198         * text2.C (redoCursor): remove
4199         * text.C:
4200         * text3.C:
4201         * BufferView_pimpl.C: remove calls to redoCursor and
4202         setCursor(cursor.par(), cursor.pos()) all around
4203
4204 2003-12-15  Angus Leeming  <leeming@lyx.org>
4205
4206         * buffer.C: up the format to 228.
4207
4208 2003-12-15  André Pönitz  <poenitz@gmx.net>
4209
4210         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
4211         slices
4212
4213         * Makefile.am:
4214
4215         * BufferView_pimpl.C:
4216         * cursor.[Ch]:
4217         * lyxcursor.[Ch]:
4218         * rowpainter.[Ch]:
4219         * lyxtext.h:
4220         * text.C:
4221         * text2.C:
4222         * text3.C: adjust
4223
4224 2003-12-15  Angus Leeming  <leeming@lyx.org>
4225
4226         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
4227         than getFromGUIName to manipulate the color.
4228
4229 2003-12-14  Angus Leeming  <leeming@lyx.org>
4230
4231         * BranchList.[Ch]: minimize the API.
4232         (Branch::getBranch, getColor): now return a 'const &'.
4233         (Branch::setSelected) now returns a bool set to true if the
4234         selection status changes.
4235         (BranchList::clear, size, getColor, setColor, setSelected,
4236         allBranches, allSelected, separator): removed.
4237         (BranchList::find): new functions, returning the Branch with
4238         the given name.
4239         (BranchList::add, remove): return a bool indicating that
4240         the operation was successful.
4241
4242         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
4243         new InsetBranch::isBranchSlected member function.
4244
4245         * LColor.[Ch]: mimimize the API.
4246         (fill): renamed as addColor and made private.
4247         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
4248         versions of these functions taking a string arg have been removed.
4249
4250         * bufferparams.C (readToken):
4251         * lyxfunc.C (dispatch):
4252         * lyxrc.C (read): changes due to the altered BranchList and
4253         LColor APIs.
4254
4255         * factory.C (createInset, readInset): changes due to altered
4256         InsetBranch c-tor.
4257
4258 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4259
4260         * factory.C:
4261         * lyxfunc.C: remove insetminipage. "minipage-insert"
4262         now produces a frameless minipage box inset.
4263
4264 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4265
4266         * textcursor.[Ch] (selStart,selEnd): add new methods
4267         remove selection::start, end, use LyXCursor::operator<
4268         * lyxcursor.[Ch] (operator<): add
4269         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4270         * BufferView.[Ch] (unsetXSel): add
4271         * text2.C (clearSelection): use unsetXSel,adjust
4272         * text.C: adjust
4273         * text3.C: adjust
4274         * rowpainter.C: adjust
4275         * bufferview_funcs.C (put_selection_at): adjust
4276
4277 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4278
4279         * BufferView_pimpl.C: small coord. correction
4280
4281 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4282
4283         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4284         dragging over the splash screen.
4285
4286 2003-12-11  Angus Leeming  <leeming@lyx.org>
4287
4288         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4289         as it is now handled in LyXText::dispatch.
4290
4291         * text3.C (doInsertInset): remove a level of nesting.
4292
4293 2003-12-11  Angus Leeming  <leeming@lyx.org>
4294
4295         * factory.C (createInset): changes due to the changed interface to
4296         InsetCommandMailer::string2params.
4297
4298 2003-12-10  Angus Leeming  <leeming@lyx.org>
4299
4300         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4301         'dialog-show-new-inset <inset name>'
4302
4303 2003-12-10  Angus Leeming  <leeming@lyx.org>
4304
4305         * buffer.C: up the format to 227.
4306
4307         * factory.C: the box inset is now identified simply by 'Box'.
4308
4309 2003-12-10  Angus Leeming  <leeming@lyx.org>
4310
4311         * buffer.C: up the format to 226.
4312
4313         * factory.C: the note inset is now identified simply by 'Note'.
4314
4315 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4316
4317         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4318         when a pit is enough. Standarize a couple of loops.
4319
4320 2003-12-05  Angus Leeming  <leeming@lyx.org>
4321
4322         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4323         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4324         data to the re-worked "log" dialog.
4325
4326 2003-12-03  André Pönitz  <poenitz@gmx.net>
4327
4328         * PosIterator.C:
4329         * iterators.C:
4330         * lyxtext.h:
4331         * output_latex.C:
4332         * paragraph_funcs.C:
4333         * text.C:
4334         * text2.C: use Inset::getText instead of Inset::getParagraph
4335
4336 2003-12-03  André Pönitz  <poenitz@gmx.net>
4337
4338         * buffer.[Ch]:
4339         * lyxtext.h:
4340         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4341         InsetText::read() as LyXText::read()
4342
4343 2003-12-02  Angus Leeming  <leeming@lyx.org>
4344
4345         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4346         type. Add a comment in the implementation that the function uses
4347         the stream's bad() function rather than fail() as the std::streams
4348         would do.
4349
4350 2003-12-02  André Pönitz  <poenitz@gmx.net>
4351
4352         * lyxlex.[Ch]: make interface more similar to std::stream
4353
4354         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4355
4356 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4357
4358         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4359
4360 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4361
4362         * vspace.[Ch]: remove VSpace::NONE
4363
4364 2003-12-01  André Pönitz  <poenitz@gmx.net>
4365
4366         * buffer.[Ch]:
4367         * lyxtext.h: move ParagraphList member to LyXText
4368         rename LyXText::ownerParagraphs to LyXText::paragraph
4369
4370         * CutAndPaste.C:
4371         * bufferview_funcs.C:
4372         * iterators.[Ch]:
4373         * lyx_cb.C:
4374         * paragraph.C:
4375         * rowpainter.C:
4376         * tabular.C:
4377         * text.C:
4378         * text2.C:
4379         * text3.C: adjust
4380
4381         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4382
4383         * undo.C: fix cursor positioning
4384
4385 2003-12-01  John Levon  <levon@movementarian.org>
4386
4387         * BufferView_pimpl.C: fix a crash on exit with
4388         a buffer open
4389
4390 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4391
4392         * BranchList.C: fix setSelected() method.
4393
4394 2003-11-28  André Pönitz  <poenitz@gmx.net>
4395
4396         * ParagraphParameters.[Ch]:
4397         * ParameterStruct.h: remove space above/below from Paragraph to
4398          InsetVSpace
4399
4400         * BufferView_pimpl.C:
4401         * factory.C:
4402         * lyxfunc.C:
4403         * lyxtext.h:
4404         * output_latex.C:
4405         * paragraph.C:
4406         * paragraph_funcs.C:
4407         * rowpainter.[Ch]:
4408         * text.C:
4409         * text2.C:
4410         * text3.C: adjust
4411
4412 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4413
4414         * factory.C: Syntax change for CharStyles
4415
4416 2003-11-28  André Pönitz  <poenitz@gmx.net>
4417
4418         * BufferView.[Ch]:
4419         * BufferView.[Ch]:
4420         * buffer.[Ch]:
4421         * buffer.[Ch]: move LyXText member
4422
4423 2003-11-28  André Pönitz  <poenitz@gmx.net>
4424
4425         * BufferView.[Ch]: make LyXText * text a private member
4426
4427         * BufferView_pimpl.C:
4428         * cursor.C:
4429         * iterators.C:
4430         * lyx_cb.C:
4431         * lyxfind.C:
4432         * lyxtext.h:
4433         * rowpainter.[Ch]:
4434         * text.C:
4435         * text2.C:
4436         * undo.C: adjust
4437
4438         * output_plaintext.C: cleanup
4439
4440 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4441
4442         * buffer.C:
4443         * lyxtextclass.[Ch]: parametrize SGML document header
4444
4445 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4446
4447         * converter.[Ch]:
4448         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4449         getFlavor().
4450
4451 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4452
4453         * text2.C (setFont): rework using PosIterator (no more recursive)
4454         (setCharFont): no more needed
4455         (setLayout): no more selection cursors fiddling (done by redoCursor)
4456         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4457         destroy remaining ones)
4458
4459 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4460
4461         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4462         * lyxtext.h: ditto
4463         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4464         selection cursors
4465         * lyxfunc.C: adjust
4466         * text3.C: adjust + re-allow multi par depth changes
4467         * textcursor.C: simplify a bit
4468
4469 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4470
4471         * src/buffer.C:
4472         * src/lyxlayout.C:
4473         * src/lyxlayout.h:
4474         * src/lyxtext.h:
4475         * src/output_docbook.C:
4476         * src/output_latex.C:
4477         * src/paragraph.C:
4478         * src/paragraph.h:
4479         * src/sgml.C:
4480         * src/sgml.h:
4481         * src/text2.C: Introducing a number of tags parametrizing various
4482         XML formats that we may want to support
4483
4484 2003-11-25  André Pönitz  <poenitz@gmx.net>
4485
4486         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4487
4488         * lyxtext.h (leftMargin/rightMargin): simplify interface
4489
4490         * rowpainter.C:
4491         * text.C:
4492         * text2.C:
4493         * text3.C: adjust
4494
4495 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4496
4497         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4498         master file to any child files. Fixes bug 546.
4499
4500 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4501
4502         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4503
4504 2003-11-24  André Pönitz  <poenitz@gmx.net>
4505
4506         * rowpainter.C: simplification
4507
4508         * text2.C (updateCounters): remove call to redoParagraph on
4509         changed labels as this is far too expensive.
4510
4511 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4512
4513         * converter.C (convert): fix a crash: this function gets
4514         called with buffer == 0 from importer code.
4515
4516 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4517
4518         * text3.C (cursorPrevious): make sure that we do not compare
4519         iterators form different containers.
4520         (cursorNext): ditto
4521
4522         * rowpainter.C (paintSelection): make sure that we do not compare
4523         iterators from different containers.
4524
4525         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4526         iterators from different ParagraphList containers.
4527         [NEXT] ditto
4528
4529         * text2.C (LyXText): change order of initialization slightly
4530         (operator=): new function. copy all variables except cache_par_
4531         (moveUp): make sure that we do not compare iterators from
4532         different ParagraphList constainers.
4533         (moveDown): ditto
4534
4535         * text.C (firstPar): new function
4536         (lastPar): new function
4537         (endPar): new function
4538
4539         * lyxtext.h: move things around and group public functions, public
4540         variables, private functions, private variables
4541
4542 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4543
4544         * factory.C: change call to InsetERT constructor to avoid
4545         additional invocation of method status
4546         * text2.C (toggleInset): remove redundant update() call
4547         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4548         instead of a Bufferview pointer
4549
4550 2003-11-21  André Pönitz  <poenitz@gmx.net>
4551
4552         * rowpainter.C: simplification
4553
4554 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4555
4556         * text3.C (dispatch): make possible to extend a word/row selection
4557         with the mouse
4558
4559 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4560
4561         * lyxtext.h: x0_,y0_ -> xo_,yo_
4562         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4563         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4564         * rowpainter.C (paintRows): paint full paragraphs
4565
4566 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4567
4568         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4569         screen coordinates)
4570
4571 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4572
4573         * lyxtext.h: add x0_, y0_
4574         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4575         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4576
4577 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4578
4579         * text2.C (setCursorIntern): move the x_target update here *
4580         * text3.C: change some bv() to true/false in calls to
4581         cursorUp/Down/Right/Left
4582         * cursor.C: use helper function.
4583
4584 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4585
4586         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4587         * paragraph_funcs.[Ch]: correct comment
4588         * rowpainter.C: do not paint selections away from bv->cursor()
4589         Fix a long standing selection painting bug.
4590         * text3.C: generalize mouse-selection code to LyXTexts other that
4591         top one
4592         * textcursor.C: do not use y coords if we can use par offsets
4593
4594 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4595
4596         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4597         cursor position after e.g. inset insert)
4598
4599 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4600
4601         * lyxfind.C (replace): adjust to locking removal + some
4602         code simplification
4603
4604 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4605
4606         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4607         of the path
4608
4609 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4610
4611         * lyxlayout.[Ch]:
4612         * output_docbook.C: XML sanitation: new layout
4613         parameters InnerTag and CommandDepth
4614
4615 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4616
4617         * BufferView_pimpl.C:
4618         * factory.C:
4619         * text3.C: Fix the insertion and modification of button-style
4620         insets
4621
4622 2003-11-13  André Pönitz  <poenitz@gmx.net>
4623
4624         * InsetList.[Ch]: remove deleteLyXText
4625
4626         * paragraph.[Ch]: cache beginOfBody position
4627
4628         * Bidi.C:
4629         * text.C:
4630         * text2.C:
4631         * text3.C: remove superfluous update() calls
4632
4633         * vspace.C: cleanup
4634
4635 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4636
4637         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4638         * BufferView.C (fitLockedInsetCursor): remove
4639         * cursor.[Ch] (getDim): add
4640         * text.C (getRowNearY): add faster version
4641         * text3.C: remove some update calls
4642
4643 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4644
4645         * LaTeXFeatures.C:
4646         * LyXAction.C:
4647         * MenuBackend.C:
4648         * MenuBackend.h:
4649         * dispatchresult.h:
4650         * factory.C:
4651         * lfuns.h:
4652         * lyxfunc.C:
4653         * lyxtextclass.C:
4654         * lyxtextclass.h:
4655         * text3.C: The Character Style /XML short element patch.
4656
4657 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4658
4659         * text3.C:
4660         * factory.C: Small step to solving 'unable to insert some insets'
4661         problem
4662
4663 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4664
4665         * cursor.[Ch] (updatePos): new function for updating the y
4666         position of the tip inset
4667         * bufferview_funcs.C (put_selection_at):
4668         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4669
4670 2003-11-11  André Pönitz  <poenitz@gmx.net>
4671
4672         * text.C: remove big comment on invalid Paragraph pointers as it is
4673         not valid anymore
4674
4675 2003-11-11  André Pönitz  <poenitz@gmx.net>
4676
4677         * text_funcs.[Ch]: merge with ...
4678
4679         * text.C: ... this
4680
4681         * lyxtext.h:
4682         * text2.C:
4683         * text3.C: adjust
4684
4685         * Makefile.am: remove text_funcs.[Ch]
4686
4687 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4688
4689         * cursor.C (getPos): return absolute cached y coord
4690
4691         * BufferView_pimpl.C (fitCursor): new simplistic code
4692         (workAreaDispatch): add a fitCursor call
4693
4694 2003-11-10  André Pönitz  <poenitz@gmx.net>
4695
4696         * BufferView.[Ch]:
4697         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4698
4699 2003-11-10  André Pönitz  <poenitz@gmx.net>
4700
4701         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4702         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4703         indicate that the cursor needs to leave an inset
4704
4705         * lyxtext.h: remove inset locking
4706
4707         * cursor.[Ch]: re-implement functionality provided by inset locking
4708
4709         * BufferView.[Ch]:
4710         * BufferView_pimpl.[Ch]:
4711         * LyXAction.C:
4712         * bufferview_funcs.[Ch]:
4713         * factory.C:
4714         * funcrequest.[Ch]:
4715         * iterators.C:
4716         * lyx_cb.C:
4717         * lyxfind.C:
4718         * lyxfunc.C:
4719         * text.C:
4720         * text2.C:
4721         * text3.C:
4722         * undo.C: adjust
4723
4724 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4725
4726         * PosIterator.[Ch]: replace the stack with a vector, add inset
4727         accesor
4728         * iterators.[C]: adjust
4729
4730 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4731
4732         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4733         replaced
4734         * paragraph_funcs.C (readParToken): put the correct id in the
4735         error item, not the id of the top paragraph
4736
4737 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4738
4739         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4740         * bufferview_funcs.C (put_selection_at): use the above
4741
4742 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4743
4744         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4745
4746 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4747
4748         * output_linuxdoc.h:
4749         * output_plaintext.h:
4750         * output.h:
4751         * output_docbook.h: add #include statements
4752
4753 2003-11-05  José Matos  <jamatos@lyx.org>
4754
4755         * output_docbook.[Ch]:
4756         * output_latex.[Ch]:
4757         * output_linuxdoc.[Ch]:
4758         * output_plaintext.[Ch]: New files for output formats.
4759         * output.[Ch]: New file for helper functions.
4760
4761         * buffer.[Ch]:
4762         * paragraph_funcs.[Ch]: output functions moved to new files.
4763
4764         * outputparams.h: rename of latexrunparams.h
4765
4766         * LaTeX.[Ch]:
4767         * buffer.[Ch]:
4768         * bufferlist.[Ch]:
4769         * converter.[Ch]:
4770         * exporter.C:
4771         * paragraph.[Ch]:
4772         * paragraph_funcs.[Ch]:
4773         * paragraph_pimpl.[Ch]:
4774         * tabular.[Ch]: rename ascii to plaintext
4775         and LatexRunParams to OutputParams.
4776
4777 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4778
4779         * iterators.[Ch] (text): require bv argument
4780         * undo.C (recordUndo):
4781         * lyxfunc.C (dispatch):
4782         * bufferview_funcs.C (put_selection_at): adjust
4783
4784 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4785
4786         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4787
4788 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4789
4790         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4791         nestings
4792
4793 2003-11-04  André Pönitz  <poenitz@gmx.net>
4794
4795         * cursor.[Ch]: restructure
4796
4797         * BufferView.[Ch]:
4798         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4799
4800         * iterators.[Ch] (asCursor): remove
4801
4802         * lfuns.h: remove LFUN_INSET_EDIT
4803
4804         * lyxfunc.C:
4805         * tabular.C:
4806         * text.C:
4807         * text2.C:
4808         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4809
4810 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4811
4812         * lyxfind.[Ch]: complete overhaul
4813         * BufferView_pimpl.C:
4814         * lyxfunc.C: adjust
4815         * paragraph.[Ch] (insert): add
4816
4817 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4818
4819         * BufferView.[Ch]:
4820         * lyxtext.h:
4821         * text.C: remove dead spellcheck code
4822
4823 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4824
4825         * dispatchresult.h: add a val setter
4826
4827         * cursor.C (dispatch): use a tempvar for data_[i]
4828
4829 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4830
4831         * PosIterator.[Ch]: compile fix
4832
4833 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4834
4835         * text.C (cursorPar): deactivate the cursor cache
4836
4837 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4838
4839         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4840
4841 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4842
4843         * text3.C (dispatch): adjust for new DisptchResult semantics.
4844
4845         * lyxfunc.C (dispatch): handle update when return from
4846         Cursor::dispatch, adjust for new DispatchResult semantics.
4847
4848         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4849         DispatchResult(true) mean to not update. Add class functions for
4850         setting dispatched and update, as well as reading.
4851
4852         * cursor.C (dispatch): don't handle update here
4853
4854 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4855
4856         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4857         * trans_mgr.C: adjust
4858
4859         * paragraph_funcs.C (readParToken): exception safety
4860
4861         * lyxvc.h: store the vcs pointer in a scoped_ptr
4862         * lyxvc.C: adjust
4863
4864         * lyxsocket.C (serverCallback): exception safety
4865
4866         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4867
4868         * ispell.C (clone): make it return a auto_ptr
4869
4870         * factory.C (createInset): exception safety
4871         (readInset): exception safety
4872
4873         * bufferlist.C (newBuffer): exception safety
4874
4875         * Thesaurus.C (Thesaurus): use initialization for aik_
4876
4877         * MenuBackend.C (expandToc): exception safety.
4878
4879 2003-11-03  André Pönitz  <poenitz@gmx.net>
4880
4881         * buffer.C:
4882         * buffer.h:
4883         * bufferview_funcs.C: remove getInsetFromId()
4884
4885         * lyxcursor.[Ch]:
4886         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4887
4888         * lyxfunc.C:
4889         * text2.C:
4890         * text3.C: adjust
4891
4892 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4893
4894         * PosIterator.C (distance, advance): new
4895         * bufferview_funcs.[Ch] (put_selection_at): new
4896         * iterators.[Ch] (lockPath): new
4897
4898 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4899
4900         * iterators.[Ch] (asPosIterator): added
4901         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4902         * PosIterator.[Ch]: added
4903
4904 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4905
4906         * text3.C:
4907         * lyxfunc.C:
4908         * cursor.C (dispatch):
4909         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4910
4911         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4912         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4913         contructor, add a class function dispatched. Remove operator>=
4914
4915 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4916
4917         * debug.C: only use the default constructor for debugstream
4918         (lyxerr) here.
4919
4920         * main.C (main): include debug.h and setup the lyxerr streambuf
4921         here.
4922
4923 2003-10-31  José Matos  <jamatos@lyx.org>
4924
4925         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4926
4927         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4928         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4929         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4930         * paragraph_pimpl.C (simpleTeXSpecialC):
4931         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4932         add LatexRunParams argument.
4933
4934         * exporter.C (Export): change call accordingly.
4935
4936         * latexrunparams.h: add new member to take care of the other backends.
4937 2003-10-30  José Matos  <jamatos@lyx.org>
4938
4939         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4940         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4941         factorise code for paragraph output.
4942         * buffer.[Ch]:
4943         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4944         move functions.
4945
4946 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4947
4948         * text3.C (dispatch):
4949         * lyxfunc.C (dispatch):
4950         * cursor.C (dispatch):
4951         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4952
4953         * dispatchresult.h: make the dispatch_result_t ctor explicit
4954
4955 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4956
4957         * sgml.[Ch]:
4958         * buffer.C: small refactoring of docbook stuff
4959
4960 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4961
4962         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4963         meaning.
4964
4965 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4966
4967         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4968         operator dispatch_result_t, and operators for == != and >=
4969
4970         * cursor.C (dispatch): adjust for operator dispatch_result_t
4971         removal. comment out call to update
4972
4973         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4974
4975 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4976
4977         * text3.C:
4978         * text2.C:
4979         * text.C:
4980         * lyxtext.h:
4981         * lyxfunc.C:
4982         * cursor.C:
4983         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4984         (dispatch):
4985
4986         * dispatchresult.h: new file, DispatchResult broken out of
4987         insets/insetbase.h
4988
4989         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4990
4991 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4992
4993         * text.C (rowBreakPoint): put a hack inside #if 0
4994
4995 2003-10-28  André Pönitz  <poenitz@gmx.net>
4996
4997         * lyxtext.h:
4998         * metricsinfo.C:
4999         * paragraph_funcs.C:
5000         * rowpainter.C:
5001         * text.C:
5002         * text2.C: general cleanup (lots of small stuff)
5003
5004 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
5005
5006         * text2.C (cursorEnd): simple fix to the "end key goes to one
5007         before the end on last row" bug
5008
5009 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
5010
5011         * text.C (backspace): fix the "zombie characters"
5012
5013 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
5014
5015         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
5016
5017 2003-10-27  André Pönitz  <poenitz@gmx.net>
5018
5019         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
5020
5021         * factory.C: handle new InsetPagebreak, InsetLine
5022
5023         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
5024         and move handling into new InsetPagebreak, InsetLine
5025
5026         * BufferView_pimpl.C:
5027         * LyXAction.C:
5028         * ParagraphParameters.C:
5029         * ParameterStruct.h:
5030         * lyxfunc.C:
5031         * lyxtext.h:
5032         * paragraph.C:
5033         * paragraph.h:
5034         * paragraph_funcs.C:
5035         * paragraph_pimpl.C:
5036         * rowpainter.C:
5037         * text.C:
5038         * text2.C:
5039         * text3.C: adjust
5040
5041 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
5042
5043         * text.C:
5044         * lyxrow_funcs.[Ch]:
5045         * Bidi.C:
5046         * paragraph.C:
5047         * lyxtext.h:
5048         * rowpainter.C:
5049         * text2.C:
5050         * text3.C: remove lastPos uses in favour of Row::endpos
5051
5052 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
5053
5054         * undo.C (performUndoOrRedo): fix two crashes by setting a
5055         cursor by hand and reordering some calls. Use bv->lockInset instead
5056         of inset->edit because the latter loses cursor information
5057
5058 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
5059
5060         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
5061         by Martin
5062         (rowBreakPoint): fix width. change point to point + 1.
5063         Add a missing check.
5064
5065 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
5066
5067         * MenuBackend.C:
5068         * lyxfunc.C: fix (at least partly) the problems
5069         with the Nav menu and headers inside branch insets
5070         reported by Kayvan
5071
5072 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
5073
5074         * paragraph.C (getChar): add strong asserts
5075
5076         * lyxrow_funcs.C (lastPos): remove hideous hack
5077
5078         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
5079         (fill): adjust to that (avoid an infinite loop)
5080
5081 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
5082
5083         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
5084
5085 2003-10-23  André Pönitz  <poenitz@gmx.net>
5086
5087         * RowList_fwd.h: change list<> to vector<> to gain speed
5088         after suggestion from Alfredo
5089
5090 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
5091
5092         * lyxtext.h: move the bidi stuff from here...
5093         * text.C: and here
5094         * text2.C: and here
5095         * Bidi.[Ch]: ... to here
5096
5097 2003-10-23  André Pönitz  <poenitz@gmx.net>
5098
5099         * lyxtext.h:
5100         * text.C (isLastRow, isFirstRow): new functions
5101
5102         * paragraph.h: new width cache member
5103
5104         * rowpainter.C: replace RowList::iterator with Row & where possible
5105
5106         * lyxfunc.C: replace several view()->text with a single call
5107
5108         * toc.C: fix 'unused' warning
5109
5110 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5111
5112         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
5113         when woring with stream::pos_type
5114         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
5115
5116 2003-10-22  André Pönitz  <poenitz@gmx.net>
5117
5118         * lyxtext.h:
5119         * text.C: use Row & instead of RowList::iterator
5120
5121         * lyxrow.h: rename end() to endpos()
5122
5123         * rowpainter.C:
5124         * text.C:
5125         * text2.C: adjust
5126
5127 2003-10-22  Angus Leeming  <leeming@lyx.org>
5128
5129         * buffer.[Ch] (fully_loaded): new member function, returning true
5130         only when the file has been loaded fully.
5131         Used to prevent the premature generation of previews and by the
5132         citation inset to prevent computation of the natbib-style label.
5133
5134         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
5135         templates are all set up.
5136
5137         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
5138
5139 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
5140
5141         * text.C: fixed an "oops" in the "is a bit silly"
5142         bug fix
5143
5144 2003-10-21  André Pönitz  <poenitz@gmx.net>
5145
5146         * FuncStatus.[Ch]: small stuff, whitespace
5147
5148         * lyxfont.[Ch]: operator<<() for debug reasons
5149
5150         * lyxfunc.C:
5151         * lyxrow_funcs.C:
5152         * lyxtext.h: whitespace, spelling
5153
5154         * paragraph.C: naming of variables
5155
5156         * text.C:
5157         * text2.C: small stuff
5158
5159
5160 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
5161
5162         * text.C: (1) finish off the inset display() work;
5163         (2) fix the "is a bit silly" bug (accessing char
5164         past end of par).
5165
5166 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
5167
5168         * text.C: re-introduce display() for insets, fixing the
5169         various bugs (stretch of line above, math inset
5170         positioning, ...)
5171
5172 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5173
5174         * text.C (rightMargin): remove spurious semicolon
5175
5176         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
5177         1415)
5178
5179 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
5180
5181         * text3.C: fix one crash due to wrong cursor def
5182
5183 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5184
5185         * vc-backend.C (scanMaster): make the regex static
5186
5187         * LaTeX.C (scanAuxFile): make the regexs static
5188
5189         * text3.C (doInsertInset, dispatch, dispatch):
5190         * text2.C (cursorUp, cursorDown):
5191         * text.C (selectNextWordToSpellcheck):
5192         * BufferView_pimpl.C (dispatch):
5193         * lyxfunc.C (dispatch):  localDispatch -> dispatch
5194
5195 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5196
5197         * lyxsocket.C: include <cerrno>
5198
5199 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5200
5201         * lyxfunc.C (dispatch): remove textcache stuff
5202
5203         * bufferlist.C (release): remove textcache stuff
5204         (closeAll): ditto
5205
5206         * TextCache.C: delete file
5207         * TextCache.h: delete file
5208
5209         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
5210
5211         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
5212         delete of the bv_->text.
5213         (resizeCurrentBuffer): remove texcache stuff
5214         (workAreaResize): ditto
5215
5216 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5217
5218         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
5219         action.
5220
5221 2003-10-16  André Pönitz  <poenitz@gmx.net>
5222
5223         * lyxrow.[Ch]:
5224         * paragraph.h:
5225         * rowpainter.C:
5226         * text.C:
5227         * text2.C:
5228         * text3.C: speed up by storing y positions per paragraph plus per-row
5229         offset instead of having a 'full' y position in the row.
5230
5231 2003-10-15  André Pönitz  <poenitz@gmx.net>
5232
5233         * iterators.[Ch]:
5234         * iterators.[Ch]:
5235         * undo.[Ch]: make undo aware of inner insets
5236
5237 2003-10-14  Angus Leeming  <leeming@lyx.org>
5238
5239         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
5240         static member functions LyX::ref() and LyX::cref.
5241         (lastfiles): new accessor functions for the new lastfiles_ member var.
5242         (addLyXView, views_): add a new LyXView to the list of views_.
5243         (updateInset): loop over all LyXViews to call their own updateInset
5244         member function, returning a pointer to the Buffer owning the inset.
5245
5246         * BufferView_pimpl.C (loadLyXFile):
5247         * MenuBackend.C (expandLastfiles):
5248         * bufferlist.C (MenuWrite, QuitLyX):
5249         lastfiles is no longer a global variable.
5250         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
5251
5252         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5253         static function. Access through LyX::cref().emergencyCleanup().
5254
5255 2003-10-14  André Pönitz  <poenitz@gmx.net>
5256
5257         * iterators.[Ch]: new direct access to innermost LyXText and Inset
5258
5259         * undo.[Ch]: restoring part of 'undo in insets'
5260
5261         * Makefile.am:
5262         * undo_funcs.[Ch]: merge with undo.[Ch]
5263
5264         * tabular.C: small cleansing stuff
5265
5266 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5267
5268         * paragraph_funcs.C (readParToken): report unknown insets as error
5269         boxes. Use the outer paragraph as location (also for unknown
5270         tokens).
5271
5272         * factory.C (readInset): do not abort on reading an unknown inset.
5273         Eat it and return 0.
5274
5275 2003-10-13  Angus Leeming  <leeming@lyx.org>
5276
5277         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5278
5279         * lyxrc.C: displayTranslator is now a function,
5280         declared in GraphicsTypes.h.
5281
5282 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5283
5284         * format.C: new placeholder $$a to pass the socket address.
5285
5286         * bufferlist.[Ch]: new function getBufferFromTmp.
5287
5288         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5289           files in the temporary dir.
5290
5291 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5292
5293         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5294
5295         * Makefile.am: add lyxsocket.[Ch].
5296
5297         * lyx_main.C (error_handler): handle SIGPIPE.
5298
5299 2003-10-13  André Pönitz  <poenitz@gmx.net>
5300
5301         * BufferView_pimpl.C:
5302         * lyxtext.h:
5303         * text.C:
5304         * text2.C:
5305         * text3.C:
5306         * undo_funcs.[Ch]: use paroffset_type instead of
5307           ParagraphList::iterators to prevent multiple conversion
5308           (and get a more robust interface)
5309
5310 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5311
5312         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5313         * lyxtext.h: ditto
5314         * text3.C (dispatch): ditto
5315
5316 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5317
5318         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5319         move the onlyfile, use onlyfile instead of foundfile in a couple
5320         of places.
5321
5322         * DepTable.C (update): flush the error stream a bit more
5323
5324 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5325
5326         * lyxserver.C (callback): adjust
5327
5328         * lyxfunc.C (getStatus): add a missing brace in commented code
5329         (ensureBufferClean): reindent
5330         (dispatch): delete version taking a string
5331
5332 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5333
5334         * LaTeX.C (deplog): move found file handlig from here...
5335         (handleFoundFile): .. to new function here.
5336         (deplog): make sure to discover several files mentioned on the
5337         same log line.
5338
5339 2003-10-10  André Pönitz  <poenitz@gmx.net>
5340
5341         * lyxfunc.C:
5342         * lyxtext.h:
5343         * tabular.C:
5344         * text.C:
5345         * text2.C:
5346         * text3.C: fix some of the tabular crashes
5347
5348 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5349
5350         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5351
5352         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5353
5354 2003-10-09  André Pönitz  <poenitz@gmx.net>
5355
5356         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5357
5358         * BufferView.C:
5359         * BufferView_pimpl.C:
5360         * bufferview_funcs.C:
5361         * lyx_cb.C:
5362         * lyxcursor.C:
5363         * lyxfind.C:
5364         * lyxfunc.C:
5365         * lyxtext.h:
5366         * text.C:
5367         * text2.C:
5368         * text3.C:
5369         * text_funcs.[Ch]:
5370         * textcursor.[Ch]:
5371         * undo_funcs.C: adjust
5372
5373 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5374
5375         * text2.C (incrementItemDepth): new function, use a backtracking
5376         algorithm to discover the correct item depth.
5377         (resetEnumCounterIfNeeded): new function, use a backtracking
5378         algorithm to discover if counter reset is needed.
5379         (setCounter): use them. Simplify a bit. Add different labels for
5380         different item depths for itemize.
5381
5382         * paragraph.C (Paragraph): remove initialization of enumdepth
5383         (operator=): ditto
5384
5385         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5386         enumerate and itemize. Change the type of itemdepth to signed char.
5387
5388 2003-10-08  André Pönitz  <poenitz@gmx.net>
5389
5390         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5391           thing assignable.
5392         * text.C:
5393         * text2.C: adjust
5394
5395         * tabular.[Ch]: fix crash after 'row-insert'
5396
5397 2003-10-08  Angus Leeming  <leeming@lyx.org>
5398
5399         Fix doxygen warnings.
5400
5401         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5402         Remove CutAndPaste:: prefix from header file declaration.
5403
5404         * LColor.h (fill): remove LColor:: prefix from declaration.
5405
5406         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5407         use lyx::depth_type rather than Paragraph::depth_type so that
5408         header file and .C file match.
5409
5410         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5411
5412         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5413         * aspell.C: \file aspell_local.C -> \file aspell.C
5414         * gettext.C: \file gettext.C -> \file src/gettext.C
5415         * gettext.h: \file gettext.h -> \file src/gettext.h
5416         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5417         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5418         * text.C: \file text.C -> \file src/text.C
5419
5420         * toc.C: move comment so that doxygen is not confused.
5421
5422 2003-10-07  Angus Leeming  <leeming@lyx.org>
5423
5424         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5425
5426 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5427
5428         * aspell.C:
5429         * aspell_local.h: add forgotten std::string's.
5430
5431 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5432
5433         * LaTeXFeatures.C:
5434         * LyXAction.C:
5435         * factory.C:
5436         * lfuns.h:
5437         * lyxfunc.C:
5438         * text3.C: The Box patch. Fancybox support, minipage, parbox
5439
5440 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5441
5442         * CutAndPaste.h:
5443         * DepTable.h:
5444         * FloatList.h:
5445         * LaTeXFeatures.h:
5446         * ParagraphParameters.h:
5447         * TextCache.h:
5448         * Thesaurus.h:
5449         * bufferlist.h:
5450         * exporter.h:
5451         * importer.h:
5452         * lastfiles.h:
5453         * lyxfind.h:
5454         * lyxfont.h:
5455         * lyxlex.h:
5456         * lyxtextclasslist.h:
5457         * messages.h:
5458         * paragraph.h:
5459         * paragraph_pimpl.C:
5460         * textcursor.h: add <string> and other small fixes to make Lars'
5461         std::string patch compile with STLport.
5462
5463 2003-10-06  Angus Leeming  <leeming@lyx.org>
5464
5465         * LColor.h: Add missing #include <string>.
5466
5467 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * All most all file in all subdirs: Make <string> be the prefered
5470         way of getting to std::string, add using declarations.
5471
5472 2003-10-06  André Pönitz  <poenitz@gmx.net>
5473
5474         * metricsinfo.C: initialize LyXFont before changing attribute.
5475         (fixes the 'math in \emph is upright' bug)
5476
5477 2003-10-06  André Pönitz  <poenitz@gmx.net>
5478
5479         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5480
5481 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5482
5483         * graph.C:
5484         * paragraph_pimpl.C: Small fixes to build using STLport
5485
5486 2003-10-02  André Pönitz  <poenitz@gmx.net>
5487
5488         * lyxfunc.C:
5489         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5490
5491 2003-10-01  André Pönitz  <poenitz@gmx.net>
5492
5493         * factory.C: assert early
5494
5495 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5496
5497         * lyx_main.C: remove the global debug object
5498
5499         * debug.h: adjust for new debugstream
5500
5501         * debug.C: adjust for new debugstream and keep the global debug
5502         object here.
5503
5504 2003-09-22  Angus Leeming  <leeming@lyx.org>
5505
5506         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5507         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5508         an incomplete class LyXFont.
5509
5510 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5511
5512         * factory.C: bug fix in branches
5513
5514 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5515
5516         * lyxfunc.C (processKeySym): adjust
5517         (dispatch): adjust
5518         (dispatch): change arg name from ev to func, adjust
5519         (sendDispatchMessage): ditto
5520
5521         * lyx_main.C (defaultKeyBindings): adjust keybindings
5522         (deadKeyBindings): ditto
5523
5524         * kbsequence.C (addkey): return a FuncRequest
5525
5526         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5527
5528         * kbmap.C (bind): take a FuncRequest as arg, adjust
5529         (read): adjust
5530         (lookup): adjust
5531         (defkey): change to take a FuncRequest as arg, adjust
5532         (findbinding): take a FuncRequest as arg, adjust.
5533
5534         * funcrequest.h (operator=): added
5535
5536         * funcrequest.C (FuncRequest): default kb_action changed from
5537         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5538
5539         * buffer.C (dispatch): simplify
5540         (dispatch): adjust to take a FuncRequest as arg, adjust
5541
5542         * boost.C (assertion_failed): change assertion message slightly
5543
5544         * ToolbarBackend.C (read): simplify
5545
5546         * MenuBackend.C (binding): adjust call to findbinding, add a
5547         message if no binding is found.
5548         (read): simplify
5549         (expandToc): correct by adding a empty FuncRequest
5550
5551         * LyXAction.C: include <boost/assert.hpp>
5552         (isPseudoAction): delete function
5553         (LookupFunc): change name to...
5554         (lookupFunc): this. change return type to FuncRequest.
5555         (getActionName): take kb_action as arg, simplify
5556         (funcHasFlag): add an assert, simplify.
5557
5558 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5559
5560         * toc.C (action): return a FuncRequest, simplify
5561
5562         * lyxfunc.C (processKeySym): adjust
5563         (getStatus): delete version that takes an int.
5564         (getStatus): adjust
5565         (dispatch): delete version that takes action as int
5566         (dispatch): adjust
5567         (sendDispatchMessage): simplify and adjust
5568
5569         * funcrequest.C (getArg): take unsigned int as arg
5570
5571         * ToolbarBackend.C (read): adjust
5572         (add): delete version that takes func as a string.
5573         (getIton): take a FuncRequest as arg
5574
5575         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5576         action.
5577
5578         * MenuBackend.C (MenuItem): add a new construct that only takes a
5579         Kind, simplify the constructor use for submenus.
5580         (add): adjust
5581         (expandLastfiles): adjust
5582         (expandDocuments): adjust
5583         (expandFormats): adjust
5584         (expandFloatListInsert): adjust
5585         (expandFloatInsert): adjust
5586         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5587
5588         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5589         Remove class variables lyx_pseudo_map and lyx_arg_map
5590
5591         * LyXAction.C (searchActionArg): delete function
5592         (getPseudoAction): delete function
5593         (retrieveActionArg): delete function
5594         (LookupFunc): make it return kb_action, simplify.
5595         (getActionName): simplify
5596
5597         * factory.C (createInset): fix new bug
5598
5599 2003-09-19  Angus Leeming  <leeming@lyx.org>
5600
5601         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5602         masterFilename_ parameter in the include inset.
5603
5604         * factory.C (createInset): changes due to the changes to InsetInclude.
5605
5606 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5607
5608         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5609
5610 2003-09-18  Angus Leeming  <leeming@lyx.org>
5611
5612         * buffer.C:
5613         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5614         Inset::fillWithBibKeys.
5615         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5616
5617 2003-09-18  Angus Leeming  <leeming@lyx.org>
5618
5619         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5620         variables.
5621         (ctor): pass and store a 'Buffer const &'
5622         (buffer): new member function.
5623
5624         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5625         '*this' to the LaTeXFeatures ctor.
5626
5627 2003-09-18  Angus Leeming  <leeming@lyx.org>
5628
5629         * LColor.h:
5630         * lyxfont.C:
5631         * lyxfont.h:
5632         * lyxtext.h:
5633         * text.C: rename EnumLColor as LColor_color.
5634
5635 2003-09-18  Angus Leeming  <leeming@lyx.org>
5636
5637         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5638         remove #include "insets/insetbase.h" from cursor.h.
5639
5640 2003-09-18  Angus Leeming  <leeming@lyx.org>
5641
5642         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5643         InsetOld_code to remove #include "inset.h".
5644
5645         * iterators.C: add #include "insets/inset.h"
5646
5647 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5648
5649         * BufferView.C: remove more locking stuff that apparently doesn't
5650         do anything sensible.
5651
5652 2003-09-16  André Pönitz  <poenitz@gmx.net>
5653
5654         * paragraph.[Ch]:
5655         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5656           performance boost.
5657
5658 2003-09-16  Angus Leeming  <leeming@lyx.org>
5659
5660         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5661
5662         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5663         arg/return type.
5664
5665         * paragraph.h: remove #include "lyxfont.h". Forward declare
5666         LyXFont_size.
5667
5668 2003-09-16  Angus Leeming  <leeming@lyx.org>
5669
5670         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5671         of support/textutils.h.
5672         (isWord): move the contents of support/textutils.h's IsWordChar here.
5673
5674         * buffer.C:
5675         * lyxfind.C:
5676         * rowpainter.C:
5677         * text.C:
5678         * text2.C: add #include "paragraph.h".
5679
5680         * rowpainter.C:
5681         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5682
5683 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5684
5685         * main.C:
5686         * lyx_main.C:
5687         * lyx_cb.C:
5688         * buffer.C:
5689         * LaTeX.C: use namespace alias for lyx::support::os
5690
5691 2003-09-16  Angus Leeming  <leeming@lyx.org>
5692
5693         * bufferparams.C:
5694         * bufferview_funcs.C:
5695         * factory.C:
5696         * lyxfunc.C:
5697         * paragraph_pimpl.C:
5698         * rowpainter.C:
5699         * text.C: add #include "LColor.h".
5700
5701 2003-09-16  Angus Leeming  <leeming@lyx.org>
5702
5703         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5704         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5705         return LyXFont &.
5706         Store the FontBits::color variable as an int rather than as an
5707         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5708         file.
5709
5710         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5711         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5712         string calls together.
5713
5714         * lyxrc.C: add #include "LColor.h".
5715
5716 2003-09-15  Angus Leeming  <leeming@lyx.org>
5717
5718         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5719         a cow_ptr.
5720
5721 2003-09-15  Angus Leeming  <leeming@lyx.org>
5722
5723         * LColor.h: add an EnumLColor wrapper for LColor::color.
5724
5725         * lyxfont.[Ch] (color, setColor, realColor):
5726         * lyxtext.h, text.C (backgroundColor):
5727         pass EnumLColor args to/from the functions, rather than LColor::color
5728         ones.
5729
5730         * lyxfont.h:
5731         * lyxtext.h: forward declare EnumLColor.
5732
5733         * lyx_main.C: add #include "LColor.h".
5734
5735 2003-09-15  Angus Leeming  <leeming@lyx.org>
5736
5737         * .cvsignore: add lyx-gtk.
5738
5739 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5740
5741         * Chktex.C
5742         * LaTeX.C
5743         * LaTeXFeatures.C
5744         * ParagraphParameters.C
5745         * Spacing.C
5746         * buffer.C
5747         * bufferparams.C
5748         * bufferview_funcs.C
5749         * chset.C
5750         * counters.C
5751         * funcrequest.C
5752         * lyxfont.C
5753         * lyxgluelength.C
5754         * lyxlength.C
5755         * paragraph.C
5756         * paragraph_funcs.C
5757         * text3.C
5758         * vc-backend.C: remove usage of STRCONV
5759
5760 2003-09-15  Angus Leeming  <leeming@lyx.org>
5761
5762         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5763         explicitly define the color passed to the painter.
5764
5765 2003-09-15  Angus Leeming  <leeming@lyx.org>
5766
5767         * bufferparams.C (BufferParams): reorder member initializers to avoid
5768         compiler warning.
5769
5770 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5771
5772         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5773         * text.C (updateRowPositions): remove an unusual nop
5774
5775 2003-09-12  André Pönitz  <poenitz@gmx.net>
5776
5777         * BufferView_pimpl.C:
5778         * Bullet.C:
5779         * layout.h:
5780         * lyxfunc.C:
5781         * lyxlayout.[Ch]:
5782         * lyxtextclass.C:
5783         * rowpainter.C:
5784         * text.C:
5785         * text2.C:
5786         * Counters.[Ch]: finish the 'automatic counters' job
5787
5788 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5789
5790         * aspell.C: include <boost/assert.cpp> (compile fix)
5791
5792 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5793
5794         * boost.C (assertion_failed): use lyx::support::abort instead of
5795         assert.
5796
5797 2003-09-10  Angus Leeming  <leeming@lyx.org>
5798
5799         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5800         with their _fwd progeny.
5801
5802 2003-09-09  Angus Leeming  <leeming@lyx.org>
5803
5804         134 files throughtout the source tree: replace 'using namespace abc;'
5805         directives with the appropriate 'using abc::xyz;' declarations.
5806
5807 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5808
5809         * boost.C (emergencyCleanup): moved here from LAssert.c
5810         (assertion_failed): new function, called by BOOST_ASSERT
5811
5812         * several files: change Assert to BOOST_ASSERT
5813
5814 2003-09-09  Angus Leeming  <leeming@lyx.org>
5815
5816         * buffer.[Ch]: Add an Impl class and move Buffer's member
5817         variables into it. As a result move several header files out of
5818         buffer.h.
5819
5820         Add header files to lots of .C files all over the tree as a result.
5821
5822 2003-09-09  Angus Leeming  <leeming@lyx.org>
5823
5824         * buffer.[Ch]: make Buffer's member variables private. Add
5825         accessor functions.
5826
5827         Lots of changes all over the tree as a result.
5828
5829 2003-09-08  Angus Leeming  <leeming@lyx.org>
5830
5831         * graph.C: #include <config.h>.
5832
5833 2003-09-08  Angus Leeming  <leeming@lyx.org>
5834
5835         * BranchList.C:
5836         * BufferView.C:
5837         * BufferView_pimpl.C:
5838         * CutAndPaste.C:
5839         * DepTable.C:
5840         * LaTeX.C:
5841         * LaTeXFeatures.C:
5842         * LyXAction.C:
5843         * MenuBackend.C:
5844         * TextCache.C:
5845         * aspell.C:
5846         * buffer.C:
5847         * bufferlist.C:
5848         * changes.C:
5849         * chset.C:
5850         * converter.C:
5851         * counters.C:
5852         * debug.C:
5853         * graph.C:
5854         * ispell.C:
5855         * lyx_cb.C:
5856         * lyxfind.C:
5857         * lyxfunc.C:
5858         * lyxlex_pimpl.C:
5859         * lyxrc.C:
5860         * lyxrow.C:
5861         * paragraph.C:
5862         * rowpainter.C:
5863         * texrow.C:
5864         * text.C:
5865         * text2.C:
5866         * toc.C: remove redundant using directives.
5867
5868 2003-09-07  Angus Leeming  <leeming@lyx.org>
5869
5870         * LaTeXFeatures.h: remove #include "support/types.h".
5871         * ToolbarBackend.h: remove #include <algorithm>.
5872         * changes.h: remove #include <ctime>.
5873         * debug.h: remove #include <iosfwd>.
5874         * graph.h: remove #include "support/std_string.h".
5875         * lyx_main.h: remove #include <csignal>.
5876         * lyxlex_pimpl.h: remove #include <fstream>.
5877         * sgml.h: remove #include <algorithm>, <utility>.
5878         * toc.h: remove #include "support/std_ostream.h".
5879         Add #include <iosfwd>.
5880
5881 2003-09-07  Angus Leeming  <leeming@lyx.org>
5882
5883         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5884
5885         * converter.h: forward declare LatexRunParams.
5886         * encoding.h: remove #include "lyxrc.h".
5887         * lyxtext.h: remove #include "LColor.h".
5888         * lyxtextclass.h: remove #include "support/types.h".
5889         * trans.h: remove #include "tex-accent.h".
5890         * trans_mgr.h: remove #include "tex-accent.h".
5891         * insets/inset.h: remove #include "support/types.h", <vector>.
5892         * insets/insetcollapsable.h: remove #include "LColor.h".
5893         * insets/insetinclude.h: remove #include "dimension.h".
5894         * insets/insetlatexaccent.h: remove #include "dimension.h".
5895         * insets/insetoptarg.h:: remove #include "insettext.h".
5896         * insets/insettext.h: remove #include "dimension.h",
5897         <boost/shared_ptr.hpp>
5898
5899         * insets/renderers.h: add #include "dimension.h".
5900         * insets/updatableinset.h: add #include "support/types.h".
5901
5902         * many .C files: Associated changes.
5903
5904 2003-09-06  Angus Leeming  <leeming@lyx.org>
5905
5906         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5907         one, inside testInvariant.
5908
5909         * PrinterParams.C: new file.
5910         * PrinterParams.[Ch]: move the function bodies out of line.
5911
5912 2003-09-06  Angus Leeming  <leeming@lyx.org>
5913
5914         * ParagraphParameters.h: forward declare ParameterStruct rather than
5915         including its header file.
5916         (depth): moved out-of-line.
5917
5918 2003-09-06  Angus Leeming  <leeming@lyx.org>
5919
5920         * BufferView_pimpl.h:
5921         * kbmap.h:
5922         * kbsequence.h:
5923         * lyxfunc.h: forward declare LyXKeySym rather than
5924         #include "frontends/LyXKeySym.h".
5925
5926         * BufferView_pimpl.C:
5927         * kbmap.C:
5928         * kbsequence.C:
5929         * lyxfunc.C: associated changes.
5930
5931 2003-09-06  Angus Leeming  <leeming@lyx.org>
5932
5933         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5934         As a result, can remove the #include "insets/inset.h" from BufferView.h
5935
5936 2003-09-06  Angus Leeming  <leeming@lyx.org>
5937
5938         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5939         As a result, can remove the #include "insets/inset.h" from BufferView.h
5940
5941 2003-09-06  Angus Leeming  <leeming@lyx.org>
5942
5943         * buffer_funcs.C:
5944         * buffer.h:
5945         * bufferlist.C:
5946         * BufferView.C:
5947         * bufferview_funcs.C:
5948         * BufferView_pimpl.C:
5949         * CutAndPaste.C:
5950         * lyx_cb.C:
5951         * lyxfunc.C:
5952         * paragraph.h:
5953         * ParagraphParameters.C:
5954         * tabular.C:
5955         * text3.C:
5956         * toc.C:
5957         * undo_funcs.C:
5958         * frontends/controllers/ControlDocument.C:
5959         * insets/insetcaption.C: rearrange the #includes into some sort of
5960         coherent order.
5961
5962         * buffer.h: remove #includes ErrorList.h, undo.h
5963
5964 2003-09-06  Angus Leeming  <leeming@lyx.org>
5965
5966         * support/types.h: add a 'depth_type' typedef, used to store the
5967         nesting depth of a paragraph.
5968
5969         * paragraph.h:
5970         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5971         defining explicitly.
5972
5973         * buffer.h:
5974         * paragraph_funcs.h:
5975         * ParagraphParameters.h:
5976         * sgml.h: use lyx::depth_type rather than Paragraph or
5977         ParameterStruct's depth_type.
5978
5979         * buffer.h
5980         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5981
5982         * BufferView.C:
5983         * BufferView_pimpl.C:
5984         * CutAndPaste.C:
5985         * ParagraphParameters.C:
5986         * buffer_funcs.C:
5987         * bufferlist.C:
5988         * bufferview_funcs.C:
5989         * lyx_cb.C:
5990         * lyxfunc.C:
5991         * tabular.C:
5992         * text3.C:
5993         * toc.C:
5994         * undo_funcs.C:
5995         * frontends/LyXView.C:
5996         * frontends/controllers/ControlDocument.C:
5997         * frontends/controllers/ControlErrorList.C:
5998         * insets/insetbibitem.C:
5999         * insets/insetbranch.C:
6000         * insets/insetcaption.C:
6001         * insets/insetcollapsable.C:
6002         * insets/insetenv.C:
6003         * insets/insetert.C:
6004         * insets/insetfloat.C:
6005         * insets/insetfoot.C:
6006         * insets/insetfootlike.C:
6007         * insets/insetnewline.C:
6008         * insets/insetquotes.C:
6009         * insets/insettabular.C:
6010         * insets/insettext.C:
6011         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
6012
6013         * frontends/controllers/ControlChanges.C: #include "changes.h".
6014
6015 2003-09-06  Angus Leeming  <leeming@lyx.org>
6016
6017         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
6018         than #including paragraph.h.
6019
6020         * ParagraphList.h:
6021         * RowList.h: deleted. Superfluous.
6022
6023         * CutAndPaste.h:
6024         * iterators.h:
6025         * lyxcursor.h:
6026         * lyxtext.h:
6027         * text_funcs.h:
6028         * undo.h:
6029         * undo_funcs.h:
6030         * insets/inset.h:
6031         * insets/insettext.h: use ParagraphList_fwd.h rather than
6032         ParagraphList.h.
6033
6034         * paragraph.h: don't forward declare ParagraphList.
6035
6036         * buffer.h:
6037         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
6038         rather than ParagraphList.h. paragraph.h is still needed for the
6039         Paragraph::depth_type parameters.
6040
6041         * textcursor.h: enable it to compile stand-alone in light of the
6042         above changes.
6043
6044         * bufferview_funcs.C:
6045         * iterators.C:
6046         * lyxfunc.C:
6047         * lyxrow_funcs.C:
6048         * paragraph.C:
6049         * rowpainter.C:
6050         * text.C:
6051         * text2.C:
6052         * text3.C:
6053         * text_funcs.C:
6054         * textcursor.C:
6055         * undo.C:
6056         * frontends/controllers/ControlParagraph.C:
6057         * frontends/controllers/ControlTabular.C:
6058         * insets/insetmarginal.C:
6059         * insets/insetminipage.C:
6060         * insets/insetnote.C:
6061         * insets/insetoptarg.C: add header files needed to compile again.
6062
6063 2003-09-06  Angus Leeming  <leeming@lyx.org>
6064
6065         * RowList_fwd.h: new file, forward-declaring Row rather than
6066         #including lyxrow.h.
6067
6068         * lyxrow_funcs.h:
6069         * lyxtext.h:
6070         * paragraph.h:
6071         * insets/insettext.h: use it instead of RowList.h
6072
6073         * bufferview_funcs.C:
6074         * lyxfunc.C:
6075         * lyxrow_funcs.C:
6076         * paragraph.C:
6077         * rowpainter.C:
6078         * text.C:
6079         * text2.C:
6080         * text3.C: #include "RowList.h".
6081
6082 2003-09-05  Angus Leeming  <leeming@lyx.org>
6083
6084         * factory.C (createInset):
6085         * vspace.C (c-tor): replace sscanf call with an istringstream.
6086         * ispell.C: re-add missing HP/UX headers.
6087         * lyxserver.C: re-add missing  os2 headers.
6088
6089 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
6090
6091         * BranchList.C:
6092         * graph.C:
6093         * ispell.C:
6094         * lastfiles.C:
6095         * lyx_cb.C:
6096         * lyxserver.C:
6097         * texrow.C:
6098         * text3.C: re-add missing system headers, needed for 2.95.2.
6099
6100 2003-09-05  Angus Leeming  <leeming@lyx.org>
6101
6102         Changes most place everywhere due to the removal of using directives
6103         from support/std_sstream.h.
6104
6105 2003-09-05  Angus Leeming  <leeming@lyx.org>
6106
6107         Replace LString.h with support/std_string.h,
6108         Lsstream.h with support/std_sstream.h,
6109         support/LIstream.h with support/std_istream.h,
6110         support/LOstream.h with support/std_ostream.h.
6111
6112         Changes resulting throughout the tree.
6113
6114 2003-09-05  Angus Leeming  <leeming@lyx.org>
6115
6116         * sgml.h: ensure that the header file can be compiled stand-alone.
6117         * *.C: strip out redundant #includes. (320 in total.)
6118
6119 2003-09-04  Angus Leeming  <leeming@lyx.org>
6120
6121         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
6122         here (from getPackages).
6123
6124         * debug.[Ch]: add a new EXTERNAL tag.
6125
6126 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6127
6128         * text2.C (cursorEnd): simplify
6129         (setCursor): adjust
6130         (getColumnNearX): adjust
6131
6132         * text.C (computeBidiTables): adjust
6133         (fill): adjust
6134
6135         * rowpainter.C (paintChars): adjust
6136         (paintSelection): adjust
6137         (paintChangeBar): adjust
6138         (paintText): adjust
6139
6140         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
6141         lastPos instead.
6142         (numberOfSeparators): adjust
6143
6144 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6145
6146         * LyXAction.C:
6147         * box.[Ch]:
6148         * lfuns.h:
6149         * lyxfunc.C:
6150         * text3.C: Restricts the mouse click functionality
6151         of insets like bibtex, include, toc and floatlist to the visible
6152         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
6153         up the dialogs. Cursor has to be in front of the inset (i.e.
6154         start of row) for this to function.
6155
6156 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6157
6158         * bufferview_funcs.C (currentState): output row information
6159
6160 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6161
6162         * bufferview_funcs.C (currentState): output paragraph position
6163
6164 2003-09-04  Angus Leeming  <leeming@lyx.org>
6165
6166         * FloatList.h: move out #include "Floating.h".
6167         * LaTeX.h: move out #include "DepTable.h".
6168         * LyXAction.h: move out #include "funcrequest.h".
6169         * buffer.h: move out #include "author.h", "iterators.h".
6170         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
6171         * lyx_main.h: move out #include "errorlist.h".
6172         * lyxfunc.h: move out #include "FuncStatus.h".
6173         * lyxtext: move out #include "lyxcursor.h".
6174         * paragraph_pimpl.h: move out #include "counters.h".
6175
6176 2003-09-03  Angus Leeming  <leeming@lyx.org>
6177
6178         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
6179         preamble_snippets list, enabling us to add snippets to the preamble
6180         only if the snippet was not there already.
6181
6182 2003-09-04  Angus Leeming  <leeming@lyx.org>
6183
6184         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
6185
6186 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6187
6188         * lyxfunc.C (dispatch): if fitCursor did something be sure to
6189         update
6190
6191 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6192
6193         * BranchList.C: point fix, earlier forgotten
6194
6195 2003-09-02  Angus Leeming  <leeming@lyx.org>
6196
6197         * box.C (contains): renamed from 'contained' after a fantastic
6198         amount of hot air.
6199
6200 2003-09-02  John Levon  <levon@movementarian.org>
6201
6202         * BufferView.C:
6203         * lyxcursor.h:
6204         * lyxcursor.C:
6205         * lyxfunc.C:
6206         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
6207
6208 2003-09-02  John Levon  <levon@movementarian.org>
6209
6210         * text2.C: simplification of cursorEnd(), including partial
6211         fix for bug 1376
6212
6213 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6214
6215         * buffer.C (readFile): add a space
6216
6217 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
6218
6219         * BufferView_pimpl.C (update): remove bogus fitCursor() call
6220
6221 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6222
6223         * buffer.C (readFile): new function, take a filename and a
6224         ParagraphList::iterator
6225         (readFile): adjust
6226         (readFile): adjust, make it private. don't use setStream, make
6227         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
6228         always contain the filename.
6229
6230         * BufferView.C (insertLyXFile): simplify and make it work for
6231         gzipped files.
6232
6233 2003-08-30  John Levon  <levon@movementarian.org>
6234
6235         * Makefile.am: fix dist (from Kayvan)
6236
6237 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6238
6239         * most files: change to use const Buffer refs
6240
6241 2003-08-27  André Pönitz  <poenitz@gmx.net>
6242
6243         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
6244         on top of ownerPar().
6245
6246 2003-08-27  John Levon  <levon@movementarian.org>
6247
6248         * funcrequest.C: properly initialise POD members
6249
6250 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6251
6252         * lyxtext.h (top_y): move top_y from here
6253         * text.C:
6254         * text2.C:
6255         * text3.C:
6256         * BufferView.[Ch]:
6257         * BufferView_pimpl.[Ch]: to here
6258         * frontends/screen.C:
6259         * insets/insettabular.C:
6260         * insets/insettext.C: adjust
6261         * rowpainter.[Ch] (paintRows): remove LyXText & argument
6262
6263 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6264
6265         * BufferView.[Ch]:
6266         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6267
6268 2003-08-26  André Pönitz  <poenitz@gmx.net>
6269
6270         * paragraph_func.[Ch] (outerPar): new function
6271
6272         * paragraph.C:
6273         * paragraph_funcs.C:
6274         * paragraph_funcs.h:
6275         * paragraph_pimpl.C:
6276         * text2.C: remove Inset::par_owner
6277
6278 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6279
6280         * lyxrow_funcs.C:
6281         * lyxtext.h:
6282         * text.C:
6283         * text2.C: eliminates the needFullRow/display() stuff
6284         altogether, putting the logic in metrics/draw in the insets.
6285
6286 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6287
6288         * text2.C (redoParagraphInternal, redoParagraphs):
6289         * text.C (redoParagraph): add a call to updateRowPositions at the
6290         end of each 'metrics-like' call. Remove all others.
6291         (getRow): remove the 'y-computing' version.
6292         (getRowNearY): do not compute nor return the real y. Solve the
6293         'y < 0' problem and simplify.
6294
6295 2003-08-22  Angus Leeming  <leeming@lyx.org>
6296
6297         * *.[Ch]: clean-up of licence and author blurbs.
6298         Also move config.h out of a few .h files and into a few .C files.
6299
6300 2003-08-22  André Pönitz  <poenitz@gmx.net>
6301
6302         * lyxrow.[Ch]: add x_ and *fill_ members
6303
6304         * lyxtext.h:
6305         * text.C:
6306         * rowpainter.C:
6307         * text2.C: adjust/remove prepareToPrint() calls
6308
6309 2003-08-22  André Pönitz  <poenitz@gmx.net>
6310
6311         * lyxrow.[Ch]: add  end_ member
6312
6313         * lyxrow_funcs.C: use LyXRow::end_
6314
6315         * lyxtext.h (singleWidth): add LyXFont parameter
6316
6317         * rowpainter.C:
6318         * text2.C: adjust LyXText::singleWidth() calls
6319
6320         * text.C (redoParagraph): simplify row breaking logic
6321
6322
6323 2003-08-19  André Pönitz  <poenitz@gmx.net>
6324
6325         * funcrequest.C: initialize button_ member
6326
6327         * text3.C:
6328         * rowpainter.[Ch]: interface consolidation
6329
6330 2003-08-18  André Pönitz  <poenitz@gmx.net>
6331
6332         * BufferView.C:
6333         * BufferView_pimpl.C:
6334         * lyxfind.C:
6335         * paragraph_funcs.C:
6336         * rowpainter.C:
6337         * text3.C: remove LyXScreen::draw() and fitCursor calls
6338
6339         * BranchList.h: remove spurious semicolons
6340
6341         * MenuBackend.C: fix branchlist related crash
6342
6343 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6344
6345         * BranchList.[Ch]:
6346         * InsetList.[Ch]:
6347         * LColor.[Ch]:
6348         * LyXAction.C:
6349         * Makefile.am:
6350         * MenuBackend.[Ch]:
6351         * bufferparams.[Ch]:
6352         * factory.C:
6353         * lfuns.h:
6354         * lyxfunc.C:
6355         * text3.C: implements the 'branch inset'
6356         idea. This allows the output of various versions of a document
6357         from a single source version, selectively outputing or suppressing
6358         output of parts of the text.
6359         This implementation contains a 'branch list editor' in a separate
6360         tab of the document settings dialog. Branches are user definable
6361         and have a "display colour" to distinguish them on-screen.
6362
6363         ColorHandler was somewhat cleaned up.
6364         (1) make possible a dynamically growing LColor list by allowing
6365         the graphic context cache to grow along (vector);
6366         (2) eliminate an IMHO unnecessary step in colour allocation.
6367
6368 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6369
6370         * BufferView_pimpl.C: compile fix
6371
6372 2003-08-15  André Pönitz  <poenitz@gmx.net>
6373
6374         * rowpainter.C: remove extra metrics calls
6375
6376         * lyxtext.h: merge the two constructors into a single one,
6377           pass reference to owner's par list
6378
6379         * BufferView_pimpl.C:
6380         * text.C:
6381         * text2.C: adjust
6382
6383 2003-08-15  André Pönitz  <poenitz@gmx.net>
6384
6385         * lyxrow_funcs.[Ch]:
6386         * lyxtext.h:
6387         * paragraph.h:
6388         * paragraph_funcs.C:
6389         * rowpainter.C:
6390         * text.C:
6391         * text2.C:
6392         * text3.C:
6393         * text_funcs.C: split LyXText::rowlist_ into individual
6394         Paragraph::rows_ chunks
6395
6396         * BufferView.[Ch]:
6397         * BufferView_pimpl.[Ch]:
6398         * lyxfind.C:
6399         * lyxtext.h:
6400         * text3.C: remove toggleSelection()
6401
6402 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6403
6404         * bufferlist.C: beautify two alerts (shorter text of buttons)
6405         * buffer.C: Remove redundant ' ' from message
6406         * tabular.h:
6407         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6408         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6409         rename VALIGN_CENTER to VALIGN_MIDDLE
6410
6411 2003-08-11  André Pönitz  <poenitz@gmx.net>
6412
6413         * lyxtext.h (getPar):
6414         * text.C: new function
6415
6416 2003-08-11  André Pönitz  <poenitz@gmx.net>
6417
6418         * Makefile.am:
6419         * tracer.[Ch]: remove unneeded files
6420
6421         * InsetList.[Ch]: remove resizeInsetsLyXText()
6422
6423         * lyxtext.h:
6424         * text.C:
6425         * text2.C:
6426         * text3.C: merge insertParagraphs() and appendParagraph()
6427         remove breakAgain(), update()
6428
6429         * BufferView_pimpl.[Ch]:
6430         * bufferview_funcs.[Ch]:
6431         * lyxfunc.C:
6432         * paragraph.[Ch]:
6433         * rowpainter.C:
6434         * tabular.C: adjust after text & InsetList changes.
6435
6436 2003-08-08  André Pönitz  <poenitz@gmx.net>
6437
6438         * text.C (insertChar, backspace): replace rowlist fiddling
6439         with rebreak of full par
6440
6441         * lyxtext.h:
6442         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6443         checkParagraph, updateInset): removed
6444
6445 2003-08-07  André Pönitz  <poenitz@gmx.net>
6446
6447         * paragraph.C:
6448         * text3.C: merge some LFUN handlers, remove dead code
6449
6450 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6451
6452         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6453
6454 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6455
6456         * text2.C (DEPM): fix part of bug 1255 and 1256
6457
6458 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6459
6460         * BufferView_pimpl.C (workAreaDispatch): change to use
6461         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6462         that are no mouse related.
6463
6464 2003-08-05  André Pönitz  <poenitz@gmx.net>
6465
6466         * BufferView.[Ch]:
6467         * BufferView_pimpl.[Ch]:
6468         * bufferview_funcs.C:
6469         * text2.C:
6470         * text3.C: rip out "deep update"
6471
6472         * textcursor.[Ch] (last_sel_cursor): remove unused member
6473
6474 2003-08-04  André Pönitz  <poenitz@gmx.net>
6475
6476         * BufferView.[Ch]:
6477         * BufferView_pimpl.[Ch]:
6478         * ParagraphParameters.C:
6479         * bufferview_funcs.C:
6480         * lyx_cb.C:
6481         * lyxfind.C:
6482         * lyxfunc.C:
6483         * text.C:
6484         * text2.C:
6485         * text3.C: replace "complicated" BufferView::update(...) calls with
6486         simpler ones.
6487
6488         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6489
6490 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6491
6492         * Makefile.am (lyx_SOURCES): add paper.h
6493
6494 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6495
6496         * Makefile.am: move things around so that both lyx-qt and
6497         lyx-xforms can be built (according to --with-frontend). Then lyx
6498         is a symbolic link to lyx-[firstfrontend]
6499
6500 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6501
6502         * Always use std::endl with lyxerr
6503
6504 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6505
6506         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6507
6508 2003-08-01  André Pönitz  <poenitz@gmx.net>
6509
6510         * BufferView.[Ch]:
6511         * BufferView_pimpl.[Ch]:
6512         * lyxfunc.C:
6513         * text3.C: merge BufferView::repaint() and BufferView::update()
6514
6515 2003-08-01  José Matos  <jamatos@lyx.org>
6516
6517         * buffer.[Ch]: file_format is no longer a buffer data element.
6518
6519 2003-08-01  André Pönitz  <poenitz@gmx.net>
6520
6521         * BufferView.C:
6522         * lyxtext.h:
6523         * text.C:
6524         * text2.C: make redoParagraph more independent of current cursor
6525
6526         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6527         * text.C:
6528         * text2.C: remove unneeded members
6529
6530 2003-07-30  André Pönitz  <poenitz@gmx.net>
6531
6532         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6533
6534         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6535           create a single function...
6536
6537         * paragraph_funcs.C (moveItem): ... here.
6538
6539         * text.C:
6540           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6541
6542 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6543
6544         * LColor.[Ch]: Add comment and greyedout logical colors.
6545
6546 2003-07-30  André Pönitz  <poenitz@gmx.net>
6547
6548         * tabular.C: don't use Assert too heavily. This crashes where it
6549           shouldn't
6550
6551 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6552
6553         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6554         is disabled (bug 1232)
6555
6556 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6557
6558         * factory.C: limited 'arg' scope
6559
6560 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6561
6562         * factory.C: fixed Note submenu issues
6563
6564 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6565
6566         * factory.C: submenu for Note/Comment/Greyedout
6567
6568 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6569
6570         * lyx_main.C (LyX):
6571         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6572
6573 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6574
6575         * LaTeXFeatures.C:
6576         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6577         greyedout. Patch provided by Jürgen Spitzmüller.
6578
6579 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6580
6581         * kbmap.C (read): fix error message when reading bind files
6582
6583 2003-07-29  Angus Leeming  <leeming@lyx.org>
6584
6585         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6586         certainly does not do what it purports to do. I am doing it, and
6587         us, a favour by killing it.
6588
6589 2003-07-28  José Matos  <jamatos@lyx.org>
6590
6591         * buffer.C (readBody, do_writeFile):
6592         * paragraph.C(readParagraph): \end_document replaces \the_end.
6593
6594 2003-07-29  André Pönitz  <poenitz@gmx.net>
6595
6596         * BufferView.[Ch]:
6597         * BufferView_pimpl.[Ch]:
6598         * lyxfunc.C:
6599         * text2.C:
6600         * text3.C:
6601         * textcursor.[Ch]: remove toggleToggle & Co
6602
6603 2003-07-28  José Matos  <jamatos@fep.up.pt>
6604
6605         * buffer.C (readParagraph):
6606         * params_func (readParToken, readParagraph):
6607         * paragraph.C (write): \layout -> \begin_layout.
6608
6609 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6610
6611         * lyxlex_pimpl.C (setFile): clean up slightly.
6612
6613         * bufferparams.h: add compressed var
6614
6615         * buffer_funcs.C (readFile): adjust for LyXLex change
6616         (newFile): ditto + simplify
6617
6618         * buffer.C (writeFile): handle writing of compressed files
6619
6620         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6621         Check if the file is compressed and set a bufferparm if so.
6622
6623         * Makefile.am (lyx_LDADD): remove explicit -lz
6624
6625 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6626
6627         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6628         makeDocBookFile): put the real LyX version in the first line of
6629         the file
6630
6631         * version.h:
6632         * version.C.in: remove lyx_docversion
6633
6634         * tabular.C (write_attribute): add a template-based version to
6635         write enums properly
6636
6637 2003-07-28  André Pönitz  <poenitz@gmx.net>
6638
6639         * lyxtext.h:
6640         * text.C:
6641         * text2.C:
6642         * text3.C: use doubles again for x-coordinates. They are needed.
6643
6644 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6645
6646         * messages.C (getLocaleDir): use lyx_localedir()
6647
6648         * lyxlex_pimpl.C (setFile): compress stuff
6649
6650         * buffer.C (writeFile): add some compression stuff
6651         (do_writeFile): new func, dont call expliti close... will this
6652         breake anything?
6653
6654         * Makefile.am (lyx_LDADD): add -lz
6655
6656 2003-07-28  José Matos  <jamatos@fep.up.pt>
6657
6658         * buffer.C: increment file format.
6659         * paragraph_funcs (readParagraph, readParToken):
6660         * paragraph.C (readParagraph): add \end_layout.
6661
6662 2003-07-27  Angus Leeming  <leeming@lyx.org>
6663
6664         * Makefile.am: remove special casing for configure-time setting of
6665         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6666
6667         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6668         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6669
6670 2003-07-26  André Pönitz  <poenitz@gmx.net>
6671
6672         * paragraph_func.[Ch]:
6673         * paragraph.C (realizeFont): inline it whereever it is used
6674
6675         * rowpainter.C:
6676         * text.C:
6677         * text2.C:
6678         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6679
6680
6681 2003-07-26  André Pönitz  <poenitz@gmx.net>
6682
6683         *       lyxtext.h:
6684         * text.C:
6685         * text2.C: get rid of LyXText::need_break_row
6686
6687 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6688
6689         * toc.[Ch]: put namespace toc inside namespace lyx
6690
6691         * MenuBackend.C (expandToc2): adjust for lyx::toc
6692         (expandToc): ditto
6693
6694         * lyxfunc.C (dispatch): adjust for lyx::find
6695
6696         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6697         lyx::find instead. Reorganize a bit.
6698         (LyXReplace): rename to replace
6699         (LyXFind): rename to find
6700
6701         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6702         (dispatch): ditto
6703
6704 2003-07-26  André Pönitz  <poenitz@gmx.net>
6705
6706         * text.C (setHeightOfRow): restrict scope of temporary variable
6707
6708         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6709           code (never has been used?)
6710
6711 2003-07-27  Asger Alstrup  <alstrup@local>
6712
6713         * text.C (fill): Optimise algorithm to exploit that we can reuse
6714         the LyXFont for many characters.
6715         (setHeightOfRow): Same thing.
6716         (rowBreakPoint): Same thing.
6717
6718 2003-07-26  Asger Alstrup  <alstrup@local>
6719
6720         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6721
6722         * text.C (singleWidth): Spurious font copying in hot-spot
6723         singleWidth avoided. Reorder tests for arabic for efficiency.
6724
6725         * text.C (fill): handle empty paragraphs better.
6726
6727 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6728
6729         * ispell.C:
6730         * encoding.h: add includes
6731
6732         * lyxrc.C: remove reading of bind files
6733
6734         * lyx_main.C (init): setup bindings and menus only if we have a
6735         gui.
6736
6737         * kbmap.C (read): new method. Do the actual reading of bind
6738         files.
6739
6740         * converter.C (dvipdfm_options):
6741         * bufferparams.C:
6742         * lyxrc.C (read):
6743         (output): adapt PAPER_* enums.
6744
6745         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6746
6747         * bufferparams.h: remove paper-related enums from there
6748
6749         * paper.h: New file. A trivial header file to hold paper-related
6750         enums. It should later expand to contain many paper-related
6751         horrors access.
6752
6753         * lyxrc.C: declare extern displayTranslator
6754
6755 2003-07-27  José Matos  <jamatos@fep.up.pt>
6756
6757         * tabular.[Ch] (linuxdoc): add support for tables and figures
6758         (linuxdoc).
6759
6760 2003-07-27  José Matos  <jamatos@fep.up.pt>
6761
6762         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6763         consistency in both functions.
6764         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6765
6766 2003-07-26  Asger Alstrup  <alstrup@local>
6767
6768         * rowpainter.C (paintRows): Change algorithm to work directly on
6769         the insets rather than asking every character in the document
6770         whether its an inset.
6771
6772 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6773
6774         * buffer.C (openFileWrite): factorize some code
6775
6776 2003-07-26  Angus Leeming  <leeming@lyx.org>
6777
6778         * lyx_cb.C:
6779         * lyx_main.[Ch]: replace occurances of system_tempdir with
6780         os::getTmpDir().
6781
6782 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6783
6784         * rename Inset to InsetOld
6785
6786 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6787
6788         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6789         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6790         which I think is a bit clearer. EDIT is gone, since it was
6791         premature optimisation, and broken for mathed anyway.
6792         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6793         with cursor positioning in insets as well (math insets still do not
6794         work, but that's a different story anyway.) It mysteriously
6795         crashes sometimes with undo in the first paragraph, but I'm fairly
6796         confident that this is a compiler bug.
6797
6798 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6799
6800         * paragraph.C (Paragraph): adjust for new clone return type
6801         (operator==): ditto
6802         (copyIntoMinibuffer): ditto
6803
6804 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6805
6806         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6807         by not having a special case, and always doing a full rebreak of
6808         the document after undo.
6809
6810 2003-07-23  Angus Leeming  <leeming@lyx.org>
6811
6812         * factory.C (createInset): InsetExternal::setParams now takes a
6813         Buffer const * arg.
6814
6815 2003-07-23  Angus Leeming  <leeming@lyx.org>
6816
6817         * factory.C (createInset): changed interface to the external and
6818         graphics mailers' string2params functions.
6819
6820 2003-07-23  Angus Leeming  <leeming@lyx.org>
6821
6822         * factory.C (createInset): pass a
6823         Buffer const * parameter to InsetExternalMailer's string2params.
6824
6825 2003-07-22  John Levon  <levon@movementarian.org>
6826
6827         * Thesaurus.h: include the right aiksaurus header
6828
6829 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6830
6831         * MenuBackend.C (expand): check menu shortcuts unconditionally
6832
6833 2003-07-21  Angus Leeming  <leeming@lyx.org>
6834
6835         * factory.C (createInset): pass a
6836         buffer_path parameter to InsetGraphicsMailer's string2params.
6837
6838 2003-07-21  Angus Leeming  <leeming@lyx.org>
6839
6840         * BufferView_pimpl.C (buffer):
6841         * buffer.C (d-tor):
6842         * lyx_main.C (LyX):
6843         * lyxfunc.C (dispatch):
6844         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6845         rather than the grfx shortcut.
6846
6847 2003-07-21  André Pönitz  <poenitz@gmx.net>
6848
6849         * rowpainter.C: remove unused variables
6850
6851         * tabular_funcs.C:
6852         * tabular_funcs.h: move to tabular.C
6853         * Makefile.am: adjust
6854
6855         * tabular.[Ch]: basic optical cleaning
6856
6857         * author.h: pass references, not values
6858
6859 2003-07-18  André Pönitz  <poenitz@gmx.net>
6860
6861         * lyxtext.h:
6862         * metricsinfo.C:
6863         * metricsinfo.h:
6864         * rowpainter.C:
6865         * text.C:
6866         * text2.C:
6867         * text3.C: two-phase drawing for InsetText and InsetTabular
6868         some float -> int changes.
6869
6870 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6871
6872         * lyx_main.C: fix the fix
6873
6874 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6875
6876         * lyx_main.C: fix a crash in batch mode if no files specified
6877         * converter.C: ws
6878
6879 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6880
6881         * format.[Ch] (papersize): moved to BufferParams
6882         * converter.[Ch] (dvips_options): moved to BufferParams
6883         (dvipdfm_options): moved to anon namespace
6884         * bufferparams.[Ch]: added above functions.
6885
6886 2003-07-17  André Pönitz  <poenitz@gmx.net>
6887
6888         * lyxtext.h:
6889         * rowpainter.C:
6890         * text2.C: don't call inset->update() anymore
6891
6892         * metricsinfo.[Ch]: add convenience constructor
6893
6894 2003-07-16  André Pönitz  <poenitz@gmx.net>
6895
6896         * lyxcursor.[Ch]:
6897         * lyxfunc.[Ch]:
6898         * text.C:
6899         * text2.C: replace the LyXCursor::irow_ member with
6900          on-demand computation of the value
6901
6902 2003-07-16  John Levon  <levon@movementarian.org>
6903
6904         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6905
6906 2003-07-15  André Pönitz  <poenitz@gmx.net>
6907
6908         * text.C:
6909         * text2.C: remove no more needed refresh_row
6910
6911 2003-07-15  André Pönitz  <poenitz@gmx.net>
6912
6913         * lyxtext.h:
6914         * rowpainter.C:
6915         * text2.C:
6916         * text3.C: refresh_status tristate -> need_update bool
6917
6918 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6919
6920         * lyxtext.h (init): remove reinit argument (act as if always true)
6921         * text2.C: adjust to that
6922
6923 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6924
6925         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6926         * text3.C: use it to delete selections in some cases
6927         (bugs 441, 673, 702, 954).
6928
6929 2003-07-14  André Pönitz  <poenitz@gmx.net>
6930
6931         * rowpainter.[Ch]: reduce interface
6932
6933 2003-07-14  André Pönitz  <poenitz@gmx.net>
6934
6935         * BufferView_pimpl.C:
6936         * text2.C: adjust after removing unused BufferView * argument
6937
6938 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6939
6940         * text2.C (init): fix a crash fired on resize
6941
6942 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6943
6944         * buffer.[Ch]: added new closing signal
6945         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6946         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6947         BufferView::Pimpl via the closing the signal
6948
6949 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6950
6951         * buffer.[Ch]: take out all bv-related from buffer
6952         * BufferView.C:
6953         * BufferView_pimpl.[Ch]: connect to new signals
6954         * CutAndPaste.C: removed useless asserts
6955         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6956         * lyxvc.[Ch]:
6957         * vc-backend.[Ch]:
6958         * lyxfunc.C: moved view-related funciontality from vc here
6959         * paragraph.C: removed outdated comments
6960         * text.C: ws
6961
6962 2003-07-10  André Pönitz  <poenitz@gmx.net>
6963
6964         * BufferView_pimpl.C:
6965         * tabular.h:
6966         * tabular_funcs.C:
6967         * text.C:
6968         * text2.C: remove InsetText::InnerCache, clean up consequences
6969
6970 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6971
6972         * ispell.C: fix two typos in error messages
6973
6974 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6975
6976         * Extend Note inset to other forms of annotation like Comment
6977         and Greyedout. Right button click gives dialog.
6978
6979         Files modified or added (+):
6980
6981         * insetnote.[Ch]
6982         * FormNote.[Ch]      +
6983         * ControlNote.[Ch]   +
6984         * form_note.fd       +
6985         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6986         frontends/controllers
6987         * xforms/Dialogs.C
6988         * factory.C
6989
6990 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6991
6992         * aspell.C: add missing namespace lyx::support
6993
6994 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6995
6996         * BufferView.[Ch] (newFile): Add
6997         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6998         * LaTeX.[Ch] (message): added this signal and use it
6999         * buffer.[Ch] (busy, message): added these signals and use them
7000         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
7001         * converter.C:
7002         * exporter.C:
7003         * format.C:
7004         * importer.C: use buffer signals instead of direct bv calling
7005         * lyx_cb.[Ch] (ShowMessage): removed
7006         * lyx_main.C:
7007         * lyxfunc.C:
7008         * paragraph_funcs.C:
7009         * text2.C: use buffer signals
7010
7011 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7012
7013         * introduce namespace lyx::graphics
7014
7015 2003-07-02  André Pönitz  <poenitz@gmx.net>
7016
7017         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
7018
7019 2003-07-01  André Pönitz  <poenitz@gmx.net>
7020
7021         * text.C:
7022         * text2.C:
7023         * text3.C:
7024         * text_funcs.[Ch]:
7025         * textcursor.h:
7026         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
7027           text*.C to text_func.C
7028
7029 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7030
7031         * introduce namespace lyx::support
7032
7033 2003-06-30  André Pönitz  <poenitz@gmx.net>
7034
7035         * Chktex.C:
7036         * funcrequest.C:
7037         * lyxtext.h:
7038         * text.C: re-enable --with-included-string
7039
7040 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7041
7042         * textcursor.C: add <config.h>
7043
7044         * text.C (getWord): remove const from word_location arg
7045
7046         * lyxvc.C (getLogFile): fix const type order
7047
7048         * lyxtext.h: remove const from word_location arg, add arg name
7049
7050         * lyxlayout.h: currect type on labeltype.
7051
7052         * importer.C: correct \file
7053
7054         * converter.C (intToFormat): use std:: on ret val, ws changes
7055
7056         * bufferlist.h: correct \file
7057
7058         * buffer.C (makeLinuxDocFile): fix const type order
7059         (makeDocBookFile): ditto
7060         (fillWithBibKeys): use std:: on stdlib args.
7061
7062         * CutAndPaste.C: fix authors.
7063         (availableSelections): use std:: on return vector
7064
7065 2003-06-27  André Pönitz  <poenitz@gmx.net>
7066
7067         * BufferView_pimpl.C:
7068         * bufferview_funcs.C:
7069         * lyxcursor.C:
7070         * lyxcursor.h:
7071         * lyxfunc.C:
7072         * lyxtext.h:
7073         * rowpainter.C:
7074         * text.C:
7075         * text2.C:
7076         * text3.C: remove LyXCursor::row_ member
7077
7078         * lyxtext.h:
7079         * text.C: rename fullRebreak() to partialRebreak() and implement
7080           a fullRebreak() that really bereks fully
7081
7082         * textcursor.h: new struct for cursor-related data
7083
7084 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
7085
7086         * lyx_main.C (LyX): get full path of document loaded on the
7087         command line
7088
7089 2003-06-26  André Pönitz  <poenitz@gmx.net>
7090
7091         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
7092           remove unused/broken operator>,<,>=.
7093
7094         *       text.C: remove only use of broken operator<= in an Assert().
7095
7096 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7097
7098         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
7099         moved errorlist_.clear to showErrorList
7100
7101 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7102
7103         * converter.C (scanLog, runLaTeX):
7104         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
7105         move the bv->showErrorList call to the callers
7106         * lyxfunc.C: i.e. here...
7107         * text2.C: and here
7108         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
7109         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
7110         namespace, the second to...
7111         * buffer_funcs (BufferFormat, parseErrors): added
7112         * errorlist.C (ErrorList(TeXErrors const &)): removed
7113
7114 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7115
7116         * ToolbarBackend.C (getIcon): complain when icon cannot be found
7117
7118 2003-06-24  "Garst R. Reese" <reese@isn.net>
7119
7120         * debug.C: fix typo
7121
7122 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7123
7124         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
7125
7126         * version.C.in: change docversion to 1.4
7127
7128 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
7129
7130         * buffer.C: fix a bug just introduced
7131
7132 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
7133
7134         * buffer.[Ch]: added the parseError signal and use it, removed
7135         sgmlError
7136         * BufferView.[Ch] (addError): moved to ...
7137         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
7138         to the Buffer::parseError signal to catch (guess what) parse errors
7139         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
7140
7141 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
7142
7143         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
7144         ability to create a buffer and to return an existing one from
7145         the list. Moved these functions to...
7146         * buffer_funcs.[Ch]: added
7147         * BufferView.[Ch] (loadLyXFile): added
7148         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
7149         job removed from bufferlist::loadLyXFile.
7150         * buffer.C (setReadOnly): make it work without view
7151         (i.e added an if (users))
7152
7153 2003-06-19  Angus Leeming  <leeming@lyx.org>
7154
7155         * lfuns.h:
7156         * LyXAction.C (init):
7157         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
7158         with LFUN_DIALOG_SHOW <name> <data>.
7159
7160 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7161
7162         * CutAndPaste.C (availableSelections): small compilation fix for
7163         ancient (gcc 2.9x) compilers
7164
7165 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
7166
7167         * text3.C (cursorNext): add tmp var
7168
7169         * text2.C (updateCounters): for function calling out of for clause
7170         (replaceSelectionWithString): ditto
7171         (insertStringAsParagraphs): ditto
7172         (getColumnNearX): add tmp var
7173         (setCursorFromCoordinates): add tmp var
7174         (cursorDownParagraph): add tmp var
7175         (deleteEmptyParagraphMechanism): add tmp var
7176
7177         * text.C (insertChar): add tmp var
7178
7179         * rowpainter.C (paintDepthBar): add tmp var
7180
7181         * CutAndPaste.C (availableSelections): potentially check all
7182         paragraphs in a cut to fill the shown strings.
7183
7184 2003-06-18  André Pönitz  <poenitz@gmx.net>
7185
7186         * kbmap.[Ch]: use vector<> instead of list<>
7187
7188 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7189
7190         * text3.C (dispatch): handle arg to LFUN_PASTE, call
7191         pasteSelection with index
7192
7193         * text2.C (pasteSelection): modify, call pasteSelection with index
7194
7195         * paragraph.C (asString): reimplement version with no interval to
7196         call the one with interval.
7197
7198         * lyxtext.h: add index arg to pasteSelection
7199
7200         * MenuBackend.C (MenuItem): handle PasteRecent
7201         (Menu::read::Menutags): add md_pasterecent
7202         (read): handle it
7203         (expandPasteRecent): new function
7204         (expand): use it
7205
7206         * MenuBackend.h: add PasteRecent to MenuItem::Kind
7207
7208         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
7209         the limited stack
7210         (availableSelections): new function
7211
7212 2003-06-17  Angus Leeming  <leeming@lyx.org>
7213
7214         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
7215
7216 2003-06-17  Angus Leeming  <leeming@lyx.org>
7217
7218         * lfuns.h:
7219         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
7220
7221         * lyxfunc.C (dispatch): invoke it.
7222
7223 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7224
7225         * iterators.C (operator++, ParPosition): reintroduce some
7226         const_cast for the benefit of older compilers.
7227
7228 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7229
7230         * text3.C (dispatch): do not modify clipboard when doing
7231         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
7232         LFUN_DELETE_SKIP on a selection selection
7233
7234 2003-06-16  André Pönitz  <poenitz@gmx.net>
7235
7236         * BufferView.C:
7237         * buffer.C:
7238         * buffer.h:
7239         * paragraph.C:
7240         * tabular.[Ch]: IU of clone() and getLabelList();
7241
7242 2003-06-13  André Pönitz  <poenitz@gmx.net>
7243
7244         * tabular.h: compactification
7245
7246 2003-06-12  André Pönitz  <poenitz@gmx.net>
7247
7248         * tabular.C:
7249         * tabular.h:
7250         * tabular_funcs.h: some renaming plus whitespace
7251
7252 2003-06-12  André Pönitz  <poenitz@gmx.net>
7253
7254         * BufferView.C:
7255         * BufferView_pimpl.C:
7256         * CutAndPaste.C:
7257         * buffer.C:
7258         * iterators.[Ch]:
7259         * lyxfunc.C:
7260         * text.C:
7261         * toc.C: Return a Paragraph & for ParIterator::operator*()
7262
7263 2003-06-11  John Levon  <levon@movementarian.org>
7264
7265         * lyx_main.C:
7266         * ToolbarBackend.h:
7267         * ToolbarBackend.C: add "Toolbars" section and
7268         put the flags there
7269
7270 2003-06-10  Angus Leeming  <leeming@lyx.org>
7271
7272         * lfuns.h:
7273         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7274
7275         * lyxfunc.C (dispatch): invoke it.
7276
7277 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7278
7279         * main.C: protect <ios> with HAVE_IOS
7280         (main): protect sync_with_stdio with HAVE_IOS
7281
7282 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7283
7284         * text2.C (cutSelection): adjust
7285         (pasteSelection): adjust
7286
7287         * messages.C: handle get of empty string
7288
7289         * main.C (main): use sync_with_stdio(false)
7290
7291         * lyxfunc.C (dispatch): adjust
7292
7293         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7294         (WriteAs): remove unneeded BufferView arg.
7295
7296         * bufferparams.h: use correct types on papersize, papersize2 and
7297         paperpackage.
7298
7299         * bufferparams.C (readToken): adjust for type
7300         (writeLaTeX): add missing cases to switch.
7301
7302         * bufferlist.C (quitWriteBuffer): adjust
7303         (close): adjust
7304
7305         * buffer.C (asciiParagraph): remove some commented code.
7306
7307         * CutAndPaste.C: remove current_view extern variable.
7308         (cutSelection): add BufferParams arg.
7309         (eraseSelection): add BufferParams arg.
7310         (pasteSelection): add Buffer const & arg
7311
7312 2003-06-07  John Levon  <levon@movementarian.org>
7313
7314         * buffer.C:
7315         * paragraph_funcs.C:
7316         * paragraph_pimpl.C:
7317         * text.C:
7318         * text2.C:
7319         * paragraph.h:
7320         * paragraph.C: allow InsetERT to freely space lines,
7321         and some consolidation of code
7322
7323 2003-06-06  José Matos  <jamatos@fep.up.pt>
7324
7325         * buffer.C (makeDocBookFile): fix bug #821
7326
7327 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7328
7329         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7330
7331 2003-06-04  Angus Leeming  <leeming@lyx.org>
7332
7333         * buffer.C: bump format to 224.
7334
7335 2003-06-05  André Pönitz  <poenitz@gmx.net>
7336
7337         * text2.C (redoParagraphs): remove two const_cast<>
7338
7339 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7340
7341         * ParagraphList.h: remove last remnants of NO_STD_LIST
7342
7343 2003-06-03  Angus Leeming  <leeming@lyx.org>
7344
7345         * factory.C (createInset): small change to the way InsetExternal's params
7346         are set.
7347
7348 2003-06-04  André Pönitz  <poenitz@gmx.net>
7349
7350         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7351
7352         * paragraph_pimpl.h:
7353         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7354
7355         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7356
7357         * undo_funcs.C: make some simple cases of undo work again
7358
7359 2003-06-03  John Levon  <levon@movementarian.org>
7360
7361         * ispell.C: HPUX doesn't have sys/select.h
7362         (from Albert Chin)
7363
7364 2003-06-03  John Levon  <levon@movementarian.org>
7365
7366         * CutAndPaste.C: update tabular and include inset
7367         buffer references
7368
7369         * buffer.h:
7370         * paragraph.h:
7371         * paragraph.C: remove owningBuffer(), don't pass Buffer
7372         to clone()
7373
7374         * factory.C: insetGraphicsParams changed
7375
7376 2003-06-02  John Levon  <levon@movementarian.org>
7377
7378         * LyXAction.C:
7379         * factory.C:
7380         * lfuns.h:
7381         * lyxfunc.C:
7382         * text3.C: remove insetparent
7383
7384 2003-06-02  John Levon  <levon@movementarian.org>
7385
7386         * buffer.h:
7387         * buffer.C: fix inset_iterator.end(), move out of line
7388         (bug 1149)
7389
7390 2003-06-01  John Levon  <levon@movementarian.org>
7391
7392         * text3.C: use a proper cut/paste when doing inset
7393         insert (from Jürgen Spitzmüller)
7394
7395 2003-06-01  John Levon  <levon@movementarian.org>
7396
7397         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7398
7399 2003-05-30  André Pönitz  <poenitz@gmx.net>
7400
7401         * rowpainter.C: unify second drawing phase
7402
7403 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7404
7405         * trans_mgr.C: remove one case of current_view
7406
7407         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7408
7409         * paragraph_funcs.h: remove paragraph.h include
7410
7411         * paragraph.h: delete NO_STD_LIST stuff
7412
7413         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7414
7415         * buffer.h: remove paragraph.h include
7416
7417         * ParagraphList.C: delete file
7418
7419         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7420
7421         * toc.C (getTocList): adjust
7422
7423         * paragraph_pimpl.C (validate): adjust
7424
7425         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7426
7427         * paragraph.C (Paragraph): adjust
7428         (getPositionOfInset): use const_iterator, adjust
7429         (bibitem): use const_iterator, adjust
7430         (setInsetOwner): adjust
7431
7432         * iterators.C (operator++): adjust
7433
7434         * InsetList.[Ch]: Replace selfmade iterator with standard
7435         vector::iterator also introduce const_iterator. Remove getPos,
7436         getInset and setInset from InsetTable. Adjust accordingly.
7437
7438         * BufferView.C (lockInset): adjust
7439         (ChangeInsets): adjust
7440
7441         * tabular.[Ch]: delete commented same_id functions
7442
7443 2003-05-28  John Levon  <levon@movementarian.org>
7444
7445         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7446
7447 2003-05-28  André Pönitz  <poenitz@gmx.net>
7448
7449         * metricsinfo.[Ch]: remove 'fullredraw' member
7450
7451 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7452
7453         * lyxtextclass.C (operator): remove caching.
7454
7455 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7456
7457         * text3.C: adjust
7458
7459         * text2.C (cursorBottom): adjust
7460         (setCounter): use ParagraphList::find, adjust
7461
7462         * text.C (workWidth): use ParagraphList::find, adjust
7463
7464         * lyxcursor.C (LyXCursor): adjust
7465
7466         * buffer.C (inset_iterator): adjust
7467
7468         * ParagraphList.h: make iterator(value_type) private, make
7469         ParagraphList a friend of iterator.
7470
7471         * ParagraphList.C (find): new function
7472
7473         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7474
7475 2003-05-27  André Pönitz  <poenitz@gmx.net>
7476
7477         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7478
7479 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7480
7481         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7482
7483 2003-05-26  John Levon  <levon@movementarian.org>
7484
7485         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7486
7487 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7488
7489         * remove same_id from function signatures, adjust.
7490
7491 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7492
7493         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7494
7495         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7496
7497         * paragraph.C (Paragraph): get rid of same_ids parameter
7498
7499         * ParagraphList.C (insert): adjust
7500         (push_back): adjust
7501
7502 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7503
7504         * paragraph_funcs.C (breakParagraph): adjust
7505         (breakParagraphConservative): adjust
7506
7507         * buffer.C (readParagraph): adjust
7508
7509         * ParagraphList.C (insert): take a reference instead of a pointer
7510         (insert): adjust
7511
7512         * paragraph.[Ch] (id): new function
7513
7514         * bufferlist.C (newFile): adjust
7515
7516         * ParagraphList.C (ParagraphList): adjust
7517         (assign): adjust
7518         (push_back): take a reference instead of a pointer.
7519
7520         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7521
7522         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7523         instead.
7524
7525         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7526         set else use old code.
7527
7528         * ParagraphList.C: remove all NO_NEXT code and only compile this
7529         code of NO_STD_LIST is set.
7530
7531 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7532
7533         * BufferView_pimpl.C:
7534         * TextCache.C:
7535         * TextCache.h:
7536         * bufferlist.C:
7537         * errorlist.h:
7538         * format.C:
7539         * format.h:
7540         * graph.C:
7541         * lyxfunc.C:
7542         * lyxrc.C:
7543         * graphics/GraphicsConverter.C:
7544         * graphics/PreviewLoader.C: header adjustment
7545
7546 2003-05-23  Angus Leeming  <leeming@lyx.org>
7547
7548         * LaTeXFeatures.[Ch] (useBabel): new method.
7549         * bufferparams.C (writeLaTeX): use it.
7550
7551 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7552
7553         * ParagraphList.h (set): remove unused function.
7554
7555 2003-05-23  André Pönitz  <poenitz@gmx.net>
7556
7557         * BufferView.C:
7558         * BufferView_pimpl.C:
7559         * buffer.C:
7560         * buffer.h:
7561         * lyxfunc.C:
7562         * undo_funcs.C: setUndo reworked
7563
7564         * iterators.[Ch]: add access to topmost ParagraphList
7565
7566         * lyxtext.[Ch] (workWidth): add a const
7567
7568 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7569
7570         * texrow.[Ch] (increasePos): remove function
7571         * exporter.C (export): removed unused var and outdated comment
7572
7573 2003-05-23  Angus Leeming  <leeming@lyx.org>
7574
7575         * latexrunparams.h: rename fragile as moving_arg.
7576         * paragraph.C (simpleTeXOnePar): ditto.
7577         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7578
7579 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7580
7581         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7582         (createUndo): ditto
7583         (textUndoOrRedo): comment out a currently unused var.
7584
7585         * paragraph.h (NO_NEXT): enable NO_NEXT
7586
7587         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7588
7589         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7590
7591         * exporter.C (Export): adjust for removeAutoInsets removal.
7592
7593         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7594
7595         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7596
7597         * BufferView.[Ch] (removeAutoInsets): delete function
7598
7599 2003-05-22  Angus Leeming  <leeming@lyx.org>
7600
7601         * latexrunparams.h: add a free_spacing variable.
7602
7603         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7604         to pass moving_arg, as the data is stored in runparams.fragile.
7605
7606         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7607         to Inset::latexOptional or to simpleTeXOnePar.
7608
7609         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7610         free_spacing arg to Inset::latexOptional.
7611
7612         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7613         free_spacing arg.
7614
7615 2003-05-22  Angus Leeming  <leeming@lyx.org>
7616
7617         * latexrunparams.h: add fragile and use_babel variables.
7618
7619         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7620         * buffer.C (makeLaTeXFile): store this returned value in
7621         runparams.use_babel, thus passing it to the inset::latex methods.
7622
7623         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7624         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7625
7626         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7627         longer has a fragile arg, as it is stored in runparams.fragile.
7628
7629         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7630         moving_arg parameter as the data is stored in runparams.fragile.
7631
7632         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7633         a fragile parameter as the data is stored in runparams.fragile.
7634
7635 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7636
7637         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7638
7639 2003-05-22  Angus Leeming  <leeming@lyx.org>
7640
7641         * latexrunparams.h: add a 'bool nice' which defaults to false.
7642
7643         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7644         now encapsulated within runparams.
7645
7646         * bufferlist.C (updateIncludedTeXfiles):
7647         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7648
7649 2003-05-22  Angus Leeming  <leeming@lyx.org>
7650
7651         * latexrunparams.h: new file containing struct LatexRunParams.
7652         * Makefile.am: add new file.
7653
7654         * LaTeX.[Ch] (c-tor, run):
7655         * buffer.[Ch] (makeLaTeXFile):
7656         * bufferlist.[Ch] (updateIncludedTeXfiles):
7657         * converter.C (convert, scanLog):
7658         * converter.[Ch] (runLaTeX):
7659         * exporter.C (Export):
7660         * paragraph.[Ch] (simpleTeXOnePar):
7661         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7662         * paragraph_funcs.[Ch] (latexParagraphs):
7663         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7664         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7665         pass around a LatexRunParams parameter.
7666
7667 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7668
7669         * paragraph.[Ch]: remove unused constructor
7670
7671         * ParagraphList.C (erase): new function, taking two iterators
7672
7673 2003-05-22  André Pönitz  <poenitz@gmx.net>
7674
7675         * undo_funcs.C: remove duplicated code
7676
7677         * iterator.[Ch]: operator=
7678
7679 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7680
7681         * tabular.C (SetMultiColumn): ws changes
7682
7683         * rowpainter.C (paintFirst): get rid of a ->previous
7684
7685         * lyx_cb.C (getPossibleLabel): parlist simplification
7686
7687         * BufferView.C (ChangeInsets): simplify slightly.
7688
7689 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7690
7691         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7692         * lfuns.h: new LFUN_SPACE
7693         * lyxfunc.C: protected space has a new lfun
7694         * paragraph_funcs.C: read new space insets
7695         * text3.C:
7696         * factory.C: handle new space insets
7697
7698 2003-05-22  André Pönitz  <poenitz@gmx.net>
7699
7700         * BufferView.C:
7701         * BufferView_pimpl.C:
7702         * buffer.[Ch]:
7703         * lyxfunc.C:
7704         * undo_funcs.C: return a ParIterator from getParFromID.
7705
7706         * iterators.[Ch]: add two const's
7707
7708 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7709
7710         * toc.C (getTocList): adjust
7711
7712         * iterators.[Ch]: rework for parlist
7713
7714         * buffer.C (par_iterator_begin): adjust
7715         (par_iterator_end): adjust
7716
7717         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7718
7719         * BufferView.C (removeAutoInsets): adjust
7720         (ChangeInsets): adjust
7721
7722 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7723
7724         * text.C (top_y): fix bug 1110
7725
7726 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7727
7728         * errorlist.[Ch]: added
7729         * buffer.C:
7730         * BufferView.[Ch]:
7731         * BufferView_pimpl.C:
7732         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7733         instead
7734
7735 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7736
7737         * Makefile.am: ensure that lyx is relinked upon changes to the
7738         various "convenience" libs.
7739
7740 2003-05-20  Angus Leeming  <leeming@lyx.org>
7741
7742         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7743         files are compiled in alphabetical order again.
7744
7745         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7746
7747 2003-05-19  Angus Leeming  <leeming@lyx.org>
7748
7749         * gettext.[Ch]: remove "char const * _(char const *)".
7750
7751 2003-05-19  André Pönitz  <poenitz@gmx.net>
7752
7753         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7754
7755         * Makefile.am:
7756         * BufferView.C:
7757         * DepTable.h:
7758         * LaTeXFeatures.C:
7759         * buffer.C:
7760         * lyxfont.C:
7761         * lyxlex.h:
7762         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7763
7764 2003-05-19  André Pönitz  <poenitz@gmx.net>
7765
7766         * buffer.C:
7767         * lyxlayout.[Ch]:
7768         * lyxtextclass.[Ch]:
7769         * paragraph.C:
7770         * paragraph_funcs.[Ch]:
7771         * text2.C:
7772         * text3.C: more insetenv work
7773
7774 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7775
7776         * ParagraphParameters.C (params2string): small bug fixed
7777
7778 2003-05-16  André Pönitz  <poenitz@gmx.net>
7779
7780         * debug.C:
7781         * bufferview_funcs.C: patch from Kornel Benko to prevent
7782           crash when _(...) is called twice in a statement
7783
7784 2003-05-16  André Pönitz  <poenitz@gmx.net>
7785
7786         * BufferView.C:
7787         * lyxfunc.C:
7788         * text.C:
7789         * text2.C:
7790         * text3.C:
7791         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7792
7793 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7794
7795         * lyx_main.C (init): remove spurious static_cast
7796
7797 2003-05-14  André Pönitz  <poenitz@gmx.net>
7798
7799         * BufferView.C: fix format string
7800
7801 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7802
7803         * BufferView.[Ch] (insertErrors): removed
7804         * BufferView.[Ch] (showErrorList): added
7805         * buffer.C (runChkTeX):
7806         * converter.C (scanLog): call showErrorList instead of inserterrors
7807
7808 2003-05-13  André Pönitz  <poenitz@gmx.net>
7809
7810         * BufferView_pimpl.C:
7811         * buffer.C:
7812         * bufferview_func.C:
7813         * MenuBackend.C:
7814         * lyxfunc.C:
7815         * lyxrc.C:
7816         * tex-accent.C:
7817         * text3.C:
7818         * toc.C:
7819         * tabular_funcs.h: tostr() from its own header
7820
7821         * ParagraphParameters.C:
7822         * ToolbarBackend.C:
7823         * bufferparams.C:
7824         * format.C:
7825         * lyxlex_pimpl.C:
7826         * text3.C: STRCONV()
7827
7828 2003-05-12  André Pönitz  <poenitz@gmx.net>
7829
7830         * BufferView.C:
7831         * BufferView_pimpl.C:
7832         * CutAndPaste.C:
7833         * LaTeX.C:
7834         * LaTeXFeatures.C:
7835         * ParagraphParameters.C:
7836         * buffer.C:
7837         * bufferlist.C:
7838         * bufferparams.C:
7839         * bufferview_funcs.C:
7840         * converter.C:
7841         * counters.C:
7842         * debug.C:
7843         * exporter.C:
7844         * format.C:
7845         * importer.C:
7846         * lyx_cb.C:
7847         * lyx_main.C:
7848         * lyxfont.C:
7849         * lyxfunc.C:
7850         * lyxvc.C:
7851         * paragraph.C:
7852         * paragraph_funcs.C:
7853         * tabular.C:
7854         * tabular_funcs.C:
7855         * text2.C:
7856         * text3.C:  boost::format -> bformat  all over the place
7857
7858
7859 2003-05-09  André Pönitz  <poenitz@gmx.net>
7860
7861         * LColor.[Ch]: Pimpl the #include <map> away
7862
7863 2003-05-09  John Levon  <levon@movementarian.org>
7864
7865         * bufferlist.C: never remove emergency saves
7866
7867 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7868
7869         * Makefile.am: better lib building
7870
7871 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7872
7873         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7874         instead.
7875         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7876         (simpleTeXSpecialChars): adjust
7877         (simpleTeXSpecialChars): adjust
7878         * paragraph.C (simpleTeXOnePar): adjust
7879         * buffer.C (makeLaTeXFile): adjust
7880
7881         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7882
7883         * text2.C (changeDepth): parlist cleanup
7884         (getColumnNearX): ditto
7885
7886         * rowpainter.C (getLabelFont): parlist cleanup
7887
7888         * bufferlist.C (newFile): parlist cleanup
7889
7890         * CutAndPaste.C (eraseSelection): parlist cleanup
7891
7892         * BufferView_pimpl.C (trackChanges): parlist cleanup
7893         (dispatch): ditto
7894
7895         * BufferView.C (lockInset): parlist cleanup.
7896         (ChangeInsets): ditto
7897
7898 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7899
7900         * CutAndPaste.h: Update file header.
7901
7902         * CutAndPaste.C: Update file header.
7903         Store the parts cut out of the Document in a limited_stack.
7904         (copySelection): adjust
7905         (pasteSelection): new function, takes the index in the limited stack.
7906         (nrOfParagraphs): adjust
7907         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7908         simplify error inset insertion.
7909         (checkPastePossible): adjust
7910
7911 2003-05-06  John Levon  <levon@movementarian.org>
7912
7913         * text2.C: don't cast wrap inset to float
7914
7915 2003-05-05  André Pönitz  <poenitz@gmx.net>
7916
7917         * iterator.C:
7918         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7919
7920         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7921           few naked Paragraph *.
7922
7923 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7924
7925         * bufferparams.C: Output warning if a document with missing
7926         TeX document class is loaded
7927         * exporter.C: Disable TeX exports if the document class is missing
7928         * lyxtextclass.C:
7929         * lyxtextclass.h:
7930         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7931         isTeXClassAvailable()
7932
7933 2003-05-03  John Levon  <levon@movementarian.org>
7934
7935         * BufferView.h:
7936         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7937         explicit cursor show/hide
7938
7939         * BufferView_pimpl.h:
7940         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7941         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7942
7943         * lyxfunc.C: hide cursor before dispatching.
7944
7945         * lyx_cb.C:
7946         * lyxfind.C:
7947         * text.C:
7948         * text3.C: remove explicit cursor hides
7949
7950 2003-05-02  André Pönitz  <poenitz@gmx.net>
7951
7952         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7953
7954         * undo_funcs.C:
7955         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7956           linked lists
7957
7958         * text2.C: tiny whitespace
7959
7960 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7961
7962         * undo_funcs.C: almost only ws changes.
7963
7964         * ParagraphList.C (splice): just return if pl is empty.
7965
7966 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7967
7968         * ParagraphList.C (splice): new function.
7969
7970         * CutAndPaste.C (pasteSelection): use it
7971
7972 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7973
7974         * CutAndPaste.C (pasteSelection): remove the last next and
7975         previous from this file.
7976
7977 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7978
7979         * CutAndPaste.C (pasteSelection): more clean up, user proper
7980         ParagraphList functions for pasteing.
7981
7982         * ParagraphList.C (insert): new function, three arg insert
7983
7984 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7985
7986         * ParagraphList.C (insert): new function, three arg insert
7987
7988         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7989         not on paragraphs.
7990
7991 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7992
7993         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7994
7995 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7996
7997         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7998
7999 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8000
8001         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
8002         (copySelection): clean up a bit.
8003         (pasteSelection): use make_pair
8004
8005         * ParagraphList.C (ParagraphList): implement copy constructor
8006         (operator=): implement, base on copy constructor.
8007         (assign): new func
8008
8009         * paragraph.C (erase): return a bool
8010
8011         * paragraph_pimpl.C (erasePos): remove function, move contents...
8012         (erase): ... here. Return a bool.
8013         (erase): call erase instead of erasePos.
8014
8015 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
8016
8017         * ParagraphList.h: define PitPosPair
8018         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
8019         ParagraphList, fix a bug on pasting multiple pars
8020         * text2.C: change interface to C&P
8021
8022 2003-04-30  André Pönitz  <poenitz@gmx.net>
8023
8024         * undo_func.C: revert part of yesterday's patch 2
8025
8026 2003-04-30  John Levon  <levon@movementarian.org>
8027
8028         * LColor.C: s/tabular/table/
8029
8030 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8031
8032         * text3.C (dispatch): do not convert iterator -> pointer
8033         * undo_funcs.C (setCursorParUndo): ditto
8034         * text_funcs.C (transposeChars): ditto
8035
8036         * text2.C (setLayout): ws changes only
8037
8038         * text.C (breakParagraph): do not convert iterator -> pointer
8039         (insertChar): ditto
8040         (acceptChange): ditto
8041         (rejectChange): ditto
8042         (changeCase): ditto
8043         (Delete): ditto
8044         (backspace): ditto
8045
8046         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
8047         pointer
8048
8049 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
8050
8051         * text3.C (gotoInset): YABG (yet another bad getChar)
8052
8053 2003-04-29  André Pönitz  <poenitz@gmx.net>
8054
8055         * paragraph.h: make operator= private unimplemented as long as
8056           it is unusable
8057
8058         * ParagraphList.C: whitespace
8059
8060         * paragraph.[Ch]:
8061         * paragraph_pimpl.[Ch]:
8062         * paragraph_funcs.C:
8063         * CutAndPaste.C:
8064         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
8065
8066         * text2.C:
8067           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
8068
8069 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
8070
8071         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
8072         * paragraph.[Ch] (erase):
8073         * paragraph_pimpl.[Ch] (erase): change return type and value
8074         * text2.C (cutSelection): some rework
8075
8076 2003-04-28  John Levon  <levon@movementarian.org>
8077
8078         * bufferlist.C: changes for unsaved changes dialog
8079
8080 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8081
8082         * bufferlist.C (newFile): set language (messages_) for new
8083         documents also.
8084
8085         * buffer.C (readFile): ws changes only.
8086
8087 2003-04-28  André Pönitz  <poenitz@gmx.net>
8088
8089         * undo_funcs.C:
8090         * lyxfunc.C:
8091         * buffer.[Ch]:
8092         * BufferView_pimpl.C:
8093         * BufferView.C: getParFromID related ParagraphList::iterator changes
8094
8095 2003-04-28  André Pönitz  <poenitz@gmx.net>
8096
8097         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
8098           Changes
8099
8100 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8101
8102         * messages.C: remove one more localedir class variable.
8103
8104 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8105
8106         * messages.C (getLocaleDir): singleton generation function
8107         (Pimpl): use it.
8108         (Messages): add a default constructor.
8109
8110         * main.C (main): do not setup localedir here, do not call
8111         gettext_init.
8112
8113         * gettext.C (_): use it.
8114         (gettext_init): delete funciton
8115
8116 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8117
8118         * gettext.C (getLyXMessages): new singleton generating function.
8119
8120         * buffer.C (updateDocLang): adjust
8121
8122         * Makefile.am (messages.o): add target
8123         (main.o): remove target
8124
8125 2003-04-27  John Levon  <levon@movementarian.org>
8126
8127         * bufferlist.C:
8128         * lyx_cb.C:
8129         * lyxfunc.C:
8130         * lyxvc.C: specify cancel button in Alert::prompt
8131
8132 2003-04-26  John Levon  <levon@movementarian.org>
8133
8134         * text3.C:
8135         * lyxfunc.C:
8136         * lfuns.h:
8137         * LyXAction.C: add LFUN_INSET_SETTINGS
8138
8139         * lyxfunc.C: don't enable tabular-feature when there's
8140         just any locking inset
8141
8142 2003-04-26  John Levon  <levon@movementarian.org>
8143
8144         * bufferlist.C: re-add Cancel to buffer close question
8145
8146         * lyxfunc.C: fix import UI a bit
8147
8148 2003-04-25  John Levon  <levon@movementarian.org>
8149
8150         * gettext.C: remove the broken asserts for now
8151
8152 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8153
8154         * messages.C: make case where setlocale cannot comply work better.
8155
8156         * buffer.C (updateDocLang): new function
8157         (changeLanguage): use it
8158         (readFile): use it
8159
8160         * text2.C (setCounter): use B_ a bit.
8161
8162         * lyxlayout.C (Read): be sure to trim the label strings.
8163
8164         * messages.C (Messages): fix typo in comment
8165
8166         * buffer.C (readFile): set message_ after file is loaded.
8167         (makeDocBookFile): remove double return
8168         (changeLanguage): reset message_ upon language change.
8169         (B_): new func, use this to get translated buffer strings.
8170
8171         * main.C: add myself and Jean Marc as authors.
8172
8173 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8174
8175         * messages.[hC]: pimplify Messages, and three different pimpls to be
8176         used in different circumstances.
8177
8178         * gettext.[Ch]: change for use with new message code.
8179
8180 2003-04-24 André Pönitz <poenitz@gmx.net>
8181
8182         * factory.C: support for eqref
8183
8184 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
8185
8186         * messages.[Ch]: add missing char
8187
8188         * Makefile.am (lyx_SOURCES): add messages.[Ch]
8189
8190         * messages.[Ch]: New files
8191
8192 2003-04-18  John Levon  <levon@movementarian.org>
8193
8194         * BufferView.h:
8195         * BufferView.C:
8196         * BufferView_pimpl.C:
8197         * lfuns.h:
8198         * LyXAction.C:
8199         * lyxtext.h:
8200         * text2.C: remove layout-copy/paste (bug 778)
8201
8202 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8203
8204         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
8205
8206 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8207
8208         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
8209         if they succeed. Act accordingly.
8210
8211 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8212
8213         * text2.C (setCharFont): adjust
8214         (setCounter): adjust
8215         (insertStringAsLines): adjust
8216
8217         * text.C (leftMargin): adjust
8218         (setHeightOfRow): adjust
8219
8220         * rowpainter.C (paintFirst): adjust
8221         (paintLast): adjust
8222
8223         * paragraph_funcs.C (depthHook): ParagraphList::iterators
8224         (outerHook): ditto
8225         (isFirstInSequence): ditto
8226         (getEndLabel): ditto
8227         (outerFont): adjust
8228
8229         * paragraph.C (getParLanguage): comment out some hard stuff.
8230
8231         * buffer.C (insertStringAsLines): take a ParagraphList as arg
8232         (sgmlError): ditto
8233         (simpleDocBookOnePar): ditto
8234         (makeDocBookFile): use ParagraphList::iterator
8235
8236         * CutAndPaste.C (pasteSelection): adjust
8237
8238 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8239
8240         * text2.C (getFont): adjust
8241         (getLayoutFont): adjust
8242         (getLabelFont): adjust
8243
8244         * paragraph_funcs.C (TeXOnePar): adjust
8245
8246         * buffer.C (simpleLinuxDocOnePar): adjust
8247         (simpleDocBookOnePar): adjust
8248
8249         * CutAndPaste.C (pasteSelection): adjust
8250
8251         * BufferView.C (getEncoding): adjust
8252
8253         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8254
8255 2003-04-16  John Levon  <levon@movementarian.org>
8256
8257         * lyxfind.C: use parlist stuff for search/changes
8258
8259 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8260
8261         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8262
8263         * text2.C (deleteEmptyParagraphMechanism): adjust
8264
8265         * text2.[Ch] (ownerParagraph): delete func (both of them
8266
8267 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8268
8269         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8270
8271 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8272
8273         * ParagraphList.C: prepare for NO_NEXT
8274
8275 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8276
8277         * text2.C (getFont): adjust
8278         (getLayoutFont): adjust
8279         (getLabelFont): adjust
8280
8281         * paragraph.C (getFont): adjust
8282         (getLabelFont): adjust
8283         (getLayoutFont): adjust
8284
8285         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8286
8287 2003-04-15  John Levon  <levon@movementarian.org>
8288
8289         From Angus Leeming
8290
8291         * lyx_main.C: handle Include in .ui files
8292
8293 2003-04-15  John Levon  <levon@movementarian.org>
8294
8295         * MenuBackend.C: make the doc files length shorter
8296
8297         * ToolbarBackend.h:
8298         * ToolbarBackend.C: handle toolbar placement flags,
8299         Minibuffer
8300
8301 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8302
8303         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8304         adjust
8305
8306         * paragraph_funcs.C (TeXOnePar): adjust
8307
8308         * paragraph.C (getLabelFont): add outerfont arg, adjust
8309         (getLayoutFont): ditto
8310         (simpleTeXOnePar): adjust
8311
8312         * paragraph_pimpl.C (realizeFont): delete func
8313
8314 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8315
8316         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8317         row argument, constify cur argument.
8318
8319 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8320
8321         * text2.C (getFont): adjust
8322         (getLayoutFont): adjust
8323         (getLabelFont): adjust
8324
8325         * paragraph_funcs.C (TeXOnePar): adjust
8326         (outerFont): new func...
8327         (realizeFont): ...moved out from here, changed this to facilitate
8328         transition
8329
8330         * paragraph.C (getFont): take outerfont as arg, adjust
8331         (simpleTeXOnePar): add outerfont arg, adjust
8332
8333         * buffer.C (simpleLinuxDocOnePar): adjust
8334         (simpleDocBookOnePar): adjust
8335
8336         * CutAndPaste.C (pasteSelection): adjust
8337
8338         * BufferView.C (getEncoding): adjust
8339
8340 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8341
8342         * text2.C (setCharFont): adjust
8343         (setCounter): adjust
8344
8345         * text.C (leftMargin): adjust
8346         (setHeightOfRow): adjust
8347
8348         * rowpainter.C (paintFirst): adjust
8349         (paintLast): adjust
8350
8351         * paragraph_pimpl.C (realizeFont): adjust
8352
8353         * paragraph.C (isFirstInSequence): move from here...
8354         * paragraph_funcs.C (isFirstInSequence): ...to here
8355
8356         * paragraph.C (outerHook): move from here...
8357         * paragraph_funcs.C (outerHook): ...to here
8358
8359         * paragraph.C (depthHook): move from here...
8360         * paragraph_funcs.C (depthHook): ...to here
8361
8362         * paragraph.C (getEndLabel): move from here...
8363         * paragraph_funcs.C (getEndLabel): ...to here
8364
8365         * text2.C (realizeFont): move from here...
8366         * paragraph_funcs.C (realizeFont): ...to here
8367
8368 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8369
8370         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8371
8372 2003-04-14  Angus Leeming  <leeming@lyx.org>
8373
8374         * LColor.[Ch]: scrap LColor mathcursor.
8375
8376 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8377
8378         * lyxlex.[Ch] (text): delete function
8379         * trans.C (Load): adjust
8380         * paragraph_funcs.C (readParToken): adjust
8381
8382 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8383
8384         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8385         vector<char> instead of a char[].
8386
8387         * lyxlex_pimpl.C (getString): adjust
8388         (next): adjust
8389         (lex): use getString
8390         (eatLine): adjust
8391         (nextToken): adjust
8392
8393         * lyxlex.C (text): use pimpl_->getString()
8394         (getBool): ditto
8395         (findToken): ditto
8396
8397 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8398
8399         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8400         (makeFontEntriesLayoutSpecific): temp var for par.size()
8401         (setLayout): temp var for ownerParagraphs().end()
8402         (fullRebreak): temp var for rows().end()
8403         (selectionAsString): temp var for boost::next(startpit), realize
8404         that the while really is a regular for loop.
8405         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8406         setCursor in one place.
8407         (setParagraph): temp vr for ownerParagraphs().end()
8408         (updateCounters): make the while loop a for loop
8409         (cutSelection): temp var for ownerParagraphs().end()
8410         (updateInset): make the do {} while() a regular for loop
8411         (getCursorX): use temp vars
8412         (setCurrentFont): use temp vars
8413         (getColumnNearX): use temp vars
8414
8415 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8416
8417         * text.C (transformChar): use temp var for getChar
8418         (computeBidiTables): use temp var for row->par()
8419         (fill): move temp vars for row->par() and pit->layout() earlier in
8420         the function.
8421         (labelFill): use temp var for row->par()
8422         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8423         asc and desc, realize that pit never changes and that firstpit is
8424         just a duplicate and not needed. Exchange rit->par() with pit in a
8425         lot of places.
8426         (breakAgain): use a temp var for boost::next(rit)
8427         (breakAgainOneRow): ditto
8428         (breakParagraph): use a temp var for rows().begin()
8429         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8430         (cursorRightOneWord): use temp var for cursor.par() and
8431         cursor.pos(), remove usage of tmpcursor.
8432         (cursorLeftOneWord): use temp var for cursor.par() and
8433         cursor.pos() only set cur at end of function.
8434
8435 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8436
8437         * text.C, text2.C: exchange all usage of Paragraph::next with
8438         boost::next(ParagraphList::iterator)
8439
8440         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8441
8442         * text2.C (cursorTop): simplify implementation
8443         (cursorBottom): ditto
8444         (setParagraph): use ParagraphList::iterator
8445         (setCurrentFont): adjust
8446         (getColumnNearX): adjust
8447         (cursorRight): adjust
8448         (cursorLeft): remove usage of Paragraph::previous
8449         (cursorUpParagraph): ditto
8450         (deleteEmptyParagraphMechanism): slight cleanup
8451
8452         * text.C (isBoundary): take a Paragraph const & instead of a
8453         pointer as arg.
8454         (addressBreakPoint): ditto
8455         (leftMargin): remove usage of Paragraph::previous.
8456         (setHeightOfRow): ditto
8457         (cursorLeftOneWord): ditto
8458         (selectNextWordToSpellcheck): ditto
8459         (Delete): ditto
8460         (backspace): ditto
8461         (breakParagraph): remove one usage of Paragraph::next
8462         (redoParagraph): ditto
8463         (acceptChange): ditto
8464         (insertChar): adjust
8465         (rowBreakPoint): adjust
8466
8467         * bufferview_funcs.C (toggleAndShow): adjust
8468
8469 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8470
8471         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8472         methods to access it.
8473         * lyxtext.h:
8474         * text.C: Added updateRowPositions to compute all row positions.
8475         Make top_y and getRowNearY() to use the cached y position
8476
8477 2003-04-11  John Levon  <levon@movementarian.org>
8478
8479         * text.C (rowBreakPoint): reintroduce the labelEnd
8480         checks, code copied from the row fill stuff. Deep voodoo.
8481
8482         * text.C (fill): add a comment and debugging for the
8483         next poor soul.
8484
8485 2003-04-11  John Levon  <levon@movementarian.org>
8486
8487         * text.C: make sure fullrow insets get wrapped to the next line,
8488         even when they're in a manual label
8489
8490 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8491
8492         * text2.C (insertParagraph): make it take ParagraphList::iterator
8493         as arg.
8494         (setLayout): make it return ParagraphList::iterator
8495         (redoParagraphs): ditto
8496         (setCounter): ditto
8497         (checkParagraph): ditto
8498
8499         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8500
8501         * text2.C: adjust several funcs.
8502         (realizeFont): take a ParagraphList::iterator as arg.
8503         (getLayoutFont): ditto
8504         (getLabelFont): ditto
8505         (setCharFont): ditto
8506
8507         * text.C: adjust several funcs.
8508
8509 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8510
8511         * text.C (selectNextWordToSpellcheck): don't accidentally
8512         skip insets
8513
8514 2003-04-10  John Levon  <levon@movementarian.org>
8515
8516         * ToolbarBackend.C (getIcon): special handling for
8517         LFUN_MATH_DELIM
8518
8519 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8520
8521         * text2.C (cursorRight): a getChar assert fixed
8522
8523 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8524
8525         * text2.C (getFont): change to take a ParagraphList::iterator
8526         instead of Paragraph*
8527         Adjust several functions.
8528
8529         * text.C (transformChar): change to take a ParagraphList::iterator
8530         instead of Paragraph*
8531         (singleWidth): ditto
8532         Adjust several functions.
8533
8534         * rowpainter.C: adjust several functions
8535         * rowpainter.h:store a ParagraphList::iterator and not a
8536         Paragraph&.
8537
8538
8539 2003-04-09  John Levon  <levon@movementarian.org>
8540
8541         * lyxfunc.C:
8542         * lfuns.h:
8543         * LyXAction.h:
8544         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8545         and the "help" bits as well
8546
8547 2003-04-09  John Levon  <levon@movementarian.org>
8548
8549         * ToolbarBackend.h:
8550         * ToolbarBackend.C: allow multiple toolbars
8551
8552 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8553
8554         * undo_funcs.C (setCursorParUndo): adjust
8555
8556         * text_funcs.C (transposeChars): adjust
8557
8558         * text3.C (gotoNextInset): adjust
8559         (dispatch): adjust
8560
8561         * text2.C (setLayout): adjust
8562         (changeDepth): adjust
8563         (setFont): adjust
8564         (redoParagraphs): adjust
8565         (selectionAsString): adjust
8566         (setParagraph): adjust
8567         (insertInset): adjust
8568         (cutSelection): adjust
8569         (copySelection): adjust
8570         (pasteSelection): adjust
8571         (insertStringAsLines): adjust
8572         (updateInset): adjust
8573         (setCursor): change to take a ParagraphList::iterator parameter
8574         (setCursorIntern): change to take a ParagraphList::iterator parameter
8575         (setCurrentFont): adjust
8576         (cursorLeft): adjust
8577         (cursorRight): adjust
8578         (deleteEmptyParagraphMechanism): adjust
8579
8580         * text.C (breakParagraph): adjust
8581         (insertChar): adjust
8582         (acceptChange): adjust
8583         (rejectChange): adjust
8584         (selectNextWordToSpellcheck): adjust
8585         (changeCase): adjust
8586         (Delete): adjust
8587         (backspace): adjust
8588
8589         * lyxfind.C (SearchForward): adjust
8590         (SearchBackward): adjust
8591         (nextChange): adjust
8592
8593         * lyxcursor.C (par): adjust
8594
8595         * lyxcursor.h: store a ParagraphList::iterator instead of a
8596         Paragraph*
8597
8598         * lyx_cb.C (getPossibleLabel): adjust
8599
8600         * bufferview_funcs.C (toggleAndShow): adjust
8601
8602         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8603         (dispatch): adjust
8604
8605         * BufferView.C (removeAutoInsets): adjust
8606         (lockedInsetStoreUndo): adjust
8607
8608 2003-04-09  John Levon  <levon@movementarian.org>
8609
8610         * ToolbarBackend.C: try icon without argument
8611         if with argument fails
8612
8613 2003-04-08  John Levon  <levon@movementarian.org>
8614
8615         * ToolbarBackend.h:
8616         * ToolbarBackend.C: add getIcon(), handle tooltip,
8617         and change from "Icon" to "Item".
8618
8619 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8620
8621         * BufferView.C (lockInset): another bad getchar crunched
8622
8623 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8624
8625         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8626         again)
8627
8628 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8629
8630         * lyxfind.C (searchForward, searchBackwards): bug 782
8631
8632 2003-04-07  John Levon  <levon@movementarian.org>
8633
8634         * paragraph.C: remove dead comment
8635
8636         * text.C: remove troublesome depth-fiddling code
8637         in leftMargin() and rightMargin() (bug 1017)
8638
8639         * text.C: fix breaking of rows in nested lists
8640         (bug 1004)
8641
8642         * text2.C (updateCounters): fix up depth values
8643         (bug 1013)
8644
8645 2003-04-07  John Levon  <levon@movementarian.org>
8646
8647         * BufferView_pimpl.C: clear message when doc finishes resizing,
8648         and after a mouse event
8649
8650         * lyxfunc.C: clear message after exiting inset
8651
8652 2003-04-07  John Levon  <levon@movementarian.org>
8653
8654         * bufferview_funcs.C: show math status not outside
8655         status in the statusbar
8656
8657 2003-04-07  John Levon  <levon@movementarian.org>
8658
8659         * lyxfunc.C: note status changed after a depth change
8660
8661 2003-04-04  Angus Leeming  <leeming@lyx.org>
8662
8663         * LaTeX.h: move AuxInfo operator==, != out of line.
8664         Remove LaTeX virtual destructor; nothing derives from it.
8665         Move operator()() out of public area and rename it startscript().
8666         Change protected for private.
8667
8668 2003-04-04  Angus Leeming  <leeming@lyx.org>
8669
8670         * lyxfunc.C:
8671         * text2.C: remove unneeded #includes.
8672
8673 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8674
8675         * text2.C (dEPM): fix the heigth of the next row
8676
8677 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8678
8679         * text.C: squashed an invalid getChar requester + some ws changes
8680
8681 2003-04-03  John Levon  <levon@movementarian.org>
8682
8683         * bufferview_funcs.h:
8684         * bufferview_funcs.C:
8685         * lyxfunc.C:
8686         * lyxtext.h:
8687         * text2.C: make getStatus work for the env depth lfuns
8688
8689 2003-04-03  John Levon  <levon@movementarian.org>
8690
8691         * bufferview_funcs.h:
8692         * bufferview_funcs.C:
8693         * lyxfunc.C:
8694         * lyxtext.h:
8695         * text2.C: parlistize decDepth(), by merging it with incDepth()
8696
8697 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8698
8699         * lyxrow.h: store a ParagraphList::iterator instead of a
8700         Paragraph* and adjust other class functions to suit.
8701
8702         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8703         above.
8704
8705 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8706
8707         * text2.C (setCursor): do not anchor to cursor row for the time being
8708
8709 2003-04-02  John Levon  <levon@movementarian.org>
8710
8711         * LyXAction.C:
8712         * lfuns.h:
8713         * lyx_main.C:
8714         * lyxtext.h:
8715         * text.C:
8716         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8717
8718 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8719
8720         * paragraph.h: make ParagraphList and ParagraphList::iterator
8721         friends of Paragraph.
8722
8723         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8724
8725         * ParagraphList.C: Use the private next_ and previous_ from
8726         Paragraph.
8727
8728 2003-04-01  John Levon  <levon@movementarian.org>
8729
8730         * ToolbarBackend.h:
8731         * ToolbarBackend.C:
8732         * Makefile.am: rename, remove defaults gunk
8733
8734         * MenuBackend.h:
8735         * MenuBackend.C: remove defaults gunk
8736
8737         * Languages.h:
8738         * Languages.C: remove defaults gunk
8739
8740         * lyx_main.h:
8741         * lyx_main.C: error out if files couldn't be found.
8742
8743 2003-04-02  John Levon  <levon@movementarian.org>
8744
8745         * text2.C: make incDepth() use parlist
8746
8747 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8748
8749         * undo_funcs.C (firstUndoParagraph): adjust
8750
8751         * text3.C (gotoInset): adjust
8752         (dispatch): adjust, and rewrite loop.
8753
8754         * text2.C (init): adjust, and rewrite loop.
8755         (redoParagraphs): adjust
8756         (updateInset): adjust, and rewrite loop.
8757         (deleteEmptyParagraphMechanism): adjust
8758
8759         * tabular.C (LyXTabular): adjust
8760         (SetMultiColumn): adjust
8761         (TeXRow): adjust
8762
8763         * lyxtext.[Ch] (ownerParagraph): delete function
8764         (ownerParagraphs): new function returns a ParagraphList.
8765
8766         * BufferView.C (removeAutoInsets): adjust
8767         (insertErrors): adjust
8768         (setCursorFromRow): adjust
8769
8770 2003-04-01  Angus Leeming  <leeming@lyx.org>
8771
8772         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8773         in the frontends.
8774
8775 2003-04-02  John Levon  <levon@movementarian.org>
8776
8777         * lyxtext.h:
8778         * text.C:
8779         * Makefile.am:
8780         * text_funcs.h:
8781         * text_funcs.C: make transposeChars a free function
8782
8783         * lyxrow_funcs.C: remove wrong comment
8784
8785 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8786
8787         * lyxtext.h: adjust
8788         * rowpainter.C: adjust
8789         * text.C: adjust
8790         * text2.C: adjust
8791         * text3.C: adjust
8792
8793         * lyxrow_funcs. [Ch]: new files
8794
8795         * lyxrow.[Ch]: remove next and previous pointers
8796         (next,previous): remove accessor functions
8797         (isParEnd): move to lyxrow_funcs
8798         (lastPos): move to lyxrow_funcs
8799         (nextRowIsAllInset): move to lyxrow_funcs
8800         (lastPrintablePos): move to lyxrow_funcs
8801         (numberOfSeparators): move to lyxrow_funcs
8802         (numberOfHfills): move to lyxrow_funcs
8803         (numberOfLabelHfills): move to lyxrow_funcs
8804         (hfillExpansion): move to lyxrow_funcs
8805
8806         * lyxfunc.C: adjust
8807
8808         * bufferview_funcs.C (toggleAndShow): adjust
8809
8810         * RowList.h: Remove class RowList from file leave just a
8811         std::list<Row>.
8812
8813         * RowList.C: delete file
8814
8815         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8816         and lyxrow_funcs.h
8817
8818 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8819
8820         * text3.C (cursorPrevious): adjust
8821         (cursorNext): adjust
8822         (dispatch): adjust
8823
8824         * text2.C (redoHeightOfParagraph): adjust
8825         (redoDrawingOfParagraph): adjust
8826         (setCursor): adjust
8827
8828         * text.C (breakParagraph): adjust
8829         (insertChar): adjust
8830         (backspace): adjust
8831
8832         * rowpainter.C (RowPainter): adjust
8833         (leftMargin): simplify and adjust
8834         (most rowpainter functions): adjust.
8835
8836         * rowpainter.h: store the row as RowList::iterator not as Row*
8837
8838         * lyxcursor.C (row): taka RowList::iterator as arg
8839         (irow): ditto
8840
8841         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8842         of Row*.
8843
8844 2003-04-01  Angus Leeming  <leeming@lyx.org>
8845
8846         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8847         stuff like bool Bool.
8848
8849 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8850
8851         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8852         rewrite a loop
8853
8854 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8855
8856         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8857         RowList::iterator.
8858
8859         * lyxtext.h (rows): drop one version and leve a const variant that
8860         returns a RowList::iterator.
8861
8862 2003-03-31  Angus Leeming  <leeming@lyx.org>
8863
8864         * text.C (fill): ensure that the signature is the same as that in the
8865         header file.
8866
8867 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8868
8869         * text2.C (redoParagraphs): adjust
8870         (updateCounters): adjust
8871         (checkParagraph): adjust
8872         (getColumnNearX): adjust and reformat a bit.
8873
8874         * text.C (top_y): adjust
8875         (workWidth): adjust
8876         (leftMargin): adjust
8877         (prepareToPrint): adjust
8878         (getRow): adjust
8879         (getRowNearY): adjust
8880
8881         * lyxtext.h: make rowlist_ mutable.
8882
8883         * RowList.h: add const_iterator
8884         * RowList.C: adjust for RowList::const_iterator.
8885
8886         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8887         adjust.
8888
8889 2003-03-31  John Levon  <levon@movementarian.org>
8890
8891         * lyxrc.h:
8892         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8893
8894         * lyx_main.C: set default fonts from using lyx_gui funcs
8895
8896         * exporter.C: pdf_mode moved from lyxrc
8897
8898         * lyx_cb.C:
8899         * lyxfunc.C: changes from above
8900
8901 2003-03-31  John Levon  <levon@movementarian.org>
8902
8903         * lyx_main.C: fix to the last fix
8904
8905 2003-03-31  John Levon  <levon@movementarian.org>
8906
8907         * bufferlist.C: "Load original" -> "Load Original"
8908
8909         * converter.C:
8910         * exporter.C:
8911         * importer.C:
8912         * lyx_main.C:
8913         * format.C: more Alert cleanups
8914
8915 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8916
8917         * text2.C (removeParagraph): make it take a RowList::iterator as
8918         arg, adjust.
8919         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8920         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8921
8922         * text.C (anchor_row): make it take a RowList::iterator as arg,
8923         adjust.
8924         (computeBidiTables): make it take a const reference to Row instead
8925         of Row pointer, adjust.
8926         (leftMargin): make it take a RowList::iterator as arg, adjust.
8927         (rowBreakPoint): adjust
8928         (breakAgainOneRow): make it take a RowList::iterator as arg,
8929         adjust.
8930         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8931
8932         * bufferview_funcs.C (toggleAndShow): adjust
8933
8934 2003-03-30  John Levon  <levon@movementarian.org>
8935
8936         * Makefile.am:
8937         * BoostFormat.h:
8938         * boost-inst.C: moved to support
8939
8940         * several files: changes as a result
8941
8942 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8943
8944         * text2.C (LyXText): adjust.
8945         (init): adjust
8946         (removeRow): make it take a RowList::iterator as arg, adjust.
8947         (fullRebreak): adjust
8948         (deleteEmptyParagraphMechanism): adjust
8949         (clearPaint): adjust
8950         (postPaint): adjust
8951
8952         * text.C (top_y): adjust
8953         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8954         (breakAgain): make it take a RowList::iterator as arg, adjust.
8955         (breakParagraph): adjust
8956         (insertChar): adjust
8957         (backspace): adjust
8958
8959         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8960         need_break_row, and refresh_row.
8961
8962         * text3.C (dispatch): adjust
8963
8964         * text2.C (checkParagraph): adjust
8965         (setCursor): adjust
8966         (setCursorFromCoordinates): adjust
8967
8968         * text.C (top_y): adjust
8969         (workWidth): adjust
8970         (getRow): make it return a RowList::iterator, adjust
8971         (getRowNearY): make it return a RowList::iterator, adjust
8972
8973         * text2.C (init): adjust
8974         (insertRow): remove function
8975         (insertParagraph): adjust
8976         (redoParagraphs): adjust
8977         (fullRebreak): adjust
8978         (updateCounters): adjust
8979
8980         * text.C (top_y): rewrite to use RowList iterators.
8981         (top_y): adjust
8982         (setHeightOfRow): rewrite to sue RowList iterators.
8983         (appendParagraph): adjust
8984         (breakAgain): adjust
8985         (breakAgainOneRow): adjust
8986         (breakParagraph): adjust
8987         (getRow): adjust
8988         (getRowNearY): adjust, and remove commented code.
8989
8990         * lyxtext.h (firstRow): delete function
8991         (lastRow): delete function
8992         (rows): new function (const and non-const versions.)
8993         (insertRow): delete function
8994
8995         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8996
8997 2003-03-29  John Levon  <levon@movementarian.org>
8998
8999         * BufferView_pimpl.C: always update scrollbar top
9000         because pasting text when we're anchored could mean we
9001         miss an update altogether
9002
9003 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9004
9005         * text2.C (init): use rowlist_.end() and not 0.
9006         (insertRow): change to take a RowList::iterator as arg, adjust
9007         for this.
9008         (insertParagraph): change to take a RowList::iterator as arg,
9009         adjust for this.
9010         (redoParagraphs): remove some debug msgs.
9011
9012         * text.C (appendParagraph): change to take a RowList::iterator
9013         arg, adjust for this.
9014         (breakAgain): add an assert
9015         (breakAgainOneRow): ditto
9016
9017 2003-03-29  John Levon  <levon@movementarian.org>
9018
9019         * text2.C: do not clear selection after inc/decDepth
9020         (bug 550)
9021
9022 2003-03-29  John Levon  <levon@movementarian.org>
9023
9024         * BufferView.C:
9025         * buffer.C: fix broken strerrors according to Lars
9026
9027 2003-03-29  John Levon  <levon@movementarian.org>
9028
9029         * converters.C: more Alert cleanups
9030
9031 2003-03-29  John Levon  <levon@movementarian.org>
9032
9033         * bufferview_funcs.C: remove pointless Alert
9034
9035         * buffer.C: fix confusing error message when
9036         a template is chmoded 000
9037
9038 2003-03-29  John Levon  <levon@movementarian.org>
9039
9040         * BufferView.C:
9041         * BufferView.h:
9042         * BufferView_pimpl.C: Alert fixes
9043
9044         * Makefile.am:
9045         * tabular.C:
9046         * tabular-old.C: remove unused table compat reading
9047
9048 2003-03-29  John Levon  <levon@movementarian.org>
9049
9050         * BufferView.C:
9051         * buffer.C:
9052         * lyx_cb.h:
9053         * lyx_cb.C: more Alert cleanups
9054
9055         * lyxfunc.C: don't allow chktex if not latex document
9056
9057 2003-03-29  John Levon  <levon@movementarian.org>
9058
9059         * lyx_cb.C:
9060         * BufferView.C:
9061         * buffer.C: warnings pushed down from support/,
9062         kill err_alert
9063
9064 2003-03-29  John Levon  <levon@movementarian.org>
9065
9066         * lyxfunc.C: safety check for C-r (revert)
9067
9068 2003-03-29  John Levon  <levon@movementarian.org>
9069
9070         * bufferlist.h:
9071         * bufferlist.C: several UI fixes using Alert::prompt.
9072         Fix the pointless looping quit code. Fix stupid revert
9073         behaviour (bug 938)
9074
9075         * lyxvc.h:
9076         * lyxvc.C:
9077         * lyx_cb.C: use Alert::prompt
9078
9079         * lyx_main.C: remove a silly question
9080
9081         * lyxfunc.C: remove a couple of silly questions,
9082         use Alert::prompt
9083
9084 2003-03-28  John Levon  <levon@movementarian.org>
9085
9086         * text2.C: fix bug 974 (End on empty par)
9087
9088 2003-03-28  John Levon  <levon@movementarian.org>
9089
9090         * BufferView_pimpl.C:
9091         * LyXAction.C:
9092         * lfuns.h: remove do-nothing math greek lfuns
9093
9094 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9095
9096         * lyxgluelength.h (isValidGlueLength): add default arg on
9097         parameter 2. Remove default arg from friend in class.
9098
9099         * lyxlength.h (isValidLength): add default arg on parameter 2.
9100         Remove default arg from friend in class.
9101
9102         * text2.C (LyXText): adjust, initialize refresh_row.
9103         (init): adjust
9104         (removeRow): adjust
9105         (insertRow): adjust
9106         (insertParagraph): adjst
9107         (redoParagraphs): adjust
9108         (fullRebreak): adjust
9109         (updateCounters): adjust
9110         (deleteEmptyParagraphMechanism): first attempt at fixing a
9111         crashing bug.
9112
9113         * text.C (top_y): adjust
9114         (setHeightOfRow): adjust
9115         (getRow): adjust
9116         (getRowNearY): adjust
9117
9118         * lyxtext.h: include RowList.h
9119         (~LyXText): not needed anymore, deleted.
9120         (firstRow): modify for RowList
9121         (lastRow): new function
9122         Delete firstrow and lastrow class variables, add a Rowlist
9123         rowlist_ class variable.
9124
9125         * lyxrow.C (lastPos): use empty() and not !size() to check if a
9126         paragraph is empty.
9127
9128         * RowList.C (insert): fix case where it == begin().
9129
9130 2003-03-26  Angus Leeming  <leeming@lyx.org>
9131
9132         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
9133         the thesaurus dialog.
9134
9135 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
9136
9137         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
9138
9139         * RowList.[Ch]: new files
9140
9141         * ParagraphList.C (erase): handle the case where it == begin
9142         correctly.
9143
9144 2003-03-25  John Levon  <levon@movementarian.org>
9145
9146         * Makefile.am:
9147         * aspell_local.h:
9148         * aspell.C: add new aspell support
9149
9150         * lyxrc.h:
9151         * lyxrc.C: Make use_pspell be use_spell_lib. Always
9152         have it accessible.
9153
9154 2003-03-25  Angus Leeming  <leeming@lyx.org>
9155
9156         * lfuns.h:
9157         * LyXAction.C (init): new LFUN_INSET_INSERT.
9158
9159         * BufferView_pimpl.C (dispatch): split out part of the
9160         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
9161
9162         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
9163         LFUN_INSET_APPLY.
9164
9165 2003-03-25  Angus Leeming  <leeming@lyx.org>
9166
9167         * lyxfunc.C (dispatch): changes to the Dialogs interface.
9168
9169 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
9170
9171         * text2.C:
9172         * text3.C: remove useless row->height(0)
9173
9174 2003-03-25  John Levon  <levon@movementarian.org>
9175
9176         * lyxtext.h:
9177         * text2.C:
9178         * text3.C: rename the refreshing stuff to better names
9179
9180 2003-03-24  John Levon  <levon@movementarian.org>
9181
9182         * BufferView_pimpl.h:
9183         * BufferView_pimpl.C: update layout choice on a mouse
9184         press/release
9185
9186 2003-03-23  John Levon  <levon@movementarian.org>
9187
9188         * Makefile.am: fix commandtags.h reference
9189
9190 2003-03-22  John Levon  <levon@movementarian.org>
9191
9192         * BufferView_pimpl.C:
9193         * lyxtext.h:
9194         * rowpainter.C:
9195         * rowpainter.h:
9196         * text.C:
9197         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
9198
9199 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
9200
9201         * lyxtext.h:
9202         * text.C: take the rtl methods out of line
9203
9204 2003-03-21 André Pönitz <poenitz@gmx.net>
9205
9206         * metricsinfo.[Ch]: new files containing structures to be passed around
9207         during the two-phase-drawing...
9208
9209 2003-03-21 André Pönitz <poenitz@gmx.net>
9210
9211         * lyxtextclass.C: read 'environment' tag.
9212
9213 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
9214
9215         * text2.C (removeRow): fix bug 964
9216
9217 2003-03-20  John Levon  <levon@movementarian.org>
9218
9219         * rowpainter.C:
9220         * text.C:
9221         * text2.C: paint cleanups. Inset::update() dropped font
9222         parameter
9223
9224 2003-03-19  John Levon  <levon@movementarian.org>
9225
9226         * lyxfunc.C: only fitcursor/markDirty if available()
9227
9228 2003-03-19  John Levon  <levon@movementarian.org>
9229
9230         * commandtags.h: rename to ...
9231
9232         * lfuns.h: ... this, and renumber / cleanup
9233
9234 2003-03-19  John Levon  <levon@movementarian.org>
9235
9236         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
9237         fit the cursor after an lfun
9238
9239         * BufferView.h:
9240         * BufferView.C:
9241         * BufferView_pimpl.h:
9242         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
9243
9244         * LyXAction.C: layout-character should have ReadOnly
9245
9246         * ParagraphParameters.C:
9247         * buffer.C:
9248         * bufferview_funcs.C:
9249         * lyx_cb.C:
9250         * lyxfind.C:
9251         * lyxtext.h:
9252         * text.C:
9253         * text2.C:
9254         * text3.C:
9255         * undo_funcs.C: changes from above
9256
9257 2003-03-18  John Levon  <levon@movementarian.org>
9258
9259         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9260         remove it from update()
9261
9262         * lyxfunc.C: update layout choice after an lfun
9263
9264         * text3.C: remove extra updateLayoutChoice()s
9265
9266 2003-03-18  John Levon  <levon@movementarian.org>
9267
9268         * text.C: top_y change means full repaint, fix
9269         a drawing bug with cursor movement
9270
9271 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9272
9273         * lyxtext.h:
9274         * text.C:
9275         * text2.C: anchor row on setCursor
9276
9277 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9278
9279         * lyxtext.h: remove almost all mutable keywords
9280         * text.C:
9281         * text2.C:
9282         * text3.C: remove const keywords accordingly
9283
9284 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9285
9286         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9287         anon namespace
9288         (TeXEnvironment): ditto
9289         (TeXOnePar): ditto
9290
9291 2003-03-17  John Levon  <levon@movementarian.org>
9292
9293         * text.C (rowBreakPoint): remove attempt to fix displayed
9294         math insets inside a manual label
9295
9296 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9297
9298         * lyxtext.h: remove BufferView* as first arg from almost all class
9299         functions.
9300         * other files: adjust.
9301
9302 2003-03-17  John Levon  <levon@movementarian.org>
9303
9304         * lyxtext.h:
9305         * undo_funcs.C:
9306         * text2.C: more paint cleanups
9307
9308         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9309
9310         * rowpainter.h:
9311         * rowpainter.C: remove "smart" background painting code
9312
9313 2003-03-16  John Levon  <levon@movementarian.org>
9314
9315         * lyxtext.h:
9316         * text.C:
9317         * text2.C:
9318         * text3.C: add helper functions for setting refresh_row/y
9319
9320 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9321
9322         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9323         newline inset which *can* get inserted in the pass_thru layouts.
9324         This is primarily for literate documents.
9325
9326 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9327
9328         * buffer.C: increment LYX_FORMAT to 223
9329
9330 2003-03-14 André Pönitz <poenitz@gmx.net>
9331
9332         * textclass.h: prepare for environment handling, ws changes
9333         * lyxlayout.C: read latexheader and latexfooter tags
9334
9335 2003-03-14  John Levon  <levon@movementarian.org>
9336
9337         * text2.C: rewrite ::status() a bit
9338
9339 2003-03-13  John Levon  <levon@movementarian.org>
9340
9341         * lyxtext.h: add some docs
9342
9343 2003-03-13  John Levon  <levon@movementarian.org>
9344
9345         * lyxtext.h:
9346         * text.C:
9347         * text2.C:
9348         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9349
9350 2003-03-13  John Levon  <levon@movementarian.org>
9351
9352         * text3.C: fix appendix redrawing
9353
9354 2003-03-13  John Levon  <levon@movementarian.org>
9355
9356         * text.C (setHeightOfRow):
9357         * rowpainter.h:
9358         * rowpainter.C: make appendix mark have the text
9359           "Appendix" so the user knows what it is
9360
9361         * LColor.h:
9362         * LColor.C: s/appendixline/appendix/ from above
9363
9364 2003-03-13  John Levon  <levon@movementarian.org>
9365
9366         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9367
9368         * text.C: fix a getChar(pos) bug properly
9369
9370 2003-03-13  Angus Leeming  <leeming@lyx.org>
9371
9372         * commandtags.h:
9373         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9374         Probably only temporary. Let's see how things pan out.
9375
9376         * BufferView.C (unlockInset):
9377         * BufferView_pimpl.C (fitCursor):
9378         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9379
9380         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9381         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9382
9383         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9384         new functions that convert ParagraphParameters to and from a string.
9385
9386         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9387         BufferView::Pimpl's dispatch.
9388         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9389
9390 2003-03-13 André Pönitz <poenitz@gmx.net>
9391
9392         * lyxfunc.C:
9393         * text3.C:
9394         * factory.C: make it aware of InsetEnv
9395
9396 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9397
9398         * text2.C (setCursor): never ask for one past last
9399         (setCursor): add some debugging messages.
9400
9401         * text.C (singleWidth): never ask for one past last
9402         (singleWidth): ditto
9403         (leftMargin): ditto
9404         (rightMargin): ditto
9405         (rowBreakPoint): ditto
9406         (setHeightOfRow): ditto
9407         (prepareToPrint): ditto
9408
9409         * rowpainter.C (paintBackground): never ask for one past last
9410         (paintText): never ask for one past last
9411
9412         * paragraph_pimpl.C (getChar): make the assert stricter, never
9413         allow the one past last pos to be taken
9414
9415         * paragraph.C (getChar): ws changes only
9416
9417         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9418         (numberOfSeparators): ditto
9419         (numberOfHfills): ditto
9420
9421 2003-03-12  John Levon  <levon@movementarian.org>
9422
9423         * author.h:
9424         * author.C:
9425         * bufferparams.h:
9426         * bufferparams.C:
9427         * paragraph_funcs.C: fix per-buffer authorlists
9428
9429 2003-03-12  John Levon  <levon@movementarian.org>
9430
9431         * text.C: fix newline in right address
9432
9433 2003-03-12  Angus Leeming  <leeming@lyx.org>
9434
9435         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9436         duplicate those in LyXFunc::dispatch.
9437
9438         * commandtags.h:
9439         * LyXAction.C:
9440         * ToolbarDefaults.C:
9441         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9442         Add LFUN_FONTFREE_UPDATE.
9443
9444         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9445         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9446
9447         * bufferview_func.[Ch]: several new functions to facilliate
9448         transfer of data to and from the character dialog.
9449
9450 2003-03-12  John Levon  <levon@movementarian.org>
9451
9452         * buffer.C:
9453         * paragraph.h:
9454         * paragraph.C:
9455         * paragraph_funcs.C:
9456         * paragraph_pimpl.C:
9457         * sgml.C:
9458         * tabular.C:
9459         * text.C:
9460         * text3.C: remove META_NEWLINE in favour of an inset
9461
9462         * rowpainter.h:
9463         * rowpainter.C: remove paintNewline (done by inset)
9464
9465 2003-03-12  John Levon  <levon@movementarian.org>
9466
9467         * paragraph_pimpl.C: complain about bad getChar()s
9468         for a while at least
9469
9470 2003-03-12  John Levon  <levon@movementarian.org>
9471
9472         * buffer.h:
9473         * buffer.C: move paragraph read into a separate function,
9474         a little renaming to reflect that.
9475
9476         * bufferparams.h:
9477         * bufferparams.C: remove the author_ids map, not necessary now
9478
9479         * factory.h:
9480         * factory.C: moved Buffer::readInset to here
9481
9482         * paragraph_funcs.h:
9483         * paragraph_funcs.C: readParagraph free function moved from
9484         buffer.C
9485
9486         * tabular.C: name change
9487
9488 2003-03-12  John Levon  <levon@movementarian.org>
9489
9490         * buffer.C:
9491         * ParagraphParameters.C: move par params input to
9492         a read() method
9493
9494         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9495         behave like a normal read from the stream wrt reading
9496         a line vs. a \\token
9497
9498 2003-03-12  John Levon  <levon@movementarian.org>
9499
9500         * paragraph.C:
9501         * ParagraphParameters.h:
9502         * ParagraphParameters.C: move output code to a
9503         ::write() method
9504
9505 2003-03-12  John Levon  <levon@movementarian.org>
9506
9507         * BufferView.C (insertLyXFile):
9508         * buffer.h:
9509         * buffer.C:
9510         * tabular.C: use a parlist iterator for creating the
9511           document.
9512
9513 2003-03-12  John Levon  <levon@movementarian.org>
9514
9515         * buffer.C: make current_change static local not
9516           static file-scope
9517
9518 2003-03-12  John Levon  <levon@movementarian.org>
9519
9520         * buffer.C: fix insertStringAsLines for change tracking
9521
9522 2003-03-12  John Levon  <levon@movementarian.org>
9523
9524         * BufferView.C:
9525         * tabular.C:
9526         * buffer.h:
9527         * buffer.C:
9528         * bufferparams.h:
9529         * bufferparams.C: move author list into params. Rename some
9530           functions. Move the header reading into a separate token
9531           loop. Move the header token reading into BufferParams.
9532
9533 2003-03-12  John Levon  <levon@movementarian.org>
9534
9535         * changes.C: put debug inside lyxerr.debugging() checks
9536
9537 2003-03-11 André Pönitz <poenitz@gmx.net>
9538
9539         * factory.C: make it aware of InsetHFill
9540
9541 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9542
9543         * buffer.C (latexParagraphs): move function from here...
9544         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9545         args.
9546
9547 2003-03-10  Angus Leeming  <leeming@lyx.org>
9548
9549         * LyXAction.C (init): fix bug in poplating array with multiple entries
9550         with the same LFUN (spotted by JMarc).
9551
9552 2003-03-10  John Levon  <levon@movementarian.org>
9553
9554         * text.C:
9555         * text2.C: move getColumnNearX() near its
9556         only call site
9557
9558 2003-03-10  John Levon  <levon@movementarian.org>
9559
9560         * text.C: fix break before a minipage
9561
9562 2003-03-10  John Levon  <levon@movementarian.org>
9563
9564         * text.C: fix the last commit
9565
9566 2003-03-09  John Levon  <levon@movementarian.org>
9567
9568         * lyxtext.h:
9569         * text.C:
9570         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9571         bug 365 (don't break before insets unless needed). Don't
9572         return a value > last under any circumstances.
9573
9574 2003-03-09  Angus Leeming  <leeming@lyx.org>
9575
9576         * BufferView_pimpl.C (trackChanges, dispatch): call
9577         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9578
9579 2003-03-09  Angus Leeming  <leeming@lyx.org>
9580
9581         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9582         than Dialogs::showAboutlyx().
9583
9584 2003-03-09  Angus Leeming  <leeming@lyx.org>
9585
9586         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9587         than Dialogs::showTabularCreate().
9588
9589 2003-03-09  John Levon  <levon@movementarian.org>
9590
9591         * lyxtext.h:
9592         * text.C:
9593         * text2.C: 3rd arg to nextBreakPoint was always the same.
9594           Use references.
9595
9596 2003-03-08  John Levon  <levon@movementarian.org>
9597
9598         * lyxrow.C:
9599         * paragraph.C:
9600         * paragraph.h:
9601         * rowpainter.C:
9602         * text.C:
9603         * text2.C: Remove the "main" bit from the "main body"
9604           notion.
9605
9606 2003-03-08  John Levon  <levon@movementarian.org>
9607
9608         * text.C (leftMargin): The left margin of an empty
9609         manual label paragraph should not include the label width
9610         string length.
9611
9612         * text.C (prepareToPrint): don't attempt to measure hfills
9613         for empty manual label paragraphs - the answer should be 0
9614
9615 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9616
9617         * CutAndPaste.C: remove commented code and reindent.
9618
9619 2003-03-08  John Levon  <levon@movementarian.org>
9620
9621         * lyxfunc.h:
9622         * lyxfunc.C: move reloadBuffer()
9623
9624         * BufferView.h:
9625         * BufferView.C: to here
9626
9627         * lyxvc.C: add comment
9628
9629         * vc-backend.h:
9630         * vc-backend.C: call bv->reload() to avoid
9631           getStatus() check on MENURELOAD
9632
9633 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9634
9635         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9636         to an old format .dep file.
9637
9638 2003-03-07  Angus Leeming  <leeming@lyx.org>
9639
9640         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9641         when the LFUN_MOUSE_RELEASE should have been handled by
9642         inset->localDispatch.
9643
9644 2003-03-07  Angus Leeming  <leeming@lyx.org>
9645
9646         * BufferView_pimpl.C (dispatch):
9647         * LyXAction.C (init):
9648         * ToolbarDefaults.C (init):
9649         * commandtags.h:
9650         * lyxfunc.C (getStatus):
9651         remove LFUN_INSET_GRAPHICS.
9652
9653         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9654
9655 2003-03-07  Angus Leeming  <leeming@lyx.org>
9656
9657         * commandtags.h:
9658         * LyXAction.C (init):
9659         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9660
9661         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9662
9663         * commandtags.h:
9664         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9665
9666         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9667         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9668
9669 2003-03-07  Angus Leeming  <leeming@lyx.org>
9670
9671         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9672         remove "ert".
9673
9674 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9675
9676         * ParagraphList.C (front): new function
9677         (back): implement
9678
9679 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9680
9681         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9682         and top_row_offset_. removed var first_y.
9683         * text.C (top_y):
9684         * text2.C (LyXText, removeRow):
9685         * text3.C:
9686         * BufferView_pimpl.C:
9687         use these methods instead of using first_y
9688
9689 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9690
9691         * text2.C (pasteSelection): adjust for checkPastePossible
9692
9693         * CutAndPaste.C: remove Paragraph * buf and replace with
9694         ParagraphList paragraphs.
9695         (DeleteBuffer): delete
9696         (cutSelection): change the tc type to textclass_type
9697         (copySelection): change the tc type to textclass_type
9698         (copySelection): adjust for ParagraphList
9699         (pasteSelection): change the tc type to textclass_type
9700         (pasteSelection): adjust for Paragraphlist
9701         (nrOfParagraphs): simplify for ParagraphList
9702         (checkPastePossible): simplify for ParagraphList
9703         (checkPastePossible): remove unused arg
9704
9705         * ParagraphList.C (insert): handle the case where there are no
9706         paragraphs yet.
9707
9708         * CutAndPaste.h: make CutAndPaste a namespace.
9709
9710         * text3.C (dispatch): adjust
9711
9712         * text.C (breakParagraph): add a ParagraphList as arg
9713
9714         * paragraph_funcs.C (breakParagraph): change to take a
9715         BufferParams and a ParagraphList as args.
9716         (breakParagraphConservative): ditto
9717         (mergeParagraph): ditto
9718         (TeXDeeper): add a ParagraphList arg
9719         (TeXEnvironment): ditto
9720         (TeXOnePar): ditto
9721
9722         * buffer.C (readLyXformat2): adjust
9723         (insertStringAsLines): adjust
9724         (latexParagraphs): adjust
9725
9726         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9727         (cutSelection): adjust
9728         (pasteSelection): adjust
9729
9730         * BufferView_pimpl.C (insertInset): adjust
9731
9732 2003-03-05  Angus Leeming  <leeming@lyx.org>
9733
9734         * commandtags.h:
9735         * LyXAction.C (init):
9736         * BufferView_pimpl.C (dispatch):
9737         * lyxfunc.C (getStatus):
9738         remove LFUN_CHILD_INSERT.
9739
9740         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9741
9742 2003-03-05  Angus Leeming  <leeming@lyx.org>
9743
9744         * commandtags.h:
9745         * LyXAction.C (init):
9746         * src/factory.C (createInset):
9747         * lyxfunc.C (getStatus):
9748         * text3.C (dispatch):
9749         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9750
9751         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9752
9753 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9754
9755         * ParagraphList.C (insert): handle insert right before end()
9756         (erase): fix cases where it can be first or last paragraph.
9757
9758 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9759
9760         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9761         Paragraph::next and Paragraph::previous
9762         (TeXOnePar): ditto
9763
9764         * text.C (breakParagraph): adjust
9765
9766         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9767         BufferParams& as arg.
9768         (breakParagraph): use ParagraphList::insert
9769         (breakParagraphConservative): take a Buffer* instead of a
9770         BufferParams& as arg.
9771         (breakParagraphConservative): use ParagraphList::insert.
9772
9773         * buffer.C (insertStringAsLines): un-const it
9774         (insertStringAsLines): adjust
9775
9776         * ParagraphList.C (insert): new function
9777
9778         * CutAndPaste.C (pasteSelection): adjust
9779
9780         * text.C (backspace): adjust
9781
9782         * tabular.C (SetMultiColumn): adjust
9783
9784         * CutAndPaste.C (cutSelection): adjust
9785         (pasteSelection): adjust
9786
9787         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9788         Buffer const * as arg
9789
9790         * ParagraphList.C (erase): new function
9791         * paragraph_funcs.C (mergeParagraph): use it
9792         (mergeParagraph): make it take a Buffer* instead of a
9793         BufferParams* as arg
9794
9795         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9796         as arg
9797         (breakParagraphConservative): ditto
9798
9799         * paragraph.h: remove the breakParagraph friend
9800
9801         * paragraph.C (eraseIntern): new function
9802         (setChange): new function
9803
9804         * paragraph_funcs.C (mergeParagraph): make it take a
9805         ParagraphList::iterator instead of a Paragraph *, adjust
9806         accordingly.
9807
9808         * paragraph.h: move an #endif so that the change tracking stuff
9809         also works in the NO_NEXT case.
9810
9811 2003-03-04  Angus Leeming  <leeming@lyx.org>
9812
9813         * commandtags.h:
9814         * LyXAction.C: new LFUN_INSET_MODIFY.
9815
9816         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9817         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9818
9819 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9820
9821         * several files: ws changes only
9822
9823         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9824         (TeXEnvironment): ditto
9825         (TeXDeeper): ditto
9826
9827         * buffer.C (makeLaTeXFile): adjust
9828         (latexParagraphs): make it take ParagraphList::iterator as args
9829
9830 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9831
9832         * buffer.C (latexParagraphs): adjust
9833
9834         * paragraph.C (TeXOnePar): move function...
9835         (optArgInset): move function...
9836         (TeXEnvironment): move function...
9837         * paragraph_pimpl.C (TeXDeeper): move function...
9838         * paragraph_funcs.C: ...here
9839
9840         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9841
9842 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9843
9844         * buffer.C (readInset): remove compability code for old Figure and
9845         InsetInfo insets
9846
9847 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9848
9849         * buffer.C: ws changes
9850         (readInset):
9851
9852         * BufferView_pimpl.C: ditto
9853         * author.C: ditto
9854         * buffer.h: ditto
9855         * bufferlist.h: ditto
9856         * changes.h: ditto
9857         * lyxfunc.C: ditto
9858
9859 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9860
9861         * converter.[Ch]: split into itself +
9862         * graph.[Ch]
9863         * format.[Ch]
9864         * Makefile.am: += graph.[Ch] + format.[Ch]
9865         * MenuBackend.C
9866         * buffer.C
9867         * exporter.C
9868         * importer.C
9869         * lyx_main.C
9870         * lyxfunc.C
9871         * lyxrc.C: added #include "format.h"
9872
9873 2003-02-27  Angus Leeming  <leeming@lyx.org>
9874
9875         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9876           a label.
9877
9878         * factory.C (createInset): add "label" to the factory.
9879
9880         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9881           string and do no more.
9882
9883 2003-02-27  Angus Leeming  <leeming@lyx.org>
9884
9885         * commandtags.h:
9886         * LyXAction.C (init):
9887         * factory.C (createInset):
9888         * BufferView_pimpl.C (dispatch):
9889           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9890
9891         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9892
9893         * lyxfunc.C (dispatch):
9894         * text3.C (dispatch): pass name to params2string.
9895
9896 2003-02-26  Angus Leeming  <leeming@lyx.org>
9897
9898         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9899           blocks together.
9900           Rearrange the ~includes. Strip out the unnecessary ones.
9901
9902         * factory.C (createInset): reformat.
9903           create new insets for the various LFUN_XYZ_APPLY lfuns.
9904
9905 2003-02-26  John Levon  <levon@movementarian.org>
9906
9907         * lyxrow.h:
9908         * lyxrow.C: add isParStart,isParEnd helpers
9909
9910         * paragraph.h: make isInserted/DeletedText take refs
9911
9912         * paragraph_funcs.h:
9913         * paragraph_funcs.C: remove #if 0'd code
9914
9915         * lyxtext.h:
9916         * text3.C:
9917         * text2.C:
9918         * text.C: use lyxrow helpers above.
9919           Move draw and paint routines to RowPainter.
9920           Make several methods use refs not pointers.
9921           Make backgroundColor() const.
9922           Add markChangeInDraw(), isInInset().
9923           Merge changeRegionCase into changeCase.
9924           Make workWidth() shouldn't-happen code into an Assert.
9925
9926         * rowpainter.h:
9927         * rowpainter.C: new class for painting a row.
9928
9929         * vspace.h:
9930         * vspace.C: make inPixels take a ref
9931
9932 2003-02-26  Angus Leeming  <leeming@lyx.org>
9933
9934         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9935         LFUN_REF_APPLY.
9936
9937 2003-02-25  John Levon  <levon@movementarian.org>
9938
9939         * ispell.C: give the forked command a more accurate name
9940
9941 2003-02-22  John Levon  <levon@movementarian.org>
9942
9943         * toc.h:
9944         * toc.C: make TocItem store an id not a Paragraph *
9945           (bug #913)
9946
9947 2003-02-21  Angus Leeming  <leeming@lyx.org>
9948
9949         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9950           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9951           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9952           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9953           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9954           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9955
9956         * BufferView_pimpl.C (dispatch):
9957         * LyXAction.C (init):
9958         * factory.C (createInset):
9959         * lyxfunc.C (getStatus, dispatch):
9960         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9961
9962 2003-02-21  Angus Leeming  <leeming@lyx.org>
9963
9964         * BufferView_pimpl.C (MenuInsertLyXFile):
9965         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9966         * lyxfunc.C (menuNew, open, doImport):
9967           no longer pass a LyXView & to fileDlg.
9968
9969 2003-02-21  Angus Leeming  <leeming@lyx.org>
9970
9971         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9972         * LyXAction.C: change, BIBKEY to BIBITEM.
9973         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9974         Change InsetBibKey to InsetBibitem.
9975         Change BIBKEY_CODE to BIBITEM_CODE.
9976         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9977         * factory.C: replace insetbib.h with insetbibitem.h.
9978         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9979         * paragraph.C: replace insetbib.h with insetbibitem.h.
9980         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9981         Change bibkey() to bibitem().
9982         * text.C: remove insetbib.h.
9983         * text2.C: replace insetbib.h with insetbibitem.h.
9984         change bibkey() to bibitem().
9985         * text3.C: remove insetbib.h.
9986         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9987
9988 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9989
9990         * lyxrc.C (output): enclose user email in quotes (in case there are
9991         several words)
9992
9993 2003-02-18  John Levon  <levon@movementarian.org>
9994
9995         * buffer.h: add std::
9996
9997 2003-02-17  John Levon  <levon@movementarian.org>
9998
9999         * SpellBase.h:
10000         * ispell.h:
10001         * ispell.C:
10002         * pspell.h:
10003         * pspell.C: reworking. Especially in ispell, a large
10004           number of clean ups and bug fixes.
10005
10006         * lyxfunc.C: fix revert to behave sensibly
10007
10008 2003-02-17 André Pönitz <poenitz@gmx.net>
10009
10010         * LyXAction.C:
10011         * commandtags.h: new LFUN_INSERT_BIBKEY
10012
10013         * layout.h:
10014         * lyxlayout.C:
10015         * buffer.C:
10016         * factory.C:
10017         * text.C:
10018         * text2.C:
10019         * text3.C:
10020         * paragraph.[Ch]:
10021         * paragraph_func.C: remove special bibkey handling
10022
10023 2003-02-17  John Levon  <levon@movementarian.org>
10024
10025         * text.C (Delete): fix case where delete at the end of
10026           the very first paragraph would not merge the pars
10027
10028 2003-02-17  John Levon  <levon@movementarian.org>
10029
10030         * lyxrow.C: fix lastPrintablePos()
10031
10032 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10033
10034         * bufferparams.C (writeLaTeX): add a std:here
10035
10036         * buffer.C: and remove a using directive there
10037
10038 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10039
10040         * buffer.C (makeLaTeXFile): move the code that generates the
10041           preamble...
10042
10043         * bufferparams.C (writeLaTeX): ... in this new method
10044
10045         * LaTeXFeatures.C (getEncodingSet): make const
10046           (getLanguages): make const
10047
10048         * MenuBackend.C (binding): returns the binding associated to this
10049           action
10050           (add): sets the status of each item by calling getStatus. Adds
10051           some intelligence.
10052           (read): add support for OptSubMenu
10053           (expand): remove extra separator at the end of expanded menu
10054
10055 2003-02-15  John Levon  <levon@movementarian.org>
10056
10057         * BufferView.C:
10058         * BufferView_pimpl.C:
10059         * bufferlist.h:
10060         * bufferlist.C: remove pointless BufferStorage bloat. Remove
10061           inset code that had no actual effect. Remove unneeded status
10062           code.
10063
10064 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10065
10066         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
10067           in preamble
10068
10069 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
10070
10071         * text.C (drawLengthMarker): also draw an arrow marker for
10072           symbolic lengths (medskip...)
10073
10074 2003-02-14  John Levon  <levon@movementarian.org>
10075
10076         * tabular.h:
10077         * tabular.C: better method names
10078
10079 2003-02-14  John Levon  <levon@movementarian.org>
10080
10081         * BufferView_pimpl.C:
10082         * bufferlist.C:
10083         * buffer.C:
10084         * converter.C:
10085         * lyx_cb.C:
10086         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
10087           it's a more accurate name. Remove some pointless uses.
10088
10089 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10090
10091         * text2.C (LyXText): change order of initilizers to shut off
10092           warnings
10093
10094 2003-02-14  John Levon  <levon@movementarian.org>
10095
10096         * buffer.C: use ParIterator for getParFromID()
10097
10098         * paragraph.h:
10099         * paragraph.C:
10100         * paragraph_pimpl.h:
10101         * paragraph_pimpl.C: remove unused getParFromID()
10102
10103 2003-02-14  John Levon  <levon@movementarian.org>
10104
10105         * buffer.C: remove some very old #if 0'd parse code
10106
10107 2003-02-13  John Levon  <levon@movementarian.org>
10108
10109         * text.h:
10110         * text.C:
10111         * text2.C: move hfillExpansion(), numberOfSeparators(),
10112           rowLast(), rowLastPrintable(), numberofHfills(),
10113           numberOfLabelHfills() ...
10114
10115         * lyxrow.h:
10116         * lyxrow.C: ... to member functions here.
10117
10118         * paragraph.h:
10119         * paragraph.C:
10120         * lyxtext.h:
10121         * text.C: remove LyXText::beginningOfMainBody(), and call
10122           p->beginningOfMainBody() directly. Move the check for
10123           LABEL_MANUAL into the latter.
10124
10125         * text.h:
10126         * text.C:
10127         * text2.C:
10128         * vspace.C:
10129         * BufferView.h:
10130         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
10131
10132         * text.h:
10133         * text.C:
10134         * text2.C:
10135         * text3.C:
10136         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
10137           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
10138
10139 2003-02-13  John Levon  <levon@movementarian.org>
10140
10141         * CutAndPaste.C: remove debug
10142
10143 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10144
10145         * paragraph.C (asString): remove two unused variables
10146
10147         * lyxtextclass.C (readTitleType):
10148           (Read):
10149           (LyXTextClass): handle new members titletype_ and titlename_
10150
10151         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
10152
10153 2003-02-09  John Levon  <levon@movementarian.org>
10154
10155         * buffer.h:
10156         * buffer.C: replace hand-coded list with a map for the dep clean
10157
10158 2003-02-08  John Levon  <levon@movementarian.org>
10159
10160         * LaTeX.C: consolidate code into showRunMessage() helper
10161
10162 2003-02-08  John Levon  <levon@movementarian.org>
10163
10164         * lyxfind.C:
10165         * lyxtext.h:
10166         * text2.C:
10167         * BufferView.C: change setSelectionOverString() to setSelectionRange()
10168           and pass the size in explicitly
10169
10170         * BufferView_pimpl.h:
10171         * BufferView_pimpl.C:
10172         * BufferView.h:
10173         * BufferView.C: add getCurrentChange()
10174
10175         * BufferView_pimpl.h:
10176         * BufferView_pimpl.C: handle change lfuns
10177
10178         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
10179           for changes. Mark pasted paragraphs as new.
10180
10181         * support/lyxtime.h:
10182         * support/lyxtime.C:
10183         * DepTable.C: abstract time_t as lyx::time_type
10184
10185         * LColor.h:
10186         * LColor.C: add colours for new text, deleted text, changebars
10187
10188         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
10189           package use "usenames" option.
10190
10191         * commandtags.h:
10192         * lyxfunc.C:
10193         * LyXAction.C: add change lfuns
10194
10195         * Makefile.am:
10196         * author.h:
10197         * author.C: author handling
10198
10199         * buffer.h:
10200         * buffer.C: add a per-buffer author list, with first entry as
10201           current author. Handle new .lyx tokens for change tracking. Output
10202           author list to .lyx file. Output dvipost stuff to .tex preamble.
10203           Bump lyx format to 222.
10204
10205         * bufferlist.h:
10206         * bufferlist.C: add setCurrentAuthor() to reset current author details
10207           in all buffers.
10208
10209         * bufferparams.h:
10210         * bufferparams.C: add param for tracking
10211
10212         * bufferview_funcs.C: output change info in minibuffer
10213
10214         * Makefile.am:
10215         * changes.h:
10216         * changes.C: add change-tracking structure
10217
10218         * debug.h:
10219         * debug.C: add CHANGES debug flag
10220
10221         * lyxfind.h:
10222         * lyxfind.C: add code for finding the next change piece
10223
10224         * lyxrc.h:
10225         * lyxrc.C: add user_name and user_email
10226
10227         * lyxrow.h:
10228         * lyxrow.C: add a metric for the top of the text line
10229
10230         * lyxtext.h:
10231         * text.C: implement accept/rejectChange()
10232
10233         * lyxtext.h:
10234         * text.C: paint changebars. Paint new/deleted text in the chosen
10235         colours. Strike through deleted text.
10236
10237         * paragraph.h:
10238         * paragraph.C:
10239         * paragraph_pimpl.h:
10240         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
10241           in the current change to the insert functions. Rework erase to
10242           mark text as deleted, adding an eraseIntern() and a range-based
10243           erase(). Implement per-paragraph change lookup and
10244           accept/reject.
10245
10246         * paragraph_funcs.C: Fixup paste for change tracking.
10247
10248         * tabular.C: mark added row/columns as new.
10249
10250         * text.C: fix rowLast() to never return -1. Don't allow
10251           spellchecking of deleted text. Track transpose changes. Don't
10252           allow paragraph break or merge where appropriate.
10253
10254         * text2.C: leave cursor at end of selection after a cut.
10255
10256 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10257
10258         * text.C (getLengthMarkerHeight):
10259         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10260         visible on screen too.
10261
10262 2003-02-07  John Levon  <levon@movementarian.org>
10263
10264         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10265
10266 2003-02-05  Angus Leeming  <leeming@lyx.org>
10267
10268         * lyxserver.C (read_ready): revert my patch of 11 September last year
10269         as it sends PC cpu through the roof. Presumably this means that
10270         the lyxserver will no longer run on an Alpha...
10271
10272 2003-01-30  Angus Leeming  <leeming@lyx.org>
10273
10274         * factory.C (createInset): create an InsetCommandParam of type "index"
10275         and use it to 'do the right thing'.
10276
10277         * text2.C (getStringToIndex): ensure that cursor position is always
10278         reset to the reset_cursor position.
10279
10280 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10281
10282         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10283         disabled.
10284
10285 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10286
10287         * bufferview.C:
10288         * lyxcb.C:
10289         * lyxfunc.C: Output messages with identical spelling, punctuation,
10290         and spaces
10291
10292 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10293
10294         * MenuBackend.C (expandFormats): List only viewable export formats
10295         in "View" menu
10296
10297         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10298         message
10299
10300         * lyxfunc.C (getStatus): Make sure that formats other than
10301         "fax" can also be disabled
10302
10303 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10304
10305         * text3.C (dispatch): put the lfuns that insert insets in 3
10306         groups, and call doInsertInset with appropriate arguments.
10307         (doInsertInset): new function, that creates an inset and inserts
10308         it according to some boolean parameters.
10309
10310 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10311
10312         * buffer.C (readFile): remember to pass on 'par' when calling
10313         readFile recursively.
10314
10315 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10316
10317         * MenuBackend.C (expandFormats): add "..." to import formats.
10318
10319 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10320
10321         * paragraph.C (asString): Remove XForms RTL hacks.
10322
10323 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10324         * buffer.C: fix typo
10325
10326 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10327
10328         * Makefile.am (LIBS): delete var
10329         (lyx_LDADD): add @LIBS@ here instead.
10330
10331 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10332
10333         * Clarify the meaning of "wheel mouse jump"
10334
10335 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10336
10337         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10338         tabular in a float
10339
10340 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10341
10342         * importer.C (Loaders): do not preallocate 3 elements in the
10343         vector, since one ends up with 6 elements otherwise
10344
10345 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10346
10347         * DepTable.C (write): write the file name as last element of the
10348         .dep file (because it may contain spaces)
10349         (read): read info in the right order
10350
10351 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10352
10353         * paragraph_pimpl.C (simpleTeXBlanks):
10354         (simpleTeXSpecialChars):
10355         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10356
10357         * tabular.C (latex): add some missing case statements. Reindent.
10358
10359         * MenuBackend.C (expandToc): remove unused variable.
10360
10361 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10362
10363         * LColor.C:
10364         * LaTeX.C:
10365         * LyXAction.C:
10366         * MenuBackend.C:
10367         * buffer.C:
10368         * exporter.C:
10369         * lyxfunc.C:
10370         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10371         and the like.
10372
10373 2003-01-05  John Levon  <levon@movementarian.org>
10374
10375         * BufferView.h:
10376         * BufferView.C: add getEncoding()
10377
10378         * kbsequence.h:
10379         * kbsequence.C: do not store last keypress
10380
10381         * lyxfunc.h:
10382         * lyxfunc.C: store last keypress here instead. Pass encoding
10383           to getISOEncoded()
10384
10385 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10386
10387         * lyx_main.C (init): remove annoying error message when following
10388         symbolic links (bug #780)
10389
10390 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10391
10392         * text.C (insertChar):
10393         * lyxrc.C (getDescription): remove extra spaces
10394
10395 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10396
10397         * lyxrc.C (getDescription): remove extra spaces
10398
10399 2002-12-20  John Levon  <levon@movementarian.org>
10400
10401         * text3.C: hack fix for page up/down across tall rows
10402
10403 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10404
10405         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10406         not been invoked
10407
10408 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10409
10410         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10411         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10412         thesaurus is not compiled in
10413
10414 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10415
10416         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10417
10418 2002-12-16  Angus Leeming  <leeming@lyx.org>
10419
10420         * lyxrc.[Ch]:
10421         * lyx_main.C (init): remove override_x_deadkeys stuff.
10422
10423 2002-12-12  John Levon  <levon@movementarian.org>
10424
10425         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10426           insert. Only remove shift modifier under strict
10427           circumstances.
10428
10429 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10430
10431         * MenuBackend.C (expandToc): fix crash.
10432
10433 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10434
10435         * MenuBackend.C (expandToc): gettext on float names.
10436
10437 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10438
10439         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10440         implement bool empty() [bug 490]
10441
10442 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10443
10444         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10445
10446 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10447
10448         * several files: ws changes
10449
10450 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10451
10452         * text2.C (setCounter): clean up a bit, use boost.format.
10453         (updateCounters): initialize par upon declaration.
10454
10455         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10456         if the layout exists. We do not just store the layout any more.
10457         (SwitchLayoutsBetweenClasses): use boost.format
10458
10459 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10460
10461         * converter.C (convert): if from and to files are the same, use a
10462         temporary files as intermediary
10463
10464 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10465
10466         * commandtags.h:
10467         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10468
10469 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10470
10471         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10472
10473 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10474
10475         * tabular.C (asciiPrintCell): use string(size, char) instead of
10476         explicit loop.
10477
10478         * sgml.C (openTag): fix order of arguments to string constructor
10479         (closeTag): ditto
10480
10481         * lyxfunc.C (dispatch): use boost.format
10482
10483         * lots of files: change "c" -> 'c'
10484
10485 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10486
10487         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10488
10489 2002-11-25  Angus Leeming  <leeming@lyx.org>
10490
10491         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10492
10493         * lyx_main.C (init): compile fix.
10494
10495 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10496
10497         * lyx_cb.C (start): boost.formatify
10498         do not include <iostream>
10499
10500         * lengthcommon.C: ws only
10501
10502         * boost-inst.C,BoostFormat.h: add more explict instantations
10503
10504 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10505
10506         * lots of files: handle USE_BOOST_FORMAT
10507
10508 2002-11-21  John Levon  <levon@movementarian.org>
10509
10510         * pspell.C: fix compile
10511
10512 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10513
10514         * lyxfunc.C (dispatch): use boost::format
10515         (open): ditto
10516         (doImport): ditto
10517
10518         * lyxfont.C (stateText): use boost::format
10519
10520         * lyx_main.C (LyX): use boost::format
10521         (init): ditto
10522         (queryUserLyXDir): ditto
10523         (readRcFile): ditto
10524         (parse_dbg): ditto
10525         (typedef boost::function): use the recommened syntax.
10526
10527         * importer.C (Import): use boost::format
10528
10529         * debug.C (showLevel): use boost::format
10530
10531         * converter.C (view): use boost::format
10532         (convert): ditto
10533         (move): ditto
10534         (scanLog): ditto
10535
10536         * bufferview_funcs.C (currentState): use boost::format
10537
10538         * bufferlist.C (emergencyWrite): use boost::format
10539
10540         * buffer.C (readLyXformat2): use boost::format
10541         (parseSingleLyXformat2Token): ditto
10542
10543         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10544
10545         * LaTeX.C (run): use boost::format
10546
10547         * Chktex.C (scanLogFile): use boost::format
10548
10549         * BufferView_pimpl.C (savePosition): use boost::format
10550         (restorePosition): ditto
10551         (MenuInsertLyXFile): ditto
10552
10553         * BoostFormat.h: help file for explicit instation.
10554
10555 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10556
10557         * tabular.C (latex): Support for block alignment in fixed width
10558         columns.
10559
10560 2002-11-17  John Levon  <levon@movementarian.org>
10561
10562         * BufferView_pimpl.C:
10563         * lyx_cb.C:
10564         * lyxfunc.C: split filedialog into open/save
10565
10566 2002-11-08  Juergen Vigna  <jug@sad.it>
10567
10568         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10569         by my last patch (hopefully).
10570
10571 2002-11-08  John Levon  <levon@movementarian.org>
10572
10573         * iterators.h:
10574         * iterators.C:
10575         * buffer.h:
10576         * buffer.C:
10577         * paragraph.h:
10578         * paragraph.C:
10579         * toc.h:
10580         * toc.C: ParConstIterator, and use it (from Lars)
10581
10582 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10583
10584         * lyxtextclass.[Ch]: revise and add doxygen comments
10585
10586 2002-11-07  John Levon  <levon@movementarian.org>
10587
10588         * text.C: fix progress value for spellchecker
10589
10590         * toc.C: fix navigate menu for insetwrap inside minipage
10591
10592         * paragraph_funcs.C: added FIXME for suspect code
10593
10594 2002-11-07  John Levon  <levon@movementarian.org>
10595
10596         * BufferView_pimpl.C: fix redrawing of insets
10597           on buffer switch
10598
10599 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10600
10601         * text2.C (updateCounters): fix bug 668
10602
10603 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10604
10605         * text3.C (dispatch): Do not make the buffer dirty when moving the
10606         cursor.
10607
10608 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10609
10610         * vc-backend.C: STRCONV
10611         (scanMaster): ditto
10612
10613         * text2.C (setCounter): STRCONV
10614
10615         * paragraph.C (asString): STRCONV
10616
10617         * lyxlength.C (asString): STRCONV
10618         (asLatexString): ditto
10619
10620         * lyxgluelength.C (asString): STRCONV
10621         (asLatexString): ditto
10622
10623         * lyxfunc.C (dispatch): STRCONV
10624         (open): ditto
10625
10626         * lyxfont.C (stateText): STRCONV
10627
10628         * importer.C (Import): STRCONV
10629
10630         * counters.C (labelItem): STRCONV
10631         (numberLabel): ditto
10632         (numberLabel): remove unused ostringstream o
10633
10634         * chset.C: STRCONV
10635         (loadFile): ditto
10636
10637         * bufferview_funcs.C (currentState): STRCONV
10638
10639         * buffer.C (readFile): STRCONV
10640         (asciiParagraph): ditto
10641         (makeLaTeXFile): ditto
10642
10643         * Spacing.C (writeEnvirBegin): STRCONV
10644
10645         * LaTeXFeatures.C (getLanguages): STRCONV
10646         (getPackages): ditto
10647         (getMacros): ditto
10648         (getBabelOptions): ditto
10649         (getTClassPreamble): ditto
10650         (getLyXSGMLEntities): ditto
10651         (getIncludedFiles): ditto
10652
10653         * LaTeX.C: STRCONV
10654         (run): ditto
10655         (scanAuxFile): ditto
10656         (deplog): ditto
10657
10658         * LString.h: add the STRCONV macros
10659
10660         * BufferView_pimpl.C (savePosition): STRCONV
10661         (restorePosition): ditto
10662         (MenuInsertLyXFile): ditto
10663
10664         * vc-backend.C (scanMaster): change from submatch[...] to
10665         submatch.str(...)
10666
10667         * funcrequest.C: include config.h
10668
10669         * factory.C: include config.h
10670
10671         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10672
10673         * box.C: include config.h
10674
10675         * LaTeX.C (scanAuxFile): change from submatch[...] to
10676         submatch.str(...)
10677         (deplog): ditto
10678
10679 2002-10-25  Angus Leeming  <leeming@lyx.org>
10680
10681         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10682
10683         * ispell.[Ch] (setError): new method.
10684         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10685         Use setError() insetead of goto END.
10686
10687         * lyx_cb.C (AutoSave): move out child process into new class
10688         AutoSaveBuffer.
10689
10690 2002-10-30  John Levon  <levon@movementarian.org>
10691
10692         * text3.C: make start appendix undoable
10693
10694 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10695
10696         * lyxlength.C (inPixels): Fix returned value.
10697
10698         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10699         environment.
10700
10701 2002-10-24  Angus Leeming  <leeming@lyx.org>
10702
10703         * lyxgluelength.h: no need to forward declare BufferParams
10704         or BufferView, so don't.
10705
10706 2002-10-21  John Levon  <levon@movementarian.org>
10707
10708         * BufferView.C: menuUndo ->undo, redo
10709
10710         * BufferView.h: document, remove dead, make some methods private
10711
10712         * paragraph_funcs.h:
10713         * paragraph_funcs.C:
10714         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10715
10716         * buffer.h:
10717         * buffer.C:
10718         * sgml.h:
10719         * sgml.C: move sgml open/close tag into sgml.C
10720
10721         * bufferview_funcs.h: unused prototype
10722
10723         * lyxfunc.h:
10724         * lyxfunc.C: remove unused
10725
10726         * lyxtext.h:
10727         * text.C: remove unused
10728
10729 2002-10-21  John Levon  <levon@movementarian.org>
10730
10731         * BufferView.h:
10732         * BufferView.C:
10733         * BufferView_pimpl.h:
10734         * BufferView_pimpl.C: fix mouse wheel handling based on
10735           patch from Darren Freeman
10736
10737 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10738
10739         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10740
10741 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10742
10743         * lyxlength.C (inPixels): Fix hanfling of negative length.
10744         Fix LyXLength::MU case.
10745
10746 2002-10-16  John Levon  <levon@movementarian.org>
10747
10748         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10749
10750 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10751
10752         * converter.C (view): add support for $$i (file name) and $$p
10753         (file path) for the viewer command. If $$i is not specified, then
10754         it is appended to the command (for compatibility with old syntax)
10755
10756 2002-10-14  Juergen Vigna  <jug@sad.it>
10757
10758         * undo_funcs.C (textHandleUndo): alter the order in which the
10759         new undopar is added to the LyXText, as we have to set first
10760         the right prev/next and then add it as otherwise the rebuild of
10761         LyXText is not correct. Also reset the cursor to the right paragraph,
10762         with this IMO we could remove the hack in "redoParagraphs()".
10763
10764 2002-10-09  Angus Leeming  <leeming@lyx.org>
10765
10766         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10767         to turn off an optimisation if a new inset is to be inserted.
10768
10769 2002-10-11 André Pönitz <poenitz@gmx.net>
10770
10771         * lyxtext.h: make some functions public to allow access
10772         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10773
10774 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10775
10776         * text3.C (dispatch): when changing layout, avoid an infinite loop
10777         [bug #652]
10778
10779 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10780
10781         * lyxrc.C (read): treat a viewer or converter command of "none" as
10782         if it were empty.
10783
10784         * MenuBackend.C (expandFormats): for an update, also allow the
10785         formats that are not viewable
10786
10787         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10788         script if it is newer than the lyxrc.defaults in user directory
10789
10790 2002-10-07 André Pönitz <poenitz@gmx.net>
10791
10792         * text.C: Vitaly Lipatov's small i18n fix
10793
10794 2002-09-25  Angus Leeming  <leeming@lyx.org>
10795
10796         * ispell.h: doxygen fix.
10797
10798 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10799
10800         * buffer.h (readFile): Add a new argument to the method, to allow
10801         reading of old-format templates.
10802
10803 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10804
10805         * toc.C (getTocList): Get TOC from InsetWrap.
10806
10807 2002-09-16  John Levon  <levon@movementarian.org>
10808
10809         * lyxfunc.C: check tabular for cut/copy too
10810
10811 2002-09-12  John Levon  <levon@movementarian.org>
10812
10813         * LyXAction.C: tidy
10814
10815         * factory.h:
10816         * factory.C: add header
10817
10818         * paragraph_funcs.h:
10819         * paragraph_funcs.C: cleanup
10820
10821 2002-09-11  John Levon  <levon@movementarian.org>
10822
10823         * PrinterParams.h: odd/even default to true
10824
10825 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10826
10827         * PrinterParams.h: update printer parameters for new xforms dialog
10828
10829 2002-09-11  Angus Leeming  <leeming@lyx.org>
10830
10831         * lyxserver.C (read_ready): re-write to make it more transparent
10832         and to make it work in coherent fashion under Tru64 Unix.
10833
10834 2002-09-11  André Pönitz <poenitz@gmx.net>
10835
10836         * commandtags.h:
10837         * LyXAction.C:
10838         * text3.C: implement LFUN_WORDSEL
10839
10840 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10841
10842         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10843         make floatlist_ a boost::shared_ptr<FloatList>
10844
10845         * lyxtextclass.C: include FloatList.h
10846         (LyXTextClass): initialize floatlist_
10847         (TextClassTags): add TC_NOFLOAT
10848         (Read): match "nofloat" to TC_NOFLOAT and use it.
10849         (readFloat): modify call to floatlist_
10850         (floats): ditto
10851         (floats): ditto
10852
10853         * FloatList.[Ch] (FloatList): remove commented out float
10854         initialization.
10855         (erase): new function
10856
10857 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10858
10859         * MenuBackend.C (expandToc): fix crash when there is no document
10860         open
10861
10862 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10863
10864         * many files: Add insetwrap.
10865
10866 2002-09-09  John Levon  <levon@movementarian.org>
10867
10868         * text2.C: remove confusing and awkward depth wraparound
10869
10870 2002-09-09  John Levon  <levon@movementarian.org>
10871
10872         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10873
10874         * buffer.h:
10875         * buffer.C: remove getIncludeonlyList()
10876
10877         * paragraph.C:
10878         * lyxfunc.C: remove headers
10879
10880 2002-09-09  Juergen Vigna  <jug@sad.it>
10881
10882         * text.C (getColumnNearX): fix form Michael this is most
10883         probably a cut&paste bug.
10884
10885 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10886
10887         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10888
10889         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10890         references, ws changes.
10891
10892         * text2.C (init): update counters after init
10893         (insertParagraph): no need to set counter on idividual paragraphs.
10894         (setCounter): access the counters object in the textclass object
10895         on in the buffer object.
10896         (updateCounters): ditto
10897
10898         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10899         shared_ptr<Counters> to avoid loading counters.h in all
10900         compilation units.
10901         (LyXTextClass): initialize ctrs_
10902         (TextClassTags): add TC_COUNTER, and ...
10903         (Read): use it here.
10904         (CounterTags): new tags
10905         (readCounter): new function
10906         (counters): new funtion
10907         (defaultLayoutName): return a const reference
10908
10909         * counters.C (Counters): remove contructor
10910         (newCounter): remove a couple of unneeded statements.
10911         (newCounter): simplify a bit.
10912         (numberLabel): some small formatting changes.
10913
10914         * buffer.[Ch]: remove all traces of counters, move the Counters
10915         object to the LyXTextClass.
10916
10917 2002-09-06  Alain Castera  <castera@in2p3.fr>
10918
10919         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10920         package to set the horizontal alignment on fixed width columns.
10921
10922         * lyx_sty.C:
10923         * lyx_sty.h: added tabularnewline macro def.
10924
10925         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10926
10927 2002-09-06  John Levon  <levon@movementarian.org>
10928
10929         * LyXAction.C: tooltips for sub/superscript
10930
10931         * MenuBackend.C: a bit more verbose
10932
10933         * lyxfunc.C: tiny clean
10934
10935         * undo_funcs.C: document undo_frozen
10936
10937 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10938
10939         * counters.C (Counters): add missing algorithm counter.
10940
10941         * text2.C (setCounter): lookup the counter with layouts latexname
10942         instead of by section number.
10943         (setCounter): use a hackish way to lookup the correct enum
10944         counter.
10945         a float name->type change
10946         reset enum couners with counter name directly instead of depth value.
10947
10948         * counters.C (Counters): remove the push_backs, change to use the
10949         float type not the float name.
10950         (labelItem): remove unused string, float name->type change
10951
10952         * counters.h: don't include vector, loose the enums and sects vectors
10953
10954 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10955
10956         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10957         (Read): add float->TC_FLOAT to textclassTags
10958         (Read): and handle it in the switch
10959         (readFloat): new function
10960
10961         * FloatList.C (FloatList): comment out the hardcoded float
10962         definitions.
10963
10964         * lyxlayout.h: ws change.
10965
10966 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10967
10968         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10969
10970 2002-09-03  Angus Leeming  <leeming@lyx.org>
10971
10972         * BufferView_pimpl.h: qualified name is not allowed in member
10973         declaration: WorkArea & Pimpl::workarea() const;
10974
10975         * factory.C: added using std::endl directive.
10976
10977         * text3.C: added using std::find and std::vector directives.
10978
10979 2002-08-29  André Pönitz <poenitz@gmx.net>
10980
10981         * lyxtext.h:
10982         * text2.C: remove unused member number_of_rows
10983
10984         * Makefile.am:
10985         * BufferView2.C: remove file, move contents to...
10986         * BufferView.C: ... here
10987
10988         * BufferView_pimpl.C:
10989         * factory.C: move more inset creation to factory
10990
10991         * vspace.C: avoid direct usage of LyXText, ws changes
10992
10993         * BufferView.[Ch]:
10994                 don't provide direct access to WorkArea, use two simple
10995                 acessors haveSelction() and workHeight() instead
10996
10997
10998 2002-08-29  John Levon  <levon@movementarian.org>
10999
11000         * BufferView_pimpl.C (dispatch): do not continue when
11001           no buffer
11002
11003 2002-08-28  André Pönitz <poenitz@gmx.net>
11004
11005         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
11006
11007         * BufferView.h:
11008         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
11009
11010 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
11011
11012         * buffer.C: increment LYX_FORMAT to 221
11013
11014         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
11015         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
11016
11017         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
11018
11019         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
11020
11021 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11022
11023         * factory.C (createInset): use LyXTextClass::floats
11024
11025         * MenuBackend.C (expandFloatListInsert):
11026         (expandFloatInsert):
11027         (expandToc):
11028
11029         * text2.C (setCounter):
11030
11031         * LaTeXFeatures.C (useFloat):
11032         (getFloatDefinitions):
11033
11034         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
11035
11036         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
11037         floatlist_, with accessor floats().
11038
11039         * FloatList.h: remove global FloatList
11040
11041 2002-08-26  André Pönitz <poenitz@gmx.net>
11042
11043         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
11044
11045         * BufferView.h:
11046         * BufferView2.C:
11047         * BufferView_pimpl.C:
11048         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
11049
11050 2002-08-25  John Levon  <levon@movementarian.org>
11051
11052         * LyXAction.C: fix margin note description
11053
11054 2002-08-24  John Levon  <levon@movementarian.org>
11055
11056         * buffer.C:
11057         * bufferlist.C:
11058         * bufferview_funcs.C:
11059         * lyxfont.C:
11060         * undo_funcs.C: cleanups
11061
11062         * lyxfunc.C: disable CUT/COPY when no selection
11063
11064 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
11065
11066         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
11067         in "enum UNIT"; e.g. PTW for Percent of TextWidth
11068
11069         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
11070         Add backward compatibility to "mono", "gray" and "no".
11071
11072 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
11073
11074         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
11075         (and file_format >= 200).
11076
11077 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11078
11079         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
11080
11081 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11082
11083         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
11084
11085 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
11086
11087         * BufferView_pimpl.C:
11088         * LyXAction.C:
11089         * buffer.C:
11090         * commandtags.h:
11091         * lyxfunc.C:
11092         * paragraph.[Ch]:
11093         * text2.C:
11094         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
11095         inset and code to make it  work with the paragraph code. The inset
11096         can be anywhere in the paragraph, but will only do the expected
11097         thing in LaTeX if the layout file contains the parameter line
11098                         OptionalArgs    1
11099         (or more generally, a nonzero value) for that layout.
11100
11101 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
11102
11103         * paragraph.h: remove the declaration of undefined counters class
11104         function.
11105
11106 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
11107
11108         * text2.C (setCounter):  fixed enumeration mis-count as reported by
11109         Dr. Richard Hawkins.
11110
11111 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11112
11113         * paragraph_funcs.h: remove some unneeded includes
11114
11115         * text.C (backspace): pasteParagraph now in global scipe
11116
11117         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
11118         (pasteSelection): ditto
11119
11120         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
11121         * paragraph_funcs.C (pasteParagraph): ... here
11122
11123 2002-08-20  André Pönitz <poenitz@gmx.net>
11124
11125         * commandtags.h: new LFUNs for swapping/copying table row/colums
11126
11127         * LyXAction.C:
11128         * lyxfunc.C: support for new lfuns
11129
11130 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
11131
11132         * tabular.C:
11133         * buffer.[Ch]: remove NO_COMPABILITY stuff
11134
11135 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
11136
11137         * boost.C (throw_exception): new file, with helper function for
11138         boost compiled without exceptions.
11139
11140         * paragraph.h:
11141         * lyxlength.C:
11142         * buffer.C:
11143         * ParameterStruct.h:
11144         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
11145
11146         * bufferlist.C (emergencyWriteAll): use boost bind
11147
11148         * BufferView_pimpl.C (moveCursorUpdate): remove inline
11149
11150         * text.C: include paragraph_funcs.h
11151         (breakParagraph): breakParagraph is now in global scope
11152
11153         * paragraph_funcs.[Ch]: new files
11154
11155         * paragraph.C (breakParagraph,breakParagraphConservative): move to
11156         global scope
11157
11158         * buffer.C: include paragraph_funcs.h
11159         (insertStringAsLines): breakParagraph is now in global scope
11160
11161         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
11162         paragraph_funcs.C
11163
11164         * CutAndPaste.C: include paragraph_funcs.h
11165         (cutSelection): breakParagraphConservative is now in global scope
11166         (pasteSelection): ditto
11167
11168         * buffer.h: declare oprator== and operator!= for
11169         Buffer::inset_iterator
11170
11171         * bufferlist.C (emergencyWrite): don't use fmt(...)
11172
11173         * text3.C: add using std::endl
11174
11175         * BufferView.C (moveCursorUpdate): remove default arg
11176
11177 2002-08-20  André Pönitz <poenitz@gmx.net>
11178
11179         * buffer.[Ch]: move inline functions to .C
11180
11181         * BufferView2.C:
11182         * BufferView_pimpl.C:
11183         * text.C:
11184         * buffer.[Ch]: use improved inset_iterator
11185
11186         * buffer.C:
11187         * paragraph.[Ch]: write one paragraph at a time
11188
11189 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11190
11191         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
11192         style if style is not specified.
11193
11194 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11195
11196         * text2.C (setCounter): when searching for right label for a
11197         caption, make sure to recurse to parent insets (so that a caption
11198         in a minipage in a figure float works) (bug #568)
11199
11200 2002-08-20  André Pönitz <poenitz@gmx.net>
11201
11202         * text3.C: new file for LyXText::dispatch() and helpers
11203
11204         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
11205
11206         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
11207
11208 2002-08-19  André Pönitz <poenitz@gmx.net>
11209
11210         * lyxtext.h:
11211         * text.C: new LyXText::dispatch()
11212
11213         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
11214
11215 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
11216
11217         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
11218
11219         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
11220         Hebrew text.
11221
11222 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11223
11224         * Makefile.am: use $(variables) instead of @substitutions@
11225
11226 2002-08-15  André Pönitz <poenitz@gmx.net>
11227
11228         * lyxfunc.C:
11229         * BufferView_pimpl.C: streamlining mathed <-> outer world
11230         interaction
11231
11232         * commandtags.h:
11233         * LyXAction.C: remove unused LFUN_MATH
11234
11235 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11236
11237         * paragraph.[Ch]: add some NO_NEXT ifdefs.
11238
11239 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11240
11241         * paragraph.C (Paragraph): reformat a bit
11242         (cutIntoMinibuffer): use builtin InsetList function instad of
11243         doing it manually.
11244         (getInset): ditto
11245
11246         * buffer.C: include boost/bind.hpp, add using std::for_each
11247         (writeFileAscii): use ParagraphList iterators
11248         (validate): use for_each for validate traversal of paragraphs
11249         (getBibkeyList): use ParagraphList iterators
11250         (resizeInsets): use for_each to resizeInsetsLyXText for all
11251         paragraphs.
11252         (getParFromID): use ParagraphList iterators
11253
11254         * BufferView2.C (lockInset): use paragraph list and iterators
11255
11256 2002-08-14  John Levon  <levon@movementarian.org>
11257
11258         * lyxserver.C: remove spurious xforms include
11259
11260 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11261
11262         * lyxfunc.C (getStatus): disable math-extern outside of math mode
11263
11264 2002-08-13  André Pönitz <poenitz@gmx.net>
11265
11266         * LyXAction.[Ch]:
11267         * lyxfunc.C: further cleaning
11268
11269 2002-08-13  André Pönitz <poenitz@gmx.net>
11270
11271         * funcrequest.h: new constructor
11272
11273         * funcrequest.C: move stuff here from .h
11274
11275         * Makefile.am:
11276         * BufferView_pimpl.C:
11277         * LyXAction.C:
11278         * toc.C:
11279         * lyxfunc.C: subsequent changes
11280
11281         * lyxfunc.h: new view() member function
11282
11283         * lyxfunc.C: subsequent changes
11284
11285 2002-08-13  Angus Leeming  <leeming@lyx.org>
11286
11287         * BufferView2.C:
11288         * BufferView_pimpl.C:
11289         * buffer.C:
11290         * converter.C:
11291         * importer.C:
11292         * lyxfunc.C:
11293         * lyxvc.C:
11294         * toc.C:
11295         * vc-backend.C:
11296         changes due to the changed LyXView interface that now returns references
11297         to member variables not pointers.
11298
11299 2002-08-13  Angus Leeming  <leeming@lyx.org>
11300
11301         * WordLangTuple (word, lang_code): return references to strings,
11302         not strings.
11303
11304         * BufferView.h:
11305         * SpellBase.h:
11306         * lyxtext.h: forward-declare WordLangTuple.
11307
11308         * BufferView2.C:
11309         * ispell.C:
11310         * pspell.C:
11311         * text.C: #include "WordLangTuple.h".
11312
11313         * lyxtext.h:
11314         * text.C: (selectNextWordToSpellcheck): constify return type.
11315
11316 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11317
11318         * buffer.C:
11319         * buffer.h:
11320         * lyxtext.h:
11321         * paragraph.C:
11322         * paragraph_pimpl.h:
11323         * text.C:
11324         * text2.C:
11325         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11326         suggested by Angus.
11327         Made updateCounter always count from start of buffer, and removed
11328         second argument (par).
11329         Reverted floats number display to '#'. Perhaps I'll try again when the
11330         code base is sanitized a bit.
11331
11332 2002-08-12  Angus Leeming  <leeming@lyx.org>
11333
11334         * buffer.[Ch] (getLabelList): constify.
11335
11336 2002-08-07  André Pönitz <poenitz@gmx.net>
11337
11338         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11339
11340         * funcrequest.h: extension to keep mouse (x,y) position
11341
11342 2002-08-12  Juergen Vigna  <jug@sad.it>
11343
11344         * BufferView2.C (insertErrors): forbid undo when inserting error
11345         insets.
11346
11347         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11348
11349 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11350
11351         * ParagraphList.[Ch]: new files
11352
11353         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11354
11355         * BufferView2.C (lockInset): ParagraphList changes
11356         * toc.C: ditto
11357         * text2.C: ditto
11358         * bufferlist.C: ditto
11359         * buffer.h: ditto
11360         * buffer.C: ditto
11361
11362 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11363
11364         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11365         unused class variable counter_,
11366
11367         * paragraph.[Ch] (getFirstCounter): delete unused function
11368
11369         * counters.C: include LAssert.h
11370         (reset): add a new function with no arg, change other version to
11371         not have def. arg and to not allow empty arg.
11372
11373         * text2.C (setCounter): remove empty arg from call to Counters::reset
11374
11375 2002-08-11  John Levon  <levon@movementarian.org>
11376
11377         * Makefile.am: add WordLangTuple.h
11378
11379 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11380
11381         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11382         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11383
11384         * insets/insettext.C: InsetList changes
11385
11386         * graphics/GraphicsSupport.C (operator()): InsetList changes
11387
11388         * toc.C (getTocList): InsetList changes
11389
11390         * paragraph_pimpl.[Ch]: InsetList changes
11391
11392         * paragraph.[Ch]: InsetList changes
11393
11394         * buffer.C (inset_iterator): InsetList changes
11395         (setParagraph): ditto
11396         * buffer.h (inset_iterator): ditto
11397         * iterators.C (operator++): ditto
11398         * iterators.h: ditto
11399
11400         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11401
11402         * InsetList.[Ch]: new files, most InsetList handling moved out of
11403         paragraph.C.
11404
11405         * BufferView2.C (removeAutoInsets): InsetList changes
11406         (lockInset): ditto
11407         (ChangeInsets): ditto
11408
11409 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11410
11411         * paragraph_pimpl.h (empty): new function
11412
11413         * paragraph.[Ch] (empty): new function
11414
11415         * other files: use the new Paragraph::empty function
11416
11417 2002-08-09  John Levon  <levon@movementarian.org>
11418
11419         * lyxtext.h: remove unused refresh_height
11420
11421 2002-08-09  John Levon  <levon@movementarian.org>
11422
11423         * Makefile.am:
11424         * sgml.h:
11425         * sgml.C:
11426         * buffer.C:
11427         * paragraph.h:
11428         * paragraph.C: move sgml char escaping out of paragraph
11429
11430         * paragraph.h:
11431         * paragraph.C: remove id setter
11432
11433         * buffer.C:
11434         * paragraph.C:
11435         * paragraph_pimpl.C: remove dead tex_code_break_column
11436
11437         * bufferview_funcs.C: small cleanup
11438
11439         * lyxfunc.C: remove dead proto
11440
11441         * lyxtext.h: make some stuff private. Remove some dead stuff.
11442
11443         * lyxgluelength.C: make as[LyX]String() readable
11444
11445 2002-08-08  John Levon  <levon@movementarian.org>
11446
11447         * LyXAction.h:
11448         * LyXAction.C:
11449         * MenuBackend.C:
11450         * ToolbarDefaults.C:
11451         * lyxfunc.C:
11452         * lyxrc.C:
11453         * toc.C: lyxaction cleanup
11454
11455 2002-08-08  John Levon  <levon@movementarian.org>
11456
11457         * BufferView2.C: small cleanup
11458
11459         * lyxfind.h:
11460         * lyxfind.C: move unnecessary header into the .C
11461
11462 2002-08-08  John Levon  <levon@movementarian.org>
11463
11464         * funcrequest.h: just tedious nonsense
11465
11466         * lyx_main.h:
11467         * lyx_main.C: cleanups
11468
11469         * buffer.C:
11470         * vspace.C: remove dead header lyx_main.h
11471
11472 2002-08-07  Angus Leeming  <leeming@lyx.org>
11473
11474         * Paragraph.[Ch]:
11475         * paragraph_pimpl.h:
11476         Forward declare class Counters in paragraph.h by moving the ctrs member
11477         variable into Paragraph::Pimpl.
11478         (counters): new method, returning a reference to pimpl_->ctrs.
11479
11480         * text2.C: ensuing changes.
11481
11482 2002-08-07  John Levon  <levon@movementarian.org>
11483
11484         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11485
11486         * BufferView_pimpl.C: announce X selection on double/triple
11487           click
11488
11489         * lyx_main.C: use correct bool in batch dispatch
11490
11491         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11492
11493 2002-08-07  André Pönitz <poenitz@gmx.net>
11494
11495         * funcrequest.h: new class to wrap a kb_action and its argument
11496
11497         * BufferView.[Ch]:
11498         * BufferView_pimpl[Ch]:
11499         * LaTeX.C:
11500         * LyXAction.[Ch]:
11501         * lyxfunc.[Ch]:
11502         * lyxrc.C: subsequent changes
11503
11504
11505 2002-08-07  John Levon  <levon@movementarian.org>
11506
11507         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11508           document options change.
11509
11510 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11511
11512         * counters.[Ch]
11513         * text2.C
11514         * paragraph.[Ch]
11515         * makefile.am: move counters functionality over from
11516         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11517
11518 2002-08-06  John Levon  <levon@movementarian.org>
11519
11520         * WordLangTuple.h: new file for word + language code tuple
11521
11522         * SpellBase.h:
11523         * pspell.h:
11524         * pspell.C:
11525         * ispell.h:
11526         * ispell.C:
11527         * lyxtext.h:
11528         * text.C:
11529         * text2.C:
11530         * BufferView.h:
11531         * BufferView2.C: use WordLangTuple
11532
11533         * layout.h:
11534         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11535
11536 2002-08-06  John Levon  <levon@movementarian.org>
11537
11538         * lyx_main.C: fix cmdline batch handling
11539
11540 2002-08-06  André Pönitz <poenitz@gmx.net>
11541
11542         * lyxrc.C: set default for show_banner to true
11543
11544 2002-08-06  John Levon  <levon@movementarian.org>
11545
11546         * pspell.C: fix a crash, and allow new aspell to work
11547
11548 2002-08-06  John Levon  <levon@movementarian.org>
11549
11550         * lyxfunc.C:
11551         * kbmap.C: small cleanup
11552
11553         * vspace.h:
11554         * vspace.C: add const
11555
11556 2002-08-05  John Levon  <levon@movementarian.org>
11557
11558         * LyXAction.C: back to tabular-insert
11559
11560 2002-08-04  John Levon  <levon@movementarian.org>
11561
11562         * BufferView.h:
11563         * BufferView.C: cosmetic change
11564
11565         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11566
11567         * bufferlist.C:
11568         * buffer.h:
11569         * buffer.C:
11570         * lyxcb.h:
11571         * lyxcb.C:
11572         * lyxserver.C:
11573         * lyxvc.C:
11574         * vc-backend.C:
11575         * BufferView2.C: purge all "Lyx" not "LyX" strings
11576
11577         * lyxcursor.h:
11578         * lyxcursor.C: attempt to add some documentation
11579
11580         * lyxfunc.C:
11581         * commandtags.h:
11582         * LyXAction.C:
11583         * ToolbarDefaults.C:
11584         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11585           merge with LFUN_TABULAR_INSERT
11586
11587         * Makefile.am:
11588         * SpellBase.h:
11589         * ispell.h:
11590         * ispell.C:
11591         * pspell.h:
11592         * pspell.C: split up i/pspell implementations into separate
11593           files, many cleanups
11594
11595         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11596
11597         * text2.C: some cleanup
11598
11599         * lyxfunc.C: don't check for isp_command == "none" any more, it
11600           didn't make any sense
11601
11602 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11603
11604         * counters.[Ch]
11605         * text2.C
11606         * paragraph.[Ch]
11607         * makefile.am: move counters functionality over
11608         from text2.C/paragraph.[Ch] to counters.[Ch], and
11609         make proper C++.
11610 2002-08-02  John Levon  <levon@movementarian.org>
11611
11612         * buffer.C: s/lyxconvert/lyx2lyx/
11613
11614 2002-08-02  Angus Leeming  <leeming@lyx.org>
11615
11616         * lyxlex.C: revert John's change as it breaks reading of the user
11617         preamble.
11618
11619 2002-08-02  Angus Leeming  <leeming@lyx.org>
11620
11621         * importer.C (Import):
11622         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11623         changes due to LyXView::view() now returning a boost::shared_ptr.
11624
11625 2002-08-02  John Levon  <levon@movementarian.org>
11626
11627         * lyxlex.C: small cleanup
11628
11629 2002-08-02  John Levon  <levon@movementarian.org>
11630
11631         * text2.C (status): small cleanup, no logic change
11632
11633 2002-08-01  John Levon  <levon@movementarian.org>
11634
11635         * buffer.h:
11636         * buffer.C (writeFile): don't output alerts, caller
11637           handles this
11638
11639         * bufferlist.C:
11640         * lyx_cb.C: from above
11641
11642         * lyxfunc.C: allow to open non-existent files
11643
11644 2002-07-31  John Levon  <levon@movementarian.org>
11645
11646         * lyxserver.C: don't let incidental errors get
11647           in the way (errno)
11648
11649 2002-07-30  John Levon  <levon@movementarian.org>
11650
11651         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11652
11653 2002-07-30  John Levon  <levon@movementarian.org>
11654
11655         * lyxserver.h:
11656         * lyxserver.C: remove I/O callback too
11657
11658 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11659
11660         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11661         log.
11662
11663 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11664
11665         * many files: strip,frontStrip -> trim,ltrim,rtrim
11666
11667 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11668
11669         * PrinterParams.h: remove extern containsOnly, and include
11670         support/lstrings.h instead.
11671
11672         * LaTeX.C (scanAuxFile): modify because of strip changes
11673         (deplog): ditto
11674         * buffer.C (makeLaTeXFile): ditto
11675         * bufferparams.C (writeFile): ditt
11676         * lyxfont.C (stateText): ditto
11677         * lyxserver.C (read_ready): ditto
11678         * vc-backend.C (scanMaster): ditto
11679
11680         * BufferView_pimpl.h: ws changes
11681
11682         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11683
11684 2002-07-26  André Pönitz <poenitz@gmx.net>
11685
11686         * kb_sequence.C: remove unnedred usings
11687
11688 2002-07-26  Juergen Vigna  <jug@sad.it>
11689
11690         * lyxfind.C (LyXReplace): we have to check better if the returned
11691         text is not of theLockingInset()->getLockingInset().
11692
11693 2002-07-25  Juergen Vigna  <jug@sad.it>
11694
11695         * lyxfind.C (LyXReplace): don't replace if we don't get the
11696         right LyXText.
11697
11698         * undo_funcs.C (createUndo): remove debugging code.
11699
11700 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11701
11702         * buffer.C (parseSingleLyXformat2Token): Use default placement
11703         when reading old floats.
11704
11705         * FloatList.C (FloatList): Change the default placement of figure
11706         and tables to "tbp".
11707
11708 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11709
11710         * MenuBackend.C: using std::max
11711
11712 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11713
11714         * MenuBackend.C (expandToc):
11715         (expandToc2): code moved from xforms menu frontend. It is now
11716         generic and TOCs are transparent to menu frontends.
11717
11718 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11719
11720         * toc.C (getTocList): protect against buf=0
11721
11722         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11723         Menu as first parameter. Now, this calls itself recursively to
11724         expand a whole tree (this will be useful for TOC handling)
11725         (expandFloatInsert): remove 'wide' version of floats
11726
11727         * MenuBackend.h (submenuname): returns the name of the submenu.
11728         (submenu): returns the submenu itself, provided it has been
11729         created by MenuBackend::expand
11730
11731 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11732
11733         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11734         insets which have noFontChange == true. (bug #172)
11735
11736 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11737
11738         * BufferView_pimpl.C: add connection objects and use them...
11739         (Pimpl): here.
11740
11741 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11742
11743         * MenuBackend.C (expandLastfiles):
11744         (expandDocuments):
11745         (expandFormats):
11746         (expandFloatListInsert):
11747         (expandFloatInsert):
11748         (expand): split expand in parts
11749
11750 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11751
11752         * lyx_gui.C: use lyx_gui::exit()
11753
11754 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11755
11756         * LyXAction.C: show the failing pseudo action
11757
11758 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11759
11760         * buffer.C (readFile): Run the lyxconvert script in order to read
11761         old files.
11762
11763 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11764
11765         * LyXAction.C:
11766         * commandtags.h:
11767         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11768
11769 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11770
11771         * LyXAction.C:
11772         * commandtags.h:
11773         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11774
11775 2002-07-22  Herbert Voss  <voss@lyx.org>
11776
11777         * lengthcommon.C:
11778         * lyxlength.[Ch]: add support for the vertical lengths
11779
11780 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11781
11782         * toc.[Ch]: std:: fixes
11783
11784 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11785
11786         * lyxrc.C: do not include lyx_main.h
11787
11788         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11789         for layouts
11790
11791         * lyxrc.C:
11792         * encoding.C:
11793         * bufferlist.C:
11794         * BufferView2.C: include "lyxlex.h"
11795
11796         * tabular.h:
11797         * bufferparams.h: do not #include "lyxlex.h"
11798
11799         * lyxtextclasslist.C (Add): remove method
11800         (classlist): renamed to classlist_
11801
11802         * paragraph_pimpl.C:
11803         * paragraph.C:
11804         * text2.C:
11805         * CutAndPaste.C:
11806         * bufferview_funcs.C:
11807         * bufferlist.C:
11808         * text.C:
11809         * LaTeXFeatures.C:
11810         * buffer.C:
11811         * toc.C (getTocList): use BufferParams::getLyXTextClass
11812
11813         * toc.C (getTocList): use InsetFloat::addToToc
11814
11815         * toc.[Ch]: new files, containing helper functions to handle table
11816         of contents
11817
11818         * lyxfunc.C (dispatch): no need to remove spaces around command
11819         given as a string
11820         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11821         first command of the sequence; it is not very clever, but I do not
11822         have a better idea, actually
11823
11824         * LyXAction.C (LookupFunc): make sure to remove space at the
11825         beginning and end of the command
11826
11827 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11828
11829         * MenuBackend.C (getMenubar): new method: return the menubar of
11830         this menu set
11831         (read): treat differently reading of menu and menubar (in
11832         particular, the menubar has no name now)
11833         (Menu::menubar): remove
11834
11835         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11836         saving is finished
11837
11838 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11839
11840         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11841         a bibitem inset in a RTL paragraph.
11842
11843 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11844
11845         * paragraph_pimpl.C: constify
11846
11847         * BufferView_pimpl.C:
11848         * LaTeX.C:
11849         * lyxfunc.C: fix dispatch in a nicer way
11850
11851 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11852
11853         * lyxfunc.C (dispatch):
11854         * BufferView_pimpl.C:
11855         * BufferView_pimpl.h:
11856         * BufferView.C:
11857         * BufferView.h: rename Dispatch() to dispatch()
11858
11859         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11860
11861         * lyxlayout.C (Read): honor DependsOn tag
11862
11863         * lyxlayout.[Ch] (depends_on): new method
11864
11865         * version.C.in: update lyx_docversion
11866
11867         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11868
11869         * paragraph.C (validate): remove from here...
11870         * paragraph_pimpl.C (validate): ... and move here
11871         (isTextAt): make it const
11872
11873         * buffer.C (getLists): ws cleanup
11874
11875 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11876
11877         * language.C (read): Use iso8859-1 encoding in latex_lang
11878         (this prevents LyX from crashing when using iso10646-1 encoding).
11879
11880 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11881
11882         * text2.C (toggleInset): if cursor is inside an inset, close the
11883         inset and leave cursor _after_ it
11884
11885 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11886
11887         * lyxfunc.C: move minibuffer completion handling out of here
11888
11889 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11890
11891         * BufferView_pimpl.C:
11892         * LaTeX.C: fix dispatch calls
11893
11894 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11895
11896         * text.C (drawChars): Fix Arabic text rendering.
11897
11898 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11899
11900         * LyXAction.C:
11901         * commandtags.h:
11902         * lyxfunc.C: remove message-push/pop
11903
11904         * lyxserver.C:
11905         * lyxfunc.h:
11906         * lyxfunc.C: rationalise some code by removing verboseDispatch
11907           in favour of a bool argument to dispatch()
11908
11909 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11910
11911         * lyx_main.C (init): make sure to read symlinks as absolute paths
11912
11913 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11914
11915         * lyxfunc.h:
11916         * lyxfunc.C: no need for commandshortcut to be a member
11917
11918 2002-07-15  André Pönitz <poenitz@gmx.net>
11919
11920         * converter.C: add support for $$s (scripts from lib/scripts dir)
11921         * lyx_main.C: white space
11922
11923 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11924
11925         * bufferlist.C:
11926         * lyxrc.h:
11927         * lyxrc.C: remove second exit confirmation
11928
11929 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11930
11931         * BufferView.h:
11932         * BufferView.C:
11933         * BufferView2.C:
11934         * BufferView_pimpl.h:
11935         * BufferView_pimpl.C:
11936         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11937
11938 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11939
11940         * MenuBackend.C (expand): add numeric shortcuts to document menu
11941
11942         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11943
11944 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11945
11946         * lyxfont.C (setLyXFamily):
11947         (setLyXSeries):
11948         (setLyXShape):
11949         (setLyXSize):
11950         (setLyXMisc):
11951         (lyxRead):
11952         * debug.C (value):
11953         * buffer.C (asciiParagraph): use ascii_lowercase
11954
11955 2002-07-15  Mike Fabian  <mfabian@suse.de>
11956
11957         * lyxlex_pimpl.C (search_kw):
11958         * lyxlex.C (getLongString):
11959         * converter.h (operator<):
11960         * converter.C (operator<):
11961         * buffer.C (parseSingleLyXformat2Token):
11962         (asciiParagraph):
11963         * ToolbarDefaults.C (read):
11964         * MenuBackend.C (checkShortcuts):
11965         (read):
11966         * LColor.C (getFromGUIName):
11967         (getFromLyXName): use the compare_ascii_no_case instead of
11968         compare_no_case, because in turkish, 'i' is not the lowercase
11969         version of 'I', and thus turkish locale breaks parsing of tags.
11970
11971 2002-07-16  Angus Leeming  <leeming@lyx.org>
11972
11973         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11974         now takes a Buffer const & argument.
11975
11976 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11977
11978         * BufferView.C (resize): check there's a buffer to resize
11979
11980 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11981
11982         * lyxfunc.C: remove dead code
11983
11984         * lyxserver.h:
11985         * lyxserver.C: use lyx_guii::set_read_callback
11986
11987 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11988
11989         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11990         an inset in a RTL paragraph.
11991
11992 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11993
11994         * lyxfunc.C: repaint after a font size update
11995
11996 2002-07-15  André Pönitz <poenitz@gmx.net>
11997
11998         * lyxlength.C: inBP should be able to return negative values
11999
12000 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
12001
12002         * lyxfunc.C: use lyx_gui::update_fonts()
12003
12004 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
12005
12006         * lyxfunc.C: use lyx_gui::update_color()
12007
12008 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
12009
12010         * bufferlist.C:
12011         * lyxfunc.h:
12012         * lyxfunc.C:
12013         * lyxrc.h:
12014         * lyxrc.C: remove file->new asks for name option, and let
12015           buffer-new take an argument
12016
12017 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
12018
12019         * BufferView_pimpl.C: remove unneeded extra repaint()
12020
12021 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
12022
12023         * LyXAction.C: allow command-sequence with NoBuffer
12024
12025         * lyxfunc.C: don't insist on trailing ';' for command-sequence
12026
12027 2002-07-10  Angus Leeming  <leeming@lyx.org>
12028
12029         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
12030
12031 2002-07-09  Angus Leeming  <leeming@lyx.org>
12032
12033         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
12034
12035 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
12036
12037         * lengthcommon.h: whitespace
12038
12039         * lyxfunc.C: update scrollbar after goto paragraph
12040
12041         * lyxtext.h: factor out page break drawing, and fix it so
12042           page break/added space paints as selected nicely
12043
12044 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
12045
12046         * BufferView_pimpl.C: add FIXMEs, clean up a little
12047
12048 2002-07-09  André Pönitz <poenitz@gmx.net>
12049
12050         * lyxfont.[Ch]: support for wasy symbols
12051
12052 2002-07-08  André Pönitz <poenitz@gmx.net>
12053
12054         * BufferView_pimpl.C: apply John's patch for #93.
12055
12056 2002-07-05  Angus Leeming  <leeming@lyx.org>
12057
12058         * BufferView_pimpl.C (buffer): generate previews if desired.
12059
12060         * LColor.h: add "preview" to the color enum.
12061
12062         * LColor.C (LColor): add a corresponding entry to the items array.
12063
12064         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
12065         with this buffer.
12066
12067 2002-07-05  Angus Leeming  <leeming@lyx.org>
12068
12069         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
12070         The body of the code is now in the method that is passed an ostream &
12071         rather than a file name.
12072         Pass an additional only_preamble parameter, useful for the forthcoming
12073         preview stuff.
12074
12075 2002-07-03  André Pönitz <poenitz@gmx.net>
12076
12077         * lyxfunc.C: simplify getStatus() a bit for math stuff
12078
12079 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12080
12081         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
12082
12083 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12084
12085         * text.C (changeRegionCase): do not change case of all the
12086         document when region ends at paragraph end (bug #461)
12087
12088 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12089
12090         * paragraph.C (startTeXParParams):
12091         (endTeXParParams): add \protect when necessary
12092
12093 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12094
12095         * BufferView_pimpl.C (workAreaExpose): remove warning
12096
12097 2002-06-27  Angus Leeming  <leeming@lyx.org>
12098
12099         * Makefile.am: add lyxlayout_ptr_fwd.h.
12100
12101 2002-06-26  André Pönitz <poenitz@gmx.net>
12102
12103         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
12104
12105 2002-06-25  Angus Leeming  <leeming@lyx.org>
12106
12107         * lyxfunc.C (dispatch): Comment out the call to
12108         grfx::GCache::changeDisplay. The method no longer exists now that the
12109         pixmap generation part of the graphics loader has been moved into
12110         InsetGraphics.
12111
12112 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12113
12114         * text2.C: layout as layout
12115
12116         * text.C: layout as layout
12117
12118         * tabular.C (OldFormatRead): layout as layout
12119
12120         * paragraph_pimpl.C (TeXDeeper): layout as layout
12121         (realizeFont): layout as layout
12122
12123         * paragraph.C (writeFile): layout as layout
12124         (validate): layout as layout
12125         (getFont): layout as layout
12126         (getLabelFont): layout as layout
12127         (getLayoutFont): layout as layout
12128         (breakParagraph): layout as layout
12129         (stripLeadingSpaces): layout as layout
12130         (getEndLabel): layout as layout
12131         (getMaxDepthAfter): layout as layout
12132         (applyLayout): layout as layout
12133         (TeXOnePar): layout as layout
12134         (simpleTeXOnePar): layout as layout
12135         (TeXEnvironment): layout as layout
12136         (layout): layout as layout
12137         (layout): layout as layout
12138
12139         * lyxtextclass.C (compare_name): new functor to work with
12140         shared_ptr, layout as layout
12141         (Read): layout as layout
12142         (hasLayout): layout as layout
12143         (operator): layout as layout
12144         (delete_layout): layout as layout
12145         (defaultLayout): layout as layout
12146
12147         * lyxlayout_ptr_fwd.h: new file
12148
12149         * lyxlayout.C (Read): layout as layout
12150
12151         * lyx_cb.C (MenuInsertLabel): layout as layout
12152
12153         * bufferlist.C (newFile): layout as layout
12154
12155         * buffer.C (readLyXformat2): layout as layout
12156         (parseSingleLyXformat2Token): layout as layout
12157         (insertStringAsLines): layout as layout
12158         (asciiParagraph): layout as layout
12159         (latexParagraphs): layout as layout
12160         (makeLinuxDocFile): layout as layout
12161         (simpleLinuxDocOnePar): layout as layout
12162         (makeDocBookFile): layout as layout
12163         (simpleDocBookOnePar): layout as layout
12164         (getLists): layout as layout
12165
12166         * LaTeXFeatures.C (getTClassPreamble): layout as layout
12167
12168         * CutAndPaste.C (cutSelection): layout as layout
12169         (pasteSelection): layout as layout
12170         (SwitchLayoutsBetweenClasses): layout as layout
12171
12172         * BufferView_pimpl.C (Dispatch): layout as layout
12173         (smartQuote): layout as layout
12174
12175         * BufferView2.C (unlockInset): layout as layout
12176
12177 2002-06-24  André Pönitz <poenitz@gmx.net>
12178
12179         * lyxfunc.C: fix #487
12180
12181 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12182
12183         * lyxrc.h:
12184         * lyxrc.C:
12185         * lyxfunc.C: remove display_shortcuts, show_banner
12186
12187 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12188
12189         * Buffer_pimpl.C: oops, update on resize
12190
12191 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12192
12193         * buffer.C:
12194         * converter.C:
12195         * exporter.C:
12196         * lyxfunc.C:
12197         * BufferView.h:
12198         * BufferView.C: use repaint()
12199
12200         * BufferView_pimpl.h:
12201         * BufferView_pimpl.C: s/updateScreen()/repaint()/
12202           as it's a clearer description. Remove superfluous
12203           redraws.
12204
12205 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12206
12207         * text.C: fix bug 488. Not ideal, but getting
12208           getWord() to work properly for the insets that
12209           matter is more difficult ...
12210
12211 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12212
12213         * BufferView_pimpl.C:
12214         * LyXAction.C:
12215         * commandtags.h:
12216         * lyxfunc.C: remove the six million index lyxfuncs to just
12217           one, and DTRT (bug 458)
12218
12219 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12220
12221         * BufferView.h:
12222         * BufferView.C:
12223         * BufferView_pimpl.h:
12224         * BufferView_pimpl.C: clean up resize() stuff,
12225           and unnecessary updateScreen()s
12226
12227 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12228
12229         * BufferView.h:
12230         * BufferView.C:
12231         * BufferView_pimpl.h:
12232         * BufferView_pimpl.C:
12233         * lyxfind.h:
12234         * lyxfind.C:
12235         * minibuffer.C: remove focus management of workarea,
12236           not needed. Use screen's greyOut()
12237
12238 2002-06-17  Herbert Voss  <voss@lyx.org>
12239
12240         * converter.C: (convert) do not post a message, when converting
12241         fails, let the calling function decide what to do in this case
12242
12243 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
12244
12245         * lyxfunc.C: tidy up a little
12246
12247 2002-06-16    <alstrup@diku.dk>
12248
12249         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
12250         Got rid of FORMS_H_LOCATION include. Now we are
12251         GUII.
12252
12253 2002-06-15  LyX Development team  <lyx@rilke>
12254
12255         * buffer.[Ch] (sgmlOpenTag):
12256         (sgmlCloseTag): Added support for avoiding pernicious mixed
12257         content. Return number of lines written.
12258
12259         (makeLinuxDocFile):
12260         (makeDocBookFile): Fixed calls to sgml*Tag.
12261         Simple white space clean.
12262
12263         (simpleDocBookOnePar): Simple white space clean.
12264
12265         * tabular.[Ch] (docBook): Renamed to docbook and got another
12266         argument to related with the pernicious mixed content.
12267
12268         (docbookRow): Fixed calls for docbook inset method.
12269
12270 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12271
12272         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12273         so it's X11 independent.
12274
12275         * kb*.[Ch]: ditto.
12276
12277         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12278
12279 2002-06-15  Lyx Development team  <lyx@electronia>
12280
12281         * intl.h: Renamed getTrans to getTransManager.
12282
12283 2002-06-14  Angus Leeming  <leeming@lyx.org>
12284
12285         * Makefile.am: nuke forgotten stl_string_fwd.h.
12286
12287 2002-06-12  Angus Leeming  <leeming@lyx.org>
12288
12289         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12290
12291 2002-06-13  Angus Leeming  <leeming@lyx.org>
12292
12293         * LaTeX.C:
12294         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12295
12296 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12297
12298         * kbmap.C (getiso): add support for cyrillic and greek
12299
12300 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12301
12302         * BufferView.h:
12303         * BufferView.C:
12304         * BufferView_pimpl.h:
12305         * BufferView_pimpl.C: move bogus scrolling logic
12306           to xforms
12307
12308 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12309
12310         * lyxfunc.C:
12311         * BufferView_pimpl.C: view->resize() change
12312
12313 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12314
12315         * BufferView_pimpl.C: topCursorVisible
12316           prototype change
12317
12318 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12319
12320         * Makefile.am:
12321         * lyx_gui.h:
12322         * lyx_gui.C: move to frontends/
12323
12324         * main.C:
12325         * lyx_main.h:
12326         * lyx_main.C: changes from above
12327
12328 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12329
12330         * intl.C:
12331         * intl.h:
12332         * kbmap.C:
12333         * kbsequence.C:
12334         * lyx_cb.C:
12335         * lyx_main.C: minor tidy
12336
12337 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12338
12339         * BufferView_pimpl.h:
12340         * BufferView_pimpl.C:
12341         * BufferView.h:
12342         * BufferView.C: make painter() const,
12343           remove dead code
12344
12345         * BufferView2.C: use screen() accessor
12346
12347         * lyx_main.h:
12348         * lyx_main.C: some minor cleanup
12349
12350 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12351
12352         * BufferView_pimpl.h:
12353         * BufferView_pimpl.C: remove enter/leaveView,
12354           use workHeight()
12355
12356 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12357
12358         * BufferView.h:
12359         * BufferView.C:
12360         * BufferView2.C:
12361         * BufferView_pimpl.h:
12362         * BufferView_pimpl.C: only construct screen once,
12363           rename
12364
12365         * lyxrc.C: remove pointless comment
12366
12367 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12368
12369         * BufferView.h:
12370         * BufferView.C: remove active() and belowMouse()
12371
12372         * BufferView_pimpl.h:
12373         * BufferView_pimpl.C: use workarea() not workarea_,
12374           and make it use a scoped_ptr instead
12375
12376 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12377
12378         * lyx_gui.C: add debug message on BadWindow
12379
12380 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12381
12382         * sp_spell.C: fdopen is not part of the C++ standard.
12383
12384         * paragraph.C (InsetIterator): use >= instead of ==
12385
12386 2002-06-07  Angus Leeming  <leeming@lyx.org>
12387
12388         Fixes needed to compile with Compaq cxx 6.5.
12389         * BufferView_pimpl.C:
12390         * DepTable.C:
12391         * buffer.C:
12392         * converter.C:
12393         * encoding.C:
12394         * lyx_gui.C:
12395         * lyx_main.C:
12396         * lyxtextclasslist.C:
12397         * minibuffer.C:
12398         * sp_spell.C:
12399         * tabular_funcs.C:
12400         * vc-backend.C:
12401         all c-library variables have been moved into namespace std. Wrap
12402         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12403
12404         * lyxlength.C:
12405         * tabular-old.C:
12406         * tabular.C:
12407         Add a using std::abs declaration.
12408
12409         * kbmap.h (modifier_pair):
12410         * paragraph.h (InsetTable, InsetList):
12411         * lyxfont.h (FontBits):
12412         type definition made public.
12413
12414         * bufferlist.C (emergencyWriteAll): the compiler complains that
12415         there is more than one possible lyx::class_fun template to choose from.
12416         I re-named the void specialisation as lyx::void_class_fun.
12417
12418         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12419
12420         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12421         the compiler is is unable to find tostr in write_attribute.
12422
12423 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12424
12425         * buffer.C (sgmlError): hide #warning
12426
12427 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12428
12429         * xtl/*: get rid of xtl, which is not in use anyway
12430
12431         * LyXAction.C (init):
12432         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12433         were unimplemented xtl experimentation
12434
12435 2002-06-04  André Pönitz <poenitz@gmx.net>
12436
12437         * lyxfunc.C: disable array operation on simple formulae
12438
12439 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12440
12441         * converter.C: constify a bit
12442
12443 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12444
12445         * lyx_gui.C: check xforms version correctly
12446
12447 2002-04-30  Herbert Voss  <voss@lyx.org>
12448
12449         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12450         "keep" option
12451
12452 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12453
12454         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12455           attempt to register it with a VCS)
12456
12457 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12458
12459         * lyx_main.C (init): honor variables LYX_DIR_13x and
12460         LYX_USERDIR_13x
12461
12462 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12463
12464         * buffer.h:
12465         * buffer.C:
12466         * lyx_main.C: fix a crash on bad command line,
12467           and give a useful exit status on error
12468
12469         * lyxfunc.C (doImport): allow -i lyx to work
12470
12471 2002-03-30  André Pönitz <poenitz@gmx.net>
12472
12473         * lyxfunc.C: mathed font changes
12474
12475 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12476
12477         * LaTeX.C:
12478         * importer.h:
12479         * importer.C:
12480         * lyx_sty.h:
12481         * lyx_sty.C:
12482         * lyxlex.C:
12483         * lyxrow.h:
12484         * lyxtext.h:
12485         * paragraph.h:
12486         * paragraph.C:
12487         * texrow.h:
12488         * texrow.C:
12489         * text.C:
12490         * trans_mgr.h: srcdocs, and some minor cleanups
12491
12492 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12493
12494         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12495         call getFont all the time)
12496
12497 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12498
12499         * switch from SigC signals to boost::signals
12500
12501 2002-05-29  André Pönitz <poenitz@gmx.net>
12502
12503         * paragraph_pimpl.C (getChar): don't call size() too often...
12504
12505 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12506
12507         * paragraph_pimpl.C (insertChar): do not try to update tables when
12508         appending (pos == size())
12509
12510         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12511         in order to reduce drastically the number of comparisons needed to
12512         parse a large document
12513
12514 2002-05-29  André Pönitz <poenitz@gmx.net>
12515
12516         * text.C:
12517         * text2.C:
12518         * lyxtextclass.C:
12519         * sp_pspell.h:
12520         * textclasslist.[Ch]:
12521         * sp_ispell.h: whitespace change
12522
12523 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12524
12525         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12526         lyxaction directly now.
12527
12528 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12529
12530         * trans.C:
12531         * lyxfont.C:
12532         * lyxvc.C: remove unused headers
12533
12534 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12535
12536         * Makefile.am:
12537         * buffer.h:
12538         * undostack.h:
12539         * undostack.C:
12540         * undo_funcs.h:
12541         * undo_funcs.C: some cleanups. Use shared_ptr
12542           and a template for the undo stacks.
12543
12544 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12545
12546         * BufferView_pimpl.h:
12547         * BufferView_pimpl.C:
12548         * kbmap.h:
12549         * kbmap.C:
12550         * kbsequence.h:
12551         * kbsequence.C:
12552         * lyxfunc.h:
12553         * lyxfunc.C:
12554         * text2.C: use key_state/mouse_state
12555
12556 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12557
12558         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12559         and LSubstring
12560
12561         * chset.C: change include order
12562         (loadFile): use boost regex and get rid of LRegex and LSubstring
12563
12564         * Makefile.am (BOOST_LIBS): new variable
12565         (lyx_LDADD): use it
12566
12567         * LaTeX.C: change include order.
12568         (scanAuxFile): use boost regex and get rid of LRegex and
12569         LSubstring
12570         (deplog): ditto
12571
12572 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12573
12574         * ColorHandler.h:
12575         * ColorHandler.C:
12576         * FontInfo.h:
12577         * FontInfo.C: moved to frontends/xforms/
12578
12579         * FontLoader.h:
12580         * FontLoader.C: moved into frontends for GUIIzation
12581
12582         * Makefile.am:
12583         * lyx_gui.C:
12584         * lyxfont.C:
12585         * lyxfunc.C: changes from above
12586
12587 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12588
12589         * LColor.C: remove spurious X include
12590
12591         * BufferView_pimpl.C:
12592         * Makefile.am:
12593         * font.h:
12594         * font.C:
12595         * text.C:
12596         * text2.C: move font metrics to frontends/
12597
12598 2002-05-24  Juergen Vigna  <jug@sad.it>
12599
12600         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12601         setting the undo_cursor.
12602
12603         * ParagraphParameters.h: include local includes first.
12604
12605 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12606
12607         * BufferView_pimpl.C:
12608         * BufferView_pimpl.h:
12609         * Makefile.am:
12610         * WorkArea.h:
12611         * WorkArea.C:
12612         * screen.C: move WorkArea into frontends/
12613
12614         * lyxscreen.h:
12615         * screen.C:
12616         * text.C:
12617         * BufferView.C:
12618         * BufferView2.C: move LyXScreen into frontends/
12619
12620         * lyxlookup.h:
12621         * lyxlookup.C:
12622         * lyx_gui.C: move lyxlookup into frontends/xforms/
12623
12624 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12625
12626         * BufferView2.C:
12627         * BufferView_pimpl.C:
12628         * FontLoader.C:
12629         * LyXView.h:
12630         * LyXView.C:
12631         * Makefile.am:
12632         * WorkArea.C:
12633         * XFormsView.h:
12634         * XFormsView.C:
12635         * buffer.C:
12636         * bufferlist.C:
12637         * bufferview_funcs.C:
12638         * converter.C:
12639         * importer.C:
12640         * lyx_cb.C:
12641         * lyx_gui.C:
12642         * lyx_main.C:
12643         * lyx_find.C:
12644         * lyxfunc.C:
12645         * lyxvc.C:
12646         * minibuffer.C:
12647         * text.C:
12648         * text2.C:
12649         * trans.C:
12650         * vc-backend.C: move LyX/XFormsView into frontends/
12651
12652 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12653
12654         * Makefile.am:
12655         * PainterBase.C:
12656         * PainterBase.h:
12657         * Painter.C:
12658         * Painter.h:
12659         * WorkArea.C:
12660         * WorkArea.h:
12661         * screen.C:
12662         * tabular.C:
12663         * text.C:
12664         * text2.C: move Painter to frontends/
12665
12666 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12667
12668         * buffer.C: comment out some some code that depend upon lyx_format
12669         < 220
12670
12671         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12672         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12673
12674         * buffer.h (NO_COMPABILITY): turn off compability
12675
12676         * ColorHandler.C: include scoped_array.hpp
12677
12678         * font.C: Use more specific smart_ptr header.
12679         * Painter.C: ditto
12680         * gettext.C: ditto
12681         * ShareContainer.h: ditto
12682         * lyx_main.h: ditto
12683         * kbmap.h: ditto
12684         * FontInfo.h: ditto
12685         * BufferView_pimpl.h: ditto
12686         * ColorHandler.h: ditto
12687
12688         * kbmap.C (defkey): change call to shared_ptr::reset
12689
12690 2002-05-21  Juergen Vigna  <jug@sad.it>
12691
12692         * buffer.C (insertErtContents): fix to insert ert asis if it is
12693         non empty. Skip it completely if it contains only whitespaces.
12694
12695 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12696
12697         * BufferView_pimpl.C:
12698         * BufferView2.C: clear selection on paste (bug 393)
12699
12700 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12701
12702         * DepTable.C: include ctime
12703
12704 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12705
12706         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12707
12708 2002-05-14  Juergen Vigna  <jug@sad.it>
12709
12710         * text.C (breakParagraph): fixed function to honor the keepempty
12711         layout in the right maner and also to permit the right breaking
12712         algorithm on empty or non empyt keepempty paragraphs.
12713
12714         * paragraph.C (breakParagraph): we have to check also if the par
12715         is really empty (!size()) for isempty otherwise we do the wrong
12716         paragraph break.
12717
12718 2002-05-10  Juergen Vigna  <jug@sad.it>
12719
12720         * buffer.[Ch] : The following are only changes to the ert
12721         compatibility read reading old LaTeX layout and font stuff and
12722         convert it to ERTInsets.
12723
12724         * buffer.h: added isErtInset().
12725
12726         * buffer.C (struct ErtComp): add a fromlayout bool to check
12727         if we're inside a LaTeX layout.
12728         (isErtInset): new helper function.
12729         (insertErtContents): look for other ert insets before this one
12730         and insert the contents there, so that we don't have subsequent
12731         ERT insets with nothing between them. This way we create only one
12732         inset with multiple paragraphs. Also check if we don't insert only
12733         spaces ' ' as they are ignored anyway afterwards in the .tex file
12734         so if we have only spaces we will ignore this latex part in the
12735         new file.
12736         (parseSingleLyXformat2Token \\layout): better compatibility when
12737         reading layout-latex stuff.
12738         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12739         language tag.
12740         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12741         stuff after reading the inset only get the information back from
12742         the stack.
12743
12744 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12745
12746         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12747
12748         * LaTeXFeatures.C (getBabelOptions): New method.
12749
12750 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12751
12752         * BufferView_pimpl.C (Dispatch): work around missing argument for
12753         'layout'
12754
12755 2002-05-08  Juergen Vigna  <jug@sad.it>
12756
12757         * text.C (leftMargin): handle paragraph leftindent.
12758
12759         * paragraph.C (writeFile): write the new \\leftindent tag.
12760         (validate): handle leftindent code.
12761         (TeXEnvironment): handle paragraphleftindent code again.
12762
12763         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12764
12765         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12766         for paragrap_extra indent code and new token \\leftindent.
12767         (latexParagraphs): handle the leftindent as environment.
12768
12769         * ParameterStruct.h: added leftindent support.
12770
12771         * ParagraphParameters.C (leftIndent): added support functions for
12772         the paragraph left indent.
12773
12774         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12775         more appropriate.
12776
12777 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12778
12779         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12780         inside insetERT.
12781
12782         * text.C (computeBidiTables): No bidi in insetERT.
12783
12784         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12785         in RTL documents.
12786
12787 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12788
12789         * version.C.in: pre 5
12790
12791 2002-05-02  José Matos  <jamatos@fep.up.pt>
12792         * buffer.C (makeDocBookFile): white space changes, add newline to
12793         command styles.
12794         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12795
12796         * tabular.C (docBook): fix typo.
12797
12798 2002-05-03  Juergen Vigna  <jug@sad.it>
12799
12800         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12801         change in LyXText as we can not be sure it was not freed.
12802         (drawOneRow): remove unused code.
12803
12804         * text.C (drawInset): redo the calculation of the need_break_row as
12805         it could have a row which was already freed.
12806         (draw): look at the return value of drawInset and return false if
12807         it also returned false.
12808         (paintRowText): look at the return value of draw and return false if
12809         it also returned false.
12810
12811         * lyxtext.h: added bool return type to drawInset() and draw() so that
12812         if we have a change in the row so that the rowbreak has to be redone
12813         we abort drawing as it will be called again.
12814
12815 2002-05-02  Juergen Vigna  <jug@sad.it>
12816
12817         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12818         a change in the maintext also if we're inside an inset.
12819         (Dispatch): set the cursor again after a break line and after the
12820         screen has been updated as it could be we're in a different row.
12821
12822         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12823         to set the cursor behind the pargraph with > size().
12824         (setCursor): check also for the same paragraph when checking where
12825         to put the cursor if we have a NFR inset.
12826
12827         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12828         parts of layout read further up as it still was in the wrong
12829         position.
12830
12831 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12832
12833         * screen.C (drawFromTo): change sine fullRebreak always return
12834         true.
12835
12836         * buffer.C (parseSingleLyXformat2Token): reindent some
12837
12838         * BufferView_pimpl.C (update): change since fullRebreak always
12839         return true.
12840         (Dispatch): git rid of the last hardcoded "Standard"s.
12841
12842 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12843
12844         * text2.[Ch] (fullRebreak): make it return void now that we always
12845         returned true.
12846
12847 2002-04-30  Juergen Vigna  <jug@sad.it>
12848
12849         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12850         ert compatibility check for "latex" layout.
12851
12852 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12853
12854         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12855         minipages: use col% instead of p%, and also use the current font.
12856         (makeLaTeXFile): Fix use babel condition.
12857         (parseSingleLyXformat2Token): Correct font when reading old floats.
12858
12859 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12860
12861         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12862         inserting list of floats.
12863
12864 2002-04-25  Herbert Voss  <voss@lyx.org>
12865
12866         * MenuBackend.C (expand): don't add the graphics extensions to the
12867         export menu
12868
12869 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12870
12871         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12872         non-existing layout, do not complain if it was the default layout
12873         of the original class (bug #342)
12874
12875 2002-04-24  Juergen Vigna  <jug@sad.it>
12876
12877         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12878         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12879
12880 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12881
12882         * buffer.C (getBibkeyList): If using \bibliography, return the
12883         option field with the reference itself. Enables us to provide natbib
12884         support when using \bibliography.
12885
12886 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12887
12888         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12889
12890         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12891         natbib is provided by the LaTeX class.
12892
12893 2002-04-23  Juergen Vigna  <jug@sad.it>
12894
12895         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12896         Wakeup functions.
12897
12898         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12899
12900 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12901
12902         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12903
12904         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12905         ensuremath around textordmasculine, textordfeminine and
12906         textdegree.
12907
12908 2002-04-19  Juergen Vigna  <jug@sad.it>
12909
12910         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12911         reinitializing the buffer otherwise row-dimensions may be wrong.
12912         (update): reset also the selection cursors if they do exits otherwise
12913         their x/y positions may be wrong.
12914
12915         * text2.C (cursorDown): don't enter the inset if we came from a row
12916         above and are one row over the inset.
12917
12918         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12919         really leaving an inset.
12920
12921 2002-04-18  Juergen Vigna  <jug@sad.it>
12922
12923         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12924         of the selected paragraph does not have the selected layout also if
12925         the last one had!
12926
12927         * text2.C (setLayout): fixed bug which did not change last selected
12928         paragraph.
12929
12930         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12931         changed the read and substituted \\end_float with \\end_inset!
12932
12933         * BufferView_pimpl.C (cursorPrevious):
12934         (cursorNext): fixed to make it work with rows heigher than the work
12935         area without moving the cursor only the draw of the row.
12936         (workAreaMotionNotify): fix jumping over high rows.
12937
12938 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12939
12940         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12941         Ressler.
12942
12943 2002-04-16  Juergen Vigna  <jug@sad.it>
12944
12945         * text2.C (setCursor): set also the irow().
12946         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12947         (cursorUp):
12948         (cursorDown): support for locking an inset if the x_fix value goes
12949         inside it. That way I can transverse insets too with cursor up/down.
12950
12951         * lyxrow.h: added irow helper function same as other (i) functions.
12952
12953         * BufferView_pimpl.C (cursorPrevious):
12954         (cursorNext): fixed for insets!
12955
12956 2002-04-15  Juergen Vigna  <jug@sad.it>
12957
12958         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12959         position otherwise it is wrong in some cases.
12960
12961         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12962         inside the inset before the call.
12963
12964 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12965
12966         * buffer.[Ch] (getBibkeyList): make it const.
12967
12968 2002-04-12  Juergen Vigna  <jug@sad.it>
12969
12970         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12971
12972         * text2.C (getCursorX): new helper function
12973         (setCursor): compute also ix_
12974         (setCursorFromCoordinates): set also ix.
12975
12976         * lyxcursor.h: added ix_ and helper functions.
12977
12978         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12979
12980         * buffer.C (insertStringAsLines): dont break paragraph if the this
12981         paragraph is inside an inset which does not permit it!
12982
12983         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12984         also with no chars on this paragraph.
12985         (paintRowText): only paint stuff if it's inside the workarea!
12986
12987         * paragraph.C (breakParagraph): honor keepempty flag and break the
12988         paragraph always below not above.
12989
12990         * BufferView2.C (unlockInset): update the paragraph layout on inset
12991         unlock as we changed paragraph in such a case.
12992
12993         * lyxfind.C (LyXFind): clear the former selection if not found!
12994
12995         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12996         again called in insertChar().
12997
12998         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12999         an inset which uses the whole row!
13000         (rightMargin): ditto.
13001         (insertChar): force a rebreak if we inserted an inset!
13002
13003 2002-03-28  Herbert Voss  <voss@lyx.org>
13004
13005         * lyxlength.[Ch]: add inBP() to get the right PS-point
13006         units (BigPoint). With inPixels we have rounding errors
13007
13008 2002-04-11  Juergen Vigna  <jug@sad.it>
13009
13010         * text2.C (setCursorFromCoordinates): set iy to the right value.
13011         (setCursor): add check if row->previous exists!
13012
13013         * buffer.C (parseSingleLyXformat2Token): reset font after read of
13014         an old float_type as this was the case in the old code!
13015
13016         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
13017
13018         * BufferView2.C (showLockedInsetCursor): use iy
13019         (fitLockedInsetCursor): ditto
13020
13021         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
13022         locked insets as there we have the right value now.
13023
13024         * lyxcursor.C: added iy_ variable and iy functions to set to the
13025         baseline of cursor-y of the locked inset.
13026
13027         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
13028         (setCursor): fixed for insets which need a full row.
13029
13030         * text.C (rowLastPrintable): don't ignore the last space when before
13031         an inset which needs a full row.
13032         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
13033         as last character of a row when before a inset which needs a full row.
13034
13035 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13036
13037         * version.C.in: update date
13038
13039         * text2.C (fullRebreak): try to always return true and see what
13040         happens...
13041
13042 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13043
13044         * MenuBackend.C (expand): use Floating::listName
13045
13046         * FloatList.C (FloatList): add listName argument to the built-in
13047         floats
13048
13049         * Floating.[Ch]: add listName member, which is the 'List of XXX'
13050         text associated with the float.
13051
13052 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13053
13054         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
13055
13056 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13057
13058         * ShareContainer.h: add a couple of missing typenames.
13059
13060 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
13061
13062         * lyxrc.C (getDescription): use _() correctly rather than N_().
13063
13064 2002-03-28  Herbert Voss  <voss@lyx.org>
13065
13066         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
13067         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
13068
13069 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13070
13071         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
13072         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
13073
13074 2002-03-29  Juergen Vigna  <jug@sad.it>
13075
13076         * lyxfunc.C (dispatch): add a missing fitCursor call.
13077
13078         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
13079         it was scrolled by a cursor move, so return the bool status.
13080
13081         * BufferView.C (fitCursor): return the bool flag also to the outside
13082         world as this is needed.
13083
13084         * screen.C (toggleToggle): don't subtract the offset if it's positive.
13085
13086         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
13087         call the edit() as it is not needed (and wrong) IMO.
13088         (workAreaButtonPress): set the screen_first variable before evt.
13089         unlock the inset as this may change screen_first and then we have
13090         a wrong y position for the click!
13091
13092 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13093
13094         * MenuBackend.C (expand): another translation that I missed
13095
13096 2002-03-28  Juergen Vigna  <jug@sad.it>
13097
13098         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
13099
13100         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
13101
13102 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13103
13104         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
13105
13106         * MenuBackend.C (expand): fix export/view/update when there is no
13107         document open.
13108
13109 2002-03-27  Herbert Voss  <voss@lyx.org>
13110
13111         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
13112         and text%
13113
13114 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13115
13116         * bufferview_funcs.C (currentState): only show paragraph number
13117         for is DEVEL_VERSION is set.
13118
13119         * lyxfunc.C (dispatch): put warning in INFO channel
13120
13121         * MenuBackend.C (expand): translate the name of floats
13122
13123         * FloatList.C (FloatList): mark the float names for translation
13124
13125         * converter.C (convert): use LibScriptSearch
13126
13127 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13128
13129         * MenuBackend.C (defaults): fix default menu (we might as well get
13130         rid of it...)
13131
13132 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13133
13134         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
13135         directory.
13136
13137 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13138
13139         * lyxvc.C: reorder includes.
13140
13141 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
13142
13143         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
13144           properly
13145
13146 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
13147
13148         * CutAndPaste.C: change layouts earlier on paste
13149           to avoid crashing when calling getFont()
13150
13151 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
13152
13153         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
13154         irritating #error.
13155
13156 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13157
13158         * WorkArea.C: remove 'Pending' debug message.
13159
13160         * most files: ws cleanup
13161
13162         * buffer.[Ch]: ws changes
13163
13164         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
13165
13166 2002-03-21  Juergen Vigna  <jug@sad.it>
13167
13168         * tabular.C (SetMultiColumn): collapse also the contents of the
13169         cells and set the last border right. Added a Buffer const * param.
13170
13171 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13172
13173         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
13174         linking or not.
13175
13176 2002-03-19  Juergen Vigna  <jug@sad.it>
13177
13178         * text2.C (clearSelection): reset also xsel_cache.
13179
13180         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
13181         where it needs to be called (John tells us to do so too :)
13182         (selectionLost): reset sel_cache.
13183
13184         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
13185
13186 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13187
13188         * text2.C (setCursorIntern): put debuging code in INSETS channel
13189
13190 2002-03-19  André Pönitz <poenitz@gmx.net>
13191
13192         * lyxfunc.C: tiny whitespace change
13193
13194 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13195
13196         * ToolbarDefaults.C (init):
13197         * LyXAction.C (init):
13198         * commandtags.h:
13199         * BufferView_pimpl.C (Dispatch):
13200         * lyxfunc.C (dispatch): remove LFUN_DEPTH
13201
13202 2002-03-19  Allan Rae  <rae@lyx.org>
13203
13204         * exporter.C (Export): removeAutoInsets before doing anything else.
13205         While I've just introduced a dependency on BufferView this really is
13206         the best place to clean the buffer otherwise you need to cleanup in
13207         a dozen places before calling export or cleanup in a dozen functions
13208         that export calls.
13209
13210         * converter.C (runLaTeX):
13211         (scanLog): Better handling of removeAutoInsets and screen updates.
13212
13213         * lyxfunc.C (dispatch): small whitespace changes
13214
13215 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13216
13217         * WorkArea.C (C_WorkAreaEvent): return a value.
13218         (event_cb): return 1 if we handled the event, 0 otherwise.
13219
13220         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
13221
13222 2002-03-18  Juergen Vigna  <jug@sad.it>
13223
13224         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
13225         (GetAdditionalWidth): ditto.
13226         (RightLine): ditto.
13227         (LeftLine): ditto.
13228
13229         * BufferView2.C (copy): use getLyXText() so that we do it inside an
13230         inset if we're there actually (probably not used right now but this
13231         is the direction to go for unifying code).
13232         (paste): disable code to clear the selection.
13233
13234         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
13235         inside an InsetText and move the check further up as it is in the
13236         wrong place.
13237
13238         * text2.C (pasteSelection): set a selection over the pasted text.
13239
13240 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
13241
13242         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
13243         and libgraphics to build on Cygwin.
13244
13245 2002-03-15  Juergen Vigna  <jug@sad.it>
13246
13247         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
13248         inserting an Inset into the paragraph. I know this is not the best
13249         fix but we already use current_view in CutAndPaste so we will remove
13250         all of it's using at the same time.
13251
13252         * buffer.C (sgmlError): deactivated function till it is rewritten in
13253         the right mode, now it can create problems.
13254
13255         * paragraph.C (isLineSeparator): check if getInset returns != 0,
13256         before accessing it.
13257
13258 2002-03-14  Juergen Vigna  <jug@sad.it>
13259
13260         * undo_funcs.C (textHandleUndo): do the right thing when updating
13261         the inset after the undo/redo.
13262
13263         * text2.C (setCursor): just some testcode for #44 not ready yet.
13264
13265         * undo_funcs.C (textHandleUndo): set the next() and previous()
13266         pointers of the paragraph to 0 before deleting otherwise we have
13267         problems with the Paragraph::[destructor].
13268
13269         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13270         on a paragraph insertion.
13271
13272 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13273
13274         * buffer.C (asciiParagraph): use += operator for char append to
13275         string.
13276
13277         * paragraph.C (getFontSettings): compare >= not just >
13278         (highestFontInRange): ditto
13279         (setFont): ditto
13280
13281 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13282
13283         * paragraph.C: change several algorithm to be more appripriate for
13284         the problem domain. This is lookip in FontList and in the InsetList.
13285
13286 2002-03-13  André Pönitz <poenitz@gmx.net>
13287
13288         * commandtags.h:
13289         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13290
13291 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13292
13293         * commandtags.h:
13294         * LyXAction.C:
13295         * lyxfunc.C:
13296         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13297
13298 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13299
13300         * Painter.C (display): anon helper function, adjust code for this
13301         change.
13302         (pixmap): remove function.
13303
13304         * Painter.h: remove private display variable.
13305
13306         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13307
13308 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13309
13310         * WorkArea.[Ch]: remove figinset_canvas cruft.
13311
13312 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13313
13314         * lyxtextclass.C (operator): add one item cache optimization.
13315
13316         * bufferlist.h: doxy changes
13317
13318         * bufferlist.C: ws changes
13319
13320         * DepTable.[Ch] (ext_exist): place const in the right spot.
13321
13322         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13323         call resizeInsets.
13324         (workAreaExpose): call resizeInsets when the with BufferView changes.
13325         (Dispatch): adjust for protectedBlank removal
13326         (specialChar): call updateInset if the insert went ok.
13327
13328         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13329         specialChar instead.
13330
13331         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13332
13333         * BufferView.h: doxy change
13334
13335         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13336
13337         * lyxtextclass.C (operator[]): remove non-const version
13338         (defaultLayout): remove non-const version
13339
13340 2002-03-12  Juergen Vigna  <jug@sad.it>
13341
13342         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13343         did resize the LyXText too.
13344
13345         * buffer.C (readLyXformat2): set layout information on newly allocated
13346         paragraphs.
13347
13348         * tabular.C (OldFormatRead): set layout information on the paragraph.
13349
13350 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13351
13352         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13353
13354 2002-03-11  Juergen Vigna  <jug@sad.it>
13355
13356         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13357         plainly wrong.
13358         (resizeCurrentBuffer): force also the insets to resize themselfes.
13359         (moveCursorUpdate): fixed up for InsetText.
13360
13361 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13362
13363         * commandtags.h:
13364         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13365         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13366         value of Dialogs::tooltipsEnabled().
13367         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13368
13369 2002-03-08  Juergen Vigna  <jug@sad.it>
13370
13371         * BufferView_pimpl.C (updateInset): update inset inside inset also
13372         if it isn't inside theLockingInset().
13373
13374 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13375
13376         * buffer.C (asciiParagraph): redo some of the word and line length
13377         handling.
13378         (getLists): look for Caption instead of caption.
13379
13380 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13381
13382         * buffer.C (Buffer): initialize niceFile to true
13383         (makeLaTeXFile):
13384         (makeLinuxDocFile):
13385         (makeDocBookFile): make sure niceFile is true on exit
13386
13387 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13388
13389         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13390
13391 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13392
13393         * LyXSendto.C: remove.
13394         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13395         * lyx_gui.C: remove now-redundant comment.
13396         * ColorHandler.h: remove forward declaration of class WorkArea.
13397         * lyxfunc.C: remove #include "WorkArea.h".
13398
13399 2002-03-07  Juergen Vigna  <jug@sad.it>
13400
13401         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13402         got moved away with the DEPM and also set the inset_owner always
13403         right which before could have been omitted.
13404
13405 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13406
13407         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13408         wanted layout is not found.
13409
13410 2002-03-07  Juergen Vigna  <jug@sad.it>
13411
13412         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13413
13414 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13415
13416         * paragraph.C (breakParagraph): use default layout not layout of
13417         prev paragraph.
13418         (Paragraph): clear ParagraphParameters.
13419
13420 2002-03-06  Juergen Vigna  <jug@sad.it>
13421
13422         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13423         otherwise it would not be a valid lenght. Fixed a special case in
13424         the minipage compatibility read where we end the document with a
13425         minipage.
13426
13427         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13428         was set as it could be 0 for InsetTexts first entry.
13429
13430 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13431
13432         * paragraph.C (writeFile): if layout is empty write out
13433         defaultLayoutName().
13434
13435         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13436         file without named layout we set layout to defaultLayoutName().
13437
13438 2002-03-06  Juergen Vigna  <jug@sad.it>
13439
13440         * CutAndPaste.C (copySelection): set layout for new paragraph.
13441
13442         * text.C (prepareToPrint): leave ERT inset left aligned
13443         (leftMargin): don't indent paragraphs inside ERT insets
13444
13445 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13446
13447         * paragraph.C (breakParagraph): dont call clear do the work manually
13448
13449         * paragraph.[Ch] (clear): remove function
13450
13451 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13452
13453         * paragraph.C (Paragraph): dont call clear, the work has already
13454         been done.
13455
13456         * lyxtextclass.C (operator): assert if n is empty
13457
13458         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13459         work manually instead.
13460
13461 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13462
13463         * BufferView_pimpl.C: protect selectionLost against text == 0
13464
13465 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13466
13467         * text.C (breakParagraph): fix a setting layout to '0' problem.
13468
13469 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13470
13471         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13472         final location of file, for the included files, and graphics.
13473
13474 2002-03-05  Juergen Vigna  <jug@sad.it>
13475
13476         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13477
13478 2002-03-04  Juergen Vigna  <jug@sad.it>
13479
13480         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13481
13482         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13483         last column of multicolumn cells.
13484         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13485
13486 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13487
13488         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13489         file if it doesn't go to a temporary file.
13490
13491         * buffer.C (sgmlOpenTag):
13492         (sgmlCloseTag):  remove extra newline insertion.
13493
13494 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13495
13496         * text.C (getRowNearY): comment out debug msg
13497
13498 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13499
13500         * text2.C: first -> first_y
13501
13502         * text.C (getRowNearY): add some attemts at a possible
13503         optimization, not working.
13504
13505         * tabular.[Ch]: add BufferParams to several function so that newly
13506         created paragraph can be initialized to he default layotu for the
13507         buffers textclass.
13508
13509         * tabular-old.C (ReadOld): add buf->params to call of Init
13510
13511         * screen.C: rename text->first to text->first_y
13512
13513         * paragraph.C (breakParagraph): always set layout in the broken
13514         paragraph
13515
13516         * lyxtextclass.C (Read): remove lowercase
13517         (hasLayout): ditto
13518         (operator): ditto
13519         (delete_layout): ditto
13520
13521         * lyxtext.h: rename first -> first_y
13522
13523         * lyxlayout.C (Read): remove lowercase
13524         (name): ditto
13525         (setName): ditto
13526         (obsoleted_by): ditto
13527
13528         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13529
13530         * buffer.C (insertErtContents): add params are to InsetERT
13531         (parseSingleLyXformat2Token): add code to check if a paragraphs
13532         layout really exist.
13533         (parseSingleLyXformat2Token): add params to several inset
13534         constructors
13535         (asciiParagraph): remove lowercase, do the layout comparisons with
13536         no_case
13537
13538         * BufferView_pimpl.C (cursorNext): first -> first_y
13539         (resizeCurrentBuffer): first -> first_y
13540         (updateScrollbar): first -> first_y
13541         (scrollCB): first -> first_y
13542         (workAreaMotionNotify): first -> first_y
13543         (workAreaButtonPress): first -> first_y
13544         (checkInsetHit): first -> first_y
13545         (cursorPrevious): first -> first_y
13546         (cursorNext): first -> first_y
13547         (Dispatch): add buffer_->params to severl inset contructors
13548
13549 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13550
13551         * lyxlayout.C (Read): remove some debug info that I forgot.
13552
13553         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13554         clean up the code slightly.
13555         (makeLinuxDocFile): ditto
13556         (makeDocBookFile): ditto
13557
13558         * text2.C: layout as string
13559
13560         * text.C: layout as string
13561
13562         * paragraph_pimpl.C: layout as string
13563
13564         * paragraph.[Ch]: layout as string
13565
13566         * lyxtextclasslist.[Ch]: layout as string
13567
13568         * lyxtextclass.[Ch]: layout as string
13569
13570         * lyxtext.h: layout as string
13571
13572         * lyxlayout.[Ch]: layout as string
13573
13574         * lyx_cb.C: layout as string
13575
13576         * bufferview_funcs.C: layout as string
13577
13578         * bufferparams.C: layout as string
13579
13580         * buffer.C: layout as string
13581
13582         * LyXView.[Ch]: layout as string
13583
13584         * LaTeXFeatures.[Ch]: layout as string
13585
13586         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13587
13588         * BufferView_pimpl.C: change current_layout to string, remove
13589         lyx::layout_type.
13590         (Dispatch):
13591         (smartQuote):
13592         (insertInset):
13593         (workAreaButtonRelease): layout as string
13594
13595         * BufferView2.C (unlockInset): adjust
13596
13597         * vspace.C (asLatexCommand): use an explict temp variable.
13598
13599 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13600
13601         * Makefile.am: use FRONTEND_*
13602
13603 2002-03-01  Juergen Vigna  <jug@sad.it>
13604
13605         * tabular.C (SetWidthOfMulticolCell): changed to something better
13606         I hope but still work in progress.
13607         (recalculateMulticolumnsOfColumn): renamed function from
13608         recalculateMulticolCells as it is more appropriate now.
13609         (SetWidthOfCell): calculate multicols better.
13610
13611 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13612
13613         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13614
13615         * lyxfunc.C (processKeySym): print sequence also if it is
13616         `deleted' (complete)
13617
13618         * kbsequence.C (print): print sequence even if it is deleted
13619         (complete would be a better word, actually).
13620
13621         * lyxfunc.C (dispatch): print complete options after a prefix key
13622
13623         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13624
13625 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13626
13627         * text2.C (setCharFont): eliminate setCharFont code duplication.
13628
13629 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13630
13631         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13632         LFUN_TABULAR_FEATURE (bug #177)
13633
13634 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13635
13636         * Makefile.am: remove figure.h
13637
13638 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13639
13640         * Bufferview_pimpl.C:
13641         * CutAndPasteC:
13642         * LaTeX.C:
13643         * LyXSendto.C:
13644         * buffer.C:
13645         * bufferlist.C:
13646         * converter.C:
13647         * language.C:
13648         * lyxfunc.C:
13649         * lyxvc.C:
13650         * paragraph.C:
13651         * text.C:
13652         * text2.C: remove #include "lyx_gui_misc.h".
13653
13654         * LaTeX.C: added #include <cstdio>
13655
13656 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13657
13658         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13659         that the paragraph following this one can have.
13660
13661         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13662
13663         * vspace.C (asLatexCommand): fix bogus gcc warning
13664
13665         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13666
13667 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13668
13669         * text2.C (setLayout): get rid of redundant code
13670
13671 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13672
13673         * text2.C (incDepth): make sure depth cannot be increased beyond
13674         reasonable values.
13675
13676 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13677
13678         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13679         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13680
13681         * PainterBase.h (image):
13682         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13683         a LyXImage const *.
13684
13685 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13686
13687         * BufferView.C:
13688         * BufferView.h:
13689         * BufferView_pimpl.C:
13690         * BufferView_pimpl.h:
13691         * LaTeXFeatures.C:
13692         * LyXAction.C:
13693         * LyXView.C:
13694         * Makefile.am:
13695         * UpdateList.h:
13696         * UpdateList.C:
13697         * buffer.C:
13698         * figure.h:
13699         * figureForm.C:
13700         * figureForm.h:
13701         * figure_form.C:
13702         * figure_form.h:
13703         * lyx_cb.C:
13704         * lyx_gui.C:
13705         * lyx_gui_misc.C:
13706         * lyxfunc.C:
13707         * sp_base.h:
13708         * sp_ispell.h:
13709         * sp_pspell.h:
13710         * sp_spell.C: remove fig inset, and the crap house of
13711           cards that follows it
13712
13713 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13714
13715         * Makefile.am:
13716         * lyxserver.C:
13717         * os2_defines.h:
13718         * os2_errortable.h:
13719         * nt_defines.h: move .h into support/
13720
13721         * vms_defines.h: remove
13722
13723         * WorkArea.C: add space in debug output
13724
13725         * text2.C:
13726         * paragraph.C:
13727         * buffer.C: add WITH_WARNINGS
13728
13729         * vc-backend.h:
13730         * vc-backend.C:
13731         * bufferlist.C: s/retrive/retrieve/, add docs
13732
13733         * vspace.h:
13734         * vspace.C:
13735         * kbmap.h:
13736         * lyxlength.h:
13737         * lyxgluelength.h:
13738         * length_common.h:
13739         * chset.h:
13740         * chset.C: add docs
13741
13742         * lyxgui.C: add ID to X error handler
13743
13744         * lyxtestclass.c: fix typo
13745
13746 2002-02-26  Juergen Vigna  <jug@sad.it>
13747
13748         * tabular_funcs.C (write_attribute): changed so that some default
13749         attributes are not written at all.
13750         (getTokenValue): set default values before trying to read the
13751         value so we have the return value always set as default if we don't
13752         find the token we search for.
13753
13754         * tabular.C (Write): write bools as bools not as strings!
13755
13756 2002-02-22  Juergen Vigna  <jug@sad.it>
13757
13758         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13759         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13760
13761         * text.C (leftMargin): don't add an indent for paragraphs inside
13762         tabular cells (fix #208).
13763
13764 2002-02-21  José Matos  <jamatos@fep.up.pt>
13765
13766         * tabular.C (docBook): fixed support for long tables.
13767
13768 2002-02-20  Juergen Vigna  <jug@sad.it>
13769
13770         * text2.C (getFont): get the drawing font of the Inset if this
13771         paragraph is inside an inset (only important for InsetERT for now).
13772
13773         * buffer.C (insertErtContents): use new lanugage params in ERT
13774         constructor.
13775
13776         * CutAndPaste.C: commenting out seemingly uneeded code.
13777
13778 2002-02-19  Allan Rae  <rae@lyx.org>
13779
13780         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13781         Iterators might be simple to use but they also get invalidated.
13782         (removeAutoInsets): renamed saved cursor tracking variables and added
13783         some comments to clarify what everything does.
13784
13785 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13786
13787         * Chktex.C:
13788         * LaTeX.C:
13789         * LyXSendto.C:
13790         * converter.C:
13791         * lyx_cb.C:
13792         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13793         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13794
13795         * lyxfunc.C:
13796         * vc-backend.h: remove #include "support/syscall.h"
13797
13798         * LaTeX.C:
13799         * LyXSendto.C:
13800         * converter.C: rearrange #includes in Lars' approved fashion.
13801
13802         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13803         forward declare class Timeout in the header file.
13804
13805         * XFormsView.C: changes due to the above.
13806
13807         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13808         similar to LyXView.
13809
13810         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13811         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13812
13813 2002-02-18  José Matos  <jamatos@fep.up.pt>
13814
13815         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13816         insets contents.
13817
13818 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13819
13820         * a lot of small ws changes
13821         * add a lot of using std::XXX
13822         * use std construcs some places where approp.
13823         * use some exisint stuff from lyxfunctional where approp.
13824         * Make file changes to use partial linking (lets test this now...)
13825
13826 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13827
13828         * Chktex.C:
13829         * buffer.C:
13830         remove #include "support/syscontr.h" as it's redundant. Always has been.
13831
13832         * Chktex.C:
13833         * LaTeX.C:
13834         * LyXSendto.C:
13835         * converter.C:
13836         * lyx_cb.C:
13837         * vc-backend.C:
13838         change Systemcalls::System to Systemcalls::Wait and
13839         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13840         No change of functionality, just reflects the stripped down Systemcalls
13841         class.
13842
13843 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13844
13845         * debug.[Ch]: add a GRAPHICS type to the enum.
13846
13847 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13848
13849         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13850
13851         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13852         there is an inset.
13853
13854 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13855
13856         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13857         match the changes below.
13858
13859         * text2.C (toggleInset): if there is not editable inset at cursor
13860         position, try to see if cursor is _inside_ a collapsable inset
13861         and close it.
13862
13863 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13864
13865         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13866         document menu has a nice checkbox
13867
13868 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13869
13870         * lyxlength.C (asLatexString): change PW to output as percent of
13871         \textwidth.
13872
13873         * lengthcommon.C: change '%' to 't%'
13874
13875         * lyxfunc.C (dispatch): a few comments from Martin
13876
13877 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13878
13879         * WorkArea.h:
13880         * WorkArea.C:
13881         * BufferView_pimpl.h:
13882         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13883           the X selection.
13884
13885 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13886
13887         * vspace.C (inPixels): fix compiler warning
13888
13889 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13890
13891         * lyxfunc.C (getStatus): fix status message for disabled commands.
13892
13893 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13894
13895         * BufferView_pimpl.C: fix crash on close buffer
13896         during selection (#227)
13897
13898 2002-01-27  Herbert Voss  <voss@lyx.org>
13899
13900         * buffer.C: link old Figure to new graphic inset
13901
13902 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13903
13904         * FontLoader.C (getFontinfo): Change the latex font names in order
13905         to match the names of type1inst.
13906
13907 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13908
13909         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13910
13911         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13912         (extchanged): ditto
13913         (ext_exist): ditto
13914         (remove_files_with_extension): ditto
13915         (remove_file): ditto
13916         (write): ditto
13917
13918         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13919         document is smaller than the work area height. Do not initialize
13920         static variables to 0.
13921
13922 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13923
13924         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13925
13926         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13927         LFUN_LAYOUT_PARAGRAPHS.
13928
13929         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13930         tabular. It is possible to provide a possible cell, which will
13931         typically be the actcell from the corresponding insettabular
13932
13933         * lyxfunc.C (getStatus): small cleanup; disable
13934         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13935         true
13936
13937 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13938
13939         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13940
13941         * paragraph.C (startTeXParParams):
13942         (endTeXParParams): new methods. The LaTeX code to
13943         start/end paragraph formatting
13944         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13945         empty (fixes bug #200)
13946
13947         * vspace.C (inPixels): adapt to the change below
13948         (inPixels): [later] more cleanups (remove unused variables)
13949
13950         * lyxlength.C (inPixels): change to use a width and a height as
13951         parameter.
13952
13953 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13954
13955         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13956         Replaced with \paperwidth
13957
13958         * DepTable.C (insert): add std:: qualifier
13959
13960 2002-01-18  Allan Rae  <rae@lyx.org>
13961
13962         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13963         updated also?
13964
13965         * text.C (drawInset): Turned out I didn't know enough about how
13966         rebreaking worked.  This fixes most of the redraw problems.  I see
13967         an occasional cursor trail when a line is broken now and the cursor
13968         placement can seem out by a few pixels also after a rebreak.
13969
13970 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13971
13972         * buffer.C (parseSingleLyXformat2Token): update because minipage
13973         width is now a LyXLength
13974
13975         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13976
13977         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13978         math insets
13979
13980 2002-01-17  Juergen Vigna  <jug@sad.it>
13981
13982         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13983
13984         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13985         is set correctly and the inset is updated correctly.
13986
13987 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13988
13989         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13990         the beginning of the loop.
13991
13992 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13993
13994         * lyxrc.C: improve help for use_scalable_fonts
13995
13996 2002-01-17  Allan Rae  <rae@lyx.org>
13997
13998         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13999
14000 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14001
14002         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
14003         make sure to set their inset_owner to the right value (bug #171)
14004
14005 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
14006
14007         * DepTable.h
14008         * DepTable.C: Implement mtime checking to reduce time spent doing
14009         CRCs.
14010
14011 2002-01-16  Juergen Vigna  <jug@sad.it>
14012
14013         * tabular.C (GetAdditionalHeight): one of error fixed.
14014
14015         * lyxrc.C (output): small fix in writing use_pspell.
14016
14017 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
14018
14019         * sp_base.h: #include LString.h
14020
14021 2002-01-16  Allan Rae  <rae@lyx.org>
14022
14023         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
14024         Can someone check this please?
14025
14026         * text.C (drawInset): It was possible that p.row would be removed by
14027         breakAgainOneRow upsetting a few other settings.  There may be another
14028         small tweak possible by setting need_break_row = 0 when p.row has been
14029         removed but I don't know enough about the logic here.
14030
14031 2002-01-15  Allan Rae  <rae@lyx.org>
14032
14033         * text.C (insertChar): removed conditional truism.
14034
14035         * BufferView2.C (removeAutoInsets): More tweaks.
14036         cur_par_prev could be a stray pointer.  Check for trailing empty line
14037         in case last line was cur_par and only had an error inset on it.
14038
14039 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14040
14041         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
14042         absolute
14043
14044         * vc-backend.C (most methods):
14045         * exporter.C (Export):
14046         * converter.C (convert):
14047         (runLaTeX):
14048         * LyXSendto.C (SendtoApplyCB):
14049         * lyxfunc.C (dispatch):
14050         (menuNew):
14051         (open):
14052         (doImport):
14053         * lyx_cb.C (AutoSave):
14054         (InsertAsciiFile):
14055         * BufferView_pimpl.C (MenuInsertLyXFile):
14056         * buffer.C (runChktex): use Buffer::filePath().
14057
14058         * buffer.h: rename filename to filename_; rename filepath to
14059         filepath_ and make it private
14060         (filePath): new method
14061
14062         * buffer.C (writeFile): use fileName()
14063         (getLatexName):
14064
14065         * lyx_main.C (init): fix starting  of LyX when the binary is a
14066         link from so,ewhere else.
14067
14068         * minibuffer.C: include <cctype> for isprint
14069
14070 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14071
14072         * buffer.C (parseSingleLyXformat2Token): changes associated with the
14073         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
14074         name clash with InsetCollapsable's width function.
14075
14076 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14077
14078         * lastfiles.C: include <iterator>
14079
14080 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14081
14082         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
14083         std::count.
14084
14085         * buffer.C (makeLaTeXFile): ditto.
14086         Also make loop operation more transparent.
14087
14088 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14089
14090         * ToolbarDefaults.C: remove trailing comma closing namespace.
14091
14092         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
14093
14094         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
14095         as in WorkArea.
14096
14097         * trans.C (Load): comment out unused variable, allowed.
14098
14099 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14100
14101         * minibuffer.[Ch] (append_char): new method to recieve input from the
14102         drop-down completion browser. If a key was pressed, then recieve this
14103         char and append it to the existing string.
14104         (peek_event): modify the positioning data passed to the completion
14105         browser so that it can be placed above the minibuffer rather than below.
14106 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14107
14108         * LyXAction.C (init): alloe error-next for readonly documents.
14109
14110         * BufferView2.C (ChangeRefsIfUnique): use standard version of
14111         count.
14112
14113 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14114
14115         * bufferlist.C (readFile): create the buffer _after_ checking that
14116         the file exists.
14117
14118         * lyxfunc.C (verboseDispatch): fix handling of arguments
14119
14120         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
14121
14122         * lyxrc.C: use string::erase() instead of initializing to "".
14123
14124
14125 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14126
14127         * BufferView_pimpl.h:
14128         * BufferView_pimpl.C:
14129         * WorkArea.h:
14130         * WorkArea.C:
14131         * text2.C: tell X when we have made a selection for copying
14132
14133 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14134
14135         * BufferView_pimpl.C (MenuInsertLyXFile):
14136         * lyxfunc.C (menuNew):
14137         (open):
14138         (doImport): add shortcuts to directory buttons
14139
14140         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
14141         open a float)
14142
14143         * lyxfunc.C (setStatusMessage):
14144         (getStatusMessage): new methods
14145         (getStatus):use setStatusMessage instead of setErrorMessage
14146         (dispatch): when function is disabled, set error message here
14147         [instead of in getStatus previously]
14148
14149         * BufferView_pimpl.C (workAreaButtonRelease): update
14150         toolbar/menubar here too.
14151
14152 2002-01-13  Allan Rae  <rae@lyx.org>
14153
14154         * BufferView2.C (removeAutoInsets): finished off earlier fix.
14155         Now seems indestructible.  Remaining task is to audit all other
14156         code affected by deleteEmptyParagraphMechanism.  One small quirk
14157         left is that an empty document with an error in the preamble can
14158         be made to report an error but no error box appears.  I don't know
14159         where it goes.
14160         (removeAutoInsets): Improved comments.
14161
14162 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
14163
14164         * Thesaurus.h:
14165         * Thesaurus.C: update for Aiksaurus 0.14
14166
14167 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14168
14169         * text2.C (firstParagraph): removed member function, all uses
14170         replaces with ownerParagraph
14171         (redoParagraphs): here
14172         (updateInset): here
14173         (toggleAppendix): here
14174         * BufferView2.C (insertErrors): here
14175         (setCursorFromRow): here
14176
14177 2002-01-13  Allan Rae  <rae@lyx.org>
14178
14179         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
14180         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
14181         There is still a way to segfault this although you may have to do this
14182         multiple times: Have an InsetERT with an unknown command in it.
14183         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
14184         <down-arrow>, <Enter> again, View->DVI, BANG!
14185
14186         * text2.C (setCursor):
14187         (deleteEmptyParagraphMechanism):
14188         * lyxtext.h (setCursor):
14189         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
14190         Making use of the return value may help fix other bugs.
14191
14192 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14193
14194         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
14195
14196         * LyXView.C (updateMenubar): call MenuBar::update here
14197         (updateToolbar): but not here
14198         (showState): do not update toolbar/menubar
14199
14200         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
14201         should need to care about that.
14202
14203         * lyxfunc.C (verboseDispatch): simplify a bit
14204         (getStatus): have a version which takes a pseudoaction, and
14205         another which requires a (kb_action,string).
14206
14207         * LyXAction.C (retrieveActionArg): make it work also when action
14208         is not a pseudo-action.
14209         (getActionName): simplify a bit
14210         (helpText):
14211
14212 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14213
14214         * lyxfunc.C (verboseDispatch): new families of methods with
14215         several ways to specify a command and a bool to indicate whether
14216         the command name and shortcut should be displayed in minibuffer
14217         (eventually, we could extend that to a finer bitmask like
14218         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
14219         (dispatch): the pristine dispatch command which just, well,
14220         dispatchs! Note it still sets its result to minibuffer; I'm not
14221         sure we want that.
14222
14223         * lyxfunc.h: remove setHintMessage
14224
14225         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
14226
14227 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14228
14229         * BufferView_pimpl.C (specialChar): delete new inset if we have
14230         not been able to insert it.
14231
14232         * kbmap.C: revert to using int instead of kb_action, since all we
14233         are dealing with is pseudo-actions.
14234
14235         * LyXAction.C (searchActionArg): change to return int instead of
14236         kb_action, since the result is a pseudoaction.
14237
14238 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
14239
14240         * buffer.C (insertErtContents): Fix (partially) the font bug.
14241
14242 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14243
14244         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
14245         as the other one is broken on my machine!
14246
14247 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
14248
14249         * commandtags.h:
14250         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
14251
14252 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
14253
14254         * lyxrc.[Ch]: change names and descriptions of popup font variables to
14255         reflect their actual use. Provide compatibility code for older lyxrc
14256         files.
14257
14258         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14259         FL_NORMAL_STYLE.
14260         change names of popup font variables in line with the changes to lyxrc.C
14261
14262 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14263
14264         * buffer.C (asciiParagraph): avoid outputing a word twice after
14265         an inset.
14266
14267         * lyxrc.C (getDescription): document that document_path and
14268         template_path can be empty.
14269
14270 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14271
14272         * LaTeXFeatures.C (getMacros):
14273         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14274
14275         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14276
14277         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14278         getPackages.
14279         (getPackages): rename feature "floats" to "float". Use an array to
14280         iterate over 'simple' features (i.e. just a \usepackage). Add
14281         handling of "amsmath" (renamed from "amsstyle").
14282
14283 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14284
14285         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14286         features list.
14287
14288 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14289
14290         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14291         FuncStaus::FuncStatus & FuncStaus::some_method().
14292
14293 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14294
14295         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14296         of the func_satus stuff. Edited and massaged in various ways by
14297         JMarc.
14298
14299         * lyxfunc.C (getStatus): use FuncStatus
14300
14301 2002-01-08  Juergen Vigna  <jug@sad.it>
14302
14303         * text.C (nextBreakPoint): use function Inset::isChar().
14304
14305         * paragraph.C (TeXOnePar): use function
14306         Inset::forceDefaultParagraphs.
14307
14308         * buffer.C (latexParagraphs): use function
14309         Inset::forceDefaultParagraphs.
14310
14311 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14312
14313         * lyx_gui.C (init): set the style of the menu popups to
14314         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14315
14316 2002-01-07  Juergen Vigna  <jug@sad.it>
14317
14318         * text.C (setHeightOfRow): small fix
14319         (prepareToPrint): don't look at alignment if we don't have the place
14320         for doing it.
14321
14322 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14323
14324         * box.C: New file. Move the Box methods and functions out of box.h,
14325         following Lars' suggestion.
14326
14327 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14328
14329         * box.h: #include "support/LOstream.h", needed for inlined function.
14330
14331         * lyxtextclass.C:
14332         * lyxtextclasslist.C: added some using std declarations.
14333
14334 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14335
14336         * box.h: make signed dimensions to allow insets wider than
14337           the screen (bug #162)
14338
14339         * BufferView_pimpl.C: add some insetHit debug
14340
14341 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14342
14343         * vc-backend.C: add FIXME
14344
14345 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14346
14347         * lyxfunc.C (getStatus): enable code for showing math font status
14348         in toolbar/menu.
14349
14350 2002-01-07  Juergen Vigna  <jug@sad.it>
14351
14352         * text.C (nextBreakPoint): removed debug output not needed anymore.
14353
14354 2002-01-06  Juergen Vigna  <jug@sad.it>
14355
14356         * text.C (nextBreakPoint): fixed up this function we had this bug
14357         since ever but now hopefully we break row better.
14358         (insertChar): we have to check if an inset is the next char as it
14359         could now happen that a large inset is causing a break.
14360
14361 2002-01-05  Juergen Vigna  <jug@sad.it>
14362
14363         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14364         if it doesn't like to be drawed.
14365
14366 2002-01-04  Juergen Vigna  <jug@sad.it>
14367
14368         * BufferView2.C (lockInset): forgot to set a cursor.
14369
14370         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14371
14372 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14373
14374         * FormMathsPanel.C:
14375         * FormMathsPanel.h
14376         * MathsSymbols.C:
14377         * form_maths_panel.C:
14378         * form_maths_panel.h:
14379         * form_maths_panel.fd: implemented sub- and super- buttons in math
14380         panel.
14381
14382         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14383         (or ^ space) to be used as in TeX (req'd by Andr�.
14384
14385         * lyxfunc.C: Allow ^ and _ again to be used both as
14386         super/subscript (mathed) and as themselves (in text).
14387
14388 2002-01-03  Allan Rae  <rae@lyx.org>
14389
14390         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14391         "LyX" or the filename of the current buffer if it has one.  This is a
14392         modified form of John Levon's patch.
14393
14394         * XFormsView.C (setWindowTitle): also set icon title.
14395
14396         * LyXView.h (setWindowTitle): signature changed.
14397         * XFormsView.h (setWindowTitle): ditto.
14398
14399 2002-01-02  Juergen Vigna  <jug@sad.it>
14400
14401         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14402
14403 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14404
14405         * screen.C (topCursorVisible): introduce a temp var for
14406         text->cursor.row(), handle the case where this row is null. (kindo
14407         hachish)
14408
14409         * text2.C (setCursor): add a couple of asserts.
14410
14411         * paragraph.h (inset_iterator): add -> operator
14412
14413         * paragraph.[Ch] (autoDeleteInsets): remove member function
14414
14415         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14416         cursor pos correctly and handle inset deletion by itself.
14417         (insertErrors): move iterator declaration out of for expression
14418
14419         * lyxtextclass.C: add <algorithm>
14420
14421         * Makefile.am: added the new files to sources, removed layout.C
14422
14423         * layout.C: removed file
14424
14425         * layout.h: remove LYX_DUMMY_LAYOUT
14426
14427         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14428         layout.
14429
14430         * lyxlayout.[Ch]:
14431         * lyxtextclass.[Ch]:
14432         * lyxtextclasslist.[Ch]: new files
14433
14434         * include order changes to a lot of files, also changes because of
14435         the six new files.
14436
14437 2001-12-27  Juergen Vigna  <jug@sad.it>
14438
14439         * buffer.C (asciiParagraph): more fixes.
14440
14441         * tabular.C (ascii): make ascii export support export of only the
14442         data separated by a column-delimiter.
14443         (ascii): better support for ascii export.
14444
14445         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14446
14447 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14448
14449         * tabular_funcs.C: use a "using std::getline" instead of the
14450         previous fix from Angus (necessary for cxx + lyxstring)
14451
14452 2001-12-24  Juergen Vigna  <jug@sad.it>
14453
14454         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14455
14456         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14457         problems. First check a minipage also if we have some ert-contents
14458         (not only on par->size(), second set the right depth of the paragraph
14459         on the relink to the root-paragraph-list!
14460
14461         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14462         which then did not anymore update the main paragraphs on undo/redo!
14463
14464 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14465
14466         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14467         code. Support all font-changing funcs (even those which are not in
14468         menu currently). Support for reporting font settings in
14469         mathed (disabled until Andre provides a function on mathed's side).
14470
14471         * func_status.h (toggle): small helper function to set toggle
14472         state on a flag.
14473
14474 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14475
14476         * tabular_funcs.C: getline -> std::getline
14477
14478 2001-12-21  Juergen Vigna  <jug@sad.it>
14479
14480         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14481         accessed and could be 0 (I couldn't generate this but it seems
14482         Michael could!).
14483
14484 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14485
14486         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14487         * tabular_funcs.h: here and include iosfwd
14488
14489 2001-12-20  Juergen Vigna  <jug@sad.it>
14490
14491         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14492         inside inset but undo_par was.
14493
14494 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14495
14496         * Thesaurus.C: always include <config.h> in sources.
14497
14498         * Painter.h:
14499         * lyxlookup.h:
14500         * box.h: do not include <config.h> in header files
14501
14502         * text.C (paintLastRow): remove unused variable
14503
14504         * text.C (transformChar):
14505         (insertChar):
14506         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14507
14508         * Painter.C (text):
14509         * font.C (width): rewrite to use uppercase() instead of
14510         islower/toupper.
14511
14512         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14513
14514 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14515
14516         * lyxfind.C: clean up of find failure position change
14517
14518 2001-12-20  Juergen Vigna  <jug@sad.it>
14519
14520         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14521
14522         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14523         (TeXRow): added to LaTeX a single tabular row.
14524         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14525         (Latex): simplified and finally good LT-h/f support.
14526         (various_functions): just small adaptions for LT-h/f support.
14527
14528         * tabular_funcs.[hC]: added and moved here all not classfunctions
14529         of LyXTabular.
14530
14531 2001-12-19  Juergen Vigna  <jug@sad.it>
14532
14533         * tabular.[Ch]: better support for longtabular options (not finished
14534         yet!)
14535
14536 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14537
14538         * text.C (paintLastRow): use the label font instead of the font of
14539         the last character to compute the size of *_BOX. This makes more
14540         sense and avoids a crash with empty paragraphs.
14541         Use Painter::rectangle to draw EMPTY_BOX.
14542
14543 2001-12-19  Juergen Vigna  <jug@sad.it>
14544
14545         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14546         the paragraphs if the replaced paragraph is not the first one!
14547         Tried to delete not used paragraphs but does not work yet so for
14548         now it's inside #ifdef's and by default off!
14549
14550 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14551
14552         * MenuBackend.C: include "lyx_main.h" instead of declaring
14553         lastfiles (actually was declared as LastFiles* instead of a
14554         scoped_ptr).
14555
14556 2001-12-17  Juergen Vigna  <jug@sad.it>
14557
14558         * tabular.C (AppendColumn): applied John's fix
14559
14560 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14561
14562         * BufferView.h:
14563         * BufferView.C:
14564         * BufferView_pimpl.h:
14565         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14566
14567         * Makefile.am:
14568         * box.h: new start of class for above
14569
14570         * lyxfunc.C: ignore space-only minibuffer dispatches.
14571           Show the command name when it doesn't exist
14572
14573         * minibuffer.C: don't add empty lines to the history
14574
14575         * minibuffer.C: add a space on dropdown completion
14576
14577 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14578
14579         * text.C: fix line above/below drawing in insets
14580
14581 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14582
14583         * lyxlength.C (LyXLength): Initialize private variables.
14584
14585 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14586
14587         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14588         when inserting error insets.
14589
14590 2001-12-13  Juergen Vigna  <jug@sad.it>
14591
14592         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14593         actually sometimes the before-paragraph.
14594         (setUndo): don't clear the redostack if we're not actually undoing!
14595
14596 2001-12-06  Juergen Vigna  <jug@sad.it>
14597
14598         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14599         and fixed redoing of main paragraph, so we can use it now ;)
14600
14601         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14602
14603 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14604
14605         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14606         Juergen's request
14607
14608 2001-12-13  André Pönitz <poenitz@gmx.net>
14609
14610         * undostack.[Ch]:
14611         * undo_func.C: minor cleanup
14612
14613 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14614
14615         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14616         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14617         font in urw-fonts package which is marked as -urw-fontspecific and
14618         does not work (incidentally, changing the encoding in the
14619         fonts.dir of this package to -adobe-fontspecific fixes the
14620         problem).
14621
14622         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14623         is a crash when undoing first paragraph (Juergen, please take a
14624         look). THis does not mean the undo fix is wrong, just that it
14625         uncovers problems.
14626
14627         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14628         the (Paragraph*) version when needed instead of duplicating the
14629         code.
14630
14631         * text.C (workWidth): use Inset::parOwner to find out where the
14632         inset has been inserted. This is a huge performance gain for large
14633         documents with lots of insets. If Inset::parOwner is not set, fall
14634         back on the brute force method
14635
14636         * paragraph_pimpl.C (insertInset):
14637         * paragraph.C (Paragraph):
14638         (cutIntoMinibuffer): set parOwner of insets when
14639         inserting/removing them
14640
14641         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14642
14643 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14644
14645         * commandtags.h:
14646         * LyXAction.C:
14647         * lyx_main.C:
14648         * lyxfunc.C:
14649         * mathed/formulabase.C:
14650         * mathed/math_cursor.[Ch]:
14651         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14652
14653
14654 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14655
14656         * lyxlength.[Ch] (operator!=): new function
14657
14658 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14659
14660         * text.C (workWidth): use Inset::parOwner to find out where the
14661         inset has been inserted. This is a huge performance gain for large
14662         documents with lots of insets. If Inset::parOwner is not set, fall
14663         back on the brute force method
14664
14665         * paragraph_pimpl.C (insertInset):
14666         * paragraph.C (Paragraph):
14667         (cutIntoMinibuffer): set parOwner of insets when
14668         inserting/removing them
14669
14670         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14671
14672 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14673
14674         * tabular-old.C (getTokenValue):
14675         * tabular.C (getTokenValue):
14676         (write_attribute): new versions for LyXLength
14677         (everywhere): adjust the use of widths
14678
14679         * tabular.h: change the type of widths from string to LyXLength
14680
14681 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14682
14683         * paragraph.C: fixed missing line number count when exporting
14684         Environments to LaTeX file
14685
14686         * buffer.C: added informational message for checking line numbers.
14687
14688 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14689
14690         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14691         paragraph, do the 'double space' part, but not the 'empty
14692         paragraph' one.
14693
14694         * text.C (workWidth): small optimization
14695         (getLengthMarkerHeight): use minimal size for negative lengths.
14696
14697 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14698
14699         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14700
14701         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14702
14703 2001-12-11  André Pönitz <poenitz@gmx.net>
14704
14705         * FontLoader.C:
14706         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14707
14708 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14709
14710         * text2.C: keep selection on a setFont()
14711
14712 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14713
14714         * lyx_cb.C: another bv->text misuse, from insert label
14715
14716 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14717
14718         * kbsequence.h:
14719         * kbsequence.C: re-instate nmodifier mask
14720
14721 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14722
14723         * lyx_main.h: make lyxGUI private.
14724
14725 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14726
14727         * lyxfind.C: place the cursor correctly on failed search
14728
14729 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14730
14731         * text.C (getLengthMarkerHeight): for small heights, the arrows
14732         are not always on top/bottom of the text
14733         (drawLengthMarker): smaller arrows; take the left margin in
14734         account; draw also vfills.
14735         (paintFirstRow):
14736         (paintLastRow): remove special code for vfill and standard spaces,
14737         since everything is handled in drawLengthMarker now.
14738
14739 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14740
14741         * buffer.C (insertErtContents): try to handle font and language
14742         interaction a bit better.g
14743
14744         * ColorHandler.C (updateColor): change the hash to cover the whole
14745         LColor enum, ws cleanup
14746         (getGCLinepars): ditto
14747         (getGCLinepars): only lookup in the linecache once.
14748
14749 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14750
14751         * iterators.C (operator++): Make the iterator more robust
14752
14753         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14754         (John's patch)
14755         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14756
14757 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14758
14759         * lyxtext.h:
14760         * text.C: better added space drawing
14761
14762 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14763
14764         * LyXView.C:
14765         * BufferView2.C: fix layout combo update on inset unlock
14766
14767 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14768
14769         * Makefile.am: don't compile unused files
14770
14771 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14772
14773         * lyxfunc.C:
14774         * commandtags.h:
14775         * LyXAction.C: remove old LFUN_LAYOUTNO
14776
14777 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14778
14779         * paragraph_pimpl.h:
14780         * paragraph_pimpl.C: isTextAt() doesn't need font param
14781
14782 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14783
14784         * lyxlex.h:
14785         * lyxlex.C: little cleanup
14786
14787 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14788
14789         * BufferView_pimpl.C: fix insertAscii for insets
14790
14791 2001-12-05  Juergen Vigna  <jug@sad.it>
14792
14793         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14794         set the right font on the "multi" paragraph paste!
14795
14796 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14797
14798         * trans_decl.h:
14799         * trans_mgr.[Ch]:
14800         * trans.[Ch]:
14801         * lyxgluelength.C:
14802         * lyxlength.C: remove out-commented code.
14803
14804         * BufferView_pimpl:
14805         * CutAndPaste.C:
14806         * DepTable.C:
14807         * buffer.C:
14808         * chset.C:
14809         * lastfiles.C:
14810         * lyxlex.C:
14811         * lyxlex_pimpl.C:
14812         * lyxserver.C:
14813         * screen.C:
14814         * tabular-old.C:
14815         * tabular.C:
14816         * text.C:
14817         * trans_mgr.C:
14818         * vc-backend.C: change "while(" to "while ("
14819
14820         * lyxlength.[Ch]: add zero function to check if length is zero or
14821         not
14822         * lyxgluelength.C: use it
14823
14824 2001-12-05  Allan Rae  <rae@lyx.org>
14825
14826         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14827         Works for 2.95.3, from what I understand of Garst's reports this should
14828         work for other g++ versions.  We're screwed if the abs(int) definition
14829         changed between bugfix releases of gcc.
14830
14831 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14832
14833         * text.C: fix chapter label offset !
14834
14835 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14836
14837         * lyxtext.h:
14838         * text.C: fix hfill at end of line, clean up
14839
14840 2001-12-04  Juergen Vigna  <jug@sad.it>
14841
14842         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14843         that we force an update of the inset and it's owners if neccessary.
14844
14845 2001-12-03  Juergen Vigna  <jug@sad.it>
14846
14847         * text.C (rowLast): simplified code
14848
14849 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14850
14851         * lyxfunc.C: fix show options on timeout
14852
14853 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14854
14855         * screen.C (topCursorVisible): scroll half a page when the cursor
14856         reached top of bottom of screen
14857
14858 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14859
14860         * minibuffer.C: deactivate on loss of focus
14861
14862 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14863
14864         * vspace.[Ch] (operator!=): add operator.
14865
14866 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14867
14868         * BufferView_pimpl.C: refuse to open an inset when
14869         there's a selection.
14870
14871 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14872
14873         * BufferView_pimpl.C: allow to click on RHS of full row insets
14874
14875 2001-11-30  Juergen Vigna  <jug@sad.it>
14876
14877         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14878         insets for undo reasons.
14879
14880 2001-11-28  André Pönitz <poenitz@gmx.net>
14881
14882         * vspace.[Ch]: cosmetical changes
14883
14884 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14885
14886         * LyXAction.h:
14887         * LyXAction.C:
14888         * lyxfunc.h:
14889         * lyxfunc.C:
14890         * kbmap.h:
14891         * kbmap.C:
14892         * lyxrc.C:
14893         * kbsequence.h:
14894         * kbsequence.C: part re-write of old kb code
14895
14896         * Painter.C:
14897         * WorkArea.C: remove Lgb_bug_find_hack
14898
14899 2001-11-30  José Matos <jamatos@fep.up.pt>
14900
14901         * buffer.C (makeDocBookFile): add a comment to point a hack.
14902         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14903         Fixed a double write of labels.
14904
14905 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14906
14907         * LaTeX.C:
14908         * LaTeX.h Fixed bug in LaTeX class where it would not
14909         re-run latex if no depfiles were changed, but the .dvi was removed.
14910
14911 2001-11-28  André Pönitz <poenitz@gmx.net>
14912
14913         * all the files from the change on 2001/11/26:
14914         use lyx::layout_type instead of LyXTextClass::size_type
14915         use lyx::textclass_type instead of LyXTextClassList::size_type
14916
14917 2001-11-29  Juergen Vigna  <jug@sad.it>
14918
14919         * text.C: added support for paragraph::isFreeSpacing()
14920
14921         * buffer.C: same as above
14922
14923         * paragraph.h: inserted isFreeSpacing() function to enable
14924         FreeSpacing inside InsetERT.
14925
14926         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14927         of the paragraph's in the cut/copy buffer to 0!
14928
14929         * text2.C (removeRow): remove the assert as it can!
14930
14931         * lyxtext.h: added helper function firstRow returning firstrow and
14932         made firstrow private again.
14933
14934         * BufferView2.C (lockInset): don't relock if we're already locked!
14935
14936         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14937         the only paragraph.
14938         (removeRow): added Assert::(firstrow)
14939
14940         * debug.C: forgot to add INSETTEXT here.
14941
14942 2001-11-28  Juergen Vigna  <jug@sad.it>
14943
14944         * sp_spell.C (initialize): changed error text to more general
14945         spellchecker command use (not only ispell!)
14946
14947         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14948
14949         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14950
14951 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14952
14953         * vspace.C: initialise lyxgluelength on failure
14954
14955 2001-11-28  Allan Rae  <rae@lyx.org>
14956
14957         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14958         declaration & definition that looks like a function declaration.
14959
14960 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14961
14962         * BufferView2.C (copy):
14963         (copyEnvironment): do not clear the selection when doing a copy.
14964
14965         * text.C (paintFirstRow): compilation fix
14966
14967 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14968
14969         * tabular.C (Latex): correct line count when writing latex.
14970
14971 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14972
14973         * paragraph_pimpl.h:
14974         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14975           bug a bit
14976
14977 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14978
14979         * text.C:
14980         * LColor.h:
14981         * LColor.C: change vfillline->added_space
14982
14983         * text.C: add markers and text for added space
14984
14985         * vspace.C: fix comment
14986
14987 2001-11-28  André Pönitz <poenitz@gmx.net>
14988
14989         * paragraph.C: whitespace changes
14990         * all the other files from the change on 2001/11/26:
14991         change *::pos_type into lyx::pos_type
14992
14993 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14994
14995         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14996         language of the document when inserting error insets.
14997
14998 2001-11-26  André Pönitz <poenitz@gmx.net>
14999
15000         * BufferView_pimpl.[Ch]:
15001         *       CutAndPaste.C:
15002         * buffer.[Ch]:
15003         * lyxcursor.[Ch]:
15004         * lyxfind.C:
15005         * lyxfunc.C:
15006         * lyxrow.[Ch]:
15007         * paragraph.[Ch]:
15008         * paragraph_pimpl.[Ch]:
15009         * sp_spell.C:
15010         * text.C:
15011         * text2.C: reduce header dependencies, introduce type for positions
15012
15013 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
15014
15015         * <various>: change to use Alert.h
15016
15017 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
15018
15019         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
15020         when encountering an unknown token.
15021         (readLyXformat2): Show an error message if there were unknown tokens.
15022
15023 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
15024
15025         * BufferView2.C:
15026         * BufferView_pimpl.C:
15027         * buffer.C:
15028         * paragraph.h:
15029         * text.C:
15030         * text2.C: use par->isInset()
15031
15032 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
15033
15034         * paragraph_pimpl.h:
15035         * paragraph_pimpl.C: cleanup
15036
15037 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15038
15039         * text2.C (removeRow):
15040         * text.C (setHeightOfRow): remove useless (and costly) call to
15041         getRow.
15042
15043 2001-11-20  Allan Rae  <rae@lyx.org>
15044
15045         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
15046         Now need Inset*::checkInsertChar() to return true for appropriate
15047         cases so that the characters in the minibuffer will actually be
15048         inserted.
15049
15050 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15051
15052         * text.C: change the order of the includes.
15053         (workWidth): initialize it at once.
15054         (workWidth): make maxw unsigned
15055         (setHeightOfRow): remove unused variable (inset)
15056         (selectSelectedWord): remove unused variable (inset)
15057         (paintRowText): fix drawing of hfill characters, and clean up a bit.
15058
15059 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15060
15061         * lyxserver.C (emergencyCleanup): do not try to close pipes if
15062         server is not running.
15063         (openConnection):
15064         (closeConnection): add debug info when server is disabled.
15065
15066         * ColorHandler.C (getGCForeground): send debug message to GUI
15067         channel.
15068
15069         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
15070
15071         * kbmap.C (bind): modify because return conventions of
15072         kb_sequence::parse have changed.
15073
15074         * kbsequence.C (parse): only ignore spaces and not any stupid
15075         control character. This avoids tests like s[i] <= ' ', which are
15076         guaranteed to fail with 8bit characters and signed chars.
15077         Change return code to string::npos when there have been no error
15078         (0 was a bad idea when error is at first character)
15079
15080 2001-11-14  José Matos  <jamatos@fep.up.pt>
15081
15082         * buffer.h:
15083         * buffer.C (simpleDocBookOnePar): removed unused argument.
15084
15085 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15086
15087         * text.C (selectNextWordToSpellcheck): do not test explicitely for
15088         insets which are part of a word. Paragraph::isLetter takes care of
15089         that now. Use Paragraph::isInset to identify insets.
15090         (selectSelectedWord): do not test for hyphenation break.
15091
15092         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
15093         that protected spaces are considered as spaces.
15094
15095         * paragraph.C (isLetter): cleanup the code for ispell extras; use
15096         Inset::isLetter.
15097
15098 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
15099
15100         * lyxserver.h:
15101         * lyxserver.C: fix it. and small cleanup.
15102
15103 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15104
15105         * BufferView_pimpl.C: use inline helpers
15106
15107         * LaTeXFeatures.h:
15108         * LaTeXFeatures.C: fix typos
15109
15110         * Spacing.h:
15111         * Spacing.C: move spacing_string into class
15112
15113         * ToolbarDefaults.C: move stuff into namespace anon
15114
15115         * layout.h: update enum
15116
15117         * lyxfunc.C: use better debug
15118
15119         * minibuffer.h: fix typo
15120
15121         * debug.h:
15122         * debug.C:
15123         * WorkArea.C: add and use Debug::WORKAREA
15124
15125         * lyxtext.h:
15126         * text.C:
15127         * text2.C: code re-organisation, inline helpers
15128
15129 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
15130
15131         * Layout.C: replaced a few cases of std::vector.size() == 0 with
15132         std::vector.empty().
15133
15134 2001-11-09  Allan Rae  <rae@lyx.org>
15135
15136         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
15137         '\n's after tables.  Tabular and ERT inset work now makes this no
15138         longer necessary.
15139
15140 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15141
15142         * minibuffer.h:
15143         * minibuffer.C: fix crash, improve drop-down completion
15144
15145 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
15146
15147         * lyxserver.h:
15148         * lyxserver.C: invalidate fd's when doing endPipe()
15149
15150 2001-11-08  José Matos  <jamatos@fep.up.pt>
15151
15152         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
15153         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
15154
15155         * paragraph.h:
15156         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
15157
15158 2001-11-07  José Matos  <jamatos@fep.up.pt>
15159
15160         * buffer.h:
15161         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
15162         const qualifier.
15163
15164         * buffer.C (sgmlOpenTag):
15165         * buffer.C (sgmlCloseTag): removed debug info.
15166
15167         * buffer.h (sgmlOpenTag):
15168         * buffer.h (sgmlCloseTag): made public.
15169
15170 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15171
15172         * buffer.C (saveParamsAsDefaults):
15173         * lyx_cb.C (MenuLayoutSave): remove
15174
15175         * LyXAction.C (init):
15176         * commandtags.h:
15177         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
15178
15179 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15180
15181         * buffer.C (setPaperStuff): removed from here...
15182
15183         * bufferparams.C (setPaperStuff): ... and moved there.
15184
15185 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
15186
15187         * minibuffer.h:
15188         * minibuffer.C:
15189         * XFormsView.C: add support for drop-down completion
15190
15191 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
15192
15193         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
15194         commands.
15195
15196 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15197
15198         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
15199         disabled.
15200
15201 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
15202
15203         * lyx_main.C: change ref to known bugs
15204
15205 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
15206
15207         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
15208         to work around older babel problems.
15209
15210 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
15211
15212         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
15213
15214 2001-10-24  Juergen Vigna  <jug@sad.it>
15215
15216         * tabular-old.C (ReadOld): below variable changes reflected.
15217
15218         * tabular.[Ch]: added ltType struct for longtable header/footer
15219         defines and changed all instances where they are used. Added
15220         future support for double top/bottom rows.
15221
15222 2001-10-24  José Matos  <jamatos@fep.up.pt>
15223
15224         * buffer.h (docbookHandleCaption):
15225         * buffer.C (docbookHandleCaption): removed unused function.
15226         (makeDocBookFile): moved docbook supported version to v4.1.
15227
15228 2001-10-24  José Matos  <jamatos@fep.up.pt>
15229
15230         * tabular.h:
15231         * tabular.C (docbookRow): new function to export docbook code of a row.
15232         (DocBook): now honors the longtable flags.
15233
15234 2001-10-23  José Matos  <jamatos@fep.up.pt>
15235
15236         * LaTeXFeatures.h:
15237         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
15238         of the lyx defined sgml entities used in a docbook/linuxdoc document.
15239
15240         * buffer.C (makeLinuxDocFile):
15241         (makeDocBookFile): reworked the preamble, more clean, and with
15242         support for lyx defined entities. Changed the document declaration
15243         to be more XML friendly.
15244
15245         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
15246         if we need to output XML that should be done with a filter.
15247
15248 2001-10-22  Juergen Vigna  <jug@sad.it>
15249
15250         * sp_pspell.h (class PSpell): add alive function needed in the
15251         controller to see if the spellchecker could be started.
15252
15253 2001-10-22  Juergen Vigna  <jug@sad.it>
15254
15255         * buffer.C (insertStringAsLines): modify the font for inserting
15256         chars in certain conditions by calling checkInsertChar(font).
15257
15258 2001-10-19  Juergen Vigna  <jug@sad.it>
15259
15260         * text.C (workWidth): use getRow instead of wrong algorithm.
15261         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15262
15263 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
15264
15265         * lyxserver.h:
15266         * lyxserver.C:
15267         * lyx_main.h:
15268         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15269
15270 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15271
15272         * text.C (workWidth): do not search for the exact row when
15273         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15274         optimization for big documents.
15275
15276 2001-10-18  Juergen Vigna  <jug@sad.it>
15277
15278         * text.C (workWidth): new function with added Inset * parameter.
15279
15280 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15281
15282         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15283
15284         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15285         change return type of getColumnNearX.
15286
15287
15288         * text.C (changeRegionCase): use uppercase/lowercase instead of
15289         toupper/tolower.
15290         (leftMargin):
15291         (rightMargin): simplify code by factoring out the uses of
15292         textclasslist.
15293         (labelFill):
15294         (numberOfHfills):
15295         (setHeightOfRow):
15296         (appendParagraph): use Paragraph::size_type
15297
15298 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15299
15300         * vspace.C (asLatexString): add a missing break
15301
15302 2001-10-15  Herbert Voss  <voss@perce.de>
15303
15304         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15305
15306 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15307
15308         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15309         is not available.
15310
15311 2001-10-10  André Pönitz <poenitz@gmx.net>
15312
15313         * lyxfunc.C: removed greek_kb_flag.
15314
15315 2001-10-10  Herbert Voss  <voss@perce.de>
15316
15317         * lyx_main.C: delete global string help_lyxdir.
15318
15319 2001-10-09  Herbert Voss  <voss@perce.de>
15320
15321         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15322
15323         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15324
15325         * lyx_main.C: added global string help_lyxdir.
15326
15327         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15328
15329 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15330
15331         * lyxrc.C (set_font_norm_type): support iso8859-4
15332
15333 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15334
15335         * LaTeX.C (deplog): add another regex for MikTeX
15336
15337 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15338
15339         * lyxrc.C (set_font_norm_type): support iso8859-3
15340
15341 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15342
15343         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15344
15345         * LaTeXFeatures.C: remove special case of french and index
15346
15347         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15348         before \begin{document}). This solves several incompatibilities.
15349
15350 2001-10-03  Garst Reese  <reese@isn.net>
15351
15352         * lyx_cb.C: change CheckTex error msg.
15353
15354 2001-10-03  José Matos  <jamatos@fep.up.pt>
15355
15356         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15357
15358 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15359
15360         * .cvsignore: update
15361
15362         * lyx_main.C (commandLineVersionInfo): use new style version info.
15363
15364         * buffer.C (writeFile):
15365         (makeLaTeXFile):
15366         (makeLinuxDocFile):
15367         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15368
15369         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15370
15371         * version.h: update to use stuff in version.C
15372
15373         * version.C.in: new file. Contains version information determined
15374         at compile time. This is a merging of version.h and
15375         version_info.h.in.
15376
15377 2001-10-03  Juergen Vigna  <jug@sad.it>
15378
15379         * BufferView_pimpl.C (update): don't change "dirty" status in
15380         updateInset call.
15381
15382 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15383
15384         * WorkArea.C (c-tor): re-position version string slightly.
15385
15386 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15387
15388         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15389         revert to previous code.
15390
15391         WorkArea.[Ch]: (show, destroySplash): methods removed.
15392
15393         WorkArea.C: rework code so that it's an amalgam of the codes before and
15394         after the splash screen was moved to WorkArea.
15395
15396 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15397
15398         * lyxrc.C (read):
15399         * vspace.C (inPixels):
15400         (lyx_advance):
15401         * kbmap.C (bind):
15402         * buffer.C (insertStringAsLines):
15403         (asciiParagraph): fix types to be large enough
15404
15405         * lyxlex_pimpl.h: change member status from short to int
15406
15407         * layout.h: fix type of endlabeltype
15408
15409         * kbmap.C (bind):
15410         * kbsequence.C (parse): change return type to string::size_type
15411
15412         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15413         variable
15414
15415         * Bullet.C (bulletSize):
15416         (bulletEntry): do not use short ints as parameters
15417
15418         * BufferView2.C (insertLyXFile): change a char to an int.
15419
15420         * WorkArea.C (WorkArea): remove unneeded floats in computation
15421
15422 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15423
15424         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15425
15426         * paragraph.C (asString): Do not ignore newline/hfill chars when
15427         copying to the clipboard.
15428
15429 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15430
15431         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15432         after a multi-line inset.
15433
15434 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15435
15436         * paragraph.C (validate): Set NeedLyXFootnoteCode
15437
15438 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15439
15440         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15441         and decrease-error to decrease.
15442
15443 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15444
15445         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15446         it more readable (should be equivalent)
15447
15448 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15449
15450         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15451
15452 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15453
15454         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15455         of a cursor (row, etc.) after a character has been deleted
15456         (deleteEmptyParagraphMechanism): call the method above on _all_
15457         cursors held by the LyXText when a double space has been
15458         detected/deleted.
15459
15460 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15461
15462         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15463         pixmap.
15464         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15465
15466         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15467         background. Use greyOut() and the new show() methods to toggle between
15468         the foreground and background. Add code to remove the splash after
15469         its initial showing.
15470
15471         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15472         (create_forms): no longer call Dialogs::showSplash.
15473
15474 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15475
15476         * .cvsignore: add version_info.h
15477
15478 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15479
15480         * version_info.h.in: new file
15481
15482         * Makefile.am: add version_info.h.in
15483
15484         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15485         version_info.h instead of VERSION_INFO
15486
15487 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15488
15489         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15490         The ERT inset now returns string().
15491
15492 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15493
15494         * lyxtext.h, text.C (selectNextWord): renamed as
15495         selectNextWordToSpellcheck.
15496
15497         * text.C (selectNextWordToSpellcheck): Modified to not select
15498         words inside an ERT inset.
15499
15500 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15501
15502         * lyx_cb.C (MenuLayoutSave): change a bit the question
15503
15504         * sp_base.h: include <sys/types.h>
15505
15506 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15507
15508         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15509
15510 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15511
15512         * several files: fix typos in user-visible strings
15513
15514 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15515
15516         * text2.C (pasteSelection): do not set the selection, since it
15517         will be cleared later. Actually, the intent was to fix the way the
15518         selection was set, but I figured rmoving the code was just as good.
15519
15520 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15521
15522         * FontLoader.C (available): Check if font is available without
15523         loading the font.
15524
15525 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15526
15527         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15528
15529 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15530
15531         * lyxrc.[Ch]: added display_graphics variable and associated code.
15532
15533 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15534
15535         * bufferparams.C (hasClassDefaults): new method. Returns true if
15536         the buffer parameters correspond to known class defaults
15537
15538 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15539
15540         * XFormsView.C (show): set minimum size to the main window.
15541
15542 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15543
15544         * text2.C (copySelection):
15545         (cutSelection):
15546         * lyxfind.C (LyXReplace):
15547         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15548         LyXText::selectionAsString.
15549
15550         * paragraph.C (asString): add "label" argument to the second form
15551
15552         * text2.C (selectionAsString): add "label" argument and pass it to
15553         Paragraph::asString.
15554
15555 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15556
15557         * lyx_main.C (commandLineHelp): remove version information
15558
15559 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15560
15561         * lyx_main.C: add -version commandline option
15562
15563 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15564
15565         * paragraph.h: make the optional constructor arg required instead.
15566         some modifications to other files because of this.
15567
15568         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15569
15570         * lyxserver.C (C_LyXComm_callback): make it static
15571
15572         * lyx_main.C (error_handler): make it static
15573
15574         * lyx_gui.C (LyX_XErrHandler): make it static
15575
15576         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15577
15578         * WorkArea.C: make the extern "C" methods static.
15579
15580         * Makefile.am (lyx_LDADD): simplify
15581
15582 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15583
15584         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15585         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15586
15587         * LyXAction.C (init):
15588         * lyxfunc.C (dispatch): associated code removal.
15589
15590 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15591
15592         * lyxfont.h (isSymbolFont): shut off warning
15593
15594         * text.C (setHeightOfRow):
15595         (getVisibleRow): fix crash with empty paragraphs which have a
15596         bottom line
15597
15598 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15599
15600         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15601         code.
15602
15603 2001-09-04  José Matos  <jamatos@fep.up.pt>
15604         * buffer.C
15605         * buffer.h
15606         * tabular.C (docbook): rename docBook method to docbook.
15607
15608 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15609
15610         * Makefile.am: add dependencies to main.o.
15611
15612 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15613
15614         * FontLoader.C (available): Return false if !lyxrc.use_gui
15615
15616 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15617
15618         * FontInfo.C (query):
15619         * converter.C (view):
15620         * importer.C (Import):
15621         * exporter.C (Export): Can not -> cannot.
15622
15623 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15624
15625         * BufferView_pimpl.C: allow to create index inset even if
15626           string is empty
15627
15628 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15629
15630         * buffer.C (getLists): replace boost::tie code with an explicit pair
15631         as boost::tie can break some compilers.
15632
15633         * iterators.h: Added a std:: declaration to the return type of
15634         ParIterator::size.
15635
15636 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15637
15638         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15639           case.
15640
15641 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15642
15643         * iterators.[Ch]: New files. Provide paragraph iterators.
15644
15645         * buffer.C (changeLanguage): Use paragraph iterators.
15646         (isMultiLingual): ditto
15647
15648         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15649
15650 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15651
15652         * FontLoader.C: Support for cmr font.
15653
15654 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15655
15656         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15657         (available): New method.
15658
15659         * FontInfo.C (getFontname): Use scalable fonts even when
15660         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15661         found.
15662
15663 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15664
15665         * converter.C (Formats::view): reverted! Incorrect fix.
15666
15667 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15668
15669         * converter.C (Formats::view): only output the -paper option
15670         if the dvi viewer is xdvi, thereby fixing bug #233429.
15671
15672 2001-08-23  Herbert Voss  <voss@perce>
15673
15674         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15675
15676 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15677
15678         * Spacing.h (Spacing): Set space to Default on in the default
15679         constructor.
15680
15681 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15682
15683         * vc-backend.h (RCS::versionString): add RCS to version
15684         (CVS::versionString): add CVS to version
15685
15686         * vc-backend.C (scanMaster): do not add CVS to version.
15687         (scanMaster): do not add RCS to version
15688
15689         * lyxvc.C (versionString): new method
15690
15691         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15692
15693 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15694
15695         * Spacing.C (set): initialize fval
15696
15697 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15698
15699         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15700         " or \.
15701
15702 2001-08-16  Juergen Vigna  <jug@sad.it>
15703
15704         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15705
15706 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15707
15708         * BufferView_pimpl.C:
15709         * figureForm.C:
15710         * lyxtext.h:
15711         * text2.C: setParagraph takes linespacing now
15712
15713 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15714
15715         * LyxAction.C: add internal LFUN_CITATION_INSERT
15716
15717         * LyXView.C: actually apply fix
15718
15719         * bufferlist.C: fix open non-existent file
15720
15721         * lyxfind.C: fix indentation
15722
15723         * lyxfunc.C: remove unneeded assert, fix typo
15724
15725 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15726
15727         * MenuBackend.C: use "Floatname List"
15728
15729 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15730
15731         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15732         when converting LaTeX layout to insetERT.
15733         Generate a non-collapsed float when reading old float
15734
15735 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15736
15737         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15738         ERT insets.
15739
15740 2001-08-13  Juergen Vigna  <jug@sad.it>
15741
15742         * text.C (fill): return 0 instead of 20 as this seems to be the more
15743         correct value.
15744
15745 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15746
15747         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15748         lyxrc.font_norm.
15749
15750 2001-08-13  Juergen Vigna  <jug@sad.it>
15751
15752         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15753         casesensitive off.
15754         (SearchBackward): comment out the unlocking of the inset_owner this
15755         should not be needed!
15756
15757 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15758
15759         * Many files: Remove inherit_language, and add latex_language
15760
15761         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15762         collapsible insets.
15763
15764 2001-08-10  Juergen Vigna  <jug@sad.it>
15765
15766         * text.C (prepareToPrint): fixed hfill-width in draw!
15767
15768         * BufferView2.C (selectLastWord): save the selection cursor as this
15769         now is cleared in the function LyXText::clearSelection!
15770
15771 2001-08-08  Juergen Vigna  <jug@sad.it>
15772
15773         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15774         BACKSPACE type functions.
15775
15776         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15777         is only cutted from the document but not put in the cut-buffer, where
15778         still the old stuff should be.
15779
15780         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15781
15782         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15783
15784         * tabular.C (SetWidthOfCell): fixed special case where the width
15785         was not updated!
15786         (LeftLine): handle '|' in align_special.
15787         (RightLine): ditto
15788         (LeftAlreadyDrawed): ditto
15789         (SetWidthOfCell): ditto
15790
15791 2001-08-07  Juergen Vigna  <jug@sad.it>
15792
15793         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15794
15795 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15796
15797         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15798         * lyxlex.[hC]: ditto
15799
15800 2001-08-06  Juergen Vigna  <jug@sad.it>
15801
15802         * text.C (getVisibleRow): fix up row clearing a bit.
15803
15804 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15805
15806         * minibuffer.C: make sure the X server sees the changes in the input.
15807
15808 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15809
15810         * paragraph.C (getFont): split into...
15811         (getLabelFont): this
15812         (getLayoutFont): and this
15813         * paragraph_pimpl.C (realizeFont): calling this
15814
15815         * text2.C (getFont): split into...
15816         (getLayoutFont): this
15817         (getLabelFont): and this
15818         (realizeFont): all three calling this
15819
15820         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15821         files where used.
15822
15823 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15824
15825         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15826
15827 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15828
15829         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15830         layouts from the Quote inset insertion.
15831
15832 2001-08-03  Juergen Vigna  <jug@sad.it>
15833
15834         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15835
15836         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15837         only if status not is already CHANGED_IN_DRAW (second level).
15838
15839         * text.C (draw): don't set the need_break_row when inside an
15840         InsetText LyXText.
15841
15842 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15843
15844         * buffer.C (parseSingleLyXformat2Token): handle more latex
15845         conversion cases.
15846
15847         * bufferview_funcs.[hC]: change function names to
15848         begin with small char, adjust other files.
15849
15850 2001-08-02  André Pönitz <poenitz@gmx.net>
15851
15852         * lyxfunc.C:
15853         BufferView_pimpl.C: remove broken special code for math-greek
15854
15855 2001-08-02  Juergen Vigna  <jug@sad.it>
15856
15857         * BufferView_pimpl.C (update): redone this function so that we
15858         update the text again if there was a CHANGE_IN_DRAW.
15859
15860         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15861         (drawFromTo): added a new internal bool which is used by draw() and
15862         redraw() function.
15863         (general): some cursor drawing problems fixed.
15864
15865 2001-08-01  Juergen Vigna  <jug@sad.it>
15866
15867         * lyxfind.C (LyXFind): fixed
15868         (SearchForward): ditto
15869         (SearchBackward): ditto
15870
15871         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15872         spurius drawing of the cursor in the main area.
15873
15874         * text2.C (status): small fix which could lead to a segfault!
15875         (clearSelection): remove unneeded BufferView param.
15876
15877 2001-08-01  André Pönitz <poenitz@gmx.net>
15878
15879         * lyxfunc.C: small change due to changed mathed interface
15880
15881 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15882
15883         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15884
15885 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15886
15887         * lyxfunc.c: fail gracefully if file doesn't exist
15888
15889         * LyXSendto.C:
15890         * buffer.C:
15891         * lyxfunc.C:
15892         * BufferView_pimpl.C: IsDirWriteable() proto changed
15893
15894         * LyXView.C: fix updateWindowTitle() to store the last title
15895
15896 2001-07-31  Juergen Vigna  <jug@sad.it>
15897
15898         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15899         the font (wrong since using of Paragraph::highestFontInRange).
15900
15901         * paragraph.C (highestFontInRange): added a default_size parameter.
15902
15903         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15904         (setHeightOfRow): reformat
15905
15906 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15907
15908         * converter.[hC] + affected files: move to (inital-char)lowercase
15909         function names.
15910
15911         * ParagraphParameters.C (ParagraphParameters): remove commented code
15912
15913         * PainterBase.[Ch]: remove commented code
15914
15915         * LaTeXFeatures.h: add "bool floats" for float.sty
15916
15917         * LaTeXFeatures.C (LaTeXFeatures): init floats
15918         (require): handle float
15919         (getPackages): do it with floats
15920
15921 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15922
15923         * BufferView_pimpl.C (Dispatch): improve handling of
15924         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15925
15926         * commandtags.h: #include lyxfont.h here temporarily to avoid
15927         keybinding bug.
15928
15929         * bufferlist.h: include LString.h here.
15930
15931 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15932
15933         * text2.C (getStringToIndex): new method.
15934
15935 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15936
15937         * *: Reduced header file dependencies all over.
15938
15939 2001-07-30  Baruch Even  <baruch@lyx.org>
15940
15941         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15942
15943 2001-07-29  Baruch Even  <baruch@lyx.org>
15944
15945         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15946
15947 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15948
15949         * ParameterStruct.h (endif): add a default constructor to make
15950         sure that all variables is initialized.
15951
15952         * ParagraphParameters.C (ParagraphParameters): adjust
15953
15954 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15955
15956         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15957         index; also, check that there is something to index, and that it
15958         does not span over several paragraphs.
15959         (doubleClick): use WHOLE_WORD_STRICT for double click.
15960
15961         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15962
15963         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15964         scheme.
15965
15966 2001-07-26  Baruch Even  <baruch@lyx.org>
15967
15968         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15969         an InsetFig figure, backwards compatible reading of old figure code.
15970
15971 2001-07-27  Juergen Vigna  <jug@sad.it>
15972
15973         * text2.C: font.realize function adaption.
15974
15975         * text.C (draw): add a warnings lyxerr text if needed.
15976
15977         * layout.C: font.realize function adaption.
15978
15979         * language.C: add inherit_language and implement it's handlings
15980
15981         * bufferview_funcs.C (StyleReset): remove language parameter from
15982         font creation (should be language_inherit now).
15983
15984         * bufferparams.C (writeFile): handle ignore_language.
15985
15986         * paragraph.C (getFontSettings): the language has to be resolved
15987         otherwise we have problems in LyXFont!
15988
15989         * lyxfont.C (lyxWriteChanges): added document_language parameter
15990         (update): removed unneeded language parameter
15991
15992         * paragraph.C (validate): fixed wrong output of color-package when
15993         using interface colors for certain fonts in certain environments,
15994         which should not seen as that on the final output.
15995
15996 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15997
15998         * BufferView_pimpl.C:
15999         * Thesaurus.h:
16000         * Thesaurus.C:
16001         * Makefile.am:
16002         * commandtags.h:
16003         * LyXAction.C: add thesaurus support
16004
16005         * lyxfind.h:
16006         * lyxfind.C: add "once" parameter, for thesaurus, to not
16007           move to the next match
16008
16009 2001-07-26  Juergen Vigna  <jug@sad.it>
16010
16011         * lyxfont.C (realize): honor ignore_language too!
16012         (resolved): ditto.
16013
16014         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
16015
16016         * text.C (draw): one place more for ignore_language to not draw
16017         itself!
16018
16019 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
16020
16021         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
16022
16023 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16024
16025         * buffer.C (parseSingleLyXformat2Token): a more general fix for
16026         the minipage conversion problem.
16027
16028 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16029
16030         * buffer.C (parseSingleLyXformat2Token): check minipage if we
16031         insert an inset.
16032
16033 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16034
16035         * BufferView.h: don't forward declare WorkArea
16036
16037         * BufferView.C: don't include WorkArea.h
16038
16039 2001-07-25  André Pönitz <poenitz@gmx.net>
16040
16041         * commandtags.h:
16042         * LyXAction.C:
16043         * lyxfunc.C:  new LFUN 'math-space'
16044
16045         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
16046
16047 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16048
16049         * text2.C (toggleInset): call open/close
16050
16051 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16052
16053         * lyxfunc.C (dispatch): add debug for the disabled case
16054
16055         * font.C (buttonText): make similar to rectText
16056
16057         * buffer.C (readInset): comment out parsing of insetlist and
16058         insttheorem
16059
16060         * PainterBase.C (rectText): small correction
16061
16062         * BufferView_pimpl.C: comment out insettheorem and insetlist
16063         * LyXAction.C: ditto
16064         * commandtags.h: ditto
16065
16066 2001-07-24  Juergen Vigna  <jug@sad.it>
16067
16068         * text.C (draw): honor the ignore_language.
16069
16070         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
16071
16072 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16073
16074         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
16075         char inset.
16076
16077 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16078
16079         * lyxtext.h: remove unused (and unimplemented) methods
16080
16081 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16082
16083         * text.C (getVisibleRow): honor background color
16084
16085         * PainterBase.h:
16086         * Painter.h: remove default color argument for fillRectangle
16087
16088         * text.C (backgroundColor): new method
16089
16090 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16091
16092         * text.C (getVisibleRow): adjust
16093
16094         * font.[Ch] (rectText): new method, metrics
16095         (buttonText): new method, metrics
16096
16097         * PainterBase.[hC]: make rectText and buttonText always draw and take
16098         fewer paramteres.
16099
16100 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16101
16102         * ToolbarDefaults.C (read):
16103         * MenuBackend.C (read): allow escaping in all strings
16104
16105         * BufferView_pimpl.C (insertAndEditInset): new method.
16106         (Dispatch): use insertAndEditInset whenever appropriate.
16107
16108         * BufferView_pimpl.C (insertNote): removed
16109
16110         * BufferView_pimpl.C (smartQuote): new method, moved from
16111         BufferView; if an insetquote cannot be inserted, insert a '"'
16112         character instead.
16113
16114         * BufferView2.C: remove insertCorrectQuote();
16115
16116         * lyxfunc.C (getStatus): Add support for all remaingin
16117         inset-insert lfuns.
16118
16119         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
16120
16121         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
16122         command (necessary to pass " as parameter of self-insert.
16123
16124         * text.C (selectWordWhenUnderCursor):
16125         (selectWord): add word_location parameter
16126         (selectWordWhenUnderCursor): same + remove special code for word
16127         boundary.
16128         (selectNextWord): use kind() to guess type of insetspecialchar,
16129         not latex().
16130
16131         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
16132         (insertErtContents): create ert insets as collapsed.
16133         (readInset): better compatibility code for Info inset.
16134
16135 2001-07-20  Juergen Vigna  <jug@sad.it>
16136
16137         * lyxfunc.C (dispatch): use always LyXFind now!
16138
16139         * text2.C (init): add a reinit flag so that the LyXText can be
16140         reinited instead of deleted and reallocated (used in InsetText).
16141
16142         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
16143
16144         * text.C: ditto
16145
16146         * text2.C: ditto
16147
16148 2001-07-18  Juergen Vigna  <jug@sad.it>
16149
16150         * text.C (selectNextWord): handle insets inside inset by calling
16151         always the bv->text functions so that we can go up the_locking_inset!
16152
16153         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
16154         in strange locations when inside an inset!
16155
16156         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
16157         handling to include insets.
16158
16159         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
16160
16161 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16162
16163         * LyXAction.C (init):
16164         * commandtags.h:
16165         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
16166         LIGATURE_BREAK, since the name is so stupid.
16167
16168 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16169
16170         * buffer.C (readInset): enable reading of new InsetNotes as well as old
16171         InsetInfos.
16172
16173         * FontLoader.C: remove FORMS_H_LOCATION cruft.
16174
16175         * sp_form.[Ch]: remove.
16176
16177         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
16178
16179         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
16180         InsetInfo.
16181
16182         * src/buffer.C (readInset): ditto.
16183
16184 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16185
16186         * BufferView_pimpl.C (specialChar): new method. Obsoletes
16187         menuSeparator(), endOfSentenceDot(), ldots() and
16188         hyphenationPoint(), which are therefore removed.
16189         (Dispatch): handle LFUN_HYPHENATION_BREAK.
16190
16191         * LyXAction.C (init):
16192         * commandtags.h: add LFUN_HYPHENATION_BREAK.
16193
16194         * paragraph.C (getWord): removed.
16195
16196         * BufferView_pimpl.C (Dispatch): use last word or selection for
16197         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
16198
16199         * lyx_main.C (queryUserLyXDir): do not ask before creating
16200         user_dir, except if it has been named explicitely.
16201
16202 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16203
16204         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
16205         a document of zero size.
16206
16207 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
16208
16209         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
16210         approriately in the c-tor and in require().
16211         (getPackages): output the appropriate LaTeX for natbib support.
16212
16213         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
16214         variables "use_natbib" and "use_numerical_citations" when reading the
16215         LyX file.
16216         (readInset): read the various natbib cite commands.
16217         (validate): white-space change.
16218
16219         * bufferparams.[Ch]: new variables "bool use_natbib" and
16220         "bool use_numerical_citations".
16221         (writeFile): output them in the LyX file.
16222
16223 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16224
16225         * lyxfunc.C (getStatus): add support for all the inset insertion
16226         commands.
16227
16228         * text2.C (insertInset):
16229         * paragraph.C (insetAllowed):
16230         * BufferView_pimpl.C (insertInset): update to take in account the
16231         renaming of insertInsetAllowed
16232
16233         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
16234
16235         * text2.C (getInset): new method. returns inset at cursor position.
16236
16237         * BufferView_pimpl.C (Dispatch): changes because of this.
16238
16239         * LyXAction.C (init): rename open-stuff to inset-toggle.
16240
16241         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
16242
16243         * text2.C (toggleInset): renamed from openStuff; use
16244         Inset::open().
16245
16246 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
16247
16248         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
16249
16250         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
16251
16252 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
16253
16254         * buffer.C (readLyXformat2): Add filename to the error dialog
16255
16256 2001-07-18  Juergen Vigna  <jug@sad.it>
16257
16258         * tabular.C (GetCellNumber): put an assert here instead of the check!
16259
16260 2001-07-17  Juergen Vigna  <jug@sad.it>
16261
16262         * BufferView_pimpl.C (toggleSelection): adapted too.
16263
16264         * text.C (selectNextWord): adapted for use with insets.
16265         (selectSelectedWord): ditto
16266
16267 2001-07-17  Juergen Vigna  <jug@sad.it>
16268
16269         * sp_spell.C (PSpell): fix initialitation order.
16270
16271 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16272
16273         * paragraph.C: spacing
16274
16275 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16276
16277         * sp_spell.C: repair language selection for pspell
16278
16279 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16280
16281         * lyxfunc.h: change more methods to begin with lower char.
16282
16283 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16284
16285         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16286         for unknown layouts.
16287
16288 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16289
16290         * buffer.C (readLyXformat2): Generate an error dialog if there are
16291         unknown layouts.
16292
16293 2001-07-16  Juergen Vigna  <jug@sad.it>
16294
16295         * sp_spell.C: always compile ISpell part.
16296
16297         * lyxrc.C: added use_pspell entry and it's handling.
16298
16299 2001-07-13  Juergen Vigna  <jug@sad.it>
16300
16301         * sp_spell.C: removed double includes.
16302
16303 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16304
16305         Consistent use of Lsstream.h:
16306         * Lsstream.h: added using std::stringstream for consistencies sake.
16307
16308         * buffer.C: removed using std::stringstream
16309
16310         * lyxfont.C (stateText):
16311         * paragraph.C (asString):
16312         * text.C (selectNextWord, selectSelectedWord):
16313         * text2.C (setCounter):
16314         * vspace.C (asString, asLatexString):
16315         std::ostringstream -> ostringstream.
16316
16317 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16318
16319         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16320         * commandtags.h: add LFUN_HELP_ABOUTLYX
16321         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16322
16323 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16324
16325         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16326         cursorToggle()
16327         * lyx_gui_misc.C: remove spellchecker
16328         * lyxfunc.C: showSpellchecker
16329         * sp_base.h: added
16330         * sp_ispell.h: added
16331         * sp_pspell.h: added
16332         * sp_spell.C: added
16333         * sp_form.[Ch]: removed
16334         * spellchecker.[Ch]: removed
16335
16336 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16337
16338         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16339         is set.
16340         (simpleTeXSpecialChars): Simply print the input character without
16341         any special translation if pass_thru is set.
16342
16343         * layout.h: Added bool pass_thru to layout class for being able to
16344         implement pass through of a paragraph for Literate Programming.
16345
16346         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16347         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16348         * layout.C (Read): add "passthru" to list of layout tags and add
16349         code to set the pass_thru boolean when it is read.
16350
16351 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16352
16353         * trans_decl.h: remove allowed from KmodInfo
16354
16355         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16356         remove allowed code
16357         (Load): adjust
16358
16359         * paragraph_pimpl.C (erase): use boost::prior
16360
16361         * Painter.C (text): use data() instead of c_str() when length is
16362         also provided.
16363         * WorkArea.C (putClipboard): ditto
16364         * font.h (width): ditto
16365
16366         * BufferView2.C: use it-> instead of (*it). for iterators
16367         * texrow.C: ditto
16368         * paragraph_pimpl.C: ditto
16369         * paragraph.C: ditto
16370         * minibuffer.C: ditto
16371         * language.C: ditto
16372         * kbmap.C: ditto
16373         * encoding.C: ditto
16374         * counters.C: ditto
16375         * converter.C: ditto
16376         * chset.C: ditto
16377         * Variables.C: ditto
16378         * TextCache.C: ditto
16379         * MenuBackend.C: ditto
16380         * LyXAction.C: ditto
16381         * LColor.C: ditto
16382         * FloatList.C: ditto
16383         * DepTable.C: ditto
16384         * ColorHandler.C (LyXColorHandler): ditto
16385
16386 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16387
16388         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16389
16390         * text2.C (openStuff): reintroduce this method (which had been
16391         nuked in NEW_INSETS frenzy).
16392
16393         * lyxfunc.C (Dispatch): when an action has not been handled, use
16394         its name in the error message, not its number.
16395
16396         * paragraph.C (inInset): change method name to begin with lowercase.
16397
16398         * undo_funcs.C:
16399         * text2.C: updates because of this.
16400
16401 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16402
16403         * ToolbarDefaults.C (add): add spaces in error message
16404
16405 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16406
16407         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16408         (readLyXformat2): rename return_par to first_par, use lyxlex's
16409         pushToken and remove the manual push handling.
16410         (parseSingleLyXformat2Token): add another ert comp. variable:
16411         in_tabular, rename return_par to first_par. handle newlines better
16412
16413 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16414
16415         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16416
16417 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16418
16419         * text2.C (getParFromID): removed
16420
16421         * buffer.C (getParFromID): new method moved form lyxtext.
16422         * BufferView2.C (insertErrors): adjust
16423         (setCursorFromRow): adjust
16424         * BufferView_pimpl.C (restorePosition): adjust
16425         * lyxfunc.C (Dispatch): adjust
16426         * undo_funcs.C (textUndo): adjust
16427         (textRedo): adjust
16428         (textHandleUndo): adjust
16429         (textHandleUndo): adjust
16430
16431 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16432
16433         * buffer.C: up' the LYX_FORMAT
16434
16435         * lyxfont.h: turn NO_LATEX on as default
16436
16437         * buffer.C (insertErtContents): new methods of tex style compability.
16438         (parseSingleLyXformat2Token): use it several places.
16439         * tabular.C (OldFormatRead): and here
16440
16441 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16442
16443         * text2.C: remove some commented code.
16444         reindent file.
16445
16446         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16447         * trans.C: changes because of the above.
16448
16449 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16450
16451         * text2.C (setCounter): Fix counters bug with bibliography layout.
16452
16453 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16454
16455         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16456         own member functions
16457         (simpleTeXSpecialChars): ditto
16458
16459 2001-07-06  Juergen Vigna  <jug@sad.it>
16460
16461         * a lot of files: changed the access to LyXText::status and the
16462         call of undo-functions.
16463
16464         * undo.[Ch]: added a inset_id to the undo informations.
16465
16466         * undo_funcs.[Ch]: added and moved here all undo functions.
16467
16468         * lyxtext.h: give the status enum a weight, made status_ a private
16469         variable and made accessor functions for it, removed the whole bunch
16470         of undo-functions as they are now in their own file, make some
16471         functions publically available. Added function ownerParagraph with
16472         int parameter.
16473
16474         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16475         made InInset() a const function, added getParFromID() function.
16476
16477         * buffer.[Ch]: added const version for inset_iterator functions,
16478         added getInsetFromID() function.
16479
16480         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16481         changed undo functions for new version.
16482
16483 2001-07-05  Juergen Vigna  <jug@sad.it>
16484
16485         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16486         unknow mechanism does not call the proper constructor but only this
16487         one also if I request the other!?
16488
16489 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16490
16491         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16492
16493         * text2.C (LyXText): use initialization lists.
16494
16495         * lyxtext.h (Selection): initialize set_ and mark_
16496         (init): remove method
16497
16498 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16499
16500         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16501
16502 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16503
16504         * screen.[Ch]: change method names to begin with lowercase
16505
16506         * BufferView_pimpl.C (updateScrollbar): simplify further and
16507         hopefully make it a bit faster.
16508
16509 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16510
16511         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16512         calling directly xforms functions.
16513
16514         * Painter.C (Painter):
16515         * lyx_cb.C (MenuWrite):
16516         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16517         fl_display.
16518
16519         * lyx_gui.C: remove bogus guiruntime extern declaration.
16520
16521 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16522
16523         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16524         in NEW_INSETS
16525         (redoDrawingOfParagraph): ditto
16526         (redoParagraphs): ditto
16527         (cutSelection): don't create a object for CutAndPaste use the
16528         static method directly
16529         (pasteSelection): ditto
16530
16531         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16532         LyXview (+ rename)
16533
16534 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16535
16536         * modifications to some other files because of this.
16537
16538         * Makefile.am (lyx_SOURCES): add XFormsView
16539
16540         * XFormsView.[Ch]: new files
16541
16542         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16543         the main window. Move the gui dependent stuff to XFormsView
16544
16545 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16546
16547         * tabular.C (GetCellInset): update cur_cell also in the row/col
16548         version of this function.
16549
16550         * lyxfunc.C: no need to include figure_form.h here.
16551
16552         * FontLoader.h:
16553         * lyxfunc.h:
16554         * lyxscreen.h:
16555         * text2.C:
16556         * lyxvc.C: no need to include forms.h here.
16557
16558 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16559
16560         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16561
16562         * lyxfunc.C (Dispatch):
16563         * Spacing.C (set):
16564         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16565         constructor argument.
16566
16567 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16568
16569         * paragraph.C (Paragraph): dont't clear, and just set layout.
16570         (makeSameLayout): use params's copy contructor.
16571
16572         * ParagraphParameters.[Ch] (makeSame): delete method
16573
16574 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16575
16576         * Variables.[Ch]: fix indentation, rename set to isSet
16577
16578 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16579
16580         * lyxfunc.C (Dispatch): fix typo
16581
16582 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16583
16584         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16585         upper_bound.
16586
16587         * bufferlist.C: include assert.h for emergencyWrite().
16588
16589 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16590
16591         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16592           give up at last (bug #425202) !
16593
16594 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16595
16596         * lyx_gui_misc.C:
16597         * sp_form.h:
16598         * sp_form.C:
16599         * spellchecker.h:
16600         * spellchecker.C: strip spellchecker options and bring up
16601           preferences tab instead
16602
16603 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16604
16605         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16606         the istringstream constructor
16607
16608 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16609
16610         * paragraph.C (getLayout): fix return value
16611
16612         * paragraph.h: do not declare getLayout as inline.
16613
16614         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16615
16616 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16617
16618         * lyxcursor.h (operator<): new func
16619         (operator>): new func
16620         (operator>=): new func
16621         (operator<=): new func
16622
16623         * text.C (changeCase): use selection.start and selection.end
16624         (changeRegionCase): require from to be <= to. Require par to be a
16625         valid paragraph.
16626
16627         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16628
16629 2001-06-27  Juergen Vigna  <jug@sad.it>
16630
16631         * text.C (cursorLeftOneWord): changed to return the cursor and added
16632         overlay with BufferView * parameter which calls this one.
16633         (getWord): added
16634         (selectWord): use new getWord function.
16635         (changeCase): renamed from changeWordCase as and extended to work
16636         also on selections.
16637
16638         * lyxtext.h: added enum word_location
16639
16640         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16641         changeCase as this operates now also on selections.
16642
16643 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16644
16645         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16646
16647         * many files: send debug output to Debug::INFO instead of
16648         Debug::ANY.
16649
16650         * converter.C (View):
16651         (Convert):
16652         (Move): send debug output to Debug::FILES instead of console.
16653
16654 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16655
16656         * lyxfunc.C (getStatus): use func_status
16657
16658         * func_status.h: new header, describing the results of
16659         LyXFunc::getStatus;
16660
16661         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16662         LFUN_MATH_HALIGN.
16663
16664 2001-06-25  The LyX Project  <jug@sad.it>
16665
16666         * buffer.C (sgmlOpenTag):
16667         (sgmlCloseTag):
16668         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16669
16670 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16671
16672         * text2.C: remove some dead code
16673
16674         * tabular.C (GetCellInset): store the last cell checked (gotten)
16675
16676         * tabular.h: add the helper for the speedup
16677
16678         * lyxtext.h: remove some dead code
16679
16680 2001-06-26  The LyX Project  <Asger>
16681
16682         * paragraph.C: Change export to LaTeX of alignment to
16683         \begin{center} and family for better roundtrip work with reLyX.
16684
16685         * Tune the math drawing a bit.
16686
16687 2001-06-25  The LyX Project  <Asger>
16688
16689         * LColor.C (LColor): New color for math background. New color
16690         for buttons.
16691
16692 2001-06-25  The LyX Project  <jug@sad.it>
16693
16694         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16695
16696         * lyxfunc.C (Open):
16697         * bufferlist.C (newFile): do not restrict to files ending with
16698         .lyx
16699
16700         * BufferView_pimpl.C (MenuInsertLyXFile):
16701
16702 2001-06-24  The LyX Project  <jug@sad.it>
16703
16704         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16705         of compare_no_case
16706
16707 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16708
16709         * lyxtext.h: rename most methods to begin with a small char.
16710         Lots of changes because of this.
16711
16712         * paragraph.C (Paragraph): do not call fitToSize
16713         (erase): call Pimpl::erase
16714         (insertChar): call Pimpl::insertChar
16715         (insertInset): call Pipl::insertInset
16716         (breakParagraph): do not call fitToSize
16717         (breakParagraphConservative): do not call fitToSize
16718         (fitToSize): remove method
16719
16720         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16721
16722 2001-06-24  The LyX Project  <Asger>
16723
16724         * Fix Qt compilation^2
16725
16726 2001-06-24  The LyX Project  <jug@sad.it>
16727
16728         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16729         depthHook(getDepth()-1).
16730
16731         * paragraph.h:
16732         * ParagraphParameters.h:
16733         * ParameterStruct.h: change type of depth to unsigned int ==
16734         depth_type. Many adaptations to other files before of that.
16735
16736 2001-06-24  The LyX Project  <Asger>
16737
16738         * Fix Qt compilation.
16739
16740 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16741
16742         * paragraph.h: renamed several methods to begin with small letter.
16743         several changes to many parts of the code because of this.
16744
16745 2001-06-23  The LyX Project  <jug@sad.it>
16746
16747         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16748         rewritten to discard all double spaces when KeepEmpty is off
16749         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16750         to only handle newlines but not fiddle with spaces and friends.
16751
16752         * lyxfunc.C (MenuNew): when doing 'new from template', use
16753         template_path as default directory
16754
16755 2001-06-23  The LyX Project  <Asger>
16756
16757         * Clean-up of header file includes all over
16758         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16759
16760 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16761
16762         * paragraph.h: renamed from lyxparagraph.h
16763
16764 2001-06-23  Asger  <lyx@violet.home.sad.it>
16765
16766         * Buffer.h: Removed Buffer::resize
16767         * BufferList.h: Removed BufferList::resize
16768         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16769         the document lazily when we change the width, or the font settings.
16770
16771 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16772
16773         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16774
16775 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16776
16777         * buffer.h: remove out of date comment
16778
16779 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16780
16781         * lyxscreen.h:
16782         * screen.C: fix "theoretical" GC leak
16783
16784 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16785
16786         * LaTeX.C (scanAuxFile):
16787         (deplog): remove trailing \r when reading stream (useful under
16788         win32)
16789
16790 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16791
16792         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16793         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16794         and BufferView::theLockingInset(Inset*), so should use them and not
16795         access bv_->text->the_locking_inset directly.
16796
16797         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16798
16799 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16800
16801         * Makefile.am:
16802         * tex-defs.h: remove old unused file
16803
16804 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16805
16806         * BufferView_pimpl.C: fix typo, remove minibuffer message
16807           when buffer has loaded
16808
16809 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16810
16811         * lyxfunc.C (Dispatch): use stringstream
16812         (MenuNew): use stringstream
16813         (Open): use stringstream
16814
16815         * importer.C (Import): use stringstream
16816
16817         * bufferview_funcs.C (CurrentState): use stringstream
16818
16819         * LaTeX.C (run): use stringstream
16820
16821         * BufferView_pimpl.C (savePosition): use stringstream
16822         (restorePosition): use stringstream
16823         (MenuInsertLyXFile): use stringstream
16824
16825 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16826
16827         * BufferView.C:
16828         * Bullet.C:
16829         * ColorHandler.C:
16830         * FontInfo.C:
16831         * FontLoader.C:
16832         * LColor.C:
16833         * LaTeXFeatures.C:
16834         * Painter.C:
16835         * gettext.C:
16836         * lyx_gui_misc.C:
16837         * lyxserver.C:
16838         * vspace.C: removed // -*- C++ -*- as first line.
16839
16840         * lyxfind.h:
16841         * version.h: added // -*- C++ -*- as first line.
16842
16843 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16844
16845         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16846
16847         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16848         of string
16849
16850 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16851
16852         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16853         of floats.
16854
16855 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16856
16857         * gettext.C: include LString.h even when --disable-nls is on.
16858
16859 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16860
16861         * converter.h (Get): changed argument type from int to
16862         FormatList::size_type to avoid unnecessary conversion.
16863
16864         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16865         before using it.
16866
16867 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16868
16869         * gettext.h: include LString.h even when --disable-nls is on.
16870
16871 2001-06-07  Juergen Vigna  <jug@sad.it>
16872
16873         * text.C (BreakAgain): subst spaces with tabs.
16874
16875         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16876         (resizeInsetsLyXText): set force on resizeLyXText.
16877
16878 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16879
16880         * gettext.h (gettext_init):
16881         (locale_init): use a real definition instead of a macro
16882
16883 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16884
16885         * Bufferview_pimpl.C:
16886         * LColor.h:
16887         * LColor.C: further lcolor tidies
16888
16889 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16890
16891         * BufferView_pimpl.C (updateScrollbar): simplify.
16892
16893         * BufferView2.C: don't include insets/insetinfo.h, change
16894         prototype for insertInset and call the Pimpl version. let
16895         updateInset call Pimpl version.
16896
16897         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16898         gotoInset to BufferView::Pimpl
16899
16900 2001-06-01  Juergen Vigna  <jug@sad.it>
16901
16902         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16903         inside a LockingInset (is the update needed at all?).
16904
16905 2001-05-31  Juergen Vigna  <jug@sad.it>
16906
16907         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16908         here not the old one otherwise how should we compare it afterwards
16909         if it's the same!
16910
16911 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16912
16913         * lyxfont.C:
16914         * tabular.C:
16915         * tabular-old.C:
16916         * FontInfo.C: bring C functions into global namespace when
16917         necessary
16918
16919 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16920
16921         * LString.h: make sure config.h has been loaded before LString.h.
16922
16923         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16924         (one for each char read by EatLine!).
16925
16926         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16927         variables.
16928
16929 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16930
16931         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16932         to the same as the par we break from
16933
16934 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16935
16936         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16937
16938         * MenuBackend.C (expand): also create menu entries for wide
16939         versions of the floats.
16940
16941         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16942
16943         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16944
16945         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16946         frontends/Makefile.am
16947
16948         * text2.C: adjust
16949         * text.C: adjust
16950
16951
16952         * tabular.C (getTokenValue): add std::
16953
16954         * tabular-old.C (getTokenValue): add std::
16955         (getTokenValue): ditto
16956         (getTokenValue): ditto
16957
16958         * screen.C (ToggleSelection): adjust
16959
16960         * lyxtext.h: put selection cursors inside a Selection struct.
16961
16962         * lyxfunc.C (moveCursorUpdate): adjust
16963
16964         * lyxfont.C (latexWriteStartChanges): add std::
16965
16966         * lyxfind.C: adjust
16967
16968         * font.h: delete with(char const *, LyXFont const &)
16969
16970         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16971
16972         * FontInfo.C (getFontname): add std::
16973
16974         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16975         (workAreaButtonPress): adjust
16976         (tripleClick): adjust
16977         (update): adjust
16978         (moveCursorUpdate): adjust
16979         (Dispatch): adjust
16980
16981         * BufferView2.C (gotoInset): adjust
16982
16983 2001-05-30  Juergen Vigna  <jug@sad.it>
16984
16985         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16986         to check pspell I add this as default as I now have new pspell
16987         libraries and they seem to use this.
16988
16989 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16990
16991         * text2.C (CutSelection): make the cursor valid before the call to
16992         ClearSelection.
16993
16994 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16995
16996         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16997         relied on 0 terminated strings and other horrors. Bug found due to
16998         the new assert in lyxstring!
16999
17000         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
17001         KP_ keys.
17002
17003 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17004
17005         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
17006         to latinkeys.bind.
17007
17008         * lyxfunc.C (processKeySym): change method of getting to the
17009         self-insert char.
17010
17011         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
17012         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
17013         * BufferView_pimpl.[Ch]: here as private methods.
17014
17015 2001-05-28  Juergen Vigna  <jug@sad.it>
17016
17017         * text.C (SetHeightOfRow): added the update() call again as it is
17018         needed to initialize inset dimensions!
17019
17020 2001-05-16  Juergen Vigna  <jug@sad.it>
17021
17022         * text2.C (SetCharFont): Add new function with BufferView * and
17023         bool toggleall parameters for setting insets internal fonts.
17024         (SetFont): Freeze the undo as we may change fonts in Insets and
17025         all this change should be inside only one Undo!
17026
17027         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
17028         setting font's in insets as for them we have the SetFont function!
17029
17030 2001-05-15  Juergen Vigna  <jug@sad.it>
17031
17032         * text2.C (ClearSelection): to be sure we REALLY don't have any
17033         selection anymore!
17034
17035         * tabular.C (TeXCellPreamble): fixed the left border problem for
17036         multicolumn cells.
17037
17038 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
17039
17040         * LaTeX.C (deplog): Make sure that the main .tex file is in the
17041         dependancy file
17042
17043 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17044
17045         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
17046         LFUN_BREAKPARAGRAPH.
17047
17048         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
17049         help test to "internal only", similar for LFUN_INSERT_URL
17050
17051         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
17052         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
17053         auto_region_delete and deadkeys.
17054
17055 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
17056
17057         * LColor.h:
17058         * LColor.C: remove some dead entries, tidy a little
17059
17060 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17061
17062         * lyxfunc.C (processKeySym): comment the Escape handling, remove
17063         commented code.
17064         (Dispatch): implement LFUN_ESCAPE
17065
17066         * commandtags.h: add LFUN_ESCAPE
17067
17068         * LyXAction.C (init): add entry for LFUN_ESCAPE
17069
17070         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
17071         Remove commented code.
17072         (insertNote): moved here
17073         (open_new_inset): moved here
17074
17075         * BufferView[2].[Ch]: move insertNote and open_new_inset to
17076         BufferView_pimpl
17077
17078 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17079
17080         * kbmap.C (findbinding): clean it up and make it work correctly.
17081
17082         * lyx_main.C (init): do not pass argc and argv as parameters
17083
17084 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
17085
17086         * buffer.C: fix path for OS/2 & Win32
17087
17088         * lyx_gui.C:
17089         * lyx_main:
17090         * lyx_main.C: Added os:: class.
17091
17092         * os2_defines.h: update
17093
17094 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17095
17096         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
17097         better by trying again with reduced state.
17098
17099 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17100
17101         * lyxrc.C (read): print error about invalid key sequence only when
17102         debugging (because not all latinX keysyms are known to some X
17103         servers)
17104
17105         * kbsequence.C (getiso): add a few std:: qualifiers
17106         (getiso): comment out extra return statement.
17107
17108 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17109
17110         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
17111         handling.
17112         (Dispatch): enhance the accent inset a bit. (not perfect)
17113
17114 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17115
17116         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
17117
17118 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17119
17120         * bufferlist.C (emergencyWrite): fix assert() call
17121
17122 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
17123
17124         * text.C (InsertChar): Added trivial patch to only send the "you
17125         can not do multiple spaces this way" message once during a
17126         session.
17127
17128 2001-05-08  Baruch Even  <baruch@lyx.org>
17129
17130         * Makefile.am: Changed order of libraries to get LyX to link properly
17131         with the gnome frontend.
17132
17133 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17134
17135         * LaTeXFeatures.h: add a std:: qualifier
17136
17137 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17138
17139         * paragraph.C (String): use stringstream
17140
17141 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17142
17143         * paragraph.C (writeFile): remove footflag arg
17144
17145         * buffer.C (makeLaTeXFile): use stringstream
17146         (latexParagraphs): remove footnot gurba
17147
17148         * LaTeXFeatures.C (getPackages): use stringstream
17149         (getMacros): likewise
17150         (getTClassPreamble): likewise
17151         (getFloatDefinitions): new method
17152
17153         * paragraph.C (writeFile): reindent
17154         (Erase): reindent
17155
17156         * WorkArea.h: revert the xpos + etc changes.
17157
17158         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
17159
17160         * lyxparagraph.[Ch]: add copy constructor, remove Clone
17161
17162         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
17163         (pasteSelection): likewise
17164         * text2.C (CreateUndo): likewise
17165
17166 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17167
17168         * minibuffer.C (peek_event): temporarily reduce the functionality
17169         of the minibuffer (to allow args on lfuns)
17170
17171         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
17172         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
17173
17174         * buffer.C (readInset): add compability reading of old float
17175         lists, add reading of new style float list.
17176         (readInset): avoid reevaluation of inscmd.getCmdName()
17177         (getLists): reindent
17178
17179         * MenuBackend.C (MenuItem): implement parsing of
17180         md_floatlistinsert and md_floatinsert.
17181         (expand::LastFiles): move initalizaton of iterators out of loop,
17182         avoid reevaluation.
17183         (expand::Documents): introduce typdedef vector<string> Strings,
17184         and use it.
17185         (expand::ExportFormats): introduce typedef vector<Format const *>
17186         Formats, and use it.
17187         (expand): implement FloatListInsert and FloatInsert.
17188
17189         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
17190         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
17191         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
17192
17193         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
17194         handling.
17195         (Dispatch::LFUN_FLOAT_LIST): implement
17196
17197 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
17198
17199         * LaTeX.C (run): Fix problem with --export code.
17200
17201 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17202
17203         * BufferView.[Ch] (workarea): removed.
17204         (getClipboard) new method; wrapper for workarea()->getClipboard()
17205
17206         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
17207         bug.
17208
17209         * WorkArea.h (width, height, xpos, ypos): These methods all
17210         returned the dimensions of the work_area sub-area of WorkArea,
17211         resulting in a position error if the WorkArea were resized. Now
17212         return the dimensions of the entire WorkArea.
17213
17214         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
17215
17216 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17217
17218         * LaTeX.C (deplog): correct the syntax of regex reg1
17219
17220 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17221
17222         * undo.C: remove !NEW_INSETS cruft
17223
17224 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17225
17226         * text2.C: remove !NEW_INSETS cruft
17227
17228         * text.C: remove !NEW_INSETS cruft
17229
17230         * tabular.C: remove !NEW_INSETS cruft
17231
17232         * spellchecker.C: remove !NEW_INSETS cruft
17233
17234         * lyxtext.h: remove !NEW_INSETS cruft
17235
17236         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
17237
17238         * lyxfunc.C: remove !NEW_INSETS cruft
17239
17240         * lyxfind.C: remove !NEW_INSETS cruft
17241
17242         * lyx_cb.C: remove !NEW_INSETS cruft
17243
17244         * figureForm.C: remove  !NEW_INSETS cruft
17245
17246         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
17247
17248         * buffer.[Ch]: remove !NEW_INSETS cruft
17249
17250         * ToolbarDefaults.C: remove !NEW_INSETS cruft
17251
17252         * CutAndPaste.C: remove !NEW_INSETS cruft
17253
17254         * BufferView_pimpl.C: remove !NEW_INSETS cruft
17255
17256         * BufferView2.C: remove !NEW_INSETS cruft
17257
17258         * BufferView.h: remove !NEW_INSETS cruft
17259
17260 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17261
17262         * Lsstream.h: include LString.h before the sstream headers to
17263         fix problem with gcc 2.95.3 and lyxstring
17264
17265 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17266
17267         * lyx_main.C: add using directives when needed for C functions
17268         declared in std:: namespace.
17269
17270 2001-04-27  Juergen Vigna  <jug@sad.it>
17271
17272         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17273         (SetHeightOfRow): comment out the update call should not be needed!
17274
17275 2001-04-13  Juergen Vigna  <jug@sad.it>
17276
17277         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17278         (LyXTabular): tried to minimize operator= operations (and realized
17279         hopfully Lars wish).
17280
17281 2001-04-27  Juergen Vigna  <jug@sad.it>
17282
17283         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17284
17285 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17286
17287         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17288
17289         * buffer.C (readInset): hack to make listof algorithm work
17290
17291         * BufferView_pimpl.C: hack to make listof algorithm work
17292
17293 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17294
17295         * LyXAction.C: removed all !NEW_INSETS cruft
17296         (init): moved lfun_item in method
17297
17298         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17299
17300 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17301
17302         * BufferView2.C (theLockingInset): white space.
17303
17304 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17305
17306         * minibuffer.C: include <iostream>
17307
17308         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17309
17310         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17311
17312         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17313
17314         * text.[Ch] (TransposeChars): new method
17315
17316 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17317
17318         * call message directly through LyXView instead of through LyXFunc
17319         * BufferView2.C: adjust
17320         * BufferView_pimpl.C: adjust
17321         * FontLoader.C: adjust
17322         * buffer.C: adjust
17323         * bufferview_funcs.C: adjust
17324         * converter.C: adjust
17325         * figureForm.C: adjust
17326         * importer.C: adjust
17327         * lyx_cb.C: adjust
17328         * lyx_gui_misc.C: adjust
17329         * lyxfunc.C: adjust
17330         * lyxvc.C: adjust
17331         * text2.C: adjust
17332         + more files in subdirs
17333
17334         * lyxparagraph.h (size): move up int file
17335         (GetLayout): ditto
17336
17337         * adjust all uses of Assert to lyx::Assert.
17338
17339         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17340         lyxfunctional in namespace lyx
17341         * layout.C (hasLayout): ditto
17342         (GetLayout): ditto
17343         (GetLayout): ditto
17344         (delete_layout): ditto
17345         (NumberOfClass): ditto
17346         * converter.C (GetFormat): ditto
17347         (GetNumber): ditto
17348         (Add): ditto
17349         (Delete): ditto
17350         (SetViewer): ditto
17351         * bufferlist.C (getFileNames): ditto
17352         (emergencyWriteAll): ditto
17353         (exists): ditto
17354         (getBuffer): ditto
17355         * MenuBackend.C (hasSubmenu): ditto
17356         (hasMenu): ditto
17357         (getMenu): ditto
17358         * BufferView_pimpl.C (getInsetByCode): ditto
17359
17360 2001-04-18  Juergen Vigna  <jug@sad.it>
17361
17362         * vspace.C (asLatexString): fixed the 100% problem.
17363
17364 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17365
17366         * lyxfunc.C (Dispatch):
17367         * minibuffer.C:
17368         * minibuffer.h: add a few std:: qualifiers
17369
17370 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17371
17372         * minibuffer.[Ch]: reimplement so that commands is initiated and
17373         run from lyxfunc, simplified som handling, and made the completion
17374         and history code for complete. wip.
17375
17376         * lyxfunc.C (processKeySym): call message
17377         (miniDispatch): new temporary method
17378         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17379         (LFUN_MESSAGE): implement
17380         (LFUN_MESSAGE_PUSH): implement
17381         (LFUN_MESSAGE_POP): implement
17382         (initMiniBuffer): the initial/defualt minibuffer message.
17383
17384         * lyxfont.[Ch]: inline some more getters
17385
17386         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17387
17388         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17389
17390         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17391         (AutoSave): use LFUN_MESSAGE
17392         (Reconfigure): ditto
17393
17394         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17395
17396         * figureForm.C: use LFUN_MESSAGE
17397
17398         * converter.C (runLaTeX): use LFUN_MESSAGE
17399
17400         * bufferview_funcs.C: use LFUN_MESSAGE
17401         (Melt): ditto
17402         (changeDepth): ditto
17403
17404         * bufferparams.h: use boost::
17405
17406         * bufferlist.h: inherit privately from noncopyable
17407
17408         * bufferlist.C (loadLyXFile): remove some commented code.
17409
17410         * buffer.C (runChktex): use LFUN_MESSAGE
17411
17412         * ShareContainer.h: inherit privately from noncopyable
17413
17414         * ParagraphParameters.[hC] (depth): inline it.
17415
17416         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17417         methods.
17418         (message): new method
17419         (messagePush): ditto
17420         (messagePop): ditto
17421         (show): init minibuffer
17422         (showState): direct call
17423
17424         * LaTeX.[Ch]: inherit privately from noncopyable
17425         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17426         instead of WriteStatus.
17427
17428         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17429
17430         * BufferView_pimpl.C (buffer): don't init minibuffer
17431         (workAreaButtonPress): use LFUN_MESSAGE
17432         (workAreaButtonRelease): ditto
17433         (savePosition): ditto
17434         (restorePosition): ditto
17435         (MenuInsertLyXFile): ditto
17436         (workAreaExpose): don't init minibuffer
17437         (update): remove commented code, simplify
17438
17439         * BufferView2.C (openStuff): use LFUN_MESSAGE
17440         (toggleFloat): ditto
17441         (menuUndo): ditto
17442         (menuRedo): ditto
17443         (copyEnvironment): ditto
17444         (pasteEnvironment): ditto
17445         (copy): ditto
17446         (cut): ditto
17447         (paste): ditto
17448         (gotoInset): ditto
17449         (updateInset): remove some commented code
17450
17451         * lastfiles.h: inherit privately from noncopyable
17452         * layout.h: ditto
17453         * lyx_gui.h: ditto
17454         * lyx_main.h: ditto
17455         * lyxlex.h: ditto
17456         * lyxlex_pimpl.h: ditto
17457
17458         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17459         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17460         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17461
17462         * LyXAction.h: inherit privately from noncopyable, add methods
17463         func_begin, func_end, returning iterators to the func map.
17464
17465         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17466         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17467         (func_begin): new method
17468         (func_end): new method
17469
17470         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17471         and not)
17472         (copySelection): ditto
17473         (pasteSelection): ditto
17474
17475         * BufferView.C: whitespace change
17476         * BufferView.h: inherit privately from noncopyable
17477
17478 2001-04-16  Allan Rae  <rae@lyx.org>
17479
17480         * tabular-old.C (l_getline):
17481         * spellchecker.C (sc_check_word):
17482         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17483         an unrecognised preprocessor directive.  So ensure they're wrapped.
17484
17485 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17486
17487         * src/exporter.C (Export): Give an error message when path to file
17488         contains spaces.
17489
17490 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17491
17492         * LaTeX.C (deplog): Always check that foundfile exists.
17493
17494 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17495
17496         * lyx_main.h:
17497         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17498
17499 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17500
17501         * tabular.[Ch] (getLabelList): implement new method
17502
17503         * minibuffer.h: comment ouf setTiimer
17504
17505         * minibuffer.C (ExecutingCB): constify res
17506         (peek_event): constify s
17507         (Set): constify ntext
17508         (Init): constify nicename
17509
17510         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17511
17512         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17513         (savePosition): use two params to Minibuffer::Set
17514         (restorePosition): ditto
17515
17516 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17517
17518         * lyx_main.C: include language.h
17519
17520         * Makefile.am (lyx_main.o): add language.h
17521
17522 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17523
17524         * exporter.C:
17525         * paragraph.C:
17526         * screen.C:
17527         * tabular.C:
17528         * CutAndPaste.C: include gettext.h
17529
17530         * lyxfont.h: remove old hack with ON and OFF.
17531
17532         * lyxparagraph.h:
17533         * lyxfont.h: do not include language.h...
17534
17535         * BufferView2.C:
17536         * LaTeXFeatures.C:
17537         * Painter.C:
17538         * bufferview_funcs.C:
17539         * font.C:
17540         * lyxfont.C:
17541         * text.C:
17542         * text2.C:
17543         * trans_mgr.C:
17544         * paragraph.C: ... but do it here instead
17545
17546 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17547
17548         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17549
17550         * tabular.C: small reformat
17551
17552         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17553         NEW_INSETS version
17554         (GetChar): ditto
17555         (BreakParagraph): ditto
17556         (SetOnlyLayout): ditto
17557         (SetLayout): ditto
17558
17559         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17560         with one arg less.
17561
17562         * lastfiles.C: removed most using decl, add std:: where needed
17563
17564         * buffer.C: ws changes
17565
17566         * MenuBackend.C (class compare_format): put into anon namespace
17567         (expand): constify label, names, action, action2
17568         (expand):
17569
17570         * text.C (SingleWidth): constify font
17571         (IsBoundary): constify rtl2
17572         (GetVisibleRow): constify ww
17573
17574         * LaTeX.C (deplog): constify logfile
17575
17576         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17577         start_x, end_x
17578         (workAreaExpose): constify widthChange, heightChange
17579
17580         * lyxrow.C (par): moved
17581         (height): moved
17582         (next): moved
17583         * lyxrow.h: as inlines here
17584
17585         * lyxfont.h (shape): moved from lyxfont.C
17586         (emph): moved from lyxfont.C
17587
17588         * lyxfont.C (LyXFont): use initialization list for all
17589         constructors
17590         (shape): move to lyxfont.h as inline
17591         (emph): move to lyxfont.h as inline
17592
17593
17594 2001-04-04  Juergen Vigna  <jug@sad.it>
17595
17596         * vspace.C: had to include stdio.h for use of sscanf
17597
17598 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17599
17600         * BufferView.h:
17601         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17602         independent of xforms.
17603
17604 2001-04-02  Juergen Vigna  <jug@sad.it>
17605
17606         * spellchecker.C: fixed namespace placing!
17607
17608 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17609
17610         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17611         the LyXParagraph * is 0.
17612
17613 2001-03-29  Juergen Vigna  <jug@sad.it>
17614
17615         * vspace.C: added support for %, c%, p%, l%.
17616         (stringFromUnit): added helper function.
17617         (asLatexString): changed to give right results for the %-values.
17618
17619         * buffer.C: convert the widthp in a width%.
17620
17621 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17622
17623         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17624         figureForm.[Ch].
17625
17626         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17627         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17628
17629         * lyx_cb.[Ch]: see above.
17630
17631         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17632         form1.[Ch].
17633
17634         * form1.[Ch]:
17635         * lyx.[Ch]: replaced by figure_form.[Ch].
17636
17637         * lyx_gui.C:
17638         * lyx_gui_misc.C:
17639         * lyxfunc.C: changed headers associated with above changes.
17640
17641 2001-03-27  Juergen Vigna  <jug@sad.it>
17642
17643         * BufferView_pimpl.C: set the temporary cursor right!
17644
17645 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17646
17647         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17648
17649 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17650
17651         * LString.h: removed "using std::getline"!
17652
17653         * BufferView_pimpl.C (Dispatch): changes due to changes in
17654         InsetInclude::Params.
17655
17656         * buffer.C (tag_name): removed redundant break statements as they were
17657         producing lots of warnings with my compiler.
17658
17659 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17660
17661         * LString.h: add "using std::getline" when using the real <string>.
17662
17663 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17664
17665         * buffer.C: removed bitset usage.
17666         PAR_TAG moved to an anonymous name space.
17667         (tag_name): new funtion, also in the anonymous namespace.
17668         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17669         (makeDocBookFile): clean code. Completed transition from string arrays
17670         to string vectors.
17671         (SimpleDocBookOnePar): code clean.
17672
17673 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17674
17675         * tabular.C: add some comments.
17676
17677 2001-03-22  Juergen Vigna  <jug@sad.it>
17678
17679         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17680         compatibility read a bit and fixed bug with minipage in different
17681         depth.
17682
17683 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17684
17685         * buffer.C (pop_tag): removed.
17686         (push_tag): removed.
17687         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17688         array replaced with vector. Added support for CDATA sections.
17689         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17690         at any nest level.
17691         (makeDocBookFile): XML conformant declaration of CDATA section,
17692         fixed bug related to <emphasis> in the first paragraph char.
17693         (sgmlOpenTag): exclude empty tags.
17694         (sgmlCloseTag): ditto.
17695
17696         * buffer.h (pop_tag): removed.
17697         (push_tag): removed.
17698
17699 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17700
17701         * language.h (Languages): added size_type and size().
17702
17703 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17704
17705         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17706         response on compability reading of minipages. One probliem is that
17707         the old usage of minipages was flertydig
17708
17709         * several files here and in subdirs: don't use static at file
17710         scope use anon namespaces instead.
17711
17712 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17713
17714         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17715         LaTeX output. This is necessary for Literate document
17716         processing.
17717
17718 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17719
17720         * buffer.C: insert hfill when needed.
17721
17722         * tabular.C (l_getline): use string::erase, small whitespace change.
17723
17724         * BufferView_pimpl.C: try the anon namespace.
17725         * WorkArea.C: ditto
17726
17727 2001-03-16  Juergen Vigna  <jug@sad.it>
17728
17729         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17730         otherwise it won't open options-dialogs.
17731
17732         * buffer.C: honor pextraWidth(p) on converting minipages.
17733
17734         * tabular.C (l_getline): changed the functions to strip trailing \r.
17735
17736 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17737
17738         * BufferView_pimpl.C:
17739         * minibuffer..C: added "using SigC::slot" declaration.
17740
17741 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17742
17743         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17744
17745         * text2.C: ditto
17746
17747         * text.C: ditto
17748
17749         * paragraph.C: ditto
17750
17751         * lyxtext.h: NO_PEXTRA
17752
17753         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17754
17755         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17756         * ParameterStruct.h: ditto
17757         * ParagraphParameters.h: ditto
17758         * lyxparagraph.h: ditto
17759
17760 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17761
17762         * buffer.C: add compability for minipage alignment.
17763         (latexParagraphs): remove unwanted pextra check.
17764
17765         * several files: remove CXX_WORKING_NAMESPACES
17766
17767         * buffer.C (pop_tag): tie is in namespace boost
17768
17769         * BufferView.h: noncopyable is in namespace boost
17770         * lyxlex.h: ditto
17771         * lyx_main.h: ditto
17772         * lyx_gui.h: ditto
17773         * layout.h: ditto
17774         * lastfiles.h: ditto
17775         * bufferlist.h: ditto
17776         * ShareContainer.h: ditto
17777         * LyXView.h: ditto
17778         * LyXAction.h: ditto
17779         * LaTeX.h: ditto
17780
17781 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17782
17783         * Merging changes from BRANCH_MVC back into HEAD.
17784
17785         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17786
17787 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17788
17789         * BufferView_pimpl.C: change from intl.C
17790
17791         * combox.h:
17792         * combox.C:
17793         * Makefile.am: move combox.*
17794
17795         * form1.h:
17796         * form1.C:
17797         * lyx_gui.C:
17798         * intl.h:
17799         * intl.C: remove dialog (covered by prefs)
17800
17801 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17802
17803         * lyxfunc.C (Dispatch): removed redundant break statement.
17804
17805 2001-03-14  Juergen Vigna  <jug@sad.it>
17806
17807         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17808
17809 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17810
17811         * buffer.C: add hack to fix compability reading of minipages.
17812
17813 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17814
17815         * buffer.C (getLists): Cleanup.
17816
17817 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17818
17819         * lyxfont.C (update): don't honor toggleall on font size.
17820
17821 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17822
17823         * bmtable.c:
17824         * bmtable.h:
17825         * Makefile.am: moved to frontends/xforms/
17826
17827         * lyx_gui_misc.C:
17828         * lyxfunc.C:
17829         * BufferView_pimpl.C: changes for moved mathpanel
17830
17831 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17832
17833         * gettext.h: fix gettext_init() in --disable-nls
17834
17835 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17836
17837         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17838
17839 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17840
17841         * lyx.C:
17842         * lyx.h: strip external form
17843
17844 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17845
17846         * BufferView_pimpl.C: add comment, destroySplash()
17847
17848 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17849
17850         * BufferView_pimpl.C:
17851         * LyXAction.C:
17852         * buffer.C:
17853         * commandtags.h:
17854         * lyxfunc.C: use re-worked insetinclude
17855
17856 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17857
17858         * buffer.C: add using std::stringstream.
17859
17860         * lyx_cb.C: readd using std::ios.
17861
17862         * buffer.C: add using std::map.
17863
17864         * BufferView_pimpl.C: add using std::vector.
17865
17866         * ShareContainer.h: add std:: to swap.
17867
17868         * buffer.h: add some typedefs
17869         * buffer.C (getLists): use them
17870         (getLists): renamed from getTocList.
17871         add a counter for the different float types and use it in the
17872         generated string.
17873         (getLists): use the same counter for the NEW_INSETS and the "non"
17874         NEW_INSETS
17875
17876         * lyx_cb.h: remove unused items, includes, using etc.
17877
17878         * ShareContainer.h: remove some commented code, add more comments
17879         and "documentation".
17880
17881 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17882
17883         * buffer.C (getTocList): make the list also when NEW_INSETS is
17884         defined.
17885
17886         * buffer.h: remove TocType
17887
17888         * buffer.C (getTocList): change to return a map<string,
17889         vector<TocItem> >, implement for dynamic number of list.
17890
17891         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17892         * text2.C (PasteSelection): adjust
17893         * CutAndPaste.C (pasteSelection): adjust
17894
17895         * FloatList.C (FloatList): update from the new_insets branch.
17896         * Floating.[Ch]: ditto
17897         * LaTeXFeatures.C: ditto
17898         * buffer.C: ditto
17899         * lyxlex_pimpl.C: ditto
17900
17901         * paragraph.C (Last): remove when NEW_INSETS is defined.
17902
17903         * other file: changes because of the above.
17904
17905 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17906
17907         * lyxparagraph.h: rename next to next_, previous to previous_,
17908         make them private for NEW_INSETS. Rename Next() to next(),
17909         Previous() to previous().
17910
17911         * other files: changes because of the above.
17912
17913 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17914
17915         * BufferView.h:
17916         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17917         problem.
17918
17919 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17920
17921         * main.C (main): pass lyx_localedir to gettext_init().
17922
17923         * gettext.h: remove locale_init and gettext_init macros
17924
17925         * gettext.C (locale_init): new function
17926         (gettext_init): new function
17927
17928         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17929         setlocale().
17930
17931 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17932
17933         * Moved credits to frontends:
17934         * credits.[Ch]: removed
17935         * credits_form.[Ch]: removed
17936         * lyx_gui_misc.C: remove credits stuff
17937         * Makefile.am:
17938
17939 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17940
17941         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17942
17943         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17944         unneeded destructor.
17945
17946         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17947         a standalone pointer again.
17948
17949         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17950
17951 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17952
17953         * Makefile.am:
17954         * filedlg.h:
17955         * filedlg.C:
17956         * LyXAction.C:
17957         * ToolbarDefaults.C:
17958         * bufferlist.C:
17959         * commandtags.h:
17960         * form1.C:
17961         * form1.h:
17962         * lyx_cb.C:
17963         * lyx_cb.h:
17964         * lyxfunc.h:
17965         * lyxfunc.C:
17966         * BufferView_pimpl.C: use new file dialog in GUII
17967
17968         * lyx_cb.h:
17969         * lyx_cb.C: remove LayoutsCB to Toolbar
17970
17971 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17972
17973         * ShareContainer.h (get): add std:: qualifier
17974
17975 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17976
17977         * ShareContainer.h: define a proper ShareContainer::value_type
17978         type (and use typename to please compaq cxx)
17979
17980 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17981
17982         * lyxparagraph.h: move serveral local vars to
17983         ParameterStruct/ParagraphParameters., use ShareContainer in
17984         FontTable., make vars in FontTable private and add getter and
17985         setter.
17986
17987         * paragraph.C: changes because of the above.
17988
17989         * lyxfont.h: remove copy constructor and copy assignment. (the
17990         default ones is ok), move number inside FontBits. move inlines to
17991         lyxfont.C
17992
17993         * lyxfont.C: add number to initializaton of statics, move several
17994         inlines here. constify several local vars. some whitespace
17995         cleanup. Dont hide outerscope variables.
17996
17997         * Spacing.h: add two new constructors to match the set methods.
17998
17999         * ShareContainer.h: new file, will perhaps be moved to support
18000
18001         * ParameterStruct.h: new file
18002
18003         * ParagraphParameters.h: new file
18004
18005         * ParagraphParameters.C: new file
18006
18007         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
18008         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
18009
18010         * BufferView_pimpl.C: ParagraphParameter changes.
18011         * buffer.C: Likewise.
18012         * bufferview_funcs.C: Likewise.
18013         * text.C: Likewise.
18014         * text2.C: Likewise.
18015
18016 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18017
18018         * lyxfind.C (LyXReplace): do not redefine default argument in
18019         implementation.
18020         (IsStringInText): ditto
18021         (SearchForward): ditto
18022         (SearchBackward): ditto
18023
18024 2001-03-06  Juergen Vigna  <jug@sad.it>
18025
18026         * lyxfind.C (IsStringInText): put parentes around expressions.
18027
18028 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
18029
18030         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
18031
18032 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
18033
18034         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
18035
18036         * stl_string_fwd.h: add comment
18037
18038         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
18039
18040         * tabular.h:
18041         * tabular.C: remove unused DocBook methods
18042
18043         * intl.C:
18044         * language.C:
18045         * paragraph.C:
18046         * buffer.C:
18047         killed DO_USE_DEFAULT_LANGUAGE
18048
18049 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18050
18051         * lyx_gui.C: do not include language.h.
18052
18053         * bufferview_funcs.C (ToggleAndShow): do not provide optional
18054         arguments in function implementation.
18055
18056 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18057
18058         * BufferView_pimpl.C: add <ctime>
18059
18060 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18061
18062         * BufferView_pimpl.C: add using std::find_if
18063
18064 2001-02-27  José Matos  <jamatos@fep.up.pt>
18065
18066         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
18067         by OnlyPath.
18068
18069 2001-02-11  José Matos  <jamatos@fep.up.pt>
18070
18071         * buffer.C (makeDocBookFile): command styles now have a parameter as
18072         "title" by default.
18073
18074 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
18075
18076         * layout_forms.[Ch]: removed
18077         * lyx_cb.[Ch]: out character
18078         * lyx_gui.C: out character
18079         * lyx_gui_misc.C: out character
18080         * bufferview_funcs.C: : out character,
18081         added toggleall as parameter in ToggleAndShow
18082
18083 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
18084
18085         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
18086
18087         * text2.C (SetCurrentFont): Disable number property at boundary.
18088
18089 2001-02-26  Juergen Vigna  <jug@sad.it>
18090
18091         * lyxfunc.C (getStatus): added a string argument override function so
18092         that this is correctly called from LyXFunc::Dispatch if it contains a
18093         do_not_use_argument which is used!
18094         (Dispatch): added check for "custom" export and call appropriate func.
18095
18096 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
18097
18098         * lyxrc.C: Add language_command_local, language_use_babel and
18099         language_global_options.
18100
18101         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
18102
18103         * buffer.C (makeLaTeXFile): Use language_use_babel and
18104         language_global_options.
18105
18106 2001-02-23  Juergen Vigna  <jug@sad.it>
18107
18108         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
18109         which works with LyXText and putted it inside BufferView. Here now we
18110         only call for that part the BufferView::Dispatch() function.
18111
18112         * BufferView.C (Dispatch): added.
18113
18114         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
18115         functions which needs to use a LyXText over from LyXFunc.
18116         (MenuInsertLyXFile): added
18117         (getInsetByCode): added
18118         (moveCursorUpdate): added
18119         (static TEXT): added
18120
18121 2001-02-22  Juergen Vigna  <jug@sad.it>
18122
18123         * BufferView_pimpl.C (update): call a status update to see if LyXText
18124         needs it.
18125
18126 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18127
18128         * vc-backend.C (revert): implement for CVS
18129         (getLog): implement for CVS
18130
18131 2001-02-20  Juergen Vigna  <jug@sad.it>
18132
18133         * text2.C (ClearSelection): added BufferView param for inset_owner call
18134
18135         * lyxfunc.C (TEXT): added this function and use it instead of
18136         directly owner->view()-text of getLyXText().
18137
18138 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
18139
18140         * src/layout_forms.C: out preamble
18141         * src/layout_forms.h: out preamble
18142         * src/lyx_cb.C: out preamble
18143         * src/lyx_cb.h: out preamble
18144         * src/lyx_gui.C: out preamble
18145         * src/lyx_gui_misc.C: out preamble
18146         * src/lyxfunc.C: connect with guii preamble
18147
18148 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
18149
18150         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
18151
18152 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
18153
18154         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
18155         whether to run bibtex.
18156
18157 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
18158
18159         * Makefile.am (lyx_SOURCES): Remove BackStack.h
18160
18161 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
18162
18163         * Makefile.am (lyx_SOURCES): removed bibforms.h
18164
18165         * vspace.h: doxygen
18166
18167         * text.C (GetVisibleRow): make several local vars const
18168
18169         * tabular.C: small cleanup.
18170
18171         * lyxserver.C (callback): use compare instead of strncmp
18172
18173         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
18174         inlines to after class or to paragraph.C
18175
18176         * lyxfont.h: remove friend operator!=
18177
18178         * converter.h: move friend bool operator< to non friend and after
18179         class def.
18180
18181         * combox.h: small cleanup
18182
18183         * buffer.h: doxygen, remove unused constructor, move inclas inlies
18184         to inlines after class def.
18185
18186         * buffer.C (pop_tag): use string operations instead of strcmp
18187
18188         * bmtable.c: doxygen, small cleanup
18189
18190         * LaTeX.h: remove friend operator==
18191
18192 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
18193
18194         * screen.C:
18195         * lyxrc.[Ch]:
18196         * lyxfunc.C:
18197         * lyxfont.[Ch]:
18198         * lyx_cb.C:
18199         * intl.[Ch]:
18200         * commandtags.h:
18201         * buffer.C:
18202         * WorkArea.[Ch]:
18203         * LyXAction.C:
18204         * BufferView_pimpl.C:
18205         * BufferView.[Ch]: remove cruft
18206
18207 2001-02-14  Juergen Vigna  <jug@sad.it>
18208
18209         * lyxfunc.C: removed #if 0 unused code
18210
18211         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
18212
18213         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
18214
18215         * text2.C (SetSelection): added a BufferView * parameter
18216
18217 2001-02-13  Juergen Vigna  <jug@sad.it>
18218
18219         * lyxfunc.C (Dispatch): fixed protected blank problem.
18220         * BufferView2.C (protectedBlank): added LyxText * parameter.
18221
18222         * tabular.C (AppendRow): forgot to set row_info of newly added row.
18223         (AppendColumn): same as above for column_info.
18224
18225         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18226         (moveCursorUpdate): use a LyXText param for support of InsetText.
18227
18228         * BufferView_pimpl.C (doubleClick): added support for InsetText.
18229         (tripleClick): ditto
18230
18231         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
18232
18233         * BufferView_pimpl.C (update): added LyXText param to honor insets.
18234
18235         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
18236
18237         * text2.C (SetSelection): set correct update status if inset_owner
18238         (ToggleFree): ditto
18239
18240 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
18241
18242         * tabular.C: remove some commented code.
18243
18244 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
18245
18246         * BufferView_pimpl.C: call hideSplash()
18247
18248         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
18249
18250         * include_form.h:
18251         * bibforms.h: remove
18252
18253         * lyxfunc.C:
18254         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18255           add LFUN_CHILD_CREATE
18256
18257         * counters.h: fix tiny typo
18258
18259         * lyx_cb.C:
18260         * lyx.h:
18261         * lyx_gui.C:
18262         * lyx.C: move splash to frontends/xforms/
18263
18264         * lyx_gui_misc.C: move Include and Bibform to frontends
18265
18266         * lyxvc.h: clarify comment
18267
18268         * vspace.C: tiny housekeeping
18269
18270 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18271
18272         * text.C (PrepareToPrint): RTL Fix.
18273
18274         * paragraph.C (GetUChar): New method.
18275         (String):  Use GetUChar.
18276
18277         * buffer.C (asciiParagraph): Use GetUChar.
18278
18279 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18280
18281         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18282
18283 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18284
18285         * buffer.h:
18286         * buffer.C: rename to getLogName(), handle
18287           build log / latex log nicely
18288
18289 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18290
18291         * MenuBackend.C:
18292         * MenuBackend.h: remove support for reference menuitem type.
18293
18294 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18295
18296         * BufferView_pimpl.C: housekeeping
18297         * BufferView_pimpl.h:
18298         * LyXView.h:
18299         * Makefile.am:
18300         * Timeout.C:
18301         * Timeout.h:
18302         * minibuffer.h: move Timeout GUI-I
18303
18304 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18305
18306         * lyxrc.C (read): Update converters data-structures.
18307
18308 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18309
18310         * LaTeX.h (operator!=): add operator != for Aux_Info
18311
18312 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18313
18314         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18315
18316         * LaTeXLog.C: deleted, useful code moved to Buffer
18317
18318         * buffer.h:
18319         * buffer.C: new function getLatexLogName()
18320
18321         * lyx_gui_misc.C:
18322         * lyx_gui.C:
18323         * lyxvc.C:
18324         * lyxvc.h:
18325         * lyxfunc.C: use frontends for LaTeX and VC logs
18326
18327 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18328
18329         * LaTeX.h: yet another std:: that Allan forgot.
18330
18331         * Variables.C (set): renamed from isset(), because this clashes
18332         with some HP-UX macros (grr).
18333
18334 2001-02-06  Allan Rae  <rae@lyx.org>
18335
18336         * LaTeX.h: Another bug fix.  Missing std:: this time.
18337
18338 2001-02-04  Allan Rae  <rae@lyx.org>
18339
18340         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18341         floats problem. I've left it commented out because it's not quite
18342         correct.  It should also test that the current object is a table or
18343         figure inset.  But I haven't gotten around to figuring out how to do
18344         that.  I *think* it'll be something like: "table" == inset.type()
18345
18346         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18347         bool.
18348
18349 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18350
18351         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18352         all the citation/databases/styles in the auxilary file.
18353         (run): Rerun latex if there was a babel language error.
18354
18355 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18356
18357         * text.C (Backspace): Preserve the font when changing newline char
18358         with a space.
18359         (BreakParagraph): If the cursor is before a space, delete the space.
18360
18361         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18362
18363 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18364
18365         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18366         new argument (code).
18367         (ChangeCitationsIfUnique): New method.
18368
18369         * paragraph.C (GetPositionOfInset): Handle bibkey.
18370
18371 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18372
18373         * BufferView_pimpl.h: change type of Position::par_pos to
18374         LyXParagraph::size_type.
18375
18376 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18377
18378         * BufferView_pimpl.C (savePosition, restorePosition): Write
18379         messages to minibuffer.
18380
18381 2001-01-28  José Matos  <jamatos@fep.up.pt>
18382
18383         * buffer.C (makeDocBookFile): adds support for document language.
18384         A silly restriction on the name of LatexCommand types where removed.
18385         Added support for CDATA sections, allows to chars unescaped, used
18386         among others in code, to avoid escape < and >.
18387
18388 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18389
18390         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18391         saved positions instrad of a stack. Furthermore, a position is
18392         stored using paragraph id/paragraph position.
18393
18394         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18395         Remove LFUN_REF_BACK.
18396
18397 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18398
18399         * converter.C (dvipdfm_options): New method.
18400
18401 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18402
18403         * vspace.C (isValidLength): Fix for empty input string.
18404
18405 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18406
18407         * LyXAction.C (init): change description of LFUN_FIGURE to
18408         "Insert Graphics"
18409
18410 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18411
18412         * LaTeX.C: add using directive
18413
18414 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18415
18416         * MenuBackend.C (expand): Fix the sorting of the formats.
18417
18418 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18419
18420         * lyx_main.C: tiny error message fix
18421
18422 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18423
18424         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18425         calling fl_initialize(). This fixes the problem with ',' as
18426         decimal separator in text files.
18427
18428 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18429
18430         * trans.C (process): Fix the keymap bug.
18431
18432 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18433
18434         * LaTeX.C (scanAuxFiles): New method. Provides support for
18435         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18436         (scanLogFile) Scan for "run BibTeX" messages.
18437
18438         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18439         OT1 font encoding. Also, load the aecompl package if the ae
18440         package is loaded.
18441
18442         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18443
18444 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18445
18446         * texrow.C (increasePos): turn two error messages into debug
18447         messages.
18448
18449 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18450
18451         * LaTeX.C (scanAux): Handle the \@input macro.
18452         (runBibTeX): Use scanAux().
18453
18454         * language.C (latex_options_): New field.
18455
18456         * LaTeXFeatures.C (getMacros): Add language macros.
18457
18458         * buffer.C (makeLaTeXFile): Small fix.
18459
18460 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18461
18462         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18463
18464         * text2.C: add a using directive.
18465
18466 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18467
18468         * BufferView2.C:
18469         * lyx_gui_misc.h:
18470         * lyxfr1.C:
18471         * lyxfunc.C: kill LyXBell.
18472
18473 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18474
18475         * text.C (IsBoundary): Remove the error message
18476
18477         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18478
18479         * lyxrc.C (setDefaults): Correct initialization value for
18480         font_norm_type.
18481
18482 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18483
18484         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18485         gotoError().
18486
18487         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18488         and GotoNextNote().
18489
18490         * src/LyXAction.C: Added reference-next.
18491
18492         * text.C (InsertChar): Use contains instead of strchr.
18493
18494         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18495
18496 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18497
18498         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18499         alignment commands (when needed).
18500
18501         * text.C (InsertChar): Add ':' to number separator chars.