]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
a6ecbd8d46d90c114d4b96d64581ed5b8f25ae38
[lyx.git] / src / ChangeLog
1 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * text3.C (getStatus): 
4         * MenuBackend.C (expandBranches): take the branch list from the
5         master document (bug 2092).
6         
7         * MenuBackend.C (expandBranches): 
8         * bufferparams.C (writeFile): use BranchList type.
9
10 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11
12         * text3.C (dispatch, getStatus): 
13         * LyXAction.C (init): 
14         * lfuns.h: get rid of LFUN_KEYMAP_TOGGLE
15
16 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
17
18         * toc.C (getTocList): skip paragraphs which toclevel is NOT_IN_TOC.
19
20 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
21
22         * text.C (insertChar): do not reset boundary (bug 2061)
23
24 2005-10-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
25
26         * dociterator.C (updateInsets): new method. Updates the inset_
27         cache of all the slices of the iterator.
28
29         * text2.C (deleteEmptyParagraphMechanism): compare also containing
30         insets when comparing pit/pos; pass the right cursor to
31         recordUndo; when a paragraph has been deleted, compare `old.top()' to
32         the right cursor slice of `cur'; use updateInsets on cur to make
33         sure that the inset caches are correct; general cleanup.
34
35 2005-10-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
36
37         * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to
38         dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to
39         containg inset. If this does not work, the same command will be
40         sent to other insets down the queue by LCursor::dispatch. (bug 2066)
41
42         * lyxfunc.C (dispatch): make sure the cursor is correct when doing
43         a dispatch.
44
45 2005-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
46
47         * lyxtextclass.C (Read): convert layout file if the format is wrong
48         * lyxtextclass.C (layout2layout): new, needed for the above
49
50 2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
51
52         * messages.C: do not forget to include <cerrno>.
53
54 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
55
56         * dociterator.h (StableDocIterator): add access to pos().
57         * undo.C (samePar): new method to check if two
58         iterators are in the same paragraph
59         * undo.C (recordUndo): check for samePar instead of cell identity
60         (which includes pos() and is too strict) (fixes bug 2097)
61
62 2005-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
63
64         * text.C (setCursorFromCoordinates): return a bool telling whether
65         dEPM triggered.
66
67         * text3.C (cursorPrevious): update if needed after
68         setCursorFromCoordinates (when dEPM triggered).
69
70         * text2.C (cursorDown, cursorUp): make sure to reset the anchor
71         (otherwise the anchor may be completely wrong and make dEPM assert).
72
73 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
74
75         * buffer.C: version upgrade to 245.
76         * bufferparams.C: remove \quotes_times (bug 2090).
77         * text3.C (doDispatch): LFUN_QUOTE_INSERT has to output double
78         quotation marks as default.
79
80 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
81
82         * CutAndPaste.C (nrOfParagraphs): remove (unused)
83         * CutAndPaste.C (cutSelection): Remove debug message
84         * CutAndPaste.C (cutSelection): Use the real cursor in mathed, record
85         undo information and only copy if this is a real cut
86         * CutAndPaste.C (pasteSelection): remove superflous cur.resetAnchor()
87         call
88         * CutAndPaste.C (pasteSelection): remove now superflous mathed warning
89         (bug 2059)
90         * CutAndPaste.C (eraseSelection): prevent cursor corruption
91         * CutAndPaste.C (grabAndEraseSelection, selDel): remove now
92         superflous cur.selection() setting
93         * CutAndPaste.[Ch] (grabSelection): take a const cursor
94         * cursor.C (selectionAsString): implement mathed case ((bug 2059)
95
96 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
97
98         * text3.C (mathDispatch, dispatch): Dont' record undo steps that don't
99         change anything.
100
101 2005-10-11  Martin Vermeer  <martin.vermeer@hut.fi>
102
103         * BufferView_pimpl.C: comment layout change
104
105 2005-10-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
106
107         * LyXAction.C:
108         * lfuns.h:
109         * lyxfunc.C: reimplement LFUN_INSERT_CITATION, which is needed
110         by bibliography managers (bug 2071).
111
112 2005-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
113
114         * BufferView_pimpl.C (update): choose arguments to update call so
115         that single-par update works most times
116         * text3.C (dispatch): carefully tune updating separately for
117         whole-screen and current-paragraph
118         * rowpainter.C (paintText): 1) replace painting by caching for
119         the two extra paragraphs, because we can;
120         2) suppress greying out of areas below/above drawn area in case of
121         single-par refresh
122         * lyxfunc.C (dispatch): remove superfluous update
123         * LyXAction.[Ch]: introduce SingleParUpdate
124
125 2005-10-05  Angus Leeming  <leeming@lyx.org>
126
127         * BufferView_pimpl.C (loadLyXFile): ensure that a pointer is
128         always initialised before use.
129
130         * text.C (setHeightOfRow): squash warning about comparison
131         of signed and unsigned types.
132
133 2005-10-03  Martin Vermeer  <martin.vermeer@hut.fi>
134
135         * text.C (cursorX): two fixes involving RtL text drawing
136
137 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
138
139         * cursor.C (erase): fix 'clever' UI hack. It was activated for all
140         items, not only large ones (part of bug 2057)
141
142 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
143
144         * text3.C (dispatch): when invoking LFUN_MATH_MACRO with no type
145         argument, use "newcommand".
146
147 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
148
149         * cursor.C (setSelection): do not open collapsable insets;
150         the insets do by themselves now (autoopen).
151
152 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
153
154         * buffer.C: format is up to 244.
155
156 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
157
158         * text.C (redoParagraph): fix calcultation of inset width wrt 
159         leftMargin (bug 1957).
160
161         * text3.C (dispatch): leave inset to the right when hitting ESC 
162         (bug 2034).
163
164 2005-09-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
165
166         * text2.C: 
167         * text.C: 
168         * factory.C:
169         * messages.C: include <boost/current_function.hpp> 
170
171 2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
172
173         * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
174         when command is internal. (bug 1941)
175
176 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
177
178         * text2.C (cursorRight): do not honor boundary when at the end of
179         a paragraph. (bug 2010 again)
180
181 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
182
183         * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
184
185 2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
186
187         * rowpainter.C (paintText): fix RtL space width display bug (2029)
188
189 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
190
191         * text2.C (setCursor): remove the unused 'boundary' parameter for
192         the CursorSlice version; adapt the LCursor version.
193
194         * lyxrc.C (write): 
195         * paragraph_pimpl.C (markErased): 
196         * cursor.C (bruteFind2, bruteFond3): fix warnings.
197
198 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
199
200         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
201         as is already done for "chapter".
202
203 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
204
205         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
206         textclass; do not record undo if nothing is changed.
207
208 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
209
210         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
211
212 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
213
214         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
215
216 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
217
218         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
219         combox, it is necessary to search for the topmost paragraph in the
220         cursor stack (bug 1926)
221
222 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
223
224         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
225         end of paragraph. (bug 2010)
226
227 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
228
229         * text.C (leftMargin): check for inInset == 0
230
231 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
232
233         * text.C (leftMargin): test for insetbase's new neverIndent()
234         bool instead of listing each and every inset that does not
235         wish par indendation.
236
237 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
238
239         * buffer_funcs.C (setCounter): put the code to compute enum label
240         here (where it belongs).
241
242         * counters.C (enumLabel): move code to buffer_funcs.C.
243
244 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
245
246         * outputparams.[Ch]: store local_font instead of local_language
247         * paragraph.C (simpleTeXOnePar): adapt to the change above
248
249 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
250
251         * buffer_funcs.C:
252         * counters.[Ch]: clean up special code for Hebrew.
253
254 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
255
256         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
257         than 2.
258
259 2005-09-08  Angus Leeming  <leeming@lyx.org>
260
261         * ispell.C:
262         * lyxrc.C: correct grammar describing invocation of the
263         spellchecker.
264
265 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
266
267         * text.C (read): remove unused variable.
268         (readParToken): remove static Change variable (never good in
269         recursive settings...); add it as a parameter instead.
270
271         * paragraph_pimpl.C (acceptChange): make debug info conditional.
272
273         * metricsinfo.C (PainterInfo): add new member erased_.
274
275         * rowpainter.C (RowPainter): add erased_ member, initialized from
276         PainterInfo. 
277         (paintInset): pass erased_ to Inset::draw.
278
279         * lyxfunc.C (lookupChange): new function. Tells whether change 
280         tracking is disabled at a given postion.
281         (getStatus): disable some actions when in deleted text with change
282         tracking. 
283
284 2005-08-03  John Levon  <levon@movementarian.org>
285         
286         * tabular.C (appendColumn, setMultiColumn): adapt to change to
287         InsetText::clear().
288
289         * paragraph_pimpl.C (markErased): add bool argument and handle it.
290         Also make sure to mark insets recursively.
291         (rejectChange, erase): be recursive
292
293         * paragraph.C (markErased): add bool argument.
294 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
295
296         * lyxfind.C (findNextChange): tiny cleanup.
297
298         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
299         change tracking with the cursor in an inset; make sure the first
300         change is not skipped.
301
302 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
303
304         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
305         tabularStackDirty to work around bug 1919 (tabular needs
306         to know whether its own cell paste buffer or the one of 
307         texted is newer.
308         * CutAndPaste.C: mark tabular_stack_ clean after copy.
309
310 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
311
312         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
313
314 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
315
316         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
317         use old deleteion algorithm when changetracking is on.
318
319 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
320
321         * messages.C (get): add debug output.
322
323 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
324
325         * text.C (cursorX): fix bug 1965: cursor movement at
326         line end broken in RtL.
327         (drawSelection): fix bug 1970: drawing of single-line 
328         selection broken for RtL.
329
330 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
331
332         bug 465.
333
334         * dociterator.h (clear, push_back, pop_back): change from
335         protected to public.
336
337         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
338         and changed to just return the value of the item depth; take a
339         ParIterator as argument; take the itemdepth at outer nesting level
340         in account if necessary; cleanup and comment the code.
341         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
342         and changed to just return true if reset is needed; take a
343         ParIterator as argument; cleanup and comment the code.
344         (setCounter): adapt to above changes.
345
346 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
347
348         * text3.C (dispatch): make debug message optional
349
350 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
351
352         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
353         inset. (bug 1963)
354
355 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
356
357         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
358
359 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
360
361         * text.C (insertChar):
362         * text2.C (deleteEmptyParagraphMechanism): take care whether 
363         a blank has been deleted (in change tracking mode) (bug 1254).
364
365 2005-07-20  John Levon  <levon@movementarian.org>
366
367         * text2.C (insertStringAsLines): remove old dubious code,
368         fixing bug 1939.
369
370 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
371
372         * MenuBackend.C (expandToc): use Floating::listName() as title of
373         the floats submenus.
374
375 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
376
377         * toc.[Ch]: Do not use translatable strings (bug 1870).
378
379 2005-07-20  John Levon  <levon@movementarian.org>
380
381         * tabular.C: fix 1748 - setting multicolumn adds
382           left line to the first cell
383
384 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
385
386         bug 1920
387         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
388         pars in one go.
389
390 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
391
392         * messages.C: supress some lyxerr messages
393
394 2005-07-18  Juergen Vigna  <jug@lyx.org>
395
396         * text.C (drawSelection): honor boundary when asking for cursorX.
397
398 2005-07-17  José Matos  <jamatos@fc.up.pt>
399
400         * tabular.C (recalculateMulticolumns): fix handling of one column
401         tables.
402
403 2005-07-17  Juergen Vigna  <jug@lyx.org>
404
405         * text.C (Delete, backspace): fixed so that paragraph with the
406         same layout can be merged by Delete/Backspace.
407
408 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
409
410         * text.C (readParToken): fix spelling.
411
412 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
413
414         * text2.C: fix counter update for DEPM problem reported by
415         Georg Baum
416
417 2005-07-17  Juergen Vigna  <jug@lyx.org>
418
419         * BufferView_pimpl.C (setBuffer): save/restore the
420         cursor/selection when switching buffers
421
422         * buffer.h: 
423         * buffer.C (saveCursor): add saveDocumentIterators to save the
424         cursor when switching buffer.
425
426 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
427
428         * debug.C: fix typo
429         * buffer.C: clarify message
430         
431 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
432
433         * dociterator.C (DocIterator): fix initialization order
434
435 2005-07-17  Juergen Vigna  <jug@lyx.org>
436
437         * text2.C (cursorHome): 
438         * text.C (drawSelection, cursorX): 
439         * dociterator.C (textRow): add boundary to getRow() call
440
441         * paragraph.C (getRow): implementation of below
442
443         * paragraph.h: add parameter boundary for getRow() function
444
445 2005-07-17  José Matos  <jamatos@fc.up.pt>
446
447         * buffer.C:
448         * bufferparams.[Ch]:
449         * tex-strings.[Ch]: new file format, remove support for a4.sty,
450         a4wide.sty and a4widemargins.
451
452 2005-07-17  Juergen Vigna  <jug@lyx.org>
453
454         * text2.C (cursorLeft): fix one of error
455
456 2005-07-17  Juergen Vigna  <jug@lyx.org>
457
458         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
459                    cursorEnd):
460         more fixes for boundary handling
461
462         * text3.C (dispatch): don't reset cursor if boundary has changed
463         on cursor movement.
464
465 2005-07-16  Juergen Vigna  <jug@lyx.org>
466
467         * text2.C (getColumnNearX): hopefully got it right now,
468         check if we are on column 0 for special case.
469
470 2005-07-16  Juergen Vigna  <jug@lyx.org>
471
472         * text2.C (getColumnNearX): handle special case Newline Inset
473
474         * text.C (singleWidth): Just remove bogus check
475
476 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
477
478         * funcrequest.C (split): avoid reading uninitialized char c
479
480 2005-07-16  José Matos  <jamatos@fc.up.pt>
481
482         * buffer.C:
483         * converter.C:
484         * lyxrc.C:
485         * paper.h:
486         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
487         single papersize variable.
488
489 2005-07-16  Juergen Vigna  <jug@lyx.org>
490
491         * text3.C (dispatch): honor boundary when checking if a cursor
492         movement has been done
493
494         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
495         (setCursor, setCursorIntern): fix cursor movement with boundary
496
497 2005-07-16  Juergen Vigna  <jug@lyx.org>
498
499         * text.C (currentState): output the actual Boundary
500
501 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
502
503         * factory.C (createInset): fix bad logic for tabular creation
504
505 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
506
507         * lyx_main.C (init): change some reLyX reference to tex2lyx
508
509 2005-07-16  Juergen Vigna  <jug@lyx.org>
510
511         * dociterator.C (DocIterator): initialize boundary
512
513 2005-07-16  Juergen Vigna  <jug@lyx.org>
514
515         * text2.C (getColumnNearX): Consider rows without trailing blank.  
516
517 2005-07-16  André Pönitz  <poenitz@gmx.net>
518
519         * lyxfont.h: Change order of declarations to give the compiler
520         a better chance to inline things
521
522         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
523         questions on unsaved docs for better scritability
524
525 2005-07-16  André Pönitz  <poenitz@gmx.net>
526
527         * paragraph.h (getChar): remove asserts as the same kind of security
528         can be achieved by using a suitable standard library implementation
529         and the function was in the critical path (25.9% in profiler)
530
531 2005-07-16  Juergen Vigna  <jug@lyx.org>
532
533         * cursor.C (bruteFind2):
534         * bufferview_funcs.C (coordOffset): 
535         * text.C (cursorX,cursorY): Handle cursor position after last char
536         in row before a inset which uses a whole row.
537
538 2005-07-15  José Matos <jamatos@lyx.org>
539
540         * output_plaintext.[Ch] (writeFileAscii): control reference title
541         printing.
542         (asciiParagraph): noparbreak was already deal and was incorrectly
543         used.
544
545 2005-07-15  Juergen Vigna <jug@lyx.org>
546
547         * lyxfunc.C (dispatch): save and restore the cursor after a
548         textclass switch.
549
550 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
551
552         * text.C (backspace): bug 806 for empty keepempty paragraphs we
553         change the layout to default before letting DEPM do its thing.
554
555         * paragraph_funcs.C (breakParagraph): dont reset the layout on
556         keepEmpty paragraphs
557
558         * text.C (setCursorFromCoordinates): add a debug statement
559
560         * text2.C (getColumnNearX): bug 1825 make sure that we don't
561         return a pos that is not on the row
562
563         * output_latex.C (TeXDeeper): get rid of potential dereferencing
564         of past the end iterator
565
566 2005-07-14  André Pönitz  <poenitz@gmx.net>
567
568         * undo.C (recordUndoFullBuffer): implement undo for
569         textclass switches
570
571 2005-07-14  André Pönitz  <poenitz@gmx.net>
572
573         * cursor.C (setSelection): open insets when selection is set there
574         to avoid crashs with cold coord cache
575
576 2005-07-14  André Pönitz  <poenitz@gmx.net>
577
578         * trans_mgr.C (insert): move cursor to the right after inserting
579         a char.
580
581 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
582
583         * BufferView_pimpl.C (update): dampen some of the debug blabbering
584         * factory.C (readInset): ditto
585         * text.C, text2.C: ditto
586
587 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
588
589         * buffer.C: format incremented to 242. There is no file format per
590         se, but the "frenchb" language has been removed from lib/language
591         and has to be translated to "french" by lyx2lyx.
592
593 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
594
595         * cursor_slice.h, dociterator.h: add some documentation
596         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
597
598 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
599
600         * text.C (leftMargin): do not add identation to display() style
601         insets, because they are always centered (bug 1293).
602
603 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
604
605         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
606         formatted_time methods in support/lyxtime.
607
608 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
609
610         * toc.[Ch]: new method getGuiName, which is used by the frontends 
611         to set the toc combo (fixes bug 1870). Make TOC string translatable.
612
613 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
614
615         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
616         StableDocIterator const &)
617         * undo.C (recordUndo): use the above instead of cell.size() comparison
618         (fixes bug 1808; instructed by Andr�.
619
620 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
621
622         * cursor_slice.h: 
623         * dociterator.h: Fix the assert when copying rows/cols in math
624
625 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
626
627         * BufferView_pimpl.C:
628         * LyXAction.C:
629         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
630
631         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
632         (findInset): new functions, refactored from goto Inset that return 
633         the position of a certain inset without setting the buffer's cursor
634         (by Jean-Marc); 
635         (gotoInset): rewrite to call findInset and then set the cursor
636         (by Jean-Marc).
637
638 2005-06-16  Angus Leeming  <leeming@lyx.org>
639
640         * lyxrc.C (output, read): wrap all input and output of paths with
641         calls to os::internal_path and os::external_path, respectively.
642         (output): wrap bind_file inside quotes.
643
644         * format.C (view): enable the viewer to use the '$$s' placeholder.
645
646 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
647
648         * LColor.[Ch] (getFromLaTeXName): new
649
650 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
651
652         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
653
654 2005-06-14  Angus Leeming  <leeming@lyx.org>
655
656         * lyx_main.C (init): ensure that the LyX binary dir is the first
657         element in the PATH on non-POSIX builds.
658
659 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
660
661         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
662
663 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
664
665         * rowpainter.C (paintInset, paintHebrewComposeChar)
666         (paintArabicComposeChar, paintChars): add a LyXFont argument.
667         (paintChars): use getFontSpan to reduce calls to getFont to a
668         minimum; use Paragraph::lookupChange instead of isXXXText.
669         (paintForeignMark): rename LyXFont argument.
670         (paintFromPos): pass a LyXFont object to the various paintXXX
671         methods.
672
673         * FontIterator.C (FontIterator, operator++): use
674         Paragraph::getFontSpan
675
676         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
677         version that returns the font span as a pair.
678
679 2005-06-09  Angus Leeming  <leeming@lyx.org>
680
681         * converter.C (convert): Don't forget "outfile = real_outfile" as
682         the final step in a conversion where the input and output file names
683         are the same. Otherwise, future conversion steps won't work...
684
685 2005-06-09  Angus Leeming  <leeming@lyx.org>
686
687         * lyxsocket.C: remove stub code as it isn't needed by
688         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
689
690 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
691
692         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
693         effectively disabled -x
694
695 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
696
697         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
698         when it actually makes sense.
699
700 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
701
702         * BufferView_pimpl.C: revert to showCursor in connection with
703         Lars's front-end stack
704
705 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
706
707         * text.C (redoParagraph): move cursor right after a bibitem
708         has been inserted.
709
710         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
711
712 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
713
714         * buffer_funcs.C (bufferErrors): fix computation of the end of an
715         error range.
716
717 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
718
719         * BufferView.[Ch] (update):
720         * BufferView_pimpl.[Ch] (update, metrics):
721         * dimension.h (operator==):
722         * lyxfunc.C (dispatch):
723         * metricsinfo.h (ViewMetricsInfo):
724         * rowpainter.C (paintText):
725         * lyxtext.h:
726         * text.C (redoParagraph):
727         * text3.C (dispatch): Make LyX only repaint current paragraph in
728         case of character insert --> speedup. Also fix cursor draw
729         artifacts
730
731 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
732
733         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
734         avoid a crash (bug 1891)
735
736 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
737
738         Fix bug 1892:
739
740         * text2.C (getStringToIndex): constify cur argument.
741
742         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
743         argument has been given
744         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
745         try to invoke LFUN_INSET_APPLY).
746
747         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
748         if no inset was created by doInsertInset
749         (doInsertInset): return true if an inset has been inserted.
750
751 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
752
753         * vspace.C (asGUIName): new method. A version of the space
754         suitable for showing on screen.
755
756 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
757
758         * MenuBackend.C:
759         * lyxrc.C: rename "ASCII" to "Plain Text"
760
761 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
762
763         * buffer_funcs.C (expandLabel): take a Buffer as argument;
764         translate the labelstring.
765         (setCounter): translate labelstring as needed.
766
767         * output_docbook.C (makeCommand): fix expandLabel invokation
768
769 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
770
771         * BufferView.C: fix dialog title
772
773 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
774
775         * lyx_main.C (priv_exec): fix logic error with help from Angus
776         * lyx_main.C (parse_execute): set is_gui = false and remove now
777         obsolete comment about a segfault
778
779 2005-05-18  Angus Leeming  <leeming@lyx.org>
780
781         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
782
783 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
784
785         * tabular.[hC]: added setCellInset to fix tabular paste.
786
787 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
788
789         * buffer.C (save): check if destination is writable before trying
790         to copy a file
791
792 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
793
794         * BufferView_pimpl.C (update): fix processEvents -caused update
795         recursion bug
796
797 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
798
799         * buffer_funcs.C (setCounter): fix test for numbering of
800         environments.
801
802         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
803         depth correctly; use optional argument when it exists
804
805         * lyxtextclass.C: remove unused MaxCounterTags enum
806         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
807         (max_toclevel, min_toclevel): new methods.
808
809         * MenuBackend.C (expandToc2): fix case where depth is smaller than
810         the smallest depth in toc.
811
812         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
813         layouts that should not appear in a table of contents.
814
815 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
816
817         * cursor.h (undispatched, noUpdate): add comments from Andr�
818 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
819
820         * lfuns.h:
821         * LyXAction.C:
822         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
823
824 2005-05-07  André Pönitz  <poenitz@gmx.net>
825
826         * cursor.[Ch] (leaveInset): new function
827
828 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
829
830         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
831
832 2005-05-04  Angus Leeming  <leeming@lyx.org>
833
834         * lyxfunc.C (getStatus): disable the spell checker dialog if
835         none of USE_[AIP]SPELL are defined.
836
837 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
838
839         * tabular.C (setWidthOfCell): remove obsolete comment
840
841 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
842
843         * paragraph.C (bibitem):
844         * buffer_funcs.C (setCounter):
845         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
846
847 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
848
849         * text3.C (getStatus): immediately return after setOnOff
850
851         * rowpainter.C: fix drawing of appendix start
852
853 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
854
855         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
856         SwitchBetweenClasses and remove the unused return value.
857         Handle character styles, too
858
859 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
860
861         * factory.C (createInset): handle undefined character styles
862
863 2005-05-02  Angus Leeming  <leeming@lyx.org>
864
865         * buffer.C: protect the #include of utime.h with a preprocessor
866         guard.
867
868 2005-05-02  Angus Leeming  <leeming@lyx.org>
869
870         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
871         function so that auto-saving works, albeit in a blocking manner.
872
873         * Makefile.am: make compilation of the client sub directory, of
874         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
875         on conditionals set at configure time.
876
877         * SpellBase.[Ch]: no longer an abstract base class. Instead,
878         it can be compiled in its own right but has no-op functionality.
879
880         * aspell.C, pspell.C: remove preprocessor guards. The files should
881         be compiled only if the necessary functionality exists.
882
883         * lyxserver.C, lyxsocket.C: disable on Windows.
884
885 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
886
887         * text.C (leftMargin): Fix the parindent use bug (1764)
888         by dirty trick
889
890 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
891
892         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
893         argument.
894
895 2005-04-25  Angus Leeming  <leeming@lyx.org>
896
897         * Bidi.[Ch]:
898         * coordcache.[Ch]:
899         * ispell.C:
900         * lyxserver.C:
901         * mover.C:
902         * pch.h:
903         include <config.h> in .C files, not .h ones.
904         add licence blurb.
905         protect headers inside preprocessor guards.
906
907 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
908
909         * FuncStatus.h (StatusCodes): document
910
911 2005-04-21  André Pönitz  <poenitz@gmx.net>
912
913         * FuncStatus.h (enabled, onoff): document
914
915 2005-04-19  Angus Leeming  <leeming@lyx.org>
916
917         * BufferView_pimpl.C (cursorToggle): no longer test whether
918         any child processes have been reaped before calling
919         handleCompletedProcesses().
920
921 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
922
923         * text3.C (dispatch): fix, finally fix, the language problem in
924         new lyxtexts, without disabling on-the-fly font changes (Helge's
925         bug report)
926
927 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
928
929         * text3.C (dispatch): set cursor on double/triple click events
930         (bug 1811)
931
932 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
933
934         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
935         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
936
937         * rowpainter.C (paintFirst): simplify the code a little bit. In
938         particular, remove the test for secnumdepth.
939         * text.C (setHeightOfRow): only allocate space for chapter number
940         when updateCounters provided an actual label, instead of looking
941         at secnumdepth directly.
942
943         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
944
945         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
946         paragraphs when secnumdepth is large enough or, for environments,
947         when they are not the first in a sequence.
948
949 2005-04-17  Angus Leeming  <leeming@lyx.org>
950
951         * buffer.C (makeLaTeXFile): replace code to manipulate a path
952         containing space and '~' characters with a call to latex_path().
953
954 2005-04-17  Angus Leeming  <leeming@lyx.org>
955
956         * converter.C (convert): protect all args of convertDefault.sh
957         script with quotes.
958
959 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
960
961         * text3.C (dispatch): change the layout to "Caption" after inserting
962         a float.
963
964 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
965
966         * text3.C (dispatch): fix language problem in newly created
967         textinsets (and main text) in non-english docs
968
969 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
970
971         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
972         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
973         * text3.C (getStatus): disable LFUN_INSET_MODIFY
974
975 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
976
977         * lyxtext.h:
978         * text.C (metrics):
979         * text2.C (getFont):
980         * rowpainter.C (getFont): Fix metrics bug introduced by inset
981         fonts fix
982
983 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
984
985         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
986         output of \item arguments without trailing text.
987
988 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
989
990         * FontIterator.C (operator*): avoid a copy of the font.
991
992 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
993
994         * rowpainter.C (getFont): fix language bug from previous fix
995
996 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
997
998         * rowpainter.C (RowPainter, getFont): fix font inside inset
999         (bugs 1766, 1809)
1000
1001 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
1002
1003         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
1004         preventing inserted font, deco, delim insets jumping to start of
1005         surrounding inset.
1006
1007 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1008
1009         * lyxfunc.C (dispatch): translate message before sending it to the
1010         minibuffer.
1011
1012 2005-03-29  Angus Leeming  <leeming@lyx.org>
1013
1014         * lyx_main.C (priv_exec): call os::internal_path on each file passed
1015         to LyX on the command line.
1016
1017 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
1018
1019         * vc-backend.C: use QuoteName to protect file names wherever
1020         necessary.
1021
1022 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
1023
1024         * buffer.[Ch]:
1025         * BranchList.h: fix bugs 1844,1845: document settings don't
1026         stick
1027
1028 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1029
1030         * lyxrc.C (setDefaults, read, output, getDescription): add support
1031         for tex_allows_spaces.
1032
1033         * exporter.C (Export): allows files in directory containing spaces
1034         if tex_allows_spaces is true.
1035
1036         * buffer.C (makeLaTeXFile): if the document path contains spaces,
1037         output it in double quotes.
1038
1039 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1040
1041         * rowpainter.C: use default text height for drawing change tracker
1042         strikeout lines.
1043
1044 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1045
1046         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
1047
1048 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1049
1050         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
1051         directory is missing.
1052
1053 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
1054
1055         * text2.C: fixed the fix, extended to other case.
1056
1057 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
1058
1059         * text2.C: fix for cursor up/down stuck in math [bug 1792]
1060
1061 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
1062
1063         * text2.C (cursorUp): get rid of a crash
1064         * text.C (x2pos): add an assert
1065
1066 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1067
1068         * lyxfunc.C (getStatus): fix warning when assertions are disabled
1069
1070         * text3.C:
1071         * lyxfunc.C:
1072         * dociterator.C: include <boost/current_function.hpp>, which is
1073         needed when assertions are disabled.
1074
1075 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1076
1077         * text2.C: fix for stuck cursor when traversing two
1078         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
1079
1080 2005-02-25  Andreas Vox  <avox@arcor.de>
1081
1082         * output_docbook.C (makeParagraph): suppress trailing newline
1083         after a run of paragraphs
1084
1085 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1086
1087         * paragraph.C: fix for confused change tracker when pasting
1088         text that begins with a lineseparator. [bug 1827]
1089         (setChange(0, Change::INSERTED);)
1090
1091         * paragraph_funcs.C: fix for lost changes on triple-paste
1092         in change tracking mode [bug 1827] (par.setChange()).
1093
1094 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1095
1096         * text2.C (updateCounters, setCounter, expandLabel): move to
1097         buffer_funcs.
1098
1099         * buffer_funcs.C (updateCounters): turn into a free standing
1100         function and add a buffer parameter. Remove dead code for tracking
1101         labelstring change.
1102         (setCounter): change into a free-standing function which gets a
1103         dociterator as argument. Use this iterator to fix captions in a
1104         simple way. When no float is found above the caption, use the
1105         labelstring of the caption layout as default.
1106
1107         * text.C (breakParagraph, backspace):
1108         * text2.C (init, setLayout, changeDepth):
1109         * text3.C (dispatch):
1110         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
1111         updateCounters.
1112
1113         * dociterator.C (forwardPar): make it much faster by calling
1114         forwardPos() only when really necessary.
1115
1116         * output_docbook.C (makeCommand): adapt to expandLabel move.
1117
1118         * cursor.C: remove unused variable
1119
1120 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1121
1122         * paragraph_funcs.C: fix crash when pasting insets in change
1123         tracking mode [bug 1277] (honour change type in moveItem).
1124
1125 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1126
1127         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
1128
1129 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1130
1131         * BufferView.C (setCursor): change to use a DocIterator.
1132         (gotoLabel): use BufferView::setCursor (other part of bug 781).
1133         (putSelectionAt): adapt to BufferView::setCursor change.
1134
1135         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
1136         moved here from LyXText and rewritten to use proper cursor
1137         methods. Fixes bug 1787, 616 and 835.
1138
1139         * BufferView_pimpl.C (restorePosition): set the cursor correctly
1140         when inside an inset (part of bug 781).
1141         (dispatch): adapt to change of BufferView::setCursor.
1142         (getStatus, dispatch): handle LFUN_GOTOERROR,
1143         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1144
1145         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
1146         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1147         * text3.C (gotoNextInset, gotoInset): removed.
1148
1149 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1150
1151         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
1152
1153 2005-02-15  Angus Leeming  <leeming@lyx.org>
1154
1155         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
1156         can be used meaningfully in a comparison.
1157
1158 2005-02-13  André Pönitz  <poenitz@gmx.net>
1159
1160         * bufferview_funcs.C (coordOffset): improve cursor drawing
1161
1162 2005-02-13  André Pönitz  <poenitz@gmx.net>
1163
1164         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
1165         * Cursor.C (dispatch): use fixIfBroken
1166         * lyxfunc.C (getStatus): use fixIfBroken
1167
1168 2005-02-15  Angus Leeming  <leeming@lyx.org>
1169
1170         * lyx_main.C (error_handler):
1171         * lyxfunc.C:
1172         * lyxrc.C (setDefaults):
1173         s/GetEnv/getEnv/.
1174         #include "environment.h".
1175
1176         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
1177
1178 2005-02-15  Angus Leeming  <leeming@lyx.org>
1179
1180         * lyxserver.C (startPipe): squash MSVC warning "local variable
1181         'fd' used without having been initialized".
1182
1183 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1184
1185         * BufferView_pimpl.C: revert accidental commit.
1186
1187 2005-02-14  André Pönitz  <poenitz@gmx.net>
1188
1189         * dociterator.[Ch]: new member forwardPosNoDescent(),
1190         which doesn't enter nested insets.
1191         * text2.C (setFont): use forwardPosNoDescent() instead
1192         of ForwardPos() (fixes crash on font change).
1193
1194 2005-02-13  Angus Leeming  <leeming@lyx.org>
1195
1196         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1197         only if lyxrc.path_prefix is not empty.
1198
1199 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1200
1201         * bufferparams.C (readGraphicsDriver): prevent crash
1202
1203 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1204
1205         * text2.C (setCounter): check for inInset() == 0
1206
1207 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1208
1209         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1210         but use update() to get correct screen display; use convert
1211         instead of istringstream.
1212         (getStatus): handle LFUN_GOTO_PARAGRAPH
1213
1214         * lyxfunc.C (dispatch, getStatus): do not handle
1215         LFUN_GOTO_PARAGRAPH here.
1216
1217 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1218
1219         * text3.C (dispatch): size() -> depth()
1220
1221         * text2.C: remove some debug output
1222
1223         * paragraph.C: ws changes only
1224
1225         * lyxfunc.C (getStatus): size() -> depth()
1226
1227         * dociterator.h (clear, push_back, pop_back, internalData,
1228         operator[], resize, empty): new functions
1229         Make StableDocIterator and operator== be friends. Don't inherit
1230         from std::vector use a privat class variable slices_ instead.
1231         Modify to fit.
1232
1233         * dociterator.C: update because of not inheriting from std::vector
1234         anymore. Call explictly to slices_ instead. Use depth() instead of
1235         size() and top() instead of back()
1236
1237         * cursor.C: chagne size() -> depth and back() -> top(). Also
1238         remove some direct operator[](i) calls in favour of foo[i]
1239         (getFont): remove some dead code
1240
1241         * bufferview_funcs.C (coordOffset): size() -> depth()
1242
1243         * buffer.C: ws changes only
1244
1245         * CutAndPaste.C (eraseSelection): back() -> top()
1246
1247         * BufferView_pimpl.C (selectionRequested): back() -> top()
1248
1249         * BufferView.C (setCursor): size() -> depth()
1250
1251 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1252
1253         * text3.C (cursorPrevious): return true if depm changed something
1254         (cursorNext): ditto
1255         (dispatch): rename sl to oldTopSlice, remove moving use the new
1256         NoUpdate func attrib instead. Make sure that needsUpdate is set
1257         for function that have NoUpdate, but where depm might have changed
1258         the buffer anyway.
1259
1260         * text2.C (cursorLeft): make us return true if depm changed
1261         something
1262         (cursorRight): ditto
1263         (cursorUpParagraph): ditto
1264         (curosrDownParagraph): ditto
1265         (cursorUp, cursorDown): ditto, make sure to read comments in code
1266         (deleteEmptyParagraphMechanism): remove an assert, also return
1267         true if just a single char was deleted.
1268
1269         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1270         cursor that we modify, to avoid modifying an active cursor before
1271         we call setCursor. This allows depm to run. Also return true if
1272         depm deleted something.
1273
1274         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1275         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1276         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1277         something was changed in the buffer because of them (ie. depm run)
1278
1279         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1280         debug messages. Make update by default be false. Make sure that
1281         the result of update is retained throught several calls down to
1282         dispatch.
1283
1284         * LyXAction.h: add a new func_attrib: NoUpdate
1285
1286         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1287         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1288         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1289         and LFUN_WORDLEFT
1290         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1291
1292 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1293
1294         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1295         bv_->owner(), bv_->buffer() by direct references to the private
1296         members.
1297         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1298         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1299         (fitCursor): center() is in BufferView::Pimpl.
1300         (getStatus, trackChanges, dispatch): no need for a temporary buf
1301         variable
1302         (fitCursor, workAreaDispatch): use workarea().workheight()
1303
1304 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1305
1306         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1307
1308 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1309
1310         * buffer.C: format up to 241.
1311         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1312         break if pasting into ERT
1313         * lyxfunc.C (getStatus): suppress mathpanel and
1314         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1315
1316 2005-02-01  Angus Leeming  <leeming@lyx.org>
1317
1318         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1319
1320 2005-02-01  Angus Leeming  <leeming@lyx.org>
1321
1322         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1323         calling fs::is_directory().
1324
1325 2005-01-31  Angus Leeming  <leeming@lyx.org>
1326
1327         * lyx_main.C (priv_exec): specify explicitly the relative location
1328         of the top level build directory when run in-place.
1329
1330 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1331
1332         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1333         LyXText containing the cursor, not the top-level one.
1334
1335         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1336         true.
1337         (insertStringAsLines): rename par to pit; use temporary variable
1338         par to hold a Paragraph; do not store par.layout() in a variable,
1339         since the pointer may die when breaking paragraphs; pass pars to
1340         breakParagraph() instead of Buffer::paragraphs().
1341
1342 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1343
1344         * lyxlex_pimpl.h: #include <fstream>.
1345
1346         * BufferView.[Ch] (getLyXText): add a const version.
1347
1348         * BufferView_pimpl.C: add debug aids.
1349
1350         * RowList_fwd.h:
1351         * buffer.h:
1352         * lyxrow.h:
1353         * paragraph_funcs.h: add commentary explaining what the class does.
1354
1355
1356         * coordcache.[Ch]: add lots of commentary.
1357         (startUpdating, doneUpdating): debug aids.
1358         (arrays, insets, parPos, getParPos): accessors to private data.
1359
1360         * cursor_slice.[Ch] (text): add a const version.
1361         * dociterator.[Ch] (text, innerText): add const versions.
1362
1363         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1364         bool.
1365
1366         * paragraph.C (getRow, pos2ros): add asserts.
1367
1368         * paragraph.h: add commentary. Lots of.
1369
1370         * paragraph.[Ch] (metrucs, draw): removed.
1371
1372         * cursor.C:
1373         * rowpainter.[Ch]: const-correct changes.
1374
1375         * text.C: various obvious clean-ups. Removal of ancient cruft.
1376         Bug fixes, even.
1377
1378 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1379
1380         * vc-backend.C (find_file): rewrite to use boost.filesystem
1381         (scanMaster): ditto
1382
1383         * main.C (main): set default name check for boost.filesystem to
1384         no check
1385
1386         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1387         (open): ditto
1388         (doImport): ditto
1389         (actOnUpdatedPrefs): ditto
1390
1391         * lyx_main.C (init): rewrite to use boost.filesystem
1392         (queryUserLyXDir): ditto
1393
1394         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1395         (getContentsOfAsciiFile): ditto
1396
1397         * lastfiles.C (readFile): rewrite to use boost.filesystem
1398
1399         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1400
1401         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1402         (loadLyXFile): ditto
1403
1404         * buffer.C (Buffer): adjust for destroydir
1405         (getLogName): rewrite to use boost.filesystem
1406         (setFileName): ditto
1407         (save): use fs::copy_file (from fs_extras)
1408
1409         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1410
1411         * LaTeX.C (run): rewrite to use boost.filesystem
1412         (scanAuxFiles): ditto
1413         (handleFoundFile): ditto
1414
1415 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1416
1417         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1418
1419         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1420
1421 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1422
1423         * lyxlayout.[Ch]: change some vars from float to double
1424
1425         * buffer.C (readFile): make a local var const
1426
1427         * Several files: use convert<> instead of atoi,strToXXX and friends
1428
1429 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1430
1431         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1432         holds the contents of packages.lst. New functions getAvailable
1433         and isAvailable to parse and check that list, resp.
1434
1435         * LyXAction.C:
1436         * lfuns.h:
1437         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1438
1439         * bufferparams.[Ch]: new param output_changes.
1440
1441         * Buffer.C: increase file format to 240.
1442         Use output_changes and isVailable.
1443
1444         * changes.[Ch]:
1445         * paragraph.C:
1446         * paragraph_pimpl.C: Use output_changes and isVailable.
1447
1448 2005-01-23  Angus Leeming  <leeming@lyx.org>
1449
1450         * output_latex.C: #include "insetbibitem.h", rather than
1451         forward declare function bibitemWidest.
1452
1453 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1454
1455         * lyx_main.C (init): make it compile on the Mac.
1456
1457 2005-01-20  Angus Leeming  <leeming@lyx.org>
1458
1459         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1460         (setLyXMisc): (char string literal) != (char string literal) is
1461         performing a comparison on the addresses. Convert one operand
1462         explicitly to string to guarantee expected behaviour.
1463         From MSVC warning.
1464
1465 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1466
1467         * buffer.C:
1468         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1469
1470         * output_plaintext.C: remove unneeded #include gzstream.h.
1471
1472 2005-01-20  Angus Leeming  <leeming@lyx.org>
1473
1474         * SpellBase.h: rename some of the elements of the Result enum.
1475
1476         * aspell_local.h:
1477         * ispell.h:
1478         * pspell.h:
1479         * aspell.C (check):
1480         * ispell.C (check):
1481         * pspell.C (check): ditto
1482
1483 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1484
1485         * buffer.C: add #include <fstream>.
1486
1487         * lyx_main.C (init): Compile fix.
1488
1489         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1490
1491 2005-01-20  Angus Leeming  <leeming@lyx.org>
1492
1493         * mover.h: change commentary to reflect the changed meaning of
1494         the $$s placeholder.
1495
1496 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1497
1498         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1499
1500         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1501
1502 2005-01-20  Angus Leeming  <leeming@lyx.org>
1503
1504         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1505         printing diagnostic data by not dereferecing an iterator past the
1506         end.
1507
1508 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1509
1510         * buffer.C (readHeader): use "&&" rather than "and".
1511
1512         * lyxserver.h (inPipeName, outPipeName): make these const.
1513
1514 2005-01-19  Angus Leeming  <leeming@lyx.org>
1515
1516         * lyx_main.C (error_handler, init): protect SIGHUP with
1517         #ifdef SIGHUP guards.
1518
1519 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1520
1521         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1522
1523 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1524
1525         * text.C (setHeightOfRow): add a margin at the top and bottom of
1526         the document (bug 1761)
1527
1528 2005-01-17  Angus Leeming  <leeming@lyx.org>
1529
1530         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1531         with "python ". Workaround for a brain-dead Windows.
1532
1533 2005-01-16  Angus Leeming  <leeming@lyx.org>
1534
1535         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1536         for MacOSX and Windows to use prependEnvPath.
1537         Strip out the hard-coded block to add elements to the PATH for
1538         MacOSX and replace it with a call to prependEnvPath using the
1539         contents of LyXRC::path_prefix.
1540         (queryUserLyXDir): strip out the code to run reconfigure, instead
1541         returning a boolean indicating the necessity to do so.
1542         (reconfigureUserLyXDir): contains the code to reconfigure the
1543         user support directory. Is now called after the various LyXRC data
1544         files have been read.
1545
1546         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1547
1548 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1549
1550         * converter.[Ch] (convert): take a new parameter try_default. Use
1551         a default converter (imagemagick) if try_default is true.
1552
1553 2005-01-13  Angus Leeming  <leeming@lyx.org>
1554
1555         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1556         os::cygwin_path_fix.
1557         (write): output LyXRC::cygwin_path_fix as necessary.
1558
1559 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1560
1561         * lyxrc.h:
1562         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1563
1564 2005-01-12  Angus Leeming  <leeming@lyx.org>
1565
1566         * lyx_main.C (init): set the PATH variable to include the
1567         directory containing the LyX binary when running on Mac or Windows.
1568
1569 2005-01-12  Angus Leeming  <leeming@lyx.org>
1570
1571         * lyx_main.C (init): remove cruft that purports to set the locale
1572         dir. It doesn't and is not needed anyway.
1573
1574 2005-01-10  Angus Leeming  <leeming@lyx.org>
1575
1576         * Makefile.am: remove the lyx_main.C special casing.
1577
1578         * BufferView_pimpl.C:
1579         * bufferlist.C:
1580         * exporter.C:
1581         * lyx_cb.C:
1582         * lyx_main.C:
1583         * lyxfunc.C:
1584         * messages.C: use support/package.h to provide the paths to the
1585         various directories used by LyX.
1586
1587 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1588
1589         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1590         layout if pasting into an empty paragraph)
1591
1592 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1593
1594         * tex-accent.C: add <string>
1595
1596 2005-01-06  José Matos  <jamatos@lyx.org>
1597
1598         * ParagraphParameters.C (write): put every parameter in its own line.
1599         * paragraph.C (write): reduce number of consecutive empty lines exported.
1600         * buffer.C (LYX_FORMAT): increase file format to 239.
1601
1602 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1603
1604         * everywhere: change support/tostr.h -> support/convert.h
1605
1606         * tabular.C: make all write_attributes templates, tostr -> convert
1607
1608         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1609         (emptyTag): and -> &&, and fix type for ret from getChar
1610         (getFirstWord): fix type for ret from getChar
1611         (onlyText): and -> &&
1612         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1613         getChar
1614
1615         * toc.C (goTo, action):
1616         * text3.C (dispatch):
1617         * text.C (currentState):
1618         * tex-accent.C (DoAccent):
1619         * sgml.C:
1620         * lyxrc.C:
1621         * lyxfunc.C (menuNew):
1622         * lyxfinc.C (replace):
1623         * counters.C (laberItem):
1624         * bufferview_funcs.C (font2string):
1625         * bufferparams.C (writeFile):
1626         * buffer.C (readFile):
1627         * Spacing.C (set):
1628         * MenuBackend.C: tostr -> convert
1629
1630         * LaTeX.C (runMessage): fix format
1631         (scanAuxFiles): tostr -> convert
1632
1633         * BufferView_pimpl.C (savePosition): fix format
1634         (restorePosition): ditto
1635         (dispatch): ditto
1636
1637 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1638
1639         * Spacing.[Ch]: New method getValueAsString().
1640
1641         * Spacing.[Ch]:
1642         * bufferparams.C:
1643         * ParagraphParameters.C:
1644         * lyxlayout.C:
1645         * text.C:
1646         * text3.C: store/read spacing value as string.
1647
1648         * rowpainter.C: change float value (spacing_val) to double.
1649
1650         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1651         broken custom document spacing).
1652
1653 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1654
1655         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1656         namespace, also more use of temp references and const
1657
1658         * cursor.[Ch] (getStatus): move to lyxfunc.C
1659
1660         * bufferparams.C: reformat slightly
1661
1662         * bufferview_funcs.C (font2string): constify arg
1663
1664         * changes.C:
1665         * converter.C:
1666         * counters.C:
1667         * bufferlist.C:
1668         * buffer_funcs.C: (many funcs): constify arg on function
1669         definitions, also make more local vars const, also add ASSERTS on
1670         pointer args.
1671
1672         * buffer.C (LYX_FORMAT): put const in correct place
1673         (many funcs): constify arg on function definitions, also make
1674         more local vars const
1675
1676         * aspell_local.h: remove "struct" from typdef setup
1677
1678         * aspell.C (check): make word_ok const
1679         (nextMiss): simplify slightly
1680         (error): ditto
1681
1682 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1683
1684         * lyxrc.[Ch]: store all float values as strings.
1685         use int (not float) for lyxrc.dpi.
1686
1687 2005-01-04  Angus Leeming  <leeming@lyx.org>
1688
1689         * lyx_cb.C (Reconfigure):
1690         * lyx_main.C (queryUserLyXDir):
1691         to run the <system_lyxdir>/configure correctly on Windows, prefix
1692         the path to the script with "sh " when generating the string that
1693         is passed to system().
1694
1695 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1696
1697         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1698
1699 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1700
1701         * lyxlength.C (asLatexString): get rid of setprecision
1702
1703 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1704
1705         * text2.C (setLayout): remove unused variable endpit.
1706         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1707
1708         * paragraph.C (onlyText): remove unused variable style.
1709
1710         * cursor.C (bruteFind): remove unused variables beg and end.
1711
1712         * Makefile.am (dist_noinset_DATA): not needed anymore
1713
1714         * cheaders/*: remove.
1715
1716 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1717
1718         * text3.C: fix LFUN_MATH_MODE.
1719
1720 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1721
1722         * buffer_funcs.C (countWords): new function. Counts words between
1723         two iterators.
1724
1725         * BufferView_pimpl.C (getStatus, dispatch): handle
1726         LFUN_WORDS_COUNT.
1727
1728         * LyXAction.C (init):
1729         * lfuns.h: add LFUN_WORDS_COUNT.
1730
1731 2004-12-19  Angus Leeming  <leeming@lyx.org>
1732
1733         * buffer.C (save): s/slashify_path/internal_path/.
1734
1735 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1736
1737         * lyxfind.C (findChange): do not search for end of pars, because
1738         the change tracker cannot handle this (fixes bug 1719).
1739
1740 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1741
1742         * paragraph.[Ch] (autoBreakRows): remove
1743
1744         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1745
1746         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1747         avoid using the paragraph one
1748
1749         * text2.C (LyXText, insertStringAsLines): adjust
1750
1751 2004-12-16  Angus Leeming  <leeming@lyx.org>
1752
1753         * bufferlist.C:
1754         * lyx_main.C:
1755         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1756
1757 2004-12-14  Angus Leeming  <leeming@lyx.org>
1758
1759         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1760
1761         * bufferlist.C (emergencyWrite):
1762         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1763         GetEnvPath("HOME").
1764
1765 2004-12-14  Angus Leeming  <leeming@lyx.org>
1766
1767         * main.C: (main): no longer pass pointers to os::init.
1768
1769 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1770
1771         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1772         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1773
1774 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1775
1776         * lyxfunc.C:
1777         * text3.C: remove selection_possible global flag
1778
1779 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1780
1781         * text2.C (getSelectionSpan): remove
1782         (changeDepth, changeDepthAllowed): adjust
1783
1784 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1785
1786         * Makefile.am (BOOST_LIBS): use boost variables
1787
1788 2004-12-03  José Matos  <jamatos@lyx.org>
1789
1790         * buffer.C: format up to 238.
1791
1792 2004-12-03  José Matos  <jamatos@lyx.org>
1793
1794         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1795
1796 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1797
1798         * cursor.C (goUpDown): remove call to idxUpDown2
1799
1800 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1801
1802         * tabular.[Ch]: use size_t-like types for cell, row and column
1803         indices
1804
1805 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1806
1807         * lyxfunc.C (getStatus): do not lose previous information when
1808         calling BufferView::getStatus; do not set a default "Command
1809         disabled" message at the beginning, but just before returning.
1810
1811 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1812
1813         * cursor.h (getStatus): add better comment from src/cursor.C
1814
1815 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1816
1817         * text3.C (getStatus): return false when the lfun is not handled
1818
1819 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1820
1821         * broken_headers.h: remove
1822
1823         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1824
1825 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1826
1827         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1828         offset_ref accessors
1829
1830         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1831         top_y_, merge fitcursor with update
1832         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1833         coord scheme
1834         (metrics): introduce
1835         (workAreaDispatch): adapt to new coord scheme
1836         (redoCurrentBuffer): remove
1837
1838         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1839
1840         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1841         CurStatus enum.
1842
1843         * coordcache.[Ch]: add paragraph cache and helpers
1844
1845         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1846         adjust everywhere
1847
1848         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1849         (targetX, setTargetX): introduce
1850
1851         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1852         baseline -> ascent, as the rest of lyx
1853
1854         * lyxtext.h: remove redoParagraphs, updateParPositions,
1855         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1856         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1857         have ascent/descent (ascent is ascent of first par)
1858
1859         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1860         step of BufferView
1861
1862         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1863
1864         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1865
1866         * pariterator.C: fix infinite loop introduced in par->pit renaming
1867
1868         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1869         in insets and LyXText, draw two off-screen paragraphs using
1870         NullPainter, and adapt to new coord scheme
1871
1872         * text.C:
1873         * text2.C:
1874         * text3.C: adapt lfun handlers to the new coord scheme, which
1875         means: there's only guaranteed coord information for onscreen pars
1876         plus one above and one below. This implies that one can do search
1877         from y coordinates in the range [-1,workHeight]
1878
1879 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1880
1881         * rename a lot of InsetOld to InsetBase
1882
1883 2004-11-25  Angus Leeming  <leeming@lyx.org>
1884
1885         * BufferView_pimpl.C:
1886         * lyx_cb.C:
1887         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1888
1889 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1890
1891         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1892         call BufferView::getStatus if LCursor::getStatus did nothing
1893         (setStatusMessage, getStatusMessage): removed.
1894
1895         * FuncStatus.C (message): new methods. Used to provide an error
1896         message indicating why a command is disabled.
1897         (clear, |=, FuncStatus): update for message.
1898
1899 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1900
1901         * lyxfunc.C (dispatch): always call sendDispatchMessage
1902
1903 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1904
1905         * BufferView.C:
1906         * BufferView_pimpl.C:
1907         * CutAndPaste.C:
1908         * FontIterator.C:
1909         * buffer.C:
1910         * cursor.C:
1911         * cursor_slice.[Ch]:
1912         * dociterator.[Ch]:
1913         * lyxfind.C:
1914         * paragraph_funcs.C:
1915         * pariterator.C:
1916         * rowpainter.C:
1917         * text.C:
1918         * text2.C:
1919         * text3.C:
1920         * undo.C: par->pit renaming
1921
1922 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1923
1924         * tabular.C (cellstruct): use initialization, store a shared_ptr
1925         to insettext instead of the insettext directly, adjust to fit.
1926         (operator=):  new function
1927         (swap): new function
1928         (rowstruct): use initialization
1929         (columnstruct): use initialization
1930         (ltType): use initialization
1931
1932
1933         * lyxlength.h (swap): new function
1934
1935         * LColor.[Ch] (operator=): use the common semantics
1936
1937 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1938
1939         * lyxfind.C (findNextChange): update the bufferview after setting
1940         the selection.
1941
1942 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1943
1944         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1945         number of InsetOptArgs has already been inserted.
1946
1947         * output_latex.C (latexOptArgInsets): new method. This outputs all
1948         the optarg insets, up to the limit defined in the layout file.
1949         (optArgInset): removed
1950         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1951
1952 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1953
1954         * paragraph.C (isLetter): remove special spellchecker-related
1955         code; return true also for digits
1956         (isWord, isKomma): remove
1957
1958         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1959         * lyxfind.C (MatchString()): use isLetter instead of isWord
1960
1961 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1962
1963         * pariterator.h (operatir=): comment out un-implemented member
1964         function.
1965
1966         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1967         static cast.
1968
1969 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1970
1971         * lyxfont.h: include LColor.h to satisfy concept checks.
1972
1973 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1974
1975         * pariterator.h: add typdefs for value_type, difference_type,
1976         pointer and reference to satisfy concept checks. Also add default
1977         constructor for same reason.
1978
1979         * pariterator.C (operator++): add post-increment operator to
1980         satisfy concept checks.
1981
1982         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1983         checks.
1984
1985         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1986
1987         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1988         checks. Also rename base_type to BaseType to follow naming
1989         standard better.
1990
1991         * FloatList.h: include Floating.h to satisfy concept checks.
1992
1993 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1994
1995         * lyxfunc.C (getStatus): when the origin of the request is menu or
1996         toolbar, and the LyXView does not have focus, do as if there was
1997         no buffer (bug 1720)
1998
1999         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
2000         FuncRequest to individual entries of LFUN_SEQUENCE
2001
2002 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2003
2004         * output_latex.C (TeXOnePar): override runparams.moving_arg
2005         according to the needprotect value of the current paragraph (bug
2006         1739)
2007
2008         * paragraph.C (simpleTeXOnePar): no need to override
2009         runparams.moving_args here
2010
2011 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
2012
2013         * vspace.C: fix off-by-one-error, related to fix #1682
2014
2015 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2016
2017         * lengthcommon.C: a more general fix for bug 1682
2018
2019 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2020
2021         * text.C (backspace): fix crash
2022
2023 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2024
2025         * format.[Ch] (getFormatFromFile): new method
2026         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
2027
2028 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2029
2030         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
2031
2032 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2033
2034         * lyxfunc.C (dispatch): remove the verbose argument
2035         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
2036         instead
2037
2038         * kbmap.C (defkey): set the origin of func to KEYBOARD
2039
2040         * MenuBackend.C (MenuItem):
2041         * ToolbarBackend.C (add): set the origin of func to UI
2042
2043         * funcrequest.[Ch]: add origin member, which indicates which part
2044         of LyX requests an action
2045
2046 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2047
2048         * converter.C (move): don't lie in the error message
2049         * converter.h (isReachable, move): document
2050
2051 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2052
2053         * buffer.C: remove unused using lyx::support::atoi
2054         * paragraph_funcs.C: ditto
2055
2056 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2057
2058         * bufferlist.C (exists): use bind and equal_to instead of
2059         compare_memfun
2060         (getBuffer): ditto
2061         * lyxtextclasslist.C (NumberOfClass): ditto
2062
2063         * cursor.C (insert): use for_each instead of explicit for loop
2064
2065         * bufferlist.C (getFileNames): use std::transform and
2066         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
2067
2068         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
2069         for loop
2070
2071         * buffer.C (changeLanguage): use for_each instead of explicit for
2072         loop
2073         (hasParWithID): implement using getParFromID
2074
2075         * LaTeXFeatures.C: ws change only
2076
2077         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
2078         to cleanup a bit.
2079
2080         * BufferView_pimpl.C (trackChanges): use for_each instead of
2081         expilicit for loop
2082
2083 2004-11-04  André Pönitz  <poenitz@gmx.net>
2084
2085         * undo.h:
2086         * undo.C (textUndoOrRedo): fix crash when creating undo information.
2087
2088         * dociterator.C (asDocIterator): use hard assert again.
2089
2090 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2091
2092         * lyxlength.C (asLatexString): rewrite so that it does not use
2093         snprintf anymore
2094
2095 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2096
2097         * text3.C (specialChar, dispatch): make sure cursor moves to the
2098         right after inserting an inset
2099
2100 2004-11-02  José Matos  <jamatos@lyx.org>
2101
2102         * output_docbook.C (docbook):
2103         * paragraph.C (getID):
2104         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
2105         garantee that the output is always legal.
2106
2107         * tabular.C (docbook):
2108         * outputprams.[Ch]: remove mixed contents.
2109
2110 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2111
2112         * text2.C (setCounter): prevent endless loop
2113
2114 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2115
2116         * exporter.C (copyFile): use the mover instead of support::copy()
2117         * exporter.C (Export): pass format and latex name to copyFile()
2118         * exporter.h (addExternalFile): document
2119         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
2120
2121 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2122
2123         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
2124
2125 2004-10-30  José Matos  <jamatos@lyx.org>
2126
2127         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
2128         text and no inset or font change. This allows to use CDATA
2129         sections just for the whole paragraph.
2130
2131 2004-10-30  José Matos  <jamatos@lyx.org>
2132
2133         * paragraph.C (getFirstWord): remove unused variable.
2134
2135 2004-10-30  José Matos  <jamatos@lyx.org>
2136
2137         * paragraph.C (getFirstWord): the content should always be escaped
2138         there.
2139         (simpleDocBookOnePar):
2140         * output_docbook.C (makeEnvironment): replace reference to CDATA
2141         to style pass_thru.
2142
2143 2004-10-30  José Matos  <jamatos@lyx.org>
2144
2145         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
2146
2147 2004-10-30  José Matos  <jamatos@lyx.org>
2148
2149         * output_docbook.C (makeParagraphs):
2150         * paragraph.[Ch] (emptyTag): for docbook and company, if the
2151         standard paragraph has only a given type of content drop the wrapper.
2152
2153 2004-10-29  José Matos  <jamatos@lyx.org>
2154
2155         * output_docbook.C (makeEnvironment):
2156         * sgml.C (openTag):
2157         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
2158
2159 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
2160
2161         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
2162         (cleanID): sanitize any id.
2163
2164 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2165
2166         * buffer.C, lyxlex_pimpl.C:
2167         * lyxlex_pimpl.C (setFile):
2168         s/getExtFromContents/getFormatFromContents/
2169
2170 2004-10-28  José Matos  <jamatos@lyx.org>
2171
2172         * output_docbook.C (makeEnvironment): move id to broadest possible
2173         scope.
2174
2175         * sgml.C (openTag): apply substitution of <> for all attributes.
2176
2177 2004-10-28  José Matos  <jamatos@lyx.org>
2178
2179         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2180         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2181         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
2182
2183         * sgml.[Ch]: new version for open and closeTag for paragraph and
2184         for strings. Now they handle the ids of paragraphs.
2185
2186 2004-10-26  Angus Leeming  <leeming@lyx.org>
2187
2188         * Makefile.am: add mover.[Ch].
2189
2190         * converter.C (convert, move): use the new Movers to move external
2191         files to the temp directory.
2192
2193         * lyx_main.C (init): ensure that the global system_movers data
2194         is initialised.
2195
2196         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2197         preferences file.
2198
2199         * mover.[Ch]: new files, defining a Mover as a utility to move an
2200         external file between directories and, if necessary, manipulate this
2201         file using a helper script.
2202
2203 2004-10-25  José Matos  <jamatos@lyx.org>
2204
2205         * output_docbook.C (makeCommand): merge two if's that tested the
2206         same condition.
2207
2208 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2209
2210         * sgml.C (escapeString): fix warning in a better way
2211
2212 2004-10-25  José Matos  <jamatos@lyx.org>
2213
2214         * sgml.C (escapeString): import the require boosts header file for
2215         tie, and avoid a signed unsigned comparison.
2216
2217 2004-10-25  José Matos  <jamatos@lyx.org>
2218
2219         * sgml.h: add #include <string>
2220
2221 2004-10-25  José Matos  <jamatos@lyx.org>
2222
2223         * sgml.[Ch] (escapeString): new function to escape all the string.
2224
2225 2004-10-24  José Matos  <jamatos@lyx.org>
2226
2227         * paragraph.[Ch] (getFirstWord): new function to get the first
2228         word. Useful for description.
2229         (simpleDocBookOnePar): remove depth argument, add another that
2230         says where to start the paragraph.
2231
2232         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2233         use the new functions to fix cleanly the support for descriptions.
2234
2235 2004-10-24  José Matos  <jamatos@lyx.org>
2236
2237         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2238         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2239         * output_linuxdoc.C (linuxdocParagraphs):
2240         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2241         add buffer as argument.
2242
2243 2004-10-24  José Matos  <jamatos@lyx.org>
2244
2245         * output_docbook.C (makeEnvironment, searchEnvironment): place
2246         CDATA inside paragraphs and fix scope for listitems.
2247
2248 2004-10-24  José Matos  <jamatos@lyx.org>
2249
2250         * output_docbook.C: remove using statement for stack.
2251
2252 2004-10-23  José Matos  <jamatos@lyx.org>
2253
2254         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2255         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2256         docbook. The new scheme is recursive and makes use of iterators, the
2257         same as latex export works.
2258         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2259         directly with the paragraph contents. This code was moved up to
2260         output_docbook.C (docbookParagraphs).
2261         * sgml.C (openTag, closeTag): removed unneeded newlines.
2262         (closeEnvTags) removed.
2263
2264 2004-10-23  André Pönitz  <poenitz@gmx.net>
2265
2266         * undo.C (textUndoOrRedo):
2267         * dociterator.C (asDocIterator): work around crash
2268
2269         * cursor.C (getStatus): replace ASSERT by more verbose error message
2270           and manual correction of the problem. Should increase stability
2271           while providing more sensible information.
2272
2273 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2274
2275         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2276
2277         * bufferlist.C (previous, next): new methods
2278
2279         * lfuns.h:
2280         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2281
2282 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2283
2284         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2285         entities to preamble.
2286
2287 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2288
2289         * messages.C (Pimpl): strip off translation context information
2290
2291 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2292
2293         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2294         the cursor is correct (bug 1694)
2295
2296 2004-10-13  José Matos  <jamatos@lyx.org>
2297
2298         * output_docbook.C (docbookParagraphs): fix closing tags in the
2299         end of the document.
2300
2301 2004-10-09  José Matos  <jamatos@lyx.org>
2302
2303         * buffer.C: format up to 237.
2304         * bufferparams.C (write): use tostr to convert booleans to strings.
2305
2306 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2307
2308         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2309
2310 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2311
2312         * LaTeX.C: implement use of babel language in xindy.
2313
2314 2004-10-05  José Matos  <jamatos@lyx.org>
2315
2316         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2317         Add new translators to help reading and writing the lyx file.
2318
2319 2004-10-05  José Matos  <jamatos@lyx.org>
2320
2321         * ParagraphParameters.C (read):
2322         * text.C (readParToken): replace nexToken by more appropriate lex
2323         methods.
2324
2325 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2326
2327         * LaTeX.C (runMakeIndex):
2328         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2329         (usually 'makeindex') configurable.
2330
2331         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2332         with a variable rather than with a number.
2333
2334 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2335
2336         * output_latex.C (TeXOnePar): make sure font setting is the first
2337         thing that gets output (and the last at the end). Should fix bug
2338         1404.
2339
2340 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2341
2342         * pch.h: use proper signal include
2343
2344         * LaTeX.h: Use preferred calling of Boost.Signal
2345         * buffer.h: ditto
2346
2347 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * pch.h: dont include <boost/function/function0.hpp>
2350
2351         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2352
2353         * paragraph_pimpl.h: remove usage of ShareContainer
2354
2355         * paragraph_pimpl.C: remove initialization of ShareContainer.
2356
2357 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2358
2359         Fix bug #1666
2360
2361         * BufferView.C (putSelectionAt): change the semantics when
2362         backwards == true: now, this just swaps cursor and anchor wrt the
2363         forward case
2364
2365         * BufferView.h (putSelectionAt): add some documentation
2366
2367         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2368         make sure backwardChar is done at least once (to avoid getting
2369         stuck)
2370         (findNextChange): use putSelectionAt in the forward direction
2371         (operator()): use Paragraph::isWord
2372
2373 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2374
2375         * Spacing.C (set): c_str fix
2376
2377 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2378
2379         * lyx_cb.C (Reconfigure): quote the name of configure script in
2380         case it contains spaces
2381
2382 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2383
2384         * client: new dir
2385
2386         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2387         (BOOST_LIBS): use top_buildir when looking for the file
2388
2389 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2390
2391         * pch.h: do not use include boost/format.hpp, multiple symbols
2392                 will result (gcc bug)
2393
2394
2395 2004-08-23  José Matos  <jamatos@lyx.org>
2396
2397         * bufferparams.C (readToken): fix reading of the author field.
2398
2399 2004-08-20  José Matos  <jamatos@lyx.org>
2400
2401         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2402
2403 2004-08-20  José Matos  <jamatos@lyx.org>
2404
2405         * lyxlex.[Ch] (findToken): remove function.
2406
2407         * ParagraphParameters.C (findToken):
2408         * bufferparams.C (findToken): replace call for previous function
2409         with local copy. This local function has one more argument, the
2410         read string argument.
2411
2412 2004-08-16  José Matos  <jamatos@lyx.org>
2413
2414         * ParagraphParameters.C (write):
2415         * Spacing.C (writeFile):
2416         * bufferparams.C (writeLaTeX):
2417         * lyx_cb.C (Reconfigure):
2418         * paragraph.C (write):
2419         * tabular.C (write): remove unnecessary space at end of line.
2420
2421
2422 2004-08-16  José Matos  <jamatos@lyx.org>
2423
2424         * text.C (readParagraph): remove debug message.
2425
2426 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2427
2428         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2429         crash
2430
2431         * output_plaintext.C (asciiParagraph): set depth correctly
2432
2433         * outputparams.h: add member depth
2434
2435         * paragraph_funcs.C (ownerPar): remove.
2436
2437         * text2.C (setCounter): remove first_pit; comment out some
2438         non-working code that uses ownerPar
2439
2440         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2441         uses ownerPar
2442
2443 2004-08-16  José Matos  <jamatos@lyx.org>
2444
2445         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2446         For the same level of importance use the same chanel to report problems.
2447         (read): add code to deal with \begin_body and \end_body.
2448
2449
2450 2004-08-15  José Matos  <jamatos@lyx.org>
2451
2452         * lyxlex.C (getString): fix comment, buffer::readBody is now
2453         buffer:readDocument.
2454
2455         * tex-strings.C (string_papersize): Default -> default,
2456         Custom -> custom, for consistency with other options.
2457
2458 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2459
2460         * pch.h: new file
2461
2462         * Makefile.am: support pch
2463
2464 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2465
2466         * text.C (readParToken): remove the static LyXFont variable and
2467         pass it as a parameter instead. This fixes a nasty bug where an
2468         inset will be inserted with a bad font in some situations
2469         (readParagraph): adapt
2470
2471         * text2.C (setCounter): reduce number of calls to pars_[pit]
2472
2473         * text.C (singleWidth): add an assert, fix a test
2474
2475         * rowpainter.C (paintText): reduce number of calls to singleWidth
2476
2477         * paragraph.C (isHfill):
2478         (isNewline): ws only
2479
2480 2004-08-14  André Pönitz  <poenitz@gmx.net>
2481
2482         * text.C:
2483         * text2.C:
2484         * rowpainter.C:
2485         * lyxtext.h (several functions): use a Paragraph & argument
2486         instead of par_type
2487
2488 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2489
2490         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2491
2492         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2493
2494         * text.C (singleWidth): remove useless test
2495
2496 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2497
2498         * tabular.h: remove bogus comments
2499
2500         * tabular.C (getDescentOfRow):
2501         (isPartOfMultiColumn): add assertions
2502
2503         * lyxlength.C (inPixels): remove #warning
2504
2505 2004-08-14  André Pönitz  <poenitz@gmx.net>
2506
2507         * paragraph.h: inline getChar()
2508
2509         * BufferView.h: remove unused declarations
2510
2511 2004-08-14  José Matos  <jamatos@lyx.org>
2512
2513         * Buffer.[Ch] (readDocument): new name for old readBody.
2514         * Buffer.C: new file format, new keywords: \begin_document,
2515         \begin_header, \begin_body, \end_body.
2516
2517         * bufferparams.C (readToken): replace all calls to lex.nextToken
2518         by lex.next(). Do the same to eatLine except where really needed.
2519
2520         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2521         line when writing to the lyx file.
2522
2523         * output_plaintext.C (asciiParagraph): fix Bibliography style
2524         handling.
2525
2526         * text.C (read): fix end of file handling.
2527
2528 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2529
2530         * MenuBackend.C (Menu::operator[]): new method to access
2531         individual menu items
2532         (Menu::hasFunc): new method. search for an item that corresponds
2533         to a given func
2534         (MenuBackend::specialMenu): new method
2535         (MenuBackend::expand): if a special menu has been set, skip
2536         entries whose func() appears in this menu
2537
2538 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2539
2540         * text3.C: use Debug::DEBUG a bit more
2541
2542         * text.C (leftMargin): try to simplify a tiny bit change var x to
2543         l_margin. Dont output the wide margins always.
2544         (rightMargin): no margin in inner texts
2545
2546         * rowpainter.h (nestMargin): new func
2547         (changebarMargin): new func
2548         (rightMargin): new func
2549
2550         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2551         now functions.
2552         (paintLast): ditto
2553
2554         * factory.C (createInset): modify setDrawFrame
2555
2556         * cursor.C: use Debug::DEBUG a bit more
2557
2558 2004-08-14  André Pönitz  <poenitz@gmx.net>
2559
2560         * coordcache.[Ch]:
2561         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2562         cache for all insets in (at least partially) visible (top-level)
2563         paragraphs.
2564
2565         * BufferView_pimpl.C: reset external coord cache before every update.
2566         This means the coord cache only contains valid entries.
2567
2568 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2569
2570         bug 1096
2571         * BufferView_pimpl.C (getInsetByCode): move function out of class
2572         and change in to a template in anon namespace. Also fix to do what
2573         suits us better.
2574
2575 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2576
2577         bug 1305
2578         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2579         of char
2580         (breakParagraph): rename par to par_offset and use a local
2581         reference. Add code to keep the language over a rebreak.
2582         (breakParagraphConservative): rename par to par_offset, use a
2583         local reference
2584         (mergeParagraph): ditto
2585         (outerHook): ditto
2586         (isFirstInSequence): ditto
2587         (outerFont): rename pit to par_offset
2588
2589         * paragraph.C: ws change
2590         * paragraph.h: ditto
2591         * text3.C: ditto
2592         * text.C: ditto
2593
2594 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2595
2596         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2597         treatment for ']'
2598
2599         * paragraph.C (simpleTeXOnePar): when we have a \item with
2600         optional argument, enclose the argument with curly brackets (in
2601         case it contains a closing square bracket)
2602
2603         * text2.C (editXY):
2604         * text2.C (editXY):
2605         * text3.C (checkInsetHit): constify
2606
2607 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2608
2609         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2610         documents (bug 1629)
2611
2612 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2613
2614         Fix toggling of collapsable insets with the mouse (bug 1558)
2615
2616         * lyxfunc.C (dispatch): adapt to LCursor changes
2617
2618         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2619         make sure that dispatch is not invoked twice
2620
2621         * cursor.C (needsUpdate): new method
2622         (dispatch): return void
2623         (result): new method, to access the DispatchResult of the cursor.
2624
2625 2004-08-13  José Matos  <jamatos@lyx.org>
2626
2627         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2628
2629 2004-08-13  André Pönitz  <poenitz@gmx.net>
2630
2631         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2632
2633         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2634           multiple cells
2635
2636 2004-08-12  André Pönitz  <poenitz@gmx.net>
2637
2638         * text3.C: take out the 'cursor right' form insertInset and only
2639         do it in those places when it is really needed. Fixes crash on
2640         C-m...
2641
2642 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2643
2644         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2645
2646         * BufferView_pimpl.C (setBuffer): initialize the current font of
2647         the underlying LyXText
2648
2649 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2650
2651         * kbsequence.C (print): use UI native formatting for menu
2652         shortcuts
2653
2654         * text.C (insertChar): call Paragraph::insertChar with a font
2655         argument (cosmetic)
2656
2657         * paragraph.C (insertInset, insertChar): the version that takes a
2658         LyXFont argument is now a wrapper around the other one (the
2659         opposite used to be true).
2660
2661         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2662         argument. Font setting is done in Paragraph now.
2663
2664 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2665
2666         * outputparams.h: add new members intitle and lang.
2667
2668         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2669         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2670
2671 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2672
2673         * text3.C (dispatch): remove special handling of button 4 and 5,
2674         it is now taken care of in the frontend code.
2675
2676 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2677
2678         * Spacing.h: add <string> (STLPort compile fix)
2679
2680 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2681
2682         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2683
2684 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2685
2686         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2687         to bool.
2688
2689         * converter.C (showMessage): inherit from unary_function, make
2690         operator() const.
2691
2692         * buffer.C (writeFile): initialize retval
2693
2694         * InsetList.h: rename private variable list to list_
2695         * InsetList.[Ch]: adjust accordingly.
2696
2697 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2698
2699         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2700         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2701         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2702         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2703         * ParagraphParameters.C, LaTeXFeatures.C: replace
2704         "support/std_sstream.h" with <sstream>
2705
2706 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2707
2708         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2709         * lyxsocket.C (LyXServerSocket): ditto
2710         (serverCallback): ditto
2711
2712 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2713
2714         * LaTeXFeatures.C: check release date when loading jurabib.
2715
2716 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2717
2718         * lyxserver.C (startPipe): call register_socket_callback
2719         (endPipe): call unregister_socket_callback
2720
2721 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2722
2723         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2724         (LyXServerSocket): register the callback
2725         (LyXServerSocket): unregister the callback
2726         (fd): delete function
2727         (serverCallback): improve error checking and setup the callbacks.
2728         (dataCallback): change arg to fd.
2729         (writeln): new func (copied fro the client socket) used for server
2730         write to client.
2731         (LyXDataSocket): simplify
2732         (~LyXDataSocket): close ann unregiser callback
2733         (server): delete function
2734         (fd): delete function
2735         (readln): small changes, improve some std::string usage
2736         (writeln): constify a bit
2737
2738 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2739
2740         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2741         Qt frontend
2742
2743 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2744
2745         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2746         after it has been populated
2747
2748 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2749
2750         * text2.C (insertInset): move cursor when inserting inset.
2751
2752 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2753
2754         * kbmap.C (findbindings): a couple of new methods. returns a
2755         container of kb_sequence objects. The real work is done by the
2756         private recursive version
2757         (printbindings): uses findbindings to print out a bracketed list
2758         of bindings (renamed from findbinding).
2759
2760         * MenuBackend.C (binding): use kb_keymap::findbindings
2761
2762         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2763
2764 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2765
2766         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2767
2768 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2769
2770         * paragraph.C (isWord): return true on insets that report
2771         isLetter().
2772
2773         * text.C (getWord): use Paragraph::isWord to decide what is in a
2774         word and what is not; fix bug 1609.
2775
2776 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2777
2778         * tex-strings.C: add "none" to string_paperpackages[], fixes
2779         off-by-one-error in the paperpackage selection.
2780
2781         * lyxlex.[Ch]:
2782         * tex-strings.[Ch]: char const * string[n]
2783         -> char const * const string[]
2784
2785 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2786
2787         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2788         command, return early.
2789
2790 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2791
2792         * debug.h: add DEBUG to enum and fix size of ANY.
2793
2794         * debug.C: add support for Debug::DEBUG
2795         (showTags): cast errorTags.level to unsigned int
2796
2797         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2798         (redoCurrentBuffer): ditto
2799         (updateScrollbar): ditto
2800         * cursor.C (dispatch): ditto
2801         * text2.C (setLayout): ditto
2802         (setFont): ditto
2803         (updateCounters): ditto
2804         (editXY): ditto
2805         (deleteEmptyParagraphMechanism): ditto
2806
2807 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2808
2809         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2810         annotations to cleanup the Makefile slightly.
2811
2812 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2813
2814         * lyxrc.C: do not set user_email to a default value but use empty
2815         instead. The entry used to be translated, which does not work
2816         since at the point where lyxrc is constructed there is no
2817         translation service available
2818
2819         * messages.C (getLocaleDir): remove and use directly
2820         lyx_localedir() instead
2821
2822 2004-06-02  Angus Leeming  <leeming@lyx.org>
2823
2824         Fix crash caused by dereferencing null pointer 'exportdata' in
2825         OutputParams by creating a new ExportData variable on the heap,
2826         storing it in a boost::shared_ptr.
2827         The crash was triggered when generating an Instant Preview
2828         of an external inset.
2829
2830         * Makefile.am: add outputparams.C
2831
2832         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2833         (c-tor): allocate memory to it.
2834
2835         * exporter.C (c-tor): associated changes.
2836
2837 2004-06-01  Angus Leeming  <leeming@lyx.org>
2838
2839         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2840         contains data before calling isInset(0). (Bug 1513.)
2841
2842 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2843
2844         * exporter.C (checkOverwrite): new method
2845         * exporter.C (copyFile): new method
2846         * exporter.C (Export): copy referenced files to the document dir
2847         * exporter.[Ch]: new class ExportedFile
2848         * exporter.[Ch]: new class ExportData. Contains currently the
2849         names of referenced external files
2850         * outputparams.h: add exportdata member.
2851
2852 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2853
2854         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2855         version.C-tmp
2856
2857 2004-05-19  Angus Leeming  <leeming@lyx.org>
2858
2859         * LaTeXFeatures.C:
2860         * ToolbarBackend.C:
2861         * bufferparams.C:
2862         * lyxfunc.C: small changes due to the introduction of namespace
2863         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2864
2865 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2866
2867         * text3.C (dispatch): supress update when only moving the cursor
2868         * cursor.C (selHandle): remove commented code
2869
2870 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2871
2872         * paragraph.C (startTeXParParams): correct column count
2873         * CutAndPaste.C (pasteSelection): remove const_cast
2874         * output_docbook.C (docbookParagraphs): remove const_cast
2875         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2876         const_cast and return ParagraphList::const_iterator
2877         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2878         * output_plaintext.C (writeFileAscii): remove const_cast
2879         * paragraph.[Ch] (simpleTeXOnePar): make const
2880         * paragraph_funcs.C (outerPar): use const iterators
2881         * paragraph_pimpl.C (validate): use const iterators
2882         * text.C (setHeightOfRow): use const iterators
2883
2884 2004-05-17  Angus Leeming  <leeming@lyx.org>
2885
2886         * lfuns.h:
2887         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2888
2889         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2890         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2891         if the citation engine has changed.
2892
2893 2004-05-14  José Matos  <jamatos@lyx.org>
2894
2895         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2896         if the textclass does not provide it. Have it different for sgml and
2897         xml.
2898         support the language of document.
2899         * output_docbook.C (docbookParagraphs):
2900         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2901         first anchor as the id of the paragraph, remove special case code.
2902         * sgml.C (escapeChar): escape only < & >.
2903
2904 2004-05-14  Angus Leeming  <leeming@lyx.org>
2905
2906         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2907         dependencies on src/frontends/controllers/biblio.h. Define a
2908         CiteEngine_enum wrapper class to enable the enum to be forward
2909         declared.
2910
2911 2004-05-12  Angus Leeming  <leeming@lyx.org>
2912
2913         * buffer.C: up LYX_FORMAT to 234.
2914         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2915         use_numerical_citations with a single biblio::CiteEngine cite_engine
2916         variable.
2917         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2918
2919 2004-05-13  José Matos  <jamatos@lyx.org>
2920
2921         * converter.h:
2922         * converter.C (Converter, readFlags): add xml member.
2923         * outputparams.h: add XML flavor.
2924         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2925
2926 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2927
2928         * lyxfunc.C (dispatch):
2929         (getStatus): fix handling of LFUN_SEQUENCE
2930
2931 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2932
2933         * debug.C (showLevel): do not forget the end-of-line marker
2934
2935 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2936
2937         * kbmap.C (read): do not stop parsing a bind file when an error
2938         occurs (bug 1575)
2939
2940 2004-04-29  Angus Leeming  <leeming@lyx.org>
2941
2942         * cursor.C:
2943         * factory.C:
2944         * pariterator.C:
2945         * text2.C: wrap a bunch of #warning statements
2946         inside #ifdef WITH_WARNINGS blocks.
2947
2948 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2949
2950         * buffer.C: increment format to 233.
2951
2952 2004-04-28  Angus Leeming  <leeming@lyx.org>
2953
2954         * BufferView_pimpl.C:
2955         * lyxfunc.C:
2956         * text3.C:
2957         s/updateToolbar()/updateToolbars()/
2958         s/Toolbar.h/Toolbars.h/
2959
2960 2004-04-28  Angus Leeming  <leeming@lyx.org>
2961
2962         * BufferView.[Ch] (c-tor):
2963         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2964         No longer passes these data to the WorkArea generator.
2965
2966 2004-04-28  Angus Leeming  <leeming@lyx.org>
2967
2968         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2969
2970 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2971
2972         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2973
2974 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2975
2976         * output_latex.C (TeXEnvironment): make sure that there is a line
2977         break before \end{foo} for the last paragraph of a document
2978         (TeXOnePar): if the paragraph is at the end of the document (or
2979         inset) and the language has to be reset, then make sure that the
2980         line break is _before_ the language command, not after (fixes bug
2981         1225); also make sure that the language reset command is the first
2982         thing after the paragraph (to ensure proper nesting of
2983         environments and thus fix bug 1404)
2984
2985 2004-04-21  John Levon  <levon@movementarian.org>
2986
2987         * ToolbarBackend.h:
2988         * ToolbarBackend.C: make "name" be a programmatic name
2989         and a gui_name field.
2990
2991         * lyxfunc.C: display the minibuffer on M-x
2992
2993 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2994
2995         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2996         (bug 1526)
2997
2998 2004-04-19  Angus Leeming  <leeming@lyx.org>
2999
3000         * BufferView_pimpl.C (setBuffer): changed preview interface.
3001
3002         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
3003         possible values.
3004
3005 2004-04-19  John Levon  <levon@movementarian.org>
3006
3007         * BufferView_pimpl.C:
3008         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
3009
3010 2004-04-05  Angus Leeming  <leeming@lyx.org>
3011
3012         * text.C (redoParagraphs): add call to updateCounters(), thereby
3013         fixing the missing "Figure #:" label from the caption of a
3014         figure float.
3015
3016 2004-04-13  Angus Leeming  <leeming@lyx.org>
3017
3018         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
3019         cursor is clicked out of an inset.
3020
3021 2004-04-13  Angus Leeming  <leeming@lyx.org>
3022
3023         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
3024         than an InsetOld one.
3025
3026 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3027
3028         * format.[Ch]: add editor to Format
3029         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
3030         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
3031
3032 2004-04-08  André Pönitz  <poenitz@gmx.net>
3033
3034         * metricsinfo.h: remove PainterInfo::width member
3035
3036 2004-04-08  Angus Leeming  <leeming@lyx.org>
3037
3038         * lyx_sty.C (boldsymbol_def): modify so that it outputs
3039         "\providecommand" rather than "\newcommand", thereby preventing
3040         clashes with packages that define "\boldsymbol" themselves.
3041         Eg, beamer.
3042
3043 2004-04-08  Angus Leeming  <leeming@lyx.org>
3044
3045         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
3046         thereby squashing an unnecessary warning.
3047
3048 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3049
3050         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
3051         setBuffer()
3052
3053 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
3054
3055         * BufferView.C (setCursor): call redoParagraph (some insets could
3056         have been opened)
3057         (putSelectionAt): remove the 'double update' trick
3058
3059         * BufferView_pimpl.C (fitCursor): call refreshPar
3060         (workAreaDispatch): remove an uneeded update call
3061         (dispatch): remove some manual update calls
3062
3063         * cursor.[Ch]: remove cached_y_, updatePos
3064         (selHandle): set noUpdate when appropriate
3065
3066         * lyxfunc.C (dispatch): track if we need an update
3067
3068         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
3069
3070         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
3071         (paintSelection): cheap optimization, do not call cursorX when not
3072         needed
3073         (paintPars): change signature
3074         (refreshPar): add
3075         (paintText): adjust
3076         (paintTextInset): adjust
3077
3078         * text.C: adjust
3079
3080 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3081
3082         * lengthcommon.C: compilation fix: remove explicit array size from
3083         unit_name[] and friends
3084
3085 2004-04-05  Angus Leeming  <leeming@lyx.org>
3086
3087         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
3088
3089         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
3090         present only for the preferences dialog.
3091         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
3092
3093 2004-04-05  Angus Leeming  <leeming@lyx.org>
3094
3095         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
3096         to enable the frontends to export changes to lyxrc correctly.
3097
3098         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
3099
3100 2004-04-07  André Pönitz  <poenitz@gmx.net>
3101
3102         * cursor.[Ch] (selClear, adjust): remove math
3103
3104         * cursor_slice.C: more agressive assert
3105
3106         * lyxfunc.C:
3107         * BufferView_pimpl.C: rework mouse event dispatch
3108
3109         * dociterator.C:
3110         * paragraph.C:
3111         * text2.C:
3112         * text3.C: adjust
3113
3114 2004-04-05  André Pönitz  <poenitz@gmx.net>
3115
3116         * cursor.[Ch] (valign, halign...): remove unneeded functions
3117
3118 2004-04-05  Angus Leeming  <leeming@lyx.org>
3119
3120         * lyxlength.[Ch] (unit_name et al.): const-correct.
3121
3122 2004-04-05  Angus Leeming  <leeming@lyx.org>
3123
3124         * BufferView_pimpl.C:
3125         * buffer.C:
3126         * counters.C:
3127         * cursor.C:
3128         * lyxfunc.C
3129         * paragraph.C:
3130         * pariterator.C:
3131         * text.C:
3132         * text2.C:
3133         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
3134
3135 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3136
3137         * text3.C (getStatus): add LFUN_BEGINNINGBUF
3138
3139 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3140
3141         * lyxfind.C: add a couple of inTexted() tests + other small fixes
3142         * BufferView_pimpl.[Ch] (getStatus)
3143         * BufferView.[Ch] (getStatus): add
3144         * lyxfunc.C (getStatus): move lfuns handled in
3145         BufferView::dispatch to te function above
3146         * Cursor.C (setSelection): set selection() = true
3147
3148 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3149
3150         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
3151
3152 2004-03-31  Angus Leeming  <leeming@lyx.org>
3153
3154         * lyxfunc.C (dispatch): Fall through to the generic
3155         Dialogs::show("preamble").
3156
3157 2004-03-31  Angus Leeming  <leeming@lyx.org>
3158
3159         * lyxfunc.C (dispatch): Fall through to the generic
3160         Dialogs::show("spellchecker").
3161
3162 2004-03-31  Angus Leeming  <leeming@lyx.org>
3163
3164         * lyxfunc.C (getStatus, dispatch): changed invocation of the
3165         preferences dialog.
3166
3167 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3168
3169         * BufferView.C
3170         * cursor.[Ch]
3171         * dociterator.[Ch]:
3172         * insetiterator.[Ch]:
3173         * lyxfind.C:
3174         * lyxfunc.C:
3175         * pariterator.[Ch]:
3176         * text2.C:
3177         * undo.[Ch]: s/DocumentIterator/DocIterator/g
3178
3179 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3180
3181         * BufferView.C (setCursor, putSelectionAt): call edit to open the
3182         insets where we are putting the cursor.
3183
3184 2004-03-31  Angus Leeming  <leeming@lyx.org>
3185
3186         * lfuns.h:
3187         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3188
3189         * lyxrc.[Ch] (read, write): overloaded member functions taking
3190         a std::[io]stream arguments.
3191
3192         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3193
3194 2004-03-31  Angus Leeming  <leeming@lyx.org>
3195
3196         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3197         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3198
3199         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3200         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3201
3202 2004-03-31  Angus Leeming  <leeming@lyx.org>
3203
3204         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3205         the LFUN_ALL_INSETS_TOGGLE code.
3206
3207 2004-03-30  Angus Leeming  <leeming@lyx.org>
3208
3209         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3210         has died. Fall through to the generic Dialogs::show("document").
3211
3212 2004-03-30  Angus Leeming  <leeming@lyx.org>
3213
3214         * lfuns.h:
3215         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3216         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3217
3218         * lyxfunc.C (getStatus, dispatch): define the actions for these
3219         lfuns. Little more than a cut and pste job from ControlDocument.C
3220
3221         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3222
3223 2004-03-30  Angus Leeming  <leeming@lyx.org>
3224
3225         * lfuns.h:
3226         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3227         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3228
3229         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3230         open/closed state of ollapsable insets. Usage:
3231
3232         all-inset-toggle <state> <name>, where
3233         <state> == "open" || "closed" || "toggle" and
3234         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3235
3236         * lyxtext.h, text2.C (toggleInset): removed.
3237
3238         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3239         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3240         now passes LFUN_INSET_TOGGLE to the found inset.
3241
3242         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3243         is now invoked as "all-insets-toggle toggle branch".
3244
3245 2004-03-30  Angus Leeming  <leeming@lyx.org>
3246
3247         * dociterator.C:
3248         * insetiterator.C:
3249         * pariterator.[Ch]: added/corrected header blurb.
3250
3251 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3252
3253         * dociterator.[Ch]: add an inset_ member
3254         (backwardPos): implemented
3255         (backwardPos, forwardPos): use inset_ when the stack is empty.
3256         (doc_iterator_begin, doc_iterator_end): implemented
3257         * pariterator.[Ch]: adjust, add begin, end
3258         * insetiterator.[Ch]: adjust, add begin, end
3259         * cursor.C:
3260         * document.C:
3261         * BufferView.C:
3262         * BufferView_pimpl.C:
3263         * CutAndPaste.C: adjust
3264
3265 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3266
3267         * buffer.C: increment file format to 232.
3268         * LaTeXFeatures.C: add bibtopic package.
3269         * bufferparams.[Ch]: param \use_bibtopic.
3270
3271         * lyxrc.[Ch]: add lyxrc bibtex_command
3272         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3273
3274         * buffer.C: increment file format to 231.
3275
3276 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3277
3278         * dociterator.C: implement forwardPar
3279         * iterators.[Ch]: remove, replaced by
3280         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3281         * BufferView.C:
3282         * BufferView_pimpl.C:
3283         * CutAndPaste.C:
3284         * buffer.C:
3285         * bufferview_funcs.C:
3286         * cursor.C:
3287         * lyxfind.C
3288         * lyxfunc.C
3289         * paragraph_funcs.C
3290         * toc.C:
3291         * Makefile.am: adjust
3292
3293 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3294
3295         * CutAndPaste.C (pasteSelection): fix 2 crashes
3296         (eraseSelection): fix a crash
3297         * paragraph_funcs.C: remove a warning
3298
3299 2004-03-28  Angus Leeming  <leeming@lyx.org>
3300
3301         * lfuns.h:
3302         * LyXAction.C (init): new LFUN_PRINT.
3303
3304         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3305
3306 2004-03-27  Angus Leeming  <leeming@lyx.org>
3307
3308         * lfuns.h:
3309         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3310
3311         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3312
3313 2004-03-27  Angus Leeming  <leeming@lyx.org>
3314
3315         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3316         insetlist always contains non-null pointers to insets.
3317
3318 2004-03-26  Angus Leeming  <leeming@lyx.org>
3319
3320         * src/BufferView_pimpl.C:
3321         * src/CutAndPaste.C:
3322         * src/buffer.C:
3323         * src/iterators.C:
3324         * src/output_plaintext.C:
3325         * src/outputparams.h:
3326         * src/paragraph_funcs.C:
3327         * src/rowpainter.C:
3328         * src/text.C:
3329         * src/text2.C:
3330         * src/frontends/controllers/ControlErrorList.C:
3331         * src/frontends/gtk/FileDialogPrivate.C:
3332         * src/frontends/gtk/GPainter.C:
3333         * src/frontends/gtk/GToolbar.C:
3334         * src/frontends/qt2/QRef.C:
3335         * src/mathed/math_scriptinset.C: squash compiler warnings.
3336
3337 2004-03-26  Angus Leeming  <leeming@lyx.org>
3338
3339         * ispell.C (LaunchIspell::start):
3340         * lyx_cb.C (AutoSaveBuffer::start):
3341         invoke run(DontWait) rather than runNonBlocking().
3342
3343 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3344
3345         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3346
3347 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3348
3349         * kbsequence.C (print): adjust
3350
3351         * kbmap.C (printKeySym): rename and change signature
3352         (printKey): use LyXKeySym::print()
3353
3354 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3355
3356         * undo.C: add using std::advance to compile for stlport
3357
3358 2004-03-24  Angus Leeming  <leeming@lyx.org>
3359
3360         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3361         it leads to a crash when no buffer is present.
3362
3363 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3364             Martin Vermeer  <martin.vermeer@hut.fi>
3365
3366         * lyxfunc.C (dispatch):
3367         * bufferparams.C (readToken): use the new LColor::setColor
3368
3369         * LColor.[Ch] (setColor): new version that takes two strings as
3370         argument and creates a new color entry if necessary
3371
3372 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3373
3374         * buffer.C (makeLaTeXFile): if the main latex file that is
3375         processed is usually a subdocument of some master, then pretend
3376         for a while that it is actually the master
3377
3378 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3379
3380         * buffer.C (getLabelList):
3381         (getBibkeyList): use getMasterBuffer()
3382         (getMasterBuffer): new method. Returns the main document in the
3383         case where one is using included documents.
3384
3385 2004-03-25  André Pönitz  <poenitz@gmx.net>
3386
3387         * Makefile.am:
3388         * iterators.[Ch]:
3389         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3390
3391         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3392
3393         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3394         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3395
3396         * ParameterStruct.h: merge with ParagraphParameters
3397
3398         * lyxtext.h: remove LyXText::parOffset() and getPar()
3399
3400         * text3.C: Remove all 'manual' update calls. We do now one per user
3401         interaction which is completely sufficient.
3402
3403         * Bidi.C:
3404         * BufferView.[Ch]:
3405         * BufferView_pimpl.C:
3406         * FontIterator.[Ch]:
3407         * MenuBackend.C:
3408         * ParagraphParameters.[Ch]:
3409         * buffer.C:
3410         * buffer.h:
3411         * bufferlist.C:
3412         * cursor.[Ch]:
3413         * cursor_slice.[Ch]:
3414         * dociterator.[Ch]:
3415         * errorlist.[Ch]:
3416         * factory.C:
3417         * lfuns.h:
3418         * lyxfind.C:
3419         * lyxfunc.C:
3420         * output_docbook.[Ch]:
3421         * output_latex.[Ch]:
3422         * output_linuxdoc.[Ch]:
3423         * output_plaintext.[Ch]:
3424         * paragraph.[Ch]:
3425         * paragraph_funcs.[Ch]:
3426         * paragraph_pimpl.[Ch]:
3427         * rowpainter.C:
3428         * tabular.[Ch]:
3429         * text.C:
3430         * text2.C:
3431         * toc.C:
3432         * undo.[Ch]: adjust
3433
3434         * frontends/controllers/ControlDocument.C:
3435         * frontends/controllers/ControlErrorList.C:
3436         * frontends/controllers/ControlSpellchecker.C:
3437         * insets/inset.C:
3438         * insets/inset.h:
3439         * insets/insetbase.h:
3440         * insets/insetbibitem.C:
3441         * insets/insetbox.C:
3442         * insets/insetbranch.C:
3443         * insets/insetcaption.C:
3444         * insets/insetcharstyle.C:
3445         * insets/insetcharstyle.h:
3446         * insets/insetcollapsable.C:
3447         * insets/insetcollapsable.h:
3448         * insets/insetert.C:
3449         * insets/insetfloat.C:
3450         * insets/insetfoot.C:
3451         * insets/insetmarginal.C:
3452         * insets/insetnote.C:
3453         * insets/insetoptarg.C:
3454         * insets/insettabular.C:
3455         * insets/insettext.C:
3456         * insets/insettext.h:
3457         * insets/insetwrap.C:
3458         * mathed/math_mboxinset.C:
3459         * mathed/math_nestinset.C:
3460         * mathed/math_scriptinset.C:
3461         * mathed/math_scriptinset.h:
3462         * support/types.h:
3463
3464 2004-03-24  Angus Leeming  <leeming@lyx.org>
3465
3466         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3467         deal with any child processes that have finished but are waiting to
3468         communicate this fact to the rest of LyX.
3469
3470 2004-03-24  Angus Leeming  <leeming@lyx.org>
3471
3472         64-bit compile fixes.
3473
3474         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3475         (c-tor): pass lyx::pos_types rather than ints.
3476
3477         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3478         lyx::pos_type.
3479
3480         * text.C (Delete): compile fix.
3481         (getPar): ensure that function declaration is the same as that in
3482         the header file.
3483
3484 2004-03-23  Angus Leeming  <leeming@lyx.org>
3485
3486         * ispell.C (LaunchIspell):
3487         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3488         a boost::shred_ptr rather than a std::auto_ptr.
3489
3490 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3491
3492         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3493         handle LFUN_FILE_INSERT_*
3494
3495         * lyxrc.C (setDefaults, getDescription, output, read):
3496         * lyxrc.h: remove ps_command
3497
3498 2004-03-22  Angus Leeming  <leeming@lyx.org>
3499
3500         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3501         Ensure that error_handler is processed once only and that all data
3502         is saved before attempting to output any warning messages.
3503
3504         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3505
3506 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3507
3508         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3509
3510 2004-03-19  André Pönitz  <poenitz@gmx.net>
3511
3512         * cursor.[Ch] (reset): take main text inset as argument
3513
3514         * BufferView: adjust
3515         * BufferView_pimpl.C: adjust
3516
3517         * paragraph.[Ch]: fix completely broken operator=()
3518
3519 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3520
3521         * LColor.C (getFromLyXName): make sure that the color name is used
3522         as lowercase.
3523
3524 2004-03-17  Angus Leeming  <leeming@lyx.org>
3525
3526         * lfuns.h:
3527         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3528
3529         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3530         dialog and to kill a forked process.
3531
3532 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3533
3534         * text2.C (setCursorFromCoordinates): fix font problem
3535
3536 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3537
3538         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3539         bogus "rebuild cursor" code
3540
3541 2004-03-11  André Pönitz  <poenitz@gmx.net>
3542
3543         * buffer.[Ch]: use InsetText instead of LyXText as container for
3544         the main lyx text.
3545
3546         * dociterator.[Ch]: drop the BufferView * member which is not needed
3547         anymore after the change to buffer.C
3548
3549         * paragraph_funcs.C:
3550         * text.C:
3551         * text2.C:
3552         * BufferView.[Ch]:
3553         * BufferView_pimpl.[Ch]:
3554         * cursor.[Ch]:
3555         * cursor_slice.[Ch]: adjust
3556
3557         * text3.C: fix bug in mathDispatch
3558
3559 2004-03-08  André Pönitz  <poenitz@gmx.net>
3560
3561         * undo.[Ch]: use 'StableDocumentIterator' as base for
3562         the Undo struct.
3563
3564 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3565
3566         * LaTeXFeatures.C:
3567         * bufferparams.[Ch]: add jurabib support and param.
3568
3569         * LaTeX.C: add FIXME/comment.
3570
3571 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3572
3573         * buffer.C: increment file format to 230.
3574
3575 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3576
3577         * cursor.C (dispatch): avoid infinite loops
3578
3579 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3580
3581         * rowpainter.C (paintSelection): fix x coordinates
3582
3583 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3584
3585         * text.C (rowBreakPoint): fix breaking before displayed insets
3586
3587 2004-03-01  André Pönitz  <poenitz@gmx.net>
3588
3589         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3590
3591         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3592
3593         * Makefile.am:
3594         * BufferView.C:
3595         * BufferView_pimpl.C:
3596         * buffer.C:
3597         * lyxfind.C:
3598         * lyxfunc.C:
3599         * text.C:
3600         * text2.C:
3601         * text3.C: adjust
3602
3603 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3604
3605         * lyxtext.h:
3606         * text.C:
3607         * text2.C:
3608         * rowpainter.C:
3609         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3610         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3611
3612 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3613
3614         * Bidi.[Ch] (computeTables): const correctness
3615         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3616         fill_hfill, fill_label_hfill and x from Row
3617         * lyxtext.h: prepareToPrint returns a RowMetrics
3618         * rowPainter.C: adjust
3619         * text.C (prepareToPrint): use width, not textWidth. adjust
3620         (redoParagraphInternal, cursorX): adjust
3621         * text2.C (getColumnNearX): adjust
3622         (init): put a default value to the top LyXText::width
3623
3624 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3625
3626         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3627
3628 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3629
3630         * lyxtext.h: add FontIterator class
3631
3632         * text.C (FontIterator, operator*, operator->, operator++): add
3633         (rowBreakPoint, setRowWidth): adjust (fixing a
3634         rebreaking bug)
3635
3636 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3637
3638         * BufferView_pimpl.C (workAreaDispatch): allow also
3639         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3640
3641 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3642
3643         * text.C (rowBreakPoint): fix a bug showing with very large insets
3644
3645 2004-02-25  André Pönitz  <poenitz@gmx.net>
3646
3647         * text3.C:
3648         * cursor.[Ch]: move some mathed specific code to mathed
3649
3650 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3651
3652         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3653         use_tempdir in preferences
3654         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3655         tempfile creation
3656         * lyx_main.C: ensure that tempdir is valid
3657         * lyxlex.h: correct typo
3658         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3659         * paragraph.[Ch] (isMultiLingual): make const
3660         * cursor.[Ch] (openable): make const
3661
3662 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3663
3664         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3665
3666 2004-02-20  André Pönitz  <poenitz@gmx.net>
3667
3668         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3669
3670         * cursor.[Ch]: prepare for localized getStatus()
3671
3672         * lyxtext.h:
3673         * tabular.C:
3674         * text.C:
3675         * text2.C:
3676         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3677
3678 2004-02-20  André Pönitz  <poenitz@gmx.net>
3679
3680         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3681
3682 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3683
3684         * text2.C (setCursorFromCoordinates): switch to absolute coords
3685         (cursorUp): adjust
3686         (cursorDown): adjust
3687         * text3.C (dispatch): adjust
3688
3689 2004-02-16  André Pönitz  <poenitz@gmx.net>
3690
3691         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3692           insets/ChangeLog)
3693
3694         * cursor_slice.[Ch]: remove unneeded acessor function
3695
3696         * lyxtext.h: rename rtl() to isRTL()
3697
3698         * rowpainter.C:
3699         * tabular.C:
3700         * text.C:
3701         * text2.C:
3702         * text3.C: adjust
3703
3704 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3705
3706         * rowpainter.C (paintSelection): coord fix
3707
3708 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3709
3710         * Spacing.C: compile fix
3711
3712 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3713
3714         * cursor.C (dispatch): restore current_ before returning
3715
3716 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3717
3718         * text2.C (cursorUp, cursorDown): fix coords
3719         (moveUp): fix crash
3720
3721 2004-02-12  André Pönitz  <poenitz@gmx.net>
3722
3723         * lyxtext.h:
3724         * text.C:
3725         * text2.C:
3726         * text3.C: add LCursor & parameter to most cursor movement functions
3727           remove usage of LyXText::cursorRow() and cursorPar()
3728
3729         * cursor.[Ch]: add textRow() needed members
3730
3731         * BufferView.C:
3732         * BufferView_pimpl.C:
3733         * paragraph.[Ch]:
3734         * BufferView.C:
3735         * BufferView_pimpl.C: adjust
3736
3737 2004-02-11  André Pönitz  <poenitz@gmx.net>
3738
3739         * lyxfunc.C:
3740         * BufferView.[Ch]:
3741         * BufferView_pimpl.C: shift undo/redo handling
3742
3743         * cursor.[Ch]: fix mathed crash
3744
3745         * lyxfind.C:
3746         * lyxtext.h: move selectionAsText to LCursor
3747
3748         * output_latex.C:
3749         * paragraph.C:
3750         * text.C:
3751         * text2.C:
3752         * text3.C: adjust
3753
3754         * rowpainter.C: fix excessive drawing
3755
3756 2004-02-06  André Pönitz  <poenitz@gmx.net>
3757
3758         * BufferView.[Ch]:
3759         * BufferView_pimpl.[Ch]:
3760         * text3.C: move some text specific LFUN handling
3761
3762 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3763
3764         * text3.C (checkInsetHit): adjust coords
3765         * text2.C (getColumnNearX): adjust coords
3766         (edit): adjust coords
3767         * text.C (getRowNearY): add two asserts
3768
3769 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3770
3771         * converter.C:
3772         * format.C: add using std::distance to compile on gcc 2.95/stlport
3773
3774 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3775
3776         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3777
3778 2004-02-04  André Pönitz  <poenitz@gmx.net>
3779
3780         * BufferView.[Ch] (insertInset):
3781         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3782
3783         * text2.C:
3784         * text3.C: adjust
3785
3786 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3787
3788         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3789         on the default clause of the switch
3790         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3791         wasn't catched by LCursor::dispatch
3792
3793 2004-02-03  André Pönitz  <poenitz@gmx.net>
3794
3795         * BufferView.C:
3796         * cursor.[Ch]: some additional asserts
3797
3798         * undo.[Ch]: remove LyXText dependency in interface
3799
3800         * lyxfunc.C: adjust
3801
3802         * lyxtext.h (firstPar, lastPar): remove dead functions
3803
3804         * text.C:
3805         * text2.C:
3806         * text3.C:
3807         * paragraph.[Ch]: adjust
3808
3809 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3810
3811         * lyxfind.C (find): fix argument order in call to ::find
3812
3813 2004-02-02  André Pönitz  <poenitz@gmx.net>
3814
3815         * cursor.[Ch]: remove direct access to anchor
3816
3817         * text.C: remove findText() hack
3818
3819 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3820
3821         * iterators.[Ch] (lockPath): remove in favour of...
3822         * BufferView.[Ch] (setCursor): this addition
3823         * BufferView.C (putSelectionAt): adjust
3824         * undo.C (performUndoOrRedo): adjust
3825         * lyxfunc.C (dispatch): adjust
3826
3827 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3828
3829         * iterators.C (lockPath): add a missing slice
3830         * undo.C (performUndoOrRedo): remove redundant positioning code
3831
3832 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3833
3834         * vc-backend.C (scanMaster): ";" -> ';'
3835
3836 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3837
3838         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3839         std::binary_function
3840
3841         * lyxtextclass.C (compare_name): rename to...
3842         (LayoutNamesEqual): ...this
3843
3844         * lyxlex_pimpl.C (compare_tags): inherit from
3845         std::binary_function, put back into anon namespace
3846
3847         * lyxfind.C (MatchString): inherig from std::binary_function
3848         (findChange): use empty() istead of !size()
3849
3850         * format.C (FormatNamesEqual): new functor
3851         (getFormat): use it
3852         (getNumber): use it
3853         (add): use it
3854         (erase): use it
3855         (setViewer): use it
3856
3857         * converter.C (compare_Converter): rename to...
3858         (ConverterEqual): ...this, and fixup a bit.
3859         (getConverter): use it, and make function const
3860         (getNumber): use it, and make function const
3861         (add): use it
3862         (erase): use it:
3863
3864         * bufferlist.C: add using boost::bind
3865
3866         * MenuBackend.C (MenuNamesEqual): new functor
3867         (hasMenu): use it, and make function const
3868         (hasSubmenu): use nested bind to get rid of compare_memfun.
3869
3870 2004-01-30  André Pönitz  <poenitz@gmx.net>
3871
3872         * BufferView_pimpl.C:
3873         * cursor.C:
3874         * cursor.h:
3875         * cursor_slice.[Ch]:
3876         * lyxfunc.C:
3877         * lyxtext.h:
3878         * paragraph_funcs.C:
3879         * paragraph_funcs.h:
3880         * rowpainter.C:
3881         * text.C:
3882         * text2.C:
3883         * text3.C: move some of the edit(x,y) handling to the insets
3884         some coordinate changes.
3885
3886 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3887
3888         * text.C: add using statements for std::advance and std::distance
3889
3890         * paragraph.C: add using statement for std::distance
3891
3892         * lyxfind.C: add using statement for std::advance
3893
3894         * cursor.C (region): remove std:: from swap
3895         (openable): use nucleus in stead of operator->
3896
3897         * BufferView.C: add using statements for std::distance and std::swap
3898
3899 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3900
3901         * iterators.C: Remove the pimple, move the needed structures to
3902         the header file. Create accessor for the positions stack.
3903         (asPosIterator): remove function
3904
3905         * PosIterator.C (PosIterator): move constructors to top of file
3906         (PosIterator): reimplement the constructor taking a ParIterator in
3907         terms of setFrom.
3908         (setFrom): new function
3909         (operator!=): inline it
3910
3911 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3912
3913         * lyxfind.C (replaceAll): use std::advance
3914
3915         * iterators.h: inherit from std::iterator.
3916
3917         * PosIterator.C (advance, distance): remove
3918         * PosIterator.h: interit from std::iterator.
3919
3920 2004-01-26  André Pönitz  <poenitz@gmx.net>
3921
3922         * BufferView.[Ch]:
3923         * BufferView_pimpl.[Ch]:
3924         * InsetList.[Ch]:
3925         * PosIterator.[Ch]:
3926         * buffer.h:
3927         * bufferview_funcs.C:
3928         * cursor.[Ch]:
3929         * cursor_slice.h:
3930         * factory.[Ch]:
3931         * iterators.[Ch]:
3932         * lyxfind.C:
3933         * lyxfunc.C:
3934         * lyxtext.h:
3935         * output_docbook.C:
3936         * output_latex.C:
3937         * output_linuxdoc.C:
3938         * output_plaintext.C:
3939         * paragraph.[Ch]:
3940         * paragraph_funcs.[Ch]:
3941         * paragraph_pimpl.[Ch]:
3942         * rowpainter.C:
3943         * tabular.C:
3944         * tabular.h:
3945         * text.C:
3946         * text2.C:
3947         * text3.C: more IU:  dumps most of the rest of the mathcursor
3948     implementation into cursor.[Ch]; "globalize" a bit of it.
3949
3950 2004-01-25  Angus Leeming  <leeming@lyx.org>
3951
3952         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3953
3954 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3955
3956         * LaTeXFeatures.h: add nice_ and nice() const
3957         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3958
3959 2004-01-20  André Pönitz  <poenitz@gmx.net>
3960
3961         * BufferView.[Ch]:
3962         * BufferView_pimpl.C:
3963         * PosIterator.C:
3964         * bufferview_funcs.C:
3965         * cursor.[Ch]:
3966         * cursor_slice.[Ch]:
3967         * factory.C:
3968         * iterators.C:
3969         * lyx_cb.C:
3970         * lyxfind.C:
3971         * lyxfunc.C:
3972         * lyxtext.h:
3973         * rowpainter.C:
3974         * text.C:
3975         * text2.C:
3976         * text3.C:
3977         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3978           LCursor and mathcursor parts to LCursor and InsetBase.
3979
3980 2004-01-15  André Pönitz  <poenitz@gmx.net>
3981
3982         * cursor_slice.[Ch]: add a few covienience functions
3983
3984         * funcrequest.[Ch]: remove BufferView * member
3985
3986         * BufferView_pimpl.C:
3987         * cursor.C:
3988         * factory.[Ch]:
3989         * lyxfind.[Ch]:
3990         * lyxfunc.C:
3991         * lyxtext.h:
3992         * text3.C:
3993         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3994
3995 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3996
3997         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3998         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3999
4000 2004-01-13  André Pönitz  <poenitz@gmx.net>
4001
4002         * textcursor.[Ch]:
4003         * lyxtext.h: hide cursor and selection anchor behind accessor function
4004
4005         * BufferView.C:
4006         * BufferView_pimpl.[Ch]:
4007         * PosIterator.C:
4008         * bufferview_funcs.C:
4009         * cursor.h:
4010         * lyxfind.C:
4011         * lyxfunc.C:
4012         * text.C:
4013         * text2.C:
4014         * text3.C:
4015         * undo.C: adjust
4016
4017         * cursor.h:
4018         * cursor_slice.[Ch]: some integer type changes for inset unification
4019
4020         * lyxcursor.[hC]: remove, it's CursorSlice now.
4021
4022         * Makefile.am:
4023         * BufferView_pimpl.[Ch]:
4024         * bufferview_funcs.C:
4025         * cursor_slice.C:
4026         * lyxtext.h:
4027         * text.C:
4028         * text2.C:
4029         * text3.C:
4030         * textcursor.[Ch]: adjust
4031
4032 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
4033
4034         * text2.C (undoSpan): add and use
4035         * text.C (breakParagraph): use undoSpan (fix bug 578)
4036         * lyxtext.h: adjust
4037
4038 2004-01-08  Angus Leeming  <leeming@lyx.org>
4039
4040         * BufferView_pimpl.C (MenuInsertLyXFile):
4041         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4042         * lyxfunc.C (menuNew, open, doImport):
4043         FileFilterList change to the FileDialog open and save functions.
4044
4045 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4046
4047         * ShareContainer.h: make isEqual and isUnique adaptable
4048
4049         * CutAndPaste.C: make resetOwnerAndChanges adaptable
4050
4051 2004-01-07  Angus Leeming  <leeming@lyx.org>
4052
4053         * LyXAction.C:
4054         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
4055
4056         * BufferView_pimpl.C (dispatch): act on these LFUNs.
4057
4058         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
4059         functions replacing find, replace and replaceAll.
4060
4061         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
4062         LFUN_WORDFIND(FORWARD|BACKWARD).
4063
4064 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4065
4066         * text.C (breakParagraph): remove an outdated #warning
4067
4068 2004-01-07  André Pönitz  <poenitz@gmx.net>
4069
4070         * lyxfind.C: somewhat clearer logic
4071
4072         * text.C: prevent crash in cursorX on unitialized row cache
4073
4074 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4075
4076         * lyxcursor.[Ch] (operator>): add
4077         * textcursor.C (selStart, selEnd): use std::min and std::max
4078
4079 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4080
4081         * Chktex.C: include boost/format.hpp
4082
4083 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4084
4085         * InsetList.C: replace functor MathcIt with adaptable functor
4086         InsetTablePosLess
4087         (insetIterator): modify accordingly
4088
4089         * BranchList.h: move the BranchNamesEqual functor here from...
4090         * BranchList.C: ... to here
4091
4092         * BranchList.C: new BranchListEqual fuctor, use it. Remove
4093         SameName and match.
4094         (add): replace a finding loop with std::find_if.
4095
4096 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
4097
4098         * output_docbook.C: moving LatexParam functionality into
4099         .layout files
4100
4101 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4102
4103         * buffer.C: increment format to 229.
4104
4105 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
4106
4107         * LaTeXFeatures.C:
4108         * lyx_sty.[Ch]: remove minipageindent_def
4109
4110         * LyXAction.C:
4111         * factory.C:
4112         * lfuns.h:
4113         * lyxfunc.C:
4114         * text3.C: remove LFUN_INSET_MINIPAGE
4115
4116 2003-12-28  Angus Leeming  <leeming@lyx.org>
4117
4118         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
4119
4120 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
4121
4122         * text2.C (setParagraph): fix off-by-one crash
4123
4124 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
4125
4126         * output_docbook.C: header stuff for AGU
4127
4128 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
4129
4130         * text2.C (redoCursor): remove
4131         * text.C:
4132         * text3.C:
4133         * BufferView_pimpl.C: remove calls to redoCursor and
4134         setCursor(cursor.par(), cursor.pos()) all around
4135
4136 2003-12-15  Angus Leeming  <leeming@lyx.org>
4137
4138         * buffer.C: up the format to 228.
4139
4140 2003-12-15  André Pönitz  <poenitz@gmx.net>
4141
4142         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
4143         slices
4144
4145         * Makefile.am:
4146
4147         * BufferView_pimpl.C:
4148         * cursor.[Ch]:
4149         * lyxcursor.[Ch]:
4150         * rowpainter.[Ch]:
4151         * lyxtext.h:
4152         * text.C:
4153         * text2.C:
4154         * text3.C: adjust
4155
4156 2003-12-15  Angus Leeming  <leeming@lyx.org>
4157
4158         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
4159         than getFromGUIName to manipulate the color.
4160
4161 2003-12-14  Angus Leeming  <leeming@lyx.org>
4162
4163         * BranchList.[Ch]: minimize the API.
4164         (Branch::getBranch, getColor): now return a 'const &'.
4165         (Branch::setSelected) now returns a bool set to true if the
4166         selection status changes.
4167         (BranchList::clear, size, getColor, setColor, setSelected,
4168         allBranches, allSelected, separator): removed.
4169         (BranchList::find): new functions, returning the Branch with
4170         the given name.
4171         (BranchList::add, remove): return a bool indicating that
4172         the operation was successful.
4173
4174         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
4175         new InsetBranch::isBranchSlected member function.
4176
4177         * LColor.[Ch]: mimimize the API.
4178         (fill): renamed as addColor and made private.
4179         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
4180         versions of these functions taking a string arg have been removed.
4181
4182         * bufferparams.C (readToken):
4183         * lyxfunc.C (dispatch):
4184         * lyxrc.C (read): changes due to the altered BranchList and
4185         LColor APIs.
4186
4187         * factory.C (createInset, readInset): changes due to altered
4188         InsetBranch c-tor.
4189
4190 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4191
4192         * factory.C:
4193         * lyxfunc.C: remove insetminipage. "minipage-insert"
4194         now produces a frameless minipage box inset.
4195
4196 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4197
4198         * textcursor.[Ch] (selStart,selEnd): add new methods
4199         remove selection::start, end, use LyXCursor::operator<
4200         * lyxcursor.[Ch] (operator<): add
4201         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4202         * BufferView.[Ch] (unsetXSel): add
4203         * text2.C (clearSelection): use unsetXSel,adjust
4204         * text.C: adjust
4205         * text3.C: adjust
4206         * rowpainter.C: adjust
4207         * bufferview_funcs.C (put_selection_at): adjust
4208
4209 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4210
4211         * BufferView_pimpl.C: small coord. correction
4212
4213 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4214
4215         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4216         dragging over the splash screen.
4217
4218 2003-12-11  Angus Leeming  <leeming@lyx.org>
4219
4220         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4221         as it is now handled in LyXText::dispatch.
4222
4223         * text3.C (doInsertInset): remove a level of nesting.
4224
4225 2003-12-11  Angus Leeming  <leeming@lyx.org>
4226
4227         * factory.C (createInset): changes due to the changed interface to
4228         InsetCommandMailer::string2params.
4229
4230 2003-12-10  Angus Leeming  <leeming@lyx.org>
4231
4232         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4233         'dialog-show-new-inset <inset name>'
4234
4235 2003-12-10  Angus Leeming  <leeming@lyx.org>
4236
4237         * buffer.C: up the format to 227.
4238
4239         * factory.C: the box inset is now identified simply by 'Box'.
4240
4241 2003-12-10  Angus Leeming  <leeming@lyx.org>
4242
4243         * buffer.C: up the format to 226.
4244
4245         * factory.C: the note inset is now identified simply by 'Note'.
4246
4247 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4248
4249         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4250         when a pit is enough. Standarize a couple of loops.
4251
4252 2003-12-05  Angus Leeming  <leeming@lyx.org>
4253
4254         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4255         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4256         data to the re-worked "log" dialog.
4257
4258 2003-12-03  André Pönitz  <poenitz@gmx.net>
4259
4260         * PosIterator.C:
4261         * iterators.C:
4262         * lyxtext.h:
4263         * output_latex.C:
4264         * paragraph_funcs.C:
4265         * text.C:
4266         * text2.C: use Inset::getText instead of Inset::getParagraph
4267
4268 2003-12-03  André Pönitz  <poenitz@gmx.net>
4269
4270         * buffer.[Ch]:
4271         * lyxtext.h:
4272         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4273         InsetText::read() as LyXText::read()
4274
4275 2003-12-02  Angus Leeming  <leeming@lyx.org>
4276
4277         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4278         type. Add a comment in the implementation that the function uses
4279         the stream's bad() function rather than fail() as the std::streams
4280         would do.
4281
4282 2003-12-02  André Pönitz  <poenitz@gmx.net>
4283
4284         * lyxlex.[Ch]: make interface more similar to std::stream
4285
4286         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4287
4288 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4289
4290         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4291
4292 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4293
4294         * vspace.[Ch]: remove VSpace::NONE
4295
4296 2003-12-01  André Pönitz  <poenitz@gmx.net>
4297
4298         * buffer.[Ch]:
4299         * lyxtext.h: move ParagraphList member to LyXText
4300         rename LyXText::ownerParagraphs to LyXText::paragraph
4301
4302         * CutAndPaste.C:
4303         * bufferview_funcs.C:
4304         * iterators.[Ch]:
4305         * lyx_cb.C:
4306         * paragraph.C:
4307         * rowpainter.C:
4308         * tabular.C:
4309         * text.C:
4310         * text2.C:
4311         * text3.C: adjust
4312
4313         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4314
4315         * undo.C: fix cursor positioning
4316
4317 2003-12-01  John Levon  <levon@movementarian.org>
4318
4319         * BufferView_pimpl.C: fix a crash on exit with
4320         a buffer open
4321
4322 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4323
4324         * BranchList.C: fix setSelected() method.
4325
4326 2003-11-28  André Pönitz  <poenitz@gmx.net>
4327
4328         * ParagraphParameters.[Ch]:
4329         * ParameterStruct.h: remove space above/below from Paragraph to
4330          InsetVSpace
4331
4332         * BufferView_pimpl.C:
4333         * factory.C:
4334         * lyxfunc.C:
4335         * lyxtext.h:
4336         * output_latex.C:
4337         * paragraph.C:
4338         * paragraph_funcs.C:
4339         * rowpainter.[Ch]:
4340         * text.C:
4341         * text2.C:
4342         * text3.C: adjust
4343
4344 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4345
4346         * factory.C: Syntax change for CharStyles
4347
4348 2003-11-28  André Pönitz  <poenitz@gmx.net>
4349
4350         * BufferView.[Ch]:
4351         * BufferView.[Ch]:
4352         * buffer.[Ch]:
4353         * buffer.[Ch]: move LyXText member
4354
4355 2003-11-28  André Pönitz  <poenitz@gmx.net>
4356
4357         * BufferView.[Ch]: make LyXText * text a private member
4358
4359         * BufferView_pimpl.C:
4360         * cursor.C:
4361         * iterators.C:
4362         * lyx_cb.C:
4363         * lyxfind.C:
4364         * lyxtext.h:
4365         * rowpainter.[Ch]:
4366         * text.C:
4367         * text2.C:
4368         * undo.C: adjust
4369
4370         * output_plaintext.C: cleanup
4371
4372 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4373
4374         * buffer.C:
4375         * lyxtextclass.[Ch]: parametrize SGML document header
4376
4377 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4378
4379         * converter.[Ch]:
4380         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4381         getFlavor().
4382
4383 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4384
4385         * text2.C (setFont): rework using PosIterator (no more recursive)
4386         (setCharFont): no more needed
4387         (setLayout): no more selection cursors fiddling (done by redoCursor)
4388         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4389         destroy remaining ones)
4390
4391 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4392
4393         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4394         * lyxtext.h: ditto
4395         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4396         selection cursors
4397         * lyxfunc.C: adjust
4398         * text3.C: adjust + re-allow multi par depth changes
4399         * textcursor.C: simplify a bit
4400
4401 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4402
4403         * src/buffer.C:
4404         * src/lyxlayout.C:
4405         * src/lyxlayout.h:
4406         * src/lyxtext.h:
4407         * src/output_docbook.C:
4408         * src/output_latex.C:
4409         * src/paragraph.C:
4410         * src/paragraph.h:
4411         * src/sgml.C:
4412         * src/sgml.h:
4413         * src/text2.C: Introducing a number of tags parametrizing various
4414         XML formats that we may want to support
4415
4416 2003-11-25  André Pönitz  <poenitz@gmx.net>
4417
4418         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4419
4420         * lyxtext.h (leftMargin/rightMargin): simplify interface
4421
4422         * rowpainter.C:
4423         * text.C:
4424         * text2.C:
4425         * text3.C: adjust
4426
4427 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4428
4429         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4430         master file to any child files. Fixes bug 546.
4431
4432 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4433
4434         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4435
4436 2003-11-24  André Pönitz  <poenitz@gmx.net>
4437
4438         * rowpainter.C: simplification
4439
4440         * text2.C (updateCounters): remove call to redoParagraph on
4441         changed labels as this is far too expensive.
4442
4443 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4444
4445         * converter.C (convert): fix a crash: this function gets
4446         called with buffer == 0 from importer code.
4447
4448 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4449
4450         * text3.C (cursorPrevious): make sure that we do not compare
4451         iterators form different containers.
4452         (cursorNext): ditto
4453
4454         * rowpainter.C (paintSelection): make sure that we do not compare
4455         iterators from different containers.
4456
4457         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4458         iterators from different ParagraphList containers.
4459         [NEXT] ditto
4460
4461         * text2.C (LyXText): change order of initialization slightly
4462         (operator=): new function. copy all variables except cache_par_
4463         (moveUp): make sure that we do not compare iterators from
4464         different ParagraphList constainers.
4465         (moveDown): ditto
4466
4467         * text.C (firstPar): new function
4468         (lastPar): new function
4469         (endPar): new function
4470
4471         * lyxtext.h: move things around and group public functions, public
4472         variables, private functions, private variables
4473
4474 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4475
4476         * factory.C: change call to InsetERT constructor to avoid
4477         additional invocation of method status
4478         * text2.C (toggleInset): remove redundant update() call
4479         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4480         instead of a Bufferview pointer
4481
4482 2003-11-21  André Pönitz  <poenitz@gmx.net>
4483
4484         * rowpainter.C: simplification
4485
4486 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4487
4488         * text3.C (dispatch): make possible to extend a word/row selection
4489         with the mouse
4490
4491 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4492
4493         * lyxtext.h: x0_,y0_ -> xo_,yo_
4494         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4495         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4496         * rowpainter.C (paintRows): paint full paragraphs
4497
4498 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4499
4500         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4501         screen coordinates)
4502
4503 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4504
4505         * lyxtext.h: add x0_, y0_
4506         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4507         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4508
4509 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4510
4511         * text2.C (setCursorIntern): move the x_target update here *
4512         * text3.C: change some bv() to true/false in calls to
4513         cursorUp/Down/Right/Left
4514         * cursor.C: use helper function.
4515
4516 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4517
4518         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4519         * paragraph_funcs.[Ch]: correct comment
4520         * rowpainter.C: do not paint selections away from bv->cursor()
4521         Fix a long standing selection painting bug.
4522         * text3.C: generalize mouse-selection code to LyXTexts other that
4523         top one
4524         * textcursor.C: do not use y coords if we can use par offsets
4525
4526 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4527
4528         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4529         cursor position after e.g. inset insert)
4530
4531 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4532
4533         * lyxfind.C (replace): adjust to locking removal + some
4534         code simplification
4535
4536 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4537
4538         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4539         of the path
4540
4541 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4542
4543         * lyxlayout.[Ch]:
4544         * output_docbook.C: XML sanitation: new layout
4545         parameters InnerTag and CommandDepth
4546
4547 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4548
4549         * BufferView_pimpl.C:
4550         * factory.C:
4551         * text3.C: Fix the insertion and modification of button-style
4552         insets
4553
4554 2003-11-13  André Pönitz  <poenitz@gmx.net>
4555
4556         * InsetList.[Ch]: remove deleteLyXText
4557
4558         * paragraph.[Ch]: cache beginOfBody position
4559
4560         * Bidi.C:
4561         * text.C:
4562         * text2.C:
4563         * text3.C: remove superfluous update() calls
4564
4565         * vspace.C: cleanup
4566
4567 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4568
4569         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4570         * BufferView.C (fitLockedInsetCursor): remove
4571         * cursor.[Ch] (getDim): add
4572         * text.C (getRowNearY): add faster version
4573         * text3.C: remove some update calls
4574
4575 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4576
4577         * LaTeXFeatures.C:
4578         * LyXAction.C:
4579         * MenuBackend.C:
4580         * MenuBackend.h:
4581         * dispatchresult.h:
4582         * factory.C:
4583         * lfuns.h:
4584         * lyxfunc.C:
4585         * lyxtextclass.C:
4586         * lyxtextclass.h:
4587         * text3.C: The Character Style /XML short element patch.
4588
4589 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4590
4591         * text3.C:
4592         * factory.C: Small step to solving 'unable to insert some insets'
4593         problem
4594
4595 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4596
4597         * cursor.[Ch] (updatePos): new function for updating the y
4598         position of the tip inset
4599         * bufferview_funcs.C (put_selection_at):
4600         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4601
4602 2003-11-11  André Pönitz  <poenitz@gmx.net>
4603
4604         * text.C: remove big comment on invalid Paragraph pointers as it is
4605         not valid anymore
4606
4607 2003-11-11  André Pönitz  <poenitz@gmx.net>
4608
4609         * text_funcs.[Ch]: merge with ...
4610
4611         * text.C: ... this
4612
4613         * lyxtext.h:
4614         * text2.C:
4615         * text3.C: adjust
4616
4617         * Makefile.am: remove text_funcs.[Ch]
4618
4619 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4620
4621         * cursor.C (getPos): return absolute cached y coord
4622
4623         * BufferView_pimpl.C (fitCursor): new simplistic code
4624         (workAreaDispatch): add a fitCursor call
4625
4626 2003-11-10  André Pönitz  <poenitz@gmx.net>
4627
4628         * BufferView.[Ch]:
4629         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4630
4631 2003-11-10  André Pönitz  <poenitz@gmx.net>
4632
4633         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4634         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4635         indicate that the cursor needs to leave an inset
4636
4637         * lyxtext.h: remove inset locking
4638
4639         * cursor.[Ch]: re-implement functionality provided by inset locking
4640
4641         * BufferView.[Ch]:
4642         * BufferView_pimpl.[Ch]:
4643         * LyXAction.C:
4644         * bufferview_funcs.[Ch]:
4645         * factory.C:
4646         * funcrequest.[Ch]:
4647         * iterators.C:
4648         * lyx_cb.C:
4649         * lyxfind.C:
4650         * lyxfunc.C:
4651         * text.C:
4652         * text2.C:
4653         * text3.C:
4654         * undo.C: adjust
4655
4656 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4657
4658         * PosIterator.[Ch]: replace the stack with a vector, add inset
4659         accesor
4660         * iterators.[C]: adjust
4661
4662 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4663
4664         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4665         replaced
4666         * paragraph_funcs.C (readParToken): put the correct id in the
4667         error item, not the id of the top paragraph
4668
4669 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4670
4671         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4672         * bufferview_funcs.C (put_selection_at): use the above
4673
4674 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4675
4676         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4677
4678 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4679
4680         * output_linuxdoc.h:
4681         * output_plaintext.h:
4682         * output.h:
4683         * output_docbook.h: add #include statements
4684
4685 2003-11-05  José Matos  <jamatos@lyx.org>
4686
4687         * output_docbook.[Ch]:
4688         * output_latex.[Ch]:
4689         * output_linuxdoc.[Ch]:
4690         * output_plaintext.[Ch]: New files for output formats.
4691         * output.[Ch]: New file for helper functions.
4692
4693         * buffer.[Ch]:
4694         * paragraph_funcs.[Ch]: output functions moved to new files.
4695
4696         * outputparams.h: rename of latexrunparams.h
4697
4698         * LaTeX.[Ch]:
4699         * buffer.[Ch]:
4700         * bufferlist.[Ch]:
4701         * converter.[Ch]:
4702         * exporter.C:
4703         * paragraph.[Ch]:
4704         * paragraph_funcs.[Ch]:
4705         * paragraph_pimpl.[Ch]:
4706         * tabular.[Ch]: rename ascii to plaintext
4707         and LatexRunParams to OutputParams.
4708
4709 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4710
4711         * iterators.[Ch] (text): require bv argument
4712         * undo.C (recordUndo):
4713         * lyxfunc.C (dispatch):
4714         * bufferview_funcs.C (put_selection_at): adjust
4715
4716 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4717
4718         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4719
4720 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4721
4722         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4723         nestings
4724
4725 2003-11-04  André Pönitz  <poenitz@gmx.net>
4726
4727         * cursor.[Ch]: restructure
4728
4729         * BufferView.[Ch]:
4730         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4731
4732         * iterators.[Ch] (asCursor): remove
4733
4734         * lfuns.h: remove LFUN_INSET_EDIT
4735
4736         * lyxfunc.C:
4737         * tabular.C:
4738         * text.C:
4739         * text2.C:
4740         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4741
4742 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4743
4744         * lyxfind.[Ch]: complete overhaul
4745         * BufferView_pimpl.C:
4746         * lyxfunc.C: adjust
4747         * paragraph.[Ch] (insert): add
4748
4749 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4750
4751         * BufferView.[Ch]:
4752         * lyxtext.h:
4753         * text.C: remove dead spellcheck code
4754
4755 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4756
4757         * dispatchresult.h: add a val setter
4758
4759         * cursor.C (dispatch): use a tempvar for data_[i]
4760
4761 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4762
4763         * PosIterator.[Ch]: compile fix
4764
4765 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4766
4767         * text.C (cursorPar): deactivate the cursor cache
4768
4769 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4770
4771         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4772
4773 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4774
4775         * text3.C (dispatch): adjust for new DisptchResult semantics.
4776
4777         * lyxfunc.C (dispatch): handle update when return from
4778         Cursor::dispatch, adjust for new DispatchResult semantics.
4779
4780         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4781         DispatchResult(true) mean to not update. Add class functions for
4782         setting dispatched and update, as well as reading.
4783
4784         * cursor.C (dispatch): don't handle update here
4785
4786 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4787
4788         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4789         * trans_mgr.C: adjust
4790
4791         * paragraph_funcs.C (readParToken): exception safety
4792
4793         * lyxvc.h: store the vcs pointer in a scoped_ptr
4794         * lyxvc.C: adjust
4795
4796         * lyxsocket.C (serverCallback): exception safety
4797
4798         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4799
4800         * ispell.C (clone): make it return a auto_ptr
4801
4802         * factory.C (createInset): exception safety
4803         (readInset): exception safety
4804
4805         * bufferlist.C (newBuffer): exception safety
4806
4807         * Thesaurus.C (Thesaurus): use initialization for aik_
4808
4809         * MenuBackend.C (expandToc): exception safety.
4810
4811 2003-11-03  André Pönitz  <poenitz@gmx.net>
4812
4813         * buffer.C:
4814         * buffer.h:
4815         * bufferview_funcs.C: remove getInsetFromId()
4816
4817         * lyxcursor.[Ch]:
4818         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4819
4820         * lyxfunc.C:
4821         * text2.C:
4822         * text3.C: adjust
4823
4824 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4825
4826         * PosIterator.C (distance, advance): new
4827         * bufferview_funcs.[Ch] (put_selection_at): new
4828         * iterators.[Ch] (lockPath): new
4829
4830 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4831
4832         * iterators.[Ch] (asPosIterator): added
4833         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4834         * PosIterator.[Ch]: added
4835
4836 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4837
4838         * text3.C:
4839         * lyxfunc.C:
4840         * cursor.C (dispatch):
4841         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4842
4843         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4844         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4845         contructor, add a class function dispatched. Remove operator>=
4846
4847 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4848
4849         * debug.C: only use the default constructor for debugstream
4850         (lyxerr) here.
4851
4852         * main.C (main): include debug.h and setup the lyxerr streambuf
4853         here.
4854
4855 2003-10-31  José Matos  <jamatos@lyx.org>
4856
4857         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4858
4859         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4860         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4861         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4862         * paragraph_pimpl.C (simpleTeXSpecialC):
4863         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4864         add LatexRunParams argument.
4865
4866         * exporter.C (Export): change call accordingly.
4867
4868         * latexrunparams.h: add new member to take care of the other backends.
4869 2003-10-30  José Matos  <jamatos@lyx.org>
4870
4871         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4872         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4873         factorise code for paragraph output.
4874         * buffer.[Ch]:
4875         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4876         move functions.
4877
4878 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4879
4880         * text3.C (dispatch):
4881         * lyxfunc.C (dispatch):
4882         * cursor.C (dispatch):
4883         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4884
4885         * dispatchresult.h: make the dispatch_result_t ctor explicit
4886
4887 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4888
4889         * sgml.[Ch]:
4890         * buffer.C: small refactoring of docbook stuff
4891
4892 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4893
4894         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4895         meaning.
4896
4897 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4898
4899         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4900         operator dispatch_result_t, and operators for == != and >=
4901
4902         * cursor.C (dispatch): adjust for operator dispatch_result_t
4903         removal. comment out call to update
4904
4905         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4906
4907 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4908
4909         * text3.C:
4910         * text2.C:
4911         * text.C:
4912         * lyxtext.h:
4913         * lyxfunc.C:
4914         * cursor.C:
4915         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4916         (dispatch):
4917
4918         * dispatchresult.h: new file, DispatchResult broken out of
4919         insets/insetbase.h
4920
4921         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4922
4923 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4924
4925         * text.C (rowBreakPoint): put a hack inside #if 0
4926
4927 2003-10-28  André Pönitz  <poenitz@gmx.net>
4928
4929         * lyxtext.h:
4930         * metricsinfo.C:
4931         * paragraph_funcs.C:
4932         * rowpainter.C:
4933         * text.C:
4934         * text2.C: general cleanup (lots of small stuff)
4935
4936 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4937
4938         * text2.C (cursorEnd): simple fix to the "end key goes to one
4939         before the end on last row" bug
4940
4941 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4942
4943         * text.C (backspace): fix the "zombie characters"
4944
4945 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4946
4947         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4948
4949 2003-10-27  André Pönitz  <poenitz@gmx.net>
4950
4951         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4952
4953         * factory.C: handle new InsetPagebreak, InsetLine
4954
4955         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4956         and move handling into new InsetPagebreak, InsetLine
4957
4958         * BufferView_pimpl.C:
4959         * LyXAction.C:
4960         * ParagraphParameters.C:
4961         * ParameterStruct.h:
4962         * lyxfunc.C:
4963         * lyxtext.h:
4964         * paragraph.C:
4965         * paragraph.h:
4966         * paragraph_funcs.C:
4967         * paragraph_pimpl.C:
4968         * rowpainter.C:
4969         * text.C:
4970         * text2.C:
4971         * text3.C: adjust
4972
4973 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4974
4975         * text.C:
4976         * lyxrow_funcs.[Ch]:
4977         * Bidi.C:
4978         * paragraph.C:
4979         * lyxtext.h:
4980         * rowpainter.C:
4981         * text2.C:
4982         * text3.C: remove lastPos uses in favour of Row::endpos
4983
4984 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4985
4986         * undo.C (performUndoOrRedo): fix two crashes by setting a
4987         cursor by hand and reordering some calls. Use bv->lockInset instead
4988         of inset->edit because the latter loses cursor information
4989
4990 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4991
4992         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4993         by Martin
4994         (rowBreakPoint): fix width. change point to point + 1.
4995         Add a missing check.
4996
4997 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4998
4999         * MenuBackend.C:
5000         * lyxfunc.C: fix (at least partly) the problems
5001         with the Nav menu and headers inside branch insets
5002         reported by Kayvan
5003
5004 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
5005
5006         * paragraph.C (getChar): add strong asserts
5007
5008         * lyxrow_funcs.C (lastPos): remove hideous hack
5009
5010         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
5011         (fill): adjust to that (avoid an infinite loop)
5012
5013 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
5014
5015         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
5016
5017 2003-10-23  André Pönitz  <poenitz@gmx.net>
5018
5019         * RowList_fwd.h: change list<> to vector<> to gain speed
5020         after suggestion from Alfredo
5021
5022 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
5023
5024         * lyxtext.h: move the bidi stuff from here...
5025         * text.C: and here
5026         * text2.C: and here
5027         * Bidi.[Ch]: ... to here
5028
5029 2003-10-23  André Pönitz  <poenitz@gmx.net>
5030
5031         * lyxtext.h:
5032         * text.C (isLastRow, isFirstRow): new functions
5033
5034         * paragraph.h: new width cache member
5035
5036         * rowpainter.C: replace RowList::iterator with Row & where possible
5037
5038         * lyxfunc.C: replace several view()->text with a single call
5039
5040         * toc.C: fix 'unused' warning
5041
5042 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5043
5044         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
5045         when woring with stream::pos_type
5046         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
5047
5048 2003-10-22  André Pönitz  <poenitz@gmx.net>
5049
5050         * lyxtext.h:
5051         * text.C: use Row & instead of RowList::iterator
5052
5053         * lyxrow.h: rename end() to endpos()
5054
5055         * rowpainter.C:
5056         * text.C:
5057         * text2.C: adjust
5058
5059 2003-10-22  Angus Leeming  <leeming@lyx.org>
5060
5061         * buffer.[Ch] (fully_loaded): new member function, returning true
5062         only when the file has been loaded fully.
5063         Used to prevent the premature generation of previews and by the
5064         citation inset to prevent computation of the natbib-style label.
5065
5066         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
5067         templates are all set up.
5068
5069         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
5070
5071 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
5072
5073         * text.C: fixed an "oops" in the "is a bit silly"
5074         bug fix
5075
5076 2003-10-21  André Pönitz  <poenitz@gmx.net>
5077
5078         * FuncStatus.[Ch]: small stuff, whitespace
5079
5080         * lyxfont.[Ch]: operator<<() for debug reasons
5081
5082         * lyxfunc.C:
5083         * lyxrow_funcs.C:
5084         * lyxtext.h: whitespace, spelling
5085
5086         * paragraph.C: naming of variables
5087
5088         * text.C:
5089         * text2.C: small stuff
5090
5091
5092 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
5093
5094         * text.C: (1) finish off the inset display() work;
5095         (2) fix the "is a bit silly" bug (accessing char
5096         past end of par).
5097
5098 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
5099
5100         * text.C: re-introduce display() for insets, fixing the
5101         various bugs (stretch of line above, math inset
5102         positioning, ...)
5103
5104 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5105
5106         * text.C (rightMargin): remove spurious semicolon
5107
5108         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
5109         1415)
5110
5111 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
5112
5113         * text3.C: fix one crash due to wrong cursor def
5114
5115 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5116
5117         * vc-backend.C (scanMaster): make the regex static
5118
5119         * LaTeX.C (scanAuxFile): make the regexs static
5120
5121         * text3.C (doInsertInset, dispatch, dispatch):
5122         * text2.C (cursorUp, cursorDown):
5123         * text.C (selectNextWordToSpellcheck):
5124         * BufferView_pimpl.C (dispatch):
5125         * lyxfunc.C (dispatch):  localDispatch -> dispatch
5126
5127 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5128
5129         * lyxsocket.C: include <cerrno>
5130
5131 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5132
5133         * lyxfunc.C (dispatch): remove textcache stuff
5134
5135         * bufferlist.C (release): remove textcache stuff
5136         (closeAll): ditto
5137
5138         * TextCache.C: delete file
5139         * TextCache.h: delete file
5140
5141         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
5142
5143         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
5144         delete of the bv_->text.
5145         (resizeCurrentBuffer): remove texcache stuff
5146         (workAreaResize): ditto
5147
5148 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5149
5150         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
5151         action.
5152
5153 2003-10-16  André Pönitz  <poenitz@gmx.net>
5154
5155         * lyxrow.[Ch]:
5156         * paragraph.h:
5157         * rowpainter.C:
5158         * text.C:
5159         * text2.C:
5160         * text3.C: speed up by storing y positions per paragraph plus per-row
5161         offset instead of having a 'full' y position in the row.
5162
5163 2003-10-15  André Pönitz  <poenitz@gmx.net>
5164
5165         * iterators.[Ch]:
5166         * iterators.[Ch]:
5167         * undo.[Ch]: make undo aware of inner insets
5168
5169 2003-10-14  Angus Leeming  <leeming@lyx.org>
5170
5171         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
5172         static member functions LyX::ref() and LyX::cref.
5173         (lastfiles): new accessor functions for the new lastfiles_ member var.
5174         (addLyXView, views_): add a new LyXView to the list of views_.
5175         (updateInset): loop over all LyXViews to call their own updateInset
5176         member function, returning a pointer to the Buffer owning the inset.
5177
5178         * BufferView_pimpl.C (loadLyXFile):
5179         * MenuBackend.C (expandLastfiles):
5180         * bufferlist.C (MenuWrite, QuitLyX):
5181         lastfiles is no longer a global variable.
5182         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
5183
5184         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5185         static function. Access through LyX::cref().emergencyCleanup().
5186
5187 2003-10-14  André Pönitz  <poenitz@gmx.net>
5188
5189         * iterators.[Ch]: new direct access to innermost LyXText and Inset
5190
5191         * undo.[Ch]: restoring part of 'undo in insets'
5192
5193         * Makefile.am:
5194         * undo_funcs.[Ch]: merge with undo.[Ch]
5195
5196         * tabular.C: small cleansing stuff
5197
5198 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5199
5200         * paragraph_funcs.C (readParToken): report unknown insets as error
5201         boxes. Use the outer paragraph as location (also for unknown
5202         tokens).
5203
5204         * factory.C (readInset): do not abort on reading an unknown inset.
5205         Eat it and return 0.
5206
5207 2003-10-13  Angus Leeming  <leeming@lyx.org>
5208
5209         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5210
5211         * lyxrc.C: displayTranslator is now a function,
5212         declared in GraphicsTypes.h.
5213
5214 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5215
5216         * format.C: new placeholder $$a to pass the socket address.
5217
5218         * bufferlist.[Ch]: new function getBufferFromTmp.
5219
5220         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5221           files in the temporary dir.
5222
5223 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5224
5225         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5226
5227         * Makefile.am: add lyxsocket.[Ch].
5228
5229         * lyx_main.C (error_handler): handle SIGPIPE.
5230
5231 2003-10-13  André Pönitz  <poenitz@gmx.net>
5232
5233         * BufferView_pimpl.C:
5234         * lyxtext.h:
5235         * text.C:
5236         * text2.C:
5237         * text3.C:
5238         * undo_funcs.[Ch]: use paroffset_type instead of
5239           ParagraphList::iterators to prevent multiple conversion
5240           (and get a more robust interface)
5241
5242 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5243
5244         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5245         * lyxtext.h: ditto
5246         * text3.C (dispatch): ditto
5247
5248 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5249
5250         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5251         move the onlyfile, use onlyfile instead of foundfile in a couple
5252         of places.
5253
5254         * DepTable.C (update): flush the error stream a bit more
5255
5256 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5257
5258         * lyxserver.C (callback): adjust
5259
5260         * lyxfunc.C (getStatus): add a missing brace in commented code
5261         (ensureBufferClean): reindent
5262         (dispatch): delete version taking a string
5263
5264 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5265
5266         * LaTeX.C (deplog): move found file handlig from here...
5267         (handleFoundFile): .. to new function here.
5268         (deplog): make sure to discover several files mentioned on the
5269         same log line.
5270
5271 2003-10-10  André Pönitz  <poenitz@gmx.net>
5272
5273         * lyxfunc.C:
5274         * lyxtext.h:
5275         * tabular.C:
5276         * text.C:
5277         * text2.C:
5278         * text3.C: fix some of the tabular crashes
5279
5280 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5281
5282         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5283
5284         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5285
5286 2003-10-09  André Pönitz  <poenitz@gmx.net>
5287
5288         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5289
5290         * BufferView.C:
5291         * BufferView_pimpl.C:
5292         * bufferview_funcs.C:
5293         * lyx_cb.C:
5294         * lyxcursor.C:
5295         * lyxfind.C:
5296         * lyxfunc.C:
5297         * lyxtext.h:
5298         * text.C:
5299         * text2.C:
5300         * text3.C:
5301         * text_funcs.[Ch]:
5302         * textcursor.[Ch]:
5303         * undo_funcs.C: adjust
5304
5305 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5306
5307         * text2.C (incrementItemDepth): new function, use a backtracking
5308         algorithm to discover the correct item depth.
5309         (resetEnumCounterIfNeeded): new function, use a backtracking
5310         algorithm to discover if counter reset is needed.
5311         (setCounter): use them. Simplify a bit. Add different labels for
5312         different item depths for itemize.
5313
5314         * paragraph.C (Paragraph): remove initialization of enumdepth
5315         (operator=): ditto
5316
5317         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5318         enumerate and itemize. Change the type of itemdepth to signed char.
5319
5320 2003-10-08  André Pönitz  <poenitz@gmx.net>
5321
5322         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5323           thing assignable.
5324         * text.C:
5325         * text2.C: adjust
5326
5327         * tabular.[Ch]: fix crash after 'row-insert'
5328
5329 2003-10-08  Angus Leeming  <leeming@lyx.org>
5330
5331         Fix doxygen warnings.
5332
5333         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5334         Remove CutAndPaste:: prefix from header file declaration.
5335
5336         * LColor.h (fill): remove LColor:: prefix from declaration.
5337
5338         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5339         use lyx::depth_type rather than Paragraph::depth_type so that
5340         header file and .C file match.
5341
5342         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5343
5344         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5345         * aspell.C: \file aspell_local.C -> \file aspell.C
5346         * gettext.C: \file gettext.C -> \file src/gettext.C
5347         * gettext.h: \file gettext.h -> \file src/gettext.h
5348         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5349         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5350         * text.C: \file text.C -> \file src/text.C
5351
5352         * toc.C: move comment so that doxygen is not confused.
5353
5354 2003-10-07  Angus Leeming  <leeming@lyx.org>
5355
5356         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5357
5358 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5359
5360         * aspell.C:
5361         * aspell_local.h: add forgotten std::string's.
5362
5363 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5364
5365         * LaTeXFeatures.C:
5366         * LyXAction.C:
5367         * factory.C:
5368         * lfuns.h:
5369         * lyxfunc.C:
5370         * text3.C: The Box patch. Fancybox support, minipage, parbox
5371
5372 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5373
5374         * CutAndPaste.h:
5375         * DepTable.h:
5376         * FloatList.h:
5377         * LaTeXFeatures.h:
5378         * ParagraphParameters.h:
5379         * TextCache.h:
5380         * Thesaurus.h:
5381         * bufferlist.h:
5382         * exporter.h:
5383         * importer.h:
5384         * lastfiles.h:
5385         * lyxfind.h:
5386         * lyxfont.h:
5387         * lyxlex.h:
5388         * lyxtextclasslist.h:
5389         * messages.h:
5390         * paragraph.h:
5391         * paragraph_pimpl.C:
5392         * textcursor.h: add <string> and other small fixes to make Lars'
5393         std::string patch compile with STLport.
5394
5395 2003-10-06  Angus Leeming  <leeming@lyx.org>
5396
5397         * LColor.h: Add missing #include <string>.
5398
5399 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5400
5401         * All most all file in all subdirs: Make <string> be the prefered
5402         way of getting to std::string, add using declarations.
5403
5404 2003-10-06  André Pönitz  <poenitz@gmx.net>
5405
5406         * metricsinfo.C: initialize LyXFont before changing attribute.
5407         (fixes the 'math in \emph is upright' bug)
5408
5409 2003-10-06  André Pönitz  <poenitz@gmx.net>
5410
5411         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5412
5413 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5414
5415         * graph.C:
5416         * paragraph_pimpl.C: Small fixes to build using STLport
5417
5418 2003-10-02  André Pönitz  <poenitz@gmx.net>
5419
5420         * lyxfunc.C:
5421         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5422
5423 2003-10-01  André Pönitz  <poenitz@gmx.net>
5424
5425         * factory.C: assert early
5426
5427 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5428
5429         * lyx_main.C: remove the global debug object
5430
5431         * debug.h: adjust for new debugstream
5432
5433         * debug.C: adjust for new debugstream and keep the global debug
5434         object here.
5435
5436 2003-09-22  Angus Leeming  <leeming@lyx.org>
5437
5438         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5439         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5440         an incomplete class LyXFont.
5441
5442 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5443
5444         * factory.C: bug fix in branches
5445
5446 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5447
5448         * lyxfunc.C (processKeySym): adjust
5449         (dispatch): adjust
5450         (dispatch): change arg name from ev to func, adjust
5451         (sendDispatchMessage): ditto
5452
5453         * lyx_main.C (defaultKeyBindings): adjust keybindings
5454         (deadKeyBindings): ditto
5455
5456         * kbsequence.C (addkey): return a FuncRequest
5457
5458         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5459
5460         * kbmap.C (bind): take a FuncRequest as arg, adjust
5461         (read): adjust
5462         (lookup): adjust
5463         (defkey): change to take a FuncRequest as arg, adjust
5464         (findbinding): take a FuncRequest as arg, adjust.
5465
5466         * funcrequest.h (operator=): added
5467
5468         * funcrequest.C (FuncRequest): default kb_action changed from
5469         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5470
5471         * buffer.C (dispatch): simplify
5472         (dispatch): adjust to take a FuncRequest as arg, adjust
5473
5474         * boost.C (assertion_failed): change assertion message slightly
5475
5476         * ToolbarBackend.C (read): simplify
5477
5478         * MenuBackend.C (binding): adjust call to findbinding, add a
5479         message if no binding is found.
5480         (read): simplify
5481         (expandToc): correct by adding a empty FuncRequest
5482
5483         * LyXAction.C: include <boost/assert.hpp>
5484         (isPseudoAction): delete function
5485         (LookupFunc): change name to...
5486         (lookupFunc): this. change return type to FuncRequest.
5487         (getActionName): take kb_action as arg, simplify
5488         (funcHasFlag): add an assert, simplify.
5489
5490 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5491
5492         * toc.C (action): return a FuncRequest, simplify
5493
5494         * lyxfunc.C (processKeySym): adjust
5495         (getStatus): delete version that takes an int.
5496         (getStatus): adjust
5497         (dispatch): delete version that takes action as int
5498         (dispatch): adjust
5499         (sendDispatchMessage): simplify and adjust
5500
5501         * funcrequest.C (getArg): take unsigned int as arg
5502
5503         * ToolbarBackend.C (read): adjust
5504         (add): delete version that takes func as a string.
5505         (getIton): take a FuncRequest as arg
5506
5507         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5508         action.
5509
5510         * MenuBackend.C (MenuItem): add a new construct that only takes a
5511         Kind, simplify the constructor use for submenus.
5512         (add): adjust
5513         (expandLastfiles): adjust
5514         (expandDocuments): adjust
5515         (expandFormats): adjust
5516         (expandFloatListInsert): adjust
5517         (expandFloatInsert): adjust
5518         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5519
5520         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5521         Remove class variables lyx_pseudo_map and lyx_arg_map
5522
5523         * LyXAction.C (searchActionArg): delete function
5524         (getPseudoAction): delete function
5525         (retrieveActionArg): delete function
5526         (LookupFunc): make it return kb_action, simplify.
5527         (getActionName): simplify
5528
5529         * factory.C (createInset): fix new bug
5530
5531 2003-09-19  Angus Leeming  <leeming@lyx.org>
5532
5533         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5534         masterFilename_ parameter in the include inset.
5535
5536         * factory.C (createInset): changes due to the changes to InsetInclude.
5537
5538 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5539
5540         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5541
5542 2003-09-18  Angus Leeming  <leeming@lyx.org>
5543
5544         * buffer.C:
5545         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5546         Inset::fillWithBibKeys.
5547         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5548
5549 2003-09-18  Angus Leeming  <leeming@lyx.org>
5550
5551         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5552         variables.
5553         (ctor): pass and store a 'Buffer const &'
5554         (buffer): new member function.
5555
5556         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5557         '*this' to the LaTeXFeatures ctor.
5558
5559 2003-09-18  Angus Leeming  <leeming@lyx.org>
5560
5561         * LColor.h:
5562         * lyxfont.C:
5563         * lyxfont.h:
5564         * lyxtext.h:
5565         * text.C: rename EnumLColor as LColor_color.
5566
5567 2003-09-18  Angus Leeming  <leeming@lyx.org>
5568
5569         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5570         remove #include "insets/insetbase.h" from cursor.h.
5571
5572 2003-09-18  Angus Leeming  <leeming@lyx.org>
5573
5574         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5575         InsetOld_code to remove #include "inset.h".
5576
5577         * iterators.C: add #include "insets/inset.h"
5578
5579 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5580
5581         * BufferView.C: remove more locking stuff that apparently doesn't
5582         do anything sensible.
5583
5584 2003-09-16  André Pönitz  <poenitz@gmx.net>
5585
5586         * paragraph.[Ch]:
5587         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5588           performance boost.
5589
5590 2003-09-16  Angus Leeming  <leeming@lyx.org>
5591
5592         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5593
5594         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5595         arg/return type.
5596
5597         * paragraph.h: remove #include "lyxfont.h". Forward declare
5598         LyXFont_size.
5599
5600 2003-09-16  Angus Leeming  <leeming@lyx.org>
5601
5602         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5603         of support/textutils.h.
5604         (isWord): move the contents of support/textutils.h's IsWordChar here.
5605
5606         * buffer.C:
5607         * lyxfind.C:
5608         * rowpainter.C:
5609         * text.C:
5610         * text2.C: add #include "paragraph.h".
5611
5612         * rowpainter.C:
5613         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5614
5615 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5616
5617         * main.C:
5618         * lyx_main.C:
5619         * lyx_cb.C:
5620         * buffer.C:
5621         * LaTeX.C: use namespace alias for lyx::support::os
5622
5623 2003-09-16  Angus Leeming  <leeming@lyx.org>
5624
5625         * bufferparams.C:
5626         * bufferview_funcs.C:
5627         * factory.C:
5628         * lyxfunc.C:
5629         * paragraph_pimpl.C:
5630         * rowpainter.C:
5631         * text.C: add #include "LColor.h".
5632
5633 2003-09-16  Angus Leeming  <leeming@lyx.org>
5634
5635         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5636         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5637         return LyXFont &.
5638         Store the FontBits::color variable as an int rather than as an
5639         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5640         file.
5641
5642         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5643         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5644         string calls together.
5645
5646         * lyxrc.C: add #include "LColor.h".
5647
5648 2003-09-15  Angus Leeming  <leeming@lyx.org>
5649
5650         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5651         a cow_ptr.
5652
5653 2003-09-15  Angus Leeming  <leeming@lyx.org>
5654
5655         * LColor.h: add an EnumLColor wrapper for LColor::color.
5656
5657         * lyxfont.[Ch] (color, setColor, realColor):
5658         * lyxtext.h, text.C (backgroundColor):
5659         pass EnumLColor args to/from the functions, rather than LColor::color
5660         ones.
5661
5662         * lyxfont.h:
5663         * lyxtext.h: forward declare EnumLColor.
5664
5665         * lyx_main.C: add #include "LColor.h".
5666
5667 2003-09-15  Angus Leeming  <leeming@lyx.org>
5668
5669         * .cvsignore: add lyx-gtk.
5670
5671 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5672
5673         * Chktex.C
5674         * LaTeX.C
5675         * LaTeXFeatures.C
5676         * ParagraphParameters.C
5677         * Spacing.C
5678         * buffer.C
5679         * bufferparams.C
5680         * bufferview_funcs.C
5681         * chset.C
5682         * counters.C
5683         * funcrequest.C
5684         * lyxfont.C
5685         * lyxgluelength.C
5686         * lyxlength.C
5687         * paragraph.C
5688         * paragraph_funcs.C
5689         * text3.C
5690         * vc-backend.C: remove usage of STRCONV
5691
5692 2003-09-15  Angus Leeming  <leeming@lyx.org>
5693
5694         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5695         explicitly define the color passed to the painter.
5696
5697 2003-09-15  Angus Leeming  <leeming@lyx.org>
5698
5699         * bufferparams.C (BufferParams): reorder member initializers to avoid
5700         compiler warning.
5701
5702 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5703
5704         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5705         * text.C (updateRowPositions): remove an unusual nop
5706
5707 2003-09-12  André Pönitz  <poenitz@gmx.net>
5708
5709         * BufferView_pimpl.C:
5710         * Bullet.C:
5711         * layout.h:
5712         * lyxfunc.C:
5713         * lyxlayout.[Ch]:
5714         * lyxtextclass.C:
5715         * rowpainter.C:
5716         * text.C:
5717         * text2.C:
5718         * Counters.[Ch]: finish the 'automatic counters' job
5719
5720 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5721
5722         * aspell.C: include <boost/assert.cpp> (compile fix)
5723
5724 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5725
5726         * boost.C (assertion_failed): use lyx::support::abort instead of
5727         assert.
5728
5729 2003-09-10  Angus Leeming  <leeming@lyx.org>
5730
5731         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5732         with their _fwd progeny.
5733
5734 2003-09-09  Angus Leeming  <leeming@lyx.org>
5735
5736         134 files throughtout the source tree: replace 'using namespace abc;'
5737         directives with the appropriate 'using abc::xyz;' declarations.
5738
5739 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5740
5741         * boost.C (emergencyCleanup): moved here from LAssert.c
5742         (assertion_failed): new function, called by BOOST_ASSERT
5743
5744         * several files: change Assert to BOOST_ASSERT
5745
5746 2003-09-09  Angus Leeming  <leeming@lyx.org>
5747
5748         * buffer.[Ch]: Add an Impl class and move Buffer's member
5749         variables into it. As a result move several header files out of
5750         buffer.h.
5751
5752         Add header files to lots of .C files all over the tree as a result.
5753
5754 2003-09-09  Angus Leeming  <leeming@lyx.org>
5755
5756         * buffer.[Ch]: make Buffer's member variables private. Add
5757         accessor functions.
5758
5759         Lots of changes all over the tree as a result.
5760
5761 2003-09-08  Angus Leeming  <leeming@lyx.org>
5762
5763         * graph.C: #include <config.h>.
5764
5765 2003-09-08  Angus Leeming  <leeming@lyx.org>
5766
5767         * BranchList.C:
5768         * BufferView.C:
5769         * BufferView_pimpl.C:
5770         * CutAndPaste.C:
5771         * DepTable.C:
5772         * LaTeX.C:
5773         * LaTeXFeatures.C:
5774         * LyXAction.C:
5775         * MenuBackend.C:
5776         * TextCache.C:
5777         * aspell.C:
5778         * buffer.C:
5779         * bufferlist.C:
5780         * changes.C:
5781         * chset.C:
5782         * converter.C:
5783         * counters.C:
5784         * debug.C:
5785         * graph.C:
5786         * ispell.C:
5787         * lyx_cb.C:
5788         * lyxfind.C:
5789         * lyxfunc.C:
5790         * lyxlex_pimpl.C:
5791         * lyxrc.C:
5792         * lyxrow.C:
5793         * paragraph.C:
5794         * rowpainter.C:
5795         * texrow.C:
5796         * text.C:
5797         * text2.C:
5798         * toc.C: remove redundant using directives.
5799
5800 2003-09-07  Angus Leeming  <leeming@lyx.org>
5801
5802         * LaTeXFeatures.h: remove #include "support/types.h".
5803         * ToolbarBackend.h: remove #include <algorithm>.
5804         * changes.h: remove #include <ctime>.
5805         * debug.h: remove #include <iosfwd>.
5806         * graph.h: remove #include "support/std_string.h".
5807         * lyx_main.h: remove #include <csignal>.
5808         * lyxlex_pimpl.h: remove #include <fstream>.
5809         * sgml.h: remove #include <algorithm>, <utility>.
5810         * toc.h: remove #include "support/std_ostream.h".
5811         Add #include <iosfwd>.
5812
5813 2003-09-07  Angus Leeming  <leeming@lyx.org>
5814
5815         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5816
5817         * converter.h: forward declare LatexRunParams.
5818         * encoding.h: remove #include "lyxrc.h".
5819         * lyxtext.h: remove #include "LColor.h".
5820         * lyxtextclass.h: remove #include "support/types.h".
5821         * trans.h: remove #include "tex-accent.h".
5822         * trans_mgr.h: remove #include "tex-accent.h".
5823         * insets/inset.h: remove #include "support/types.h", <vector>.
5824         * insets/insetcollapsable.h: remove #include "LColor.h".
5825         * insets/insetinclude.h: remove #include "dimension.h".
5826         * insets/insetlatexaccent.h: remove #include "dimension.h".
5827         * insets/insetoptarg.h:: remove #include "insettext.h".
5828         * insets/insettext.h: remove #include "dimension.h",
5829         <boost/shared_ptr.hpp>
5830
5831         * insets/renderers.h: add #include "dimension.h".
5832         * insets/updatableinset.h: add #include "support/types.h".
5833
5834         * many .C files: Associated changes.
5835
5836 2003-09-06  Angus Leeming  <leeming@lyx.org>
5837
5838         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5839         one, inside testInvariant.
5840
5841         * PrinterParams.C: new file.
5842         * PrinterParams.[Ch]: move the function bodies out of line.
5843
5844 2003-09-06  Angus Leeming  <leeming@lyx.org>
5845
5846         * ParagraphParameters.h: forward declare ParameterStruct rather than
5847         including its header file.
5848         (depth): moved out-of-line.
5849
5850 2003-09-06  Angus Leeming  <leeming@lyx.org>
5851
5852         * BufferView_pimpl.h:
5853         * kbmap.h:
5854         * kbsequence.h:
5855         * lyxfunc.h: forward declare LyXKeySym rather than
5856         #include "frontends/LyXKeySym.h".
5857
5858         * BufferView_pimpl.C:
5859         * kbmap.C:
5860         * kbsequence.C:
5861         * lyxfunc.C: associated changes.
5862
5863 2003-09-06  Angus Leeming  <leeming@lyx.org>
5864
5865         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5866         As a result, can remove the #include "insets/inset.h" from BufferView.h
5867
5868 2003-09-06  Angus Leeming  <leeming@lyx.org>
5869
5870         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5871         As a result, can remove the #include "insets/inset.h" from BufferView.h
5872
5873 2003-09-06  Angus Leeming  <leeming@lyx.org>
5874
5875         * buffer_funcs.C:
5876         * buffer.h:
5877         * bufferlist.C:
5878         * BufferView.C:
5879         * bufferview_funcs.C:
5880         * BufferView_pimpl.C:
5881         * CutAndPaste.C:
5882         * lyx_cb.C:
5883         * lyxfunc.C:
5884         * paragraph.h:
5885         * ParagraphParameters.C:
5886         * tabular.C:
5887         * text3.C:
5888         * toc.C:
5889         * undo_funcs.C:
5890         * frontends/controllers/ControlDocument.C:
5891         * insets/insetcaption.C: rearrange the #includes into some sort of
5892         coherent order.
5893
5894         * buffer.h: remove #includes ErrorList.h, undo.h
5895
5896 2003-09-06  Angus Leeming  <leeming@lyx.org>
5897
5898         * support/types.h: add a 'depth_type' typedef, used to store the
5899         nesting depth of a paragraph.
5900
5901         * paragraph.h:
5902         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5903         defining explicitly.
5904
5905         * buffer.h:
5906         * paragraph_funcs.h:
5907         * ParagraphParameters.h:
5908         * sgml.h: use lyx::depth_type rather than Paragraph or
5909         ParameterStruct's depth_type.
5910
5911         * buffer.h
5912         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5913
5914         * BufferView.C:
5915         * BufferView_pimpl.C:
5916         * CutAndPaste.C:
5917         * ParagraphParameters.C:
5918         * buffer_funcs.C:
5919         * bufferlist.C:
5920         * bufferview_funcs.C:
5921         * lyx_cb.C:
5922         * lyxfunc.C:
5923         * tabular.C:
5924         * text3.C:
5925         * toc.C:
5926         * undo_funcs.C:
5927         * frontends/LyXView.C:
5928         * frontends/controllers/ControlDocument.C:
5929         * frontends/controllers/ControlErrorList.C:
5930         * insets/insetbibitem.C:
5931         * insets/insetbranch.C:
5932         * insets/insetcaption.C:
5933         * insets/insetcollapsable.C:
5934         * insets/insetenv.C:
5935         * insets/insetert.C:
5936         * insets/insetfloat.C:
5937         * insets/insetfoot.C:
5938         * insets/insetfootlike.C:
5939         * insets/insetnewline.C:
5940         * insets/insetquotes.C:
5941         * insets/insettabular.C:
5942         * insets/insettext.C:
5943         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5944
5945         * frontends/controllers/ControlChanges.C: #include "changes.h".
5946
5947 2003-09-06  Angus Leeming  <leeming@lyx.org>
5948
5949         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5950         than #including paragraph.h.
5951
5952         * ParagraphList.h:
5953         * RowList.h: deleted. Superfluous.
5954
5955         * CutAndPaste.h:
5956         * iterators.h:
5957         * lyxcursor.h:
5958         * lyxtext.h:
5959         * text_funcs.h:
5960         * undo.h:
5961         * undo_funcs.h:
5962         * insets/inset.h:
5963         * insets/insettext.h: use ParagraphList_fwd.h rather than
5964         ParagraphList.h.
5965
5966         * paragraph.h: don't forward declare ParagraphList.
5967
5968         * buffer.h:
5969         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5970         rather than ParagraphList.h. paragraph.h is still needed for the
5971         Paragraph::depth_type parameters.
5972
5973         * textcursor.h: enable it to compile stand-alone in light of the
5974         above changes.
5975
5976         * bufferview_funcs.C:
5977         * iterators.C:
5978         * lyxfunc.C:
5979         * lyxrow_funcs.C:
5980         * paragraph.C:
5981         * rowpainter.C:
5982         * text.C:
5983         * text2.C:
5984         * text3.C:
5985         * text_funcs.C:
5986         * textcursor.C:
5987         * undo.C:
5988         * frontends/controllers/ControlParagraph.C:
5989         * frontends/controllers/ControlTabular.C:
5990         * insets/insetmarginal.C:
5991         * insets/insetminipage.C:
5992         * insets/insetnote.C:
5993         * insets/insetoptarg.C: add header files needed to compile again.
5994
5995 2003-09-06  Angus Leeming  <leeming@lyx.org>
5996
5997         * RowList_fwd.h: new file, forward-declaring Row rather than
5998         #including lyxrow.h.
5999
6000         * lyxrow_funcs.h:
6001         * lyxtext.h:
6002         * paragraph.h:
6003         * insets/insettext.h: use it instead of RowList.h
6004
6005         * bufferview_funcs.C:
6006         * lyxfunc.C:
6007         * lyxrow_funcs.C:
6008         * paragraph.C:
6009         * rowpainter.C:
6010         * text.C:
6011         * text2.C:
6012         * text3.C: #include "RowList.h".
6013
6014 2003-09-05  Angus Leeming  <leeming@lyx.org>
6015
6016         * factory.C (createInset):
6017         * vspace.C (c-tor): replace sscanf call with an istringstream.
6018         * ispell.C: re-add missing HP/UX headers.
6019         * lyxserver.C: re-add missing  os2 headers.
6020
6021 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
6022
6023         * BranchList.C:
6024         * graph.C:
6025         * ispell.C:
6026         * lastfiles.C:
6027         * lyx_cb.C:
6028         * lyxserver.C:
6029         * texrow.C:
6030         * text3.C: re-add missing system headers, needed for 2.95.2.
6031
6032 2003-09-05  Angus Leeming  <leeming@lyx.org>
6033
6034         Changes most place everywhere due to the removal of using directives
6035         from support/std_sstream.h.
6036
6037 2003-09-05  Angus Leeming  <leeming@lyx.org>
6038
6039         Replace LString.h with support/std_string.h,
6040         Lsstream.h with support/std_sstream.h,
6041         support/LIstream.h with support/std_istream.h,
6042         support/LOstream.h with support/std_ostream.h.
6043
6044         Changes resulting throughout the tree.
6045
6046 2003-09-05  Angus Leeming  <leeming@lyx.org>
6047
6048         * sgml.h: ensure that the header file can be compiled stand-alone.
6049         * *.C: strip out redundant #includes. (320 in total.)
6050
6051 2003-09-04  Angus Leeming  <leeming@lyx.org>
6052
6053         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
6054         here (from getPackages).
6055
6056         * debug.[Ch]: add a new EXTERNAL tag.
6057
6058 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6059
6060         * text2.C (cursorEnd): simplify
6061         (setCursor): adjust
6062         (getColumnNearX): adjust
6063
6064         * text.C (computeBidiTables): adjust
6065         (fill): adjust
6066
6067         * rowpainter.C (paintChars): adjust
6068         (paintSelection): adjust
6069         (paintChangeBar): adjust
6070         (paintText): adjust
6071
6072         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
6073         lastPos instead.
6074         (numberOfSeparators): adjust
6075
6076 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6077
6078         * LyXAction.C:
6079         * box.[Ch]:
6080         * lfuns.h:
6081         * lyxfunc.C:
6082         * text3.C: Restricts the mouse click functionality
6083         of insets like bibtex, include, toc and floatlist to the visible
6084         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
6085         up the dialogs. Cursor has to be in front of the inset (i.e.
6086         start of row) for this to function.
6087
6088 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6089
6090         * bufferview_funcs.C (currentState): output row information
6091
6092 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6093
6094         * bufferview_funcs.C (currentState): output paragraph position
6095
6096 2003-09-04  Angus Leeming  <leeming@lyx.org>
6097
6098         * FloatList.h: move out #include "Floating.h".
6099         * LaTeX.h: move out #include "DepTable.h".
6100         * LyXAction.h: move out #include "funcrequest.h".
6101         * buffer.h: move out #include "author.h", "iterators.h".
6102         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
6103         * lyx_main.h: move out #include "errorlist.h".
6104         * lyxfunc.h: move out #include "FuncStatus.h".
6105         * lyxtext: move out #include "lyxcursor.h".
6106         * paragraph_pimpl.h: move out #include "counters.h".
6107
6108 2003-09-03  Angus Leeming  <leeming@lyx.org>
6109
6110         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
6111         preamble_snippets list, enabling us to add snippets to the preamble
6112         only if the snippet was not there already.
6113
6114 2003-09-04  Angus Leeming  <leeming@lyx.org>
6115
6116         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
6117
6118 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6119
6120         * lyxfunc.C (dispatch): if fitCursor did something be sure to
6121         update
6122
6123 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6124
6125         * BranchList.C: point fix, earlier forgotten
6126
6127 2003-09-02  Angus Leeming  <leeming@lyx.org>
6128
6129         * box.C (contains): renamed from 'contained' after a fantastic
6130         amount of hot air.
6131
6132 2003-09-02  John Levon  <levon@movementarian.org>
6133
6134         * BufferView.C:
6135         * lyxcursor.h:
6136         * lyxcursor.C:
6137         * lyxfunc.C:
6138         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
6139
6140 2003-09-02  John Levon  <levon@movementarian.org>
6141
6142         * text2.C: simplification of cursorEnd(), including partial
6143         fix for bug 1376
6144
6145 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6146
6147         * buffer.C (readFile): add a space
6148
6149 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
6150
6151         * BufferView_pimpl.C (update): remove bogus fitCursor() call
6152
6153 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6154
6155         * buffer.C (readFile): new function, take a filename and a
6156         ParagraphList::iterator
6157         (readFile): adjust
6158         (readFile): adjust, make it private. don't use setStream, make
6159         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
6160         always contain the filename.
6161
6162         * BufferView.C (insertLyXFile): simplify and make it work for
6163         gzipped files.
6164
6165 2003-08-30  John Levon  <levon@movementarian.org>
6166
6167         * Makefile.am: fix dist (from Kayvan)
6168
6169 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6170
6171         * most files: change to use const Buffer refs
6172
6173 2003-08-27  André Pönitz  <poenitz@gmx.net>
6174
6175         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
6176         on top of ownerPar().
6177
6178 2003-08-27  John Levon  <levon@movementarian.org>
6179
6180         * funcrequest.C: properly initialise POD members
6181
6182 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6183
6184         * lyxtext.h (top_y): move top_y from here
6185         * text.C:
6186         * text2.C:
6187         * text3.C:
6188         * BufferView.[Ch]:
6189         * BufferView_pimpl.[Ch]: to here
6190         * frontends/screen.C:
6191         * insets/insettabular.C:
6192         * insets/insettext.C: adjust
6193         * rowpainter.[Ch] (paintRows): remove LyXText & argument
6194
6195 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6196
6197         * BufferView.[Ch]:
6198         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6199
6200 2003-08-26  André Pönitz  <poenitz@gmx.net>
6201
6202         * paragraph_func.[Ch] (outerPar): new function
6203
6204         * paragraph.C:
6205         * paragraph_funcs.C:
6206         * paragraph_funcs.h:
6207         * paragraph_pimpl.C:
6208         * text2.C: remove Inset::par_owner
6209
6210 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6211
6212         * lyxrow_funcs.C:
6213         * lyxtext.h:
6214         * text.C:
6215         * text2.C: eliminates the needFullRow/display() stuff
6216         altogether, putting the logic in metrics/draw in the insets.
6217
6218 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6219
6220         * text2.C (redoParagraphInternal, redoParagraphs):
6221         * text.C (redoParagraph): add a call to updateRowPositions at the
6222         end of each 'metrics-like' call. Remove all others.
6223         (getRow): remove the 'y-computing' version.
6224         (getRowNearY): do not compute nor return the real y. Solve the
6225         'y < 0' problem and simplify.
6226
6227 2003-08-22  Angus Leeming  <leeming@lyx.org>
6228
6229         * *.[Ch]: clean-up of licence and author blurbs.
6230         Also move config.h out of a few .h files and into a few .C files.
6231
6232 2003-08-22  André Pönitz  <poenitz@gmx.net>
6233
6234         * lyxrow.[Ch]: add x_ and *fill_ members
6235
6236         * lyxtext.h:
6237         * text.C:
6238         * rowpainter.C:
6239         * text2.C: adjust/remove prepareToPrint() calls
6240
6241 2003-08-22  André Pönitz  <poenitz@gmx.net>
6242
6243         * lyxrow.[Ch]: add  end_ member
6244
6245         * lyxrow_funcs.C: use LyXRow::end_
6246
6247         * lyxtext.h (singleWidth): add LyXFont parameter
6248
6249         * rowpainter.C:
6250         * text2.C: adjust LyXText::singleWidth() calls
6251
6252         * text.C (redoParagraph): simplify row breaking logic
6253
6254
6255 2003-08-19  André Pönitz  <poenitz@gmx.net>
6256
6257         * funcrequest.C: initialize button_ member
6258
6259         * text3.C:
6260         * rowpainter.[Ch]: interface consolidation
6261
6262 2003-08-18  André Pönitz  <poenitz@gmx.net>
6263
6264         * BufferView.C:
6265         * BufferView_pimpl.C:
6266         * lyxfind.C:
6267         * paragraph_funcs.C:
6268         * rowpainter.C:
6269         * text3.C: remove LyXScreen::draw() and fitCursor calls
6270
6271         * BranchList.h: remove spurious semicolons
6272
6273         * MenuBackend.C: fix branchlist related crash
6274
6275 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6276
6277         * BranchList.[Ch]:
6278         * InsetList.[Ch]:
6279         * LColor.[Ch]:
6280         * LyXAction.C:
6281         * Makefile.am:
6282         * MenuBackend.[Ch]:
6283         * bufferparams.[Ch]:
6284         * factory.C:
6285         * lfuns.h:
6286         * lyxfunc.C:
6287         * text3.C: implements the 'branch inset'
6288         idea. This allows the output of various versions of a document
6289         from a single source version, selectively outputing or suppressing
6290         output of parts of the text.
6291         This implementation contains a 'branch list editor' in a separate
6292         tab of the document settings dialog. Branches are user definable
6293         and have a "display colour" to distinguish them on-screen.
6294
6295         ColorHandler was somewhat cleaned up.
6296         (1) make possible a dynamically growing LColor list by allowing
6297         the graphic context cache to grow along (vector);
6298         (2) eliminate an IMHO unnecessary step in colour allocation.
6299
6300 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6301
6302         * BufferView_pimpl.C: compile fix
6303
6304 2003-08-15  André Pönitz  <poenitz@gmx.net>
6305
6306         * rowpainter.C: remove extra metrics calls
6307
6308         * lyxtext.h: merge the two constructors into a single one,
6309           pass reference to owner's par list
6310
6311         * BufferView_pimpl.C:
6312         * text.C:
6313         * text2.C: adjust
6314
6315 2003-08-15  André Pönitz  <poenitz@gmx.net>
6316
6317         * lyxrow_funcs.[Ch]:
6318         * lyxtext.h:
6319         * paragraph.h:
6320         * paragraph_funcs.C:
6321         * rowpainter.C:
6322         * text.C:
6323         * text2.C:
6324         * text3.C:
6325         * text_funcs.C: split LyXText::rowlist_ into individual
6326         Paragraph::rows_ chunks
6327
6328         * BufferView.[Ch]:
6329         * BufferView_pimpl.[Ch]:
6330         * lyxfind.C:
6331         * lyxtext.h:
6332         * text3.C: remove toggleSelection()
6333
6334 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6335
6336         * bufferlist.C: beautify two alerts (shorter text of buttons)
6337         * buffer.C: Remove redundant ' ' from message
6338         * tabular.h:
6339         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6340         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6341         rename VALIGN_CENTER to VALIGN_MIDDLE
6342
6343 2003-08-11  André Pönitz  <poenitz@gmx.net>
6344
6345         * lyxtext.h (getPar):
6346         * text.C: new function
6347
6348 2003-08-11  André Pönitz  <poenitz@gmx.net>
6349
6350         * Makefile.am:
6351         * tracer.[Ch]: remove unneeded files
6352
6353         * InsetList.[Ch]: remove resizeInsetsLyXText()
6354
6355         * lyxtext.h:
6356         * text.C:
6357         * text2.C:
6358         * text3.C: merge insertParagraphs() and appendParagraph()
6359         remove breakAgain(), update()
6360
6361         * BufferView_pimpl.[Ch]:
6362         * bufferview_funcs.[Ch]:
6363         * lyxfunc.C:
6364         * paragraph.[Ch]:
6365         * rowpainter.C:
6366         * tabular.C: adjust after text & InsetList changes.
6367
6368 2003-08-08  André Pönitz  <poenitz@gmx.net>
6369
6370         * text.C (insertChar, backspace): replace rowlist fiddling
6371         with rebreak of full par
6372
6373         * lyxtext.h:
6374         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6375         checkParagraph, updateInset): removed
6376
6377 2003-08-07  André Pönitz  <poenitz@gmx.net>
6378
6379         * paragraph.C:
6380         * text3.C: merge some LFUN handlers, remove dead code
6381
6382 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6383
6384         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6385
6386 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6387
6388         * text2.C (DEPM): fix part of bug 1255 and 1256
6389
6390 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6391
6392         * BufferView_pimpl.C (workAreaDispatch): change to use
6393         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6394         that are no mouse related.
6395
6396 2003-08-05  André Pönitz  <poenitz@gmx.net>
6397
6398         * BufferView.[Ch]:
6399         * BufferView_pimpl.[Ch]:
6400         * bufferview_funcs.C:
6401         * text2.C:
6402         * text3.C: rip out "deep update"
6403
6404         * textcursor.[Ch] (last_sel_cursor): remove unused member
6405
6406 2003-08-04  André Pönitz  <poenitz@gmx.net>
6407
6408         * BufferView.[Ch]:
6409         * BufferView_pimpl.[Ch]:
6410         * ParagraphParameters.C:
6411         * bufferview_funcs.C:
6412         * lyx_cb.C:
6413         * lyxfind.C:
6414         * lyxfunc.C:
6415         * text.C:
6416         * text2.C:
6417         * text3.C: replace "complicated" BufferView::update(...) calls with
6418         simpler ones.
6419
6420         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6421
6422 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6423
6424         * Makefile.am (lyx_SOURCES): add paper.h
6425
6426 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6427
6428         * Makefile.am: move things around so that both lyx-qt and
6429         lyx-xforms can be built (according to --with-frontend). Then lyx
6430         is a symbolic link to lyx-[firstfrontend]
6431
6432 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6433
6434         * Always use std::endl with lyxerr
6435
6436 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6437
6438         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6439
6440 2003-08-01  André Pönitz  <poenitz@gmx.net>
6441
6442         * BufferView.[Ch]:
6443         * BufferView_pimpl.[Ch]:
6444         * lyxfunc.C:
6445         * text3.C: merge BufferView::repaint() and BufferView::update()
6446
6447 2003-08-01  José Matos  <jamatos@lyx.org>
6448
6449         * buffer.[Ch]: file_format is no longer a buffer data element.
6450
6451 2003-08-01  André Pönitz  <poenitz@gmx.net>
6452
6453         * BufferView.C:
6454         * lyxtext.h:
6455         * text.C:
6456         * text2.C: make redoParagraph more independent of current cursor
6457
6458         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6459         * text.C:
6460         * text2.C: remove unneeded members
6461
6462 2003-07-30  André Pönitz  <poenitz@gmx.net>
6463
6464         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6465
6466         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6467           create a single function...
6468
6469         * paragraph_funcs.C (moveItem): ... here.
6470
6471         * text.C:
6472           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6473
6474 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6475
6476         * LColor.[Ch]: Add comment and greyedout logical colors.
6477
6478 2003-07-30  André Pönitz  <poenitz@gmx.net>
6479
6480         * tabular.C: don't use Assert too heavily. This crashes where it
6481           shouldn't
6482
6483 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6484
6485         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6486         is disabled (bug 1232)
6487
6488 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6489
6490         * factory.C: limited 'arg' scope
6491
6492 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6493
6494         * factory.C: fixed Note submenu issues
6495
6496 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6497
6498         * factory.C: submenu for Note/Comment/Greyedout
6499
6500 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6501
6502         * lyx_main.C (LyX):
6503         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6504
6505 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6506
6507         * LaTeXFeatures.C:
6508         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6509         greyedout. Patch provided by Jürgen Spitzmüller.
6510
6511 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6512
6513         * kbmap.C (read): fix error message when reading bind files
6514
6515 2003-07-29  Angus Leeming  <leeming@lyx.org>
6516
6517         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6518         certainly does not do what it purports to do. I am doing it, and
6519         us, a favour by killing it.
6520
6521 2003-07-28  José Matos  <jamatos@lyx.org>
6522
6523         * buffer.C (readBody, do_writeFile):
6524         * paragraph.C(readParagraph): \end_document replaces \the_end.
6525
6526 2003-07-29  André Pönitz  <poenitz@gmx.net>
6527
6528         * BufferView.[Ch]:
6529         * BufferView_pimpl.[Ch]:
6530         * lyxfunc.C:
6531         * text2.C:
6532         * text3.C:
6533         * textcursor.[Ch]: remove toggleToggle & Co
6534
6535 2003-07-28  José Matos  <jamatos@fep.up.pt>
6536
6537         * buffer.C (readParagraph):
6538         * params_func (readParToken, readParagraph):
6539         * paragraph.C (write): \layout -> \begin_layout.
6540
6541 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6542
6543         * lyxlex_pimpl.C (setFile): clean up slightly.
6544
6545         * bufferparams.h: add compressed var
6546
6547         * buffer_funcs.C (readFile): adjust for LyXLex change
6548         (newFile): ditto + simplify
6549
6550         * buffer.C (writeFile): handle writing of compressed files
6551
6552         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6553         Check if the file is compressed and set a bufferparm if so.
6554
6555         * Makefile.am (lyx_LDADD): remove explicit -lz
6556
6557 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6558
6559         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6560         makeDocBookFile): put the real LyX version in the first line of
6561         the file
6562
6563         * version.h:
6564         * version.C.in: remove lyx_docversion
6565
6566         * tabular.C (write_attribute): add a template-based version to
6567         write enums properly
6568
6569 2003-07-28  André Pönitz  <poenitz@gmx.net>
6570
6571         * lyxtext.h:
6572         * text.C:
6573         * text2.C:
6574         * text3.C: use doubles again for x-coordinates. They are needed.
6575
6576 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6577
6578         * messages.C (getLocaleDir): use lyx_localedir()
6579
6580         * lyxlex_pimpl.C (setFile): compress stuff
6581
6582         * buffer.C (writeFile): add some compression stuff
6583         (do_writeFile): new func, dont call expliti close... will this
6584         breake anything?
6585
6586         * Makefile.am (lyx_LDADD): add -lz
6587
6588 2003-07-28  José Matos  <jamatos@fep.up.pt>
6589
6590         * buffer.C: increment file format.
6591         * paragraph_funcs (readParagraph, readParToken):
6592         * paragraph.C (readParagraph): add \end_layout.
6593
6594 2003-07-27  Angus Leeming  <leeming@lyx.org>
6595
6596         * Makefile.am: remove special casing for configure-time setting of
6597         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6598
6599         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6600         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6601
6602 2003-07-26  André Pönitz  <poenitz@gmx.net>
6603
6604         * paragraph_func.[Ch]:
6605         * paragraph.C (realizeFont): inline it whereever it is used
6606
6607         * rowpainter.C:
6608         * text.C:
6609         * text2.C:
6610         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6611
6612
6613 2003-07-26  André Pönitz  <poenitz@gmx.net>
6614
6615         *       lyxtext.h:
6616         * text.C:
6617         * text2.C: get rid of LyXText::need_break_row
6618
6619 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6620
6621         * toc.[Ch]: put namespace toc inside namespace lyx
6622
6623         * MenuBackend.C (expandToc2): adjust for lyx::toc
6624         (expandToc): ditto
6625
6626         * lyxfunc.C (dispatch): adjust for lyx::find
6627
6628         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6629         lyx::find instead. Reorganize a bit.
6630         (LyXReplace): rename to replace
6631         (LyXFind): rename to find
6632
6633         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6634         (dispatch): ditto
6635
6636 2003-07-26  André Pönitz  <poenitz@gmx.net>
6637
6638         * text.C (setHeightOfRow): restrict scope of temporary variable
6639
6640         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6641           code (never has been used?)
6642
6643 2003-07-27  Asger Alstrup  <alstrup@local>
6644
6645         * text.C (fill): Optimise algorithm to exploit that we can reuse
6646         the LyXFont for many characters.
6647         (setHeightOfRow): Same thing.
6648         (rowBreakPoint): Same thing.
6649
6650 2003-07-26  Asger Alstrup  <alstrup@local>
6651
6652         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6653
6654         * text.C (singleWidth): Spurious font copying in hot-spot
6655         singleWidth avoided. Reorder tests for arabic for efficiency.
6656
6657         * text.C (fill): handle empty paragraphs better.
6658
6659 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6660
6661         * ispell.C:
6662         * encoding.h: add includes
6663
6664         * lyxrc.C: remove reading of bind files
6665
6666         * lyx_main.C (init): setup bindings and menus only if we have a
6667         gui.
6668
6669         * kbmap.C (read): new method. Do the actual reading of bind
6670         files.
6671
6672         * converter.C (dvipdfm_options):
6673         * bufferparams.C:
6674         * lyxrc.C (read):
6675         (output): adapt PAPER_* enums.
6676
6677         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6678
6679         * bufferparams.h: remove paper-related enums from there
6680
6681         * paper.h: New file. A trivial header file to hold paper-related
6682         enums. It should later expand to contain many paper-related
6683         horrors access.
6684
6685         * lyxrc.C: declare extern displayTranslator
6686
6687 2003-07-27  José Matos  <jamatos@fep.up.pt>
6688
6689         * tabular.[Ch] (linuxdoc): add support for tables and figures
6690         (linuxdoc).
6691
6692 2003-07-27  José Matos  <jamatos@fep.up.pt>
6693
6694         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6695         consistency in both functions.
6696         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6697
6698 2003-07-26  Asger Alstrup  <alstrup@local>
6699
6700         * rowpainter.C (paintRows): Change algorithm to work directly on
6701         the insets rather than asking every character in the document
6702         whether its an inset.
6703
6704 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6705
6706         * buffer.C (openFileWrite): factorize some code
6707
6708 2003-07-26  Angus Leeming  <leeming@lyx.org>
6709
6710         * lyx_cb.C:
6711         * lyx_main.[Ch]: replace occurances of system_tempdir with
6712         os::getTmpDir().
6713
6714 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6715
6716         * rename Inset to InsetOld
6717
6718 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6719
6720         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6721         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6722         which I think is a bit clearer. EDIT is gone, since it was
6723         premature optimisation, and broken for mathed anyway.
6724         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6725         with cursor positioning in insets as well (math insets still do not
6726         work, but that's a different story anyway.) It mysteriously
6727         crashes sometimes with undo in the first paragraph, but I'm fairly
6728         confident that this is a compiler bug.
6729
6730 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6731
6732         * paragraph.C (Paragraph): adjust for new clone return type
6733         (operator==): ditto
6734         (copyIntoMinibuffer): ditto
6735
6736 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6737
6738         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6739         by not having a special case, and always doing a full rebreak of
6740         the document after undo.
6741
6742 2003-07-23  Angus Leeming  <leeming@lyx.org>
6743
6744         * factory.C (createInset): InsetExternal::setParams now takes a
6745         Buffer const * arg.
6746
6747 2003-07-23  Angus Leeming  <leeming@lyx.org>
6748
6749         * factory.C (createInset): changed interface to the external and
6750         graphics mailers' string2params functions.
6751
6752 2003-07-23  Angus Leeming  <leeming@lyx.org>
6753
6754         * factory.C (createInset): pass a
6755         Buffer const * parameter to InsetExternalMailer's string2params.
6756
6757 2003-07-22  John Levon  <levon@movementarian.org>
6758
6759         * Thesaurus.h: include the right aiksaurus header
6760
6761 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6762
6763         * MenuBackend.C (expand): check menu shortcuts unconditionally
6764
6765 2003-07-21  Angus Leeming  <leeming@lyx.org>
6766
6767         * factory.C (createInset): pass a
6768         buffer_path parameter to InsetGraphicsMailer's string2params.
6769
6770 2003-07-21  Angus Leeming  <leeming@lyx.org>
6771
6772         * BufferView_pimpl.C (buffer):
6773         * buffer.C (d-tor):
6774         * lyx_main.C (LyX):
6775         * lyxfunc.C (dispatch):
6776         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6777         rather than the grfx shortcut.
6778
6779 2003-07-21  André Pönitz  <poenitz@gmx.net>
6780
6781         * rowpainter.C: remove unused variables
6782
6783         * tabular_funcs.C:
6784         * tabular_funcs.h: move to tabular.C
6785         * Makefile.am: adjust
6786
6787         * tabular.[Ch]: basic optical cleaning
6788
6789         * author.h: pass references, not values
6790
6791 2003-07-18  André Pönitz  <poenitz@gmx.net>
6792
6793         * lyxtext.h:
6794         * metricsinfo.C:
6795         * metricsinfo.h:
6796         * rowpainter.C:
6797         * text.C:
6798         * text2.C:
6799         * text3.C: two-phase drawing for InsetText and InsetTabular
6800         some float -> int changes.
6801
6802 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6803
6804         * lyx_main.C: fix the fix
6805
6806 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6807
6808         * lyx_main.C: fix a crash in batch mode if no files specified
6809         * converter.C: ws
6810
6811 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6812
6813         * format.[Ch] (papersize): moved to BufferParams
6814         * converter.[Ch] (dvips_options): moved to BufferParams
6815         (dvipdfm_options): moved to anon namespace
6816         * bufferparams.[Ch]: added above functions.
6817
6818 2003-07-17  André Pönitz  <poenitz@gmx.net>
6819
6820         * lyxtext.h:
6821         * rowpainter.C:
6822         * text2.C: don't call inset->update() anymore
6823
6824         * metricsinfo.[Ch]: add convenience constructor
6825
6826 2003-07-16  André Pönitz  <poenitz@gmx.net>
6827
6828         * lyxcursor.[Ch]:
6829         * lyxfunc.[Ch]:
6830         * text.C:
6831         * text2.C: replace the LyXCursor::irow_ member with
6832          on-demand computation of the value
6833
6834 2003-07-16  John Levon  <levon@movementarian.org>
6835
6836         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6837
6838 2003-07-15  André Pönitz  <poenitz@gmx.net>
6839
6840         * text.C:
6841         * text2.C: remove no more needed refresh_row
6842
6843 2003-07-15  André Pönitz  <poenitz@gmx.net>
6844
6845         * lyxtext.h:
6846         * rowpainter.C:
6847         * text2.C:
6848         * text3.C: refresh_status tristate -> need_update bool
6849
6850 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6851
6852         * lyxtext.h (init): remove reinit argument (act as if always true)
6853         * text2.C: adjust to that
6854
6855 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6856
6857         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6858         * text3.C: use it to delete selections in some cases
6859         (bugs 441, 673, 702, 954).
6860
6861 2003-07-14  André Pönitz  <poenitz@gmx.net>
6862
6863         * rowpainter.[Ch]: reduce interface
6864
6865 2003-07-14  André Pönitz  <poenitz@gmx.net>
6866
6867         * BufferView_pimpl.C:
6868         * text2.C: adjust after removing unused BufferView * argument
6869
6870 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6871
6872         * text2.C (init): fix a crash fired on resize
6873
6874 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6875
6876         * buffer.[Ch]: added new closing signal
6877         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6878         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6879         BufferView::Pimpl via the closing the signal
6880
6881 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6882
6883         * buffer.[Ch]: take out all bv-related from buffer
6884         * BufferView.C:
6885         * BufferView_pimpl.[Ch]: connect to new signals
6886         * CutAndPaste.C: removed useless asserts
6887         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6888         * lyxvc.[Ch]:
6889         * vc-backend.[Ch]:
6890         * lyxfunc.C: moved view-related funciontality from vc here
6891         * paragraph.C: removed outdated comments
6892         * text.C: ws
6893
6894 2003-07-10  André Pönitz  <poenitz@gmx.net>
6895
6896         * BufferView_pimpl.C:
6897         * tabular.h:
6898         * tabular_funcs.C:
6899         * text.C:
6900         * text2.C: remove InsetText::InnerCache, clean up consequences
6901
6902 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6903
6904         * ispell.C: fix two typos in error messages
6905
6906 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6907
6908         * Extend Note inset to other forms of annotation like Comment
6909         and Greyedout. Right button click gives dialog.
6910
6911         Files modified or added (+):
6912
6913         * insetnote.[Ch]
6914         * FormNote.[Ch]      +
6915         * ControlNote.[Ch]   +
6916         * form_note.fd       +
6917         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6918         frontends/controllers
6919         * xforms/Dialogs.C
6920         * factory.C
6921
6922 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6923
6924         * aspell.C: add missing namespace lyx::support
6925
6926 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6927
6928         * BufferView.[Ch] (newFile): Add
6929         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6930         * LaTeX.[Ch] (message): added this signal and use it
6931         * buffer.[Ch] (busy, message): added these signals and use them
6932         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6933         * converter.C:
6934         * exporter.C:
6935         * format.C:
6936         * importer.C: use buffer signals instead of direct bv calling
6937         * lyx_cb.[Ch] (ShowMessage): removed
6938         * lyx_main.C:
6939         * lyxfunc.C:
6940         * paragraph_funcs.C:
6941         * text2.C: use buffer signals
6942
6943 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6944
6945         * introduce namespace lyx::graphics
6946
6947 2003-07-02  André Pönitz  <poenitz@gmx.net>
6948
6949         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6950
6951 2003-07-01  André Pönitz  <poenitz@gmx.net>
6952
6953         * text.C:
6954         * text2.C:
6955         * text3.C:
6956         * text_funcs.[Ch]:
6957         * textcursor.h:
6958         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6959           text*.C to text_func.C
6960
6961 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6962
6963         * introduce namespace lyx::support
6964
6965 2003-06-30  André Pönitz  <poenitz@gmx.net>
6966
6967         * Chktex.C:
6968         * funcrequest.C:
6969         * lyxtext.h:
6970         * text.C: re-enable --with-included-string
6971
6972 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6973
6974         * textcursor.C: add <config.h>
6975
6976         * text.C (getWord): remove const from word_location arg
6977
6978         * lyxvc.C (getLogFile): fix const type order
6979
6980         * lyxtext.h: remove const from word_location arg, add arg name
6981
6982         * lyxlayout.h: currect type on labeltype.
6983
6984         * importer.C: correct \file
6985
6986         * converter.C (intToFormat): use std:: on ret val, ws changes
6987
6988         * bufferlist.h: correct \file
6989
6990         * buffer.C (makeLinuxDocFile): fix const type order
6991         (makeDocBookFile): ditto
6992         (fillWithBibKeys): use std:: on stdlib args.
6993
6994         * CutAndPaste.C: fix authors.
6995         (availableSelections): use std:: on return vector
6996
6997 2003-06-27  André Pönitz  <poenitz@gmx.net>
6998
6999         * BufferView_pimpl.C:
7000         * bufferview_funcs.C:
7001         * lyxcursor.C:
7002         * lyxcursor.h:
7003         * lyxfunc.C:
7004         * lyxtext.h:
7005         * rowpainter.C:
7006         * text.C:
7007         * text2.C:
7008         * text3.C: remove LyXCursor::row_ member
7009
7010         * lyxtext.h:
7011         * text.C: rename fullRebreak() to partialRebreak() and implement
7012           a fullRebreak() that really bereks fully
7013
7014         * textcursor.h: new struct for cursor-related data
7015
7016 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
7017
7018         * lyx_main.C (LyX): get full path of document loaded on the
7019         command line
7020
7021 2003-06-26  André Pönitz  <poenitz@gmx.net>
7022
7023         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
7024           remove unused/broken operator>,<,>=.
7025
7026         *       text.C: remove only use of broken operator<= in an Assert().
7027
7028 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7029
7030         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
7031         moved errorlist_.clear to showErrorList
7032
7033 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7034
7035         * converter.C (scanLog, runLaTeX):
7036         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
7037         move the bv->showErrorList call to the callers
7038         * lyxfunc.C: i.e. here...
7039         * text2.C: and here
7040         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
7041         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
7042         namespace, the second to...
7043         * buffer_funcs (BufferFormat, parseErrors): added
7044         * errorlist.C (ErrorList(TeXErrors const &)): removed
7045
7046 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7047
7048         * ToolbarBackend.C (getIcon): complain when icon cannot be found
7049
7050 2003-06-24  "Garst R. Reese" <reese@isn.net>
7051
7052         * debug.C: fix typo
7053
7054 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7055
7056         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
7057
7058         * version.C.in: change docversion to 1.4
7059
7060 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
7061
7062         * buffer.C: fix a bug just introduced
7063
7064 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
7065
7066         * buffer.[Ch]: added the parseError signal and use it, removed
7067         sgmlError
7068         * BufferView.[Ch] (addError): moved to ...
7069         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
7070         to the Buffer::parseError signal to catch (guess what) parse errors
7071         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
7072
7073 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
7074
7075         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
7076         ability to create a buffer and to return an existing one from
7077         the list. Moved these functions to...
7078         * buffer_funcs.[Ch]: added
7079         * BufferView.[Ch] (loadLyXFile): added
7080         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
7081         job removed from bufferlist::loadLyXFile.
7082         * buffer.C (setReadOnly): make it work without view
7083         (i.e added an if (users))
7084
7085 2003-06-19  Angus Leeming  <leeming@lyx.org>
7086
7087         * lfuns.h:
7088         * LyXAction.C (init):
7089         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
7090         with LFUN_DIALOG_SHOW <name> <data>.
7091
7092 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7093
7094         * CutAndPaste.C (availableSelections): small compilation fix for
7095         ancient (gcc 2.9x) compilers
7096
7097 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
7098
7099         * text3.C (cursorNext): add tmp var
7100
7101         * text2.C (updateCounters): for function calling out of for clause
7102         (replaceSelectionWithString): ditto
7103         (insertStringAsParagraphs): ditto
7104         (getColumnNearX): add tmp var
7105         (setCursorFromCoordinates): add tmp var
7106         (cursorDownParagraph): add tmp var
7107         (deleteEmptyParagraphMechanism): add tmp var
7108
7109         * text.C (insertChar): add tmp var
7110
7111         * rowpainter.C (paintDepthBar): add tmp var
7112
7113         * CutAndPaste.C (availableSelections): potentially check all
7114         paragraphs in a cut to fill the shown strings.
7115
7116 2003-06-18  André Pönitz  <poenitz@gmx.net>
7117
7118         * kbmap.[Ch]: use vector<> instead of list<>
7119
7120 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7121
7122         * text3.C (dispatch): handle arg to LFUN_PASTE, call
7123         pasteSelection with index
7124
7125         * text2.C (pasteSelection): modify, call pasteSelection with index
7126
7127         * paragraph.C (asString): reimplement version with no interval to
7128         call the one with interval.
7129
7130         * lyxtext.h: add index arg to pasteSelection
7131
7132         * MenuBackend.C (MenuItem): handle PasteRecent
7133         (Menu::read::Menutags): add md_pasterecent
7134         (read): handle it
7135         (expandPasteRecent): new function
7136         (expand): use it
7137
7138         * MenuBackend.h: add PasteRecent to MenuItem::Kind
7139
7140         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
7141         the limited stack
7142         (availableSelections): new function
7143
7144 2003-06-17  Angus Leeming  <leeming@lyx.org>
7145
7146         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
7147
7148 2003-06-17  Angus Leeming  <leeming@lyx.org>
7149
7150         * lfuns.h:
7151         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
7152
7153         * lyxfunc.C (dispatch): invoke it.
7154
7155 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7156
7157         * iterators.C (operator++, ParPosition): reintroduce some
7158         const_cast for the benefit of older compilers.
7159
7160 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7161
7162         * text3.C (dispatch): do not modify clipboard when doing
7163         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
7164         LFUN_DELETE_SKIP on a selection selection
7165
7166 2003-06-16  André Pönitz  <poenitz@gmx.net>
7167
7168         * BufferView.C:
7169         * buffer.C:
7170         * buffer.h:
7171         * paragraph.C:
7172         * tabular.[Ch]: IU of clone() and getLabelList();
7173
7174 2003-06-13  André Pönitz  <poenitz@gmx.net>
7175
7176         * tabular.h: compactification
7177
7178 2003-06-12  André Pönitz  <poenitz@gmx.net>
7179
7180         * tabular.C:
7181         * tabular.h:
7182         * tabular_funcs.h: some renaming plus whitespace
7183
7184 2003-06-12  André Pönitz  <poenitz@gmx.net>
7185
7186         * BufferView.C:
7187         * BufferView_pimpl.C:
7188         * CutAndPaste.C:
7189         * buffer.C:
7190         * iterators.[Ch]:
7191         * lyxfunc.C:
7192         * text.C:
7193         * toc.C: Return a Paragraph & for ParIterator::operator*()
7194
7195 2003-06-11  John Levon  <levon@movementarian.org>
7196
7197         * lyx_main.C:
7198         * ToolbarBackend.h:
7199         * ToolbarBackend.C: add "Toolbars" section and
7200         put the flags there
7201
7202 2003-06-10  Angus Leeming  <leeming@lyx.org>
7203
7204         * lfuns.h:
7205         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7206
7207         * lyxfunc.C (dispatch): invoke it.
7208
7209 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7210
7211         * main.C: protect <ios> with HAVE_IOS
7212         (main): protect sync_with_stdio with HAVE_IOS
7213
7214 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7215
7216         * text2.C (cutSelection): adjust
7217         (pasteSelection): adjust
7218
7219         * messages.C: handle get of empty string
7220
7221         * main.C (main): use sync_with_stdio(false)
7222
7223         * lyxfunc.C (dispatch): adjust
7224
7225         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7226         (WriteAs): remove unneeded BufferView arg.
7227
7228         * bufferparams.h: use correct types on papersize, papersize2 and
7229         paperpackage.
7230
7231         * bufferparams.C (readToken): adjust for type
7232         (writeLaTeX): add missing cases to switch.
7233
7234         * bufferlist.C (quitWriteBuffer): adjust
7235         (close): adjust
7236
7237         * buffer.C (asciiParagraph): remove some commented code.
7238
7239         * CutAndPaste.C: remove current_view extern variable.
7240         (cutSelection): add BufferParams arg.
7241         (eraseSelection): add BufferParams arg.
7242         (pasteSelection): add Buffer const & arg
7243
7244 2003-06-07  John Levon  <levon@movementarian.org>
7245
7246         * buffer.C:
7247         * paragraph_funcs.C:
7248         * paragraph_pimpl.C:
7249         * text.C:
7250         * text2.C:
7251         * paragraph.h:
7252         * paragraph.C: allow InsetERT to freely space lines,
7253         and some consolidation of code
7254
7255 2003-06-06  José Matos  <jamatos@fep.up.pt>
7256
7257         * buffer.C (makeDocBookFile): fix bug #821
7258
7259 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7260
7261         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7262
7263 2003-06-04  Angus Leeming  <leeming@lyx.org>
7264
7265         * buffer.C: bump format to 224.
7266
7267 2003-06-05  André Pönitz  <poenitz@gmx.net>
7268
7269         * text2.C (redoParagraphs): remove two const_cast<>
7270
7271 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7272
7273         * ParagraphList.h: remove last remnants of NO_STD_LIST
7274
7275 2003-06-03  Angus Leeming  <leeming@lyx.org>
7276
7277         * factory.C (createInset): small change to the way InsetExternal's params
7278         are set.
7279
7280 2003-06-04  André Pönitz  <poenitz@gmx.net>
7281
7282         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7283
7284         * paragraph_pimpl.h:
7285         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7286
7287         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7288
7289         * undo_funcs.C: make some simple cases of undo work again
7290
7291 2003-06-03  John Levon  <levon@movementarian.org>
7292
7293         * ispell.C: HPUX doesn't have sys/select.h
7294         (from Albert Chin)
7295
7296 2003-06-03  John Levon  <levon@movementarian.org>
7297
7298         * CutAndPaste.C: update tabular and include inset
7299         buffer references
7300
7301         * buffer.h:
7302         * paragraph.h:
7303         * paragraph.C: remove owningBuffer(), don't pass Buffer
7304         to clone()
7305
7306         * factory.C: insetGraphicsParams changed
7307
7308 2003-06-02  John Levon  <levon@movementarian.org>
7309
7310         * LyXAction.C:
7311         * factory.C:
7312         * lfuns.h:
7313         * lyxfunc.C:
7314         * text3.C: remove insetparent
7315
7316 2003-06-02  John Levon  <levon@movementarian.org>
7317
7318         * buffer.h:
7319         * buffer.C: fix inset_iterator.end(), move out of line
7320         (bug 1149)
7321
7322 2003-06-01  John Levon  <levon@movementarian.org>
7323
7324         * text3.C: use a proper cut/paste when doing inset
7325         insert (from Jürgen Spitzmüller)
7326
7327 2003-06-01  John Levon  <levon@movementarian.org>
7328
7329         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7330
7331 2003-05-30  André Pönitz  <poenitz@gmx.net>
7332
7333         * rowpainter.C: unify second drawing phase
7334
7335 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7336
7337         * trans_mgr.C: remove one case of current_view
7338
7339         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7340
7341         * paragraph_funcs.h: remove paragraph.h include
7342
7343         * paragraph.h: delete NO_STD_LIST stuff
7344
7345         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7346
7347         * buffer.h: remove paragraph.h include
7348
7349         * ParagraphList.C: delete file
7350
7351         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7352
7353         * toc.C (getTocList): adjust
7354
7355         * paragraph_pimpl.C (validate): adjust
7356
7357         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7358
7359         * paragraph.C (Paragraph): adjust
7360         (getPositionOfInset): use const_iterator, adjust
7361         (bibitem): use const_iterator, adjust
7362         (setInsetOwner): adjust
7363
7364         * iterators.C (operator++): adjust
7365
7366         * InsetList.[Ch]: Replace selfmade iterator with standard
7367         vector::iterator also introduce const_iterator. Remove getPos,
7368         getInset and setInset from InsetTable. Adjust accordingly.
7369
7370         * BufferView.C (lockInset): adjust
7371         (ChangeInsets): adjust
7372
7373         * tabular.[Ch]: delete commented same_id functions
7374
7375 2003-05-28  John Levon  <levon@movementarian.org>
7376
7377         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7378
7379 2003-05-28  André Pönitz  <poenitz@gmx.net>
7380
7381         * metricsinfo.[Ch]: remove 'fullredraw' member
7382
7383 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7384
7385         * lyxtextclass.C (operator): remove caching.
7386
7387 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7388
7389         * text3.C: adjust
7390
7391         * text2.C (cursorBottom): adjust
7392         (setCounter): use ParagraphList::find, adjust
7393
7394         * text.C (workWidth): use ParagraphList::find, adjust
7395
7396         * lyxcursor.C (LyXCursor): adjust
7397
7398         * buffer.C (inset_iterator): adjust
7399
7400         * ParagraphList.h: make iterator(value_type) private, make
7401         ParagraphList a friend of iterator.
7402
7403         * ParagraphList.C (find): new function
7404
7405         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7406
7407 2003-05-27  André Pönitz  <poenitz@gmx.net>
7408
7409         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7410
7411 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7412
7413         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7414
7415 2003-05-26  John Levon  <levon@movementarian.org>
7416
7417         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7418
7419 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7420
7421         * remove same_id from function signatures, adjust.
7422
7423 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7424
7425         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7426
7427         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7428
7429         * paragraph.C (Paragraph): get rid of same_ids parameter
7430
7431         * ParagraphList.C (insert): adjust
7432         (push_back): adjust
7433
7434 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7435
7436         * paragraph_funcs.C (breakParagraph): adjust
7437         (breakParagraphConservative): adjust
7438
7439         * buffer.C (readParagraph): adjust
7440
7441         * ParagraphList.C (insert): take a reference instead of a pointer
7442         (insert): adjust
7443
7444         * paragraph.[Ch] (id): new function
7445
7446         * bufferlist.C (newFile): adjust
7447
7448         * ParagraphList.C (ParagraphList): adjust
7449         (assign): adjust
7450         (push_back): take a reference instead of a pointer.
7451
7452         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7453
7454         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7455         instead.
7456
7457         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7458         set else use old code.
7459
7460         * ParagraphList.C: remove all NO_NEXT code and only compile this
7461         code of NO_STD_LIST is set.
7462
7463 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7464
7465         * BufferView_pimpl.C:
7466         * TextCache.C:
7467         * TextCache.h:
7468         * bufferlist.C:
7469         * errorlist.h:
7470         * format.C:
7471         * format.h:
7472         * graph.C:
7473         * lyxfunc.C:
7474         * lyxrc.C:
7475         * graphics/GraphicsConverter.C:
7476         * graphics/PreviewLoader.C: header adjustment
7477
7478 2003-05-23  Angus Leeming  <leeming@lyx.org>
7479
7480         * LaTeXFeatures.[Ch] (useBabel): new method.
7481         * bufferparams.C (writeLaTeX): use it.
7482
7483 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7484
7485         * ParagraphList.h (set): remove unused function.
7486
7487 2003-05-23  André Pönitz  <poenitz@gmx.net>
7488
7489         * BufferView.C:
7490         * BufferView_pimpl.C:
7491         * buffer.C:
7492         * buffer.h:
7493         * lyxfunc.C:
7494         * undo_funcs.C: setUndo reworked
7495
7496         * iterators.[Ch]: add access to topmost ParagraphList
7497
7498         * lyxtext.[Ch] (workWidth): add a const
7499
7500 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7501
7502         * texrow.[Ch] (increasePos): remove function
7503         * exporter.C (export): removed unused var and outdated comment
7504
7505 2003-05-23  Angus Leeming  <leeming@lyx.org>
7506
7507         * latexrunparams.h: rename fragile as moving_arg.
7508         * paragraph.C (simpleTeXOnePar): ditto.
7509         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7510
7511 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7512
7513         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7514         (createUndo): ditto
7515         (textUndoOrRedo): comment out a currently unused var.
7516
7517         * paragraph.h (NO_NEXT): enable NO_NEXT
7518
7519         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7520
7521         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7522
7523         * exporter.C (Export): adjust for removeAutoInsets removal.
7524
7525         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7526
7527         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7528
7529         * BufferView.[Ch] (removeAutoInsets): delete function
7530
7531 2003-05-22  Angus Leeming  <leeming@lyx.org>
7532
7533         * latexrunparams.h: add a free_spacing variable.
7534
7535         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7536         to pass moving_arg, as the data is stored in runparams.fragile.
7537
7538         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7539         to Inset::latexOptional or to simpleTeXOnePar.
7540
7541         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7542         free_spacing arg to Inset::latexOptional.
7543
7544         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7545         free_spacing arg.
7546
7547 2003-05-22  Angus Leeming  <leeming@lyx.org>
7548
7549         * latexrunparams.h: add fragile and use_babel variables.
7550
7551         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7552         * buffer.C (makeLaTeXFile): store this returned value in
7553         runparams.use_babel, thus passing it to the inset::latex methods.
7554
7555         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7556         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7557
7558         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7559         longer has a fragile arg, as it is stored in runparams.fragile.
7560
7561         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7562         moving_arg parameter as the data is stored in runparams.fragile.
7563
7564         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7565         a fragile parameter as the data is stored in runparams.fragile.
7566
7567 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7568
7569         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7570
7571 2003-05-22  Angus Leeming  <leeming@lyx.org>
7572
7573         * latexrunparams.h: add a 'bool nice' which defaults to false.
7574
7575         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7576         now encapsulated within runparams.
7577
7578         * bufferlist.C (updateIncludedTeXfiles):
7579         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7580
7581 2003-05-22  Angus Leeming  <leeming@lyx.org>
7582
7583         * latexrunparams.h: new file containing struct LatexRunParams.
7584         * Makefile.am: add new file.
7585
7586         * LaTeX.[Ch] (c-tor, run):
7587         * buffer.[Ch] (makeLaTeXFile):
7588         * bufferlist.[Ch] (updateIncludedTeXfiles):
7589         * converter.C (convert, scanLog):
7590         * converter.[Ch] (runLaTeX):
7591         * exporter.C (Export):
7592         * paragraph.[Ch] (simpleTeXOnePar):
7593         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7594         * paragraph_funcs.[Ch] (latexParagraphs):
7595         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7596         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7597         pass around a LatexRunParams parameter.
7598
7599 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7600
7601         * paragraph.[Ch]: remove unused constructor
7602
7603         * ParagraphList.C (erase): new function, taking two iterators
7604
7605 2003-05-22  André Pönitz  <poenitz@gmx.net>
7606
7607         * undo_funcs.C: remove duplicated code
7608
7609         * iterator.[Ch]: operator=
7610
7611 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7612
7613         * tabular.C (SetMultiColumn): ws changes
7614
7615         * rowpainter.C (paintFirst): get rid of a ->previous
7616
7617         * lyx_cb.C (getPossibleLabel): parlist simplification
7618
7619         * BufferView.C (ChangeInsets): simplify slightly.
7620
7621 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7622
7623         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7624         * lfuns.h: new LFUN_SPACE
7625         * lyxfunc.C: protected space has a new lfun
7626         * paragraph_funcs.C: read new space insets
7627         * text3.C:
7628         * factory.C: handle new space insets
7629
7630 2003-05-22  André Pönitz  <poenitz@gmx.net>
7631
7632         * BufferView.C:
7633         * BufferView_pimpl.C:
7634         * buffer.[Ch]:
7635         * lyxfunc.C:
7636         * undo_funcs.C: return a ParIterator from getParFromID.
7637
7638         * iterators.[Ch]: add two const's
7639
7640 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7641
7642         * toc.C (getTocList): adjust
7643
7644         * iterators.[Ch]: rework for parlist
7645
7646         * buffer.C (par_iterator_begin): adjust
7647         (par_iterator_end): adjust
7648
7649         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7650
7651         * BufferView.C (removeAutoInsets): adjust
7652         (ChangeInsets): adjust
7653
7654 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7655
7656         * text.C (top_y): fix bug 1110
7657
7658 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7659
7660         * errorlist.[Ch]: added
7661         * buffer.C:
7662         * BufferView.[Ch]:
7663         * BufferView_pimpl.C:
7664         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7665         instead
7666
7667 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7668
7669         * Makefile.am: ensure that lyx is relinked upon changes to the
7670         various "convenience" libs.
7671
7672 2003-05-20  Angus Leeming  <leeming@lyx.org>
7673
7674         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7675         files are compiled in alphabetical order again.
7676
7677         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7678
7679 2003-05-19  Angus Leeming  <leeming@lyx.org>
7680
7681         * gettext.[Ch]: remove "char const * _(char const *)".
7682
7683 2003-05-19  André Pönitz  <poenitz@gmx.net>
7684
7685         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7686
7687         * Makefile.am:
7688         * BufferView.C:
7689         * DepTable.h:
7690         * LaTeXFeatures.C:
7691         * buffer.C:
7692         * lyxfont.C:
7693         * lyxlex.h:
7694         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7695
7696 2003-05-19  André Pönitz  <poenitz@gmx.net>
7697
7698         * buffer.C:
7699         * lyxlayout.[Ch]:
7700         * lyxtextclass.[Ch]:
7701         * paragraph.C:
7702         * paragraph_funcs.[Ch]:
7703         * text2.C:
7704         * text3.C: more insetenv work
7705
7706 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7707
7708         * ParagraphParameters.C (params2string): small bug fixed
7709
7710 2003-05-16  André Pönitz  <poenitz@gmx.net>
7711
7712         * debug.C:
7713         * bufferview_funcs.C: patch from Kornel Benko to prevent
7714           crash when _(...) is called twice in a statement
7715
7716 2003-05-16  André Pönitz  <poenitz@gmx.net>
7717
7718         * BufferView.C:
7719         * lyxfunc.C:
7720         * text.C:
7721         * text2.C:
7722         * text3.C:
7723         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7724
7725 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7726
7727         * lyx_main.C (init): remove spurious static_cast
7728
7729 2003-05-14  André Pönitz  <poenitz@gmx.net>
7730
7731         * BufferView.C: fix format string
7732
7733 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7734
7735         * BufferView.[Ch] (insertErrors): removed
7736         * BufferView.[Ch] (showErrorList): added
7737         * buffer.C (runChkTeX):
7738         * converter.C (scanLog): call showErrorList instead of inserterrors
7739
7740 2003-05-13  André Pönitz  <poenitz@gmx.net>
7741
7742         * BufferView_pimpl.C:
7743         * buffer.C:
7744         * bufferview_func.C:
7745         * MenuBackend.C:
7746         * lyxfunc.C:
7747         * lyxrc.C:
7748         * tex-accent.C:
7749         * text3.C:
7750         * toc.C:
7751         * tabular_funcs.h: tostr() from its own header
7752
7753         * ParagraphParameters.C:
7754         * ToolbarBackend.C:
7755         * bufferparams.C:
7756         * format.C:
7757         * lyxlex_pimpl.C:
7758         * text3.C: STRCONV()
7759
7760 2003-05-12  André Pönitz  <poenitz@gmx.net>
7761
7762         * BufferView.C:
7763         * BufferView_pimpl.C:
7764         * CutAndPaste.C:
7765         * LaTeX.C:
7766         * LaTeXFeatures.C:
7767         * ParagraphParameters.C:
7768         * buffer.C:
7769         * bufferlist.C:
7770         * bufferparams.C:
7771         * bufferview_funcs.C:
7772         * converter.C:
7773         * counters.C:
7774         * debug.C:
7775         * exporter.C:
7776         * format.C:
7777         * importer.C:
7778         * lyx_cb.C:
7779         * lyx_main.C:
7780         * lyxfont.C:
7781         * lyxfunc.C:
7782         * lyxvc.C:
7783         * paragraph.C:
7784         * paragraph_funcs.C:
7785         * tabular.C:
7786         * tabular_funcs.C:
7787         * text2.C:
7788         * text3.C:  boost::format -> bformat  all over the place
7789
7790
7791 2003-05-09  André Pönitz  <poenitz@gmx.net>
7792
7793         * LColor.[Ch]: Pimpl the #include <map> away
7794
7795 2003-05-09  John Levon  <levon@movementarian.org>
7796
7797         * bufferlist.C: never remove emergency saves
7798
7799 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7800
7801         * Makefile.am: better lib building
7802
7803 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7804
7805         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7806         instead.
7807         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7808         (simpleTeXSpecialChars): adjust
7809         (simpleTeXSpecialChars): adjust
7810         * paragraph.C (simpleTeXOnePar): adjust
7811         * buffer.C (makeLaTeXFile): adjust
7812
7813         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7814
7815         * text2.C (changeDepth): parlist cleanup
7816         (getColumnNearX): ditto
7817
7818         * rowpainter.C (getLabelFont): parlist cleanup
7819
7820         * bufferlist.C (newFile): parlist cleanup
7821
7822         * CutAndPaste.C (eraseSelection): parlist cleanup
7823
7824         * BufferView_pimpl.C (trackChanges): parlist cleanup
7825         (dispatch): ditto
7826
7827         * BufferView.C (lockInset): parlist cleanup.
7828         (ChangeInsets): ditto
7829
7830 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7831
7832         * CutAndPaste.h: Update file header.
7833
7834         * CutAndPaste.C: Update file header.
7835         Store the parts cut out of the Document in a limited_stack.
7836         (copySelection): adjust
7837         (pasteSelection): new function, takes the index in the limited stack.
7838         (nrOfParagraphs): adjust
7839         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7840         simplify error inset insertion.
7841         (checkPastePossible): adjust
7842
7843 2003-05-06  John Levon  <levon@movementarian.org>
7844
7845         * text2.C: don't cast wrap inset to float
7846
7847 2003-05-05  André Pönitz  <poenitz@gmx.net>
7848
7849         * iterator.C:
7850         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7851
7852         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7853           few naked Paragraph *.
7854
7855 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7856
7857         * bufferparams.C: Output warning if a document with missing
7858         TeX document class is loaded
7859         * exporter.C: Disable TeX exports if the document class is missing
7860         * lyxtextclass.C:
7861         * lyxtextclass.h:
7862         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7863         isTeXClassAvailable()
7864
7865 2003-05-03  John Levon  <levon@movementarian.org>
7866
7867         * BufferView.h:
7868         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7869         explicit cursor show/hide
7870
7871         * BufferView_pimpl.h:
7872         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7873         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7874
7875         * lyxfunc.C: hide cursor before dispatching.
7876
7877         * lyx_cb.C:
7878         * lyxfind.C:
7879         * text.C:
7880         * text3.C: remove explicit cursor hides
7881
7882 2003-05-02  André Pönitz  <poenitz@gmx.net>
7883
7884         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7885
7886         * undo_funcs.C:
7887         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7888           linked lists
7889
7890         * text2.C: tiny whitespace
7891
7892 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7893
7894         * undo_funcs.C: almost only ws changes.
7895
7896         * ParagraphList.C (splice): just return if pl is empty.
7897
7898 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7899
7900         * ParagraphList.C (splice): new function.
7901
7902         * CutAndPaste.C (pasteSelection): use it
7903
7904 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7905
7906         * CutAndPaste.C (pasteSelection): remove the last next and
7907         previous from this file.
7908
7909 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7910
7911         * CutAndPaste.C (pasteSelection): more clean up, user proper
7912         ParagraphList functions for pasteing.
7913
7914         * ParagraphList.C (insert): new function, three arg insert
7915
7916 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7917
7918         * ParagraphList.C (insert): new function, three arg insert
7919
7920         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7921         not on paragraphs.
7922
7923 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7924
7925         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7926
7927 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7928
7929         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7930
7931 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7932
7933         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7934         (copySelection): clean up a bit.
7935         (pasteSelection): use make_pair
7936
7937         * ParagraphList.C (ParagraphList): implement copy constructor
7938         (operator=): implement, base on copy constructor.
7939         (assign): new func
7940
7941         * paragraph.C (erase): return a bool
7942
7943         * paragraph_pimpl.C (erasePos): remove function, move contents...
7944         (erase): ... here. Return a bool.
7945         (erase): call erase instead of erasePos.
7946
7947 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7948
7949         * ParagraphList.h: define PitPosPair
7950         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7951         ParagraphList, fix a bug on pasting multiple pars
7952         * text2.C: change interface to C&P
7953
7954 2003-04-30  André Pönitz  <poenitz@gmx.net>
7955
7956         * undo_func.C: revert part of yesterday's patch 2
7957
7958 2003-04-30  John Levon  <levon@movementarian.org>
7959
7960         * LColor.C: s/tabular/table/
7961
7962 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7963
7964         * text3.C (dispatch): do not convert iterator -> pointer
7965         * undo_funcs.C (setCursorParUndo): ditto
7966         * text_funcs.C (transposeChars): ditto
7967
7968         * text2.C (setLayout): ws changes only
7969
7970         * text.C (breakParagraph): do not convert iterator -> pointer
7971         (insertChar): ditto
7972         (acceptChange): ditto
7973         (rejectChange): ditto
7974         (changeCase): ditto
7975         (Delete): ditto
7976         (backspace): ditto
7977
7978         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7979         pointer
7980
7981 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7982
7983         * text3.C (gotoInset): YABG (yet another bad getChar)
7984
7985 2003-04-29  André Pönitz  <poenitz@gmx.net>
7986
7987         * paragraph.h: make operator= private unimplemented as long as
7988           it is unusable
7989
7990         * ParagraphList.C: whitespace
7991
7992         * paragraph.[Ch]:
7993         * paragraph_pimpl.[Ch]:
7994         * paragraph_funcs.C:
7995         * CutAndPaste.C:
7996         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7997
7998         * text2.C:
7999           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
8000
8001 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
8002
8003         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
8004         * paragraph.[Ch] (erase):
8005         * paragraph_pimpl.[Ch] (erase): change return type and value
8006         * text2.C (cutSelection): some rework
8007
8008 2003-04-28  John Levon  <levon@movementarian.org>
8009
8010         * bufferlist.C: changes for unsaved changes dialog
8011
8012 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8013
8014         * bufferlist.C (newFile): set language (messages_) for new
8015         documents also.
8016
8017         * buffer.C (readFile): ws changes only.
8018
8019 2003-04-28  André Pönitz  <poenitz@gmx.net>
8020
8021         * undo_funcs.C:
8022         * lyxfunc.C:
8023         * buffer.[Ch]:
8024         * BufferView_pimpl.C:
8025         * BufferView.C: getParFromID related ParagraphList::iterator changes
8026
8027 2003-04-28  André Pönitz  <poenitz@gmx.net>
8028
8029         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
8030           Changes
8031
8032 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8033
8034         * messages.C: remove one more localedir class variable.
8035
8036 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8037
8038         * messages.C (getLocaleDir): singleton generation function
8039         (Pimpl): use it.
8040         (Messages): add a default constructor.
8041
8042         * main.C (main): do not setup localedir here, do not call
8043         gettext_init.
8044
8045         * gettext.C (_): use it.
8046         (gettext_init): delete funciton
8047
8048 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8049
8050         * gettext.C (getLyXMessages): new singleton generating function.
8051
8052         * buffer.C (updateDocLang): adjust
8053
8054         * Makefile.am (messages.o): add target
8055         (main.o): remove target
8056
8057 2003-04-27  John Levon  <levon@movementarian.org>
8058
8059         * bufferlist.C:
8060         * lyx_cb.C:
8061         * lyxfunc.C:
8062         * lyxvc.C: specify cancel button in Alert::prompt
8063
8064 2003-04-26  John Levon  <levon@movementarian.org>
8065
8066         * text3.C:
8067         * lyxfunc.C:
8068         * lfuns.h:
8069         * LyXAction.C: add LFUN_INSET_SETTINGS
8070
8071         * lyxfunc.C: don't enable tabular-feature when there's
8072         just any locking inset
8073
8074 2003-04-26  John Levon  <levon@movementarian.org>
8075
8076         * bufferlist.C: re-add Cancel to buffer close question
8077
8078         * lyxfunc.C: fix import UI a bit
8079
8080 2003-04-25  John Levon  <levon@movementarian.org>
8081
8082         * gettext.C: remove the broken asserts for now
8083
8084 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8085
8086         * messages.C: make case where setlocale cannot comply work better.
8087
8088         * buffer.C (updateDocLang): new function
8089         (changeLanguage): use it
8090         (readFile): use it
8091
8092         * text2.C (setCounter): use B_ a bit.
8093
8094         * lyxlayout.C (Read): be sure to trim the label strings.
8095
8096         * messages.C (Messages): fix typo in comment
8097
8098         * buffer.C (readFile): set message_ after file is loaded.
8099         (makeDocBookFile): remove double return
8100         (changeLanguage): reset message_ upon language change.
8101         (B_): new func, use this to get translated buffer strings.
8102
8103         * main.C: add myself and Jean Marc as authors.
8104
8105 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8106
8107         * messages.[hC]: pimplify Messages, and three different pimpls to be
8108         used in different circumstances.
8109
8110         * gettext.[Ch]: change for use with new message code.
8111
8112 2003-04-24 André Pönitz <poenitz@gmx.net>
8113
8114         * factory.C: support for eqref
8115
8116 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
8117
8118         * messages.[Ch]: add missing char
8119
8120         * Makefile.am (lyx_SOURCES): add messages.[Ch]
8121
8122         * messages.[Ch]: New files
8123
8124 2003-04-18  John Levon  <levon@movementarian.org>
8125
8126         * BufferView.h:
8127         * BufferView.C:
8128         * BufferView_pimpl.C:
8129         * lfuns.h:
8130         * LyXAction.C:
8131         * lyxtext.h:
8132         * text2.C: remove layout-copy/paste (bug 778)
8133
8134 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8135
8136         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
8137
8138 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8139
8140         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
8141         if they succeed. Act accordingly.
8142
8143 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8144
8145         * text2.C (setCharFont): adjust
8146         (setCounter): adjust
8147         (insertStringAsLines): adjust
8148
8149         * text.C (leftMargin): adjust
8150         (setHeightOfRow): adjust
8151
8152         * rowpainter.C (paintFirst): adjust
8153         (paintLast): adjust
8154
8155         * paragraph_funcs.C (depthHook): ParagraphList::iterators
8156         (outerHook): ditto
8157         (isFirstInSequence): ditto
8158         (getEndLabel): ditto
8159         (outerFont): adjust
8160
8161         * paragraph.C (getParLanguage): comment out some hard stuff.
8162
8163         * buffer.C (insertStringAsLines): take a ParagraphList as arg
8164         (sgmlError): ditto
8165         (simpleDocBookOnePar): ditto
8166         (makeDocBookFile): use ParagraphList::iterator
8167
8168         * CutAndPaste.C (pasteSelection): adjust
8169
8170 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8171
8172         * text2.C (getFont): adjust
8173         (getLayoutFont): adjust
8174         (getLabelFont): adjust
8175
8176         * paragraph_funcs.C (TeXOnePar): adjust
8177
8178         * buffer.C (simpleLinuxDocOnePar): adjust
8179         (simpleDocBookOnePar): adjust
8180
8181         * CutAndPaste.C (pasteSelection): adjust
8182
8183         * BufferView.C (getEncoding): adjust
8184
8185         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8186
8187 2003-04-16  John Levon  <levon@movementarian.org>
8188
8189         * lyxfind.C: use parlist stuff for search/changes
8190
8191 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8192
8193         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8194
8195         * text2.C (deleteEmptyParagraphMechanism): adjust
8196
8197         * text2.[Ch] (ownerParagraph): delete func (both of them
8198
8199 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8200
8201         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8202
8203 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8204
8205         * ParagraphList.C: prepare for NO_NEXT
8206
8207 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8208
8209         * text2.C (getFont): adjust
8210         (getLayoutFont): adjust
8211         (getLabelFont): adjust
8212
8213         * paragraph.C (getFont): adjust
8214         (getLabelFont): adjust
8215         (getLayoutFont): adjust
8216
8217         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8218
8219 2003-04-15  John Levon  <levon@movementarian.org>
8220
8221         From Angus Leeming
8222
8223         * lyx_main.C: handle Include in .ui files
8224
8225 2003-04-15  John Levon  <levon@movementarian.org>
8226
8227         * MenuBackend.C: make the doc files length shorter
8228
8229         * ToolbarBackend.h:
8230         * ToolbarBackend.C: handle toolbar placement flags,
8231         Minibuffer
8232
8233 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8234
8235         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8236         adjust
8237
8238         * paragraph_funcs.C (TeXOnePar): adjust
8239
8240         * paragraph.C (getLabelFont): add outerfont arg, adjust
8241         (getLayoutFont): ditto
8242         (simpleTeXOnePar): adjust
8243
8244         * paragraph_pimpl.C (realizeFont): delete func
8245
8246 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8247
8248         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8249         row argument, constify cur argument.
8250
8251 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8252
8253         * text2.C (getFont): adjust
8254         (getLayoutFont): adjust
8255         (getLabelFont): adjust
8256
8257         * paragraph_funcs.C (TeXOnePar): adjust
8258         (outerFont): new func...
8259         (realizeFont): ...moved out from here, changed this to facilitate
8260         transition
8261
8262         * paragraph.C (getFont): take outerfont as arg, adjust
8263         (simpleTeXOnePar): add outerfont arg, adjust
8264
8265         * buffer.C (simpleLinuxDocOnePar): adjust
8266         (simpleDocBookOnePar): adjust
8267
8268         * CutAndPaste.C (pasteSelection): adjust
8269
8270         * BufferView.C (getEncoding): adjust
8271
8272 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8273
8274         * text2.C (setCharFont): adjust
8275         (setCounter): adjust
8276
8277         * text.C (leftMargin): adjust
8278         (setHeightOfRow): adjust
8279
8280         * rowpainter.C (paintFirst): adjust
8281         (paintLast): adjust
8282
8283         * paragraph_pimpl.C (realizeFont): adjust
8284
8285         * paragraph.C (isFirstInSequence): move from here...
8286         * paragraph_funcs.C (isFirstInSequence): ...to here
8287
8288         * paragraph.C (outerHook): move from here...
8289         * paragraph_funcs.C (outerHook): ...to here
8290
8291         * paragraph.C (depthHook): move from here...
8292         * paragraph_funcs.C (depthHook): ...to here
8293
8294         * paragraph.C (getEndLabel): move from here...
8295         * paragraph_funcs.C (getEndLabel): ...to here
8296
8297         * text2.C (realizeFont): move from here...
8298         * paragraph_funcs.C (realizeFont): ...to here
8299
8300 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8301
8302         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8303
8304 2003-04-14  Angus Leeming  <leeming@lyx.org>
8305
8306         * LColor.[Ch]: scrap LColor mathcursor.
8307
8308 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8309
8310         * lyxlex.[Ch] (text): delete function
8311         * trans.C (Load): adjust
8312         * paragraph_funcs.C (readParToken): adjust
8313
8314 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8315
8316         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8317         vector<char> instead of a char[].
8318
8319         * lyxlex_pimpl.C (getString): adjust
8320         (next): adjust
8321         (lex): use getString
8322         (eatLine): adjust
8323         (nextToken): adjust
8324
8325         * lyxlex.C (text): use pimpl_->getString()
8326         (getBool): ditto
8327         (findToken): ditto
8328
8329 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8330
8331         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8332         (makeFontEntriesLayoutSpecific): temp var for par.size()
8333         (setLayout): temp var for ownerParagraphs().end()
8334         (fullRebreak): temp var for rows().end()
8335         (selectionAsString): temp var for boost::next(startpit), realize
8336         that the while really is a regular for loop.
8337         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8338         setCursor in one place.
8339         (setParagraph): temp vr for ownerParagraphs().end()
8340         (updateCounters): make the while loop a for loop
8341         (cutSelection): temp var for ownerParagraphs().end()
8342         (updateInset): make the do {} while() a regular for loop
8343         (getCursorX): use temp vars
8344         (setCurrentFont): use temp vars
8345         (getColumnNearX): use temp vars
8346
8347 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8348
8349         * text.C (transformChar): use temp var for getChar
8350         (computeBidiTables): use temp var for row->par()
8351         (fill): move temp vars for row->par() and pit->layout() earlier in
8352         the function.
8353         (labelFill): use temp var for row->par()
8354         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8355         asc and desc, realize that pit never changes and that firstpit is
8356         just a duplicate and not needed. Exchange rit->par() with pit in a
8357         lot of places.
8358         (breakAgain): use a temp var for boost::next(rit)
8359         (breakAgainOneRow): ditto
8360         (breakParagraph): use a temp var for rows().begin()
8361         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8362         (cursorRightOneWord): use temp var for cursor.par() and
8363         cursor.pos(), remove usage of tmpcursor.
8364         (cursorLeftOneWord): use temp var for cursor.par() and
8365         cursor.pos() only set cur at end of function.
8366
8367 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8368
8369         * text.C, text2.C: exchange all usage of Paragraph::next with
8370         boost::next(ParagraphList::iterator)
8371
8372         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8373
8374         * text2.C (cursorTop): simplify implementation
8375         (cursorBottom): ditto
8376         (setParagraph): use ParagraphList::iterator
8377         (setCurrentFont): adjust
8378         (getColumnNearX): adjust
8379         (cursorRight): adjust
8380         (cursorLeft): remove usage of Paragraph::previous
8381         (cursorUpParagraph): ditto
8382         (deleteEmptyParagraphMechanism): slight cleanup
8383
8384         * text.C (isBoundary): take a Paragraph const & instead of a
8385         pointer as arg.
8386         (addressBreakPoint): ditto
8387         (leftMargin): remove usage of Paragraph::previous.
8388         (setHeightOfRow): ditto
8389         (cursorLeftOneWord): ditto
8390         (selectNextWordToSpellcheck): ditto
8391         (Delete): ditto
8392         (backspace): ditto
8393         (breakParagraph): remove one usage of Paragraph::next
8394         (redoParagraph): ditto
8395         (acceptChange): ditto
8396         (insertChar): adjust
8397         (rowBreakPoint): adjust
8398
8399         * bufferview_funcs.C (toggleAndShow): adjust
8400
8401 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8402
8403         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8404         methods to access it.
8405         * lyxtext.h:
8406         * text.C: Added updateRowPositions to compute all row positions.
8407         Make top_y and getRowNearY() to use the cached y position
8408
8409 2003-04-11  John Levon  <levon@movementarian.org>
8410
8411         * text.C (rowBreakPoint): reintroduce the labelEnd
8412         checks, code copied from the row fill stuff. Deep voodoo.
8413
8414         * text.C (fill): add a comment and debugging for the
8415         next poor soul.
8416
8417 2003-04-11  John Levon  <levon@movementarian.org>
8418
8419         * text.C: make sure fullrow insets get wrapped to the next line,
8420         even when they're in a manual label
8421
8422 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8423
8424         * text2.C (insertParagraph): make it take ParagraphList::iterator
8425         as arg.
8426         (setLayout): make it return ParagraphList::iterator
8427         (redoParagraphs): ditto
8428         (setCounter): ditto
8429         (checkParagraph): ditto
8430
8431         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8432
8433         * text2.C: adjust several funcs.
8434         (realizeFont): take a ParagraphList::iterator as arg.
8435         (getLayoutFont): ditto
8436         (getLabelFont): ditto
8437         (setCharFont): ditto
8438
8439         * text.C: adjust several funcs.
8440
8441 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8442
8443         * text.C (selectNextWordToSpellcheck): don't accidentally
8444         skip insets
8445
8446 2003-04-10  John Levon  <levon@movementarian.org>
8447
8448         * ToolbarBackend.C (getIcon): special handling for
8449         LFUN_MATH_DELIM
8450
8451 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8452
8453         * text2.C (cursorRight): a getChar assert fixed
8454
8455 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8456
8457         * text2.C (getFont): change to take a ParagraphList::iterator
8458         instead of Paragraph*
8459         Adjust several functions.
8460
8461         * text.C (transformChar): change to take a ParagraphList::iterator
8462         instead of Paragraph*
8463         (singleWidth): ditto
8464         Adjust several functions.
8465
8466         * rowpainter.C: adjust several functions
8467         * rowpainter.h:store a ParagraphList::iterator and not a
8468         Paragraph&.
8469
8470
8471 2003-04-09  John Levon  <levon@movementarian.org>
8472
8473         * lyxfunc.C:
8474         * lfuns.h:
8475         * LyXAction.h:
8476         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8477         and the "help" bits as well
8478
8479 2003-04-09  John Levon  <levon@movementarian.org>
8480
8481         * ToolbarBackend.h:
8482         * ToolbarBackend.C: allow multiple toolbars
8483
8484 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8485
8486         * undo_funcs.C (setCursorParUndo): adjust
8487
8488         * text_funcs.C (transposeChars): adjust
8489
8490         * text3.C (gotoNextInset): adjust
8491         (dispatch): adjust
8492
8493         * text2.C (setLayout): adjust
8494         (changeDepth): adjust
8495         (setFont): adjust
8496         (redoParagraphs): adjust
8497         (selectionAsString): adjust
8498         (setParagraph): adjust
8499         (insertInset): adjust
8500         (cutSelection): adjust
8501         (copySelection): adjust
8502         (pasteSelection): adjust
8503         (insertStringAsLines): adjust
8504         (updateInset): adjust
8505         (setCursor): change to take a ParagraphList::iterator parameter
8506         (setCursorIntern): change to take a ParagraphList::iterator parameter
8507         (setCurrentFont): adjust
8508         (cursorLeft): adjust
8509         (cursorRight): adjust
8510         (deleteEmptyParagraphMechanism): adjust
8511
8512         * text.C (breakParagraph): adjust
8513         (insertChar): adjust
8514         (acceptChange): adjust
8515         (rejectChange): adjust
8516         (selectNextWordToSpellcheck): adjust
8517         (changeCase): adjust
8518         (Delete): adjust
8519         (backspace): adjust
8520
8521         * lyxfind.C (SearchForward): adjust
8522         (SearchBackward): adjust
8523         (nextChange): adjust
8524
8525         * lyxcursor.C (par): adjust
8526
8527         * lyxcursor.h: store a ParagraphList::iterator instead of a
8528         Paragraph*
8529
8530         * lyx_cb.C (getPossibleLabel): adjust
8531
8532         * bufferview_funcs.C (toggleAndShow): adjust
8533
8534         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8535         (dispatch): adjust
8536
8537         * BufferView.C (removeAutoInsets): adjust
8538         (lockedInsetStoreUndo): adjust
8539
8540 2003-04-09  John Levon  <levon@movementarian.org>
8541
8542         * ToolbarBackend.C: try icon without argument
8543         if with argument fails
8544
8545 2003-04-08  John Levon  <levon@movementarian.org>
8546
8547         * ToolbarBackend.h:
8548         * ToolbarBackend.C: add getIcon(), handle tooltip,
8549         and change from "Icon" to "Item".
8550
8551 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8552
8553         * BufferView.C (lockInset): another bad getchar crunched
8554
8555 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8556
8557         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8558         again)
8559
8560 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8561
8562         * lyxfind.C (searchForward, searchBackwards): bug 782
8563
8564 2003-04-07  John Levon  <levon@movementarian.org>
8565
8566         * paragraph.C: remove dead comment
8567
8568         * text.C: remove troublesome depth-fiddling code
8569         in leftMargin() and rightMargin() (bug 1017)
8570
8571         * text.C: fix breaking of rows in nested lists
8572         (bug 1004)
8573
8574         * text2.C (updateCounters): fix up depth values
8575         (bug 1013)
8576
8577 2003-04-07  John Levon  <levon@movementarian.org>
8578
8579         * BufferView_pimpl.C: clear message when doc finishes resizing,
8580         and after a mouse event
8581
8582         * lyxfunc.C: clear message after exiting inset
8583
8584 2003-04-07  John Levon  <levon@movementarian.org>
8585
8586         * bufferview_funcs.C: show math status not outside
8587         status in the statusbar
8588
8589 2003-04-07  John Levon  <levon@movementarian.org>
8590
8591         * lyxfunc.C: note status changed after a depth change
8592
8593 2003-04-04  Angus Leeming  <leeming@lyx.org>
8594
8595         * LaTeX.h: move AuxInfo operator==, != out of line.
8596         Remove LaTeX virtual destructor; nothing derives from it.
8597         Move operator()() out of public area and rename it startscript().
8598         Change protected for private.
8599
8600 2003-04-04  Angus Leeming  <leeming@lyx.org>
8601
8602         * lyxfunc.C:
8603         * text2.C: remove unneeded #includes.
8604
8605 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8606
8607         * text2.C (dEPM): fix the heigth of the next row
8608
8609 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8610
8611         * text.C: squashed an invalid getChar requester + some ws changes
8612
8613 2003-04-03  John Levon  <levon@movementarian.org>
8614
8615         * bufferview_funcs.h:
8616         * bufferview_funcs.C:
8617         * lyxfunc.C:
8618         * lyxtext.h:
8619         * text2.C: make getStatus work for the env depth lfuns
8620
8621 2003-04-03  John Levon  <levon@movementarian.org>
8622
8623         * bufferview_funcs.h:
8624         * bufferview_funcs.C:
8625         * lyxfunc.C:
8626         * lyxtext.h:
8627         * text2.C: parlistize decDepth(), by merging it with incDepth()
8628
8629 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8630
8631         * lyxrow.h: store a ParagraphList::iterator instead of a
8632         Paragraph* and adjust other class functions to suit.
8633
8634         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8635         above.
8636
8637 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8638
8639         * text2.C (setCursor): do not anchor to cursor row for the time being
8640
8641 2003-04-02  John Levon  <levon@movementarian.org>
8642
8643         * LyXAction.C:
8644         * lfuns.h:
8645         * lyx_main.C:
8646         * lyxtext.h:
8647         * text.C:
8648         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8649
8650 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8651
8652         * paragraph.h: make ParagraphList and ParagraphList::iterator
8653         friends of Paragraph.
8654
8655         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8656
8657         * ParagraphList.C: Use the private next_ and previous_ from
8658         Paragraph.
8659
8660 2003-04-01  John Levon  <levon@movementarian.org>
8661
8662         * ToolbarBackend.h:
8663         * ToolbarBackend.C:
8664         * Makefile.am: rename, remove defaults gunk
8665
8666         * MenuBackend.h:
8667         * MenuBackend.C: remove defaults gunk
8668
8669         * Languages.h:
8670         * Languages.C: remove defaults gunk
8671
8672         * lyx_main.h:
8673         * lyx_main.C: error out if files couldn't be found.
8674
8675 2003-04-02  John Levon  <levon@movementarian.org>
8676
8677         * text2.C: make incDepth() use parlist
8678
8679 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8680
8681         * undo_funcs.C (firstUndoParagraph): adjust
8682
8683         * text3.C (gotoInset): adjust
8684         (dispatch): adjust, and rewrite loop.
8685
8686         * text2.C (init): adjust, and rewrite loop.
8687         (redoParagraphs): adjust
8688         (updateInset): adjust, and rewrite loop.
8689         (deleteEmptyParagraphMechanism): adjust
8690
8691         * tabular.C (LyXTabular): adjust
8692         (SetMultiColumn): adjust
8693         (TeXRow): adjust
8694
8695         * lyxtext.[Ch] (ownerParagraph): delete function
8696         (ownerParagraphs): new function returns a ParagraphList.
8697
8698         * BufferView.C (removeAutoInsets): adjust
8699         (insertErrors): adjust
8700         (setCursorFromRow): adjust
8701
8702 2003-04-01  Angus Leeming  <leeming@lyx.org>
8703
8704         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8705         in the frontends.
8706
8707 2003-04-02  John Levon  <levon@movementarian.org>
8708
8709         * lyxtext.h:
8710         * text.C:
8711         * Makefile.am:
8712         * text_funcs.h:
8713         * text_funcs.C: make transposeChars a free function
8714
8715         * lyxrow_funcs.C: remove wrong comment
8716
8717 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8718
8719         * lyxtext.h: adjust
8720         * rowpainter.C: adjust
8721         * text.C: adjust
8722         * text2.C: adjust
8723         * text3.C: adjust
8724
8725         * lyxrow_funcs. [Ch]: new files
8726
8727         * lyxrow.[Ch]: remove next and previous pointers
8728         (next,previous): remove accessor functions
8729         (isParEnd): move to lyxrow_funcs
8730         (lastPos): move to lyxrow_funcs
8731         (nextRowIsAllInset): move to lyxrow_funcs
8732         (lastPrintablePos): move to lyxrow_funcs
8733         (numberOfSeparators): move to lyxrow_funcs
8734         (numberOfHfills): move to lyxrow_funcs
8735         (numberOfLabelHfills): move to lyxrow_funcs
8736         (hfillExpansion): move to lyxrow_funcs
8737
8738         * lyxfunc.C: adjust
8739
8740         * bufferview_funcs.C (toggleAndShow): adjust
8741
8742         * RowList.h: Remove class RowList from file leave just a
8743         std::list<Row>.
8744
8745         * RowList.C: delete file
8746
8747         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8748         and lyxrow_funcs.h
8749
8750 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8751
8752         * text3.C (cursorPrevious): adjust
8753         (cursorNext): adjust
8754         (dispatch): adjust
8755
8756         * text2.C (redoHeightOfParagraph): adjust
8757         (redoDrawingOfParagraph): adjust
8758         (setCursor): adjust
8759
8760         * text.C (breakParagraph): adjust
8761         (insertChar): adjust
8762         (backspace): adjust
8763
8764         * rowpainter.C (RowPainter): adjust
8765         (leftMargin): simplify and adjust
8766         (most rowpainter functions): adjust.
8767
8768         * rowpainter.h: store the row as RowList::iterator not as Row*
8769
8770         * lyxcursor.C (row): taka RowList::iterator as arg
8771         (irow): ditto
8772
8773         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8774         of Row*.
8775
8776 2003-04-01  Angus Leeming  <leeming@lyx.org>
8777
8778         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8779         stuff like bool Bool.
8780
8781 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8782
8783         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8784         rewrite a loop
8785
8786 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8787
8788         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8789         RowList::iterator.
8790
8791         * lyxtext.h (rows): drop one version and leve a const variant that
8792         returns a RowList::iterator.
8793
8794 2003-03-31  Angus Leeming  <leeming@lyx.org>
8795
8796         * text.C (fill): ensure that the signature is the same as that in the
8797         header file.
8798
8799 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8800
8801         * text2.C (redoParagraphs): adjust
8802         (updateCounters): adjust
8803         (checkParagraph): adjust
8804         (getColumnNearX): adjust and reformat a bit.
8805
8806         * text.C (top_y): adjust
8807         (workWidth): adjust
8808         (leftMargin): adjust
8809         (prepareToPrint): adjust
8810         (getRow): adjust
8811         (getRowNearY): adjust
8812
8813         * lyxtext.h: make rowlist_ mutable.
8814
8815         * RowList.h: add const_iterator
8816         * RowList.C: adjust for RowList::const_iterator.
8817
8818         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8819         adjust.
8820
8821 2003-03-31  John Levon  <levon@movementarian.org>
8822
8823         * lyxrc.h:
8824         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8825
8826         * lyx_main.C: set default fonts from using lyx_gui funcs
8827
8828         * exporter.C: pdf_mode moved from lyxrc
8829
8830         * lyx_cb.C:
8831         * lyxfunc.C: changes from above
8832
8833 2003-03-31  John Levon  <levon@movementarian.org>
8834
8835         * lyx_main.C: fix to the last fix
8836
8837 2003-03-31  John Levon  <levon@movementarian.org>
8838
8839         * bufferlist.C: "Load original" -> "Load Original"
8840
8841         * converter.C:
8842         * exporter.C:
8843         * importer.C:
8844         * lyx_main.C:
8845         * format.C: more Alert cleanups
8846
8847 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8848
8849         * text2.C (removeParagraph): make it take a RowList::iterator as
8850         arg, adjust.
8851         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8852         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8853
8854         * text.C (anchor_row): make it take a RowList::iterator as arg,
8855         adjust.
8856         (computeBidiTables): make it take a const reference to Row instead
8857         of Row pointer, adjust.
8858         (leftMargin): make it take a RowList::iterator as arg, adjust.
8859         (rowBreakPoint): adjust
8860         (breakAgainOneRow): make it take a RowList::iterator as arg,
8861         adjust.
8862         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8863
8864         * bufferview_funcs.C (toggleAndShow): adjust
8865
8866 2003-03-30  John Levon  <levon@movementarian.org>
8867
8868         * Makefile.am:
8869         * BoostFormat.h:
8870         * boost-inst.C: moved to support
8871
8872         * several files: changes as a result
8873
8874 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8875
8876         * text2.C (LyXText): adjust.
8877         (init): adjust
8878         (removeRow): make it take a RowList::iterator as arg, adjust.
8879         (fullRebreak): adjust
8880         (deleteEmptyParagraphMechanism): adjust
8881         (clearPaint): adjust
8882         (postPaint): adjust
8883
8884         * text.C (top_y): adjust
8885         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8886         (breakAgain): make it take a RowList::iterator as arg, adjust.
8887         (breakParagraph): adjust
8888         (insertChar): adjust
8889         (backspace): adjust
8890
8891         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8892         need_break_row, and refresh_row.
8893
8894         * text3.C (dispatch): adjust
8895
8896         * text2.C (checkParagraph): adjust
8897         (setCursor): adjust
8898         (setCursorFromCoordinates): adjust
8899
8900         * text.C (top_y): adjust
8901         (workWidth): adjust
8902         (getRow): make it return a RowList::iterator, adjust
8903         (getRowNearY): make it return a RowList::iterator, adjust
8904
8905         * text2.C (init): adjust
8906         (insertRow): remove function
8907         (insertParagraph): adjust
8908         (redoParagraphs): adjust
8909         (fullRebreak): adjust
8910         (updateCounters): adjust
8911
8912         * text.C (top_y): rewrite to use RowList iterators.
8913         (top_y): adjust
8914         (setHeightOfRow): rewrite to sue RowList iterators.
8915         (appendParagraph): adjust
8916         (breakAgain): adjust
8917         (breakAgainOneRow): adjust
8918         (breakParagraph): adjust
8919         (getRow): adjust
8920         (getRowNearY): adjust, and remove commented code.
8921
8922         * lyxtext.h (firstRow): delete function
8923         (lastRow): delete function
8924         (rows): new function (const and non-const versions.)
8925         (insertRow): delete function
8926
8927         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8928
8929 2003-03-29  John Levon  <levon@movementarian.org>
8930
8931         * BufferView_pimpl.C: always update scrollbar top
8932         because pasting text when we're anchored could mean we
8933         miss an update altogether
8934
8935 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8936
8937         * text2.C (init): use rowlist_.end() and not 0.
8938         (insertRow): change to take a RowList::iterator as arg, adjust
8939         for this.
8940         (insertParagraph): change to take a RowList::iterator as arg,
8941         adjust for this.
8942         (redoParagraphs): remove some debug msgs.
8943
8944         * text.C (appendParagraph): change to take a RowList::iterator
8945         arg, adjust for this.
8946         (breakAgain): add an assert
8947         (breakAgainOneRow): ditto
8948
8949 2003-03-29  John Levon  <levon@movementarian.org>
8950
8951         * text2.C: do not clear selection after inc/decDepth
8952         (bug 550)
8953
8954 2003-03-29  John Levon  <levon@movementarian.org>
8955
8956         * BufferView.C:
8957         * buffer.C: fix broken strerrors according to Lars
8958
8959 2003-03-29  John Levon  <levon@movementarian.org>
8960
8961         * converters.C: more Alert cleanups
8962
8963 2003-03-29  John Levon  <levon@movementarian.org>
8964
8965         * bufferview_funcs.C: remove pointless Alert
8966
8967         * buffer.C: fix confusing error message when
8968         a template is chmoded 000
8969
8970 2003-03-29  John Levon  <levon@movementarian.org>
8971
8972         * BufferView.C:
8973         * BufferView.h:
8974         * BufferView_pimpl.C: Alert fixes
8975
8976         * Makefile.am:
8977         * tabular.C:
8978         * tabular-old.C: remove unused table compat reading
8979
8980 2003-03-29  John Levon  <levon@movementarian.org>
8981
8982         * BufferView.C:
8983         * buffer.C:
8984         * lyx_cb.h:
8985         * lyx_cb.C: more Alert cleanups
8986
8987         * lyxfunc.C: don't allow chktex if not latex document
8988
8989 2003-03-29  John Levon  <levon@movementarian.org>
8990
8991         * lyx_cb.C:
8992         * BufferView.C:
8993         * buffer.C: warnings pushed down from support/,
8994         kill err_alert
8995
8996 2003-03-29  John Levon  <levon@movementarian.org>
8997
8998         * lyxfunc.C: safety check for C-r (revert)
8999
9000 2003-03-29  John Levon  <levon@movementarian.org>
9001
9002         * bufferlist.h:
9003         * bufferlist.C: several UI fixes using Alert::prompt.
9004         Fix the pointless looping quit code. Fix stupid revert
9005         behaviour (bug 938)
9006
9007         * lyxvc.h:
9008         * lyxvc.C:
9009         * lyx_cb.C: use Alert::prompt
9010
9011         * lyx_main.C: remove a silly question
9012
9013         * lyxfunc.C: remove a couple of silly questions,
9014         use Alert::prompt
9015
9016 2003-03-28  John Levon  <levon@movementarian.org>
9017
9018         * text2.C: fix bug 974 (End on empty par)
9019
9020 2003-03-28  John Levon  <levon@movementarian.org>
9021
9022         * BufferView_pimpl.C:
9023         * LyXAction.C:
9024         * lfuns.h: remove do-nothing math greek lfuns
9025
9026 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9027
9028         * lyxgluelength.h (isValidGlueLength): add default arg on
9029         parameter 2. Remove default arg from friend in class.
9030
9031         * lyxlength.h (isValidLength): add default arg on parameter 2.
9032         Remove default arg from friend in class.
9033
9034         * text2.C (LyXText): adjust, initialize refresh_row.
9035         (init): adjust
9036         (removeRow): adjust
9037         (insertRow): adjust
9038         (insertParagraph): adjst
9039         (redoParagraphs): adjust
9040         (fullRebreak): adjust
9041         (updateCounters): adjust
9042         (deleteEmptyParagraphMechanism): first attempt at fixing a
9043         crashing bug.
9044
9045         * text.C (top_y): adjust
9046         (setHeightOfRow): adjust
9047         (getRow): adjust
9048         (getRowNearY): adjust
9049
9050         * lyxtext.h: include RowList.h
9051         (~LyXText): not needed anymore, deleted.
9052         (firstRow): modify for RowList
9053         (lastRow): new function
9054         Delete firstrow and lastrow class variables, add a Rowlist
9055         rowlist_ class variable.
9056
9057         * lyxrow.C (lastPos): use empty() and not !size() to check if a
9058         paragraph is empty.
9059
9060         * RowList.C (insert): fix case where it == begin().
9061
9062 2003-03-26  Angus Leeming  <leeming@lyx.org>
9063
9064         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
9065         the thesaurus dialog.
9066
9067 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
9068
9069         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
9070
9071         * RowList.[Ch]: new files
9072
9073         * ParagraphList.C (erase): handle the case where it == begin
9074         correctly.
9075
9076 2003-03-25  John Levon  <levon@movementarian.org>
9077
9078         * Makefile.am:
9079         * aspell_local.h:
9080         * aspell.C: add new aspell support
9081
9082         * lyxrc.h:
9083         * lyxrc.C: Make use_pspell be use_spell_lib. Always
9084         have it accessible.
9085
9086 2003-03-25  Angus Leeming  <leeming@lyx.org>
9087
9088         * lfuns.h:
9089         * LyXAction.C (init): new LFUN_INSET_INSERT.
9090
9091         * BufferView_pimpl.C (dispatch): split out part of the
9092         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
9093
9094         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
9095         LFUN_INSET_APPLY.
9096
9097 2003-03-25  Angus Leeming  <leeming@lyx.org>
9098
9099         * lyxfunc.C (dispatch): changes to the Dialogs interface.
9100
9101 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
9102
9103         * text2.C:
9104         * text3.C: remove useless row->height(0)
9105
9106 2003-03-25  John Levon  <levon@movementarian.org>
9107
9108         * lyxtext.h:
9109         * text2.C:
9110         * text3.C: rename the refreshing stuff to better names
9111
9112 2003-03-24  John Levon  <levon@movementarian.org>
9113
9114         * BufferView_pimpl.h:
9115         * BufferView_pimpl.C: update layout choice on a mouse
9116         press/release
9117
9118 2003-03-23  John Levon  <levon@movementarian.org>
9119
9120         * Makefile.am: fix commandtags.h reference
9121
9122 2003-03-22  John Levon  <levon@movementarian.org>
9123
9124         * BufferView_pimpl.C:
9125         * lyxtext.h:
9126         * rowpainter.C:
9127         * rowpainter.h:
9128         * text.C:
9129         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
9130
9131 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
9132
9133         * lyxtext.h:
9134         * text.C: take the rtl methods out of line
9135
9136 2003-03-21 André Pönitz <poenitz@gmx.net>
9137
9138         * metricsinfo.[Ch]: new files containing structures to be passed around
9139         during the two-phase-drawing...
9140
9141 2003-03-21 André Pönitz <poenitz@gmx.net>
9142
9143         * lyxtextclass.C: read 'environment' tag.
9144
9145 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
9146
9147         * text2.C (removeRow): fix bug 964
9148
9149 2003-03-20  John Levon  <levon@movementarian.org>
9150
9151         * rowpainter.C:
9152         * text.C:
9153         * text2.C: paint cleanups. Inset::update() dropped font
9154         parameter
9155
9156 2003-03-19  John Levon  <levon@movementarian.org>
9157
9158         * lyxfunc.C: only fitcursor/markDirty if available()
9159
9160 2003-03-19  John Levon  <levon@movementarian.org>
9161
9162         * commandtags.h: rename to ...
9163
9164         * lfuns.h: ... this, and renumber / cleanup
9165
9166 2003-03-19  John Levon  <levon@movementarian.org>
9167
9168         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
9169         fit the cursor after an lfun
9170
9171         * BufferView.h:
9172         * BufferView.C:
9173         * BufferView_pimpl.h:
9174         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
9175
9176         * LyXAction.C: layout-character should have ReadOnly
9177
9178         * ParagraphParameters.C:
9179         * buffer.C:
9180         * bufferview_funcs.C:
9181         * lyx_cb.C:
9182         * lyxfind.C:
9183         * lyxtext.h:
9184         * text.C:
9185         * text2.C:
9186         * text3.C:
9187         * undo_funcs.C: changes from above
9188
9189 2003-03-18  John Levon  <levon@movementarian.org>
9190
9191         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9192         remove it from update()
9193
9194         * lyxfunc.C: update layout choice after an lfun
9195
9196         * text3.C: remove extra updateLayoutChoice()s
9197
9198 2003-03-18  John Levon  <levon@movementarian.org>
9199
9200         * text.C: top_y change means full repaint, fix
9201         a drawing bug with cursor movement
9202
9203 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9204
9205         * lyxtext.h:
9206         * text.C:
9207         * text2.C: anchor row on setCursor
9208
9209 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9210
9211         * lyxtext.h: remove almost all mutable keywords
9212         * text.C:
9213         * text2.C:
9214         * text3.C: remove const keywords accordingly
9215
9216 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9217
9218         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9219         anon namespace
9220         (TeXEnvironment): ditto
9221         (TeXOnePar): ditto
9222
9223 2003-03-17  John Levon  <levon@movementarian.org>
9224
9225         * text.C (rowBreakPoint): remove attempt to fix displayed
9226         math insets inside a manual label
9227
9228 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9229
9230         * lyxtext.h: remove BufferView* as first arg from almost all class
9231         functions.
9232         * other files: adjust.
9233
9234 2003-03-17  John Levon  <levon@movementarian.org>
9235
9236         * lyxtext.h:
9237         * undo_funcs.C:
9238         * text2.C: more paint cleanups
9239
9240         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9241
9242         * rowpainter.h:
9243         * rowpainter.C: remove "smart" background painting code
9244
9245 2003-03-16  John Levon  <levon@movementarian.org>
9246
9247         * lyxtext.h:
9248         * text.C:
9249         * text2.C:
9250         * text3.C: add helper functions for setting refresh_row/y
9251
9252 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9253
9254         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9255         newline inset which *can* get inserted in the pass_thru layouts.
9256         This is primarily for literate documents.
9257
9258 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9259
9260         * buffer.C: increment LYX_FORMAT to 223
9261
9262 2003-03-14 André Pönitz <poenitz@gmx.net>
9263
9264         * textclass.h: prepare for environment handling, ws changes
9265         * lyxlayout.C: read latexheader and latexfooter tags
9266
9267 2003-03-14  John Levon  <levon@movementarian.org>
9268
9269         * text2.C: rewrite ::status() a bit
9270
9271 2003-03-13  John Levon  <levon@movementarian.org>
9272
9273         * lyxtext.h: add some docs
9274
9275 2003-03-13  John Levon  <levon@movementarian.org>
9276
9277         * lyxtext.h:
9278         * text.C:
9279         * text2.C:
9280         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9281
9282 2003-03-13  John Levon  <levon@movementarian.org>
9283
9284         * text3.C: fix appendix redrawing
9285
9286 2003-03-13  John Levon  <levon@movementarian.org>
9287
9288         * text.C (setHeightOfRow):
9289         * rowpainter.h:
9290         * rowpainter.C: make appendix mark have the text
9291           "Appendix" so the user knows what it is
9292
9293         * LColor.h:
9294         * LColor.C: s/appendixline/appendix/ from above
9295
9296 2003-03-13  John Levon  <levon@movementarian.org>
9297
9298         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9299
9300         * text.C: fix a getChar(pos) bug properly
9301
9302 2003-03-13  Angus Leeming  <leeming@lyx.org>
9303
9304         * commandtags.h:
9305         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9306         Probably only temporary. Let's see how things pan out.
9307
9308         * BufferView.C (unlockInset):
9309         * BufferView_pimpl.C (fitCursor):
9310         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9311
9312         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9313         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9314
9315         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9316         new functions that convert ParagraphParameters to and from a string.
9317
9318         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9319         BufferView::Pimpl's dispatch.
9320         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9321
9322 2003-03-13 André Pönitz <poenitz@gmx.net>
9323
9324         * lyxfunc.C:
9325         * text3.C:
9326         * factory.C: make it aware of InsetEnv
9327
9328 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9329
9330         * text2.C (setCursor): never ask for one past last
9331         (setCursor): add some debugging messages.
9332
9333         * text.C (singleWidth): never ask for one past last
9334         (singleWidth): ditto
9335         (leftMargin): ditto
9336         (rightMargin): ditto
9337         (rowBreakPoint): ditto
9338         (setHeightOfRow): ditto
9339         (prepareToPrint): ditto
9340
9341         * rowpainter.C (paintBackground): never ask for one past last
9342         (paintText): never ask for one past last
9343
9344         * paragraph_pimpl.C (getChar): make the assert stricter, never
9345         allow the one past last pos to be taken
9346
9347         * paragraph.C (getChar): ws changes only
9348
9349         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9350         (numberOfSeparators): ditto
9351         (numberOfHfills): ditto
9352
9353 2003-03-12  John Levon  <levon@movementarian.org>
9354
9355         * author.h:
9356         * author.C:
9357         * bufferparams.h:
9358         * bufferparams.C:
9359         * paragraph_funcs.C: fix per-buffer authorlists
9360
9361 2003-03-12  John Levon  <levon@movementarian.org>
9362
9363         * text.C: fix newline in right address
9364
9365 2003-03-12  Angus Leeming  <leeming@lyx.org>
9366
9367         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9368         duplicate those in LyXFunc::dispatch.
9369
9370         * commandtags.h:
9371         * LyXAction.C:
9372         * ToolbarDefaults.C:
9373         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9374         Add LFUN_FONTFREE_UPDATE.
9375
9376         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9377         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9378
9379         * bufferview_func.[Ch]: several new functions to facilliate
9380         transfer of data to and from the character dialog.
9381
9382 2003-03-12  John Levon  <levon@movementarian.org>
9383
9384         * buffer.C:
9385         * paragraph.h:
9386         * paragraph.C:
9387         * paragraph_funcs.C:
9388         * paragraph_pimpl.C:
9389         * sgml.C:
9390         * tabular.C:
9391         * text.C:
9392         * text3.C: remove META_NEWLINE in favour of an inset
9393
9394         * rowpainter.h:
9395         * rowpainter.C: remove paintNewline (done by inset)
9396
9397 2003-03-12  John Levon  <levon@movementarian.org>
9398
9399         * paragraph_pimpl.C: complain about bad getChar()s
9400         for a while at least
9401
9402 2003-03-12  John Levon  <levon@movementarian.org>
9403
9404         * buffer.h:
9405         * buffer.C: move paragraph read into a separate function,
9406         a little renaming to reflect that.
9407
9408         * bufferparams.h:
9409         * bufferparams.C: remove the author_ids map, not necessary now
9410
9411         * factory.h:
9412         * factory.C: moved Buffer::readInset to here
9413
9414         * paragraph_funcs.h:
9415         * paragraph_funcs.C: readParagraph free function moved from
9416         buffer.C
9417
9418         * tabular.C: name change
9419
9420 2003-03-12  John Levon  <levon@movementarian.org>
9421
9422         * buffer.C:
9423         * ParagraphParameters.C: move par params input to
9424         a read() method
9425
9426         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9427         behave like a normal read from the stream wrt reading
9428         a line vs. a \\token
9429
9430 2003-03-12  John Levon  <levon@movementarian.org>
9431
9432         * paragraph.C:
9433         * ParagraphParameters.h:
9434         * ParagraphParameters.C: move output code to a
9435         ::write() method
9436
9437 2003-03-12  John Levon  <levon@movementarian.org>
9438
9439         * BufferView.C (insertLyXFile):
9440         * buffer.h:
9441         * buffer.C:
9442         * tabular.C: use a parlist iterator for creating the
9443           document.
9444
9445 2003-03-12  John Levon  <levon@movementarian.org>
9446
9447         * buffer.C: make current_change static local not
9448           static file-scope
9449
9450 2003-03-12  John Levon  <levon@movementarian.org>
9451
9452         * buffer.C: fix insertStringAsLines for change tracking
9453
9454 2003-03-12  John Levon  <levon@movementarian.org>
9455
9456         * BufferView.C:
9457         * tabular.C:
9458         * buffer.h:
9459         * buffer.C:
9460         * bufferparams.h:
9461         * bufferparams.C: move author list into params. Rename some
9462           functions. Move the header reading into a separate token
9463           loop. Move the header token reading into BufferParams.
9464
9465 2003-03-12  John Levon  <levon@movementarian.org>
9466
9467         * changes.C: put debug inside lyxerr.debugging() checks
9468
9469 2003-03-11 André Pönitz <poenitz@gmx.net>
9470
9471         * factory.C: make it aware of InsetHFill
9472
9473 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9474
9475         * buffer.C (latexParagraphs): move function from here...
9476         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9477         args.
9478
9479 2003-03-10  Angus Leeming  <leeming@lyx.org>
9480
9481         * LyXAction.C (init): fix bug in poplating array with multiple entries
9482         with the same LFUN (spotted by JMarc).
9483
9484 2003-03-10  John Levon  <levon@movementarian.org>
9485
9486         * text.C:
9487         * text2.C: move getColumnNearX() near its
9488         only call site
9489
9490 2003-03-10  John Levon  <levon@movementarian.org>
9491
9492         * text.C: fix break before a minipage
9493
9494 2003-03-10  John Levon  <levon@movementarian.org>
9495
9496         * text.C: fix the last commit
9497
9498 2003-03-09  John Levon  <levon@movementarian.org>
9499
9500         * lyxtext.h:
9501         * text.C:
9502         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9503         bug 365 (don't break before insets unless needed). Don't
9504         return a value > last under any circumstances.
9505
9506 2003-03-09  Angus Leeming  <leeming@lyx.org>
9507
9508         * BufferView_pimpl.C (trackChanges, dispatch): call
9509         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9510
9511 2003-03-09  Angus Leeming  <leeming@lyx.org>
9512
9513         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9514         than Dialogs::showAboutlyx().
9515
9516 2003-03-09  Angus Leeming  <leeming@lyx.org>
9517
9518         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9519         than Dialogs::showTabularCreate().
9520
9521 2003-03-09  John Levon  <levon@movementarian.org>
9522
9523         * lyxtext.h:
9524         * text.C:
9525         * text2.C: 3rd arg to nextBreakPoint was always the same.
9526           Use references.
9527
9528 2003-03-08  John Levon  <levon@movementarian.org>
9529
9530         * lyxrow.C:
9531         * paragraph.C:
9532         * paragraph.h:
9533         * rowpainter.C:
9534         * text.C:
9535         * text2.C: Remove the "main" bit from the "main body"
9536           notion.
9537
9538 2003-03-08  John Levon  <levon@movementarian.org>
9539
9540         * text.C (leftMargin): The left margin of an empty
9541         manual label paragraph should not include the label width
9542         string length.
9543
9544         * text.C (prepareToPrint): don't attempt to measure hfills
9545         for empty manual label paragraphs - the answer should be 0
9546
9547 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9548
9549         * CutAndPaste.C: remove commented code and reindent.
9550
9551 2003-03-08  John Levon  <levon@movementarian.org>
9552
9553         * lyxfunc.h:
9554         * lyxfunc.C: move reloadBuffer()
9555
9556         * BufferView.h:
9557         * BufferView.C: to here
9558
9559         * lyxvc.C: add comment
9560
9561         * vc-backend.h:
9562         * vc-backend.C: call bv->reload() to avoid
9563           getStatus() check on MENURELOAD
9564
9565 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9566
9567         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9568         to an old format .dep file.
9569
9570 2003-03-07  Angus Leeming  <leeming@lyx.org>
9571
9572         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9573         when the LFUN_MOUSE_RELEASE should have been handled by
9574         inset->localDispatch.
9575
9576 2003-03-07  Angus Leeming  <leeming@lyx.org>
9577
9578         * BufferView_pimpl.C (dispatch):
9579         * LyXAction.C (init):
9580         * ToolbarDefaults.C (init):
9581         * commandtags.h:
9582         * lyxfunc.C (getStatus):
9583         remove LFUN_INSET_GRAPHICS.
9584
9585         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9586
9587 2003-03-07  Angus Leeming  <leeming@lyx.org>
9588
9589         * commandtags.h:
9590         * LyXAction.C (init):
9591         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9592
9593         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9594
9595         * commandtags.h:
9596         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9597
9598         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9599         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9600
9601 2003-03-07  Angus Leeming  <leeming@lyx.org>
9602
9603         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9604         remove "ert".
9605
9606 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9607
9608         * ParagraphList.C (front): new function
9609         (back): implement
9610
9611 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9612
9613         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9614         and top_row_offset_. removed var first_y.
9615         * text.C (top_y):
9616         * text2.C (LyXText, removeRow):
9617         * text3.C:
9618         * BufferView_pimpl.C:
9619         use these methods instead of using first_y
9620
9621 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9622
9623         * text2.C (pasteSelection): adjust for checkPastePossible
9624
9625         * CutAndPaste.C: remove Paragraph * buf and replace with
9626         ParagraphList paragraphs.
9627         (DeleteBuffer): delete
9628         (cutSelection): change the tc type to textclass_type
9629         (copySelection): change the tc type to textclass_type
9630         (copySelection): adjust for ParagraphList
9631         (pasteSelection): change the tc type to textclass_type
9632         (pasteSelection): adjust for Paragraphlist
9633         (nrOfParagraphs): simplify for ParagraphList
9634         (checkPastePossible): simplify for ParagraphList
9635         (checkPastePossible): remove unused arg
9636
9637         * ParagraphList.C (insert): handle the case where there are no
9638         paragraphs yet.
9639
9640         * CutAndPaste.h: make CutAndPaste a namespace.
9641
9642         * text3.C (dispatch): adjust
9643
9644         * text.C (breakParagraph): add a ParagraphList as arg
9645
9646         * paragraph_funcs.C (breakParagraph): change to take a
9647         BufferParams and a ParagraphList as args.
9648         (breakParagraphConservative): ditto
9649         (mergeParagraph): ditto
9650         (TeXDeeper): add a ParagraphList arg
9651         (TeXEnvironment): ditto
9652         (TeXOnePar): ditto
9653
9654         * buffer.C (readLyXformat2): adjust
9655         (insertStringAsLines): adjust
9656         (latexParagraphs): adjust
9657
9658         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9659         (cutSelection): adjust
9660         (pasteSelection): adjust
9661
9662         * BufferView_pimpl.C (insertInset): adjust
9663
9664 2003-03-05  Angus Leeming  <leeming@lyx.org>
9665
9666         * commandtags.h:
9667         * LyXAction.C (init):
9668         * BufferView_pimpl.C (dispatch):
9669         * lyxfunc.C (getStatus):
9670         remove LFUN_CHILD_INSERT.
9671
9672         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9673
9674 2003-03-05  Angus Leeming  <leeming@lyx.org>
9675
9676         * commandtags.h:
9677         * LyXAction.C (init):
9678         * src/factory.C (createInset):
9679         * lyxfunc.C (getStatus):
9680         * text3.C (dispatch):
9681         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9682
9683         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9684
9685 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9686
9687         * ParagraphList.C (insert): handle insert right before end()
9688         (erase): fix cases where it can be first or last paragraph.
9689
9690 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9691
9692         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9693         Paragraph::next and Paragraph::previous
9694         (TeXOnePar): ditto
9695
9696         * text.C (breakParagraph): adjust
9697
9698         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9699         BufferParams& as arg.
9700         (breakParagraph): use ParagraphList::insert
9701         (breakParagraphConservative): take a Buffer* instead of a
9702         BufferParams& as arg.
9703         (breakParagraphConservative): use ParagraphList::insert.
9704
9705         * buffer.C (insertStringAsLines): un-const it
9706         (insertStringAsLines): adjust
9707
9708         * ParagraphList.C (insert): new function
9709
9710         * CutAndPaste.C (pasteSelection): adjust
9711
9712         * text.C (backspace): adjust
9713
9714         * tabular.C (SetMultiColumn): adjust
9715
9716         * CutAndPaste.C (cutSelection): adjust
9717         (pasteSelection): adjust
9718
9719         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9720         Buffer const * as arg
9721
9722         * ParagraphList.C (erase): new function
9723         * paragraph_funcs.C (mergeParagraph): use it
9724         (mergeParagraph): make it take a Buffer* instead of a
9725         BufferParams* as arg
9726
9727         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9728         as arg
9729         (breakParagraphConservative): ditto
9730
9731         * paragraph.h: remove the breakParagraph friend
9732
9733         * paragraph.C (eraseIntern): new function
9734         (setChange): new function
9735
9736         * paragraph_funcs.C (mergeParagraph): make it take a
9737         ParagraphList::iterator instead of a Paragraph *, adjust
9738         accordingly.
9739
9740         * paragraph.h: move an #endif so that the change tracking stuff
9741         also works in the NO_NEXT case.
9742
9743 2003-03-04  Angus Leeming  <leeming@lyx.org>
9744
9745         * commandtags.h:
9746         * LyXAction.C: new LFUN_INSET_MODIFY.
9747
9748         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9749         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9750
9751 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9752
9753         * several files: ws changes only
9754
9755         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9756         (TeXEnvironment): ditto
9757         (TeXDeeper): ditto
9758
9759         * buffer.C (makeLaTeXFile): adjust
9760         (latexParagraphs): make it take ParagraphList::iterator as args
9761
9762 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9763
9764         * buffer.C (latexParagraphs): adjust
9765
9766         * paragraph.C (TeXOnePar): move function...
9767         (optArgInset): move function...
9768         (TeXEnvironment): move function...
9769         * paragraph_pimpl.C (TeXDeeper): move function...
9770         * paragraph_funcs.C: ...here
9771
9772         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9773
9774 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9775
9776         * buffer.C (readInset): remove compability code for old Figure and
9777         InsetInfo insets
9778
9779 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9780
9781         * buffer.C: ws changes
9782         (readInset):
9783
9784         * BufferView_pimpl.C: ditto
9785         * author.C: ditto
9786         * buffer.h: ditto
9787         * bufferlist.h: ditto
9788         * changes.h: ditto
9789         * lyxfunc.C: ditto
9790
9791 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9792
9793         * converter.[Ch]: split into itself +
9794         * graph.[Ch]
9795         * format.[Ch]
9796         * Makefile.am: += graph.[Ch] + format.[Ch]
9797         * MenuBackend.C
9798         * buffer.C
9799         * exporter.C
9800         * importer.C
9801         * lyx_main.C
9802         * lyxfunc.C
9803         * lyxrc.C: added #include "format.h"
9804
9805 2003-02-27  Angus Leeming  <leeming@lyx.org>
9806
9807         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9808           a label.
9809
9810         * factory.C (createInset): add "label" to the factory.
9811
9812         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9813           string and do no more.
9814
9815 2003-02-27  Angus Leeming  <leeming@lyx.org>
9816
9817         * commandtags.h:
9818         * LyXAction.C (init):
9819         * factory.C (createInset):
9820         * BufferView_pimpl.C (dispatch):
9821           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9822
9823         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9824
9825         * lyxfunc.C (dispatch):
9826         * text3.C (dispatch): pass name to params2string.
9827
9828 2003-02-26  Angus Leeming  <leeming@lyx.org>
9829
9830         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9831           blocks together.
9832           Rearrange the ~includes. Strip out the unnecessary ones.
9833
9834         * factory.C (createInset): reformat.
9835           create new insets for the various LFUN_XYZ_APPLY lfuns.
9836
9837 2003-02-26  John Levon  <levon@movementarian.org>
9838
9839         * lyxrow.h:
9840         * lyxrow.C: add isParStart,isParEnd helpers
9841
9842         * paragraph.h: make isInserted/DeletedText take refs
9843
9844         * paragraph_funcs.h:
9845         * paragraph_funcs.C: remove #if 0'd code
9846
9847         * lyxtext.h:
9848         * text3.C:
9849         * text2.C:
9850         * text.C: use lyxrow helpers above.
9851           Move draw and paint routines to RowPainter.
9852           Make several methods use refs not pointers.
9853           Make backgroundColor() const.
9854           Add markChangeInDraw(), isInInset().
9855           Merge changeRegionCase into changeCase.
9856           Make workWidth() shouldn't-happen code into an Assert.
9857
9858         * rowpainter.h:
9859         * rowpainter.C: new class for painting a row.
9860
9861         * vspace.h:
9862         * vspace.C: make inPixels take a ref
9863
9864 2003-02-26  Angus Leeming  <leeming@lyx.org>
9865
9866         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9867         LFUN_REF_APPLY.
9868
9869 2003-02-25  John Levon  <levon@movementarian.org>
9870
9871         * ispell.C: give the forked command a more accurate name
9872
9873 2003-02-22  John Levon  <levon@movementarian.org>
9874
9875         * toc.h:
9876         * toc.C: make TocItem store an id not a Paragraph *
9877           (bug #913)
9878
9879 2003-02-21  Angus Leeming  <leeming@lyx.org>
9880
9881         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9882           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9883           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9884           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9885           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9886           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9887
9888         * BufferView_pimpl.C (dispatch):
9889         * LyXAction.C (init):
9890         * factory.C (createInset):
9891         * lyxfunc.C (getStatus, dispatch):
9892         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9893
9894 2003-02-21  Angus Leeming  <leeming@lyx.org>
9895
9896         * BufferView_pimpl.C (MenuInsertLyXFile):
9897         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9898         * lyxfunc.C (menuNew, open, doImport):
9899           no longer pass a LyXView & to fileDlg.
9900
9901 2003-02-21  Angus Leeming  <leeming@lyx.org>
9902
9903         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9904         * LyXAction.C: change, BIBKEY to BIBITEM.
9905         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9906         Change InsetBibKey to InsetBibitem.
9907         Change BIBKEY_CODE to BIBITEM_CODE.
9908         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9909         * factory.C: replace insetbib.h with insetbibitem.h.
9910         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9911         * paragraph.C: replace insetbib.h with insetbibitem.h.
9912         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9913         Change bibkey() to bibitem().
9914         * text.C: remove insetbib.h.
9915         * text2.C: replace insetbib.h with insetbibitem.h.
9916         change bibkey() to bibitem().
9917         * text3.C: remove insetbib.h.
9918         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9919
9920 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9921
9922         * lyxrc.C (output): enclose user email in quotes (in case there are
9923         several words)
9924
9925 2003-02-18  John Levon  <levon@movementarian.org>
9926
9927         * buffer.h: add std::
9928
9929 2003-02-17  John Levon  <levon@movementarian.org>
9930
9931         * SpellBase.h:
9932         * ispell.h:
9933         * ispell.C:
9934         * pspell.h:
9935         * pspell.C: reworking. Especially in ispell, a large
9936           number of clean ups and bug fixes.
9937
9938         * lyxfunc.C: fix revert to behave sensibly
9939
9940 2003-02-17 André Pönitz <poenitz@gmx.net>
9941
9942         * LyXAction.C:
9943         * commandtags.h: new LFUN_INSERT_BIBKEY
9944
9945         * layout.h:
9946         * lyxlayout.C:
9947         * buffer.C:
9948         * factory.C:
9949         * text.C:
9950         * text2.C:
9951         * text3.C:
9952         * paragraph.[Ch]:
9953         * paragraph_func.C: remove special bibkey handling
9954
9955 2003-02-17  John Levon  <levon@movementarian.org>
9956
9957         * text.C (Delete): fix case where delete at the end of
9958           the very first paragraph would not merge the pars
9959
9960 2003-02-17  John Levon  <levon@movementarian.org>
9961
9962         * lyxrow.C: fix lastPrintablePos()
9963
9964 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9965
9966         * bufferparams.C (writeLaTeX): add a std:here
9967
9968         * buffer.C: and remove a using directive there
9969
9970 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9971
9972         * buffer.C (makeLaTeXFile): move the code that generates the
9973           preamble...
9974
9975         * bufferparams.C (writeLaTeX): ... in this new method
9976
9977         * LaTeXFeatures.C (getEncodingSet): make const
9978           (getLanguages): make const
9979
9980         * MenuBackend.C (binding): returns the binding associated to this
9981           action
9982           (add): sets the status of each item by calling getStatus. Adds
9983           some intelligence.
9984           (read): add support for OptSubMenu
9985           (expand): remove extra separator at the end of expanded menu
9986
9987 2003-02-15  John Levon  <levon@movementarian.org>
9988
9989         * BufferView.C:
9990         * BufferView_pimpl.C:
9991         * bufferlist.h:
9992         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9993           inset code that had no actual effect. Remove unneeded status
9994           code.
9995
9996 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9997
9998         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9999           in preamble
10000
10001 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
10002
10003         * text.C (drawLengthMarker): also draw an arrow marker for
10004           symbolic lengths (medskip...)
10005
10006 2003-02-14  John Levon  <levon@movementarian.org>
10007
10008         * tabular.h:
10009         * tabular.C: better method names
10010
10011 2003-02-14  John Levon  <levon@movementarian.org>
10012
10013         * BufferView_pimpl.C:
10014         * bufferlist.C:
10015         * buffer.C:
10016         * converter.C:
10017         * lyx_cb.C:
10018         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
10019           it's a more accurate name. Remove some pointless uses.
10020
10021 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10022
10023         * text2.C (LyXText): change order of initilizers to shut off
10024           warnings
10025
10026 2003-02-14  John Levon  <levon@movementarian.org>
10027
10028         * buffer.C: use ParIterator for getParFromID()
10029
10030         * paragraph.h:
10031         * paragraph.C:
10032         * paragraph_pimpl.h:
10033         * paragraph_pimpl.C: remove unused getParFromID()
10034
10035 2003-02-14  John Levon  <levon@movementarian.org>
10036
10037         * buffer.C: remove some very old #if 0'd parse code
10038
10039 2003-02-13  John Levon  <levon@movementarian.org>
10040
10041         * text.h:
10042         * text.C:
10043         * text2.C: move hfillExpansion(), numberOfSeparators(),
10044           rowLast(), rowLastPrintable(), numberofHfills(),
10045           numberOfLabelHfills() ...
10046
10047         * lyxrow.h:
10048         * lyxrow.C: ... to member functions here.
10049
10050         * paragraph.h:
10051         * paragraph.C:
10052         * lyxtext.h:
10053         * text.C: remove LyXText::beginningOfMainBody(), and call
10054           p->beginningOfMainBody() directly. Move the check for
10055           LABEL_MANUAL into the latter.
10056
10057         * text.h:
10058         * text.C:
10059         * text2.C:
10060         * vspace.C:
10061         * BufferView.h:
10062         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
10063
10064         * text.h:
10065         * text.C:
10066         * text2.C:
10067         * text3.C:
10068         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
10069           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
10070
10071 2003-02-13  John Levon  <levon@movementarian.org>
10072
10073         * CutAndPaste.C: remove debug
10074
10075 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10076
10077         * paragraph.C (asString): remove two unused variables
10078
10079         * lyxtextclass.C (readTitleType):
10080           (Read):
10081           (LyXTextClass): handle new members titletype_ and titlename_
10082
10083         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
10084
10085 2003-02-09  John Levon  <levon@movementarian.org>
10086
10087         * buffer.h:
10088         * buffer.C: replace hand-coded list with a map for the dep clean
10089
10090 2003-02-08  John Levon  <levon@movementarian.org>
10091
10092         * LaTeX.C: consolidate code into showRunMessage() helper
10093
10094 2003-02-08  John Levon  <levon@movementarian.org>
10095
10096         * lyxfind.C:
10097         * lyxtext.h:
10098         * text2.C:
10099         * BufferView.C: change setSelectionOverString() to setSelectionRange()
10100           and pass the size in explicitly
10101
10102         * BufferView_pimpl.h:
10103         * BufferView_pimpl.C:
10104         * BufferView.h:
10105         * BufferView.C: add getCurrentChange()
10106
10107         * BufferView_pimpl.h:
10108         * BufferView_pimpl.C: handle change lfuns
10109
10110         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
10111           for changes. Mark pasted paragraphs as new.
10112
10113         * support/lyxtime.h:
10114         * support/lyxtime.C:
10115         * DepTable.C: abstract time_t as lyx::time_type
10116
10117         * LColor.h:
10118         * LColor.C: add colours for new text, deleted text, changebars
10119
10120         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
10121           package use "usenames" option.
10122
10123         * commandtags.h:
10124         * lyxfunc.C:
10125         * LyXAction.C: add change lfuns
10126
10127         * Makefile.am:
10128         * author.h:
10129         * author.C: author handling
10130
10131         * buffer.h:
10132         * buffer.C: add a per-buffer author list, with first entry as
10133           current author. Handle new .lyx tokens for change tracking. Output
10134           author list to .lyx file. Output dvipost stuff to .tex preamble.
10135           Bump lyx format to 222.
10136
10137         * bufferlist.h:
10138         * bufferlist.C: add setCurrentAuthor() to reset current author details
10139           in all buffers.
10140
10141         * bufferparams.h:
10142         * bufferparams.C: add param for tracking
10143
10144         * bufferview_funcs.C: output change info in minibuffer
10145
10146         * Makefile.am:
10147         * changes.h:
10148         * changes.C: add change-tracking structure
10149
10150         * debug.h:
10151         * debug.C: add CHANGES debug flag
10152
10153         * lyxfind.h:
10154         * lyxfind.C: add code for finding the next change piece
10155
10156         * lyxrc.h:
10157         * lyxrc.C: add user_name and user_email
10158
10159         * lyxrow.h:
10160         * lyxrow.C: add a metric for the top of the text line
10161
10162         * lyxtext.h:
10163         * text.C: implement accept/rejectChange()
10164
10165         * lyxtext.h:
10166         * text.C: paint changebars. Paint new/deleted text in the chosen
10167         colours. Strike through deleted text.
10168
10169         * paragraph.h:
10170         * paragraph.C:
10171         * paragraph_pimpl.h:
10172         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
10173           in the current change to the insert functions. Rework erase to
10174           mark text as deleted, adding an eraseIntern() and a range-based
10175           erase(). Implement per-paragraph change lookup and
10176           accept/reject.
10177
10178         * paragraph_funcs.C: Fixup paste for change tracking.
10179
10180         * tabular.C: mark added row/columns as new.
10181
10182         * text.C: fix rowLast() to never return -1. Don't allow
10183           spellchecking of deleted text. Track transpose changes. Don't
10184           allow paragraph break or merge where appropriate.
10185
10186         * text2.C: leave cursor at end of selection after a cut.
10187
10188 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10189
10190         * text.C (getLengthMarkerHeight):
10191         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10192         visible on screen too.
10193
10194 2003-02-07  John Levon  <levon@movementarian.org>
10195
10196         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10197
10198 2003-02-05  Angus Leeming  <leeming@lyx.org>
10199
10200         * lyxserver.C (read_ready): revert my patch of 11 September last year
10201         as it sends PC cpu through the roof. Presumably this means that
10202         the lyxserver will no longer run on an Alpha...
10203
10204 2003-01-30  Angus Leeming  <leeming@lyx.org>
10205
10206         * factory.C (createInset): create an InsetCommandParam of type "index"
10207         and use it to 'do the right thing'.
10208
10209         * text2.C (getStringToIndex): ensure that cursor position is always
10210         reset to the reset_cursor position.
10211
10212 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10213
10214         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10215         disabled.
10216
10217 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10218
10219         * bufferview.C:
10220         * lyxcb.C:
10221         * lyxfunc.C: Output messages with identical spelling, punctuation,
10222         and spaces
10223
10224 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10225
10226         * MenuBackend.C (expandFormats): List only viewable export formats
10227         in "View" menu
10228
10229         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10230         message
10231
10232         * lyxfunc.C (getStatus): Make sure that formats other than
10233         "fax" can also be disabled
10234
10235 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10236
10237         * text3.C (dispatch): put the lfuns that insert insets in 3
10238         groups, and call doInsertInset with appropriate arguments.
10239         (doInsertInset): new function, that creates an inset and inserts
10240         it according to some boolean parameters.
10241
10242 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10243
10244         * buffer.C (readFile): remember to pass on 'par' when calling
10245         readFile recursively.
10246
10247 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10248
10249         * MenuBackend.C (expandFormats): add "..." to import formats.
10250
10251 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10252
10253         * paragraph.C (asString): Remove XForms RTL hacks.
10254
10255 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10256         * buffer.C: fix typo
10257
10258 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10259
10260         * Makefile.am (LIBS): delete var
10261         (lyx_LDADD): add @LIBS@ here instead.
10262
10263 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10264
10265         * Clarify the meaning of "wheel mouse jump"
10266
10267 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10268
10269         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10270         tabular in a float
10271
10272 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10273
10274         * importer.C (Loaders): do not preallocate 3 elements in the
10275         vector, since one ends up with 6 elements otherwise
10276
10277 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10278
10279         * DepTable.C (write): write the file name as last element of the
10280         .dep file (because it may contain spaces)
10281         (read): read info in the right order
10282
10283 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10284
10285         * paragraph_pimpl.C (simpleTeXBlanks):
10286         (simpleTeXSpecialChars):
10287         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10288
10289         * tabular.C (latex): add some missing case statements. Reindent.
10290
10291         * MenuBackend.C (expandToc): remove unused variable.
10292
10293 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10294
10295         * LColor.C:
10296         * LaTeX.C:
10297         * LyXAction.C:
10298         * MenuBackend.C:
10299         * buffer.C:
10300         * exporter.C:
10301         * lyxfunc.C:
10302         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10303         and the like.
10304
10305 2003-01-05  John Levon  <levon@movementarian.org>
10306
10307         * BufferView.h:
10308         * BufferView.C: add getEncoding()
10309
10310         * kbsequence.h:
10311         * kbsequence.C: do not store last keypress
10312
10313         * lyxfunc.h:
10314         * lyxfunc.C: store last keypress here instead. Pass encoding
10315           to getISOEncoded()
10316
10317 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10318
10319         * lyx_main.C (init): remove annoying error message when following
10320         symbolic links (bug #780)
10321
10322 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10323
10324         * text.C (insertChar):
10325         * lyxrc.C (getDescription): remove extra spaces
10326
10327 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10328
10329         * lyxrc.C (getDescription): remove extra spaces
10330
10331 2002-12-20  John Levon  <levon@movementarian.org>
10332
10333         * text3.C: hack fix for page up/down across tall rows
10334
10335 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10336
10337         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10338         not been invoked
10339
10340 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10341
10342         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10343         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10344         thesaurus is not compiled in
10345
10346 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10347
10348         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10349
10350 2002-12-16  Angus Leeming  <leeming@lyx.org>
10351
10352         * lyxrc.[Ch]:
10353         * lyx_main.C (init): remove override_x_deadkeys stuff.
10354
10355 2002-12-12  John Levon  <levon@movementarian.org>
10356
10357         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10358           insert. Only remove shift modifier under strict
10359           circumstances.
10360
10361 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10362
10363         * MenuBackend.C (expandToc): fix crash.
10364
10365 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10366
10367         * MenuBackend.C (expandToc): gettext on float names.
10368
10369 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10370
10371         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10372         implement bool empty() [bug 490]
10373
10374 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10375
10376         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10377
10378 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10379
10380         * several files: ws changes
10381
10382 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10383
10384         * text2.C (setCounter): clean up a bit, use boost.format.
10385         (updateCounters): initialize par upon declaration.
10386
10387         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10388         if the layout exists. We do not just store the layout any more.
10389         (SwitchLayoutsBetweenClasses): use boost.format
10390
10391 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10392
10393         * converter.C (convert): if from and to files are the same, use a
10394         temporary files as intermediary
10395
10396 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10397
10398         * commandtags.h:
10399         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10400
10401 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10402
10403         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10404
10405 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10406
10407         * tabular.C (asciiPrintCell): use string(size, char) instead of
10408         explicit loop.
10409
10410         * sgml.C (openTag): fix order of arguments to string constructor
10411         (closeTag): ditto
10412
10413         * lyxfunc.C (dispatch): use boost.format
10414
10415         * lots of files: change "c" -> 'c'
10416
10417 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10418
10419         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10420
10421 2002-11-25  Angus Leeming  <leeming@lyx.org>
10422
10423         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10424
10425         * lyx_main.C (init): compile fix.
10426
10427 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10428
10429         * lyx_cb.C (start): boost.formatify
10430         do not include <iostream>
10431
10432         * lengthcommon.C: ws only
10433
10434         * boost-inst.C,BoostFormat.h: add more explict instantations
10435
10436 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10437
10438         * lots of files: handle USE_BOOST_FORMAT
10439
10440 2002-11-21  John Levon  <levon@movementarian.org>
10441
10442         * pspell.C: fix compile
10443
10444 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10445
10446         * lyxfunc.C (dispatch): use boost::format
10447         (open): ditto
10448         (doImport): ditto
10449
10450         * lyxfont.C (stateText): use boost::format
10451
10452         * lyx_main.C (LyX): use boost::format
10453         (init): ditto
10454         (queryUserLyXDir): ditto
10455         (readRcFile): ditto
10456         (parse_dbg): ditto
10457         (typedef boost::function): use the recommened syntax.
10458
10459         * importer.C (Import): use boost::format
10460
10461         * debug.C (showLevel): use boost::format
10462
10463         * converter.C (view): use boost::format
10464         (convert): ditto
10465         (move): ditto
10466         (scanLog): ditto
10467
10468         * bufferview_funcs.C (currentState): use boost::format
10469
10470         * bufferlist.C (emergencyWrite): use boost::format
10471
10472         * buffer.C (readLyXformat2): use boost::format
10473         (parseSingleLyXformat2Token): ditto
10474
10475         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10476
10477         * LaTeX.C (run): use boost::format
10478
10479         * Chktex.C (scanLogFile): use boost::format
10480
10481         * BufferView_pimpl.C (savePosition): use boost::format
10482         (restorePosition): ditto
10483         (MenuInsertLyXFile): ditto
10484
10485         * BoostFormat.h: help file for explicit instation.
10486
10487 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10488
10489         * tabular.C (latex): Support for block alignment in fixed width
10490         columns.
10491
10492 2002-11-17  John Levon  <levon@movementarian.org>
10493
10494         * BufferView_pimpl.C:
10495         * lyx_cb.C:
10496         * lyxfunc.C: split filedialog into open/save
10497
10498 2002-11-08  Juergen Vigna  <jug@sad.it>
10499
10500         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10501         by my last patch (hopefully).
10502
10503 2002-11-08  John Levon  <levon@movementarian.org>
10504
10505         * iterators.h:
10506         * iterators.C:
10507         * buffer.h:
10508         * buffer.C:
10509         * paragraph.h:
10510         * paragraph.C:
10511         * toc.h:
10512         * toc.C: ParConstIterator, and use it (from Lars)
10513
10514 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10515
10516         * lyxtextclass.[Ch]: revise and add doxygen comments
10517
10518 2002-11-07  John Levon  <levon@movementarian.org>
10519
10520         * text.C: fix progress value for spellchecker
10521
10522         * toc.C: fix navigate menu for insetwrap inside minipage
10523
10524         * paragraph_funcs.C: added FIXME for suspect code
10525
10526 2002-11-07  John Levon  <levon@movementarian.org>
10527
10528         * BufferView_pimpl.C: fix redrawing of insets
10529           on buffer switch
10530
10531 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10532
10533         * text2.C (updateCounters): fix bug 668
10534
10535 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10536
10537         * text3.C (dispatch): Do not make the buffer dirty when moving the
10538         cursor.
10539
10540 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10541
10542         * vc-backend.C: STRCONV
10543         (scanMaster): ditto
10544
10545         * text2.C (setCounter): STRCONV
10546
10547         * paragraph.C (asString): STRCONV
10548
10549         * lyxlength.C (asString): STRCONV
10550         (asLatexString): ditto
10551
10552         * lyxgluelength.C (asString): STRCONV
10553         (asLatexString): ditto
10554
10555         * lyxfunc.C (dispatch): STRCONV
10556         (open): ditto
10557
10558         * lyxfont.C (stateText): STRCONV
10559
10560         * importer.C (Import): STRCONV
10561
10562         * counters.C (labelItem): STRCONV
10563         (numberLabel): ditto
10564         (numberLabel): remove unused ostringstream o
10565
10566         * chset.C: STRCONV
10567         (loadFile): ditto
10568
10569         * bufferview_funcs.C (currentState): STRCONV
10570
10571         * buffer.C (readFile): STRCONV
10572         (asciiParagraph): ditto
10573         (makeLaTeXFile): ditto
10574
10575         * Spacing.C (writeEnvirBegin): STRCONV
10576
10577         * LaTeXFeatures.C (getLanguages): STRCONV
10578         (getPackages): ditto
10579         (getMacros): ditto
10580         (getBabelOptions): ditto
10581         (getTClassPreamble): ditto
10582         (getLyXSGMLEntities): ditto
10583         (getIncludedFiles): ditto
10584
10585         * LaTeX.C: STRCONV
10586         (run): ditto
10587         (scanAuxFile): ditto
10588         (deplog): ditto
10589
10590         * LString.h: add the STRCONV macros
10591
10592         * BufferView_pimpl.C (savePosition): STRCONV
10593         (restorePosition): ditto
10594         (MenuInsertLyXFile): ditto
10595
10596         * vc-backend.C (scanMaster): change from submatch[...] to
10597         submatch.str(...)
10598
10599         * funcrequest.C: include config.h
10600
10601         * factory.C: include config.h
10602
10603         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10604
10605         * box.C: include config.h
10606
10607         * LaTeX.C (scanAuxFile): change from submatch[...] to
10608         submatch.str(...)
10609         (deplog): ditto
10610
10611 2002-10-25  Angus Leeming  <leeming@lyx.org>
10612
10613         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10614
10615         * ispell.[Ch] (setError): new method.
10616         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10617         Use setError() insetead of goto END.
10618
10619         * lyx_cb.C (AutoSave): move out child process into new class
10620         AutoSaveBuffer.
10621
10622 2002-10-30  John Levon  <levon@movementarian.org>
10623
10624         * text3.C: make start appendix undoable
10625
10626 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10627
10628         * lyxlength.C (inPixels): Fix returned value.
10629
10630         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10631         environment.
10632
10633 2002-10-24  Angus Leeming  <leeming@lyx.org>
10634
10635         * lyxgluelength.h: no need to forward declare BufferParams
10636         or BufferView, so don't.
10637
10638 2002-10-21  John Levon  <levon@movementarian.org>
10639
10640         * BufferView.C: menuUndo ->undo, redo
10641
10642         * BufferView.h: document, remove dead, make some methods private
10643
10644         * paragraph_funcs.h:
10645         * paragraph_funcs.C:
10646         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10647
10648         * buffer.h:
10649         * buffer.C:
10650         * sgml.h:
10651         * sgml.C: move sgml open/close tag into sgml.C
10652
10653         * bufferview_funcs.h: unused prototype
10654
10655         * lyxfunc.h:
10656         * lyxfunc.C: remove unused
10657
10658         * lyxtext.h:
10659         * text.C: remove unused
10660
10661 2002-10-21  John Levon  <levon@movementarian.org>
10662
10663         * BufferView.h:
10664         * BufferView.C:
10665         * BufferView_pimpl.h:
10666         * BufferView_pimpl.C: fix mouse wheel handling based on
10667           patch from Darren Freeman
10668
10669 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10670
10671         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10672
10673 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10674
10675         * lyxlength.C (inPixels): Fix hanfling of negative length.
10676         Fix LyXLength::MU case.
10677
10678 2002-10-16  John Levon  <levon@movementarian.org>
10679
10680         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10681
10682 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10683
10684         * converter.C (view): add support for $$i (file name) and $$p
10685         (file path) for the viewer command. If $$i is not specified, then
10686         it is appended to the command (for compatibility with old syntax)
10687
10688 2002-10-14  Juergen Vigna  <jug@sad.it>
10689
10690         * undo_funcs.C (textHandleUndo): alter the order in which the
10691         new undopar is added to the LyXText, as we have to set first
10692         the right prev/next and then add it as otherwise the rebuild of
10693         LyXText is not correct. Also reset the cursor to the right paragraph,
10694         with this IMO we could remove the hack in "redoParagraphs()".
10695
10696 2002-10-09  Angus Leeming  <leeming@lyx.org>
10697
10698         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10699         to turn off an optimisation if a new inset is to be inserted.
10700
10701 2002-10-11 André Pönitz <poenitz@gmx.net>
10702
10703         * lyxtext.h: make some functions public to allow access
10704         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10705
10706 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10707
10708         * text3.C (dispatch): when changing layout, avoid an infinite loop
10709         [bug #652]
10710
10711 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10712
10713         * lyxrc.C (read): treat a viewer or converter command of "none" as
10714         if it were empty.
10715
10716         * MenuBackend.C (expandFormats): for an update, also allow the
10717         formats that are not viewable
10718
10719         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10720         script if it is newer than the lyxrc.defaults in user directory
10721
10722 2002-10-07 André Pönitz <poenitz@gmx.net>
10723
10724         * text.C: Vitaly Lipatov's small i18n fix
10725
10726 2002-09-25  Angus Leeming  <leeming@lyx.org>
10727
10728         * ispell.h: doxygen fix.
10729
10730 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10731
10732         * buffer.h (readFile): Add a new argument to the method, to allow
10733         reading of old-format templates.
10734
10735 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10736
10737         * toc.C (getTocList): Get TOC from InsetWrap.
10738
10739 2002-09-16  John Levon  <levon@movementarian.org>
10740
10741         * lyxfunc.C: check tabular for cut/copy too
10742
10743 2002-09-12  John Levon  <levon@movementarian.org>
10744
10745         * LyXAction.C: tidy
10746
10747         * factory.h:
10748         * factory.C: add header
10749
10750         * paragraph_funcs.h:
10751         * paragraph_funcs.C: cleanup
10752
10753 2002-09-11  John Levon  <levon@movementarian.org>
10754
10755         * PrinterParams.h: odd/even default to true
10756
10757 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10758
10759         * PrinterParams.h: update printer parameters for new xforms dialog
10760
10761 2002-09-11  Angus Leeming  <leeming@lyx.org>
10762
10763         * lyxserver.C (read_ready): re-write to make it more transparent
10764         and to make it work in coherent fashion under Tru64 Unix.
10765
10766 2002-09-11  André Pönitz <poenitz@gmx.net>
10767
10768         * commandtags.h:
10769         * LyXAction.C:
10770         * text3.C: implement LFUN_WORDSEL
10771
10772 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10773
10774         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10775         make floatlist_ a boost::shared_ptr<FloatList>
10776
10777         * lyxtextclass.C: include FloatList.h
10778         (LyXTextClass): initialize floatlist_
10779         (TextClassTags): add TC_NOFLOAT
10780         (Read): match "nofloat" to TC_NOFLOAT and use it.
10781         (readFloat): modify call to floatlist_
10782         (floats): ditto
10783         (floats): ditto
10784
10785         * FloatList.[Ch] (FloatList): remove commented out float
10786         initialization.
10787         (erase): new function
10788
10789 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10790
10791         * MenuBackend.C (expandToc): fix crash when there is no document
10792         open
10793
10794 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10795
10796         * many files: Add insetwrap.
10797
10798 2002-09-09  John Levon  <levon@movementarian.org>
10799
10800         * text2.C: remove confusing and awkward depth wraparound
10801
10802 2002-09-09  John Levon  <levon@movementarian.org>
10803
10804         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10805
10806         * buffer.h:
10807         * buffer.C: remove getIncludeonlyList()
10808
10809         * paragraph.C:
10810         * lyxfunc.C: remove headers
10811
10812 2002-09-09  Juergen Vigna  <jug@sad.it>
10813
10814         * text.C (getColumnNearX): fix form Michael this is most
10815         probably a cut&paste bug.
10816
10817 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10818
10819         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10820
10821         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10822         references, ws changes.
10823
10824         * text2.C (init): update counters after init
10825         (insertParagraph): no need to set counter on idividual paragraphs.
10826         (setCounter): access the counters object in the textclass object
10827         on in the buffer object.
10828         (updateCounters): ditto
10829
10830         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10831         shared_ptr<Counters> to avoid loading counters.h in all
10832         compilation units.
10833         (LyXTextClass): initialize ctrs_
10834         (TextClassTags): add TC_COUNTER, and ...
10835         (Read): use it here.
10836         (CounterTags): new tags
10837         (readCounter): new function
10838         (counters): new funtion
10839         (defaultLayoutName): return a const reference
10840
10841         * counters.C (Counters): remove contructor
10842         (newCounter): remove a couple of unneeded statements.
10843         (newCounter): simplify a bit.
10844         (numberLabel): some small formatting changes.
10845
10846         * buffer.[Ch]: remove all traces of counters, move the Counters
10847         object to the LyXTextClass.
10848
10849 2002-09-06  Alain Castera  <castera@in2p3.fr>
10850
10851         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10852         package to set the horizontal alignment on fixed width columns.
10853
10854         * lyx_sty.C:
10855         * lyx_sty.h: added tabularnewline macro def.
10856
10857         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10858
10859 2002-09-06  John Levon  <levon@movementarian.org>
10860
10861         * LyXAction.C: tooltips for sub/superscript
10862
10863         * MenuBackend.C: a bit more verbose
10864
10865         * lyxfunc.C: tiny clean
10866
10867         * undo_funcs.C: document undo_frozen
10868
10869 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10870
10871         * counters.C (Counters): add missing algorithm counter.
10872
10873         * text2.C (setCounter): lookup the counter with layouts latexname
10874         instead of by section number.
10875         (setCounter): use a hackish way to lookup the correct enum
10876         counter.
10877         a float name->type change
10878         reset enum couners with counter name directly instead of depth value.
10879
10880         * counters.C (Counters): remove the push_backs, change to use the
10881         float type not the float name.
10882         (labelItem): remove unused string, float name->type change
10883
10884         * counters.h: don't include vector, loose the enums and sects vectors
10885
10886 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10887
10888         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10889         (Read): add float->TC_FLOAT to textclassTags
10890         (Read): and handle it in the switch
10891         (readFloat): new function
10892
10893         * FloatList.C (FloatList): comment out the hardcoded float
10894         definitions.
10895
10896         * lyxlayout.h: ws change.
10897
10898 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10899
10900         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10901
10902 2002-09-03  Angus Leeming  <leeming@lyx.org>
10903
10904         * BufferView_pimpl.h: qualified name is not allowed in member
10905         declaration: WorkArea & Pimpl::workarea() const;
10906
10907         * factory.C: added using std::endl directive.
10908
10909         * text3.C: added using std::find and std::vector directives.
10910
10911 2002-08-29  André Pönitz <poenitz@gmx.net>
10912
10913         * lyxtext.h:
10914         * text2.C: remove unused member number_of_rows
10915
10916         * Makefile.am:
10917         * BufferView2.C: remove file, move contents to...
10918         * BufferView.C: ... here
10919
10920         * BufferView_pimpl.C:
10921         * factory.C: move more inset creation to factory
10922
10923         * vspace.C: avoid direct usage of LyXText, ws changes
10924
10925         * BufferView.[Ch]:
10926                 don't provide direct access to WorkArea, use two simple
10927                 acessors haveSelction() and workHeight() instead
10928
10929
10930 2002-08-29  John Levon  <levon@movementarian.org>
10931
10932         * BufferView_pimpl.C (dispatch): do not continue when
10933           no buffer
10934
10935 2002-08-28  André Pönitz <poenitz@gmx.net>
10936
10937         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10938
10939         * BufferView.h:
10940         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10941
10942 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10943
10944         * buffer.C: increment LYX_FORMAT to 221
10945
10946         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10947         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10948
10949         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10950
10951         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10952
10953 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10954
10955         * factory.C (createInset): use LyXTextClass::floats
10956
10957         * MenuBackend.C (expandFloatListInsert):
10958         (expandFloatInsert):
10959         (expandToc):
10960
10961         * text2.C (setCounter):
10962
10963         * LaTeXFeatures.C (useFloat):
10964         (getFloatDefinitions):
10965
10966         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10967
10968         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10969         floatlist_, with accessor floats().
10970
10971         * FloatList.h: remove global FloatList
10972
10973 2002-08-26  André Pönitz <poenitz@gmx.net>
10974
10975         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10976
10977         * BufferView.h:
10978         * BufferView2.C:
10979         * BufferView_pimpl.C:
10980         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10981
10982 2002-08-25  John Levon  <levon@movementarian.org>
10983
10984         * LyXAction.C: fix margin note description
10985
10986 2002-08-24  John Levon  <levon@movementarian.org>
10987
10988         * buffer.C:
10989         * bufferlist.C:
10990         * bufferview_funcs.C:
10991         * lyxfont.C:
10992         * undo_funcs.C: cleanups
10993
10994         * lyxfunc.C: disable CUT/COPY when no selection
10995
10996 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10997
10998         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10999         in "enum UNIT"; e.g. PTW for Percent of TextWidth
11000
11001         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
11002         Add backward compatibility to "mono", "gray" and "no".
11003
11004 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
11005
11006         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
11007         (and file_format >= 200).
11008
11009 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11010
11011         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
11012
11013 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11014
11015         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
11016
11017 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
11018
11019         * BufferView_pimpl.C:
11020         * LyXAction.C:
11021         * buffer.C:
11022         * commandtags.h:
11023         * lyxfunc.C:
11024         * paragraph.[Ch]:
11025         * text2.C:
11026         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
11027         inset and code to make it  work with the paragraph code. The inset
11028         can be anywhere in the paragraph, but will only do the expected
11029         thing in LaTeX if the layout file contains the parameter line
11030                         OptionalArgs    1
11031         (or more generally, a nonzero value) for that layout.
11032
11033 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
11034
11035         * paragraph.h: remove the declaration of undefined counters class
11036         function.
11037
11038 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
11039
11040         * text2.C (setCounter):  fixed enumeration mis-count as reported by
11041         Dr. Richard Hawkins.
11042
11043 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11044
11045         * paragraph_funcs.h: remove some unneeded includes
11046
11047         * text.C (backspace): pasteParagraph now in global scipe
11048
11049         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
11050         (pasteSelection): ditto
11051
11052         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
11053         * paragraph_funcs.C (pasteParagraph): ... here
11054
11055 2002-08-20  André Pönitz <poenitz@gmx.net>
11056
11057         * commandtags.h: new LFUNs for swapping/copying table row/colums
11058
11059         * LyXAction.C:
11060         * lyxfunc.C: support for new lfuns
11061
11062 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
11063
11064         * tabular.C:
11065         * buffer.[Ch]: remove NO_COMPABILITY stuff
11066
11067 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
11068
11069         * boost.C (throw_exception): new file, with helper function for
11070         boost compiled without exceptions.
11071
11072         * paragraph.h:
11073         * lyxlength.C:
11074         * buffer.C:
11075         * ParameterStruct.h:
11076         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
11077
11078         * bufferlist.C (emergencyWriteAll): use boost bind
11079
11080         * BufferView_pimpl.C (moveCursorUpdate): remove inline
11081
11082         * text.C: include paragraph_funcs.h
11083         (breakParagraph): breakParagraph is now in global scope
11084
11085         * paragraph_funcs.[Ch]: new files
11086
11087         * paragraph.C (breakParagraph,breakParagraphConservative): move to
11088         global scope
11089
11090         * buffer.C: include paragraph_funcs.h
11091         (insertStringAsLines): breakParagraph is now in global scope
11092
11093         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
11094         paragraph_funcs.C
11095
11096         * CutAndPaste.C: include paragraph_funcs.h
11097         (cutSelection): breakParagraphConservative is now in global scope
11098         (pasteSelection): ditto
11099
11100         * buffer.h: declare oprator== and operator!= for
11101         Buffer::inset_iterator
11102
11103         * bufferlist.C (emergencyWrite): don't use fmt(...)
11104
11105         * text3.C: add using std::endl
11106
11107         * BufferView.C (moveCursorUpdate): remove default arg
11108
11109 2002-08-20  André Pönitz <poenitz@gmx.net>
11110
11111         * buffer.[Ch]: move inline functions to .C
11112
11113         * BufferView2.C:
11114         * BufferView_pimpl.C:
11115         * text.C:
11116         * buffer.[Ch]: use improved inset_iterator
11117
11118         * buffer.C:
11119         * paragraph.[Ch]: write one paragraph at a time
11120
11121 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11122
11123         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
11124         style if style is not specified.
11125
11126 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11127
11128         * text2.C (setCounter): when searching for right label for a
11129         caption, make sure to recurse to parent insets (so that a caption
11130         in a minipage in a figure float works) (bug #568)
11131
11132 2002-08-20  André Pönitz <poenitz@gmx.net>
11133
11134         * text3.C: new file for LyXText::dispatch() and helpers
11135
11136         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
11137
11138         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
11139
11140 2002-08-19  André Pönitz <poenitz@gmx.net>
11141
11142         * lyxtext.h:
11143         * text.C: new LyXText::dispatch()
11144
11145         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
11146
11147 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
11148
11149         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
11150
11151         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
11152         Hebrew text.
11153
11154 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11155
11156         * Makefile.am: use $(variables) instead of @substitutions@
11157
11158 2002-08-15  André Pönitz <poenitz@gmx.net>
11159
11160         * lyxfunc.C:
11161         * BufferView_pimpl.C: streamlining mathed <-> outer world
11162         interaction
11163
11164         * commandtags.h:
11165         * LyXAction.C: remove unused LFUN_MATH
11166
11167 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11168
11169         * paragraph.[Ch]: add some NO_NEXT ifdefs.
11170
11171 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11172
11173         * paragraph.C (Paragraph): reformat a bit
11174         (cutIntoMinibuffer): use builtin InsetList function instad of
11175         doing it manually.
11176         (getInset): ditto
11177
11178         * buffer.C: include boost/bind.hpp, add using std::for_each
11179         (writeFileAscii): use ParagraphList iterators
11180         (validate): use for_each for validate traversal of paragraphs
11181         (getBibkeyList): use ParagraphList iterators
11182         (resizeInsets): use for_each to resizeInsetsLyXText for all
11183         paragraphs.
11184         (getParFromID): use ParagraphList iterators
11185
11186         * BufferView2.C (lockInset): use paragraph list and iterators
11187
11188 2002-08-14  John Levon  <levon@movementarian.org>
11189
11190         * lyxserver.C: remove spurious xforms include
11191
11192 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11193
11194         * lyxfunc.C (getStatus): disable math-extern outside of math mode
11195
11196 2002-08-13  André Pönitz <poenitz@gmx.net>
11197
11198         * LyXAction.[Ch]:
11199         * lyxfunc.C: further cleaning
11200
11201 2002-08-13  André Pönitz <poenitz@gmx.net>
11202
11203         * funcrequest.h: new constructor
11204
11205         * funcrequest.C: move stuff here from .h
11206
11207         * Makefile.am:
11208         * BufferView_pimpl.C:
11209         * LyXAction.C:
11210         * toc.C:
11211         * lyxfunc.C: subsequent changes
11212
11213         * lyxfunc.h: new view() member function
11214
11215         * lyxfunc.C: subsequent changes
11216
11217 2002-08-13  Angus Leeming  <leeming@lyx.org>
11218
11219         * BufferView2.C:
11220         * BufferView_pimpl.C:
11221         * buffer.C:
11222         * converter.C:
11223         * importer.C:
11224         * lyxfunc.C:
11225         * lyxvc.C:
11226         * toc.C:
11227         * vc-backend.C:
11228         changes due to the changed LyXView interface that now returns references
11229         to member variables not pointers.
11230
11231 2002-08-13  Angus Leeming  <leeming@lyx.org>
11232
11233         * WordLangTuple (word, lang_code): return references to strings,
11234         not strings.
11235
11236         * BufferView.h:
11237         * SpellBase.h:
11238         * lyxtext.h: forward-declare WordLangTuple.
11239
11240         * BufferView2.C:
11241         * ispell.C:
11242         * pspell.C:
11243         * text.C: #include "WordLangTuple.h".
11244
11245         * lyxtext.h:
11246         * text.C: (selectNextWordToSpellcheck): constify return type.
11247
11248 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11249
11250         * buffer.C:
11251         * buffer.h:
11252         * lyxtext.h:
11253         * paragraph.C:
11254         * paragraph_pimpl.h:
11255         * text.C:
11256         * text2.C:
11257         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11258         suggested by Angus.
11259         Made updateCounter always count from start of buffer, and removed
11260         second argument (par).
11261         Reverted floats number display to '#'. Perhaps I'll try again when the
11262         code base is sanitized a bit.
11263
11264 2002-08-12  Angus Leeming  <leeming@lyx.org>
11265
11266         * buffer.[Ch] (getLabelList): constify.
11267
11268 2002-08-07  André Pönitz <poenitz@gmx.net>
11269
11270         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11271
11272         * funcrequest.h: extension to keep mouse (x,y) position
11273
11274 2002-08-12  Juergen Vigna  <jug@sad.it>
11275
11276         * BufferView2.C (insertErrors): forbid undo when inserting error
11277         insets.
11278
11279         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11280
11281 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11282
11283         * ParagraphList.[Ch]: new files
11284
11285         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11286
11287         * BufferView2.C (lockInset): ParagraphList changes
11288         * toc.C: ditto
11289         * text2.C: ditto
11290         * bufferlist.C: ditto
11291         * buffer.h: ditto
11292         * buffer.C: ditto
11293
11294 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11295
11296         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11297         unused class variable counter_,
11298
11299         * paragraph.[Ch] (getFirstCounter): delete unused function
11300
11301         * counters.C: include LAssert.h
11302         (reset): add a new function with no arg, change other version to
11303         not have def. arg and to not allow empty arg.
11304
11305         * text2.C (setCounter): remove empty arg from call to Counters::reset
11306
11307 2002-08-11  John Levon  <levon@movementarian.org>
11308
11309         * Makefile.am: add WordLangTuple.h
11310
11311 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11312
11313         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11314         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11315
11316         * insets/insettext.C: InsetList changes
11317
11318         * graphics/GraphicsSupport.C (operator()): InsetList changes
11319
11320         * toc.C (getTocList): InsetList changes
11321
11322         * paragraph_pimpl.[Ch]: InsetList changes
11323
11324         * paragraph.[Ch]: InsetList changes
11325
11326         * buffer.C (inset_iterator): InsetList changes
11327         (setParagraph): ditto
11328         * buffer.h (inset_iterator): ditto
11329         * iterators.C (operator++): ditto
11330         * iterators.h: ditto
11331
11332         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11333
11334         * InsetList.[Ch]: new files, most InsetList handling moved out of
11335         paragraph.C.
11336
11337         * BufferView2.C (removeAutoInsets): InsetList changes
11338         (lockInset): ditto
11339         (ChangeInsets): ditto
11340
11341 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11342
11343         * paragraph_pimpl.h (empty): new function
11344
11345         * paragraph.[Ch] (empty): new function
11346
11347         * other files: use the new Paragraph::empty function
11348
11349 2002-08-09  John Levon  <levon@movementarian.org>
11350
11351         * lyxtext.h: remove unused refresh_height
11352
11353 2002-08-09  John Levon  <levon@movementarian.org>
11354
11355         * Makefile.am:
11356         * sgml.h:
11357         * sgml.C:
11358         * buffer.C:
11359         * paragraph.h:
11360         * paragraph.C: move sgml char escaping out of paragraph
11361
11362         * paragraph.h:
11363         * paragraph.C: remove id setter
11364
11365         * buffer.C:
11366         * paragraph.C:
11367         * paragraph_pimpl.C: remove dead tex_code_break_column
11368
11369         * bufferview_funcs.C: small cleanup
11370
11371         * lyxfunc.C: remove dead proto
11372
11373         * lyxtext.h: make some stuff private. Remove some dead stuff.
11374
11375         * lyxgluelength.C: make as[LyX]String() readable
11376
11377 2002-08-08  John Levon  <levon@movementarian.org>
11378
11379         * LyXAction.h:
11380         * LyXAction.C:
11381         * MenuBackend.C:
11382         * ToolbarDefaults.C:
11383         * lyxfunc.C:
11384         * lyxrc.C:
11385         * toc.C: lyxaction cleanup
11386
11387 2002-08-08  John Levon  <levon@movementarian.org>
11388
11389         * BufferView2.C: small cleanup
11390
11391         * lyxfind.h:
11392         * lyxfind.C: move unnecessary header into the .C
11393
11394 2002-08-08  John Levon  <levon@movementarian.org>
11395
11396         * funcrequest.h: just tedious nonsense
11397
11398         * lyx_main.h:
11399         * lyx_main.C: cleanups
11400
11401         * buffer.C:
11402         * vspace.C: remove dead header lyx_main.h
11403
11404 2002-08-07  Angus Leeming  <leeming@lyx.org>
11405
11406         * Paragraph.[Ch]:
11407         * paragraph_pimpl.h:
11408         Forward declare class Counters in paragraph.h by moving the ctrs member
11409         variable into Paragraph::Pimpl.
11410         (counters): new method, returning a reference to pimpl_->ctrs.
11411
11412         * text2.C: ensuing changes.
11413
11414 2002-08-07  John Levon  <levon@movementarian.org>
11415
11416         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11417
11418         * BufferView_pimpl.C: announce X selection on double/triple
11419           click
11420
11421         * lyx_main.C: use correct bool in batch dispatch
11422
11423         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11424
11425 2002-08-07  André Pönitz <poenitz@gmx.net>
11426
11427         * funcrequest.h: new class to wrap a kb_action and its argument
11428
11429         * BufferView.[Ch]:
11430         * BufferView_pimpl[Ch]:
11431         * LaTeX.C:
11432         * LyXAction.[Ch]:
11433         * lyxfunc.[Ch]:
11434         * lyxrc.C: subsequent changes
11435
11436
11437 2002-08-07  John Levon  <levon@movementarian.org>
11438
11439         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11440           document options change.
11441
11442 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11443
11444         * counters.[Ch]
11445         * text2.C
11446         * paragraph.[Ch]
11447         * makefile.am: move counters functionality over from
11448         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11449
11450 2002-08-06  John Levon  <levon@movementarian.org>
11451
11452         * WordLangTuple.h: new file for word + language code tuple
11453
11454         * SpellBase.h:
11455         * pspell.h:
11456         * pspell.C:
11457         * ispell.h:
11458         * ispell.C:
11459         * lyxtext.h:
11460         * text.C:
11461         * text2.C:
11462         * BufferView.h:
11463         * BufferView2.C: use WordLangTuple
11464
11465         * layout.h:
11466         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11467
11468 2002-08-06  John Levon  <levon@movementarian.org>
11469
11470         * lyx_main.C: fix cmdline batch handling
11471
11472 2002-08-06  André Pönitz <poenitz@gmx.net>
11473
11474         * lyxrc.C: set default for show_banner to true
11475
11476 2002-08-06  John Levon  <levon@movementarian.org>
11477
11478         * pspell.C: fix a crash, and allow new aspell to work
11479
11480 2002-08-06  John Levon  <levon@movementarian.org>
11481
11482         * lyxfunc.C:
11483         * kbmap.C: small cleanup
11484
11485         * vspace.h:
11486         * vspace.C: add const
11487
11488 2002-08-05  John Levon  <levon@movementarian.org>
11489
11490         * LyXAction.C: back to tabular-insert
11491
11492 2002-08-04  John Levon  <levon@movementarian.org>
11493
11494         * BufferView.h:
11495         * BufferView.C: cosmetic change
11496
11497         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11498
11499         * bufferlist.C:
11500         * buffer.h:
11501         * buffer.C:
11502         * lyxcb.h:
11503         * lyxcb.C:
11504         * lyxserver.C:
11505         * lyxvc.C:
11506         * vc-backend.C:
11507         * BufferView2.C: purge all "Lyx" not "LyX" strings
11508
11509         * lyxcursor.h:
11510         * lyxcursor.C: attempt to add some documentation
11511
11512         * lyxfunc.C:
11513         * commandtags.h:
11514         * LyXAction.C:
11515         * ToolbarDefaults.C:
11516         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11517           merge with LFUN_TABULAR_INSERT
11518
11519         * Makefile.am:
11520         * SpellBase.h:
11521         * ispell.h:
11522         * ispell.C:
11523         * pspell.h:
11524         * pspell.C: split up i/pspell implementations into separate
11525           files, many cleanups
11526
11527         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11528
11529         * text2.C: some cleanup
11530
11531         * lyxfunc.C: don't check for isp_command == "none" any more, it
11532           didn't make any sense
11533
11534 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11535
11536         * counters.[Ch]
11537         * text2.C
11538         * paragraph.[Ch]
11539         * makefile.am: move counters functionality over
11540         from text2.C/paragraph.[Ch] to counters.[Ch], and
11541         make proper C++.
11542 2002-08-02  John Levon  <levon@movementarian.org>
11543
11544         * buffer.C: s/lyxconvert/lyx2lyx/
11545
11546 2002-08-02  Angus Leeming  <leeming@lyx.org>
11547
11548         * lyxlex.C: revert John's change as it breaks reading of the user
11549         preamble.
11550
11551 2002-08-02  Angus Leeming  <leeming@lyx.org>
11552
11553         * importer.C (Import):
11554         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11555         changes due to LyXView::view() now returning a boost::shared_ptr.
11556
11557 2002-08-02  John Levon  <levon@movementarian.org>
11558
11559         * lyxlex.C: small cleanup
11560
11561 2002-08-02  John Levon  <levon@movementarian.org>
11562
11563         * text2.C (status): small cleanup, no logic change
11564
11565 2002-08-01  John Levon  <levon@movementarian.org>
11566
11567         * buffer.h:
11568         * buffer.C (writeFile): don't output alerts, caller
11569           handles this
11570
11571         * bufferlist.C:
11572         * lyx_cb.C: from above
11573
11574         * lyxfunc.C: allow to open non-existent files
11575
11576 2002-07-31  John Levon  <levon@movementarian.org>
11577
11578         * lyxserver.C: don't let incidental errors get
11579           in the way (errno)
11580
11581 2002-07-30  John Levon  <levon@movementarian.org>
11582
11583         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11584
11585 2002-07-30  John Levon  <levon@movementarian.org>
11586
11587         * lyxserver.h:
11588         * lyxserver.C: remove I/O callback too
11589
11590 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11591
11592         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11593         log.
11594
11595 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11596
11597         * many files: strip,frontStrip -> trim,ltrim,rtrim
11598
11599 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11600
11601         * PrinterParams.h: remove extern containsOnly, and include
11602         support/lstrings.h instead.
11603
11604         * LaTeX.C (scanAuxFile): modify because of strip changes
11605         (deplog): ditto
11606         * buffer.C (makeLaTeXFile): ditto
11607         * bufferparams.C (writeFile): ditt
11608         * lyxfont.C (stateText): ditto
11609         * lyxserver.C (read_ready): ditto
11610         * vc-backend.C (scanMaster): ditto
11611
11612         * BufferView_pimpl.h: ws changes
11613
11614         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11615
11616 2002-07-26  André Pönitz <poenitz@gmx.net>
11617
11618         * kb_sequence.C: remove unnedred usings
11619
11620 2002-07-26  Juergen Vigna  <jug@sad.it>
11621
11622         * lyxfind.C (LyXReplace): we have to check better if the returned
11623         text is not of theLockingInset()->getLockingInset().
11624
11625 2002-07-25  Juergen Vigna  <jug@sad.it>
11626
11627         * lyxfind.C (LyXReplace): don't replace if we don't get the
11628         right LyXText.
11629
11630         * undo_funcs.C (createUndo): remove debugging code.
11631
11632 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11633
11634         * buffer.C (parseSingleLyXformat2Token): Use default placement
11635         when reading old floats.
11636
11637         * FloatList.C (FloatList): Change the default placement of figure
11638         and tables to "tbp".
11639
11640 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11641
11642         * MenuBackend.C: using std::max
11643
11644 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11645
11646         * MenuBackend.C (expandToc):
11647         (expandToc2): code moved from xforms menu frontend. It is now
11648         generic and TOCs are transparent to menu frontends.
11649
11650 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11651
11652         * toc.C (getTocList): protect against buf=0
11653
11654         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11655         Menu as first parameter. Now, this calls itself recursively to
11656         expand a whole tree (this will be useful for TOC handling)
11657         (expandFloatInsert): remove 'wide' version of floats
11658
11659         * MenuBackend.h (submenuname): returns the name of the submenu.
11660         (submenu): returns the submenu itself, provided it has been
11661         created by MenuBackend::expand
11662
11663 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11664
11665         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11666         insets which have noFontChange == true. (bug #172)
11667
11668 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11669
11670         * BufferView_pimpl.C: add connection objects and use them...
11671         (Pimpl): here.
11672
11673 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11674
11675         * MenuBackend.C (expandLastfiles):
11676         (expandDocuments):
11677         (expandFormats):
11678         (expandFloatListInsert):
11679         (expandFloatInsert):
11680         (expand): split expand in parts
11681
11682 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11683
11684         * lyx_gui.C: use lyx_gui::exit()
11685
11686 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11687
11688         * LyXAction.C: show the failing pseudo action
11689
11690 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11691
11692         * buffer.C (readFile): Run the lyxconvert script in order to read
11693         old files.
11694
11695 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11696
11697         * LyXAction.C:
11698         * commandtags.h:
11699         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11700
11701 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11702
11703         * LyXAction.C:
11704         * commandtags.h:
11705         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11706
11707 2002-07-22  Herbert Voss  <voss@lyx.org>
11708
11709         * lengthcommon.C:
11710         * lyxlength.[Ch]: add support for the vertical lengths
11711
11712 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11713
11714         * toc.[Ch]: std:: fixes
11715
11716 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11717
11718         * lyxrc.C: do not include lyx_main.h
11719
11720         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11721         for layouts
11722
11723         * lyxrc.C:
11724         * encoding.C:
11725         * bufferlist.C:
11726         * BufferView2.C: include "lyxlex.h"
11727
11728         * tabular.h:
11729         * bufferparams.h: do not #include "lyxlex.h"
11730
11731         * lyxtextclasslist.C (Add): remove method
11732         (classlist): renamed to classlist_
11733
11734         * paragraph_pimpl.C:
11735         * paragraph.C:
11736         * text2.C:
11737         * CutAndPaste.C:
11738         * bufferview_funcs.C:
11739         * bufferlist.C:
11740         * text.C:
11741         * LaTeXFeatures.C:
11742         * buffer.C:
11743         * toc.C (getTocList): use BufferParams::getLyXTextClass
11744
11745         * toc.C (getTocList): use InsetFloat::addToToc
11746
11747         * toc.[Ch]: new files, containing helper functions to handle table
11748         of contents
11749
11750         * lyxfunc.C (dispatch): no need to remove spaces around command
11751         given as a string
11752         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11753         first command of the sequence; it is not very clever, but I do not
11754         have a better idea, actually
11755
11756         * LyXAction.C (LookupFunc): make sure to remove space at the
11757         beginning and end of the command
11758
11759 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11760
11761         * MenuBackend.C (getMenubar): new method: return the menubar of
11762         this menu set
11763         (read): treat differently reading of menu and menubar (in
11764         particular, the menubar has no name now)
11765         (Menu::menubar): remove
11766
11767         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11768         saving is finished
11769
11770 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11771
11772         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11773         a bibitem inset in a RTL paragraph.
11774
11775 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11776
11777         * paragraph_pimpl.C: constify
11778
11779         * BufferView_pimpl.C:
11780         * LaTeX.C:
11781         * lyxfunc.C: fix dispatch in a nicer way
11782
11783 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11784
11785         * lyxfunc.C (dispatch):
11786         * BufferView_pimpl.C:
11787         * BufferView_pimpl.h:
11788         * BufferView.C:
11789         * BufferView.h: rename Dispatch() to dispatch()
11790
11791         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11792
11793         * lyxlayout.C (Read): honor DependsOn tag
11794
11795         * lyxlayout.[Ch] (depends_on): new method
11796
11797         * version.C.in: update lyx_docversion
11798
11799         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11800
11801         * paragraph.C (validate): remove from here...
11802         * paragraph_pimpl.C (validate): ... and move here
11803         (isTextAt): make it const
11804
11805         * buffer.C (getLists): ws cleanup
11806
11807 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11808
11809         * language.C (read): Use iso8859-1 encoding in latex_lang
11810         (this prevents LyX from crashing when using iso10646-1 encoding).
11811
11812 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11813
11814         * text2.C (toggleInset): if cursor is inside an inset, close the
11815         inset and leave cursor _after_ it
11816
11817 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11818
11819         * lyxfunc.C: move minibuffer completion handling out of here
11820
11821 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11822
11823         * BufferView_pimpl.C:
11824         * LaTeX.C: fix dispatch calls
11825
11826 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11827
11828         * text.C (drawChars): Fix Arabic text rendering.
11829
11830 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11831
11832         * LyXAction.C:
11833         * commandtags.h:
11834         * lyxfunc.C: remove message-push/pop
11835
11836         * lyxserver.C:
11837         * lyxfunc.h:
11838         * lyxfunc.C: rationalise some code by removing verboseDispatch
11839           in favour of a bool argument to dispatch()
11840
11841 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11842
11843         * lyx_main.C (init): make sure to read symlinks as absolute paths
11844
11845 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11846
11847         * lyxfunc.h:
11848         * lyxfunc.C: no need for commandshortcut to be a member
11849
11850 2002-07-15  André Pönitz <poenitz@gmx.net>
11851
11852         * converter.C: add support for $$s (scripts from lib/scripts dir)
11853         * lyx_main.C: white space
11854
11855 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11856
11857         * bufferlist.C:
11858         * lyxrc.h:
11859         * lyxrc.C: remove second exit confirmation
11860
11861 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11862
11863         * BufferView.h:
11864         * BufferView.C:
11865         * BufferView2.C:
11866         * BufferView_pimpl.h:
11867         * BufferView_pimpl.C:
11868         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11869
11870 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11871
11872         * MenuBackend.C (expand): add numeric shortcuts to document menu
11873
11874         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11875
11876 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11877
11878         * lyxfont.C (setLyXFamily):
11879         (setLyXSeries):
11880         (setLyXShape):
11881         (setLyXSize):
11882         (setLyXMisc):
11883         (lyxRead):
11884         * debug.C (value):
11885         * buffer.C (asciiParagraph): use ascii_lowercase
11886
11887 2002-07-15  Mike Fabian  <mfabian@suse.de>
11888
11889         * lyxlex_pimpl.C (search_kw):
11890         * lyxlex.C (getLongString):
11891         * converter.h (operator<):
11892         * converter.C (operator<):
11893         * buffer.C (parseSingleLyXformat2Token):
11894         (asciiParagraph):
11895         * ToolbarDefaults.C (read):
11896         * MenuBackend.C (checkShortcuts):
11897         (read):
11898         * LColor.C (getFromGUIName):
11899         (getFromLyXName): use the compare_ascii_no_case instead of
11900         compare_no_case, because in turkish, 'i' is not the lowercase
11901         version of 'I', and thus turkish locale breaks parsing of tags.
11902
11903 2002-07-16  Angus Leeming  <leeming@lyx.org>
11904
11905         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11906         now takes a Buffer const & argument.
11907
11908 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11909
11910         * BufferView.C (resize): check there's a buffer to resize
11911
11912 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * lyxfunc.C: remove dead code
11915
11916         * lyxserver.h:
11917         * lyxserver.C: use lyx_guii::set_read_callback
11918
11919 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11920
11921         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11922         an inset in a RTL paragraph.
11923
11924 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11925
11926         * lyxfunc.C: repaint after a font size update
11927
11928 2002-07-15  André Pönitz <poenitz@gmx.net>
11929
11930         * lyxlength.C: inBP should be able to return negative values
11931
11932 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11933
11934         * lyxfunc.C: use lyx_gui::update_fonts()
11935
11936 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11937
11938         * lyxfunc.C: use lyx_gui::update_color()
11939
11940 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11941
11942         * bufferlist.C:
11943         * lyxfunc.h:
11944         * lyxfunc.C:
11945         * lyxrc.h:
11946         * lyxrc.C: remove file->new asks for name option, and let
11947           buffer-new take an argument
11948
11949 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11950
11951         * BufferView_pimpl.C: remove unneeded extra repaint()
11952
11953 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11954
11955         * LyXAction.C: allow command-sequence with NoBuffer
11956
11957         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11958
11959 2002-07-10  Angus Leeming  <leeming@lyx.org>
11960
11961         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11962
11963 2002-07-09  Angus Leeming  <leeming@lyx.org>
11964
11965         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11966
11967 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11968
11969         * lengthcommon.h: whitespace
11970
11971         * lyxfunc.C: update scrollbar after goto paragraph
11972
11973         * lyxtext.h: factor out page break drawing, and fix it so
11974           page break/added space paints as selected nicely
11975
11976 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11977
11978         * BufferView_pimpl.C: add FIXMEs, clean up a little
11979
11980 2002-07-09  André Pönitz <poenitz@gmx.net>
11981
11982         * lyxfont.[Ch]: support for wasy symbols
11983
11984 2002-07-08  André Pönitz <poenitz@gmx.net>
11985
11986         * BufferView_pimpl.C: apply John's patch for #93.
11987
11988 2002-07-05  Angus Leeming  <leeming@lyx.org>
11989
11990         * BufferView_pimpl.C (buffer): generate previews if desired.
11991
11992         * LColor.h: add "preview" to the color enum.
11993
11994         * LColor.C (LColor): add a corresponding entry to the items array.
11995
11996         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11997         with this buffer.
11998
11999 2002-07-05  Angus Leeming  <leeming@lyx.org>
12000
12001         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
12002         The body of the code is now in the method that is passed an ostream &
12003         rather than a file name.
12004         Pass an additional only_preamble parameter, useful for the forthcoming
12005         preview stuff.
12006
12007 2002-07-03  André Pönitz <poenitz@gmx.net>
12008
12009         * lyxfunc.C: simplify getStatus() a bit for math stuff
12010
12011 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12012
12013         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
12014
12015 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12016
12017         * text.C (changeRegionCase): do not change case of all the
12018         document when region ends at paragraph end (bug #461)
12019
12020 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12021
12022         * paragraph.C (startTeXParParams):
12023         (endTeXParParams): add \protect when necessary
12024
12025 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12026
12027         * BufferView_pimpl.C (workAreaExpose): remove warning
12028
12029 2002-06-27  Angus Leeming  <leeming@lyx.org>
12030
12031         * Makefile.am: add lyxlayout_ptr_fwd.h.
12032
12033 2002-06-26  André Pönitz <poenitz@gmx.net>
12034
12035         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
12036
12037 2002-06-25  Angus Leeming  <leeming@lyx.org>
12038
12039         * lyxfunc.C (dispatch): Comment out the call to
12040         grfx::GCache::changeDisplay. The method no longer exists now that the
12041         pixmap generation part of the graphics loader has been moved into
12042         InsetGraphics.
12043
12044 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12045
12046         * text2.C: layout as layout
12047
12048         * text.C: layout as layout
12049
12050         * tabular.C (OldFormatRead): layout as layout
12051
12052         * paragraph_pimpl.C (TeXDeeper): layout as layout
12053         (realizeFont): layout as layout
12054
12055         * paragraph.C (writeFile): layout as layout
12056         (validate): layout as layout
12057         (getFont): layout as layout
12058         (getLabelFont): layout as layout
12059         (getLayoutFont): layout as layout
12060         (breakParagraph): layout as layout
12061         (stripLeadingSpaces): layout as layout
12062         (getEndLabel): layout as layout
12063         (getMaxDepthAfter): layout as layout
12064         (applyLayout): layout as layout
12065         (TeXOnePar): layout as layout
12066         (simpleTeXOnePar): layout as layout
12067         (TeXEnvironment): layout as layout
12068         (layout): layout as layout
12069         (layout): layout as layout
12070
12071         * lyxtextclass.C (compare_name): new functor to work with
12072         shared_ptr, layout as layout
12073         (Read): layout as layout
12074         (hasLayout): layout as layout
12075         (operator): layout as layout
12076         (delete_layout): layout as layout
12077         (defaultLayout): layout as layout
12078
12079         * lyxlayout_ptr_fwd.h: new file
12080
12081         * lyxlayout.C (Read): layout as layout
12082
12083         * lyx_cb.C (MenuInsertLabel): layout as layout
12084
12085         * bufferlist.C (newFile): layout as layout
12086
12087         * buffer.C (readLyXformat2): layout as layout
12088         (parseSingleLyXformat2Token): layout as layout
12089         (insertStringAsLines): layout as layout
12090         (asciiParagraph): layout as layout
12091         (latexParagraphs): layout as layout
12092         (makeLinuxDocFile): layout as layout
12093         (simpleLinuxDocOnePar): layout as layout
12094         (makeDocBookFile): layout as layout
12095         (simpleDocBookOnePar): layout as layout
12096         (getLists): layout as layout
12097
12098         * LaTeXFeatures.C (getTClassPreamble): layout as layout
12099
12100         * CutAndPaste.C (cutSelection): layout as layout
12101         (pasteSelection): layout as layout
12102         (SwitchLayoutsBetweenClasses): layout as layout
12103
12104         * BufferView_pimpl.C (Dispatch): layout as layout
12105         (smartQuote): layout as layout
12106
12107         * BufferView2.C (unlockInset): layout as layout
12108
12109 2002-06-24  André Pönitz <poenitz@gmx.net>
12110
12111         * lyxfunc.C: fix #487
12112
12113 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12114
12115         * lyxrc.h:
12116         * lyxrc.C:
12117         * lyxfunc.C: remove display_shortcuts, show_banner
12118
12119 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12120
12121         * Buffer_pimpl.C: oops, update on resize
12122
12123 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12124
12125         * buffer.C:
12126         * converter.C:
12127         * exporter.C:
12128         * lyxfunc.C:
12129         * BufferView.h:
12130         * BufferView.C: use repaint()
12131
12132         * BufferView_pimpl.h:
12133         * BufferView_pimpl.C: s/updateScreen()/repaint()/
12134           as it's a clearer description. Remove superfluous
12135           redraws.
12136
12137 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12138
12139         * text.C: fix bug 488. Not ideal, but getting
12140           getWord() to work properly for the insets that
12141           matter is more difficult ...
12142
12143 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12144
12145         * BufferView_pimpl.C:
12146         * LyXAction.C:
12147         * commandtags.h:
12148         * lyxfunc.C: remove the six million index lyxfuncs to just
12149           one, and DTRT (bug 458)
12150
12151 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12152
12153         * BufferView.h:
12154         * BufferView.C:
12155         * BufferView_pimpl.h:
12156         * BufferView_pimpl.C: clean up resize() stuff,
12157           and unnecessary updateScreen()s
12158
12159 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12160
12161         * BufferView.h:
12162         * BufferView.C:
12163         * BufferView_pimpl.h:
12164         * BufferView_pimpl.C:
12165         * lyxfind.h:
12166         * lyxfind.C:
12167         * minibuffer.C: remove focus management of workarea,
12168           not needed. Use screen's greyOut()
12169
12170 2002-06-17  Herbert Voss  <voss@lyx.org>
12171
12172         * converter.C: (convert) do not post a message, when converting
12173         fails, let the calling function decide what to do in this case
12174
12175 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
12176
12177         * lyxfunc.C: tidy up a little
12178
12179 2002-06-16    <alstrup@diku.dk>
12180
12181         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
12182         Got rid of FORMS_H_LOCATION include. Now we are
12183         GUII.
12184
12185 2002-06-15  LyX Development team  <lyx@rilke>
12186
12187         * buffer.[Ch] (sgmlOpenTag):
12188         (sgmlCloseTag): Added support for avoiding pernicious mixed
12189         content. Return number of lines written.
12190
12191         (makeLinuxDocFile):
12192         (makeDocBookFile): Fixed calls to sgml*Tag.
12193         Simple white space clean.
12194
12195         (simpleDocBookOnePar): Simple white space clean.
12196
12197         * tabular.[Ch] (docBook): Renamed to docbook and got another
12198         argument to related with the pernicious mixed content.
12199
12200         (docbookRow): Fixed calls for docbook inset method.
12201
12202 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12203
12204         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12205         so it's X11 independent.
12206
12207         * kb*.[Ch]: ditto.
12208
12209         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12210
12211 2002-06-15  Lyx Development team  <lyx@electronia>
12212
12213         * intl.h: Renamed getTrans to getTransManager.
12214
12215 2002-06-14  Angus Leeming  <leeming@lyx.org>
12216
12217         * Makefile.am: nuke forgotten stl_string_fwd.h.
12218
12219 2002-06-12  Angus Leeming  <leeming@lyx.org>
12220
12221         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12222
12223 2002-06-13  Angus Leeming  <leeming@lyx.org>
12224
12225         * LaTeX.C:
12226         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12227
12228 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12229
12230         * kbmap.C (getiso): add support for cyrillic and greek
12231
12232 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12233
12234         * BufferView.h:
12235         * BufferView.C:
12236         * BufferView_pimpl.h:
12237         * BufferView_pimpl.C: move bogus scrolling logic
12238           to xforms
12239
12240 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12241
12242         * lyxfunc.C:
12243         * BufferView_pimpl.C: view->resize() change
12244
12245 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12246
12247         * BufferView_pimpl.C: topCursorVisible
12248           prototype change
12249
12250 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12251
12252         * Makefile.am:
12253         * lyx_gui.h:
12254         * lyx_gui.C: move to frontends/
12255
12256         * main.C:
12257         * lyx_main.h:
12258         * lyx_main.C: changes from above
12259
12260 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12261
12262         * intl.C:
12263         * intl.h:
12264         * kbmap.C:
12265         * kbsequence.C:
12266         * lyx_cb.C:
12267         * lyx_main.C: minor tidy
12268
12269 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12270
12271         * BufferView_pimpl.h:
12272         * BufferView_pimpl.C:
12273         * BufferView.h:
12274         * BufferView.C: make painter() const,
12275           remove dead code
12276
12277         * BufferView2.C: use screen() accessor
12278
12279         * lyx_main.h:
12280         * lyx_main.C: some minor cleanup
12281
12282 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12283
12284         * BufferView_pimpl.h:
12285         * BufferView_pimpl.C: remove enter/leaveView,
12286           use workHeight()
12287
12288 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12289
12290         * BufferView.h:
12291         * BufferView.C:
12292         * BufferView2.C:
12293         * BufferView_pimpl.h:
12294         * BufferView_pimpl.C: only construct screen once,
12295           rename
12296
12297         * lyxrc.C: remove pointless comment
12298
12299 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12300
12301         * BufferView.h:
12302         * BufferView.C: remove active() and belowMouse()
12303
12304         * BufferView_pimpl.h:
12305         * BufferView_pimpl.C: use workarea() not workarea_,
12306           and make it use a scoped_ptr instead
12307
12308 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12309
12310         * lyx_gui.C: add debug message on BadWindow
12311
12312 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12313
12314         * sp_spell.C: fdopen is not part of the C++ standard.
12315
12316         * paragraph.C (InsetIterator): use >= instead of ==
12317
12318 2002-06-07  Angus Leeming  <leeming@lyx.org>
12319
12320         Fixes needed to compile with Compaq cxx 6.5.
12321         * BufferView_pimpl.C:
12322         * DepTable.C:
12323         * buffer.C:
12324         * converter.C:
12325         * encoding.C:
12326         * lyx_gui.C:
12327         * lyx_main.C:
12328         * lyxtextclasslist.C:
12329         * minibuffer.C:
12330         * sp_spell.C:
12331         * tabular_funcs.C:
12332         * vc-backend.C:
12333         all c-library variables have been moved into namespace std. Wrap
12334         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12335
12336         * lyxlength.C:
12337         * tabular-old.C:
12338         * tabular.C:
12339         Add a using std::abs declaration.
12340
12341         * kbmap.h (modifier_pair):
12342         * paragraph.h (InsetTable, InsetList):
12343         * lyxfont.h (FontBits):
12344         type definition made public.
12345
12346         * bufferlist.C (emergencyWriteAll): the compiler complains that
12347         there is more than one possible lyx::class_fun template to choose from.
12348         I re-named the void specialisation as lyx::void_class_fun.
12349
12350         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12351
12352         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12353         the compiler is is unable to find tostr in write_attribute.
12354
12355 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12356
12357         * buffer.C (sgmlError): hide #warning
12358
12359 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12360
12361         * xtl/*: get rid of xtl, which is not in use anyway
12362
12363         * LyXAction.C (init):
12364         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12365         were unimplemented xtl experimentation
12366
12367 2002-06-04  André Pönitz <poenitz@gmx.net>
12368
12369         * lyxfunc.C: disable array operation on simple formulae
12370
12371 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12372
12373         * converter.C: constify a bit
12374
12375 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12376
12377         * lyx_gui.C: check xforms version correctly
12378
12379 2002-04-30  Herbert Voss  <voss@lyx.org>
12380
12381         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12382         "keep" option
12383
12384 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12385
12386         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12387           attempt to register it with a VCS)
12388
12389 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12390
12391         * lyx_main.C (init): honor variables LYX_DIR_13x and
12392         LYX_USERDIR_13x
12393
12394 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12395
12396         * buffer.h:
12397         * buffer.C:
12398         * lyx_main.C: fix a crash on bad command line,
12399           and give a useful exit status on error
12400
12401         * lyxfunc.C (doImport): allow -i lyx to work
12402
12403 2002-03-30  André Pönitz <poenitz@gmx.net>
12404
12405         * lyxfunc.C: mathed font changes
12406
12407 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12408
12409         * LaTeX.C:
12410         * importer.h:
12411         * importer.C:
12412         * lyx_sty.h:
12413         * lyx_sty.C:
12414         * lyxlex.C:
12415         * lyxrow.h:
12416         * lyxtext.h:
12417         * paragraph.h:
12418         * paragraph.C:
12419         * texrow.h:
12420         * texrow.C:
12421         * text.C:
12422         * trans_mgr.h: srcdocs, and some minor cleanups
12423
12424 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12425
12426         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12427         call getFont all the time)
12428
12429 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12430
12431         * switch from SigC signals to boost::signals
12432
12433 2002-05-29  André Pönitz <poenitz@gmx.net>
12434
12435         * paragraph_pimpl.C (getChar): don't call size() too often...
12436
12437 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12438
12439         * paragraph_pimpl.C (insertChar): do not try to update tables when
12440         appending (pos == size())
12441
12442         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12443         in order to reduce drastically the number of comparisons needed to
12444         parse a large document
12445
12446 2002-05-29  André Pönitz <poenitz@gmx.net>
12447
12448         * text.C:
12449         * text2.C:
12450         * lyxtextclass.C:
12451         * sp_pspell.h:
12452         * textclasslist.[Ch]:
12453         * sp_ispell.h: whitespace change
12454
12455 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12456
12457         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12458         lyxaction directly now.
12459
12460 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12461
12462         * trans.C:
12463         * lyxfont.C:
12464         * lyxvc.C: remove unused headers
12465
12466 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12467
12468         * Makefile.am:
12469         * buffer.h:
12470         * undostack.h:
12471         * undostack.C:
12472         * undo_funcs.h:
12473         * undo_funcs.C: some cleanups. Use shared_ptr
12474           and a template for the undo stacks.
12475
12476 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12477
12478         * BufferView_pimpl.h:
12479         * BufferView_pimpl.C:
12480         * kbmap.h:
12481         * kbmap.C:
12482         * kbsequence.h:
12483         * kbsequence.C:
12484         * lyxfunc.h:
12485         * lyxfunc.C:
12486         * text2.C: use key_state/mouse_state
12487
12488 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12489
12490         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12491         and LSubstring
12492
12493         * chset.C: change include order
12494         (loadFile): use boost regex and get rid of LRegex and LSubstring
12495
12496         * Makefile.am (BOOST_LIBS): new variable
12497         (lyx_LDADD): use it
12498
12499         * LaTeX.C: change include order.
12500         (scanAuxFile): use boost regex and get rid of LRegex and
12501         LSubstring
12502         (deplog): ditto
12503
12504 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12505
12506         * ColorHandler.h:
12507         * ColorHandler.C:
12508         * FontInfo.h:
12509         * FontInfo.C: moved to frontends/xforms/
12510
12511         * FontLoader.h:
12512         * FontLoader.C: moved into frontends for GUIIzation
12513
12514         * Makefile.am:
12515         * lyx_gui.C:
12516         * lyxfont.C:
12517         * lyxfunc.C: changes from above
12518
12519 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12520
12521         * LColor.C: remove spurious X include
12522
12523         * BufferView_pimpl.C:
12524         * Makefile.am:
12525         * font.h:
12526         * font.C:
12527         * text.C:
12528         * text2.C: move font metrics to frontends/
12529
12530 2002-05-24  Juergen Vigna  <jug@sad.it>
12531
12532         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12533         setting the undo_cursor.
12534
12535         * ParagraphParameters.h: include local includes first.
12536
12537 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12538
12539         * BufferView_pimpl.C:
12540         * BufferView_pimpl.h:
12541         * Makefile.am:
12542         * WorkArea.h:
12543         * WorkArea.C:
12544         * screen.C: move WorkArea into frontends/
12545
12546         * lyxscreen.h:
12547         * screen.C:
12548         * text.C:
12549         * BufferView.C:
12550         * BufferView2.C: move LyXScreen into frontends/
12551
12552         * lyxlookup.h:
12553         * lyxlookup.C:
12554         * lyx_gui.C: move lyxlookup into frontends/xforms/
12555
12556 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12557
12558         * BufferView2.C:
12559         * BufferView_pimpl.C:
12560         * FontLoader.C:
12561         * LyXView.h:
12562         * LyXView.C:
12563         * Makefile.am:
12564         * WorkArea.C:
12565         * XFormsView.h:
12566         * XFormsView.C:
12567         * buffer.C:
12568         * bufferlist.C:
12569         * bufferview_funcs.C:
12570         * converter.C:
12571         * importer.C:
12572         * lyx_cb.C:
12573         * lyx_gui.C:
12574         * lyx_main.C:
12575         * lyx_find.C:
12576         * lyxfunc.C:
12577         * lyxvc.C:
12578         * minibuffer.C:
12579         * text.C:
12580         * text2.C:
12581         * trans.C:
12582         * vc-backend.C: move LyX/XFormsView into frontends/
12583
12584 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12585
12586         * Makefile.am:
12587         * PainterBase.C:
12588         * PainterBase.h:
12589         * Painter.C:
12590         * Painter.h:
12591         * WorkArea.C:
12592         * WorkArea.h:
12593         * screen.C:
12594         * tabular.C:
12595         * text.C:
12596         * text2.C: move Painter to frontends/
12597
12598 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12599
12600         * buffer.C: comment out some some code that depend upon lyx_format
12601         < 220
12602
12603         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12604         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12605
12606         * buffer.h (NO_COMPABILITY): turn off compability
12607
12608         * ColorHandler.C: include scoped_array.hpp
12609
12610         * font.C: Use more specific smart_ptr header.
12611         * Painter.C: ditto
12612         * gettext.C: ditto
12613         * ShareContainer.h: ditto
12614         * lyx_main.h: ditto
12615         * kbmap.h: ditto
12616         * FontInfo.h: ditto
12617         * BufferView_pimpl.h: ditto
12618         * ColorHandler.h: ditto
12619
12620         * kbmap.C (defkey): change call to shared_ptr::reset
12621
12622 2002-05-21  Juergen Vigna  <jug@sad.it>
12623
12624         * buffer.C (insertErtContents): fix to insert ert asis if it is
12625         non empty. Skip it completely if it contains only whitespaces.
12626
12627 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12628
12629         * BufferView_pimpl.C:
12630         * BufferView2.C: clear selection on paste (bug 393)
12631
12632 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12633
12634         * DepTable.C: include ctime
12635
12636 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12637
12638         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12639
12640 2002-05-14  Juergen Vigna  <jug@sad.it>
12641
12642         * text.C (breakParagraph): fixed function to honor the keepempty
12643         layout in the right maner and also to permit the right breaking
12644         algorithm on empty or non empyt keepempty paragraphs.
12645
12646         * paragraph.C (breakParagraph): we have to check also if the par
12647         is really empty (!size()) for isempty otherwise we do the wrong
12648         paragraph break.
12649
12650 2002-05-10  Juergen Vigna  <jug@sad.it>
12651
12652         * buffer.[Ch] : The following are only changes to the ert
12653         compatibility read reading old LaTeX layout and font stuff and
12654         convert it to ERTInsets.
12655
12656         * buffer.h: added isErtInset().
12657
12658         * buffer.C (struct ErtComp): add a fromlayout bool to check
12659         if we're inside a LaTeX layout.
12660         (isErtInset): new helper function.
12661         (insertErtContents): look for other ert insets before this one
12662         and insert the contents there, so that we don't have subsequent
12663         ERT insets with nothing between them. This way we create only one
12664         inset with multiple paragraphs. Also check if we don't insert only
12665         spaces ' ' as they are ignored anyway afterwards in the .tex file
12666         so if we have only spaces we will ignore this latex part in the
12667         new file.
12668         (parseSingleLyXformat2Token \\layout): better compatibility when
12669         reading layout-latex stuff.
12670         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12671         language tag.
12672         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12673         stuff after reading the inset only get the information back from
12674         the stack.
12675
12676 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12677
12678         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12679
12680         * LaTeXFeatures.C (getBabelOptions): New method.
12681
12682 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12683
12684         * BufferView_pimpl.C (Dispatch): work around missing argument for
12685         'layout'
12686
12687 2002-05-08  Juergen Vigna  <jug@sad.it>
12688
12689         * text.C (leftMargin): handle paragraph leftindent.
12690
12691         * paragraph.C (writeFile): write the new \\leftindent tag.
12692         (validate): handle leftindent code.
12693         (TeXEnvironment): handle paragraphleftindent code again.
12694
12695         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12696
12697         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12698         for paragrap_extra indent code and new token \\leftindent.
12699         (latexParagraphs): handle the leftindent as environment.
12700
12701         * ParameterStruct.h: added leftindent support.
12702
12703         * ParagraphParameters.C (leftIndent): added support functions for
12704         the paragraph left indent.
12705
12706         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12707         more appropriate.
12708
12709 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12710
12711         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12712         inside insetERT.
12713
12714         * text.C (computeBidiTables): No bidi in insetERT.
12715
12716         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12717         in RTL documents.
12718
12719 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12720
12721         * version.C.in: pre 5
12722
12723 2002-05-02  José Matos  <jamatos@fep.up.pt>
12724         * buffer.C (makeDocBookFile): white space changes, add newline to
12725         command styles.
12726         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12727
12728         * tabular.C (docBook): fix typo.
12729
12730 2002-05-03  Juergen Vigna  <jug@sad.it>
12731
12732         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12733         change in LyXText as we can not be sure it was not freed.
12734         (drawOneRow): remove unused code.
12735
12736         * text.C (drawInset): redo the calculation of the need_break_row as
12737         it could have a row which was already freed.
12738         (draw): look at the return value of drawInset and return false if
12739         it also returned false.
12740         (paintRowText): look at the return value of draw and return false if
12741         it also returned false.
12742
12743         * lyxtext.h: added bool return type to drawInset() and draw() so that
12744         if we have a change in the row so that the rowbreak has to be redone
12745         we abort drawing as it will be called again.
12746
12747 2002-05-02  Juergen Vigna  <jug@sad.it>
12748
12749         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12750         a change in the maintext also if we're inside an inset.
12751         (Dispatch): set the cursor again after a break line and after the
12752         screen has been updated as it could be we're in a different row.
12753
12754         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12755         to set the cursor behind the pargraph with > size().
12756         (setCursor): check also for the same paragraph when checking where
12757         to put the cursor if we have a NFR inset.
12758
12759         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12760         parts of layout read further up as it still was in the wrong
12761         position.
12762
12763 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12764
12765         * screen.C (drawFromTo): change sine fullRebreak always return
12766         true.
12767
12768         * buffer.C (parseSingleLyXformat2Token): reindent some
12769
12770         * BufferView_pimpl.C (update): change since fullRebreak always
12771         return true.
12772         (Dispatch): git rid of the last hardcoded "Standard"s.
12773
12774 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12775
12776         * text2.[Ch] (fullRebreak): make it return void now that we always
12777         returned true.
12778
12779 2002-04-30  Juergen Vigna  <jug@sad.it>
12780
12781         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12782         ert compatibility check for "latex" layout.
12783
12784 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12785
12786         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12787         minipages: use col% instead of p%, and also use the current font.
12788         (makeLaTeXFile): Fix use babel condition.
12789         (parseSingleLyXformat2Token): Correct font when reading old floats.
12790
12791 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12792
12793         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12794         inserting list of floats.
12795
12796 2002-04-25  Herbert Voss  <voss@lyx.org>
12797
12798         * MenuBackend.C (expand): don't add the graphics extensions to the
12799         export menu
12800
12801 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12802
12803         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12804         non-existing layout, do not complain if it was the default layout
12805         of the original class (bug #342)
12806
12807 2002-04-24  Juergen Vigna  <jug@sad.it>
12808
12809         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12810         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12811
12812 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12813
12814         * buffer.C (getBibkeyList): If using \bibliography, return the
12815         option field with the reference itself. Enables us to provide natbib
12816         support when using \bibliography.
12817
12818 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12819
12820         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12821
12822         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12823         natbib is provided by the LaTeX class.
12824
12825 2002-04-23  Juergen Vigna  <jug@sad.it>
12826
12827         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12828         Wakeup functions.
12829
12830         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12831
12832 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12833
12834         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12835
12836         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12837         ensuremath around textordmasculine, textordfeminine and
12838         textdegree.
12839
12840 2002-04-19  Juergen Vigna  <jug@sad.it>
12841
12842         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12843         reinitializing the buffer otherwise row-dimensions may be wrong.
12844         (update): reset also the selection cursors if they do exits otherwise
12845         their x/y positions may be wrong.
12846
12847         * text2.C (cursorDown): don't enter the inset if we came from a row
12848         above and are one row over the inset.
12849
12850         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12851         really leaving an inset.
12852
12853 2002-04-18  Juergen Vigna  <jug@sad.it>
12854
12855         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12856         of the selected paragraph does not have the selected layout also if
12857         the last one had!
12858
12859         * text2.C (setLayout): fixed bug which did not change last selected
12860         paragraph.
12861
12862         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12863         changed the read and substituted \\end_float with \\end_inset!
12864
12865         * BufferView_pimpl.C (cursorPrevious):
12866         (cursorNext): fixed to make it work with rows heigher than the work
12867         area without moving the cursor only the draw of the row.
12868         (workAreaMotionNotify): fix jumping over high rows.
12869
12870 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12871
12872         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12873         Ressler.
12874
12875 2002-04-16  Juergen Vigna  <jug@sad.it>
12876
12877         * text2.C (setCursor): set also the irow().
12878         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12879         (cursorUp):
12880         (cursorDown): support for locking an inset if the x_fix value goes
12881         inside it. That way I can transverse insets too with cursor up/down.
12882
12883         * lyxrow.h: added irow helper function same as other (i) functions.
12884
12885         * BufferView_pimpl.C (cursorPrevious):
12886         (cursorNext): fixed for insets!
12887
12888 2002-04-15  Juergen Vigna  <jug@sad.it>
12889
12890         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12891         position otherwise it is wrong in some cases.
12892
12893         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12894         inside the inset before the call.
12895
12896 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12897
12898         * buffer.[Ch] (getBibkeyList): make it const.
12899
12900 2002-04-12  Juergen Vigna  <jug@sad.it>
12901
12902         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12903
12904         * text2.C (getCursorX): new helper function
12905         (setCursor): compute also ix_
12906         (setCursorFromCoordinates): set also ix.
12907
12908         * lyxcursor.h: added ix_ and helper functions.
12909
12910         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12911
12912         * buffer.C (insertStringAsLines): dont break paragraph if the this
12913         paragraph is inside an inset which does not permit it!
12914
12915         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12916         also with no chars on this paragraph.
12917         (paintRowText): only paint stuff if it's inside the workarea!
12918
12919         * paragraph.C (breakParagraph): honor keepempty flag and break the
12920         paragraph always below not above.
12921
12922         * BufferView2.C (unlockInset): update the paragraph layout on inset
12923         unlock as we changed paragraph in such a case.
12924
12925         * lyxfind.C (LyXFind): clear the former selection if not found!
12926
12927         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12928         again called in insertChar().
12929
12930         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12931         an inset which uses the whole row!
12932         (rightMargin): ditto.
12933         (insertChar): force a rebreak if we inserted an inset!
12934
12935 2002-03-28  Herbert Voss  <voss@lyx.org>
12936
12937         * lyxlength.[Ch]: add inBP() to get the right PS-point
12938         units (BigPoint). With inPixels we have rounding errors
12939
12940 2002-04-11  Juergen Vigna  <jug@sad.it>
12941
12942         * text2.C (setCursorFromCoordinates): set iy to the right value.
12943         (setCursor): add check if row->previous exists!
12944
12945         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12946         an old float_type as this was the case in the old code!
12947
12948         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12949
12950         * BufferView2.C (showLockedInsetCursor): use iy
12951         (fitLockedInsetCursor): ditto
12952
12953         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12954         locked insets as there we have the right value now.
12955
12956         * lyxcursor.C: added iy_ variable and iy functions to set to the
12957         baseline of cursor-y of the locked inset.
12958
12959         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12960         (setCursor): fixed for insets which need a full row.
12961
12962         * text.C (rowLastPrintable): don't ignore the last space when before
12963         an inset which needs a full row.
12964         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12965         as last character of a row when before a inset which needs a full row.
12966
12967 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12968
12969         * version.C.in: update date
12970
12971         * text2.C (fullRebreak): try to always return true and see what
12972         happens...
12973
12974 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12975
12976         * MenuBackend.C (expand): use Floating::listName
12977
12978         * FloatList.C (FloatList): add listName argument to the built-in
12979         floats
12980
12981         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12982         text associated with the float.
12983
12984 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12985
12986         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12987
12988 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12989
12990         * ShareContainer.h: add a couple of missing typenames.
12991
12992 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12993
12994         * lyxrc.C (getDescription): use _() correctly rather than N_().
12995
12996 2002-03-28  Herbert Voss  <voss@lyx.org>
12997
12998         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12999         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
13000
13001 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13002
13003         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
13004         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
13005
13006 2002-03-29  Juergen Vigna  <jug@sad.it>
13007
13008         * lyxfunc.C (dispatch): add a missing fitCursor call.
13009
13010         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
13011         it was scrolled by a cursor move, so return the bool status.
13012
13013         * BufferView.C (fitCursor): return the bool flag also to the outside
13014         world as this is needed.
13015
13016         * screen.C (toggleToggle): don't subtract the offset if it's positive.
13017
13018         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
13019         call the edit() as it is not needed (and wrong) IMO.
13020         (workAreaButtonPress): set the screen_first variable before evt.
13021         unlock the inset as this may change screen_first and then we have
13022         a wrong y position for the click!
13023
13024 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13025
13026         * MenuBackend.C (expand): another translation that I missed
13027
13028 2002-03-28  Juergen Vigna  <jug@sad.it>
13029
13030         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
13031
13032         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
13033
13034 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13035
13036         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
13037
13038         * MenuBackend.C (expand): fix export/view/update when there is no
13039         document open.
13040
13041 2002-03-27  Herbert Voss  <voss@lyx.org>
13042
13043         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
13044         and text%
13045
13046 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13047
13048         * bufferview_funcs.C (currentState): only show paragraph number
13049         for is DEVEL_VERSION is set.
13050
13051         * lyxfunc.C (dispatch): put warning in INFO channel
13052
13053         * MenuBackend.C (expand): translate the name of floats
13054
13055         * FloatList.C (FloatList): mark the float names for translation
13056
13057         * converter.C (convert): use LibScriptSearch
13058
13059 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13060
13061         * MenuBackend.C (defaults): fix default menu (we might as well get
13062         rid of it...)
13063
13064 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13065
13066         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
13067         directory.
13068
13069 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13070
13071         * lyxvc.C: reorder includes.
13072
13073 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
13074
13075         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
13076           properly
13077
13078 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
13079
13080         * CutAndPaste.C: change layouts earlier on paste
13081           to avoid crashing when calling getFont()
13082
13083 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
13084
13085         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
13086         irritating #error.
13087
13088 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13089
13090         * WorkArea.C: remove 'Pending' debug message.
13091
13092         * most files: ws cleanup
13093
13094         * buffer.[Ch]: ws changes
13095
13096         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
13097
13098 2002-03-21  Juergen Vigna  <jug@sad.it>
13099
13100         * tabular.C (SetMultiColumn): collapse also the contents of the
13101         cells and set the last border right. Added a Buffer const * param.
13102
13103 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13104
13105         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
13106         linking or not.
13107
13108 2002-03-19  Juergen Vigna  <jug@sad.it>
13109
13110         * text2.C (clearSelection): reset also xsel_cache.
13111
13112         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
13113         where it needs to be called (John tells us to do so too :)
13114         (selectionLost): reset sel_cache.
13115
13116         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
13117
13118 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13119
13120         * text2.C (setCursorIntern): put debuging code in INSETS channel
13121
13122 2002-03-19  André Pönitz <poenitz@gmx.net>
13123
13124         * lyxfunc.C: tiny whitespace change
13125
13126 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13127
13128         * ToolbarDefaults.C (init):
13129         * LyXAction.C (init):
13130         * commandtags.h:
13131         * BufferView_pimpl.C (Dispatch):
13132         * lyxfunc.C (dispatch): remove LFUN_DEPTH
13133
13134 2002-03-19  Allan Rae  <rae@lyx.org>
13135
13136         * exporter.C (Export): removeAutoInsets before doing anything else.
13137         While I've just introduced a dependency on BufferView this really is
13138         the best place to clean the buffer otherwise you need to cleanup in
13139         a dozen places before calling export or cleanup in a dozen functions
13140         that export calls.
13141
13142         * converter.C (runLaTeX):
13143         (scanLog): Better handling of removeAutoInsets and screen updates.
13144
13145         * lyxfunc.C (dispatch): small whitespace changes
13146
13147 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13148
13149         * WorkArea.C (C_WorkAreaEvent): return a value.
13150         (event_cb): return 1 if we handled the event, 0 otherwise.
13151
13152         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
13153
13154 2002-03-18  Juergen Vigna  <jug@sad.it>
13155
13156         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
13157         (GetAdditionalWidth): ditto.
13158         (RightLine): ditto.
13159         (LeftLine): ditto.
13160
13161         * BufferView2.C (copy): use getLyXText() so that we do it inside an
13162         inset if we're there actually (probably not used right now but this
13163         is the direction to go for unifying code).
13164         (paste): disable code to clear the selection.
13165
13166         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
13167         inside an InsetText and move the check further up as it is in the
13168         wrong place.
13169
13170         * text2.C (pasteSelection): set a selection over the pasted text.
13171
13172 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
13173
13174         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
13175         and libgraphics to build on Cygwin.
13176
13177 2002-03-15  Juergen Vigna  <jug@sad.it>
13178
13179         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
13180         inserting an Inset into the paragraph. I know this is not the best
13181         fix but we already use current_view in CutAndPaste so we will remove
13182         all of it's using at the same time.
13183
13184         * buffer.C (sgmlError): deactivated function till it is rewritten in
13185         the right mode, now it can create problems.
13186
13187         * paragraph.C (isLineSeparator): check if getInset returns != 0,
13188         before accessing it.
13189
13190 2002-03-14  Juergen Vigna  <jug@sad.it>
13191
13192         * undo_funcs.C (textHandleUndo): do the right thing when updating
13193         the inset after the undo/redo.
13194
13195         * text2.C (setCursor): just some testcode for #44 not ready yet.
13196
13197         * undo_funcs.C (textHandleUndo): set the next() and previous()
13198         pointers of the paragraph to 0 before deleting otherwise we have
13199         problems with the Paragraph::[destructor].
13200
13201         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13202         on a paragraph insertion.
13203
13204 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13205
13206         * buffer.C (asciiParagraph): use += operator for char append to
13207         string.
13208
13209         * paragraph.C (getFontSettings): compare >= not just >
13210         (highestFontInRange): ditto
13211         (setFont): ditto
13212
13213 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13214
13215         * paragraph.C: change several algorithm to be more appripriate for
13216         the problem domain. This is lookip in FontList and in the InsetList.
13217
13218 2002-03-13  André Pönitz <poenitz@gmx.net>
13219
13220         * commandtags.h:
13221         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13222
13223 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13224
13225         * commandtags.h:
13226         * LyXAction.C:
13227         * lyxfunc.C:
13228         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13229
13230 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13231
13232         * Painter.C (display): anon helper function, adjust code for this
13233         change.
13234         (pixmap): remove function.
13235
13236         * Painter.h: remove private display variable.
13237
13238         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13239
13240 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13241
13242         * WorkArea.[Ch]: remove figinset_canvas cruft.
13243
13244 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13245
13246         * lyxtextclass.C (operator): add one item cache optimization.
13247
13248         * bufferlist.h: doxy changes
13249
13250         * bufferlist.C: ws changes
13251
13252         * DepTable.[Ch] (ext_exist): place const in the right spot.
13253
13254         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13255         call resizeInsets.
13256         (workAreaExpose): call resizeInsets when the with BufferView changes.
13257         (Dispatch): adjust for protectedBlank removal
13258         (specialChar): call updateInset if the insert went ok.
13259
13260         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13261         specialChar instead.
13262
13263         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13264
13265         * BufferView.h: doxy change
13266
13267         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13268
13269         * lyxtextclass.C (operator[]): remove non-const version
13270         (defaultLayout): remove non-const version
13271
13272 2002-03-12  Juergen Vigna  <jug@sad.it>
13273
13274         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13275         did resize the LyXText too.
13276
13277         * buffer.C (readLyXformat2): set layout information on newly allocated
13278         paragraphs.
13279
13280         * tabular.C (OldFormatRead): set layout information on the paragraph.
13281
13282 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13283
13284         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13285
13286 2002-03-11  Juergen Vigna  <jug@sad.it>
13287
13288         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13289         plainly wrong.
13290         (resizeCurrentBuffer): force also the insets to resize themselfes.
13291         (moveCursorUpdate): fixed up for InsetText.
13292
13293 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13294
13295         * commandtags.h:
13296         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13297         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13298         value of Dialogs::tooltipsEnabled().
13299         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13300
13301 2002-03-08  Juergen Vigna  <jug@sad.it>
13302
13303         * BufferView_pimpl.C (updateInset): update inset inside inset also
13304         if it isn't inside theLockingInset().
13305
13306 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13307
13308         * buffer.C (asciiParagraph): redo some of the word and line length
13309         handling.
13310         (getLists): look for Caption instead of caption.
13311
13312 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13313
13314         * buffer.C (Buffer): initialize niceFile to true
13315         (makeLaTeXFile):
13316         (makeLinuxDocFile):
13317         (makeDocBookFile): make sure niceFile is true on exit
13318
13319 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13320
13321         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13322
13323 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13324
13325         * LyXSendto.C: remove.
13326         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13327         * lyx_gui.C: remove now-redundant comment.
13328         * ColorHandler.h: remove forward declaration of class WorkArea.
13329         * lyxfunc.C: remove #include "WorkArea.h".
13330
13331 2002-03-07  Juergen Vigna  <jug@sad.it>
13332
13333         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13334         got moved away with the DEPM and also set the inset_owner always
13335         right which before could have been omitted.
13336
13337 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13338
13339         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13340         wanted layout is not found.
13341
13342 2002-03-07  Juergen Vigna  <jug@sad.it>
13343
13344         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13345
13346 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13347
13348         * paragraph.C (breakParagraph): use default layout not layout of
13349         prev paragraph.
13350         (Paragraph): clear ParagraphParameters.
13351
13352 2002-03-06  Juergen Vigna  <jug@sad.it>
13353
13354         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13355         otherwise it would not be a valid lenght. Fixed a special case in
13356         the minipage compatibility read where we end the document with a
13357         minipage.
13358
13359         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13360         was set as it could be 0 for InsetTexts first entry.
13361
13362 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13363
13364         * paragraph.C (writeFile): if layout is empty write out
13365         defaultLayoutName().
13366
13367         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13368         file without named layout we set layout to defaultLayoutName().
13369
13370 2002-03-06  Juergen Vigna  <jug@sad.it>
13371
13372         * CutAndPaste.C (copySelection): set layout for new paragraph.
13373
13374         * text.C (prepareToPrint): leave ERT inset left aligned
13375         (leftMargin): don't indent paragraphs inside ERT insets
13376
13377 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13378
13379         * paragraph.C (breakParagraph): dont call clear do the work manually
13380
13381         * paragraph.[Ch] (clear): remove function
13382
13383 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13384
13385         * paragraph.C (Paragraph): dont call clear, the work has already
13386         been done.
13387
13388         * lyxtextclass.C (operator): assert if n is empty
13389
13390         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13391         work manually instead.
13392
13393 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13394
13395         * BufferView_pimpl.C: protect selectionLost against text == 0
13396
13397 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13398
13399         * text.C (breakParagraph): fix a setting layout to '0' problem.
13400
13401 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13402
13403         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13404         final location of file, for the included files, and graphics.
13405
13406 2002-03-05  Juergen Vigna  <jug@sad.it>
13407
13408         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13409
13410 2002-03-04  Juergen Vigna  <jug@sad.it>
13411
13412         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13413
13414         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13415         last column of multicolumn cells.
13416         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13417
13418 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13419
13420         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13421         file if it doesn't go to a temporary file.
13422
13423         * buffer.C (sgmlOpenTag):
13424         (sgmlCloseTag):  remove extra newline insertion.
13425
13426 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13427
13428         * text.C (getRowNearY): comment out debug msg
13429
13430 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13431
13432         * text2.C: first -> first_y
13433
13434         * text.C (getRowNearY): add some attemts at a possible
13435         optimization, not working.
13436
13437         * tabular.[Ch]: add BufferParams to several function so that newly
13438         created paragraph can be initialized to he default layotu for the
13439         buffers textclass.
13440
13441         * tabular-old.C (ReadOld): add buf->params to call of Init
13442
13443         * screen.C: rename text->first to text->first_y
13444
13445         * paragraph.C (breakParagraph): always set layout in the broken
13446         paragraph
13447
13448         * lyxtextclass.C (Read): remove lowercase
13449         (hasLayout): ditto
13450         (operator): ditto
13451         (delete_layout): ditto
13452
13453         * lyxtext.h: rename first -> first_y
13454
13455         * lyxlayout.C (Read): remove lowercase
13456         (name): ditto
13457         (setName): ditto
13458         (obsoleted_by): ditto
13459
13460         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13461
13462         * buffer.C (insertErtContents): add params are to InsetERT
13463         (parseSingleLyXformat2Token): add code to check if a paragraphs
13464         layout really exist.
13465         (parseSingleLyXformat2Token): add params to several inset
13466         constructors
13467         (asciiParagraph): remove lowercase, do the layout comparisons with
13468         no_case
13469
13470         * BufferView_pimpl.C (cursorNext): first -> first_y
13471         (resizeCurrentBuffer): first -> first_y
13472         (updateScrollbar): first -> first_y
13473         (scrollCB): first -> first_y
13474         (workAreaMotionNotify): first -> first_y
13475         (workAreaButtonPress): first -> first_y
13476         (checkInsetHit): first -> first_y
13477         (cursorPrevious): first -> first_y
13478         (cursorNext): first -> first_y
13479         (Dispatch): add buffer_->params to severl inset contructors
13480
13481 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13482
13483         * lyxlayout.C (Read): remove some debug info that I forgot.
13484
13485         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13486         clean up the code slightly.
13487         (makeLinuxDocFile): ditto
13488         (makeDocBookFile): ditto
13489
13490         * text2.C: layout as string
13491
13492         * text.C: layout as string
13493
13494         * paragraph_pimpl.C: layout as string
13495
13496         * paragraph.[Ch]: layout as string
13497
13498         * lyxtextclasslist.[Ch]: layout as string
13499
13500         * lyxtextclass.[Ch]: layout as string
13501
13502         * lyxtext.h: layout as string
13503
13504         * lyxlayout.[Ch]: layout as string
13505
13506         * lyx_cb.C: layout as string
13507
13508         * bufferview_funcs.C: layout as string
13509
13510         * bufferparams.C: layout as string
13511
13512         * buffer.C: layout as string
13513
13514         * LyXView.[Ch]: layout as string
13515
13516         * LaTeXFeatures.[Ch]: layout as string
13517
13518         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13519
13520         * BufferView_pimpl.C: change current_layout to string, remove
13521         lyx::layout_type.
13522         (Dispatch):
13523         (smartQuote):
13524         (insertInset):
13525         (workAreaButtonRelease): layout as string
13526
13527         * BufferView2.C (unlockInset): adjust
13528
13529         * vspace.C (asLatexCommand): use an explict temp variable.
13530
13531 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13532
13533         * Makefile.am: use FRONTEND_*
13534
13535 2002-03-01  Juergen Vigna  <jug@sad.it>
13536
13537         * tabular.C (SetWidthOfMulticolCell): changed to something better
13538         I hope but still work in progress.
13539         (recalculateMulticolumnsOfColumn): renamed function from
13540         recalculateMulticolCells as it is more appropriate now.
13541         (SetWidthOfCell): calculate multicols better.
13542
13543 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13544
13545         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13546
13547         * lyxfunc.C (processKeySym): print sequence also if it is
13548         `deleted' (complete)
13549
13550         * kbsequence.C (print): print sequence even if it is deleted
13551         (complete would be a better word, actually).
13552
13553         * lyxfunc.C (dispatch): print complete options after a prefix key
13554
13555         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13556
13557 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13558
13559         * text2.C (setCharFont): eliminate setCharFont code duplication.
13560
13561 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13562
13563         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13564         LFUN_TABULAR_FEATURE (bug #177)
13565
13566 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13567
13568         * Makefile.am: remove figure.h
13569
13570 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13571
13572         * Bufferview_pimpl.C:
13573         * CutAndPasteC:
13574         * LaTeX.C:
13575         * LyXSendto.C:
13576         * buffer.C:
13577         * bufferlist.C:
13578         * converter.C:
13579         * language.C:
13580         * lyxfunc.C:
13581         * lyxvc.C:
13582         * paragraph.C:
13583         * text.C:
13584         * text2.C: remove #include "lyx_gui_misc.h".
13585
13586         * LaTeX.C: added #include <cstdio>
13587
13588 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13589
13590         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13591         that the paragraph following this one can have.
13592
13593         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13594
13595         * vspace.C (asLatexCommand): fix bogus gcc warning
13596
13597         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13598
13599 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13600
13601         * text2.C (setLayout): get rid of redundant code
13602
13603 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13604
13605         * text2.C (incDepth): make sure depth cannot be increased beyond
13606         reasonable values.
13607
13608 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13609
13610         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13611         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13612
13613         * PainterBase.h (image):
13614         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13615         a LyXImage const *.
13616
13617 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13618
13619         * BufferView.C:
13620         * BufferView.h:
13621         * BufferView_pimpl.C:
13622         * BufferView_pimpl.h:
13623         * LaTeXFeatures.C:
13624         * LyXAction.C:
13625         * LyXView.C:
13626         * Makefile.am:
13627         * UpdateList.h:
13628         * UpdateList.C:
13629         * buffer.C:
13630         * figure.h:
13631         * figureForm.C:
13632         * figureForm.h:
13633         * figure_form.C:
13634         * figure_form.h:
13635         * lyx_cb.C:
13636         * lyx_gui.C:
13637         * lyx_gui_misc.C:
13638         * lyxfunc.C:
13639         * sp_base.h:
13640         * sp_ispell.h:
13641         * sp_pspell.h:
13642         * sp_spell.C: remove fig inset, and the crap house of
13643           cards that follows it
13644
13645 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13646
13647         * Makefile.am:
13648         * lyxserver.C:
13649         * os2_defines.h:
13650         * os2_errortable.h:
13651         * nt_defines.h: move .h into support/
13652
13653         * vms_defines.h: remove
13654
13655         * WorkArea.C: add space in debug output
13656
13657         * text2.C:
13658         * paragraph.C:
13659         * buffer.C: add WITH_WARNINGS
13660
13661         * vc-backend.h:
13662         * vc-backend.C:
13663         * bufferlist.C: s/retrive/retrieve/, add docs
13664
13665         * vspace.h:
13666         * vspace.C:
13667         * kbmap.h:
13668         * lyxlength.h:
13669         * lyxgluelength.h:
13670         * length_common.h:
13671         * chset.h:
13672         * chset.C: add docs
13673
13674         * lyxgui.C: add ID to X error handler
13675
13676         * lyxtestclass.c: fix typo
13677
13678 2002-02-26  Juergen Vigna  <jug@sad.it>
13679
13680         * tabular_funcs.C (write_attribute): changed so that some default
13681         attributes are not written at all.
13682         (getTokenValue): set default values before trying to read the
13683         value so we have the return value always set as default if we don't
13684         find the token we search for.
13685
13686         * tabular.C (Write): write bools as bools not as strings!
13687
13688 2002-02-22  Juergen Vigna  <jug@sad.it>
13689
13690         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13691         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13692
13693         * text.C (leftMargin): don't add an indent for paragraphs inside
13694         tabular cells (fix #208).
13695
13696 2002-02-21  José Matos  <jamatos@fep.up.pt>
13697
13698         * tabular.C (docBook): fixed support for long tables.
13699
13700 2002-02-20  Juergen Vigna  <jug@sad.it>
13701
13702         * text2.C (getFont): get the drawing font of the Inset if this
13703         paragraph is inside an inset (only important for InsetERT for now).
13704
13705         * buffer.C (insertErtContents): use new lanugage params in ERT
13706         constructor.
13707
13708         * CutAndPaste.C: commenting out seemingly uneeded code.
13709
13710 2002-02-19  Allan Rae  <rae@lyx.org>
13711
13712         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13713         Iterators might be simple to use but they also get invalidated.
13714         (removeAutoInsets): renamed saved cursor tracking variables and added
13715         some comments to clarify what everything does.
13716
13717 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13718
13719         * Chktex.C:
13720         * LaTeX.C:
13721         * LyXSendto.C:
13722         * converter.C:
13723         * lyx_cb.C:
13724         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13725         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13726
13727         * lyxfunc.C:
13728         * vc-backend.h: remove #include "support/syscall.h"
13729
13730         * LaTeX.C:
13731         * LyXSendto.C:
13732         * converter.C: rearrange #includes in Lars' approved fashion.
13733
13734         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13735         forward declare class Timeout in the header file.
13736
13737         * XFormsView.C: changes due to the above.
13738
13739         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13740         similar to LyXView.
13741
13742         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13743         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13744
13745 2002-02-18  José Matos  <jamatos@fep.up.pt>
13746
13747         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13748         insets contents.
13749
13750 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13751
13752         * a lot of small ws changes
13753         * add a lot of using std::XXX
13754         * use std construcs some places where approp.
13755         * use some exisint stuff from lyxfunctional where approp.
13756         * Make file changes to use partial linking (lets test this now...)
13757
13758 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13759
13760         * Chktex.C:
13761         * buffer.C:
13762         remove #include "support/syscontr.h" as it's redundant. Always has been.
13763
13764         * Chktex.C:
13765         * LaTeX.C:
13766         * LyXSendto.C:
13767         * converter.C:
13768         * lyx_cb.C:
13769         * vc-backend.C:
13770         change Systemcalls::System to Systemcalls::Wait and
13771         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13772         No change of functionality, just reflects the stripped down Systemcalls
13773         class.
13774
13775 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13776
13777         * debug.[Ch]: add a GRAPHICS type to the enum.
13778
13779 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13780
13781         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13782
13783         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13784         there is an inset.
13785
13786 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13787
13788         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13789         match the changes below.
13790
13791         * text2.C (toggleInset): if there is not editable inset at cursor
13792         position, try to see if cursor is _inside_ a collapsable inset
13793         and close it.
13794
13795 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13796
13797         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13798         document menu has a nice checkbox
13799
13800 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13801
13802         * lyxlength.C (asLatexString): change PW to output as percent of
13803         \textwidth.
13804
13805         * lengthcommon.C: change '%' to 't%'
13806
13807         * lyxfunc.C (dispatch): a few comments from Martin
13808
13809 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13810
13811         * WorkArea.h:
13812         * WorkArea.C:
13813         * BufferView_pimpl.h:
13814         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13815           the X selection.
13816
13817 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13818
13819         * vspace.C (inPixels): fix compiler warning
13820
13821 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13822
13823         * lyxfunc.C (getStatus): fix status message for disabled commands.
13824
13825 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13826
13827         * BufferView_pimpl.C: fix crash on close buffer
13828         during selection (#227)
13829
13830 2002-01-27  Herbert Voss  <voss@lyx.org>
13831
13832         * buffer.C: link old Figure to new graphic inset
13833
13834 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13835
13836         * FontLoader.C (getFontinfo): Change the latex font names in order
13837         to match the names of type1inst.
13838
13839 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13840
13841         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13842
13843         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13844         (extchanged): ditto
13845         (ext_exist): ditto
13846         (remove_files_with_extension): ditto
13847         (remove_file): ditto
13848         (write): ditto
13849
13850         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13851         document is smaller than the work area height. Do not initialize
13852         static variables to 0.
13853
13854 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13855
13856         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13857
13858         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13859         LFUN_LAYOUT_PARAGRAPHS.
13860
13861         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13862         tabular. It is possible to provide a possible cell, which will
13863         typically be the actcell from the corresponding insettabular
13864
13865         * lyxfunc.C (getStatus): small cleanup; disable
13866         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13867         true
13868
13869 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13870
13871         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13872
13873         * paragraph.C (startTeXParParams):
13874         (endTeXParParams): new methods. The LaTeX code to
13875         start/end paragraph formatting
13876         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13877         empty (fixes bug #200)
13878
13879         * vspace.C (inPixels): adapt to the change below
13880         (inPixels): [later] more cleanups (remove unused variables)
13881
13882         * lyxlength.C (inPixels): change to use a width and a height as
13883         parameter.
13884
13885 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13886
13887         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13888         Replaced with \paperwidth
13889
13890         * DepTable.C (insert): add std:: qualifier
13891
13892 2002-01-18  Allan Rae  <rae@lyx.org>
13893
13894         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13895         updated also?
13896
13897         * text.C (drawInset): Turned out I didn't know enough about how
13898         rebreaking worked.  This fixes most of the redraw problems.  I see
13899         an occasional cursor trail when a line is broken now and the cursor
13900         placement can seem out by a few pixels also after a rebreak.
13901
13902 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13903
13904         * buffer.C (parseSingleLyXformat2Token): update because minipage
13905         width is now a LyXLength
13906
13907         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13908
13909         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13910         math insets
13911
13912 2002-01-17  Juergen Vigna  <jug@sad.it>
13913
13914         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13915
13916         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13917         is set correctly and the inset is updated correctly.
13918
13919 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13920
13921         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13922         the beginning of the loop.
13923
13924 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13925
13926         * lyxrc.C: improve help for use_scalable_fonts
13927
13928 2002-01-17  Allan Rae  <rae@lyx.org>
13929
13930         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13931
13932 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13933
13934         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13935         make sure to set their inset_owner to the right value (bug #171)
13936
13937 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13938
13939         * DepTable.h
13940         * DepTable.C: Implement mtime checking to reduce time spent doing
13941         CRCs.
13942
13943 2002-01-16  Juergen Vigna  <jug@sad.it>
13944
13945         * tabular.C (GetAdditionalHeight): one of error fixed.
13946
13947         * lyxrc.C (output): small fix in writing use_pspell.
13948
13949 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13950
13951         * sp_base.h: #include LString.h
13952
13953 2002-01-16  Allan Rae  <rae@lyx.org>
13954
13955         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13956         Can someone check this please?
13957
13958         * text.C (drawInset): It was possible that p.row would be removed by
13959         breakAgainOneRow upsetting a few other settings.  There may be another
13960         small tweak possible by setting need_break_row = 0 when p.row has been
13961         removed but I don't know enough about the logic here.
13962
13963 2002-01-15  Allan Rae  <rae@lyx.org>
13964
13965         * text.C (insertChar): removed conditional truism.
13966
13967         * BufferView2.C (removeAutoInsets): More tweaks.
13968         cur_par_prev could be a stray pointer.  Check for trailing empty line
13969         in case last line was cur_par and only had an error inset on it.
13970
13971 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13972
13973         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13974         absolute
13975
13976         * vc-backend.C (most methods):
13977         * exporter.C (Export):
13978         * converter.C (convert):
13979         (runLaTeX):
13980         * LyXSendto.C (SendtoApplyCB):
13981         * lyxfunc.C (dispatch):
13982         (menuNew):
13983         (open):
13984         (doImport):
13985         * lyx_cb.C (AutoSave):
13986         (InsertAsciiFile):
13987         * BufferView_pimpl.C (MenuInsertLyXFile):
13988         * buffer.C (runChktex): use Buffer::filePath().
13989
13990         * buffer.h: rename filename to filename_; rename filepath to
13991         filepath_ and make it private
13992         (filePath): new method
13993
13994         * buffer.C (writeFile): use fileName()
13995         (getLatexName):
13996
13997         * lyx_main.C (init): fix starting  of LyX when the binary is a
13998         link from so,ewhere else.
13999
14000         * minibuffer.C: include <cctype> for isprint
14001
14002 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14003
14004         * buffer.C (parseSingleLyXformat2Token): changes associated with the
14005         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
14006         name clash with InsetCollapsable's width function.
14007
14008 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14009
14010         * lastfiles.C: include <iterator>
14011
14012 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14013
14014         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
14015         std::count.
14016
14017         * buffer.C (makeLaTeXFile): ditto.
14018         Also make loop operation more transparent.
14019
14020 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14021
14022         * ToolbarDefaults.C: remove trailing comma closing namespace.
14023
14024         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
14025
14026         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
14027         as in WorkArea.
14028
14029         * trans.C (Load): comment out unused variable, allowed.
14030
14031 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14032
14033         * minibuffer.[Ch] (append_char): new method to recieve input from the
14034         drop-down completion browser. If a key was pressed, then recieve this
14035         char and append it to the existing string.
14036         (peek_event): modify the positioning data passed to the completion
14037         browser so that it can be placed above the minibuffer rather than below.
14038 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14039
14040         * LyXAction.C (init): alloe error-next for readonly documents.
14041
14042         * BufferView2.C (ChangeRefsIfUnique): use standard version of
14043         count.
14044
14045 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14046
14047         * bufferlist.C (readFile): create the buffer _after_ checking that
14048         the file exists.
14049
14050         * lyxfunc.C (verboseDispatch): fix handling of arguments
14051
14052         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
14053
14054         * lyxrc.C: use string::erase() instead of initializing to "".
14055
14056
14057 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14058
14059         * BufferView_pimpl.h:
14060         * BufferView_pimpl.C:
14061         * WorkArea.h:
14062         * WorkArea.C:
14063         * text2.C: tell X when we have made a selection for copying
14064
14065 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14066
14067         * BufferView_pimpl.C (MenuInsertLyXFile):
14068         * lyxfunc.C (menuNew):
14069         (open):
14070         (doImport): add shortcuts to directory buttons
14071
14072         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
14073         open a float)
14074
14075         * lyxfunc.C (setStatusMessage):
14076         (getStatusMessage): new methods
14077         (getStatus):use setStatusMessage instead of setErrorMessage
14078         (dispatch): when function is disabled, set error message here
14079         [instead of in getStatus previously]
14080
14081         * BufferView_pimpl.C (workAreaButtonRelease): update
14082         toolbar/menubar here too.
14083
14084 2002-01-13  Allan Rae  <rae@lyx.org>
14085
14086         * BufferView2.C (removeAutoInsets): finished off earlier fix.
14087         Now seems indestructible.  Remaining task is to audit all other
14088         code affected by deleteEmptyParagraphMechanism.  One small quirk
14089         left is that an empty document with an error in the preamble can
14090         be made to report an error but no error box appears.  I don't know
14091         where it goes.
14092         (removeAutoInsets): Improved comments.
14093
14094 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
14095
14096         * Thesaurus.h:
14097         * Thesaurus.C: update for Aiksaurus 0.14
14098
14099 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14100
14101         * text2.C (firstParagraph): removed member function, all uses
14102         replaces with ownerParagraph
14103         (redoParagraphs): here
14104         (updateInset): here
14105         (toggleAppendix): here
14106         * BufferView2.C (insertErrors): here
14107         (setCursorFromRow): here
14108
14109 2002-01-13  Allan Rae  <rae@lyx.org>
14110
14111         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
14112         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
14113         There is still a way to segfault this although you may have to do this
14114         multiple times: Have an InsetERT with an unknown command in it.
14115         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
14116         <down-arrow>, <Enter> again, View->DVI, BANG!
14117
14118         * text2.C (setCursor):
14119         (deleteEmptyParagraphMechanism):
14120         * lyxtext.h (setCursor):
14121         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
14122         Making use of the return value may help fix other bugs.
14123
14124 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14125
14126         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
14127
14128         * LyXView.C (updateMenubar): call MenuBar::update here
14129         (updateToolbar): but not here
14130         (showState): do not update toolbar/menubar
14131
14132         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
14133         should need to care about that.
14134
14135         * lyxfunc.C (verboseDispatch): simplify a bit
14136         (getStatus): have a version which takes a pseudoaction, and
14137         another which requires a (kb_action,string).
14138
14139         * LyXAction.C (retrieveActionArg): make it work also when action
14140         is not a pseudo-action.
14141         (getActionName): simplify a bit
14142         (helpText):
14143
14144 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14145
14146         * lyxfunc.C (verboseDispatch): new families of methods with
14147         several ways to specify a command and a bool to indicate whether
14148         the command name and shortcut should be displayed in minibuffer
14149         (eventually, we could extend that to a finer bitmask like
14150         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
14151         (dispatch): the pristine dispatch command which just, well,
14152         dispatchs! Note it still sets its result to minibuffer; I'm not
14153         sure we want that.
14154
14155         * lyxfunc.h: remove setHintMessage
14156
14157         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
14158
14159 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14160
14161         * BufferView_pimpl.C (specialChar): delete new inset if we have
14162         not been able to insert it.
14163
14164         * kbmap.C: revert to using int instead of kb_action, since all we
14165         are dealing with is pseudo-actions.
14166
14167         * LyXAction.C (searchActionArg): change to return int instead of
14168         kb_action, since the result is a pseudoaction.
14169
14170 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
14171
14172         * buffer.C (insertErtContents): Fix (partially) the font bug.
14173
14174 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14175
14176         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
14177         as the other one is broken on my machine!
14178
14179 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
14180
14181         * commandtags.h:
14182         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
14183
14184 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
14185
14186         * lyxrc.[Ch]: change names and descriptions of popup font variables to
14187         reflect their actual use. Provide compatibility code for older lyxrc
14188         files.
14189
14190         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14191         FL_NORMAL_STYLE.
14192         change names of popup font variables in line with the changes to lyxrc.C
14193
14194 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14195
14196         * buffer.C (asciiParagraph): avoid outputing a word twice after
14197         an inset.
14198
14199         * lyxrc.C (getDescription): document that document_path and
14200         template_path can be empty.
14201
14202 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14203
14204         * LaTeXFeatures.C (getMacros):
14205         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14206
14207         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14208
14209         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14210         getPackages.
14211         (getPackages): rename feature "floats" to "float". Use an array to
14212         iterate over 'simple' features (i.e. just a \usepackage). Add
14213         handling of "amsmath" (renamed from "amsstyle").
14214
14215 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14216
14217         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14218         features list.
14219
14220 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14221
14222         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14223         FuncStaus::FuncStatus & FuncStaus::some_method().
14224
14225 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14226
14227         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14228         of the func_satus stuff. Edited and massaged in various ways by
14229         JMarc.
14230
14231         * lyxfunc.C (getStatus): use FuncStatus
14232
14233 2002-01-08  Juergen Vigna  <jug@sad.it>
14234
14235         * text.C (nextBreakPoint): use function Inset::isChar().
14236
14237         * paragraph.C (TeXOnePar): use function
14238         Inset::forceDefaultParagraphs.
14239
14240         * buffer.C (latexParagraphs): use function
14241         Inset::forceDefaultParagraphs.
14242
14243 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14244
14245         * lyx_gui.C (init): set the style of the menu popups to
14246         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14247
14248 2002-01-07  Juergen Vigna  <jug@sad.it>
14249
14250         * text.C (setHeightOfRow): small fix
14251         (prepareToPrint): don't look at alignment if we don't have the place
14252         for doing it.
14253
14254 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14255
14256         * box.C: New file. Move the Box methods and functions out of box.h,
14257         following Lars' suggestion.
14258
14259 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14260
14261         * box.h: #include "support/LOstream.h", needed for inlined function.
14262
14263         * lyxtextclass.C:
14264         * lyxtextclasslist.C: added some using std declarations.
14265
14266 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14267
14268         * box.h: make signed dimensions to allow insets wider than
14269           the screen (bug #162)
14270
14271         * BufferView_pimpl.C: add some insetHit debug
14272
14273 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14274
14275         * vc-backend.C: add FIXME
14276
14277 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14278
14279         * lyxfunc.C (getStatus): enable code for showing math font status
14280         in toolbar/menu.
14281
14282 2002-01-07  Juergen Vigna  <jug@sad.it>
14283
14284         * text.C (nextBreakPoint): removed debug output not needed anymore.
14285
14286 2002-01-06  Juergen Vigna  <jug@sad.it>
14287
14288         * text.C (nextBreakPoint): fixed up this function we had this bug
14289         since ever but now hopefully we break row better.
14290         (insertChar): we have to check if an inset is the next char as it
14291         could now happen that a large inset is causing a break.
14292
14293 2002-01-05  Juergen Vigna  <jug@sad.it>
14294
14295         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14296         if it doesn't like to be drawed.
14297
14298 2002-01-04  Juergen Vigna  <jug@sad.it>
14299
14300         * BufferView2.C (lockInset): forgot to set a cursor.
14301
14302         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14303
14304 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14305
14306         * FormMathsPanel.C:
14307         * FormMathsPanel.h
14308         * MathsSymbols.C:
14309         * form_maths_panel.C:
14310         * form_maths_panel.h:
14311         * form_maths_panel.fd: implemented sub- and super- buttons in math
14312         panel.
14313
14314         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14315         (or ^ space) to be used as in TeX (req'd by Andr�.
14316
14317         * lyxfunc.C: Allow ^ and _ again to be used both as
14318         super/subscript (mathed) and as themselves (in text).
14319
14320 2002-01-03  Allan Rae  <rae@lyx.org>
14321
14322         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14323         "LyX" or the filename of the current buffer if it has one.  This is a
14324         modified form of John Levon's patch.
14325
14326         * XFormsView.C (setWindowTitle): also set icon title.
14327
14328         * LyXView.h (setWindowTitle): signature changed.
14329         * XFormsView.h (setWindowTitle): ditto.
14330
14331 2002-01-02  Juergen Vigna  <jug@sad.it>
14332
14333         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14334
14335 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14336
14337         * screen.C (topCursorVisible): introduce a temp var for
14338         text->cursor.row(), handle the case where this row is null. (kindo
14339         hachish)
14340
14341         * text2.C (setCursor): add a couple of asserts.
14342
14343         * paragraph.h (inset_iterator): add -> operator
14344
14345         * paragraph.[Ch] (autoDeleteInsets): remove member function
14346
14347         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14348         cursor pos correctly and handle inset deletion by itself.
14349         (insertErrors): move iterator declaration out of for expression
14350
14351         * lyxtextclass.C: add <algorithm>
14352
14353         * Makefile.am: added the new files to sources, removed layout.C
14354
14355         * layout.C: removed file
14356
14357         * layout.h: remove LYX_DUMMY_LAYOUT
14358
14359         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14360         layout.
14361
14362         * lyxlayout.[Ch]:
14363         * lyxtextclass.[Ch]:
14364         * lyxtextclasslist.[Ch]: new files
14365
14366         * include order changes to a lot of files, also changes because of
14367         the six new files.
14368
14369 2001-12-27  Juergen Vigna  <jug@sad.it>
14370
14371         * buffer.C (asciiParagraph): more fixes.
14372
14373         * tabular.C (ascii): make ascii export support export of only the
14374         data separated by a column-delimiter.
14375         (ascii): better support for ascii export.
14376
14377         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14378
14379 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14380
14381         * tabular_funcs.C: use a "using std::getline" instead of the
14382         previous fix from Angus (necessary for cxx + lyxstring)
14383
14384 2001-12-24  Juergen Vigna  <jug@sad.it>
14385
14386         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14387
14388         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14389         problems. First check a minipage also if we have some ert-contents
14390         (not only on par->size(), second set the right depth of the paragraph
14391         on the relink to the root-paragraph-list!
14392
14393         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14394         which then did not anymore update the main paragraphs on undo/redo!
14395
14396 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14397
14398         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14399         code. Support all font-changing funcs (even those which are not in
14400         menu currently). Support for reporting font settings in
14401         mathed (disabled until Andre provides a function on mathed's side).
14402
14403         * func_status.h (toggle): small helper function to set toggle
14404         state on a flag.
14405
14406 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14407
14408         * tabular_funcs.C: getline -> std::getline
14409
14410 2001-12-21  Juergen Vigna  <jug@sad.it>
14411
14412         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14413         accessed and could be 0 (I couldn't generate this but it seems
14414         Michael could!).
14415
14416 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14417
14418         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14419         * tabular_funcs.h: here and include iosfwd
14420
14421 2001-12-20  Juergen Vigna  <jug@sad.it>
14422
14423         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14424         inside inset but undo_par was.
14425
14426 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14427
14428         * Thesaurus.C: always include <config.h> in sources.
14429
14430         * Painter.h:
14431         * lyxlookup.h:
14432         * box.h: do not include <config.h> in header files
14433
14434         * text.C (paintLastRow): remove unused variable
14435
14436         * text.C (transformChar):
14437         (insertChar):
14438         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14439
14440         * Painter.C (text):
14441         * font.C (width): rewrite to use uppercase() instead of
14442         islower/toupper.
14443
14444         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14445
14446 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14447
14448         * lyxfind.C: clean up of find failure position change
14449
14450 2001-12-20  Juergen Vigna  <jug@sad.it>
14451
14452         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14453
14454         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14455         (TeXRow): added to LaTeX a single tabular row.
14456         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14457         (Latex): simplified and finally good LT-h/f support.
14458         (various_functions): just small adaptions for LT-h/f support.
14459
14460         * tabular_funcs.[hC]: added and moved here all not classfunctions
14461         of LyXTabular.
14462
14463 2001-12-19  Juergen Vigna  <jug@sad.it>
14464
14465         * tabular.[Ch]: better support for longtabular options (not finished
14466         yet!)
14467
14468 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14469
14470         * text.C (paintLastRow): use the label font instead of the font of
14471         the last character to compute the size of *_BOX. This makes more
14472         sense and avoids a crash with empty paragraphs.
14473         Use Painter::rectangle to draw EMPTY_BOX.
14474
14475 2001-12-19  Juergen Vigna  <jug@sad.it>
14476
14477         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14478         the paragraphs if the replaced paragraph is not the first one!
14479         Tried to delete not used paragraphs but does not work yet so for
14480         now it's inside #ifdef's and by default off!
14481
14482 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14483
14484         * MenuBackend.C: include "lyx_main.h" instead of declaring
14485         lastfiles (actually was declared as LastFiles* instead of a
14486         scoped_ptr).
14487
14488 2001-12-17  Juergen Vigna  <jug@sad.it>
14489
14490         * tabular.C (AppendColumn): applied John's fix
14491
14492 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14493
14494         * BufferView.h:
14495         * BufferView.C:
14496         * BufferView_pimpl.h:
14497         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14498
14499         * Makefile.am:
14500         * box.h: new start of class for above
14501
14502         * lyxfunc.C: ignore space-only minibuffer dispatches.
14503           Show the command name when it doesn't exist
14504
14505         * minibuffer.C: don't add empty lines to the history
14506
14507         * minibuffer.C: add a space on dropdown completion
14508
14509 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14510
14511         * text.C: fix line above/below drawing in insets
14512
14513 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14514
14515         * lyxlength.C (LyXLength): Initialize private variables.
14516
14517 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14518
14519         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14520         when inserting error insets.
14521
14522 2001-12-13  Juergen Vigna  <jug@sad.it>
14523
14524         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14525         actually sometimes the before-paragraph.
14526         (setUndo): don't clear the redostack if we're not actually undoing!
14527
14528 2001-12-06  Juergen Vigna  <jug@sad.it>
14529
14530         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14531         and fixed redoing of main paragraph, so we can use it now ;)
14532
14533         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14534
14535 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14536
14537         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14538         Juergen's request
14539
14540 2001-12-13  André Pönitz <poenitz@gmx.net>
14541
14542         * undostack.[Ch]:
14543         * undo_func.C: minor cleanup
14544
14545 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14546
14547         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14548         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14549         font in urw-fonts package which is marked as -urw-fontspecific and
14550         does not work (incidentally, changing the encoding in the
14551         fonts.dir of this package to -adobe-fontspecific fixes the
14552         problem).
14553
14554         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14555         is a crash when undoing first paragraph (Juergen, please take a
14556         look). THis does not mean the undo fix is wrong, just that it
14557         uncovers problems.
14558
14559         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14560         the (Paragraph*) version when needed instead of duplicating the
14561         code.
14562
14563         * text.C (workWidth): use Inset::parOwner to find out where the
14564         inset has been inserted. This is a huge performance gain for large
14565         documents with lots of insets. If Inset::parOwner is not set, fall
14566         back on the brute force method
14567
14568         * paragraph_pimpl.C (insertInset):
14569         * paragraph.C (Paragraph):
14570         (cutIntoMinibuffer): set parOwner of insets when
14571         inserting/removing them
14572
14573         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14574
14575 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14576
14577         * commandtags.h:
14578         * LyXAction.C:
14579         * lyx_main.C:
14580         * lyxfunc.C:
14581         * mathed/formulabase.C:
14582         * mathed/math_cursor.[Ch]:
14583         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14584
14585
14586 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14587
14588         * lyxlength.[Ch] (operator!=): new function
14589
14590 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14591
14592         * text.C (workWidth): use Inset::parOwner to find out where the
14593         inset has been inserted. This is a huge performance gain for large
14594         documents with lots of insets. If Inset::parOwner is not set, fall
14595         back on the brute force method
14596
14597         * paragraph_pimpl.C (insertInset):
14598         * paragraph.C (Paragraph):
14599         (cutIntoMinibuffer): set parOwner of insets when
14600         inserting/removing them
14601
14602         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14603
14604 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14605
14606         * tabular-old.C (getTokenValue):
14607         * tabular.C (getTokenValue):
14608         (write_attribute): new versions for LyXLength
14609         (everywhere): adjust the use of widths
14610
14611         * tabular.h: change the type of widths from string to LyXLength
14612
14613 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14614
14615         * paragraph.C: fixed missing line number count when exporting
14616         Environments to LaTeX file
14617
14618         * buffer.C: added informational message for checking line numbers.
14619
14620 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14621
14622         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14623         paragraph, do the 'double space' part, but not the 'empty
14624         paragraph' one.
14625
14626         * text.C (workWidth): small optimization
14627         (getLengthMarkerHeight): use minimal size for negative lengths.
14628
14629 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14630
14631         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14632
14633         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14634
14635 2001-12-11  André Pönitz <poenitz@gmx.net>
14636
14637         * FontLoader.C:
14638         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14639
14640 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14641
14642         * text2.C: keep selection on a setFont()
14643
14644 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14645
14646         * lyx_cb.C: another bv->text misuse, from insert label
14647
14648 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14649
14650         * kbsequence.h:
14651         * kbsequence.C: re-instate nmodifier mask
14652
14653 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14654
14655         * lyx_main.h: make lyxGUI private.
14656
14657 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14658
14659         * lyxfind.C: place the cursor correctly on failed search
14660
14661 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14662
14663         * text.C (getLengthMarkerHeight): for small heights, the arrows
14664         are not always on top/bottom of the text
14665         (drawLengthMarker): smaller arrows; take the left margin in
14666         account; draw also vfills.
14667         (paintFirstRow):
14668         (paintLastRow): remove special code for vfill and standard spaces,
14669         since everything is handled in drawLengthMarker now.
14670
14671 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14672
14673         * buffer.C (insertErtContents): try to handle font and language
14674         interaction a bit better.g
14675
14676         * ColorHandler.C (updateColor): change the hash to cover the whole
14677         LColor enum, ws cleanup
14678         (getGCLinepars): ditto
14679         (getGCLinepars): only lookup in the linecache once.
14680
14681 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14682
14683         * iterators.C (operator++): Make the iterator more robust
14684
14685         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14686         (John's patch)
14687         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14688
14689 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14690
14691         * lyxtext.h:
14692         * text.C: better added space drawing
14693
14694 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14695
14696         * LyXView.C:
14697         * BufferView2.C: fix layout combo update on inset unlock
14698
14699 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14700
14701         * Makefile.am: don't compile unused files
14702
14703 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14704
14705         * lyxfunc.C:
14706         * commandtags.h:
14707         * LyXAction.C: remove old LFUN_LAYOUTNO
14708
14709 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14710
14711         * paragraph_pimpl.h:
14712         * paragraph_pimpl.C: isTextAt() doesn't need font param
14713
14714 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14715
14716         * lyxlex.h:
14717         * lyxlex.C: little cleanup
14718
14719 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14720
14721         * BufferView_pimpl.C: fix insertAscii for insets
14722
14723 2001-12-05  Juergen Vigna  <jug@sad.it>
14724
14725         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14726         set the right font on the "multi" paragraph paste!
14727
14728 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14729
14730         * trans_decl.h:
14731         * trans_mgr.[Ch]:
14732         * trans.[Ch]:
14733         * lyxgluelength.C:
14734         * lyxlength.C: remove out-commented code.
14735
14736         * BufferView_pimpl:
14737         * CutAndPaste.C:
14738         * DepTable.C:
14739         * buffer.C:
14740         * chset.C:
14741         * lastfiles.C:
14742         * lyxlex.C:
14743         * lyxlex_pimpl.C:
14744         * lyxserver.C:
14745         * screen.C:
14746         * tabular-old.C:
14747         * tabular.C:
14748         * text.C:
14749         * trans_mgr.C:
14750         * vc-backend.C: change "while(" to "while ("
14751
14752         * lyxlength.[Ch]: add zero function to check if length is zero or
14753         not
14754         * lyxgluelength.C: use it
14755
14756 2001-12-05  Allan Rae  <rae@lyx.org>
14757
14758         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14759         Works for 2.95.3, from what I understand of Garst's reports this should
14760         work for other g++ versions.  We're screwed if the abs(int) definition
14761         changed between bugfix releases of gcc.
14762
14763 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14764
14765         * text.C: fix chapter label offset !
14766
14767 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14768
14769         * lyxtext.h:
14770         * text.C: fix hfill at end of line, clean up
14771
14772 2001-12-04  Juergen Vigna  <jug@sad.it>
14773
14774         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14775         that we force an update of the inset and it's owners if neccessary.
14776
14777 2001-12-03  Juergen Vigna  <jug@sad.it>
14778
14779         * text.C (rowLast): simplified code
14780
14781 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14782
14783         * lyxfunc.C: fix show options on timeout
14784
14785 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14786
14787         * screen.C (topCursorVisible): scroll half a page when the cursor
14788         reached top of bottom of screen
14789
14790 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14791
14792         * minibuffer.C: deactivate on loss of focus
14793
14794 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14795
14796         * vspace.[Ch] (operator!=): add operator.
14797
14798 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14799
14800         * BufferView_pimpl.C: refuse to open an inset when
14801         there's a selection.
14802
14803 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14804
14805         * BufferView_pimpl.C: allow to click on RHS of full row insets
14806
14807 2001-11-30  Juergen Vigna  <jug@sad.it>
14808
14809         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14810         insets for undo reasons.
14811
14812 2001-11-28  André Pönitz <poenitz@gmx.net>
14813
14814         * vspace.[Ch]: cosmetical changes
14815
14816 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14817
14818         * LyXAction.h:
14819         * LyXAction.C:
14820         * lyxfunc.h:
14821         * lyxfunc.C:
14822         * kbmap.h:
14823         * kbmap.C:
14824         * lyxrc.C:
14825         * kbsequence.h:
14826         * kbsequence.C: part re-write of old kb code
14827
14828         * Painter.C:
14829         * WorkArea.C: remove Lgb_bug_find_hack
14830
14831 2001-11-30  José Matos <jamatos@fep.up.pt>
14832
14833         * buffer.C (makeDocBookFile): add a comment to point a hack.
14834         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14835         Fixed a double write of labels.
14836
14837 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14838
14839         * LaTeX.C:
14840         * LaTeX.h Fixed bug in LaTeX class where it would not
14841         re-run latex if no depfiles were changed, but the .dvi was removed.
14842
14843 2001-11-28  André Pönitz <poenitz@gmx.net>
14844
14845         * all the files from the change on 2001/11/26:
14846         use lyx::layout_type instead of LyXTextClass::size_type
14847         use lyx::textclass_type instead of LyXTextClassList::size_type
14848
14849 2001-11-29  Juergen Vigna  <jug@sad.it>
14850
14851         * text.C: added support for paragraph::isFreeSpacing()
14852
14853         * buffer.C: same as above
14854
14855         * paragraph.h: inserted isFreeSpacing() function to enable
14856         FreeSpacing inside InsetERT.
14857
14858         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14859         of the paragraph's in the cut/copy buffer to 0!
14860
14861         * text2.C (removeRow): remove the assert as it can!
14862
14863         * lyxtext.h: added helper function firstRow returning firstrow and
14864         made firstrow private again.
14865
14866         * BufferView2.C (lockInset): don't relock if we're already locked!
14867
14868         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14869         the only paragraph.
14870         (removeRow): added Assert::(firstrow)
14871
14872         * debug.C: forgot to add INSETTEXT here.
14873
14874 2001-11-28  Juergen Vigna  <jug@sad.it>
14875
14876         * sp_spell.C (initialize): changed error text to more general
14877         spellchecker command use (not only ispell!)
14878
14879         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14880
14881         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14882
14883 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14884
14885         * vspace.C: initialise lyxgluelength on failure
14886
14887 2001-11-28  Allan Rae  <rae@lyx.org>
14888
14889         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14890         declaration & definition that looks like a function declaration.
14891
14892 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14893
14894         * BufferView2.C (copy):
14895         (copyEnvironment): do not clear the selection when doing a copy.
14896
14897         * text.C (paintFirstRow): compilation fix
14898
14899 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14900
14901         * tabular.C (Latex): correct line count when writing latex.
14902
14903 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14904
14905         * paragraph_pimpl.h:
14906         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14907           bug a bit
14908
14909 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14910
14911         * text.C:
14912         * LColor.h:
14913         * LColor.C: change vfillline->added_space
14914
14915         * text.C: add markers and text for added space
14916
14917         * vspace.C: fix comment
14918
14919 2001-11-28  André Pönitz <poenitz@gmx.net>
14920
14921         * paragraph.C: whitespace changes
14922         * all the other files from the change on 2001/11/26:
14923         change *::pos_type into lyx::pos_type
14924
14925 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14926
14927         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14928         language of the document when inserting error insets.
14929
14930 2001-11-26  André Pönitz <poenitz@gmx.net>
14931
14932         * BufferView_pimpl.[Ch]:
14933         *       CutAndPaste.C:
14934         * buffer.[Ch]:
14935         * lyxcursor.[Ch]:
14936         * lyxfind.C:
14937         * lyxfunc.C:
14938         * lyxrow.[Ch]:
14939         * paragraph.[Ch]:
14940         * paragraph_pimpl.[Ch]:
14941         * sp_spell.C:
14942         * text.C:
14943         * text2.C: reduce header dependencies, introduce type for positions
14944
14945 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14946
14947         * <various>: change to use Alert.h
14948
14949 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14950
14951         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14952         when encountering an unknown token.
14953         (readLyXformat2): Show an error message if there were unknown tokens.
14954
14955 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14956
14957         * BufferView2.C:
14958         * BufferView_pimpl.C:
14959         * buffer.C:
14960         * paragraph.h:
14961         * text.C:
14962         * text2.C: use par->isInset()
14963
14964 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14965
14966         * paragraph_pimpl.h:
14967         * paragraph_pimpl.C: cleanup
14968
14969 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14970
14971         * text2.C (removeRow):
14972         * text.C (setHeightOfRow): remove useless (and costly) call to
14973         getRow.
14974
14975 2001-11-20  Allan Rae  <rae@lyx.org>
14976
14977         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14978         Now need Inset*::checkInsertChar() to return true for appropriate
14979         cases so that the characters in the minibuffer will actually be
14980         inserted.
14981
14982 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14983
14984         * text.C: change the order of the includes.
14985         (workWidth): initialize it at once.
14986         (workWidth): make maxw unsigned
14987         (setHeightOfRow): remove unused variable (inset)
14988         (selectSelectedWord): remove unused variable (inset)
14989         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14990
14991 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14992
14993         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14994         server is not running.
14995         (openConnection):
14996         (closeConnection): add debug info when server is disabled.
14997
14998         * ColorHandler.C (getGCForeground): send debug message to GUI
14999         channel.
15000
15001         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
15002
15003         * kbmap.C (bind): modify because return conventions of
15004         kb_sequence::parse have changed.
15005
15006         * kbsequence.C (parse): only ignore spaces and not any stupid
15007         control character. This avoids tests like s[i] <= ' ', which are
15008         guaranteed to fail with 8bit characters and signed chars.
15009         Change return code to string::npos when there have been no error
15010         (0 was a bad idea when error is at first character)
15011
15012 2001-11-14  José Matos  <jamatos@fep.up.pt>
15013
15014         * buffer.h:
15015         * buffer.C (simpleDocBookOnePar): removed unused argument.
15016
15017 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15018
15019         * text.C (selectNextWordToSpellcheck): do not test explicitely for
15020         insets which are part of a word. Paragraph::isLetter takes care of
15021         that now. Use Paragraph::isInset to identify insets.
15022         (selectSelectedWord): do not test for hyphenation break.
15023
15024         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
15025         that protected spaces are considered as spaces.
15026
15027         * paragraph.C (isLetter): cleanup the code for ispell extras; use
15028         Inset::isLetter.
15029
15030 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
15031
15032         * lyxserver.h:
15033         * lyxserver.C: fix it. and small cleanup.
15034
15035 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15036
15037         * BufferView_pimpl.C: use inline helpers
15038
15039         * LaTeXFeatures.h:
15040         * LaTeXFeatures.C: fix typos
15041
15042         * Spacing.h:
15043         * Spacing.C: move spacing_string into class
15044
15045         * ToolbarDefaults.C: move stuff into namespace anon
15046
15047         * layout.h: update enum
15048
15049         * lyxfunc.C: use better debug
15050
15051         * minibuffer.h: fix typo
15052
15053         * debug.h:
15054         * debug.C:
15055         * WorkArea.C: add and use Debug::WORKAREA
15056
15057         * lyxtext.h:
15058         * text.C:
15059         * text2.C: code re-organisation, inline helpers
15060
15061 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
15062
15063         * Layout.C: replaced a few cases of std::vector.size() == 0 with
15064         std::vector.empty().
15065
15066 2001-11-09  Allan Rae  <rae@lyx.org>
15067
15068         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
15069         '\n's after tables.  Tabular and ERT inset work now makes this no
15070         longer necessary.
15071
15072 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15073
15074         * minibuffer.h:
15075         * minibuffer.C: fix crash, improve drop-down completion
15076
15077 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
15078
15079         * lyxserver.h:
15080         * lyxserver.C: invalidate fd's when doing endPipe()
15081
15082 2001-11-08  José Matos  <jamatos@fep.up.pt>
15083
15084         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
15085         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
15086
15087         * paragraph.h:
15088         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
15089
15090 2001-11-07  José Matos  <jamatos@fep.up.pt>
15091
15092         * buffer.h:
15093         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
15094         const qualifier.
15095
15096         * buffer.C (sgmlOpenTag):
15097         * buffer.C (sgmlCloseTag): removed debug info.
15098
15099         * buffer.h (sgmlOpenTag):
15100         * buffer.h (sgmlCloseTag): made public.
15101
15102 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15103
15104         * buffer.C (saveParamsAsDefaults):
15105         * lyx_cb.C (MenuLayoutSave): remove
15106
15107         * LyXAction.C (init):
15108         * commandtags.h:
15109         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
15110
15111 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15112
15113         * buffer.C (setPaperStuff): removed from here...
15114
15115         * bufferparams.C (setPaperStuff): ... and moved there.
15116
15117 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
15118
15119         * minibuffer.h:
15120         * minibuffer.C:
15121         * XFormsView.C: add support for drop-down completion
15122
15123 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
15124
15125         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
15126         commands.
15127
15128 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15129
15130         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
15131         disabled.
15132
15133 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
15134
15135         * lyx_main.C: change ref to known bugs
15136
15137 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
15138
15139         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
15140         to work around older babel problems.
15141
15142 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
15143
15144         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
15145
15146 2001-10-24  Juergen Vigna  <jug@sad.it>
15147
15148         * tabular-old.C (ReadOld): below variable changes reflected.
15149
15150         * tabular.[Ch]: added ltType struct for longtable header/footer
15151         defines and changed all instances where they are used. Added
15152         future support for double top/bottom rows.
15153
15154 2001-10-24  José Matos  <jamatos@fep.up.pt>
15155
15156         * buffer.h (docbookHandleCaption):
15157         * buffer.C (docbookHandleCaption): removed unused function.
15158         (makeDocBookFile): moved docbook supported version to v4.1.
15159
15160 2001-10-24  José Matos  <jamatos@fep.up.pt>
15161
15162         * tabular.h:
15163         * tabular.C (docbookRow): new function to export docbook code of a row.
15164         (DocBook): now honors the longtable flags.
15165
15166 2001-10-23  José Matos  <jamatos@fep.up.pt>
15167
15168         * LaTeXFeatures.h:
15169         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
15170         of the lyx defined sgml entities used in a docbook/linuxdoc document.
15171
15172         * buffer.C (makeLinuxDocFile):
15173         (makeDocBookFile): reworked the preamble, more clean, and with
15174         support for lyx defined entities. Changed the document declaration
15175         to be more XML friendly.
15176
15177         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
15178         if we need to output XML that should be done with a filter.
15179
15180 2001-10-22  Juergen Vigna  <jug@sad.it>
15181
15182         * sp_pspell.h (class PSpell): add alive function needed in the
15183         controller to see if the spellchecker could be started.
15184
15185 2001-10-22  Juergen Vigna  <jug@sad.it>
15186
15187         * buffer.C (insertStringAsLines): modify the font for inserting
15188         chars in certain conditions by calling checkInsertChar(font).
15189
15190 2001-10-19  Juergen Vigna  <jug@sad.it>
15191
15192         * text.C (workWidth): use getRow instead of wrong algorithm.
15193         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15194
15195 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
15196
15197         * lyxserver.h:
15198         * lyxserver.C:
15199         * lyx_main.h:
15200         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15201
15202 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15203
15204         * text.C (workWidth): do not search for the exact row when
15205         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15206         optimization for big documents.
15207
15208 2001-10-18  Juergen Vigna  <jug@sad.it>
15209
15210         * text.C (workWidth): new function with added Inset * parameter.
15211
15212 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15213
15214         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15215
15216         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15217         change return type of getColumnNearX.
15218
15219
15220         * text.C (changeRegionCase): use uppercase/lowercase instead of
15221         toupper/tolower.
15222         (leftMargin):
15223         (rightMargin): simplify code by factoring out the uses of
15224         textclasslist.
15225         (labelFill):
15226         (numberOfHfills):
15227         (setHeightOfRow):
15228         (appendParagraph): use Paragraph::size_type
15229
15230 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15231
15232         * vspace.C (asLatexString): add a missing break
15233
15234 2001-10-15  Herbert Voss  <voss@perce.de>
15235
15236         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15237
15238 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15239
15240         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15241         is not available.
15242
15243 2001-10-10  André Pönitz <poenitz@gmx.net>
15244
15245         * lyxfunc.C: removed greek_kb_flag.
15246
15247 2001-10-10  Herbert Voss  <voss@perce.de>
15248
15249         * lyx_main.C: delete global string help_lyxdir.
15250
15251 2001-10-09  Herbert Voss  <voss@perce.de>
15252
15253         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15254
15255         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15256
15257         * lyx_main.C: added global string help_lyxdir.
15258
15259         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15260
15261 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15262
15263         * lyxrc.C (set_font_norm_type): support iso8859-4
15264
15265 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15266
15267         * LaTeX.C (deplog): add another regex for MikTeX
15268
15269 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15270
15271         * lyxrc.C (set_font_norm_type): support iso8859-3
15272
15273 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15274
15275         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15276
15277         * LaTeXFeatures.C: remove special case of french and index
15278
15279         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15280         before \begin{document}). This solves several incompatibilities.
15281
15282 2001-10-03  Garst Reese  <reese@isn.net>
15283
15284         * lyx_cb.C: change CheckTex error msg.
15285
15286 2001-10-03  José Matos  <jamatos@fep.up.pt>
15287
15288         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15289
15290 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15291
15292         * .cvsignore: update
15293
15294         * lyx_main.C (commandLineVersionInfo): use new style version info.
15295
15296         * buffer.C (writeFile):
15297         (makeLaTeXFile):
15298         (makeLinuxDocFile):
15299         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15300
15301         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15302
15303         * version.h: update to use stuff in version.C
15304
15305         * version.C.in: new file. Contains version information determined
15306         at compile time. This is a merging of version.h and
15307         version_info.h.in.
15308
15309 2001-10-03  Juergen Vigna  <jug@sad.it>
15310
15311         * BufferView_pimpl.C (update): don't change "dirty" status in
15312         updateInset call.
15313
15314 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15315
15316         * WorkArea.C (c-tor): re-position version string slightly.
15317
15318 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15319
15320         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15321         revert to previous code.
15322
15323         WorkArea.[Ch]: (show, destroySplash): methods removed.
15324
15325         WorkArea.C: rework code so that it's an amalgam of the codes before and
15326         after the splash screen was moved to WorkArea.
15327
15328 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15329
15330         * lyxrc.C (read):
15331         * vspace.C (inPixels):
15332         (lyx_advance):
15333         * kbmap.C (bind):
15334         * buffer.C (insertStringAsLines):
15335         (asciiParagraph): fix types to be large enough
15336
15337         * lyxlex_pimpl.h: change member status from short to int
15338
15339         * layout.h: fix type of endlabeltype
15340
15341         * kbmap.C (bind):
15342         * kbsequence.C (parse): change return type to string::size_type
15343
15344         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15345         variable
15346
15347         * Bullet.C (bulletSize):
15348         (bulletEntry): do not use short ints as parameters
15349
15350         * BufferView2.C (insertLyXFile): change a char to an int.
15351
15352         * WorkArea.C (WorkArea): remove unneeded floats in computation
15353
15354 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15355
15356         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15357
15358         * paragraph.C (asString): Do not ignore newline/hfill chars when
15359         copying to the clipboard.
15360
15361 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15362
15363         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15364         after a multi-line inset.
15365
15366 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15367
15368         * paragraph.C (validate): Set NeedLyXFootnoteCode
15369
15370 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15371
15372         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15373         and decrease-error to decrease.
15374
15375 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15376
15377         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15378         it more readable (should be equivalent)
15379
15380 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15381
15382         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15383
15384 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15385
15386         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15387         of a cursor (row, etc.) after a character has been deleted
15388         (deleteEmptyParagraphMechanism): call the method above on _all_
15389         cursors held by the LyXText when a double space has been
15390         detected/deleted.
15391
15392 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15393
15394         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15395         pixmap.
15396         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15397
15398         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15399         background. Use greyOut() and the new show() methods to toggle between
15400         the foreground and background. Add code to remove the splash after
15401         its initial showing.
15402
15403         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15404         (create_forms): no longer call Dialogs::showSplash.
15405
15406 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15407
15408         * .cvsignore: add version_info.h
15409
15410 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15411
15412         * version_info.h.in: new file
15413
15414         * Makefile.am: add version_info.h.in
15415
15416         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15417         version_info.h instead of VERSION_INFO
15418
15419 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15420
15421         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15422         The ERT inset now returns string().
15423
15424 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15425
15426         * lyxtext.h, text.C (selectNextWord): renamed as
15427         selectNextWordToSpellcheck.
15428
15429         * text.C (selectNextWordToSpellcheck): Modified to not select
15430         words inside an ERT inset.
15431
15432 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15433
15434         * lyx_cb.C (MenuLayoutSave): change a bit the question
15435
15436         * sp_base.h: include <sys/types.h>
15437
15438 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15439
15440         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15441
15442 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15443
15444         * several files: fix typos in user-visible strings
15445
15446 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15447
15448         * text2.C (pasteSelection): do not set the selection, since it
15449         will be cleared later. Actually, the intent was to fix the way the
15450         selection was set, but I figured rmoving the code was just as good.
15451
15452 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15453
15454         * FontLoader.C (available): Check if font is available without
15455         loading the font.
15456
15457 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15458
15459         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15460
15461 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15462
15463         * lyxrc.[Ch]: added display_graphics variable and associated code.
15464
15465 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15466
15467         * bufferparams.C (hasClassDefaults): new method. Returns true if
15468         the buffer parameters correspond to known class defaults
15469
15470 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15471
15472         * XFormsView.C (show): set minimum size to the main window.
15473
15474 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15475
15476         * text2.C (copySelection):
15477         (cutSelection):
15478         * lyxfind.C (LyXReplace):
15479         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15480         LyXText::selectionAsString.
15481
15482         * paragraph.C (asString): add "label" argument to the second form
15483
15484         * text2.C (selectionAsString): add "label" argument and pass it to
15485         Paragraph::asString.
15486
15487 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15488
15489         * lyx_main.C (commandLineHelp): remove version information
15490
15491 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15492
15493         * lyx_main.C: add -version commandline option
15494
15495 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15496
15497         * paragraph.h: make the optional constructor arg required instead.
15498         some modifications to other files because of this.
15499
15500         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15501
15502         * lyxserver.C (C_LyXComm_callback): make it static
15503
15504         * lyx_main.C (error_handler): make it static
15505
15506         * lyx_gui.C (LyX_XErrHandler): make it static
15507
15508         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15509
15510         * WorkArea.C: make the extern "C" methods static.
15511
15512         * Makefile.am (lyx_LDADD): simplify
15513
15514 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15515
15516         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15517         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15518
15519         * LyXAction.C (init):
15520         * lyxfunc.C (dispatch): associated code removal.
15521
15522 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15523
15524         * lyxfont.h (isSymbolFont): shut off warning
15525
15526         * text.C (setHeightOfRow):
15527         (getVisibleRow): fix crash with empty paragraphs which have a
15528         bottom line
15529
15530 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15531
15532         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15533         code.
15534
15535 2001-09-04  José Matos  <jamatos@fep.up.pt>
15536         * buffer.C
15537         * buffer.h
15538         * tabular.C (docbook): rename docBook method to docbook.
15539
15540 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15541
15542         * Makefile.am: add dependencies to main.o.
15543
15544 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15545
15546         * FontLoader.C (available): Return false if !lyxrc.use_gui
15547
15548 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15549
15550         * FontInfo.C (query):
15551         * converter.C (view):
15552         * importer.C (Import):
15553         * exporter.C (Export): Can not -> cannot.
15554
15555 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15556
15557         * BufferView_pimpl.C: allow to create index inset even if
15558           string is empty
15559
15560 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15561
15562         * buffer.C (getLists): replace boost::tie code with an explicit pair
15563         as boost::tie can break some compilers.
15564
15565         * iterators.h: Added a std:: declaration to the return type of
15566         ParIterator::size.
15567
15568 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15569
15570         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15571           case.
15572
15573 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15574
15575         * iterators.[Ch]: New files. Provide paragraph iterators.
15576
15577         * buffer.C (changeLanguage): Use paragraph iterators.
15578         (isMultiLingual): ditto
15579
15580         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15581
15582 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15583
15584         * FontLoader.C: Support for cmr font.
15585
15586 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15587
15588         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15589         (available): New method.
15590
15591         * FontInfo.C (getFontname): Use scalable fonts even when
15592         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15593         found.
15594
15595 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15596
15597         * converter.C (Formats::view): reverted! Incorrect fix.
15598
15599 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15600
15601         * converter.C (Formats::view): only output the -paper option
15602         if the dvi viewer is xdvi, thereby fixing bug #233429.
15603
15604 2001-08-23  Herbert Voss  <voss@perce>
15605
15606         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15607
15608 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15609
15610         * Spacing.h (Spacing): Set space to Default on in the default
15611         constructor.
15612
15613 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15614
15615         * vc-backend.h (RCS::versionString): add RCS to version
15616         (CVS::versionString): add CVS to version
15617
15618         * vc-backend.C (scanMaster): do not add CVS to version.
15619         (scanMaster): do not add RCS to version
15620
15621         * lyxvc.C (versionString): new method
15622
15623         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15624
15625 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15626
15627         * Spacing.C (set): initialize fval
15628
15629 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15630
15631         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15632         " or \.
15633
15634 2001-08-16  Juergen Vigna  <jug@sad.it>
15635
15636         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15637
15638 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15639
15640         * BufferView_pimpl.C:
15641         * figureForm.C:
15642         * lyxtext.h:
15643         * text2.C: setParagraph takes linespacing now
15644
15645 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15646
15647         * LyxAction.C: add internal LFUN_CITATION_INSERT
15648
15649         * LyXView.C: actually apply fix
15650
15651         * bufferlist.C: fix open non-existent file
15652
15653         * lyxfind.C: fix indentation
15654
15655         * lyxfunc.C: remove unneeded assert, fix typo
15656
15657 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15658
15659         * MenuBackend.C: use "Floatname List"
15660
15661 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15662
15663         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15664         when converting LaTeX layout to insetERT.
15665         Generate a non-collapsed float when reading old float
15666
15667 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15668
15669         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15670         ERT insets.
15671
15672 2001-08-13  Juergen Vigna  <jug@sad.it>
15673
15674         * text.C (fill): return 0 instead of 20 as this seems to be the more
15675         correct value.
15676
15677 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15678
15679         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15680         lyxrc.font_norm.
15681
15682 2001-08-13  Juergen Vigna  <jug@sad.it>
15683
15684         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15685         casesensitive off.
15686         (SearchBackward): comment out the unlocking of the inset_owner this
15687         should not be needed!
15688
15689 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15690
15691         * Many files: Remove inherit_language, and add latex_language
15692
15693         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15694         collapsible insets.
15695
15696 2001-08-10  Juergen Vigna  <jug@sad.it>
15697
15698         * text.C (prepareToPrint): fixed hfill-width in draw!
15699
15700         * BufferView2.C (selectLastWord): save the selection cursor as this
15701         now is cleared in the function LyXText::clearSelection!
15702
15703 2001-08-08  Juergen Vigna  <jug@sad.it>
15704
15705         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15706         BACKSPACE type functions.
15707
15708         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15709         is only cutted from the document but not put in the cut-buffer, where
15710         still the old stuff should be.
15711
15712         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15713
15714         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15715
15716         * tabular.C (SetWidthOfCell): fixed special case where the width
15717         was not updated!
15718         (LeftLine): handle '|' in align_special.
15719         (RightLine): ditto
15720         (LeftAlreadyDrawed): ditto
15721         (SetWidthOfCell): ditto
15722
15723 2001-08-07  Juergen Vigna  <jug@sad.it>
15724
15725         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15726
15727 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15728
15729         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15730         * lyxlex.[hC]: ditto
15731
15732 2001-08-06  Juergen Vigna  <jug@sad.it>
15733
15734         * text.C (getVisibleRow): fix up row clearing a bit.
15735
15736 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15737
15738         * minibuffer.C: make sure the X server sees the changes in the input.
15739
15740 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15741
15742         * paragraph.C (getFont): split into...
15743         (getLabelFont): this
15744         (getLayoutFont): and this
15745         * paragraph_pimpl.C (realizeFont): calling this
15746
15747         * text2.C (getFont): split into...
15748         (getLayoutFont): this
15749         (getLabelFont): and this
15750         (realizeFont): all three calling this
15751
15752         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15753         files where used.
15754
15755 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15756
15757         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15758
15759 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15760
15761         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15762         layouts from the Quote inset insertion.
15763
15764 2001-08-03  Juergen Vigna  <jug@sad.it>
15765
15766         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15767
15768         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15769         only if status not is already CHANGED_IN_DRAW (second level).
15770
15771         * text.C (draw): don't set the need_break_row when inside an
15772         InsetText LyXText.
15773
15774 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15775
15776         * buffer.C (parseSingleLyXformat2Token): handle more latex
15777         conversion cases.
15778
15779         * bufferview_funcs.[hC]: change function names to
15780         begin with small char, adjust other files.
15781
15782 2001-08-02  André Pönitz <poenitz@gmx.net>
15783
15784         * lyxfunc.C:
15785         BufferView_pimpl.C: remove broken special code for math-greek
15786
15787 2001-08-02  Juergen Vigna  <jug@sad.it>
15788
15789         * BufferView_pimpl.C (update): redone this function so that we
15790         update the text again if there was a CHANGE_IN_DRAW.
15791
15792         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15793         (drawFromTo): added a new internal bool which is used by draw() and
15794         redraw() function.
15795         (general): some cursor drawing problems fixed.
15796
15797 2001-08-01  Juergen Vigna  <jug@sad.it>
15798
15799         * lyxfind.C (LyXFind): fixed
15800         (SearchForward): ditto
15801         (SearchBackward): ditto
15802
15803         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15804         spurius drawing of the cursor in the main area.
15805
15806         * text2.C (status): small fix which could lead to a segfault!
15807         (clearSelection): remove unneeded BufferView param.
15808
15809 2001-08-01  André Pönitz <poenitz@gmx.net>
15810
15811         * lyxfunc.C: small change due to changed mathed interface
15812
15813 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15814
15815         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15816
15817 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15818
15819         * lyxfunc.c: fail gracefully if file doesn't exist
15820
15821         * LyXSendto.C:
15822         * buffer.C:
15823         * lyxfunc.C:
15824         * BufferView_pimpl.C: IsDirWriteable() proto changed
15825
15826         * LyXView.C: fix updateWindowTitle() to store the last title
15827
15828 2001-07-31  Juergen Vigna  <jug@sad.it>
15829
15830         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15831         the font (wrong since using of Paragraph::highestFontInRange).
15832
15833         * paragraph.C (highestFontInRange): added a default_size parameter.
15834
15835         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15836         (setHeightOfRow): reformat
15837
15838 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15839
15840         * converter.[hC] + affected files: move to (inital-char)lowercase
15841         function names.
15842
15843         * ParagraphParameters.C (ParagraphParameters): remove commented code
15844
15845         * PainterBase.[Ch]: remove commented code
15846
15847         * LaTeXFeatures.h: add "bool floats" for float.sty
15848
15849         * LaTeXFeatures.C (LaTeXFeatures): init floats
15850         (require): handle float
15851         (getPackages): do it with floats
15852
15853 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15854
15855         * BufferView_pimpl.C (Dispatch): improve handling of
15856         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15857
15858         * commandtags.h: #include lyxfont.h here temporarily to avoid
15859         keybinding bug.
15860
15861         * bufferlist.h: include LString.h here.
15862
15863 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15864
15865         * text2.C (getStringToIndex): new method.
15866
15867 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15868
15869         * *: Reduced header file dependencies all over.
15870
15871 2001-07-30  Baruch Even  <baruch@lyx.org>
15872
15873         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15874
15875 2001-07-29  Baruch Even  <baruch@lyx.org>
15876
15877         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15878
15879 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15880
15881         * ParameterStruct.h (endif): add a default constructor to make
15882         sure that all variables is initialized.
15883
15884         * ParagraphParameters.C (ParagraphParameters): adjust
15885
15886 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15887
15888         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15889         index; also, check that there is something to index, and that it
15890         does not span over several paragraphs.
15891         (doubleClick): use WHOLE_WORD_STRICT for double click.
15892
15893         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15894
15895         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15896         scheme.
15897
15898 2001-07-26  Baruch Even  <baruch@lyx.org>
15899
15900         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15901         an InsetFig figure, backwards compatible reading of old figure code.
15902
15903 2001-07-27  Juergen Vigna  <jug@sad.it>
15904
15905         * text2.C: font.realize function adaption.
15906
15907         * text.C (draw): add a warnings lyxerr text if needed.
15908
15909         * layout.C: font.realize function adaption.
15910
15911         * language.C: add inherit_language and implement it's handlings
15912
15913         * bufferview_funcs.C (StyleReset): remove language parameter from
15914         font creation (should be language_inherit now).
15915
15916         * bufferparams.C (writeFile): handle ignore_language.
15917
15918         * paragraph.C (getFontSettings): the language has to be resolved
15919         otherwise we have problems in LyXFont!
15920
15921         * lyxfont.C (lyxWriteChanges): added document_language parameter
15922         (update): removed unneeded language parameter
15923
15924         * paragraph.C (validate): fixed wrong output of color-package when
15925         using interface colors for certain fonts in certain environments,
15926         which should not seen as that on the final output.
15927
15928 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15929
15930         * BufferView_pimpl.C:
15931         * Thesaurus.h:
15932         * Thesaurus.C:
15933         * Makefile.am:
15934         * commandtags.h:
15935         * LyXAction.C: add thesaurus support
15936
15937         * lyxfind.h:
15938         * lyxfind.C: add "once" parameter, for thesaurus, to not
15939           move to the next match
15940
15941 2001-07-26  Juergen Vigna  <jug@sad.it>
15942
15943         * lyxfont.C (realize): honor ignore_language too!
15944         (resolved): ditto.
15945
15946         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15947
15948         * text.C (draw): one place more for ignore_language to not draw
15949         itself!
15950
15951 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15952
15953         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15954
15955 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15956
15957         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15958         the minipage conversion problem.
15959
15960 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15961
15962         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15963         insert an inset.
15964
15965 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15966
15967         * BufferView.h: don't forward declare WorkArea
15968
15969         * BufferView.C: don't include WorkArea.h
15970
15971 2001-07-25  André Pönitz <poenitz@gmx.net>
15972
15973         * commandtags.h:
15974         * LyXAction.C:
15975         * lyxfunc.C:  new LFUN 'math-space'
15976
15977         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15978
15979 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15980
15981         * text2.C (toggleInset): call open/close
15982
15983 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15984
15985         * lyxfunc.C (dispatch): add debug for the disabled case
15986
15987         * font.C (buttonText): make similar to rectText
15988
15989         * buffer.C (readInset): comment out parsing of insetlist and
15990         insttheorem
15991
15992         * PainterBase.C (rectText): small correction
15993
15994         * BufferView_pimpl.C: comment out insettheorem and insetlist
15995         * LyXAction.C: ditto
15996         * commandtags.h: ditto
15997
15998 2001-07-24  Juergen Vigna  <jug@sad.it>
15999
16000         * text.C (draw): honor the ignore_language.
16001
16002         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
16003
16004 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16005
16006         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
16007         char inset.
16008
16009 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16010
16011         * lyxtext.h: remove unused (and unimplemented) methods
16012
16013 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16014
16015         * text.C (getVisibleRow): honor background color
16016
16017         * PainterBase.h:
16018         * Painter.h: remove default color argument for fillRectangle
16019
16020         * text.C (backgroundColor): new method
16021
16022 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16023
16024         * text.C (getVisibleRow): adjust
16025
16026         * font.[Ch] (rectText): new method, metrics
16027         (buttonText): new method, metrics
16028
16029         * PainterBase.[hC]: make rectText and buttonText always draw and take
16030         fewer paramteres.
16031
16032 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16033
16034         * ToolbarDefaults.C (read):
16035         * MenuBackend.C (read): allow escaping in all strings
16036
16037         * BufferView_pimpl.C (insertAndEditInset): new method.
16038         (Dispatch): use insertAndEditInset whenever appropriate.
16039
16040         * BufferView_pimpl.C (insertNote): removed
16041
16042         * BufferView_pimpl.C (smartQuote): new method, moved from
16043         BufferView; if an insetquote cannot be inserted, insert a '"'
16044         character instead.
16045
16046         * BufferView2.C: remove insertCorrectQuote();
16047
16048         * lyxfunc.C (getStatus): Add support for all remaingin
16049         inset-insert lfuns.
16050
16051         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
16052
16053         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
16054         command (necessary to pass " as parameter of self-insert.
16055
16056         * text.C (selectWordWhenUnderCursor):
16057         (selectWord): add word_location parameter
16058         (selectWordWhenUnderCursor): same + remove special code for word
16059         boundary.
16060         (selectNextWord): use kind() to guess type of insetspecialchar,
16061         not latex().
16062
16063         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
16064         (insertErtContents): create ert insets as collapsed.
16065         (readInset): better compatibility code for Info inset.
16066
16067 2001-07-20  Juergen Vigna  <jug@sad.it>
16068
16069         * lyxfunc.C (dispatch): use always LyXFind now!
16070
16071         * text2.C (init): add a reinit flag so that the LyXText can be
16072         reinited instead of deleted and reallocated (used in InsetText).
16073
16074         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
16075
16076         * text.C: ditto
16077
16078         * text2.C: ditto
16079
16080 2001-07-18  Juergen Vigna  <jug@sad.it>
16081
16082         * text.C (selectNextWord): handle insets inside inset by calling
16083         always the bv->text functions so that we can go up the_locking_inset!
16084
16085         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
16086         in strange locations when inside an inset!
16087
16088         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
16089         handling to include insets.
16090
16091         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
16092
16093 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16094
16095         * LyXAction.C (init):
16096         * commandtags.h:
16097         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
16098         LIGATURE_BREAK, since the name is so stupid.
16099
16100 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16101
16102         * buffer.C (readInset): enable reading of new InsetNotes as well as old
16103         InsetInfos.
16104
16105         * FontLoader.C: remove FORMS_H_LOCATION cruft.
16106
16107         * sp_form.[Ch]: remove.
16108
16109         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
16110
16111         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
16112         InsetInfo.
16113
16114         * src/buffer.C (readInset): ditto.
16115
16116 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16117
16118         * BufferView_pimpl.C (specialChar): new method. Obsoletes
16119         menuSeparator(), endOfSentenceDot(), ldots() and
16120         hyphenationPoint(), which are therefore removed.
16121         (Dispatch): handle LFUN_HYPHENATION_BREAK.
16122
16123         * LyXAction.C (init):
16124         * commandtags.h: add LFUN_HYPHENATION_BREAK.
16125
16126         * paragraph.C (getWord): removed.
16127
16128         * BufferView_pimpl.C (Dispatch): use last word or selection for
16129         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
16130
16131         * lyx_main.C (queryUserLyXDir): do not ask before creating
16132         user_dir, except if it has been named explicitely.
16133
16134 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16135
16136         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
16137         a document of zero size.
16138
16139 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
16140
16141         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
16142         approriately in the c-tor and in require().
16143         (getPackages): output the appropriate LaTeX for natbib support.
16144
16145         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
16146         variables "use_natbib" and "use_numerical_citations" when reading the
16147         LyX file.
16148         (readInset): read the various natbib cite commands.
16149         (validate): white-space change.
16150
16151         * bufferparams.[Ch]: new variables "bool use_natbib" and
16152         "bool use_numerical_citations".
16153         (writeFile): output them in the LyX file.
16154
16155 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16156
16157         * lyxfunc.C (getStatus): add support for all the inset insertion
16158         commands.
16159
16160         * text2.C (insertInset):
16161         * paragraph.C (insetAllowed):
16162         * BufferView_pimpl.C (insertInset): update to take in account the
16163         renaming of insertInsetAllowed
16164
16165         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
16166
16167         * text2.C (getInset): new method. returns inset at cursor position.
16168
16169         * BufferView_pimpl.C (Dispatch): changes because of this.
16170
16171         * LyXAction.C (init): rename open-stuff to inset-toggle.
16172
16173         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
16174
16175         * text2.C (toggleInset): renamed from openStuff; use
16176         Inset::open().
16177
16178 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
16179
16180         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
16181
16182         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
16183
16184 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
16185
16186         * buffer.C (readLyXformat2): Add filename to the error dialog
16187
16188 2001-07-18  Juergen Vigna  <jug@sad.it>
16189
16190         * tabular.C (GetCellNumber): put an assert here instead of the check!
16191
16192 2001-07-17  Juergen Vigna  <jug@sad.it>
16193
16194         * BufferView_pimpl.C (toggleSelection): adapted too.
16195
16196         * text.C (selectNextWord): adapted for use with insets.
16197         (selectSelectedWord): ditto
16198
16199 2001-07-17  Juergen Vigna  <jug@sad.it>
16200
16201         * sp_spell.C (PSpell): fix initialitation order.
16202
16203 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16204
16205         * paragraph.C: spacing
16206
16207 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16208
16209         * sp_spell.C: repair language selection for pspell
16210
16211 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16212
16213         * lyxfunc.h: change more methods to begin with lower char.
16214
16215 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16216
16217         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16218         for unknown layouts.
16219
16220 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16221
16222         * buffer.C (readLyXformat2): Generate an error dialog if there are
16223         unknown layouts.
16224
16225 2001-07-16  Juergen Vigna  <jug@sad.it>
16226
16227         * sp_spell.C: always compile ISpell part.
16228
16229         * lyxrc.C: added use_pspell entry and it's handling.
16230
16231 2001-07-13  Juergen Vigna  <jug@sad.it>
16232
16233         * sp_spell.C: removed double includes.
16234
16235 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16236
16237         Consistent use of Lsstream.h:
16238         * Lsstream.h: added using std::stringstream for consistencies sake.
16239
16240         * buffer.C: removed using std::stringstream
16241
16242         * lyxfont.C (stateText):
16243         * paragraph.C (asString):
16244         * text.C (selectNextWord, selectSelectedWord):
16245         * text2.C (setCounter):
16246         * vspace.C (asString, asLatexString):
16247         std::ostringstream -> ostringstream.
16248
16249 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16250
16251         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16252         * commandtags.h: add LFUN_HELP_ABOUTLYX
16253         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16254
16255 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16256
16257         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16258         cursorToggle()
16259         * lyx_gui_misc.C: remove spellchecker
16260         * lyxfunc.C: showSpellchecker
16261         * sp_base.h: added
16262         * sp_ispell.h: added
16263         * sp_pspell.h: added
16264         * sp_spell.C: added
16265         * sp_form.[Ch]: removed
16266         * spellchecker.[Ch]: removed
16267
16268 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16269
16270         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16271         is set.
16272         (simpleTeXSpecialChars): Simply print the input character without
16273         any special translation if pass_thru is set.
16274
16275         * layout.h: Added bool pass_thru to layout class for being able to
16276         implement pass through of a paragraph for Literate Programming.
16277
16278         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16279         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16280         * layout.C (Read): add "passthru" to list of layout tags and add
16281         code to set the pass_thru boolean when it is read.
16282
16283 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16284
16285         * trans_decl.h: remove allowed from KmodInfo
16286
16287         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16288         remove allowed code
16289         (Load): adjust
16290
16291         * paragraph_pimpl.C (erase): use boost::prior
16292
16293         * Painter.C (text): use data() instead of c_str() when length is
16294         also provided.
16295         * WorkArea.C (putClipboard): ditto
16296         * font.h (width): ditto
16297
16298         * BufferView2.C: use it-> instead of (*it). for iterators
16299         * texrow.C: ditto
16300         * paragraph_pimpl.C: ditto
16301         * paragraph.C: ditto
16302         * minibuffer.C: ditto
16303         * language.C: ditto
16304         * kbmap.C: ditto
16305         * encoding.C: ditto
16306         * counters.C: ditto
16307         * converter.C: ditto
16308         * chset.C: ditto
16309         * Variables.C: ditto
16310         * TextCache.C: ditto
16311         * MenuBackend.C: ditto
16312         * LyXAction.C: ditto
16313         * LColor.C: ditto
16314         * FloatList.C: ditto
16315         * DepTable.C: ditto
16316         * ColorHandler.C (LyXColorHandler): ditto
16317
16318 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16319
16320         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16321
16322         * text2.C (openStuff): reintroduce this method (which had been
16323         nuked in NEW_INSETS frenzy).
16324
16325         * lyxfunc.C (Dispatch): when an action has not been handled, use
16326         its name in the error message, not its number.
16327
16328         * paragraph.C (inInset): change method name to begin with lowercase.
16329
16330         * undo_funcs.C:
16331         * text2.C: updates because of this.
16332
16333 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16334
16335         * ToolbarDefaults.C (add): add spaces in error message
16336
16337 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16338
16339         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16340         (readLyXformat2): rename return_par to first_par, use lyxlex's
16341         pushToken and remove the manual push handling.
16342         (parseSingleLyXformat2Token): add another ert comp. variable:
16343         in_tabular, rename return_par to first_par. handle newlines better
16344
16345 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16346
16347         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16348
16349 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16350
16351         * text2.C (getParFromID): removed
16352
16353         * buffer.C (getParFromID): new method moved form lyxtext.
16354         * BufferView2.C (insertErrors): adjust
16355         (setCursorFromRow): adjust
16356         * BufferView_pimpl.C (restorePosition): adjust
16357         * lyxfunc.C (Dispatch): adjust
16358         * undo_funcs.C (textUndo): adjust
16359         (textRedo): adjust
16360         (textHandleUndo): adjust
16361         (textHandleUndo): adjust
16362
16363 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16364
16365         * buffer.C: up' the LYX_FORMAT
16366
16367         * lyxfont.h: turn NO_LATEX on as default
16368
16369         * buffer.C (insertErtContents): new methods of tex style compability.
16370         (parseSingleLyXformat2Token): use it several places.
16371         * tabular.C (OldFormatRead): and here
16372
16373 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16374
16375         * text2.C: remove some commented code.
16376         reindent file.
16377
16378         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16379         * trans.C: changes because of the above.
16380
16381 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16382
16383         * text2.C (setCounter): Fix counters bug with bibliography layout.
16384
16385 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16386
16387         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16388         own member functions
16389         (simpleTeXSpecialChars): ditto
16390
16391 2001-07-06  Juergen Vigna  <jug@sad.it>
16392
16393         * a lot of files: changed the access to LyXText::status and the
16394         call of undo-functions.
16395
16396         * undo.[Ch]: added a inset_id to the undo informations.
16397
16398         * undo_funcs.[Ch]: added and moved here all undo functions.
16399
16400         * lyxtext.h: give the status enum a weight, made status_ a private
16401         variable and made accessor functions for it, removed the whole bunch
16402         of undo-functions as they are now in their own file, make some
16403         functions publically available. Added function ownerParagraph with
16404         int parameter.
16405
16406         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16407         made InInset() a const function, added getParFromID() function.
16408
16409         * buffer.[Ch]: added const version for inset_iterator functions,
16410         added getInsetFromID() function.
16411
16412         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16413         changed undo functions for new version.
16414
16415 2001-07-05  Juergen Vigna  <jug@sad.it>
16416
16417         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16418         unknow mechanism does not call the proper constructor but only this
16419         one also if I request the other!?
16420
16421 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16422
16423         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16424
16425         * text2.C (LyXText): use initialization lists.
16426
16427         * lyxtext.h (Selection): initialize set_ and mark_
16428         (init): remove method
16429
16430 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16431
16432         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16433
16434 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16435
16436         * screen.[Ch]: change method names to begin with lowercase
16437
16438         * BufferView_pimpl.C (updateScrollbar): simplify further and
16439         hopefully make it a bit faster.
16440
16441 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16442
16443         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16444         calling directly xforms functions.
16445
16446         * Painter.C (Painter):
16447         * lyx_cb.C (MenuWrite):
16448         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16449         fl_display.
16450
16451         * lyx_gui.C: remove bogus guiruntime extern declaration.
16452
16453 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16454
16455         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16456         in NEW_INSETS
16457         (redoDrawingOfParagraph): ditto
16458         (redoParagraphs): ditto
16459         (cutSelection): don't create a object for CutAndPaste use the
16460         static method directly
16461         (pasteSelection): ditto
16462
16463         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16464         LyXview (+ rename)
16465
16466 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16467
16468         * modifications to some other files because of this.
16469
16470         * Makefile.am (lyx_SOURCES): add XFormsView
16471
16472         * XFormsView.[Ch]: new files
16473
16474         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16475         the main window. Move the gui dependent stuff to XFormsView
16476
16477 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16478
16479         * tabular.C (GetCellInset): update cur_cell also in the row/col
16480         version of this function.
16481
16482         * lyxfunc.C: no need to include figure_form.h here.
16483
16484         * FontLoader.h:
16485         * lyxfunc.h:
16486         * lyxscreen.h:
16487         * text2.C:
16488         * lyxvc.C: no need to include forms.h here.
16489
16490 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16491
16492         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16493
16494         * lyxfunc.C (Dispatch):
16495         * Spacing.C (set):
16496         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16497         constructor argument.
16498
16499 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16500
16501         * paragraph.C (Paragraph): dont't clear, and just set layout.
16502         (makeSameLayout): use params's copy contructor.
16503
16504         * ParagraphParameters.[Ch] (makeSame): delete method
16505
16506 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16507
16508         * Variables.[Ch]: fix indentation, rename set to isSet
16509
16510 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16511
16512         * lyxfunc.C (Dispatch): fix typo
16513
16514 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16515
16516         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16517         upper_bound.
16518
16519         * bufferlist.C: include assert.h for emergencyWrite().
16520
16521 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16522
16523         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16524           give up at last (bug #425202) !
16525
16526 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16527
16528         * lyx_gui_misc.C:
16529         * sp_form.h:
16530         * sp_form.C:
16531         * spellchecker.h:
16532         * spellchecker.C: strip spellchecker options and bring up
16533           preferences tab instead
16534
16535 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16536
16537         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16538         the istringstream constructor
16539
16540 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16541
16542         * paragraph.C (getLayout): fix return value
16543
16544         * paragraph.h: do not declare getLayout as inline.
16545
16546         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16547
16548 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16549
16550         * lyxcursor.h (operator<): new func
16551         (operator>): new func
16552         (operator>=): new func
16553         (operator<=): new func
16554
16555         * text.C (changeCase): use selection.start and selection.end
16556         (changeRegionCase): require from to be <= to. Require par to be a
16557         valid paragraph.
16558
16559         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16560
16561 2001-06-27  Juergen Vigna  <jug@sad.it>
16562
16563         * text.C (cursorLeftOneWord): changed to return the cursor and added
16564         overlay with BufferView * parameter which calls this one.
16565         (getWord): added
16566         (selectWord): use new getWord function.
16567         (changeCase): renamed from changeWordCase as and extended to work
16568         also on selections.
16569
16570         * lyxtext.h: added enum word_location
16571
16572         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16573         changeCase as this operates now also on selections.
16574
16575 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16576
16577         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16578
16579         * many files: send debug output to Debug::INFO instead of
16580         Debug::ANY.
16581
16582         * converter.C (View):
16583         (Convert):
16584         (Move): send debug output to Debug::FILES instead of console.
16585
16586 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16587
16588         * lyxfunc.C (getStatus): use func_status
16589
16590         * func_status.h: new header, describing the results of
16591         LyXFunc::getStatus;
16592
16593         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16594         LFUN_MATH_HALIGN.
16595
16596 2001-06-25  The LyX Project  <jug@sad.it>
16597
16598         * buffer.C (sgmlOpenTag):
16599         (sgmlCloseTag):
16600         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16601
16602 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16603
16604         * text2.C: remove some dead code
16605
16606         * tabular.C (GetCellInset): store the last cell checked (gotten)
16607
16608         * tabular.h: add the helper for the speedup
16609
16610         * lyxtext.h: remove some dead code
16611
16612 2001-06-26  The LyX Project  <Asger>
16613
16614         * paragraph.C: Change export to LaTeX of alignment to
16615         \begin{center} and family for better roundtrip work with reLyX.
16616
16617         * Tune the math drawing a bit.
16618
16619 2001-06-25  The LyX Project  <Asger>
16620
16621         * LColor.C (LColor): New color for math background. New color
16622         for buttons.
16623
16624 2001-06-25  The LyX Project  <jug@sad.it>
16625
16626         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16627
16628         * lyxfunc.C (Open):
16629         * bufferlist.C (newFile): do not restrict to files ending with
16630         .lyx
16631
16632         * BufferView_pimpl.C (MenuInsertLyXFile):
16633
16634 2001-06-24  The LyX Project  <jug@sad.it>
16635
16636         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16637         of compare_no_case
16638
16639 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16640
16641         * lyxtext.h: rename most methods to begin with a small char.
16642         Lots of changes because of this.
16643
16644         * paragraph.C (Paragraph): do not call fitToSize
16645         (erase): call Pimpl::erase
16646         (insertChar): call Pimpl::insertChar
16647         (insertInset): call Pipl::insertInset
16648         (breakParagraph): do not call fitToSize
16649         (breakParagraphConservative): do not call fitToSize
16650         (fitToSize): remove method
16651
16652         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16653
16654 2001-06-24  The LyX Project  <Asger>
16655
16656         * Fix Qt compilation^2
16657
16658 2001-06-24  The LyX Project  <jug@sad.it>
16659
16660         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16661         depthHook(getDepth()-1).
16662
16663         * paragraph.h:
16664         * ParagraphParameters.h:
16665         * ParameterStruct.h: change type of depth to unsigned int ==
16666         depth_type. Many adaptations to other files before of that.
16667
16668 2001-06-24  The LyX Project  <Asger>
16669
16670         * Fix Qt compilation.
16671
16672 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16673
16674         * paragraph.h: renamed several methods to begin with small letter.
16675         several changes to many parts of the code because of this.
16676
16677 2001-06-23  The LyX Project  <jug@sad.it>
16678
16679         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16680         rewritten to discard all double spaces when KeepEmpty is off
16681         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16682         to only handle newlines but not fiddle with spaces and friends.
16683
16684         * lyxfunc.C (MenuNew): when doing 'new from template', use
16685         template_path as default directory
16686
16687 2001-06-23  The LyX Project  <Asger>
16688
16689         * Clean-up of header file includes all over
16690         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16691
16692 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16693
16694         * paragraph.h: renamed from lyxparagraph.h
16695
16696 2001-06-23  Asger  <lyx@violet.home.sad.it>
16697
16698         * Buffer.h: Removed Buffer::resize
16699         * BufferList.h: Removed BufferList::resize
16700         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16701         the document lazily when we change the width, or the font settings.
16702
16703 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16704
16705         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16706
16707 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16708
16709         * buffer.h: remove out of date comment
16710
16711 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16712
16713         * lyxscreen.h:
16714         * screen.C: fix "theoretical" GC leak
16715
16716 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16717
16718         * LaTeX.C (scanAuxFile):
16719         (deplog): remove trailing \r when reading stream (useful under
16720         win32)
16721
16722 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16723
16724         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16725         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16726         and BufferView::theLockingInset(Inset*), so should use them and not
16727         access bv_->text->the_locking_inset directly.
16728
16729         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16730
16731 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16732
16733         * Makefile.am:
16734         * tex-defs.h: remove old unused file
16735
16736 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16737
16738         * BufferView_pimpl.C: fix typo, remove minibuffer message
16739           when buffer has loaded
16740
16741 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16742
16743         * lyxfunc.C (Dispatch): use stringstream
16744         (MenuNew): use stringstream
16745         (Open): use stringstream
16746
16747         * importer.C (Import): use stringstream
16748
16749         * bufferview_funcs.C (CurrentState): use stringstream
16750
16751         * LaTeX.C (run): use stringstream
16752
16753         * BufferView_pimpl.C (savePosition): use stringstream
16754         (restorePosition): use stringstream
16755         (MenuInsertLyXFile): use stringstream
16756
16757 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16758
16759         * BufferView.C:
16760         * Bullet.C:
16761         * ColorHandler.C:
16762         * FontInfo.C:
16763         * FontLoader.C:
16764         * LColor.C:
16765         * LaTeXFeatures.C:
16766         * Painter.C:
16767         * gettext.C:
16768         * lyx_gui_misc.C:
16769         * lyxserver.C:
16770         * vspace.C: removed // -*- C++ -*- as first line.
16771
16772         * lyxfind.h:
16773         * version.h: added // -*- C++ -*- as first line.
16774
16775 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16776
16777         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16778
16779         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16780         of string
16781
16782 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16783
16784         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16785         of floats.
16786
16787 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16788
16789         * gettext.C: include LString.h even when --disable-nls is on.
16790
16791 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16792
16793         * converter.h (Get): changed argument type from int to
16794         FormatList::size_type to avoid unnecessary conversion.
16795
16796         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16797         before using it.
16798
16799 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16800
16801         * gettext.h: include LString.h even when --disable-nls is on.
16802
16803 2001-06-07  Juergen Vigna  <jug@sad.it>
16804
16805         * text.C (BreakAgain): subst spaces with tabs.
16806
16807         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16808         (resizeInsetsLyXText): set force on resizeLyXText.
16809
16810 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16811
16812         * gettext.h (gettext_init):
16813         (locale_init): use a real definition instead of a macro
16814
16815 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16816
16817         * Bufferview_pimpl.C:
16818         * LColor.h:
16819         * LColor.C: further lcolor tidies
16820
16821 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16822
16823         * BufferView_pimpl.C (updateScrollbar): simplify.
16824
16825         * BufferView2.C: don't include insets/insetinfo.h, change
16826         prototype for insertInset and call the Pimpl version. let
16827         updateInset call Pimpl version.
16828
16829         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16830         gotoInset to BufferView::Pimpl
16831
16832 2001-06-01  Juergen Vigna  <jug@sad.it>
16833
16834         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16835         inside a LockingInset (is the update needed at all?).
16836
16837 2001-05-31  Juergen Vigna  <jug@sad.it>
16838
16839         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16840         here not the old one otherwise how should we compare it afterwards
16841         if it's the same!
16842
16843 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16844
16845         * lyxfont.C:
16846         * tabular.C:
16847         * tabular-old.C:
16848         * FontInfo.C: bring C functions into global namespace when
16849         necessary
16850
16851 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16852
16853         * LString.h: make sure config.h has been loaded before LString.h.
16854
16855         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16856         (one for each char read by EatLine!).
16857
16858         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16859         variables.
16860
16861 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16862
16863         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16864         to the same as the par we break from
16865
16866 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16867
16868         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16869
16870         * MenuBackend.C (expand): also create menu entries for wide
16871         versions of the floats.
16872
16873         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16874
16875         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16876
16877         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16878         frontends/Makefile.am
16879
16880         * text2.C: adjust
16881         * text.C: adjust
16882
16883
16884         * tabular.C (getTokenValue): add std::
16885
16886         * tabular-old.C (getTokenValue): add std::
16887         (getTokenValue): ditto
16888         (getTokenValue): ditto
16889
16890         * screen.C (ToggleSelection): adjust
16891
16892         * lyxtext.h: put selection cursors inside a Selection struct.
16893
16894         * lyxfunc.C (moveCursorUpdate): adjust
16895
16896         * lyxfont.C (latexWriteStartChanges): add std::
16897
16898         * lyxfind.C: adjust
16899
16900         * font.h: delete with(char const *, LyXFont const &)
16901
16902         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16903
16904         * FontInfo.C (getFontname): add std::
16905
16906         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16907         (workAreaButtonPress): adjust
16908         (tripleClick): adjust
16909         (update): adjust
16910         (moveCursorUpdate): adjust
16911         (Dispatch): adjust
16912
16913         * BufferView2.C (gotoInset): adjust
16914
16915 2001-05-30  Juergen Vigna  <jug@sad.it>
16916
16917         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16918         to check pspell I add this as default as I now have new pspell
16919         libraries and they seem to use this.
16920
16921 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16922
16923         * text2.C (CutSelection): make the cursor valid before the call to
16924         ClearSelection.
16925
16926 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16927
16928         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16929         relied on 0 terminated strings and other horrors. Bug found due to
16930         the new assert in lyxstring!
16931
16932         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16933         KP_ keys.
16934
16935 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16936
16937         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16938         to latinkeys.bind.
16939
16940         * lyxfunc.C (processKeySym): change method of getting to the
16941         self-insert char.
16942
16943         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16944         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16945         * BufferView_pimpl.[Ch]: here as private methods.
16946
16947 2001-05-28  Juergen Vigna  <jug@sad.it>
16948
16949         * text.C (SetHeightOfRow): added the update() call again as it is
16950         needed to initialize inset dimensions!
16951
16952 2001-05-16  Juergen Vigna  <jug@sad.it>
16953
16954         * text2.C (SetCharFont): Add new function with BufferView * and
16955         bool toggleall parameters for setting insets internal fonts.
16956         (SetFont): Freeze the undo as we may change fonts in Insets and
16957         all this change should be inside only one Undo!
16958
16959         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16960         setting font's in insets as for them we have the SetFont function!
16961
16962 2001-05-15  Juergen Vigna  <jug@sad.it>
16963
16964         * text2.C (ClearSelection): to be sure we REALLY don't have any
16965         selection anymore!
16966
16967         * tabular.C (TeXCellPreamble): fixed the left border problem for
16968         multicolumn cells.
16969
16970 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16971
16972         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16973         dependancy file
16974
16975 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16976
16977         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16978         LFUN_BREAKPARAGRAPH.
16979
16980         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16981         help test to "internal only", similar for LFUN_INSERT_URL
16982
16983         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16984         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16985         auto_region_delete and deadkeys.
16986
16987 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16988
16989         * LColor.h:
16990         * LColor.C: remove some dead entries, tidy a little
16991
16992 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16993
16994         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16995         commented code.
16996         (Dispatch): implement LFUN_ESCAPE
16997
16998         * commandtags.h: add LFUN_ESCAPE
16999
17000         * LyXAction.C (init): add entry for LFUN_ESCAPE
17001
17002         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
17003         Remove commented code.
17004         (insertNote): moved here
17005         (open_new_inset): moved here
17006
17007         * BufferView[2].[Ch]: move insertNote and open_new_inset to
17008         BufferView_pimpl
17009
17010 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17011
17012         * kbmap.C (findbinding): clean it up and make it work correctly.
17013
17014         * lyx_main.C (init): do not pass argc and argv as parameters
17015
17016 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
17017
17018         * buffer.C: fix path for OS/2 & Win32
17019
17020         * lyx_gui.C:
17021         * lyx_main:
17022         * lyx_main.C: Added os:: class.
17023
17024         * os2_defines.h: update
17025
17026 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17027
17028         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
17029         better by trying again with reduced state.
17030
17031 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17032
17033         * lyxrc.C (read): print error about invalid key sequence only when
17034         debugging (because not all latinX keysyms are known to some X
17035         servers)
17036
17037         * kbsequence.C (getiso): add a few std:: qualifiers
17038         (getiso): comment out extra return statement.
17039
17040 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17041
17042         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
17043         handling.
17044         (Dispatch): enhance the accent inset a bit. (not perfect)
17045
17046 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17047
17048         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
17049
17050 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17051
17052         * bufferlist.C (emergencyWrite): fix assert() call
17053
17054 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
17055
17056         * text.C (InsertChar): Added trivial patch to only send the "you
17057         can not do multiple spaces this way" message once during a
17058         session.
17059
17060 2001-05-08  Baruch Even  <baruch@lyx.org>
17061
17062         * Makefile.am: Changed order of libraries to get LyX to link properly
17063         with the gnome frontend.
17064
17065 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17066
17067         * LaTeXFeatures.h: add a std:: qualifier
17068
17069 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17070
17071         * paragraph.C (String): use stringstream
17072
17073 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17074
17075         * paragraph.C (writeFile): remove footflag arg
17076
17077         * buffer.C (makeLaTeXFile): use stringstream
17078         (latexParagraphs): remove footnot gurba
17079
17080         * LaTeXFeatures.C (getPackages): use stringstream
17081         (getMacros): likewise
17082         (getTClassPreamble): likewise
17083         (getFloatDefinitions): new method
17084
17085         * paragraph.C (writeFile): reindent
17086         (Erase): reindent
17087
17088         * WorkArea.h: revert the xpos + etc changes.
17089
17090         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
17091
17092         * lyxparagraph.[Ch]: add copy constructor, remove Clone
17093
17094         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
17095         (pasteSelection): likewise
17096         * text2.C (CreateUndo): likewise
17097
17098 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17099
17100         * minibuffer.C (peek_event): temporarily reduce the functionality
17101         of the minibuffer (to allow args on lfuns)
17102
17103         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
17104         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
17105
17106         * buffer.C (readInset): add compability reading of old float
17107         lists, add reading of new style float list.
17108         (readInset): avoid reevaluation of inscmd.getCmdName()
17109         (getLists): reindent
17110
17111         * MenuBackend.C (MenuItem): implement parsing of
17112         md_floatlistinsert and md_floatinsert.
17113         (expand::LastFiles): move initalizaton of iterators out of loop,
17114         avoid reevaluation.
17115         (expand::Documents): introduce typdedef vector<string> Strings,
17116         and use it.
17117         (expand::ExportFormats): introduce typedef vector<Format const *>
17118         Formats, and use it.
17119         (expand): implement FloatListInsert and FloatInsert.
17120
17121         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
17122         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
17123         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
17124
17125         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
17126         handling.
17127         (Dispatch::LFUN_FLOAT_LIST): implement
17128
17129 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
17130
17131         * LaTeX.C (run): Fix problem with --export code.
17132
17133 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17134
17135         * BufferView.[Ch] (workarea): removed.
17136         (getClipboard) new method; wrapper for workarea()->getClipboard()
17137
17138         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
17139         bug.
17140
17141         * WorkArea.h (width, height, xpos, ypos): These methods all
17142         returned the dimensions of the work_area sub-area of WorkArea,
17143         resulting in a position error if the WorkArea were resized. Now
17144         return the dimensions of the entire WorkArea.
17145
17146         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
17147
17148 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17149
17150         * LaTeX.C (deplog): correct the syntax of regex reg1
17151
17152 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17153
17154         * undo.C: remove !NEW_INSETS cruft
17155
17156 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17157
17158         * text2.C: remove !NEW_INSETS cruft
17159
17160         * text.C: remove !NEW_INSETS cruft
17161
17162         * tabular.C: remove !NEW_INSETS cruft
17163
17164         * spellchecker.C: remove !NEW_INSETS cruft
17165
17166         * lyxtext.h: remove !NEW_INSETS cruft
17167
17168         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
17169
17170         * lyxfunc.C: remove !NEW_INSETS cruft
17171
17172         * lyxfind.C: remove !NEW_INSETS cruft
17173
17174         * lyx_cb.C: remove !NEW_INSETS cruft
17175
17176         * figureForm.C: remove  !NEW_INSETS cruft
17177
17178         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
17179
17180         * buffer.[Ch]: remove !NEW_INSETS cruft
17181
17182         * ToolbarDefaults.C: remove !NEW_INSETS cruft
17183
17184         * CutAndPaste.C: remove !NEW_INSETS cruft
17185
17186         * BufferView_pimpl.C: remove !NEW_INSETS cruft
17187
17188         * BufferView2.C: remove !NEW_INSETS cruft
17189
17190         * BufferView.h: remove !NEW_INSETS cruft
17191
17192 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17193
17194         * Lsstream.h: include LString.h before the sstream headers to
17195         fix problem with gcc 2.95.3 and lyxstring
17196
17197 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17198
17199         * lyx_main.C: add using directives when needed for C functions
17200         declared in std:: namespace.
17201
17202 2001-04-27  Juergen Vigna  <jug@sad.it>
17203
17204         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17205         (SetHeightOfRow): comment out the update call should not be needed!
17206
17207 2001-04-13  Juergen Vigna  <jug@sad.it>
17208
17209         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17210         (LyXTabular): tried to minimize operator= operations (and realized
17211         hopfully Lars wish).
17212
17213 2001-04-27  Juergen Vigna  <jug@sad.it>
17214
17215         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17216
17217 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17218
17219         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17220
17221         * buffer.C (readInset): hack to make listof algorithm work
17222
17223         * BufferView_pimpl.C: hack to make listof algorithm work
17224
17225 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17226
17227         * LyXAction.C: removed all !NEW_INSETS cruft
17228         (init): moved lfun_item in method
17229
17230         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17231
17232 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17233
17234         * BufferView2.C (theLockingInset): white space.
17235
17236 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17237
17238         * minibuffer.C: include <iostream>
17239
17240         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17241
17242         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17243
17244         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17245
17246         * text.[Ch] (TransposeChars): new method
17247
17248 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17249
17250         * call message directly through LyXView instead of through LyXFunc
17251         * BufferView2.C: adjust
17252         * BufferView_pimpl.C: adjust
17253         * FontLoader.C: adjust
17254         * buffer.C: adjust
17255         * bufferview_funcs.C: adjust
17256         * converter.C: adjust
17257         * figureForm.C: adjust
17258         * importer.C: adjust
17259         * lyx_cb.C: adjust
17260         * lyx_gui_misc.C: adjust
17261         * lyxfunc.C: adjust
17262         * lyxvc.C: adjust
17263         * text2.C: adjust
17264         + more files in subdirs
17265
17266         * lyxparagraph.h (size): move up int file
17267         (GetLayout): ditto
17268
17269         * adjust all uses of Assert to lyx::Assert.
17270
17271         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17272         lyxfunctional in namespace lyx
17273         * layout.C (hasLayout): ditto
17274         (GetLayout): ditto
17275         (GetLayout): ditto
17276         (delete_layout): ditto
17277         (NumberOfClass): ditto
17278         * converter.C (GetFormat): ditto
17279         (GetNumber): ditto
17280         (Add): ditto
17281         (Delete): ditto
17282         (SetViewer): ditto
17283         * bufferlist.C (getFileNames): ditto
17284         (emergencyWriteAll): ditto
17285         (exists): ditto
17286         (getBuffer): ditto
17287         * MenuBackend.C (hasSubmenu): ditto
17288         (hasMenu): ditto
17289         (getMenu): ditto
17290         * BufferView_pimpl.C (getInsetByCode): ditto
17291
17292 2001-04-18  Juergen Vigna  <jug@sad.it>
17293
17294         * vspace.C (asLatexString): fixed the 100% problem.
17295
17296 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17297
17298         * lyxfunc.C (Dispatch):
17299         * minibuffer.C:
17300         * minibuffer.h: add a few std:: qualifiers
17301
17302 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17303
17304         * minibuffer.[Ch]: reimplement so that commands is initiated and
17305         run from lyxfunc, simplified som handling, and made the completion
17306         and history code for complete. wip.
17307
17308         * lyxfunc.C (processKeySym): call message
17309         (miniDispatch): new temporary method
17310         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17311         (LFUN_MESSAGE): implement
17312         (LFUN_MESSAGE_PUSH): implement
17313         (LFUN_MESSAGE_POP): implement
17314         (initMiniBuffer): the initial/defualt minibuffer message.
17315
17316         * lyxfont.[Ch]: inline some more getters
17317
17318         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17319
17320         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17321
17322         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17323         (AutoSave): use LFUN_MESSAGE
17324         (Reconfigure): ditto
17325
17326         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17327
17328         * figureForm.C: use LFUN_MESSAGE
17329
17330         * converter.C (runLaTeX): use LFUN_MESSAGE
17331
17332         * bufferview_funcs.C: use LFUN_MESSAGE
17333         (Melt): ditto
17334         (changeDepth): ditto
17335
17336         * bufferparams.h: use boost::
17337
17338         * bufferlist.h: inherit privately from noncopyable
17339
17340         * bufferlist.C (loadLyXFile): remove some commented code.
17341
17342         * buffer.C (runChktex): use LFUN_MESSAGE
17343
17344         * ShareContainer.h: inherit privately from noncopyable
17345
17346         * ParagraphParameters.[hC] (depth): inline it.
17347
17348         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17349         methods.
17350         (message): new method
17351         (messagePush): ditto
17352         (messagePop): ditto
17353         (show): init minibuffer
17354         (showState): direct call
17355
17356         * LaTeX.[Ch]: inherit privately from noncopyable
17357         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17358         instead of WriteStatus.
17359
17360         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17361
17362         * BufferView_pimpl.C (buffer): don't init minibuffer
17363         (workAreaButtonPress): use LFUN_MESSAGE
17364         (workAreaButtonRelease): ditto
17365         (savePosition): ditto
17366         (restorePosition): ditto
17367         (MenuInsertLyXFile): ditto
17368         (workAreaExpose): don't init minibuffer
17369         (update): remove commented code, simplify
17370
17371         * BufferView2.C (openStuff): use LFUN_MESSAGE
17372         (toggleFloat): ditto
17373         (menuUndo): ditto
17374         (menuRedo): ditto
17375         (copyEnvironment): ditto
17376         (pasteEnvironment): ditto
17377         (copy): ditto
17378         (cut): ditto
17379         (paste): ditto
17380         (gotoInset): ditto
17381         (updateInset): remove some commented code
17382
17383         * lastfiles.h: inherit privately from noncopyable
17384         * layout.h: ditto
17385         * lyx_gui.h: ditto
17386         * lyx_main.h: ditto
17387         * lyxlex.h: ditto
17388         * lyxlex_pimpl.h: ditto
17389
17390         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17391         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17392         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17393
17394         * LyXAction.h: inherit privately from noncopyable, add methods
17395         func_begin, func_end, returning iterators to the func map.
17396
17397         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17398         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17399         (func_begin): new method
17400         (func_end): new method
17401
17402         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17403         and not)
17404         (copySelection): ditto
17405         (pasteSelection): ditto
17406
17407         * BufferView.C: whitespace change
17408         * BufferView.h: inherit privately from noncopyable
17409
17410 2001-04-16  Allan Rae  <rae@lyx.org>
17411
17412         * tabular-old.C (l_getline):
17413         * spellchecker.C (sc_check_word):
17414         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17415         an unrecognised preprocessor directive.  So ensure they're wrapped.
17416
17417 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17418
17419         * src/exporter.C (Export): Give an error message when path to file
17420         contains spaces.
17421
17422 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17423
17424         * LaTeX.C (deplog): Always check that foundfile exists.
17425
17426 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17427
17428         * lyx_main.h:
17429         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17430
17431 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17432
17433         * tabular.[Ch] (getLabelList): implement new method
17434
17435         * minibuffer.h: comment ouf setTiimer
17436
17437         * minibuffer.C (ExecutingCB): constify res
17438         (peek_event): constify s
17439         (Set): constify ntext
17440         (Init): constify nicename
17441
17442         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17443
17444         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17445         (savePosition): use two params to Minibuffer::Set
17446         (restorePosition): ditto
17447
17448 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17449
17450         * lyx_main.C: include language.h
17451
17452         * Makefile.am (lyx_main.o): add language.h
17453
17454 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17455
17456         * exporter.C:
17457         * paragraph.C:
17458         * screen.C:
17459         * tabular.C:
17460         * CutAndPaste.C: include gettext.h
17461
17462         * lyxfont.h: remove old hack with ON and OFF.
17463
17464         * lyxparagraph.h:
17465         * lyxfont.h: do not include language.h...
17466
17467         * BufferView2.C:
17468         * LaTeXFeatures.C:
17469         * Painter.C:
17470         * bufferview_funcs.C:
17471         * font.C:
17472         * lyxfont.C:
17473         * text.C:
17474         * text2.C:
17475         * trans_mgr.C:
17476         * paragraph.C: ... but do it here instead
17477
17478 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17479
17480         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17481
17482         * tabular.C: small reformat
17483
17484         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17485         NEW_INSETS version
17486         (GetChar): ditto
17487         (BreakParagraph): ditto
17488         (SetOnlyLayout): ditto
17489         (SetLayout): ditto
17490
17491         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17492         with one arg less.
17493
17494         * lastfiles.C: removed most using decl, add std:: where needed
17495
17496         * buffer.C: ws changes
17497
17498         * MenuBackend.C (class compare_format): put into anon namespace
17499         (expand): constify label, names, action, action2
17500         (expand):
17501
17502         * text.C (SingleWidth): constify font
17503         (IsBoundary): constify rtl2
17504         (GetVisibleRow): constify ww
17505
17506         * LaTeX.C (deplog): constify logfile
17507
17508         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17509         start_x, end_x
17510         (workAreaExpose): constify widthChange, heightChange
17511
17512         * lyxrow.C (par): moved
17513         (height): moved
17514         (next): moved
17515         * lyxrow.h: as inlines here
17516
17517         * lyxfont.h (shape): moved from lyxfont.C
17518         (emph): moved from lyxfont.C
17519
17520         * lyxfont.C (LyXFont): use initialization list for all
17521         constructors
17522         (shape): move to lyxfont.h as inline
17523         (emph): move to lyxfont.h as inline
17524
17525
17526 2001-04-04  Juergen Vigna  <jug@sad.it>
17527
17528         * vspace.C: had to include stdio.h for use of sscanf
17529
17530 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17531
17532         * BufferView.h:
17533         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17534         independent of xforms.
17535
17536 2001-04-02  Juergen Vigna  <jug@sad.it>
17537
17538         * spellchecker.C: fixed namespace placing!
17539
17540 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17541
17542         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17543         the LyXParagraph * is 0.
17544
17545 2001-03-29  Juergen Vigna  <jug@sad.it>
17546
17547         * vspace.C: added support for %, c%, p%, l%.
17548         (stringFromUnit): added helper function.
17549         (asLatexString): changed to give right results for the %-values.
17550
17551         * buffer.C: convert the widthp in a width%.
17552
17553 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17554
17555         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17556         figureForm.[Ch].
17557
17558         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17559         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17560
17561         * lyx_cb.[Ch]: see above.
17562
17563         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17564         form1.[Ch].
17565
17566         * form1.[Ch]:
17567         * lyx.[Ch]: replaced by figure_form.[Ch].
17568
17569         * lyx_gui.C:
17570         * lyx_gui_misc.C:
17571         * lyxfunc.C: changed headers associated with above changes.
17572
17573 2001-03-27  Juergen Vigna  <jug@sad.it>
17574
17575         * BufferView_pimpl.C: set the temporary cursor right!
17576
17577 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17578
17579         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17580
17581 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17582
17583         * LString.h: removed "using std::getline"!
17584
17585         * BufferView_pimpl.C (Dispatch): changes due to changes in
17586         InsetInclude::Params.
17587
17588         * buffer.C (tag_name): removed redundant break statements as they were
17589         producing lots of warnings with my compiler.
17590
17591 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17592
17593         * LString.h: add "using std::getline" when using the real <string>.
17594
17595 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17596
17597         * buffer.C: removed bitset usage.
17598         PAR_TAG moved to an anonymous name space.
17599         (tag_name): new funtion, also in the anonymous namespace.
17600         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17601         (makeDocBookFile): clean code. Completed transition from string arrays
17602         to string vectors.
17603         (SimpleDocBookOnePar): code clean.
17604
17605 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17606
17607         * tabular.C: add some comments.
17608
17609 2001-03-22  Juergen Vigna  <jug@sad.it>
17610
17611         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17612         compatibility read a bit and fixed bug with minipage in different
17613         depth.
17614
17615 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17616
17617         * buffer.C (pop_tag): removed.
17618         (push_tag): removed.
17619         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17620         array replaced with vector. Added support for CDATA sections.
17621         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17622         at any nest level.
17623         (makeDocBookFile): XML conformant declaration of CDATA section,
17624         fixed bug related to <emphasis> in the first paragraph char.
17625         (sgmlOpenTag): exclude empty tags.
17626         (sgmlCloseTag): ditto.
17627
17628         * buffer.h (pop_tag): removed.
17629         (push_tag): removed.
17630
17631 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17632
17633         * language.h (Languages): added size_type and size().
17634
17635 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17636
17637         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17638         response on compability reading of minipages. One probliem is that
17639         the old usage of minipages was flertydig
17640
17641         * several files here and in subdirs: don't use static at file
17642         scope use anon namespaces instead.
17643
17644 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17645
17646         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17647         LaTeX output. This is necessary for Literate document
17648         processing.
17649
17650 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17651
17652         * buffer.C: insert hfill when needed.
17653
17654         * tabular.C (l_getline): use string::erase, small whitespace change.
17655
17656         * BufferView_pimpl.C: try the anon namespace.
17657         * WorkArea.C: ditto
17658
17659 2001-03-16  Juergen Vigna  <jug@sad.it>
17660
17661         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17662         otherwise it won't open options-dialogs.
17663
17664         * buffer.C: honor pextraWidth(p) on converting minipages.
17665
17666         * tabular.C (l_getline): changed the functions to strip trailing \r.
17667
17668 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17669
17670         * BufferView_pimpl.C:
17671         * minibuffer..C: added "using SigC::slot" declaration.
17672
17673 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17674
17675         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17676
17677         * text2.C: ditto
17678
17679         * text.C: ditto
17680
17681         * paragraph.C: ditto
17682
17683         * lyxtext.h: NO_PEXTRA
17684
17685         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17686
17687         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17688         * ParameterStruct.h: ditto
17689         * ParagraphParameters.h: ditto
17690         * lyxparagraph.h: ditto
17691
17692 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17693
17694         * buffer.C: add compability for minipage alignment.
17695         (latexParagraphs): remove unwanted pextra check.
17696
17697         * several files: remove CXX_WORKING_NAMESPACES
17698
17699         * buffer.C (pop_tag): tie is in namespace boost
17700
17701         * BufferView.h: noncopyable is in namespace boost
17702         * lyxlex.h: ditto
17703         * lyx_main.h: ditto
17704         * lyx_gui.h: ditto
17705         * layout.h: ditto
17706         * lastfiles.h: ditto
17707         * bufferlist.h: ditto
17708         * ShareContainer.h: ditto
17709         * LyXView.h: ditto
17710         * LyXAction.h: ditto
17711         * LaTeX.h: ditto
17712
17713 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17714
17715         * Merging changes from BRANCH_MVC back into HEAD.
17716
17717         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17718
17719 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17720
17721         * BufferView_pimpl.C: change from intl.C
17722
17723         * combox.h:
17724         * combox.C:
17725         * Makefile.am: move combox.*
17726
17727         * form1.h:
17728         * form1.C:
17729         * lyx_gui.C:
17730         * intl.h:
17731         * intl.C: remove dialog (covered by prefs)
17732
17733 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17734
17735         * lyxfunc.C (Dispatch): removed redundant break statement.
17736
17737 2001-03-14  Juergen Vigna  <jug@sad.it>
17738
17739         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17740
17741 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17742
17743         * buffer.C: add hack to fix compability reading of minipages.
17744
17745 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17746
17747         * buffer.C (getLists): Cleanup.
17748
17749 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17750
17751         * lyxfont.C (update): don't honor toggleall on font size.
17752
17753 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17754
17755         * bmtable.c:
17756         * bmtable.h:
17757         * Makefile.am: moved to frontends/xforms/
17758
17759         * lyx_gui_misc.C:
17760         * lyxfunc.C:
17761         * BufferView_pimpl.C: changes for moved mathpanel
17762
17763 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17764
17765         * gettext.h: fix gettext_init() in --disable-nls
17766
17767 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17768
17769         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17770
17771 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17772
17773         * lyx.C:
17774         * lyx.h: strip external form
17775
17776 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17777
17778         * BufferView_pimpl.C: add comment, destroySplash()
17779
17780 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17781
17782         * BufferView_pimpl.C:
17783         * LyXAction.C:
17784         * buffer.C:
17785         * commandtags.h:
17786         * lyxfunc.C: use re-worked insetinclude
17787
17788 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17789
17790         * buffer.C: add using std::stringstream.
17791
17792         * lyx_cb.C: readd using std::ios.
17793
17794         * buffer.C: add using std::map.
17795
17796         * BufferView_pimpl.C: add using std::vector.
17797
17798         * ShareContainer.h: add std:: to swap.
17799
17800         * buffer.h: add some typedefs
17801         * buffer.C (getLists): use them
17802         (getLists): renamed from getTocList.
17803         add a counter for the different float types and use it in the
17804         generated string.
17805         (getLists): use the same counter for the NEW_INSETS and the "non"
17806         NEW_INSETS
17807
17808         * lyx_cb.h: remove unused items, includes, using etc.
17809
17810         * ShareContainer.h: remove some commented code, add more comments
17811         and "documentation".
17812
17813 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17814
17815         * buffer.C (getTocList): make the list also when NEW_INSETS is
17816         defined.
17817
17818         * buffer.h: remove TocType
17819
17820         * buffer.C (getTocList): change to return a map<string,
17821         vector<TocItem> >, implement for dynamic number of list.
17822
17823         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17824         * text2.C (PasteSelection): adjust
17825         * CutAndPaste.C (pasteSelection): adjust
17826
17827         * FloatList.C (FloatList): update from the new_insets branch.
17828         * Floating.[Ch]: ditto
17829         * LaTeXFeatures.C: ditto
17830         * buffer.C: ditto
17831         * lyxlex_pimpl.C: ditto
17832
17833         * paragraph.C (Last): remove when NEW_INSETS is defined.
17834
17835         * other file: changes because of the above.
17836
17837 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17838
17839         * lyxparagraph.h: rename next to next_, previous to previous_,
17840         make them private for NEW_INSETS. Rename Next() to next(),
17841         Previous() to previous().
17842
17843         * other files: changes because of the above.
17844
17845 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17846
17847         * BufferView.h:
17848         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17849         problem.
17850
17851 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17852
17853         * main.C (main): pass lyx_localedir to gettext_init().
17854
17855         * gettext.h: remove locale_init and gettext_init macros
17856
17857         * gettext.C (locale_init): new function
17858         (gettext_init): new function
17859
17860         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17861         setlocale().
17862
17863 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17864
17865         * Moved credits to frontends:
17866         * credits.[Ch]: removed
17867         * credits_form.[Ch]: removed
17868         * lyx_gui_misc.C: remove credits stuff
17869         * Makefile.am:
17870
17871 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17872
17873         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17874
17875         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17876         unneeded destructor.
17877
17878         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17879         a standalone pointer again.
17880
17881         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17882
17883 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17884
17885         * Makefile.am:
17886         * filedlg.h:
17887         * filedlg.C:
17888         * LyXAction.C:
17889         * ToolbarDefaults.C:
17890         * bufferlist.C:
17891         * commandtags.h:
17892         * form1.C:
17893         * form1.h:
17894         * lyx_cb.C:
17895         * lyx_cb.h:
17896         * lyxfunc.h:
17897         * lyxfunc.C:
17898         * BufferView_pimpl.C: use new file dialog in GUII
17899
17900         * lyx_cb.h:
17901         * lyx_cb.C: remove LayoutsCB to Toolbar
17902
17903 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17904
17905         * ShareContainer.h (get): add std:: qualifier
17906
17907 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17908
17909         * ShareContainer.h: define a proper ShareContainer::value_type
17910         type (and use typename to please compaq cxx)
17911
17912 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17913
17914         * lyxparagraph.h: move serveral local vars to
17915         ParameterStruct/ParagraphParameters., use ShareContainer in
17916         FontTable., make vars in FontTable private and add getter and
17917         setter.
17918
17919         * paragraph.C: changes because of the above.
17920
17921         * lyxfont.h: remove copy constructor and copy assignment. (the
17922         default ones is ok), move number inside FontBits. move inlines to
17923         lyxfont.C
17924
17925         * lyxfont.C: add number to initializaton of statics, move several
17926         inlines here. constify several local vars. some whitespace
17927         cleanup. Dont hide outerscope variables.
17928
17929         * Spacing.h: add two new constructors to match the set methods.
17930
17931         * ShareContainer.h: new file, will perhaps be moved to support
17932
17933         * ParameterStruct.h: new file
17934
17935         * ParagraphParameters.h: new file
17936
17937         * ParagraphParameters.C: new file
17938
17939         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17940         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17941
17942         * BufferView_pimpl.C: ParagraphParameter changes.
17943         * buffer.C: Likewise.
17944         * bufferview_funcs.C: Likewise.
17945         * text.C: Likewise.
17946         * text2.C: Likewise.
17947
17948 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17949
17950         * lyxfind.C (LyXReplace): do not redefine default argument in
17951         implementation.
17952         (IsStringInText): ditto
17953         (SearchForward): ditto
17954         (SearchBackward): ditto
17955
17956 2001-03-06  Juergen Vigna  <jug@sad.it>
17957
17958         * lyxfind.C (IsStringInText): put parentes around expressions.
17959
17960 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17961
17962         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17963
17964 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17965
17966         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17967
17968         * stl_string_fwd.h: add comment
17969
17970         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17971
17972         * tabular.h:
17973         * tabular.C: remove unused DocBook methods
17974
17975         * intl.C:
17976         * language.C:
17977         * paragraph.C:
17978         * buffer.C:
17979         killed DO_USE_DEFAULT_LANGUAGE
17980
17981 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17982
17983         * lyx_gui.C: do not include language.h.
17984
17985         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17986         arguments in function implementation.
17987
17988 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17989
17990         * BufferView_pimpl.C: add <ctime>
17991
17992 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17993
17994         * BufferView_pimpl.C: add using std::find_if
17995
17996 2001-02-27  José Matos  <jamatos@fep.up.pt>
17997
17998         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17999         by OnlyPath.
18000
18001 2001-02-11  José Matos  <jamatos@fep.up.pt>
18002
18003         * buffer.C (makeDocBookFile): command styles now have a parameter as
18004         "title" by default.
18005
18006 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
18007
18008         * layout_forms.[Ch]: removed
18009         * lyx_cb.[Ch]: out character
18010         * lyx_gui.C: out character
18011         * lyx_gui_misc.C: out character
18012         * bufferview_funcs.C: : out character,
18013         added toggleall as parameter in ToggleAndShow
18014
18015 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
18016
18017         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
18018
18019         * text2.C (SetCurrentFont): Disable number property at boundary.
18020
18021 2001-02-26  Juergen Vigna  <jug@sad.it>
18022
18023         * lyxfunc.C (getStatus): added a string argument override function so
18024         that this is correctly called from LyXFunc::Dispatch if it contains a
18025         do_not_use_argument which is used!
18026         (Dispatch): added check for "custom" export and call appropriate func.
18027
18028 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
18029
18030         * lyxrc.C: Add language_command_local, language_use_babel and
18031         language_global_options.
18032
18033         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
18034
18035         * buffer.C (makeLaTeXFile): Use language_use_babel and
18036         language_global_options.
18037
18038 2001-02-23  Juergen Vigna  <jug@sad.it>
18039
18040         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
18041         which works with LyXText and putted it inside BufferView. Here now we
18042         only call for that part the BufferView::Dispatch() function.
18043
18044         * BufferView.C (Dispatch): added.
18045
18046         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
18047         functions which needs to use a LyXText over from LyXFunc.
18048         (MenuInsertLyXFile): added
18049         (getInsetByCode): added
18050         (moveCursorUpdate): added
18051         (static TEXT): added
18052
18053 2001-02-22  Juergen Vigna  <jug@sad.it>
18054
18055         * BufferView_pimpl.C (update): call a status update to see if LyXText
18056         needs it.
18057
18058 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18059
18060         * vc-backend.C (revert): implement for CVS
18061         (getLog): implement for CVS
18062
18063 2001-02-20  Juergen Vigna  <jug@sad.it>
18064
18065         * text2.C (ClearSelection): added BufferView param for inset_owner call
18066
18067         * lyxfunc.C (TEXT): added this function and use it instead of
18068         directly owner->view()-text of getLyXText().
18069
18070 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
18071
18072         * src/layout_forms.C: out preamble
18073         * src/layout_forms.h: out preamble
18074         * src/lyx_cb.C: out preamble
18075         * src/lyx_cb.h: out preamble
18076         * src/lyx_gui.C: out preamble
18077         * src/lyx_gui_misc.C: out preamble
18078         * src/lyxfunc.C: connect with guii preamble
18079
18080 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
18081
18082         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
18083
18084 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
18085
18086         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
18087         whether to run bibtex.
18088
18089 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
18090
18091         * Makefile.am (lyx_SOURCES): Remove BackStack.h
18092
18093 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
18094
18095         * Makefile.am (lyx_SOURCES): removed bibforms.h
18096
18097         * vspace.h: doxygen
18098
18099         * text.C (GetVisibleRow): make several local vars const
18100
18101         * tabular.C: small cleanup.
18102
18103         * lyxserver.C (callback): use compare instead of strncmp
18104
18105         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
18106         inlines to after class or to paragraph.C
18107
18108         * lyxfont.h: remove friend operator!=
18109
18110         * converter.h: move friend bool operator< to non friend and after
18111         class def.
18112
18113         * combox.h: small cleanup
18114
18115         * buffer.h: doxygen, remove unused constructor, move inclas inlies
18116         to inlines after class def.
18117
18118         * buffer.C (pop_tag): use string operations instead of strcmp
18119
18120         * bmtable.c: doxygen, small cleanup
18121
18122         * LaTeX.h: remove friend operator==
18123
18124 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
18125
18126         * screen.C:
18127         * lyxrc.[Ch]:
18128         * lyxfunc.C:
18129         * lyxfont.[Ch]:
18130         * lyx_cb.C:
18131         * intl.[Ch]:
18132         * commandtags.h:
18133         * buffer.C:
18134         * WorkArea.[Ch]:
18135         * LyXAction.C:
18136         * BufferView_pimpl.C:
18137         * BufferView.[Ch]: remove cruft
18138
18139 2001-02-14  Juergen Vigna  <jug@sad.it>
18140
18141         * lyxfunc.C: removed #if 0 unused code
18142
18143         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
18144
18145         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
18146
18147         * text2.C (SetSelection): added a BufferView * parameter
18148
18149 2001-02-13  Juergen Vigna  <jug@sad.it>
18150
18151         * lyxfunc.C (Dispatch): fixed protected blank problem.
18152         * BufferView2.C (protectedBlank): added LyxText * parameter.
18153
18154         * tabular.C (AppendRow): forgot to set row_info of newly added row.
18155         (AppendColumn): same as above for column_info.
18156
18157         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18158         (moveCursorUpdate): use a LyXText param for support of InsetText.
18159
18160         * BufferView_pimpl.C (doubleClick): added support for InsetText.
18161         (tripleClick): ditto
18162
18163         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
18164
18165         * BufferView_pimpl.C (update): added LyXText param to honor insets.
18166
18167         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
18168
18169         * text2.C (SetSelection): set correct update status if inset_owner
18170         (ToggleFree): ditto
18171
18172 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
18173
18174         * tabular.C: remove some commented code.
18175
18176 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
18177
18178         * BufferView_pimpl.C: call hideSplash()
18179
18180         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
18181
18182         * include_form.h:
18183         * bibforms.h: remove
18184
18185         * lyxfunc.C:
18186         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18187           add LFUN_CHILD_CREATE
18188
18189         * counters.h: fix tiny typo
18190
18191         * lyx_cb.C:
18192         * lyx.h:
18193         * lyx_gui.C:
18194         * lyx.C: move splash to frontends/xforms/
18195
18196         * lyx_gui_misc.C: move Include and Bibform to frontends
18197
18198         * lyxvc.h: clarify comment
18199
18200         * vspace.C: tiny housekeeping
18201
18202 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18203
18204         * text.C (PrepareToPrint): RTL Fix.
18205
18206         * paragraph.C (GetUChar): New method.
18207         (String):  Use GetUChar.
18208
18209         * buffer.C (asciiParagraph): Use GetUChar.
18210
18211 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18212
18213         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18214
18215 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18216
18217         * buffer.h:
18218         * buffer.C: rename to getLogName(), handle
18219           build log / latex log nicely
18220
18221 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18222
18223         * MenuBackend.C:
18224         * MenuBackend.h: remove support for reference menuitem type.
18225
18226 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18227
18228         * BufferView_pimpl.C: housekeeping
18229         * BufferView_pimpl.h:
18230         * LyXView.h:
18231         * Makefile.am:
18232         * Timeout.C:
18233         * Timeout.h:
18234         * minibuffer.h: move Timeout GUI-I
18235
18236 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18237
18238         * lyxrc.C (read): Update converters data-structures.
18239
18240 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18241
18242         * LaTeX.h (operator!=): add operator != for Aux_Info
18243
18244 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18245
18246         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18247
18248         * LaTeXLog.C: deleted, useful code moved to Buffer
18249
18250         * buffer.h:
18251         * buffer.C: new function getLatexLogName()
18252
18253         * lyx_gui_misc.C:
18254         * lyx_gui.C:
18255         * lyxvc.C:
18256         * lyxvc.h:
18257         * lyxfunc.C: use frontends for LaTeX and VC logs
18258
18259 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18260
18261         * LaTeX.h: yet another std:: that Allan forgot.
18262
18263         * Variables.C (set): renamed from isset(), because this clashes
18264         with some HP-UX macros (grr).
18265
18266 2001-02-06  Allan Rae  <rae@lyx.org>
18267
18268         * LaTeX.h: Another bug fix.  Missing std:: this time.
18269
18270 2001-02-04  Allan Rae  <rae@lyx.org>
18271
18272         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18273         floats problem. I've left it commented out because it's not quite
18274         correct.  It should also test that the current object is a table or
18275         figure inset.  But I haven't gotten around to figuring out how to do
18276         that.  I *think* it'll be something like: "table" == inset.type()
18277
18278         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18279         bool.
18280
18281 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18282
18283         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18284         all the citation/databases/styles in the auxilary file.
18285         (run): Rerun latex if there was a babel language error.
18286
18287 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18288
18289         * text.C (Backspace): Preserve the font when changing newline char
18290         with a space.
18291         (BreakParagraph): If the cursor is before a space, delete the space.
18292
18293         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18294
18295 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18296
18297         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18298         new argument (code).
18299         (ChangeCitationsIfUnique): New method.
18300
18301         * paragraph.C (GetPositionOfInset): Handle bibkey.
18302
18303 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18304
18305         * BufferView_pimpl.h: change type of Position::par_pos to
18306         LyXParagraph::size_type.
18307
18308 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18309
18310         * BufferView_pimpl.C (savePosition, restorePosition): Write
18311         messages to minibuffer.
18312
18313 2001-01-28  José Matos  <jamatos@fep.up.pt>
18314
18315         * buffer.C (makeDocBookFile): adds support for document language.
18316         A silly restriction on the name of LatexCommand types where removed.
18317         Added support for CDATA sections, allows to chars unescaped, used
18318         among others in code, to avoid escape < and >.
18319
18320 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18321
18322         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18323         saved positions instrad of a stack. Furthermore, a position is
18324         stored using paragraph id/paragraph position.
18325
18326         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18327         Remove LFUN_REF_BACK.
18328
18329 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18330
18331         * converter.C (dvipdfm_options): New method.
18332
18333 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18334
18335         * vspace.C (isValidLength): Fix for empty input string.
18336
18337 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18338
18339         * LyXAction.C (init): change description of LFUN_FIGURE to
18340         "Insert Graphics"
18341
18342 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18343
18344         * LaTeX.C: add using directive
18345
18346 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18347
18348         * MenuBackend.C (expand): Fix the sorting of the formats.
18349
18350 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18351
18352         * lyx_main.C: tiny error message fix
18353
18354 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18355
18356         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18357         calling fl_initialize(). This fixes the problem with ',' as
18358         decimal separator in text files.
18359
18360 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18361
18362         * trans.C (process): Fix the keymap bug.
18363
18364 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18365
18366         * LaTeX.C (scanAuxFiles): New method. Provides support for
18367         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18368         (scanLogFile) Scan for "run BibTeX" messages.
18369
18370         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18371         OT1 font encoding. Also, load the aecompl package if the ae
18372         package is loaded.
18373
18374         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18375
18376 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18377
18378         * texrow.C (increasePos): turn two error messages into debug
18379         messages.
18380
18381 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18382
18383         * LaTeX.C (scanAux): Handle the \@input macro.
18384         (runBibTeX): Use scanAux().
18385
18386         * language.C (latex_options_): New field.
18387
18388         * LaTeXFeatures.C (getMacros): Add language macros.
18389
18390         * buffer.C (makeLaTeXFile): Small fix.
18391
18392 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18393
18394         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18395
18396         * text2.C: add a using directive.
18397
18398 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18399
18400         * BufferView2.C:
18401         * lyx_gui_misc.h:
18402         * lyxfr1.C:
18403         * lyxfunc.C: kill LyXBell.
18404
18405 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18406
18407         * text.C (IsBoundary): Remove the error message
18408
18409         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18410
18411         * lyxrc.C (setDefaults): Correct initialization value for
18412         font_norm_type.
18413
18414 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18415
18416         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18417         gotoError().
18418
18419         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18420         and GotoNextNote().
18421
18422         * src/LyXAction.C: Added reference-next.
18423
18424         * text.C (InsertChar): Use contains instead of strchr.
18425
18426         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18427
18428 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18429
18430         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18431         alignment commands (when needed).
18432
18433         * text.C (InsertChar): Add ':' to number separator chars.