]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
872cf0db6f2459c2f7f485fb203ac2220b83dc2e
[lyx.git] / src / ChangeLog
1 2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * text.C (insertChar): do not reset boundary (bug 2061)
4
5 2005-10-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6
7         * dociterator.C (updateInsets): new method. Updates the inset_
8         cache of all the slices of the iterator.
9
10         * text2.C (deleteEmptyParagraphMechanism): compare also containing
11         insets when comparing pit/pos; pass the right cursor to
12         recordUndo; when a paragraph has been deleted, compare `old.top()' to
13         the right cursor slice of `cur'; use updateInsets on cur to make
14         sure that the inset caches are correct; general cleanup.
15
16 2005-10-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
17
18         * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to
19         dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to
20         containg inset. If this does not work, the same command will be
21         sent to other insets down the queue by LCursor::dispatch. (bug 2066)
22
23         * lyxfunc.C (dispatch): make sure the cursor is correct when doing
24         a dispatch.
25
26 2005-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
27
28         * lyxtextclass.C (Read): convert layout file if the format is wrong
29         * lyxtextclass.C (layout2layout): new, needed for the above
30
31 2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
32
33         * messages.C: do not forget to include <cerrno>.
34
35 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
36
37         * dociterator.h (StableDocIterator): add access to pos().
38         * undo.C (samePar): new method to check if two
39         iterators are in the same paragraph
40         * undo.C (recordUndo): check for samePar instead of cell identity
41         (which includes pos() and is too strict) (fixes bug 2097)
42
43 2005-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
44
45         * text.C (setCursorFromCoordinates): return a bool telling whether
46         dEPM triggered.
47
48         * text3.C (cursorPrevious): update if needed after
49         setCursorFromCoordinates (when dEPM triggered).
50
51         * text2.C (cursorDown, cursorUp): make sure to reset the anchor
52         (otherwise the anchor may be completely wrong and make dEPM assert).
53
54 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
55
56         * buffer.C: version upgrade to 245.
57         * bufferparams.C: remove \quotes_times (bug 2090).
58         * text3.C (doDispatch): LFUN_QUOTE_INSERT has to output double
59         quotation marks as default.
60
61 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
62
63         * CutAndPaste.C (nrOfParagraphs): remove (unused)
64         * CutAndPaste.C (cutSelection): Remove debug message
65         * CutAndPaste.C (cutSelection): Use the real cursor in mathed, record
66         undo information and only copy if this is a real cut
67         * CutAndPaste.C (pasteSelection): remove superflous cur.resetAnchor()
68         call
69         * CutAndPaste.C (pasteSelection): remove now superflous mathed warning
70         (bug 2059)
71         * CutAndPaste.C (eraseSelection): prevent cursor corruption
72         * CutAndPaste.C (grabAndEraseSelection, selDel): remove now
73         superflous cur.selection() setting
74         * CutAndPaste.[Ch] (grabSelection): take a const cursor
75         * cursor.C (selectionAsString): implement mathed case ((bug 2059)
76
77 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
78
79         * text3.C (mathDispatch, dispatch): Dont' record undo steps that don't
80         change anything.
81
82 2005-10-11  Martin Vermeer  <martin.vermeer@hut.fi>
83
84         * BufferView_pimpl.C: comment layout change
85
86 2005-10-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
87
88         * LyXAction.C:
89         * lfuns.h:
90         * lyxfunc.C: reimplement LFUN_INSERT_CITATION, which is needed
91         by bibliography managers (bug 2071).
92
93 2005-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
94
95         * BufferView_pimpl.C (update): choose arguments to update call so
96         that single-par update works most times
97         * text3.C (dispatch): carefully tune updating separately for
98         whole-screen and current-paragraph
99         * rowpainter.C (paintText): 1) replace painting by caching for
100         the two extra paragraphs, because we can;
101         2) suppress greying out of areas below/above drawn area in case of
102         single-par refresh
103         * lyxfunc.C (dispatch): remove superfluous update
104         * LyXAction.[Ch]: introduce SingleParUpdate
105
106 2005-10-05  Angus Leeming  <leeming@lyx.org>
107
108         * BufferView_pimpl.C (loadLyXFile): ensure that a pointer is
109         always initialised before use.
110
111         * text.C (setHeightOfRow): squash warning about comparison
112         of signed and unsigned types.
113
114 2005-10-03  Martin Vermeer  <martin.vermeer@hut.fi>
115
116         * text.C (cursorX): two fixes involving RtL text drawing
117
118 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
119
120         * cursor.C (erase): fix 'clever' UI hack. It was activated for all
121         items, not only large ones (part of bug 2057)
122
123 2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124
125         * text3.C (dispatch): when invoking LFUN_MATH_MACRO with no type
126         argument, use "newcommand".
127
128 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
129
130         * cursor.C (setSelection): do not open collapsable insets;
131         the insets do by themselves now (autoopen).
132
133 2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
134
135         * buffer.C: format is up to 244.
136
137 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
138
139         * text.C (redoParagraph): fix calcultation of inset width wrt 
140         leftMargin (bug 1957).
141
142         * text3.C (dispatch): leave inset to the right when hitting ESC 
143         (bug 2034).
144
145 2005-09-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
146
147         * text2.C: 
148         * text.C: 
149         * factory.C:
150         * messages.C: include <boost/current_function.hpp> 
151
152 2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
153
154         * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
155         when command is internal. (bug 1941)
156
157 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
158
159         * text2.C (cursorRight): do not honor boundary when at the end of
160         a paragraph. (bug 2010 again)
161
162 2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
163
164         * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
165
166 2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
167
168         * rowpainter.C (paintText): fix RtL space width display bug (2029)
169
170 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
171
172         * text2.C (setCursor): remove the unused 'boundary' parameter for
173         the CursorSlice version; adapt the LCursor version.
174
175         * lyxrc.C (write): 
176         * paragraph_pimpl.C (markErased): 
177         * cursor.C (bruteFind2, bruteFond3): fix warnings.
178
179 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
180
181         * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
182         as is already done for "chapter".
183
184 2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
185
186         * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
187         textclass; do not record undo if nothing is changed.
188
189 2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
190
191         * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
192
193 2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
194
195         * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
196
197 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
198
199         * BufferView_pimpl.C (setBuffer): when one wants to set the layout
200         combox, it is necessary to search for the topmost paragraph in the
201         cursor stack (bug 1926)
202
203 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
204
205         * text2.C (cursorEnd, cursorRight): do not set boundary to true at
206         end of paragraph. (bug 2010)
207
208 2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
209
210         * text.C (leftMargin): check for inInset == 0
211
212 2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
213
214         * text.C (leftMargin): test for insetbase's new neverIndent()
215         bool instead of listing each and every inset that does not
216         wish par indendation.
217
218 2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
219
220         * buffer_funcs.C (setCounter): put the code to compute enum label
221         here (where it belongs).
222
223         * counters.C (enumLabel): move code to buffer_funcs.C.
224
225 2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
226
227         * outputparams.[Ch]: store local_font instead of local_language
228         * paragraph.C (simpleTeXOnePar): adapt to the change above
229
230 2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
231
232         * buffer_funcs.C:
233         * counters.[Ch]: clean up special code for Hebrew.
234
235 2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
236
237         * lyxfunc.C (lookupChange): fix code when cursor depth is greater
238         than 2.
239
240 2005-09-08  Angus Leeming  <leeming@lyx.org>
241
242         * ispell.C:
243         * lyxrc.C: correct grammar describing invocation of the
244         spellchecker.
245
246 2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
247
248         * text.C (read): remove unused variable.
249         (readParToken): remove static Change variable (never good in
250         recursive settings...); add it as a parameter instead.
251
252         * paragraph_pimpl.C (acceptChange): make debug info conditional.
253
254         * metricsinfo.C (PainterInfo): add new member erased_.
255
256         * rowpainter.C (RowPainter): add erased_ member, initialized from
257         PainterInfo. 
258         (paintInset): pass erased_ to Inset::draw.
259
260         * lyxfunc.C (lookupChange): new function. Tells whether change 
261         tracking is disabled at a given postion.
262         (getStatus): disable some actions when in deleted text with change
263         tracking. 
264
265 2005-08-03  John Levon  <levon@movementarian.org>
266         
267         * tabular.C (appendColumn, setMultiColumn): adapt to change to
268         InsetText::clear().
269
270         * paragraph_pimpl.C (markErased): add bool argument and handle it.
271         Also make sure to mark insets recursively.
272         (rejectChange, erase): be recursive
273
274         * paragraph.C (markErased): add bool argument.
275 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
276
277         * lyxfind.C (findNextChange): tiny cleanup.
278
279         * BufferView_pimpl.C (trackChanges): avoid crash when stopping
280         change tracking with the cursor in an inset; make sure the first
281         change is not skipped.
282
283 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
284
285         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
286         tabularStackDirty to work around bug 1919 (tabular needs
287         to know whether its own cell paste buffer or the one of 
288         texted is newer.
289         * CutAndPaste.C: mark tabular_stack_ clean after copy.
290
291 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
292
293         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
294
295 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
296
297         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
298         use old deleteion algorithm when changetracking is on.
299
300 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
301
302         * messages.C (get): add debug output.
303
304 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
305
306         * text.C (cursorX): fix bug 1965: cursor movement at
307         line end broken in RtL.
308         (drawSelection): fix bug 1970: drawing of single-line 
309         selection broken for RtL.
310
311 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
312
313         bug 465.
314
315         * dociterator.h (clear, push_back, pop_back): change from
316         protected to public.
317
318         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
319         and changed to just return the value of the item depth; take a
320         ParIterator as argument; take the itemdepth at outer nesting level
321         in account if necessary; cleanup and comment the code.
322         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
323         and changed to just return true if reset is needed; take a
324         ParIterator as argument; cleanup and comment the code.
325         (setCounter): adapt to above changes.
326
327 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
328
329         * text3.C (dispatch): make debug message optional
330
331 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
332
333         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
334         inset. (bug 1963)
335
336 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
337
338         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
339
340 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
341
342         * text.C (insertChar):
343         * text2.C (deleteEmptyParagraphMechanism): take care whether 
344         a blank has been deleted (in change tracking mode) (bug 1254).
345
346 2005-07-20  John Levon  <levon@movementarian.org>
347
348         * text2.C (insertStringAsLines): remove old dubious code,
349         fixing bug 1939.
350
351 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
352
353         * MenuBackend.C (expandToc): use Floating::listName() as title of
354         the floats submenus.
355
356 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
357
358         * toc.[Ch]: Do not use translatable strings (bug 1870).
359
360 2005-07-20  John Levon  <levon@movementarian.org>
361
362         * tabular.C: fix 1748 - setting multicolumn adds
363           left line to the first cell
364
365 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
366
367         bug 1920
368         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
369         pars in one go.
370
371 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
372
373         * messages.C: supress some lyxerr messages
374
375 2005-07-18  Juergen Vigna  <jug@lyx.org>
376
377         * text.C (drawSelection): honor boundary when asking for cursorX.
378
379 2005-07-17  José Matos  <jamatos@fc.up.pt>
380
381         * tabular.C (recalculateMulticolumns): fix handling of one column
382         tables.
383
384 2005-07-17  Juergen Vigna  <jug@lyx.org>
385
386         * text.C (Delete, backspace): fixed so that paragraph with the
387         same layout can be merged by Delete/Backspace.
388
389 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
390
391         * text.C (readParToken): fix spelling.
392
393 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
394
395         * text2.C: fix counter update for DEPM problem reported by
396         Georg Baum
397
398 2005-07-17  Juergen Vigna  <jug@lyx.org>
399
400         * BufferView_pimpl.C (setBuffer): save/restore the
401         cursor/selection when switching buffers
402
403         * buffer.h: 
404         * buffer.C (saveCursor): add saveDocumentIterators to save the
405         cursor when switching buffer.
406
407 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
408
409         * debug.C: fix typo
410         * buffer.C: clarify message
411         
412 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
413
414         * dociterator.C (DocIterator): fix initialization order
415
416 2005-07-17  Juergen Vigna  <jug@lyx.org>
417
418         * text2.C (cursorHome): 
419         * text.C (drawSelection, cursorX): 
420         * dociterator.C (textRow): add boundary to getRow() call
421
422         * paragraph.C (getRow): implementation of below
423
424         * paragraph.h: add parameter boundary for getRow() function
425
426 2005-07-17  José Matos  <jamatos@fc.up.pt>
427
428         * buffer.C:
429         * bufferparams.[Ch]:
430         * tex-strings.[Ch]: new file format, remove support for a4.sty,
431         a4wide.sty and a4widemargins.
432
433 2005-07-17  Juergen Vigna  <jug@lyx.org>
434
435         * text2.C (cursorLeft): fix one of error
436
437 2005-07-17  Juergen Vigna  <jug@lyx.org>
438
439         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
440                    cursorEnd):
441         more fixes for boundary handling
442
443         * text3.C (dispatch): don't reset cursor if boundary has changed
444         on cursor movement.
445
446 2005-07-16  Juergen Vigna  <jug@lyx.org>
447
448         * text2.C (getColumnNearX): hopefully got it right now,
449         check if we are on column 0 for special case.
450
451 2005-07-16  Juergen Vigna  <jug@lyx.org>
452
453         * text2.C (getColumnNearX): handle special case Newline Inset
454
455         * text.C (singleWidth): Just remove bogus check
456
457 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
458
459         * funcrequest.C (split): avoid reading uninitialized char c
460
461 2005-07-16  José Matos  <jamatos@fc.up.pt>
462
463         * buffer.C:
464         * converter.C:
465         * lyxrc.C:
466         * paper.h:
467         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
468         single papersize variable.
469
470 2005-07-16  Juergen Vigna  <jug@lyx.org>
471
472         * text3.C (dispatch): honor boundary when checking if a cursor
473         movement has been done
474
475         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
476         (setCursor, setCursorIntern): fix cursor movement with boundary
477
478 2005-07-16  Juergen Vigna  <jug@lyx.org>
479
480         * text.C (currentState): output the actual Boundary
481
482 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
483
484         * factory.C (createInset): fix bad logic for tabular creation
485
486 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
487
488         * lyx_main.C (init): change some reLyX reference to tex2lyx
489
490 2005-07-16  Juergen Vigna  <jug@lyx.org>
491
492         * dociterator.C (DocIterator): initialize boundary
493
494 2005-07-16  Juergen Vigna  <jug@lyx.org>
495
496         * text2.C (getColumnNearX): Consider rows without trailing blank.  
497
498 2005-07-16  André Pönitz  <poenitz@gmx.net>
499
500         * lyxfont.h: Change order of declarations to give the compiler
501         a better chance to inline things
502
503         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
504         questions on unsaved docs for better scritability
505
506 2005-07-16  André Pönitz  <poenitz@gmx.net>
507
508         * paragraph.h (getChar): remove asserts as the same kind of security
509         can be achieved by using a suitable standard library implementation
510         and the function was in the critical path (25.9% in profiler)
511
512 2005-07-16  Juergen Vigna  <jug@lyx.org>
513
514         * cursor.C (bruteFind2):
515         * bufferview_funcs.C (coordOffset): 
516         * text.C (cursorX,cursorY): Handle cursor position after last char
517         in row before a inset which uses a whole row.
518
519 2005-07-15  José Matos <jamatos@lyx.org>
520
521         * output_plaintext.[Ch] (writeFileAscii): control reference title
522         printing.
523         (asciiParagraph): noparbreak was already deal and was incorrectly
524         used.
525
526 2005-07-15  Juergen Vigna <jug@lyx.org>
527
528         * lyxfunc.C (dispatch): save and restore the cursor after a
529         textclass switch.
530
531 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
532
533         * text.C (backspace): bug 806 for empty keepempty paragraphs we
534         change the layout to default before letting DEPM do its thing.
535
536         * paragraph_funcs.C (breakParagraph): dont reset the layout on
537         keepEmpty paragraphs
538
539         * text.C (setCursorFromCoordinates): add a debug statement
540
541         * text2.C (getColumnNearX): bug 1825 make sure that we don't
542         return a pos that is not on the row
543
544         * output_latex.C (TeXDeeper): get rid of potential dereferencing
545         of past the end iterator
546
547 2005-07-14  André Pönitz  <poenitz@gmx.net>
548
549         * undo.C (recordUndoFullBuffer): implement undo for
550         textclass switches
551
552 2005-07-14  André Pönitz  <poenitz@gmx.net>
553
554         * cursor.C (setSelection): open insets when selection is set there
555         to avoid crashs with cold coord cache
556
557 2005-07-14  André Pönitz  <poenitz@gmx.net>
558
559         * trans_mgr.C (insert): move cursor to the right after inserting
560         a char.
561
562 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
563
564         * BufferView_pimpl.C (update): dampen some of the debug blabbering
565         * factory.C (readInset): ditto
566         * text.C, text2.C: ditto
567
568 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
569
570         * buffer.C: format incremented to 242. There is no file format per
571         se, but the "frenchb" language has been removed from lib/language
572         and has to be translated to "french" by lyx2lyx.
573
574 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
575
576         * cursor_slice.h, dociterator.h: add some documentation
577         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
578
579 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
580
581         * text.C (leftMargin): do not add identation to display() style
582         insets, because they are always centered (bug 1293).
583
584 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
585
586         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
587         formatted_time methods in support/lyxtime.
588
589 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
590
591         * toc.[Ch]: new method getGuiName, which is used by the frontends 
592         to set the toc combo (fixes bug 1870). Make TOC string translatable.
593
594 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
595
596         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
597         StableDocIterator const &)
598         * undo.C (recordUndo): use the above instead of cell.size() comparison
599         (fixes bug 1808; instructed by Andr�.
600
601 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
602
603         * cursor_slice.h: 
604         * dociterator.h: Fix the assert when copying rows/cols in math
605
606 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
607
608         * BufferView_pimpl.C:
609         * LyXAction.C:
610         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
611
612         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
613         (findInset): new functions, refactored from goto Inset that return 
614         the position of a certain inset without setting the buffer's cursor
615         (by Jean-Marc); 
616         (gotoInset): rewrite to call findInset and then set the cursor
617         (by Jean-Marc).
618
619 2005-06-16  Angus Leeming  <leeming@lyx.org>
620
621         * lyxrc.C (output, read): wrap all input and output of paths with
622         calls to os::internal_path and os::external_path, respectively.
623         (output): wrap bind_file inside quotes.
624
625         * format.C (view): enable the viewer to use the '$$s' placeholder.
626
627 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
628
629         * LColor.[Ch] (getFromLaTeXName): new
630
631 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
632
633         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
634
635 2005-06-14  Angus Leeming  <leeming@lyx.org>
636
637         * lyx_main.C (init): ensure that the LyX binary dir is the first
638         element in the PATH on non-POSIX builds.
639
640 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
641
642         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
643
644 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
645
646         * rowpainter.C (paintInset, paintHebrewComposeChar)
647         (paintArabicComposeChar, paintChars): add a LyXFont argument.
648         (paintChars): use getFontSpan to reduce calls to getFont to a
649         minimum; use Paragraph::lookupChange instead of isXXXText.
650         (paintForeignMark): rename LyXFont argument.
651         (paintFromPos): pass a LyXFont object to the various paintXXX
652         methods.
653
654         * FontIterator.C (FontIterator, operator++): use
655         Paragraph::getFontSpan
656
657         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
658         version that returns the font span as a pair.
659
660 2005-06-09  Angus Leeming  <leeming@lyx.org>
661
662         * converter.C (convert): Don't forget "outfile = real_outfile" as
663         the final step in a conversion where the input and output file names
664         are the same. Otherwise, future conversion steps won't work...
665
666 2005-06-09  Angus Leeming  <leeming@lyx.org>
667
668         * lyxsocket.C: remove stub code as it isn't needed by
669         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
670
671 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
672
673         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
674         effectively disabled -x
675
676 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
677
678         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
679         when it actually makes sense.
680
681 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
682
683         * BufferView_pimpl.C: revert to showCursor in connection with
684         Lars's front-end stack
685
686 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
687
688         * text.C (redoParagraph): move cursor right after a bibitem
689         has been inserted.
690
691         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
692
693 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
694
695         * buffer_funcs.C (bufferErrors): fix computation of the end of an
696         error range.
697
698 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
699
700         * BufferView.[Ch] (update):
701         * BufferView_pimpl.[Ch] (update, metrics):
702         * dimension.h (operator==):
703         * lyxfunc.C (dispatch):
704         * metricsinfo.h (ViewMetricsInfo):
705         * rowpainter.C (paintText):
706         * lyxtext.h:
707         * text.C (redoParagraph):
708         * text3.C (dispatch): Make LyX only repaint current paragraph in
709         case of character insert --> speedup. Also fix cursor draw
710         artifacts
711
712 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
713
714         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
715         avoid a crash (bug 1891)
716
717 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
718
719         Fix bug 1892:
720
721         * text2.C (getStringToIndex): constify cur argument.
722
723         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
724         argument has been given
725         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
726         try to invoke LFUN_INSET_APPLY).
727
728         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
729         if no inset was created by doInsertInset
730         (doInsertInset): return true if an inset has been inserted.
731
732 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
733
734         * vspace.C (asGUIName): new method. A version of the space
735         suitable for showing on screen.
736
737 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
738
739         * MenuBackend.C:
740         * lyxrc.C: rename "ASCII" to "Plain Text"
741
742 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
743
744         * buffer_funcs.C (expandLabel): take a Buffer as argument;
745         translate the labelstring.
746         (setCounter): translate labelstring as needed.
747
748         * output_docbook.C (makeCommand): fix expandLabel invokation
749
750 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
751
752         * BufferView.C: fix dialog title
753
754 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
755
756         * lyx_main.C (priv_exec): fix logic error with help from Angus
757         * lyx_main.C (parse_execute): set is_gui = false and remove now
758         obsolete comment about a segfault
759
760 2005-05-18  Angus Leeming  <leeming@lyx.org>
761
762         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
763
764 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
765
766         * tabular.[hC]: added setCellInset to fix tabular paste.
767
768 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
769
770         * buffer.C (save): check if destination is writable before trying
771         to copy a file
772
773 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
774
775         * BufferView_pimpl.C (update): fix processEvents -caused update
776         recursion bug
777
778 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
779
780         * buffer_funcs.C (setCounter): fix test for numbering of
781         environments.
782
783         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
784         depth correctly; use optional argument when it exists
785
786         * lyxtextclass.C: remove unused MaxCounterTags enum
787         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
788         (max_toclevel, min_toclevel): new methods.
789
790         * MenuBackend.C (expandToc2): fix case where depth is smaller than
791         the smallest depth in toc.
792
793         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
794         layouts that should not appear in a table of contents.
795
796 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
797
798         * cursor.h (undispatched, noUpdate): add comments from Andr�
799 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
800
801         * lfuns.h:
802         * LyXAction.C:
803         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
804
805 2005-05-07  André Pönitz  <poenitz@gmx.net>
806
807         * cursor.[Ch] (leaveInset): new function
808
809 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
810
811         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
812
813 2005-05-04  Angus Leeming  <leeming@lyx.org>
814
815         * lyxfunc.C (getStatus): disable the spell checker dialog if
816         none of USE_[AIP]SPELL are defined.
817
818 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
819
820         * tabular.C (setWidthOfCell): remove obsolete comment
821
822 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
823
824         * paragraph.C (bibitem):
825         * buffer_funcs.C (setCounter):
826         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
827
828 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
829
830         * text3.C (getStatus): immediately return after setOnOff
831
832         * rowpainter.C: fix drawing of appendix start
833
834 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
835
836         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
837         SwitchBetweenClasses and remove the unused return value.
838         Handle character styles, too
839
840 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
841
842         * factory.C (createInset): handle undefined character styles
843
844 2005-05-02  Angus Leeming  <leeming@lyx.org>
845
846         * buffer.C: protect the #include of utime.h with a preprocessor
847         guard.
848
849 2005-05-02  Angus Leeming  <leeming@lyx.org>
850
851         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
852         function so that auto-saving works, albeit in a blocking manner.
853
854         * Makefile.am: make compilation of the client sub directory, of
855         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
856         on conditionals set at configure time.
857
858         * SpellBase.[Ch]: no longer an abstract base class. Instead,
859         it can be compiled in its own right but has no-op functionality.
860
861         * aspell.C, pspell.C: remove preprocessor guards. The files should
862         be compiled only if the necessary functionality exists.
863
864         * lyxserver.C, lyxsocket.C: disable on Windows.
865
866 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
867
868         * text.C (leftMargin): Fix the parindent use bug (1764)
869         by dirty trick
870
871 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
872
873         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
874         argument.
875
876 2005-04-25  Angus Leeming  <leeming@lyx.org>
877
878         * Bidi.[Ch]:
879         * coordcache.[Ch]:
880         * ispell.C:
881         * lyxserver.C:
882         * mover.C:
883         * pch.h:
884         include <config.h> in .C files, not .h ones.
885         add licence blurb.
886         protect headers inside preprocessor guards.
887
888 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
889
890         * FuncStatus.h (StatusCodes): document
891
892 2005-04-21  André Pönitz  <poenitz@gmx.net>
893
894         * FuncStatus.h (enabled, onoff): document
895
896 2005-04-19  Angus Leeming  <leeming@lyx.org>
897
898         * BufferView_pimpl.C (cursorToggle): no longer test whether
899         any child processes have been reaped before calling
900         handleCompletedProcesses().
901
902 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
903
904         * text3.C (dispatch): fix, finally fix, the language problem in
905         new lyxtexts, without disabling on-the-fly font changes (Helge's
906         bug report)
907
908 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
909
910         * text3.C (dispatch): set cursor on double/triple click events
911         (bug 1811)
912
913 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
914
915         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
916         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
917
918         * rowpainter.C (paintFirst): simplify the code a little bit. In
919         particular, remove the test for secnumdepth.
920         * text.C (setHeightOfRow): only allocate space for chapter number
921         when updateCounters provided an actual label, instead of looking
922         at secnumdepth directly.
923
924         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
925
926         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
927         paragraphs when secnumdepth is large enough or, for environments,
928         when they are not the first in a sequence.
929
930 2005-04-17  Angus Leeming  <leeming@lyx.org>
931
932         * buffer.C (makeLaTeXFile): replace code to manipulate a path
933         containing space and '~' characters with a call to latex_path().
934
935 2005-04-17  Angus Leeming  <leeming@lyx.org>
936
937         * converter.C (convert): protect all args of convertDefault.sh
938         script with quotes.
939
940 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
941
942         * text3.C (dispatch): change the layout to "Caption" after inserting
943         a float.
944
945 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
946
947         * text3.C (dispatch): fix language problem in newly created
948         textinsets (and main text) in non-english docs
949
950 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
951
952         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
953         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
954         * text3.C (getStatus): disable LFUN_INSET_MODIFY
955
956 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
957
958         * lyxtext.h:
959         * text.C (metrics):
960         * text2.C (getFont):
961         * rowpainter.C (getFont): Fix metrics bug introduced by inset
962         fonts fix
963
964 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
965
966         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
967         output of \item arguments without trailing text.
968
969 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
970
971         * FontIterator.C (operator*): avoid a copy of the font.
972
973 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
974
975         * rowpainter.C (getFont): fix language bug from previous fix
976
977 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
978
979         * rowpainter.C (RowPainter, getFont): fix font inside inset
980         (bugs 1766, 1809)
981
982 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
983
984         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
985         preventing inserted font, deco, delim insets jumping to start of
986         surrounding inset.
987
988 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
989
990         * lyxfunc.C (dispatch): translate message before sending it to the
991         minibuffer.
992
993 2005-03-29  Angus Leeming  <leeming@lyx.org>
994
995         * lyx_main.C (priv_exec): call os::internal_path on each file passed
996         to LyX on the command line.
997
998 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
999
1000         * vc-backend.C: use QuoteName to protect file names wherever
1001         necessary.
1002
1003 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
1004
1005         * buffer.[Ch]:
1006         * BranchList.h: fix bugs 1844,1845: document settings don't
1007         stick
1008
1009 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1010
1011         * lyxrc.C (setDefaults, read, output, getDescription): add support
1012         for tex_allows_spaces.
1013
1014         * exporter.C (Export): allows files in directory containing spaces
1015         if tex_allows_spaces is true.
1016
1017         * buffer.C (makeLaTeXFile): if the document path contains spaces,
1018         output it in double quotes.
1019
1020 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1021
1022         * rowpainter.C: use default text height for drawing change tracker
1023         strikeout lines.
1024
1025 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1026
1027         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
1028
1029 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1030
1031         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
1032         directory is missing.
1033
1034 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
1035
1036         * text2.C: fixed the fix, extended to other case.
1037
1038 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
1039
1040         * text2.C: fix for cursor up/down stuck in math [bug 1792]
1041
1042 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
1043
1044         * text2.C (cursorUp): get rid of a crash
1045         * text.C (x2pos): add an assert
1046
1047 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1048
1049         * lyxfunc.C (getStatus): fix warning when assertions are disabled
1050
1051         * text3.C:
1052         * lyxfunc.C:
1053         * dociterator.C: include <boost/current_function.hpp>, which is
1054         needed when assertions are disabled.
1055
1056 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1057
1058         * text2.C: fix for stuck cursor when traversing two
1059         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
1060
1061 2005-02-25  Andreas Vox  <avox@arcor.de>
1062
1063         * output_docbook.C (makeParagraph): suppress trailing newline
1064         after a run of paragraphs
1065
1066 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1067
1068         * paragraph.C: fix for confused change tracker when pasting
1069         text that begins with a lineseparator. [bug 1827]
1070         (setChange(0, Change::INSERTED);)
1071
1072         * paragraph_funcs.C: fix for lost changes on triple-paste
1073         in change tracking mode [bug 1827] (par.setChange()).
1074
1075 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1076
1077         * text2.C (updateCounters, setCounter, expandLabel): move to
1078         buffer_funcs.
1079
1080         * buffer_funcs.C (updateCounters): turn into a free standing
1081         function and add a buffer parameter. Remove dead code for tracking
1082         labelstring change.
1083         (setCounter): change into a free-standing function which gets a
1084         dociterator as argument. Use this iterator to fix captions in a
1085         simple way. When no float is found above the caption, use the
1086         labelstring of the caption layout as default.
1087
1088         * text.C (breakParagraph, backspace):
1089         * text2.C (init, setLayout, changeDepth):
1090         * text3.C (dispatch):
1091         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
1092         updateCounters.
1093
1094         * dociterator.C (forwardPar): make it much faster by calling
1095         forwardPos() only when really necessary.
1096
1097         * output_docbook.C (makeCommand): adapt to expandLabel move.
1098
1099         * cursor.C: remove unused variable
1100
1101 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
1102
1103         * paragraph_funcs.C: fix crash when pasting insets in change
1104         tracking mode [bug 1277] (honour change type in moveItem).
1105
1106 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1107
1108         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
1109
1110 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1111
1112         * BufferView.C (setCursor): change to use a DocIterator.
1113         (gotoLabel): use BufferView::setCursor (other part of bug 781).
1114         (putSelectionAt): adapt to BufferView::setCursor change.
1115
1116         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
1117         moved here from LyXText and rewritten to use proper cursor
1118         methods. Fixes bug 1787, 616 and 835.
1119
1120         * BufferView_pimpl.C (restorePosition): set the cursor correctly
1121         when inside an inset (part of bug 781).
1122         (dispatch): adapt to change of BufferView::setCursor.
1123         (getStatus, dispatch): handle LFUN_GOTOERROR,
1124         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1125
1126         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
1127         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1128         * text3.C (gotoNextInset, gotoInset): removed.
1129
1130 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1131
1132         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
1133
1134 2005-02-15  Angus Leeming  <leeming@lyx.org>
1135
1136         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
1137         can be used meaningfully in a comparison.
1138
1139 2005-02-13  André Pönitz  <poenitz@gmx.net>
1140
1141         * bufferview_funcs.C (coordOffset): improve cursor drawing
1142
1143 2005-02-13  André Pönitz  <poenitz@gmx.net>
1144
1145         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
1146         * Cursor.C (dispatch): use fixIfBroken
1147         * lyxfunc.C (getStatus): use fixIfBroken
1148
1149 2005-02-15  Angus Leeming  <leeming@lyx.org>
1150
1151         * lyx_main.C (error_handler):
1152         * lyxfunc.C:
1153         * lyxrc.C (setDefaults):
1154         s/GetEnv/getEnv/.
1155         #include "environment.h".
1156
1157         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
1158
1159 2005-02-15  Angus Leeming  <leeming@lyx.org>
1160
1161         * lyxserver.C (startPipe): squash MSVC warning "local variable
1162         'fd' used without having been initialized".
1163
1164 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1165
1166         * BufferView_pimpl.C: revert accidental commit.
1167
1168 2005-02-14  André Pönitz  <poenitz@gmx.net>
1169
1170         * dociterator.[Ch]: new member forwardPosNoDescent(),
1171         which doesn't enter nested insets.
1172         * text2.C (setFont): use forwardPosNoDescent() instead
1173         of ForwardPos() (fixes crash on font change).
1174
1175 2005-02-13  Angus Leeming  <leeming@lyx.org>
1176
1177         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1178         only if lyxrc.path_prefix is not empty.
1179
1180 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1181
1182         * bufferparams.C (readGraphicsDriver): prevent crash
1183
1184 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1185
1186         * text2.C (setCounter): check for inInset() == 0
1187
1188 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1189
1190         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1191         but use update() to get correct screen display; use convert
1192         instead of istringstream.
1193         (getStatus): handle LFUN_GOTO_PARAGRAPH
1194
1195         * lyxfunc.C (dispatch, getStatus): do not handle
1196         LFUN_GOTO_PARAGRAPH here.
1197
1198 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1199
1200         * text3.C (dispatch): size() -> depth()
1201
1202         * text2.C: remove some debug output
1203
1204         * paragraph.C: ws changes only
1205
1206         * lyxfunc.C (getStatus): size() -> depth()
1207
1208         * dociterator.h (clear, push_back, pop_back, internalData,
1209         operator[], resize, empty): new functions
1210         Make StableDocIterator and operator== be friends. Don't inherit
1211         from std::vector use a privat class variable slices_ instead.
1212         Modify to fit.
1213
1214         * dociterator.C: update because of not inheriting from std::vector
1215         anymore. Call explictly to slices_ instead. Use depth() instead of
1216         size() and top() instead of back()
1217
1218         * cursor.C: chagne size() -> depth and back() -> top(). Also
1219         remove some direct operator[](i) calls in favour of foo[i]
1220         (getFont): remove some dead code
1221
1222         * bufferview_funcs.C (coordOffset): size() -> depth()
1223
1224         * buffer.C: ws changes only
1225
1226         * CutAndPaste.C (eraseSelection): back() -> top()
1227
1228         * BufferView_pimpl.C (selectionRequested): back() -> top()
1229
1230         * BufferView.C (setCursor): size() -> depth()
1231
1232 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1233
1234         * text3.C (cursorPrevious): return true if depm changed something
1235         (cursorNext): ditto
1236         (dispatch): rename sl to oldTopSlice, remove moving use the new
1237         NoUpdate func attrib instead. Make sure that needsUpdate is set
1238         for function that have NoUpdate, but where depm might have changed
1239         the buffer anyway.
1240
1241         * text2.C (cursorLeft): make us return true if depm changed
1242         something
1243         (cursorRight): ditto
1244         (cursorUpParagraph): ditto
1245         (curosrDownParagraph): ditto
1246         (cursorUp, cursorDown): ditto, make sure to read comments in code
1247         (deleteEmptyParagraphMechanism): remove an assert, also return
1248         true if just a single char was deleted.
1249
1250         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1251         cursor that we modify, to avoid modifying an active cursor before
1252         we call setCursor. This allows depm to run. Also return true if
1253         depm deleted something.
1254
1255         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1256         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1257         cursorDownParagraph, cursorPrevious and cursorNext, return true if
1258         something was changed in the buffer because of them (ie. depm run)
1259
1260         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1261         debug messages. Make update by default be false. Make sure that
1262         the result of update is retained throught several calls down to
1263         dispatch.
1264
1265         * LyXAction.h: add a new func_attrib: NoUpdate
1266
1267         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1268         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1269         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1270         and LFUN_WORDLEFT
1271         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1272
1273 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1274
1275         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1276         bv_->owner(), bv_->buffer() by direct references to the private
1277         members.
1278         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1279         (getStatus): isSavedPosition() is in BufferView::Pimpl.
1280         (fitCursor): center() is in BufferView::Pimpl.
1281         (getStatus, trackChanges, dispatch): no need for a temporary buf
1282         variable
1283         (fitCursor, workAreaDispatch): use workarea().workheight()
1284
1285 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1286
1287         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1288
1289 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1290
1291         * buffer.C: format up to 241.
1292         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1293         break if pasting into ERT
1294         * lyxfunc.C (getStatus): suppress mathpanel and
1295         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1296
1297 2005-02-01  Angus Leeming  <leeming@lyx.org>
1298
1299         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1300
1301 2005-02-01  Angus Leeming  <leeming@lyx.org>
1302
1303         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1304         calling fs::is_directory().
1305
1306 2005-01-31  Angus Leeming  <leeming@lyx.org>
1307
1308         * lyx_main.C (priv_exec): specify explicitly the relative location
1309         of the top level build directory when run in-place.
1310
1311 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1312
1313         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1314         LyXText containing the cursor, not the top-level one.
1315
1316         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1317         true.
1318         (insertStringAsLines): rename par to pit; use temporary variable
1319         par to hold a Paragraph; do not store par.layout() in a variable,
1320         since the pointer may die when breaking paragraphs; pass pars to
1321         breakParagraph() instead of Buffer::paragraphs().
1322
1323 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1324
1325         * lyxlex_pimpl.h: #include <fstream>.
1326
1327         * BufferView.[Ch] (getLyXText): add a const version.
1328
1329         * BufferView_pimpl.C: add debug aids.
1330
1331         * RowList_fwd.h:
1332         * buffer.h:
1333         * lyxrow.h:
1334         * paragraph_funcs.h: add commentary explaining what the class does.
1335
1336
1337         * coordcache.[Ch]: add lots of commentary.
1338         (startUpdating, doneUpdating): debug aids.
1339         (arrays, insets, parPos, getParPos): accessors to private data.
1340
1341         * cursor_slice.[Ch] (text): add a const version.
1342         * dociterator.[Ch] (text, innerText): add const versions.
1343
1344         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1345         bool.
1346
1347         * paragraph.C (getRow, pos2ros): add asserts.
1348
1349         * paragraph.h: add commentary. Lots of.
1350
1351         * paragraph.[Ch] (metrucs, draw): removed.
1352
1353         * cursor.C:
1354         * rowpainter.[Ch]: const-correct changes.
1355
1356         * text.C: various obvious clean-ups. Removal of ancient cruft.
1357         Bug fixes, even.
1358
1359 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1360
1361         * vc-backend.C (find_file): rewrite to use boost.filesystem
1362         (scanMaster): ditto
1363
1364         * main.C (main): set default name check for boost.filesystem to
1365         no check
1366
1367         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1368         (open): ditto
1369         (doImport): ditto
1370         (actOnUpdatedPrefs): ditto
1371
1372         * lyx_main.C (init): rewrite to use boost.filesystem
1373         (queryUserLyXDir): ditto
1374
1375         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1376         (getContentsOfAsciiFile): ditto
1377
1378         * lastfiles.C (readFile): rewrite to use boost.filesystem
1379
1380         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1381
1382         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1383         (loadLyXFile): ditto
1384
1385         * buffer.C (Buffer): adjust for destroydir
1386         (getLogName): rewrite to use boost.filesystem
1387         (setFileName): ditto
1388         (save): use fs::copy_file (from fs_extras)
1389
1390         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1391
1392         * LaTeX.C (run): rewrite to use boost.filesystem
1393         (scanAuxFiles): ditto
1394         (handleFoundFile): ditto
1395
1396 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1397
1398         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1399
1400         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1401
1402 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1403
1404         * lyxlayout.[Ch]: change some vars from float to double
1405
1406         * buffer.C (readFile): make a local var const
1407
1408         * Several files: use convert<> instead of atoi,strToXXX and friends
1409
1410 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1411
1412         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1413         holds the contents of packages.lst. New functions getAvailable
1414         and isAvailable to parse and check that list, resp.
1415
1416         * LyXAction.C:
1417         * lfuns.h:
1418         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1419
1420         * bufferparams.[Ch]: new param output_changes.
1421
1422         * Buffer.C: increase file format to 240.
1423         Use output_changes and isVailable.
1424
1425         * changes.[Ch]:
1426         * paragraph.C:
1427         * paragraph_pimpl.C: Use output_changes and isVailable.
1428
1429 2005-01-23  Angus Leeming  <leeming@lyx.org>
1430
1431         * output_latex.C: #include "insetbibitem.h", rather than
1432         forward declare function bibitemWidest.
1433
1434 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1435
1436         * lyx_main.C (init): make it compile on the Mac.
1437
1438 2005-01-20  Angus Leeming  <leeming@lyx.org>
1439
1440         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1441         (setLyXMisc): (char string literal) != (char string literal) is
1442         performing a comparison on the addresses. Convert one operand
1443         explicitly to string to guarantee expected behaviour.
1444         From MSVC warning.
1445
1446 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1447
1448         * buffer.C:
1449         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1450
1451         * output_plaintext.C: remove unneeded #include gzstream.h.
1452
1453 2005-01-20  Angus Leeming  <leeming@lyx.org>
1454
1455         * SpellBase.h: rename some of the elements of the Result enum.
1456
1457         * aspell_local.h:
1458         * ispell.h:
1459         * pspell.h:
1460         * aspell.C (check):
1461         * ispell.C (check):
1462         * pspell.C (check): ditto
1463
1464 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1465
1466         * buffer.C: add #include <fstream>.
1467
1468         * lyx_main.C (init): Compile fix.
1469
1470         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1471
1472 2005-01-20  Angus Leeming  <leeming@lyx.org>
1473
1474         * mover.h: change commentary to reflect the changed meaning of
1475         the $$s placeholder.
1476
1477 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1478
1479         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1480
1481         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1482
1483 2005-01-20  Angus Leeming  <leeming@lyx.org>
1484
1485         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1486         printing diagnostic data by not dereferecing an iterator past the
1487         end.
1488
1489 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1490
1491         * buffer.C (readHeader): use "&&" rather than "and".
1492
1493         * lyxserver.h (inPipeName, outPipeName): make these const.
1494
1495 2005-01-19  Angus Leeming  <leeming@lyx.org>
1496
1497         * lyx_main.C (error_handler, init): protect SIGHUP with
1498         #ifdef SIGHUP guards.
1499
1500 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1501
1502         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1503
1504 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1505
1506         * text.C (setHeightOfRow): add a margin at the top and bottom of
1507         the document (bug 1761)
1508
1509 2005-01-17  Angus Leeming  <leeming@lyx.org>
1510
1511         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1512         with "python ". Workaround for a brain-dead Windows.
1513
1514 2005-01-16  Angus Leeming  <leeming@lyx.org>
1515
1516         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1517         for MacOSX and Windows to use prependEnvPath.
1518         Strip out the hard-coded block to add elements to the PATH for
1519         MacOSX and replace it with a call to prependEnvPath using the
1520         contents of LyXRC::path_prefix.
1521         (queryUserLyXDir): strip out the code to run reconfigure, instead
1522         returning a boolean indicating the necessity to do so.
1523         (reconfigureUserLyXDir): contains the code to reconfigure the
1524         user support directory. Is now called after the various LyXRC data
1525         files have been read.
1526
1527         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1528
1529 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1530
1531         * converter.[Ch] (convert): take a new parameter try_default. Use
1532         a default converter (imagemagick) if try_default is true.
1533
1534 2005-01-13  Angus Leeming  <leeming@lyx.org>
1535
1536         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1537         os::cygwin_path_fix.
1538         (write): output LyXRC::cygwin_path_fix as necessary.
1539
1540 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1541
1542         * lyxrc.h:
1543         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1544
1545 2005-01-12  Angus Leeming  <leeming@lyx.org>
1546
1547         * lyx_main.C (init): set the PATH variable to include the
1548         directory containing the LyX binary when running on Mac or Windows.
1549
1550 2005-01-12  Angus Leeming  <leeming@lyx.org>
1551
1552         * lyx_main.C (init): remove cruft that purports to set the locale
1553         dir. It doesn't and is not needed anyway.
1554
1555 2005-01-10  Angus Leeming  <leeming@lyx.org>
1556
1557         * Makefile.am: remove the lyx_main.C special casing.
1558
1559         * BufferView_pimpl.C:
1560         * bufferlist.C:
1561         * exporter.C:
1562         * lyx_cb.C:
1563         * lyx_main.C:
1564         * lyxfunc.C:
1565         * messages.C: use support/package.h to provide the paths to the
1566         various directories used by LyX.
1567
1568 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1569
1570         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1571         layout if pasting into an empty paragraph)
1572
1573 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1574
1575         * tex-accent.C: add <string>
1576
1577 2005-01-06  José Matos  <jamatos@lyx.org>
1578
1579         * ParagraphParameters.C (write): put every parameter in its own line.
1580         * paragraph.C (write): reduce number of consecutive empty lines exported.
1581         * buffer.C (LYX_FORMAT): increase file format to 239.
1582
1583 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1584
1585         * everywhere: change support/tostr.h -> support/convert.h
1586
1587         * tabular.C: make all write_attributes templates, tostr -> convert
1588
1589         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1590         (emptyTag): and -> &&, and fix type for ret from getChar
1591         (getFirstWord): fix type for ret from getChar
1592         (onlyText): and -> &&
1593         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1594         getChar
1595
1596         * toc.C (goTo, action):
1597         * text3.C (dispatch):
1598         * text.C (currentState):
1599         * tex-accent.C (DoAccent):
1600         * sgml.C:
1601         * lyxrc.C:
1602         * lyxfunc.C (menuNew):
1603         * lyxfinc.C (replace):
1604         * counters.C (laberItem):
1605         * bufferview_funcs.C (font2string):
1606         * bufferparams.C (writeFile):
1607         * buffer.C (readFile):
1608         * Spacing.C (set):
1609         * MenuBackend.C: tostr -> convert
1610
1611         * LaTeX.C (runMessage): fix format
1612         (scanAuxFiles): tostr -> convert
1613
1614         * BufferView_pimpl.C (savePosition): fix format
1615         (restorePosition): ditto
1616         (dispatch): ditto
1617
1618 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1619
1620         * Spacing.[Ch]: New method getValueAsString().
1621
1622         * Spacing.[Ch]:
1623         * bufferparams.C:
1624         * ParagraphParameters.C:
1625         * lyxlayout.C:
1626         * text.C:
1627         * text3.C: store/read spacing value as string.
1628
1629         * rowpainter.C: change float value (spacing_val) to double.
1630
1631         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1632         broken custom document spacing).
1633
1634 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1635
1636         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1637         namespace, also more use of temp references and const
1638
1639         * cursor.[Ch] (getStatus): move to lyxfunc.C
1640
1641         * bufferparams.C: reformat slightly
1642
1643         * bufferview_funcs.C (font2string): constify arg
1644
1645         * changes.C:
1646         * converter.C:
1647         * counters.C:
1648         * bufferlist.C:
1649         * buffer_funcs.C: (many funcs): constify arg on function
1650         definitions, also make more local vars const, also add ASSERTS on
1651         pointer args.
1652
1653         * buffer.C (LYX_FORMAT): put const in correct place
1654         (many funcs): constify arg on function definitions, also make
1655         more local vars const
1656
1657         * aspell_local.h: remove "struct" from typdef setup
1658
1659         * aspell.C (check): make word_ok const
1660         (nextMiss): simplify slightly
1661         (error): ditto
1662
1663 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1664
1665         * lyxrc.[Ch]: store all float values as strings.
1666         use int (not float) for lyxrc.dpi.
1667
1668 2005-01-04  Angus Leeming  <leeming@lyx.org>
1669
1670         * lyx_cb.C (Reconfigure):
1671         * lyx_main.C (queryUserLyXDir):
1672         to run the <system_lyxdir>/configure correctly on Windows, prefix
1673         the path to the script with "sh " when generating the string that
1674         is passed to system().
1675
1676 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1677
1678         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1679
1680 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1681
1682         * lyxlength.C (asLatexString): get rid of setprecision
1683
1684 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1685
1686         * text2.C (setLayout): remove unused variable endpit.
1687         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1688
1689         * paragraph.C (onlyText): remove unused variable style.
1690
1691         * cursor.C (bruteFind): remove unused variables beg and end.
1692
1693         * Makefile.am (dist_noinset_DATA): not needed anymore
1694
1695         * cheaders/*: remove.
1696
1697 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1698
1699         * text3.C: fix LFUN_MATH_MODE.
1700
1701 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1702
1703         * buffer_funcs.C (countWords): new function. Counts words between
1704         two iterators.
1705
1706         * BufferView_pimpl.C (getStatus, dispatch): handle
1707         LFUN_WORDS_COUNT.
1708
1709         * LyXAction.C (init):
1710         * lfuns.h: add LFUN_WORDS_COUNT.
1711
1712 2004-12-19  Angus Leeming  <leeming@lyx.org>
1713
1714         * buffer.C (save): s/slashify_path/internal_path/.
1715
1716 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1717
1718         * lyxfind.C (findChange): do not search for end of pars, because
1719         the change tracker cannot handle this (fixes bug 1719).
1720
1721 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1722
1723         * paragraph.[Ch] (autoBreakRows): remove
1724
1725         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1726
1727         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1728         avoid using the paragraph one
1729
1730         * text2.C (LyXText, insertStringAsLines): adjust
1731
1732 2004-12-16  Angus Leeming  <leeming@lyx.org>
1733
1734         * bufferlist.C:
1735         * lyx_main.C:
1736         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1737
1738 2004-12-14  Angus Leeming  <leeming@lyx.org>
1739
1740         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1741
1742         * bufferlist.C (emergencyWrite):
1743         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1744         GetEnvPath("HOME").
1745
1746 2004-12-14  Angus Leeming  <leeming@lyx.org>
1747
1748         * main.C: (main): no longer pass pointers to os::init.
1749
1750 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1751
1752         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1753         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1754
1755 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1756
1757         * lyxfunc.C:
1758         * text3.C: remove selection_possible global flag
1759
1760 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1761
1762         * text2.C (getSelectionSpan): remove
1763         (changeDepth, changeDepthAllowed): adjust
1764
1765 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1766
1767         * Makefile.am (BOOST_LIBS): use boost variables
1768
1769 2004-12-03  José Matos  <jamatos@lyx.org>
1770
1771         * buffer.C: format up to 238.
1772
1773 2004-12-03  José Matos  <jamatos@lyx.org>
1774
1775         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1776
1777 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1778
1779         * cursor.C (goUpDown): remove call to idxUpDown2
1780
1781 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1782
1783         * tabular.[Ch]: use size_t-like types for cell, row and column
1784         indices
1785
1786 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1787
1788         * lyxfunc.C (getStatus): do not lose previous information when
1789         calling BufferView::getStatus; do not set a default "Command
1790         disabled" message at the beginning, but just before returning.
1791
1792 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1793
1794         * cursor.h (getStatus): add better comment from src/cursor.C
1795
1796 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1797
1798         * text3.C (getStatus): return false when the lfun is not handled
1799
1800 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1801
1802         * broken_headers.h: remove
1803
1804         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1805
1806 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1807
1808         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1809         offset_ref accessors
1810
1811         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1812         top_y_, merge fitcursor with update
1813         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1814         coord scheme
1815         (metrics): introduce
1816         (workAreaDispatch): adapt to new coord scheme
1817         (redoCurrentBuffer): remove
1818
1819         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1820
1821         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1822         CurStatus enum.
1823
1824         * coordcache.[Ch]: add paragraph cache and helpers
1825
1826         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1827         adjust everywhere
1828
1829         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1830         (targetX, setTargetX): introduce
1831
1832         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1833         baseline -> ascent, as the rest of lyx
1834
1835         * lyxtext.h: remove redoParagraphs, updateParPositions,
1836         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1837         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1838         have ascent/descent (ascent is ascent of first par)
1839
1840         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1841         step of BufferView
1842
1843         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1844
1845         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1846
1847         * pariterator.C: fix infinite loop introduced in par->pit renaming
1848
1849         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1850         in insets and LyXText, draw two off-screen paragraphs using
1851         NullPainter, and adapt to new coord scheme
1852
1853         * text.C:
1854         * text2.C:
1855         * text3.C: adapt lfun handlers to the new coord scheme, which
1856         means: there's only guaranteed coord information for onscreen pars
1857         plus one above and one below. This implies that one can do search
1858         from y coordinates in the range [-1,workHeight]
1859
1860 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1861
1862         * rename a lot of InsetOld to InsetBase
1863
1864 2004-11-25  Angus Leeming  <leeming@lyx.org>
1865
1866         * BufferView_pimpl.C:
1867         * lyx_cb.C:
1868         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1869
1870 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1871
1872         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1873         call BufferView::getStatus if LCursor::getStatus did nothing
1874         (setStatusMessage, getStatusMessage): removed.
1875
1876         * FuncStatus.C (message): new methods. Used to provide an error
1877         message indicating why a command is disabled.
1878         (clear, |=, FuncStatus): update for message.
1879
1880 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1881
1882         * lyxfunc.C (dispatch): always call sendDispatchMessage
1883
1884 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1885
1886         * BufferView.C:
1887         * BufferView_pimpl.C:
1888         * CutAndPaste.C:
1889         * FontIterator.C:
1890         * buffer.C:
1891         * cursor.C:
1892         * cursor_slice.[Ch]:
1893         * dociterator.[Ch]:
1894         * lyxfind.C:
1895         * paragraph_funcs.C:
1896         * pariterator.C:
1897         * rowpainter.C:
1898         * text.C:
1899         * text2.C:
1900         * text3.C:
1901         * undo.C: par->pit renaming
1902
1903 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1904
1905         * tabular.C (cellstruct): use initialization, store a shared_ptr
1906         to insettext instead of the insettext directly, adjust to fit.
1907         (operator=):  new function
1908         (swap): new function
1909         (rowstruct): use initialization
1910         (columnstruct): use initialization
1911         (ltType): use initialization
1912
1913
1914         * lyxlength.h (swap): new function
1915
1916         * LColor.[Ch] (operator=): use the common semantics
1917
1918 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1919
1920         * lyxfind.C (findNextChange): update the bufferview after setting
1921         the selection.
1922
1923 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1924
1925         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1926         number of InsetOptArgs has already been inserted.
1927
1928         * output_latex.C (latexOptArgInsets): new method. This outputs all
1929         the optarg insets, up to the limit defined in the layout file.
1930         (optArgInset): removed
1931         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1932
1933 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1934
1935         * paragraph.C (isLetter): remove special spellchecker-related
1936         code; return true also for digits
1937         (isWord, isKomma): remove
1938
1939         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1940         * lyxfind.C (MatchString()): use isLetter instead of isWord
1941
1942 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1943
1944         * pariterator.h (operatir=): comment out un-implemented member
1945         function.
1946
1947         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1948         static cast.
1949
1950 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1951
1952         * lyxfont.h: include LColor.h to satisfy concept checks.
1953
1954 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1955
1956         * pariterator.h: add typdefs for value_type, difference_type,
1957         pointer and reference to satisfy concept checks. Also add default
1958         constructor for same reason.
1959
1960         * pariterator.C (operator++): add post-increment operator to
1961         satisfy concept checks.
1962
1963         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1964         checks.
1965
1966         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1967
1968         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1969         checks. Also rename base_type to BaseType to follow naming
1970         standard better.
1971
1972         * FloatList.h: include Floating.h to satisfy concept checks.
1973
1974 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1975
1976         * lyxfunc.C (getStatus): when the origin of the request is menu or
1977         toolbar, and the LyXView does not have focus, do as if there was
1978         no buffer (bug 1720)
1979
1980         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1981         FuncRequest to individual entries of LFUN_SEQUENCE
1982
1983 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1984
1985         * output_latex.C (TeXOnePar): override runparams.moving_arg
1986         according to the needprotect value of the current paragraph (bug
1987         1739)
1988
1989         * paragraph.C (simpleTeXOnePar): no need to override
1990         runparams.moving_args here
1991
1992 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1993
1994         * vspace.C: fix off-by-one-error, related to fix #1682
1995
1996 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1997
1998         * lengthcommon.C: a more general fix for bug 1682
1999
2000 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2001
2002         * text.C (backspace): fix crash
2003
2004 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2005
2006         * format.[Ch] (getFormatFromFile): new method
2007         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
2008
2009 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2010
2011         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
2012
2013 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2014
2015         * lyxfunc.C (dispatch): remove the verbose argument
2016         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
2017         instead
2018
2019         * kbmap.C (defkey): set the origin of func to KEYBOARD
2020
2021         * MenuBackend.C (MenuItem):
2022         * ToolbarBackend.C (add): set the origin of func to UI
2023
2024         * funcrequest.[Ch]: add origin member, which indicates which part
2025         of LyX requests an action
2026
2027 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2028
2029         * converter.C (move): don't lie in the error message
2030         * converter.h (isReachable, move): document
2031
2032 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2033
2034         * buffer.C: remove unused using lyx::support::atoi
2035         * paragraph_funcs.C: ditto
2036
2037 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2038
2039         * bufferlist.C (exists): use bind and equal_to instead of
2040         compare_memfun
2041         (getBuffer): ditto
2042         * lyxtextclasslist.C (NumberOfClass): ditto
2043
2044         * cursor.C (insert): use for_each instead of explicit for loop
2045
2046         * bufferlist.C (getFileNames): use std::transform and
2047         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
2048
2049         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
2050         for loop
2051
2052         * buffer.C (changeLanguage): use for_each instead of explicit for
2053         loop
2054         (hasParWithID): implement using getParFromID
2055
2056         * LaTeXFeatures.C: ws change only
2057
2058         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
2059         to cleanup a bit.
2060
2061         * BufferView_pimpl.C (trackChanges): use for_each instead of
2062         expilicit for loop
2063
2064 2004-11-04  André Pönitz  <poenitz@gmx.net>
2065
2066         * undo.h:
2067         * undo.C (textUndoOrRedo): fix crash when creating undo information.
2068
2069         * dociterator.C (asDocIterator): use hard assert again.
2070
2071 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2072
2073         * lyxlength.C (asLatexString): rewrite so that it does not use
2074         snprintf anymore
2075
2076 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2077
2078         * text3.C (specialChar, dispatch): make sure cursor moves to the
2079         right after inserting an inset
2080
2081 2004-11-02  José Matos  <jamatos@lyx.org>
2082
2083         * output_docbook.C (docbook):
2084         * paragraph.C (getID):
2085         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
2086         garantee that the output is always legal.
2087
2088         * tabular.C (docbook):
2089         * outputprams.[Ch]: remove mixed contents.
2090
2091 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2092
2093         * text2.C (setCounter): prevent endless loop
2094
2095 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2096
2097         * exporter.C (copyFile): use the mover instead of support::copy()
2098         * exporter.C (Export): pass format and latex name to copyFile()
2099         * exporter.h (addExternalFile): document
2100         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
2101
2102 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2103
2104         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
2105
2106 2004-10-30  José Matos  <jamatos@lyx.org>
2107
2108         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
2109         text and no inset or font change. This allows to use CDATA
2110         sections just for the whole paragraph.
2111
2112 2004-10-30  José Matos  <jamatos@lyx.org>
2113
2114         * paragraph.C (getFirstWord): remove unused variable.
2115
2116 2004-10-30  José Matos  <jamatos@lyx.org>
2117
2118         * paragraph.C (getFirstWord): the content should always be escaped
2119         there.
2120         (simpleDocBookOnePar):
2121         * output_docbook.C (makeEnvironment): replace reference to CDATA
2122         to style pass_thru.
2123
2124 2004-10-30  José Matos  <jamatos@lyx.org>
2125
2126         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
2127
2128 2004-10-30  José Matos  <jamatos@lyx.org>
2129
2130         * output_docbook.C (makeParagraphs):
2131         * paragraph.[Ch] (emptyTag): for docbook and company, if the
2132         standard paragraph has only a given type of content drop the wrapper.
2133
2134 2004-10-29  José Matos  <jamatos@lyx.org>
2135
2136         * output_docbook.C (makeEnvironment):
2137         * sgml.C (openTag):
2138         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
2139
2140 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
2141
2142         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
2143         (cleanID): sanitize any id.
2144
2145 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2146
2147         * buffer.C, lyxlex_pimpl.C:
2148         * lyxlex_pimpl.C (setFile):
2149         s/getExtFromContents/getFormatFromContents/
2150
2151 2004-10-28  José Matos  <jamatos@lyx.org>
2152
2153         * output_docbook.C (makeEnvironment): move id to broadest possible
2154         scope.
2155
2156         * sgml.C (openTag): apply substitution of <> for all attributes.
2157
2158 2004-10-28  José Matos  <jamatos@lyx.org>
2159
2160         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2161         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2162         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
2163
2164         * sgml.[Ch]: new version for open and closeTag for paragraph and
2165         for strings. Now they handle the ids of paragraphs.
2166
2167 2004-10-26  Angus Leeming  <leeming@lyx.org>
2168
2169         * Makefile.am: add mover.[Ch].
2170
2171         * converter.C (convert, move): use the new Movers to move external
2172         files to the temp directory.
2173
2174         * lyx_main.C (init): ensure that the global system_movers data
2175         is initialised.
2176
2177         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2178         preferences file.
2179
2180         * mover.[Ch]: new files, defining a Mover as a utility to move an
2181         external file between directories and, if necessary, manipulate this
2182         file using a helper script.
2183
2184 2004-10-25  José Matos  <jamatos@lyx.org>
2185
2186         * output_docbook.C (makeCommand): merge two if's that tested the
2187         same condition.
2188
2189 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2190
2191         * sgml.C (escapeString): fix warning in a better way
2192
2193 2004-10-25  José Matos  <jamatos@lyx.org>
2194
2195         * sgml.C (escapeString): import the require boosts header file for
2196         tie, and avoid a signed unsigned comparison.
2197
2198 2004-10-25  José Matos  <jamatos@lyx.org>
2199
2200         * sgml.h: add #include <string>
2201
2202 2004-10-25  José Matos  <jamatos@lyx.org>
2203
2204         * sgml.[Ch] (escapeString): new function to escape all the string.
2205
2206 2004-10-24  José Matos  <jamatos@lyx.org>
2207
2208         * paragraph.[Ch] (getFirstWord): new function to get the first
2209         word. Useful for description.
2210         (simpleDocBookOnePar): remove depth argument, add another that
2211         says where to start the paragraph.
2212
2213         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2214         use the new functions to fix cleanly the support for descriptions.
2215
2216 2004-10-24  José Matos  <jamatos@lyx.org>
2217
2218         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2219         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2220         * output_linuxdoc.C (linuxdocParagraphs):
2221         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2222         add buffer as argument.
2223
2224 2004-10-24  José Matos  <jamatos@lyx.org>
2225
2226         * output_docbook.C (makeEnvironment, searchEnvironment): place
2227         CDATA inside paragraphs and fix scope for listitems.
2228
2229 2004-10-24  José Matos  <jamatos@lyx.org>
2230
2231         * output_docbook.C: remove using statement for stack.
2232
2233 2004-10-23  José Matos  <jamatos@lyx.org>
2234
2235         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2236         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2237         docbook. The new scheme is recursive and makes use of iterators, the
2238         same as latex export works.
2239         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2240         directly with the paragraph contents. This code was moved up to
2241         output_docbook.C (docbookParagraphs).
2242         * sgml.C (openTag, closeTag): removed unneeded newlines.
2243         (closeEnvTags) removed.
2244
2245 2004-10-23  André Pönitz  <poenitz@gmx.net>
2246
2247         * undo.C (textUndoOrRedo):
2248         * dociterator.C (asDocIterator): work around crash
2249
2250         * cursor.C (getStatus): replace ASSERT by more verbose error message
2251           and manual correction of the problem. Should increase stability
2252           while providing more sensible information.
2253
2254 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2255
2256         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2257
2258         * bufferlist.C (previous, next): new methods
2259
2260         * lfuns.h:
2261         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2262
2263 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
2264
2265         * buffer.C (makeDocBookFile): add dsssl stylesheet control
2266         entities to preamble.
2267
2268 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2269
2270         * messages.C (Pimpl): strip off translation context information
2271
2272 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2273
2274         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2275         the cursor is correct (bug 1694)
2276
2277 2004-10-13  José Matos  <jamatos@lyx.org>
2278
2279         * output_docbook.C (docbookParagraphs): fix closing tags in the
2280         end of the document.
2281
2282 2004-10-09  José Matos  <jamatos@lyx.org>
2283
2284         * buffer.C: format up to 237.
2285         * bufferparams.C (write): use tostr to convert booleans to strings.
2286
2287 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2288
2289         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2290
2291 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2292
2293         * LaTeX.C: implement use of babel language in xindy.
2294
2295 2004-10-05  José Matos  <jamatos@lyx.org>
2296
2297         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2298         Add new translators to help reading and writing the lyx file.
2299
2300 2004-10-05  José Matos  <jamatos@lyx.org>
2301
2302         * ParagraphParameters.C (read):
2303         * text.C (readParToken): replace nexToken by more appropriate lex
2304         methods.
2305
2306 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2307
2308         * LaTeX.C (runMakeIndex):
2309         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2310         (usually 'makeindex') configurable.
2311
2312         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2313         with a variable rather than with a number.
2314
2315 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2316
2317         * output_latex.C (TeXOnePar): make sure font setting is the first
2318         thing that gets output (and the last at the end). Should fix bug
2319         1404.
2320
2321 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2322
2323         * pch.h: use proper signal include
2324
2325         * LaTeX.h: Use preferred calling of Boost.Signal
2326         * buffer.h: ditto
2327
2328 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2329
2330         * pch.h: dont include <boost/function/function0.hpp>
2331
2332         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2333
2334         * paragraph_pimpl.h: remove usage of ShareContainer
2335
2336         * paragraph_pimpl.C: remove initialization of ShareContainer.
2337
2338 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2339
2340         Fix bug #1666
2341
2342         * BufferView.C (putSelectionAt): change the semantics when
2343         backwards == true: now, this just swaps cursor and anchor wrt the
2344         forward case
2345
2346         * BufferView.h (putSelectionAt): add some documentation
2347
2348         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2349         make sure backwardChar is done at least once (to avoid getting
2350         stuck)
2351         (findNextChange): use putSelectionAt in the forward direction
2352         (operator()): use Paragraph::isWord
2353
2354 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2355
2356         * Spacing.C (set): c_str fix
2357
2358 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2359
2360         * lyx_cb.C (Reconfigure): quote the name of configure script in
2361         case it contains spaces
2362
2363 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2364
2365         * client: new dir
2366
2367         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2368         (BOOST_LIBS): use top_buildir when looking for the file
2369
2370 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2371
2372         * pch.h: do not use include boost/format.hpp, multiple symbols
2373                 will result (gcc bug)
2374
2375
2376 2004-08-23  José Matos  <jamatos@lyx.org>
2377
2378         * bufferparams.C (readToken): fix reading of the author field.
2379
2380 2004-08-20  José Matos  <jamatos@lyx.org>
2381
2382         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2383
2384 2004-08-20  José Matos  <jamatos@lyx.org>
2385
2386         * lyxlex.[Ch] (findToken): remove function.
2387
2388         * ParagraphParameters.C (findToken):
2389         * bufferparams.C (findToken): replace call for previous function
2390         with local copy. This local function has one more argument, the
2391         read string argument.
2392
2393 2004-08-16  José Matos  <jamatos@lyx.org>
2394
2395         * ParagraphParameters.C (write):
2396         * Spacing.C (writeFile):
2397         * bufferparams.C (writeLaTeX):
2398         * lyx_cb.C (Reconfigure):
2399         * paragraph.C (write):
2400         * tabular.C (write): remove unnecessary space at end of line.
2401
2402
2403 2004-08-16  José Matos  <jamatos@lyx.org>
2404
2405         * text.C (readParagraph): remove debug message.
2406
2407 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2408
2409         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2410         crash
2411
2412         * output_plaintext.C (asciiParagraph): set depth correctly
2413
2414         * outputparams.h: add member depth
2415
2416         * paragraph_funcs.C (ownerPar): remove.
2417
2418         * text2.C (setCounter): remove first_pit; comment out some
2419         non-working code that uses ownerPar
2420
2421         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2422         uses ownerPar
2423
2424 2004-08-16  José Matos  <jamatos@lyx.org>
2425
2426         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2427         For the same level of importance use the same chanel to report problems.
2428         (read): add code to deal with \begin_body and \end_body.
2429
2430
2431 2004-08-15  José Matos  <jamatos@lyx.org>
2432
2433         * lyxlex.C (getString): fix comment, buffer::readBody is now
2434         buffer:readDocument.
2435
2436         * tex-strings.C (string_papersize): Default -> default,
2437         Custom -> custom, for consistency with other options.
2438
2439 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2440
2441         * pch.h: new file
2442
2443         * Makefile.am: support pch
2444
2445 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2446
2447         * text.C (readParToken): remove the static LyXFont variable and
2448         pass it as a parameter instead. This fixes a nasty bug where an
2449         inset will be inserted with a bad font in some situations
2450         (readParagraph): adapt
2451
2452         * text2.C (setCounter): reduce number of calls to pars_[pit]
2453
2454         * text.C (singleWidth): add an assert, fix a test
2455
2456         * rowpainter.C (paintText): reduce number of calls to singleWidth
2457
2458         * paragraph.C (isHfill):
2459         (isNewline): ws only
2460
2461 2004-08-14  André Pönitz  <poenitz@gmx.net>
2462
2463         * text.C:
2464         * text2.C:
2465         * rowpainter.C:
2466         * lyxtext.h (several functions): use a Paragraph & argument
2467         instead of par_type
2468
2469 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2470
2471         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2472
2473         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2474
2475         * text.C (singleWidth): remove useless test
2476
2477 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2478
2479         * tabular.h: remove bogus comments
2480
2481         * tabular.C (getDescentOfRow):
2482         (isPartOfMultiColumn): add assertions
2483
2484         * lyxlength.C (inPixels): remove #warning
2485
2486 2004-08-14  André Pönitz  <poenitz@gmx.net>
2487
2488         * paragraph.h: inline getChar()
2489
2490         * BufferView.h: remove unused declarations
2491
2492 2004-08-14  José Matos  <jamatos@lyx.org>
2493
2494         * Buffer.[Ch] (readDocument): new name for old readBody.
2495         * Buffer.C: new file format, new keywords: \begin_document,
2496         \begin_header, \begin_body, \end_body.
2497
2498         * bufferparams.C (readToken): replace all calls to lex.nextToken
2499         by lex.next(). Do the same to eatLine except where really needed.
2500
2501         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2502         line when writing to the lyx file.
2503
2504         * output_plaintext.C (asciiParagraph): fix Bibliography style
2505         handling.
2506
2507         * text.C (read): fix end of file handling.
2508
2509 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2510
2511         * MenuBackend.C (Menu::operator[]): new method to access
2512         individual menu items
2513         (Menu::hasFunc): new method. search for an item that corresponds
2514         to a given func
2515         (MenuBackend::specialMenu): new method
2516         (MenuBackend::expand): if a special menu has been set, skip
2517         entries whose func() appears in this menu
2518
2519 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2520
2521         * text3.C: use Debug::DEBUG a bit more
2522
2523         * text.C (leftMargin): try to simplify a tiny bit change var x to
2524         l_margin. Dont output the wide margins always.
2525         (rightMargin): no margin in inner texts
2526
2527         * rowpainter.h (nestMargin): new func
2528         (changebarMargin): new func
2529         (rightMargin): new func
2530
2531         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2532         now functions.
2533         (paintLast): ditto
2534
2535         * factory.C (createInset): modify setDrawFrame
2536
2537         * cursor.C: use Debug::DEBUG a bit more
2538
2539 2004-08-14  André Pönitz  <poenitz@gmx.net>
2540
2541         * coordcache.[Ch]:
2542         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2543         cache for all insets in (at least partially) visible (top-level)
2544         paragraphs.
2545
2546         * BufferView_pimpl.C: reset external coord cache before every update.
2547         This means the coord cache only contains valid entries.
2548
2549 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2550
2551         bug 1096
2552         * BufferView_pimpl.C (getInsetByCode): move function out of class
2553         and change in to a template in anon namespace. Also fix to do what
2554         suits us better.
2555
2556 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2557
2558         bug 1305
2559         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2560         of char
2561         (breakParagraph): rename par to par_offset and use a local
2562         reference. Add code to keep the language over a rebreak.
2563         (breakParagraphConservative): rename par to par_offset, use a
2564         local reference
2565         (mergeParagraph): ditto
2566         (outerHook): ditto
2567         (isFirstInSequence): ditto
2568         (outerFont): rename pit to par_offset
2569
2570         * paragraph.C: ws change
2571         * paragraph.h: ditto
2572         * text3.C: ditto
2573         * text.C: ditto
2574
2575 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2576
2577         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2578         treatment for ']'
2579
2580         * paragraph.C (simpleTeXOnePar): when we have a \item with
2581         optional argument, enclose the argument with curly brackets (in
2582         case it contains a closing square bracket)
2583
2584         * text2.C (editXY):
2585         * text2.C (editXY):
2586         * text3.C (checkInsetHit): constify
2587
2588 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2589
2590         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2591         documents (bug 1629)
2592
2593 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2594
2595         Fix toggling of collapsable insets with the mouse (bug 1558)
2596
2597         * lyxfunc.C (dispatch): adapt to LCursor changes
2598
2599         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2600         make sure that dispatch is not invoked twice
2601
2602         * cursor.C (needsUpdate): new method
2603         (dispatch): return void
2604         (result): new method, to access the DispatchResult of the cursor.
2605
2606 2004-08-13  José Matos  <jamatos@lyx.org>
2607
2608         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2609
2610 2004-08-13  André Pönitz  <poenitz@gmx.net>
2611
2612         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2613
2614         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2615           multiple cells
2616
2617 2004-08-12  André Pönitz  <poenitz@gmx.net>
2618
2619         * text3.C: take out the 'cursor right' form insertInset and only
2620         do it in those places when it is really needed. Fixes crash on
2621         C-m...
2622
2623 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2624
2625         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2626
2627         * BufferView_pimpl.C (setBuffer): initialize the current font of
2628         the underlying LyXText
2629
2630 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2631
2632         * kbsequence.C (print): use UI native formatting for menu
2633         shortcuts
2634
2635         * text.C (insertChar): call Paragraph::insertChar with a font
2636         argument (cosmetic)
2637
2638         * paragraph.C (insertInset, insertChar): the version that takes a
2639         LyXFont argument is now a wrapper around the other one (the
2640         opposite used to be true).
2641
2642         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2643         argument. Font setting is done in Paragraph now.
2644
2645 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2646
2647         * outputparams.h: add new members intitle and lang.
2648
2649         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2650         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2651
2652 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2653
2654         * text3.C (dispatch): remove special handling of button 4 and 5,
2655         it is now taken care of in the frontend code.
2656
2657 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2658
2659         * Spacing.h: add <string> (STLPort compile fix)
2660
2661 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2662
2663         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2664
2665 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2666
2667         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2668         to bool.
2669
2670         * converter.C (showMessage): inherit from unary_function, make
2671         operator() const.
2672
2673         * buffer.C (writeFile): initialize retval
2674
2675         * InsetList.h: rename private variable list to list_
2676         * InsetList.[Ch]: adjust accordingly.
2677
2678 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2679
2680         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2681         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2682         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2683         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2684         * ParagraphParameters.C, LaTeXFeatures.C: replace
2685         "support/std_sstream.h" with <sstream>
2686
2687 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2688
2689         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2690         * lyxsocket.C (LyXServerSocket): ditto
2691         (serverCallback): ditto
2692
2693 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2694
2695         * LaTeXFeatures.C: check release date when loading jurabib.
2696
2697 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2698
2699         * lyxserver.C (startPipe): call register_socket_callback
2700         (endPipe): call unregister_socket_callback
2701
2702 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2703
2704         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2705         (LyXServerSocket): register the callback
2706         (LyXServerSocket): unregister the callback
2707         (fd): delete function
2708         (serverCallback): improve error checking and setup the callbacks.
2709         (dataCallback): change arg to fd.
2710         (writeln): new func (copied fro the client socket) used for server
2711         write to client.
2712         (LyXDataSocket): simplify
2713         (~LyXDataSocket): close ann unregiser callback
2714         (server): delete function
2715         (fd): delete function
2716         (readln): small changes, improve some std::string usage
2717         (writeln): constify a bit
2718
2719 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2720
2721         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2722         Qt frontend
2723
2724 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2725
2726         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2727         after it has been populated
2728
2729 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2730
2731         * text2.C (insertInset): move cursor when inserting inset.
2732
2733 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2734
2735         * kbmap.C (findbindings): a couple of new methods. returns a
2736         container of kb_sequence objects. The real work is done by the
2737         private recursive version
2738         (printbindings): uses findbindings to print out a bracketed list
2739         of bindings (renamed from findbinding).
2740
2741         * MenuBackend.C (binding): use kb_keymap::findbindings
2742
2743         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2744
2745 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2746
2747         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2748
2749 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2750
2751         * paragraph.C (isWord): return true on insets that report
2752         isLetter().
2753
2754         * text.C (getWord): use Paragraph::isWord to decide what is in a
2755         word and what is not; fix bug 1609.
2756
2757 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2758
2759         * tex-strings.C: add "none" to string_paperpackages[], fixes
2760         off-by-one-error in the paperpackage selection.
2761
2762         * lyxlex.[Ch]:
2763         * tex-strings.[Ch]: char const * string[n]
2764         -> char const * const string[]
2765
2766 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2767
2768         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2769         command, return early.
2770
2771 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2772
2773         * debug.h: add DEBUG to enum and fix size of ANY.
2774
2775         * debug.C: add support for Debug::DEBUG
2776         (showTags): cast errorTags.level to unsigned int
2777
2778         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2779         (redoCurrentBuffer): ditto
2780         (updateScrollbar): ditto
2781         * cursor.C (dispatch): ditto
2782         * text2.C (setLayout): ditto
2783         (setFont): ditto
2784         (updateCounters): ditto
2785         (editXY): ditto
2786         (deleteEmptyParagraphMechanism): ditto
2787
2788 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2791         annotations to cleanup the Makefile slightly.
2792
2793 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2794
2795         * lyxrc.C: do not set user_email to a default value but use empty
2796         instead. The entry used to be translated, which does not work
2797         since at the point where lyxrc is constructed there is no
2798         translation service available
2799
2800         * messages.C (getLocaleDir): remove and use directly
2801         lyx_localedir() instead
2802
2803 2004-06-02  Angus Leeming  <leeming@lyx.org>
2804
2805         Fix crash caused by dereferencing null pointer 'exportdata' in
2806         OutputParams by creating a new ExportData variable on the heap,
2807         storing it in a boost::shared_ptr.
2808         The crash was triggered when generating an Instant Preview
2809         of an external inset.
2810
2811         * Makefile.am: add outputparams.C
2812
2813         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2814         (c-tor): allocate memory to it.
2815
2816         * exporter.C (c-tor): associated changes.
2817
2818 2004-06-01  Angus Leeming  <leeming@lyx.org>
2819
2820         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2821         contains data before calling isInset(0). (Bug 1513.)
2822
2823 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2824
2825         * exporter.C (checkOverwrite): new method
2826         * exporter.C (copyFile): new method
2827         * exporter.C (Export): copy referenced files to the document dir
2828         * exporter.[Ch]: new class ExportedFile
2829         * exporter.[Ch]: new class ExportData. Contains currently the
2830         names of referenced external files
2831         * outputparams.h: add exportdata member.
2832
2833 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2834
2835         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2836         version.C-tmp
2837
2838 2004-05-19  Angus Leeming  <leeming@lyx.org>
2839
2840         * LaTeXFeatures.C:
2841         * ToolbarBackend.C:
2842         * bufferparams.C:
2843         * lyxfunc.C: small changes due to the introduction of namespace
2844         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2845
2846 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2847
2848         * text3.C (dispatch): supress update when only moving the cursor
2849         * cursor.C (selHandle): remove commented code
2850
2851 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2852
2853         * paragraph.C (startTeXParParams): correct column count
2854         * CutAndPaste.C (pasteSelection): remove const_cast
2855         * output_docbook.C (docbookParagraphs): remove const_cast
2856         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2857         const_cast and return ParagraphList::const_iterator
2858         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2859         * output_plaintext.C (writeFileAscii): remove const_cast
2860         * paragraph.[Ch] (simpleTeXOnePar): make const
2861         * paragraph_funcs.C (outerPar): use const iterators
2862         * paragraph_pimpl.C (validate): use const iterators
2863         * text.C (setHeightOfRow): use const iterators
2864
2865 2004-05-17  Angus Leeming  <leeming@lyx.org>
2866
2867         * lfuns.h:
2868         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2869
2870         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2871         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2872         if the citation engine has changed.
2873
2874 2004-05-14  José Matos  <jamatos@lyx.org>
2875
2876         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2877         if the textclass does not provide it. Have it different for sgml and
2878         xml.
2879         support the language of document.
2880         * output_docbook.C (docbookParagraphs):
2881         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2882         first anchor as the id of the paragraph, remove special case code.
2883         * sgml.C (escapeChar): escape only < & >.
2884
2885 2004-05-14  Angus Leeming  <leeming@lyx.org>
2886
2887         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2888         dependencies on src/frontends/controllers/biblio.h. Define a
2889         CiteEngine_enum wrapper class to enable the enum to be forward
2890         declared.
2891
2892 2004-05-12  Angus Leeming  <leeming@lyx.org>
2893
2894         * buffer.C: up LYX_FORMAT to 234.
2895         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2896         use_numerical_citations with a single biblio::CiteEngine cite_engine
2897         variable.
2898         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2899
2900 2004-05-13  José Matos  <jamatos@lyx.org>
2901
2902         * converter.h:
2903         * converter.C (Converter, readFlags): add xml member.
2904         * outputparams.h: add XML flavor.
2905         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2906
2907 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2908
2909         * lyxfunc.C (dispatch):
2910         (getStatus): fix handling of LFUN_SEQUENCE
2911
2912 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2913
2914         * debug.C (showLevel): do not forget the end-of-line marker
2915
2916 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2917
2918         * kbmap.C (read): do not stop parsing a bind file when an error
2919         occurs (bug 1575)
2920
2921 2004-04-29  Angus Leeming  <leeming@lyx.org>
2922
2923         * cursor.C:
2924         * factory.C:
2925         * pariterator.C:
2926         * text2.C: wrap a bunch of #warning statements
2927         inside #ifdef WITH_WARNINGS blocks.
2928
2929 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2930
2931         * buffer.C: increment format to 233.
2932
2933 2004-04-28  Angus Leeming  <leeming@lyx.org>
2934
2935         * BufferView_pimpl.C:
2936         * lyxfunc.C:
2937         * text3.C:
2938         s/updateToolbar()/updateToolbars()/
2939         s/Toolbar.h/Toolbars.h/
2940
2941 2004-04-28  Angus Leeming  <leeming@lyx.org>
2942
2943         * BufferView.[Ch] (c-tor):
2944         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2945         No longer passes these data to the WorkArea generator.
2946
2947 2004-04-28  Angus Leeming  <leeming@lyx.org>
2948
2949         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2950
2951 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2952
2953         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2954
2955 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2956
2957         * output_latex.C (TeXEnvironment): make sure that there is a line
2958         break before \end{foo} for the last paragraph of a document
2959         (TeXOnePar): if the paragraph is at the end of the document (or
2960         inset) and the language has to be reset, then make sure that the
2961         line break is _before_ the language command, not after (fixes bug
2962         1225); also make sure that the language reset command is the first
2963         thing after the paragraph (to ensure proper nesting of
2964         environments and thus fix bug 1404)
2965
2966 2004-04-21  John Levon  <levon@movementarian.org>
2967
2968         * ToolbarBackend.h:
2969         * ToolbarBackend.C: make "name" be a programmatic name
2970         and a gui_name field.
2971
2972         * lyxfunc.C: display the minibuffer on M-x
2973
2974 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2975
2976         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2977         (bug 1526)
2978
2979 2004-04-19  Angus Leeming  <leeming@lyx.org>
2980
2981         * BufferView_pimpl.C (setBuffer): changed preview interface.
2982
2983         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2984         possible values.
2985
2986 2004-04-19  John Levon  <levon@movementarian.org>
2987
2988         * BufferView_pimpl.C:
2989         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2990
2991 2004-04-05  Angus Leeming  <leeming@lyx.org>
2992
2993         * text.C (redoParagraphs): add call to updateCounters(), thereby
2994         fixing the missing "Figure #:" label from the caption of a
2995         figure float.
2996
2997 2004-04-13  Angus Leeming  <leeming@lyx.org>
2998
2999         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
3000         cursor is clicked out of an inset.
3001
3002 2004-04-13  Angus Leeming  <leeming@lyx.org>
3003
3004         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
3005         than an InsetOld one.
3006
3007 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3008
3009         * format.[Ch]: add editor to Format
3010         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
3011         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
3012
3013 2004-04-08  André Pönitz  <poenitz@gmx.net>
3014
3015         * metricsinfo.h: remove PainterInfo::width member
3016
3017 2004-04-08  Angus Leeming  <leeming@lyx.org>
3018
3019         * lyx_sty.C (boldsymbol_def): modify so that it outputs
3020         "\providecommand" rather than "\newcommand", thereby preventing
3021         clashes with packages that define "\boldsymbol" themselves.
3022         Eg, beamer.
3023
3024 2004-04-08  Angus Leeming  <leeming@lyx.org>
3025
3026         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
3027         thereby squashing an unnecessary warning.
3028
3029 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3030
3031         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
3032         setBuffer()
3033
3034 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
3035
3036         * BufferView.C (setCursor): call redoParagraph (some insets could
3037         have been opened)
3038         (putSelectionAt): remove the 'double update' trick
3039
3040         * BufferView_pimpl.C (fitCursor): call refreshPar
3041         (workAreaDispatch): remove an uneeded update call
3042         (dispatch): remove some manual update calls
3043
3044         * cursor.[Ch]: remove cached_y_, updatePos
3045         (selHandle): set noUpdate when appropriate
3046
3047         * lyxfunc.C (dispatch): track if we need an update
3048
3049         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
3050
3051         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
3052         (paintSelection): cheap optimization, do not call cursorX when not
3053         needed
3054         (paintPars): change signature
3055         (refreshPar): add
3056         (paintText): adjust
3057         (paintTextInset): adjust
3058
3059         * text.C: adjust
3060
3061 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3062
3063         * lengthcommon.C: compilation fix: remove explicit array size from
3064         unit_name[] and friends
3065
3066 2004-04-05  Angus Leeming  <leeming@lyx.org>
3067
3068         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
3069
3070         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
3071         present only for the preferences dialog.
3072         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
3073
3074 2004-04-05  Angus Leeming  <leeming@lyx.org>
3075
3076         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
3077         to enable the frontends to export changes to lyxrc correctly.
3078
3079         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
3080
3081 2004-04-07  André Pönitz  <poenitz@gmx.net>
3082
3083         * cursor.[Ch] (selClear, adjust): remove math
3084
3085         * cursor_slice.C: more agressive assert
3086
3087         * lyxfunc.C:
3088         * BufferView_pimpl.C: rework mouse event dispatch
3089
3090         * dociterator.C:
3091         * paragraph.C:
3092         * text2.C:
3093         * text3.C: adjust
3094
3095 2004-04-05  André Pönitz  <poenitz@gmx.net>
3096
3097         * cursor.[Ch] (valign, halign...): remove unneeded functions
3098
3099 2004-04-05  Angus Leeming  <leeming@lyx.org>
3100
3101         * lyxlength.[Ch] (unit_name et al.): const-correct.
3102
3103 2004-04-05  Angus Leeming  <leeming@lyx.org>
3104
3105         * BufferView_pimpl.C:
3106         * buffer.C:
3107         * counters.C:
3108         * cursor.C:
3109         * lyxfunc.C
3110         * paragraph.C:
3111         * pariterator.C:
3112         * text.C:
3113         * text2.C:
3114         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
3115
3116 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3117
3118         * text3.C (getStatus): add LFUN_BEGINNINGBUF
3119
3120 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3121
3122         * lyxfind.C: add a couple of inTexted() tests + other small fixes
3123         * BufferView_pimpl.[Ch] (getStatus)
3124         * BufferView.[Ch] (getStatus): add
3125         * lyxfunc.C (getStatus): move lfuns handled in
3126         BufferView::dispatch to te function above
3127         * Cursor.C (setSelection): set selection() = true
3128
3129 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
3130
3131         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
3132
3133 2004-03-31  Angus Leeming  <leeming@lyx.org>
3134
3135         * lyxfunc.C (dispatch): Fall through to the generic
3136         Dialogs::show("preamble").
3137
3138 2004-03-31  Angus Leeming  <leeming@lyx.org>
3139
3140         * lyxfunc.C (dispatch): Fall through to the generic
3141         Dialogs::show("spellchecker").
3142
3143 2004-03-31  Angus Leeming  <leeming@lyx.org>
3144
3145         * lyxfunc.C (getStatus, dispatch): changed invocation of the
3146         preferences dialog.
3147
3148 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3149
3150         * BufferView.C
3151         * cursor.[Ch]
3152         * dociterator.[Ch]:
3153         * insetiterator.[Ch]:
3154         * lyxfind.C:
3155         * lyxfunc.C:
3156         * pariterator.[Ch]:
3157         * text2.C:
3158         * undo.[Ch]: s/DocumentIterator/DocIterator/g
3159
3160 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
3161
3162         * BufferView.C (setCursor, putSelectionAt): call edit to open the
3163         insets where we are putting the cursor.
3164
3165 2004-03-31  Angus Leeming  <leeming@lyx.org>
3166
3167         * lfuns.h:
3168         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3169
3170         * lyxrc.[Ch] (read, write): overloaded member functions taking
3171         a std::[io]stream arguments.
3172
3173         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3174
3175 2004-03-31  Angus Leeming  <leeming@lyx.org>
3176
3177         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3178         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3179
3180         * lyxtextclass.C (load): if the text class couldn't be loaded, then
3181         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3182
3183 2004-03-31  Angus Leeming  <leeming@lyx.org>
3184
3185         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3186         the LFUN_ALL_INSETS_TOGGLE code.
3187
3188 2004-03-30  Angus Leeming  <leeming@lyx.org>
3189
3190         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3191         has died. Fall through to the generic Dialogs::show("document").
3192
3193 2004-03-30  Angus Leeming  <leeming@lyx.org>
3194
3195         * lfuns.h:
3196         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3197         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3198
3199         * lyxfunc.C (getStatus, dispatch): define the actions for these
3200         lfuns. Little more than a cut and pste job from ControlDocument.C
3201
3202         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3203
3204 2004-03-30  Angus Leeming  <leeming@lyx.org>
3205
3206         * lfuns.h:
3207         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3208         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3209
3210         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3211         open/closed state of ollapsable insets. Usage:
3212
3213         all-inset-toggle <state> <name>, where
3214         <state> == "open" || "closed" || "toggle" and
3215         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3216
3217         * lyxtext.h, text2.C (toggleInset): removed.
3218
3219         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3220         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3221         now passes LFUN_INSET_TOGGLE to the found inset.
3222
3223         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3224         is now invoked as "all-insets-toggle toggle branch".
3225
3226 2004-03-30  Angus Leeming  <leeming@lyx.org>
3227
3228         * dociterator.C:
3229         * insetiterator.C:
3230         * pariterator.[Ch]: added/corrected header blurb.
3231
3232 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
3233
3234         * dociterator.[Ch]: add an inset_ member
3235         (backwardPos): implemented
3236         (backwardPos, forwardPos): use inset_ when the stack is empty.
3237         (doc_iterator_begin, doc_iterator_end): implemented
3238         * pariterator.[Ch]: adjust, add begin, end
3239         * insetiterator.[Ch]: adjust, add begin, end
3240         * cursor.C:
3241         * document.C:
3242         * BufferView.C:
3243         * BufferView_pimpl.C:
3244         * CutAndPaste.C: adjust
3245
3246 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3247
3248         * buffer.C: increment file format to 232.
3249         * LaTeXFeatures.C: add bibtopic package.
3250         * bufferparams.[Ch]: param \use_bibtopic.
3251
3252         * lyxrc.[Ch]: add lyxrc bibtex_command
3253         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3254
3255         * buffer.C: increment file format to 231.
3256
3257 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3258
3259         * dociterator.C: implement forwardPar
3260         * iterators.[Ch]: remove, replaced by
3261         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3262         * BufferView.C:
3263         * BufferView_pimpl.C:
3264         * CutAndPaste.C:
3265         * buffer.C:
3266         * bufferview_funcs.C:
3267         * cursor.C:
3268         * lyxfind.C
3269         * lyxfunc.C
3270         * paragraph_funcs.C
3271         * toc.C:
3272         * Makefile.am: adjust
3273
3274 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
3275
3276         * CutAndPaste.C (pasteSelection): fix 2 crashes
3277         (eraseSelection): fix a crash
3278         * paragraph_funcs.C: remove a warning
3279
3280 2004-03-28  Angus Leeming  <leeming@lyx.org>
3281
3282         * lfuns.h:
3283         * LyXAction.C (init): new LFUN_PRINT.
3284
3285         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3286
3287 2004-03-27  Angus Leeming  <leeming@lyx.org>
3288
3289         * lfuns.h:
3290         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3291
3292         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3293
3294 2004-03-27  Angus Leeming  <leeming@lyx.org>
3295
3296         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3297         insetlist always contains non-null pointers to insets.
3298
3299 2004-03-26  Angus Leeming  <leeming@lyx.org>
3300
3301         * src/BufferView_pimpl.C:
3302         * src/CutAndPaste.C:
3303         * src/buffer.C:
3304         * src/iterators.C:
3305         * src/output_plaintext.C:
3306         * src/outputparams.h:
3307         * src/paragraph_funcs.C:
3308         * src/rowpainter.C:
3309         * src/text.C:
3310         * src/text2.C:
3311         * src/frontends/controllers/ControlErrorList.C:
3312         * src/frontends/gtk/FileDialogPrivate.C:
3313         * src/frontends/gtk/GPainter.C:
3314         * src/frontends/gtk/GToolbar.C:
3315         * src/frontends/qt2/QRef.C:
3316         * src/mathed/math_scriptinset.C: squash compiler warnings.
3317
3318 2004-03-26  Angus Leeming  <leeming@lyx.org>
3319
3320         * ispell.C (LaunchIspell::start):
3321         * lyx_cb.C (AutoSaveBuffer::start):
3322         invoke run(DontWait) rather than runNonBlocking().
3323
3324 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3325
3326         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3327
3328 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3329
3330         * kbsequence.C (print): adjust
3331
3332         * kbmap.C (printKeySym): rename and change signature
3333         (printKey): use LyXKeySym::print()
3334
3335 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3336
3337         * undo.C: add using std::advance to compile for stlport
3338
3339 2004-03-24  Angus Leeming  <leeming@lyx.org>
3340
3341         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3342         it leads to a crash when no buffer is present.
3343
3344 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3345             Martin Vermeer  <martin.vermeer@hut.fi>
3346
3347         * lyxfunc.C (dispatch):
3348         * bufferparams.C (readToken): use the new LColor::setColor
3349
3350         * LColor.[Ch] (setColor): new version that takes two strings as
3351         argument and creates a new color entry if necessary
3352
3353 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3354
3355         * buffer.C (makeLaTeXFile): if the main latex file that is
3356         processed is usually a subdocument of some master, then pretend
3357         for a while that it is actually the master
3358
3359 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3360
3361         * buffer.C (getLabelList):
3362         (getBibkeyList): use getMasterBuffer()
3363         (getMasterBuffer): new method. Returns the main document in the
3364         case where one is using included documents.
3365
3366 2004-03-25  André Pönitz  <poenitz@gmx.net>
3367
3368         * Makefile.am:
3369         * iterators.[Ch]:
3370         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3371
3372         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3373
3374         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3375         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3376
3377         * ParameterStruct.h: merge with ParagraphParameters
3378
3379         * lyxtext.h: remove LyXText::parOffset() and getPar()
3380
3381         * text3.C: Remove all 'manual' update calls. We do now one per user
3382         interaction which is completely sufficient.
3383
3384         * Bidi.C:
3385         * BufferView.[Ch]:
3386         * BufferView_pimpl.C:
3387         * FontIterator.[Ch]:
3388         * MenuBackend.C:
3389         * ParagraphParameters.[Ch]:
3390         * buffer.C:
3391         * buffer.h:
3392         * bufferlist.C:
3393         * cursor.[Ch]:
3394         * cursor_slice.[Ch]:
3395         * dociterator.[Ch]:
3396         * errorlist.[Ch]:
3397         * factory.C:
3398         * lfuns.h:
3399         * lyxfind.C:
3400         * lyxfunc.C:
3401         * output_docbook.[Ch]:
3402         * output_latex.[Ch]:
3403         * output_linuxdoc.[Ch]:
3404         * output_plaintext.[Ch]:
3405         * paragraph.[Ch]:
3406         * paragraph_funcs.[Ch]:
3407         * paragraph_pimpl.[Ch]:
3408         * rowpainter.C:
3409         * tabular.[Ch]:
3410         * text.C:
3411         * text2.C:
3412         * toc.C:
3413         * undo.[Ch]: adjust
3414
3415         * frontends/controllers/ControlDocument.C:
3416         * frontends/controllers/ControlErrorList.C:
3417         * frontends/controllers/ControlSpellchecker.C:
3418         * insets/inset.C:
3419         * insets/inset.h:
3420         * insets/insetbase.h:
3421         * insets/insetbibitem.C:
3422         * insets/insetbox.C:
3423         * insets/insetbranch.C:
3424         * insets/insetcaption.C:
3425         * insets/insetcharstyle.C:
3426         * insets/insetcharstyle.h:
3427         * insets/insetcollapsable.C:
3428         * insets/insetcollapsable.h:
3429         * insets/insetert.C:
3430         * insets/insetfloat.C:
3431         * insets/insetfoot.C:
3432         * insets/insetmarginal.C:
3433         * insets/insetnote.C:
3434         * insets/insetoptarg.C:
3435         * insets/insettabular.C:
3436         * insets/insettext.C:
3437         * insets/insettext.h:
3438         * insets/insetwrap.C:
3439         * mathed/math_mboxinset.C:
3440         * mathed/math_nestinset.C:
3441         * mathed/math_scriptinset.C:
3442         * mathed/math_scriptinset.h:
3443         * support/types.h:
3444
3445 2004-03-24  Angus Leeming  <leeming@lyx.org>
3446
3447         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3448         deal with any child processes that have finished but are waiting to
3449         communicate this fact to the rest of LyX.
3450
3451 2004-03-24  Angus Leeming  <leeming@lyx.org>
3452
3453         64-bit compile fixes.
3454
3455         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3456         (c-tor): pass lyx::pos_types rather than ints.
3457
3458         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3459         lyx::pos_type.
3460
3461         * text.C (Delete): compile fix.
3462         (getPar): ensure that function declaration is the same as that in
3463         the header file.
3464
3465 2004-03-23  Angus Leeming  <leeming@lyx.org>
3466
3467         * ispell.C (LaunchIspell):
3468         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3469         a boost::shred_ptr rather than a std::auto_ptr.
3470
3471 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3472
3473         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3474         handle LFUN_FILE_INSERT_*
3475
3476         * lyxrc.C (setDefaults, getDescription, output, read):
3477         * lyxrc.h: remove ps_command
3478
3479 2004-03-22  Angus Leeming  <leeming@lyx.org>
3480
3481         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3482         Ensure that error_handler is processed once only and that all data
3483         is saved before attempting to output any warning messages.
3484
3485         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3486
3487 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3488
3489         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3490
3491 2004-03-19  André Pönitz  <poenitz@gmx.net>
3492
3493         * cursor.[Ch] (reset): take main text inset as argument
3494
3495         * BufferView: adjust
3496         * BufferView_pimpl.C: adjust
3497
3498         * paragraph.[Ch]: fix completely broken operator=()
3499
3500 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3501
3502         * LColor.C (getFromLyXName): make sure that the color name is used
3503         as lowercase.
3504
3505 2004-03-17  Angus Leeming  <leeming@lyx.org>
3506
3507         * lfuns.h:
3508         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3509
3510         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3511         dialog and to kill a forked process.
3512
3513 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3514
3515         * text2.C (setCursorFromCoordinates): fix font problem
3516
3517 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3518
3519         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3520         bogus "rebuild cursor" code
3521
3522 2004-03-11  André Pönitz  <poenitz@gmx.net>
3523
3524         * buffer.[Ch]: use InsetText instead of LyXText as container for
3525         the main lyx text.
3526
3527         * dociterator.[Ch]: drop the BufferView * member which is not needed
3528         anymore after the change to buffer.C
3529
3530         * paragraph_funcs.C:
3531         * text.C:
3532         * text2.C:
3533         * BufferView.[Ch]:
3534         * BufferView_pimpl.[Ch]:
3535         * cursor.[Ch]:
3536         * cursor_slice.[Ch]: adjust
3537
3538         * text3.C: fix bug in mathDispatch
3539
3540 2004-03-08  André Pönitz  <poenitz@gmx.net>
3541
3542         * undo.[Ch]: use 'StableDocumentIterator' as base for
3543         the Undo struct.
3544
3545 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3546
3547         * LaTeXFeatures.C:
3548         * bufferparams.[Ch]: add jurabib support and param.
3549
3550         * LaTeX.C: add FIXME/comment.
3551
3552 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3553
3554         * buffer.C: increment file format to 230.
3555
3556 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3557
3558         * cursor.C (dispatch): avoid infinite loops
3559
3560 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3561
3562         * rowpainter.C (paintSelection): fix x coordinates
3563
3564 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3565
3566         * text.C (rowBreakPoint): fix breaking before displayed insets
3567
3568 2004-03-01  André Pönitz  <poenitz@gmx.net>
3569
3570         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3571
3572         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3573
3574         * Makefile.am:
3575         * BufferView.C:
3576         * BufferView_pimpl.C:
3577         * buffer.C:
3578         * lyxfind.C:
3579         * lyxfunc.C:
3580         * text.C:
3581         * text2.C:
3582         * text3.C: adjust
3583
3584 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3585
3586         * lyxtext.h:
3587         * text.C:
3588         * text2.C:
3589         * rowpainter.C:
3590         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3591         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3592
3593 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3594
3595         * Bidi.[Ch] (computeTables): const correctness
3596         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3597         fill_hfill, fill_label_hfill and x from Row
3598         * lyxtext.h: prepareToPrint returns a RowMetrics
3599         * rowPainter.C: adjust
3600         * text.C (prepareToPrint): use width, not textWidth. adjust
3601         (redoParagraphInternal, cursorX): adjust
3602         * text2.C (getColumnNearX): adjust
3603         (init): put a default value to the top LyXText::width
3604
3605 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3606
3607         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3608
3609 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3610
3611         * lyxtext.h: add FontIterator class
3612
3613         * text.C (FontIterator, operator*, operator->, operator++): add
3614         (rowBreakPoint, setRowWidth): adjust (fixing a
3615         rebreaking bug)
3616
3617 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3618
3619         * BufferView_pimpl.C (workAreaDispatch): allow also
3620         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3621
3622 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3623
3624         * text.C (rowBreakPoint): fix a bug showing with very large insets
3625
3626 2004-02-25  André Pönitz  <poenitz@gmx.net>
3627
3628         * text3.C:
3629         * cursor.[Ch]: move some mathed specific code to mathed
3630
3631 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3632
3633         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3634         use_tempdir in preferences
3635         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3636         tempfile creation
3637         * lyx_main.C: ensure that tempdir is valid
3638         * lyxlex.h: correct typo
3639         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3640         * paragraph.[Ch] (isMultiLingual): make const
3641         * cursor.[Ch] (openable): make const
3642
3643 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3644
3645         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3646
3647 2004-02-20  André Pönitz  <poenitz@gmx.net>
3648
3649         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3650
3651         * cursor.[Ch]: prepare for localized getStatus()
3652
3653         * lyxtext.h:
3654         * tabular.C:
3655         * text.C:
3656         * text2.C:
3657         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3658
3659 2004-02-20  André Pönitz  <poenitz@gmx.net>
3660
3661         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3662
3663 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3664
3665         * text2.C (setCursorFromCoordinates): switch to absolute coords
3666         (cursorUp): adjust
3667         (cursorDown): adjust
3668         * text3.C (dispatch): adjust
3669
3670 2004-02-16  André Pönitz  <poenitz@gmx.net>
3671
3672         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3673           insets/ChangeLog)
3674
3675         * cursor_slice.[Ch]: remove unneeded acessor function
3676
3677         * lyxtext.h: rename rtl() to isRTL()
3678
3679         * rowpainter.C:
3680         * tabular.C:
3681         * text.C:
3682         * text2.C:
3683         * text3.C: adjust
3684
3685 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3686
3687         * rowpainter.C (paintSelection): coord fix
3688
3689 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3690
3691         * Spacing.C: compile fix
3692
3693 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3694
3695         * cursor.C (dispatch): restore current_ before returning
3696
3697 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3698
3699         * text2.C (cursorUp, cursorDown): fix coords
3700         (moveUp): fix crash
3701
3702 2004-02-12  André Pönitz  <poenitz@gmx.net>
3703
3704         * lyxtext.h:
3705         * text.C:
3706         * text2.C:
3707         * text3.C: add LCursor & parameter to most cursor movement functions
3708           remove usage of LyXText::cursorRow() and cursorPar()
3709
3710         * cursor.[Ch]: add textRow() needed members
3711
3712         * BufferView.C:
3713         * BufferView_pimpl.C:
3714         * paragraph.[Ch]:
3715         * BufferView.C:
3716         * BufferView_pimpl.C: adjust
3717
3718 2004-02-11  André Pönitz  <poenitz@gmx.net>
3719
3720         * lyxfunc.C:
3721         * BufferView.[Ch]:
3722         * BufferView_pimpl.C: shift undo/redo handling
3723
3724         * cursor.[Ch]: fix mathed crash
3725
3726         * lyxfind.C:
3727         * lyxtext.h: move selectionAsText to LCursor
3728
3729         * output_latex.C:
3730         * paragraph.C:
3731         * text.C:
3732         * text2.C:
3733         * text3.C: adjust
3734
3735         * rowpainter.C: fix excessive drawing
3736
3737 2004-02-06  André Pönitz  <poenitz@gmx.net>
3738
3739         * BufferView.[Ch]:
3740         * BufferView_pimpl.[Ch]:
3741         * text3.C: move some text specific LFUN handling
3742
3743 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3744
3745         * text3.C (checkInsetHit): adjust coords
3746         * text2.C (getColumnNearX): adjust coords
3747         (edit): adjust coords
3748         * text.C (getRowNearY): add two asserts
3749
3750 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3751
3752         * converter.C:
3753         * format.C: add using std::distance to compile on gcc 2.95/stlport
3754
3755 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3756
3757         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3758
3759 2004-02-04  André Pönitz  <poenitz@gmx.net>
3760
3761         * BufferView.[Ch] (insertInset):
3762         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3763
3764         * text2.C:
3765         * text3.C: adjust
3766
3767 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3768
3769         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3770         on the default clause of the switch
3771         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3772         wasn't catched by LCursor::dispatch
3773
3774 2004-02-03  André Pönitz  <poenitz@gmx.net>
3775
3776         * BufferView.C:
3777         * cursor.[Ch]: some additional asserts
3778
3779         * undo.[Ch]: remove LyXText dependency in interface
3780
3781         * lyxfunc.C: adjust
3782
3783         * lyxtext.h (firstPar, lastPar): remove dead functions
3784
3785         * text.C:
3786         * text2.C:
3787         * text3.C:
3788         * paragraph.[Ch]: adjust
3789
3790 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3791
3792         * lyxfind.C (find): fix argument order in call to ::find
3793
3794 2004-02-02  André Pönitz  <poenitz@gmx.net>
3795
3796         * cursor.[Ch]: remove direct access to anchor
3797
3798         * text.C: remove findText() hack
3799
3800 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3801
3802         * iterators.[Ch] (lockPath): remove in favour of...
3803         * BufferView.[Ch] (setCursor): this addition
3804         * BufferView.C (putSelectionAt): adjust
3805         * undo.C (performUndoOrRedo): adjust
3806         * lyxfunc.C (dispatch): adjust
3807
3808 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3809
3810         * iterators.C (lockPath): add a missing slice
3811         * undo.C (performUndoOrRedo): remove redundant positioning code
3812
3813 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3814
3815         * vc-backend.C (scanMaster): ";" -> ';'
3816
3817 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3818
3819         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3820         std::binary_function
3821
3822         * lyxtextclass.C (compare_name): rename to...
3823         (LayoutNamesEqual): ...this
3824
3825         * lyxlex_pimpl.C (compare_tags): inherit from
3826         std::binary_function, put back into anon namespace
3827
3828         * lyxfind.C (MatchString): inherig from std::binary_function
3829         (findChange): use empty() istead of !size()
3830
3831         * format.C (FormatNamesEqual): new functor
3832         (getFormat): use it
3833         (getNumber): use it
3834         (add): use it
3835         (erase): use it
3836         (setViewer): use it
3837
3838         * converter.C (compare_Converter): rename to...
3839         (ConverterEqual): ...this, and fixup a bit.
3840         (getConverter): use it, and make function const
3841         (getNumber): use it, and make function const
3842         (add): use it
3843         (erase): use it:
3844
3845         * bufferlist.C: add using boost::bind
3846
3847         * MenuBackend.C (MenuNamesEqual): new functor
3848         (hasMenu): use it, and make function const
3849         (hasSubmenu): use nested bind to get rid of compare_memfun.
3850
3851 2004-01-30  André Pönitz  <poenitz@gmx.net>
3852
3853         * BufferView_pimpl.C:
3854         * cursor.C:
3855         * cursor.h:
3856         * cursor_slice.[Ch]:
3857         * lyxfunc.C:
3858         * lyxtext.h:
3859         * paragraph_funcs.C:
3860         * paragraph_funcs.h:
3861         * rowpainter.C:
3862         * text.C:
3863         * text2.C:
3864         * text3.C: move some of the edit(x,y) handling to the insets
3865         some coordinate changes.
3866
3867 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3868
3869         * text.C: add using statements for std::advance and std::distance
3870
3871         * paragraph.C: add using statement for std::distance
3872
3873         * lyxfind.C: add using statement for std::advance
3874
3875         * cursor.C (region): remove std:: from swap
3876         (openable): use nucleus in stead of operator->
3877
3878         * BufferView.C: add using statements for std::distance and std::swap
3879
3880 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3881
3882         * iterators.C: Remove the pimple, move the needed structures to
3883         the header file. Create accessor for the positions stack.
3884         (asPosIterator): remove function
3885
3886         * PosIterator.C (PosIterator): move constructors to top of file
3887         (PosIterator): reimplement the constructor taking a ParIterator in
3888         terms of setFrom.
3889         (setFrom): new function
3890         (operator!=): inline it
3891
3892 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3893
3894         * lyxfind.C (replaceAll): use std::advance
3895
3896         * iterators.h: inherit from std::iterator.
3897
3898         * PosIterator.C (advance, distance): remove
3899         * PosIterator.h: interit from std::iterator.
3900
3901 2004-01-26  André Pönitz  <poenitz@gmx.net>
3902
3903         * BufferView.[Ch]:
3904         * BufferView_pimpl.[Ch]:
3905         * InsetList.[Ch]:
3906         * PosIterator.[Ch]:
3907         * buffer.h:
3908         * bufferview_funcs.C:
3909         * cursor.[Ch]:
3910         * cursor_slice.h:
3911         * factory.[Ch]:
3912         * iterators.[Ch]:
3913         * lyxfind.C:
3914         * lyxfunc.C:
3915         * lyxtext.h:
3916         * output_docbook.C:
3917         * output_latex.C:
3918         * output_linuxdoc.C:
3919         * output_plaintext.C:
3920         * paragraph.[Ch]:
3921         * paragraph_funcs.[Ch]:
3922         * paragraph_pimpl.[Ch]:
3923         * rowpainter.C:
3924         * tabular.C:
3925         * tabular.h:
3926         * text.C:
3927         * text2.C:
3928         * text3.C: more IU:  dumps most of the rest of the mathcursor
3929     implementation into cursor.[Ch]; "globalize" a bit of it.
3930
3931 2004-01-25  Angus Leeming  <leeming@lyx.org>
3932
3933         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3934
3935 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3936
3937         * LaTeXFeatures.h: add nice_ and nice() const
3938         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3939
3940 2004-01-20  André Pönitz  <poenitz@gmx.net>
3941
3942         * BufferView.[Ch]:
3943         * BufferView_pimpl.C:
3944         * PosIterator.C:
3945         * bufferview_funcs.C:
3946         * cursor.[Ch]:
3947         * cursor_slice.[Ch]:
3948         * factory.C:
3949         * iterators.C:
3950         * lyx_cb.C:
3951         * lyxfind.C:
3952         * lyxfunc.C:
3953         * lyxtext.h:
3954         * rowpainter.C:
3955         * text.C:
3956         * text2.C:
3957         * text3.C:
3958         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3959           LCursor and mathcursor parts to LCursor and InsetBase.
3960
3961 2004-01-15  André Pönitz  <poenitz@gmx.net>
3962
3963         * cursor_slice.[Ch]: add a few covienience functions
3964
3965         * funcrequest.[Ch]: remove BufferView * member
3966
3967         * BufferView_pimpl.C:
3968         * cursor.C:
3969         * factory.[Ch]:
3970         * lyxfind.[Ch]:
3971         * lyxfunc.C:
3972         * lyxtext.h:
3973         * text3.C:
3974         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3975
3976 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3977
3978         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3979         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3980
3981 2004-01-13  André Pönitz  <poenitz@gmx.net>
3982
3983         * textcursor.[Ch]:
3984         * lyxtext.h: hide cursor and selection anchor behind accessor function
3985
3986         * BufferView.C:
3987         * BufferView_pimpl.[Ch]:
3988         * PosIterator.C:
3989         * bufferview_funcs.C:
3990         * cursor.h:
3991         * lyxfind.C:
3992         * lyxfunc.C:
3993         * text.C:
3994         * text2.C:
3995         * text3.C:
3996         * undo.C: adjust
3997
3998         * cursor.h:
3999         * cursor_slice.[Ch]: some integer type changes for inset unification
4000
4001         * lyxcursor.[hC]: remove, it's CursorSlice now.
4002
4003         * Makefile.am:
4004         * BufferView_pimpl.[Ch]:
4005         * bufferview_funcs.C:
4006         * cursor_slice.C:
4007         * lyxtext.h:
4008         * text.C:
4009         * text2.C:
4010         * text3.C:
4011         * textcursor.[Ch]: adjust
4012
4013 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
4014
4015         * text2.C (undoSpan): add and use
4016         * text.C (breakParagraph): use undoSpan (fix bug 578)
4017         * lyxtext.h: adjust
4018
4019 2004-01-08  Angus Leeming  <leeming@lyx.org>
4020
4021         * BufferView_pimpl.C (MenuInsertLyXFile):
4022         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4023         * lyxfunc.C (menuNew, open, doImport):
4024         FileFilterList change to the FileDialog open and save functions.
4025
4026 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4027
4028         * ShareContainer.h: make isEqual and isUnique adaptable
4029
4030         * CutAndPaste.C: make resetOwnerAndChanges adaptable
4031
4032 2004-01-07  Angus Leeming  <leeming@lyx.org>
4033
4034         * LyXAction.C:
4035         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
4036
4037         * BufferView_pimpl.C (dispatch): act on these LFUNs.
4038
4039         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
4040         functions replacing find, replace and replaceAll.
4041
4042         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
4043         LFUN_WORDFIND(FORWARD|BACKWARD).
4044
4045 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4046
4047         * text.C (breakParagraph): remove an outdated #warning
4048
4049 2004-01-07  André Pönitz  <poenitz@gmx.net>
4050
4051         * lyxfind.C: somewhat clearer logic
4052
4053         * text.C: prevent crash in cursorX on unitialized row cache
4054
4055 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
4056
4057         * lyxcursor.[Ch] (operator>): add
4058         * textcursor.C (selStart, selEnd): use std::min and std::max
4059
4060 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4061
4062         * Chktex.C: include boost/format.hpp
4063
4064 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4065
4066         * InsetList.C: replace functor MathcIt with adaptable functor
4067         InsetTablePosLess
4068         (insetIterator): modify accordingly
4069
4070         * BranchList.h: move the BranchNamesEqual functor here from...
4071         * BranchList.C: ... to here
4072
4073         * BranchList.C: new BranchListEqual fuctor, use it. Remove
4074         SameName and match.
4075         (add): replace a finding loop with std::find_if.
4076
4077 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
4078
4079         * output_docbook.C: moving LatexParam functionality into
4080         .layout files
4081
4082 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4083
4084         * buffer.C: increment format to 229.
4085
4086 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
4087
4088         * LaTeXFeatures.C:
4089         * lyx_sty.[Ch]: remove minipageindent_def
4090
4091         * LyXAction.C:
4092         * factory.C:
4093         * lfuns.h:
4094         * lyxfunc.C:
4095         * text3.C: remove LFUN_INSET_MINIPAGE
4096
4097 2003-12-28  Angus Leeming  <leeming@lyx.org>
4098
4099         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
4100
4101 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
4102
4103         * text2.C (setParagraph): fix off-by-one crash
4104
4105 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
4106
4107         * output_docbook.C: header stuff for AGU
4108
4109 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
4110
4111         * text2.C (redoCursor): remove
4112         * text.C:
4113         * text3.C:
4114         * BufferView_pimpl.C: remove calls to redoCursor and
4115         setCursor(cursor.par(), cursor.pos()) all around
4116
4117 2003-12-15  Angus Leeming  <leeming@lyx.org>
4118
4119         * buffer.C: up the format to 228.
4120
4121 2003-12-15  André Pönitz  <poenitz@gmx.net>
4122
4123         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
4124         slices
4125
4126         * Makefile.am:
4127
4128         * BufferView_pimpl.C:
4129         * cursor.[Ch]:
4130         * lyxcursor.[Ch]:
4131         * rowpainter.[Ch]:
4132         * lyxtext.h:
4133         * text.C:
4134         * text2.C:
4135         * text3.C: adjust
4136
4137 2003-12-15  Angus Leeming  <leeming@lyx.org>
4138
4139         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
4140         than getFromGUIName to manipulate the color.
4141
4142 2003-12-14  Angus Leeming  <leeming@lyx.org>
4143
4144         * BranchList.[Ch]: minimize the API.
4145         (Branch::getBranch, getColor): now return a 'const &'.
4146         (Branch::setSelected) now returns a bool set to true if the
4147         selection status changes.
4148         (BranchList::clear, size, getColor, setColor, setSelected,
4149         allBranches, allSelected, separator): removed.
4150         (BranchList::find): new functions, returning the Branch with
4151         the given name.
4152         (BranchList::add, remove): return a bool indicating that
4153         the operation was successful.
4154
4155         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
4156         new InsetBranch::isBranchSlected member function.
4157
4158         * LColor.[Ch]: mimimize the API.
4159         (fill): renamed as addColor and made private.
4160         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
4161         versions of these functions taking a string arg have been removed.
4162
4163         * bufferparams.C (readToken):
4164         * lyxfunc.C (dispatch):
4165         * lyxrc.C (read): changes due to the altered BranchList and
4166         LColor APIs.
4167
4168         * factory.C (createInset, readInset): changes due to altered
4169         InsetBranch c-tor.
4170
4171 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4172
4173         * factory.C:
4174         * lyxfunc.C: remove insetminipage. "minipage-insert"
4175         now produces a frameless minipage box inset.
4176
4177 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4178
4179         * textcursor.[Ch] (selStart,selEnd): add new methods
4180         remove selection::start, end, use LyXCursor::operator<
4181         * lyxcursor.[Ch] (operator<): add
4182         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4183         * BufferView.[Ch] (unsetXSel): add
4184         * text2.C (clearSelection): use unsetXSel,adjust
4185         * text.C: adjust
4186         * text3.C: adjust
4187         * rowpainter.C: adjust
4188         * bufferview_funcs.C (put_selection_at): adjust
4189
4190 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4191
4192         * BufferView_pimpl.C: small coord. correction
4193
4194 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
4195
4196         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4197         dragging over the splash screen.
4198
4199 2003-12-11  Angus Leeming  <leeming@lyx.org>
4200
4201         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4202         as it is now handled in LyXText::dispatch.
4203
4204         * text3.C (doInsertInset): remove a level of nesting.
4205
4206 2003-12-11  Angus Leeming  <leeming@lyx.org>
4207
4208         * factory.C (createInset): changes due to the changed interface to
4209         InsetCommandMailer::string2params.
4210
4211 2003-12-10  Angus Leeming  <leeming@lyx.org>
4212
4213         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4214         'dialog-show-new-inset <inset name>'
4215
4216 2003-12-10  Angus Leeming  <leeming@lyx.org>
4217
4218         * buffer.C: up the format to 227.
4219
4220         * factory.C: the box inset is now identified simply by 'Box'.
4221
4222 2003-12-10  Angus Leeming  <leeming@lyx.org>
4223
4224         * buffer.C: up the format to 226.
4225
4226         * factory.C: the note inset is now identified simply by 'Note'.
4227
4228 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
4229
4230         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4231         when a pit is enough. Standarize a couple of loops.
4232
4233 2003-12-05  Angus Leeming  <leeming@lyx.org>
4234
4235         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4236         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4237         data to the re-worked "log" dialog.
4238
4239 2003-12-03  André Pönitz  <poenitz@gmx.net>
4240
4241         * PosIterator.C:
4242         * iterators.C:
4243         * lyxtext.h:
4244         * output_latex.C:
4245         * paragraph_funcs.C:
4246         * text.C:
4247         * text2.C: use Inset::getText instead of Inset::getParagraph
4248
4249 2003-12-03  André Pönitz  <poenitz@gmx.net>
4250
4251         * buffer.[Ch]:
4252         * lyxtext.h:
4253         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4254         InsetText::read() as LyXText::read()
4255
4256 2003-12-02  Angus Leeming  <leeming@lyx.org>
4257
4258         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4259         type. Add a comment in the implementation that the function uses
4260         the stream's bad() function rather than fail() as the std::streams
4261         would do.
4262
4263 2003-12-02  André Pönitz  <poenitz@gmx.net>
4264
4265         * lyxlex.[Ch]: make interface more similar to std::stream
4266
4267         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4268
4269 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
4270
4271         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4272
4273 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
4274
4275         * vspace.[Ch]: remove VSpace::NONE
4276
4277 2003-12-01  André Pönitz  <poenitz@gmx.net>
4278
4279         * buffer.[Ch]:
4280         * lyxtext.h: move ParagraphList member to LyXText
4281         rename LyXText::ownerParagraphs to LyXText::paragraph
4282
4283         * CutAndPaste.C:
4284         * bufferview_funcs.C:
4285         * iterators.[Ch]:
4286         * lyx_cb.C:
4287         * paragraph.C:
4288         * rowpainter.C:
4289         * tabular.C:
4290         * text.C:
4291         * text2.C:
4292         * text3.C: adjust
4293
4294         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4295
4296         * undo.C: fix cursor positioning
4297
4298 2003-12-01  John Levon  <levon@movementarian.org>
4299
4300         * BufferView_pimpl.C: fix a crash on exit with
4301         a buffer open
4302
4303 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4304
4305         * BranchList.C: fix setSelected() method.
4306
4307 2003-11-28  André Pönitz  <poenitz@gmx.net>
4308
4309         * ParagraphParameters.[Ch]:
4310         * ParameterStruct.h: remove space above/below from Paragraph to
4311          InsetVSpace
4312
4313         * BufferView_pimpl.C:
4314         * factory.C:
4315         * lyxfunc.C:
4316         * lyxtext.h:
4317         * output_latex.C:
4318         * paragraph.C:
4319         * paragraph_funcs.C:
4320         * rowpainter.[Ch]:
4321         * text.C:
4322         * text2.C:
4323         * text3.C: adjust
4324
4325 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4326
4327         * factory.C: Syntax change for CharStyles
4328
4329 2003-11-28  André Pönitz  <poenitz@gmx.net>
4330
4331         * BufferView.[Ch]:
4332         * BufferView.[Ch]:
4333         * buffer.[Ch]:
4334         * buffer.[Ch]: move LyXText member
4335
4336 2003-11-28  André Pönitz  <poenitz@gmx.net>
4337
4338         * BufferView.[Ch]: make LyXText * text a private member
4339
4340         * BufferView_pimpl.C:
4341         * cursor.C:
4342         * iterators.C:
4343         * lyx_cb.C:
4344         * lyxfind.C:
4345         * lyxtext.h:
4346         * rowpainter.[Ch]:
4347         * text.C:
4348         * text2.C:
4349         * undo.C: adjust
4350
4351         * output_plaintext.C: cleanup
4352
4353 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4354
4355         * buffer.C:
4356         * lyxtextclass.[Ch]: parametrize SGML document header
4357
4358 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4359
4360         * converter.[Ch]:
4361         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4362         getFlavor().
4363
4364 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4365
4366         * text2.C (setFont): rework using PosIterator (no more recursive)
4367         (setCharFont): no more needed
4368         (setLayout): no more selection cursors fiddling (done by redoCursor)
4369         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4370         destroy remaining ones)
4371
4372 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4373
4374         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4375         * lyxtext.h: ditto
4376         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4377         selection cursors
4378         * lyxfunc.C: adjust
4379         * text3.C: adjust + re-allow multi par depth changes
4380         * textcursor.C: simplify a bit
4381
4382 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4383
4384         * src/buffer.C:
4385         * src/lyxlayout.C:
4386         * src/lyxlayout.h:
4387         * src/lyxtext.h:
4388         * src/output_docbook.C:
4389         * src/output_latex.C:
4390         * src/paragraph.C:
4391         * src/paragraph.h:
4392         * src/sgml.C:
4393         * src/sgml.h:
4394         * src/text2.C: Introducing a number of tags parametrizing various
4395         XML formats that we may want to support
4396
4397 2003-11-25  André Pönitz  <poenitz@gmx.net>
4398
4399         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4400
4401         * lyxtext.h (leftMargin/rightMargin): simplify interface
4402
4403         * rowpainter.C:
4404         * text.C:
4405         * text2.C:
4406         * text3.C: adjust
4407
4408 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4409
4410         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4411         master file to any child files. Fixes bug 546.
4412
4413 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4414
4415         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4416
4417 2003-11-24  André Pönitz  <poenitz@gmx.net>
4418
4419         * rowpainter.C: simplification
4420
4421         * text2.C (updateCounters): remove call to redoParagraph on
4422         changed labels as this is far too expensive.
4423
4424 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4425
4426         * converter.C (convert): fix a crash: this function gets
4427         called with buffer == 0 from importer code.
4428
4429 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4430
4431         * text3.C (cursorPrevious): make sure that we do not compare
4432         iterators form different containers.
4433         (cursorNext): ditto
4434
4435         * rowpainter.C (paintSelection): make sure that we do not compare
4436         iterators from different containers.
4437
4438         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4439         iterators from different ParagraphList containers.
4440         [NEXT] ditto
4441
4442         * text2.C (LyXText): change order of initialization slightly
4443         (operator=): new function. copy all variables except cache_par_
4444         (moveUp): make sure that we do not compare iterators from
4445         different ParagraphList constainers.
4446         (moveDown): ditto
4447
4448         * text.C (firstPar): new function
4449         (lastPar): new function
4450         (endPar): new function
4451
4452         * lyxtext.h: move things around and group public functions, public
4453         variables, private functions, private variables
4454
4455 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4456
4457         * factory.C: change call to InsetERT constructor to avoid
4458         additional invocation of method status
4459         * text2.C (toggleInset): remove redundant update() call
4460         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4461         instead of a Bufferview pointer
4462
4463 2003-11-21  André Pönitz  <poenitz@gmx.net>
4464
4465         * rowpainter.C: simplification
4466
4467 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4468
4469         * text3.C (dispatch): make possible to extend a word/row selection
4470         with the mouse
4471
4472 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4473
4474         * lyxtext.h: x0_,y0_ -> xo_,yo_
4475         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4476         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4477         * rowpainter.C (paintRows): paint full paragraphs
4478
4479 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4480
4481         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4482         screen coordinates)
4483
4484 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4485
4486         * lyxtext.h: add x0_, y0_
4487         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4488         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4489
4490 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4491
4492         * text2.C (setCursorIntern): move the x_target update here *
4493         * text3.C: change some bv() to true/false in calls to
4494         cursorUp/Down/Right/Left
4495         * cursor.C: use helper function.
4496
4497 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4498
4499         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4500         * paragraph_funcs.[Ch]: correct comment
4501         * rowpainter.C: do not paint selections away from bv->cursor()
4502         Fix a long standing selection painting bug.
4503         * text3.C: generalize mouse-selection code to LyXTexts other that
4504         top one
4505         * textcursor.C: do not use y coords if we can use par offsets
4506
4507 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4508
4509         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4510         cursor position after e.g. inset insert)
4511
4512 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4513
4514         * lyxfind.C (replace): adjust to locking removal + some
4515         code simplification
4516
4517 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4518
4519         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4520         of the path
4521
4522 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4523
4524         * lyxlayout.[Ch]:
4525         * output_docbook.C: XML sanitation: new layout
4526         parameters InnerTag and CommandDepth
4527
4528 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4529
4530         * BufferView_pimpl.C:
4531         * factory.C:
4532         * text3.C: Fix the insertion and modification of button-style
4533         insets
4534
4535 2003-11-13  André Pönitz  <poenitz@gmx.net>
4536
4537         * InsetList.[Ch]: remove deleteLyXText
4538
4539         * paragraph.[Ch]: cache beginOfBody position
4540
4541         * Bidi.C:
4542         * text.C:
4543         * text2.C:
4544         * text3.C: remove superfluous update() calls
4545
4546         * vspace.C: cleanup
4547
4548 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4549
4550         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4551         * BufferView.C (fitLockedInsetCursor): remove
4552         * cursor.[Ch] (getDim): add
4553         * text.C (getRowNearY): add faster version
4554         * text3.C: remove some update calls
4555
4556 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4557
4558         * LaTeXFeatures.C:
4559         * LyXAction.C:
4560         * MenuBackend.C:
4561         * MenuBackend.h:
4562         * dispatchresult.h:
4563         * factory.C:
4564         * lfuns.h:
4565         * lyxfunc.C:
4566         * lyxtextclass.C:
4567         * lyxtextclass.h:
4568         * text3.C: The Character Style /XML short element patch.
4569
4570 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4571
4572         * text3.C:
4573         * factory.C: Small step to solving 'unable to insert some insets'
4574         problem
4575
4576 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4577
4578         * cursor.[Ch] (updatePos): new function for updating the y
4579         position of the tip inset
4580         * bufferview_funcs.C (put_selection_at):
4581         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4582
4583 2003-11-11  André Pönitz  <poenitz@gmx.net>
4584
4585         * text.C: remove big comment on invalid Paragraph pointers as it is
4586         not valid anymore
4587
4588 2003-11-11  André Pönitz  <poenitz@gmx.net>
4589
4590         * text_funcs.[Ch]: merge with ...
4591
4592         * text.C: ... this
4593
4594         * lyxtext.h:
4595         * text2.C:
4596         * text3.C: adjust
4597
4598         * Makefile.am: remove text_funcs.[Ch]
4599
4600 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4601
4602         * cursor.C (getPos): return absolute cached y coord
4603
4604         * BufferView_pimpl.C (fitCursor): new simplistic code
4605         (workAreaDispatch): add a fitCursor call
4606
4607 2003-11-10  André Pönitz  <poenitz@gmx.net>
4608
4609         * BufferView.[Ch]:
4610         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4611
4612 2003-11-10  André Pönitz  <poenitz@gmx.net>
4613
4614         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4615         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4616         indicate that the cursor needs to leave an inset
4617
4618         * lyxtext.h: remove inset locking
4619
4620         * cursor.[Ch]: re-implement functionality provided by inset locking
4621
4622         * BufferView.[Ch]:
4623         * BufferView_pimpl.[Ch]:
4624         * LyXAction.C:
4625         * bufferview_funcs.[Ch]:
4626         * factory.C:
4627         * funcrequest.[Ch]:
4628         * iterators.C:
4629         * lyx_cb.C:
4630         * lyxfind.C:
4631         * lyxfunc.C:
4632         * text.C:
4633         * text2.C:
4634         * text3.C:
4635         * undo.C: adjust
4636
4637 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4638
4639         * PosIterator.[Ch]: replace the stack with a vector, add inset
4640         accesor
4641         * iterators.[C]: adjust
4642
4643 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4644
4645         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4646         replaced
4647         * paragraph_funcs.C (readParToken): put the correct id in the
4648         error item, not the id of the top paragraph
4649
4650 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4651
4652         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4653         * bufferview_funcs.C (put_selection_at): use the above
4654
4655 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4656
4657         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4658
4659 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4660
4661         * output_linuxdoc.h:
4662         * output_plaintext.h:
4663         * output.h:
4664         * output_docbook.h: add #include statements
4665
4666 2003-11-05  José Matos  <jamatos@lyx.org>
4667
4668         * output_docbook.[Ch]:
4669         * output_latex.[Ch]:
4670         * output_linuxdoc.[Ch]:
4671         * output_plaintext.[Ch]: New files for output formats.
4672         * output.[Ch]: New file for helper functions.
4673
4674         * buffer.[Ch]:
4675         * paragraph_funcs.[Ch]: output functions moved to new files.
4676
4677         * outputparams.h: rename of latexrunparams.h
4678
4679         * LaTeX.[Ch]:
4680         * buffer.[Ch]:
4681         * bufferlist.[Ch]:
4682         * converter.[Ch]:
4683         * exporter.C:
4684         * paragraph.[Ch]:
4685         * paragraph_funcs.[Ch]:
4686         * paragraph_pimpl.[Ch]:
4687         * tabular.[Ch]: rename ascii to plaintext
4688         and LatexRunParams to OutputParams.
4689
4690 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4691
4692         * iterators.[Ch] (text): require bv argument
4693         * undo.C (recordUndo):
4694         * lyxfunc.C (dispatch):
4695         * bufferview_funcs.C (put_selection_at): adjust
4696
4697 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4698
4699         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4700
4701 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4702
4703         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4704         nestings
4705
4706 2003-11-04  André Pönitz  <poenitz@gmx.net>
4707
4708         * cursor.[Ch]: restructure
4709
4710         * BufferView.[Ch]:
4711         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4712
4713         * iterators.[Ch] (asCursor): remove
4714
4715         * lfuns.h: remove LFUN_INSET_EDIT
4716
4717         * lyxfunc.C:
4718         * tabular.C:
4719         * text.C:
4720         * text2.C:
4721         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4722
4723 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4724
4725         * lyxfind.[Ch]: complete overhaul
4726         * BufferView_pimpl.C:
4727         * lyxfunc.C: adjust
4728         * paragraph.[Ch] (insert): add
4729
4730 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4731
4732         * BufferView.[Ch]:
4733         * lyxtext.h:
4734         * text.C: remove dead spellcheck code
4735
4736 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4737
4738         * dispatchresult.h: add a val setter
4739
4740         * cursor.C (dispatch): use a tempvar for data_[i]
4741
4742 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4743
4744         * PosIterator.[Ch]: compile fix
4745
4746 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4747
4748         * text.C (cursorPar): deactivate the cursor cache
4749
4750 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4751
4752         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4753
4754 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4755
4756         * text3.C (dispatch): adjust for new DisptchResult semantics.
4757
4758         * lyxfunc.C (dispatch): handle update when return from
4759         Cursor::dispatch, adjust for new DispatchResult semantics.
4760
4761         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4762         DispatchResult(true) mean to not update. Add class functions for
4763         setting dispatched and update, as well as reading.
4764
4765         * cursor.C (dispatch): don't handle update here
4766
4767 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4768
4769         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4770         * trans_mgr.C: adjust
4771
4772         * paragraph_funcs.C (readParToken): exception safety
4773
4774         * lyxvc.h: store the vcs pointer in a scoped_ptr
4775         * lyxvc.C: adjust
4776
4777         * lyxsocket.C (serverCallback): exception safety
4778
4779         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4780
4781         * ispell.C (clone): make it return a auto_ptr
4782
4783         * factory.C (createInset): exception safety
4784         (readInset): exception safety
4785
4786         * bufferlist.C (newBuffer): exception safety
4787
4788         * Thesaurus.C (Thesaurus): use initialization for aik_
4789
4790         * MenuBackend.C (expandToc): exception safety.
4791
4792 2003-11-03  André Pönitz  <poenitz@gmx.net>
4793
4794         * buffer.C:
4795         * buffer.h:
4796         * bufferview_funcs.C: remove getInsetFromId()
4797
4798         * lyxcursor.[Ch]:
4799         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4800
4801         * lyxfunc.C:
4802         * text2.C:
4803         * text3.C: adjust
4804
4805 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4806
4807         * PosIterator.C (distance, advance): new
4808         * bufferview_funcs.[Ch] (put_selection_at): new
4809         * iterators.[Ch] (lockPath): new
4810
4811 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4812
4813         * iterators.[Ch] (asPosIterator): added
4814         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4815         * PosIterator.[Ch]: added
4816
4817 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4818
4819         * text3.C:
4820         * lyxfunc.C:
4821         * cursor.C (dispatch):
4822         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4823
4824         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4825         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4826         contructor, add a class function dispatched. Remove operator>=
4827
4828 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4829
4830         * debug.C: only use the default constructor for debugstream
4831         (lyxerr) here.
4832
4833         * main.C (main): include debug.h and setup the lyxerr streambuf
4834         here.
4835
4836 2003-10-31  José Matos  <jamatos@lyx.org>
4837
4838         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4839
4840         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4841         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4842         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4843         * paragraph_pimpl.C (simpleTeXSpecialC):
4844         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4845         add LatexRunParams argument.
4846
4847         * exporter.C (Export): change call accordingly.
4848
4849         * latexrunparams.h: add new member to take care of the other backends.
4850 2003-10-30  José Matos  <jamatos@lyx.org>
4851
4852         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4853         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4854         factorise code for paragraph output.
4855         * buffer.[Ch]:
4856         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4857         move functions.
4858
4859 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4860
4861         * text3.C (dispatch):
4862         * lyxfunc.C (dispatch):
4863         * cursor.C (dispatch):
4864         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4865
4866         * dispatchresult.h: make the dispatch_result_t ctor explicit
4867
4868 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4869
4870         * sgml.[Ch]:
4871         * buffer.C: small refactoring of docbook stuff
4872
4873 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4874
4875         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4876         meaning.
4877
4878 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4879
4880         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4881         operator dispatch_result_t, and operators for == != and >=
4882
4883         * cursor.C (dispatch): adjust for operator dispatch_result_t
4884         removal. comment out call to update
4885
4886         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4887
4888 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4889
4890         * text3.C:
4891         * text2.C:
4892         * text.C:
4893         * lyxtext.h:
4894         * lyxfunc.C:
4895         * cursor.C:
4896         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4897         (dispatch):
4898
4899         * dispatchresult.h: new file, DispatchResult broken out of
4900         insets/insetbase.h
4901
4902         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4903
4904 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4905
4906         * text.C (rowBreakPoint): put a hack inside #if 0
4907
4908 2003-10-28  André Pönitz  <poenitz@gmx.net>
4909
4910         * lyxtext.h:
4911         * metricsinfo.C:
4912         * paragraph_funcs.C:
4913         * rowpainter.C:
4914         * text.C:
4915         * text2.C: general cleanup (lots of small stuff)
4916
4917 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4918
4919         * text2.C (cursorEnd): simple fix to the "end key goes to one
4920         before the end on last row" bug
4921
4922 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4923
4924         * text.C (backspace): fix the "zombie characters"
4925
4926 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4927
4928         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4929
4930 2003-10-27  André Pönitz  <poenitz@gmx.net>
4931
4932         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4933
4934         * factory.C: handle new InsetPagebreak, InsetLine
4935
4936         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4937         and move handling into new InsetPagebreak, InsetLine
4938
4939         * BufferView_pimpl.C:
4940         * LyXAction.C:
4941         * ParagraphParameters.C:
4942         * ParameterStruct.h:
4943         * lyxfunc.C:
4944         * lyxtext.h:
4945         * paragraph.C:
4946         * paragraph.h:
4947         * paragraph_funcs.C:
4948         * paragraph_pimpl.C:
4949         * rowpainter.C:
4950         * text.C:
4951         * text2.C:
4952         * text3.C: adjust
4953
4954 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4955
4956         * text.C:
4957         * lyxrow_funcs.[Ch]:
4958         * Bidi.C:
4959         * paragraph.C:
4960         * lyxtext.h:
4961         * rowpainter.C:
4962         * text2.C:
4963         * text3.C: remove lastPos uses in favour of Row::endpos
4964
4965 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4966
4967         * undo.C (performUndoOrRedo): fix two crashes by setting a
4968         cursor by hand and reordering some calls. Use bv->lockInset instead
4969         of inset->edit because the latter loses cursor information
4970
4971 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4972
4973         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4974         by Martin
4975         (rowBreakPoint): fix width. change point to point + 1.
4976         Add a missing check.
4977
4978 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4979
4980         * MenuBackend.C:
4981         * lyxfunc.C: fix (at least partly) the problems
4982         with the Nav menu and headers inside branch insets
4983         reported by Kayvan
4984
4985 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4986
4987         * paragraph.C (getChar): add strong asserts
4988
4989         * lyxrow_funcs.C (lastPos): remove hideous hack
4990
4991         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4992         (fill): adjust to that (avoid an infinite loop)
4993
4994 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4995
4996         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4997
4998 2003-10-23  André Pönitz  <poenitz@gmx.net>
4999
5000         * RowList_fwd.h: change list<> to vector<> to gain speed
5001         after suggestion from Alfredo
5002
5003 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
5004
5005         * lyxtext.h: move the bidi stuff from here...
5006         * text.C: and here
5007         * text2.C: and here
5008         * Bidi.[Ch]: ... to here
5009
5010 2003-10-23  André Pönitz  <poenitz@gmx.net>
5011
5012         * lyxtext.h:
5013         * text.C (isLastRow, isFirstRow): new functions
5014
5015         * paragraph.h: new width cache member
5016
5017         * rowpainter.C: replace RowList::iterator with Row & where possible
5018
5019         * lyxfunc.C: replace several view()->text with a single call
5020
5021         * toc.C: fix 'unused' warning
5022
5023 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5024
5025         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
5026         when woring with stream::pos_type
5027         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
5028
5029 2003-10-22  André Pönitz  <poenitz@gmx.net>
5030
5031         * lyxtext.h:
5032         * text.C: use Row & instead of RowList::iterator
5033
5034         * lyxrow.h: rename end() to endpos()
5035
5036         * rowpainter.C:
5037         * text.C:
5038         * text2.C: adjust
5039
5040 2003-10-22  Angus Leeming  <leeming@lyx.org>
5041
5042         * buffer.[Ch] (fully_loaded): new member function, returning true
5043         only when the file has been loaded fully.
5044         Used to prevent the premature generation of previews and by the
5045         citation inset to prevent computation of the natbib-style label.
5046
5047         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
5048         templates are all set up.
5049
5050         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
5051
5052 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
5053
5054         * text.C: fixed an "oops" in the "is a bit silly"
5055         bug fix
5056
5057 2003-10-21  André Pönitz  <poenitz@gmx.net>
5058
5059         * FuncStatus.[Ch]: small stuff, whitespace
5060
5061         * lyxfont.[Ch]: operator<<() for debug reasons
5062
5063         * lyxfunc.C:
5064         * lyxrow_funcs.C:
5065         * lyxtext.h: whitespace, spelling
5066
5067         * paragraph.C: naming of variables
5068
5069         * text.C:
5070         * text2.C: small stuff
5071
5072
5073 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
5074
5075         * text.C: (1) finish off the inset display() work;
5076         (2) fix the "is a bit silly" bug (accessing char
5077         past end of par).
5078
5079 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
5080
5081         * text.C: re-introduce display() for insets, fixing the
5082         various bugs (stretch of line above, math inset
5083         positioning, ...)
5084
5085 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5086
5087         * text.C (rightMargin): remove spurious semicolon
5088
5089         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
5090         1415)
5091
5092 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
5093
5094         * text3.C: fix one crash due to wrong cursor def
5095
5096 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5097
5098         * vc-backend.C (scanMaster): make the regex static
5099
5100         * LaTeX.C (scanAuxFile): make the regexs static
5101
5102         * text3.C (doInsertInset, dispatch, dispatch):
5103         * text2.C (cursorUp, cursorDown):
5104         * text.C (selectNextWordToSpellcheck):
5105         * BufferView_pimpl.C (dispatch):
5106         * lyxfunc.C (dispatch):  localDispatch -> dispatch
5107
5108 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5109
5110         * lyxsocket.C: include <cerrno>
5111
5112 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5113
5114         * lyxfunc.C (dispatch): remove textcache stuff
5115
5116         * bufferlist.C (release): remove textcache stuff
5117         (closeAll): ditto
5118
5119         * TextCache.C: delete file
5120         * TextCache.h: delete file
5121
5122         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
5123
5124         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
5125         delete of the bv_->text.
5126         (resizeCurrentBuffer): remove texcache stuff
5127         (workAreaResize): ditto
5128
5129 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5130
5131         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
5132         action.
5133
5134 2003-10-16  André Pönitz  <poenitz@gmx.net>
5135
5136         * lyxrow.[Ch]:
5137         * paragraph.h:
5138         * rowpainter.C:
5139         * text.C:
5140         * text2.C:
5141         * text3.C: speed up by storing y positions per paragraph plus per-row
5142         offset instead of having a 'full' y position in the row.
5143
5144 2003-10-15  André Pönitz  <poenitz@gmx.net>
5145
5146         * iterators.[Ch]:
5147         * iterators.[Ch]:
5148         * undo.[Ch]: make undo aware of inner insets
5149
5150 2003-10-14  Angus Leeming  <leeming@lyx.org>
5151
5152         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
5153         static member functions LyX::ref() and LyX::cref.
5154         (lastfiles): new accessor functions for the new lastfiles_ member var.
5155         (addLyXView, views_): add a new LyXView to the list of views_.
5156         (updateInset): loop over all LyXViews to call their own updateInset
5157         member function, returning a pointer to the Buffer owning the inset.
5158
5159         * BufferView_pimpl.C (loadLyXFile):
5160         * MenuBackend.C (expandLastfiles):
5161         * bufferlist.C (MenuWrite, QuitLyX):
5162         lastfiles is no longer a global variable.
5163         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
5164
5165         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5166         static function. Access through LyX::cref().emergencyCleanup().
5167
5168 2003-10-14  André Pönitz  <poenitz@gmx.net>
5169
5170         * iterators.[Ch]: new direct access to innermost LyXText and Inset
5171
5172         * undo.[Ch]: restoring part of 'undo in insets'
5173
5174         * Makefile.am:
5175         * undo_funcs.[Ch]: merge with undo.[Ch]
5176
5177         * tabular.C: small cleansing stuff
5178
5179 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
5180
5181         * paragraph_funcs.C (readParToken): report unknown insets as error
5182         boxes. Use the outer paragraph as location (also for unknown
5183         tokens).
5184
5185         * factory.C (readInset): do not abort on reading an unknown inset.
5186         Eat it and return 0.
5187
5188 2003-10-13  Angus Leeming  <leeming@lyx.org>
5189
5190         * lyx_main.C (LyX): remove call to setDisplayTranslator().
5191
5192         * lyxrc.C: displayTranslator is now a function,
5193         declared in GraphicsTypes.h.
5194
5195 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5196
5197         * format.C: new placeholder $$a to pass the socket address.
5198
5199         * bufferlist.[Ch]: new function getBufferFromTmp.
5200
5201         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5202           files in the temporary dir.
5203
5204 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5205
5206         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5207
5208         * Makefile.am: add lyxsocket.[Ch].
5209
5210         * lyx_main.C (error_handler): handle SIGPIPE.
5211
5212 2003-10-13  André Pönitz  <poenitz@gmx.net>
5213
5214         * BufferView_pimpl.C:
5215         * lyxtext.h:
5216         * text.C:
5217         * text2.C:
5218         * text3.C:
5219         * undo_funcs.[Ch]: use paroffset_type instead of
5220           ParagraphList::iterators to prevent multiple conversion
5221           (and get a more robust interface)
5222
5223 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5224
5225         * lyxfunc.C (dispatch): RESULT -> dispatch_result
5226         * lyxtext.h: ditto
5227         * text3.C (dispatch): ditto
5228
5229 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5230
5231         * LaTeX.C (handleFoundFile): move the static to smaller scope,
5232         move the onlyfile, use onlyfile instead of foundfile in a couple
5233         of places.
5234
5235         * DepTable.C (update): flush the error stream a bit more
5236
5237 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5238
5239         * lyxserver.C (callback): adjust
5240
5241         * lyxfunc.C (getStatus): add a missing brace in commented code
5242         (ensureBufferClean): reindent
5243         (dispatch): delete version taking a string
5244
5245 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5246
5247         * LaTeX.C (deplog): move found file handlig from here...
5248         (handleFoundFile): .. to new function here.
5249         (deplog): make sure to discover several files mentioned on the
5250         same log line.
5251
5252 2003-10-10  André Pönitz  <poenitz@gmx.net>
5253
5254         * lyxfunc.C:
5255         * lyxtext.h:
5256         * tabular.C:
5257         * text.C:
5258         * text2.C:
5259         * text3.C: fix some of the tabular crashes
5260
5261 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5262
5263         * MenuBackend.C (binding): put debug message into Debug::KBMAP
5264
5265         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5266
5267 2003-10-09  André Pönitz  <poenitz@gmx.net>
5268
5269         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5270
5271         * BufferView.C:
5272         * BufferView_pimpl.C:
5273         * bufferview_funcs.C:
5274         * lyx_cb.C:
5275         * lyxcursor.C:
5276         * lyxfind.C:
5277         * lyxfunc.C:
5278         * lyxtext.h:
5279         * text.C:
5280         * text2.C:
5281         * text3.C:
5282         * text_funcs.[Ch]:
5283         * textcursor.[Ch]:
5284         * undo_funcs.C: adjust
5285
5286 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5287
5288         * text2.C (incrementItemDepth): new function, use a backtracking
5289         algorithm to discover the correct item depth.
5290         (resetEnumCounterIfNeeded): new function, use a backtracking
5291         algorithm to discover if counter reset is needed.
5292         (setCounter): use them. Simplify a bit. Add different labels for
5293         different item depths for itemize.
5294
5295         * paragraph.C (Paragraph): remove initialization of enumdepth
5296         (operator=): ditto
5297
5298         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5299         enumerate and itemize. Change the type of itemdepth to signed char.
5300
5301 2003-10-08  André Pönitz  <poenitz@gmx.net>
5302
5303         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5304           thing assignable.
5305         * text.C:
5306         * text2.C: adjust
5307
5308         * tabular.[Ch]: fix crash after 'row-insert'
5309
5310 2003-10-08  Angus Leeming  <leeming@lyx.org>
5311
5312         Fix doxygen warnings.
5313
5314         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5315         Remove CutAndPaste:: prefix from header file declaration.
5316
5317         * LColor.h (fill): remove LColor:: prefix from declaration.
5318
5319         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5320         use lyx::depth_type rather than Paragraph::depth_type so that
5321         header file and .C file match.
5322
5323         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5324
5325         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5326         * aspell.C: \file aspell_local.C -> \file aspell.C
5327         * gettext.C: \file gettext.C -> \file src/gettext.C
5328         * gettext.h: \file gettext.h -> \file src/gettext.h
5329         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5330         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5331         * text.C: \file text.C -> \file src/text.C
5332
5333         * toc.C: move comment so that doxygen is not confused.
5334
5335 2003-10-07  Angus Leeming  <leeming@lyx.org>
5336
5337         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5338
5339 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5340
5341         * aspell.C:
5342         * aspell_local.h: add forgotten std::string's.
5343
5344 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5345
5346         * LaTeXFeatures.C:
5347         * LyXAction.C:
5348         * factory.C:
5349         * lfuns.h:
5350         * lyxfunc.C:
5351         * text3.C: The Box patch. Fancybox support, minipage, parbox
5352
5353 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5354
5355         * CutAndPaste.h:
5356         * DepTable.h:
5357         * FloatList.h:
5358         * LaTeXFeatures.h:
5359         * ParagraphParameters.h:
5360         * TextCache.h:
5361         * Thesaurus.h:
5362         * bufferlist.h:
5363         * exporter.h:
5364         * importer.h:
5365         * lastfiles.h:
5366         * lyxfind.h:
5367         * lyxfont.h:
5368         * lyxlex.h:
5369         * lyxtextclasslist.h:
5370         * messages.h:
5371         * paragraph.h:
5372         * paragraph_pimpl.C:
5373         * textcursor.h: add <string> and other small fixes to make Lars'
5374         std::string patch compile with STLport.
5375
5376 2003-10-06  Angus Leeming  <leeming@lyx.org>
5377
5378         * LColor.h: Add missing #include <string>.
5379
5380 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5381
5382         * All most all file in all subdirs: Make <string> be the prefered
5383         way of getting to std::string, add using declarations.
5384
5385 2003-10-06  André Pönitz  <poenitz@gmx.net>
5386
5387         * metricsinfo.C: initialize LyXFont before changing attribute.
5388         (fixes the 'math in \emph is upright' bug)
5389
5390 2003-10-06  André Pönitz  <poenitz@gmx.net>
5391
5392         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5393
5394 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5395
5396         * graph.C:
5397         * paragraph_pimpl.C: Small fixes to build using STLport
5398
5399 2003-10-02  André Pönitz  <poenitz@gmx.net>
5400
5401         * lyxfunc.C:
5402         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5403
5404 2003-10-01  André Pönitz  <poenitz@gmx.net>
5405
5406         * factory.C: assert early
5407
5408 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5409
5410         * lyx_main.C: remove the global debug object
5411
5412         * debug.h: adjust for new debugstream
5413
5414         * debug.C: adjust for new debugstream and keep the global debug
5415         object here.
5416
5417 2003-09-22  Angus Leeming  <leeming@lyx.org>
5418
5419         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5420         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5421         an incomplete class LyXFont.
5422
5423 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5424
5425         * factory.C: bug fix in branches
5426
5427 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5428
5429         * lyxfunc.C (processKeySym): adjust
5430         (dispatch): adjust
5431         (dispatch): change arg name from ev to func, adjust
5432         (sendDispatchMessage): ditto
5433
5434         * lyx_main.C (defaultKeyBindings): adjust keybindings
5435         (deadKeyBindings): ditto
5436
5437         * kbsequence.C (addkey): return a FuncRequest
5438
5439         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5440
5441         * kbmap.C (bind): take a FuncRequest as arg, adjust
5442         (read): adjust
5443         (lookup): adjust
5444         (defkey): change to take a FuncRequest as arg, adjust
5445         (findbinding): take a FuncRequest as arg, adjust.
5446
5447         * funcrequest.h (operator=): added
5448
5449         * funcrequest.C (FuncRequest): default kb_action changed from
5450         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5451
5452         * buffer.C (dispatch): simplify
5453         (dispatch): adjust to take a FuncRequest as arg, adjust
5454
5455         * boost.C (assertion_failed): change assertion message slightly
5456
5457         * ToolbarBackend.C (read): simplify
5458
5459         * MenuBackend.C (binding): adjust call to findbinding, add a
5460         message if no binding is found.
5461         (read): simplify
5462         (expandToc): correct by adding a empty FuncRequest
5463
5464         * LyXAction.C: include <boost/assert.hpp>
5465         (isPseudoAction): delete function
5466         (LookupFunc): change name to...
5467         (lookupFunc): this. change return type to FuncRequest.
5468         (getActionName): take kb_action as arg, simplify
5469         (funcHasFlag): add an assert, simplify.
5470
5471 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5472
5473         * toc.C (action): return a FuncRequest, simplify
5474
5475         * lyxfunc.C (processKeySym): adjust
5476         (getStatus): delete version that takes an int.
5477         (getStatus): adjust
5478         (dispatch): delete version that takes action as int
5479         (dispatch): adjust
5480         (sendDispatchMessage): simplify and adjust
5481
5482         * funcrequest.C (getArg): take unsigned int as arg
5483
5484         * ToolbarBackend.C (read): adjust
5485         (add): delete version that takes func as a string.
5486         (getIton): take a FuncRequest as arg
5487
5488         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5489         action.
5490
5491         * MenuBackend.C (MenuItem): add a new construct that only takes a
5492         Kind, simplify the constructor use for submenus.
5493         (add): adjust
5494         (expandLastfiles): adjust
5495         (expandDocuments): adjust
5496         (expandFormats): adjust
5497         (expandFloatListInsert): adjust
5498         (expandFloatInsert): adjust
5499         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5500
5501         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5502         Remove class variables lyx_pseudo_map and lyx_arg_map
5503
5504         * LyXAction.C (searchActionArg): delete function
5505         (getPseudoAction): delete function
5506         (retrieveActionArg): delete function
5507         (LookupFunc): make it return kb_action, simplify.
5508         (getActionName): simplify
5509
5510         * factory.C (createInset): fix new bug
5511
5512 2003-09-19  Angus Leeming  <leeming@lyx.org>
5513
5514         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5515         masterFilename_ parameter in the include inset.
5516
5517         * factory.C (createInset): changes due to the changes to InsetInclude.
5518
5519 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5520
5521         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5522
5523 2003-09-18  Angus Leeming  <leeming@lyx.org>
5524
5525         * buffer.C:
5526         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5527         Inset::fillWithBibKeys.
5528         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5529
5530 2003-09-18  Angus Leeming  <leeming@lyx.org>
5531
5532         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5533         variables.
5534         (ctor): pass and store a 'Buffer const &'
5535         (buffer): new member function.
5536
5537         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5538         '*this' to the LaTeXFeatures ctor.
5539
5540 2003-09-18  Angus Leeming  <leeming@lyx.org>
5541
5542         * LColor.h:
5543         * lyxfont.C:
5544         * lyxfont.h:
5545         * lyxtext.h:
5546         * text.C: rename EnumLColor as LColor_color.
5547
5548 2003-09-18  Angus Leeming  <leeming@lyx.org>
5549
5550         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5551         remove #include "insets/insetbase.h" from cursor.h.
5552
5553 2003-09-18  Angus Leeming  <leeming@lyx.org>
5554
5555         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5556         InsetOld_code to remove #include "inset.h".
5557
5558         * iterators.C: add #include "insets/inset.h"
5559
5560 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5561
5562         * BufferView.C: remove more locking stuff that apparently doesn't
5563         do anything sensible.
5564
5565 2003-09-16  André Pönitz  <poenitz@gmx.net>
5566
5567         * paragraph.[Ch]:
5568         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5569           performance boost.
5570
5571 2003-09-16  Angus Leeming  <leeming@lyx.org>
5572
5573         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5574
5575         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5576         arg/return type.
5577
5578         * paragraph.h: remove #include "lyxfont.h". Forward declare
5579         LyXFont_size.
5580
5581 2003-09-16  Angus Leeming  <leeming@lyx.org>
5582
5583         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5584         of support/textutils.h.
5585         (isWord): move the contents of support/textutils.h's IsWordChar here.
5586
5587         * buffer.C:
5588         * lyxfind.C:
5589         * rowpainter.C:
5590         * text.C:
5591         * text2.C: add #include "paragraph.h".
5592
5593         * rowpainter.C:
5594         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5595
5596 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5597
5598         * main.C:
5599         * lyx_main.C:
5600         * lyx_cb.C:
5601         * buffer.C:
5602         * LaTeX.C: use namespace alias for lyx::support::os
5603
5604 2003-09-16  Angus Leeming  <leeming@lyx.org>
5605
5606         * bufferparams.C:
5607         * bufferview_funcs.C:
5608         * factory.C:
5609         * lyxfunc.C:
5610         * paragraph_pimpl.C:
5611         * rowpainter.C:
5612         * text.C: add #include "LColor.h".
5613
5614 2003-09-16  Angus Leeming  <leeming@lyx.org>
5615
5616         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5617         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5618         return LyXFont &.
5619         Store the FontBits::color variable as an int rather than as an
5620         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5621         file.
5622
5623         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5624         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5625         string calls together.
5626
5627         * lyxrc.C: add #include "LColor.h".
5628
5629 2003-09-15  Angus Leeming  <leeming@lyx.org>
5630
5631         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5632         a cow_ptr.
5633
5634 2003-09-15  Angus Leeming  <leeming@lyx.org>
5635
5636         * LColor.h: add an EnumLColor wrapper for LColor::color.
5637
5638         * lyxfont.[Ch] (color, setColor, realColor):
5639         * lyxtext.h, text.C (backgroundColor):
5640         pass EnumLColor args to/from the functions, rather than LColor::color
5641         ones.
5642
5643         * lyxfont.h:
5644         * lyxtext.h: forward declare EnumLColor.
5645
5646         * lyx_main.C: add #include "LColor.h".
5647
5648 2003-09-15  Angus Leeming  <leeming@lyx.org>
5649
5650         * .cvsignore: add lyx-gtk.
5651
5652 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5653
5654         * Chktex.C
5655         * LaTeX.C
5656         * LaTeXFeatures.C
5657         * ParagraphParameters.C
5658         * Spacing.C
5659         * buffer.C
5660         * bufferparams.C
5661         * bufferview_funcs.C
5662         * chset.C
5663         * counters.C
5664         * funcrequest.C
5665         * lyxfont.C
5666         * lyxgluelength.C
5667         * lyxlength.C
5668         * paragraph.C
5669         * paragraph_funcs.C
5670         * text3.C
5671         * vc-backend.C: remove usage of STRCONV
5672
5673 2003-09-15  Angus Leeming  <leeming@lyx.org>
5674
5675         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5676         explicitly define the color passed to the painter.
5677
5678 2003-09-15  Angus Leeming  <leeming@lyx.org>
5679
5680         * bufferparams.C (BufferParams): reorder member initializers to avoid
5681         compiler warning.
5682
5683 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5684
5685         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5686         * text.C (updateRowPositions): remove an unusual nop
5687
5688 2003-09-12  André Pönitz  <poenitz@gmx.net>
5689
5690         * BufferView_pimpl.C:
5691         * Bullet.C:
5692         * layout.h:
5693         * lyxfunc.C:
5694         * lyxlayout.[Ch]:
5695         * lyxtextclass.C:
5696         * rowpainter.C:
5697         * text.C:
5698         * text2.C:
5699         * Counters.[Ch]: finish the 'automatic counters' job
5700
5701 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5702
5703         * aspell.C: include <boost/assert.cpp> (compile fix)
5704
5705 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5706
5707         * boost.C (assertion_failed): use lyx::support::abort instead of
5708         assert.
5709
5710 2003-09-10  Angus Leeming  <leeming@lyx.org>
5711
5712         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5713         with their _fwd progeny.
5714
5715 2003-09-09  Angus Leeming  <leeming@lyx.org>
5716
5717         134 files throughtout the source tree: replace 'using namespace abc;'
5718         directives with the appropriate 'using abc::xyz;' declarations.
5719
5720 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5721
5722         * boost.C (emergencyCleanup): moved here from LAssert.c
5723         (assertion_failed): new function, called by BOOST_ASSERT
5724
5725         * several files: change Assert to BOOST_ASSERT
5726
5727 2003-09-09  Angus Leeming  <leeming@lyx.org>
5728
5729         * buffer.[Ch]: Add an Impl class and move Buffer's member
5730         variables into it. As a result move several header files out of
5731         buffer.h.
5732
5733         Add header files to lots of .C files all over the tree as a result.
5734
5735 2003-09-09  Angus Leeming  <leeming@lyx.org>
5736
5737         * buffer.[Ch]: make Buffer's member variables private. Add
5738         accessor functions.
5739
5740         Lots of changes all over the tree as a result.
5741
5742 2003-09-08  Angus Leeming  <leeming@lyx.org>
5743
5744         * graph.C: #include <config.h>.
5745
5746 2003-09-08  Angus Leeming  <leeming@lyx.org>
5747
5748         * BranchList.C:
5749         * BufferView.C:
5750         * BufferView_pimpl.C:
5751         * CutAndPaste.C:
5752         * DepTable.C:
5753         * LaTeX.C:
5754         * LaTeXFeatures.C:
5755         * LyXAction.C:
5756         * MenuBackend.C:
5757         * TextCache.C:
5758         * aspell.C:
5759         * buffer.C:
5760         * bufferlist.C:
5761         * changes.C:
5762         * chset.C:
5763         * converter.C:
5764         * counters.C:
5765         * debug.C:
5766         * graph.C:
5767         * ispell.C:
5768         * lyx_cb.C:
5769         * lyxfind.C:
5770         * lyxfunc.C:
5771         * lyxlex_pimpl.C:
5772         * lyxrc.C:
5773         * lyxrow.C:
5774         * paragraph.C:
5775         * rowpainter.C:
5776         * texrow.C:
5777         * text.C:
5778         * text2.C:
5779         * toc.C: remove redundant using directives.
5780
5781 2003-09-07  Angus Leeming  <leeming@lyx.org>
5782
5783         * LaTeXFeatures.h: remove #include "support/types.h".
5784         * ToolbarBackend.h: remove #include <algorithm>.
5785         * changes.h: remove #include <ctime>.
5786         * debug.h: remove #include <iosfwd>.
5787         * graph.h: remove #include "support/std_string.h".
5788         * lyx_main.h: remove #include <csignal>.
5789         * lyxlex_pimpl.h: remove #include <fstream>.
5790         * sgml.h: remove #include <algorithm>, <utility>.
5791         * toc.h: remove #include "support/std_ostream.h".
5792         Add #include <iosfwd>.
5793
5794 2003-09-07  Angus Leeming  <leeming@lyx.org>
5795
5796         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5797
5798         * converter.h: forward declare LatexRunParams.
5799         * encoding.h: remove #include "lyxrc.h".
5800         * lyxtext.h: remove #include "LColor.h".
5801         * lyxtextclass.h: remove #include "support/types.h".
5802         * trans.h: remove #include "tex-accent.h".
5803         * trans_mgr.h: remove #include "tex-accent.h".
5804         * insets/inset.h: remove #include "support/types.h", <vector>.
5805         * insets/insetcollapsable.h: remove #include "LColor.h".
5806         * insets/insetinclude.h: remove #include "dimension.h".
5807         * insets/insetlatexaccent.h: remove #include "dimension.h".
5808         * insets/insetoptarg.h:: remove #include "insettext.h".
5809         * insets/insettext.h: remove #include "dimension.h",
5810         <boost/shared_ptr.hpp>
5811
5812         * insets/renderers.h: add #include "dimension.h".
5813         * insets/updatableinset.h: add #include "support/types.h".
5814
5815         * many .C files: Associated changes.
5816
5817 2003-09-06  Angus Leeming  <leeming@lyx.org>
5818
5819         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5820         one, inside testInvariant.
5821
5822         * PrinterParams.C: new file.
5823         * PrinterParams.[Ch]: move the function bodies out of line.
5824
5825 2003-09-06  Angus Leeming  <leeming@lyx.org>
5826
5827         * ParagraphParameters.h: forward declare ParameterStruct rather than
5828         including its header file.
5829         (depth): moved out-of-line.
5830
5831 2003-09-06  Angus Leeming  <leeming@lyx.org>
5832
5833         * BufferView_pimpl.h:
5834         * kbmap.h:
5835         * kbsequence.h:
5836         * lyxfunc.h: forward declare LyXKeySym rather than
5837         #include "frontends/LyXKeySym.h".
5838
5839         * BufferView_pimpl.C:
5840         * kbmap.C:
5841         * kbsequence.C:
5842         * lyxfunc.C: associated changes.
5843
5844 2003-09-06  Angus Leeming  <leeming@lyx.org>
5845
5846         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5847         As a result, can remove the #include "insets/inset.h" from BufferView.h
5848
5849 2003-09-06  Angus Leeming  <leeming@lyx.org>
5850
5851         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5852         As a result, can remove the #include "insets/inset.h" from BufferView.h
5853
5854 2003-09-06  Angus Leeming  <leeming@lyx.org>
5855
5856         * buffer_funcs.C:
5857         * buffer.h:
5858         * bufferlist.C:
5859         * BufferView.C:
5860         * bufferview_funcs.C:
5861         * BufferView_pimpl.C:
5862         * CutAndPaste.C:
5863         * lyx_cb.C:
5864         * lyxfunc.C:
5865         * paragraph.h:
5866         * ParagraphParameters.C:
5867         * tabular.C:
5868         * text3.C:
5869         * toc.C:
5870         * undo_funcs.C:
5871         * frontends/controllers/ControlDocument.C:
5872         * insets/insetcaption.C: rearrange the #includes into some sort of
5873         coherent order.
5874
5875         * buffer.h: remove #includes ErrorList.h, undo.h
5876
5877 2003-09-06  Angus Leeming  <leeming@lyx.org>
5878
5879         * support/types.h: add a 'depth_type' typedef, used to store the
5880         nesting depth of a paragraph.
5881
5882         * paragraph.h:
5883         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5884         defining explicitly.
5885
5886         * buffer.h:
5887         * paragraph_funcs.h:
5888         * ParagraphParameters.h:
5889         * sgml.h: use lyx::depth_type rather than Paragraph or
5890         ParameterStruct's depth_type.
5891
5892         * buffer.h
5893         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5894
5895         * BufferView.C:
5896         * BufferView_pimpl.C:
5897         * CutAndPaste.C:
5898         * ParagraphParameters.C:
5899         * buffer_funcs.C:
5900         * bufferlist.C:
5901         * bufferview_funcs.C:
5902         * lyx_cb.C:
5903         * lyxfunc.C:
5904         * tabular.C:
5905         * text3.C:
5906         * toc.C:
5907         * undo_funcs.C:
5908         * frontends/LyXView.C:
5909         * frontends/controllers/ControlDocument.C:
5910         * frontends/controllers/ControlErrorList.C:
5911         * insets/insetbibitem.C:
5912         * insets/insetbranch.C:
5913         * insets/insetcaption.C:
5914         * insets/insetcollapsable.C:
5915         * insets/insetenv.C:
5916         * insets/insetert.C:
5917         * insets/insetfloat.C:
5918         * insets/insetfoot.C:
5919         * insets/insetfootlike.C:
5920         * insets/insetnewline.C:
5921         * insets/insetquotes.C:
5922         * insets/insettabular.C:
5923         * insets/insettext.C:
5924         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5925
5926         * frontends/controllers/ControlChanges.C: #include "changes.h".
5927
5928 2003-09-06  Angus Leeming  <leeming@lyx.org>
5929
5930         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5931         than #including paragraph.h.
5932
5933         * ParagraphList.h:
5934         * RowList.h: deleted. Superfluous.
5935
5936         * CutAndPaste.h:
5937         * iterators.h:
5938         * lyxcursor.h:
5939         * lyxtext.h:
5940         * text_funcs.h:
5941         * undo.h:
5942         * undo_funcs.h:
5943         * insets/inset.h:
5944         * insets/insettext.h: use ParagraphList_fwd.h rather than
5945         ParagraphList.h.
5946
5947         * paragraph.h: don't forward declare ParagraphList.
5948
5949         * buffer.h:
5950         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5951         rather than ParagraphList.h. paragraph.h is still needed for the
5952         Paragraph::depth_type parameters.
5953
5954         * textcursor.h: enable it to compile stand-alone in light of the
5955         above changes.
5956
5957         * bufferview_funcs.C:
5958         * iterators.C:
5959         * lyxfunc.C:
5960         * lyxrow_funcs.C:
5961         * paragraph.C:
5962         * rowpainter.C:
5963         * text.C:
5964         * text2.C:
5965         * text3.C:
5966         * text_funcs.C:
5967         * textcursor.C:
5968         * undo.C:
5969         * frontends/controllers/ControlParagraph.C:
5970         * frontends/controllers/ControlTabular.C:
5971         * insets/insetmarginal.C:
5972         * insets/insetminipage.C:
5973         * insets/insetnote.C:
5974         * insets/insetoptarg.C: add header files needed to compile again.
5975
5976 2003-09-06  Angus Leeming  <leeming@lyx.org>
5977
5978         * RowList_fwd.h: new file, forward-declaring Row rather than
5979         #including lyxrow.h.
5980
5981         * lyxrow_funcs.h:
5982         * lyxtext.h:
5983         * paragraph.h:
5984         * insets/insettext.h: use it instead of RowList.h
5985
5986         * bufferview_funcs.C:
5987         * lyxfunc.C:
5988         * lyxrow_funcs.C:
5989         * paragraph.C:
5990         * rowpainter.C:
5991         * text.C:
5992         * text2.C:
5993         * text3.C: #include "RowList.h".
5994
5995 2003-09-05  Angus Leeming  <leeming@lyx.org>
5996
5997         * factory.C (createInset):
5998         * vspace.C (c-tor): replace sscanf call with an istringstream.
5999         * ispell.C: re-add missing HP/UX headers.
6000         * lyxserver.C: re-add missing  os2 headers.
6001
6002 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
6003
6004         * BranchList.C:
6005         * graph.C:
6006         * ispell.C:
6007         * lastfiles.C:
6008         * lyx_cb.C:
6009         * lyxserver.C:
6010         * texrow.C:
6011         * text3.C: re-add missing system headers, needed for 2.95.2.
6012
6013 2003-09-05  Angus Leeming  <leeming@lyx.org>
6014
6015         Changes most place everywhere due to the removal of using directives
6016         from support/std_sstream.h.
6017
6018 2003-09-05  Angus Leeming  <leeming@lyx.org>
6019
6020         Replace LString.h with support/std_string.h,
6021         Lsstream.h with support/std_sstream.h,
6022         support/LIstream.h with support/std_istream.h,
6023         support/LOstream.h with support/std_ostream.h.
6024
6025         Changes resulting throughout the tree.
6026
6027 2003-09-05  Angus Leeming  <leeming@lyx.org>
6028
6029         * sgml.h: ensure that the header file can be compiled stand-alone.
6030         * *.C: strip out redundant #includes. (320 in total.)
6031
6032 2003-09-04  Angus Leeming  <leeming@lyx.org>
6033
6034         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
6035         here (from getPackages).
6036
6037         * debug.[Ch]: add a new EXTERNAL tag.
6038
6039 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6040
6041         * text2.C (cursorEnd): simplify
6042         (setCursor): adjust
6043         (getColumnNearX): adjust
6044
6045         * text.C (computeBidiTables): adjust
6046         (fill): adjust
6047
6048         * rowpainter.C (paintChars): adjust
6049         (paintSelection): adjust
6050         (paintChangeBar): adjust
6051         (paintText): adjust
6052
6053         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
6054         lastPos instead.
6055         (numberOfSeparators): adjust
6056
6057 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6058
6059         * LyXAction.C:
6060         * box.[Ch]:
6061         * lfuns.h:
6062         * lyxfunc.C:
6063         * text3.C: Restricts the mouse click functionality
6064         of insets like bibtex, include, toc and floatlist to the visible
6065         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
6066         up the dialogs. Cursor has to be in front of the inset (i.e.
6067         start of row) for this to function.
6068
6069 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6070
6071         * bufferview_funcs.C (currentState): output row information
6072
6073 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6074
6075         * bufferview_funcs.C (currentState): output paragraph position
6076
6077 2003-09-04  Angus Leeming  <leeming@lyx.org>
6078
6079         * FloatList.h: move out #include "Floating.h".
6080         * LaTeX.h: move out #include "DepTable.h".
6081         * LyXAction.h: move out #include "funcrequest.h".
6082         * buffer.h: move out #include "author.h", "iterators.h".
6083         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
6084         * lyx_main.h: move out #include "errorlist.h".
6085         * lyxfunc.h: move out #include "FuncStatus.h".
6086         * lyxtext: move out #include "lyxcursor.h".
6087         * paragraph_pimpl.h: move out #include "counters.h".
6088
6089 2003-09-03  Angus Leeming  <leeming@lyx.org>
6090
6091         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
6092         preamble_snippets list, enabling us to add snippets to the preamble
6093         only if the snippet was not there already.
6094
6095 2003-09-04  Angus Leeming  <leeming@lyx.org>
6096
6097         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
6098
6099 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6100
6101         * lyxfunc.C (dispatch): if fitCursor did something be sure to
6102         update
6103
6104 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
6105
6106         * BranchList.C: point fix, earlier forgotten
6107
6108 2003-09-02  Angus Leeming  <leeming@lyx.org>
6109
6110         * box.C (contains): renamed from 'contained' after a fantastic
6111         amount of hot air.
6112
6113 2003-09-02  John Levon  <levon@movementarian.org>
6114
6115         * BufferView.C:
6116         * lyxcursor.h:
6117         * lyxcursor.C:
6118         * lyxfunc.C:
6119         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
6120
6121 2003-09-02  John Levon  <levon@movementarian.org>
6122
6123         * text2.C: simplification of cursorEnd(), including partial
6124         fix for bug 1376
6125
6126 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6127
6128         * buffer.C (readFile): add a space
6129
6130 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
6131
6132         * BufferView_pimpl.C (update): remove bogus fitCursor() call
6133
6134 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6135
6136         * buffer.C (readFile): new function, take a filename and a
6137         ParagraphList::iterator
6138         (readFile): adjust
6139         (readFile): adjust, make it private. don't use setStream, make
6140         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
6141         always contain the filename.
6142
6143         * BufferView.C (insertLyXFile): simplify and make it work for
6144         gzipped files.
6145
6146 2003-08-30  John Levon  <levon@movementarian.org>
6147
6148         * Makefile.am: fix dist (from Kayvan)
6149
6150 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6151
6152         * most files: change to use const Buffer refs
6153
6154 2003-08-27  André Pönitz  <poenitz@gmx.net>
6155
6156         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
6157         on top of ownerPar().
6158
6159 2003-08-27  John Levon  <levon@movementarian.org>
6160
6161         * funcrequest.C: properly initialise POD members
6162
6163 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6164
6165         * lyxtext.h (top_y): move top_y from here
6166         * text.C:
6167         * text2.C:
6168         * text3.C:
6169         * BufferView.[Ch]:
6170         * BufferView_pimpl.[Ch]: to here
6171         * frontends/screen.C:
6172         * insets/insettabular.C:
6173         * insets/insettext.C: adjust
6174         * rowpainter.[Ch] (paintRows): remove LyXText & argument
6175
6176 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
6177
6178         * BufferView.[Ch]:
6179         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6180
6181 2003-08-26  André Pönitz  <poenitz@gmx.net>
6182
6183         * paragraph_func.[Ch] (outerPar): new function
6184
6185         * paragraph.C:
6186         * paragraph_funcs.C:
6187         * paragraph_funcs.h:
6188         * paragraph_pimpl.C:
6189         * text2.C: remove Inset::par_owner
6190
6191 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
6192
6193         * lyxrow_funcs.C:
6194         * lyxtext.h:
6195         * text.C:
6196         * text2.C: eliminates the needFullRow/display() stuff
6197         altogether, putting the logic in metrics/draw in the insets.
6198
6199 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
6200
6201         * text2.C (redoParagraphInternal, redoParagraphs):
6202         * text.C (redoParagraph): add a call to updateRowPositions at the
6203         end of each 'metrics-like' call. Remove all others.
6204         (getRow): remove the 'y-computing' version.
6205         (getRowNearY): do not compute nor return the real y. Solve the
6206         'y < 0' problem and simplify.
6207
6208 2003-08-22  Angus Leeming  <leeming@lyx.org>
6209
6210         * *.[Ch]: clean-up of licence and author blurbs.
6211         Also move config.h out of a few .h files and into a few .C files.
6212
6213 2003-08-22  André Pönitz  <poenitz@gmx.net>
6214
6215         * lyxrow.[Ch]: add x_ and *fill_ members
6216
6217         * lyxtext.h:
6218         * text.C:
6219         * rowpainter.C:
6220         * text2.C: adjust/remove prepareToPrint() calls
6221
6222 2003-08-22  André Pönitz  <poenitz@gmx.net>
6223
6224         * lyxrow.[Ch]: add  end_ member
6225
6226         * lyxrow_funcs.C: use LyXRow::end_
6227
6228         * lyxtext.h (singleWidth): add LyXFont parameter
6229
6230         * rowpainter.C:
6231         * text2.C: adjust LyXText::singleWidth() calls
6232
6233         * text.C (redoParagraph): simplify row breaking logic
6234
6235
6236 2003-08-19  André Pönitz  <poenitz@gmx.net>
6237
6238         * funcrequest.C: initialize button_ member
6239
6240         * text3.C:
6241         * rowpainter.[Ch]: interface consolidation
6242
6243 2003-08-18  André Pönitz  <poenitz@gmx.net>
6244
6245         * BufferView.C:
6246         * BufferView_pimpl.C:
6247         * lyxfind.C:
6248         * paragraph_funcs.C:
6249         * rowpainter.C:
6250         * text3.C: remove LyXScreen::draw() and fitCursor calls
6251
6252         * BranchList.h: remove spurious semicolons
6253
6254         * MenuBackend.C: fix branchlist related crash
6255
6256 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
6257
6258         * BranchList.[Ch]:
6259         * InsetList.[Ch]:
6260         * LColor.[Ch]:
6261         * LyXAction.C:
6262         * Makefile.am:
6263         * MenuBackend.[Ch]:
6264         * bufferparams.[Ch]:
6265         * factory.C:
6266         * lfuns.h:
6267         * lyxfunc.C:
6268         * text3.C: implements the 'branch inset'
6269         idea. This allows the output of various versions of a document
6270         from a single source version, selectively outputing or suppressing
6271         output of parts of the text.
6272         This implementation contains a 'branch list editor' in a separate
6273         tab of the document settings dialog. Branches are user definable
6274         and have a "display colour" to distinguish them on-screen.
6275
6276         ColorHandler was somewhat cleaned up.
6277         (1) make possible a dynamically growing LColor list by allowing
6278         the graphic context cache to grow along (vector);
6279         (2) eliminate an IMHO unnecessary step in colour allocation.
6280
6281 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6282
6283         * BufferView_pimpl.C: compile fix
6284
6285 2003-08-15  André Pönitz  <poenitz@gmx.net>
6286
6287         * rowpainter.C: remove extra metrics calls
6288
6289         * lyxtext.h: merge the two constructors into a single one,
6290           pass reference to owner's par list
6291
6292         * BufferView_pimpl.C:
6293         * text.C:
6294         * text2.C: adjust
6295
6296 2003-08-15  André Pönitz  <poenitz@gmx.net>
6297
6298         * lyxrow_funcs.[Ch]:
6299         * lyxtext.h:
6300         * paragraph.h:
6301         * paragraph_funcs.C:
6302         * rowpainter.C:
6303         * text.C:
6304         * text2.C:
6305         * text3.C:
6306         * text_funcs.C: split LyXText::rowlist_ into individual
6307         Paragraph::rows_ chunks
6308
6309         * BufferView.[Ch]:
6310         * BufferView_pimpl.[Ch]:
6311         * lyxfind.C:
6312         * lyxtext.h:
6313         * text3.C: remove toggleSelection()
6314
6315 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6316
6317         * bufferlist.C: beautify two alerts (shorter text of buttons)
6318         * buffer.C: Remove redundant ' ' from message
6319         * tabular.h:
6320         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6321         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6322         rename VALIGN_CENTER to VALIGN_MIDDLE
6323
6324 2003-08-11  André Pönitz  <poenitz@gmx.net>
6325
6326         * lyxtext.h (getPar):
6327         * text.C: new function
6328
6329 2003-08-11  André Pönitz  <poenitz@gmx.net>
6330
6331         * Makefile.am:
6332         * tracer.[Ch]: remove unneeded files
6333
6334         * InsetList.[Ch]: remove resizeInsetsLyXText()
6335
6336         * lyxtext.h:
6337         * text.C:
6338         * text2.C:
6339         * text3.C: merge insertParagraphs() and appendParagraph()
6340         remove breakAgain(), update()
6341
6342         * BufferView_pimpl.[Ch]:
6343         * bufferview_funcs.[Ch]:
6344         * lyxfunc.C:
6345         * paragraph.[Ch]:
6346         * rowpainter.C:
6347         * tabular.C: adjust after text & InsetList changes.
6348
6349 2003-08-08  André Pönitz  <poenitz@gmx.net>
6350
6351         * text.C (insertChar, backspace): replace rowlist fiddling
6352         with rebreak of full par
6353
6354         * lyxtext.h:
6355         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6356         checkParagraph, updateInset): removed
6357
6358 2003-08-07  André Pönitz  <poenitz@gmx.net>
6359
6360         * paragraph.C:
6361         * text3.C: merge some LFUN handlers, remove dead code
6362
6363 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6364
6365         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6366
6367 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6368
6369         * text2.C (DEPM): fix part of bug 1255 and 1256
6370
6371 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6372
6373         * BufferView_pimpl.C (workAreaDispatch): change to use
6374         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6375         that are no mouse related.
6376
6377 2003-08-05  André Pönitz  <poenitz@gmx.net>
6378
6379         * BufferView.[Ch]:
6380         * BufferView_pimpl.[Ch]:
6381         * bufferview_funcs.C:
6382         * text2.C:
6383         * text3.C: rip out "deep update"
6384
6385         * textcursor.[Ch] (last_sel_cursor): remove unused member
6386
6387 2003-08-04  André Pönitz  <poenitz@gmx.net>
6388
6389         * BufferView.[Ch]:
6390         * BufferView_pimpl.[Ch]:
6391         * ParagraphParameters.C:
6392         * bufferview_funcs.C:
6393         * lyx_cb.C:
6394         * lyxfind.C:
6395         * lyxfunc.C:
6396         * text.C:
6397         * text2.C:
6398         * text3.C: replace "complicated" BufferView::update(...) calls with
6399         simpler ones.
6400
6401         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6402
6403 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6404
6405         * Makefile.am (lyx_SOURCES): add paper.h
6406
6407 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6408
6409         * Makefile.am: move things around so that both lyx-qt and
6410         lyx-xforms can be built (according to --with-frontend). Then lyx
6411         is a symbolic link to lyx-[firstfrontend]
6412
6413 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6414
6415         * Always use std::endl with lyxerr
6416
6417 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6418
6419         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6420
6421 2003-08-01  André Pönitz  <poenitz@gmx.net>
6422
6423         * BufferView.[Ch]:
6424         * BufferView_pimpl.[Ch]:
6425         * lyxfunc.C:
6426         * text3.C: merge BufferView::repaint() and BufferView::update()
6427
6428 2003-08-01  José Matos  <jamatos@lyx.org>
6429
6430         * buffer.[Ch]: file_format is no longer a buffer data element.
6431
6432 2003-08-01  André Pönitz  <poenitz@gmx.net>
6433
6434         * BufferView.C:
6435         * lyxtext.h:
6436         * text.C:
6437         * text2.C: make redoParagraph more independent of current cursor
6438
6439         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6440         * text.C:
6441         * text2.C: remove unneeded members
6442
6443 2003-07-30  André Pönitz  <poenitz@gmx.net>
6444
6445         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6446
6447         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6448           create a single function...
6449
6450         * paragraph_funcs.C (moveItem): ... here.
6451
6452         * text.C:
6453           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6454
6455 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6456
6457         * LColor.[Ch]: Add comment and greyedout logical colors.
6458
6459 2003-07-30  André Pönitz  <poenitz@gmx.net>
6460
6461         * tabular.C: don't use Assert too heavily. This crashes where it
6462           shouldn't
6463
6464 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6465
6466         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6467         is disabled (bug 1232)
6468
6469 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6470
6471         * factory.C: limited 'arg' scope
6472
6473 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6474
6475         * factory.C: fixed Note submenu issues
6476
6477 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6478
6479         * factory.C: submenu for Note/Comment/Greyedout
6480
6481 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6482
6483         * lyx_main.C (LyX):
6484         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6485
6486 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6487
6488         * LaTeXFeatures.C:
6489         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6490         greyedout. Patch provided by Jürgen Spitzmüller.
6491
6492 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6493
6494         * kbmap.C (read): fix error message when reading bind files
6495
6496 2003-07-29  Angus Leeming  <leeming@lyx.org>
6497
6498         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6499         certainly does not do what it purports to do. I am doing it, and
6500         us, a favour by killing it.
6501
6502 2003-07-28  José Matos  <jamatos@lyx.org>
6503
6504         * buffer.C (readBody, do_writeFile):
6505         * paragraph.C(readParagraph): \end_document replaces \the_end.
6506
6507 2003-07-29  André Pönitz  <poenitz@gmx.net>
6508
6509         * BufferView.[Ch]:
6510         * BufferView_pimpl.[Ch]:
6511         * lyxfunc.C:
6512         * text2.C:
6513         * text3.C:
6514         * textcursor.[Ch]: remove toggleToggle & Co
6515
6516 2003-07-28  José Matos  <jamatos@fep.up.pt>
6517
6518         * buffer.C (readParagraph):
6519         * params_func (readParToken, readParagraph):
6520         * paragraph.C (write): \layout -> \begin_layout.
6521
6522 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6523
6524         * lyxlex_pimpl.C (setFile): clean up slightly.
6525
6526         * bufferparams.h: add compressed var
6527
6528         * buffer_funcs.C (readFile): adjust for LyXLex change
6529         (newFile): ditto + simplify
6530
6531         * buffer.C (writeFile): handle writing of compressed files
6532
6533         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6534         Check if the file is compressed and set a bufferparm if so.
6535
6536         * Makefile.am (lyx_LDADD): remove explicit -lz
6537
6538 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6539
6540         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6541         makeDocBookFile): put the real LyX version in the first line of
6542         the file
6543
6544         * version.h:
6545         * version.C.in: remove lyx_docversion
6546
6547         * tabular.C (write_attribute): add a template-based version to
6548         write enums properly
6549
6550 2003-07-28  André Pönitz  <poenitz@gmx.net>
6551
6552         * lyxtext.h:
6553         * text.C:
6554         * text2.C:
6555         * text3.C: use doubles again for x-coordinates. They are needed.
6556
6557 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6558
6559         * messages.C (getLocaleDir): use lyx_localedir()
6560
6561         * lyxlex_pimpl.C (setFile): compress stuff
6562
6563         * buffer.C (writeFile): add some compression stuff
6564         (do_writeFile): new func, dont call expliti close... will this
6565         breake anything?
6566
6567         * Makefile.am (lyx_LDADD): add -lz
6568
6569 2003-07-28  José Matos  <jamatos@fep.up.pt>
6570
6571         * buffer.C: increment file format.
6572         * paragraph_funcs (readParagraph, readParToken):
6573         * paragraph.C (readParagraph): add \end_layout.
6574
6575 2003-07-27  Angus Leeming  <leeming@lyx.org>
6576
6577         * Makefile.am: remove special casing for configure-time setting of
6578         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6579
6580         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6581         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6582
6583 2003-07-26  André Pönitz  <poenitz@gmx.net>
6584
6585         * paragraph_func.[Ch]:
6586         * paragraph.C (realizeFont): inline it whereever it is used
6587
6588         * rowpainter.C:
6589         * text.C:
6590         * text2.C:
6591         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6592
6593
6594 2003-07-26  André Pönitz  <poenitz@gmx.net>
6595
6596         *       lyxtext.h:
6597         * text.C:
6598         * text2.C: get rid of LyXText::need_break_row
6599
6600 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6601
6602         * toc.[Ch]: put namespace toc inside namespace lyx
6603
6604         * MenuBackend.C (expandToc2): adjust for lyx::toc
6605         (expandToc): ditto
6606
6607         * lyxfunc.C (dispatch): adjust for lyx::find
6608
6609         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6610         lyx::find instead. Reorganize a bit.
6611         (LyXReplace): rename to replace
6612         (LyXFind): rename to find
6613
6614         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6615         (dispatch): ditto
6616
6617 2003-07-26  André Pönitz  <poenitz@gmx.net>
6618
6619         * text.C (setHeightOfRow): restrict scope of temporary variable
6620
6621         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6622           code (never has been used?)
6623
6624 2003-07-27  Asger Alstrup  <alstrup@local>
6625
6626         * text.C (fill): Optimise algorithm to exploit that we can reuse
6627         the LyXFont for many characters.
6628         (setHeightOfRow): Same thing.
6629         (rowBreakPoint): Same thing.
6630
6631 2003-07-26  Asger Alstrup  <alstrup@local>
6632
6633         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6634
6635         * text.C (singleWidth): Spurious font copying in hot-spot
6636         singleWidth avoided. Reorder tests for arabic for efficiency.
6637
6638         * text.C (fill): handle empty paragraphs better.
6639
6640 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6641
6642         * ispell.C:
6643         * encoding.h: add includes
6644
6645         * lyxrc.C: remove reading of bind files
6646
6647         * lyx_main.C (init): setup bindings and menus only if we have a
6648         gui.
6649
6650         * kbmap.C (read): new method. Do the actual reading of bind
6651         files.
6652
6653         * converter.C (dvipdfm_options):
6654         * bufferparams.C:
6655         * lyxrc.C (read):
6656         (output): adapt PAPER_* enums.
6657
6658         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6659
6660         * bufferparams.h: remove paper-related enums from there
6661
6662         * paper.h: New file. A trivial header file to hold paper-related
6663         enums. It should later expand to contain many paper-related
6664         horrors access.
6665
6666         * lyxrc.C: declare extern displayTranslator
6667
6668 2003-07-27  José Matos  <jamatos@fep.up.pt>
6669
6670         * tabular.[Ch] (linuxdoc): add support for tables and figures
6671         (linuxdoc).
6672
6673 2003-07-27  José Matos  <jamatos@fep.up.pt>
6674
6675         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6676         consistency in both functions.
6677         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6678
6679 2003-07-26  Asger Alstrup  <alstrup@local>
6680
6681         * rowpainter.C (paintRows): Change algorithm to work directly on
6682         the insets rather than asking every character in the document
6683         whether its an inset.
6684
6685 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6686
6687         * buffer.C (openFileWrite): factorize some code
6688
6689 2003-07-26  Angus Leeming  <leeming@lyx.org>
6690
6691         * lyx_cb.C:
6692         * lyx_main.[Ch]: replace occurances of system_tempdir with
6693         os::getTmpDir().
6694
6695 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6696
6697         * rename Inset to InsetOld
6698
6699 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6700
6701         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6702         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6703         which I think is a bit clearer. EDIT is gone, since it was
6704         premature optimisation, and broken for mathed anyway.
6705         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6706         with cursor positioning in insets as well (math insets still do not
6707         work, but that's a different story anyway.) It mysteriously
6708         crashes sometimes with undo in the first paragraph, but I'm fairly
6709         confident that this is a compiler bug.
6710
6711 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6712
6713         * paragraph.C (Paragraph): adjust for new clone return type
6714         (operator==): ditto
6715         (copyIntoMinibuffer): ditto
6716
6717 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6718
6719         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6720         by not having a special case, and always doing a full rebreak of
6721         the document after undo.
6722
6723 2003-07-23  Angus Leeming  <leeming@lyx.org>
6724
6725         * factory.C (createInset): InsetExternal::setParams now takes a
6726         Buffer const * arg.
6727
6728 2003-07-23  Angus Leeming  <leeming@lyx.org>
6729
6730         * factory.C (createInset): changed interface to the external and
6731         graphics mailers' string2params functions.
6732
6733 2003-07-23  Angus Leeming  <leeming@lyx.org>
6734
6735         * factory.C (createInset): pass a
6736         Buffer const * parameter to InsetExternalMailer's string2params.
6737
6738 2003-07-22  John Levon  <levon@movementarian.org>
6739
6740         * Thesaurus.h: include the right aiksaurus header
6741
6742 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6743
6744         * MenuBackend.C (expand): check menu shortcuts unconditionally
6745
6746 2003-07-21  Angus Leeming  <leeming@lyx.org>
6747
6748         * factory.C (createInset): pass a
6749         buffer_path parameter to InsetGraphicsMailer's string2params.
6750
6751 2003-07-21  Angus Leeming  <leeming@lyx.org>
6752
6753         * BufferView_pimpl.C (buffer):
6754         * buffer.C (d-tor):
6755         * lyx_main.C (LyX):
6756         * lyxfunc.C (dispatch):
6757         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6758         rather than the grfx shortcut.
6759
6760 2003-07-21  André Pönitz  <poenitz@gmx.net>
6761
6762         * rowpainter.C: remove unused variables
6763
6764         * tabular_funcs.C:
6765         * tabular_funcs.h: move to tabular.C
6766         * Makefile.am: adjust
6767
6768         * tabular.[Ch]: basic optical cleaning
6769
6770         * author.h: pass references, not values
6771
6772 2003-07-18  André Pönitz  <poenitz@gmx.net>
6773
6774         * lyxtext.h:
6775         * metricsinfo.C:
6776         * metricsinfo.h:
6777         * rowpainter.C:
6778         * text.C:
6779         * text2.C:
6780         * text3.C: two-phase drawing for InsetText and InsetTabular
6781         some float -> int changes.
6782
6783 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6784
6785         * lyx_main.C: fix the fix
6786
6787 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6788
6789         * lyx_main.C: fix a crash in batch mode if no files specified
6790         * converter.C: ws
6791
6792 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6793
6794         * format.[Ch] (papersize): moved to BufferParams
6795         * converter.[Ch] (dvips_options): moved to BufferParams
6796         (dvipdfm_options): moved to anon namespace
6797         * bufferparams.[Ch]: added above functions.
6798
6799 2003-07-17  André Pönitz  <poenitz@gmx.net>
6800
6801         * lyxtext.h:
6802         * rowpainter.C:
6803         * text2.C: don't call inset->update() anymore
6804
6805         * metricsinfo.[Ch]: add convenience constructor
6806
6807 2003-07-16  André Pönitz  <poenitz@gmx.net>
6808
6809         * lyxcursor.[Ch]:
6810         * lyxfunc.[Ch]:
6811         * text.C:
6812         * text2.C: replace the LyXCursor::irow_ member with
6813          on-demand computation of the value
6814
6815 2003-07-16  John Levon  <levon@movementarian.org>
6816
6817         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6818
6819 2003-07-15  André Pönitz  <poenitz@gmx.net>
6820
6821         * text.C:
6822         * text2.C: remove no more needed refresh_row
6823
6824 2003-07-15  André Pönitz  <poenitz@gmx.net>
6825
6826         * lyxtext.h:
6827         * rowpainter.C:
6828         * text2.C:
6829         * text3.C: refresh_status tristate -> need_update bool
6830
6831 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6832
6833         * lyxtext.h (init): remove reinit argument (act as if always true)
6834         * text2.C: adjust to that
6835
6836 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6837
6838         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6839         * text3.C: use it to delete selections in some cases
6840         (bugs 441, 673, 702, 954).
6841
6842 2003-07-14  André Pönitz  <poenitz@gmx.net>
6843
6844         * rowpainter.[Ch]: reduce interface
6845
6846 2003-07-14  André Pönitz  <poenitz@gmx.net>
6847
6848         * BufferView_pimpl.C:
6849         * text2.C: adjust after removing unused BufferView * argument
6850
6851 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6852
6853         * text2.C (init): fix a crash fired on resize
6854
6855 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6856
6857         * buffer.[Ch]: added new closing signal
6858         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6859         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6860         BufferView::Pimpl via the closing the signal
6861
6862 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6863
6864         * buffer.[Ch]: take out all bv-related from buffer
6865         * BufferView.C:
6866         * BufferView_pimpl.[Ch]: connect to new signals
6867         * CutAndPaste.C: removed useless asserts
6868         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6869         * lyxvc.[Ch]:
6870         * vc-backend.[Ch]:
6871         * lyxfunc.C: moved view-related funciontality from vc here
6872         * paragraph.C: removed outdated comments
6873         * text.C: ws
6874
6875 2003-07-10  André Pönitz  <poenitz@gmx.net>
6876
6877         * BufferView_pimpl.C:
6878         * tabular.h:
6879         * tabular_funcs.C:
6880         * text.C:
6881         * text2.C: remove InsetText::InnerCache, clean up consequences
6882
6883 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6884
6885         * ispell.C: fix two typos in error messages
6886
6887 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6888
6889         * Extend Note inset to other forms of annotation like Comment
6890         and Greyedout. Right button click gives dialog.
6891
6892         Files modified or added (+):
6893
6894         * insetnote.[Ch]
6895         * FormNote.[Ch]      +
6896         * ControlNote.[Ch]   +
6897         * form_note.fd       +
6898         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6899         frontends/controllers
6900         * xforms/Dialogs.C
6901         * factory.C
6902
6903 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6904
6905         * aspell.C: add missing namespace lyx::support
6906
6907 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6908
6909         * BufferView.[Ch] (newFile): Add
6910         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6911         * LaTeX.[Ch] (message): added this signal and use it
6912         * buffer.[Ch] (busy, message): added these signals and use them
6913         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6914         * converter.C:
6915         * exporter.C:
6916         * format.C:
6917         * importer.C: use buffer signals instead of direct bv calling
6918         * lyx_cb.[Ch] (ShowMessage): removed
6919         * lyx_main.C:
6920         * lyxfunc.C:
6921         * paragraph_funcs.C:
6922         * text2.C: use buffer signals
6923
6924 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6925
6926         * introduce namespace lyx::graphics
6927
6928 2003-07-02  André Pönitz  <poenitz@gmx.net>
6929
6930         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6931
6932 2003-07-01  André Pönitz  <poenitz@gmx.net>
6933
6934         * text.C:
6935         * text2.C:
6936         * text3.C:
6937         * text_funcs.[Ch]:
6938         * textcursor.h:
6939         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6940           text*.C to text_func.C
6941
6942 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6943
6944         * introduce namespace lyx::support
6945
6946 2003-06-30  André Pönitz  <poenitz@gmx.net>
6947
6948         * Chktex.C:
6949         * funcrequest.C:
6950         * lyxtext.h:
6951         * text.C: re-enable --with-included-string
6952
6953 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6954
6955         * textcursor.C: add <config.h>
6956
6957         * text.C (getWord): remove const from word_location arg
6958
6959         * lyxvc.C (getLogFile): fix const type order
6960
6961         * lyxtext.h: remove const from word_location arg, add arg name
6962
6963         * lyxlayout.h: currect type on labeltype.
6964
6965         * importer.C: correct \file
6966
6967         * converter.C (intToFormat): use std:: on ret val, ws changes
6968
6969         * bufferlist.h: correct \file
6970
6971         * buffer.C (makeLinuxDocFile): fix const type order
6972         (makeDocBookFile): ditto
6973         (fillWithBibKeys): use std:: on stdlib args.
6974
6975         * CutAndPaste.C: fix authors.
6976         (availableSelections): use std:: on return vector
6977
6978 2003-06-27  André Pönitz  <poenitz@gmx.net>
6979
6980         * BufferView_pimpl.C:
6981         * bufferview_funcs.C:
6982         * lyxcursor.C:
6983         * lyxcursor.h:
6984         * lyxfunc.C:
6985         * lyxtext.h:
6986         * rowpainter.C:
6987         * text.C:
6988         * text2.C:
6989         * text3.C: remove LyXCursor::row_ member
6990
6991         * lyxtext.h:
6992         * text.C: rename fullRebreak() to partialRebreak() and implement
6993           a fullRebreak() that really bereks fully
6994
6995         * textcursor.h: new struct for cursor-related data
6996
6997 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6998
6999         * lyx_main.C (LyX): get full path of document loaded on the
7000         command line
7001
7002 2003-06-26  André Pönitz  <poenitz@gmx.net>
7003
7004         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
7005           remove unused/broken operator>,<,>=.
7006
7007         *       text.C: remove only use of broken operator<= in an Assert().
7008
7009 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7010
7011         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
7012         moved errorlist_.clear to showErrorList
7013
7014 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
7015
7016         * converter.C (scanLog, runLaTeX):
7017         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
7018         move the bv->showErrorList call to the callers
7019         * lyxfunc.C: i.e. here...
7020         * text2.C: and here
7021         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
7022         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
7023         namespace, the second to...
7024         * buffer_funcs (BufferFormat, parseErrors): added
7025         * errorlist.C (ErrorList(TeXErrors const &)): removed
7026
7027 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7028
7029         * ToolbarBackend.C (getIcon): complain when icon cannot be found
7030
7031 2003-06-24  "Garst R. Reese" <reese@isn.net>
7032
7033         * debug.C: fix typo
7034
7035 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7036
7037         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
7038
7039         * version.C.in: change docversion to 1.4
7040
7041 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
7042
7043         * buffer.C: fix a bug just introduced
7044
7045 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
7046
7047         * buffer.[Ch]: added the parseError signal and use it, removed
7048         sgmlError
7049         * BufferView.[Ch] (addError): moved to ...
7050         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
7051         to the Buffer::parseError signal to catch (guess what) parse errors
7052         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
7053
7054 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
7055
7056         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
7057         ability to create a buffer and to return an existing one from
7058         the list. Moved these functions to...
7059         * buffer_funcs.[Ch]: added
7060         * BufferView.[Ch] (loadLyXFile): added
7061         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
7062         job removed from bufferlist::loadLyXFile.
7063         * buffer.C (setReadOnly): make it work without view
7064         (i.e added an if (users))
7065
7066 2003-06-19  Angus Leeming  <leeming@lyx.org>
7067
7068         * lfuns.h:
7069         * LyXAction.C (init):
7070         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
7071         with LFUN_DIALOG_SHOW <name> <data>.
7072
7073 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7074
7075         * CutAndPaste.C (availableSelections): small compilation fix for
7076         ancient (gcc 2.9x) compilers
7077
7078 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
7079
7080         * text3.C (cursorNext): add tmp var
7081
7082         * text2.C (updateCounters): for function calling out of for clause
7083         (replaceSelectionWithString): ditto
7084         (insertStringAsParagraphs): ditto
7085         (getColumnNearX): add tmp var
7086         (setCursorFromCoordinates): add tmp var
7087         (cursorDownParagraph): add tmp var
7088         (deleteEmptyParagraphMechanism): add tmp var
7089
7090         * text.C (insertChar): add tmp var
7091
7092         * rowpainter.C (paintDepthBar): add tmp var
7093
7094         * CutAndPaste.C (availableSelections): potentially check all
7095         paragraphs in a cut to fill the shown strings.
7096
7097 2003-06-18  André Pönitz  <poenitz@gmx.net>
7098
7099         * kbmap.[Ch]: use vector<> instead of list<>
7100
7101 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7102
7103         * text3.C (dispatch): handle arg to LFUN_PASTE, call
7104         pasteSelection with index
7105
7106         * text2.C (pasteSelection): modify, call pasteSelection with index
7107
7108         * paragraph.C (asString): reimplement version with no interval to
7109         call the one with interval.
7110
7111         * lyxtext.h: add index arg to pasteSelection
7112
7113         * MenuBackend.C (MenuItem): handle PasteRecent
7114         (Menu::read::Menutags): add md_pasterecent
7115         (read): handle it
7116         (expandPasteRecent): new function
7117         (expand): use it
7118
7119         * MenuBackend.h: add PasteRecent to MenuItem::Kind
7120
7121         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
7122         the limited stack
7123         (availableSelections): new function
7124
7125 2003-06-17  Angus Leeming  <leeming@lyx.org>
7126
7127         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
7128
7129 2003-06-17  Angus Leeming  <leeming@lyx.org>
7130
7131         * lfuns.h:
7132         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
7133
7134         * lyxfunc.C (dispatch): invoke it.
7135
7136 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7137
7138         * iterators.C (operator++, ParPosition): reintroduce some
7139         const_cast for the benefit of older compilers.
7140
7141 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7142
7143         * text3.C (dispatch): do not modify clipboard when doing
7144         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
7145         LFUN_DELETE_SKIP on a selection selection
7146
7147 2003-06-16  André Pönitz  <poenitz@gmx.net>
7148
7149         * BufferView.C:
7150         * buffer.C:
7151         * buffer.h:
7152         * paragraph.C:
7153         * tabular.[Ch]: IU of clone() and getLabelList();
7154
7155 2003-06-13  André Pönitz  <poenitz@gmx.net>
7156
7157         * tabular.h: compactification
7158
7159 2003-06-12  André Pönitz  <poenitz@gmx.net>
7160
7161         * tabular.C:
7162         * tabular.h:
7163         * tabular_funcs.h: some renaming plus whitespace
7164
7165 2003-06-12  André Pönitz  <poenitz@gmx.net>
7166
7167         * BufferView.C:
7168         * BufferView_pimpl.C:
7169         * CutAndPaste.C:
7170         * buffer.C:
7171         * iterators.[Ch]:
7172         * lyxfunc.C:
7173         * text.C:
7174         * toc.C: Return a Paragraph & for ParIterator::operator*()
7175
7176 2003-06-11  John Levon  <levon@movementarian.org>
7177
7178         * lyx_main.C:
7179         * ToolbarBackend.h:
7180         * ToolbarBackend.C: add "Toolbars" section and
7181         put the flags there
7182
7183 2003-06-10  Angus Leeming  <leeming@lyx.org>
7184
7185         * lfuns.h:
7186         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7187
7188         * lyxfunc.C (dispatch): invoke it.
7189
7190 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7191
7192         * main.C: protect <ios> with HAVE_IOS
7193         (main): protect sync_with_stdio with HAVE_IOS
7194
7195 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7196
7197         * text2.C (cutSelection): adjust
7198         (pasteSelection): adjust
7199
7200         * messages.C: handle get of empty string
7201
7202         * main.C (main): use sync_with_stdio(false)
7203
7204         * lyxfunc.C (dispatch): adjust
7205
7206         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7207         (WriteAs): remove unneeded BufferView arg.
7208
7209         * bufferparams.h: use correct types on papersize, papersize2 and
7210         paperpackage.
7211
7212         * bufferparams.C (readToken): adjust for type
7213         (writeLaTeX): add missing cases to switch.
7214
7215         * bufferlist.C (quitWriteBuffer): adjust
7216         (close): adjust
7217
7218         * buffer.C (asciiParagraph): remove some commented code.
7219
7220         * CutAndPaste.C: remove current_view extern variable.
7221         (cutSelection): add BufferParams arg.
7222         (eraseSelection): add BufferParams arg.
7223         (pasteSelection): add Buffer const & arg
7224
7225 2003-06-07  John Levon  <levon@movementarian.org>
7226
7227         * buffer.C:
7228         * paragraph_funcs.C:
7229         * paragraph_pimpl.C:
7230         * text.C:
7231         * text2.C:
7232         * paragraph.h:
7233         * paragraph.C: allow InsetERT to freely space lines,
7234         and some consolidation of code
7235
7236 2003-06-06  José Matos  <jamatos@fep.up.pt>
7237
7238         * buffer.C (makeDocBookFile): fix bug #821
7239
7240 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
7241
7242         * BufferView_pimpl.C (dispatch): use Dialogs::visible
7243
7244 2003-06-04  Angus Leeming  <leeming@lyx.org>
7245
7246         * buffer.C: bump format to 224.
7247
7248 2003-06-05  André Pönitz  <poenitz@gmx.net>
7249
7250         * text2.C (redoParagraphs): remove two const_cast<>
7251
7252 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7253
7254         * ParagraphList.h: remove last remnants of NO_STD_LIST
7255
7256 2003-06-03  Angus Leeming  <leeming@lyx.org>
7257
7258         * factory.C (createInset): small change to the way InsetExternal's params
7259         are set.
7260
7261 2003-06-04  André Pönitz  <poenitz@gmx.net>
7262
7263         * buffer.h: use Undo directly instead of shared_ptr<Undo>
7264
7265         * paragraph_pimpl.h:
7266         * paragraph.[Ch]: some Inset -> UpdatableInset changes
7267
7268         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7269
7270         * undo_funcs.C: make some simple cases of undo work again
7271
7272 2003-06-03  John Levon  <levon@movementarian.org>
7273
7274         * ispell.C: HPUX doesn't have sys/select.h
7275         (from Albert Chin)
7276
7277 2003-06-03  John Levon  <levon@movementarian.org>
7278
7279         * CutAndPaste.C: update tabular and include inset
7280         buffer references
7281
7282         * buffer.h:
7283         * paragraph.h:
7284         * paragraph.C: remove owningBuffer(), don't pass Buffer
7285         to clone()
7286
7287         * factory.C: insetGraphicsParams changed
7288
7289 2003-06-02  John Levon  <levon@movementarian.org>
7290
7291         * LyXAction.C:
7292         * factory.C:
7293         * lfuns.h:
7294         * lyxfunc.C:
7295         * text3.C: remove insetparent
7296
7297 2003-06-02  John Levon  <levon@movementarian.org>
7298
7299         * buffer.h:
7300         * buffer.C: fix inset_iterator.end(), move out of line
7301         (bug 1149)
7302
7303 2003-06-01  John Levon  <levon@movementarian.org>
7304
7305         * text3.C: use a proper cut/paste when doing inset
7306         insert (from Jürgen Spitzmüller)
7307
7308 2003-06-01  John Levon  <levon@movementarian.org>
7309
7310         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7311
7312 2003-05-30  André Pönitz  <poenitz@gmx.net>
7313
7314         * rowpainter.C: unify second drawing phase
7315
7316 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7317
7318         * trans_mgr.C: remove one case of current_view
7319
7320         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7321
7322         * paragraph_funcs.h: remove paragraph.h include
7323
7324         * paragraph.h: delete NO_STD_LIST stuff
7325
7326         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7327
7328         * buffer.h: remove paragraph.h include
7329
7330         * ParagraphList.C: delete file
7331
7332         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7333
7334         * toc.C (getTocList): adjust
7335
7336         * paragraph_pimpl.C (validate): adjust
7337
7338         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7339
7340         * paragraph.C (Paragraph): adjust
7341         (getPositionOfInset): use const_iterator, adjust
7342         (bibitem): use const_iterator, adjust
7343         (setInsetOwner): adjust
7344
7345         * iterators.C (operator++): adjust
7346
7347         * InsetList.[Ch]: Replace selfmade iterator with standard
7348         vector::iterator also introduce const_iterator. Remove getPos,
7349         getInset and setInset from InsetTable. Adjust accordingly.
7350
7351         * BufferView.C (lockInset): adjust
7352         (ChangeInsets): adjust
7353
7354         * tabular.[Ch]: delete commented same_id functions
7355
7356 2003-05-28  John Levon  <levon@movementarian.org>
7357
7358         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7359
7360 2003-05-28  André Pönitz  <poenitz@gmx.net>
7361
7362         * metricsinfo.[Ch]: remove 'fullredraw' member
7363
7364 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7365
7366         * lyxtextclass.C (operator): remove caching.
7367
7368 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7369
7370         * text3.C: adjust
7371
7372         * text2.C (cursorBottom): adjust
7373         (setCounter): use ParagraphList::find, adjust
7374
7375         * text.C (workWidth): use ParagraphList::find, adjust
7376
7377         * lyxcursor.C (LyXCursor): adjust
7378
7379         * buffer.C (inset_iterator): adjust
7380
7381         * ParagraphList.h: make iterator(value_type) private, make
7382         ParagraphList a friend of iterator.
7383
7384         * ParagraphList.C (find): new function
7385
7386         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7387
7388 2003-05-27  André Pönitz  <poenitz@gmx.net>
7389
7390         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7391
7392 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7393
7394         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7395
7396 2003-05-26  John Levon  <levon@movementarian.org>
7397
7398         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7399
7400 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7401
7402         * remove same_id from function signatures, adjust.
7403
7404 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7405
7406         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7407
7408         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7409
7410         * paragraph.C (Paragraph): get rid of same_ids parameter
7411
7412         * ParagraphList.C (insert): adjust
7413         (push_back): adjust
7414
7415 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7416
7417         * paragraph_funcs.C (breakParagraph): adjust
7418         (breakParagraphConservative): adjust
7419
7420         * buffer.C (readParagraph): adjust
7421
7422         * ParagraphList.C (insert): take a reference instead of a pointer
7423         (insert): adjust
7424
7425         * paragraph.[Ch] (id): new function
7426
7427         * bufferlist.C (newFile): adjust
7428
7429         * ParagraphList.C (ParagraphList): adjust
7430         (assign): adjust
7431         (push_back): take a reference instead of a pointer.
7432
7433         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7434
7435         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7436         instead.
7437
7438         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7439         set else use old code.
7440
7441         * ParagraphList.C: remove all NO_NEXT code and only compile this
7442         code of NO_STD_LIST is set.
7443
7444 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7445
7446         * BufferView_pimpl.C:
7447         * TextCache.C:
7448         * TextCache.h:
7449         * bufferlist.C:
7450         * errorlist.h:
7451         * format.C:
7452         * format.h:
7453         * graph.C:
7454         * lyxfunc.C:
7455         * lyxrc.C:
7456         * graphics/GraphicsConverter.C:
7457         * graphics/PreviewLoader.C: header adjustment
7458
7459 2003-05-23  Angus Leeming  <leeming@lyx.org>
7460
7461         * LaTeXFeatures.[Ch] (useBabel): new method.
7462         * bufferparams.C (writeLaTeX): use it.
7463
7464 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7465
7466         * ParagraphList.h (set): remove unused function.
7467
7468 2003-05-23  André Pönitz  <poenitz@gmx.net>
7469
7470         * BufferView.C:
7471         * BufferView_pimpl.C:
7472         * buffer.C:
7473         * buffer.h:
7474         * lyxfunc.C:
7475         * undo_funcs.C: setUndo reworked
7476
7477         * iterators.[Ch]: add access to topmost ParagraphList
7478
7479         * lyxtext.[Ch] (workWidth): add a const
7480
7481 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7482
7483         * texrow.[Ch] (increasePos): remove function
7484         * exporter.C (export): removed unused var and outdated comment
7485
7486 2003-05-23  Angus Leeming  <leeming@lyx.org>
7487
7488         * latexrunparams.h: rename fragile as moving_arg.
7489         * paragraph.C (simpleTeXOnePar): ditto.
7490         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7491
7492 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7493
7494         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7495         (createUndo): ditto
7496         (textUndoOrRedo): comment out a currently unused var.
7497
7498         * paragraph.h (NO_NEXT): enable NO_NEXT
7499
7500         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7501
7502         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7503
7504         * exporter.C (Export): adjust for removeAutoInsets removal.
7505
7506         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7507
7508         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7509
7510         * BufferView.[Ch] (removeAutoInsets): delete function
7511
7512 2003-05-22  Angus Leeming  <leeming@lyx.org>
7513
7514         * latexrunparams.h: add a free_spacing variable.
7515
7516         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7517         to pass moving_arg, as the data is stored in runparams.fragile.
7518
7519         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7520         to Inset::latexOptional or to simpleTeXOnePar.
7521
7522         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7523         free_spacing arg to Inset::latexOptional.
7524
7525         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7526         free_spacing arg.
7527
7528 2003-05-22  Angus Leeming  <leeming@lyx.org>
7529
7530         * latexrunparams.h: add fragile and use_babel variables.
7531
7532         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7533         * buffer.C (makeLaTeXFile): store this returned value in
7534         runparams.use_babel, thus passing it to the inset::latex methods.
7535
7536         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7537         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7538
7539         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7540         longer has a fragile arg, as it is stored in runparams.fragile.
7541
7542         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7543         moving_arg parameter as the data is stored in runparams.fragile.
7544
7545         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7546         a fragile parameter as the data is stored in runparams.fragile.
7547
7548 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7549
7550         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7551
7552 2003-05-22  Angus Leeming  <leeming@lyx.org>
7553
7554         * latexrunparams.h: add a 'bool nice' which defaults to false.
7555
7556         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7557         now encapsulated within runparams.
7558
7559         * bufferlist.C (updateIncludedTeXfiles):
7560         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7561
7562 2003-05-22  Angus Leeming  <leeming@lyx.org>
7563
7564         * latexrunparams.h: new file containing struct LatexRunParams.
7565         * Makefile.am: add new file.
7566
7567         * LaTeX.[Ch] (c-tor, run):
7568         * buffer.[Ch] (makeLaTeXFile):
7569         * bufferlist.[Ch] (updateIncludedTeXfiles):
7570         * converter.C (convert, scanLog):
7571         * converter.[Ch] (runLaTeX):
7572         * exporter.C (Export):
7573         * paragraph.[Ch] (simpleTeXOnePar):
7574         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7575         * paragraph_funcs.[Ch] (latexParagraphs):
7576         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7577         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7578         pass around a LatexRunParams parameter.
7579
7580 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7581
7582         * paragraph.[Ch]: remove unused constructor
7583
7584         * ParagraphList.C (erase): new function, taking two iterators
7585
7586 2003-05-22  André Pönitz  <poenitz@gmx.net>
7587
7588         * undo_funcs.C: remove duplicated code
7589
7590         * iterator.[Ch]: operator=
7591
7592 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7593
7594         * tabular.C (SetMultiColumn): ws changes
7595
7596         * rowpainter.C (paintFirst): get rid of a ->previous
7597
7598         * lyx_cb.C (getPossibleLabel): parlist simplification
7599
7600         * BufferView.C (ChangeInsets): simplify slightly.
7601
7602 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7603
7604         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7605         * lfuns.h: new LFUN_SPACE
7606         * lyxfunc.C: protected space has a new lfun
7607         * paragraph_funcs.C: read new space insets
7608         * text3.C:
7609         * factory.C: handle new space insets
7610
7611 2003-05-22  André Pönitz  <poenitz@gmx.net>
7612
7613         * BufferView.C:
7614         * BufferView_pimpl.C:
7615         * buffer.[Ch]:
7616         * lyxfunc.C:
7617         * undo_funcs.C: return a ParIterator from getParFromID.
7618
7619         * iterators.[Ch]: add two const's
7620
7621 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7622
7623         * toc.C (getTocList): adjust
7624
7625         * iterators.[Ch]: rework for parlist
7626
7627         * buffer.C (par_iterator_begin): adjust
7628         (par_iterator_end): adjust
7629
7630         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7631
7632         * BufferView.C (removeAutoInsets): adjust
7633         (ChangeInsets): adjust
7634
7635 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7636
7637         * text.C (top_y): fix bug 1110
7638
7639 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7640
7641         * errorlist.[Ch]: added
7642         * buffer.C:
7643         * BufferView.[Ch]:
7644         * BufferView_pimpl.C:
7645         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7646         instead
7647
7648 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7649
7650         * Makefile.am: ensure that lyx is relinked upon changes to the
7651         various "convenience" libs.
7652
7653 2003-05-20  Angus Leeming  <leeming@lyx.org>
7654
7655         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7656         files are compiled in alphabetical order again.
7657
7658         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7659
7660 2003-05-19  Angus Leeming  <leeming@lyx.org>
7661
7662         * gettext.[Ch]: remove "char const * _(char const *)".
7663
7664 2003-05-19  André Pönitz  <poenitz@gmx.net>
7665
7666         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7667
7668         * Makefile.am:
7669         * BufferView.C:
7670         * DepTable.h:
7671         * LaTeXFeatures.C:
7672         * buffer.C:
7673         * lyxfont.C:
7674         * lyxlex.h:
7675         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7676
7677 2003-05-19  André Pönitz  <poenitz@gmx.net>
7678
7679         * buffer.C:
7680         * lyxlayout.[Ch]:
7681         * lyxtextclass.[Ch]:
7682         * paragraph.C:
7683         * paragraph_funcs.[Ch]:
7684         * text2.C:
7685         * text3.C: more insetenv work
7686
7687 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7688
7689         * ParagraphParameters.C (params2string): small bug fixed
7690
7691 2003-05-16  André Pönitz  <poenitz@gmx.net>
7692
7693         * debug.C:
7694         * bufferview_funcs.C: patch from Kornel Benko to prevent
7695           crash when _(...) is called twice in a statement
7696
7697 2003-05-16  André Pönitz  <poenitz@gmx.net>
7698
7699         * BufferView.C:
7700         * lyxfunc.C:
7701         * text.C:
7702         * text2.C:
7703         * text3.C:
7704         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7705
7706 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7707
7708         * lyx_main.C (init): remove spurious static_cast
7709
7710 2003-05-14  André Pönitz  <poenitz@gmx.net>
7711
7712         * BufferView.C: fix format string
7713
7714 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7715
7716         * BufferView.[Ch] (insertErrors): removed
7717         * BufferView.[Ch] (showErrorList): added
7718         * buffer.C (runChkTeX):
7719         * converter.C (scanLog): call showErrorList instead of inserterrors
7720
7721 2003-05-13  André Pönitz  <poenitz@gmx.net>
7722
7723         * BufferView_pimpl.C:
7724         * buffer.C:
7725         * bufferview_func.C:
7726         * MenuBackend.C:
7727         * lyxfunc.C:
7728         * lyxrc.C:
7729         * tex-accent.C:
7730         * text3.C:
7731         * toc.C:
7732         * tabular_funcs.h: tostr() from its own header
7733
7734         * ParagraphParameters.C:
7735         * ToolbarBackend.C:
7736         * bufferparams.C:
7737         * format.C:
7738         * lyxlex_pimpl.C:
7739         * text3.C: STRCONV()
7740
7741 2003-05-12  André Pönitz  <poenitz@gmx.net>
7742
7743         * BufferView.C:
7744         * BufferView_pimpl.C:
7745         * CutAndPaste.C:
7746         * LaTeX.C:
7747         * LaTeXFeatures.C:
7748         * ParagraphParameters.C:
7749         * buffer.C:
7750         * bufferlist.C:
7751         * bufferparams.C:
7752         * bufferview_funcs.C:
7753         * converter.C:
7754         * counters.C:
7755         * debug.C:
7756         * exporter.C:
7757         * format.C:
7758         * importer.C:
7759         * lyx_cb.C:
7760         * lyx_main.C:
7761         * lyxfont.C:
7762         * lyxfunc.C:
7763         * lyxvc.C:
7764         * paragraph.C:
7765         * paragraph_funcs.C:
7766         * tabular.C:
7767         * tabular_funcs.C:
7768         * text2.C:
7769         * text3.C:  boost::format -> bformat  all over the place
7770
7771
7772 2003-05-09  André Pönitz  <poenitz@gmx.net>
7773
7774         * LColor.[Ch]: Pimpl the #include <map> away
7775
7776 2003-05-09  John Levon  <levon@movementarian.org>
7777
7778         * bufferlist.C: never remove emergency saves
7779
7780 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7781
7782         * Makefile.am: better lib building
7783
7784 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7785
7786         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7787         instead.
7788         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7789         (simpleTeXSpecialChars): adjust
7790         (simpleTeXSpecialChars): adjust
7791         * paragraph.C (simpleTeXOnePar): adjust
7792         * buffer.C (makeLaTeXFile): adjust
7793
7794         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7795
7796         * text2.C (changeDepth): parlist cleanup
7797         (getColumnNearX): ditto
7798
7799         * rowpainter.C (getLabelFont): parlist cleanup
7800
7801         * bufferlist.C (newFile): parlist cleanup
7802
7803         * CutAndPaste.C (eraseSelection): parlist cleanup
7804
7805         * BufferView_pimpl.C (trackChanges): parlist cleanup
7806         (dispatch): ditto
7807
7808         * BufferView.C (lockInset): parlist cleanup.
7809         (ChangeInsets): ditto
7810
7811 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7812
7813         * CutAndPaste.h: Update file header.
7814
7815         * CutAndPaste.C: Update file header.
7816         Store the parts cut out of the Document in a limited_stack.
7817         (copySelection): adjust
7818         (pasteSelection): new function, takes the index in the limited stack.
7819         (nrOfParagraphs): adjust
7820         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7821         simplify error inset insertion.
7822         (checkPastePossible): adjust
7823
7824 2003-05-06  John Levon  <levon@movementarian.org>
7825
7826         * text2.C: don't cast wrap inset to float
7827
7828 2003-05-05  André Pönitz  <poenitz@gmx.net>
7829
7830         * iterator.C:
7831         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7832
7833         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7834           few naked Paragraph *.
7835
7836 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7837
7838         * bufferparams.C: Output warning if a document with missing
7839         TeX document class is loaded
7840         * exporter.C: Disable TeX exports if the document class is missing
7841         * lyxtextclass.C:
7842         * lyxtextclass.h:
7843         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7844         isTeXClassAvailable()
7845
7846 2003-05-03  John Levon  <levon@movementarian.org>
7847
7848         * BufferView.h:
7849         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7850         explicit cursor show/hide
7851
7852         * BufferView_pimpl.h:
7853         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7854         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7855
7856         * lyxfunc.C: hide cursor before dispatching.
7857
7858         * lyx_cb.C:
7859         * lyxfind.C:
7860         * text.C:
7861         * text3.C: remove explicit cursor hides
7862
7863 2003-05-02  André Pönitz  <poenitz@gmx.net>
7864
7865         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7866
7867         * undo_funcs.C:
7868         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7869           linked lists
7870
7871         * text2.C: tiny whitespace
7872
7873 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7874
7875         * undo_funcs.C: almost only ws changes.
7876
7877         * ParagraphList.C (splice): just return if pl is empty.
7878
7879 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7880
7881         * ParagraphList.C (splice): new function.
7882
7883         * CutAndPaste.C (pasteSelection): use it
7884
7885 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7886
7887         * CutAndPaste.C (pasteSelection): remove the last next and
7888         previous from this file.
7889
7890 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7891
7892         * CutAndPaste.C (pasteSelection): more clean up, user proper
7893         ParagraphList functions for pasteing.
7894
7895         * ParagraphList.C (insert): new function, three arg insert
7896
7897 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7898
7899         * ParagraphList.C (insert): new function, three arg insert
7900
7901         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7902         not on paragraphs.
7903
7904 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7905
7906         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7907
7908 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7909
7910         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7911
7912 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7913
7914         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7915         (copySelection): clean up a bit.
7916         (pasteSelection): use make_pair
7917
7918         * ParagraphList.C (ParagraphList): implement copy constructor
7919         (operator=): implement, base on copy constructor.
7920         (assign): new func
7921
7922         * paragraph.C (erase): return a bool
7923
7924         * paragraph_pimpl.C (erasePos): remove function, move contents...
7925         (erase): ... here. Return a bool.
7926         (erase): call erase instead of erasePos.
7927
7928 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7929
7930         * ParagraphList.h: define PitPosPair
7931         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7932         ParagraphList, fix a bug on pasting multiple pars
7933         * text2.C: change interface to C&P
7934
7935 2003-04-30  André Pönitz  <poenitz@gmx.net>
7936
7937         * undo_func.C: revert part of yesterday's patch 2
7938
7939 2003-04-30  John Levon  <levon@movementarian.org>
7940
7941         * LColor.C: s/tabular/table/
7942
7943 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7944
7945         * text3.C (dispatch): do not convert iterator -> pointer
7946         * undo_funcs.C (setCursorParUndo): ditto
7947         * text_funcs.C (transposeChars): ditto
7948
7949         * text2.C (setLayout): ws changes only
7950
7951         * text.C (breakParagraph): do not convert iterator -> pointer
7952         (insertChar): ditto
7953         (acceptChange): ditto
7954         (rejectChange): ditto
7955         (changeCase): ditto
7956         (Delete): ditto
7957         (backspace): ditto
7958
7959         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7960         pointer
7961
7962 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7963
7964         * text3.C (gotoInset): YABG (yet another bad getChar)
7965
7966 2003-04-29  André Pönitz  <poenitz@gmx.net>
7967
7968         * paragraph.h: make operator= private unimplemented as long as
7969           it is unusable
7970
7971         * ParagraphList.C: whitespace
7972
7973         * paragraph.[Ch]:
7974         * paragraph_pimpl.[Ch]:
7975         * paragraph_funcs.C:
7976         * CutAndPaste.C:
7977         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7978
7979         * text2.C:
7980           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7981
7982 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7983
7984         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7985         * paragraph.[Ch] (erase):
7986         * paragraph_pimpl.[Ch] (erase): change return type and value
7987         * text2.C (cutSelection): some rework
7988
7989 2003-04-28  John Levon  <levon@movementarian.org>
7990
7991         * bufferlist.C: changes for unsaved changes dialog
7992
7993 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7994
7995         * bufferlist.C (newFile): set language (messages_) for new
7996         documents also.
7997
7998         * buffer.C (readFile): ws changes only.
7999
8000 2003-04-28  André Pönitz  <poenitz@gmx.net>
8001
8002         * undo_funcs.C:
8003         * lyxfunc.C:
8004         * buffer.[Ch]:
8005         * BufferView_pimpl.C:
8006         * BufferView.C: getParFromID related ParagraphList::iterator changes
8007
8008 2003-04-28  André Pönitz  <poenitz@gmx.net>
8009
8010         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
8011           Changes
8012
8013 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8014
8015         * messages.C: remove one more localedir class variable.
8016
8017 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8018
8019         * messages.C (getLocaleDir): singleton generation function
8020         (Pimpl): use it.
8021         (Messages): add a default constructor.
8022
8023         * main.C (main): do not setup localedir here, do not call
8024         gettext_init.
8025
8026         * gettext.C (_): use it.
8027         (gettext_init): delete funciton
8028
8029 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8030
8031         * gettext.C (getLyXMessages): new singleton generating function.
8032
8033         * buffer.C (updateDocLang): adjust
8034
8035         * Makefile.am (messages.o): add target
8036         (main.o): remove target
8037
8038 2003-04-27  John Levon  <levon@movementarian.org>
8039
8040         * bufferlist.C:
8041         * lyx_cb.C:
8042         * lyxfunc.C:
8043         * lyxvc.C: specify cancel button in Alert::prompt
8044
8045 2003-04-26  John Levon  <levon@movementarian.org>
8046
8047         * text3.C:
8048         * lyxfunc.C:
8049         * lfuns.h:
8050         * LyXAction.C: add LFUN_INSET_SETTINGS
8051
8052         * lyxfunc.C: don't enable tabular-feature when there's
8053         just any locking inset
8054
8055 2003-04-26  John Levon  <levon@movementarian.org>
8056
8057         * bufferlist.C: re-add Cancel to buffer close question
8058
8059         * lyxfunc.C: fix import UI a bit
8060
8061 2003-04-25  John Levon  <levon@movementarian.org>
8062
8063         * gettext.C: remove the broken asserts for now
8064
8065 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8066
8067         * messages.C: make case where setlocale cannot comply work better.
8068
8069         * buffer.C (updateDocLang): new function
8070         (changeLanguage): use it
8071         (readFile): use it
8072
8073         * text2.C (setCounter): use B_ a bit.
8074
8075         * lyxlayout.C (Read): be sure to trim the label strings.
8076
8077         * messages.C (Messages): fix typo in comment
8078
8079         * buffer.C (readFile): set message_ after file is loaded.
8080         (makeDocBookFile): remove double return
8081         (changeLanguage): reset message_ upon language change.
8082         (B_): new func, use this to get translated buffer strings.
8083
8084         * main.C: add myself and Jean Marc as authors.
8085
8086 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8087
8088         * messages.[hC]: pimplify Messages, and three different pimpls to be
8089         used in different circumstances.
8090
8091         * gettext.[Ch]: change for use with new message code.
8092
8093 2003-04-24 André Pönitz <poenitz@gmx.net>
8094
8095         * factory.C: support for eqref
8096
8097 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
8098
8099         * messages.[Ch]: add missing char
8100
8101         * Makefile.am (lyx_SOURCES): add messages.[Ch]
8102
8103         * messages.[Ch]: New files
8104
8105 2003-04-18  John Levon  <levon@movementarian.org>
8106
8107         * BufferView.h:
8108         * BufferView.C:
8109         * BufferView_pimpl.C:
8110         * lfuns.h:
8111         * LyXAction.C:
8112         * lyxtext.h:
8113         * text2.C: remove layout-copy/paste (bug 778)
8114
8115 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8116
8117         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
8118
8119 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
8120
8121         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
8122         if they succeed. Act accordingly.
8123
8124 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8125
8126         * text2.C (setCharFont): adjust
8127         (setCounter): adjust
8128         (insertStringAsLines): adjust
8129
8130         * text.C (leftMargin): adjust
8131         (setHeightOfRow): adjust
8132
8133         * rowpainter.C (paintFirst): adjust
8134         (paintLast): adjust
8135
8136         * paragraph_funcs.C (depthHook): ParagraphList::iterators
8137         (outerHook): ditto
8138         (isFirstInSequence): ditto
8139         (getEndLabel): ditto
8140         (outerFont): adjust
8141
8142         * paragraph.C (getParLanguage): comment out some hard stuff.
8143
8144         * buffer.C (insertStringAsLines): take a ParagraphList as arg
8145         (sgmlError): ditto
8146         (simpleDocBookOnePar): ditto
8147         (makeDocBookFile): use ParagraphList::iterator
8148
8149         * CutAndPaste.C (pasteSelection): adjust
8150
8151 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8152
8153         * text2.C (getFont): adjust
8154         (getLayoutFont): adjust
8155         (getLabelFont): adjust
8156
8157         * paragraph_funcs.C (TeXOnePar): adjust
8158
8159         * buffer.C (simpleLinuxDocOnePar): adjust
8160         (simpleDocBookOnePar): adjust
8161
8162         * CutAndPaste.C (pasteSelection): adjust
8163
8164         * BufferView.C (getEncoding): adjust
8165
8166         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8167
8168 2003-04-16  John Levon  <levon@movementarian.org>
8169
8170         * lyxfind.C: use parlist stuff for search/changes
8171
8172 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8173
8174         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8175
8176         * text2.C (deleteEmptyParagraphMechanism): adjust
8177
8178         * text2.[Ch] (ownerParagraph): delete func (both of them
8179
8180 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8181
8182         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8183
8184 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8185
8186         * ParagraphList.C: prepare for NO_NEXT
8187
8188 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8189
8190         * text2.C (getFont): adjust
8191         (getLayoutFont): adjust
8192         (getLabelFont): adjust
8193
8194         * paragraph.C (getFont): adjust
8195         (getLabelFont): adjust
8196         (getLayoutFont): adjust
8197
8198         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8199
8200 2003-04-15  John Levon  <levon@movementarian.org>
8201
8202         From Angus Leeming
8203
8204         * lyx_main.C: handle Include in .ui files
8205
8206 2003-04-15  John Levon  <levon@movementarian.org>
8207
8208         * MenuBackend.C: make the doc files length shorter
8209
8210         * ToolbarBackend.h:
8211         * ToolbarBackend.C: handle toolbar placement flags,
8212         Minibuffer
8213
8214 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8215
8216         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8217         adjust
8218
8219         * paragraph_funcs.C (TeXOnePar): adjust
8220
8221         * paragraph.C (getLabelFont): add outerfont arg, adjust
8222         (getLayoutFont): ditto
8223         (simpleTeXOnePar): adjust
8224
8225         * paragraph_pimpl.C (realizeFont): delete func
8226
8227 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
8228
8229         * text2.C (beforeFullRowInset): added a bad getchar check, removed
8230         row argument, constify cur argument.
8231
8232 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8233
8234         * text2.C (getFont): adjust
8235         (getLayoutFont): adjust
8236         (getLabelFont): adjust
8237
8238         * paragraph_funcs.C (TeXOnePar): adjust
8239         (outerFont): new func...
8240         (realizeFont): ...moved out from here, changed this to facilitate
8241         transition
8242
8243         * paragraph.C (getFont): take outerfont as arg, adjust
8244         (simpleTeXOnePar): add outerfont arg, adjust
8245
8246         * buffer.C (simpleLinuxDocOnePar): adjust
8247         (simpleDocBookOnePar): adjust
8248
8249         * CutAndPaste.C (pasteSelection): adjust
8250
8251         * BufferView.C (getEncoding): adjust
8252
8253 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8254
8255         * text2.C (setCharFont): adjust
8256         (setCounter): adjust
8257
8258         * text.C (leftMargin): adjust
8259         (setHeightOfRow): adjust
8260
8261         * rowpainter.C (paintFirst): adjust
8262         (paintLast): adjust
8263
8264         * paragraph_pimpl.C (realizeFont): adjust
8265
8266         * paragraph.C (isFirstInSequence): move from here...
8267         * paragraph_funcs.C (isFirstInSequence): ...to here
8268
8269         * paragraph.C (outerHook): move from here...
8270         * paragraph_funcs.C (outerHook): ...to here
8271
8272         * paragraph.C (depthHook): move from here...
8273         * paragraph_funcs.C (depthHook): ...to here
8274
8275         * paragraph.C (getEndLabel): move from here...
8276         * paragraph_funcs.C (getEndLabel): ...to here
8277
8278         * text2.C (realizeFont): move from here...
8279         * paragraph_funcs.C (realizeFont): ...to here
8280
8281 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8282
8283         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8284
8285 2003-04-14  Angus Leeming  <leeming@lyx.org>
8286
8287         * LColor.[Ch]: scrap LColor mathcursor.
8288
8289 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8290
8291         * lyxlex.[Ch] (text): delete function
8292         * trans.C (Load): adjust
8293         * paragraph_funcs.C (readParToken): adjust
8294
8295 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8296
8297         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8298         vector<char> instead of a char[].
8299
8300         * lyxlex_pimpl.C (getString): adjust
8301         (next): adjust
8302         (lex): use getString
8303         (eatLine): adjust
8304         (nextToken): adjust
8305
8306         * lyxlex.C (text): use pimpl_->getString()
8307         (getBool): ditto
8308         (findToken): ditto
8309
8310 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8311
8312         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8313         (makeFontEntriesLayoutSpecific): temp var for par.size()
8314         (setLayout): temp var for ownerParagraphs().end()
8315         (fullRebreak): temp var for rows().end()
8316         (selectionAsString): temp var for boost::next(startpit), realize
8317         that the while really is a regular for loop.
8318         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8319         setCursor in one place.
8320         (setParagraph): temp vr for ownerParagraphs().end()
8321         (updateCounters): make the while loop a for loop
8322         (cutSelection): temp var for ownerParagraphs().end()
8323         (updateInset): make the do {} while() a regular for loop
8324         (getCursorX): use temp vars
8325         (setCurrentFont): use temp vars
8326         (getColumnNearX): use temp vars
8327
8328 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8329
8330         * text.C (transformChar): use temp var for getChar
8331         (computeBidiTables): use temp var for row->par()
8332         (fill): move temp vars for row->par() and pit->layout() earlier in
8333         the function.
8334         (labelFill): use temp var for row->par()
8335         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8336         asc and desc, realize that pit never changes and that firstpit is
8337         just a duplicate and not needed. Exchange rit->par() with pit in a
8338         lot of places.
8339         (breakAgain): use a temp var for boost::next(rit)
8340         (breakAgainOneRow): ditto
8341         (breakParagraph): use a temp var for rows().begin()
8342         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8343         (cursorRightOneWord): use temp var for cursor.par() and
8344         cursor.pos(), remove usage of tmpcursor.
8345         (cursorLeftOneWord): use temp var for cursor.par() and
8346         cursor.pos() only set cur at end of function.
8347
8348 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8349
8350         * text.C, text2.C: exchange all usage of Paragraph::next with
8351         boost::next(ParagraphList::iterator)
8352
8353         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8354
8355         * text2.C (cursorTop): simplify implementation
8356         (cursorBottom): ditto
8357         (setParagraph): use ParagraphList::iterator
8358         (setCurrentFont): adjust
8359         (getColumnNearX): adjust
8360         (cursorRight): adjust
8361         (cursorLeft): remove usage of Paragraph::previous
8362         (cursorUpParagraph): ditto
8363         (deleteEmptyParagraphMechanism): slight cleanup
8364
8365         * text.C (isBoundary): take a Paragraph const & instead of a
8366         pointer as arg.
8367         (addressBreakPoint): ditto
8368         (leftMargin): remove usage of Paragraph::previous.
8369         (setHeightOfRow): ditto
8370         (cursorLeftOneWord): ditto
8371         (selectNextWordToSpellcheck): ditto
8372         (Delete): ditto
8373         (backspace): ditto
8374         (breakParagraph): remove one usage of Paragraph::next
8375         (redoParagraph): ditto
8376         (acceptChange): ditto
8377         (insertChar): adjust
8378         (rowBreakPoint): adjust
8379
8380         * bufferview_funcs.C (toggleAndShow): adjust
8381
8382 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8383
8384         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8385         methods to access it.
8386         * lyxtext.h:
8387         * text.C: Added updateRowPositions to compute all row positions.
8388         Make top_y and getRowNearY() to use the cached y position
8389
8390 2003-04-11  John Levon  <levon@movementarian.org>
8391
8392         * text.C (rowBreakPoint): reintroduce the labelEnd
8393         checks, code copied from the row fill stuff. Deep voodoo.
8394
8395         * text.C (fill): add a comment and debugging for the
8396         next poor soul.
8397
8398 2003-04-11  John Levon  <levon@movementarian.org>
8399
8400         * text.C: make sure fullrow insets get wrapped to the next line,
8401         even when they're in a manual label
8402
8403 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8404
8405         * text2.C (insertParagraph): make it take ParagraphList::iterator
8406         as arg.
8407         (setLayout): make it return ParagraphList::iterator
8408         (redoParagraphs): ditto
8409         (setCounter): ditto
8410         (checkParagraph): ditto
8411
8412         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8413
8414         * text2.C: adjust several funcs.
8415         (realizeFont): take a ParagraphList::iterator as arg.
8416         (getLayoutFont): ditto
8417         (getLabelFont): ditto
8418         (setCharFont): ditto
8419
8420         * text.C: adjust several funcs.
8421
8422 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8423
8424         * text.C (selectNextWordToSpellcheck): don't accidentally
8425         skip insets
8426
8427 2003-04-10  John Levon  <levon@movementarian.org>
8428
8429         * ToolbarBackend.C (getIcon): special handling for
8430         LFUN_MATH_DELIM
8431
8432 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8433
8434         * text2.C (cursorRight): a getChar assert fixed
8435
8436 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8437
8438         * text2.C (getFont): change to take a ParagraphList::iterator
8439         instead of Paragraph*
8440         Adjust several functions.
8441
8442         * text.C (transformChar): change to take a ParagraphList::iterator
8443         instead of Paragraph*
8444         (singleWidth): ditto
8445         Adjust several functions.
8446
8447         * rowpainter.C: adjust several functions
8448         * rowpainter.h:store a ParagraphList::iterator and not a
8449         Paragraph&.
8450
8451
8452 2003-04-09  John Levon  <levon@movementarian.org>
8453
8454         * lyxfunc.C:
8455         * lfuns.h:
8456         * LyXAction.h:
8457         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8458         and the "help" bits as well
8459
8460 2003-04-09  John Levon  <levon@movementarian.org>
8461
8462         * ToolbarBackend.h:
8463         * ToolbarBackend.C: allow multiple toolbars
8464
8465 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8466
8467         * undo_funcs.C (setCursorParUndo): adjust
8468
8469         * text_funcs.C (transposeChars): adjust
8470
8471         * text3.C (gotoNextInset): adjust
8472         (dispatch): adjust
8473
8474         * text2.C (setLayout): adjust
8475         (changeDepth): adjust
8476         (setFont): adjust
8477         (redoParagraphs): adjust
8478         (selectionAsString): adjust
8479         (setParagraph): adjust
8480         (insertInset): adjust
8481         (cutSelection): adjust
8482         (copySelection): adjust
8483         (pasteSelection): adjust
8484         (insertStringAsLines): adjust
8485         (updateInset): adjust
8486         (setCursor): change to take a ParagraphList::iterator parameter
8487         (setCursorIntern): change to take a ParagraphList::iterator parameter
8488         (setCurrentFont): adjust
8489         (cursorLeft): adjust
8490         (cursorRight): adjust
8491         (deleteEmptyParagraphMechanism): adjust
8492
8493         * text.C (breakParagraph): adjust
8494         (insertChar): adjust
8495         (acceptChange): adjust
8496         (rejectChange): adjust
8497         (selectNextWordToSpellcheck): adjust
8498         (changeCase): adjust
8499         (Delete): adjust
8500         (backspace): adjust
8501
8502         * lyxfind.C (SearchForward): adjust
8503         (SearchBackward): adjust
8504         (nextChange): adjust
8505
8506         * lyxcursor.C (par): adjust
8507
8508         * lyxcursor.h: store a ParagraphList::iterator instead of a
8509         Paragraph*
8510
8511         * lyx_cb.C (getPossibleLabel): adjust
8512
8513         * bufferview_funcs.C (toggleAndShow): adjust
8514
8515         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8516         (dispatch): adjust
8517
8518         * BufferView.C (removeAutoInsets): adjust
8519         (lockedInsetStoreUndo): adjust
8520
8521 2003-04-09  John Levon  <levon@movementarian.org>
8522
8523         * ToolbarBackend.C: try icon without argument
8524         if with argument fails
8525
8526 2003-04-08  John Levon  <levon@movementarian.org>
8527
8528         * ToolbarBackend.h:
8529         * ToolbarBackend.C: add getIcon(), handle tooltip,
8530         and change from "Icon" to "Item".
8531
8532 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8533
8534         * BufferView.C (lockInset): another bad getchar crunched
8535
8536 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8537
8538         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8539         again)
8540
8541 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8542
8543         * lyxfind.C (searchForward, searchBackwards): bug 782
8544
8545 2003-04-07  John Levon  <levon@movementarian.org>
8546
8547         * paragraph.C: remove dead comment
8548
8549         * text.C: remove troublesome depth-fiddling code
8550         in leftMargin() and rightMargin() (bug 1017)
8551
8552         * text.C: fix breaking of rows in nested lists
8553         (bug 1004)
8554
8555         * text2.C (updateCounters): fix up depth values
8556         (bug 1013)
8557
8558 2003-04-07  John Levon  <levon@movementarian.org>
8559
8560         * BufferView_pimpl.C: clear message when doc finishes resizing,
8561         and after a mouse event
8562
8563         * lyxfunc.C: clear message after exiting inset
8564
8565 2003-04-07  John Levon  <levon@movementarian.org>
8566
8567         * bufferview_funcs.C: show math status not outside
8568         status in the statusbar
8569
8570 2003-04-07  John Levon  <levon@movementarian.org>
8571
8572         * lyxfunc.C: note status changed after a depth change
8573
8574 2003-04-04  Angus Leeming  <leeming@lyx.org>
8575
8576         * LaTeX.h: move AuxInfo operator==, != out of line.
8577         Remove LaTeX virtual destructor; nothing derives from it.
8578         Move operator()() out of public area and rename it startscript().
8579         Change protected for private.
8580
8581 2003-04-04  Angus Leeming  <leeming@lyx.org>
8582
8583         * lyxfunc.C:
8584         * text2.C: remove unneeded #includes.
8585
8586 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8587
8588         * text2.C (dEPM): fix the heigth of the next row
8589
8590 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8591
8592         * text.C: squashed an invalid getChar requester + some ws changes
8593
8594 2003-04-03  John Levon  <levon@movementarian.org>
8595
8596         * bufferview_funcs.h:
8597         * bufferview_funcs.C:
8598         * lyxfunc.C:
8599         * lyxtext.h:
8600         * text2.C: make getStatus work for the env depth lfuns
8601
8602 2003-04-03  John Levon  <levon@movementarian.org>
8603
8604         * bufferview_funcs.h:
8605         * bufferview_funcs.C:
8606         * lyxfunc.C:
8607         * lyxtext.h:
8608         * text2.C: parlistize decDepth(), by merging it with incDepth()
8609
8610 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8611
8612         * lyxrow.h: store a ParagraphList::iterator instead of a
8613         Paragraph* and adjust other class functions to suit.
8614
8615         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8616         above.
8617
8618 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8619
8620         * text2.C (setCursor): do not anchor to cursor row for the time being
8621
8622 2003-04-02  John Levon  <levon@movementarian.org>
8623
8624         * LyXAction.C:
8625         * lfuns.h:
8626         * lyx_main.C:
8627         * lyxtext.h:
8628         * text.C:
8629         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8630
8631 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8632
8633         * paragraph.h: make ParagraphList and ParagraphList::iterator
8634         friends of Paragraph.
8635
8636         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8637
8638         * ParagraphList.C: Use the private next_ and previous_ from
8639         Paragraph.
8640
8641 2003-04-01  John Levon  <levon@movementarian.org>
8642
8643         * ToolbarBackend.h:
8644         * ToolbarBackend.C:
8645         * Makefile.am: rename, remove defaults gunk
8646
8647         * MenuBackend.h:
8648         * MenuBackend.C: remove defaults gunk
8649
8650         * Languages.h:
8651         * Languages.C: remove defaults gunk
8652
8653         * lyx_main.h:
8654         * lyx_main.C: error out if files couldn't be found.
8655
8656 2003-04-02  John Levon  <levon@movementarian.org>
8657
8658         * text2.C: make incDepth() use parlist
8659
8660 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8661
8662         * undo_funcs.C (firstUndoParagraph): adjust
8663
8664         * text3.C (gotoInset): adjust
8665         (dispatch): adjust, and rewrite loop.
8666
8667         * text2.C (init): adjust, and rewrite loop.
8668         (redoParagraphs): adjust
8669         (updateInset): adjust, and rewrite loop.
8670         (deleteEmptyParagraphMechanism): adjust
8671
8672         * tabular.C (LyXTabular): adjust
8673         (SetMultiColumn): adjust
8674         (TeXRow): adjust
8675
8676         * lyxtext.[Ch] (ownerParagraph): delete function
8677         (ownerParagraphs): new function returns a ParagraphList.
8678
8679         * BufferView.C (removeAutoInsets): adjust
8680         (insertErrors): adjust
8681         (setCursorFromRow): adjust
8682
8683 2003-04-01  Angus Leeming  <leeming@lyx.org>
8684
8685         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8686         in the frontends.
8687
8688 2003-04-02  John Levon  <levon@movementarian.org>
8689
8690         * lyxtext.h:
8691         * text.C:
8692         * Makefile.am:
8693         * text_funcs.h:
8694         * text_funcs.C: make transposeChars a free function
8695
8696         * lyxrow_funcs.C: remove wrong comment
8697
8698 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8699
8700         * lyxtext.h: adjust
8701         * rowpainter.C: adjust
8702         * text.C: adjust
8703         * text2.C: adjust
8704         * text3.C: adjust
8705
8706         * lyxrow_funcs. [Ch]: new files
8707
8708         * lyxrow.[Ch]: remove next and previous pointers
8709         (next,previous): remove accessor functions
8710         (isParEnd): move to lyxrow_funcs
8711         (lastPos): move to lyxrow_funcs
8712         (nextRowIsAllInset): move to lyxrow_funcs
8713         (lastPrintablePos): move to lyxrow_funcs
8714         (numberOfSeparators): move to lyxrow_funcs
8715         (numberOfHfills): move to lyxrow_funcs
8716         (numberOfLabelHfills): move to lyxrow_funcs
8717         (hfillExpansion): move to lyxrow_funcs
8718
8719         * lyxfunc.C: adjust
8720
8721         * bufferview_funcs.C (toggleAndShow): adjust
8722
8723         * RowList.h: Remove class RowList from file leave just a
8724         std::list<Row>.
8725
8726         * RowList.C: delete file
8727
8728         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8729         and lyxrow_funcs.h
8730
8731 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8732
8733         * text3.C (cursorPrevious): adjust
8734         (cursorNext): adjust
8735         (dispatch): adjust
8736
8737         * text2.C (redoHeightOfParagraph): adjust
8738         (redoDrawingOfParagraph): adjust
8739         (setCursor): adjust
8740
8741         * text.C (breakParagraph): adjust
8742         (insertChar): adjust
8743         (backspace): adjust
8744
8745         * rowpainter.C (RowPainter): adjust
8746         (leftMargin): simplify and adjust
8747         (most rowpainter functions): adjust.
8748
8749         * rowpainter.h: store the row as RowList::iterator not as Row*
8750
8751         * lyxcursor.C (row): taka RowList::iterator as arg
8752         (irow): ditto
8753
8754         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8755         of Row*.
8756
8757 2003-04-01  Angus Leeming  <leeming@lyx.org>
8758
8759         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8760         stuff like bool Bool.
8761
8762 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8763
8764         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8765         rewrite a loop
8766
8767 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8768
8769         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8770         RowList::iterator.
8771
8772         * lyxtext.h (rows): drop one version and leve a const variant that
8773         returns a RowList::iterator.
8774
8775 2003-03-31  Angus Leeming  <leeming@lyx.org>
8776
8777         * text.C (fill): ensure that the signature is the same as that in the
8778         header file.
8779
8780 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8781
8782         * text2.C (redoParagraphs): adjust
8783         (updateCounters): adjust
8784         (checkParagraph): adjust
8785         (getColumnNearX): adjust and reformat a bit.
8786
8787         * text.C (top_y): adjust
8788         (workWidth): adjust
8789         (leftMargin): adjust
8790         (prepareToPrint): adjust
8791         (getRow): adjust
8792         (getRowNearY): adjust
8793
8794         * lyxtext.h: make rowlist_ mutable.
8795
8796         * RowList.h: add const_iterator
8797         * RowList.C: adjust for RowList::const_iterator.
8798
8799         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8800         adjust.
8801
8802 2003-03-31  John Levon  <levon@movementarian.org>
8803
8804         * lyxrc.h:
8805         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8806
8807         * lyx_main.C: set default fonts from using lyx_gui funcs
8808
8809         * exporter.C: pdf_mode moved from lyxrc
8810
8811         * lyx_cb.C:
8812         * lyxfunc.C: changes from above
8813
8814 2003-03-31  John Levon  <levon@movementarian.org>
8815
8816         * lyx_main.C: fix to the last fix
8817
8818 2003-03-31  John Levon  <levon@movementarian.org>
8819
8820         * bufferlist.C: "Load original" -> "Load Original"
8821
8822         * converter.C:
8823         * exporter.C:
8824         * importer.C:
8825         * lyx_main.C:
8826         * format.C: more Alert cleanups
8827
8828 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8829
8830         * text2.C (removeParagraph): make it take a RowList::iterator as
8831         arg, adjust.
8832         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8833         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8834
8835         * text.C (anchor_row): make it take a RowList::iterator as arg,
8836         adjust.
8837         (computeBidiTables): make it take a const reference to Row instead
8838         of Row pointer, adjust.
8839         (leftMargin): make it take a RowList::iterator as arg, adjust.
8840         (rowBreakPoint): adjust
8841         (breakAgainOneRow): make it take a RowList::iterator as arg,
8842         adjust.
8843         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8844
8845         * bufferview_funcs.C (toggleAndShow): adjust
8846
8847 2003-03-30  John Levon  <levon@movementarian.org>
8848
8849         * Makefile.am:
8850         * BoostFormat.h:
8851         * boost-inst.C: moved to support
8852
8853         * several files: changes as a result
8854
8855 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8856
8857         * text2.C (LyXText): adjust.
8858         (init): adjust
8859         (removeRow): make it take a RowList::iterator as arg, adjust.
8860         (fullRebreak): adjust
8861         (deleteEmptyParagraphMechanism): adjust
8862         (clearPaint): adjust
8863         (postPaint): adjust
8864
8865         * text.C (top_y): adjust
8866         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8867         (breakAgain): make it take a RowList::iterator as arg, adjust.
8868         (breakParagraph): adjust
8869         (insertChar): adjust
8870         (backspace): adjust
8871
8872         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8873         need_break_row, and refresh_row.
8874
8875         * text3.C (dispatch): adjust
8876
8877         * text2.C (checkParagraph): adjust
8878         (setCursor): adjust
8879         (setCursorFromCoordinates): adjust
8880
8881         * text.C (top_y): adjust
8882         (workWidth): adjust
8883         (getRow): make it return a RowList::iterator, adjust
8884         (getRowNearY): make it return a RowList::iterator, adjust
8885
8886         * text2.C (init): adjust
8887         (insertRow): remove function
8888         (insertParagraph): adjust
8889         (redoParagraphs): adjust
8890         (fullRebreak): adjust
8891         (updateCounters): adjust
8892
8893         * text.C (top_y): rewrite to use RowList iterators.
8894         (top_y): adjust
8895         (setHeightOfRow): rewrite to sue RowList iterators.
8896         (appendParagraph): adjust
8897         (breakAgain): adjust
8898         (breakAgainOneRow): adjust
8899         (breakParagraph): adjust
8900         (getRow): adjust
8901         (getRowNearY): adjust, and remove commented code.
8902
8903         * lyxtext.h (firstRow): delete function
8904         (lastRow): delete function
8905         (rows): new function (const and non-const versions.)
8906         (insertRow): delete function
8907
8908         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8909
8910 2003-03-29  John Levon  <levon@movementarian.org>
8911
8912         * BufferView_pimpl.C: always update scrollbar top
8913         because pasting text when we're anchored could mean we
8914         miss an update altogether
8915
8916 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8917
8918         * text2.C (init): use rowlist_.end() and not 0.
8919         (insertRow): change to take a RowList::iterator as arg, adjust
8920         for this.
8921         (insertParagraph): change to take a RowList::iterator as arg,
8922         adjust for this.
8923         (redoParagraphs): remove some debug msgs.
8924
8925         * text.C (appendParagraph): change to take a RowList::iterator
8926         arg, adjust for this.
8927         (breakAgain): add an assert
8928         (breakAgainOneRow): ditto
8929
8930 2003-03-29  John Levon  <levon@movementarian.org>
8931
8932         * text2.C: do not clear selection after inc/decDepth
8933         (bug 550)
8934
8935 2003-03-29  John Levon  <levon@movementarian.org>
8936
8937         * BufferView.C:
8938         * buffer.C: fix broken strerrors according to Lars
8939
8940 2003-03-29  John Levon  <levon@movementarian.org>
8941
8942         * converters.C: more Alert cleanups
8943
8944 2003-03-29  John Levon  <levon@movementarian.org>
8945
8946         * bufferview_funcs.C: remove pointless Alert
8947
8948         * buffer.C: fix confusing error message when
8949         a template is chmoded 000
8950
8951 2003-03-29  John Levon  <levon@movementarian.org>
8952
8953         * BufferView.C:
8954         * BufferView.h:
8955         * BufferView_pimpl.C: Alert fixes
8956
8957         * Makefile.am:
8958         * tabular.C:
8959         * tabular-old.C: remove unused table compat reading
8960
8961 2003-03-29  John Levon  <levon@movementarian.org>
8962
8963         * BufferView.C:
8964         * buffer.C:
8965         * lyx_cb.h:
8966         * lyx_cb.C: more Alert cleanups
8967
8968         * lyxfunc.C: don't allow chktex if not latex document
8969
8970 2003-03-29  John Levon  <levon@movementarian.org>
8971
8972         * lyx_cb.C:
8973         * BufferView.C:
8974         * buffer.C: warnings pushed down from support/,
8975         kill err_alert
8976
8977 2003-03-29  John Levon  <levon@movementarian.org>
8978
8979         * lyxfunc.C: safety check for C-r (revert)
8980
8981 2003-03-29  John Levon  <levon@movementarian.org>
8982
8983         * bufferlist.h:
8984         * bufferlist.C: several UI fixes using Alert::prompt.
8985         Fix the pointless looping quit code. Fix stupid revert
8986         behaviour (bug 938)
8987
8988         * lyxvc.h:
8989         * lyxvc.C:
8990         * lyx_cb.C: use Alert::prompt
8991
8992         * lyx_main.C: remove a silly question
8993
8994         * lyxfunc.C: remove a couple of silly questions,
8995         use Alert::prompt
8996
8997 2003-03-28  John Levon  <levon@movementarian.org>
8998
8999         * text2.C: fix bug 974 (End on empty par)
9000
9001 2003-03-28  John Levon  <levon@movementarian.org>
9002
9003         * BufferView_pimpl.C:
9004         * LyXAction.C:
9005         * lfuns.h: remove do-nothing math greek lfuns
9006
9007 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9008
9009         * lyxgluelength.h (isValidGlueLength): add default arg on
9010         parameter 2. Remove default arg from friend in class.
9011
9012         * lyxlength.h (isValidLength): add default arg on parameter 2.
9013         Remove default arg from friend in class.
9014
9015         * text2.C (LyXText): adjust, initialize refresh_row.
9016         (init): adjust
9017         (removeRow): adjust
9018         (insertRow): adjust
9019         (insertParagraph): adjst
9020         (redoParagraphs): adjust
9021         (fullRebreak): adjust
9022         (updateCounters): adjust
9023         (deleteEmptyParagraphMechanism): first attempt at fixing a
9024         crashing bug.
9025
9026         * text.C (top_y): adjust
9027         (setHeightOfRow): adjust
9028         (getRow): adjust
9029         (getRowNearY): adjust
9030
9031         * lyxtext.h: include RowList.h
9032         (~LyXText): not needed anymore, deleted.
9033         (firstRow): modify for RowList
9034         (lastRow): new function
9035         Delete firstrow and lastrow class variables, add a Rowlist
9036         rowlist_ class variable.
9037
9038         * lyxrow.C (lastPos): use empty() and not !size() to check if a
9039         paragraph is empty.
9040
9041         * RowList.C (insert): fix case where it == begin().
9042
9043 2003-03-26  Angus Leeming  <leeming@lyx.org>
9044
9045         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
9046         the thesaurus dialog.
9047
9048 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
9049
9050         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
9051
9052         * RowList.[Ch]: new files
9053
9054         * ParagraphList.C (erase): handle the case where it == begin
9055         correctly.
9056
9057 2003-03-25  John Levon  <levon@movementarian.org>
9058
9059         * Makefile.am:
9060         * aspell_local.h:
9061         * aspell.C: add new aspell support
9062
9063         * lyxrc.h:
9064         * lyxrc.C: Make use_pspell be use_spell_lib. Always
9065         have it accessible.
9066
9067 2003-03-25  Angus Leeming  <leeming@lyx.org>
9068
9069         * lfuns.h:
9070         * LyXAction.C (init): new LFUN_INSET_INSERT.
9071
9072         * BufferView_pimpl.C (dispatch): split out part of the
9073         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
9074
9075         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
9076         LFUN_INSET_APPLY.
9077
9078 2003-03-25  Angus Leeming  <leeming@lyx.org>
9079
9080         * lyxfunc.C (dispatch): changes to the Dialogs interface.
9081
9082 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
9083
9084         * text2.C:
9085         * text3.C: remove useless row->height(0)
9086
9087 2003-03-25  John Levon  <levon@movementarian.org>
9088
9089         * lyxtext.h:
9090         * text2.C:
9091         * text3.C: rename the refreshing stuff to better names
9092
9093 2003-03-24  John Levon  <levon@movementarian.org>
9094
9095         * BufferView_pimpl.h:
9096         * BufferView_pimpl.C: update layout choice on a mouse
9097         press/release
9098
9099 2003-03-23  John Levon  <levon@movementarian.org>
9100
9101         * Makefile.am: fix commandtags.h reference
9102
9103 2003-03-22  John Levon  <levon@movementarian.org>
9104
9105         * BufferView_pimpl.C:
9106         * lyxtext.h:
9107         * rowpainter.C:
9108         * rowpainter.h:
9109         * text.C:
9110         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
9111
9112 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
9113
9114         * lyxtext.h:
9115         * text.C: take the rtl methods out of line
9116
9117 2003-03-21 André Pönitz <poenitz@gmx.net>
9118
9119         * metricsinfo.[Ch]: new files containing structures to be passed around
9120         during the two-phase-drawing...
9121
9122 2003-03-21 André Pönitz <poenitz@gmx.net>
9123
9124         * lyxtextclass.C: read 'environment' tag.
9125
9126 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
9127
9128         * text2.C (removeRow): fix bug 964
9129
9130 2003-03-20  John Levon  <levon@movementarian.org>
9131
9132         * rowpainter.C:
9133         * text.C:
9134         * text2.C: paint cleanups. Inset::update() dropped font
9135         parameter
9136
9137 2003-03-19  John Levon  <levon@movementarian.org>
9138
9139         * lyxfunc.C: only fitcursor/markDirty if available()
9140
9141 2003-03-19  John Levon  <levon@movementarian.org>
9142
9143         * commandtags.h: rename to ...
9144
9145         * lfuns.h: ... this, and renumber / cleanup
9146
9147 2003-03-19  John Levon  <levon@movementarian.org>
9148
9149         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
9150         fit the cursor after an lfun
9151
9152         * BufferView.h:
9153         * BufferView.C:
9154         * BufferView_pimpl.h:
9155         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
9156
9157         * LyXAction.C: layout-character should have ReadOnly
9158
9159         * ParagraphParameters.C:
9160         * buffer.C:
9161         * bufferview_funcs.C:
9162         * lyx_cb.C:
9163         * lyxfind.C:
9164         * lyxtext.h:
9165         * text.C:
9166         * text2.C:
9167         * text3.C:
9168         * undo_funcs.C: changes from above
9169
9170 2003-03-18  John Levon  <levon@movementarian.org>
9171
9172         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9173         remove it from update()
9174
9175         * lyxfunc.C: update layout choice after an lfun
9176
9177         * text3.C: remove extra updateLayoutChoice()s
9178
9179 2003-03-18  John Levon  <levon@movementarian.org>
9180
9181         * text.C: top_y change means full repaint, fix
9182         a drawing bug with cursor movement
9183
9184 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9185
9186         * lyxtext.h:
9187         * text.C:
9188         * text2.C: anchor row on setCursor
9189
9190 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
9191
9192         * lyxtext.h: remove almost all mutable keywords
9193         * text.C:
9194         * text2.C:
9195         * text3.C: remove const keywords accordingly
9196
9197 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9198
9199         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9200         anon namespace
9201         (TeXEnvironment): ditto
9202         (TeXOnePar): ditto
9203
9204 2003-03-17  John Levon  <levon@movementarian.org>
9205
9206         * text.C (rowBreakPoint): remove attempt to fix displayed
9207         math insets inside a manual label
9208
9209 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
9210
9211         * lyxtext.h: remove BufferView* as first arg from almost all class
9212         functions.
9213         * other files: adjust.
9214
9215 2003-03-17  John Levon  <levon@movementarian.org>
9216
9217         * lyxtext.h:
9218         * undo_funcs.C:
9219         * text2.C: more paint cleanups
9220
9221         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9222
9223         * rowpainter.h:
9224         * rowpainter.C: remove "smart" background painting code
9225
9226 2003-03-16  John Levon  <levon@movementarian.org>
9227
9228         * lyxtext.h:
9229         * text.C:
9230         * text2.C:
9231         * text3.C: add helper functions for setting refresh_row/y
9232
9233 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
9234
9235         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9236         newline inset which *can* get inserted in the pass_thru layouts.
9237         This is primarily for literate documents.
9238
9239 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
9240
9241         * buffer.C: increment LYX_FORMAT to 223
9242
9243 2003-03-14 André Pönitz <poenitz@gmx.net>
9244
9245         * textclass.h: prepare for environment handling, ws changes
9246         * lyxlayout.C: read latexheader and latexfooter tags
9247
9248 2003-03-14  John Levon  <levon@movementarian.org>
9249
9250         * text2.C: rewrite ::status() a bit
9251
9252 2003-03-13  John Levon  <levon@movementarian.org>
9253
9254         * lyxtext.h: add some docs
9255
9256 2003-03-13  John Levon  <levon@movementarian.org>
9257
9258         * lyxtext.h:
9259         * text.C:
9260         * text2.C:
9261         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9262
9263 2003-03-13  John Levon  <levon@movementarian.org>
9264
9265         * text3.C: fix appendix redrawing
9266
9267 2003-03-13  John Levon  <levon@movementarian.org>
9268
9269         * text.C (setHeightOfRow):
9270         * rowpainter.h:
9271         * rowpainter.C: make appendix mark have the text
9272           "Appendix" so the user knows what it is
9273
9274         * LColor.h:
9275         * LColor.C: s/appendixline/appendix/ from above
9276
9277 2003-03-13  John Levon  <levon@movementarian.org>
9278
9279         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9280
9281         * text.C: fix a getChar(pos) bug properly
9282
9283 2003-03-13  Angus Leeming  <leeming@lyx.org>
9284
9285         * commandtags.h:
9286         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9287         Probably only temporary. Let's see how things pan out.
9288
9289         * BufferView.C (unlockInset):
9290         * BufferView_pimpl.C (fitCursor):
9291         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9292
9293         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9294         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9295
9296         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9297         new functions that convert ParagraphParameters to and from a string.
9298
9299         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9300         BufferView::Pimpl's dispatch.
9301         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9302
9303 2003-03-13 André Pönitz <poenitz@gmx.net>
9304
9305         * lyxfunc.C:
9306         * text3.C:
9307         * factory.C: make it aware of InsetEnv
9308
9309 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9310
9311         * text2.C (setCursor): never ask for one past last
9312         (setCursor): add some debugging messages.
9313
9314         * text.C (singleWidth): never ask for one past last
9315         (singleWidth): ditto
9316         (leftMargin): ditto
9317         (rightMargin): ditto
9318         (rowBreakPoint): ditto
9319         (setHeightOfRow): ditto
9320         (prepareToPrint): ditto
9321
9322         * rowpainter.C (paintBackground): never ask for one past last
9323         (paintText): never ask for one past last
9324
9325         * paragraph_pimpl.C (getChar): make the assert stricter, never
9326         allow the one past last pos to be taken
9327
9328         * paragraph.C (getChar): ws changes only
9329
9330         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9331         (numberOfSeparators): ditto
9332         (numberOfHfills): ditto
9333
9334 2003-03-12  John Levon  <levon@movementarian.org>
9335
9336         * author.h:
9337         * author.C:
9338         * bufferparams.h:
9339         * bufferparams.C:
9340         * paragraph_funcs.C: fix per-buffer authorlists
9341
9342 2003-03-12  John Levon  <levon@movementarian.org>
9343
9344         * text.C: fix newline in right address
9345
9346 2003-03-12  Angus Leeming  <leeming@lyx.org>
9347
9348         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9349         duplicate those in LyXFunc::dispatch.
9350
9351         * commandtags.h:
9352         * LyXAction.C:
9353         * ToolbarDefaults.C:
9354         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9355         Add LFUN_FONTFREE_UPDATE.
9356
9357         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9358         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9359
9360         * bufferview_func.[Ch]: several new functions to facilliate
9361         transfer of data to and from the character dialog.
9362
9363 2003-03-12  John Levon  <levon@movementarian.org>
9364
9365         * buffer.C:
9366         * paragraph.h:
9367         * paragraph.C:
9368         * paragraph_funcs.C:
9369         * paragraph_pimpl.C:
9370         * sgml.C:
9371         * tabular.C:
9372         * text.C:
9373         * text3.C: remove META_NEWLINE in favour of an inset
9374
9375         * rowpainter.h:
9376         * rowpainter.C: remove paintNewline (done by inset)
9377
9378 2003-03-12  John Levon  <levon@movementarian.org>
9379
9380         * paragraph_pimpl.C: complain about bad getChar()s
9381         for a while at least
9382
9383 2003-03-12  John Levon  <levon@movementarian.org>
9384
9385         * buffer.h:
9386         * buffer.C: move paragraph read into a separate function,
9387         a little renaming to reflect that.
9388
9389         * bufferparams.h:
9390         * bufferparams.C: remove the author_ids map, not necessary now
9391
9392         * factory.h:
9393         * factory.C: moved Buffer::readInset to here
9394
9395         * paragraph_funcs.h:
9396         * paragraph_funcs.C: readParagraph free function moved from
9397         buffer.C
9398
9399         * tabular.C: name change
9400
9401 2003-03-12  John Levon  <levon@movementarian.org>
9402
9403         * buffer.C:
9404         * ParagraphParameters.C: move par params input to
9405         a read() method
9406
9407         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9408         behave like a normal read from the stream wrt reading
9409         a line vs. a \\token
9410
9411 2003-03-12  John Levon  <levon@movementarian.org>
9412
9413         * paragraph.C:
9414         * ParagraphParameters.h:
9415         * ParagraphParameters.C: move output code to a
9416         ::write() method
9417
9418 2003-03-12  John Levon  <levon@movementarian.org>
9419
9420         * BufferView.C (insertLyXFile):
9421         * buffer.h:
9422         * buffer.C:
9423         * tabular.C: use a parlist iterator for creating the
9424           document.
9425
9426 2003-03-12  John Levon  <levon@movementarian.org>
9427
9428         * buffer.C: make current_change static local not
9429           static file-scope
9430
9431 2003-03-12  John Levon  <levon@movementarian.org>
9432
9433         * buffer.C: fix insertStringAsLines for change tracking
9434
9435 2003-03-12  John Levon  <levon@movementarian.org>
9436
9437         * BufferView.C:
9438         * tabular.C:
9439         * buffer.h:
9440         * buffer.C:
9441         * bufferparams.h:
9442         * bufferparams.C: move author list into params. Rename some
9443           functions. Move the header reading into a separate token
9444           loop. Move the header token reading into BufferParams.
9445
9446 2003-03-12  John Levon  <levon@movementarian.org>
9447
9448         * changes.C: put debug inside lyxerr.debugging() checks
9449
9450 2003-03-11 André Pönitz <poenitz@gmx.net>
9451
9452         * factory.C: make it aware of InsetHFill
9453
9454 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9455
9456         * buffer.C (latexParagraphs): move function from here...
9457         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9458         args.
9459
9460 2003-03-10  Angus Leeming  <leeming@lyx.org>
9461
9462         * LyXAction.C (init): fix bug in poplating array with multiple entries
9463         with the same LFUN (spotted by JMarc).
9464
9465 2003-03-10  John Levon  <levon@movementarian.org>
9466
9467         * text.C:
9468         * text2.C: move getColumnNearX() near its
9469         only call site
9470
9471 2003-03-10  John Levon  <levon@movementarian.org>
9472
9473         * text.C: fix break before a minipage
9474
9475 2003-03-10  John Levon  <levon@movementarian.org>
9476
9477         * text.C: fix the last commit
9478
9479 2003-03-09  John Levon  <levon@movementarian.org>
9480
9481         * lyxtext.h:
9482         * text.C:
9483         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9484         bug 365 (don't break before insets unless needed). Don't
9485         return a value > last under any circumstances.
9486
9487 2003-03-09  Angus Leeming  <leeming@lyx.org>
9488
9489         * BufferView_pimpl.C (trackChanges, dispatch): call
9490         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9491
9492 2003-03-09  Angus Leeming  <leeming@lyx.org>
9493
9494         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9495         than Dialogs::showAboutlyx().
9496
9497 2003-03-09  Angus Leeming  <leeming@lyx.org>
9498
9499         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9500         than Dialogs::showTabularCreate().
9501
9502 2003-03-09  John Levon  <levon@movementarian.org>
9503
9504         * lyxtext.h:
9505         * text.C:
9506         * text2.C: 3rd arg to nextBreakPoint was always the same.
9507           Use references.
9508
9509 2003-03-08  John Levon  <levon@movementarian.org>
9510
9511         * lyxrow.C:
9512         * paragraph.C:
9513         * paragraph.h:
9514         * rowpainter.C:
9515         * text.C:
9516         * text2.C: Remove the "main" bit from the "main body"
9517           notion.
9518
9519 2003-03-08  John Levon  <levon@movementarian.org>
9520
9521         * text.C (leftMargin): The left margin of an empty
9522         manual label paragraph should not include the label width
9523         string length.
9524
9525         * text.C (prepareToPrint): don't attempt to measure hfills
9526         for empty manual label paragraphs - the answer should be 0
9527
9528 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9529
9530         * CutAndPaste.C: remove commented code and reindent.
9531
9532 2003-03-08  John Levon  <levon@movementarian.org>
9533
9534         * lyxfunc.h:
9535         * lyxfunc.C: move reloadBuffer()
9536
9537         * BufferView.h:
9538         * BufferView.C: to here
9539
9540         * lyxvc.C: add comment
9541
9542         * vc-backend.h:
9543         * vc-backend.C: call bv->reload() to avoid
9544           getStatus() check on MENURELOAD
9545
9546 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9547
9548         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9549         to an old format .dep file.
9550
9551 2003-03-07  Angus Leeming  <leeming@lyx.org>
9552
9553         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9554         when the LFUN_MOUSE_RELEASE should have been handled by
9555         inset->localDispatch.
9556
9557 2003-03-07  Angus Leeming  <leeming@lyx.org>
9558
9559         * BufferView_pimpl.C (dispatch):
9560         * LyXAction.C (init):
9561         * ToolbarDefaults.C (init):
9562         * commandtags.h:
9563         * lyxfunc.C (getStatus):
9564         remove LFUN_INSET_GRAPHICS.
9565
9566         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9567
9568 2003-03-07  Angus Leeming  <leeming@lyx.org>
9569
9570         * commandtags.h:
9571         * LyXAction.C (init):
9572         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9573
9574         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9575
9576         * commandtags.h:
9577         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9578
9579         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9580         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9581
9582 2003-03-07  Angus Leeming  <leeming@lyx.org>
9583
9584         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9585         remove "ert".
9586
9587 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9588
9589         * ParagraphList.C (front): new function
9590         (back): implement
9591
9592 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9593
9594         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9595         and top_row_offset_. removed var first_y.
9596         * text.C (top_y):
9597         * text2.C (LyXText, removeRow):
9598         * text3.C:
9599         * BufferView_pimpl.C:
9600         use these methods instead of using first_y
9601
9602 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9603
9604         * text2.C (pasteSelection): adjust for checkPastePossible
9605
9606         * CutAndPaste.C: remove Paragraph * buf and replace with
9607         ParagraphList paragraphs.
9608         (DeleteBuffer): delete
9609         (cutSelection): change the tc type to textclass_type
9610         (copySelection): change the tc type to textclass_type
9611         (copySelection): adjust for ParagraphList
9612         (pasteSelection): change the tc type to textclass_type
9613         (pasteSelection): adjust for Paragraphlist
9614         (nrOfParagraphs): simplify for ParagraphList
9615         (checkPastePossible): simplify for ParagraphList
9616         (checkPastePossible): remove unused arg
9617
9618         * ParagraphList.C (insert): handle the case where there are no
9619         paragraphs yet.
9620
9621         * CutAndPaste.h: make CutAndPaste a namespace.
9622
9623         * text3.C (dispatch): adjust
9624
9625         * text.C (breakParagraph): add a ParagraphList as arg
9626
9627         * paragraph_funcs.C (breakParagraph): change to take a
9628         BufferParams and a ParagraphList as args.
9629         (breakParagraphConservative): ditto
9630         (mergeParagraph): ditto
9631         (TeXDeeper): add a ParagraphList arg
9632         (TeXEnvironment): ditto
9633         (TeXOnePar): ditto
9634
9635         * buffer.C (readLyXformat2): adjust
9636         (insertStringAsLines): adjust
9637         (latexParagraphs): adjust
9638
9639         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9640         (cutSelection): adjust
9641         (pasteSelection): adjust
9642
9643         * BufferView_pimpl.C (insertInset): adjust
9644
9645 2003-03-05  Angus Leeming  <leeming@lyx.org>
9646
9647         * commandtags.h:
9648         * LyXAction.C (init):
9649         * BufferView_pimpl.C (dispatch):
9650         * lyxfunc.C (getStatus):
9651         remove LFUN_CHILD_INSERT.
9652
9653         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9654
9655 2003-03-05  Angus Leeming  <leeming@lyx.org>
9656
9657         * commandtags.h:
9658         * LyXAction.C (init):
9659         * src/factory.C (createInset):
9660         * lyxfunc.C (getStatus):
9661         * text3.C (dispatch):
9662         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9663
9664         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9665
9666 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9667
9668         * ParagraphList.C (insert): handle insert right before end()
9669         (erase): fix cases where it can be first or last paragraph.
9670
9671 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9672
9673         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9674         Paragraph::next and Paragraph::previous
9675         (TeXOnePar): ditto
9676
9677         * text.C (breakParagraph): adjust
9678
9679         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9680         BufferParams& as arg.
9681         (breakParagraph): use ParagraphList::insert
9682         (breakParagraphConservative): take a Buffer* instead of a
9683         BufferParams& as arg.
9684         (breakParagraphConservative): use ParagraphList::insert.
9685
9686         * buffer.C (insertStringAsLines): un-const it
9687         (insertStringAsLines): adjust
9688
9689         * ParagraphList.C (insert): new function
9690
9691         * CutAndPaste.C (pasteSelection): adjust
9692
9693         * text.C (backspace): adjust
9694
9695         * tabular.C (SetMultiColumn): adjust
9696
9697         * CutAndPaste.C (cutSelection): adjust
9698         (pasteSelection): adjust
9699
9700         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9701         Buffer const * as arg
9702
9703         * ParagraphList.C (erase): new function
9704         * paragraph_funcs.C (mergeParagraph): use it
9705         (mergeParagraph): make it take a Buffer* instead of a
9706         BufferParams* as arg
9707
9708         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9709         as arg
9710         (breakParagraphConservative): ditto
9711
9712         * paragraph.h: remove the breakParagraph friend
9713
9714         * paragraph.C (eraseIntern): new function
9715         (setChange): new function
9716
9717         * paragraph_funcs.C (mergeParagraph): make it take a
9718         ParagraphList::iterator instead of a Paragraph *, adjust
9719         accordingly.
9720
9721         * paragraph.h: move an #endif so that the change tracking stuff
9722         also works in the NO_NEXT case.
9723
9724 2003-03-04  Angus Leeming  <leeming@lyx.org>
9725
9726         * commandtags.h:
9727         * LyXAction.C: new LFUN_INSET_MODIFY.
9728
9729         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9730         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9731
9732 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9733
9734         * several files: ws changes only
9735
9736         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9737         (TeXEnvironment): ditto
9738         (TeXDeeper): ditto
9739
9740         * buffer.C (makeLaTeXFile): adjust
9741         (latexParagraphs): make it take ParagraphList::iterator as args
9742
9743 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9744
9745         * buffer.C (latexParagraphs): adjust
9746
9747         * paragraph.C (TeXOnePar): move function...
9748         (optArgInset): move function...
9749         (TeXEnvironment): move function...
9750         * paragraph_pimpl.C (TeXDeeper): move function...
9751         * paragraph_funcs.C: ...here
9752
9753         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9754
9755 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9756
9757         * buffer.C (readInset): remove compability code for old Figure and
9758         InsetInfo insets
9759
9760 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9761
9762         * buffer.C: ws changes
9763         (readInset):
9764
9765         * BufferView_pimpl.C: ditto
9766         * author.C: ditto
9767         * buffer.h: ditto
9768         * bufferlist.h: ditto
9769         * changes.h: ditto
9770         * lyxfunc.C: ditto
9771
9772 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9773
9774         * converter.[Ch]: split into itself +
9775         * graph.[Ch]
9776         * format.[Ch]
9777         * Makefile.am: += graph.[Ch] + format.[Ch]
9778         * MenuBackend.C
9779         * buffer.C
9780         * exporter.C
9781         * importer.C
9782         * lyx_main.C
9783         * lyxfunc.C
9784         * lyxrc.C: added #include "format.h"
9785
9786 2003-02-27  Angus Leeming  <leeming@lyx.org>
9787
9788         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9789           a label.
9790
9791         * factory.C (createInset): add "label" to the factory.
9792
9793         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9794           string and do no more.
9795
9796 2003-02-27  Angus Leeming  <leeming@lyx.org>
9797
9798         * commandtags.h:
9799         * LyXAction.C (init):
9800         * factory.C (createInset):
9801         * BufferView_pimpl.C (dispatch):
9802           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9803
9804         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9805
9806         * lyxfunc.C (dispatch):
9807         * text3.C (dispatch): pass name to params2string.
9808
9809 2003-02-26  Angus Leeming  <leeming@lyx.org>
9810
9811         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9812           blocks together.
9813           Rearrange the ~includes. Strip out the unnecessary ones.
9814
9815         * factory.C (createInset): reformat.
9816           create new insets for the various LFUN_XYZ_APPLY lfuns.
9817
9818 2003-02-26  John Levon  <levon@movementarian.org>
9819
9820         * lyxrow.h:
9821         * lyxrow.C: add isParStart,isParEnd helpers
9822
9823         * paragraph.h: make isInserted/DeletedText take refs
9824
9825         * paragraph_funcs.h:
9826         * paragraph_funcs.C: remove #if 0'd code
9827
9828         * lyxtext.h:
9829         * text3.C:
9830         * text2.C:
9831         * text.C: use lyxrow helpers above.
9832           Move draw and paint routines to RowPainter.
9833           Make several methods use refs not pointers.
9834           Make backgroundColor() const.
9835           Add markChangeInDraw(), isInInset().
9836           Merge changeRegionCase into changeCase.
9837           Make workWidth() shouldn't-happen code into an Assert.
9838
9839         * rowpainter.h:
9840         * rowpainter.C: new class for painting a row.
9841
9842         * vspace.h:
9843         * vspace.C: make inPixels take a ref
9844
9845 2003-02-26  Angus Leeming  <leeming@lyx.org>
9846
9847         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9848         LFUN_REF_APPLY.
9849
9850 2003-02-25  John Levon  <levon@movementarian.org>
9851
9852         * ispell.C: give the forked command a more accurate name
9853
9854 2003-02-22  John Levon  <levon@movementarian.org>
9855
9856         * toc.h:
9857         * toc.C: make TocItem store an id not a Paragraph *
9858           (bug #913)
9859
9860 2003-02-21  Angus Leeming  <leeming@lyx.org>
9861
9862         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9863           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9864           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9865           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9866           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9867           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9868
9869         * BufferView_pimpl.C (dispatch):
9870         * LyXAction.C (init):
9871         * factory.C (createInset):
9872         * lyxfunc.C (getStatus, dispatch):
9873         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9874
9875 2003-02-21  Angus Leeming  <leeming@lyx.org>
9876
9877         * BufferView_pimpl.C (MenuInsertLyXFile):
9878         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9879         * lyxfunc.C (menuNew, open, doImport):
9880           no longer pass a LyXView & to fileDlg.
9881
9882 2003-02-21  Angus Leeming  <leeming@lyx.org>
9883
9884         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9885         * LyXAction.C: change, BIBKEY to BIBITEM.
9886         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9887         Change InsetBibKey to InsetBibitem.
9888         Change BIBKEY_CODE to BIBITEM_CODE.
9889         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9890         * factory.C: replace insetbib.h with insetbibitem.h.
9891         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9892         * paragraph.C: replace insetbib.h with insetbibitem.h.
9893         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9894         Change bibkey() to bibitem().
9895         * text.C: remove insetbib.h.
9896         * text2.C: replace insetbib.h with insetbibitem.h.
9897         change bibkey() to bibitem().
9898         * text3.C: remove insetbib.h.
9899         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9900
9901 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9902
9903         * lyxrc.C (output): enclose user email in quotes (in case there are
9904         several words)
9905
9906 2003-02-18  John Levon  <levon@movementarian.org>
9907
9908         * buffer.h: add std::
9909
9910 2003-02-17  John Levon  <levon@movementarian.org>
9911
9912         * SpellBase.h:
9913         * ispell.h:
9914         * ispell.C:
9915         * pspell.h:
9916         * pspell.C: reworking. Especially in ispell, a large
9917           number of clean ups and bug fixes.
9918
9919         * lyxfunc.C: fix revert to behave sensibly
9920
9921 2003-02-17 André Pönitz <poenitz@gmx.net>
9922
9923         * LyXAction.C:
9924         * commandtags.h: new LFUN_INSERT_BIBKEY
9925
9926         * layout.h:
9927         * lyxlayout.C:
9928         * buffer.C:
9929         * factory.C:
9930         * text.C:
9931         * text2.C:
9932         * text3.C:
9933         * paragraph.[Ch]:
9934         * paragraph_func.C: remove special bibkey handling
9935
9936 2003-02-17  John Levon  <levon@movementarian.org>
9937
9938         * text.C (Delete): fix case where delete at the end of
9939           the very first paragraph would not merge the pars
9940
9941 2003-02-17  John Levon  <levon@movementarian.org>
9942
9943         * lyxrow.C: fix lastPrintablePos()
9944
9945 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9946
9947         * bufferparams.C (writeLaTeX): add a std:here
9948
9949         * buffer.C: and remove a using directive there
9950
9951 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9952
9953         * buffer.C (makeLaTeXFile): move the code that generates the
9954           preamble...
9955
9956         * bufferparams.C (writeLaTeX): ... in this new method
9957
9958         * LaTeXFeatures.C (getEncodingSet): make const
9959           (getLanguages): make const
9960
9961         * MenuBackend.C (binding): returns the binding associated to this
9962           action
9963           (add): sets the status of each item by calling getStatus. Adds
9964           some intelligence.
9965           (read): add support for OptSubMenu
9966           (expand): remove extra separator at the end of expanded menu
9967
9968 2003-02-15  John Levon  <levon@movementarian.org>
9969
9970         * BufferView.C:
9971         * BufferView_pimpl.C:
9972         * bufferlist.h:
9973         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9974           inset code that had no actual effect. Remove unneeded status
9975           code.
9976
9977 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9978
9979         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9980           in preamble
9981
9982 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9983
9984         * text.C (drawLengthMarker): also draw an arrow marker for
9985           symbolic lengths (medskip...)
9986
9987 2003-02-14  John Levon  <levon@movementarian.org>
9988
9989         * tabular.h:
9990         * tabular.C: better method names
9991
9992 2003-02-14  John Levon  <levon@movementarian.org>
9993
9994         * BufferView_pimpl.C:
9995         * bufferlist.C:
9996         * buffer.C:
9997         * converter.C:
9998         * lyx_cb.C:
9999         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
10000           it's a more accurate name. Remove some pointless uses.
10001
10002 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10003
10004         * text2.C (LyXText): change order of initilizers to shut off
10005           warnings
10006
10007 2003-02-14  John Levon  <levon@movementarian.org>
10008
10009         * buffer.C: use ParIterator for getParFromID()
10010
10011         * paragraph.h:
10012         * paragraph.C:
10013         * paragraph_pimpl.h:
10014         * paragraph_pimpl.C: remove unused getParFromID()
10015
10016 2003-02-14  John Levon  <levon@movementarian.org>
10017
10018         * buffer.C: remove some very old #if 0'd parse code
10019
10020 2003-02-13  John Levon  <levon@movementarian.org>
10021
10022         * text.h:
10023         * text.C:
10024         * text2.C: move hfillExpansion(), numberOfSeparators(),
10025           rowLast(), rowLastPrintable(), numberofHfills(),
10026           numberOfLabelHfills() ...
10027
10028         * lyxrow.h:
10029         * lyxrow.C: ... to member functions here.
10030
10031         * paragraph.h:
10032         * paragraph.C:
10033         * lyxtext.h:
10034         * text.C: remove LyXText::beginningOfMainBody(), and call
10035           p->beginningOfMainBody() directly. Move the check for
10036           LABEL_MANUAL into the latter.
10037
10038         * text.h:
10039         * text.C:
10040         * text2.C:
10041         * vspace.C:
10042         * BufferView.h:
10043         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
10044
10045         * text.h:
10046         * text.C:
10047         * text2.C:
10048         * text3.C:
10049         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
10050           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
10051
10052 2003-02-13  John Levon  <levon@movementarian.org>
10053
10054         * CutAndPaste.C: remove debug
10055
10056 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10057
10058         * paragraph.C (asString): remove two unused variables
10059
10060         * lyxtextclass.C (readTitleType):
10061           (Read):
10062           (LyXTextClass): handle new members titletype_ and titlename_
10063
10064         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
10065
10066 2003-02-09  John Levon  <levon@movementarian.org>
10067
10068         * buffer.h:
10069         * buffer.C: replace hand-coded list with a map for the dep clean
10070
10071 2003-02-08  John Levon  <levon@movementarian.org>
10072
10073         * LaTeX.C: consolidate code into showRunMessage() helper
10074
10075 2003-02-08  John Levon  <levon@movementarian.org>
10076
10077         * lyxfind.C:
10078         * lyxtext.h:
10079         * text2.C:
10080         * BufferView.C: change setSelectionOverString() to setSelectionRange()
10081           and pass the size in explicitly
10082
10083         * BufferView_pimpl.h:
10084         * BufferView_pimpl.C:
10085         * BufferView.h:
10086         * BufferView.C: add getCurrentChange()
10087
10088         * BufferView_pimpl.h:
10089         * BufferView_pimpl.C: handle change lfuns
10090
10091         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
10092           for changes. Mark pasted paragraphs as new.
10093
10094         * support/lyxtime.h:
10095         * support/lyxtime.C:
10096         * DepTable.C: abstract time_t as lyx::time_type
10097
10098         * LColor.h:
10099         * LColor.C: add colours for new text, deleted text, changebars
10100
10101         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
10102           package use "usenames" option.
10103
10104         * commandtags.h:
10105         * lyxfunc.C:
10106         * LyXAction.C: add change lfuns
10107
10108         * Makefile.am:
10109         * author.h:
10110         * author.C: author handling
10111
10112         * buffer.h:
10113         * buffer.C: add a per-buffer author list, with first entry as
10114           current author. Handle new .lyx tokens for change tracking. Output
10115           author list to .lyx file. Output dvipost stuff to .tex preamble.
10116           Bump lyx format to 222.
10117
10118         * bufferlist.h:
10119         * bufferlist.C: add setCurrentAuthor() to reset current author details
10120           in all buffers.
10121
10122         * bufferparams.h:
10123         * bufferparams.C: add param for tracking
10124
10125         * bufferview_funcs.C: output change info in minibuffer
10126
10127         * Makefile.am:
10128         * changes.h:
10129         * changes.C: add change-tracking structure
10130
10131         * debug.h:
10132         * debug.C: add CHANGES debug flag
10133
10134         * lyxfind.h:
10135         * lyxfind.C: add code for finding the next change piece
10136
10137         * lyxrc.h:
10138         * lyxrc.C: add user_name and user_email
10139
10140         * lyxrow.h:
10141         * lyxrow.C: add a metric for the top of the text line
10142
10143         * lyxtext.h:
10144         * text.C: implement accept/rejectChange()
10145
10146         * lyxtext.h:
10147         * text.C: paint changebars. Paint new/deleted text in the chosen
10148         colours. Strike through deleted text.
10149
10150         * paragraph.h:
10151         * paragraph.C:
10152         * paragraph_pimpl.h:
10153         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
10154           in the current change to the insert functions. Rework erase to
10155           mark text as deleted, adding an eraseIntern() and a range-based
10156           erase(). Implement per-paragraph change lookup and
10157           accept/reject.
10158
10159         * paragraph_funcs.C: Fixup paste for change tracking.
10160
10161         * tabular.C: mark added row/columns as new.
10162
10163         * text.C: fix rowLast() to never return -1. Don't allow
10164           spellchecking of deleted text. Track transpose changes. Don't
10165           allow paragraph break or merge where appropriate.
10166
10167         * text2.C: leave cursor at end of selection after a cut.
10168
10169 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10170
10171         * text.C (getLengthMarkerHeight):
10172         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10173         visible on screen too.
10174
10175 2003-02-07  John Levon  <levon@movementarian.org>
10176
10177         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10178
10179 2003-02-05  Angus Leeming  <leeming@lyx.org>
10180
10181         * lyxserver.C (read_ready): revert my patch of 11 September last year
10182         as it sends PC cpu through the roof. Presumably this means that
10183         the lyxserver will no longer run on an Alpha...
10184
10185 2003-01-30  Angus Leeming  <leeming@lyx.org>
10186
10187         * factory.C (createInset): create an InsetCommandParam of type "index"
10188         and use it to 'do the right thing'.
10189
10190         * text2.C (getStringToIndex): ensure that cursor position is always
10191         reset to the reset_cursor position.
10192
10193 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10194
10195         * lyxfunc.C (getStatus): "buffer-export custom" should never be
10196         disabled.
10197
10198 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
10199
10200         * bufferview.C:
10201         * lyxcb.C:
10202         * lyxfunc.C: Output messages with identical spelling, punctuation,
10203         and spaces
10204
10205 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
10206
10207         * MenuBackend.C (expandFormats): List only viewable export formats
10208         in "View" menu
10209
10210         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10211         message
10212
10213         * lyxfunc.C (getStatus): Make sure that formats other than
10214         "fax" can also be disabled
10215
10216 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10217
10218         * text3.C (dispatch): put the lfuns that insert insets in 3
10219         groups, and call doInsertInset with appropriate arguments.
10220         (doInsertInset): new function, that creates an inset and inserts
10221         it according to some boolean parameters.
10222
10223 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
10224
10225         * buffer.C (readFile): remember to pass on 'par' when calling
10226         readFile recursively.
10227
10228 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10229
10230         * MenuBackend.C (expandFormats): add "..." to import formats.
10231
10232 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10233
10234         * paragraph.C (asString): Remove XForms RTL hacks.
10235
10236 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
10237         * buffer.C: fix typo
10238
10239 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10240
10241         * Makefile.am (LIBS): delete var
10242         (lyx_LDADD): add @LIBS@ here instead.
10243
10244 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
10245
10246         * Clarify the meaning of "wheel mouse jump"
10247
10248 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10249
10250         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10251         tabular in a float
10252
10253 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10254
10255         * importer.C (Loaders): do not preallocate 3 elements in the
10256         vector, since one ends up with 6 elements otherwise
10257
10258 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10259
10260         * DepTable.C (write): write the file name as last element of the
10261         .dep file (because it may contain spaces)
10262         (read): read info in the right order
10263
10264 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10265
10266         * paragraph_pimpl.C (simpleTeXBlanks):
10267         (simpleTeXSpecialChars):
10268         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10269
10270         * tabular.C (latex): add some missing case statements. Reindent.
10271
10272         * MenuBackend.C (expandToc): remove unused variable.
10273
10274 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
10275
10276         * LColor.C:
10277         * LaTeX.C:
10278         * LyXAction.C:
10279         * MenuBackend.C:
10280         * buffer.C:
10281         * exporter.C:
10282         * lyxfunc.C:
10283         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10284         and the like.
10285
10286 2003-01-05  John Levon  <levon@movementarian.org>
10287
10288         * BufferView.h:
10289         * BufferView.C: add getEncoding()
10290
10291         * kbsequence.h:
10292         * kbsequence.C: do not store last keypress
10293
10294         * lyxfunc.h:
10295         * lyxfunc.C: store last keypress here instead. Pass encoding
10296           to getISOEncoded()
10297
10298 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10299
10300         * lyx_main.C (init): remove annoying error message when following
10301         symbolic links (bug #780)
10302
10303 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10304
10305         * text.C (insertChar):
10306         * lyxrc.C (getDescription): remove extra spaces
10307
10308 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10309
10310         * lyxrc.C (getDescription): remove extra spaces
10311
10312 2002-12-20  John Levon  <levon@movementarian.org>
10313
10314         * text3.C: hack fix for page up/down across tall rows
10315
10316 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10317
10318         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10319         not been invoked
10320
10321 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10322
10323         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10324         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10325         thesaurus is not compiled in
10326
10327 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10328
10329         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10330
10331 2002-12-16  Angus Leeming  <leeming@lyx.org>
10332
10333         * lyxrc.[Ch]:
10334         * lyx_main.C (init): remove override_x_deadkeys stuff.
10335
10336 2002-12-12  John Levon  <levon@movementarian.org>
10337
10338         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10339           insert. Only remove shift modifier under strict
10340           circumstances.
10341
10342 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10343
10344         * MenuBackend.C (expandToc): fix crash.
10345
10346 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10347
10348         * MenuBackend.C (expandToc): gettext on float names.
10349
10350 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10351
10352         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10353         implement bool empty() [bug 490]
10354
10355 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10356
10357         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10358
10359 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10360
10361         * several files: ws changes
10362
10363 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10364
10365         * text2.C (setCounter): clean up a bit, use boost.format.
10366         (updateCounters): initialize par upon declaration.
10367
10368         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10369         if the layout exists. We do not just store the layout any more.
10370         (SwitchLayoutsBetweenClasses): use boost.format
10371
10372 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10373
10374         * converter.C (convert): if from and to files are the same, use a
10375         temporary files as intermediary
10376
10377 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10378
10379         * commandtags.h:
10380         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10381
10382 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10383
10384         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10385
10386 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10387
10388         * tabular.C (asciiPrintCell): use string(size, char) instead of
10389         explicit loop.
10390
10391         * sgml.C (openTag): fix order of arguments to string constructor
10392         (closeTag): ditto
10393
10394         * lyxfunc.C (dispatch): use boost.format
10395
10396         * lots of files: change "c" -> 'c'
10397
10398 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10399
10400         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10401
10402 2002-11-25  Angus Leeming  <leeming@lyx.org>
10403
10404         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10405
10406         * lyx_main.C (init): compile fix.
10407
10408 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10409
10410         * lyx_cb.C (start): boost.formatify
10411         do not include <iostream>
10412
10413         * lengthcommon.C: ws only
10414
10415         * boost-inst.C,BoostFormat.h: add more explict instantations
10416
10417 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10418
10419         * lots of files: handle USE_BOOST_FORMAT
10420
10421 2002-11-21  John Levon  <levon@movementarian.org>
10422
10423         * pspell.C: fix compile
10424
10425 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10426
10427         * lyxfunc.C (dispatch): use boost::format
10428         (open): ditto
10429         (doImport): ditto
10430
10431         * lyxfont.C (stateText): use boost::format
10432
10433         * lyx_main.C (LyX): use boost::format
10434         (init): ditto
10435         (queryUserLyXDir): ditto
10436         (readRcFile): ditto
10437         (parse_dbg): ditto
10438         (typedef boost::function): use the recommened syntax.
10439
10440         * importer.C (Import): use boost::format
10441
10442         * debug.C (showLevel): use boost::format
10443
10444         * converter.C (view): use boost::format
10445         (convert): ditto
10446         (move): ditto
10447         (scanLog): ditto
10448
10449         * bufferview_funcs.C (currentState): use boost::format
10450
10451         * bufferlist.C (emergencyWrite): use boost::format
10452
10453         * buffer.C (readLyXformat2): use boost::format
10454         (parseSingleLyXformat2Token): ditto
10455
10456         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10457
10458         * LaTeX.C (run): use boost::format
10459
10460         * Chktex.C (scanLogFile): use boost::format
10461
10462         * BufferView_pimpl.C (savePosition): use boost::format
10463         (restorePosition): ditto
10464         (MenuInsertLyXFile): ditto
10465
10466         * BoostFormat.h: help file for explicit instation.
10467
10468 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10469
10470         * tabular.C (latex): Support for block alignment in fixed width
10471         columns.
10472
10473 2002-11-17  John Levon  <levon@movementarian.org>
10474
10475         * BufferView_pimpl.C:
10476         * lyx_cb.C:
10477         * lyxfunc.C: split filedialog into open/save
10478
10479 2002-11-08  Juergen Vigna  <jug@sad.it>
10480
10481         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10482         by my last patch (hopefully).
10483
10484 2002-11-08  John Levon  <levon@movementarian.org>
10485
10486         * iterators.h:
10487         * iterators.C:
10488         * buffer.h:
10489         * buffer.C:
10490         * paragraph.h:
10491         * paragraph.C:
10492         * toc.h:
10493         * toc.C: ParConstIterator, and use it (from Lars)
10494
10495 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10496
10497         * lyxtextclass.[Ch]: revise and add doxygen comments
10498
10499 2002-11-07  John Levon  <levon@movementarian.org>
10500
10501         * text.C: fix progress value for spellchecker
10502
10503         * toc.C: fix navigate menu for insetwrap inside minipage
10504
10505         * paragraph_funcs.C: added FIXME for suspect code
10506
10507 2002-11-07  John Levon  <levon@movementarian.org>
10508
10509         * BufferView_pimpl.C: fix redrawing of insets
10510           on buffer switch
10511
10512 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10513
10514         * text2.C (updateCounters): fix bug 668
10515
10516 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10517
10518         * text3.C (dispatch): Do not make the buffer dirty when moving the
10519         cursor.
10520
10521 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10522
10523         * vc-backend.C: STRCONV
10524         (scanMaster): ditto
10525
10526         * text2.C (setCounter): STRCONV
10527
10528         * paragraph.C (asString): STRCONV
10529
10530         * lyxlength.C (asString): STRCONV
10531         (asLatexString): ditto
10532
10533         * lyxgluelength.C (asString): STRCONV
10534         (asLatexString): ditto
10535
10536         * lyxfunc.C (dispatch): STRCONV
10537         (open): ditto
10538
10539         * lyxfont.C (stateText): STRCONV
10540
10541         * importer.C (Import): STRCONV
10542
10543         * counters.C (labelItem): STRCONV
10544         (numberLabel): ditto
10545         (numberLabel): remove unused ostringstream o
10546
10547         * chset.C: STRCONV
10548         (loadFile): ditto
10549
10550         * bufferview_funcs.C (currentState): STRCONV
10551
10552         * buffer.C (readFile): STRCONV
10553         (asciiParagraph): ditto
10554         (makeLaTeXFile): ditto
10555
10556         * Spacing.C (writeEnvirBegin): STRCONV
10557
10558         * LaTeXFeatures.C (getLanguages): STRCONV
10559         (getPackages): ditto
10560         (getMacros): ditto
10561         (getBabelOptions): ditto
10562         (getTClassPreamble): ditto
10563         (getLyXSGMLEntities): ditto
10564         (getIncludedFiles): ditto
10565
10566         * LaTeX.C: STRCONV
10567         (run): ditto
10568         (scanAuxFile): ditto
10569         (deplog): ditto
10570
10571         * LString.h: add the STRCONV macros
10572
10573         * BufferView_pimpl.C (savePosition): STRCONV
10574         (restorePosition): ditto
10575         (MenuInsertLyXFile): ditto
10576
10577         * vc-backend.C (scanMaster): change from submatch[...] to
10578         submatch.str(...)
10579
10580         * funcrequest.C: include config.h
10581
10582         * factory.C: include config.h
10583
10584         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10585
10586         * box.C: include config.h
10587
10588         * LaTeX.C (scanAuxFile): change from submatch[...] to
10589         submatch.str(...)
10590         (deplog): ditto
10591
10592 2002-10-25  Angus Leeming  <leeming@lyx.org>
10593
10594         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10595
10596         * ispell.[Ch] (setError): new method.
10597         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10598         Use setError() insetead of goto END.
10599
10600         * lyx_cb.C (AutoSave): move out child process into new class
10601         AutoSaveBuffer.
10602
10603 2002-10-30  John Levon  <levon@movementarian.org>
10604
10605         * text3.C: make start appendix undoable
10606
10607 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10608
10609         * lyxlength.C (inPixels): Fix returned value.
10610
10611         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10612         environment.
10613
10614 2002-10-24  Angus Leeming  <leeming@lyx.org>
10615
10616         * lyxgluelength.h: no need to forward declare BufferParams
10617         or BufferView, so don't.
10618
10619 2002-10-21  John Levon  <levon@movementarian.org>
10620
10621         * BufferView.C: menuUndo ->undo, redo
10622
10623         * BufferView.h: document, remove dead, make some methods private
10624
10625         * paragraph_funcs.h:
10626         * paragraph_funcs.C:
10627         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10628
10629         * buffer.h:
10630         * buffer.C:
10631         * sgml.h:
10632         * sgml.C: move sgml open/close tag into sgml.C
10633
10634         * bufferview_funcs.h: unused prototype
10635
10636         * lyxfunc.h:
10637         * lyxfunc.C: remove unused
10638
10639         * lyxtext.h:
10640         * text.C: remove unused
10641
10642 2002-10-21  John Levon  <levon@movementarian.org>
10643
10644         * BufferView.h:
10645         * BufferView.C:
10646         * BufferView_pimpl.h:
10647         * BufferView_pimpl.C: fix mouse wheel handling based on
10648           patch from Darren Freeman
10649
10650 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10651
10652         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10653
10654 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10655
10656         * lyxlength.C (inPixels): Fix hanfling of negative length.
10657         Fix LyXLength::MU case.
10658
10659 2002-10-16  John Levon  <levon@movementarian.org>
10660
10661         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10662
10663 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10664
10665         * converter.C (view): add support for $$i (file name) and $$p
10666         (file path) for the viewer command. If $$i is not specified, then
10667         it is appended to the command (for compatibility with old syntax)
10668
10669 2002-10-14  Juergen Vigna  <jug@sad.it>
10670
10671         * undo_funcs.C (textHandleUndo): alter the order in which the
10672         new undopar is added to the LyXText, as we have to set first
10673         the right prev/next and then add it as otherwise the rebuild of
10674         LyXText is not correct. Also reset the cursor to the right paragraph,
10675         with this IMO we could remove the hack in "redoParagraphs()".
10676
10677 2002-10-09  Angus Leeming  <leeming@lyx.org>
10678
10679         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10680         to turn off an optimisation if a new inset is to be inserted.
10681
10682 2002-10-11 André Pönitz <poenitz@gmx.net>
10683
10684         * lyxtext.h: make some functions public to allow access
10685         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10686
10687 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10688
10689         * text3.C (dispatch): when changing layout, avoid an infinite loop
10690         [bug #652]
10691
10692 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10693
10694         * lyxrc.C (read): treat a viewer or converter command of "none" as
10695         if it were empty.
10696
10697         * MenuBackend.C (expandFormats): for an update, also allow the
10698         formats that are not viewable
10699
10700         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10701         script if it is newer than the lyxrc.defaults in user directory
10702
10703 2002-10-07 André Pönitz <poenitz@gmx.net>
10704
10705         * text.C: Vitaly Lipatov's small i18n fix
10706
10707 2002-09-25  Angus Leeming  <leeming@lyx.org>
10708
10709         * ispell.h: doxygen fix.
10710
10711 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10712
10713         * buffer.h (readFile): Add a new argument to the method, to allow
10714         reading of old-format templates.
10715
10716 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10717
10718         * toc.C (getTocList): Get TOC from InsetWrap.
10719
10720 2002-09-16  John Levon  <levon@movementarian.org>
10721
10722         * lyxfunc.C: check tabular for cut/copy too
10723
10724 2002-09-12  John Levon  <levon@movementarian.org>
10725
10726         * LyXAction.C: tidy
10727
10728         * factory.h:
10729         * factory.C: add header
10730
10731         * paragraph_funcs.h:
10732         * paragraph_funcs.C: cleanup
10733
10734 2002-09-11  John Levon  <levon@movementarian.org>
10735
10736         * PrinterParams.h: odd/even default to true
10737
10738 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10739
10740         * PrinterParams.h: update printer parameters for new xforms dialog
10741
10742 2002-09-11  Angus Leeming  <leeming@lyx.org>
10743
10744         * lyxserver.C (read_ready): re-write to make it more transparent
10745         and to make it work in coherent fashion under Tru64 Unix.
10746
10747 2002-09-11  André Pönitz <poenitz@gmx.net>
10748
10749         * commandtags.h:
10750         * LyXAction.C:
10751         * text3.C: implement LFUN_WORDSEL
10752
10753 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10754
10755         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10756         make floatlist_ a boost::shared_ptr<FloatList>
10757
10758         * lyxtextclass.C: include FloatList.h
10759         (LyXTextClass): initialize floatlist_
10760         (TextClassTags): add TC_NOFLOAT
10761         (Read): match "nofloat" to TC_NOFLOAT and use it.
10762         (readFloat): modify call to floatlist_
10763         (floats): ditto
10764         (floats): ditto
10765
10766         * FloatList.[Ch] (FloatList): remove commented out float
10767         initialization.
10768         (erase): new function
10769
10770 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10771
10772         * MenuBackend.C (expandToc): fix crash when there is no document
10773         open
10774
10775 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10776
10777         * many files: Add insetwrap.
10778
10779 2002-09-09  John Levon  <levon@movementarian.org>
10780
10781         * text2.C: remove confusing and awkward depth wraparound
10782
10783 2002-09-09  John Levon  <levon@movementarian.org>
10784
10785         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10786
10787         * buffer.h:
10788         * buffer.C: remove getIncludeonlyList()
10789
10790         * paragraph.C:
10791         * lyxfunc.C: remove headers
10792
10793 2002-09-09  Juergen Vigna  <jug@sad.it>
10794
10795         * text.C (getColumnNearX): fix form Michael this is most
10796         probably a cut&paste bug.
10797
10798 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10799
10800         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10801
10802         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10803         references, ws changes.
10804
10805         * text2.C (init): update counters after init
10806         (insertParagraph): no need to set counter on idividual paragraphs.
10807         (setCounter): access the counters object in the textclass object
10808         on in the buffer object.
10809         (updateCounters): ditto
10810
10811         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10812         shared_ptr<Counters> to avoid loading counters.h in all
10813         compilation units.
10814         (LyXTextClass): initialize ctrs_
10815         (TextClassTags): add TC_COUNTER, and ...
10816         (Read): use it here.
10817         (CounterTags): new tags
10818         (readCounter): new function
10819         (counters): new funtion
10820         (defaultLayoutName): return a const reference
10821
10822         * counters.C (Counters): remove contructor
10823         (newCounter): remove a couple of unneeded statements.
10824         (newCounter): simplify a bit.
10825         (numberLabel): some small formatting changes.
10826
10827         * buffer.[Ch]: remove all traces of counters, move the Counters
10828         object to the LyXTextClass.
10829
10830 2002-09-06  Alain Castera  <castera@in2p3.fr>
10831
10832         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10833         package to set the horizontal alignment on fixed width columns.
10834
10835         * lyx_sty.C:
10836         * lyx_sty.h: added tabularnewline macro def.
10837
10838         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10839
10840 2002-09-06  John Levon  <levon@movementarian.org>
10841
10842         * LyXAction.C: tooltips for sub/superscript
10843
10844         * MenuBackend.C: a bit more verbose
10845
10846         * lyxfunc.C: tiny clean
10847
10848         * undo_funcs.C: document undo_frozen
10849
10850 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10851
10852         * counters.C (Counters): add missing algorithm counter.
10853
10854         * text2.C (setCounter): lookup the counter with layouts latexname
10855         instead of by section number.
10856         (setCounter): use a hackish way to lookup the correct enum
10857         counter.
10858         a float name->type change
10859         reset enum couners with counter name directly instead of depth value.
10860
10861         * counters.C (Counters): remove the push_backs, change to use the
10862         float type not the float name.
10863         (labelItem): remove unused string, float name->type change
10864
10865         * counters.h: don't include vector, loose the enums and sects vectors
10866
10867 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10868
10869         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10870         (Read): add float->TC_FLOAT to textclassTags
10871         (Read): and handle it in the switch
10872         (readFloat): new function
10873
10874         * FloatList.C (FloatList): comment out the hardcoded float
10875         definitions.
10876
10877         * lyxlayout.h: ws change.
10878
10879 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10880
10881         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10882
10883 2002-09-03  Angus Leeming  <leeming@lyx.org>
10884
10885         * BufferView_pimpl.h: qualified name is not allowed in member
10886         declaration: WorkArea & Pimpl::workarea() const;
10887
10888         * factory.C: added using std::endl directive.
10889
10890         * text3.C: added using std::find and std::vector directives.
10891
10892 2002-08-29  André Pönitz <poenitz@gmx.net>
10893
10894         * lyxtext.h:
10895         * text2.C: remove unused member number_of_rows
10896
10897         * Makefile.am:
10898         * BufferView2.C: remove file, move contents to...
10899         * BufferView.C: ... here
10900
10901         * BufferView_pimpl.C:
10902         * factory.C: move more inset creation to factory
10903
10904         * vspace.C: avoid direct usage of LyXText, ws changes
10905
10906         * BufferView.[Ch]:
10907                 don't provide direct access to WorkArea, use two simple
10908                 acessors haveSelction() and workHeight() instead
10909
10910
10911 2002-08-29  John Levon  <levon@movementarian.org>
10912
10913         * BufferView_pimpl.C (dispatch): do not continue when
10914           no buffer
10915
10916 2002-08-28  André Pönitz <poenitz@gmx.net>
10917
10918         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10919
10920         * BufferView.h:
10921         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10922
10923 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10924
10925         * buffer.C: increment LYX_FORMAT to 221
10926
10927         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10928         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10929
10930         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10931
10932         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10933
10934 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10935
10936         * factory.C (createInset): use LyXTextClass::floats
10937
10938         * MenuBackend.C (expandFloatListInsert):
10939         (expandFloatInsert):
10940         (expandToc):
10941
10942         * text2.C (setCounter):
10943
10944         * LaTeXFeatures.C (useFloat):
10945         (getFloatDefinitions):
10946
10947         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10948
10949         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10950         floatlist_, with accessor floats().
10951
10952         * FloatList.h: remove global FloatList
10953
10954 2002-08-26  André Pönitz <poenitz@gmx.net>
10955
10956         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10957
10958         * BufferView.h:
10959         * BufferView2.C:
10960         * BufferView_pimpl.C:
10961         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10962
10963 2002-08-25  John Levon  <levon@movementarian.org>
10964
10965         * LyXAction.C: fix margin note description
10966
10967 2002-08-24  John Levon  <levon@movementarian.org>
10968
10969         * buffer.C:
10970         * bufferlist.C:
10971         * bufferview_funcs.C:
10972         * lyxfont.C:
10973         * undo_funcs.C: cleanups
10974
10975         * lyxfunc.C: disable CUT/COPY when no selection
10976
10977 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10978
10979         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10980         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10981
10982         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10983         Add backward compatibility to "mono", "gray" and "no".
10984
10985 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10986
10987         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10988         (and file_format >= 200).
10989
10990 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10991
10992         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10993
10994 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10995
10996         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10997
10998 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10999
11000         * BufferView_pimpl.C:
11001         * LyXAction.C:
11002         * buffer.C:
11003         * commandtags.h:
11004         * lyxfunc.C:
11005         * paragraph.[Ch]:
11006         * text2.C:
11007         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
11008         inset and code to make it  work with the paragraph code. The inset
11009         can be anywhere in the paragraph, but will only do the expected
11010         thing in LaTeX if the layout file contains the parameter line
11011                         OptionalArgs    1
11012         (or more generally, a nonzero value) for that layout.
11013
11014 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
11015
11016         * paragraph.h: remove the declaration of undefined counters class
11017         function.
11018
11019 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
11020
11021         * text2.C (setCounter):  fixed enumeration mis-count as reported by
11022         Dr. Richard Hawkins.
11023
11024 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11025
11026         * paragraph_funcs.h: remove some unneeded includes
11027
11028         * text.C (backspace): pasteParagraph now in global scipe
11029
11030         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
11031         (pasteSelection): ditto
11032
11033         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
11034         * paragraph_funcs.C (pasteParagraph): ... here
11035
11036 2002-08-20  André Pönitz <poenitz@gmx.net>
11037
11038         * commandtags.h: new LFUNs for swapping/copying table row/colums
11039
11040         * LyXAction.C:
11041         * lyxfunc.C: support for new lfuns
11042
11043 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
11044
11045         * tabular.C:
11046         * buffer.[Ch]: remove NO_COMPABILITY stuff
11047
11048 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
11049
11050         * boost.C (throw_exception): new file, with helper function for
11051         boost compiled without exceptions.
11052
11053         * paragraph.h:
11054         * lyxlength.C:
11055         * buffer.C:
11056         * ParameterStruct.h:
11057         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
11058
11059         * bufferlist.C (emergencyWriteAll): use boost bind
11060
11061         * BufferView_pimpl.C (moveCursorUpdate): remove inline
11062
11063         * text.C: include paragraph_funcs.h
11064         (breakParagraph): breakParagraph is now in global scope
11065
11066         * paragraph_funcs.[Ch]: new files
11067
11068         * paragraph.C (breakParagraph,breakParagraphConservative): move to
11069         global scope
11070
11071         * buffer.C: include paragraph_funcs.h
11072         (insertStringAsLines): breakParagraph is now in global scope
11073
11074         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
11075         paragraph_funcs.C
11076
11077         * CutAndPaste.C: include paragraph_funcs.h
11078         (cutSelection): breakParagraphConservative is now in global scope
11079         (pasteSelection): ditto
11080
11081         * buffer.h: declare oprator== and operator!= for
11082         Buffer::inset_iterator
11083
11084         * bufferlist.C (emergencyWrite): don't use fmt(...)
11085
11086         * text3.C: add using std::endl
11087
11088         * BufferView.C (moveCursorUpdate): remove default arg
11089
11090 2002-08-20  André Pönitz <poenitz@gmx.net>
11091
11092         * buffer.[Ch]: move inline functions to .C
11093
11094         * BufferView2.C:
11095         * BufferView_pimpl.C:
11096         * text.C:
11097         * buffer.[Ch]: use improved inset_iterator
11098
11099         * buffer.C:
11100         * paragraph.[Ch]: write one paragraph at a time
11101
11102 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11103
11104         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
11105         style if style is not specified.
11106
11107 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11108
11109         * text2.C (setCounter): when searching for right label for a
11110         caption, make sure to recurse to parent insets (so that a caption
11111         in a minipage in a figure float works) (bug #568)
11112
11113 2002-08-20  André Pönitz <poenitz@gmx.net>
11114
11115         * text3.C: new file for LyXText::dispatch() and helpers
11116
11117         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
11118
11119         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
11120
11121 2002-08-19  André Pönitz <poenitz@gmx.net>
11122
11123         * lyxtext.h:
11124         * text.C: new LyXText::dispatch()
11125
11126         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
11127
11128 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
11129
11130         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
11131
11132         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
11133         Hebrew text.
11134
11135 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11136
11137         * Makefile.am: use $(variables) instead of @substitutions@
11138
11139 2002-08-15  André Pönitz <poenitz@gmx.net>
11140
11141         * lyxfunc.C:
11142         * BufferView_pimpl.C: streamlining mathed <-> outer world
11143         interaction
11144
11145         * commandtags.h:
11146         * LyXAction.C: remove unused LFUN_MATH
11147
11148 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11149
11150         * paragraph.[Ch]: add some NO_NEXT ifdefs.
11151
11152 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
11153
11154         * paragraph.C (Paragraph): reformat a bit
11155         (cutIntoMinibuffer): use builtin InsetList function instad of
11156         doing it manually.
11157         (getInset): ditto
11158
11159         * buffer.C: include boost/bind.hpp, add using std::for_each
11160         (writeFileAscii): use ParagraphList iterators
11161         (validate): use for_each for validate traversal of paragraphs
11162         (getBibkeyList): use ParagraphList iterators
11163         (resizeInsets): use for_each to resizeInsetsLyXText for all
11164         paragraphs.
11165         (getParFromID): use ParagraphList iterators
11166
11167         * BufferView2.C (lockInset): use paragraph list and iterators
11168
11169 2002-08-14  John Levon  <levon@movementarian.org>
11170
11171         * lyxserver.C: remove spurious xforms include
11172
11173 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11174
11175         * lyxfunc.C (getStatus): disable math-extern outside of math mode
11176
11177 2002-08-13  André Pönitz <poenitz@gmx.net>
11178
11179         * LyXAction.[Ch]:
11180         * lyxfunc.C: further cleaning
11181
11182 2002-08-13  André Pönitz <poenitz@gmx.net>
11183
11184         * funcrequest.h: new constructor
11185
11186         * funcrequest.C: move stuff here from .h
11187
11188         * Makefile.am:
11189         * BufferView_pimpl.C:
11190         * LyXAction.C:
11191         * toc.C:
11192         * lyxfunc.C: subsequent changes
11193
11194         * lyxfunc.h: new view() member function
11195
11196         * lyxfunc.C: subsequent changes
11197
11198 2002-08-13  Angus Leeming  <leeming@lyx.org>
11199
11200         * BufferView2.C:
11201         * BufferView_pimpl.C:
11202         * buffer.C:
11203         * converter.C:
11204         * importer.C:
11205         * lyxfunc.C:
11206         * lyxvc.C:
11207         * toc.C:
11208         * vc-backend.C:
11209         changes due to the changed LyXView interface that now returns references
11210         to member variables not pointers.
11211
11212 2002-08-13  Angus Leeming  <leeming@lyx.org>
11213
11214         * WordLangTuple (word, lang_code): return references to strings,
11215         not strings.
11216
11217         * BufferView.h:
11218         * SpellBase.h:
11219         * lyxtext.h: forward-declare WordLangTuple.
11220
11221         * BufferView2.C:
11222         * ispell.C:
11223         * pspell.C:
11224         * text.C: #include "WordLangTuple.h".
11225
11226         * lyxtext.h:
11227         * text.C: (selectNextWordToSpellcheck): constify return type.
11228
11229 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
11230
11231         * buffer.C:
11232         * buffer.h:
11233         * lyxtext.h:
11234         * paragraph.C:
11235         * paragraph_pimpl.h:
11236         * text.C:
11237         * text2.C:
11238         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11239         suggested by Angus.
11240         Made updateCounter always count from start of buffer, and removed
11241         second argument (par).
11242         Reverted floats number display to '#'. Perhaps I'll try again when the
11243         code base is sanitized a bit.
11244
11245 2002-08-12  Angus Leeming  <leeming@lyx.org>
11246
11247         * buffer.[Ch] (getLabelList): constify.
11248
11249 2002-08-07  André Pönitz <poenitz@gmx.net>
11250
11251         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11252
11253         * funcrequest.h: extension to keep mouse (x,y) position
11254
11255 2002-08-12  Juergen Vigna  <jug@sad.it>
11256
11257         * BufferView2.C (insertErrors): forbid undo when inserting error
11258         insets.
11259
11260         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11261
11262 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
11263
11264         * ParagraphList.[Ch]: new files
11265
11266         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11267
11268         * BufferView2.C (lockInset): ParagraphList changes
11269         * toc.C: ditto
11270         * text2.C: ditto
11271         * bufferlist.C: ditto
11272         * buffer.h: ditto
11273         * buffer.C: ditto
11274
11275 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11276
11277         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11278         unused class variable counter_,
11279
11280         * paragraph.[Ch] (getFirstCounter): delete unused function
11281
11282         * counters.C: include LAssert.h
11283         (reset): add a new function with no arg, change other version to
11284         not have def. arg and to not allow empty arg.
11285
11286         * text2.C (setCounter): remove empty arg from call to Counters::reset
11287
11288 2002-08-11  John Levon  <levon@movementarian.org>
11289
11290         * Makefile.am: add WordLangTuple.h
11291
11292 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11293
11294         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11295         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11296
11297         * insets/insettext.C: InsetList changes
11298
11299         * graphics/GraphicsSupport.C (operator()): InsetList changes
11300
11301         * toc.C (getTocList): InsetList changes
11302
11303         * paragraph_pimpl.[Ch]: InsetList changes
11304
11305         * paragraph.[Ch]: InsetList changes
11306
11307         * buffer.C (inset_iterator): InsetList changes
11308         (setParagraph): ditto
11309         * buffer.h (inset_iterator): ditto
11310         * iterators.C (operator++): ditto
11311         * iterators.h: ditto
11312
11313         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11314
11315         * InsetList.[Ch]: new files, most InsetList handling moved out of
11316         paragraph.C.
11317
11318         * BufferView2.C (removeAutoInsets): InsetList changes
11319         (lockInset): ditto
11320         (ChangeInsets): ditto
11321
11322 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11323
11324         * paragraph_pimpl.h (empty): new function
11325
11326         * paragraph.[Ch] (empty): new function
11327
11328         * other files: use the new Paragraph::empty function
11329
11330 2002-08-09  John Levon  <levon@movementarian.org>
11331
11332         * lyxtext.h: remove unused refresh_height
11333
11334 2002-08-09  John Levon  <levon@movementarian.org>
11335
11336         * Makefile.am:
11337         * sgml.h:
11338         * sgml.C:
11339         * buffer.C:
11340         * paragraph.h:
11341         * paragraph.C: move sgml char escaping out of paragraph
11342
11343         * paragraph.h:
11344         * paragraph.C: remove id setter
11345
11346         * buffer.C:
11347         * paragraph.C:
11348         * paragraph_pimpl.C: remove dead tex_code_break_column
11349
11350         * bufferview_funcs.C: small cleanup
11351
11352         * lyxfunc.C: remove dead proto
11353
11354         * lyxtext.h: make some stuff private. Remove some dead stuff.
11355
11356         * lyxgluelength.C: make as[LyX]String() readable
11357
11358 2002-08-08  John Levon  <levon@movementarian.org>
11359
11360         * LyXAction.h:
11361         * LyXAction.C:
11362         * MenuBackend.C:
11363         * ToolbarDefaults.C:
11364         * lyxfunc.C:
11365         * lyxrc.C:
11366         * toc.C: lyxaction cleanup
11367
11368 2002-08-08  John Levon  <levon@movementarian.org>
11369
11370         * BufferView2.C: small cleanup
11371
11372         * lyxfind.h:
11373         * lyxfind.C: move unnecessary header into the .C
11374
11375 2002-08-08  John Levon  <levon@movementarian.org>
11376
11377         * funcrequest.h: just tedious nonsense
11378
11379         * lyx_main.h:
11380         * lyx_main.C: cleanups
11381
11382         * buffer.C:
11383         * vspace.C: remove dead header lyx_main.h
11384
11385 2002-08-07  Angus Leeming  <leeming@lyx.org>
11386
11387         * Paragraph.[Ch]:
11388         * paragraph_pimpl.h:
11389         Forward declare class Counters in paragraph.h by moving the ctrs member
11390         variable into Paragraph::Pimpl.
11391         (counters): new method, returning a reference to pimpl_->ctrs.
11392
11393         * text2.C: ensuing changes.
11394
11395 2002-08-07  John Levon  <levon@movementarian.org>
11396
11397         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11398
11399         * BufferView_pimpl.C: announce X selection on double/triple
11400           click
11401
11402         * lyx_main.C: use correct bool in batch dispatch
11403
11404         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11405
11406 2002-08-07  André Pönitz <poenitz@gmx.net>
11407
11408         * funcrequest.h: new class to wrap a kb_action and its argument
11409
11410         * BufferView.[Ch]:
11411         * BufferView_pimpl[Ch]:
11412         * LaTeX.C:
11413         * LyXAction.[Ch]:
11414         * lyxfunc.[Ch]:
11415         * lyxrc.C: subsequent changes
11416
11417
11418 2002-08-07  John Levon  <levon@movementarian.org>
11419
11420         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11421           document options change.
11422
11423 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11424
11425         * counters.[Ch]
11426         * text2.C
11427         * paragraph.[Ch]
11428         * makefile.am: move counters functionality over from
11429         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11430
11431 2002-08-06  John Levon  <levon@movementarian.org>
11432
11433         * WordLangTuple.h: new file for word + language code tuple
11434
11435         * SpellBase.h:
11436         * pspell.h:
11437         * pspell.C:
11438         * ispell.h:
11439         * ispell.C:
11440         * lyxtext.h:
11441         * text.C:
11442         * text2.C:
11443         * BufferView.h:
11444         * BufferView2.C: use WordLangTuple
11445
11446         * layout.h:
11447         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11448
11449 2002-08-06  John Levon  <levon@movementarian.org>
11450
11451         * lyx_main.C: fix cmdline batch handling
11452
11453 2002-08-06  André Pönitz <poenitz@gmx.net>
11454
11455         * lyxrc.C: set default for show_banner to true
11456
11457 2002-08-06  John Levon  <levon@movementarian.org>
11458
11459         * pspell.C: fix a crash, and allow new aspell to work
11460
11461 2002-08-06  John Levon  <levon@movementarian.org>
11462
11463         * lyxfunc.C:
11464         * kbmap.C: small cleanup
11465
11466         * vspace.h:
11467         * vspace.C: add const
11468
11469 2002-08-05  John Levon  <levon@movementarian.org>
11470
11471         * LyXAction.C: back to tabular-insert
11472
11473 2002-08-04  John Levon  <levon@movementarian.org>
11474
11475         * BufferView.h:
11476         * BufferView.C: cosmetic change
11477
11478         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11479
11480         * bufferlist.C:
11481         * buffer.h:
11482         * buffer.C:
11483         * lyxcb.h:
11484         * lyxcb.C:
11485         * lyxserver.C:
11486         * lyxvc.C:
11487         * vc-backend.C:
11488         * BufferView2.C: purge all "Lyx" not "LyX" strings
11489
11490         * lyxcursor.h:
11491         * lyxcursor.C: attempt to add some documentation
11492
11493         * lyxfunc.C:
11494         * commandtags.h:
11495         * LyXAction.C:
11496         * ToolbarDefaults.C:
11497         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11498           merge with LFUN_TABULAR_INSERT
11499
11500         * Makefile.am:
11501         * SpellBase.h:
11502         * ispell.h:
11503         * ispell.C:
11504         * pspell.h:
11505         * pspell.C: split up i/pspell implementations into separate
11506           files, many cleanups
11507
11508         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11509
11510         * text2.C: some cleanup
11511
11512         * lyxfunc.C: don't check for isp_command == "none" any more, it
11513           didn't make any sense
11514
11515 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11516
11517         * counters.[Ch]
11518         * text2.C
11519         * paragraph.[Ch]
11520         * makefile.am: move counters functionality over
11521         from text2.C/paragraph.[Ch] to counters.[Ch], and
11522         make proper C++.
11523 2002-08-02  John Levon  <levon@movementarian.org>
11524
11525         * buffer.C: s/lyxconvert/lyx2lyx/
11526
11527 2002-08-02  Angus Leeming  <leeming@lyx.org>
11528
11529         * lyxlex.C: revert John's change as it breaks reading of the user
11530         preamble.
11531
11532 2002-08-02  Angus Leeming  <leeming@lyx.org>
11533
11534         * importer.C (Import):
11535         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11536         changes due to LyXView::view() now returning a boost::shared_ptr.
11537
11538 2002-08-02  John Levon  <levon@movementarian.org>
11539
11540         * lyxlex.C: small cleanup
11541
11542 2002-08-02  John Levon  <levon@movementarian.org>
11543
11544         * text2.C (status): small cleanup, no logic change
11545
11546 2002-08-01  John Levon  <levon@movementarian.org>
11547
11548         * buffer.h:
11549         * buffer.C (writeFile): don't output alerts, caller
11550           handles this
11551
11552         * bufferlist.C:
11553         * lyx_cb.C: from above
11554
11555         * lyxfunc.C: allow to open non-existent files
11556
11557 2002-07-31  John Levon  <levon@movementarian.org>
11558
11559         * lyxserver.C: don't let incidental errors get
11560           in the way (errno)
11561
11562 2002-07-30  John Levon  <levon@movementarian.org>
11563
11564         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11565
11566 2002-07-30  John Levon  <levon@movementarian.org>
11567
11568         * lyxserver.h:
11569         * lyxserver.C: remove I/O callback too
11570
11571 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11572
11573         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11574         log.
11575
11576 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11577
11578         * many files: strip,frontStrip -> trim,ltrim,rtrim
11579
11580 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11581
11582         * PrinterParams.h: remove extern containsOnly, and include
11583         support/lstrings.h instead.
11584
11585         * LaTeX.C (scanAuxFile): modify because of strip changes
11586         (deplog): ditto
11587         * buffer.C (makeLaTeXFile): ditto
11588         * bufferparams.C (writeFile): ditt
11589         * lyxfont.C (stateText): ditto
11590         * lyxserver.C (read_ready): ditto
11591         * vc-backend.C (scanMaster): ditto
11592
11593         * BufferView_pimpl.h: ws changes
11594
11595         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11596
11597 2002-07-26  André Pönitz <poenitz@gmx.net>
11598
11599         * kb_sequence.C: remove unnedred usings
11600
11601 2002-07-26  Juergen Vigna  <jug@sad.it>
11602
11603         * lyxfind.C (LyXReplace): we have to check better if the returned
11604         text is not of theLockingInset()->getLockingInset().
11605
11606 2002-07-25  Juergen Vigna  <jug@sad.it>
11607
11608         * lyxfind.C (LyXReplace): don't replace if we don't get the
11609         right LyXText.
11610
11611         * undo_funcs.C (createUndo): remove debugging code.
11612
11613 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11614
11615         * buffer.C (parseSingleLyXformat2Token): Use default placement
11616         when reading old floats.
11617
11618         * FloatList.C (FloatList): Change the default placement of figure
11619         and tables to "tbp".
11620
11621 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11622
11623         * MenuBackend.C: using std::max
11624
11625 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11626
11627         * MenuBackend.C (expandToc):
11628         (expandToc2): code moved from xforms menu frontend. It is now
11629         generic and TOCs are transparent to menu frontends.
11630
11631 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11632
11633         * toc.C (getTocList): protect against buf=0
11634
11635         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11636         Menu as first parameter. Now, this calls itself recursively to
11637         expand a whole tree (this will be useful for TOC handling)
11638         (expandFloatInsert): remove 'wide' version of floats
11639
11640         * MenuBackend.h (submenuname): returns the name of the submenu.
11641         (submenu): returns the submenu itself, provided it has been
11642         created by MenuBackend::expand
11643
11644 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11645
11646         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11647         insets which have noFontChange == true. (bug #172)
11648
11649 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11650
11651         * BufferView_pimpl.C: add connection objects and use them...
11652         (Pimpl): here.
11653
11654 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11655
11656         * MenuBackend.C (expandLastfiles):
11657         (expandDocuments):
11658         (expandFormats):
11659         (expandFloatListInsert):
11660         (expandFloatInsert):
11661         (expand): split expand in parts
11662
11663 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11664
11665         * lyx_gui.C: use lyx_gui::exit()
11666
11667 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11668
11669         * LyXAction.C: show the failing pseudo action
11670
11671 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11672
11673         * buffer.C (readFile): Run the lyxconvert script in order to read
11674         old files.
11675
11676 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11677
11678         * LyXAction.C:
11679         * commandtags.h:
11680         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11681
11682 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11683
11684         * LyXAction.C:
11685         * commandtags.h:
11686         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11687
11688 2002-07-22  Herbert Voss  <voss@lyx.org>
11689
11690         * lengthcommon.C:
11691         * lyxlength.[Ch]: add support for the vertical lengths
11692
11693 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11694
11695         * toc.[Ch]: std:: fixes
11696
11697 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11698
11699         * lyxrc.C: do not include lyx_main.h
11700
11701         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11702         for layouts
11703
11704         * lyxrc.C:
11705         * encoding.C:
11706         * bufferlist.C:
11707         * BufferView2.C: include "lyxlex.h"
11708
11709         * tabular.h:
11710         * bufferparams.h: do not #include "lyxlex.h"
11711
11712         * lyxtextclasslist.C (Add): remove method
11713         (classlist): renamed to classlist_
11714
11715         * paragraph_pimpl.C:
11716         * paragraph.C:
11717         * text2.C:
11718         * CutAndPaste.C:
11719         * bufferview_funcs.C:
11720         * bufferlist.C:
11721         * text.C:
11722         * LaTeXFeatures.C:
11723         * buffer.C:
11724         * toc.C (getTocList): use BufferParams::getLyXTextClass
11725
11726         * toc.C (getTocList): use InsetFloat::addToToc
11727
11728         * toc.[Ch]: new files, containing helper functions to handle table
11729         of contents
11730
11731         * lyxfunc.C (dispatch): no need to remove spaces around command
11732         given as a string
11733         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11734         first command of the sequence; it is not very clever, but I do not
11735         have a better idea, actually
11736
11737         * LyXAction.C (LookupFunc): make sure to remove space at the
11738         beginning and end of the command
11739
11740 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11741
11742         * MenuBackend.C (getMenubar): new method: return the menubar of
11743         this menu set
11744         (read): treat differently reading of menu and menubar (in
11745         particular, the menubar has no name now)
11746         (Menu::menubar): remove
11747
11748         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11749         saving is finished
11750
11751 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11752
11753         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11754         a bibitem inset in a RTL paragraph.
11755
11756 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11757
11758         * paragraph_pimpl.C: constify
11759
11760         * BufferView_pimpl.C:
11761         * LaTeX.C:
11762         * lyxfunc.C: fix dispatch in a nicer way
11763
11764 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11765
11766         * lyxfunc.C (dispatch):
11767         * BufferView_pimpl.C:
11768         * BufferView_pimpl.h:
11769         * BufferView.C:
11770         * BufferView.h: rename Dispatch() to dispatch()
11771
11772         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11773
11774         * lyxlayout.C (Read): honor DependsOn tag
11775
11776         * lyxlayout.[Ch] (depends_on): new method
11777
11778         * version.C.in: update lyx_docversion
11779
11780         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11781
11782         * paragraph.C (validate): remove from here...
11783         * paragraph_pimpl.C (validate): ... and move here
11784         (isTextAt): make it const
11785
11786         * buffer.C (getLists): ws cleanup
11787
11788 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11789
11790         * language.C (read): Use iso8859-1 encoding in latex_lang
11791         (this prevents LyX from crashing when using iso10646-1 encoding).
11792
11793 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11794
11795         * text2.C (toggleInset): if cursor is inside an inset, close the
11796         inset and leave cursor _after_ it
11797
11798 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11799
11800         * lyxfunc.C: move minibuffer completion handling out of here
11801
11802 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11803
11804         * BufferView_pimpl.C:
11805         * LaTeX.C: fix dispatch calls
11806
11807 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11808
11809         * text.C (drawChars): Fix Arabic text rendering.
11810
11811 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11812
11813         * LyXAction.C:
11814         * commandtags.h:
11815         * lyxfunc.C: remove message-push/pop
11816
11817         * lyxserver.C:
11818         * lyxfunc.h:
11819         * lyxfunc.C: rationalise some code by removing verboseDispatch
11820           in favour of a bool argument to dispatch()
11821
11822 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11823
11824         * lyx_main.C (init): make sure to read symlinks as absolute paths
11825
11826 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11827
11828         * lyxfunc.h:
11829         * lyxfunc.C: no need for commandshortcut to be a member
11830
11831 2002-07-15  André Pönitz <poenitz@gmx.net>
11832
11833         * converter.C: add support for $$s (scripts from lib/scripts dir)
11834         * lyx_main.C: white space
11835
11836 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11837
11838         * bufferlist.C:
11839         * lyxrc.h:
11840         * lyxrc.C: remove second exit confirmation
11841
11842 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11843
11844         * BufferView.h:
11845         * BufferView.C:
11846         * BufferView2.C:
11847         * BufferView_pimpl.h:
11848         * BufferView_pimpl.C:
11849         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11850
11851 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11852
11853         * MenuBackend.C (expand): add numeric shortcuts to document menu
11854
11855         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11856
11857 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11858
11859         * lyxfont.C (setLyXFamily):
11860         (setLyXSeries):
11861         (setLyXShape):
11862         (setLyXSize):
11863         (setLyXMisc):
11864         (lyxRead):
11865         * debug.C (value):
11866         * buffer.C (asciiParagraph): use ascii_lowercase
11867
11868 2002-07-15  Mike Fabian  <mfabian@suse.de>
11869
11870         * lyxlex_pimpl.C (search_kw):
11871         * lyxlex.C (getLongString):
11872         * converter.h (operator<):
11873         * converter.C (operator<):
11874         * buffer.C (parseSingleLyXformat2Token):
11875         (asciiParagraph):
11876         * ToolbarDefaults.C (read):
11877         * MenuBackend.C (checkShortcuts):
11878         (read):
11879         * LColor.C (getFromGUIName):
11880         (getFromLyXName): use the compare_ascii_no_case instead of
11881         compare_no_case, because in turkish, 'i' is not the lowercase
11882         version of 'I', and thus turkish locale breaks parsing of tags.
11883
11884 2002-07-16  Angus Leeming  <leeming@lyx.org>
11885
11886         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11887         now takes a Buffer const & argument.
11888
11889 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11890
11891         * BufferView.C (resize): check there's a buffer to resize
11892
11893 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11894
11895         * lyxfunc.C: remove dead code
11896
11897         * lyxserver.h:
11898         * lyxserver.C: use lyx_guii::set_read_callback
11899
11900 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11901
11902         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11903         an inset in a RTL paragraph.
11904
11905 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11906
11907         * lyxfunc.C: repaint after a font size update
11908
11909 2002-07-15  André Pönitz <poenitz@gmx.net>
11910
11911         * lyxlength.C: inBP should be able to return negative values
11912
11913 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11914
11915         * lyxfunc.C: use lyx_gui::update_fonts()
11916
11917 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11918
11919         * lyxfunc.C: use lyx_gui::update_color()
11920
11921 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11922
11923         * bufferlist.C:
11924         * lyxfunc.h:
11925         * lyxfunc.C:
11926         * lyxrc.h:
11927         * lyxrc.C: remove file->new asks for name option, and let
11928           buffer-new take an argument
11929
11930 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11931
11932         * BufferView_pimpl.C: remove unneeded extra repaint()
11933
11934 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11935
11936         * LyXAction.C: allow command-sequence with NoBuffer
11937
11938         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11939
11940 2002-07-10  Angus Leeming  <leeming@lyx.org>
11941
11942         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11943
11944 2002-07-09  Angus Leeming  <leeming@lyx.org>
11945
11946         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11947
11948 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11949
11950         * lengthcommon.h: whitespace
11951
11952         * lyxfunc.C: update scrollbar after goto paragraph
11953
11954         * lyxtext.h: factor out page break drawing, and fix it so
11955           page break/added space paints as selected nicely
11956
11957 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11958
11959         * BufferView_pimpl.C: add FIXMEs, clean up a little
11960
11961 2002-07-09  André Pönitz <poenitz@gmx.net>
11962
11963         * lyxfont.[Ch]: support for wasy symbols
11964
11965 2002-07-08  André Pönitz <poenitz@gmx.net>
11966
11967         * BufferView_pimpl.C: apply John's patch for #93.
11968
11969 2002-07-05  Angus Leeming  <leeming@lyx.org>
11970
11971         * BufferView_pimpl.C (buffer): generate previews if desired.
11972
11973         * LColor.h: add "preview" to the color enum.
11974
11975         * LColor.C (LColor): add a corresponding entry to the items array.
11976
11977         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11978         with this buffer.
11979
11980 2002-07-05  Angus Leeming  <leeming@lyx.org>
11981
11982         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11983         The body of the code is now in the method that is passed an ostream &
11984         rather than a file name.
11985         Pass an additional only_preamble parameter, useful for the forthcoming
11986         preview stuff.
11987
11988 2002-07-03  André Pönitz <poenitz@gmx.net>
11989
11990         * lyxfunc.C: simplify getStatus() a bit for math stuff
11991
11992 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11993
11994         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11995
11996 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11997
11998         * text.C (changeRegionCase): do not change case of all the
11999         document when region ends at paragraph end (bug #461)
12000
12001 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12002
12003         * paragraph.C (startTeXParParams):
12004         (endTeXParParams): add \protect when necessary
12005
12006 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12007
12008         * BufferView_pimpl.C (workAreaExpose): remove warning
12009
12010 2002-06-27  Angus Leeming  <leeming@lyx.org>
12011
12012         * Makefile.am: add lyxlayout_ptr_fwd.h.
12013
12014 2002-06-26  André Pönitz <poenitz@gmx.net>
12015
12016         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
12017
12018 2002-06-25  Angus Leeming  <leeming@lyx.org>
12019
12020         * lyxfunc.C (dispatch): Comment out the call to
12021         grfx::GCache::changeDisplay. The method no longer exists now that the
12022         pixmap generation part of the graphics loader has been moved into
12023         InsetGraphics.
12024
12025 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12026
12027         * text2.C: layout as layout
12028
12029         * text.C: layout as layout
12030
12031         * tabular.C (OldFormatRead): layout as layout
12032
12033         * paragraph_pimpl.C (TeXDeeper): layout as layout
12034         (realizeFont): layout as layout
12035
12036         * paragraph.C (writeFile): layout as layout
12037         (validate): layout as layout
12038         (getFont): layout as layout
12039         (getLabelFont): layout as layout
12040         (getLayoutFont): layout as layout
12041         (breakParagraph): layout as layout
12042         (stripLeadingSpaces): layout as layout
12043         (getEndLabel): layout as layout
12044         (getMaxDepthAfter): layout as layout
12045         (applyLayout): layout as layout
12046         (TeXOnePar): layout as layout
12047         (simpleTeXOnePar): layout as layout
12048         (TeXEnvironment): layout as layout
12049         (layout): layout as layout
12050         (layout): layout as layout
12051
12052         * lyxtextclass.C (compare_name): new functor to work with
12053         shared_ptr, layout as layout
12054         (Read): layout as layout
12055         (hasLayout): layout as layout
12056         (operator): layout as layout
12057         (delete_layout): layout as layout
12058         (defaultLayout): layout as layout
12059
12060         * lyxlayout_ptr_fwd.h: new file
12061
12062         * lyxlayout.C (Read): layout as layout
12063
12064         * lyx_cb.C (MenuInsertLabel): layout as layout
12065
12066         * bufferlist.C (newFile): layout as layout
12067
12068         * buffer.C (readLyXformat2): layout as layout
12069         (parseSingleLyXformat2Token): layout as layout
12070         (insertStringAsLines): layout as layout
12071         (asciiParagraph): layout as layout
12072         (latexParagraphs): layout as layout
12073         (makeLinuxDocFile): layout as layout
12074         (simpleLinuxDocOnePar): layout as layout
12075         (makeDocBookFile): layout as layout
12076         (simpleDocBookOnePar): layout as layout
12077         (getLists): layout as layout
12078
12079         * LaTeXFeatures.C (getTClassPreamble): layout as layout
12080
12081         * CutAndPaste.C (cutSelection): layout as layout
12082         (pasteSelection): layout as layout
12083         (SwitchLayoutsBetweenClasses): layout as layout
12084
12085         * BufferView_pimpl.C (Dispatch): layout as layout
12086         (smartQuote): layout as layout
12087
12088         * BufferView2.C (unlockInset): layout as layout
12089
12090 2002-06-24  André Pönitz <poenitz@gmx.net>
12091
12092         * lyxfunc.C: fix #487
12093
12094 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12095
12096         * lyxrc.h:
12097         * lyxrc.C:
12098         * lyxfunc.C: remove display_shortcuts, show_banner
12099
12100 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12101
12102         * Buffer_pimpl.C: oops, update on resize
12103
12104 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12105
12106         * buffer.C:
12107         * converter.C:
12108         * exporter.C:
12109         * lyxfunc.C:
12110         * BufferView.h:
12111         * BufferView.C: use repaint()
12112
12113         * BufferView_pimpl.h:
12114         * BufferView_pimpl.C: s/updateScreen()/repaint()/
12115           as it's a clearer description. Remove superfluous
12116           redraws.
12117
12118 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
12119
12120         * text.C: fix bug 488. Not ideal, but getting
12121           getWord() to work properly for the insets that
12122           matter is more difficult ...
12123
12124 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12125
12126         * BufferView_pimpl.C:
12127         * LyXAction.C:
12128         * commandtags.h:
12129         * lyxfunc.C: remove the six million index lyxfuncs to just
12130           one, and DTRT (bug 458)
12131
12132 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12133
12134         * BufferView.h:
12135         * BufferView.C:
12136         * BufferView_pimpl.h:
12137         * BufferView_pimpl.C: clean up resize() stuff,
12138           and unnecessary updateScreen()s
12139
12140 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
12141
12142         * BufferView.h:
12143         * BufferView.C:
12144         * BufferView_pimpl.h:
12145         * BufferView_pimpl.C:
12146         * lyxfind.h:
12147         * lyxfind.C:
12148         * minibuffer.C: remove focus management of workarea,
12149           not needed. Use screen's greyOut()
12150
12151 2002-06-17  Herbert Voss  <voss@lyx.org>
12152
12153         * converter.C: (convert) do not post a message, when converting
12154         fails, let the calling function decide what to do in this case
12155
12156 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
12157
12158         * lyxfunc.C: tidy up a little
12159
12160 2002-06-16    <alstrup@diku.dk>
12161
12162         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
12163         Got rid of FORMS_H_LOCATION include. Now we are
12164         GUII.
12165
12166 2002-06-15  LyX Development team  <lyx@rilke>
12167
12168         * buffer.[Ch] (sgmlOpenTag):
12169         (sgmlCloseTag): Added support for avoiding pernicious mixed
12170         content. Return number of lines written.
12171
12172         (makeLinuxDocFile):
12173         (makeDocBookFile): Fixed calls to sgml*Tag.
12174         Simple white space clean.
12175
12176         (simpleDocBookOnePar): Simple white space clean.
12177
12178         * tabular.[Ch] (docBook): Renamed to docbook and got another
12179         argument to related with the pernicious mixed content.
12180
12181         (docbookRow): Fixed calls for docbook inset method.
12182
12183 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
12184
12185         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12186         so it's X11 independent.
12187
12188         * kb*.[Ch]: ditto.
12189
12190         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12191
12192 2002-06-15  Lyx Development team  <lyx@electronia>
12193
12194         * intl.h: Renamed getTrans to getTransManager.
12195
12196 2002-06-14  Angus Leeming  <leeming@lyx.org>
12197
12198         * Makefile.am: nuke forgotten stl_string_fwd.h.
12199
12200 2002-06-12  Angus Leeming  <leeming@lyx.org>
12201
12202         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12203
12204 2002-06-13  Angus Leeming  <leeming@lyx.org>
12205
12206         * LaTeX.C:
12207         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12208
12209 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
12210
12211         * kbmap.C (getiso): add support for cyrillic and greek
12212
12213 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12214
12215         * BufferView.h:
12216         * BufferView.C:
12217         * BufferView_pimpl.h:
12218         * BufferView_pimpl.C: move bogus scrolling logic
12219           to xforms
12220
12221 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12222
12223         * lyxfunc.C:
12224         * BufferView_pimpl.C: view->resize() change
12225
12226 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12227
12228         * BufferView_pimpl.C: topCursorVisible
12229           prototype change
12230
12231 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12232
12233         * Makefile.am:
12234         * lyx_gui.h:
12235         * lyx_gui.C: move to frontends/
12236
12237         * main.C:
12238         * lyx_main.h:
12239         * lyx_main.C: changes from above
12240
12241 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12242
12243         * intl.C:
12244         * intl.h:
12245         * kbmap.C:
12246         * kbsequence.C:
12247         * lyx_cb.C:
12248         * lyx_main.C: minor tidy
12249
12250 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12251
12252         * BufferView_pimpl.h:
12253         * BufferView_pimpl.C:
12254         * BufferView.h:
12255         * BufferView.C: make painter() const,
12256           remove dead code
12257
12258         * BufferView2.C: use screen() accessor
12259
12260         * lyx_main.h:
12261         * lyx_main.C: some minor cleanup
12262
12263 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12264
12265         * BufferView_pimpl.h:
12266         * BufferView_pimpl.C: remove enter/leaveView,
12267           use workHeight()
12268
12269 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12270
12271         * BufferView.h:
12272         * BufferView.C:
12273         * BufferView2.C:
12274         * BufferView_pimpl.h:
12275         * BufferView_pimpl.C: only construct screen once,
12276           rename
12277
12278         * lyxrc.C: remove pointless comment
12279
12280 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12281
12282         * BufferView.h:
12283         * BufferView.C: remove active() and belowMouse()
12284
12285         * BufferView_pimpl.h:
12286         * BufferView_pimpl.C: use workarea() not workarea_,
12287           and make it use a scoped_ptr instead
12288
12289 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12290
12291         * lyx_gui.C: add debug message on BadWindow
12292
12293 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12294
12295         * sp_spell.C: fdopen is not part of the C++ standard.
12296
12297         * paragraph.C (InsetIterator): use >= instead of ==
12298
12299 2002-06-07  Angus Leeming  <leeming@lyx.org>
12300
12301         Fixes needed to compile with Compaq cxx 6.5.
12302         * BufferView_pimpl.C:
12303         * DepTable.C:
12304         * buffer.C:
12305         * converter.C:
12306         * encoding.C:
12307         * lyx_gui.C:
12308         * lyx_main.C:
12309         * lyxtextclasslist.C:
12310         * minibuffer.C:
12311         * sp_spell.C:
12312         * tabular_funcs.C:
12313         * vc-backend.C:
12314         all c-library variables have been moved into namespace std. Wrap
12315         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12316
12317         * lyxlength.C:
12318         * tabular-old.C:
12319         * tabular.C:
12320         Add a using std::abs declaration.
12321
12322         * kbmap.h (modifier_pair):
12323         * paragraph.h (InsetTable, InsetList):
12324         * lyxfont.h (FontBits):
12325         type definition made public.
12326
12327         * bufferlist.C (emergencyWriteAll): the compiler complains that
12328         there is more than one possible lyx::class_fun template to choose from.
12329         I re-named the void specialisation as lyx::void_class_fun.
12330
12331         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12332
12333         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12334         the compiler is is unable to find tostr in write_attribute.
12335
12336 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12337
12338         * buffer.C (sgmlError): hide #warning
12339
12340 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12341
12342         * xtl/*: get rid of xtl, which is not in use anyway
12343
12344         * LyXAction.C (init):
12345         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12346         were unimplemented xtl experimentation
12347
12348 2002-06-04  André Pönitz <poenitz@gmx.net>
12349
12350         * lyxfunc.C: disable array operation on simple formulae
12351
12352 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12353
12354         * converter.C: constify a bit
12355
12356 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12357
12358         * lyx_gui.C: check xforms version correctly
12359
12360 2002-04-30  Herbert Voss  <voss@lyx.org>
12361
12362         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12363         "keep" option
12364
12365 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12366
12367         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12368           attempt to register it with a VCS)
12369
12370 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12371
12372         * lyx_main.C (init): honor variables LYX_DIR_13x and
12373         LYX_USERDIR_13x
12374
12375 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12376
12377         * buffer.h:
12378         * buffer.C:
12379         * lyx_main.C: fix a crash on bad command line,
12380           and give a useful exit status on error
12381
12382         * lyxfunc.C (doImport): allow -i lyx to work
12383
12384 2002-03-30  André Pönitz <poenitz@gmx.net>
12385
12386         * lyxfunc.C: mathed font changes
12387
12388 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12389
12390         * LaTeX.C:
12391         * importer.h:
12392         * importer.C:
12393         * lyx_sty.h:
12394         * lyx_sty.C:
12395         * lyxlex.C:
12396         * lyxrow.h:
12397         * lyxtext.h:
12398         * paragraph.h:
12399         * paragraph.C:
12400         * texrow.h:
12401         * texrow.C:
12402         * text.C:
12403         * trans_mgr.h: srcdocs, and some minor cleanups
12404
12405 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12406
12407         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12408         call getFont all the time)
12409
12410 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12411
12412         * switch from SigC signals to boost::signals
12413
12414 2002-05-29  André Pönitz <poenitz@gmx.net>
12415
12416         * paragraph_pimpl.C (getChar): don't call size() too often...
12417
12418 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12419
12420         * paragraph_pimpl.C (insertChar): do not try to update tables when
12421         appending (pos == size())
12422
12423         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12424         in order to reduce drastically the number of comparisons needed to
12425         parse a large document
12426
12427 2002-05-29  André Pönitz <poenitz@gmx.net>
12428
12429         * text.C:
12430         * text2.C:
12431         * lyxtextclass.C:
12432         * sp_pspell.h:
12433         * textclasslist.[Ch]:
12434         * sp_ispell.h: whitespace change
12435
12436 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12437
12438         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12439         lyxaction directly now.
12440
12441 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12442
12443         * trans.C:
12444         * lyxfont.C:
12445         * lyxvc.C: remove unused headers
12446
12447 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12448
12449         * Makefile.am:
12450         * buffer.h:
12451         * undostack.h:
12452         * undostack.C:
12453         * undo_funcs.h:
12454         * undo_funcs.C: some cleanups. Use shared_ptr
12455           and a template for the undo stacks.
12456
12457 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12458
12459         * BufferView_pimpl.h:
12460         * BufferView_pimpl.C:
12461         * kbmap.h:
12462         * kbmap.C:
12463         * kbsequence.h:
12464         * kbsequence.C:
12465         * lyxfunc.h:
12466         * lyxfunc.C:
12467         * text2.C: use key_state/mouse_state
12468
12469 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12470
12471         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12472         and LSubstring
12473
12474         * chset.C: change include order
12475         (loadFile): use boost regex and get rid of LRegex and LSubstring
12476
12477         * Makefile.am (BOOST_LIBS): new variable
12478         (lyx_LDADD): use it
12479
12480         * LaTeX.C: change include order.
12481         (scanAuxFile): use boost regex and get rid of LRegex and
12482         LSubstring
12483         (deplog): ditto
12484
12485 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12486
12487         * ColorHandler.h:
12488         * ColorHandler.C:
12489         * FontInfo.h:
12490         * FontInfo.C: moved to frontends/xforms/
12491
12492         * FontLoader.h:
12493         * FontLoader.C: moved into frontends for GUIIzation
12494
12495         * Makefile.am:
12496         * lyx_gui.C:
12497         * lyxfont.C:
12498         * lyxfunc.C: changes from above
12499
12500 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12501
12502         * LColor.C: remove spurious X include
12503
12504         * BufferView_pimpl.C:
12505         * Makefile.am:
12506         * font.h:
12507         * font.C:
12508         * text.C:
12509         * text2.C: move font metrics to frontends/
12510
12511 2002-05-24  Juergen Vigna  <jug@sad.it>
12512
12513         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12514         setting the undo_cursor.
12515
12516         * ParagraphParameters.h: include local includes first.
12517
12518 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12519
12520         * BufferView_pimpl.C:
12521         * BufferView_pimpl.h:
12522         * Makefile.am:
12523         * WorkArea.h:
12524         * WorkArea.C:
12525         * screen.C: move WorkArea into frontends/
12526
12527         * lyxscreen.h:
12528         * screen.C:
12529         * text.C:
12530         * BufferView.C:
12531         * BufferView2.C: move LyXScreen into frontends/
12532
12533         * lyxlookup.h:
12534         * lyxlookup.C:
12535         * lyx_gui.C: move lyxlookup into frontends/xforms/
12536
12537 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12538
12539         * BufferView2.C:
12540         * BufferView_pimpl.C:
12541         * FontLoader.C:
12542         * LyXView.h:
12543         * LyXView.C:
12544         * Makefile.am:
12545         * WorkArea.C:
12546         * XFormsView.h:
12547         * XFormsView.C:
12548         * buffer.C:
12549         * bufferlist.C:
12550         * bufferview_funcs.C:
12551         * converter.C:
12552         * importer.C:
12553         * lyx_cb.C:
12554         * lyx_gui.C:
12555         * lyx_main.C:
12556         * lyx_find.C:
12557         * lyxfunc.C:
12558         * lyxvc.C:
12559         * minibuffer.C:
12560         * text.C:
12561         * text2.C:
12562         * trans.C:
12563         * vc-backend.C: move LyX/XFormsView into frontends/
12564
12565 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12566
12567         * Makefile.am:
12568         * PainterBase.C:
12569         * PainterBase.h:
12570         * Painter.C:
12571         * Painter.h:
12572         * WorkArea.C:
12573         * WorkArea.h:
12574         * screen.C:
12575         * tabular.C:
12576         * text.C:
12577         * text2.C: move Painter to frontends/
12578
12579 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12580
12581         * buffer.C: comment out some some code that depend upon lyx_format
12582         < 220
12583
12584         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12585         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12586
12587         * buffer.h (NO_COMPABILITY): turn off compability
12588
12589         * ColorHandler.C: include scoped_array.hpp
12590
12591         * font.C: Use more specific smart_ptr header.
12592         * Painter.C: ditto
12593         * gettext.C: ditto
12594         * ShareContainer.h: ditto
12595         * lyx_main.h: ditto
12596         * kbmap.h: ditto
12597         * FontInfo.h: ditto
12598         * BufferView_pimpl.h: ditto
12599         * ColorHandler.h: ditto
12600
12601         * kbmap.C (defkey): change call to shared_ptr::reset
12602
12603 2002-05-21  Juergen Vigna  <jug@sad.it>
12604
12605         * buffer.C (insertErtContents): fix to insert ert asis if it is
12606         non empty. Skip it completely if it contains only whitespaces.
12607
12608 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12609
12610         * BufferView_pimpl.C:
12611         * BufferView2.C: clear selection on paste (bug 393)
12612
12613 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12614
12615         * DepTable.C: include ctime
12616
12617 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12618
12619         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12620
12621 2002-05-14  Juergen Vigna  <jug@sad.it>
12622
12623         * text.C (breakParagraph): fixed function to honor the keepempty
12624         layout in the right maner and also to permit the right breaking
12625         algorithm on empty or non empyt keepempty paragraphs.
12626
12627         * paragraph.C (breakParagraph): we have to check also if the par
12628         is really empty (!size()) for isempty otherwise we do the wrong
12629         paragraph break.
12630
12631 2002-05-10  Juergen Vigna  <jug@sad.it>
12632
12633         * buffer.[Ch] : The following are only changes to the ert
12634         compatibility read reading old LaTeX layout and font stuff and
12635         convert it to ERTInsets.
12636
12637         * buffer.h: added isErtInset().
12638
12639         * buffer.C (struct ErtComp): add a fromlayout bool to check
12640         if we're inside a LaTeX layout.
12641         (isErtInset): new helper function.
12642         (insertErtContents): look for other ert insets before this one
12643         and insert the contents there, so that we don't have subsequent
12644         ERT insets with nothing between them. This way we create only one
12645         inset with multiple paragraphs. Also check if we don't insert only
12646         spaces ' ' as they are ignored anyway afterwards in the .tex file
12647         so if we have only spaces we will ignore this latex part in the
12648         new file.
12649         (parseSingleLyXformat2Token \\layout): better compatibility when
12650         reading layout-latex stuff.
12651         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12652         language tag.
12653         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12654         stuff after reading the inset only get the information back from
12655         the stack.
12656
12657 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12658
12659         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12660
12661         * LaTeXFeatures.C (getBabelOptions): New method.
12662
12663 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12664
12665         * BufferView_pimpl.C (Dispatch): work around missing argument for
12666         'layout'
12667
12668 2002-05-08  Juergen Vigna  <jug@sad.it>
12669
12670         * text.C (leftMargin): handle paragraph leftindent.
12671
12672         * paragraph.C (writeFile): write the new \\leftindent tag.
12673         (validate): handle leftindent code.
12674         (TeXEnvironment): handle paragraphleftindent code again.
12675
12676         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12677
12678         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12679         for paragrap_extra indent code and new token \\leftindent.
12680         (latexParagraphs): handle the leftindent as environment.
12681
12682         * ParameterStruct.h: added leftindent support.
12683
12684         * ParagraphParameters.C (leftIndent): added support functions for
12685         the paragraph left indent.
12686
12687         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12688         more appropriate.
12689
12690 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12691
12692         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12693         inside insetERT.
12694
12695         * text.C (computeBidiTables): No bidi in insetERT.
12696
12697         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12698         in RTL documents.
12699
12700 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12701
12702         * version.C.in: pre 5
12703
12704 2002-05-02  José Matos  <jamatos@fep.up.pt>
12705         * buffer.C (makeDocBookFile): white space changes, add newline to
12706         command styles.
12707         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12708
12709         * tabular.C (docBook): fix typo.
12710
12711 2002-05-03  Juergen Vigna  <jug@sad.it>
12712
12713         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12714         change in LyXText as we can not be sure it was not freed.
12715         (drawOneRow): remove unused code.
12716
12717         * text.C (drawInset): redo the calculation of the need_break_row as
12718         it could have a row which was already freed.
12719         (draw): look at the return value of drawInset and return false if
12720         it also returned false.
12721         (paintRowText): look at the return value of draw and return false if
12722         it also returned false.
12723
12724         * lyxtext.h: added bool return type to drawInset() and draw() so that
12725         if we have a change in the row so that the rowbreak has to be redone
12726         we abort drawing as it will be called again.
12727
12728 2002-05-02  Juergen Vigna  <jug@sad.it>
12729
12730         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12731         a change in the maintext also if we're inside an inset.
12732         (Dispatch): set the cursor again after a break line and after the
12733         screen has been updated as it could be we're in a different row.
12734
12735         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12736         to set the cursor behind the pargraph with > size().
12737         (setCursor): check also for the same paragraph when checking where
12738         to put the cursor if we have a NFR inset.
12739
12740         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12741         parts of layout read further up as it still was in the wrong
12742         position.
12743
12744 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12745
12746         * screen.C (drawFromTo): change sine fullRebreak always return
12747         true.
12748
12749         * buffer.C (parseSingleLyXformat2Token): reindent some
12750
12751         * BufferView_pimpl.C (update): change since fullRebreak always
12752         return true.
12753         (Dispatch): git rid of the last hardcoded "Standard"s.
12754
12755 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12756
12757         * text2.[Ch] (fullRebreak): make it return void now that we always
12758         returned true.
12759
12760 2002-04-30  Juergen Vigna  <jug@sad.it>
12761
12762         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12763         ert compatibility check for "latex" layout.
12764
12765 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12766
12767         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12768         minipages: use col% instead of p%, and also use the current font.
12769         (makeLaTeXFile): Fix use babel condition.
12770         (parseSingleLyXformat2Token): Correct font when reading old floats.
12771
12772 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12773
12774         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12775         inserting list of floats.
12776
12777 2002-04-25  Herbert Voss  <voss@lyx.org>
12778
12779         * MenuBackend.C (expand): don't add the graphics extensions to the
12780         export menu
12781
12782 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12783
12784         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12785         non-existing layout, do not complain if it was the default layout
12786         of the original class (bug #342)
12787
12788 2002-04-24  Juergen Vigna  <jug@sad.it>
12789
12790         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12791         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12792
12793 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12794
12795         * buffer.C (getBibkeyList): If using \bibliography, return the
12796         option field with the reference itself. Enables us to provide natbib
12797         support when using \bibliography.
12798
12799 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12800
12801         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12802
12803         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12804         natbib is provided by the LaTeX class.
12805
12806 2002-04-23  Juergen Vigna  <jug@sad.it>
12807
12808         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12809         Wakeup functions.
12810
12811         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12812
12813 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12814
12815         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12816
12817         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12818         ensuremath around textordmasculine, textordfeminine and
12819         textdegree.
12820
12821 2002-04-19  Juergen Vigna  <jug@sad.it>
12822
12823         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12824         reinitializing the buffer otherwise row-dimensions may be wrong.
12825         (update): reset also the selection cursors if they do exits otherwise
12826         their x/y positions may be wrong.
12827
12828         * text2.C (cursorDown): don't enter the inset if we came from a row
12829         above and are one row over the inset.
12830
12831         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12832         really leaving an inset.
12833
12834 2002-04-18  Juergen Vigna  <jug@sad.it>
12835
12836         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12837         of the selected paragraph does not have the selected layout also if
12838         the last one had!
12839
12840         * text2.C (setLayout): fixed bug which did not change last selected
12841         paragraph.
12842
12843         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12844         changed the read and substituted \\end_float with \\end_inset!
12845
12846         * BufferView_pimpl.C (cursorPrevious):
12847         (cursorNext): fixed to make it work with rows heigher than the work
12848         area without moving the cursor only the draw of the row.
12849         (workAreaMotionNotify): fix jumping over high rows.
12850
12851 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12852
12853         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12854         Ressler.
12855
12856 2002-04-16  Juergen Vigna  <jug@sad.it>
12857
12858         * text2.C (setCursor): set also the irow().
12859         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12860         (cursorUp):
12861         (cursorDown): support for locking an inset if the x_fix value goes
12862         inside it. That way I can transverse insets too with cursor up/down.
12863
12864         * lyxrow.h: added irow helper function same as other (i) functions.
12865
12866         * BufferView_pimpl.C (cursorPrevious):
12867         (cursorNext): fixed for insets!
12868
12869 2002-04-15  Juergen Vigna  <jug@sad.it>
12870
12871         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12872         position otherwise it is wrong in some cases.
12873
12874         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12875         inside the inset before the call.
12876
12877 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12878
12879         * buffer.[Ch] (getBibkeyList): make it const.
12880
12881 2002-04-12  Juergen Vigna  <jug@sad.it>
12882
12883         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12884
12885         * text2.C (getCursorX): new helper function
12886         (setCursor): compute also ix_
12887         (setCursorFromCoordinates): set also ix.
12888
12889         * lyxcursor.h: added ix_ and helper functions.
12890
12891         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12892
12893         * buffer.C (insertStringAsLines): dont break paragraph if the this
12894         paragraph is inside an inset which does not permit it!
12895
12896         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12897         also with no chars on this paragraph.
12898         (paintRowText): only paint stuff if it's inside the workarea!
12899
12900         * paragraph.C (breakParagraph): honor keepempty flag and break the
12901         paragraph always below not above.
12902
12903         * BufferView2.C (unlockInset): update the paragraph layout on inset
12904         unlock as we changed paragraph in such a case.
12905
12906         * lyxfind.C (LyXFind): clear the former selection if not found!
12907
12908         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12909         again called in insertChar().
12910
12911         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12912         an inset which uses the whole row!
12913         (rightMargin): ditto.
12914         (insertChar): force a rebreak if we inserted an inset!
12915
12916 2002-03-28  Herbert Voss  <voss@lyx.org>
12917
12918         * lyxlength.[Ch]: add inBP() to get the right PS-point
12919         units (BigPoint). With inPixels we have rounding errors
12920
12921 2002-04-11  Juergen Vigna  <jug@sad.it>
12922
12923         * text2.C (setCursorFromCoordinates): set iy to the right value.
12924         (setCursor): add check if row->previous exists!
12925
12926         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12927         an old float_type as this was the case in the old code!
12928
12929         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12930
12931         * BufferView2.C (showLockedInsetCursor): use iy
12932         (fitLockedInsetCursor): ditto
12933
12934         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12935         locked insets as there we have the right value now.
12936
12937         * lyxcursor.C: added iy_ variable and iy functions to set to the
12938         baseline of cursor-y of the locked inset.
12939
12940         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12941         (setCursor): fixed for insets which need a full row.
12942
12943         * text.C (rowLastPrintable): don't ignore the last space when before
12944         an inset which needs a full row.
12945         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12946         as last character of a row when before a inset which needs a full row.
12947
12948 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12949
12950         * version.C.in: update date
12951
12952         * text2.C (fullRebreak): try to always return true and see what
12953         happens...
12954
12955 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12956
12957         * MenuBackend.C (expand): use Floating::listName
12958
12959         * FloatList.C (FloatList): add listName argument to the built-in
12960         floats
12961
12962         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12963         text associated with the float.
12964
12965 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12966
12967         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12968
12969 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12970
12971         * ShareContainer.h: add a couple of missing typenames.
12972
12973 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12974
12975         * lyxrc.C (getDescription): use _() correctly rather than N_().
12976
12977 2002-03-28  Herbert Voss  <voss@lyx.org>
12978
12979         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12980         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12981
12982 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12983
12984         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12985         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12986
12987 2002-03-29  Juergen Vigna  <jug@sad.it>
12988
12989         * lyxfunc.C (dispatch): add a missing fitCursor call.
12990
12991         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12992         it was scrolled by a cursor move, so return the bool status.
12993
12994         * BufferView.C (fitCursor): return the bool flag also to the outside
12995         world as this is needed.
12996
12997         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12998
12999         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
13000         call the edit() as it is not needed (and wrong) IMO.
13001         (workAreaButtonPress): set the screen_first variable before evt.
13002         unlock the inset as this may change screen_first and then we have
13003         a wrong y position for the click!
13004
13005 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13006
13007         * MenuBackend.C (expand): another translation that I missed
13008
13009 2002-03-28  Juergen Vigna  <jug@sad.it>
13010
13011         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
13012
13013         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
13014
13015 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13016
13017         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
13018
13019         * MenuBackend.C (expand): fix export/view/update when there is no
13020         document open.
13021
13022 2002-03-27  Herbert Voss  <voss@lyx.org>
13023
13024         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
13025         and text%
13026
13027 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13028
13029         * bufferview_funcs.C (currentState): only show paragraph number
13030         for is DEVEL_VERSION is set.
13031
13032         * lyxfunc.C (dispatch): put warning in INFO channel
13033
13034         * MenuBackend.C (expand): translate the name of floats
13035
13036         * FloatList.C (FloatList): mark the float names for translation
13037
13038         * converter.C (convert): use LibScriptSearch
13039
13040 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13041
13042         * MenuBackend.C (defaults): fix default menu (we might as well get
13043         rid of it...)
13044
13045 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13046
13047         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
13048         directory.
13049
13050 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13051
13052         * lyxvc.C: reorder includes.
13053
13054 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
13055
13056         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
13057           properly
13058
13059 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
13060
13061         * CutAndPaste.C: change layouts earlier on paste
13062           to avoid crashing when calling getFont()
13063
13064 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
13065
13066         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
13067         irritating #error.
13068
13069 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13070
13071         * WorkArea.C: remove 'Pending' debug message.
13072
13073         * most files: ws cleanup
13074
13075         * buffer.[Ch]: ws changes
13076
13077         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
13078
13079 2002-03-21  Juergen Vigna  <jug@sad.it>
13080
13081         * tabular.C (SetMultiColumn): collapse also the contents of the
13082         cells and set the last border right. Added a Buffer const * param.
13083
13084 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13085
13086         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
13087         linking or not.
13088
13089 2002-03-19  Juergen Vigna  <jug@sad.it>
13090
13091         * text2.C (clearSelection): reset also xsel_cache.
13092
13093         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
13094         where it needs to be called (John tells us to do so too :)
13095         (selectionLost): reset sel_cache.
13096
13097         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
13098
13099 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13100
13101         * text2.C (setCursorIntern): put debuging code in INSETS channel
13102
13103 2002-03-19  André Pönitz <poenitz@gmx.net>
13104
13105         * lyxfunc.C: tiny whitespace change
13106
13107 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13108
13109         * ToolbarDefaults.C (init):
13110         * LyXAction.C (init):
13111         * commandtags.h:
13112         * BufferView_pimpl.C (Dispatch):
13113         * lyxfunc.C (dispatch): remove LFUN_DEPTH
13114
13115 2002-03-19  Allan Rae  <rae@lyx.org>
13116
13117         * exporter.C (Export): removeAutoInsets before doing anything else.
13118         While I've just introduced a dependency on BufferView this really is
13119         the best place to clean the buffer otherwise you need to cleanup in
13120         a dozen places before calling export or cleanup in a dozen functions
13121         that export calls.
13122
13123         * converter.C (runLaTeX):
13124         (scanLog): Better handling of removeAutoInsets and screen updates.
13125
13126         * lyxfunc.C (dispatch): small whitespace changes
13127
13128 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13129
13130         * WorkArea.C (C_WorkAreaEvent): return a value.
13131         (event_cb): return 1 if we handled the event, 0 otherwise.
13132
13133         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
13134
13135 2002-03-18  Juergen Vigna  <jug@sad.it>
13136
13137         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
13138         (GetAdditionalWidth): ditto.
13139         (RightLine): ditto.
13140         (LeftLine): ditto.
13141
13142         * BufferView2.C (copy): use getLyXText() so that we do it inside an
13143         inset if we're there actually (probably not used right now but this
13144         is the direction to go for unifying code).
13145         (paste): disable code to clear the selection.
13146
13147         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
13148         inside an InsetText and move the check further up as it is in the
13149         wrong place.
13150
13151         * text2.C (pasteSelection): set a selection over the pasted text.
13152
13153 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
13154
13155         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
13156         and libgraphics to build on Cygwin.
13157
13158 2002-03-15  Juergen Vigna  <jug@sad.it>
13159
13160         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
13161         inserting an Inset into the paragraph. I know this is not the best
13162         fix but we already use current_view in CutAndPaste so we will remove
13163         all of it's using at the same time.
13164
13165         * buffer.C (sgmlError): deactivated function till it is rewritten in
13166         the right mode, now it can create problems.
13167
13168         * paragraph.C (isLineSeparator): check if getInset returns != 0,
13169         before accessing it.
13170
13171 2002-03-14  Juergen Vigna  <jug@sad.it>
13172
13173         * undo_funcs.C (textHandleUndo): do the right thing when updating
13174         the inset after the undo/redo.
13175
13176         * text2.C (setCursor): just some testcode for #44 not ready yet.
13177
13178         * undo_funcs.C (textHandleUndo): set the next() and previous()
13179         pointers of the paragraph to 0 before deleting otherwise we have
13180         problems with the Paragraph::[destructor].
13181
13182         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13183         on a paragraph insertion.
13184
13185 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13186
13187         * buffer.C (asciiParagraph): use += operator for char append to
13188         string.
13189
13190         * paragraph.C (getFontSettings): compare >= not just >
13191         (highestFontInRange): ditto
13192         (setFont): ditto
13193
13194 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13195
13196         * paragraph.C: change several algorithm to be more appripriate for
13197         the problem domain. This is lookip in FontList and in the InsetList.
13198
13199 2002-03-13  André Pönitz <poenitz@gmx.net>
13200
13201         * commandtags.h:
13202         * LyXAction.C: remove unused LFUN_MATH_MACROARG
13203
13204 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
13205
13206         * commandtags.h:
13207         * LyXAction.C:
13208         * lyxfunc.C:
13209         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13210
13211 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13212
13213         * Painter.C (display): anon helper function, adjust code for this
13214         change.
13215         (pixmap): remove function.
13216
13217         * Painter.h: remove private display variable.
13218
13219         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13220
13221 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
13222
13223         * WorkArea.[Ch]: remove figinset_canvas cruft.
13224
13225 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13226
13227         * lyxtextclass.C (operator): add one item cache optimization.
13228
13229         * bufferlist.h: doxy changes
13230
13231         * bufferlist.C: ws changes
13232
13233         * DepTable.[Ch] (ext_exist): place const in the right spot.
13234
13235         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13236         call resizeInsets.
13237         (workAreaExpose): call resizeInsets when the with BufferView changes.
13238         (Dispatch): adjust for protectedBlank removal
13239         (specialChar): call updateInset if the insert went ok.
13240
13241         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13242         specialChar instead.
13243
13244         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13245
13246         * BufferView.h: doxy change
13247
13248         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13249
13250         * lyxtextclass.C (operator[]): remove non-const version
13251         (defaultLayout): remove non-const version
13252
13253 2002-03-12  Juergen Vigna  <jug@sad.it>
13254
13255         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13256         did resize the LyXText too.
13257
13258         * buffer.C (readLyXformat2): set layout information on newly allocated
13259         paragraphs.
13260
13261         * tabular.C (OldFormatRead): set layout information on the paragraph.
13262
13263 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13264
13265         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13266
13267 2002-03-11  Juergen Vigna  <jug@sad.it>
13268
13269         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13270         plainly wrong.
13271         (resizeCurrentBuffer): force also the insets to resize themselfes.
13272         (moveCursorUpdate): fixed up for InsetText.
13273
13274 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
13275
13276         * commandtags.h:
13277         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13278         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13279         value of Dialogs::tooltipsEnabled().
13280         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13281
13282 2002-03-08  Juergen Vigna  <jug@sad.it>
13283
13284         * BufferView_pimpl.C (updateInset): update inset inside inset also
13285         if it isn't inside theLockingInset().
13286
13287 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13288
13289         * buffer.C (asciiParagraph): redo some of the word and line length
13290         handling.
13291         (getLists): look for Caption instead of caption.
13292
13293 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13294
13295         * buffer.C (Buffer): initialize niceFile to true
13296         (makeLaTeXFile):
13297         (makeLinuxDocFile):
13298         (makeDocBookFile): make sure niceFile is true on exit
13299
13300 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13301
13302         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13303
13304 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13305
13306         * LyXSendto.C: remove.
13307         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13308         * lyx_gui.C: remove now-redundant comment.
13309         * ColorHandler.h: remove forward declaration of class WorkArea.
13310         * lyxfunc.C: remove #include "WorkArea.h".
13311
13312 2002-03-07  Juergen Vigna  <jug@sad.it>
13313
13314         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13315         got moved away with the DEPM and also set the inset_owner always
13316         right which before could have been omitted.
13317
13318 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13319
13320         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13321         wanted layout is not found.
13322
13323 2002-03-07  Juergen Vigna  <jug@sad.it>
13324
13325         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13326
13327 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13328
13329         * paragraph.C (breakParagraph): use default layout not layout of
13330         prev paragraph.
13331         (Paragraph): clear ParagraphParameters.
13332
13333 2002-03-06  Juergen Vigna  <jug@sad.it>
13334
13335         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13336         otherwise it would not be a valid lenght. Fixed a special case in
13337         the minipage compatibility read where we end the document with a
13338         minipage.
13339
13340         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13341         was set as it could be 0 for InsetTexts first entry.
13342
13343 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13344
13345         * paragraph.C (writeFile): if layout is empty write out
13346         defaultLayoutName().
13347
13348         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13349         file without named layout we set layout to defaultLayoutName().
13350
13351 2002-03-06  Juergen Vigna  <jug@sad.it>
13352
13353         * CutAndPaste.C (copySelection): set layout for new paragraph.
13354
13355         * text.C (prepareToPrint): leave ERT inset left aligned
13356         (leftMargin): don't indent paragraphs inside ERT insets
13357
13358 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13359
13360         * paragraph.C (breakParagraph): dont call clear do the work manually
13361
13362         * paragraph.[Ch] (clear): remove function
13363
13364 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13365
13366         * paragraph.C (Paragraph): dont call clear, the work has already
13367         been done.
13368
13369         * lyxtextclass.C (operator): assert if n is empty
13370
13371         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13372         work manually instead.
13373
13374 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13375
13376         * BufferView_pimpl.C: protect selectionLost against text == 0
13377
13378 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13379
13380         * text.C (breakParagraph): fix a setting layout to '0' problem.
13381
13382 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13383
13384         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13385         final location of file, for the included files, and graphics.
13386
13387 2002-03-05  Juergen Vigna  <jug@sad.it>
13388
13389         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13390
13391 2002-03-04  Juergen Vigna  <jug@sad.it>
13392
13393         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13394
13395         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13396         last column of multicolumn cells.
13397         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13398
13399 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13400
13401         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13402         file if it doesn't go to a temporary file.
13403
13404         * buffer.C (sgmlOpenTag):
13405         (sgmlCloseTag):  remove extra newline insertion.
13406
13407 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13408
13409         * text.C (getRowNearY): comment out debug msg
13410
13411 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13412
13413         * text2.C: first -> first_y
13414
13415         * text.C (getRowNearY): add some attemts at a possible
13416         optimization, not working.
13417
13418         * tabular.[Ch]: add BufferParams to several function so that newly
13419         created paragraph can be initialized to he default layotu for the
13420         buffers textclass.
13421
13422         * tabular-old.C (ReadOld): add buf->params to call of Init
13423
13424         * screen.C: rename text->first to text->first_y
13425
13426         * paragraph.C (breakParagraph): always set layout in the broken
13427         paragraph
13428
13429         * lyxtextclass.C (Read): remove lowercase
13430         (hasLayout): ditto
13431         (operator): ditto
13432         (delete_layout): ditto
13433
13434         * lyxtext.h: rename first -> first_y
13435
13436         * lyxlayout.C (Read): remove lowercase
13437         (name): ditto
13438         (setName): ditto
13439         (obsoleted_by): ditto
13440
13441         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13442
13443         * buffer.C (insertErtContents): add params are to InsetERT
13444         (parseSingleLyXformat2Token): add code to check if a paragraphs
13445         layout really exist.
13446         (parseSingleLyXformat2Token): add params to several inset
13447         constructors
13448         (asciiParagraph): remove lowercase, do the layout comparisons with
13449         no_case
13450
13451         * BufferView_pimpl.C (cursorNext): first -> first_y
13452         (resizeCurrentBuffer): first -> first_y
13453         (updateScrollbar): first -> first_y
13454         (scrollCB): first -> first_y
13455         (workAreaMotionNotify): first -> first_y
13456         (workAreaButtonPress): first -> first_y
13457         (checkInsetHit): first -> first_y
13458         (cursorPrevious): first -> first_y
13459         (cursorNext): first -> first_y
13460         (Dispatch): add buffer_->params to severl inset contructors
13461
13462 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13463
13464         * lyxlayout.C (Read): remove some debug info that I forgot.
13465
13466         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13467         clean up the code slightly.
13468         (makeLinuxDocFile): ditto
13469         (makeDocBookFile): ditto
13470
13471         * text2.C: layout as string
13472
13473         * text.C: layout as string
13474
13475         * paragraph_pimpl.C: layout as string
13476
13477         * paragraph.[Ch]: layout as string
13478
13479         * lyxtextclasslist.[Ch]: layout as string
13480
13481         * lyxtextclass.[Ch]: layout as string
13482
13483         * lyxtext.h: layout as string
13484
13485         * lyxlayout.[Ch]: layout as string
13486
13487         * lyx_cb.C: layout as string
13488
13489         * bufferview_funcs.C: layout as string
13490
13491         * bufferparams.C: layout as string
13492
13493         * buffer.C: layout as string
13494
13495         * LyXView.[Ch]: layout as string
13496
13497         * LaTeXFeatures.[Ch]: layout as string
13498
13499         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13500
13501         * BufferView_pimpl.C: change current_layout to string, remove
13502         lyx::layout_type.
13503         (Dispatch):
13504         (smartQuote):
13505         (insertInset):
13506         (workAreaButtonRelease): layout as string
13507
13508         * BufferView2.C (unlockInset): adjust
13509
13510         * vspace.C (asLatexCommand): use an explict temp variable.
13511
13512 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13513
13514         * Makefile.am: use FRONTEND_*
13515
13516 2002-03-01  Juergen Vigna  <jug@sad.it>
13517
13518         * tabular.C (SetWidthOfMulticolCell): changed to something better
13519         I hope but still work in progress.
13520         (recalculateMulticolumnsOfColumn): renamed function from
13521         recalculateMulticolCells as it is more appropriate now.
13522         (SetWidthOfCell): calculate multicols better.
13523
13524 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13525
13526         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13527
13528         * lyxfunc.C (processKeySym): print sequence also if it is
13529         `deleted' (complete)
13530
13531         * kbsequence.C (print): print sequence even if it is deleted
13532         (complete would be a better word, actually).
13533
13534         * lyxfunc.C (dispatch): print complete options after a prefix key
13535
13536         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13537
13538 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13539
13540         * text2.C (setCharFont): eliminate setCharFont code duplication.
13541
13542 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13543
13544         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13545         LFUN_TABULAR_FEATURE (bug #177)
13546
13547 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13548
13549         * Makefile.am: remove figure.h
13550
13551 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13552
13553         * Bufferview_pimpl.C:
13554         * CutAndPasteC:
13555         * LaTeX.C:
13556         * LyXSendto.C:
13557         * buffer.C:
13558         * bufferlist.C:
13559         * converter.C:
13560         * language.C:
13561         * lyxfunc.C:
13562         * lyxvc.C:
13563         * paragraph.C:
13564         * text.C:
13565         * text2.C: remove #include "lyx_gui_misc.h".
13566
13567         * LaTeX.C: added #include <cstdio>
13568
13569 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13570
13571         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13572         that the paragraph following this one can have.
13573
13574         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13575
13576         * vspace.C (asLatexCommand): fix bogus gcc warning
13577
13578         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13579
13580 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13581
13582         * text2.C (setLayout): get rid of redundant code
13583
13584 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13585
13586         * text2.C (incDepth): make sure depth cannot be increased beyond
13587         reasonable values.
13588
13589 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13590
13591         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13592         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13593
13594         * PainterBase.h (image):
13595         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13596         a LyXImage const *.
13597
13598 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13599
13600         * BufferView.C:
13601         * BufferView.h:
13602         * BufferView_pimpl.C:
13603         * BufferView_pimpl.h:
13604         * LaTeXFeatures.C:
13605         * LyXAction.C:
13606         * LyXView.C:
13607         * Makefile.am:
13608         * UpdateList.h:
13609         * UpdateList.C:
13610         * buffer.C:
13611         * figure.h:
13612         * figureForm.C:
13613         * figureForm.h:
13614         * figure_form.C:
13615         * figure_form.h:
13616         * lyx_cb.C:
13617         * lyx_gui.C:
13618         * lyx_gui_misc.C:
13619         * lyxfunc.C:
13620         * sp_base.h:
13621         * sp_ispell.h:
13622         * sp_pspell.h:
13623         * sp_spell.C: remove fig inset, and the crap house of
13624           cards that follows it
13625
13626 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13627
13628         * Makefile.am:
13629         * lyxserver.C:
13630         * os2_defines.h:
13631         * os2_errortable.h:
13632         * nt_defines.h: move .h into support/
13633
13634         * vms_defines.h: remove
13635
13636         * WorkArea.C: add space in debug output
13637
13638         * text2.C:
13639         * paragraph.C:
13640         * buffer.C: add WITH_WARNINGS
13641
13642         * vc-backend.h:
13643         * vc-backend.C:
13644         * bufferlist.C: s/retrive/retrieve/, add docs
13645
13646         * vspace.h:
13647         * vspace.C:
13648         * kbmap.h:
13649         * lyxlength.h:
13650         * lyxgluelength.h:
13651         * length_common.h:
13652         * chset.h:
13653         * chset.C: add docs
13654
13655         * lyxgui.C: add ID to X error handler
13656
13657         * lyxtestclass.c: fix typo
13658
13659 2002-02-26  Juergen Vigna  <jug@sad.it>
13660
13661         * tabular_funcs.C (write_attribute): changed so that some default
13662         attributes are not written at all.
13663         (getTokenValue): set default values before trying to read the
13664         value so we have the return value always set as default if we don't
13665         find the token we search for.
13666
13667         * tabular.C (Write): write bools as bools not as strings!
13668
13669 2002-02-22  Juergen Vigna  <jug@sad.it>
13670
13671         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13672         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13673
13674         * text.C (leftMargin): don't add an indent for paragraphs inside
13675         tabular cells (fix #208).
13676
13677 2002-02-21  José Matos  <jamatos@fep.up.pt>
13678
13679         * tabular.C (docBook): fixed support for long tables.
13680
13681 2002-02-20  Juergen Vigna  <jug@sad.it>
13682
13683         * text2.C (getFont): get the drawing font of the Inset if this
13684         paragraph is inside an inset (only important for InsetERT for now).
13685
13686         * buffer.C (insertErtContents): use new lanugage params in ERT
13687         constructor.
13688
13689         * CutAndPaste.C: commenting out seemingly uneeded code.
13690
13691 2002-02-19  Allan Rae  <rae@lyx.org>
13692
13693         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13694         Iterators might be simple to use but they also get invalidated.
13695         (removeAutoInsets): renamed saved cursor tracking variables and added
13696         some comments to clarify what everything does.
13697
13698 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13699
13700         * Chktex.C:
13701         * LaTeX.C:
13702         * LyXSendto.C:
13703         * converter.C:
13704         * lyx_cb.C:
13705         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13706         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13707
13708         * lyxfunc.C:
13709         * vc-backend.h: remove #include "support/syscall.h"
13710
13711         * LaTeX.C:
13712         * LyXSendto.C:
13713         * converter.C: rearrange #includes in Lars' approved fashion.
13714
13715         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13716         forward declare class Timeout in the header file.
13717
13718         * XFormsView.C: changes due to the above.
13719
13720         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13721         similar to LyXView.
13722
13723         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13724         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13725
13726 2002-02-18  José Matos  <jamatos@fep.up.pt>
13727
13728         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13729         insets contents.
13730
13731 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13732
13733         * a lot of small ws changes
13734         * add a lot of using std::XXX
13735         * use std construcs some places where approp.
13736         * use some exisint stuff from lyxfunctional where approp.
13737         * Make file changes to use partial linking (lets test this now...)
13738
13739 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13740
13741         * Chktex.C:
13742         * buffer.C:
13743         remove #include "support/syscontr.h" as it's redundant. Always has been.
13744
13745         * Chktex.C:
13746         * LaTeX.C:
13747         * LyXSendto.C:
13748         * converter.C:
13749         * lyx_cb.C:
13750         * vc-backend.C:
13751         change Systemcalls::System to Systemcalls::Wait and
13752         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13753         No change of functionality, just reflects the stripped down Systemcalls
13754         class.
13755
13756 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13757
13758         * debug.[Ch]: add a GRAPHICS type to the enum.
13759
13760 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13761
13762         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13763
13764         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13765         there is an inset.
13766
13767 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13768
13769         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13770         match the changes below.
13771
13772         * text2.C (toggleInset): if there is not editable inset at cursor
13773         position, try to see if cursor is _inside_ a collapsable inset
13774         and close it.
13775
13776 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13777
13778         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13779         document menu has a nice checkbox
13780
13781 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13782
13783         * lyxlength.C (asLatexString): change PW to output as percent of
13784         \textwidth.
13785
13786         * lengthcommon.C: change '%' to 't%'
13787
13788         * lyxfunc.C (dispatch): a few comments from Martin
13789
13790 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13791
13792         * WorkArea.h:
13793         * WorkArea.C:
13794         * BufferView_pimpl.h:
13795         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13796           the X selection.
13797
13798 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13799
13800         * vspace.C (inPixels): fix compiler warning
13801
13802 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13803
13804         * lyxfunc.C (getStatus): fix status message for disabled commands.
13805
13806 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13807
13808         * BufferView_pimpl.C: fix crash on close buffer
13809         during selection (#227)
13810
13811 2002-01-27  Herbert Voss  <voss@lyx.org>
13812
13813         * buffer.C: link old Figure to new graphic inset
13814
13815 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13816
13817         * FontLoader.C (getFontinfo): Change the latex font names in order
13818         to match the names of type1inst.
13819
13820 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13821
13822         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13823
13824         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13825         (extchanged): ditto
13826         (ext_exist): ditto
13827         (remove_files_with_extension): ditto
13828         (remove_file): ditto
13829         (write): ditto
13830
13831         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13832         document is smaller than the work area height. Do not initialize
13833         static variables to 0.
13834
13835 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13836
13837         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13838
13839         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13840         LFUN_LAYOUT_PARAGRAPHS.
13841
13842         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13843         tabular. It is possible to provide a possible cell, which will
13844         typically be the actcell from the corresponding insettabular
13845
13846         * lyxfunc.C (getStatus): small cleanup; disable
13847         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13848         true
13849
13850 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13851
13852         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13853
13854         * paragraph.C (startTeXParParams):
13855         (endTeXParParams): new methods. The LaTeX code to
13856         start/end paragraph formatting
13857         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13858         empty (fixes bug #200)
13859
13860         * vspace.C (inPixels): adapt to the change below
13861         (inPixels): [later] more cleanups (remove unused variables)
13862
13863         * lyxlength.C (inPixels): change to use a width and a height as
13864         parameter.
13865
13866 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13867
13868         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13869         Replaced with \paperwidth
13870
13871         * DepTable.C (insert): add std:: qualifier
13872
13873 2002-01-18  Allan Rae  <rae@lyx.org>
13874
13875         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13876         updated also?
13877
13878         * text.C (drawInset): Turned out I didn't know enough about how
13879         rebreaking worked.  This fixes most of the redraw problems.  I see
13880         an occasional cursor trail when a line is broken now and the cursor
13881         placement can seem out by a few pixels also after a rebreak.
13882
13883 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13884
13885         * buffer.C (parseSingleLyXformat2Token): update because minipage
13886         width is now a LyXLength
13887
13888         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13889
13890         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13891         math insets
13892
13893 2002-01-17  Juergen Vigna  <jug@sad.it>
13894
13895         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13896
13897         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13898         is set correctly and the inset is updated correctly.
13899
13900 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13901
13902         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13903         the beginning of the loop.
13904
13905 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13906
13907         * lyxrc.C: improve help for use_scalable_fonts
13908
13909 2002-01-17  Allan Rae  <rae@lyx.org>
13910
13911         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13912
13913 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13914
13915         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13916         make sure to set their inset_owner to the right value (bug #171)
13917
13918 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13919
13920         * DepTable.h
13921         * DepTable.C: Implement mtime checking to reduce time spent doing
13922         CRCs.
13923
13924 2002-01-16  Juergen Vigna  <jug@sad.it>
13925
13926         * tabular.C (GetAdditionalHeight): one of error fixed.
13927
13928         * lyxrc.C (output): small fix in writing use_pspell.
13929
13930 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13931
13932         * sp_base.h: #include LString.h
13933
13934 2002-01-16  Allan Rae  <rae@lyx.org>
13935
13936         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13937         Can someone check this please?
13938
13939         * text.C (drawInset): It was possible that p.row would be removed by
13940         breakAgainOneRow upsetting a few other settings.  There may be another
13941         small tweak possible by setting need_break_row = 0 when p.row has been
13942         removed but I don't know enough about the logic here.
13943
13944 2002-01-15  Allan Rae  <rae@lyx.org>
13945
13946         * text.C (insertChar): removed conditional truism.
13947
13948         * BufferView2.C (removeAutoInsets): More tweaks.
13949         cur_par_prev could be a stray pointer.  Check for trailing empty line
13950         in case last line was cur_par and only had an error inset on it.
13951
13952 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13953
13954         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13955         absolute
13956
13957         * vc-backend.C (most methods):
13958         * exporter.C (Export):
13959         * converter.C (convert):
13960         (runLaTeX):
13961         * LyXSendto.C (SendtoApplyCB):
13962         * lyxfunc.C (dispatch):
13963         (menuNew):
13964         (open):
13965         (doImport):
13966         * lyx_cb.C (AutoSave):
13967         (InsertAsciiFile):
13968         * BufferView_pimpl.C (MenuInsertLyXFile):
13969         * buffer.C (runChktex): use Buffer::filePath().
13970
13971         * buffer.h: rename filename to filename_; rename filepath to
13972         filepath_ and make it private
13973         (filePath): new method
13974
13975         * buffer.C (writeFile): use fileName()
13976         (getLatexName):
13977
13978         * lyx_main.C (init): fix starting  of LyX when the binary is a
13979         link from so,ewhere else.
13980
13981         * minibuffer.C: include <cctype> for isprint
13982
13983 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13984
13985         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13986         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13987         name clash with InsetCollapsable's width function.
13988
13989 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13990
13991         * lastfiles.C: include <iterator>
13992
13993 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13994
13995         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13996         std::count.
13997
13998         * buffer.C (makeLaTeXFile): ditto.
13999         Also make loop operation more transparent.
14000
14001 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
14002
14003         * ToolbarDefaults.C: remove trailing comma closing namespace.
14004
14005         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
14006
14007         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
14008         as in WorkArea.
14009
14010         * trans.C (Load): comment out unused variable, allowed.
14011
14012 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14013
14014         * minibuffer.[Ch] (append_char): new method to recieve input from the
14015         drop-down completion browser. If a key was pressed, then recieve this
14016         char and append it to the existing string.
14017         (peek_event): modify the positioning data passed to the completion
14018         browser so that it can be placed above the minibuffer rather than below.
14019 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14020
14021         * LyXAction.C (init): alloe error-next for readonly documents.
14022
14023         * BufferView2.C (ChangeRefsIfUnique): use standard version of
14024         count.
14025
14026 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14027
14028         * bufferlist.C (readFile): create the buffer _after_ checking that
14029         the file exists.
14030
14031         * lyxfunc.C (verboseDispatch): fix handling of arguments
14032
14033         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
14034
14035         * lyxrc.C: use string::erase() instead of initializing to "".
14036
14037
14038 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14039
14040         * BufferView_pimpl.h:
14041         * BufferView_pimpl.C:
14042         * WorkArea.h:
14043         * WorkArea.C:
14044         * text2.C: tell X when we have made a selection for copying
14045
14046 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14047
14048         * BufferView_pimpl.C (MenuInsertLyXFile):
14049         * lyxfunc.C (menuNew):
14050         (open):
14051         (doImport): add shortcuts to directory buttons
14052
14053         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
14054         open a float)
14055
14056         * lyxfunc.C (setStatusMessage):
14057         (getStatusMessage): new methods
14058         (getStatus):use setStatusMessage instead of setErrorMessage
14059         (dispatch): when function is disabled, set error message here
14060         [instead of in getStatus previously]
14061
14062         * BufferView_pimpl.C (workAreaButtonRelease): update
14063         toolbar/menubar here too.
14064
14065 2002-01-13  Allan Rae  <rae@lyx.org>
14066
14067         * BufferView2.C (removeAutoInsets): finished off earlier fix.
14068         Now seems indestructible.  Remaining task is to audit all other
14069         code affected by deleteEmptyParagraphMechanism.  One small quirk
14070         left is that an empty document with an error in the preamble can
14071         be made to report an error but no error box appears.  I don't know
14072         where it goes.
14073         (removeAutoInsets): Improved comments.
14074
14075 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
14076
14077         * Thesaurus.h:
14078         * Thesaurus.C: update for Aiksaurus 0.14
14079
14080 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14081
14082         * text2.C (firstParagraph): removed member function, all uses
14083         replaces with ownerParagraph
14084         (redoParagraphs): here
14085         (updateInset): here
14086         (toggleAppendix): here
14087         * BufferView2.C (insertErrors): here
14088         (setCursorFromRow): here
14089
14090 2002-01-13  Allan Rae  <rae@lyx.org>
14091
14092         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
14093         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
14094         There is still a way to segfault this although you may have to do this
14095         multiple times: Have an InsetERT with an unknown command in it.
14096         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
14097         <down-arrow>, <Enter> again, View->DVI, BANG!
14098
14099         * text2.C (setCursor):
14100         (deleteEmptyParagraphMechanism):
14101         * lyxtext.h (setCursor):
14102         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
14103         Making use of the return value may help fix other bugs.
14104
14105 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14106
14107         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
14108
14109         * LyXView.C (updateMenubar): call MenuBar::update here
14110         (updateToolbar): but not here
14111         (showState): do not update toolbar/menubar
14112
14113         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
14114         should need to care about that.
14115
14116         * lyxfunc.C (verboseDispatch): simplify a bit
14117         (getStatus): have a version which takes a pseudoaction, and
14118         another which requires a (kb_action,string).
14119
14120         * LyXAction.C (retrieveActionArg): make it work also when action
14121         is not a pseudo-action.
14122         (getActionName): simplify a bit
14123         (helpText):
14124
14125 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14126
14127         * lyxfunc.C (verboseDispatch): new families of methods with
14128         several ways to specify a command and a bool to indicate whether
14129         the command name and shortcut should be displayed in minibuffer
14130         (eventually, we could extend that to a finer bitmask like
14131         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
14132         (dispatch): the pristine dispatch command which just, well,
14133         dispatchs! Note it still sets its result to minibuffer; I'm not
14134         sure we want that.
14135
14136         * lyxfunc.h: remove setHintMessage
14137
14138         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
14139
14140 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14141
14142         * BufferView_pimpl.C (specialChar): delete new inset if we have
14143         not been able to insert it.
14144
14145         * kbmap.C: revert to using int instead of kb_action, since all we
14146         are dealing with is pseudo-actions.
14147
14148         * LyXAction.C (searchActionArg): change to return int instead of
14149         kb_action, since the result is a pseudoaction.
14150
14151 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
14152
14153         * buffer.C (insertErtContents): Fix (partially) the font bug.
14154
14155 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
14156
14157         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
14158         as the other one is broken on my machine!
14159
14160 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
14161
14162         * commandtags.h:
14163         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
14164
14165 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
14166
14167         * lyxrc.[Ch]: change names and descriptions of popup font variables to
14168         reflect their actual use. Provide compatibility code for older lyxrc
14169         files.
14170
14171         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14172         FL_NORMAL_STYLE.
14173         change names of popup font variables in line with the changes to lyxrc.C
14174
14175 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14176
14177         * buffer.C (asciiParagraph): avoid outputing a word twice after
14178         an inset.
14179
14180         * lyxrc.C (getDescription): document that document_path and
14181         template_path can be empty.
14182
14183 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14184
14185         * LaTeXFeatures.C (getMacros):
14186         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14187
14188         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14189
14190         * LaTeXFeatures.C (useFloat): require "float" here instead of in
14191         getPackages.
14192         (getPackages): rename feature "floats" to "float". Use an array to
14193         iterate over 'simple' features (i.e. just a \usepackage). Add
14194         handling of "amsmath" (renamed from "amsstyle").
14195
14196 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
14197
14198         * LaTeXFeatures.C (require): Prevent duplicate entries in the
14199         features list.
14200
14201 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
14202
14203         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14204         FuncStaus::FuncStatus & FuncStaus::some_method().
14205
14206 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
14207
14208         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14209         of the func_satus stuff. Edited and massaged in various ways by
14210         JMarc.
14211
14212         * lyxfunc.C (getStatus): use FuncStatus
14213
14214 2002-01-08  Juergen Vigna  <jug@sad.it>
14215
14216         * text.C (nextBreakPoint): use function Inset::isChar().
14217
14218         * paragraph.C (TeXOnePar): use function
14219         Inset::forceDefaultParagraphs.
14220
14221         * buffer.C (latexParagraphs): use function
14222         Inset::forceDefaultParagraphs.
14223
14224 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14225
14226         * lyx_gui.C (init): set the style of the menu popups to
14227         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14228
14229 2002-01-07  Juergen Vigna  <jug@sad.it>
14230
14231         * text.C (setHeightOfRow): small fix
14232         (prepareToPrint): don't look at alignment if we don't have the place
14233         for doing it.
14234
14235 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14236
14237         * box.C: New file. Move the Box methods and functions out of box.h,
14238         following Lars' suggestion.
14239
14240 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
14241
14242         * box.h: #include "support/LOstream.h", needed for inlined function.
14243
14244         * lyxtextclass.C:
14245         * lyxtextclasslist.C: added some using std declarations.
14246
14247 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
14248
14249         * box.h: make signed dimensions to allow insets wider than
14250           the screen (bug #162)
14251
14252         * BufferView_pimpl.C: add some insetHit debug
14253
14254 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
14255
14256         * vc-backend.C: add FIXME
14257
14258 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14259
14260         * lyxfunc.C (getStatus): enable code for showing math font status
14261         in toolbar/menu.
14262
14263 2002-01-07  Juergen Vigna  <jug@sad.it>
14264
14265         * text.C (nextBreakPoint): removed debug output not needed anymore.
14266
14267 2002-01-06  Juergen Vigna  <jug@sad.it>
14268
14269         * text.C (nextBreakPoint): fixed up this function we had this bug
14270         since ever but now hopefully we break row better.
14271         (insertChar): we have to check if an inset is the next char as it
14272         could now happen that a large inset is causing a break.
14273
14274 2002-01-05  Juergen Vigna  <jug@sad.it>
14275
14276         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14277         if it doesn't like to be drawed.
14278
14279 2002-01-04  Juergen Vigna  <jug@sad.it>
14280
14281         * BufferView2.C (lockInset): forgot to set a cursor.
14282
14283         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14284
14285 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14286
14287         * FormMathsPanel.C:
14288         * FormMathsPanel.h
14289         * MathsSymbols.C:
14290         * form_maths_panel.C:
14291         * form_maths_panel.h:
14292         * form_maths_panel.fd: implemented sub- and super- buttons in math
14293         panel.
14294
14295         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14296         (or ^ space) to be used as in TeX (req'd by Andr�.
14297
14298         * lyxfunc.C: Allow ^ and _ again to be used both as
14299         super/subscript (mathed) and as themselves (in text).
14300
14301 2002-01-03  Allan Rae  <rae@lyx.org>
14302
14303         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14304         "LyX" or the filename of the current buffer if it has one.  This is a
14305         modified form of John Levon's patch.
14306
14307         * XFormsView.C (setWindowTitle): also set icon title.
14308
14309         * LyXView.h (setWindowTitle): signature changed.
14310         * XFormsView.h (setWindowTitle): ditto.
14311
14312 2002-01-02  Juergen Vigna  <jug@sad.it>
14313
14314         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14315
14316 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14317
14318         * screen.C (topCursorVisible): introduce a temp var for
14319         text->cursor.row(), handle the case where this row is null. (kindo
14320         hachish)
14321
14322         * text2.C (setCursor): add a couple of asserts.
14323
14324         * paragraph.h (inset_iterator): add -> operator
14325
14326         * paragraph.[Ch] (autoDeleteInsets): remove member function
14327
14328         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14329         cursor pos correctly and handle inset deletion by itself.
14330         (insertErrors): move iterator declaration out of for expression
14331
14332         * lyxtextclass.C: add <algorithm>
14333
14334         * Makefile.am: added the new files to sources, removed layout.C
14335
14336         * layout.C: removed file
14337
14338         * layout.h: remove LYX_DUMMY_LAYOUT
14339
14340         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14341         layout.
14342
14343         * lyxlayout.[Ch]:
14344         * lyxtextclass.[Ch]:
14345         * lyxtextclasslist.[Ch]: new files
14346
14347         * include order changes to a lot of files, also changes because of
14348         the six new files.
14349
14350 2001-12-27  Juergen Vigna  <jug@sad.it>
14351
14352         * buffer.C (asciiParagraph): more fixes.
14353
14354         * tabular.C (ascii): make ascii export support export of only the
14355         data separated by a column-delimiter.
14356         (ascii): better support for ascii export.
14357
14358         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14359
14360 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14361
14362         * tabular_funcs.C: use a "using std::getline" instead of the
14363         previous fix from Angus (necessary for cxx + lyxstring)
14364
14365 2001-12-24  Juergen Vigna  <jug@sad.it>
14366
14367         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14368
14369         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14370         problems. First check a minipage also if we have some ert-contents
14371         (not only on par->size(), second set the right depth of the paragraph
14372         on the relink to the root-paragraph-list!
14373
14374         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14375         which then did not anymore update the main paragraphs on undo/redo!
14376
14377 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14378
14379         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14380         code. Support all font-changing funcs (even those which are not in
14381         menu currently). Support for reporting font settings in
14382         mathed (disabled until Andre provides a function on mathed's side).
14383
14384         * func_status.h (toggle): small helper function to set toggle
14385         state on a flag.
14386
14387 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14388
14389         * tabular_funcs.C: getline -> std::getline
14390
14391 2001-12-21  Juergen Vigna  <jug@sad.it>
14392
14393         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14394         accessed and could be 0 (I couldn't generate this but it seems
14395         Michael could!).
14396
14397 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14398
14399         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14400         * tabular_funcs.h: here and include iosfwd
14401
14402 2001-12-20  Juergen Vigna  <jug@sad.it>
14403
14404         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14405         inside inset but undo_par was.
14406
14407 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14408
14409         * Thesaurus.C: always include <config.h> in sources.
14410
14411         * Painter.h:
14412         * lyxlookup.h:
14413         * box.h: do not include <config.h> in header files
14414
14415         * text.C (paintLastRow): remove unused variable
14416
14417         * text.C (transformChar):
14418         (insertChar):
14419         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14420
14421         * Painter.C (text):
14422         * font.C (width): rewrite to use uppercase() instead of
14423         islower/toupper.
14424
14425         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14426
14427 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14428
14429         * lyxfind.C: clean up of find failure position change
14430
14431 2001-12-20  Juergen Vigna  <jug@sad.it>
14432
14433         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14434
14435         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14436         (TeXRow): added to LaTeX a single tabular row.
14437         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14438         (Latex): simplified and finally good LT-h/f support.
14439         (various_functions): just small adaptions for LT-h/f support.
14440
14441         * tabular_funcs.[hC]: added and moved here all not classfunctions
14442         of LyXTabular.
14443
14444 2001-12-19  Juergen Vigna  <jug@sad.it>
14445
14446         * tabular.[Ch]: better support for longtabular options (not finished
14447         yet!)
14448
14449 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14450
14451         * text.C (paintLastRow): use the label font instead of the font of
14452         the last character to compute the size of *_BOX. This makes more
14453         sense and avoids a crash with empty paragraphs.
14454         Use Painter::rectangle to draw EMPTY_BOX.
14455
14456 2001-12-19  Juergen Vigna  <jug@sad.it>
14457
14458         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14459         the paragraphs if the replaced paragraph is not the first one!
14460         Tried to delete not used paragraphs but does not work yet so for
14461         now it's inside #ifdef's and by default off!
14462
14463 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14464
14465         * MenuBackend.C: include "lyx_main.h" instead of declaring
14466         lastfiles (actually was declared as LastFiles* instead of a
14467         scoped_ptr).
14468
14469 2001-12-17  Juergen Vigna  <jug@sad.it>
14470
14471         * tabular.C (AppendColumn): applied John's fix
14472
14473 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14474
14475         * BufferView.h:
14476         * BufferView.C:
14477         * BufferView_pimpl.h:
14478         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14479
14480         * Makefile.am:
14481         * box.h: new start of class for above
14482
14483         * lyxfunc.C: ignore space-only minibuffer dispatches.
14484           Show the command name when it doesn't exist
14485
14486         * minibuffer.C: don't add empty lines to the history
14487
14488         * minibuffer.C: add a space on dropdown completion
14489
14490 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14491
14492         * text.C: fix line above/below drawing in insets
14493
14494 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14495
14496         * lyxlength.C (LyXLength): Initialize private variables.
14497
14498 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14499
14500         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14501         when inserting error insets.
14502
14503 2001-12-13  Juergen Vigna  <jug@sad.it>
14504
14505         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14506         actually sometimes the before-paragraph.
14507         (setUndo): don't clear the redostack if we're not actually undoing!
14508
14509 2001-12-06  Juergen Vigna  <jug@sad.it>
14510
14511         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14512         and fixed redoing of main paragraph, so we can use it now ;)
14513
14514         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14515
14516 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14517
14518         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14519         Juergen's request
14520
14521 2001-12-13  André Pönitz <poenitz@gmx.net>
14522
14523         * undostack.[Ch]:
14524         * undo_func.C: minor cleanup
14525
14526 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14527
14528         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14529         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14530         font in urw-fonts package which is marked as -urw-fontspecific and
14531         does not work (incidentally, changing the encoding in the
14532         fonts.dir of this package to -adobe-fontspecific fixes the
14533         problem).
14534
14535         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14536         is a crash when undoing first paragraph (Juergen, please take a
14537         look). THis does not mean the undo fix is wrong, just that it
14538         uncovers problems.
14539
14540         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14541         the (Paragraph*) version when needed instead of duplicating the
14542         code.
14543
14544         * text.C (workWidth): use Inset::parOwner to find out where the
14545         inset has been inserted. This is a huge performance gain for large
14546         documents with lots of insets. If Inset::parOwner is not set, fall
14547         back on the brute force method
14548
14549         * paragraph_pimpl.C (insertInset):
14550         * paragraph.C (Paragraph):
14551         (cutIntoMinibuffer): set parOwner of insets when
14552         inserting/removing them
14553
14554         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14555
14556 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14557
14558         * commandtags.h:
14559         * LyXAction.C:
14560         * lyx_main.C:
14561         * lyxfunc.C:
14562         * mathed/formulabase.C:
14563         * mathed/math_cursor.[Ch]:
14564         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14565
14566
14567 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14568
14569         * lyxlength.[Ch] (operator!=): new function
14570
14571 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14572
14573         * text.C (workWidth): use Inset::parOwner to find out where the
14574         inset has been inserted. This is a huge performance gain for large
14575         documents with lots of insets. If Inset::parOwner is not set, fall
14576         back on the brute force method
14577
14578         * paragraph_pimpl.C (insertInset):
14579         * paragraph.C (Paragraph):
14580         (cutIntoMinibuffer): set parOwner of insets when
14581         inserting/removing them
14582
14583         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14584
14585 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14586
14587         * tabular-old.C (getTokenValue):
14588         * tabular.C (getTokenValue):
14589         (write_attribute): new versions for LyXLength
14590         (everywhere): adjust the use of widths
14591
14592         * tabular.h: change the type of widths from string to LyXLength
14593
14594 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14595
14596         * paragraph.C: fixed missing line number count when exporting
14597         Environments to LaTeX file
14598
14599         * buffer.C: added informational message for checking line numbers.
14600
14601 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14602
14603         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14604         paragraph, do the 'double space' part, but not the 'empty
14605         paragraph' one.
14606
14607         * text.C (workWidth): small optimization
14608         (getLengthMarkerHeight): use minimal size for negative lengths.
14609
14610 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14611
14612         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14613
14614         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14615
14616 2001-12-11  André Pönitz <poenitz@gmx.net>
14617
14618         * FontLoader.C:
14619         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14620
14621 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14622
14623         * text2.C: keep selection on a setFont()
14624
14625 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14626
14627         * lyx_cb.C: another bv->text misuse, from insert label
14628
14629 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14630
14631         * kbsequence.h:
14632         * kbsequence.C: re-instate nmodifier mask
14633
14634 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14635
14636         * lyx_main.h: make lyxGUI private.
14637
14638 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14639
14640         * lyxfind.C: place the cursor correctly on failed search
14641
14642 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14643
14644         * text.C (getLengthMarkerHeight): for small heights, the arrows
14645         are not always on top/bottom of the text
14646         (drawLengthMarker): smaller arrows; take the left margin in
14647         account; draw also vfills.
14648         (paintFirstRow):
14649         (paintLastRow): remove special code for vfill and standard spaces,
14650         since everything is handled in drawLengthMarker now.
14651
14652 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14653
14654         * buffer.C (insertErtContents): try to handle font and language
14655         interaction a bit better.g
14656
14657         * ColorHandler.C (updateColor): change the hash to cover the whole
14658         LColor enum, ws cleanup
14659         (getGCLinepars): ditto
14660         (getGCLinepars): only lookup in the linecache once.
14661
14662 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14663
14664         * iterators.C (operator++): Make the iterator more robust
14665
14666         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14667         (John's patch)
14668         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14669
14670 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14671
14672         * lyxtext.h:
14673         * text.C: better added space drawing
14674
14675 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14676
14677         * LyXView.C:
14678         * BufferView2.C: fix layout combo update on inset unlock
14679
14680 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14681
14682         * Makefile.am: don't compile unused files
14683
14684 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14685
14686         * lyxfunc.C:
14687         * commandtags.h:
14688         * LyXAction.C: remove old LFUN_LAYOUTNO
14689
14690 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14691
14692         * paragraph_pimpl.h:
14693         * paragraph_pimpl.C: isTextAt() doesn't need font param
14694
14695 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14696
14697         * lyxlex.h:
14698         * lyxlex.C: little cleanup
14699
14700 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14701
14702         * BufferView_pimpl.C: fix insertAscii for insets
14703
14704 2001-12-05  Juergen Vigna  <jug@sad.it>
14705
14706         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14707         set the right font on the "multi" paragraph paste!
14708
14709 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14710
14711         * trans_decl.h:
14712         * trans_mgr.[Ch]:
14713         * trans.[Ch]:
14714         * lyxgluelength.C:
14715         * lyxlength.C: remove out-commented code.
14716
14717         * BufferView_pimpl:
14718         * CutAndPaste.C:
14719         * DepTable.C:
14720         * buffer.C:
14721         * chset.C:
14722         * lastfiles.C:
14723         * lyxlex.C:
14724         * lyxlex_pimpl.C:
14725         * lyxserver.C:
14726         * screen.C:
14727         * tabular-old.C:
14728         * tabular.C:
14729         * text.C:
14730         * trans_mgr.C:
14731         * vc-backend.C: change "while(" to "while ("
14732
14733         * lyxlength.[Ch]: add zero function to check if length is zero or
14734         not
14735         * lyxgluelength.C: use it
14736
14737 2001-12-05  Allan Rae  <rae@lyx.org>
14738
14739         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14740         Works for 2.95.3, from what I understand of Garst's reports this should
14741         work for other g++ versions.  We're screwed if the abs(int) definition
14742         changed between bugfix releases of gcc.
14743
14744 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14745
14746         * text.C: fix chapter label offset !
14747
14748 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14749
14750         * lyxtext.h:
14751         * text.C: fix hfill at end of line, clean up
14752
14753 2001-12-04  Juergen Vigna  <jug@sad.it>
14754
14755         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14756         that we force an update of the inset and it's owners if neccessary.
14757
14758 2001-12-03  Juergen Vigna  <jug@sad.it>
14759
14760         * text.C (rowLast): simplified code
14761
14762 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14763
14764         * lyxfunc.C: fix show options on timeout
14765
14766 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14767
14768         * screen.C (topCursorVisible): scroll half a page when the cursor
14769         reached top of bottom of screen
14770
14771 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14772
14773         * minibuffer.C: deactivate on loss of focus
14774
14775 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14776
14777         * vspace.[Ch] (operator!=): add operator.
14778
14779 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14780
14781         * BufferView_pimpl.C: refuse to open an inset when
14782         there's a selection.
14783
14784 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14785
14786         * BufferView_pimpl.C: allow to click on RHS of full row insets
14787
14788 2001-11-30  Juergen Vigna  <jug@sad.it>
14789
14790         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14791         insets for undo reasons.
14792
14793 2001-11-28  André Pönitz <poenitz@gmx.net>
14794
14795         * vspace.[Ch]: cosmetical changes
14796
14797 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14798
14799         * LyXAction.h:
14800         * LyXAction.C:
14801         * lyxfunc.h:
14802         * lyxfunc.C:
14803         * kbmap.h:
14804         * kbmap.C:
14805         * lyxrc.C:
14806         * kbsequence.h:
14807         * kbsequence.C: part re-write of old kb code
14808
14809         * Painter.C:
14810         * WorkArea.C: remove Lgb_bug_find_hack
14811
14812 2001-11-30  José Matos <jamatos@fep.up.pt>
14813
14814         * buffer.C (makeDocBookFile): add a comment to point a hack.
14815         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14816         Fixed a double write of labels.
14817
14818 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14819
14820         * LaTeX.C:
14821         * LaTeX.h Fixed bug in LaTeX class where it would not
14822         re-run latex if no depfiles were changed, but the .dvi was removed.
14823
14824 2001-11-28  André Pönitz <poenitz@gmx.net>
14825
14826         * all the files from the change on 2001/11/26:
14827         use lyx::layout_type instead of LyXTextClass::size_type
14828         use lyx::textclass_type instead of LyXTextClassList::size_type
14829
14830 2001-11-29  Juergen Vigna  <jug@sad.it>
14831
14832         * text.C: added support for paragraph::isFreeSpacing()
14833
14834         * buffer.C: same as above
14835
14836         * paragraph.h: inserted isFreeSpacing() function to enable
14837         FreeSpacing inside InsetERT.
14838
14839         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14840         of the paragraph's in the cut/copy buffer to 0!
14841
14842         * text2.C (removeRow): remove the assert as it can!
14843
14844         * lyxtext.h: added helper function firstRow returning firstrow and
14845         made firstrow private again.
14846
14847         * BufferView2.C (lockInset): don't relock if we're already locked!
14848
14849         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14850         the only paragraph.
14851         (removeRow): added Assert::(firstrow)
14852
14853         * debug.C: forgot to add INSETTEXT here.
14854
14855 2001-11-28  Juergen Vigna  <jug@sad.it>
14856
14857         * sp_spell.C (initialize): changed error text to more general
14858         spellchecker command use (not only ispell!)
14859
14860         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14861
14862         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14863
14864 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14865
14866         * vspace.C: initialise lyxgluelength on failure
14867
14868 2001-11-28  Allan Rae  <rae@lyx.org>
14869
14870         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14871         declaration & definition that looks like a function declaration.
14872
14873 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14874
14875         * BufferView2.C (copy):
14876         (copyEnvironment): do not clear the selection when doing a copy.
14877
14878         * text.C (paintFirstRow): compilation fix
14879
14880 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14881
14882         * tabular.C (Latex): correct line count when writing latex.
14883
14884 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14885
14886         * paragraph_pimpl.h:
14887         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14888           bug a bit
14889
14890 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14891
14892         * text.C:
14893         * LColor.h:
14894         * LColor.C: change vfillline->added_space
14895
14896         * text.C: add markers and text for added space
14897
14898         * vspace.C: fix comment
14899
14900 2001-11-28  André Pönitz <poenitz@gmx.net>
14901
14902         * paragraph.C: whitespace changes
14903         * all the other files from the change on 2001/11/26:
14904         change *::pos_type into lyx::pos_type
14905
14906 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14907
14908         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14909         language of the document when inserting error insets.
14910
14911 2001-11-26  André Pönitz <poenitz@gmx.net>
14912
14913         * BufferView_pimpl.[Ch]:
14914         *       CutAndPaste.C:
14915         * buffer.[Ch]:
14916         * lyxcursor.[Ch]:
14917         * lyxfind.C:
14918         * lyxfunc.C:
14919         * lyxrow.[Ch]:
14920         * paragraph.[Ch]:
14921         * paragraph_pimpl.[Ch]:
14922         * sp_spell.C:
14923         * text.C:
14924         * text2.C: reduce header dependencies, introduce type for positions
14925
14926 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14927
14928         * <various>: change to use Alert.h
14929
14930 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14931
14932         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14933         when encountering an unknown token.
14934         (readLyXformat2): Show an error message if there were unknown tokens.
14935
14936 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14937
14938         * BufferView2.C:
14939         * BufferView_pimpl.C:
14940         * buffer.C:
14941         * paragraph.h:
14942         * text.C:
14943         * text2.C: use par->isInset()
14944
14945 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14946
14947         * paragraph_pimpl.h:
14948         * paragraph_pimpl.C: cleanup
14949
14950 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14951
14952         * text2.C (removeRow):
14953         * text.C (setHeightOfRow): remove useless (and costly) call to
14954         getRow.
14955
14956 2001-11-20  Allan Rae  <rae@lyx.org>
14957
14958         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14959         Now need Inset*::checkInsertChar() to return true for appropriate
14960         cases so that the characters in the minibuffer will actually be
14961         inserted.
14962
14963 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14964
14965         * text.C: change the order of the includes.
14966         (workWidth): initialize it at once.
14967         (workWidth): make maxw unsigned
14968         (setHeightOfRow): remove unused variable (inset)
14969         (selectSelectedWord): remove unused variable (inset)
14970         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14971
14972 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14973
14974         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14975         server is not running.
14976         (openConnection):
14977         (closeConnection): add debug info when server is disabled.
14978
14979         * ColorHandler.C (getGCForeground): send debug message to GUI
14980         channel.
14981
14982         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14983
14984         * kbmap.C (bind): modify because return conventions of
14985         kb_sequence::parse have changed.
14986
14987         * kbsequence.C (parse): only ignore spaces and not any stupid
14988         control character. This avoids tests like s[i] <= ' ', which are
14989         guaranteed to fail with 8bit characters and signed chars.
14990         Change return code to string::npos when there have been no error
14991         (0 was a bad idea when error is at first character)
14992
14993 2001-11-14  José Matos  <jamatos@fep.up.pt>
14994
14995         * buffer.h:
14996         * buffer.C (simpleDocBookOnePar): removed unused argument.
14997
14998 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14999
15000         * text.C (selectNextWordToSpellcheck): do not test explicitely for
15001         insets which are part of a word. Paragraph::isLetter takes care of
15002         that now. Use Paragraph::isInset to identify insets.
15003         (selectSelectedWord): do not test for hyphenation break.
15004
15005         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
15006         that protected spaces are considered as spaces.
15007
15008         * paragraph.C (isLetter): cleanup the code for ispell extras; use
15009         Inset::isLetter.
15010
15011 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
15012
15013         * lyxserver.h:
15014         * lyxserver.C: fix it. and small cleanup.
15015
15016 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15017
15018         * BufferView_pimpl.C: use inline helpers
15019
15020         * LaTeXFeatures.h:
15021         * LaTeXFeatures.C: fix typos
15022
15023         * Spacing.h:
15024         * Spacing.C: move spacing_string into class
15025
15026         * ToolbarDefaults.C: move stuff into namespace anon
15027
15028         * layout.h: update enum
15029
15030         * lyxfunc.C: use better debug
15031
15032         * minibuffer.h: fix typo
15033
15034         * debug.h:
15035         * debug.C:
15036         * WorkArea.C: add and use Debug::WORKAREA
15037
15038         * lyxtext.h:
15039         * text.C:
15040         * text2.C: code re-organisation, inline helpers
15041
15042 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
15043
15044         * Layout.C: replaced a few cases of std::vector.size() == 0 with
15045         std::vector.empty().
15046
15047 2001-11-09  Allan Rae  <rae@lyx.org>
15048
15049         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
15050         '\n's after tables.  Tabular and ERT inset work now makes this no
15051         longer necessary.
15052
15053 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
15054
15055         * minibuffer.h:
15056         * minibuffer.C: fix crash, improve drop-down completion
15057
15058 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
15059
15060         * lyxserver.h:
15061         * lyxserver.C: invalidate fd's when doing endPipe()
15062
15063 2001-11-08  José Matos  <jamatos@fep.up.pt>
15064
15065         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
15066         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
15067
15068         * paragraph.h:
15069         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
15070
15071 2001-11-07  José Matos  <jamatos@fep.up.pt>
15072
15073         * buffer.h:
15074         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
15075         const qualifier.
15076
15077         * buffer.C (sgmlOpenTag):
15078         * buffer.C (sgmlCloseTag): removed debug info.
15079
15080         * buffer.h (sgmlOpenTag):
15081         * buffer.h (sgmlCloseTag): made public.
15082
15083 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15084
15085         * buffer.C (saveParamsAsDefaults):
15086         * lyx_cb.C (MenuLayoutSave): remove
15087
15088         * LyXAction.C (init):
15089         * commandtags.h:
15090         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
15091
15092 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15093
15094         * buffer.C (setPaperStuff): removed from here...
15095
15096         * bufferparams.C (setPaperStuff): ... and moved there.
15097
15098 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
15099
15100         * minibuffer.h:
15101         * minibuffer.C:
15102         * XFormsView.C: add support for drop-down completion
15103
15104 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
15105
15106         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
15107         commands.
15108
15109 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15110
15111         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
15112         disabled.
15113
15114 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
15115
15116         * lyx_main.C: change ref to known bugs
15117
15118 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
15119
15120         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
15121         to work around older babel problems.
15122
15123 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
15124
15125         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
15126
15127 2001-10-24  Juergen Vigna  <jug@sad.it>
15128
15129         * tabular-old.C (ReadOld): below variable changes reflected.
15130
15131         * tabular.[Ch]: added ltType struct for longtable header/footer
15132         defines and changed all instances where they are used. Added
15133         future support for double top/bottom rows.
15134
15135 2001-10-24  José Matos  <jamatos@fep.up.pt>
15136
15137         * buffer.h (docbookHandleCaption):
15138         * buffer.C (docbookHandleCaption): removed unused function.
15139         (makeDocBookFile): moved docbook supported version to v4.1.
15140
15141 2001-10-24  José Matos  <jamatos@fep.up.pt>
15142
15143         * tabular.h:
15144         * tabular.C (docbookRow): new function to export docbook code of a row.
15145         (DocBook): now honors the longtable flags.
15146
15147 2001-10-23  José Matos  <jamatos@fep.up.pt>
15148
15149         * LaTeXFeatures.h:
15150         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
15151         of the lyx defined sgml entities used in a docbook/linuxdoc document.
15152
15153         * buffer.C (makeLinuxDocFile):
15154         (makeDocBookFile): reworked the preamble, more clean, and with
15155         support for lyx defined entities. Changed the document declaration
15156         to be more XML friendly.
15157
15158         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
15159         if we need to output XML that should be done with a filter.
15160
15161 2001-10-22  Juergen Vigna  <jug@sad.it>
15162
15163         * sp_pspell.h (class PSpell): add alive function needed in the
15164         controller to see if the spellchecker could be started.
15165
15166 2001-10-22  Juergen Vigna  <jug@sad.it>
15167
15168         * buffer.C (insertStringAsLines): modify the font for inserting
15169         chars in certain conditions by calling checkInsertChar(font).
15170
15171 2001-10-19  Juergen Vigna  <jug@sad.it>
15172
15173         * text.C (workWidth): use getRow instead of wrong algorithm.
15174         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15175
15176 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
15177
15178         * lyxserver.h:
15179         * lyxserver.C:
15180         * lyx_main.h:
15181         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15182
15183 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15184
15185         * text.C (workWidth): do not search for the exact row when
15186         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15187         optimization for big documents.
15188
15189 2001-10-18  Juergen Vigna  <jug@sad.it>
15190
15191         * text.C (workWidth): new function with added Inset * parameter.
15192
15193 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15194
15195         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15196
15197         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15198         change return type of getColumnNearX.
15199
15200
15201         * text.C (changeRegionCase): use uppercase/lowercase instead of
15202         toupper/tolower.
15203         (leftMargin):
15204         (rightMargin): simplify code by factoring out the uses of
15205         textclasslist.
15206         (labelFill):
15207         (numberOfHfills):
15208         (setHeightOfRow):
15209         (appendParagraph): use Paragraph::size_type
15210
15211 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15212
15213         * vspace.C (asLatexString): add a missing break
15214
15215 2001-10-15  Herbert Voss  <voss@perce.de>
15216
15217         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15218
15219 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15220
15221         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15222         is not available.
15223
15224 2001-10-10  André Pönitz <poenitz@gmx.net>
15225
15226         * lyxfunc.C: removed greek_kb_flag.
15227
15228 2001-10-10  Herbert Voss  <voss@perce.de>
15229
15230         * lyx_main.C: delete global string help_lyxdir.
15231
15232 2001-10-09  Herbert Voss  <voss@perce.de>
15233
15234         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15235
15236         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15237
15238         * lyx_main.C: added global string help_lyxdir.
15239
15240         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15241
15242 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15243
15244         * lyxrc.C (set_font_norm_type): support iso8859-4
15245
15246 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
15247
15248         * LaTeX.C (deplog): add another regex for MikTeX
15249
15250 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15251
15252         * lyxrc.C (set_font_norm_type): support iso8859-3
15253
15254 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15255
15256         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15257
15258         * LaTeXFeatures.C: remove special case of french and index
15259
15260         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15261         before \begin{document}). This solves several incompatibilities.
15262
15263 2001-10-03  Garst Reese  <reese@isn.net>
15264
15265         * lyx_cb.C: change CheckTex error msg.
15266
15267 2001-10-03  José Matos  <jamatos@fep.up.pt>
15268
15269         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15270
15271 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15272
15273         * .cvsignore: update
15274
15275         * lyx_main.C (commandLineVersionInfo): use new style version info.
15276
15277         * buffer.C (writeFile):
15278         (makeLaTeXFile):
15279         (makeLinuxDocFile):
15280         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15281
15282         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15283
15284         * version.h: update to use stuff in version.C
15285
15286         * version.C.in: new file. Contains version information determined
15287         at compile time. This is a merging of version.h and
15288         version_info.h.in.
15289
15290 2001-10-03  Juergen Vigna  <jug@sad.it>
15291
15292         * BufferView_pimpl.C (update): don't change "dirty" status in
15293         updateInset call.
15294
15295 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15296
15297         * WorkArea.C (c-tor): re-position version string slightly.
15298
15299 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15300
15301         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15302         revert to previous code.
15303
15304         WorkArea.[Ch]: (show, destroySplash): methods removed.
15305
15306         WorkArea.C: rework code so that it's an amalgam of the codes before and
15307         after the splash screen was moved to WorkArea.
15308
15309 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15310
15311         * lyxrc.C (read):
15312         * vspace.C (inPixels):
15313         (lyx_advance):
15314         * kbmap.C (bind):
15315         * buffer.C (insertStringAsLines):
15316         (asciiParagraph): fix types to be large enough
15317
15318         * lyxlex_pimpl.h: change member status from short to int
15319
15320         * layout.h: fix type of endlabeltype
15321
15322         * kbmap.C (bind):
15323         * kbsequence.C (parse): change return type to string::size_type
15324
15325         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15326         variable
15327
15328         * Bullet.C (bulletSize):
15329         (bulletEntry): do not use short ints as parameters
15330
15331         * BufferView2.C (insertLyXFile): change a char to an int.
15332
15333         * WorkArea.C (WorkArea): remove unneeded floats in computation
15334
15335 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15336
15337         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15338
15339         * paragraph.C (asString): Do not ignore newline/hfill chars when
15340         copying to the clipboard.
15341
15342 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15343
15344         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15345         after a multi-line inset.
15346
15347 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15348
15349         * paragraph.C (validate): Set NeedLyXFootnoteCode
15350
15351 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15352
15353         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15354         and decrease-error to decrease.
15355
15356 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15357
15358         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15359         it more readable (should be equivalent)
15360
15361 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15362
15363         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15364
15365 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15366
15367         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15368         of a cursor (row, etc.) after a character has been deleted
15369         (deleteEmptyParagraphMechanism): call the method above on _all_
15370         cursors held by the LyXText when a double space has been
15371         detected/deleted.
15372
15373 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15374
15375         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15376         pixmap.
15377         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15378
15379         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15380         background. Use greyOut() and the new show() methods to toggle between
15381         the foreground and background. Add code to remove the splash after
15382         its initial showing.
15383
15384         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15385         (create_forms): no longer call Dialogs::showSplash.
15386
15387 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15388
15389         * .cvsignore: add version_info.h
15390
15391 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15392
15393         * version_info.h.in: new file
15394
15395         * Makefile.am: add version_info.h.in
15396
15397         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15398         version_info.h instead of VERSION_INFO
15399
15400 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15401
15402         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15403         The ERT inset now returns string().
15404
15405 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15406
15407         * lyxtext.h, text.C (selectNextWord): renamed as
15408         selectNextWordToSpellcheck.
15409
15410         * text.C (selectNextWordToSpellcheck): Modified to not select
15411         words inside an ERT inset.
15412
15413 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15414
15415         * lyx_cb.C (MenuLayoutSave): change a bit the question
15416
15417         * sp_base.h: include <sys/types.h>
15418
15419 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15420
15421         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15422
15423 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15424
15425         * several files: fix typos in user-visible strings
15426
15427 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15428
15429         * text2.C (pasteSelection): do not set the selection, since it
15430         will be cleared later. Actually, the intent was to fix the way the
15431         selection was set, but I figured rmoving the code was just as good.
15432
15433 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15434
15435         * FontLoader.C (available): Check if font is available without
15436         loading the font.
15437
15438 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15439
15440         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15441
15442 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15443
15444         * lyxrc.[Ch]: added display_graphics variable and associated code.
15445
15446 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15447
15448         * bufferparams.C (hasClassDefaults): new method. Returns true if
15449         the buffer parameters correspond to known class defaults
15450
15451 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15452
15453         * XFormsView.C (show): set minimum size to the main window.
15454
15455 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15456
15457         * text2.C (copySelection):
15458         (cutSelection):
15459         * lyxfind.C (LyXReplace):
15460         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15461         LyXText::selectionAsString.
15462
15463         * paragraph.C (asString): add "label" argument to the second form
15464
15465         * text2.C (selectionAsString): add "label" argument and pass it to
15466         Paragraph::asString.
15467
15468 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15469
15470         * lyx_main.C (commandLineHelp): remove version information
15471
15472 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15473
15474         * lyx_main.C: add -version commandline option
15475
15476 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15477
15478         * paragraph.h: make the optional constructor arg required instead.
15479         some modifications to other files because of this.
15480
15481         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15482
15483         * lyxserver.C (C_LyXComm_callback): make it static
15484
15485         * lyx_main.C (error_handler): make it static
15486
15487         * lyx_gui.C (LyX_XErrHandler): make it static
15488
15489         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15490
15491         * WorkArea.C: make the extern "C" methods static.
15492
15493         * Makefile.am (lyx_LDADD): simplify
15494
15495 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15496
15497         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15498         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15499
15500         * LyXAction.C (init):
15501         * lyxfunc.C (dispatch): associated code removal.
15502
15503 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15504
15505         * lyxfont.h (isSymbolFont): shut off warning
15506
15507         * text.C (setHeightOfRow):
15508         (getVisibleRow): fix crash with empty paragraphs which have a
15509         bottom line
15510
15511 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15512
15513         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15514         code.
15515
15516 2001-09-04  José Matos  <jamatos@fep.up.pt>
15517         * buffer.C
15518         * buffer.h
15519         * tabular.C (docbook): rename docBook method to docbook.
15520
15521 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15522
15523         * Makefile.am: add dependencies to main.o.
15524
15525 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15526
15527         * FontLoader.C (available): Return false if !lyxrc.use_gui
15528
15529 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15530
15531         * FontInfo.C (query):
15532         * converter.C (view):
15533         * importer.C (Import):
15534         * exporter.C (Export): Can not -> cannot.
15535
15536 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15537
15538         * BufferView_pimpl.C: allow to create index inset even if
15539           string is empty
15540
15541 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15542
15543         * buffer.C (getLists): replace boost::tie code with an explicit pair
15544         as boost::tie can break some compilers.
15545
15546         * iterators.h: Added a std:: declaration to the return type of
15547         ParIterator::size.
15548
15549 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15550
15551         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15552           case.
15553
15554 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15555
15556         * iterators.[Ch]: New files. Provide paragraph iterators.
15557
15558         * buffer.C (changeLanguage): Use paragraph iterators.
15559         (isMultiLingual): ditto
15560
15561         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15562
15563 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15564
15565         * FontLoader.C: Support for cmr font.
15566
15567 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15568
15569         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15570         (available): New method.
15571
15572         * FontInfo.C (getFontname): Use scalable fonts even when
15573         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15574         found.
15575
15576 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15577
15578         * converter.C (Formats::view): reverted! Incorrect fix.
15579
15580 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15581
15582         * converter.C (Formats::view): only output the -paper option
15583         if the dvi viewer is xdvi, thereby fixing bug #233429.
15584
15585 2001-08-23  Herbert Voss  <voss@perce>
15586
15587         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15588
15589 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15590
15591         * Spacing.h (Spacing): Set space to Default on in the default
15592         constructor.
15593
15594 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15595
15596         * vc-backend.h (RCS::versionString): add RCS to version
15597         (CVS::versionString): add CVS to version
15598
15599         * vc-backend.C (scanMaster): do not add CVS to version.
15600         (scanMaster): do not add RCS to version
15601
15602         * lyxvc.C (versionString): new method
15603
15604         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15605
15606 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15607
15608         * Spacing.C (set): initialize fval
15609
15610 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15611
15612         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15613         " or \.
15614
15615 2001-08-16  Juergen Vigna  <jug@sad.it>
15616
15617         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15618
15619 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15620
15621         * BufferView_pimpl.C:
15622         * figureForm.C:
15623         * lyxtext.h:
15624         * text2.C: setParagraph takes linespacing now
15625
15626 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15627
15628         * LyxAction.C: add internal LFUN_CITATION_INSERT
15629
15630         * LyXView.C: actually apply fix
15631
15632         * bufferlist.C: fix open non-existent file
15633
15634         * lyxfind.C: fix indentation
15635
15636         * lyxfunc.C: remove unneeded assert, fix typo
15637
15638 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15639
15640         * MenuBackend.C: use "Floatname List"
15641
15642 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15643
15644         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15645         when converting LaTeX layout to insetERT.
15646         Generate a non-collapsed float when reading old float
15647
15648 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15649
15650         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15651         ERT insets.
15652
15653 2001-08-13  Juergen Vigna  <jug@sad.it>
15654
15655         * text.C (fill): return 0 instead of 20 as this seems to be the more
15656         correct value.
15657
15658 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15659
15660         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15661         lyxrc.font_norm.
15662
15663 2001-08-13  Juergen Vigna  <jug@sad.it>
15664
15665         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15666         casesensitive off.
15667         (SearchBackward): comment out the unlocking of the inset_owner this
15668         should not be needed!
15669
15670 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15671
15672         * Many files: Remove inherit_language, and add latex_language
15673
15674         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15675         collapsible insets.
15676
15677 2001-08-10  Juergen Vigna  <jug@sad.it>
15678
15679         * text.C (prepareToPrint): fixed hfill-width in draw!
15680
15681         * BufferView2.C (selectLastWord): save the selection cursor as this
15682         now is cleared in the function LyXText::clearSelection!
15683
15684 2001-08-08  Juergen Vigna  <jug@sad.it>
15685
15686         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15687         BACKSPACE type functions.
15688
15689         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15690         is only cutted from the document but not put in the cut-buffer, where
15691         still the old stuff should be.
15692
15693         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15694
15695         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15696
15697         * tabular.C (SetWidthOfCell): fixed special case where the width
15698         was not updated!
15699         (LeftLine): handle '|' in align_special.
15700         (RightLine): ditto
15701         (LeftAlreadyDrawed): ditto
15702         (SetWidthOfCell): ditto
15703
15704 2001-08-07  Juergen Vigna  <jug@sad.it>
15705
15706         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15707
15708 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15709
15710         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15711         * lyxlex.[hC]: ditto
15712
15713 2001-08-06  Juergen Vigna  <jug@sad.it>
15714
15715         * text.C (getVisibleRow): fix up row clearing a bit.
15716
15717 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15718
15719         * minibuffer.C: make sure the X server sees the changes in the input.
15720
15721 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15722
15723         * paragraph.C (getFont): split into...
15724         (getLabelFont): this
15725         (getLayoutFont): and this
15726         * paragraph_pimpl.C (realizeFont): calling this
15727
15728         * text2.C (getFont): split into...
15729         (getLayoutFont): this
15730         (getLabelFont): and this
15731         (realizeFont): all three calling this
15732
15733         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15734         files where used.
15735
15736 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15737
15738         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15739
15740 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15741
15742         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15743         layouts from the Quote inset insertion.
15744
15745 2001-08-03  Juergen Vigna  <jug@sad.it>
15746
15747         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15748
15749         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15750         only if status not is already CHANGED_IN_DRAW (second level).
15751
15752         * text.C (draw): don't set the need_break_row when inside an
15753         InsetText LyXText.
15754
15755 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15756
15757         * buffer.C (parseSingleLyXformat2Token): handle more latex
15758         conversion cases.
15759
15760         * bufferview_funcs.[hC]: change function names to
15761         begin with small char, adjust other files.
15762
15763 2001-08-02  André Pönitz <poenitz@gmx.net>
15764
15765         * lyxfunc.C:
15766         BufferView_pimpl.C: remove broken special code for math-greek
15767
15768 2001-08-02  Juergen Vigna  <jug@sad.it>
15769
15770         * BufferView_pimpl.C (update): redone this function so that we
15771         update the text again if there was a CHANGE_IN_DRAW.
15772
15773         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15774         (drawFromTo): added a new internal bool which is used by draw() and
15775         redraw() function.
15776         (general): some cursor drawing problems fixed.
15777
15778 2001-08-01  Juergen Vigna  <jug@sad.it>
15779
15780         * lyxfind.C (LyXFind): fixed
15781         (SearchForward): ditto
15782         (SearchBackward): ditto
15783
15784         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15785         spurius drawing of the cursor in the main area.
15786
15787         * text2.C (status): small fix which could lead to a segfault!
15788         (clearSelection): remove unneeded BufferView param.
15789
15790 2001-08-01  André Pönitz <poenitz@gmx.net>
15791
15792         * lyxfunc.C: small change due to changed mathed interface
15793
15794 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15795
15796         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15797
15798 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15799
15800         * lyxfunc.c: fail gracefully if file doesn't exist
15801
15802         * LyXSendto.C:
15803         * buffer.C:
15804         * lyxfunc.C:
15805         * BufferView_pimpl.C: IsDirWriteable() proto changed
15806
15807         * LyXView.C: fix updateWindowTitle() to store the last title
15808
15809 2001-07-31  Juergen Vigna  <jug@sad.it>
15810
15811         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15812         the font (wrong since using of Paragraph::highestFontInRange).
15813
15814         * paragraph.C (highestFontInRange): added a default_size parameter.
15815
15816         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15817         (setHeightOfRow): reformat
15818
15819 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15820
15821         * converter.[hC] + affected files: move to (inital-char)lowercase
15822         function names.
15823
15824         * ParagraphParameters.C (ParagraphParameters): remove commented code
15825
15826         * PainterBase.[Ch]: remove commented code
15827
15828         * LaTeXFeatures.h: add "bool floats" for float.sty
15829
15830         * LaTeXFeatures.C (LaTeXFeatures): init floats
15831         (require): handle float
15832         (getPackages): do it with floats
15833
15834 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15835
15836         * BufferView_pimpl.C (Dispatch): improve handling of
15837         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15838
15839         * commandtags.h: #include lyxfont.h here temporarily to avoid
15840         keybinding bug.
15841
15842         * bufferlist.h: include LString.h here.
15843
15844 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15845
15846         * text2.C (getStringToIndex): new method.
15847
15848 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15849
15850         * *: Reduced header file dependencies all over.
15851
15852 2001-07-30  Baruch Even  <baruch@lyx.org>
15853
15854         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15855
15856 2001-07-29  Baruch Even  <baruch@lyx.org>
15857
15858         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15859
15860 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15861
15862         * ParameterStruct.h (endif): add a default constructor to make
15863         sure that all variables is initialized.
15864
15865         * ParagraphParameters.C (ParagraphParameters): adjust
15866
15867 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15868
15869         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15870         index; also, check that there is something to index, and that it
15871         does not span over several paragraphs.
15872         (doubleClick): use WHOLE_WORD_STRICT for double click.
15873
15874         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15875
15876         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15877         scheme.
15878
15879 2001-07-26  Baruch Even  <baruch@lyx.org>
15880
15881         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15882         an InsetFig figure, backwards compatible reading of old figure code.
15883
15884 2001-07-27  Juergen Vigna  <jug@sad.it>
15885
15886         * text2.C: font.realize function adaption.
15887
15888         * text.C (draw): add a warnings lyxerr text if needed.
15889
15890         * layout.C: font.realize function adaption.
15891
15892         * language.C: add inherit_language and implement it's handlings
15893
15894         * bufferview_funcs.C (StyleReset): remove language parameter from
15895         font creation (should be language_inherit now).
15896
15897         * bufferparams.C (writeFile): handle ignore_language.
15898
15899         * paragraph.C (getFontSettings): the language has to be resolved
15900         otherwise we have problems in LyXFont!
15901
15902         * lyxfont.C (lyxWriteChanges): added document_language parameter
15903         (update): removed unneeded language parameter
15904
15905         * paragraph.C (validate): fixed wrong output of color-package when
15906         using interface colors for certain fonts in certain environments,
15907         which should not seen as that on the final output.
15908
15909 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15910
15911         * BufferView_pimpl.C:
15912         * Thesaurus.h:
15913         * Thesaurus.C:
15914         * Makefile.am:
15915         * commandtags.h:
15916         * LyXAction.C: add thesaurus support
15917
15918         * lyxfind.h:
15919         * lyxfind.C: add "once" parameter, for thesaurus, to not
15920           move to the next match
15921
15922 2001-07-26  Juergen Vigna  <jug@sad.it>
15923
15924         * lyxfont.C (realize): honor ignore_language too!
15925         (resolved): ditto.
15926
15927         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15928
15929         * text.C (draw): one place more for ignore_language to not draw
15930         itself!
15931
15932 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15933
15934         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15935
15936 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15937
15938         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15939         the minipage conversion problem.
15940
15941 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15942
15943         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15944         insert an inset.
15945
15946 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15947
15948         * BufferView.h: don't forward declare WorkArea
15949
15950         * BufferView.C: don't include WorkArea.h
15951
15952 2001-07-25  André Pönitz <poenitz@gmx.net>
15953
15954         * commandtags.h:
15955         * LyXAction.C:
15956         * lyxfunc.C:  new LFUN 'math-space'
15957
15958         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15959
15960 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15961
15962         * text2.C (toggleInset): call open/close
15963
15964 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15965
15966         * lyxfunc.C (dispatch): add debug for the disabled case
15967
15968         * font.C (buttonText): make similar to rectText
15969
15970         * buffer.C (readInset): comment out parsing of insetlist and
15971         insttheorem
15972
15973         * PainterBase.C (rectText): small correction
15974
15975         * BufferView_pimpl.C: comment out insettheorem and insetlist
15976         * LyXAction.C: ditto
15977         * commandtags.h: ditto
15978
15979 2001-07-24  Juergen Vigna  <jug@sad.it>
15980
15981         * text.C (draw): honor the ignore_language.
15982
15983         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15984
15985 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15986
15987         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15988         char inset.
15989
15990 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15991
15992         * lyxtext.h: remove unused (and unimplemented) methods
15993
15994 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15995
15996         * text.C (getVisibleRow): honor background color
15997
15998         * PainterBase.h:
15999         * Painter.h: remove default color argument for fillRectangle
16000
16001         * text.C (backgroundColor): new method
16002
16003 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16004
16005         * text.C (getVisibleRow): adjust
16006
16007         * font.[Ch] (rectText): new method, metrics
16008         (buttonText): new method, metrics
16009
16010         * PainterBase.[hC]: make rectText and buttonText always draw and take
16011         fewer paramteres.
16012
16013 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16014
16015         * ToolbarDefaults.C (read):
16016         * MenuBackend.C (read): allow escaping in all strings
16017
16018         * BufferView_pimpl.C (insertAndEditInset): new method.
16019         (Dispatch): use insertAndEditInset whenever appropriate.
16020
16021         * BufferView_pimpl.C (insertNote): removed
16022
16023         * BufferView_pimpl.C (smartQuote): new method, moved from
16024         BufferView; if an insetquote cannot be inserted, insert a '"'
16025         character instead.
16026
16027         * BufferView2.C: remove insertCorrectQuote();
16028
16029         * lyxfunc.C (getStatus): Add support for all remaingin
16030         inset-insert lfuns.
16031
16032         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
16033
16034         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
16035         command (necessary to pass " as parameter of self-insert.
16036
16037         * text.C (selectWordWhenUnderCursor):
16038         (selectWord): add word_location parameter
16039         (selectWordWhenUnderCursor): same + remove special code for word
16040         boundary.
16041         (selectNextWord): use kind() to guess type of insetspecialchar,
16042         not latex().
16043
16044         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
16045         (insertErtContents): create ert insets as collapsed.
16046         (readInset): better compatibility code for Info inset.
16047
16048 2001-07-20  Juergen Vigna  <jug@sad.it>
16049
16050         * lyxfunc.C (dispatch): use always LyXFind now!
16051
16052         * text2.C (init): add a reinit flag so that the LyXText can be
16053         reinited instead of deleted and reallocated (used in InsetText).
16054
16055         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
16056
16057         * text.C: ditto
16058
16059         * text2.C: ditto
16060
16061 2001-07-18  Juergen Vigna  <jug@sad.it>
16062
16063         * text.C (selectNextWord): handle insets inside inset by calling
16064         always the bv->text functions so that we can go up the_locking_inset!
16065
16066         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
16067         in strange locations when inside an inset!
16068
16069         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
16070         handling to include insets.
16071
16072         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
16073
16074 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16075
16076         * LyXAction.C (init):
16077         * commandtags.h:
16078         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
16079         LIGATURE_BREAK, since the name is so stupid.
16080
16081 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16082
16083         * buffer.C (readInset): enable reading of new InsetNotes as well as old
16084         InsetInfos.
16085
16086         * FontLoader.C: remove FORMS_H_LOCATION cruft.
16087
16088         * sp_form.[Ch]: remove.
16089
16090         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
16091
16092         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
16093         InsetInfo.
16094
16095         * src/buffer.C (readInset): ditto.
16096
16097 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16098
16099         * BufferView_pimpl.C (specialChar): new method. Obsoletes
16100         menuSeparator(), endOfSentenceDot(), ldots() and
16101         hyphenationPoint(), which are therefore removed.
16102         (Dispatch): handle LFUN_HYPHENATION_BREAK.
16103
16104         * LyXAction.C (init):
16105         * commandtags.h: add LFUN_HYPHENATION_BREAK.
16106
16107         * paragraph.C (getWord): removed.
16108
16109         * BufferView_pimpl.C (Dispatch): use last word or selection for
16110         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
16111
16112         * lyx_main.C (queryUserLyXDir): do not ask before creating
16113         user_dir, except if it has been named explicitely.
16114
16115 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
16116
16117         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
16118         a document of zero size.
16119
16120 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
16121
16122         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
16123         approriately in the c-tor and in require().
16124         (getPackages): output the appropriate LaTeX for natbib support.
16125
16126         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
16127         variables "use_natbib" and "use_numerical_citations" when reading the
16128         LyX file.
16129         (readInset): read the various natbib cite commands.
16130         (validate): white-space change.
16131
16132         * bufferparams.[Ch]: new variables "bool use_natbib" and
16133         "bool use_numerical_citations".
16134         (writeFile): output them in the LyX file.
16135
16136 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16137
16138         * lyxfunc.C (getStatus): add support for all the inset insertion
16139         commands.
16140
16141         * text2.C (insertInset):
16142         * paragraph.C (insetAllowed):
16143         * BufferView_pimpl.C (insertInset): update to take in account the
16144         renaming of insertInsetAllowed
16145
16146         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
16147
16148         * text2.C (getInset): new method. returns inset at cursor position.
16149
16150         * BufferView_pimpl.C (Dispatch): changes because of this.
16151
16152         * LyXAction.C (init): rename open-stuff to inset-toggle.
16153
16154         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
16155
16156         * text2.C (toggleInset): renamed from openStuff; use
16157         Inset::open().
16158
16159 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
16160
16161         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
16162
16163         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
16164
16165 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
16166
16167         * buffer.C (readLyXformat2): Add filename to the error dialog
16168
16169 2001-07-18  Juergen Vigna  <jug@sad.it>
16170
16171         * tabular.C (GetCellNumber): put an assert here instead of the check!
16172
16173 2001-07-17  Juergen Vigna  <jug@sad.it>
16174
16175         * BufferView_pimpl.C (toggleSelection): adapted too.
16176
16177         * text.C (selectNextWord): adapted for use with insets.
16178         (selectSelectedWord): ditto
16179
16180 2001-07-17  Juergen Vigna  <jug@sad.it>
16181
16182         * sp_spell.C (PSpell): fix initialitation order.
16183
16184 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16185
16186         * paragraph.C: spacing
16187
16188 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
16189
16190         * sp_spell.C: repair language selection for pspell
16191
16192 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16193
16194         * lyxfunc.h: change more methods to begin with lower char.
16195
16196 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
16197
16198         * buffer.C (parseSingleLyXformat2Token): Generate error insets
16199         for unknown layouts.
16200
16201 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
16202
16203         * buffer.C (readLyXformat2): Generate an error dialog if there are
16204         unknown layouts.
16205
16206 2001-07-16  Juergen Vigna  <jug@sad.it>
16207
16208         * sp_spell.C: always compile ISpell part.
16209
16210         * lyxrc.C: added use_pspell entry and it's handling.
16211
16212 2001-07-13  Juergen Vigna  <jug@sad.it>
16213
16214         * sp_spell.C: removed double includes.
16215
16216 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
16217
16218         Consistent use of Lsstream.h:
16219         * Lsstream.h: added using std::stringstream for consistencies sake.
16220
16221         * buffer.C: removed using std::stringstream
16222
16223         * lyxfont.C (stateText):
16224         * paragraph.C (asString):
16225         * text.C (selectNextWord, selectSelectedWord):
16226         * text2.C (setCounter):
16227         * vspace.C (asString, asLatexString):
16228         std::ostringstream -> ostringstream.
16229
16230 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16231
16232         * LyXAction.C: add LFUN_HELP_ABOUTLYX
16233         * commandtags.h: add LFUN_HELP_ABOUTLYX
16234         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16235
16236 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
16237
16238         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16239         cursorToggle()
16240         * lyx_gui_misc.C: remove spellchecker
16241         * lyxfunc.C: showSpellchecker
16242         * sp_base.h: added
16243         * sp_ispell.h: added
16244         * sp_pspell.h: added
16245         * sp_spell.C: added
16246         * sp_form.[Ch]: removed
16247         * spellchecker.[Ch]: removed
16248
16249 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
16250
16251         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16252         is set.
16253         (simpleTeXSpecialChars): Simply print the input character without
16254         any special translation if pass_thru is set.
16255
16256         * layout.h: Added bool pass_thru to layout class for being able to
16257         implement pass through of a paragraph for Literate Programming.
16258
16259         * layout.C: add LT_PASS_THRU to LayoutTags enum.
16260         * layout.C (LyXLayout): set pass_thru to flase in constructor.
16261         * layout.C (Read): add "passthru" to list of layout tags and add
16262         code to set the pass_thru boolean when it is read.
16263
16264 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16265
16266         * trans_decl.h: remove allowed from KmodInfo
16267
16268         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16269         remove allowed code
16270         (Load): adjust
16271
16272         * paragraph_pimpl.C (erase): use boost::prior
16273
16274         * Painter.C (text): use data() instead of c_str() when length is
16275         also provided.
16276         * WorkArea.C (putClipboard): ditto
16277         * font.h (width): ditto
16278
16279         * BufferView2.C: use it-> instead of (*it). for iterators
16280         * texrow.C: ditto
16281         * paragraph_pimpl.C: ditto
16282         * paragraph.C: ditto
16283         * minibuffer.C: ditto
16284         * language.C: ditto
16285         * kbmap.C: ditto
16286         * encoding.C: ditto
16287         * counters.C: ditto
16288         * converter.C: ditto
16289         * chset.C: ditto
16290         * Variables.C: ditto
16291         * TextCache.C: ditto
16292         * MenuBackend.C: ditto
16293         * LyXAction.C: ditto
16294         * LColor.C: ditto
16295         * FloatList.C: ditto
16296         * DepTable.C: ditto
16297         * ColorHandler.C (LyXColorHandler): ditto
16298
16299 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16300
16301         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16302
16303         * text2.C (openStuff): reintroduce this method (which had been
16304         nuked in NEW_INSETS frenzy).
16305
16306         * lyxfunc.C (Dispatch): when an action has not been handled, use
16307         its name in the error message, not its number.
16308
16309         * paragraph.C (inInset): change method name to begin with lowercase.
16310
16311         * undo_funcs.C:
16312         * text2.C: updates because of this.
16313
16314 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16315
16316         * ToolbarDefaults.C (add): add spaces in error message
16317
16318 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16319
16320         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16321         (readLyXformat2): rename return_par to first_par, use lyxlex's
16322         pushToken and remove the manual push handling.
16323         (parseSingleLyXformat2Token): add another ert comp. variable:
16324         in_tabular, rename return_par to first_par. handle newlines better
16325
16326 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16327
16328         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16329
16330 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16331
16332         * text2.C (getParFromID): removed
16333
16334         * buffer.C (getParFromID): new method moved form lyxtext.
16335         * BufferView2.C (insertErrors): adjust
16336         (setCursorFromRow): adjust
16337         * BufferView_pimpl.C (restorePosition): adjust
16338         * lyxfunc.C (Dispatch): adjust
16339         * undo_funcs.C (textUndo): adjust
16340         (textRedo): adjust
16341         (textHandleUndo): adjust
16342         (textHandleUndo): adjust
16343
16344 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16345
16346         * buffer.C: up' the LYX_FORMAT
16347
16348         * lyxfont.h: turn NO_LATEX on as default
16349
16350         * buffer.C (insertErtContents): new methods of tex style compability.
16351         (parseSingleLyXformat2Token): use it several places.
16352         * tabular.C (OldFormatRead): and here
16353
16354 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16355
16356         * text2.C: remove some commented code.
16357         reindent file.
16358
16359         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16360         * trans.C: changes because of the above.
16361
16362 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16363
16364         * text2.C (setCounter): Fix counters bug with bibliography layout.
16365
16366 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16367
16368         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16369         own member functions
16370         (simpleTeXSpecialChars): ditto
16371
16372 2001-07-06  Juergen Vigna  <jug@sad.it>
16373
16374         * a lot of files: changed the access to LyXText::status and the
16375         call of undo-functions.
16376
16377         * undo.[Ch]: added a inset_id to the undo informations.
16378
16379         * undo_funcs.[Ch]: added and moved here all undo functions.
16380
16381         * lyxtext.h: give the status enum a weight, made status_ a private
16382         variable and made accessor functions for it, removed the whole bunch
16383         of undo-functions as they are now in their own file, make some
16384         functions publically available. Added function ownerParagraph with
16385         int parameter.
16386
16387         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16388         made InInset() a const function, added getParFromID() function.
16389
16390         * buffer.[Ch]: added const version for inset_iterator functions,
16391         added getInsetFromID() function.
16392
16393         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16394         changed undo functions for new version.
16395
16396 2001-07-05  Juergen Vigna  <jug@sad.it>
16397
16398         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16399         unknow mechanism does not call the proper constructor but only this
16400         one also if I request the other!?
16401
16402 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16403
16404         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16405
16406         * text2.C (LyXText): use initialization lists.
16407
16408         * lyxtext.h (Selection): initialize set_ and mark_
16409         (init): remove method
16410
16411 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16412
16413         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16414
16415 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16416
16417         * screen.[Ch]: change method names to begin with lowercase
16418
16419         * BufferView_pimpl.C (updateScrollbar): simplify further and
16420         hopefully make it a bit faster.
16421
16422 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16423
16424         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16425         calling directly xforms functions.
16426
16427         * Painter.C (Painter):
16428         * lyx_cb.C (MenuWrite):
16429         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16430         fl_display.
16431
16432         * lyx_gui.C: remove bogus guiruntime extern declaration.
16433
16434 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16435
16436         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16437         in NEW_INSETS
16438         (redoDrawingOfParagraph): ditto
16439         (redoParagraphs): ditto
16440         (cutSelection): don't create a object for CutAndPaste use the
16441         static method directly
16442         (pasteSelection): ditto
16443
16444         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16445         LyXview (+ rename)
16446
16447 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16448
16449         * modifications to some other files because of this.
16450
16451         * Makefile.am (lyx_SOURCES): add XFormsView
16452
16453         * XFormsView.[Ch]: new files
16454
16455         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16456         the main window. Move the gui dependent stuff to XFormsView
16457
16458 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16459
16460         * tabular.C (GetCellInset): update cur_cell also in the row/col
16461         version of this function.
16462
16463         * lyxfunc.C: no need to include figure_form.h here.
16464
16465         * FontLoader.h:
16466         * lyxfunc.h:
16467         * lyxscreen.h:
16468         * text2.C:
16469         * lyxvc.C: no need to include forms.h here.
16470
16471 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16472
16473         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16474
16475         * lyxfunc.C (Dispatch):
16476         * Spacing.C (set):
16477         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16478         constructor argument.
16479
16480 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16481
16482         * paragraph.C (Paragraph): dont't clear, and just set layout.
16483         (makeSameLayout): use params's copy contructor.
16484
16485         * ParagraphParameters.[Ch] (makeSame): delete method
16486
16487 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16488
16489         * Variables.[Ch]: fix indentation, rename set to isSet
16490
16491 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16492
16493         * lyxfunc.C (Dispatch): fix typo
16494
16495 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16496
16497         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16498         upper_bound.
16499
16500         * bufferlist.C: include assert.h for emergencyWrite().
16501
16502 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16503
16504         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16505           give up at last (bug #425202) !
16506
16507 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16508
16509         * lyx_gui_misc.C:
16510         * sp_form.h:
16511         * sp_form.C:
16512         * spellchecker.h:
16513         * spellchecker.C: strip spellchecker options and bring up
16514           preferences tab instead
16515
16516 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16517
16518         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16519         the istringstream constructor
16520
16521 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16522
16523         * paragraph.C (getLayout): fix return value
16524
16525         * paragraph.h: do not declare getLayout as inline.
16526
16527         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16528
16529 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16530
16531         * lyxcursor.h (operator<): new func
16532         (operator>): new func
16533         (operator>=): new func
16534         (operator<=): new func
16535
16536         * text.C (changeCase): use selection.start and selection.end
16537         (changeRegionCase): require from to be <= to. Require par to be a
16538         valid paragraph.
16539
16540         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16541
16542 2001-06-27  Juergen Vigna  <jug@sad.it>
16543
16544         * text.C (cursorLeftOneWord): changed to return the cursor and added
16545         overlay with BufferView * parameter which calls this one.
16546         (getWord): added
16547         (selectWord): use new getWord function.
16548         (changeCase): renamed from changeWordCase as and extended to work
16549         also on selections.
16550
16551         * lyxtext.h: added enum word_location
16552
16553         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16554         changeCase as this operates now also on selections.
16555
16556 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16557
16558         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16559
16560         * many files: send debug output to Debug::INFO instead of
16561         Debug::ANY.
16562
16563         * converter.C (View):
16564         (Convert):
16565         (Move): send debug output to Debug::FILES instead of console.
16566
16567 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16568
16569         * lyxfunc.C (getStatus): use func_status
16570
16571         * func_status.h: new header, describing the results of
16572         LyXFunc::getStatus;
16573
16574         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16575         LFUN_MATH_HALIGN.
16576
16577 2001-06-25  The LyX Project  <jug@sad.it>
16578
16579         * buffer.C (sgmlOpenTag):
16580         (sgmlCloseTag):
16581         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16582
16583 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16584
16585         * text2.C: remove some dead code
16586
16587         * tabular.C (GetCellInset): store the last cell checked (gotten)
16588
16589         * tabular.h: add the helper for the speedup
16590
16591         * lyxtext.h: remove some dead code
16592
16593 2001-06-26  The LyX Project  <Asger>
16594
16595         * paragraph.C: Change export to LaTeX of alignment to
16596         \begin{center} and family for better roundtrip work with reLyX.
16597
16598         * Tune the math drawing a bit.
16599
16600 2001-06-25  The LyX Project  <Asger>
16601
16602         * LColor.C (LColor): New color for math background. New color
16603         for buttons.
16604
16605 2001-06-25  The LyX Project  <jug@sad.it>
16606
16607         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16608
16609         * lyxfunc.C (Open):
16610         * bufferlist.C (newFile): do not restrict to files ending with
16611         .lyx
16612
16613         * BufferView_pimpl.C (MenuInsertLyXFile):
16614
16615 2001-06-24  The LyX Project  <jug@sad.it>
16616
16617         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16618         of compare_no_case
16619
16620 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16621
16622         * lyxtext.h: rename most methods to begin with a small char.
16623         Lots of changes because of this.
16624
16625         * paragraph.C (Paragraph): do not call fitToSize
16626         (erase): call Pimpl::erase
16627         (insertChar): call Pimpl::insertChar
16628         (insertInset): call Pipl::insertInset
16629         (breakParagraph): do not call fitToSize
16630         (breakParagraphConservative): do not call fitToSize
16631         (fitToSize): remove method
16632
16633         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16634
16635 2001-06-24  The LyX Project  <Asger>
16636
16637         * Fix Qt compilation^2
16638
16639 2001-06-24  The LyX Project  <jug@sad.it>
16640
16641         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16642         depthHook(getDepth()-1).
16643
16644         * paragraph.h:
16645         * ParagraphParameters.h:
16646         * ParameterStruct.h: change type of depth to unsigned int ==
16647         depth_type. Many adaptations to other files before of that.
16648
16649 2001-06-24  The LyX Project  <Asger>
16650
16651         * Fix Qt compilation.
16652
16653 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16654
16655         * paragraph.h: renamed several methods to begin with small letter.
16656         several changes to many parts of the code because of this.
16657
16658 2001-06-23  The LyX Project  <jug@sad.it>
16659
16660         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16661         rewritten to discard all double spaces when KeepEmpty is off
16662         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16663         to only handle newlines but not fiddle with spaces and friends.
16664
16665         * lyxfunc.C (MenuNew): when doing 'new from template', use
16666         template_path as default directory
16667
16668 2001-06-23  The LyX Project  <Asger>
16669
16670         * Clean-up of header file includes all over
16671         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16672
16673 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16674
16675         * paragraph.h: renamed from lyxparagraph.h
16676
16677 2001-06-23  Asger  <lyx@violet.home.sad.it>
16678
16679         * Buffer.h: Removed Buffer::resize
16680         * BufferList.h: Removed BufferList::resize
16681         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16682         the document lazily when we change the width, or the font settings.
16683
16684 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16685
16686         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16687
16688 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16689
16690         * buffer.h: remove out of date comment
16691
16692 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16693
16694         * lyxscreen.h:
16695         * screen.C: fix "theoretical" GC leak
16696
16697 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16698
16699         * LaTeX.C (scanAuxFile):
16700         (deplog): remove trailing \r when reading stream (useful under
16701         win32)
16702
16703 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16704
16705         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16706         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16707         and BufferView::theLockingInset(Inset*), so should use them and not
16708         access bv_->text->the_locking_inset directly.
16709
16710         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16711
16712 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16713
16714         * Makefile.am:
16715         * tex-defs.h: remove old unused file
16716
16717 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16718
16719         * BufferView_pimpl.C: fix typo, remove minibuffer message
16720           when buffer has loaded
16721
16722 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16723
16724         * lyxfunc.C (Dispatch): use stringstream
16725         (MenuNew): use stringstream
16726         (Open): use stringstream
16727
16728         * importer.C (Import): use stringstream
16729
16730         * bufferview_funcs.C (CurrentState): use stringstream
16731
16732         * LaTeX.C (run): use stringstream
16733
16734         * BufferView_pimpl.C (savePosition): use stringstream
16735         (restorePosition): use stringstream
16736         (MenuInsertLyXFile): use stringstream
16737
16738 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16739
16740         * BufferView.C:
16741         * Bullet.C:
16742         * ColorHandler.C:
16743         * FontInfo.C:
16744         * FontLoader.C:
16745         * LColor.C:
16746         * LaTeXFeatures.C:
16747         * Painter.C:
16748         * gettext.C:
16749         * lyx_gui_misc.C:
16750         * lyxserver.C:
16751         * vspace.C: removed // -*- C++ -*- as first line.
16752
16753         * lyxfind.h:
16754         * version.h: added // -*- C++ -*- as first line.
16755
16756 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16757
16758         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16759
16760         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16761         of string
16762
16763 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16764
16765         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16766         of floats.
16767
16768 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16769
16770         * gettext.C: include LString.h even when --disable-nls is on.
16771
16772 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16773
16774         * converter.h (Get): changed argument type from int to
16775         FormatList::size_type to avoid unnecessary conversion.
16776
16777         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16778         before using it.
16779
16780 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16781
16782         * gettext.h: include LString.h even when --disable-nls is on.
16783
16784 2001-06-07  Juergen Vigna  <jug@sad.it>
16785
16786         * text.C (BreakAgain): subst spaces with tabs.
16787
16788         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16789         (resizeInsetsLyXText): set force on resizeLyXText.
16790
16791 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16792
16793         * gettext.h (gettext_init):
16794         (locale_init): use a real definition instead of a macro
16795
16796 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16797
16798         * Bufferview_pimpl.C:
16799         * LColor.h:
16800         * LColor.C: further lcolor tidies
16801
16802 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16803
16804         * BufferView_pimpl.C (updateScrollbar): simplify.
16805
16806         * BufferView2.C: don't include insets/insetinfo.h, change
16807         prototype for insertInset and call the Pimpl version. let
16808         updateInset call Pimpl version.
16809
16810         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16811         gotoInset to BufferView::Pimpl
16812
16813 2001-06-01  Juergen Vigna  <jug@sad.it>
16814
16815         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16816         inside a LockingInset (is the update needed at all?).
16817
16818 2001-05-31  Juergen Vigna  <jug@sad.it>
16819
16820         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16821         here not the old one otherwise how should we compare it afterwards
16822         if it's the same!
16823
16824 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16825
16826         * lyxfont.C:
16827         * tabular.C:
16828         * tabular-old.C:
16829         * FontInfo.C: bring C functions into global namespace when
16830         necessary
16831
16832 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16833
16834         * LString.h: make sure config.h has been loaded before LString.h.
16835
16836         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16837         (one for each char read by EatLine!).
16838
16839         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16840         variables.
16841
16842 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16843
16844         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16845         to the same as the par we break from
16846
16847 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16848
16849         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16850
16851         * MenuBackend.C (expand): also create menu entries for wide
16852         versions of the floats.
16853
16854         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16855
16856         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16857
16858         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16859         frontends/Makefile.am
16860
16861         * text2.C: adjust
16862         * text.C: adjust
16863
16864
16865         * tabular.C (getTokenValue): add std::
16866
16867         * tabular-old.C (getTokenValue): add std::
16868         (getTokenValue): ditto
16869         (getTokenValue): ditto
16870
16871         * screen.C (ToggleSelection): adjust
16872
16873         * lyxtext.h: put selection cursors inside a Selection struct.
16874
16875         * lyxfunc.C (moveCursorUpdate): adjust
16876
16877         * lyxfont.C (latexWriteStartChanges): add std::
16878
16879         * lyxfind.C: adjust
16880
16881         * font.h: delete with(char const *, LyXFont const &)
16882
16883         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16884
16885         * FontInfo.C (getFontname): add std::
16886
16887         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16888         (workAreaButtonPress): adjust
16889         (tripleClick): adjust
16890         (update): adjust
16891         (moveCursorUpdate): adjust
16892         (Dispatch): adjust
16893
16894         * BufferView2.C (gotoInset): adjust
16895
16896 2001-05-30  Juergen Vigna  <jug@sad.it>
16897
16898         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16899         to check pspell I add this as default as I now have new pspell
16900         libraries and they seem to use this.
16901
16902 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16903
16904         * text2.C (CutSelection): make the cursor valid before the call to
16905         ClearSelection.
16906
16907 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16908
16909         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16910         relied on 0 terminated strings and other horrors. Bug found due to
16911         the new assert in lyxstring!
16912
16913         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16914         KP_ keys.
16915
16916 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16917
16918         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16919         to latinkeys.bind.
16920
16921         * lyxfunc.C (processKeySym): change method of getting to the
16922         self-insert char.
16923
16924         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16925         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16926         * BufferView_pimpl.[Ch]: here as private methods.
16927
16928 2001-05-28  Juergen Vigna  <jug@sad.it>
16929
16930         * text.C (SetHeightOfRow): added the update() call again as it is
16931         needed to initialize inset dimensions!
16932
16933 2001-05-16  Juergen Vigna  <jug@sad.it>
16934
16935         * text2.C (SetCharFont): Add new function with BufferView * and
16936         bool toggleall parameters for setting insets internal fonts.
16937         (SetFont): Freeze the undo as we may change fonts in Insets and
16938         all this change should be inside only one Undo!
16939
16940         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16941         setting font's in insets as for them we have the SetFont function!
16942
16943 2001-05-15  Juergen Vigna  <jug@sad.it>
16944
16945         * text2.C (ClearSelection): to be sure we REALLY don't have any
16946         selection anymore!
16947
16948         * tabular.C (TeXCellPreamble): fixed the left border problem for
16949         multicolumn cells.
16950
16951 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16952
16953         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16954         dependancy file
16955
16956 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16957
16958         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16959         LFUN_BREAKPARAGRAPH.
16960
16961         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16962         help test to "internal only", similar for LFUN_INSERT_URL
16963
16964         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16965         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16966         auto_region_delete and deadkeys.
16967
16968 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16969
16970         * LColor.h:
16971         * LColor.C: remove some dead entries, tidy a little
16972
16973 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16974
16975         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16976         commented code.
16977         (Dispatch): implement LFUN_ESCAPE
16978
16979         * commandtags.h: add LFUN_ESCAPE
16980
16981         * LyXAction.C (init): add entry for LFUN_ESCAPE
16982
16983         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16984         Remove commented code.
16985         (insertNote): moved here
16986         (open_new_inset): moved here
16987
16988         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16989         BufferView_pimpl
16990
16991 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16992
16993         * kbmap.C (findbinding): clean it up and make it work correctly.
16994
16995         * lyx_main.C (init): do not pass argc and argv as parameters
16996
16997 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16998
16999         * buffer.C: fix path for OS/2 & Win32
17000
17001         * lyx_gui.C:
17002         * lyx_main:
17003         * lyx_main.C: Added os:: class.
17004
17005         * os2_defines.h: update
17006
17007 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17008
17009         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
17010         better by trying again with reduced state.
17011
17012 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17013
17014         * lyxrc.C (read): print error about invalid key sequence only when
17015         debugging (because not all latinX keysyms are known to some X
17016         servers)
17017
17018         * kbsequence.C (getiso): add a few std:: qualifiers
17019         (getiso): comment out extra return statement.
17020
17021 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17022
17023         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
17024         handling.
17025         (Dispatch): enhance the accent inset a bit. (not perfect)
17026
17027 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17028
17029         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
17030
17031 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17032
17033         * bufferlist.C (emergencyWrite): fix assert() call
17034
17035 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
17036
17037         * text.C (InsertChar): Added trivial patch to only send the "you
17038         can not do multiple spaces this way" message once during a
17039         session.
17040
17041 2001-05-08  Baruch Even  <baruch@lyx.org>
17042
17043         * Makefile.am: Changed order of libraries to get LyX to link properly
17044         with the gnome frontend.
17045
17046 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17047
17048         * LaTeXFeatures.h: add a std:: qualifier
17049
17050 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17051
17052         * paragraph.C (String): use stringstream
17053
17054 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17055
17056         * paragraph.C (writeFile): remove footflag arg
17057
17058         * buffer.C (makeLaTeXFile): use stringstream
17059         (latexParagraphs): remove footnot gurba
17060
17061         * LaTeXFeatures.C (getPackages): use stringstream
17062         (getMacros): likewise
17063         (getTClassPreamble): likewise
17064         (getFloatDefinitions): new method
17065
17066         * paragraph.C (writeFile): reindent
17067         (Erase): reindent
17068
17069         * WorkArea.h: revert the xpos + etc changes.
17070
17071         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
17072
17073         * lyxparagraph.[Ch]: add copy constructor, remove Clone
17074
17075         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
17076         (pasteSelection): likewise
17077         * text2.C (CreateUndo): likewise
17078
17079 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17080
17081         * minibuffer.C (peek_event): temporarily reduce the functionality
17082         of the minibuffer (to allow args on lfuns)
17083
17084         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
17085         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
17086
17087         * buffer.C (readInset): add compability reading of old float
17088         lists, add reading of new style float list.
17089         (readInset): avoid reevaluation of inscmd.getCmdName()
17090         (getLists): reindent
17091
17092         * MenuBackend.C (MenuItem): implement parsing of
17093         md_floatlistinsert and md_floatinsert.
17094         (expand::LastFiles): move initalizaton of iterators out of loop,
17095         avoid reevaluation.
17096         (expand::Documents): introduce typdedef vector<string> Strings,
17097         and use it.
17098         (expand::ExportFormats): introduce typedef vector<Format const *>
17099         Formats, and use it.
17100         (expand): implement FloatListInsert and FloatInsert.
17101
17102         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
17103         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
17104         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
17105
17106         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
17107         handling.
17108         (Dispatch::LFUN_FLOAT_LIST): implement
17109
17110 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
17111
17112         * LaTeX.C (run): Fix problem with --export code.
17113
17114 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17115
17116         * BufferView.[Ch] (workarea): removed.
17117         (getClipboard) new method; wrapper for workarea()->getClipboard()
17118
17119         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
17120         bug.
17121
17122         * WorkArea.h (width, height, xpos, ypos): These methods all
17123         returned the dimensions of the work_area sub-area of WorkArea,
17124         resulting in a position error if the WorkArea were resized. Now
17125         return the dimensions of the entire WorkArea.
17126
17127         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
17128
17129 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17130
17131         * LaTeX.C (deplog): correct the syntax of regex reg1
17132
17133 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17134
17135         * undo.C: remove !NEW_INSETS cruft
17136
17137 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17138
17139         * text2.C: remove !NEW_INSETS cruft
17140
17141         * text.C: remove !NEW_INSETS cruft
17142
17143         * tabular.C: remove !NEW_INSETS cruft
17144
17145         * spellchecker.C: remove !NEW_INSETS cruft
17146
17147         * lyxtext.h: remove !NEW_INSETS cruft
17148
17149         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
17150
17151         * lyxfunc.C: remove !NEW_INSETS cruft
17152
17153         * lyxfind.C: remove !NEW_INSETS cruft
17154
17155         * lyx_cb.C: remove !NEW_INSETS cruft
17156
17157         * figureForm.C: remove  !NEW_INSETS cruft
17158
17159         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
17160
17161         * buffer.[Ch]: remove !NEW_INSETS cruft
17162
17163         * ToolbarDefaults.C: remove !NEW_INSETS cruft
17164
17165         * CutAndPaste.C: remove !NEW_INSETS cruft
17166
17167         * BufferView_pimpl.C: remove !NEW_INSETS cruft
17168
17169         * BufferView2.C: remove !NEW_INSETS cruft
17170
17171         * BufferView.h: remove !NEW_INSETS cruft
17172
17173 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17174
17175         * Lsstream.h: include LString.h before the sstream headers to
17176         fix problem with gcc 2.95.3 and lyxstring
17177
17178 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17179
17180         * lyx_main.C: add using directives when needed for C functions
17181         declared in std:: namespace.
17182
17183 2001-04-27  Juergen Vigna  <jug@sad.it>
17184
17185         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17186         (SetHeightOfRow): comment out the update call should not be needed!
17187
17188 2001-04-13  Juergen Vigna  <jug@sad.it>
17189
17190         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17191         (LyXTabular): tried to minimize operator= operations (and realized
17192         hopfully Lars wish).
17193
17194 2001-04-27  Juergen Vigna  <jug@sad.it>
17195
17196         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17197
17198 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17199
17200         * lyxfunc.C (Dispatch): hack to make listof algorithm work
17201
17202         * buffer.C (readInset): hack to make listof algorithm work
17203
17204         * BufferView_pimpl.C: hack to make listof algorithm work
17205
17206 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17207
17208         * LyXAction.C: removed all !NEW_INSETS cruft
17209         (init): moved lfun_item in method
17210
17211         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17212
17213 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
17214
17215         * BufferView2.C (theLockingInset): white space.
17216
17217 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17218
17219         * minibuffer.C: include <iostream>
17220
17221         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17222
17223         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17224
17225         * commandtags.h: add LFUN_TRANSPOSE_CHARS
17226
17227         * text.[Ch] (TransposeChars): new method
17228
17229 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17230
17231         * call message directly through LyXView instead of through LyXFunc
17232         * BufferView2.C: adjust
17233         * BufferView_pimpl.C: adjust
17234         * FontLoader.C: adjust
17235         * buffer.C: adjust
17236         * bufferview_funcs.C: adjust
17237         * converter.C: adjust
17238         * figureForm.C: adjust
17239         * importer.C: adjust
17240         * lyx_cb.C: adjust
17241         * lyx_gui_misc.C: adjust
17242         * lyxfunc.C: adjust
17243         * lyxvc.C: adjust
17244         * text2.C: adjust
17245         + more files in subdirs
17246
17247         * lyxparagraph.h (size): move up int file
17248         (GetLayout): ditto
17249
17250         * adjust all uses of Assert to lyx::Assert.
17251
17252         * BufferView2.C (ChangeCitationsIfUnique): adjust for
17253         lyxfunctional in namespace lyx
17254         * layout.C (hasLayout): ditto
17255         (GetLayout): ditto
17256         (GetLayout): ditto
17257         (delete_layout): ditto
17258         (NumberOfClass): ditto
17259         * converter.C (GetFormat): ditto
17260         (GetNumber): ditto
17261         (Add): ditto
17262         (Delete): ditto
17263         (SetViewer): ditto
17264         * bufferlist.C (getFileNames): ditto
17265         (emergencyWriteAll): ditto
17266         (exists): ditto
17267         (getBuffer): ditto
17268         * MenuBackend.C (hasSubmenu): ditto
17269         (hasMenu): ditto
17270         (getMenu): ditto
17271         * BufferView_pimpl.C (getInsetByCode): ditto
17272
17273 2001-04-18  Juergen Vigna  <jug@sad.it>
17274
17275         * vspace.C (asLatexString): fixed the 100% problem.
17276
17277 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17278
17279         * lyxfunc.C (Dispatch):
17280         * minibuffer.C:
17281         * minibuffer.h: add a few std:: qualifiers
17282
17283 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17284
17285         * minibuffer.[Ch]: reimplement so that commands is initiated and
17286         run from lyxfunc, simplified som handling, and made the completion
17287         and history code for complete. wip.
17288
17289         * lyxfunc.C (processKeySym): call message
17290         (miniDispatch): new temporary method
17291         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17292         (LFUN_MESSAGE): implement
17293         (LFUN_MESSAGE_PUSH): implement
17294         (LFUN_MESSAGE_POP): implement
17295         (initMiniBuffer): the initial/defualt minibuffer message.
17296
17297         * lyxfont.[Ch]: inline some more getters
17298
17299         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17300
17301         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17302
17303         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17304         (AutoSave): use LFUN_MESSAGE
17305         (Reconfigure): ditto
17306
17307         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17308
17309         * figureForm.C: use LFUN_MESSAGE
17310
17311         * converter.C (runLaTeX): use LFUN_MESSAGE
17312
17313         * bufferview_funcs.C: use LFUN_MESSAGE
17314         (Melt): ditto
17315         (changeDepth): ditto
17316
17317         * bufferparams.h: use boost::
17318
17319         * bufferlist.h: inherit privately from noncopyable
17320
17321         * bufferlist.C (loadLyXFile): remove some commented code.
17322
17323         * buffer.C (runChktex): use LFUN_MESSAGE
17324
17325         * ShareContainer.h: inherit privately from noncopyable
17326
17327         * ParagraphParameters.[hC] (depth): inline it.
17328
17329         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17330         methods.
17331         (message): new method
17332         (messagePush): ditto
17333         (messagePop): ditto
17334         (show): init minibuffer
17335         (showState): direct call
17336
17337         * LaTeX.[Ch]: inherit privately from noncopyable
17338         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17339         instead of WriteStatus.
17340
17341         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17342
17343         * BufferView_pimpl.C (buffer): don't init minibuffer
17344         (workAreaButtonPress): use LFUN_MESSAGE
17345         (workAreaButtonRelease): ditto
17346         (savePosition): ditto
17347         (restorePosition): ditto
17348         (MenuInsertLyXFile): ditto
17349         (workAreaExpose): don't init minibuffer
17350         (update): remove commented code, simplify
17351
17352         * BufferView2.C (openStuff): use LFUN_MESSAGE
17353         (toggleFloat): ditto
17354         (menuUndo): ditto
17355         (menuRedo): ditto
17356         (copyEnvironment): ditto
17357         (pasteEnvironment): ditto
17358         (copy): ditto
17359         (cut): ditto
17360         (paste): ditto
17361         (gotoInset): ditto
17362         (updateInset): remove some commented code
17363
17364         * lastfiles.h: inherit privately from noncopyable
17365         * layout.h: ditto
17366         * lyx_gui.h: ditto
17367         * lyx_main.h: ditto
17368         * lyxlex.h: ditto
17369         * lyxlex_pimpl.h: ditto
17370
17371         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17372         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17373         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17374
17375         * LyXAction.h: inherit privately from noncopyable, add methods
17376         func_begin, func_end, returning iterators to the func map.
17377
17378         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17379         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17380         (func_begin): new method
17381         (func_end): new method
17382
17383         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17384         and not)
17385         (copySelection): ditto
17386         (pasteSelection): ditto
17387
17388         * BufferView.C: whitespace change
17389         * BufferView.h: inherit privately from noncopyable
17390
17391 2001-04-16  Allan Rae  <rae@lyx.org>
17392
17393         * tabular-old.C (l_getline):
17394         * spellchecker.C (sc_check_word):
17395         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17396         an unrecognised preprocessor directive.  So ensure they're wrapped.
17397
17398 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17399
17400         * src/exporter.C (Export): Give an error message when path to file
17401         contains spaces.
17402
17403 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17404
17405         * LaTeX.C (deplog): Always check that foundfile exists.
17406
17407 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17408
17409         * lyx_main.h:
17410         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17411
17412 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17413
17414         * tabular.[Ch] (getLabelList): implement new method
17415
17416         * minibuffer.h: comment ouf setTiimer
17417
17418         * minibuffer.C (ExecutingCB): constify res
17419         (peek_event): constify s
17420         (Set): constify ntext
17421         (Init): constify nicename
17422
17423         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17424
17425         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17426         (savePosition): use two params to Minibuffer::Set
17427         (restorePosition): ditto
17428
17429 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17430
17431         * lyx_main.C: include language.h
17432
17433         * Makefile.am (lyx_main.o): add language.h
17434
17435 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17436
17437         * exporter.C:
17438         * paragraph.C:
17439         * screen.C:
17440         * tabular.C:
17441         * CutAndPaste.C: include gettext.h
17442
17443         * lyxfont.h: remove old hack with ON and OFF.
17444
17445         * lyxparagraph.h:
17446         * lyxfont.h: do not include language.h...
17447
17448         * BufferView2.C:
17449         * LaTeXFeatures.C:
17450         * Painter.C:
17451         * bufferview_funcs.C:
17452         * font.C:
17453         * lyxfont.C:
17454         * text.C:
17455         * text2.C:
17456         * trans_mgr.C:
17457         * paragraph.C: ... but do it here instead
17458
17459 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17460
17461         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17462
17463         * tabular.C: small reformat
17464
17465         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17466         NEW_INSETS version
17467         (GetChar): ditto
17468         (BreakParagraph): ditto
17469         (SetOnlyLayout): ditto
17470         (SetLayout): ditto
17471
17472         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17473         with one arg less.
17474
17475         * lastfiles.C: removed most using decl, add std:: where needed
17476
17477         * buffer.C: ws changes
17478
17479         * MenuBackend.C (class compare_format): put into anon namespace
17480         (expand): constify label, names, action, action2
17481         (expand):
17482
17483         * text.C (SingleWidth): constify font
17484         (IsBoundary): constify rtl2
17485         (GetVisibleRow): constify ww
17486
17487         * LaTeX.C (deplog): constify logfile
17488
17489         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17490         start_x, end_x
17491         (workAreaExpose): constify widthChange, heightChange
17492
17493         * lyxrow.C (par): moved
17494         (height): moved
17495         (next): moved
17496         * lyxrow.h: as inlines here
17497
17498         * lyxfont.h (shape): moved from lyxfont.C
17499         (emph): moved from lyxfont.C
17500
17501         * lyxfont.C (LyXFont): use initialization list for all
17502         constructors
17503         (shape): move to lyxfont.h as inline
17504         (emph): move to lyxfont.h as inline
17505
17506
17507 2001-04-04  Juergen Vigna  <jug@sad.it>
17508
17509         * vspace.C: had to include stdio.h for use of sscanf
17510
17511 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17512
17513         * BufferView.h:
17514         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17515         independent of xforms.
17516
17517 2001-04-02  Juergen Vigna  <jug@sad.it>
17518
17519         * spellchecker.C: fixed namespace placing!
17520
17521 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17522
17523         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17524         the LyXParagraph * is 0.
17525
17526 2001-03-29  Juergen Vigna  <jug@sad.it>
17527
17528         * vspace.C: added support for %, c%, p%, l%.
17529         (stringFromUnit): added helper function.
17530         (asLatexString): changed to give right results for the %-values.
17531
17532         * buffer.C: convert the widthp in a width%.
17533
17534 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17535
17536         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17537         figureForm.[Ch].
17538
17539         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17540         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17541
17542         * lyx_cb.[Ch]: see above.
17543
17544         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17545         form1.[Ch].
17546
17547         * form1.[Ch]:
17548         * lyx.[Ch]: replaced by figure_form.[Ch].
17549
17550         * lyx_gui.C:
17551         * lyx_gui_misc.C:
17552         * lyxfunc.C: changed headers associated with above changes.
17553
17554 2001-03-27  Juergen Vigna  <jug@sad.it>
17555
17556         * BufferView_pimpl.C: set the temporary cursor right!
17557
17558 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17559
17560         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17561
17562 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17563
17564         * LString.h: removed "using std::getline"!
17565
17566         * BufferView_pimpl.C (Dispatch): changes due to changes in
17567         InsetInclude::Params.
17568
17569         * buffer.C (tag_name): removed redundant break statements as they were
17570         producing lots of warnings with my compiler.
17571
17572 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17573
17574         * LString.h: add "using std::getline" when using the real <string>.
17575
17576 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17577
17578         * buffer.C: removed bitset usage.
17579         PAR_TAG moved to an anonymous name space.
17580         (tag_name): new funtion, also in the anonymous namespace.
17581         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17582         (makeDocBookFile): clean code. Completed transition from string arrays
17583         to string vectors.
17584         (SimpleDocBookOnePar): code clean.
17585
17586 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17587
17588         * tabular.C: add some comments.
17589
17590 2001-03-22  Juergen Vigna  <jug@sad.it>
17591
17592         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17593         compatibility read a bit and fixed bug with minipage in different
17594         depth.
17595
17596 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17597
17598         * buffer.C (pop_tag): removed.
17599         (push_tag): removed.
17600         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17601         array replaced with vector. Added support for CDATA sections.
17602         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17603         at any nest level.
17604         (makeDocBookFile): XML conformant declaration of CDATA section,
17605         fixed bug related to <emphasis> in the first paragraph char.
17606         (sgmlOpenTag): exclude empty tags.
17607         (sgmlCloseTag): ditto.
17608
17609         * buffer.h (pop_tag): removed.
17610         (push_tag): removed.
17611
17612 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17613
17614         * language.h (Languages): added size_type and size().
17615
17616 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17617
17618         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17619         response on compability reading of minipages. One probliem is that
17620         the old usage of minipages was flertydig
17621
17622         * several files here and in subdirs: don't use static at file
17623         scope use anon namespaces instead.
17624
17625 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17626
17627         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17628         LaTeX output. This is necessary for Literate document
17629         processing.
17630
17631 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17632
17633         * buffer.C: insert hfill when needed.
17634
17635         * tabular.C (l_getline): use string::erase, small whitespace change.
17636
17637         * BufferView_pimpl.C: try the anon namespace.
17638         * WorkArea.C: ditto
17639
17640 2001-03-16  Juergen Vigna  <jug@sad.it>
17641
17642         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17643         otherwise it won't open options-dialogs.
17644
17645         * buffer.C: honor pextraWidth(p) on converting minipages.
17646
17647         * tabular.C (l_getline): changed the functions to strip trailing \r.
17648
17649 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17650
17651         * BufferView_pimpl.C:
17652         * minibuffer..C: added "using SigC::slot" declaration.
17653
17654 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17655
17656         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17657
17658         * text2.C: ditto
17659
17660         * text.C: ditto
17661
17662         * paragraph.C: ditto
17663
17664         * lyxtext.h: NO_PEXTRA
17665
17666         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17667
17668         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17669         * ParameterStruct.h: ditto
17670         * ParagraphParameters.h: ditto
17671         * lyxparagraph.h: ditto
17672
17673 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17674
17675         * buffer.C: add compability for minipage alignment.
17676         (latexParagraphs): remove unwanted pextra check.
17677
17678         * several files: remove CXX_WORKING_NAMESPACES
17679
17680         * buffer.C (pop_tag): tie is in namespace boost
17681
17682         * BufferView.h: noncopyable is in namespace boost
17683         * lyxlex.h: ditto
17684         * lyx_main.h: ditto
17685         * lyx_gui.h: ditto
17686         * layout.h: ditto
17687         * lastfiles.h: ditto
17688         * bufferlist.h: ditto
17689         * ShareContainer.h: ditto
17690         * LyXView.h: ditto
17691         * LyXAction.h: ditto
17692         * LaTeX.h: ditto
17693
17694 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17695
17696         * Merging changes from BRANCH_MVC back into HEAD.
17697
17698         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17699
17700 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17701
17702         * BufferView_pimpl.C: change from intl.C
17703
17704         * combox.h:
17705         * combox.C:
17706         * Makefile.am: move combox.*
17707
17708         * form1.h:
17709         * form1.C:
17710         * lyx_gui.C:
17711         * intl.h:
17712         * intl.C: remove dialog (covered by prefs)
17713
17714 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17715
17716         * lyxfunc.C (Dispatch): removed redundant break statement.
17717
17718 2001-03-14  Juergen Vigna  <jug@sad.it>
17719
17720         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17721
17722 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17723
17724         * buffer.C: add hack to fix compability reading of minipages.
17725
17726 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17727
17728         * buffer.C (getLists): Cleanup.
17729
17730 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17731
17732         * lyxfont.C (update): don't honor toggleall on font size.
17733
17734 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17735
17736         * bmtable.c:
17737         * bmtable.h:
17738         * Makefile.am: moved to frontends/xforms/
17739
17740         * lyx_gui_misc.C:
17741         * lyxfunc.C:
17742         * BufferView_pimpl.C: changes for moved mathpanel
17743
17744 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17745
17746         * gettext.h: fix gettext_init() in --disable-nls
17747
17748 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17749
17750         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17751
17752 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17753
17754         * lyx.C:
17755         * lyx.h: strip external form
17756
17757 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17758
17759         * BufferView_pimpl.C: add comment, destroySplash()
17760
17761 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17762
17763         * BufferView_pimpl.C:
17764         * LyXAction.C:
17765         * buffer.C:
17766         * commandtags.h:
17767         * lyxfunc.C: use re-worked insetinclude
17768
17769 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17770
17771         * buffer.C: add using std::stringstream.
17772
17773         * lyx_cb.C: readd using std::ios.
17774
17775         * buffer.C: add using std::map.
17776
17777         * BufferView_pimpl.C: add using std::vector.
17778
17779         * ShareContainer.h: add std:: to swap.
17780
17781         * buffer.h: add some typedefs
17782         * buffer.C (getLists): use them
17783         (getLists): renamed from getTocList.
17784         add a counter for the different float types and use it in the
17785         generated string.
17786         (getLists): use the same counter for the NEW_INSETS and the "non"
17787         NEW_INSETS
17788
17789         * lyx_cb.h: remove unused items, includes, using etc.
17790
17791         * ShareContainer.h: remove some commented code, add more comments
17792         and "documentation".
17793
17794 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17795
17796         * buffer.C (getTocList): make the list also when NEW_INSETS is
17797         defined.
17798
17799         * buffer.h: remove TocType
17800
17801         * buffer.C (getTocList): change to return a map<string,
17802         vector<TocItem> >, implement for dynamic number of list.
17803
17804         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17805         * text2.C (PasteSelection): adjust
17806         * CutAndPaste.C (pasteSelection): adjust
17807
17808         * FloatList.C (FloatList): update from the new_insets branch.
17809         * Floating.[Ch]: ditto
17810         * LaTeXFeatures.C: ditto
17811         * buffer.C: ditto
17812         * lyxlex_pimpl.C: ditto
17813
17814         * paragraph.C (Last): remove when NEW_INSETS is defined.
17815
17816         * other file: changes because of the above.
17817
17818 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17819
17820         * lyxparagraph.h: rename next to next_, previous to previous_,
17821         make them private for NEW_INSETS. Rename Next() to next(),
17822         Previous() to previous().
17823
17824         * other files: changes because of the above.
17825
17826 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17827
17828         * BufferView.h:
17829         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17830         problem.
17831
17832 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17833
17834         * main.C (main): pass lyx_localedir to gettext_init().
17835
17836         * gettext.h: remove locale_init and gettext_init macros
17837
17838         * gettext.C (locale_init): new function
17839         (gettext_init): new function
17840
17841         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17842         setlocale().
17843
17844 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17845
17846         * Moved credits to frontends:
17847         * credits.[Ch]: removed
17848         * credits_form.[Ch]: removed
17849         * lyx_gui_misc.C: remove credits stuff
17850         * Makefile.am:
17851
17852 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17853
17854         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17855
17856         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17857         unneeded destructor.
17858
17859         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17860         a standalone pointer again.
17861
17862         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17863
17864 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17865
17866         * Makefile.am:
17867         * filedlg.h:
17868         * filedlg.C:
17869         * LyXAction.C:
17870         * ToolbarDefaults.C:
17871         * bufferlist.C:
17872         * commandtags.h:
17873         * form1.C:
17874         * form1.h:
17875         * lyx_cb.C:
17876         * lyx_cb.h:
17877         * lyxfunc.h:
17878         * lyxfunc.C:
17879         * BufferView_pimpl.C: use new file dialog in GUII
17880
17881         * lyx_cb.h:
17882         * lyx_cb.C: remove LayoutsCB to Toolbar
17883
17884 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17885
17886         * ShareContainer.h (get): add std:: qualifier
17887
17888 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17889
17890         * ShareContainer.h: define a proper ShareContainer::value_type
17891         type (and use typename to please compaq cxx)
17892
17893 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17894
17895         * lyxparagraph.h: move serveral local vars to
17896         ParameterStruct/ParagraphParameters., use ShareContainer in
17897         FontTable., make vars in FontTable private and add getter and
17898         setter.
17899
17900         * paragraph.C: changes because of the above.
17901
17902         * lyxfont.h: remove copy constructor and copy assignment. (the
17903         default ones is ok), move number inside FontBits. move inlines to
17904         lyxfont.C
17905
17906         * lyxfont.C: add number to initializaton of statics, move several
17907         inlines here. constify several local vars. some whitespace
17908         cleanup. Dont hide outerscope variables.
17909
17910         * Spacing.h: add two new constructors to match the set methods.
17911
17912         * ShareContainer.h: new file, will perhaps be moved to support
17913
17914         * ParameterStruct.h: new file
17915
17916         * ParagraphParameters.h: new file
17917
17918         * ParagraphParameters.C: new file
17919
17920         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17921         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17922
17923         * BufferView_pimpl.C: ParagraphParameter changes.
17924         * buffer.C: Likewise.
17925         * bufferview_funcs.C: Likewise.
17926         * text.C: Likewise.
17927         * text2.C: Likewise.
17928
17929 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17930
17931         * lyxfind.C (LyXReplace): do not redefine default argument in
17932         implementation.
17933         (IsStringInText): ditto
17934         (SearchForward): ditto
17935         (SearchBackward): ditto
17936
17937 2001-03-06  Juergen Vigna  <jug@sad.it>
17938
17939         * lyxfind.C (IsStringInText): put parentes around expressions.
17940
17941 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17942
17943         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17944
17945 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17946
17947         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17948
17949         * stl_string_fwd.h: add comment
17950
17951         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17952
17953         * tabular.h:
17954         * tabular.C: remove unused DocBook methods
17955
17956         * intl.C:
17957         * language.C:
17958         * paragraph.C:
17959         * buffer.C:
17960         killed DO_USE_DEFAULT_LANGUAGE
17961
17962 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17963
17964         * lyx_gui.C: do not include language.h.
17965
17966         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17967         arguments in function implementation.
17968
17969 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17970
17971         * BufferView_pimpl.C: add <ctime>
17972
17973 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17974
17975         * BufferView_pimpl.C: add using std::find_if
17976
17977 2001-02-27  José Matos  <jamatos@fep.up.pt>
17978
17979         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17980         by OnlyPath.
17981
17982 2001-02-11  José Matos  <jamatos@fep.up.pt>
17983
17984         * buffer.C (makeDocBookFile): command styles now have a parameter as
17985         "title" by default.
17986
17987 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17988
17989         * layout_forms.[Ch]: removed
17990         * lyx_cb.[Ch]: out character
17991         * lyx_gui.C: out character
17992         * lyx_gui_misc.C: out character
17993         * bufferview_funcs.C: : out character,
17994         added toggleall as parameter in ToggleAndShow
17995
17996 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17997
17998         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17999
18000         * text2.C (SetCurrentFont): Disable number property at boundary.
18001
18002 2001-02-26  Juergen Vigna  <jug@sad.it>
18003
18004         * lyxfunc.C (getStatus): added a string argument override function so
18005         that this is correctly called from LyXFunc::Dispatch if it contains a
18006         do_not_use_argument which is used!
18007         (Dispatch): added check for "custom" export and call appropriate func.
18008
18009 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
18010
18011         * lyxrc.C: Add language_command_local, language_use_babel and
18012         language_global_options.
18013
18014         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
18015
18016         * buffer.C (makeLaTeXFile): Use language_use_babel and
18017         language_global_options.
18018
18019 2001-02-23  Juergen Vigna  <jug@sad.it>
18020
18021         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
18022         which works with LyXText and putted it inside BufferView. Here now we
18023         only call for that part the BufferView::Dispatch() function.
18024
18025         * BufferView.C (Dispatch): added.
18026
18027         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
18028         functions which needs to use a LyXText over from LyXFunc.
18029         (MenuInsertLyXFile): added
18030         (getInsetByCode): added
18031         (moveCursorUpdate): added
18032         (static TEXT): added
18033
18034 2001-02-22  Juergen Vigna  <jug@sad.it>
18035
18036         * BufferView_pimpl.C (update): call a status update to see if LyXText
18037         needs it.
18038
18039 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18040
18041         * vc-backend.C (revert): implement for CVS
18042         (getLog): implement for CVS
18043
18044 2001-02-20  Juergen Vigna  <jug@sad.it>
18045
18046         * text2.C (ClearSelection): added BufferView param for inset_owner call
18047
18048         * lyxfunc.C (TEXT): added this function and use it instead of
18049         directly owner->view()-text of getLyXText().
18050
18051 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
18052
18053         * src/layout_forms.C: out preamble
18054         * src/layout_forms.h: out preamble
18055         * src/lyx_cb.C: out preamble
18056         * src/lyx_cb.h: out preamble
18057         * src/lyx_gui.C: out preamble
18058         * src/lyx_gui_misc.C: out preamble
18059         * src/lyxfunc.C: connect with guii preamble
18060
18061 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
18062
18063         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
18064
18065 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
18066
18067         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
18068         whether to run bibtex.
18069
18070 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
18071
18072         * Makefile.am (lyx_SOURCES): Remove BackStack.h
18073
18074 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
18075
18076         * Makefile.am (lyx_SOURCES): removed bibforms.h
18077
18078         * vspace.h: doxygen
18079
18080         * text.C (GetVisibleRow): make several local vars const
18081
18082         * tabular.C: small cleanup.
18083
18084         * lyxserver.C (callback): use compare instead of strncmp
18085
18086         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
18087         inlines to after class or to paragraph.C
18088
18089         * lyxfont.h: remove friend operator!=
18090
18091         * converter.h: move friend bool operator< to non friend and after
18092         class def.
18093
18094         * combox.h: small cleanup
18095
18096         * buffer.h: doxygen, remove unused constructor, move inclas inlies
18097         to inlines after class def.
18098
18099         * buffer.C (pop_tag): use string operations instead of strcmp
18100
18101         * bmtable.c: doxygen, small cleanup
18102
18103         * LaTeX.h: remove friend operator==
18104
18105 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
18106
18107         * screen.C:
18108         * lyxrc.[Ch]:
18109         * lyxfunc.C:
18110         * lyxfont.[Ch]:
18111         * lyx_cb.C:
18112         * intl.[Ch]:
18113         * commandtags.h:
18114         * buffer.C:
18115         * WorkArea.[Ch]:
18116         * LyXAction.C:
18117         * BufferView_pimpl.C:
18118         * BufferView.[Ch]: remove cruft
18119
18120 2001-02-14  Juergen Vigna  <jug@sad.it>
18121
18122         * lyxfunc.C: removed #if 0 unused code
18123
18124         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
18125
18126         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
18127
18128         * text2.C (SetSelection): added a BufferView * parameter
18129
18130 2001-02-13  Juergen Vigna  <jug@sad.it>
18131
18132         * lyxfunc.C (Dispatch): fixed protected blank problem.
18133         * BufferView2.C (protectedBlank): added LyxText * parameter.
18134
18135         * tabular.C (AppendRow): forgot to set row_info of newly added row.
18136         (AppendColumn): same as above for column_info.
18137
18138         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18139         (moveCursorUpdate): use a LyXText param for support of InsetText.
18140
18141         * BufferView_pimpl.C (doubleClick): added support for InsetText.
18142         (tripleClick): ditto
18143
18144         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
18145
18146         * BufferView_pimpl.C (update): added LyXText param to honor insets.
18147
18148         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
18149
18150         * text2.C (SetSelection): set correct update status if inset_owner
18151         (ToggleFree): ditto
18152
18153 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
18154
18155         * tabular.C: remove some commented code.
18156
18157 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
18158
18159         * BufferView_pimpl.C: call hideSplash()
18160
18161         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
18162
18163         * include_form.h:
18164         * bibforms.h: remove
18165
18166         * lyxfunc.C:
18167         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18168           add LFUN_CHILD_CREATE
18169
18170         * counters.h: fix tiny typo
18171
18172         * lyx_cb.C:
18173         * lyx.h:
18174         * lyx_gui.C:
18175         * lyx.C: move splash to frontends/xforms/
18176
18177         * lyx_gui_misc.C: move Include and Bibform to frontends
18178
18179         * lyxvc.h: clarify comment
18180
18181         * vspace.C: tiny housekeeping
18182
18183 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18184
18185         * text.C (PrepareToPrint): RTL Fix.
18186
18187         * paragraph.C (GetUChar): New method.
18188         (String):  Use GetUChar.
18189
18190         * buffer.C (asciiParagraph): Use GetUChar.
18191
18192 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
18193
18194         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18195
18196 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
18197
18198         * buffer.h:
18199         * buffer.C: rename to getLogName(), handle
18200           build log / latex log nicely
18201
18202 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18203
18204         * MenuBackend.C:
18205         * MenuBackend.h: remove support for reference menuitem type.
18206
18207 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
18208
18209         * BufferView_pimpl.C: housekeeping
18210         * BufferView_pimpl.h:
18211         * LyXView.h:
18212         * Makefile.am:
18213         * Timeout.C:
18214         * Timeout.h:
18215         * minibuffer.h: move Timeout GUI-I
18216
18217 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
18218
18219         * lyxrc.C (read): Update converters data-structures.
18220
18221 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
18222
18223         * LaTeX.h (operator!=): add operator != for Aux_Info
18224
18225 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
18226
18227         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18228
18229         * LaTeXLog.C: deleted, useful code moved to Buffer
18230
18231         * buffer.h:
18232         * buffer.C: new function getLatexLogName()
18233
18234         * lyx_gui_misc.C:
18235         * lyx_gui.C:
18236         * lyxvc.C:
18237         * lyxvc.h:
18238         * lyxfunc.C: use frontends for LaTeX and VC logs
18239
18240 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18241
18242         * LaTeX.h: yet another std:: that Allan forgot.
18243
18244         * Variables.C (set): renamed from isset(), because this clashes
18245         with some HP-UX macros (grr).
18246
18247 2001-02-06  Allan Rae  <rae@lyx.org>
18248
18249         * LaTeX.h: Another bug fix.  Missing std:: this time.
18250
18251 2001-02-04  Allan Rae  <rae@lyx.org>
18252
18253         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18254         floats problem. I've left it commented out because it's not quite
18255         correct.  It should also test that the current object is a table or
18256         figure inset.  But I haven't gotten around to figuring out how to do
18257         that.  I *think* it'll be something like: "table" == inset.type()
18258
18259         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18260         bool.
18261
18262 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
18263
18264         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18265         all the citation/databases/styles in the auxilary file.
18266         (run): Rerun latex if there was a babel language error.
18267
18268 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
18269
18270         * text.C (Backspace): Preserve the font when changing newline char
18271         with a space.
18272         (BreakParagraph): If the cursor is before a space, delete the space.
18273
18274         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18275
18276 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
18277
18278         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18279         new argument (code).
18280         (ChangeCitationsIfUnique): New method.
18281
18282         * paragraph.C (GetPositionOfInset): Handle bibkey.
18283
18284 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18285
18286         * BufferView_pimpl.h: change type of Position::par_pos to
18287         LyXParagraph::size_type.
18288
18289 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18290
18291         * BufferView_pimpl.C (savePosition, restorePosition): Write
18292         messages to minibuffer.
18293
18294 2001-01-28  José Matos  <jamatos@fep.up.pt>
18295
18296         * buffer.C (makeDocBookFile): adds support for document language.
18297         A silly restriction on the name of LatexCommand types where removed.
18298         Added support for CDATA sections, allows to chars unescaped, used
18299         among others in code, to avoid escape < and >.
18300
18301 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18302
18303         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18304         saved positions instrad of a stack. Furthermore, a position is
18305         stored using paragraph id/paragraph position.
18306
18307         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18308         Remove LFUN_REF_BACK.
18309
18310 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18311
18312         * converter.C (dvipdfm_options): New method.
18313
18314 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18315
18316         * vspace.C (isValidLength): Fix for empty input string.
18317
18318 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18319
18320         * LyXAction.C (init): change description of LFUN_FIGURE to
18321         "Insert Graphics"
18322
18323 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18324
18325         * LaTeX.C: add using directive
18326
18327 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18328
18329         * MenuBackend.C (expand): Fix the sorting of the formats.
18330
18331 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18332
18333         * lyx_main.C: tiny error message fix
18334
18335 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18336
18337         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18338         calling fl_initialize(). This fixes the problem with ',' as
18339         decimal separator in text files.
18340
18341 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18342
18343         * trans.C (process): Fix the keymap bug.
18344
18345 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18346
18347         * LaTeX.C (scanAuxFiles): New method. Provides support for
18348         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18349         (scanLogFile) Scan for "run BibTeX" messages.
18350
18351         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18352         OT1 font encoding. Also, load the aecompl package if the ae
18353         package is loaded.
18354
18355         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18356
18357 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18358
18359         * texrow.C (increasePos): turn two error messages into debug
18360         messages.
18361
18362 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18363
18364         * LaTeX.C (scanAux): Handle the \@input macro.
18365         (runBibTeX): Use scanAux().
18366
18367         * language.C (latex_options_): New field.
18368
18369         * LaTeXFeatures.C (getMacros): Add language macros.
18370
18371         * buffer.C (makeLaTeXFile): Small fix.
18372
18373 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18374
18375         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18376
18377         * text2.C: add a using directive.
18378
18379 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18380
18381         * BufferView2.C:
18382         * lyx_gui_misc.h:
18383         * lyxfr1.C:
18384         * lyxfunc.C: kill LyXBell.
18385
18386 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18387
18388         * text.C (IsBoundary): Remove the error message
18389
18390         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18391
18392         * lyxrc.C (setDefaults): Correct initialization value for
18393         font_norm_type.
18394
18395 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18396
18397         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18398         gotoError().
18399
18400         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18401         and GotoNextNote().
18402
18403         * src/LyXAction.C: Added reference-next.
18404
18405         * text.C (InsertChar): Use contains instead of strchr.
18406
18407         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18408
18409 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18410
18411         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18412         alignment commands (when needed).
18413
18414         * text.C (InsertChar): Add ':' to number separator chars.