]> git.lyx.org Git - features.git/blob - src/ChangeLog
fix bug 1919 (table cells won't accept normal text pastes)
[features.git] / src / ChangeLog
1 2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
4         tabularStackDirty to work around bug 1919 (tabular needs
5         to know whether its own cell paste buffer or the one of 
6         texted is newer.
7         * CutAndPaste.C: mark tabular_stack_ clean after copy.
8
9 2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
10
11         * text2.C (cursorEnd): check for empty text (fixes bug 1998)
12
13 2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
14
15         * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
16         use old deleteion algorithm when changetracking is on.
17
18 2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
19
20         * messages.C (get): add debug output.
21
22 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
23
24         * text.C (cursorX): fix bug 1965: cursor movement at
25         line end broken in RtL.
26         (drawSelection): fix bug 1970: drawing of single-line 
27         selection broken for RtL.
28
29 2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
30
31         bug 465.
32
33         * dociterator.h (clear, push_back, pop_back): change from
34         protected to public.
35
36         * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
37         and changed to just return the value of the item depth; take a
38         ParIterator as argument; take the itemdepth at outer nesting level
39         in account if necessary; cleanup and comment the code.
40         (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
41         and changed to just return true if reset is needed; take a
42         ParIterator as argument; cleanup and comment the code.
43         (setCounter): adapt to above changes.
44
45 2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
46
47         * text3.C (dispatch): make debug message optional
48
49 2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
50
51         * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
52         inset. (bug 1963)
53
54 2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
55
56         * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
57
58 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
59
60         * text.C (insertChar):
61         * text2.C (deleteEmptyParagraphMechanism): take care whether 
62         a blank has been deleted (in change tracking mode) (bug 1254).
63
64 2005-07-20  John Levon  <levon@movementarian.org>
65
66         * text2.C (insertStringAsLines): remove old dubious code,
67         fixing bug 1939.
68
69 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
70
71         * MenuBackend.C (expandToc): use Floating::listName() as title of
72         the floats submenus.
73
74 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
75
76         * toc.[Ch]: Do not use translatable strings (bug 1870).
77
78 2005-07-20  John Levon  <levon@movementarian.org>
79
80         * tabular.C: fix 1748 - setting multicolumn adds
81           left line to the first cell
82
83 2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
84
85         bug 1920
86         * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
87         pars in one go.
88
89 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
90
91         * messages.C: supress some lyxerr messages
92
93 2005-07-18  Juergen Vigna  <jug@lyx.org>
94
95         * text.C (drawSelection): honor boundary when asking for cursorX.
96
97 2005-07-17  José Matos  <jamatos@fc.up.pt>
98
99         * tabular.C (recalculateMulticolumns): fix handling of one column
100         tables.
101
102 2005-07-17  Juergen Vigna  <jug@lyx.org>
103
104         * text.C (Delete, backspace): fixed so that paragraph with the
105         same layout can be merged by Delete/Backspace.
106
107 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
108
109         * text.C (readParToken): fix spelling.
110
111 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
112
113         * text2.C: fix counter update for DEPM problem reported by
114         Georg Baum
115
116 2005-07-17  Juergen Vigna  <jug@lyx.org>
117
118         * BufferView_pimpl.C (setBuffer): save/restore the
119         cursor/selection when switching buffers
120
121         * buffer.h: 
122         * buffer.C (saveCursor): add saveDocumentIterators to save the
123         cursor when switching buffer.
124
125 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
126
127         * debug.C: fix typo
128         * buffer.C: clarify message
129         
130 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
131
132         * dociterator.C (DocIterator): fix initialization order
133
134 2005-07-17  Juergen Vigna  <jug@lyx.org>
135
136         * text2.C (cursorHome): 
137         * text.C (drawSelection, cursorX): 
138         * dociterator.C (textRow): add boundary to getRow() call
139
140         * paragraph.C (getRow): implementation of below
141
142         * paragraph.h: add parameter boundary for getRow() function
143
144 2005-07-17  José Matos  <jamatos@fc.up.pt>
145
146         * buffer.C:
147         * bufferparams.[Ch]:
148         * tex-strings.[Ch]: new file format, remove support for a4.sty,
149         a4wide.sty and a4widemargins.
150
151 2005-07-17  Juergen Vigna  <jug@lyx.org>
152
153         * text2.C (cursorLeft): fix one of error
154
155 2005-07-17  Juergen Vigna  <jug@lyx.org>
156
157         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
158                    cursorEnd):
159         more fixes for boundary handling
160
161         * text3.C (dispatch): don't reset cursor if boundary has changed
162         on cursor movement.
163
164 2005-07-16  Juergen Vigna  <jug@lyx.org>
165
166         * text2.C (getColumnNearX): hopefully got it right now,
167         check if we are on column 0 for special case.
168
169 2005-07-16  Juergen Vigna  <jug@lyx.org>
170
171         * text2.C (getColumnNearX): handle special case Newline Inset
172
173         * text.C (singleWidth): Just remove bogus check
174
175 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
176
177         * funcrequest.C (split): avoid reading uninitialized char c
178
179 2005-07-16  José Matos  <jamatos@fc.up.pt>
180
181         * buffer.C:
182         * converter.C:
183         * lyxrc.C:
184         * paper.h:
185         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
186         single papersize variable.
187
188 2005-07-16  Juergen Vigna  <jug@lyx.org>
189
190         * text3.C (dispatch): honor boundary when checking if a cursor
191         movement has been done
192
193         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
194         (setCursor, setCursorIntern): fix cursor movement with boundary
195
196 2005-07-16  Juergen Vigna  <jug@lyx.org>
197
198         * text.C (currentState): output the actual Boundary
199
200 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
201
202         * factory.C (createInset): fix bad logic for tabular creation
203
204 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
205
206         * lyx_main.C (init): change some reLyX reference to tex2lyx
207
208 2005-07-16  Juergen Vigna  <jug@lyx.org>
209
210         * dociterator.C (DocIterator): initialize boundary
211
212 2005-07-16  Juergen Vigna  <jug@lyx.org>
213
214         * text2.C (getColumnNearX): Consider rows without trailing blank.  
215
216 2005-07-16  André Pönitz  <poenitz@gmx.net>
217
218         * lyxfont.h: Change order of declarations to give the compiler
219         a better chance to inline things
220
221         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
222         questions on unsaved docs for better scritability
223
224 2005-07-16  André Pönitz  <poenitz@gmx.net>
225
226         * paragraph.h (getChar): remove asserts as the same kind of security
227         can be achieved by using a suitable standard library implementation
228         and the function was in the critical path (25.9% in profiler)
229
230 2005-07-16  Juergen Vigna  <jug@lyx.org>
231
232         * cursor.C (bruteFind2):
233         * bufferview_funcs.C (coordOffset): 
234         * text.C (cursorX,cursorY): Handle cursor position after last char
235         in row before a inset which uses a whole row.
236
237 2005-07-15  José Matos <jamatos@lyx.org>
238
239         * output_plaintext.[Ch] (writeFileAscii): control reference title
240         printing.
241         (asciiParagraph): noparbreak was already deal and was incorrectly
242         used.
243
244 2005-07-15  Juergen Vigna <jug@lyx.org>
245
246         * lyxfunc.C (dispatch): save and restore the cursor after a
247         textclass switch.
248
249 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
250
251         * text.C (backspace): bug 806 for empty keepempty paragraphs we
252         change the layout to default before letting DEPM do its thing.
253
254         * paragraph_funcs.C (breakParagraph): dont reset the layout on
255         keepEmpty paragraphs
256
257         * text.C (setCursorFromCoordinates): add a debug statement
258
259         * text2.C (getColumnNearX): bug 1825 make sure that we don't
260         return a pos that is not on the row
261
262         * output_latex.C (TeXDeeper): get rid of potential dereferencing
263         of past the end iterator
264
265 2005-07-14  André Pönitz  <poenitz@gmx.net>
266
267         * undo.C (recordUndoFullBuffer): implement undo for
268         textclass switches
269
270 2005-07-14  André Pönitz  <poenitz@gmx.net>
271
272         * cursor.C (setSelection): open insets when selection is set there
273         to avoid crashs with cold coord cache
274
275 2005-07-14  André Pönitz  <poenitz@gmx.net>
276
277         * trans_mgr.C (insert): move cursor to the right after inserting
278         a char.
279
280 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
281
282         * BufferView_pimpl.C (update): dampen some of the debug blabbering
283         * factory.C (readInset): ditto
284         * text.C, text2.C: ditto
285
286 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
287
288         * buffer.C: format incremented to 242. There is no file format per
289         se, but the "frenchb" language has been removed from lib/language
290         and has to be translated to "french" by lyx2lyx.
291
292 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
293
294         * cursor_slice.h, dociterator.h: add some documentation
295         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
296
297 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
298
299         * text.C (leftMargin): do not add identation to display() style
300         insets, because they are always centered (bug 1293).
301
302 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
303
304         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
305         formatted_time methods in support/lyxtime.
306
307 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
308
309         * toc.[Ch]: new method getGuiName, which is used by the frontends 
310         to set the toc combo (fixes bug 1870). Make TOC string translatable.
311
312 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
313
314         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
315         StableDocIterator const &)
316         * undo.C (recordUndo): use the above instead of cell.size() comparison
317         (fixes bug 1808; instructed by Andr�.
318
319 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
320
321         * cursor_slice.h: 
322         * dociterator.h: Fix the assert when copying rows/cols in math
323
324 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
325
326         * BufferView_pimpl.C:
327         * LyXAction.C:
328         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
329
330         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
331         (findInset): new functions, refactored from goto Inset that return 
332         the position of a certain inset without setting the buffer's cursor
333         (by Jean-Marc); 
334         (gotoInset): rewrite to call findInset and then set the cursor
335         (by Jean-Marc).
336
337 2005-06-16  Angus Leeming  <leeming@lyx.org>
338
339         * lyxrc.C (output, read): wrap all input and output of paths with
340         calls to os::internal_path and os::external_path, respectively.
341         (output): wrap bind_file inside quotes.
342
343         * format.C (view): enable the viewer to use the '$$s' placeholder.
344
345 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
346
347         * LColor.[Ch] (getFromLaTeXName): new
348
349 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
350
351         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
352
353 2005-06-14  Angus Leeming  <leeming@lyx.org>
354
355         * lyx_main.C (init): ensure that the LyX binary dir is the first
356         element in the PATH on non-POSIX builds.
357
358 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
359
360         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
361
362 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
363
364         * rowpainter.C (paintInset, paintHebrewComposeChar)
365         (paintArabicComposeChar, paintChars): add a LyXFont argument.
366         (paintChars): use getFontSpan to reduce calls to getFont to a
367         minimum; use Paragraph::lookupChange instead of isXXXText.
368         (paintForeignMark): rename LyXFont argument.
369         (paintFromPos): pass a LyXFont object to the various paintXXX
370         methods.
371
372         * FontIterator.C (FontIterator, operator++): use
373         Paragraph::getFontSpan
374
375         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
376         version that returns the font span as a pair.
377
378 2005-06-09  Angus Leeming  <leeming@lyx.org>
379
380         * converter.C (convert): Don't forget "outfile = real_outfile" as
381         the final step in a conversion where the input and output file names
382         are the same. Otherwise, future conversion steps won't work...
383
384 2005-06-09  Angus Leeming  <leeming@lyx.org>
385
386         * lyxsocket.C: remove stub code as it isn't needed by
387         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
388
389 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
390
391         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
392         effectively disabled -x
393
394 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
395
396         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
397         when it actually makes sense.
398
399 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
400
401         * BufferView_pimpl.C: revert to showCursor in connection with
402         Lars's front-end stack
403
404 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
405
406         * text.C (redoParagraph): move cursor right after a bibitem
407         has been inserted.
408
409         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
410
411 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
412
413         * buffer_funcs.C (bufferErrors): fix computation of the end of an
414         error range.
415
416 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
417
418         * BufferView.[Ch] (update):
419         * BufferView_pimpl.[Ch] (update, metrics):
420         * dimension.h (operator==):
421         * lyxfunc.C (dispatch):
422         * metricsinfo.h (ViewMetricsInfo):
423         * rowpainter.C (paintText):
424         * lyxtext.h:
425         * text.C (redoParagraph):
426         * text3.C (dispatch): Make LyX only repaint current paragraph in
427         case of character insert --> speedup. Also fix cursor draw
428         artifacts
429
430 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
431
432         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
433         avoid a crash (bug 1891)
434
435 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
436
437         Fix bug 1892:
438
439         * text2.C (getStringToIndex): constify cur argument.
440
441         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
442         argument has been given
443         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
444         try to invoke LFUN_INSET_APPLY).
445
446         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
447         if no inset was created by doInsertInset
448         (doInsertInset): return true if an inset has been inserted.
449
450 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
451
452         * vspace.C (asGUIName): new method. A version of the space
453         suitable for showing on screen.
454
455 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
456
457         * MenuBackend.C:
458         * lyxrc.C: rename "ASCII" to "Plain Text"
459
460 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
461
462         * buffer_funcs.C (expandLabel): take a Buffer as argument;
463         translate the labelstring.
464         (setCounter): translate labelstring as needed.
465
466         * output_docbook.C (makeCommand): fix expandLabel invokation
467
468 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
469
470         * BufferView.C: fix dialog title
471
472 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
473
474         * lyx_main.C (priv_exec): fix logic error with help from Angus
475         * lyx_main.C (parse_execute): set is_gui = false and remove now
476         obsolete comment about a segfault
477
478 2005-05-18  Angus Leeming  <leeming@lyx.org>
479
480         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
481
482 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
483
484         * tabular.[hC]: added setCellInset to fix tabular paste.
485
486 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
487
488         * buffer.C (save): check if destination is writable before trying
489         to copy a file
490
491 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
492
493         * BufferView_pimpl.C (update): fix processEvents -caused update
494         recursion bug
495
496 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
497
498         * buffer_funcs.C (setCounter): fix test for numbering of
499         environments.
500
501         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
502         depth correctly; use optional argument when it exists
503
504         * lyxtextclass.C: remove unused MaxCounterTags enum
505         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
506         (max_toclevel, min_toclevel): new methods.
507
508         * MenuBackend.C (expandToc2): fix case where depth is smaller than
509         the smallest depth in toc.
510
511         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
512         layouts that should not appear in a table of contents.
513
514 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
515
516         * cursor.h (undispatched, noUpdate): add comments from Andr�
517 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
518
519         * lfuns.h:
520         * LyXAction.C:
521         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
522
523 2005-05-07  André Pönitz  <poenitz@gmx.net>
524
525         * cursor.[Ch] (leaveInset): new function
526
527 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
528
529         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
530
531 2005-05-04  Angus Leeming  <leeming@lyx.org>
532
533         * lyxfunc.C (getStatus): disable the spell checker dialog if
534         none of USE_[AIP]SPELL are defined.
535
536 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
537
538         * tabular.C (setWidthOfCell): remove obsolete comment
539
540 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
541
542         * paragraph.C (bibitem):
543         * buffer_funcs.C (setCounter):
544         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
545
546 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
547
548         * text3.C (getStatus): immediately return after setOnOff
549
550         * rowpainter.C: fix drawing of appendix start
551
552 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
553
554         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
555         SwitchBetweenClasses and remove the unused return value.
556         Handle character styles, too
557
558 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
559
560         * factory.C (createInset): handle undefined character styles
561
562 2005-05-02  Angus Leeming  <leeming@lyx.org>
563
564         * buffer.C: protect the #include of utime.h with a preprocessor
565         guard.
566
567 2005-05-02  Angus Leeming  <leeming@lyx.org>
568
569         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
570         function so that auto-saving works, albeit in a blocking manner.
571
572         * Makefile.am: make compilation of the client sub directory, of
573         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
574         on conditionals set at configure time.
575
576         * SpellBase.[Ch]: no longer an abstract base class. Instead,
577         it can be compiled in its own right but has no-op functionality.
578
579         * aspell.C, pspell.C: remove preprocessor guards. The files should
580         be compiled only if the necessary functionality exists.
581
582         * lyxserver.C, lyxsocket.C: disable on Windows.
583
584 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
585
586         * text.C (leftMargin): Fix the parindent use bug (1764)
587         by dirty trick
588
589 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
590
591         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
592         argument.
593
594 2005-04-25  Angus Leeming  <leeming@lyx.org>
595
596         * Bidi.[Ch]:
597         * coordcache.[Ch]:
598         * ispell.C:
599         * lyxserver.C:
600         * mover.C:
601         * pch.h:
602         include <config.h> in .C files, not .h ones.
603         add licence blurb.
604         protect headers inside preprocessor guards.
605
606 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
607
608         * FuncStatus.h (StatusCodes): document
609
610 2005-04-21  André Pönitz  <poenitz@gmx.net>
611
612         * FuncStatus.h (enabled, onoff): document
613
614 2005-04-19  Angus Leeming  <leeming@lyx.org>
615
616         * BufferView_pimpl.C (cursorToggle): no longer test whether
617         any child processes have been reaped before calling
618         handleCompletedProcesses().
619
620 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
621
622         * text3.C (dispatch): fix, finally fix, the language problem in
623         new lyxtexts, without disabling on-the-fly font changes (Helge's
624         bug report)
625
626 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
627
628         * text3.C (dispatch): set cursor on double/triple click events
629         (bug 1811)
630
631 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
632
633         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
634         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
635
636         * rowpainter.C (paintFirst): simplify the code a little bit. In
637         particular, remove the test for secnumdepth.
638         * text.C (setHeightOfRow): only allocate space for chapter number
639         when updateCounters provided an actual label, instead of looking
640         at secnumdepth directly.
641
642         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
643
644         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
645         paragraphs when secnumdepth is large enough or, for environments,
646         when they are not the first in a sequence.
647
648 2005-04-17  Angus Leeming  <leeming@lyx.org>
649
650         * buffer.C (makeLaTeXFile): replace code to manipulate a path
651         containing space and '~' characters with a call to latex_path().
652
653 2005-04-17  Angus Leeming  <leeming@lyx.org>
654
655         * converter.C (convert): protect all args of convertDefault.sh
656         script with quotes.
657
658 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
659
660         * text3.C (dispatch): change the layout to "Caption" after inserting
661         a float.
662
663 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
664
665         * text3.C (dispatch): fix language problem in newly created
666         textinsets (and main text) in non-english docs
667
668 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
669
670         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
671         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
672         * text3.C (getStatus): disable LFUN_INSET_MODIFY
673
674 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
675
676         * lyxtext.h:
677         * text.C (metrics):
678         * text2.C (getFont):
679         * rowpainter.C (getFont): Fix metrics bug introduced by inset
680         fonts fix
681
682 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
683
684         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
685         output of \item arguments without trailing text.
686
687 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
688
689         * FontIterator.C (operator*): avoid a copy of the font.
690
691 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
692
693         * rowpainter.C (getFont): fix language bug from previous fix
694
695 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
696
697         * rowpainter.C (RowPainter, getFont): fix font inside inset
698         (bugs 1766, 1809)
699
700 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
701
702         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
703         preventing inserted font, deco, delim insets jumping to start of
704         surrounding inset.
705
706 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
707
708         * lyxfunc.C (dispatch): translate message before sending it to the
709         minibuffer.
710
711 2005-03-29  Angus Leeming  <leeming@lyx.org>
712
713         * lyx_main.C (priv_exec): call os::internal_path on each file passed
714         to LyX on the command line.
715
716 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
717
718         * vc-backend.C: use QuoteName to protect file names wherever
719         necessary.
720
721 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
722
723         * buffer.[Ch]:
724         * BranchList.h: fix bugs 1844,1845: document settings don't
725         stick
726
727 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
728
729         * lyxrc.C (setDefaults, read, output, getDescription): add support
730         for tex_allows_spaces.
731
732         * exporter.C (Export): allows files in directory containing spaces
733         if tex_allows_spaces is true.
734
735         * buffer.C (makeLaTeXFile): if the document path contains spaces,
736         output it in double quotes.
737
738 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
739
740         * rowpainter.C: use default text height for drawing change tracker
741         strikeout lines.
742
743 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
744
745         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
746
747 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
748
749         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
750         directory is missing.
751
752 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
753
754         * text2.C: fixed the fix, extended to other case.
755
756 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
757
758         * text2.C: fix for cursor up/down stuck in math [bug 1792]
759
760 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
761
762         * text2.C (cursorUp): get rid of a crash
763         * text.C (x2pos): add an assert
764
765 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
766
767         * lyxfunc.C (getStatus): fix warning when assertions are disabled
768
769         * text3.C:
770         * lyxfunc.C:
771         * dociterator.C: include <boost/current_function.hpp>, which is
772         needed when assertions are disabled.
773
774 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
775
776         * text2.C: fix for stuck cursor when traversing two
777         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
778
779 2005-02-25  Andreas Vox  <avox@arcor.de>
780
781         * output_docbook.C (makeParagraph): suppress trailing newline
782         after a run of paragraphs
783
784 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
785
786         * paragraph.C: fix for confused change tracker when pasting
787         text that begins with a lineseparator. [bug 1827]
788         (setChange(0, Change::INSERTED);)
789
790         * paragraph_funcs.C: fix for lost changes on triple-paste
791         in change tracking mode [bug 1827] (par.setChange()).
792
793 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
794
795         * text2.C (updateCounters, setCounter, expandLabel): move to
796         buffer_funcs.
797
798         * buffer_funcs.C (updateCounters): turn into a free standing
799         function and add a buffer parameter. Remove dead code for tracking
800         labelstring change.
801         (setCounter): change into a free-standing function which gets a
802         dociterator as argument. Use this iterator to fix captions in a
803         simple way. When no float is found above the caption, use the
804         labelstring of the caption layout as default.
805
806         * text.C (breakParagraph, backspace):
807         * text2.C (init, setLayout, changeDepth):
808         * text3.C (dispatch):
809         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
810         updateCounters.
811
812         * dociterator.C (forwardPar): make it much faster by calling
813         forwardPos() only when really necessary.
814
815         * output_docbook.C (makeCommand): adapt to expandLabel move.
816
817         * cursor.C: remove unused variable
818
819 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
820
821         * paragraph_funcs.C: fix crash when pasting insets in change
822         tracking mode [bug 1277] (honour change type in moveItem).
823
824 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
825
826         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
827
828 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
829
830         * BufferView.C (setCursor): change to use a DocIterator.
831         (gotoLabel): use BufferView::setCursor (other part of bug 781).
832         (putSelectionAt): adapt to BufferView::setCursor change.
833
834         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
835         moved here from LyXText and rewritten to use proper cursor
836         methods. Fixes bug 1787, 616 and 835.
837
838         * BufferView_pimpl.C (restorePosition): set the cursor correctly
839         when inside an inset (part of bug 781).
840         (dispatch): adapt to change of BufferView::setCursor.
841         (getStatus, dispatch): handle LFUN_GOTOERROR,
842         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
843
844         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
845         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
846         * text3.C (gotoNextInset, gotoInset): removed.
847
848 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
849
850         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
851
852 2005-02-15  Angus Leeming  <leeming@lyx.org>
853
854         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
855         can be used meaningfully in a comparison.
856
857 2005-02-13  André Pönitz  <poenitz@gmx.net>
858
859         * bufferview_funcs.C (coordOffset): improve cursor drawing
860
861 2005-02-13  André Pönitz  <poenitz@gmx.net>
862
863         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
864         * Cursor.C (dispatch): use fixIfBroken
865         * lyxfunc.C (getStatus): use fixIfBroken
866
867 2005-02-15  Angus Leeming  <leeming@lyx.org>
868
869         * lyx_main.C (error_handler):
870         * lyxfunc.C:
871         * lyxrc.C (setDefaults):
872         s/GetEnv/getEnv/.
873         #include "environment.h".
874
875         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
876
877 2005-02-15  Angus Leeming  <leeming@lyx.org>
878
879         * lyxserver.C (startPipe): squash MSVC warning "local variable
880         'fd' used without having been initialized".
881
882 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
883
884         * BufferView_pimpl.C: revert accidental commit.
885
886 2005-02-14  André Pönitz  <poenitz@gmx.net>
887
888         * dociterator.[Ch]: new member forwardPosNoDescent(),
889         which doesn't enter nested insets.
890         * text2.C (setFont): use forwardPosNoDescent() instead
891         of ForwardPos() (fixes crash on font change).
892
893 2005-02-13  Angus Leeming  <leeming@lyx.org>
894
895         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
896         only if lyxrc.path_prefix is not empty.
897
898 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
899
900         * bufferparams.C (readGraphicsDriver): prevent crash
901
902 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
903
904         * text2.C (setCounter): check for inInset() == 0
905
906 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
907
908         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
909         but use update() to get correct screen display; use convert
910         instead of istringstream.
911         (getStatus): handle LFUN_GOTO_PARAGRAPH
912
913         * lyxfunc.C (dispatch, getStatus): do not handle
914         LFUN_GOTO_PARAGRAPH here.
915
916 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
917
918         * text3.C (dispatch): size() -> depth()
919
920         * text2.C: remove some debug output
921
922         * paragraph.C: ws changes only
923
924         * lyxfunc.C (getStatus): size() -> depth()
925
926         * dociterator.h (clear, push_back, pop_back, internalData,
927         operator[], resize, empty): new functions
928         Make StableDocIterator and operator== be friends. Don't inherit
929         from std::vector use a privat class variable slices_ instead.
930         Modify to fit.
931
932         * dociterator.C: update because of not inheriting from std::vector
933         anymore. Call explictly to slices_ instead. Use depth() instead of
934         size() and top() instead of back()
935
936         * cursor.C: chagne size() -> depth and back() -> top(). Also
937         remove some direct operator[](i) calls in favour of foo[i]
938         (getFont): remove some dead code
939
940         * bufferview_funcs.C (coordOffset): size() -> depth()
941
942         * buffer.C: ws changes only
943
944         * CutAndPaste.C (eraseSelection): back() -> top()
945
946         * BufferView_pimpl.C (selectionRequested): back() -> top()
947
948         * BufferView.C (setCursor): size() -> depth()
949
950 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
951
952         * text3.C (cursorPrevious): return true if depm changed something
953         (cursorNext): ditto
954         (dispatch): rename sl to oldTopSlice, remove moving use the new
955         NoUpdate func attrib instead. Make sure that needsUpdate is set
956         for function that have NoUpdate, but where depm might have changed
957         the buffer anyway.
958
959         * text2.C (cursorLeft): make us return true if depm changed
960         something
961         (cursorRight): ditto
962         (cursorUpParagraph): ditto
963         (curosrDownParagraph): ditto
964         (cursorUp, cursorDown): ditto, make sure to read comments in code
965         (deleteEmptyParagraphMechanism): remove an assert, also return
966         true if just a single char was deleted.
967
968         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
969         cursor that we modify, to avoid modifying an active cursor before
970         we call setCursor. This allows depm to run. Also return true if
971         depm deleted something.
972
973         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
974         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
975         cursorDownParagraph, cursorPrevious and cursorNext, return true if
976         something was changed in the buffer because of them (ie. depm run)
977
978         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
979         debug messages. Make update by default be false. Make sure that
980         the result of update is retained throught several calls down to
981         dispatch.
982
983         * LyXAction.h: add a new func_attrib: NoUpdate
984
985         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
986         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
987         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
988         and LFUN_WORDLEFT
989         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
990
991 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
992
993         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
994         bv_->owner(), bv_->buffer() by direct references to the private
995         members.
996         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
997         (getStatus): isSavedPosition() is in BufferView::Pimpl.
998         (fitCursor): center() is in BufferView::Pimpl.
999         (getStatus, trackChanges, dispatch): no need for a temporary buf
1000         variable
1001         (fitCursor, workAreaDispatch): use workarea().workheight()
1002
1003 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1004
1005         * CutAndPaste.C (pasteSelectionHelper): fix a crash
1006
1007 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1008
1009         * buffer.C: format up to 241.
1010         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1011         break if pasting into ERT
1012         * lyxfunc.C (getStatus): suppress mathpanel and
1013         LFUN_DIALOG_SHOW_NEW_INSET in ERT
1014
1015 2005-02-01  Angus Leeming  <leeming@lyx.org>
1016
1017         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1018
1019 2005-02-01  Angus Leeming  <leeming@lyx.org>
1020
1021         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1022         calling fs::is_directory().
1023
1024 2005-01-31  Angus Leeming  <leeming@lyx.org>
1025
1026         * lyx_main.C (priv_exec): specify explicitly the relative location
1027         of the top level build directory when run in-place.
1028
1029 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1030
1031         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1032         LyXText containing the cursor, not the top-level one.
1033
1034         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1035         true.
1036         (insertStringAsLines): rename par to pit; use temporary variable
1037         par to hold a Paragraph; do not store par.layout() in a variable,
1038         since the pointer may die when breaking paragraphs; pass pars to
1039         breakParagraph() instead of Buffer::paragraphs().
1040
1041 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1042
1043         * lyxlex_pimpl.h: #include <fstream>.
1044
1045         * BufferView.[Ch] (getLyXText): add a const version.
1046
1047         * BufferView_pimpl.C: add debug aids.
1048
1049         * RowList_fwd.h:
1050         * buffer.h:
1051         * lyxrow.h:
1052         * paragraph_funcs.h: add commentary explaining what the class does.
1053
1054
1055         * coordcache.[Ch]: add lots of commentary.
1056         (startUpdating, doneUpdating): debug aids.
1057         (arrays, insets, parPos, getParPos): accessors to private data.
1058
1059         * cursor_slice.[Ch] (text): add a const version.
1060         * dociterator.[Ch] (text, innerText): add const versions.
1061
1062         * lyxtext.h (breakParagraph): change the keep_layout arg to a
1063         bool.
1064
1065         * paragraph.C (getRow, pos2ros): add asserts.
1066
1067         * paragraph.h: add commentary. Lots of.
1068
1069         * paragraph.[Ch] (metrucs, draw): removed.
1070
1071         * cursor.C:
1072         * rowpainter.[Ch]: const-correct changes.
1073
1074         * text.C: various obvious clean-ups. Removal of ancient cruft.
1075         Bug fixes, even.
1076
1077 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1078
1079         * vc-backend.C (find_file): rewrite to use boost.filesystem
1080         (scanMaster): ditto
1081
1082         * main.C (main): set default name check for boost.filesystem to
1083         no check
1084
1085         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1086         (open): ditto
1087         (doImport): ditto
1088         (actOnUpdatedPrefs): ditto
1089
1090         * lyx_main.C (init): rewrite to use boost.filesystem
1091         (queryUserLyXDir): ditto
1092
1093         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1094         (getContentsOfAsciiFile): ditto
1095
1096         * lastfiles.C (readFile): rewrite to use boost.filesystem
1097
1098         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1099
1100         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1101         (loadLyXFile): ditto
1102
1103         * buffer.C (Buffer): adjust for destroydir
1104         (getLogName): rewrite to use boost.filesystem
1105         (setFileName): ditto
1106         (save): use fs::copy_file (from fs_extras)
1107
1108         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1109
1110         * LaTeX.C (run): rewrite to use boost.filesystem
1111         (scanAuxFiles): ditto
1112         (handleFoundFile): ditto
1113
1114 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1115
1116         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1117
1118         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1119
1120 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1121
1122         * lyxlayout.[Ch]: change some vars from float to double
1123
1124         * buffer.C (readFile): make a local var const
1125
1126         * Several files: use convert<> instead of atoi,strToXXX and friends
1127
1128 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1129
1130         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1131         holds the contents of packages.lst. New functions getAvailable
1132         and isAvailable to parse and check that list, resp.
1133
1134         * LyXAction.C:
1135         * lfuns.h:
1136         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1137
1138         * bufferparams.[Ch]: new param output_changes.
1139
1140         * Buffer.C: increase file format to 240.
1141         Use output_changes and isVailable.
1142
1143         * changes.[Ch]:
1144         * paragraph.C:
1145         * paragraph_pimpl.C: Use output_changes and isVailable.
1146
1147 2005-01-23  Angus Leeming  <leeming@lyx.org>
1148
1149         * output_latex.C: #include "insetbibitem.h", rather than
1150         forward declare function bibitemWidest.
1151
1152 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1153
1154         * lyx_main.C (init): make it compile on the Mac.
1155
1156 2005-01-20  Angus Leeming  <leeming@lyx.org>
1157
1158         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1159         (setLyXMisc): (char string literal) != (char string literal) is
1160         performing a comparison on the addresses. Convert one operand
1161         explicitly to string to guarantee expected behaviour.
1162         From MSVC warning.
1163
1164 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1165
1166         * buffer.C:
1167         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1168
1169         * output_plaintext.C: remove unneeded #include gzstream.h.
1170
1171 2005-01-20  Angus Leeming  <leeming@lyx.org>
1172
1173         * SpellBase.h: rename some of the elements of the Result enum.
1174
1175         * aspell_local.h:
1176         * ispell.h:
1177         * pspell.h:
1178         * aspell.C (check):
1179         * ispell.C (check):
1180         * pspell.C (check): ditto
1181
1182 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1183
1184         * buffer.C: add #include <fstream>.
1185
1186         * lyx_main.C (init): Compile fix.
1187
1188         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1189
1190 2005-01-20  Angus Leeming  <leeming@lyx.org>
1191
1192         * mover.h: change commentary to reflect the changed meaning of
1193         the $$s placeholder.
1194
1195 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1196
1197         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1198
1199         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1200
1201 2005-01-20  Angus Leeming  <leeming@lyx.org>
1202
1203         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1204         printing diagnostic data by not dereferecing an iterator past the
1205         end.
1206
1207 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1208
1209         * buffer.C (readHeader): use "&&" rather than "and".
1210
1211         * lyxserver.h (inPipeName, outPipeName): make these const.
1212
1213 2005-01-19  Angus Leeming  <leeming@lyx.org>
1214
1215         * lyx_main.C (error_handler, init): protect SIGHUP with
1216         #ifdef SIGHUP guards.
1217
1218 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1219
1220         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1221
1222 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1223
1224         * text.C (setHeightOfRow): add a margin at the top and bottom of
1225         the document (bug 1761)
1226
1227 2005-01-17  Angus Leeming  <leeming@lyx.org>
1228
1229         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1230         with "python ". Workaround for a brain-dead Windows.
1231
1232 2005-01-16  Angus Leeming  <leeming@lyx.org>
1233
1234         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1235         for MacOSX and Windows to use prependEnvPath.
1236         Strip out the hard-coded block to add elements to the PATH for
1237         MacOSX and replace it with a call to prependEnvPath using the
1238         contents of LyXRC::path_prefix.
1239         (queryUserLyXDir): strip out the code to run reconfigure, instead
1240         returning a boolean indicating the necessity to do so.
1241         (reconfigureUserLyXDir): contains the code to reconfigure the
1242         user support directory. Is now called after the various LyXRC data
1243         files have been read.
1244
1245         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1246
1247 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1248
1249         * converter.[Ch] (convert): take a new parameter try_default. Use
1250         a default converter (imagemagick) if try_default is true.
1251
1252 2005-01-13  Angus Leeming  <leeming@lyx.org>
1253
1254         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1255         os::cygwin_path_fix.
1256         (write): output LyXRC::cygwin_path_fix as necessary.
1257
1258 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1259
1260         * lyxrc.h:
1261         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1262
1263 2005-01-12  Angus Leeming  <leeming@lyx.org>
1264
1265         * lyx_main.C (init): set the PATH variable to include the
1266         directory containing the LyX binary when running on Mac or Windows.
1267
1268 2005-01-12  Angus Leeming  <leeming@lyx.org>
1269
1270         * lyx_main.C (init): remove cruft that purports to set the locale
1271         dir. It doesn't and is not needed anyway.
1272
1273 2005-01-10  Angus Leeming  <leeming@lyx.org>
1274
1275         * Makefile.am: remove the lyx_main.C special casing.
1276
1277         * BufferView_pimpl.C:
1278         * bufferlist.C:
1279         * exporter.C:
1280         * lyx_cb.C:
1281         * lyx_main.C:
1282         * lyxfunc.C:
1283         * messages.C: use support/package.h to provide the paths to the
1284         various directories used by LyX.
1285
1286 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1287
1288         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1289         layout if pasting into an empty paragraph)
1290
1291 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1292
1293         * tex-accent.C: add <string>
1294
1295 2005-01-06  José Matos  <jamatos@lyx.org>
1296
1297         * ParagraphParameters.C (write): put every parameter in its own line.
1298         * paragraph.C (write): reduce number of consecutive empty lines exported.
1299         * buffer.C (LYX_FORMAT): increase file format to 239.
1300
1301 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1302
1303         * everywhere: change support/tostr.h -> support/convert.h
1304
1305         * tabular.C: make all write_attributes templates, tostr -> convert
1306
1307         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1308         (emptyTag): and -> &&, and fix type for ret from getChar
1309         (getFirstWord): fix type for ret from getChar
1310         (onlyText): and -> &&
1311         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1312         getChar
1313
1314         * toc.C (goTo, action):
1315         * text3.C (dispatch):
1316         * text.C (currentState):
1317         * tex-accent.C (DoAccent):
1318         * sgml.C:
1319         * lyxrc.C:
1320         * lyxfunc.C (menuNew):
1321         * lyxfinc.C (replace):
1322         * counters.C (laberItem):
1323         * bufferview_funcs.C (font2string):
1324         * bufferparams.C (writeFile):
1325         * buffer.C (readFile):
1326         * Spacing.C (set):
1327         * MenuBackend.C: tostr -> convert
1328
1329         * LaTeX.C (runMessage): fix format
1330         (scanAuxFiles): tostr -> convert
1331
1332         * BufferView_pimpl.C (savePosition): fix format
1333         (restorePosition): ditto
1334         (dispatch): ditto
1335
1336 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1337
1338         * Spacing.[Ch]: New method getValueAsString().
1339
1340         * Spacing.[Ch]:
1341         * bufferparams.C:
1342         * ParagraphParameters.C:
1343         * lyxlayout.C:
1344         * text.C:
1345         * text3.C: store/read spacing value as string.
1346
1347         * rowpainter.C: change float value (spacing_val) to double.
1348
1349         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1350         broken custom document spacing).
1351
1352 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1353
1354         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1355         namespace, also more use of temp references and const
1356
1357         * cursor.[Ch] (getStatus): move to lyxfunc.C
1358
1359         * bufferparams.C: reformat slightly
1360
1361         * bufferview_funcs.C (font2string): constify arg
1362
1363         * changes.C:
1364         * converter.C:
1365         * counters.C:
1366         * bufferlist.C:
1367         * buffer_funcs.C: (many funcs): constify arg on function
1368         definitions, also make more local vars const, also add ASSERTS on
1369         pointer args.
1370
1371         * buffer.C (LYX_FORMAT): put const in correct place
1372         (many funcs): constify arg on function definitions, also make
1373         more local vars const
1374
1375         * aspell_local.h: remove "struct" from typdef setup
1376
1377         * aspell.C (check): make word_ok const
1378         (nextMiss): simplify slightly
1379         (error): ditto
1380
1381 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1382
1383         * lyxrc.[Ch]: store all float values as strings.
1384         use int (not float) for lyxrc.dpi.
1385
1386 2005-01-04  Angus Leeming  <leeming@lyx.org>
1387
1388         * lyx_cb.C (Reconfigure):
1389         * lyx_main.C (queryUserLyXDir):
1390         to run the <system_lyxdir>/configure correctly on Windows, prefix
1391         the path to the script with "sh " when generating the string that
1392         is passed to system().
1393
1394 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1395
1396         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1397
1398 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1399
1400         * lyxlength.C (asLatexString): get rid of setprecision
1401
1402 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1403
1404         * text2.C (setLayout): remove unused variable endpit.
1405         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1406
1407         * paragraph.C (onlyText): remove unused variable style.
1408
1409         * cursor.C (bruteFind): remove unused variables beg and end.
1410
1411         * Makefile.am (dist_noinset_DATA): not needed anymore
1412
1413         * cheaders/*: remove.
1414
1415 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1416
1417         * text3.C: fix LFUN_MATH_MODE.
1418
1419 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1420
1421         * buffer_funcs.C (countWords): new function. Counts words between
1422         two iterators.
1423
1424         * BufferView_pimpl.C (getStatus, dispatch): handle
1425         LFUN_WORDS_COUNT.
1426
1427         * LyXAction.C (init):
1428         * lfuns.h: add LFUN_WORDS_COUNT.
1429
1430 2004-12-19  Angus Leeming  <leeming@lyx.org>
1431
1432         * buffer.C (save): s/slashify_path/internal_path/.
1433
1434 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1435
1436         * lyxfind.C (findChange): do not search for end of pars, because
1437         the change tracker cannot handle this (fixes bug 1719).
1438
1439 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1440
1441         * paragraph.[Ch] (autoBreakRows): remove
1442
1443         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1444
1445         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1446         avoid using the paragraph one
1447
1448         * text2.C (LyXText, insertStringAsLines): adjust
1449
1450 2004-12-16  Angus Leeming  <leeming@lyx.org>
1451
1452         * bufferlist.C:
1453         * lyx_main.C:
1454         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1455
1456 2004-12-14  Angus Leeming  <leeming@lyx.org>
1457
1458         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1459
1460         * bufferlist.C (emergencyWrite):
1461         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1462         GetEnvPath("HOME").
1463
1464 2004-12-14  Angus Leeming  <leeming@lyx.org>
1465
1466         * main.C: (main): no longer pass pointers to os::init.
1467
1468 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1469
1470         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1471         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1472
1473 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1474
1475         * lyxfunc.C:
1476         * text3.C: remove selection_possible global flag
1477
1478 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1479
1480         * text2.C (getSelectionSpan): remove
1481         (changeDepth, changeDepthAllowed): adjust
1482
1483 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1484
1485         * Makefile.am (BOOST_LIBS): use boost variables
1486
1487 2004-12-03  José Matos  <jamatos@lyx.org>
1488
1489         * buffer.C: format up to 238.
1490
1491 2004-12-03  José Matos  <jamatos@lyx.org>
1492
1493         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1494
1495 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1496
1497         * cursor.C (goUpDown): remove call to idxUpDown2
1498
1499 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1500
1501         * tabular.[Ch]: use size_t-like types for cell, row and column
1502         indices
1503
1504 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1505
1506         * lyxfunc.C (getStatus): do not lose previous information when
1507         calling BufferView::getStatus; do not set a default "Command
1508         disabled" message at the beginning, but just before returning.
1509
1510 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1511
1512         * cursor.h (getStatus): add better comment from src/cursor.C
1513
1514 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1515
1516         * text3.C (getStatus): return false when the lfun is not handled
1517
1518 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1519
1520         * broken_headers.h: remove
1521
1522         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1523
1524 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1525
1526         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1527         offset_ref accessors
1528
1529         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1530         top_y_, merge fitcursor with update
1531         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1532         coord scheme
1533         (metrics): introduce
1534         (workAreaDispatch): adapt to new coord scheme
1535         (redoCurrentBuffer): remove
1536
1537         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1538
1539         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1540         CurStatus enum.
1541
1542         * coordcache.[Ch]: add paragraph cache and helpers
1543
1544         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1545         adjust everywhere
1546
1547         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1548         (targetX, setTargetX): introduce
1549
1550         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1551         baseline -> ascent, as the rest of lyx
1552
1553         * lyxtext.h: remove redoParagraphs, updateParPositions,
1554         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1555         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1556         have ascent/descent (ascent is ascent of first par)
1557
1558         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1559         step of BufferView
1560
1561         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1562
1563         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1564
1565         * pariterator.C: fix infinite loop introduced in par->pit renaming
1566
1567         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1568         in insets and LyXText, draw two off-screen paragraphs using
1569         NullPainter, and adapt to new coord scheme
1570
1571         * text.C:
1572         * text2.C:
1573         * text3.C: adapt lfun handlers to the new coord scheme, which
1574         means: there's only guaranteed coord information for onscreen pars
1575         plus one above and one below. This implies that one can do search
1576         from y coordinates in the range [-1,workHeight]
1577
1578 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1579
1580         * rename a lot of InsetOld to InsetBase
1581
1582 2004-11-25  Angus Leeming  <leeming@lyx.org>
1583
1584         * BufferView_pimpl.C:
1585         * lyx_cb.C:
1586         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1587
1588 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1589
1590         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1591         call BufferView::getStatus if LCursor::getStatus did nothing
1592         (setStatusMessage, getStatusMessage): removed.
1593
1594         * FuncStatus.C (message): new methods. Used to provide an error
1595         message indicating why a command is disabled.
1596         (clear, |=, FuncStatus): update for message.
1597
1598 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1599
1600         * lyxfunc.C (dispatch): always call sendDispatchMessage
1601
1602 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1603
1604         * BufferView.C:
1605         * BufferView_pimpl.C:
1606         * CutAndPaste.C:
1607         * FontIterator.C:
1608         * buffer.C:
1609         * cursor.C:
1610         * cursor_slice.[Ch]:
1611         * dociterator.[Ch]:
1612         * lyxfind.C:
1613         * paragraph_funcs.C:
1614         * pariterator.C:
1615         * rowpainter.C:
1616         * text.C:
1617         * text2.C:
1618         * text3.C:
1619         * undo.C: par->pit renaming
1620
1621 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1622
1623         * tabular.C (cellstruct): use initialization, store a shared_ptr
1624         to insettext instead of the insettext directly, adjust to fit.
1625         (operator=):  new function
1626         (swap): new function
1627         (rowstruct): use initialization
1628         (columnstruct): use initialization
1629         (ltType): use initialization
1630
1631
1632         * lyxlength.h (swap): new function
1633
1634         * LColor.[Ch] (operator=): use the common semantics
1635
1636 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1637
1638         * lyxfind.C (findNextChange): update the bufferview after setting
1639         the selection.
1640
1641 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1642
1643         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1644         number of InsetOptArgs has already been inserted.
1645
1646         * output_latex.C (latexOptArgInsets): new method. This outputs all
1647         the optarg insets, up to the limit defined in the layout file.
1648         (optArgInset): removed
1649         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1650
1651 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1652
1653         * paragraph.C (isLetter): remove special spellchecker-related
1654         code; return true also for digits
1655         (isWord, isKomma): remove
1656
1657         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1658         * lyxfind.C (MatchString()): use isLetter instead of isWord
1659
1660 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1661
1662         * pariterator.h (operatir=): comment out un-implemented member
1663         function.
1664
1665         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1666         static cast.
1667
1668 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1669
1670         * lyxfont.h: include LColor.h to satisfy concept checks.
1671
1672 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1673
1674         * pariterator.h: add typdefs for value_type, difference_type,
1675         pointer and reference to satisfy concept checks. Also add default
1676         constructor for same reason.
1677
1678         * pariterator.C (operator++): add post-increment operator to
1679         satisfy concept checks.
1680
1681         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1682         checks.
1683
1684         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1685
1686         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1687         checks. Also rename base_type to BaseType to follow naming
1688         standard better.
1689
1690         * FloatList.h: include Floating.h to satisfy concept checks.
1691
1692 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1693
1694         * lyxfunc.C (getStatus): when the origin of the request is menu or
1695         toolbar, and the LyXView does not have focus, do as if there was
1696         no buffer (bug 1720)
1697
1698         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1699         FuncRequest to individual entries of LFUN_SEQUENCE
1700
1701 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1702
1703         * output_latex.C (TeXOnePar): override runparams.moving_arg
1704         according to the needprotect value of the current paragraph (bug
1705         1739)
1706
1707         * paragraph.C (simpleTeXOnePar): no need to override
1708         runparams.moving_args here
1709
1710 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1711
1712         * vspace.C: fix off-by-one-error, related to fix #1682
1713
1714 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1715
1716         * lengthcommon.C: a more general fix for bug 1682
1717
1718 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1719
1720         * text.C (backspace): fix crash
1721
1722 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1723
1724         * format.[Ch] (getFormatFromFile): new method
1725         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1726
1727 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1728
1729         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1730
1731 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1732
1733         * lyxfunc.C (dispatch): remove the verbose argument
1734         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1735         instead
1736
1737         * kbmap.C (defkey): set the origin of func to KEYBOARD
1738
1739         * MenuBackend.C (MenuItem):
1740         * ToolbarBackend.C (add): set the origin of func to UI
1741
1742         * funcrequest.[Ch]: add origin member, which indicates which part
1743         of LyX requests an action
1744
1745 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1746
1747         * converter.C (move): don't lie in the error message
1748         * converter.h (isReachable, move): document
1749
1750 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1751
1752         * buffer.C: remove unused using lyx::support::atoi
1753         * paragraph_funcs.C: ditto
1754
1755 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1756
1757         * bufferlist.C (exists): use bind and equal_to instead of
1758         compare_memfun
1759         (getBuffer): ditto
1760         * lyxtextclasslist.C (NumberOfClass): ditto
1761
1762         * cursor.C (insert): use for_each instead of explicit for loop
1763
1764         * bufferlist.C (getFileNames): use std::transform and
1765         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1766
1767         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1768         for loop
1769
1770         * buffer.C (changeLanguage): use for_each instead of explicit for
1771         loop
1772         (hasParWithID): implement using getParFromID
1773
1774         * LaTeXFeatures.C: ws change only
1775
1776         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1777         to cleanup a bit.
1778
1779         * BufferView_pimpl.C (trackChanges): use for_each instead of
1780         expilicit for loop
1781
1782 2004-11-04  André Pönitz  <poenitz@gmx.net>
1783
1784         * undo.h:
1785         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1786
1787         * dociterator.C (asDocIterator): use hard assert again.
1788
1789 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1790
1791         * lyxlength.C (asLatexString): rewrite so that it does not use
1792         snprintf anymore
1793
1794 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1795
1796         * text3.C (specialChar, dispatch): make sure cursor moves to the
1797         right after inserting an inset
1798
1799 2004-11-02  José Matos  <jamatos@lyx.org>
1800
1801         * output_docbook.C (docbook):
1802         * paragraph.C (getID):
1803         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1804         garantee that the output is always legal.
1805
1806         * tabular.C (docbook):
1807         * outputprams.[Ch]: remove mixed contents.
1808
1809 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1810
1811         * text2.C (setCounter): prevent endless loop
1812
1813 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1814
1815         * exporter.C (copyFile): use the mover instead of support::copy()
1816         * exporter.C (Export): pass format and latex name to copyFile()
1817         * exporter.h (addExternalFile): document
1818         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1819
1820 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1821
1822         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1823
1824 2004-10-30  José Matos  <jamatos@lyx.org>
1825
1826         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1827         text and no inset or font change. This allows to use CDATA
1828         sections just for the whole paragraph.
1829
1830 2004-10-30  José Matos  <jamatos@lyx.org>
1831
1832         * paragraph.C (getFirstWord): remove unused variable.
1833
1834 2004-10-30  José Matos  <jamatos@lyx.org>
1835
1836         * paragraph.C (getFirstWord): the content should always be escaped
1837         there.
1838         (simpleDocBookOnePar):
1839         * output_docbook.C (makeEnvironment): replace reference to CDATA
1840         to style pass_thru.
1841
1842 2004-10-30  José Matos  <jamatos@lyx.org>
1843
1844         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1845
1846 2004-10-30  José Matos  <jamatos@lyx.org>
1847
1848         * output_docbook.C (makeParagraphs):
1849         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1850         standard paragraph has only a given type of content drop the wrapper.
1851
1852 2004-10-29  José Matos  <jamatos@lyx.org>
1853
1854         * output_docbook.C (makeEnvironment):
1855         * sgml.C (openTag):
1856         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1857
1858 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1859
1860         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1861         (cleanID): sanitize any id.
1862
1863 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1864
1865         * buffer.C, lyxlex_pimpl.C:
1866         * lyxlex_pimpl.C (setFile):
1867         s/getExtFromContents/getFormatFromContents/
1868
1869 2004-10-28  José Matos  <jamatos@lyx.org>
1870
1871         * output_docbook.C (makeEnvironment): move id to broadest possible
1872         scope.
1873
1874         * sgml.C (openTag): apply substitution of <> for all attributes.
1875
1876 2004-10-28  José Matos  <jamatos@lyx.org>
1877
1878         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1879         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1880         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1881
1882         * sgml.[Ch]: new version for open and closeTag for paragraph and
1883         for strings. Now they handle the ids of paragraphs.
1884
1885 2004-10-26  Angus Leeming  <leeming@lyx.org>
1886
1887         * Makefile.am: add mover.[Ch].
1888
1889         * converter.C (convert, move): use the new Movers to move external
1890         files to the temp directory.
1891
1892         * lyx_main.C (init): ensure that the global system_movers data
1893         is initialised.
1894
1895         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1896         preferences file.
1897
1898         * mover.[Ch]: new files, defining a Mover as a utility to move an
1899         external file between directories and, if necessary, manipulate this
1900         file using a helper script.
1901
1902 2004-10-25  José Matos  <jamatos@lyx.org>
1903
1904         * output_docbook.C (makeCommand): merge two if's that tested the
1905         same condition.
1906
1907 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1908
1909         * sgml.C (escapeString): fix warning in a better way
1910
1911 2004-10-25  José Matos  <jamatos@lyx.org>
1912
1913         * sgml.C (escapeString): import the require boosts header file for
1914         tie, and avoid a signed unsigned comparison.
1915
1916 2004-10-25  José Matos  <jamatos@lyx.org>
1917
1918         * sgml.h: add #include <string>
1919
1920 2004-10-25  José Matos  <jamatos@lyx.org>
1921
1922         * sgml.[Ch] (escapeString): new function to escape all the string.
1923
1924 2004-10-24  José Matos  <jamatos@lyx.org>
1925
1926         * paragraph.[Ch] (getFirstWord): new function to get the first
1927         word. Useful for description.
1928         (simpleDocBookOnePar): remove depth argument, add another that
1929         says where to start the paragraph.
1930
1931         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1932         use the new functions to fix cleanly the support for descriptions.
1933
1934 2004-10-24  José Matos  <jamatos@lyx.org>
1935
1936         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1937         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1938         * output_linuxdoc.C (linuxdocParagraphs):
1939         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1940         add buffer as argument.
1941
1942 2004-10-24  José Matos  <jamatos@lyx.org>
1943
1944         * output_docbook.C (makeEnvironment, searchEnvironment): place
1945         CDATA inside paragraphs and fix scope for listitems.
1946
1947 2004-10-24  José Matos  <jamatos@lyx.org>
1948
1949         * output_docbook.C: remove using statement for stack.
1950
1951 2004-10-23  José Matos  <jamatos@lyx.org>
1952
1953         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1954         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1955         docbook. The new scheme is recursive and makes use of iterators, the
1956         same as latex export works.
1957         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1958         directly with the paragraph contents. This code was moved up to
1959         output_docbook.C (docbookParagraphs).
1960         * sgml.C (openTag, closeTag): removed unneeded newlines.
1961         (closeEnvTags) removed.
1962
1963 2004-10-23  André Pönitz  <poenitz@gmx.net>
1964
1965         * undo.C (textUndoOrRedo):
1966         * dociterator.C (asDocIterator): work around crash
1967
1968         * cursor.C (getStatus): replace ASSERT by more verbose error message
1969           and manual correction of the problem. Should increase stability
1970           while providing more sensible information.
1971
1972 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1973
1974         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1975
1976         * bufferlist.C (previous, next): new methods
1977
1978         * lfuns.h:
1979         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1980
1981 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1982
1983         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1984         entities to preamble.
1985
1986 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1987
1988         * messages.C (Pimpl): strip off translation context information
1989
1990 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1991
1992         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1993         the cursor is correct (bug 1694)
1994
1995 2004-10-13  José Matos  <jamatos@lyx.org>
1996
1997         * output_docbook.C (docbookParagraphs): fix closing tags in the
1998         end of the document.
1999
2000 2004-10-09  José Matos  <jamatos@lyx.org>
2001
2002         * buffer.C: format up to 237.
2003         * bufferparams.C (write): use tostr to convert booleans to strings.
2004
2005 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
2006
2007         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2008
2009 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2010
2011         * LaTeX.C: implement use of babel language in xindy.
2012
2013 2004-10-05  José Matos  <jamatos@lyx.org>
2014
2015         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2016         Add new translators to help reading and writing the lyx file.
2017
2018 2004-10-05  José Matos  <jamatos@lyx.org>
2019
2020         * ParagraphParameters.C (read):
2021         * text.C (readParToken): replace nexToken by more appropriate lex
2022         methods.
2023
2024 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
2025
2026         * LaTeX.C (runMakeIndex):
2027         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2028         (usually 'makeindex') configurable.
2029
2030         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2031         with a variable rather than with a number.
2032
2033 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2034
2035         * output_latex.C (TeXOnePar): make sure font setting is the first
2036         thing that gets output (and the last at the end). Should fix bug
2037         1404.
2038
2039 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2040
2041         * pch.h: use proper signal include
2042
2043         * LaTeX.h: Use preferred calling of Boost.Signal
2044         * buffer.h: ditto
2045
2046 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2047
2048         * pch.h: dont include <boost/function/function0.hpp>
2049
2050         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2051
2052         * paragraph_pimpl.h: remove usage of ShareContainer
2053
2054         * paragraph_pimpl.C: remove initialization of ShareContainer.
2055
2056 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2057
2058         Fix bug #1666
2059
2060         * BufferView.C (putSelectionAt): change the semantics when
2061         backwards == true: now, this just swaps cursor and anchor wrt the
2062         forward case
2063
2064         * BufferView.h (putSelectionAt): add some documentation
2065
2066         * lyxfind.C (findBackwards): rewrite using while(). In particular,
2067         make sure backwardChar is done at least once (to avoid getting
2068         stuck)
2069         (findNextChange): use putSelectionAt in the forward direction
2070         (operator()): use Paragraph::isWord
2071
2072 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2073
2074         * Spacing.C (set): c_str fix
2075
2076 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2077
2078         * lyx_cb.C (Reconfigure): quote the name of configure script in
2079         case it contains spaces
2080
2081 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2082
2083         * client: new dir
2084
2085         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2086         (BOOST_LIBS): use top_buildir when looking for the file
2087
2088 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2089
2090         * pch.h: do not use include boost/format.hpp, multiple symbols
2091                 will result (gcc bug)
2092
2093
2094 2004-08-23  José Matos  <jamatos@lyx.org>
2095
2096         * bufferparams.C (readToken): fix reading of the author field.
2097
2098 2004-08-20  José Matos  <jamatos@lyx.org>
2099
2100         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2101
2102 2004-08-20  José Matos  <jamatos@lyx.org>
2103
2104         * lyxlex.[Ch] (findToken): remove function.
2105
2106         * ParagraphParameters.C (findToken):
2107         * bufferparams.C (findToken): replace call for previous function
2108         with local copy. This local function has one more argument, the
2109         read string argument.
2110
2111 2004-08-16  José Matos  <jamatos@lyx.org>
2112
2113         * ParagraphParameters.C (write):
2114         * Spacing.C (writeFile):
2115         * bufferparams.C (writeLaTeX):
2116         * lyx_cb.C (Reconfigure):
2117         * paragraph.C (write):
2118         * tabular.C (write): remove unnecessary space at end of line.
2119
2120
2121 2004-08-16  José Matos  <jamatos@lyx.org>
2122
2123         * text.C (readParagraph): remove debug message.
2124
2125 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2126
2127         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2128         crash
2129
2130         * output_plaintext.C (asciiParagraph): set depth correctly
2131
2132         * outputparams.h: add member depth
2133
2134         * paragraph_funcs.C (ownerPar): remove.
2135
2136         * text2.C (setCounter): remove first_pit; comment out some
2137         non-working code that uses ownerPar
2138
2139         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2140         uses ownerPar
2141
2142 2004-08-16  José Matos  <jamatos@lyx.org>
2143
2144         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2145         For the same level of importance use the same chanel to report problems.
2146         (read): add code to deal with \begin_body and \end_body.
2147
2148
2149 2004-08-15  José Matos  <jamatos@lyx.org>
2150
2151         * lyxlex.C (getString): fix comment, buffer::readBody is now
2152         buffer:readDocument.
2153
2154         * tex-strings.C (string_papersize): Default -> default,
2155         Custom -> custom, for consistency with other options.
2156
2157 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2158
2159         * pch.h: new file
2160
2161         * Makefile.am: support pch
2162
2163 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2164
2165         * text.C (readParToken): remove the static LyXFont variable and
2166         pass it as a parameter instead. This fixes a nasty bug where an
2167         inset will be inserted with a bad font in some situations
2168         (readParagraph): adapt
2169
2170         * text2.C (setCounter): reduce number of calls to pars_[pit]
2171
2172         * text.C (singleWidth): add an assert, fix a test
2173
2174         * rowpainter.C (paintText): reduce number of calls to singleWidth
2175
2176         * paragraph.C (isHfill):
2177         (isNewline): ws only
2178
2179 2004-08-14  André Pönitz  <poenitz@gmx.net>
2180
2181         * text.C:
2182         * text2.C:
2183         * rowpainter.C:
2184         * lyxtext.h (several functions): use a Paragraph & argument
2185         instead of par_type
2186
2187 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2188
2189         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2190
2191         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2192
2193         * text.C (singleWidth): remove useless test
2194
2195 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2196
2197         * tabular.h: remove bogus comments
2198
2199         * tabular.C (getDescentOfRow):
2200         (isPartOfMultiColumn): add assertions
2201
2202         * lyxlength.C (inPixels): remove #warning
2203
2204 2004-08-14  André Pönitz  <poenitz@gmx.net>
2205
2206         * paragraph.h: inline getChar()
2207
2208         * BufferView.h: remove unused declarations
2209
2210 2004-08-14  José Matos  <jamatos@lyx.org>
2211
2212         * Buffer.[Ch] (readDocument): new name for old readBody.
2213         * Buffer.C: new file format, new keywords: \begin_document,
2214         \begin_header, \begin_body, \end_body.
2215
2216         * bufferparams.C (readToken): replace all calls to lex.nextToken
2217         by lex.next(). Do the same to eatLine except where really needed.
2218
2219         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2220         line when writing to the lyx file.
2221
2222         * output_plaintext.C (asciiParagraph): fix Bibliography style
2223         handling.
2224
2225         * text.C (read): fix end of file handling.
2226
2227 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2228
2229         * MenuBackend.C (Menu::operator[]): new method to access
2230         individual menu items
2231         (Menu::hasFunc): new method. search for an item that corresponds
2232         to a given func
2233         (MenuBackend::specialMenu): new method
2234         (MenuBackend::expand): if a special menu has been set, skip
2235         entries whose func() appears in this menu
2236
2237 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2238
2239         * text3.C: use Debug::DEBUG a bit more
2240
2241         * text.C (leftMargin): try to simplify a tiny bit change var x to
2242         l_margin. Dont output the wide margins always.
2243         (rightMargin): no margin in inner texts
2244
2245         * rowpainter.h (nestMargin): new func
2246         (changebarMargin): new func
2247         (rightMargin): new func
2248
2249         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2250         now functions.
2251         (paintLast): ditto
2252
2253         * factory.C (createInset): modify setDrawFrame
2254
2255         * cursor.C: use Debug::DEBUG a bit more
2256
2257 2004-08-14  André Pönitz  <poenitz@gmx.net>
2258
2259         * coordcache.[Ch]:
2260         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2261         cache for all insets in (at least partially) visible (top-level)
2262         paragraphs.
2263
2264         * BufferView_pimpl.C: reset external coord cache before every update.
2265         This means the coord cache only contains valid entries.
2266
2267 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2268
2269         bug 1096
2270         * BufferView_pimpl.C (getInsetByCode): move function out of class
2271         and change in to a template in anon namespace. Also fix to do what
2272         suits us better.
2273
2274 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2275
2276         bug 1305
2277         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2278         of char
2279         (breakParagraph): rename par to par_offset and use a local
2280         reference. Add code to keep the language over a rebreak.
2281         (breakParagraphConservative): rename par to par_offset, use a
2282         local reference
2283         (mergeParagraph): ditto
2284         (outerHook): ditto
2285         (isFirstInSequence): ditto
2286         (outerFont): rename pit to par_offset
2287
2288         * paragraph.C: ws change
2289         * paragraph.h: ditto
2290         * text3.C: ditto
2291         * text.C: ditto
2292
2293 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2294
2295         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2296         treatment for ']'
2297
2298         * paragraph.C (simpleTeXOnePar): when we have a \item with
2299         optional argument, enclose the argument with curly brackets (in
2300         case it contains a closing square bracket)
2301
2302         * text2.C (editXY):
2303         * text2.C (editXY):
2304         * text3.C (checkInsetHit): constify
2305
2306 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2307
2308         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2309         documents (bug 1629)
2310
2311 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2312
2313         Fix toggling of collapsable insets with the mouse (bug 1558)
2314
2315         * lyxfunc.C (dispatch): adapt to LCursor changes
2316
2317         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2318         make sure that dispatch is not invoked twice
2319
2320         * cursor.C (needsUpdate): new method
2321         (dispatch): return void
2322         (result): new method, to access the DispatchResult of the cursor.
2323
2324 2004-08-13  José Matos  <jamatos@lyx.org>
2325
2326         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2327
2328 2004-08-13  André Pönitz  <poenitz@gmx.net>
2329
2330         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2331
2332         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2333           multiple cells
2334
2335 2004-08-12  André Pönitz  <poenitz@gmx.net>
2336
2337         * text3.C: take out the 'cursor right' form insertInset and only
2338         do it in those places when it is really needed. Fixes crash on
2339         C-m...
2340
2341 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2342
2343         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2344
2345         * BufferView_pimpl.C (setBuffer): initialize the current font of
2346         the underlying LyXText
2347
2348 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2349
2350         * kbsequence.C (print): use UI native formatting for menu
2351         shortcuts
2352
2353         * text.C (insertChar): call Paragraph::insertChar with a font
2354         argument (cosmetic)
2355
2356         * paragraph.C (insertInset, insertChar): the version that takes a
2357         LyXFont argument is now a wrapper around the other one (the
2358         opposite used to be true).
2359
2360         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2361         argument. Font setting is done in Paragraph now.
2362
2363 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2364
2365         * outputparams.h: add new members intitle and lang.
2366
2367         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2368         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2369
2370 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2371
2372         * text3.C (dispatch): remove special handling of button 4 and 5,
2373         it is now taken care of in the frontend code.
2374
2375 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2376
2377         * Spacing.h: add <string> (STLPort compile fix)
2378
2379 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2380
2381         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2382
2383 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2386         to bool.
2387
2388         * converter.C (showMessage): inherit from unary_function, make
2389         operator() const.
2390
2391         * buffer.C (writeFile): initialize retval
2392
2393         * InsetList.h: rename private variable list to list_
2394         * InsetList.[Ch]: adjust accordingly.
2395
2396 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2397
2398         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2399         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2400         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2401         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2402         * ParagraphParameters.C, LaTeXFeatures.C: replace
2403         "support/std_sstream.h" with <sstream>
2404
2405 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2406
2407         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2408         * lyxsocket.C (LyXServerSocket): ditto
2409         (serverCallback): ditto
2410
2411 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2412
2413         * LaTeXFeatures.C: check release date when loading jurabib.
2414
2415 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * lyxserver.C (startPipe): call register_socket_callback
2418         (endPipe): call unregister_socket_callback
2419
2420 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2421
2422         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2423         (LyXServerSocket): register the callback
2424         (LyXServerSocket): unregister the callback
2425         (fd): delete function
2426         (serverCallback): improve error checking and setup the callbacks.
2427         (dataCallback): change arg to fd.
2428         (writeln): new func (copied fro the client socket) used for server
2429         write to client.
2430         (LyXDataSocket): simplify
2431         (~LyXDataSocket): close ann unregiser callback
2432         (server): delete function
2433         (fd): delete function
2434         (readln): small changes, improve some std::string usage
2435         (writeln): constify a bit
2436
2437 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2438
2439         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2440         Qt frontend
2441
2442 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2443
2444         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2445         after it has been populated
2446
2447 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2448
2449         * text2.C (insertInset): move cursor when inserting inset.
2450
2451 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2452
2453         * kbmap.C (findbindings): a couple of new methods. returns a
2454         container of kb_sequence objects. The real work is done by the
2455         private recursive version
2456         (printbindings): uses findbindings to print out a bracketed list
2457         of bindings (renamed from findbinding).
2458
2459         * MenuBackend.C (binding): use kb_keymap::findbindings
2460
2461         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2462
2463 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2464
2465         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2466
2467 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2468
2469         * paragraph.C (isWord): return true on insets that report
2470         isLetter().
2471
2472         * text.C (getWord): use Paragraph::isWord to decide what is in a
2473         word and what is not; fix bug 1609.
2474
2475 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2476
2477         * tex-strings.C: add "none" to string_paperpackages[], fixes
2478         off-by-one-error in the paperpackage selection.
2479
2480         * lyxlex.[Ch]:
2481         * tex-strings.[Ch]: char const * string[n]
2482         -> char const * const string[]
2483
2484 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2485
2486         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2487         command, return early.
2488
2489 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2490
2491         * debug.h: add DEBUG to enum and fix size of ANY.
2492
2493         * debug.C: add support for Debug::DEBUG
2494         (showTags): cast errorTags.level to unsigned int
2495
2496         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2497         (redoCurrentBuffer): ditto
2498         (updateScrollbar): ditto
2499         * cursor.C (dispatch): ditto
2500         * text2.C (setLayout): ditto
2501         (setFont): ditto
2502         (updateCounters): ditto
2503         (editXY): ditto
2504         (deleteEmptyParagraphMechanism): ditto
2505
2506 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2507
2508         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2509         annotations to cleanup the Makefile slightly.
2510
2511 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2512
2513         * lyxrc.C: do not set user_email to a default value but use empty
2514         instead. The entry used to be translated, which does not work
2515         since at the point where lyxrc is constructed there is no
2516         translation service available
2517
2518         * messages.C (getLocaleDir): remove and use directly
2519         lyx_localedir() instead
2520
2521 2004-06-02  Angus Leeming  <leeming@lyx.org>
2522
2523         Fix crash caused by dereferencing null pointer 'exportdata' in
2524         OutputParams by creating a new ExportData variable on the heap,
2525         storing it in a boost::shared_ptr.
2526         The crash was triggered when generating an Instant Preview
2527         of an external inset.
2528
2529         * Makefile.am: add outputparams.C
2530
2531         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2532         (c-tor): allocate memory to it.
2533
2534         * exporter.C (c-tor): associated changes.
2535
2536 2004-06-01  Angus Leeming  <leeming@lyx.org>
2537
2538         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2539         contains data before calling isInset(0). (Bug 1513.)
2540
2541 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2542
2543         * exporter.C (checkOverwrite): new method
2544         * exporter.C (copyFile): new method
2545         * exporter.C (Export): copy referenced files to the document dir
2546         * exporter.[Ch]: new class ExportedFile
2547         * exporter.[Ch]: new class ExportData. Contains currently the
2548         names of referenced external files
2549         * outputparams.h: add exportdata member.
2550
2551 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2552
2553         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2554         version.C-tmp
2555
2556 2004-05-19  Angus Leeming  <leeming@lyx.org>
2557
2558         * LaTeXFeatures.C:
2559         * ToolbarBackend.C:
2560         * bufferparams.C:
2561         * lyxfunc.C: small changes due to the introduction of namespace
2562         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2563
2564 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2565
2566         * text3.C (dispatch): supress update when only moving the cursor
2567         * cursor.C (selHandle): remove commented code
2568
2569 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2570
2571         * paragraph.C (startTeXParParams): correct column count
2572         * CutAndPaste.C (pasteSelection): remove const_cast
2573         * output_docbook.C (docbookParagraphs): remove const_cast
2574         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2575         const_cast and return ParagraphList::const_iterator
2576         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2577         * output_plaintext.C (writeFileAscii): remove const_cast
2578         * paragraph.[Ch] (simpleTeXOnePar): make const
2579         * paragraph_funcs.C (outerPar): use const iterators
2580         * paragraph_pimpl.C (validate): use const iterators
2581         * text.C (setHeightOfRow): use const iterators
2582
2583 2004-05-17  Angus Leeming  <leeming@lyx.org>
2584
2585         * lfuns.h:
2586         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2587
2588         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2589         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2590         if the citation engine has changed.
2591
2592 2004-05-14  José Matos  <jamatos@lyx.org>
2593
2594         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2595         if the textclass does not provide it. Have it different for sgml and
2596         xml.
2597         support the language of document.
2598         * output_docbook.C (docbookParagraphs):
2599         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2600         first anchor as the id of the paragraph, remove special case code.
2601         * sgml.C (escapeChar): escape only < & >.
2602
2603 2004-05-14  Angus Leeming  <leeming@lyx.org>
2604
2605         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2606         dependencies on src/frontends/controllers/biblio.h. Define a
2607         CiteEngine_enum wrapper class to enable the enum to be forward
2608         declared.
2609
2610 2004-05-12  Angus Leeming  <leeming@lyx.org>
2611
2612         * buffer.C: up LYX_FORMAT to 234.
2613         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2614         use_numerical_citations with a single biblio::CiteEngine cite_engine
2615         variable.
2616         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2617
2618 2004-05-13  José Matos  <jamatos@lyx.org>
2619
2620         * converter.h:
2621         * converter.C (Converter, readFlags): add xml member.
2622         * outputparams.h: add XML flavor.
2623         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2624
2625 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2626
2627         * lyxfunc.C (dispatch):
2628         (getStatus): fix handling of LFUN_SEQUENCE
2629
2630 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2631
2632         * debug.C (showLevel): do not forget the end-of-line marker
2633
2634 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2635
2636         * kbmap.C (read): do not stop parsing a bind file when an error
2637         occurs (bug 1575)
2638
2639 2004-04-29  Angus Leeming  <leeming@lyx.org>
2640
2641         * cursor.C:
2642         * factory.C:
2643         * pariterator.C:
2644         * text2.C: wrap a bunch of #warning statements
2645         inside #ifdef WITH_WARNINGS blocks.
2646
2647 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2648
2649         * buffer.C: increment format to 233.
2650
2651 2004-04-28  Angus Leeming  <leeming@lyx.org>
2652
2653         * BufferView_pimpl.C:
2654         * lyxfunc.C:
2655         * text3.C:
2656         s/updateToolbar()/updateToolbars()/
2657         s/Toolbar.h/Toolbars.h/
2658
2659 2004-04-28  Angus Leeming  <leeming@lyx.org>
2660
2661         * BufferView.[Ch] (c-tor):
2662         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2663         No longer passes these data to the WorkArea generator.
2664
2665 2004-04-28  Angus Leeming  <leeming@lyx.org>
2666
2667         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2668
2669 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2670
2671         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2672
2673 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2674
2675         * output_latex.C (TeXEnvironment): make sure that there is a line
2676         break before \end{foo} for the last paragraph of a document
2677         (TeXOnePar): if the paragraph is at the end of the document (or
2678         inset) and the language has to be reset, then make sure that the
2679         line break is _before_ the language command, not after (fixes bug
2680         1225); also make sure that the language reset command is the first
2681         thing after the paragraph (to ensure proper nesting of
2682         environments and thus fix bug 1404)
2683
2684 2004-04-21  John Levon  <levon@movementarian.org>
2685
2686         * ToolbarBackend.h:
2687         * ToolbarBackend.C: make "name" be a programmatic name
2688         and a gui_name field.
2689
2690         * lyxfunc.C: display the minibuffer on M-x
2691
2692 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2693
2694         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2695         (bug 1526)
2696
2697 2004-04-19  Angus Leeming  <leeming@lyx.org>
2698
2699         * BufferView_pimpl.C (setBuffer): changed preview interface.
2700
2701         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2702         possible values.
2703
2704 2004-04-19  John Levon  <levon@movementarian.org>
2705
2706         * BufferView_pimpl.C:
2707         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2708
2709 2004-04-05  Angus Leeming  <leeming@lyx.org>
2710
2711         * text.C (redoParagraphs): add call to updateCounters(), thereby
2712         fixing the missing "Figure #:" label from the caption of a
2713         figure float.
2714
2715 2004-04-13  Angus Leeming  <leeming@lyx.org>
2716
2717         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2718         cursor is clicked out of an inset.
2719
2720 2004-04-13  Angus Leeming  <leeming@lyx.org>
2721
2722         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2723         than an InsetOld one.
2724
2725 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2726
2727         * format.[Ch]: add editor to Format
2728         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2729         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2730
2731 2004-04-08  André Pönitz  <poenitz@gmx.net>
2732
2733         * metricsinfo.h: remove PainterInfo::width member
2734
2735 2004-04-08  Angus Leeming  <leeming@lyx.org>
2736
2737         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2738         "\providecommand" rather than "\newcommand", thereby preventing
2739         clashes with packages that define "\boldsymbol" themselves.
2740         Eg, beamer.
2741
2742 2004-04-08  Angus Leeming  <leeming@lyx.org>
2743
2744         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2745         thereby squashing an unnecessary warning.
2746
2747 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2748
2749         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2750         setBuffer()
2751
2752 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2753
2754         * BufferView.C (setCursor): call redoParagraph (some insets could
2755         have been opened)
2756         (putSelectionAt): remove the 'double update' trick
2757
2758         * BufferView_pimpl.C (fitCursor): call refreshPar
2759         (workAreaDispatch): remove an uneeded update call
2760         (dispatch): remove some manual update calls
2761
2762         * cursor.[Ch]: remove cached_y_, updatePos
2763         (selHandle): set noUpdate when appropriate
2764
2765         * lyxfunc.C (dispatch): track if we need an update
2766
2767         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2768
2769         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2770         (paintSelection): cheap optimization, do not call cursorX when not
2771         needed
2772         (paintPars): change signature
2773         (refreshPar): add
2774         (paintText): adjust
2775         (paintTextInset): adjust
2776
2777         * text.C: adjust
2778
2779 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2780
2781         * lengthcommon.C: compilation fix: remove explicit array size from
2782         unit_name[] and friends
2783
2784 2004-04-05  Angus Leeming  <leeming@lyx.org>
2785
2786         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2787
2788         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2789         present only for the preferences dialog.
2790         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2791
2792 2004-04-05  Angus Leeming  <leeming@lyx.org>
2793
2794         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2795         to enable the frontends to export changes to lyxrc correctly.
2796
2797         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2798
2799 2004-04-07  André Pönitz  <poenitz@gmx.net>
2800
2801         * cursor.[Ch] (selClear, adjust): remove math
2802
2803         * cursor_slice.C: more agressive assert
2804
2805         * lyxfunc.C:
2806         * BufferView_pimpl.C: rework mouse event dispatch
2807
2808         * dociterator.C:
2809         * paragraph.C:
2810         * text2.C:
2811         * text3.C: adjust
2812
2813 2004-04-05  André Pönitz  <poenitz@gmx.net>
2814
2815         * cursor.[Ch] (valign, halign...): remove unneeded functions
2816
2817 2004-04-05  Angus Leeming  <leeming@lyx.org>
2818
2819         * lyxlength.[Ch] (unit_name et al.): const-correct.
2820
2821 2004-04-05  Angus Leeming  <leeming@lyx.org>
2822
2823         * BufferView_pimpl.C:
2824         * buffer.C:
2825         * counters.C:
2826         * cursor.C:
2827         * lyxfunc.C
2828         * paragraph.C:
2829         * pariterator.C:
2830         * text.C:
2831         * text2.C:
2832         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2833
2834 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2835
2836         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2837
2838 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2839
2840         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2841         * BufferView_pimpl.[Ch] (getStatus)
2842         * BufferView.[Ch] (getStatus): add
2843         * lyxfunc.C (getStatus): move lfuns handled in
2844         BufferView::dispatch to te function above
2845         * Cursor.C (setSelection): set selection() = true
2846
2847 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2848
2849         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2850
2851 2004-03-31  Angus Leeming  <leeming@lyx.org>
2852
2853         * lyxfunc.C (dispatch): Fall through to the generic
2854         Dialogs::show("preamble").
2855
2856 2004-03-31  Angus Leeming  <leeming@lyx.org>
2857
2858         * lyxfunc.C (dispatch): Fall through to the generic
2859         Dialogs::show("spellchecker").
2860
2861 2004-03-31  Angus Leeming  <leeming@lyx.org>
2862
2863         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2864         preferences dialog.
2865
2866 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2867
2868         * BufferView.C
2869         * cursor.[Ch]
2870         * dociterator.[Ch]:
2871         * insetiterator.[Ch]:
2872         * lyxfind.C:
2873         * lyxfunc.C:
2874         * pariterator.[Ch]:
2875         * text2.C:
2876         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2877
2878 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2879
2880         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2881         insets where we are putting the cursor.
2882
2883 2004-03-31  Angus Leeming  <leeming@lyx.org>
2884
2885         * lfuns.h:
2886         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2887
2888         * lyxrc.[Ch] (read, write): overloaded member functions taking
2889         a std::[io]stream arguments.
2890
2891         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2892
2893 2004-03-31  Angus Leeming  <leeming@lyx.org>
2894
2895         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2896         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2897
2898         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2899         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2900
2901 2004-03-31  Angus Leeming  <leeming@lyx.org>
2902
2903         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2904         the LFUN_ALL_INSETS_TOGGLE code.
2905
2906 2004-03-30  Angus Leeming  <leeming@lyx.org>
2907
2908         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2909         has died. Fall through to the generic Dialogs::show("document").
2910
2911 2004-03-30  Angus Leeming  <leeming@lyx.org>
2912
2913         * lfuns.h:
2914         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2915         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2916
2917         * lyxfunc.C (getStatus, dispatch): define the actions for these
2918         lfuns. Little more than a cut and pste job from ControlDocument.C
2919
2920         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2921
2922 2004-03-30  Angus Leeming  <leeming@lyx.org>
2923
2924         * lfuns.h:
2925         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2926         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2927
2928         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2929         open/closed state of ollapsable insets. Usage:
2930
2931         all-inset-toggle <state> <name>, where
2932         <state> == "open" || "closed" || "toggle" and
2933         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2934
2935         * lyxtext.h, text2.C (toggleInset): removed.
2936
2937         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2938         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2939         now passes LFUN_INSET_TOGGLE to the found inset.
2940
2941         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2942         is now invoked as "all-insets-toggle toggle branch".
2943
2944 2004-03-30  Angus Leeming  <leeming@lyx.org>
2945
2946         * dociterator.C:
2947         * insetiterator.C:
2948         * pariterator.[Ch]: added/corrected header blurb.
2949
2950 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2951
2952         * dociterator.[Ch]: add an inset_ member
2953         (backwardPos): implemented
2954         (backwardPos, forwardPos): use inset_ when the stack is empty.
2955         (doc_iterator_begin, doc_iterator_end): implemented
2956         * pariterator.[Ch]: adjust, add begin, end
2957         * insetiterator.[Ch]: adjust, add begin, end
2958         * cursor.C:
2959         * document.C:
2960         * BufferView.C:
2961         * BufferView_pimpl.C:
2962         * CutAndPaste.C: adjust
2963
2964 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2965
2966         * buffer.C: increment file format to 232.
2967         * LaTeXFeatures.C: add bibtopic package.
2968         * bufferparams.[Ch]: param \use_bibtopic.
2969
2970         * lyxrc.[Ch]: add lyxrc bibtex_command
2971         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2972
2973         * buffer.C: increment file format to 231.
2974
2975 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2976
2977         * dociterator.C: implement forwardPar
2978         * iterators.[Ch]: remove, replaced by
2979         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2980         * BufferView.C:
2981         * BufferView_pimpl.C:
2982         * CutAndPaste.C:
2983         * buffer.C:
2984         * bufferview_funcs.C:
2985         * cursor.C:
2986         * lyxfind.C
2987         * lyxfunc.C
2988         * paragraph_funcs.C
2989         * toc.C:
2990         * Makefile.am: adjust
2991
2992 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2993
2994         * CutAndPaste.C (pasteSelection): fix 2 crashes
2995         (eraseSelection): fix a crash
2996         * paragraph_funcs.C: remove a warning
2997
2998 2004-03-28  Angus Leeming  <leeming@lyx.org>
2999
3000         * lfuns.h:
3001         * LyXAction.C (init): new LFUN_PRINT.
3002
3003         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3004
3005 2004-03-27  Angus Leeming  <leeming@lyx.org>
3006
3007         * lfuns.h:
3008         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3009
3010         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3011
3012 2004-03-27  Angus Leeming  <leeming@lyx.org>
3013
3014         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3015         insetlist always contains non-null pointers to insets.
3016
3017 2004-03-26  Angus Leeming  <leeming@lyx.org>
3018
3019         * src/BufferView_pimpl.C:
3020         * src/CutAndPaste.C:
3021         * src/buffer.C:
3022         * src/iterators.C:
3023         * src/output_plaintext.C:
3024         * src/outputparams.h:
3025         * src/paragraph_funcs.C:
3026         * src/rowpainter.C:
3027         * src/text.C:
3028         * src/text2.C:
3029         * src/frontends/controllers/ControlErrorList.C:
3030         * src/frontends/gtk/FileDialogPrivate.C:
3031         * src/frontends/gtk/GPainter.C:
3032         * src/frontends/gtk/GToolbar.C:
3033         * src/frontends/qt2/QRef.C:
3034         * src/mathed/math_scriptinset.C: squash compiler warnings.
3035
3036 2004-03-26  Angus Leeming  <leeming@lyx.org>
3037
3038         * ispell.C (LaunchIspell::start):
3039         * lyx_cb.C (AutoSaveBuffer::start):
3040         invoke run(DontWait) rather than runNonBlocking().
3041
3042 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3043
3044         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3045
3046 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3047
3048         * kbsequence.C (print): adjust
3049
3050         * kbmap.C (printKeySym): rename and change signature
3051         (printKey): use LyXKeySym::print()
3052
3053 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
3054
3055         * undo.C: add using std::advance to compile for stlport
3056
3057 2004-03-24  Angus Leeming  <leeming@lyx.org>
3058
3059         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3060         it leads to a crash when no buffer is present.
3061
3062 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3063             Martin Vermeer  <martin.vermeer@hut.fi>
3064
3065         * lyxfunc.C (dispatch):
3066         * bufferparams.C (readToken): use the new LColor::setColor
3067
3068         * LColor.[Ch] (setColor): new version that takes two strings as
3069         argument and creates a new color entry if necessary
3070
3071 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3072
3073         * buffer.C (makeLaTeXFile): if the main latex file that is
3074         processed is usually a subdocument of some master, then pretend
3075         for a while that it is actually the master
3076
3077 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3078
3079         * buffer.C (getLabelList):
3080         (getBibkeyList): use getMasterBuffer()
3081         (getMasterBuffer): new method. Returns the main document in the
3082         case where one is using included documents.
3083
3084 2004-03-25  André Pönitz  <poenitz@gmx.net>
3085
3086         * Makefile.am:
3087         * iterators.[Ch]:
3088         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3089
3090         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3091
3092         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3093         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3094
3095         * ParameterStruct.h: merge with ParagraphParameters
3096
3097         * lyxtext.h: remove LyXText::parOffset() and getPar()
3098
3099         * text3.C: Remove all 'manual' update calls. We do now one per user
3100         interaction which is completely sufficient.
3101
3102         * Bidi.C:
3103         * BufferView.[Ch]:
3104         * BufferView_pimpl.C:
3105         * FontIterator.[Ch]:
3106         * MenuBackend.C:
3107         * ParagraphParameters.[Ch]:
3108         * buffer.C:
3109         * buffer.h:
3110         * bufferlist.C:
3111         * cursor.[Ch]:
3112         * cursor_slice.[Ch]:
3113         * dociterator.[Ch]:
3114         * errorlist.[Ch]:
3115         * factory.C:
3116         * lfuns.h:
3117         * lyxfind.C:
3118         * lyxfunc.C:
3119         * output_docbook.[Ch]:
3120         * output_latex.[Ch]:
3121         * output_linuxdoc.[Ch]:
3122         * output_plaintext.[Ch]:
3123         * paragraph.[Ch]:
3124         * paragraph_funcs.[Ch]:
3125         * paragraph_pimpl.[Ch]:
3126         * rowpainter.C:
3127         * tabular.[Ch]:
3128         * text.C:
3129         * text2.C:
3130         * toc.C:
3131         * undo.[Ch]: adjust
3132
3133         * frontends/controllers/ControlDocument.C:
3134         * frontends/controllers/ControlErrorList.C:
3135         * frontends/controllers/ControlSpellchecker.C:
3136         * insets/inset.C:
3137         * insets/inset.h:
3138         * insets/insetbase.h:
3139         * insets/insetbibitem.C:
3140         * insets/insetbox.C:
3141         * insets/insetbranch.C:
3142         * insets/insetcaption.C:
3143         * insets/insetcharstyle.C:
3144         * insets/insetcharstyle.h:
3145         * insets/insetcollapsable.C:
3146         * insets/insetcollapsable.h:
3147         * insets/insetert.C:
3148         * insets/insetfloat.C:
3149         * insets/insetfoot.C:
3150         * insets/insetmarginal.C:
3151         * insets/insetnote.C:
3152         * insets/insetoptarg.C:
3153         * insets/insettabular.C:
3154         * insets/insettext.C:
3155         * insets/insettext.h:
3156         * insets/insetwrap.C:
3157         * mathed/math_mboxinset.C:
3158         * mathed/math_nestinset.C:
3159         * mathed/math_scriptinset.C:
3160         * mathed/math_scriptinset.h:
3161         * support/types.h:
3162
3163 2004-03-24  Angus Leeming  <leeming@lyx.org>
3164
3165         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3166         deal with any child processes that have finished but are waiting to
3167         communicate this fact to the rest of LyX.
3168
3169 2004-03-24  Angus Leeming  <leeming@lyx.org>
3170
3171         64-bit compile fixes.
3172
3173         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3174         (c-tor): pass lyx::pos_types rather than ints.
3175
3176         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3177         lyx::pos_type.
3178
3179         * text.C (Delete): compile fix.
3180         (getPar): ensure that function declaration is the same as that in
3181         the header file.
3182
3183 2004-03-23  Angus Leeming  <leeming@lyx.org>
3184
3185         * ispell.C (LaunchIspell):
3186         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3187         a boost::shred_ptr rather than a std::auto_ptr.
3188
3189 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3190
3191         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3192         handle LFUN_FILE_INSERT_*
3193
3194         * lyxrc.C (setDefaults, getDescription, output, read):
3195         * lyxrc.h: remove ps_command
3196
3197 2004-03-22  Angus Leeming  <leeming@lyx.org>
3198
3199         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3200         Ensure that error_handler is processed once only and that all data
3201         is saved before attempting to output any warning messages.
3202
3203         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3204
3205 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3206
3207         * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
3208
3209 2004-03-19  André Pönitz  <poenitz@gmx.net>
3210
3211         * cursor.[Ch] (reset): take main text inset as argument
3212
3213         * BufferView: adjust
3214         * BufferView_pimpl.C: adjust
3215
3216         * paragraph.[Ch]: fix completely broken operator=()
3217
3218 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3219
3220         * LColor.C (getFromLyXName): make sure that the color name is used
3221         as lowercase.
3222
3223 2004-03-17  Angus Leeming  <leeming@lyx.org>
3224
3225         * lfuns.h:
3226         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3227
3228         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3229         dialog and to kill a forked process.
3230
3231 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3232
3233         * text2.C (setCursorFromCoordinates): fix font problem
3234
3235 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3236
3237         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3238         bogus "rebuild cursor" code
3239
3240 2004-03-11  André Pönitz  <poenitz@gmx.net>
3241
3242         * buffer.[Ch]: use InsetText instead of LyXText as container for
3243         the main lyx text.
3244
3245         * dociterator.[Ch]: drop the BufferView * member which is not needed
3246         anymore after the change to buffer.C
3247
3248         * paragraph_funcs.C:
3249         * text.C:
3250         * text2.C:
3251         * BufferView.[Ch]:
3252         * BufferView_pimpl.[Ch]:
3253         * cursor.[Ch]:
3254         * cursor_slice.[Ch]: adjust
3255
3256         * text3.C: fix bug in mathDispatch
3257
3258 2004-03-08  André Pönitz  <poenitz@gmx.net>
3259
3260         * undo.[Ch]: use 'StableDocumentIterator' as base for
3261         the Undo struct.
3262
3263 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3264
3265         * LaTeXFeatures.C:
3266         * bufferparams.[Ch]: add jurabib support and param.
3267
3268         * LaTeX.C: add FIXME/comment.
3269
3270 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3271
3272         * buffer.C: increment file format to 230.
3273
3274 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3275
3276         * cursor.C (dispatch): avoid infinite loops
3277
3278 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3279
3280         * rowpainter.C (paintSelection): fix x coordinates
3281
3282 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3283
3284         * text.C (rowBreakPoint): fix breaking before displayed insets
3285
3286 2004-03-01  André Pönitz  <poenitz@gmx.net>
3287
3288         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3289
3290         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3291
3292         * Makefile.am:
3293         * BufferView.C:
3294         * BufferView_pimpl.C:
3295         * buffer.C:
3296         * lyxfind.C:
3297         * lyxfunc.C:
3298         * text.C:
3299         * text2.C:
3300         * text3.C: adjust
3301
3302 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3303
3304         * lyxtext.h:
3305         * text.C:
3306         * text2.C:
3307         * rowpainter.C:
3308         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3309         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3310
3311 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3312
3313         * Bidi.[Ch] (computeTables): const correctness
3314         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3315         fill_hfill, fill_label_hfill and x from Row
3316         * lyxtext.h: prepareToPrint returns a RowMetrics
3317         * rowPainter.C: adjust
3318         * text.C (prepareToPrint): use width, not textWidth. adjust
3319         (redoParagraphInternal, cursorX): adjust
3320         * text2.C (getColumnNearX): adjust
3321         (init): put a default value to the top LyXText::width
3322
3323 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3324
3325         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3326
3327 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3328
3329         * lyxtext.h: add FontIterator class
3330
3331         * text.C (FontIterator, operator*, operator->, operator++): add
3332         (rowBreakPoint, setRowWidth): adjust (fixing a
3333         rebreaking bug)
3334
3335 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3336
3337         * BufferView_pimpl.C (workAreaDispatch): allow also
3338         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3339
3340 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3341
3342         * text.C (rowBreakPoint): fix a bug showing with very large insets
3343
3344 2004-02-25  André Pönitz  <poenitz@gmx.net>
3345
3346         * text3.C:
3347         * cursor.[Ch]: move some mathed specific code to mathed
3348
3349 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3350
3351         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3352         use_tempdir in preferences
3353         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3354         tempfile creation
3355         * lyx_main.C: ensure that tempdir is valid
3356         * lyxlex.h: correct typo
3357         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3358         * paragraph.[Ch] (isMultiLingual): make const
3359         * cursor.[Ch] (openable): make const
3360
3361 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3362
3363         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3364
3365 2004-02-20  André Pönitz  <poenitz@gmx.net>
3366
3367         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3368
3369         * cursor.[Ch]: prepare for localized getStatus()
3370
3371         * lyxtext.h:
3372         * tabular.C:
3373         * text.C:
3374         * text2.C:
3375         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3376
3377 2004-02-20  André Pönitz  <poenitz@gmx.net>
3378
3379         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3380
3381 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3382
3383         * text2.C (setCursorFromCoordinates): switch to absolute coords
3384         (cursorUp): adjust
3385         (cursorDown): adjust
3386         * text3.C (dispatch): adjust
3387
3388 2004-02-16  André Pönitz  <poenitz@gmx.net>
3389
3390         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3391           insets/ChangeLog)
3392
3393         * cursor_slice.[Ch]: remove unneeded acessor function
3394
3395         * lyxtext.h: rename rtl() to isRTL()
3396
3397         * rowpainter.C:
3398         * tabular.C:
3399         * text.C:
3400         * text2.C:
3401         * text3.C: adjust
3402
3403 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3404
3405         * rowpainter.C (paintSelection): coord fix
3406
3407 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3408
3409         * Spacing.C: compile fix
3410
3411 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3412
3413         * cursor.C (dispatch): restore current_ before returning
3414
3415 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3416
3417         * text2.C (cursorUp, cursorDown): fix coords
3418         (moveUp): fix crash
3419
3420 2004-02-12  André Pönitz  <poenitz@gmx.net>
3421
3422         * lyxtext.h:
3423         * text.C:
3424         * text2.C:
3425         * text3.C: add LCursor & parameter to most cursor movement functions
3426           remove usage of LyXText::cursorRow() and cursorPar()
3427
3428         * cursor.[Ch]: add textRow() needed members
3429
3430         * BufferView.C:
3431         * BufferView_pimpl.C:
3432         * paragraph.[Ch]:
3433         * BufferView.C:
3434         * BufferView_pimpl.C: adjust
3435
3436 2004-02-11  André Pönitz  <poenitz@gmx.net>
3437
3438         * lyxfunc.C:
3439         * BufferView.[Ch]:
3440         * BufferView_pimpl.C: shift undo/redo handling
3441
3442         * cursor.[Ch]: fix mathed crash
3443
3444         * lyxfind.C:
3445         * lyxtext.h: move selectionAsText to LCursor
3446
3447         * output_latex.C:
3448         * paragraph.C:
3449         * text.C:
3450         * text2.C:
3451         * text3.C: adjust
3452
3453         * rowpainter.C: fix excessive drawing
3454
3455 2004-02-06  André Pönitz  <poenitz@gmx.net>
3456
3457         * BufferView.[Ch]:
3458         * BufferView_pimpl.[Ch]:
3459         * text3.C: move some text specific LFUN handling
3460
3461 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3462
3463         * text3.C (checkInsetHit): adjust coords
3464         * text2.C (getColumnNearX): adjust coords
3465         (edit): adjust coords
3466         * text.C (getRowNearY): add two asserts
3467
3468 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3469
3470         * converter.C:
3471         * format.C: add using std::distance to compile on gcc 2.95/stlport
3472
3473 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3474
3475         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3476
3477 2004-02-04  André Pönitz  <poenitz@gmx.net>
3478
3479         * BufferView.[Ch] (insertInset):
3480         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3481
3482         * text2.C:
3483         * text3.C: adjust
3484
3485 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3486
3487         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3488         on the default clause of the switch
3489         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3490         wasn't catched by LCursor::dispatch
3491
3492 2004-02-03  André Pönitz  <poenitz@gmx.net>
3493
3494         * BufferView.C:
3495         * cursor.[Ch]: some additional asserts
3496
3497         * undo.[Ch]: remove LyXText dependency in interface
3498
3499         * lyxfunc.C: adjust
3500
3501         * lyxtext.h (firstPar, lastPar): remove dead functions
3502
3503         * text.C:
3504         * text2.C:
3505         * text3.C:
3506         * paragraph.[Ch]: adjust
3507
3508 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3509
3510         * lyxfind.C (find): fix argument order in call to ::find
3511
3512 2004-02-02  André Pönitz  <poenitz@gmx.net>
3513
3514         * cursor.[Ch]: remove direct access to anchor
3515
3516         * text.C: remove findText() hack
3517
3518 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3519
3520         * iterators.[Ch] (lockPath): remove in favour of...
3521         * BufferView.[Ch] (setCursor): this addition
3522         * BufferView.C (putSelectionAt): adjust
3523         * undo.C (performUndoOrRedo): adjust
3524         * lyxfunc.C (dispatch): adjust
3525
3526 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3527
3528         * iterators.C (lockPath): add a missing slice
3529         * undo.C (performUndoOrRedo): remove redundant positioning code
3530
3531 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3532
3533         * vc-backend.C (scanMaster): ";" -> ';'
3534
3535 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3536
3537         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3538         std::binary_function
3539
3540         * lyxtextclass.C (compare_name): rename to...
3541         (LayoutNamesEqual): ...this
3542
3543         * lyxlex_pimpl.C (compare_tags): inherit from
3544         std::binary_function, put back into anon namespace
3545
3546         * lyxfind.C (MatchString): inherig from std::binary_function
3547         (findChange): use empty() istead of !size()
3548
3549         * format.C (FormatNamesEqual): new functor
3550         (getFormat): use it
3551         (getNumber): use it
3552         (add): use it
3553         (erase): use it
3554         (setViewer): use it
3555
3556         * converter.C (compare_Converter): rename to...
3557         (ConverterEqual): ...this, and fixup a bit.
3558         (getConverter): use it, and make function const
3559         (getNumber): use it, and make function const
3560         (add): use it
3561         (erase): use it:
3562
3563         * bufferlist.C: add using boost::bind
3564
3565         * MenuBackend.C (MenuNamesEqual): new functor
3566         (hasMenu): use it, and make function const
3567         (hasSubmenu): use nested bind to get rid of compare_memfun.
3568
3569 2004-01-30  André Pönitz  <poenitz@gmx.net>
3570
3571         * BufferView_pimpl.C:
3572         * cursor.C:
3573         * cursor.h:
3574         * cursor_slice.[Ch]:
3575         * lyxfunc.C:
3576         * lyxtext.h:
3577         * paragraph_funcs.C:
3578         * paragraph_funcs.h:
3579         * rowpainter.C:
3580         * text.C:
3581         * text2.C:
3582         * text3.C: move some of the edit(x,y) handling to the insets
3583         some coordinate changes.
3584
3585 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3586
3587         * text.C: add using statements for std::advance and std::distance
3588
3589         * paragraph.C: add using statement for std::distance
3590
3591         * lyxfind.C: add using statement for std::advance
3592
3593         * cursor.C (region): remove std:: from swap
3594         (openable): use nucleus in stead of operator->
3595
3596         * BufferView.C: add using statements for std::distance and std::swap
3597
3598 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3599
3600         * iterators.C: Remove the pimple, move the needed structures to
3601         the header file. Create accessor for the positions stack.
3602         (asPosIterator): remove function
3603
3604         * PosIterator.C (PosIterator): move constructors to top of file
3605         (PosIterator): reimplement the constructor taking a ParIterator in
3606         terms of setFrom.
3607         (setFrom): new function
3608         (operator!=): inline it
3609
3610 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3611
3612         * lyxfind.C (replaceAll): use std::advance
3613
3614         * iterators.h: inherit from std::iterator.
3615
3616         * PosIterator.C (advance, distance): remove
3617         * PosIterator.h: interit from std::iterator.
3618
3619 2004-01-26  André Pönitz  <poenitz@gmx.net>
3620
3621         * BufferView.[Ch]:
3622         * BufferView_pimpl.[Ch]:
3623         * InsetList.[Ch]:
3624         * PosIterator.[Ch]:
3625         * buffer.h:
3626         * bufferview_funcs.C:
3627         * cursor.[Ch]:
3628         * cursor_slice.h:
3629         * factory.[Ch]:
3630         * iterators.[Ch]:
3631         * lyxfind.C:
3632         * lyxfunc.C:
3633         * lyxtext.h:
3634         * output_docbook.C:
3635         * output_latex.C:
3636         * output_linuxdoc.C:
3637         * output_plaintext.C:
3638         * paragraph.[Ch]:
3639         * paragraph_funcs.[Ch]:
3640         * paragraph_pimpl.[Ch]:
3641         * rowpainter.C:
3642         * tabular.C:
3643         * tabular.h:
3644         * text.C:
3645         * text2.C:
3646         * text3.C: more IU:  dumps most of the rest of the mathcursor
3647     implementation into cursor.[Ch]; "globalize" a bit of it.
3648
3649 2004-01-25  Angus Leeming  <leeming@lyx.org>
3650
3651         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3652
3653 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3654
3655         * LaTeXFeatures.h: add nice_ and nice() const
3656         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3657
3658 2004-01-20  André Pönitz  <poenitz@gmx.net>
3659
3660         * BufferView.[Ch]:
3661         * BufferView_pimpl.C:
3662         * PosIterator.C:
3663         * bufferview_funcs.C:
3664         * cursor.[Ch]:
3665         * cursor_slice.[Ch]:
3666         * factory.C:
3667         * iterators.C:
3668         * lyx_cb.C:
3669         * lyxfind.C:
3670         * lyxfunc.C:
3671         * lyxtext.h:
3672         * rowpainter.C:
3673         * text.C:
3674         * text2.C:
3675         * text3.C:
3676         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3677           LCursor and mathcursor parts to LCursor and InsetBase.
3678
3679 2004-01-15  André Pönitz  <poenitz@gmx.net>
3680
3681         * cursor_slice.[Ch]: add a few covienience functions
3682
3683         * funcrequest.[Ch]: remove BufferView * member
3684
3685         * BufferView_pimpl.C:
3686         * cursor.C:
3687         * factory.[Ch]:
3688         * lyxfind.[Ch]:
3689         * lyxfunc.C:
3690         * lyxtext.h:
3691         * text3.C:
3692         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3693
3694 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3695
3696         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3697         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3698
3699 2004-01-13  André Pönitz  <poenitz@gmx.net>
3700
3701         * textcursor.[Ch]:
3702         * lyxtext.h: hide cursor and selection anchor behind accessor function
3703
3704         * BufferView.C:
3705         * BufferView_pimpl.[Ch]:
3706         * PosIterator.C:
3707         * bufferview_funcs.C:
3708         * cursor.h:
3709         * lyxfind.C:
3710         * lyxfunc.C:
3711         * text.C:
3712         * text2.C:
3713         * text3.C:
3714         * undo.C: adjust
3715
3716         * cursor.h:
3717         * cursor_slice.[Ch]: some integer type changes for inset unification
3718
3719         * lyxcursor.[hC]: remove, it's CursorSlice now.
3720
3721         * Makefile.am:
3722         * BufferView_pimpl.[Ch]:
3723         * bufferview_funcs.C:
3724         * cursor_slice.C:
3725         * lyxtext.h:
3726         * text.C:
3727         * text2.C:
3728         * text3.C:
3729         * textcursor.[Ch]: adjust
3730
3731 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3732
3733         * text2.C (undoSpan): add and use
3734         * text.C (breakParagraph): use undoSpan (fix bug 578)
3735         * lyxtext.h: adjust
3736
3737 2004-01-08  Angus Leeming  <leeming@lyx.org>
3738
3739         * BufferView_pimpl.C (MenuInsertLyXFile):
3740         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3741         * lyxfunc.C (menuNew, open, doImport):
3742         FileFilterList change to the FileDialog open and save functions.
3743
3744 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3745
3746         * ShareContainer.h: make isEqual and isUnique adaptable
3747
3748         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3749
3750 2004-01-07  Angus Leeming  <leeming@lyx.org>
3751
3752         * LyXAction.C:
3753         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3754
3755         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3756
3757         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3758         functions replacing find, replace and replaceAll.
3759
3760         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3761         LFUN_WORDFIND(FORWARD|BACKWARD).
3762
3763 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3764
3765         * text.C (breakParagraph): remove an outdated #warning
3766
3767 2004-01-07  André Pönitz  <poenitz@gmx.net>
3768
3769         * lyxfind.C: somewhat clearer logic
3770
3771         * text.C: prevent crash in cursorX on unitialized row cache
3772
3773 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3774
3775         * lyxcursor.[Ch] (operator>): add
3776         * textcursor.C (selStart, selEnd): use std::min and std::max
3777
3778 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3779
3780         * Chktex.C: include boost/format.hpp
3781
3782 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3783
3784         * InsetList.C: replace functor MathcIt with adaptable functor
3785         InsetTablePosLess
3786         (insetIterator): modify accordingly
3787
3788         * BranchList.h: move the BranchNamesEqual functor here from...
3789         * BranchList.C: ... to here
3790
3791         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3792         SameName and match.
3793         (add): replace a finding loop with std::find_if.
3794
3795 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3796
3797         * output_docbook.C: moving LatexParam functionality into
3798         .layout files
3799
3800 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3801
3802         * buffer.C: increment format to 229.
3803
3804 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3805
3806         * LaTeXFeatures.C:
3807         * lyx_sty.[Ch]: remove minipageindent_def
3808
3809         * LyXAction.C:
3810         * factory.C:
3811         * lfuns.h:
3812         * lyxfunc.C:
3813         * text3.C: remove LFUN_INSET_MINIPAGE
3814
3815 2003-12-28  Angus Leeming  <leeming@lyx.org>
3816
3817         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3818
3819 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3820
3821         * text2.C (setParagraph): fix off-by-one crash
3822
3823 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3824
3825         * output_docbook.C: header stuff for AGU
3826
3827 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3828
3829         * text2.C (redoCursor): remove
3830         * text.C:
3831         * text3.C:
3832         * BufferView_pimpl.C: remove calls to redoCursor and
3833         setCursor(cursor.par(), cursor.pos()) all around
3834
3835 2003-12-15  Angus Leeming  <leeming@lyx.org>
3836
3837         * buffer.C: up the format to 228.
3838
3839 2003-12-15  André Pönitz  <poenitz@gmx.net>
3840
3841         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3842         slices
3843
3844         * Makefile.am:
3845
3846         * BufferView_pimpl.C:
3847         * cursor.[Ch]:
3848         * lyxcursor.[Ch]:
3849         * rowpainter.[Ch]:
3850         * lyxtext.h:
3851         * text.C:
3852         * text2.C:
3853         * text3.C: adjust
3854
3855 2003-12-15  Angus Leeming  <leeming@lyx.org>
3856
3857         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3858         than getFromGUIName to manipulate the color.
3859
3860 2003-12-14  Angus Leeming  <leeming@lyx.org>
3861
3862         * BranchList.[Ch]: minimize the API.
3863         (Branch::getBranch, getColor): now return a 'const &'.
3864         (Branch::setSelected) now returns a bool set to true if the
3865         selection status changes.
3866         (BranchList::clear, size, getColor, setColor, setSelected,
3867         allBranches, allSelected, separator): removed.
3868         (BranchList::find): new functions, returning the Branch with
3869         the given name.
3870         (BranchList::add, remove): return a bool indicating that
3871         the operation was successful.
3872
3873         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3874         new InsetBranch::isBranchSlected member function.
3875
3876         * LColor.[Ch]: mimimize the API.
3877         (fill): renamed as addColor and made private.
3878         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3879         versions of these functions taking a string arg have been removed.
3880
3881         * bufferparams.C (readToken):
3882         * lyxfunc.C (dispatch):
3883         * lyxrc.C (read): changes due to the altered BranchList and
3884         LColor APIs.
3885
3886         * factory.C (createInset, readInset): changes due to altered
3887         InsetBranch c-tor.
3888
3889 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3890
3891         * factory.C:
3892         * lyxfunc.C: remove insetminipage. "minipage-insert"
3893         now produces a frameless minipage box inset.
3894
3895 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3896
3897         * textcursor.[Ch] (selStart,selEnd): add new methods
3898         remove selection::start, end, use LyXCursor::operator<
3899         * lyxcursor.[Ch] (operator<): add
3900         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3901         * BufferView.[Ch] (unsetXSel): add
3902         * text2.C (clearSelection): use unsetXSel,adjust
3903         * text.C: adjust
3904         * text3.C: adjust
3905         * rowpainter.C: adjust
3906         * bufferview_funcs.C (put_selection_at): adjust
3907
3908 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3909
3910         * BufferView_pimpl.C: small coord. correction
3911
3912 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3913
3914         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3915         dragging over the splash screen.
3916
3917 2003-12-11  Angus Leeming  <leeming@lyx.org>
3918
3919         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3920         as it is now handled in LyXText::dispatch.
3921
3922         * text3.C (doInsertInset): remove a level of nesting.
3923
3924 2003-12-11  Angus Leeming  <leeming@lyx.org>
3925
3926         * factory.C (createInset): changes due to the changed interface to
3927         InsetCommandMailer::string2params.
3928
3929 2003-12-10  Angus Leeming  <leeming@lyx.org>
3930
3931         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3932         'dialog-show-new-inset <inset name>'
3933
3934 2003-12-10  Angus Leeming  <leeming@lyx.org>
3935
3936         * buffer.C: up the format to 227.
3937
3938         * factory.C: the box inset is now identified simply by 'Box'.
3939
3940 2003-12-10  Angus Leeming  <leeming@lyx.org>
3941
3942         * buffer.C: up the format to 226.
3943
3944         * factory.C: the note inset is now identified simply by 'Note'.
3945
3946 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3947
3948         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3949         when a pit is enough. Standarize a couple of loops.
3950
3951 2003-12-05  Angus Leeming  <leeming@lyx.org>
3952
3953         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3954         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3955         data to the re-worked "log" dialog.
3956
3957 2003-12-03  André Pönitz  <poenitz@gmx.net>
3958
3959         * PosIterator.C:
3960         * iterators.C:
3961         * lyxtext.h:
3962         * output_latex.C:
3963         * paragraph_funcs.C:
3964         * text.C:
3965         * text2.C: use Inset::getText instead of Inset::getParagraph
3966
3967 2003-12-03  André Pönitz  <poenitz@gmx.net>
3968
3969         * buffer.[Ch]:
3970         * lyxtext.h:
3971         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3972         InsetText::read() as LyXText::read()
3973
3974 2003-12-02  Angus Leeming  <leeming@lyx.org>
3975
3976         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3977         type. Add a comment in the implementation that the function uses
3978         the stream's bad() function rather than fail() as the std::streams
3979         would do.
3980
3981 2003-12-02  André Pönitz  <poenitz@gmx.net>
3982
3983         * lyxlex.[Ch]: make interface more similar to std::stream
3984
3985         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3986
3987 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3988
3989         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3990
3991 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3992
3993         * vspace.[Ch]: remove VSpace::NONE
3994
3995 2003-12-01  André Pönitz  <poenitz@gmx.net>
3996
3997         * buffer.[Ch]:
3998         * lyxtext.h: move ParagraphList member to LyXText
3999         rename LyXText::ownerParagraphs to LyXText::paragraph
4000
4001         * CutAndPaste.C:
4002         * bufferview_funcs.C:
4003         * iterators.[Ch]:
4004         * lyx_cb.C:
4005         * paragraph.C:
4006         * rowpainter.C:
4007         * tabular.C:
4008         * text.C:
4009         * text2.C:
4010         * text3.C: adjust
4011
4012         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4013
4014         * undo.C: fix cursor positioning
4015
4016 2003-12-01  John Levon  <levon@movementarian.org>
4017
4018         * BufferView_pimpl.C: fix a crash on exit with
4019         a buffer open
4020
4021 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
4022
4023         * BranchList.C: fix setSelected() method.
4024
4025 2003-11-28  André Pönitz  <poenitz@gmx.net>
4026
4027         * ParagraphParameters.[Ch]:
4028         * ParameterStruct.h: remove space above/below from Paragraph to
4029          InsetVSpace
4030
4031         * BufferView_pimpl.C:
4032         * factory.C:
4033         * lyxfunc.C:
4034         * lyxtext.h:
4035         * output_latex.C:
4036         * paragraph.C:
4037         * paragraph_funcs.C:
4038         * rowpainter.[Ch]:
4039         * text.C:
4040         * text2.C:
4041         * text3.C: adjust
4042
4043 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
4044
4045         * factory.C: Syntax change for CharStyles
4046
4047 2003-11-28  André Pönitz  <poenitz@gmx.net>
4048
4049         * BufferView.[Ch]:
4050         * BufferView.[Ch]:
4051         * buffer.[Ch]:
4052         * buffer.[Ch]: move LyXText member
4053
4054 2003-11-28  André Pönitz  <poenitz@gmx.net>
4055
4056         * BufferView.[Ch]: make LyXText * text a private member
4057
4058         * BufferView_pimpl.C:
4059         * cursor.C:
4060         * iterators.C:
4061         * lyx_cb.C:
4062         * lyxfind.C:
4063         * lyxtext.h:
4064         * rowpainter.[Ch]:
4065         * text.C:
4066         * text2.C:
4067         * undo.C: adjust
4068
4069         * output_plaintext.C: cleanup
4070
4071 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4072
4073         * buffer.C:
4074         * lyxtextclass.[Ch]: parametrize SGML document header
4075
4076 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
4077
4078         * converter.[Ch]:
4079         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4080         getFlavor().
4081
4082 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
4083
4084         * text2.C (setFont): rework using PosIterator (no more recursive)
4085         (setCharFont): no more needed
4086         (setLayout): no more selection cursors fiddling (done by redoCursor)
4087         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4088         destroy remaining ones)
4089
4090 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4091
4092         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4093         * lyxtext.h: ditto
4094         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4095         selection cursors
4096         * lyxfunc.C: adjust
4097         * text3.C: adjust + re-allow multi par depth changes
4098         * textcursor.C: simplify a bit
4099
4100 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4101
4102         * src/buffer.C:
4103         * src/lyxlayout.C:
4104         * src/lyxlayout.h:
4105         * src/lyxtext.h:
4106         * src/output_docbook.C:
4107         * src/output_latex.C:
4108         * src/paragraph.C:
4109         * src/paragraph.h:
4110         * src/sgml.C:
4111         * src/sgml.h:
4112         * src/text2.C: Introducing a number of tags parametrizing various
4113         XML formats that we may want to support
4114
4115 2003-11-25  André Pönitz  <poenitz@gmx.net>
4116
4117         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4118
4119         * lyxtext.h (leftMargin/rightMargin): simplify interface
4120
4121         * rowpainter.C:
4122         * text.C:
4123         * text2.C:
4124         * text3.C: adjust
4125
4126 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4127
4128         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4129         master file to any child files. Fixes bug 546.
4130
4131 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4132
4133         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4134
4135 2003-11-24  André Pönitz  <poenitz@gmx.net>
4136
4137         * rowpainter.C: simplification
4138
4139         * text2.C (updateCounters): remove call to redoParagraph on
4140         changed labels as this is far too expensive.
4141
4142 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4143
4144         * converter.C (convert): fix a crash: this function gets
4145         called with buffer == 0 from importer code.
4146
4147 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4148
4149         * text3.C (cursorPrevious): make sure that we do not compare
4150         iterators form different containers.
4151         (cursorNext): ditto
4152
4153         * rowpainter.C (paintSelection): make sure that we do not compare
4154         iterators from different containers.
4155
4156         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4157         iterators from different ParagraphList containers.
4158         [NEXT] ditto
4159
4160         * text2.C (LyXText): change order of initialization slightly
4161         (operator=): new function. copy all variables except cache_par_
4162         (moveUp): make sure that we do not compare iterators from
4163         different ParagraphList constainers.
4164         (moveDown): ditto
4165
4166         * text.C (firstPar): new function
4167         (lastPar): new function
4168         (endPar): new function
4169
4170         * lyxtext.h: move things around and group public functions, public
4171         variables, private functions, private variables
4172
4173 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4174
4175         * factory.C: change call to InsetERT constructor to avoid
4176         additional invocation of method status
4177         * text2.C (toggleInset): remove redundant update() call
4178         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4179         instead of a Bufferview pointer
4180
4181 2003-11-21  André Pönitz  <poenitz@gmx.net>
4182
4183         * rowpainter.C: simplification
4184
4185 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4186
4187         * text3.C (dispatch): make possible to extend a word/row selection
4188         with the mouse
4189
4190 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4191
4192         * lyxtext.h: x0_,y0_ -> xo_,yo_
4193         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4194         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4195         * rowpainter.C (paintRows): paint full paragraphs
4196
4197 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4198
4199         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4200         screen coordinates)
4201
4202 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4203
4204         * lyxtext.h: add x0_, y0_
4205         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4206         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4207
4208 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4209
4210         * text2.C (setCursorIntern): move the x_target update here *
4211         * text3.C: change some bv() to true/false in calls to
4212         cursorUp/Down/Right/Left
4213         * cursor.C: use helper function.
4214
4215 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4216
4217         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4218         * paragraph_funcs.[Ch]: correct comment
4219         * rowpainter.C: do not paint selections away from bv->cursor()
4220         Fix a long standing selection painting bug.
4221         * text3.C: generalize mouse-selection code to LyXTexts other that
4222         top one
4223         * textcursor.C: do not use y coords if we can use par offsets
4224
4225 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4226
4227         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4228         cursor position after e.g. inset insert)
4229
4230 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4231
4232         * lyxfind.C (replace): adjust to locking removal + some
4233         code simplification
4234
4235 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4236
4237         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4238         of the path
4239
4240 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4241
4242         * lyxlayout.[Ch]:
4243         * output_docbook.C: XML sanitation: new layout
4244         parameters InnerTag and CommandDepth
4245
4246 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4247
4248         * BufferView_pimpl.C:
4249         * factory.C:
4250         * text3.C: Fix the insertion and modification of button-style
4251         insets
4252
4253 2003-11-13  André Pönitz  <poenitz@gmx.net>
4254
4255         * InsetList.[Ch]: remove deleteLyXText
4256
4257         * paragraph.[Ch]: cache beginOfBody position
4258
4259         * Bidi.C:
4260         * text.C:
4261         * text2.C:
4262         * text3.C: remove superfluous update() calls
4263
4264         * vspace.C: cleanup
4265
4266 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4267
4268         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4269         * BufferView.C (fitLockedInsetCursor): remove
4270         * cursor.[Ch] (getDim): add
4271         * text.C (getRowNearY): add faster version
4272         * text3.C: remove some update calls
4273
4274 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4275
4276         * LaTeXFeatures.C:
4277         * LyXAction.C:
4278         * MenuBackend.C:
4279         * MenuBackend.h:
4280         * dispatchresult.h:
4281         * factory.C:
4282         * lfuns.h:
4283         * lyxfunc.C:
4284         * lyxtextclass.C:
4285         * lyxtextclass.h:
4286         * text3.C: The Character Style /XML short element patch.
4287
4288 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4289
4290         * text3.C:
4291         * factory.C: Small step to solving 'unable to insert some insets'
4292         problem
4293
4294 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4295
4296         * cursor.[Ch] (updatePos): new function for updating the y
4297         position of the tip inset
4298         * bufferview_funcs.C (put_selection_at):
4299         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4300
4301 2003-11-11  André Pönitz  <poenitz@gmx.net>
4302
4303         * text.C: remove big comment on invalid Paragraph pointers as it is
4304         not valid anymore
4305
4306 2003-11-11  André Pönitz  <poenitz@gmx.net>
4307
4308         * text_funcs.[Ch]: merge with ...
4309
4310         * text.C: ... this
4311
4312         * lyxtext.h:
4313         * text2.C:
4314         * text3.C: adjust
4315
4316         * Makefile.am: remove text_funcs.[Ch]
4317
4318 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4319
4320         * cursor.C (getPos): return absolute cached y coord
4321
4322         * BufferView_pimpl.C (fitCursor): new simplistic code
4323         (workAreaDispatch): add a fitCursor call
4324
4325 2003-11-10  André Pönitz  <poenitz@gmx.net>
4326
4327         * BufferView.[Ch]:
4328         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4329
4330 2003-11-10  André Pönitz  <poenitz@gmx.net>
4331
4332         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4333         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4334         indicate that the cursor needs to leave an inset
4335
4336         * lyxtext.h: remove inset locking
4337
4338         * cursor.[Ch]: re-implement functionality provided by inset locking
4339
4340         * BufferView.[Ch]:
4341         * BufferView_pimpl.[Ch]:
4342         * LyXAction.C:
4343         * bufferview_funcs.[Ch]:
4344         * factory.C:
4345         * funcrequest.[Ch]:
4346         * iterators.C:
4347         * lyx_cb.C:
4348         * lyxfind.C:
4349         * lyxfunc.C:
4350         * text.C:
4351         * text2.C:
4352         * text3.C:
4353         * undo.C: adjust
4354
4355 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4356
4357         * PosIterator.[Ch]: replace the stack with a vector, add inset
4358         accesor
4359         * iterators.[C]: adjust
4360
4361 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4362
4363         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4364         replaced
4365         * paragraph_funcs.C (readParToken): put the correct id in the
4366         error item, not the id of the top paragraph
4367
4368 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4369
4370         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4371         * bufferview_funcs.C (put_selection_at): use the above
4372
4373 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4374
4375         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4376
4377 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4378
4379         * output_linuxdoc.h:
4380         * output_plaintext.h:
4381         * output.h:
4382         * output_docbook.h: add #include statements
4383
4384 2003-11-05  José Matos  <jamatos@lyx.org>
4385
4386         * output_docbook.[Ch]:
4387         * output_latex.[Ch]:
4388         * output_linuxdoc.[Ch]:
4389         * output_plaintext.[Ch]: New files for output formats.
4390         * output.[Ch]: New file for helper functions.
4391
4392         * buffer.[Ch]:
4393         * paragraph_funcs.[Ch]: output functions moved to new files.
4394
4395         * outputparams.h: rename of latexrunparams.h
4396
4397         * LaTeX.[Ch]:
4398         * buffer.[Ch]:
4399         * bufferlist.[Ch]:
4400         * converter.[Ch]:
4401         * exporter.C:
4402         * paragraph.[Ch]:
4403         * paragraph_funcs.[Ch]:
4404         * paragraph_pimpl.[Ch]:
4405         * tabular.[Ch]: rename ascii to plaintext
4406         and LatexRunParams to OutputParams.
4407
4408 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4409
4410         * iterators.[Ch] (text): require bv argument
4411         * undo.C (recordUndo):
4412         * lyxfunc.C (dispatch):
4413         * bufferview_funcs.C (put_selection_at): adjust
4414
4415 2003-11-05  Jo� Luis M. Assirati  <assirati@fma.if.usp.br>
4416
4417         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4418
4419 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4420
4421         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4422         nestings
4423
4424 2003-11-04  André Pönitz  <poenitz@gmx.net>
4425
4426         * cursor.[Ch]: restructure
4427
4428         * BufferView.[Ch]:
4429         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4430
4431         * iterators.[Ch] (asCursor): remove
4432
4433         * lfuns.h: remove LFUN_INSET_EDIT
4434
4435         * lyxfunc.C:
4436         * tabular.C:
4437         * text.C:
4438         * text2.C:
4439         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4440
4441 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4442
4443         * lyxfind.[Ch]: complete overhaul
4444         * BufferView_pimpl.C:
4445         * lyxfunc.C: adjust
4446         * paragraph.[Ch] (insert): add
4447
4448 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4449
4450         * BufferView.[Ch]:
4451         * lyxtext.h:
4452         * text.C: remove dead spellcheck code
4453
4454 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4455
4456         * dispatchresult.h: add a val setter
4457
4458         * cursor.C (dispatch): use a tempvar for data_[i]
4459
4460 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4461
4462         * PosIterator.[Ch]: compile fix
4463
4464 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4465
4466         * text.C (cursorPar): deactivate the cursor cache
4467
4468 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4469
4470         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4471
4472 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4473
4474         * text3.C (dispatch): adjust for new DisptchResult semantics.
4475
4476         * lyxfunc.C (dispatch): handle update when return from
4477         Cursor::dispatch, adjust for new DispatchResult semantics.
4478
4479         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4480         DispatchResult(true) mean to not update. Add class functions for
4481         setting dispatched and update, as well as reading.
4482
4483         * cursor.C (dispatch): don't handle update here
4484
4485 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4486
4487         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4488         * trans_mgr.C: adjust
4489
4490         * paragraph_funcs.C (readParToken): exception safety
4491
4492         * lyxvc.h: store the vcs pointer in a scoped_ptr
4493         * lyxvc.C: adjust
4494
4495         * lyxsocket.C (serverCallback): exception safety
4496
4497         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4498
4499         * ispell.C (clone): make it return a auto_ptr
4500
4501         * factory.C (createInset): exception safety
4502         (readInset): exception safety
4503
4504         * bufferlist.C (newBuffer): exception safety
4505
4506         * Thesaurus.C (Thesaurus): use initialization for aik_
4507
4508         * MenuBackend.C (expandToc): exception safety.
4509
4510 2003-11-03  André Pönitz  <poenitz@gmx.net>
4511
4512         * buffer.C:
4513         * buffer.h:
4514         * bufferview_funcs.C: remove getInsetFromId()
4515
4516         * lyxcursor.[Ch]:
4517         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4518
4519         * lyxfunc.C:
4520         * text2.C:
4521         * text3.C: adjust
4522
4523 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4524
4525         * PosIterator.C (distance, advance): new
4526         * bufferview_funcs.[Ch] (put_selection_at): new
4527         * iterators.[Ch] (lockPath): new
4528
4529 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4530
4531         * iterators.[Ch] (asPosIterator): added
4532         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4533         * PosIterator.[Ch]: added
4534
4535 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4536
4537         * text3.C:
4538         * lyxfunc.C:
4539         * cursor.C (dispatch):
4540         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4541
4542         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4543         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4544         contructor, add a class function dispatched. Remove operator>=
4545
4546 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4547
4548         * debug.C: only use the default constructor for debugstream
4549         (lyxerr) here.
4550
4551         * main.C (main): include debug.h and setup the lyxerr streambuf
4552         here.
4553
4554 2003-10-31  José Matos  <jamatos@lyx.org>
4555
4556         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4557
4558         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4559         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4560         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4561         * paragraph_pimpl.C (simpleTeXSpecialC):
4562         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4563         add LatexRunParams argument.
4564
4565         * exporter.C (Export): change call accordingly.
4566
4567         * latexrunparams.h: add new member to take care of the other backends.
4568 2003-10-30  José Matos  <jamatos@lyx.org>
4569
4570         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4571         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4572         factorise code for paragraph output.
4573         * buffer.[Ch]:
4574         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4575         move functions.
4576
4577 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4578
4579         * text3.C (dispatch):
4580         * lyxfunc.C (dispatch):
4581         * cursor.C (dispatch):
4582         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4583
4584         * dispatchresult.h: make the dispatch_result_t ctor explicit
4585
4586 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4587
4588         * sgml.[Ch]:
4589         * buffer.C: small refactoring of docbook stuff
4590
4591 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4592
4593         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4594         meaning.
4595
4596 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4597
4598         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4599         operator dispatch_result_t, and operators for == != and >=
4600
4601         * cursor.C (dispatch): adjust for operator dispatch_result_t
4602         removal. comment out call to update
4603
4604         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4605
4606 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4607
4608         * text3.C:
4609         * text2.C:
4610         * text.C:
4611         * lyxtext.h:
4612         * lyxfunc.C:
4613         * cursor.C:
4614         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4615         (dispatch):
4616
4617         * dispatchresult.h: new file, DispatchResult broken out of
4618         insets/insetbase.h
4619
4620         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4621
4622 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4623
4624         * text.C (rowBreakPoint): put a hack inside #if 0
4625
4626 2003-10-28  André Pönitz  <poenitz@gmx.net>
4627
4628         * lyxtext.h:
4629         * metricsinfo.C:
4630         * paragraph_funcs.C:
4631         * rowpainter.C:
4632         * text.C:
4633         * text2.C: general cleanup (lots of small stuff)
4634
4635 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4636
4637         * text2.C (cursorEnd): simple fix to the "end key goes to one
4638         before the end on last row" bug
4639
4640 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4641
4642         * text.C (backspace): fix the "zombie characters"
4643
4644 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4645
4646         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4647
4648 2003-10-27  André Pönitz  <poenitz@gmx.net>
4649
4650         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4651
4652         * factory.C: handle new InsetPagebreak, InsetLine
4653
4654         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4655         and move handling into new InsetPagebreak, InsetLine
4656
4657         * BufferView_pimpl.C:
4658         * LyXAction.C:
4659         * ParagraphParameters.C:
4660         * ParameterStruct.h:
4661         * lyxfunc.C:
4662         * lyxtext.h:
4663         * paragraph.C:
4664         * paragraph.h:
4665         * paragraph_funcs.C:
4666         * paragraph_pimpl.C:
4667         * rowpainter.C:
4668         * text.C:
4669         * text2.C:
4670         * text3.C: adjust
4671
4672 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4673
4674         * text.C:
4675         * lyxrow_funcs.[Ch]:
4676         * Bidi.C:
4677         * paragraph.C:
4678         * lyxtext.h:
4679         * rowpainter.C:
4680         * text2.C:
4681         * text3.C: remove lastPos uses in favour of Row::endpos
4682
4683 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4684
4685         * undo.C (performUndoOrRedo): fix two crashes by setting a
4686         cursor by hand and reordering some calls. Use bv->lockInset instead
4687         of inset->edit because the latter loses cursor information
4688
4689 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4690
4691         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4692         by Martin
4693         (rowBreakPoint): fix width. change point to point + 1.
4694         Add a missing check.
4695
4696 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4697
4698         * MenuBackend.C:
4699         * lyxfunc.C: fix (at least partly) the problems
4700         with the Nav menu and headers inside branch insets
4701         reported by Kayvan
4702
4703 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4704
4705         * paragraph.C (getChar): add strong asserts
4706
4707         * lyxrow_funcs.C (lastPos): remove hideous hack
4708
4709         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4710         (fill): adjust to that (avoid an infinite loop)
4711
4712 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4713
4714         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4715
4716 2003-10-23  André Pönitz  <poenitz@gmx.net>
4717
4718         * RowList_fwd.h: change list<> to vector<> to gain speed
4719         after suggestion from Alfredo
4720
4721 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4722
4723         * lyxtext.h: move the bidi stuff from here...
4724         * text.C: and here
4725         * text2.C: and here
4726         * Bidi.[Ch]: ... to here
4727
4728 2003-10-23  André Pönitz  <poenitz@gmx.net>
4729
4730         * lyxtext.h:
4731         * text.C (isLastRow, isFirstRow): new functions
4732
4733         * paragraph.h: new width cache member
4734
4735         * rowpainter.C: replace RowList::iterator with Row & where possible
4736
4737         * lyxfunc.C: replace several view()->text with a single call
4738
4739         * toc.C: fix 'unused' warning
4740
4741 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4742
4743         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4744         when woring with stream::pos_type
4745         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4746
4747 2003-10-22  André Pönitz  <poenitz@gmx.net>
4748
4749         * lyxtext.h:
4750         * text.C: use Row & instead of RowList::iterator
4751
4752         * lyxrow.h: rename end() to endpos()
4753
4754         * rowpainter.C:
4755         * text.C:
4756         * text2.C: adjust
4757
4758 2003-10-22  Angus Leeming  <leeming@lyx.org>
4759
4760         * buffer.[Ch] (fully_loaded): new member function, returning true
4761         only when the file has been loaded fully.
4762         Used to prevent the premature generation of previews and by the
4763         citation inset to prevent computation of the natbib-style label.
4764
4765         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4766         templates are all set up.
4767
4768         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4769
4770 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4771
4772         * text.C: fixed an "oops" in the "is a bit silly"
4773         bug fix
4774
4775 2003-10-21  André Pönitz  <poenitz@gmx.net>
4776
4777         * FuncStatus.[Ch]: small stuff, whitespace
4778
4779         * lyxfont.[Ch]: operator<<() for debug reasons
4780
4781         * lyxfunc.C:
4782         * lyxrow_funcs.C:
4783         * lyxtext.h: whitespace, spelling
4784
4785         * paragraph.C: naming of variables
4786
4787         * text.C:
4788         * text2.C: small stuff
4789
4790
4791 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4792
4793         * text.C: (1) finish off the inset display() work;
4794         (2) fix the "is a bit silly" bug (accessing char
4795         past end of par).
4796
4797 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4798
4799         * text.C: re-introduce display() for insets, fixing the
4800         various bugs (stretch of line above, math inset
4801         positioning, ...)
4802
4803 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4804
4805         * text.C (rightMargin): remove spurious semicolon
4806
4807         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4808         1415)
4809
4810 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4811
4812         * text3.C: fix one crash due to wrong cursor def
4813
4814 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4815
4816         * vc-backend.C (scanMaster): make the regex static
4817
4818         * LaTeX.C (scanAuxFile): make the regexs static
4819
4820         * text3.C (doInsertInset, dispatch, dispatch):
4821         * text2.C (cursorUp, cursorDown):
4822         * text.C (selectNextWordToSpellcheck):
4823         * BufferView_pimpl.C (dispatch):
4824         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4825
4826 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4827
4828         * lyxsocket.C: include <cerrno>
4829
4830 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4831
4832         * lyxfunc.C (dispatch): remove textcache stuff
4833
4834         * bufferlist.C (release): remove textcache stuff
4835         (closeAll): ditto
4836
4837         * TextCache.C: delete file
4838         * TextCache.h: delete file
4839
4840         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4841
4842         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4843         delete of the bv_->text.
4844         (resizeCurrentBuffer): remove texcache stuff
4845         (workAreaResize): ditto
4846
4847 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4848
4849         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4850         action.
4851
4852 2003-10-16  André Pönitz  <poenitz@gmx.net>
4853
4854         * lyxrow.[Ch]:
4855         * paragraph.h:
4856         * rowpainter.C:
4857         * text.C:
4858         * text2.C:
4859         * text3.C: speed up by storing y positions per paragraph plus per-row
4860         offset instead of having a 'full' y position in the row.
4861
4862 2003-10-15  André Pönitz  <poenitz@gmx.net>
4863
4864         * iterators.[Ch]:
4865         * iterators.[Ch]:
4866         * undo.[Ch]: make undo aware of inner insets
4867
4868 2003-10-14  Angus Leeming  <leeming@lyx.org>
4869
4870         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4871         static member functions LyX::ref() and LyX::cref.
4872         (lastfiles): new accessor functions for the new lastfiles_ member var.
4873         (addLyXView, views_): add a new LyXView to the list of views_.
4874         (updateInset): loop over all LyXViews to call their own updateInset
4875         member function, returning a pointer to the Buffer owning the inset.
4876
4877         * BufferView_pimpl.C (loadLyXFile):
4878         * MenuBackend.C (expandLastfiles):
4879         * bufferlist.C (MenuWrite, QuitLyX):
4880         lastfiles is no longer a global variable.
4881         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4882
4883         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4884         static function. Access through LyX::cref().emergencyCleanup().
4885
4886 2003-10-14  André Pönitz  <poenitz@gmx.net>
4887
4888         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4889
4890         * undo.[Ch]: restoring part of 'undo in insets'
4891
4892         * Makefile.am:
4893         * undo_funcs.[Ch]: merge with undo.[Ch]
4894
4895         * tabular.C: small cleansing stuff
4896
4897 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4898
4899         * paragraph_funcs.C (readParToken): report unknown insets as error
4900         boxes. Use the outer paragraph as location (also for unknown
4901         tokens).
4902
4903         * factory.C (readInset): do not abort on reading an unknown inset.
4904         Eat it and return 0.
4905
4906 2003-10-13  Angus Leeming  <leeming@lyx.org>
4907
4908         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4909
4910         * lyxrc.C: displayTranslator is now a function,
4911         declared in GraphicsTypes.h.
4912
4913 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4914
4915         * format.C: new placeholder $$a to pass the socket address.
4916
4917         * bufferlist.[Ch]: new function getBufferFromTmp.
4918
4919         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4920           files in the temporary dir.
4921
4922 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4923
4924         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4925
4926         * Makefile.am: add lyxsocket.[Ch].
4927
4928         * lyx_main.C (error_handler): handle SIGPIPE.
4929
4930 2003-10-13  André Pönitz  <poenitz@gmx.net>
4931
4932         * BufferView_pimpl.C:
4933         * lyxtext.h:
4934         * text.C:
4935         * text2.C:
4936         * text3.C:
4937         * undo_funcs.[Ch]: use paroffset_type instead of
4938           ParagraphList::iterators to prevent multiple conversion
4939           (and get a more robust interface)
4940
4941 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4942
4943         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4944         * lyxtext.h: ditto
4945         * text3.C (dispatch): ditto
4946
4947 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4948
4949         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4950         move the onlyfile, use onlyfile instead of foundfile in a couple
4951         of places.
4952
4953         * DepTable.C (update): flush the error stream a bit more
4954
4955 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4956
4957         * lyxserver.C (callback): adjust
4958
4959         * lyxfunc.C (getStatus): add a missing brace in commented code
4960         (ensureBufferClean): reindent
4961         (dispatch): delete version taking a string
4962
4963 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4964
4965         * LaTeX.C (deplog): move found file handlig from here...
4966         (handleFoundFile): .. to new function here.
4967         (deplog): make sure to discover several files mentioned on the
4968         same log line.
4969
4970 2003-10-10  André Pönitz  <poenitz@gmx.net>
4971
4972         * lyxfunc.C:
4973         * lyxtext.h:
4974         * tabular.C:
4975         * text.C:
4976         * text2.C:
4977         * text3.C: fix some of the tabular crashes
4978
4979 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4980
4981         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4982
4983         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4984
4985 2003-10-09  André Pönitz  <poenitz@gmx.net>
4986
4987         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4988
4989         * BufferView.C:
4990         * BufferView_pimpl.C:
4991         * bufferview_funcs.C:
4992         * lyx_cb.C:
4993         * lyxcursor.C:
4994         * lyxfind.C:
4995         * lyxfunc.C:
4996         * lyxtext.h:
4997         * text.C:
4998         * text2.C:
4999         * text3.C:
5000         * text_funcs.[Ch]:
5001         * textcursor.[Ch]:
5002         * undo_funcs.C: adjust
5003
5004 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5005
5006         * text2.C (incrementItemDepth): new function, use a backtracking
5007         algorithm to discover the correct item depth.
5008         (resetEnumCounterIfNeeded): new function, use a backtracking
5009         algorithm to discover if counter reset is needed.
5010         (setCounter): use them. Simplify a bit. Add different labels for
5011         different item depths for itemize.
5012
5013         * paragraph.C (Paragraph): remove initialization of enumdepth
5014         (operator=): ditto
5015
5016         * paragraph.h: get rid of enumdepth, and use itemdepth both for
5017         enumerate and itemize. Change the type of itemdepth to signed char.
5018
5019 2003-10-08  André Pönitz  <poenitz@gmx.net>
5020
5021         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5022           thing assignable.
5023         * text.C:
5024         * text2.C: adjust
5025
5026         * tabular.[Ch]: fix crash after 'row-insert'
5027
5028 2003-10-08  Angus Leeming  <leeming@lyx.org>
5029
5030         Fix doxygen warnings.
5031
5032         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5033         Remove CutAndPaste:: prefix from header file declaration.
5034
5035         * LColor.h (fill): remove LColor:: prefix from declaration.
5036
5037         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5038         use lyx::depth_type rather than Paragraph::depth_type so that
5039         header file and .C file match.
5040
5041         * converter.h (intToFormat): remove Converters:: prefix from declaration.
5042
5043         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5044         * aspell.C: \file aspell_local.C -> \file aspell.C
5045         * gettext.C: \file gettext.C -> \file src/gettext.C
5046         * gettext.h: \file gettext.h -> \file src/gettext.h
5047         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5048         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5049         * text.C: \file text.C -> \file src/text.C
5050
5051         * toc.C: move comment so that doxygen is not confused.
5052
5053 2003-10-07  Angus Leeming  <leeming@lyx.org>
5054
5055         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5056
5057 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5058
5059         * aspell.C:
5060         * aspell_local.h: add forgotten std::string's.
5061
5062 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5063
5064         * LaTeXFeatures.C:
5065         * LyXAction.C:
5066         * factory.C:
5067         * lfuns.h:
5068         * lyxfunc.C:
5069         * text3.C: The Box patch. Fancybox support, minipage, parbox
5070
5071 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
5072
5073         * CutAndPaste.h:
5074         * DepTable.h:
5075         * FloatList.h:
5076         * LaTeXFeatures.h:
5077         * ParagraphParameters.h:
5078         * TextCache.h:
5079         * Thesaurus.h:
5080         * bufferlist.h:
5081         * exporter.h:
5082         * importer.h:
5083         * lastfiles.h:
5084         * lyxfind.h:
5085         * lyxfont.h:
5086         * lyxlex.h:
5087         * lyxtextclasslist.h:
5088         * messages.h:
5089         * paragraph.h:
5090         * paragraph_pimpl.C:
5091         * textcursor.h: add <string> and other small fixes to make Lars'
5092         std::string patch compile with STLport.
5093
5094 2003-10-06  Angus Leeming  <leeming@lyx.org>
5095
5096         * LColor.h: Add missing #include <string>.
5097
5098 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5099
5100         * All most all file in all subdirs: Make <string> be the prefered
5101         way of getting to std::string, add using declarations.
5102
5103 2003-10-06  André Pönitz  <poenitz@gmx.net>
5104
5105         * metricsinfo.C: initialize LyXFont before changing attribute.
5106         (fixes the 'math in \emph is upright' bug)
5107
5108 2003-10-06  André Pönitz  <poenitz@gmx.net>
5109
5110         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5111
5112 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5113
5114         * graph.C:
5115         * paragraph_pimpl.C: Small fixes to build using STLport
5116
5117 2003-10-02  André Pönitz  <poenitz@gmx.net>
5118
5119         * lyxfunc.C:
5120         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5121
5122 2003-10-01  André Pönitz  <poenitz@gmx.net>
5123
5124         * factory.C: assert early
5125
5126 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5127
5128         * lyx_main.C: remove the global debug object
5129
5130         * debug.h: adjust for new debugstream
5131
5132         * debug.C: adjust for new debugstream and keep the global debug
5133         object here.
5134
5135 2003-09-22  Angus Leeming  <leeming@lyx.org>
5136
5137         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5138         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5139         an incomplete class LyXFont.
5140
5141 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5142
5143         * factory.C: bug fix in branches
5144
5145 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5146
5147         * lyxfunc.C (processKeySym): adjust
5148         (dispatch): adjust
5149         (dispatch): change arg name from ev to func, adjust
5150         (sendDispatchMessage): ditto
5151
5152         * lyx_main.C (defaultKeyBindings): adjust keybindings
5153         (deadKeyBindings): ditto
5154
5155         * kbsequence.C (addkey): return a FuncRequest
5156
5157         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5158
5159         * kbmap.C (bind): take a FuncRequest as arg, adjust
5160         (read): adjust
5161         (lookup): adjust
5162         (defkey): change to take a FuncRequest as arg, adjust
5163         (findbinding): take a FuncRequest as arg, adjust.
5164
5165         * funcrequest.h (operator=): added
5166
5167         * funcrequest.C (FuncRequest): default kb_action changed from
5168         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5169
5170         * buffer.C (dispatch): simplify
5171         (dispatch): adjust to take a FuncRequest as arg, adjust
5172
5173         * boost.C (assertion_failed): change assertion message slightly
5174
5175         * ToolbarBackend.C (read): simplify
5176
5177         * MenuBackend.C (binding): adjust call to findbinding, add a
5178         message if no binding is found.
5179         (read): simplify
5180         (expandToc): correct by adding a empty FuncRequest
5181
5182         * LyXAction.C: include <boost/assert.hpp>
5183         (isPseudoAction): delete function
5184         (LookupFunc): change name to...
5185         (lookupFunc): this. change return type to FuncRequest.
5186         (getActionName): take kb_action as arg, simplify
5187         (funcHasFlag): add an assert, simplify.
5188
5189 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5190
5191         * toc.C (action): return a FuncRequest, simplify
5192
5193         * lyxfunc.C (processKeySym): adjust
5194         (getStatus): delete version that takes an int.
5195         (getStatus): adjust
5196         (dispatch): delete version that takes action as int
5197         (dispatch): adjust
5198         (sendDispatchMessage): simplify and adjust
5199
5200         * funcrequest.C (getArg): take unsigned int as arg
5201
5202         * ToolbarBackend.C (read): adjust
5203         (add): delete version that takes func as a string.
5204         (getIton): take a FuncRequest as arg
5205
5206         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5207         action.
5208
5209         * MenuBackend.C (MenuItem): add a new construct that only takes a
5210         Kind, simplify the constructor use for submenus.
5211         (add): adjust
5212         (expandLastfiles): adjust
5213         (expandDocuments): adjust
5214         (expandFormats): adjust
5215         (expandFloatListInsert): adjust
5216         (expandFloatInsert): adjust
5217         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5218
5219         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5220         Remove class variables lyx_pseudo_map and lyx_arg_map
5221
5222         * LyXAction.C (searchActionArg): delete function
5223         (getPseudoAction): delete function
5224         (retrieveActionArg): delete function
5225         (LookupFunc): make it return kb_action, simplify.
5226         (getActionName): simplify
5227
5228         * factory.C (createInset): fix new bug
5229
5230 2003-09-19  Angus Leeming  <leeming@lyx.org>
5231
5232         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5233         masterFilename_ parameter in the include inset.
5234
5235         * factory.C (createInset): changes due to the changes to InsetInclude.
5236
5237 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5238
5239         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5240
5241 2003-09-18  Angus Leeming  <leeming@lyx.org>
5242
5243         * buffer.C:
5244         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5245         Inset::fillWithBibKeys.
5246         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5247
5248 2003-09-18  Angus Leeming  <leeming@lyx.org>
5249
5250         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5251         variables.
5252         (ctor): pass and store a 'Buffer const &'
5253         (buffer): new member function.
5254
5255         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5256         '*this' to the LaTeXFeatures ctor.
5257
5258 2003-09-18  Angus Leeming  <leeming@lyx.org>
5259
5260         * LColor.h:
5261         * lyxfont.C:
5262         * lyxfont.h:
5263         * lyxtext.h:
5264         * text.C: rename EnumLColor as LColor_color.
5265
5266 2003-09-18  Angus Leeming  <leeming@lyx.org>
5267
5268         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5269         remove #include "insets/insetbase.h" from cursor.h.
5270
5271 2003-09-18  Angus Leeming  <leeming@lyx.org>
5272
5273         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5274         InsetOld_code to remove #include "inset.h".
5275
5276         * iterators.C: add #include "insets/inset.h"
5277
5278 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5279
5280         * BufferView.C: remove more locking stuff that apparently doesn't
5281         do anything sensible.
5282
5283 2003-09-16  André Pönitz  <poenitz@gmx.net>
5284
5285         * paragraph.[Ch]:
5286         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5287           performance boost.
5288
5289 2003-09-16  Angus Leeming  <leeming@lyx.org>
5290
5291         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5292
5293         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5294         arg/return type.
5295
5296         * paragraph.h: remove #include "lyxfont.h". Forward declare
5297         LyXFont_size.
5298
5299 2003-09-16  Angus Leeming  <leeming@lyx.org>
5300
5301         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5302         of support/textutils.h.
5303         (isWord): move the contents of support/textutils.h's IsWordChar here.
5304
5305         * buffer.C:
5306         * lyxfind.C:
5307         * rowpainter.C:
5308         * text.C:
5309         * text2.C: add #include "paragraph.h".
5310
5311         * rowpainter.C:
5312         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5313
5314 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5315
5316         * main.C:
5317         * lyx_main.C:
5318         * lyx_cb.C:
5319         * buffer.C:
5320         * LaTeX.C: use namespace alias for lyx::support::os
5321
5322 2003-09-16  Angus Leeming  <leeming@lyx.org>
5323
5324         * bufferparams.C:
5325         * bufferview_funcs.C:
5326         * factory.C:
5327         * lyxfunc.C:
5328         * paragraph_pimpl.C:
5329         * rowpainter.C:
5330         * text.C: add #include "LColor.h".
5331
5332 2003-09-16  Angus Leeming  <leeming@lyx.org>
5333
5334         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5335         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5336         return LyXFont &.
5337         Store the FontBits::color variable as an int rather than as an
5338         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5339         file.
5340
5341         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5342         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5343         string calls together.
5344
5345         * lyxrc.C: add #include "LColor.h".
5346
5347 2003-09-15  Angus Leeming  <leeming@lyx.org>
5348
5349         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5350         a cow_ptr.
5351
5352 2003-09-15  Angus Leeming  <leeming@lyx.org>
5353
5354         * LColor.h: add an EnumLColor wrapper for LColor::color.
5355
5356         * lyxfont.[Ch] (color, setColor, realColor):
5357         * lyxtext.h, text.C (backgroundColor):
5358         pass EnumLColor args to/from the functions, rather than LColor::color
5359         ones.
5360
5361         * lyxfont.h:
5362         * lyxtext.h: forward declare EnumLColor.
5363
5364         * lyx_main.C: add #include "LColor.h".
5365
5366 2003-09-15  Angus Leeming  <leeming@lyx.org>
5367
5368         * .cvsignore: add lyx-gtk.
5369
5370 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5371
5372         * Chktex.C
5373         * LaTeX.C
5374         * LaTeXFeatures.C
5375         * ParagraphParameters.C
5376         * Spacing.C
5377         * buffer.C
5378         * bufferparams.C
5379         * bufferview_funcs.C
5380         * chset.C
5381         * counters.C
5382         * funcrequest.C
5383         * lyxfont.C
5384         * lyxgluelength.C
5385         * lyxlength.C
5386         * paragraph.C
5387         * paragraph_funcs.C
5388         * text3.C
5389         * vc-backend.C: remove usage of STRCONV
5390
5391 2003-09-15  Angus Leeming  <leeming@lyx.org>
5392
5393         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5394         explicitly define the color passed to the painter.
5395
5396 2003-09-15  Angus Leeming  <leeming@lyx.org>
5397
5398         * bufferparams.C (BufferParams): reorder member initializers to avoid
5399         compiler warning.
5400
5401 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5402
5403         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5404         * text.C (updateRowPositions): remove an unusual nop
5405
5406 2003-09-12  André Pönitz  <poenitz@gmx.net>
5407
5408         * BufferView_pimpl.C:
5409         * Bullet.C:
5410         * layout.h:
5411         * lyxfunc.C:
5412         * lyxlayout.[Ch]:
5413         * lyxtextclass.C:
5414         * rowpainter.C:
5415         * text.C:
5416         * text2.C:
5417         * Counters.[Ch]: finish the 'automatic counters' job
5418
5419 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5420
5421         * aspell.C: include <boost/assert.cpp> (compile fix)
5422
5423 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5424
5425         * boost.C (assertion_failed): use lyx::support::abort instead of
5426         assert.
5427
5428 2003-09-10  Angus Leeming  <leeming@lyx.org>
5429
5430         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5431         with their _fwd progeny.
5432
5433 2003-09-09  Angus Leeming  <leeming@lyx.org>
5434
5435         134 files throughtout the source tree: replace 'using namespace abc;'
5436         directives with the appropriate 'using abc::xyz;' declarations.
5437
5438 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5439
5440         * boost.C (emergencyCleanup): moved here from LAssert.c
5441         (assertion_failed): new function, called by BOOST_ASSERT
5442
5443         * several files: change Assert to BOOST_ASSERT
5444
5445 2003-09-09  Angus Leeming  <leeming@lyx.org>
5446
5447         * buffer.[Ch]: Add an Impl class and move Buffer's member
5448         variables into it. As a result move several header files out of
5449         buffer.h.
5450
5451         Add header files to lots of .C files all over the tree as a result.
5452
5453 2003-09-09  Angus Leeming  <leeming@lyx.org>
5454
5455         * buffer.[Ch]: make Buffer's member variables private. Add
5456         accessor functions.
5457
5458         Lots of changes all over the tree as a result.
5459
5460 2003-09-08  Angus Leeming  <leeming@lyx.org>
5461
5462         * graph.C: #include <config.h>.
5463
5464 2003-09-08  Angus Leeming  <leeming@lyx.org>
5465
5466         * BranchList.C:
5467         * BufferView.C:
5468         * BufferView_pimpl.C:
5469         * CutAndPaste.C:
5470         * DepTable.C:
5471         * LaTeX.C:
5472         * LaTeXFeatures.C:
5473         * LyXAction.C:
5474         * MenuBackend.C:
5475         * TextCache.C:
5476         * aspell.C:
5477         * buffer.C:
5478         * bufferlist.C:
5479         * changes.C:
5480         * chset.C:
5481         * converter.C:
5482         * counters.C:
5483         * debug.C:
5484         * graph.C:
5485         * ispell.C:
5486         * lyx_cb.C:
5487         * lyxfind.C:
5488         * lyxfunc.C:
5489         * lyxlex_pimpl.C:
5490         * lyxrc.C:
5491         * lyxrow.C:
5492         * paragraph.C:
5493         * rowpainter.C:
5494         * texrow.C:
5495         * text.C:
5496         * text2.C:
5497         * toc.C: remove redundant using directives.
5498
5499 2003-09-07  Angus Leeming  <leeming@lyx.org>
5500
5501         * LaTeXFeatures.h: remove #include "support/types.h".
5502         * ToolbarBackend.h: remove #include <algorithm>.
5503         * changes.h: remove #include <ctime>.
5504         * debug.h: remove #include <iosfwd>.
5505         * graph.h: remove #include "support/std_string.h".
5506         * lyx_main.h: remove #include <csignal>.
5507         * lyxlex_pimpl.h: remove #include <fstream>.
5508         * sgml.h: remove #include <algorithm>, <utility>.
5509         * toc.h: remove #include "support/std_ostream.h".
5510         Add #include <iosfwd>.
5511
5512 2003-09-07  Angus Leeming  <leeming@lyx.org>
5513
5514         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5515
5516         * converter.h: forward declare LatexRunParams.
5517         * encoding.h: remove #include "lyxrc.h".
5518         * lyxtext.h: remove #include "LColor.h".
5519         * lyxtextclass.h: remove #include "support/types.h".
5520         * trans.h: remove #include "tex-accent.h".
5521         * trans_mgr.h: remove #include "tex-accent.h".
5522         * insets/inset.h: remove #include "support/types.h", <vector>.
5523         * insets/insetcollapsable.h: remove #include "LColor.h".
5524         * insets/insetinclude.h: remove #include "dimension.h".
5525         * insets/insetlatexaccent.h: remove #include "dimension.h".
5526         * insets/insetoptarg.h:: remove #include "insettext.h".
5527         * insets/insettext.h: remove #include "dimension.h",
5528         <boost/shared_ptr.hpp>
5529
5530         * insets/renderers.h: add #include "dimension.h".
5531         * insets/updatableinset.h: add #include "support/types.h".
5532
5533         * many .C files: Associated changes.
5534
5535 2003-09-06  Angus Leeming  <leeming@lyx.org>
5536
5537         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5538         one, inside testInvariant.
5539
5540         * PrinterParams.C: new file.
5541         * PrinterParams.[Ch]: move the function bodies out of line.
5542
5543 2003-09-06  Angus Leeming  <leeming@lyx.org>
5544
5545         * ParagraphParameters.h: forward declare ParameterStruct rather than
5546         including its header file.
5547         (depth): moved out-of-line.
5548
5549 2003-09-06  Angus Leeming  <leeming@lyx.org>
5550
5551         * BufferView_pimpl.h:
5552         * kbmap.h:
5553         * kbsequence.h:
5554         * lyxfunc.h: forward declare LyXKeySym rather than
5555         #include "frontends/LyXKeySym.h".
5556
5557         * BufferView_pimpl.C:
5558         * kbmap.C:
5559         * kbsequence.C:
5560         * lyxfunc.C: associated changes.
5561
5562 2003-09-06  Angus Leeming  <leeming@lyx.org>
5563
5564         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5565         As a result, can remove the #include "insets/inset.h" from BufferView.h
5566
5567 2003-09-06  Angus Leeming  <leeming@lyx.org>
5568
5569         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5570         As a result, can remove the #include "insets/inset.h" from BufferView.h
5571
5572 2003-09-06  Angus Leeming  <leeming@lyx.org>
5573
5574         * buffer_funcs.C:
5575         * buffer.h:
5576         * bufferlist.C:
5577         * BufferView.C:
5578         * bufferview_funcs.C:
5579         * BufferView_pimpl.C:
5580         * CutAndPaste.C:
5581         * lyx_cb.C:
5582         * lyxfunc.C:
5583         * paragraph.h:
5584         * ParagraphParameters.C:
5585         * tabular.C:
5586         * text3.C:
5587         * toc.C:
5588         * undo_funcs.C:
5589         * frontends/controllers/ControlDocument.C:
5590         * insets/insetcaption.C: rearrange the #includes into some sort of
5591         coherent order.
5592
5593         * buffer.h: remove #includes ErrorList.h, undo.h
5594
5595 2003-09-06  Angus Leeming  <leeming@lyx.org>
5596
5597         * support/types.h: add a 'depth_type' typedef, used to store the
5598         nesting depth of a paragraph.
5599
5600         * paragraph.h:
5601         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5602         defining explicitly.
5603
5604         * buffer.h:
5605         * paragraph_funcs.h:
5606         * ParagraphParameters.h:
5607         * sgml.h: use lyx::depth_type rather than Paragraph or
5608         ParameterStruct's depth_type.
5609
5610         * buffer.h
5611         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5612
5613         * BufferView.C:
5614         * BufferView_pimpl.C:
5615         * CutAndPaste.C:
5616         * ParagraphParameters.C:
5617         * buffer_funcs.C:
5618         * bufferlist.C:
5619         * bufferview_funcs.C:
5620         * lyx_cb.C:
5621         * lyxfunc.C:
5622         * tabular.C:
5623         * text3.C:
5624         * toc.C:
5625         * undo_funcs.C:
5626         * frontends/LyXView.C:
5627         * frontends/controllers/ControlDocument.C:
5628         * frontends/controllers/ControlErrorList.C:
5629         * insets/insetbibitem.C:
5630         * insets/insetbranch.C:
5631         * insets/insetcaption.C:
5632         * insets/insetcollapsable.C:
5633         * insets/insetenv.C:
5634         * insets/insetert.C:
5635         * insets/insetfloat.C:
5636         * insets/insetfoot.C:
5637         * insets/insetfootlike.C:
5638         * insets/insetnewline.C:
5639         * insets/insetquotes.C:
5640         * insets/insettabular.C:
5641         * insets/insettext.C:
5642         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5643
5644         * frontends/controllers/ControlChanges.C: #include "changes.h".
5645
5646 2003-09-06  Angus Leeming  <leeming@lyx.org>
5647
5648         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5649         than #including paragraph.h.
5650
5651         * ParagraphList.h:
5652         * RowList.h: deleted. Superfluous.
5653
5654         * CutAndPaste.h:
5655         * iterators.h:
5656         * lyxcursor.h:
5657         * lyxtext.h:
5658         * text_funcs.h:
5659         * undo.h:
5660         * undo_funcs.h:
5661         * insets/inset.h:
5662         * insets/insettext.h: use ParagraphList_fwd.h rather than
5663         ParagraphList.h.
5664
5665         * paragraph.h: don't forward declare ParagraphList.
5666
5667         * buffer.h:
5668         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5669         rather than ParagraphList.h. paragraph.h is still needed for the
5670         Paragraph::depth_type parameters.
5671
5672         * textcursor.h: enable it to compile stand-alone in light of the
5673         above changes.
5674
5675         * bufferview_funcs.C:
5676         * iterators.C:
5677         * lyxfunc.C:
5678         * lyxrow_funcs.C:
5679         * paragraph.C:
5680         * rowpainter.C:
5681         * text.C:
5682         * text2.C:
5683         * text3.C:
5684         * text_funcs.C:
5685         * textcursor.C:
5686         * undo.C:
5687         * frontends/controllers/ControlParagraph.C:
5688         * frontends/controllers/ControlTabular.C:
5689         * insets/insetmarginal.C:
5690         * insets/insetminipage.C:
5691         * insets/insetnote.C:
5692         * insets/insetoptarg.C: add header files needed to compile again.
5693
5694 2003-09-06  Angus Leeming  <leeming@lyx.org>
5695
5696         * RowList_fwd.h: new file, forward-declaring Row rather than
5697         #including lyxrow.h.
5698
5699         * lyxrow_funcs.h:
5700         * lyxtext.h:
5701         * paragraph.h:
5702         * insets/insettext.h: use it instead of RowList.h
5703
5704         * bufferview_funcs.C:
5705         * lyxfunc.C:
5706         * lyxrow_funcs.C:
5707         * paragraph.C:
5708         * rowpainter.C:
5709         * text.C:
5710         * text2.C:
5711         * text3.C: #include "RowList.h".
5712
5713 2003-09-05  Angus Leeming  <leeming@lyx.org>
5714
5715         * factory.C (createInset):
5716         * vspace.C (c-tor): replace sscanf call with an istringstream.
5717         * ispell.C: re-add missing HP/UX headers.
5718         * lyxserver.C: re-add missing  os2 headers.
5719
5720 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5721
5722         * BranchList.C:
5723         * graph.C:
5724         * ispell.C:
5725         * lastfiles.C:
5726         * lyx_cb.C:
5727         * lyxserver.C:
5728         * texrow.C:
5729         * text3.C: re-add missing system headers, needed for 2.95.2.
5730
5731 2003-09-05  Angus Leeming  <leeming@lyx.org>
5732
5733         Changes most place everywhere due to the removal of using directives
5734         from support/std_sstream.h.
5735
5736 2003-09-05  Angus Leeming  <leeming@lyx.org>
5737
5738         Replace LString.h with support/std_string.h,
5739         Lsstream.h with support/std_sstream.h,
5740         support/LIstream.h with support/std_istream.h,
5741         support/LOstream.h with support/std_ostream.h.
5742
5743         Changes resulting throughout the tree.
5744
5745 2003-09-05  Angus Leeming  <leeming@lyx.org>
5746
5747         * sgml.h: ensure that the header file can be compiled stand-alone.
5748         * *.C: strip out redundant #includes. (320 in total.)
5749
5750 2003-09-04  Angus Leeming  <leeming@lyx.org>
5751
5752         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5753         here (from getPackages).
5754
5755         * debug.[Ch]: add a new EXTERNAL tag.
5756
5757 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5758
5759         * text2.C (cursorEnd): simplify
5760         (setCursor): adjust
5761         (getColumnNearX): adjust
5762
5763         * text.C (computeBidiTables): adjust
5764         (fill): adjust
5765
5766         * rowpainter.C (paintChars): adjust
5767         (paintSelection): adjust
5768         (paintChangeBar): adjust
5769         (paintText): adjust
5770
5771         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5772         lastPos instead.
5773         (numberOfSeparators): adjust
5774
5775 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5776
5777         * LyXAction.C:
5778         * box.[Ch]:
5779         * lfuns.h:
5780         * lyxfunc.C:
5781         * text3.C: Restricts the mouse click functionality
5782         of insets like bibtex, include, toc and floatlist to the visible
5783         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5784         up the dialogs. Cursor has to be in front of the inset (i.e.
5785         start of row) for this to function.
5786
5787 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5788
5789         * bufferview_funcs.C (currentState): output row information
5790
5791 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5792
5793         * bufferview_funcs.C (currentState): output paragraph position
5794
5795 2003-09-04  Angus Leeming  <leeming@lyx.org>
5796
5797         * FloatList.h: move out #include "Floating.h".
5798         * LaTeX.h: move out #include "DepTable.h".
5799         * LyXAction.h: move out #include "funcrequest.h".
5800         * buffer.h: move out #include "author.h", "iterators.h".
5801         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5802         * lyx_main.h: move out #include "errorlist.h".
5803         * lyxfunc.h: move out #include "FuncStatus.h".
5804         * lyxtext: move out #include "lyxcursor.h".
5805         * paragraph_pimpl.h: move out #include "counters.h".
5806
5807 2003-09-03  Angus Leeming  <leeming@lyx.org>
5808
5809         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5810         preamble_snippets list, enabling us to add snippets to the preamble
5811         only if the snippet was not there already.
5812
5813 2003-09-04  Angus Leeming  <leeming@lyx.org>
5814
5815         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5816
5817 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5818
5819         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5820         update
5821
5822 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5823
5824         * BranchList.C: point fix, earlier forgotten
5825
5826 2003-09-02  Angus Leeming  <leeming@lyx.org>
5827
5828         * box.C (contains): renamed from 'contained' after a fantastic
5829         amount of hot air.
5830
5831 2003-09-02  John Levon  <levon@movementarian.org>
5832
5833         * BufferView.C:
5834         * lyxcursor.h:
5835         * lyxcursor.C:
5836         * lyxfunc.C:
5837         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5838
5839 2003-09-02  John Levon  <levon@movementarian.org>
5840
5841         * text2.C: simplification of cursorEnd(), including partial
5842         fix for bug 1376
5843
5844 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5845
5846         * buffer.C (readFile): add a space
5847
5848 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5849
5850         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5851
5852 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5853
5854         * buffer.C (readFile): new function, take a filename and a
5855         ParagraphList::iterator
5856         (readFile): adjust
5857         (readFile): adjust, make it private. don't use setStream, make
5858         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5859         always contain the filename.
5860
5861         * BufferView.C (insertLyXFile): simplify and make it work for
5862         gzipped files.
5863
5864 2003-08-30  John Levon  <levon@movementarian.org>
5865
5866         * Makefile.am: fix dist (from Kayvan)
5867
5868 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5869
5870         * most files: change to use const Buffer refs
5871
5872 2003-08-27  André Pönitz  <poenitz@gmx.net>
5873
5874         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5875         on top of ownerPar().
5876
5877 2003-08-27  John Levon  <levon@movementarian.org>
5878
5879         * funcrequest.C: properly initialise POD members
5880
5881 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5882
5883         * lyxtext.h (top_y): move top_y from here
5884         * text.C:
5885         * text2.C:
5886         * text3.C:
5887         * BufferView.[Ch]:
5888         * BufferView_pimpl.[Ch]: to here
5889         * frontends/screen.C:
5890         * insets/insettabular.C:
5891         * insets/insettext.C: adjust
5892         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5893
5894 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5895
5896         * BufferView.[Ch]:
5897         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5898
5899 2003-08-26  André Pönitz  <poenitz@gmx.net>
5900
5901         * paragraph_func.[Ch] (outerPar): new function
5902
5903         * paragraph.C:
5904         * paragraph_funcs.C:
5905         * paragraph_funcs.h:
5906         * paragraph_pimpl.C:
5907         * text2.C: remove Inset::par_owner
5908
5909 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5910
5911         * lyxrow_funcs.C:
5912         * lyxtext.h:
5913         * text.C:
5914         * text2.C: eliminates the needFullRow/display() stuff
5915         altogether, putting the logic in metrics/draw in the insets.
5916
5917 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5918
5919         * text2.C (redoParagraphInternal, redoParagraphs):
5920         * text.C (redoParagraph): add a call to updateRowPositions at the
5921         end of each 'metrics-like' call. Remove all others.
5922         (getRow): remove the 'y-computing' version.
5923         (getRowNearY): do not compute nor return the real y. Solve the
5924         'y < 0' problem and simplify.
5925
5926 2003-08-22  Angus Leeming  <leeming@lyx.org>
5927
5928         * *.[Ch]: clean-up of licence and author blurbs.
5929         Also move config.h out of a few .h files and into a few .C files.
5930
5931 2003-08-22  André Pönitz  <poenitz@gmx.net>
5932
5933         * lyxrow.[Ch]: add x_ and *fill_ members
5934
5935         * lyxtext.h:
5936         * text.C:
5937         * rowpainter.C:
5938         * text2.C: adjust/remove prepareToPrint() calls
5939
5940 2003-08-22  André Pönitz  <poenitz@gmx.net>
5941
5942         * lyxrow.[Ch]: add  end_ member
5943
5944         * lyxrow_funcs.C: use LyXRow::end_
5945
5946         * lyxtext.h (singleWidth): add LyXFont parameter
5947
5948         * rowpainter.C:
5949         * text2.C: adjust LyXText::singleWidth() calls
5950
5951         * text.C (redoParagraph): simplify row breaking logic
5952
5953
5954 2003-08-19  André Pönitz  <poenitz@gmx.net>
5955
5956         * funcrequest.C: initialize button_ member
5957
5958         * text3.C:
5959         * rowpainter.[Ch]: interface consolidation
5960
5961 2003-08-18  André Pönitz  <poenitz@gmx.net>
5962
5963         * BufferView.C:
5964         * BufferView_pimpl.C:
5965         * lyxfind.C:
5966         * paragraph_funcs.C:
5967         * rowpainter.C:
5968         * text3.C: remove LyXScreen::draw() and fitCursor calls
5969
5970         * BranchList.h: remove spurious semicolons
5971
5972         * MenuBackend.C: fix branchlist related crash
5973
5974 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5975
5976         * BranchList.[Ch]:
5977         * InsetList.[Ch]:
5978         * LColor.[Ch]:
5979         * LyXAction.C:
5980         * Makefile.am:
5981         * MenuBackend.[Ch]:
5982         * bufferparams.[Ch]:
5983         * factory.C:
5984         * lfuns.h:
5985         * lyxfunc.C:
5986         * text3.C: implements the 'branch inset'
5987         idea. This allows the output of various versions of a document
5988         from a single source version, selectively outputing or suppressing
5989         output of parts of the text.
5990         This implementation contains a 'branch list editor' in a separate
5991         tab of the document settings dialog. Branches are user definable
5992         and have a "display colour" to distinguish them on-screen.
5993
5994         ColorHandler was somewhat cleaned up.
5995         (1) make possible a dynamically growing LColor list by allowing
5996         the graphic context cache to grow along (vector);
5997         (2) eliminate an IMHO unnecessary step in colour allocation.
5998
5999 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
6000
6001         * BufferView_pimpl.C: compile fix
6002
6003 2003-08-15  André Pönitz  <poenitz@gmx.net>
6004
6005         * rowpainter.C: remove extra metrics calls
6006
6007         * lyxtext.h: merge the two constructors into a single one,
6008           pass reference to owner's par list
6009
6010         * BufferView_pimpl.C:
6011         * text.C:
6012         * text2.C: adjust
6013
6014 2003-08-15  André Pönitz  <poenitz@gmx.net>
6015
6016         * lyxrow_funcs.[Ch]:
6017         * lyxtext.h:
6018         * paragraph.h:
6019         * paragraph_funcs.C:
6020         * rowpainter.C:
6021         * text.C:
6022         * text2.C:
6023         * text3.C:
6024         * text_funcs.C: split LyXText::rowlist_ into individual
6025         Paragraph::rows_ chunks
6026
6027         * BufferView.[Ch]:
6028         * BufferView_pimpl.[Ch]:
6029         * lyxfind.C:
6030         * lyxtext.h:
6031         * text3.C: remove toggleSelection()
6032
6033 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
6034
6035         * bufferlist.C: beautify two alerts (shorter text of buttons)
6036         * buffer.C: Remove redundant ' ' from message
6037         * tabular.h:
6038         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6039         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6040         rename VALIGN_CENTER to VALIGN_MIDDLE
6041
6042 2003-08-11  André Pönitz  <poenitz@gmx.net>
6043
6044         * lyxtext.h (getPar):
6045         * text.C: new function
6046
6047 2003-08-11  André Pönitz  <poenitz@gmx.net>
6048
6049         * Makefile.am:
6050         * tracer.[Ch]: remove unneeded files
6051
6052         * InsetList.[Ch]: remove resizeInsetsLyXText()
6053
6054         * lyxtext.h:
6055         * text.C:
6056         * text2.C:
6057         * text3.C: merge insertParagraphs() and appendParagraph()
6058         remove breakAgain(), update()
6059
6060         * BufferView_pimpl.[Ch]:
6061         * bufferview_funcs.[Ch]:
6062         * lyxfunc.C:
6063         * paragraph.[Ch]:
6064         * rowpainter.C:
6065         * tabular.C: adjust after text & InsetList changes.
6066
6067 2003-08-08  André Pönitz  <poenitz@gmx.net>
6068
6069         * text.C (insertChar, backspace): replace rowlist fiddling
6070         with rebreak of full par
6071
6072         * lyxtext.h:
6073         * text.C (breakAgainOneRow, redoHeightOfParagraph,
6074         checkParagraph, updateInset): removed
6075
6076 2003-08-07  André Pönitz  <poenitz@gmx.net>
6077
6078         * paragraph.C:
6079         * text3.C: merge some LFUN handlers, remove dead code
6080
6081 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6082
6083         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6084
6085 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
6086
6087         * text2.C (DEPM): fix part of bug 1255 and 1256
6088
6089 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6090
6091         * BufferView_pimpl.C (workAreaDispatch): change to use
6092         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6093         that are no mouse related.
6094
6095 2003-08-05  André Pönitz  <poenitz@gmx.net>
6096
6097         * BufferView.[Ch]:
6098         * BufferView_pimpl.[Ch]:
6099         * bufferview_funcs.C:
6100         * text2.C:
6101         * text3.C: rip out "deep update"
6102
6103         * textcursor.[Ch] (last_sel_cursor): remove unused member
6104
6105 2003-08-04  André Pönitz  <poenitz@gmx.net>
6106
6107         * BufferView.[Ch]:
6108         * BufferView_pimpl.[Ch]:
6109         * ParagraphParameters.C:
6110         * bufferview_funcs.C:
6111         * lyx_cb.C:
6112         * lyxfind.C:
6113         * lyxfunc.C:
6114         * text.C:
6115         * text2.C:
6116         * text3.C: replace "complicated" BufferView::update(...) calls with
6117         simpler ones.
6118
6119         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6120
6121 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6122
6123         * Makefile.am (lyx_SOURCES): add paper.h
6124
6125 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6126
6127         * Makefile.am: move things around so that both lyx-qt and
6128         lyx-xforms can be built (according to --with-frontend). Then lyx
6129         is a symbolic link to lyx-[firstfrontend]
6130
6131 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6132
6133         * Always use std::endl with lyxerr
6134
6135 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6136
6137         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6138
6139 2003-08-01  André Pönitz  <poenitz@gmx.net>
6140
6141         * BufferView.[Ch]:
6142         * BufferView_pimpl.[Ch]:
6143         * lyxfunc.C:
6144         * text3.C: merge BufferView::repaint() and BufferView::update()
6145
6146 2003-08-01  José Matos  <jamatos@lyx.org>
6147
6148         * buffer.[Ch]: file_format is no longer a buffer data element.
6149
6150 2003-08-01  André Pönitz  <poenitz@gmx.net>
6151
6152         * BufferView.C:
6153         * lyxtext.h:
6154         * text.C:
6155         * text2.C: make redoParagraph more independent of current cursor
6156
6157         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6158         * text.C:
6159         * text2.C: remove unneeded members
6160
6161 2003-07-30  André Pönitz  <poenitz@gmx.net>
6162
6163         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6164
6165         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6166           create a single function...
6167
6168         * paragraph_funcs.C (moveItem): ... here.
6169
6170         * text.C:
6171           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6172
6173 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6174
6175         * LColor.[Ch]: Add comment and greyedout logical colors.
6176
6177 2003-07-30  André Pönitz  <poenitz@gmx.net>
6178
6179         * tabular.C: don't use Assert too heavily. This crashes where it
6180           shouldn't
6181
6182 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6183
6184         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6185         is disabled (bug 1232)
6186
6187 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6188
6189         * factory.C: limited 'arg' scope
6190
6191 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6192
6193         * factory.C: fixed Note submenu issues
6194
6195 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6196
6197         * factory.C: submenu for Note/Comment/Greyedout
6198
6199 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6200
6201         * lyx_main.C (LyX):
6202         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6203
6204 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6205
6206         * LaTeXFeatures.C:
6207         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6208         greyedout. Patch provided by Jürgen Spitzmüller.
6209
6210 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6211
6212         * kbmap.C (read): fix error message when reading bind files
6213
6214 2003-07-29  Angus Leeming  <leeming@lyx.org>
6215
6216         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6217         certainly does not do what it purports to do. I am doing it, and
6218         us, a favour by killing it.
6219
6220 2003-07-28  José Matos  <jamatos@lyx.org>
6221
6222         * buffer.C (readBody, do_writeFile):
6223         * paragraph.C(readParagraph): \end_document replaces \the_end.
6224
6225 2003-07-29  André Pönitz  <poenitz@gmx.net>
6226
6227         * BufferView.[Ch]:
6228         * BufferView_pimpl.[Ch]:
6229         * lyxfunc.C:
6230         * text2.C:
6231         * text3.C:
6232         * textcursor.[Ch]: remove toggleToggle & Co
6233
6234 2003-07-28  José Matos  <jamatos@fep.up.pt>
6235
6236         * buffer.C (readParagraph):
6237         * params_func (readParToken, readParagraph):
6238         * paragraph.C (write): \layout -> \begin_layout.
6239
6240 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6241
6242         * lyxlex_pimpl.C (setFile): clean up slightly.
6243
6244         * bufferparams.h: add compressed var
6245
6246         * buffer_funcs.C (readFile): adjust for LyXLex change
6247         (newFile): ditto + simplify
6248
6249         * buffer.C (writeFile): handle writing of compressed files
6250
6251         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6252         Check if the file is compressed and set a bufferparm if so.
6253
6254         * Makefile.am (lyx_LDADD): remove explicit -lz
6255
6256 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6257
6258         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6259         makeDocBookFile): put the real LyX version in the first line of
6260         the file
6261
6262         * version.h:
6263         * version.C.in: remove lyx_docversion
6264
6265         * tabular.C (write_attribute): add a template-based version to
6266         write enums properly
6267
6268 2003-07-28  André Pönitz  <poenitz@gmx.net>
6269
6270         * lyxtext.h:
6271         * text.C:
6272         * text2.C:
6273         * text3.C: use doubles again for x-coordinates. They are needed.
6274
6275 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6276
6277         * messages.C (getLocaleDir): use lyx_localedir()
6278
6279         * lyxlex_pimpl.C (setFile): compress stuff
6280
6281         * buffer.C (writeFile): add some compression stuff
6282         (do_writeFile): new func, dont call expliti close... will this
6283         breake anything?
6284
6285         * Makefile.am (lyx_LDADD): add -lz
6286
6287 2003-07-28  José Matos  <jamatos@fep.up.pt>
6288
6289         * buffer.C: increment file format.
6290         * paragraph_funcs (readParagraph, readParToken):
6291         * paragraph.C (readParagraph): add \end_layout.
6292
6293 2003-07-27  Angus Leeming  <leeming@lyx.org>
6294
6295         * Makefile.am: remove special casing for configure-time setting of
6296         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6297
6298         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6299         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6300
6301 2003-07-26  André Pönitz  <poenitz@gmx.net>
6302
6303         * paragraph_func.[Ch]:
6304         * paragraph.C (realizeFont): inline it whereever it is used
6305
6306         * rowpainter.C:
6307         * text.C:
6308         * text2.C:
6309         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6310
6311
6312 2003-07-26  André Pönitz  <poenitz@gmx.net>
6313
6314         *       lyxtext.h:
6315         * text.C:
6316         * text2.C: get rid of LyXText::need_break_row
6317
6318 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6319
6320         * toc.[Ch]: put namespace toc inside namespace lyx
6321
6322         * MenuBackend.C (expandToc2): adjust for lyx::toc
6323         (expandToc): ditto
6324
6325         * lyxfunc.C (dispatch): adjust for lyx::find
6326
6327         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6328         lyx::find instead. Reorganize a bit.
6329         (LyXReplace): rename to replace
6330         (LyXFind): rename to find
6331
6332         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6333         (dispatch): ditto
6334
6335 2003-07-26  André Pönitz  <poenitz@gmx.net>
6336
6337         * text.C (setHeightOfRow): restrict scope of temporary variable
6338
6339         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6340           code (never has been used?)
6341
6342 2003-07-27  Asger Alstrup  <alstrup@local>
6343
6344         * text.C (fill): Optimise algorithm to exploit that we can reuse
6345         the LyXFont for many characters.
6346         (setHeightOfRow): Same thing.
6347         (rowBreakPoint): Same thing.
6348
6349 2003-07-26  Asger Alstrup  <alstrup@local>
6350
6351         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6352
6353         * text.C (singleWidth): Spurious font copying in hot-spot
6354         singleWidth avoided. Reorder tests for arabic for efficiency.
6355
6356         * text.C (fill): handle empty paragraphs better.
6357
6358 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6359
6360         * ispell.C:
6361         * encoding.h: add includes
6362
6363         * lyxrc.C: remove reading of bind files
6364
6365         * lyx_main.C (init): setup bindings and menus only if we have a
6366         gui.
6367
6368         * kbmap.C (read): new method. Do the actual reading of bind
6369         files.
6370
6371         * converter.C (dvipdfm_options):
6372         * bufferparams.C:
6373         * lyxrc.C (read):
6374         (output): adapt PAPER_* enums.
6375
6376         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6377
6378         * bufferparams.h: remove paper-related enums from there
6379
6380         * paper.h: New file. A trivial header file to hold paper-related
6381         enums. It should later expand to contain many paper-related
6382         horrors access.
6383
6384         * lyxrc.C: declare extern displayTranslator
6385
6386 2003-07-27  José Matos  <jamatos@fep.up.pt>
6387
6388         * tabular.[Ch] (linuxdoc): add support for tables and figures
6389         (linuxdoc).
6390
6391 2003-07-27  José Matos  <jamatos@fep.up.pt>
6392
6393         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6394         consistency in both functions.
6395         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6396
6397 2003-07-26  Asger Alstrup  <alstrup@local>
6398
6399         * rowpainter.C (paintRows): Change algorithm to work directly on
6400         the insets rather than asking every character in the document
6401         whether its an inset.
6402
6403 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6404
6405         * buffer.C (openFileWrite): factorize some code
6406
6407 2003-07-26  Angus Leeming  <leeming@lyx.org>
6408
6409         * lyx_cb.C:
6410         * lyx_main.[Ch]: replace occurances of system_tempdir with
6411         os::getTmpDir().
6412
6413 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6414
6415         * rename Inset to InsetOld
6416
6417 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6418
6419         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6420         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6421         which I think is a bit clearer. EDIT is gone, since it was
6422         premature optimisation, and broken for mathed anyway.
6423         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6424         with cursor positioning in insets as well (math insets still do not
6425         work, but that's a different story anyway.) It mysteriously
6426         crashes sometimes with undo in the first paragraph, but I'm fairly
6427         confident that this is a compiler bug.
6428
6429 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6430
6431         * paragraph.C (Paragraph): adjust for new clone return type
6432         (operator==): ditto
6433         (copyIntoMinibuffer): ditto
6434
6435 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6436
6437         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6438         by not having a special case, and always doing a full rebreak of
6439         the document after undo.
6440
6441 2003-07-23  Angus Leeming  <leeming@lyx.org>
6442
6443         * factory.C (createInset): InsetExternal::setParams now takes a
6444         Buffer const * arg.
6445
6446 2003-07-23  Angus Leeming  <leeming@lyx.org>
6447
6448         * factory.C (createInset): changed interface to the external and
6449         graphics mailers' string2params functions.
6450
6451 2003-07-23  Angus Leeming  <leeming@lyx.org>
6452
6453         * factory.C (createInset): pass a
6454         Buffer const * parameter to InsetExternalMailer's string2params.
6455
6456 2003-07-22  John Levon  <levon@movementarian.org>
6457
6458         * Thesaurus.h: include the right aiksaurus header
6459
6460 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6461
6462         * MenuBackend.C (expand): check menu shortcuts unconditionally
6463
6464 2003-07-21  Angus Leeming  <leeming@lyx.org>
6465
6466         * factory.C (createInset): pass a
6467         buffer_path parameter to InsetGraphicsMailer's string2params.
6468
6469 2003-07-21  Angus Leeming  <leeming@lyx.org>
6470
6471         * BufferView_pimpl.C (buffer):
6472         * buffer.C (d-tor):
6473         * lyx_main.C (LyX):
6474         * lyxfunc.C (dispatch):
6475         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6476         rather than the grfx shortcut.
6477
6478 2003-07-21  André Pönitz  <poenitz@gmx.net>
6479
6480         * rowpainter.C: remove unused variables
6481
6482         * tabular_funcs.C:
6483         * tabular_funcs.h: move to tabular.C
6484         * Makefile.am: adjust
6485
6486         * tabular.[Ch]: basic optical cleaning
6487
6488         * author.h: pass references, not values
6489
6490 2003-07-18  André Pönitz  <poenitz@gmx.net>
6491
6492         * lyxtext.h:
6493         * metricsinfo.C:
6494         * metricsinfo.h:
6495         * rowpainter.C:
6496         * text.C:
6497         * text2.C:
6498         * text3.C: two-phase drawing for InsetText and InsetTabular
6499         some float -> int changes.
6500
6501 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6502
6503         * lyx_main.C: fix the fix
6504
6505 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6506
6507         * lyx_main.C: fix a crash in batch mode if no files specified
6508         * converter.C: ws
6509
6510 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6511
6512         * format.[Ch] (papersize): moved to BufferParams
6513         * converter.[Ch] (dvips_options): moved to BufferParams
6514         (dvipdfm_options): moved to anon namespace
6515         * bufferparams.[Ch]: added above functions.
6516
6517 2003-07-17  André Pönitz  <poenitz@gmx.net>
6518
6519         * lyxtext.h:
6520         * rowpainter.C:
6521         * text2.C: don't call inset->update() anymore
6522
6523         * metricsinfo.[Ch]: add convenience constructor
6524
6525 2003-07-16  André Pönitz  <poenitz@gmx.net>
6526
6527         * lyxcursor.[Ch]:
6528         * lyxfunc.[Ch]:
6529         * text.C:
6530         * text2.C: replace the LyXCursor::irow_ member with
6531          on-demand computation of the value
6532
6533 2003-07-16  John Levon  <levon@movementarian.org>
6534
6535         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6536
6537 2003-07-15  André Pönitz  <poenitz@gmx.net>
6538
6539         * text.C:
6540         * text2.C: remove no more needed refresh_row
6541
6542 2003-07-15  André Pönitz  <poenitz@gmx.net>
6543
6544         * lyxtext.h:
6545         * rowpainter.C:
6546         * text2.C:
6547         * text3.C: refresh_status tristate -> need_update bool
6548
6549 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6550
6551         * lyxtext.h (init): remove reinit argument (act as if always true)
6552         * text2.C: adjust to that
6553
6554 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6555
6556         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6557         * text3.C: use it to delete selections in some cases
6558         (bugs 441, 673, 702, 954).
6559
6560 2003-07-14  André Pönitz  <poenitz@gmx.net>
6561
6562         * rowpainter.[Ch]: reduce interface
6563
6564 2003-07-14  André Pönitz  <poenitz@gmx.net>
6565
6566         * BufferView_pimpl.C:
6567         * text2.C: adjust after removing unused BufferView * argument
6568
6569 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6570
6571         * text2.C (init): fix a crash fired on resize
6572
6573 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6574
6575         * buffer.[Ch]: added new closing signal
6576         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6577         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6578         BufferView::Pimpl via the closing the signal
6579
6580 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6581
6582         * buffer.[Ch]: take out all bv-related from buffer
6583         * BufferView.C:
6584         * BufferView_pimpl.[Ch]: connect to new signals
6585         * CutAndPaste.C: removed useless asserts
6586         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6587         * lyxvc.[Ch]:
6588         * vc-backend.[Ch]:
6589         * lyxfunc.C: moved view-related funciontality from vc here
6590         * paragraph.C: removed outdated comments
6591         * text.C: ws
6592
6593 2003-07-10  André Pönitz  <poenitz@gmx.net>
6594
6595         * BufferView_pimpl.C:
6596         * tabular.h:
6597         * tabular_funcs.C:
6598         * text.C:
6599         * text2.C: remove InsetText::InnerCache, clean up consequences
6600
6601 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6602
6603         * ispell.C: fix two typos in error messages
6604
6605 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6606
6607         * Extend Note inset to other forms of annotation like Comment
6608         and Greyedout. Right button click gives dialog.
6609
6610         Files modified or added (+):
6611
6612         * insetnote.[Ch]
6613         * FormNote.[Ch]      +
6614         * ControlNote.[Ch]   +
6615         * form_note.fd       +
6616         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6617         frontends/controllers
6618         * xforms/Dialogs.C
6619         * factory.C
6620
6621 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6622
6623         * aspell.C: add missing namespace lyx::support
6624
6625 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6626
6627         * BufferView.[Ch] (newFile): Add
6628         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6629         * LaTeX.[Ch] (message): added this signal and use it
6630         * buffer.[Ch] (busy, message): added these signals and use them
6631         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6632         * converter.C:
6633         * exporter.C:
6634         * format.C:
6635         * importer.C: use buffer signals instead of direct bv calling
6636         * lyx_cb.[Ch] (ShowMessage): removed
6637         * lyx_main.C:
6638         * lyxfunc.C:
6639         * paragraph_funcs.C:
6640         * text2.C: use buffer signals
6641
6642 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6643
6644         * introduce namespace lyx::graphics
6645
6646 2003-07-02  André Pönitz  <poenitz@gmx.net>
6647
6648         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6649
6650 2003-07-01  André Pönitz  <poenitz@gmx.net>
6651
6652         * text.C:
6653         * text2.C:
6654         * text3.C:
6655         * text_funcs.[Ch]:
6656         * textcursor.h:
6657         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6658           text*.C to text_func.C
6659
6660 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6661
6662         * introduce namespace lyx::support
6663
6664 2003-06-30  André Pönitz  <poenitz@gmx.net>
6665
6666         * Chktex.C:
6667         * funcrequest.C:
6668         * lyxtext.h:
6669         * text.C: re-enable --with-included-string
6670
6671 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6672
6673         * textcursor.C: add <config.h>
6674
6675         * text.C (getWord): remove const from word_location arg
6676
6677         * lyxvc.C (getLogFile): fix const type order
6678
6679         * lyxtext.h: remove const from word_location arg, add arg name
6680
6681         * lyxlayout.h: currect type on labeltype.
6682
6683         * importer.C: correct \file
6684
6685         * converter.C (intToFormat): use std:: on ret val, ws changes
6686
6687         * bufferlist.h: correct \file
6688
6689         * buffer.C (makeLinuxDocFile): fix const type order
6690         (makeDocBookFile): ditto
6691         (fillWithBibKeys): use std:: on stdlib args.
6692
6693         * CutAndPaste.C: fix authors.
6694         (availableSelections): use std:: on return vector
6695
6696 2003-06-27  André Pönitz  <poenitz@gmx.net>
6697
6698         * BufferView_pimpl.C:
6699         * bufferview_funcs.C:
6700         * lyxcursor.C:
6701         * lyxcursor.h:
6702         * lyxfunc.C:
6703         * lyxtext.h:
6704         * rowpainter.C:
6705         * text.C:
6706         * text2.C:
6707         * text3.C: remove LyXCursor::row_ member
6708
6709         * lyxtext.h:
6710         * text.C: rename fullRebreak() to partialRebreak() and implement
6711           a fullRebreak() that really bereks fully
6712
6713         * textcursor.h: new struct for cursor-related data
6714
6715 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6716
6717         * lyx_main.C (LyX): get full path of document loaded on the
6718         command line
6719
6720 2003-06-26  André Pönitz  <poenitz@gmx.net>
6721
6722         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6723           remove unused/broken operator>,<,>=.
6724
6725         *       text.C: remove only use of broken operator<= in an Assert().
6726
6727 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6728
6729         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6730         moved errorlist_.clear to showErrorList
6731
6732 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6733
6734         * converter.C (scanLog, runLaTeX):
6735         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6736         move the bv->showErrorList call to the callers
6737         * lyxfunc.C: i.e. here...
6738         * text2.C: and here
6739         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6740         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6741         namespace, the second to...
6742         * buffer_funcs (BufferFormat, parseErrors): added
6743         * errorlist.C (ErrorList(TeXErrors const &)): removed
6744
6745 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6746
6747         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6748
6749 2003-06-24  "Garst R. Reese" <reese@isn.net>
6750
6751         * debug.C: fix typo
6752
6753 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6754
6755         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6756
6757         * version.C.in: change docversion to 1.4
6758
6759 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6760
6761         * buffer.C: fix a bug just introduced
6762
6763 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6764
6765         * buffer.[Ch]: added the parseError signal and use it, removed
6766         sgmlError
6767         * BufferView.[Ch] (addError): moved to ...
6768         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6769         to the Buffer::parseError signal to catch (guess what) parse errors
6770         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6771
6772 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6773
6774         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6775         ability to create a buffer and to return an existing one from
6776         the list. Moved these functions to...
6777         * buffer_funcs.[Ch]: added
6778         * BufferView.[Ch] (loadLyXFile): added
6779         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6780         job removed from bufferlist::loadLyXFile.
6781         * buffer.C (setReadOnly): make it work without view
6782         (i.e added an if (users))
6783
6784 2003-06-19  Angus Leeming  <leeming@lyx.org>
6785
6786         * lfuns.h:
6787         * LyXAction.C (init):
6788         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6789         with LFUN_DIALOG_SHOW <name> <data>.
6790
6791 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6792
6793         * CutAndPaste.C (availableSelections): small compilation fix for
6794         ancient (gcc 2.9x) compilers
6795
6796 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6797
6798         * text3.C (cursorNext): add tmp var
6799
6800         * text2.C (updateCounters): for function calling out of for clause
6801         (replaceSelectionWithString): ditto
6802         (insertStringAsParagraphs): ditto
6803         (getColumnNearX): add tmp var
6804         (setCursorFromCoordinates): add tmp var
6805         (cursorDownParagraph): add tmp var
6806         (deleteEmptyParagraphMechanism): add tmp var
6807
6808         * text.C (insertChar): add tmp var
6809
6810         * rowpainter.C (paintDepthBar): add tmp var
6811
6812         * CutAndPaste.C (availableSelections): potentially check all
6813         paragraphs in a cut to fill the shown strings.
6814
6815 2003-06-18  André Pönitz  <poenitz@gmx.net>
6816
6817         * kbmap.[Ch]: use vector<> instead of list<>
6818
6819 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6820
6821         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6822         pasteSelection with index
6823
6824         * text2.C (pasteSelection): modify, call pasteSelection with index
6825
6826         * paragraph.C (asString): reimplement version with no interval to
6827         call the one with interval.
6828
6829         * lyxtext.h: add index arg to pasteSelection
6830
6831         * MenuBackend.C (MenuItem): handle PasteRecent
6832         (Menu::read::Menutags): add md_pasterecent
6833         (read): handle it
6834         (expandPasteRecent): new function
6835         (expand): use it
6836
6837         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6838
6839         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6840         the limited stack
6841         (availableSelections): new function
6842
6843 2003-06-17  Angus Leeming  <leeming@lyx.org>
6844
6845         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6846
6847 2003-06-17  Angus Leeming  <leeming@lyx.org>
6848
6849         * lfuns.h:
6850         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6851
6852         * lyxfunc.C (dispatch): invoke it.
6853
6854 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6855
6856         * iterators.C (operator++, ParPosition): reintroduce some
6857         const_cast for the benefit of older compilers.
6858
6859 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6860
6861         * text3.C (dispatch): do not modify clipboard when doing
6862         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6863         LFUN_DELETE_SKIP on a selection selection
6864
6865 2003-06-16  André Pönitz  <poenitz@gmx.net>
6866
6867         * BufferView.C:
6868         * buffer.C:
6869         * buffer.h:
6870         * paragraph.C:
6871         * tabular.[Ch]: IU of clone() and getLabelList();
6872
6873 2003-06-13  André Pönitz  <poenitz@gmx.net>
6874
6875         * tabular.h: compactification
6876
6877 2003-06-12  André Pönitz  <poenitz@gmx.net>
6878
6879         * tabular.C:
6880         * tabular.h:
6881         * tabular_funcs.h: some renaming plus whitespace
6882
6883 2003-06-12  André Pönitz  <poenitz@gmx.net>
6884
6885         * BufferView.C:
6886         * BufferView_pimpl.C:
6887         * CutAndPaste.C:
6888         * buffer.C:
6889         * iterators.[Ch]:
6890         * lyxfunc.C:
6891         * text.C:
6892         * toc.C: Return a Paragraph & for ParIterator::operator*()
6893
6894 2003-06-11  John Levon  <levon@movementarian.org>
6895
6896         * lyx_main.C:
6897         * ToolbarBackend.h:
6898         * ToolbarBackend.C: add "Toolbars" section and
6899         put the flags there
6900
6901 2003-06-10  Angus Leeming  <leeming@lyx.org>
6902
6903         * lfuns.h:
6904         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6905
6906         * lyxfunc.C (dispatch): invoke it.
6907
6908 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6909
6910         * main.C: protect <ios> with HAVE_IOS
6911         (main): protect sync_with_stdio with HAVE_IOS
6912
6913 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6914
6915         * text2.C (cutSelection): adjust
6916         (pasteSelection): adjust
6917
6918         * messages.C: handle get of empty string
6919
6920         * main.C (main): use sync_with_stdio(false)
6921
6922         * lyxfunc.C (dispatch): adjust
6923
6924         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6925         (WriteAs): remove unneeded BufferView arg.
6926
6927         * bufferparams.h: use correct types on papersize, papersize2 and
6928         paperpackage.
6929
6930         * bufferparams.C (readToken): adjust for type
6931         (writeLaTeX): add missing cases to switch.
6932
6933         * bufferlist.C (quitWriteBuffer): adjust
6934         (close): adjust
6935
6936         * buffer.C (asciiParagraph): remove some commented code.
6937
6938         * CutAndPaste.C: remove current_view extern variable.
6939         (cutSelection): add BufferParams arg.
6940         (eraseSelection): add BufferParams arg.
6941         (pasteSelection): add Buffer const & arg
6942
6943 2003-06-07  John Levon  <levon@movementarian.org>
6944
6945         * buffer.C:
6946         * paragraph_funcs.C:
6947         * paragraph_pimpl.C:
6948         * text.C:
6949         * text2.C:
6950         * paragraph.h:
6951         * paragraph.C: allow InsetERT to freely space lines,
6952         and some consolidation of code
6953
6954 2003-06-06  José Matos  <jamatos@fep.up.pt>
6955
6956         * buffer.C (makeDocBookFile): fix bug #821
6957
6958 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6959
6960         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6961
6962 2003-06-04  Angus Leeming  <leeming@lyx.org>
6963
6964         * buffer.C: bump format to 224.
6965
6966 2003-06-05  André Pönitz  <poenitz@gmx.net>
6967
6968         * text2.C (redoParagraphs): remove two const_cast<>
6969
6970 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6971
6972         * ParagraphList.h: remove last remnants of NO_STD_LIST
6973
6974 2003-06-03  Angus Leeming  <leeming@lyx.org>
6975
6976         * factory.C (createInset): small change to the way InsetExternal's params
6977         are set.
6978
6979 2003-06-04  André Pönitz  <poenitz@gmx.net>
6980
6981         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6982
6983         * paragraph_pimpl.h:
6984         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6985
6986         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6987
6988         * undo_funcs.C: make some simple cases of undo work again
6989
6990 2003-06-03  John Levon  <levon@movementarian.org>
6991
6992         * ispell.C: HPUX doesn't have sys/select.h
6993         (from Albert Chin)
6994
6995 2003-06-03  John Levon  <levon@movementarian.org>
6996
6997         * CutAndPaste.C: update tabular and include inset
6998         buffer references
6999
7000         * buffer.h:
7001         * paragraph.h:
7002         * paragraph.C: remove owningBuffer(), don't pass Buffer
7003         to clone()
7004
7005         * factory.C: insetGraphicsParams changed
7006
7007 2003-06-02  John Levon  <levon@movementarian.org>
7008
7009         * LyXAction.C:
7010         * factory.C:
7011         * lfuns.h:
7012         * lyxfunc.C:
7013         * text3.C: remove insetparent
7014
7015 2003-06-02  John Levon  <levon@movementarian.org>
7016
7017         * buffer.h:
7018         * buffer.C: fix inset_iterator.end(), move out of line
7019         (bug 1149)
7020
7021 2003-06-01  John Levon  <levon@movementarian.org>
7022
7023         * text3.C: use a proper cut/paste when doing inset
7024         insert (from Jürgen Spitzmüller)
7025
7026 2003-06-01  John Levon  <levon@movementarian.org>
7027
7028         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7029
7030 2003-05-30  André Pönitz  <poenitz@gmx.net>
7031
7032         * rowpainter.C: unify second drawing phase
7033
7034 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7035
7036         * trans_mgr.C: remove one case of current_view
7037
7038         * text2.C (cursorBottom): delete NO_STD_LIST stuff
7039
7040         * paragraph_funcs.h: remove paragraph.h include
7041
7042         * paragraph.h: delete NO_STD_LIST stuff
7043
7044         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7045
7046         * buffer.h: remove paragraph.h include
7047
7048         * ParagraphList.C: delete file
7049
7050         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7051
7052         * toc.C (getTocList): adjust
7053
7054         * paragraph_pimpl.C (validate): adjust
7055
7056         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7057
7058         * paragraph.C (Paragraph): adjust
7059         (getPositionOfInset): use const_iterator, adjust
7060         (bibitem): use const_iterator, adjust
7061         (setInsetOwner): adjust
7062
7063         * iterators.C (operator++): adjust
7064
7065         * InsetList.[Ch]: Replace selfmade iterator with standard
7066         vector::iterator also introduce const_iterator. Remove getPos,
7067         getInset and setInset from InsetTable. Adjust accordingly.
7068
7069         * BufferView.C (lockInset): adjust
7070         (ChangeInsets): adjust
7071
7072         * tabular.[Ch]: delete commented same_id functions
7073
7074 2003-05-28  John Levon  <levon@movementarian.org>
7075
7076         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7077
7078 2003-05-28  André Pönitz  <poenitz@gmx.net>
7079
7080         * metricsinfo.[Ch]: remove 'fullredraw' member
7081
7082 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7083
7084         * lyxtextclass.C (operator): remove caching.
7085
7086 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7087
7088         * text3.C: adjust
7089
7090         * text2.C (cursorBottom): adjust
7091         (setCounter): use ParagraphList::find, adjust
7092
7093         * text.C (workWidth): use ParagraphList::find, adjust
7094
7095         * lyxcursor.C (LyXCursor): adjust
7096
7097         * buffer.C (inset_iterator): adjust
7098
7099         * ParagraphList.h: make iterator(value_type) private, make
7100         ParagraphList a friend of iterator.
7101
7102         * ParagraphList.C (find): new function
7103
7104         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7105
7106 2003-05-27  André Pönitz  <poenitz@gmx.net>
7107
7108         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7109
7110 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7111
7112         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7113
7114 2003-05-26  John Levon  <levon@movementarian.org>
7115
7116         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7117
7118 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7119
7120         * remove same_id from function signatures, adjust.
7121
7122 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7123
7124         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7125
7126         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7127
7128         * paragraph.C (Paragraph): get rid of same_ids parameter
7129
7130         * ParagraphList.C (insert): adjust
7131         (push_back): adjust
7132
7133 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7134
7135         * paragraph_funcs.C (breakParagraph): adjust
7136         (breakParagraphConservative): adjust
7137
7138         * buffer.C (readParagraph): adjust
7139
7140         * ParagraphList.C (insert): take a reference instead of a pointer
7141         (insert): adjust
7142
7143         * paragraph.[Ch] (id): new function
7144
7145         * bufferlist.C (newFile): adjust
7146
7147         * ParagraphList.C (ParagraphList): adjust
7148         (assign): adjust
7149         (push_back): take a reference instead of a pointer.
7150
7151         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7152
7153         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7154         instead.
7155
7156         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7157         set else use old code.
7158
7159         * ParagraphList.C: remove all NO_NEXT code and only compile this
7160         code of NO_STD_LIST is set.
7161
7162 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7163
7164         * BufferView_pimpl.C:
7165         * TextCache.C:
7166         * TextCache.h:
7167         * bufferlist.C:
7168         * errorlist.h:
7169         * format.C:
7170         * format.h:
7171         * graph.C:
7172         * lyxfunc.C:
7173         * lyxrc.C:
7174         * graphics/GraphicsConverter.C:
7175         * graphics/PreviewLoader.C: header adjustment
7176
7177 2003-05-23  Angus Leeming  <leeming@lyx.org>
7178
7179         * LaTeXFeatures.[Ch] (useBabel): new method.
7180         * bufferparams.C (writeLaTeX): use it.
7181
7182 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7183
7184         * ParagraphList.h (set): remove unused function.
7185
7186 2003-05-23  André Pönitz  <poenitz@gmx.net>
7187
7188         * BufferView.C:
7189         * BufferView_pimpl.C:
7190         * buffer.C:
7191         * buffer.h:
7192         * lyxfunc.C:
7193         * undo_funcs.C: setUndo reworked
7194
7195         * iterators.[Ch]: add access to topmost ParagraphList
7196
7197         * lyxtext.[Ch] (workWidth): add a const
7198
7199 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7200
7201         * texrow.[Ch] (increasePos): remove function
7202         * exporter.C (export): removed unused var and outdated comment
7203
7204 2003-05-23  Angus Leeming  <leeming@lyx.org>
7205
7206         * latexrunparams.h: rename fragile as moving_arg.
7207         * paragraph.C (simpleTeXOnePar): ditto.
7208         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7209
7210 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7211
7212         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7213         (createUndo): ditto
7214         (textUndoOrRedo): comment out a currently unused var.
7215
7216         * paragraph.h (NO_NEXT): enable NO_NEXT
7217
7218         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7219
7220         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7221
7222         * exporter.C (Export): adjust for removeAutoInsets removal.
7223
7224         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7225
7226         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7227
7228         * BufferView.[Ch] (removeAutoInsets): delete function
7229
7230 2003-05-22  Angus Leeming  <leeming@lyx.org>
7231
7232         * latexrunparams.h: add a free_spacing variable.
7233
7234         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7235         to pass moving_arg, as the data is stored in runparams.fragile.
7236
7237         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7238         to Inset::latexOptional or to simpleTeXOnePar.
7239
7240         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7241         free_spacing arg to Inset::latexOptional.
7242
7243         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7244         free_spacing arg.
7245
7246 2003-05-22  Angus Leeming  <leeming@lyx.org>
7247
7248         * latexrunparams.h: add fragile and use_babel variables.
7249
7250         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7251         * buffer.C (makeLaTeXFile): store this returned value in
7252         runparams.use_babel, thus passing it to the inset::latex methods.
7253
7254         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7255         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7256
7257         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7258         longer has a fragile arg, as it is stored in runparams.fragile.
7259
7260         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7261         moving_arg parameter as the data is stored in runparams.fragile.
7262
7263         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7264         a fragile parameter as the data is stored in runparams.fragile.
7265
7266 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7267
7268         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7269
7270 2003-05-22  Angus Leeming  <leeming@lyx.org>
7271
7272         * latexrunparams.h: add a 'bool nice' which defaults to false.
7273
7274         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7275         now encapsulated within runparams.
7276
7277         * bufferlist.C (updateIncludedTeXfiles):
7278         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7279
7280 2003-05-22  Angus Leeming  <leeming@lyx.org>
7281
7282         * latexrunparams.h: new file containing struct LatexRunParams.
7283         * Makefile.am: add new file.
7284
7285         * LaTeX.[Ch] (c-tor, run):
7286         * buffer.[Ch] (makeLaTeXFile):
7287         * bufferlist.[Ch] (updateIncludedTeXfiles):
7288         * converter.C (convert, scanLog):
7289         * converter.[Ch] (runLaTeX):
7290         * exporter.C (Export):
7291         * paragraph.[Ch] (simpleTeXOnePar):
7292         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7293         * paragraph_funcs.[Ch] (latexParagraphs):
7294         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7295         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7296         pass around a LatexRunParams parameter.
7297
7298 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7299
7300         * paragraph.[Ch]: remove unused constructor
7301
7302         * ParagraphList.C (erase): new function, taking two iterators
7303
7304 2003-05-22  André Pönitz  <poenitz@gmx.net>
7305
7306         * undo_funcs.C: remove duplicated code
7307
7308         * iterator.[Ch]: operator=
7309
7310 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7311
7312         * tabular.C (SetMultiColumn): ws changes
7313
7314         * rowpainter.C (paintFirst): get rid of a ->previous
7315
7316         * lyx_cb.C (getPossibleLabel): parlist simplification
7317
7318         * BufferView.C (ChangeInsets): simplify slightly.
7319
7320 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7321
7322         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7323         * lfuns.h: new LFUN_SPACE
7324         * lyxfunc.C: protected space has a new lfun
7325         * paragraph_funcs.C: read new space insets
7326         * text3.C:
7327         * factory.C: handle new space insets
7328
7329 2003-05-22  André Pönitz  <poenitz@gmx.net>
7330
7331         * BufferView.C:
7332         * BufferView_pimpl.C:
7333         * buffer.[Ch]:
7334         * lyxfunc.C:
7335         * undo_funcs.C: return a ParIterator from getParFromID.
7336
7337         * iterators.[Ch]: add two const's
7338
7339 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7340
7341         * toc.C (getTocList): adjust
7342
7343         * iterators.[Ch]: rework for parlist
7344
7345         * buffer.C (par_iterator_begin): adjust
7346         (par_iterator_end): adjust
7347
7348         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7349
7350         * BufferView.C (removeAutoInsets): adjust
7351         (ChangeInsets): adjust
7352
7353 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7354
7355         * text.C (top_y): fix bug 1110
7356
7357 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7358
7359         * errorlist.[Ch]: added
7360         * buffer.C:
7361         * BufferView.[Ch]:
7362         * BufferView_pimpl.C:
7363         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7364         instead
7365
7366 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7367
7368         * Makefile.am: ensure that lyx is relinked upon changes to the
7369         various "convenience" libs.
7370
7371 2003-05-20  Angus Leeming  <leeming@lyx.org>
7372
7373         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7374         files are compiled in alphabetical order again.
7375
7376         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7377
7378 2003-05-19  Angus Leeming  <leeming@lyx.org>
7379
7380         * gettext.[Ch]: remove "char const * _(char const *)".
7381
7382 2003-05-19  André Pönitz  <poenitz@gmx.net>
7383
7384         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7385
7386         * Makefile.am:
7387         * BufferView.C:
7388         * DepTable.h:
7389         * LaTeXFeatures.C:
7390         * buffer.C:
7391         * lyxfont.C:
7392         * lyxlex.h:
7393         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7394
7395 2003-05-19  André Pönitz  <poenitz@gmx.net>
7396
7397         * buffer.C:
7398         * lyxlayout.[Ch]:
7399         * lyxtextclass.[Ch]:
7400         * paragraph.C:
7401         * paragraph_funcs.[Ch]:
7402         * text2.C:
7403         * text3.C: more insetenv work
7404
7405 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7406
7407         * ParagraphParameters.C (params2string): small bug fixed
7408
7409 2003-05-16  André Pönitz  <poenitz@gmx.net>
7410
7411         * debug.C:
7412         * bufferview_funcs.C: patch from Kornel Benko to prevent
7413           crash when _(...) is called twice in a statement
7414
7415 2003-05-16  André Pönitz  <poenitz@gmx.net>
7416
7417         * BufferView.C:
7418         * lyxfunc.C:
7419         * text.C:
7420         * text2.C:
7421         * text3.C:
7422         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7423
7424 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7425
7426         * lyx_main.C (init): remove spurious static_cast
7427
7428 2003-05-14  André Pönitz  <poenitz@gmx.net>
7429
7430         * BufferView.C: fix format string
7431
7432 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7433
7434         * BufferView.[Ch] (insertErrors): removed
7435         * BufferView.[Ch] (showErrorList): added
7436         * buffer.C (runChkTeX):
7437         * converter.C (scanLog): call showErrorList instead of inserterrors
7438
7439 2003-05-13  André Pönitz  <poenitz@gmx.net>
7440
7441         * BufferView_pimpl.C:
7442         * buffer.C:
7443         * bufferview_func.C:
7444         * MenuBackend.C:
7445         * lyxfunc.C:
7446         * lyxrc.C:
7447         * tex-accent.C:
7448         * text3.C:
7449         * toc.C:
7450         * tabular_funcs.h: tostr() from its own header
7451
7452         * ParagraphParameters.C:
7453         * ToolbarBackend.C:
7454         * bufferparams.C:
7455         * format.C:
7456         * lyxlex_pimpl.C:
7457         * text3.C: STRCONV()
7458
7459 2003-05-12  André Pönitz  <poenitz@gmx.net>
7460
7461         * BufferView.C:
7462         * BufferView_pimpl.C:
7463         * CutAndPaste.C:
7464         * LaTeX.C:
7465         * LaTeXFeatures.C:
7466         * ParagraphParameters.C:
7467         * buffer.C:
7468         * bufferlist.C:
7469         * bufferparams.C:
7470         * bufferview_funcs.C:
7471         * converter.C:
7472         * counters.C:
7473         * debug.C:
7474         * exporter.C:
7475         * format.C:
7476         * importer.C:
7477         * lyx_cb.C:
7478         * lyx_main.C:
7479         * lyxfont.C:
7480         * lyxfunc.C:
7481         * lyxvc.C:
7482         * paragraph.C:
7483         * paragraph_funcs.C:
7484         * tabular.C:
7485         * tabular_funcs.C:
7486         * text2.C:
7487         * text3.C:  boost::format -> bformat  all over the place
7488
7489
7490 2003-05-09  André Pönitz  <poenitz@gmx.net>
7491
7492         * LColor.[Ch]: Pimpl the #include <map> away
7493
7494 2003-05-09  John Levon  <levon@movementarian.org>
7495
7496         * bufferlist.C: never remove emergency saves
7497
7498 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7499
7500         * Makefile.am: better lib building
7501
7502 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7503
7504         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7505         instead.
7506         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7507         (simpleTeXSpecialChars): adjust
7508         (simpleTeXSpecialChars): adjust
7509         * paragraph.C (simpleTeXOnePar): adjust
7510         * buffer.C (makeLaTeXFile): adjust
7511
7512         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7513
7514         * text2.C (changeDepth): parlist cleanup
7515         (getColumnNearX): ditto
7516
7517         * rowpainter.C (getLabelFont): parlist cleanup
7518
7519         * bufferlist.C (newFile): parlist cleanup
7520
7521         * CutAndPaste.C (eraseSelection): parlist cleanup
7522
7523         * BufferView_pimpl.C (trackChanges): parlist cleanup
7524         (dispatch): ditto
7525
7526         * BufferView.C (lockInset): parlist cleanup.
7527         (ChangeInsets): ditto
7528
7529 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7530
7531         * CutAndPaste.h: Update file header.
7532
7533         * CutAndPaste.C: Update file header.
7534         Store the parts cut out of the Document in a limited_stack.
7535         (copySelection): adjust
7536         (pasteSelection): new function, takes the index in the limited stack.
7537         (nrOfParagraphs): adjust
7538         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7539         simplify error inset insertion.
7540         (checkPastePossible): adjust
7541
7542 2003-05-06  John Levon  <levon@movementarian.org>
7543
7544         * text2.C: don't cast wrap inset to float
7545
7546 2003-05-05  André Pönitz  <poenitz@gmx.net>
7547
7548         * iterator.C:
7549         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7550
7551         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7552           few naked Paragraph *.
7553
7554 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7555
7556         * bufferparams.C: Output warning if a document with missing
7557         TeX document class is loaded
7558         * exporter.C: Disable TeX exports if the document class is missing
7559         * lyxtextclass.C:
7560         * lyxtextclass.h:
7561         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7562         isTeXClassAvailable()
7563
7564 2003-05-03  John Levon  <levon@movementarian.org>
7565
7566         * BufferView.h:
7567         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7568         explicit cursor show/hide
7569
7570         * BufferView_pimpl.h:
7571         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7572         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7573
7574         * lyxfunc.C: hide cursor before dispatching.
7575
7576         * lyx_cb.C:
7577         * lyxfind.C:
7578         * text.C:
7579         * text3.C: remove explicit cursor hides
7580
7581 2003-05-02  André Pönitz  <poenitz@gmx.net>
7582
7583         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7584
7585         * undo_funcs.C:
7586         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7587           linked lists
7588
7589         * text2.C: tiny whitespace
7590
7591 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7592
7593         * undo_funcs.C: almost only ws changes.
7594
7595         * ParagraphList.C (splice): just return if pl is empty.
7596
7597 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7598
7599         * ParagraphList.C (splice): new function.
7600
7601         * CutAndPaste.C (pasteSelection): use it
7602
7603 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7604
7605         * CutAndPaste.C (pasteSelection): remove the last next and
7606         previous from this file.
7607
7608 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7609
7610         * CutAndPaste.C (pasteSelection): more clean up, user proper
7611         ParagraphList functions for pasteing.
7612
7613         * ParagraphList.C (insert): new function, three arg insert
7614
7615 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7616
7617         * ParagraphList.C (insert): new function, three arg insert
7618
7619         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7620         not on paragraphs.
7621
7622 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7623
7624         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7625
7626 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7627
7628         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7629
7630 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7631
7632         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7633         (copySelection): clean up a bit.
7634         (pasteSelection): use make_pair
7635
7636         * ParagraphList.C (ParagraphList): implement copy constructor
7637         (operator=): implement, base on copy constructor.
7638         (assign): new func
7639
7640         * paragraph.C (erase): return a bool
7641
7642         * paragraph_pimpl.C (erasePos): remove function, move contents...
7643         (erase): ... here. Return a bool.
7644         (erase): call erase instead of erasePos.
7645
7646 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7647
7648         * ParagraphList.h: define PitPosPair
7649         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7650         ParagraphList, fix a bug on pasting multiple pars
7651         * text2.C: change interface to C&P
7652
7653 2003-04-30  André Pönitz  <poenitz@gmx.net>
7654
7655         * undo_func.C: revert part of yesterday's patch 2
7656
7657 2003-04-30  John Levon  <levon@movementarian.org>
7658
7659         * LColor.C: s/tabular/table/
7660
7661 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7662
7663         * text3.C (dispatch): do not convert iterator -> pointer
7664         * undo_funcs.C (setCursorParUndo): ditto
7665         * text_funcs.C (transposeChars): ditto
7666
7667         * text2.C (setLayout): ws changes only
7668
7669         * text.C (breakParagraph): do not convert iterator -> pointer
7670         (insertChar): ditto
7671         (acceptChange): ditto
7672         (rejectChange): ditto
7673         (changeCase): ditto
7674         (Delete): ditto
7675         (backspace): ditto
7676
7677         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7678         pointer
7679
7680 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7681
7682         * text3.C (gotoInset): YABG (yet another bad getChar)
7683
7684 2003-04-29  André Pönitz  <poenitz@gmx.net>
7685
7686         * paragraph.h: make operator= private unimplemented as long as
7687           it is unusable
7688
7689         * ParagraphList.C: whitespace
7690
7691         * paragraph.[Ch]:
7692         * paragraph_pimpl.[Ch]:
7693         * paragraph_funcs.C:
7694         * CutAndPaste.C:
7695         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7696
7697         * text2.C:
7698           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7699
7700 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7701
7702         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7703         * paragraph.[Ch] (erase):
7704         * paragraph_pimpl.[Ch] (erase): change return type and value
7705         * text2.C (cutSelection): some rework
7706
7707 2003-04-28  John Levon  <levon@movementarian.org>
7708
7709         * bufferlist.C: changes for unsaved changes dialog
7710
7711 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7712
7713         * bufferlist.C (newFile): set language (messages_) for new
7714         documents also.
7715
7716         * buffer.C (readFile): ws changes only.
7717
7718 2003-04-28  André Pönitz  <poenitz@gmx.net>
7719
7720         * undo_funcs.C:
7721         * lyxfunc.C:
7722         * buffer.[Ch]:
7723         * BufferView_pimpl.C:
7724         * BufferView.C: getParFromID related ParagraphList::iterator changes
7725
7726 2003-04-28  André Pönitz  <poenitz@gmx.net>
7727
7728         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7729           Changes
7730
7731 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7732
7733         * messages.C: remove one more localedir class variable.
7734
7735 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7736
7737         * messages.C (getLocaleDir): singleton generation function
7738         (Pimpl): use it.
7739         (Messages): add a default constructor.
7740
7741         * main.C (main): do not setup localedir here, do not call
7742         gettext_init.
7743
7744         * gettext.C (_): use it.
7745         (gettext_init): delete funciton
7746
7747 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7748
7749         * gettext.C (getLyXMessages): new singleton generating function.
7750
7751         * buffer.C (updateDocLang): adjust
7752
7753         * Makefile.am (messages.o): add target
7754         (main.o): remove target
7755
7756 2003-04-27  John Levon  <levon@movementarian.org>
7757
7758         * bufferlist.C:
7759         * lyx_cb.C:
7760         * lyxfunc.C:
7761         * lyxvc.C: specify cancel button in Alert::prompt
7762
7763 2003-04-26  John Levon  <levon@movementarian.org>
7764
7765         * text3.C:
7766         * lyxfunc.C:
7767         * lfuns.h:
7768         * LyXAction.C: add LFUN_INSET_SETTINGS
7769
7770         * lyxfunc.C: don't enable tabular-feature when there's
7771         just any locking inset
7772
7773 2003-04-26  John Levon  <levon@movementarian.org>
7774
7775         * bufferlist.C: re-add Cancel to buffer close question
7776
7777         * lyxfunc.C: fix import UI a bit
7778
7779 2003-04-25  John Levon  <levon@movementarian.org>
7780
7781         * gettext.C: remove the broken asserts for now
7782
7783 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7784
7785         * messages.C: make case where setlocale cannot comply work better.
7786
7787         * buffer.C (updateDocLang): new function
7788         (changeLanguage): use it
7789         (readFile): use it
7790
7791         * text2.C (setCounter): use B_ a bit.
7792
7793         * lyxlayout.C (Read): be sure to trim the label strings.
7794
7795         * messages.C (Messages): fix typo in comment
7796
7797         * buffer.C (readFile): set message_ after file is loaded.
7798         (makeDocBookFile): remove double return
7799         (changeLanguage): reset message_ upon language change.
7800         (B_): new func, use this to get translated buffer strings.
7801
7802         * main.C: add myself and Jean Marc as authors.
7803
7804 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7805
7806         * messages.[hC]: pimplify Messages, and three different pimpls to be
7807         used in different circumstances.
7808
7809         * gettext.[Ch]: change for use with new message code.
7810
7811 2003-04-24 André Pönitz <poenitz@gmx.net>
7812
7813         * factory.C: support for eqref
7814
7815 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7816
7817         * messages.[Ch]: add missing char
7818
7819         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7820
7821         * messages.[Ch]: New files
7822
7823 2003-04-18  John Levon  <levon@movementarian.org>
7824
7825         * BufferView.h:
7826         * BufferView.C:
7827         * BufferView_pimpl.C:
7828         * lfuns.h:
7829         * LyXAction.C:
7830         * lyxtext.h:
7831         * text2.C: remove layout-copy/paste (bug 778)
7832
7833 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7834
7835         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7836
7837 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7838
7839         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7840         if they succeed. Act accordingly.
7841
7842 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7843
7844         * text2.C (setCharFont): adjust
7845         (setCounter): adjust
7846         (insertStringAsLines): adjust
7847
7848         * text.C (leftMargin): adjust
7849         (setHeightOfRow): adjust
7850
7851         * rowpainter.C (paintFirst): adjust
7852         (paintLast): adjust
7853
7854         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7855         (outerHook): ditto
7856         (isFirstInSequence): ditto
7857         (getEndLabel): ditto
7858         (outerFont): adjust
7859
7860         * paragraph.C (getParLanguage): comment out some hard stuff.
7861
7862         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7863         (sgmlError): ditto
7864         (simpleDocBookOnePar): ditto
7865         (makeDocBookFile): use ParagraphList::iterator
7866
7867         * CutAndPaste.C (pasteSelection): adjust
7868
7869 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7870
7871         * text2.C (getFont): adjust
7872         (getLayoutFont): adjust
7873         (getLabelFont): adjust
7874
7875         * paragraph_funcs.C (TeXOnePar): adjust
7876
7877         * buffer.C (simpleLinuxDocOnePar): adjust
7878         (simpleDocBookOnePar): adjust
7879
7880         * CutAndPaste.C (pasteSelection): adjust
7881
7882         * BufferView.C (getEncoding): adjust
7883
7884         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7885
7886 2003-04-16  John Levon  <levon@movementarian.org>
7887
7888         * lyxfind.C: use parlist stuff for search/changes
7889
7890 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7891
7892         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7893
7894         * text2.C (deleteEmptyParagraphMechanism): adjust
7895
7896         * text2.[Ch] (ownerParagraph): delete func (both of them
7897
7898 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7899
7900         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7901
7902 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7903
7904         * ParagraphList.C: prepare for NO_NEXT
7905
7906 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7907
7908         * text2.C (getFont): adjust
7909         (getLayoutFont): adjust
7910         (getLabelFont): adjust
7911
7912         * paragraph.C (getFont): adjust
7913         (getLabelFont): adjust
7914         (getLayoutFont): adjust
7915
7916         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7917
7918 2003-04-15  John Levon  <levon@movementarian.org>
7919
7920         From Angus Leeming
7921
7922         * lyx_main.C: handle Include in .ui files
7923
7924 2003-04-15  John Levon  <levon@movementarian.org>
7925
7926         * MenuBackend.C: make the doc files length shorter
7927
7928         * ToolbarBackend.h:
7929         * ToolbarBackend.C: handle toolbar placement flags,
7930         Minibuffer
7931
7932 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7933
7934         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7935         adjust
7936
7937         * paragraph_funcs.C (TeXOnePar): adjust
7938
7939         * paragraph.C (getLabelFont): add outerfont arg, adjust
7940         (getLayoutFont): ditto
7941         (simpleTeXOnePar): adjust
7942
7943         * paragraph_pimpl.C (realizeFont): delete func
7944
7945 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7946
7947         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7948         row argument, constify cur argument.
7949
7950 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7951
7952         * text2.C (getFont): adjust
7953         (getLayoutFont): adjust
7954         (getLabelFont): adjust
7955
7956         * paragraph_funcs.C (TeXOnePar): adjust
7957         (outerFont): new func...
7958         (realizeFont): ...moved out from here, changed this to facilitate
7959         transition
7960
7961         * paragraph.C (getFont): take outerfont as arg, adjust
7962         (simpleTeXOnePar): add outerfont arg, adjust
7963
7964         * buffer.C (simpleLinuxDocOnePar): adjust
7965         (simpleDocBookOnePar): adjust
7966
7967         * CutAndPaste.C (pasteSelection): adjust
7968
7969         * BufferView.C (getEncoding): adjust
7970
7971 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7972
7973         * text2.C (setCharFont): adjust
7974         (setCounter): adjust
7975
7976         * text.C (leftMargin): adjust
7977         (setHeightOfRow): adjust
7978
7979         * rowpainter.C (paintFirst): adjust
7980         (paintLast): adjust
7981
7982         * paragraph_pimpl.C (realizeFont): adjust
7983
7984         * paragraph.C (isFirstInSequence): move from here...
7985         * paragraph_funcs.C (isFirstInSequence): ...to here
7986
7987         * paragraph.C (outerHook): move from here...
7988         * paragraph_funcs.C (outerHook): ...to here
7989
7990         * paragraph.C (depthHook): move from here...
7991         * paragraph_funcs.C (depthHook): ...to here
7992
7993         * paragraph.C (getEndLabel): move from here...
7994         * paragraph_funcs.C (getEndLabel): ...to here
7995
7996         * text2.C (realizeFont): move from here...
7997         * paragraph_funcs.C (realizeFont): ...to here
7998
7999 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8000
8001         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8002
8003 2003-04-14  Angus Leeming  <leeming@lyx.org>
8004
8005         * LColor.[Ch]: scrap LColor mathcursor.
8006
8007 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8008
8009         * lyxlex.[Ch] (text): delete function
8010         * trans.C (Load): adjust
8011         * paragraph_funcs.C (readParToken): adjust
8012
8013 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8014
8015         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8016         vector<char> instead of a char[].
8017
8018         * lyxlex_pimpl.C (getString): adjust
8019         (next): adjust
8020         (lex): use getString
8021         (eatLine): adjust
8022         (nextToken): adjust
8023
8024         * lyxlex.C (text): use pimpl_->getString()
8025         (getBool): ditto
8026         (findToken): ditto
8027
8028 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
8029
8030         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8031         (makeFontEntriesLayoutSpecific): temp var for par.size()
8032         (setLayout): temp var for ownerParagraphs().end()
8033         (fullRebreak): temp var for rows().end()
8034         (selectionAsString): temp var for boost::next(startpit), realize
8035         that the while really is a regular for loop.
8036         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8037         setCursor in one place.
8038         (setParagraph): temp vr for ownerParagraphs().end()
8039         (updateCounters): make the while loop a for loop
8040         (cutSelection): temp var for ownerParagraphs().end()
8041         (updateInset): make the do {} while() a regular for loop
8042         (getCursorX): use temp vars
8043         (setCurrentFont): use temp vars
8044         (getColumnNearX): use temp vars
8045
8046 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8047
8048         * text.C (transformChar): use temp var for getChar
8049         (computeBidiTables): use temp var for row->par()
8050         (fill): move temp vars for row->par() and pit->layout() earlier in
8051         the function.
8052         (labelFill): use temp var for row->par()
8053         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8054         asc and desc, realize that pit never changes and that firstpit is
8055         just a duplicate and not needed. Exchange rit->par() with pit in a
8056         lot of places.
8057         (breakAgain): use a temp var for boost::next(rit)
8058         (breakAgainOneRow): ditto
8059         (breakParagraph): use a temp var for rows().begin()
8060         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8061         (cursorRightOneWord): use temp var for cursor.par() and
8062         cursor.pos(), remove usage of tmpcursor.
8063         (cursorLeftOneWord): use temp var for cursor.par() and
8064         cursor.pos() only set cur at end of function.
8065
8066 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8067
8068         * text.C, text2.C: exchange all usage of Paragraph::next with
8069         boost::next(ParagraphList::iterator)
8070
8071         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8072
8073         * text2.C (cursorTop): simplify implementation
8074         (cursorBottom): ditto
8075         (setParagraph): use ParagraphList::iterator
8076         (setCurrentFont): adjust
8077         (getColumnNearX): adjust
8078         (cursorRight): adjust
8079         (cursorLeft): remove usage of Paragraph::previous
8080         (cursorUpParagraph): ditto
8081         (deleteEmptyParagraphMechanism): slight cleanup
8082
8083         * text.C (isBoundary): take a Paragraph const & instead of a
8084         pointer as arg.
8085         (addressBreakPoint): ditto
8086         (leftMargin): remove usage of Paragraph::previous.
8087         (setHeightOfRow): ditto
8088         (cursorLeftOneWord): ditto
8089         (selectNextWordToSpellcheck): ditto
8090         (Delete): ditto
8091         (backspace): ditto
8092         (breakParagraph): remove one usage of Paragraph::next
8093         (redoParagraph): ditto
8094         (acceptChange): ditto
8095         (insertChar): adjust
8096         (rowBreakPoint): adjust
8097
8098         * bufferview_funcs.C (toggleAndShow): adjust
8099
8100 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8101
8102         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8103         methods to access it.
8104         * lyxtext.h:
8105         * text.C: Added updateRowPositions to compute all row positions.
8106         Make top_y and getRowNearY() to use the cached y position
8107
8108 2003-04-11  John Levon  <levon@movementarian.org>
8109
8110         * text.C (rowBreakPoint): reintroduce the labelEnd
8111         checks, code copied from the row fill stuff. Deep voodoo.
8112
8113         * text.C (fill): add a comment and debugging for the
8114         next poor soul.
8115
8116 2003-04-11  John Levon  <levon@movementarian.org>
8117
8118         * text.C: make sure fullrow insets get wrapped to the next line,
8119         even when they're in a manual label
8120
8121 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8122
8123         * text2.C (insertParagraph): make it take ParagraphList::iterator
8124         as arg.
8125         (setLayout): make it return ParagraphList::iterator
8126         (redoParagraphs): ditto
8127         (setCounter): ditto
8128         (checkParagraph): ditto
8129
8130         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8131
8132         * text2.C: adjust several funcs.
8133         (realizeFont): take a ParagraphList::iterator as arg.
8134         (getLayoutFont): ditto
8135         (getLabelFont): ditto
8136         (setCharFont): ditto
8137
8138         * text.C: adjust several funcs.
8139
8140 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8141
8142         * text.C (selectNextWordToSpellcheck): don't accidentally
8143         skip insets
8144
8145 2003-04-10  John Levon  <levon@movementarian.org>
8146
8147         * ToolbarBackend.C (getIcon): special handling for
8148         LFUN_MATH_DELIM
8149
8150 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8151
8152         * text2.C (cursorRight): a getChar assert fixed
8153
8154 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8155
8156         * text2.C (getFont): change to take a ParagraphList::iterator
8157         instead of Paragraph*
8158         Adjust several functions.
8159
8160         * text.C (transformChar): change to take a ParagraphList::iterator
8161         instead of Paragraph*
8162         (singleWidth): ditto
8163         Adjust several functions.
8164
8165         * rowpainter.C: adjust several functions
8166         * rowpainter.h:store a ParagraphList::iterator and not a
8167         Paragraph&.
8168
8169
8170 2003-04-09  John Levon  <levon@movementarian.org>
8171
8172         * lyxfunc.C:
8173         * lfuns.h:
8174         * LyXAction.h:
8175         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8176         and the "help" bits as well
8177
8178 2003-04-09  John Levon  <levon@movementarian.org>
8179
8180         * ToolbarBackend.h:
8181         * ToolbarBackend.C: allow multiple toolbars
8182
8183 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8184
8185         * undo_funcs.C (setCursorParUndo): adjust
8186
8187         * text_funcs.C (transposeChars): adjust
8188
8189         * text3.C (gotoNextInset): adjust
8190         (dispatch): adjust
8191
8192         * text2.C (setLayout): adjust
8193         (changeDepth): adjust
8194         (setFont): adjust
8195         (redoParagraphs): adjust
8196         (selectionAsString): adjust
8197         (setParagraph): adjust
8198         (insertInset): adjust
8199         (cutSelection): adjust
8200         (copySelection): adjust
8201         (pasteSelection): adjust
8202         (insertStringAsLines): adjust
8203         (updateInset): adjust
8204         (setCursor): change to take a ParagraphList::iterator parameter
8205         (setCursorIntern): change to take a ParagraphList::iterator parameter
8206         (setCurrentFont): adjust
8207         (cursorLeft): adjust
8208         (cursorRight): adjust
8209         (deleteEmptyParagraphMechanism): adjust
8210
8211         * text.C (breakParagraph): adjust
8212         (insertChar): adjust
8213         (acceptChange): adjust
8214         (rejectChange): adjust
8215         (selectNextWordToSpellcheck): adjust
8216         (changeCase): adjust
8217         (Delete): adjust
8218         (backspace): adjust
8219
8220         * lyxfind.C (SearchForward): adjust
8221         (SearchBackward): adjust
8222         (nextChange): adjust
8223
8224         * lyxcursor.C (par): adjust
8225
8226         * lyxcursor.h: store a ParagraphList::iterator instead of a
8227         Paragraph*
8228
8229         * lyx_cb.C (getPossibleLabel): adjust
8230
8231         * bufferview_funcs.C (toggleAndShow): adjust
8232
8233         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8234         (dispatch): adjust
8235
8236         * BufferView.C (removeAutoInsets): adjust
8237         (lockedInsetStoreUndo): adjust
8238
8239 2003-04-09  John Levon  <levon@movementarian.org>
8240
8241         * ToolbarBackend.C: try icon without argument
8242         if with argument fails
8243
8244 2003-04-08  John Levon  <levon@movementarian.org>
8245
8246         * ToolbarBackend.h:
8247         * ToolbarBackend.C: add getIcon(), handle tooltip,
8248         and change from "Icon" to "Item".
8249
8250 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8251
8252         * BufferView.C (lockInset): another bad getchar crunched
8253
8254 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8255
8256         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8257         again)
8258
8259 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8260
8261         * lyxfind.C (searchForward, searchBackwards): bug 782
8262
8263 2003-04-07  John Levon  <levon@movementarian.org>
8264
8265         * paragraph.C: remove dead comment
8266
8267         * text.C: remove troublesome depth-fiddling code
8268         in leftMargin() and rightMargin() (bug 1017)
8269
8270         * text.C: fix breaking of rows in nested lists
8271         (bug 1004)
8272
8273         * text2.C (updateCounters): fix up depth values
8274         (bug 1013)
8275
8276 2003-04-07  John Levon  <levon@movementarian.org>
8277
8278         * BufferView_pimpl.C: clear message when doc finishes resizing,
8279         and after a mouse event
8280
8281         * lyxfunc.C: clear message after exiting inset
8282
8283 2003-04-07  John Levon  <levon@movementarian.org>
8284
8285         * bufferview_funcs.C: show math status not outside
8286         status in the statusbar
8287
8288 2003-04-07  John Levon  <levon@movementarian.org>
8289
8290         * lyxfunc.C: note status changed after a depth change
8291
8292 2003-04-04  Angus Leeming  <leeming@lyx.org>
8293
8294         * LaTeX.h: move AuxInfo operator==, != out of line.
8295         Remove LaTeX virtual destructor; nothing derives from it.
8296         Move operator()() out of public area and rename it startscript().
8297         Change protected for private.
8298
8299 2003-04-04  Angus Leeming  <leeming@lyx.org>
8300
8301         * lyxfunc.C:
8302         * text2.C: remove unneeded #includes.
8303
8304 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8305
8306         * text2.C (dEPM): fix the heigth of the next row
8307
8308 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8309
8310         * text.C: squashed an invalid getChar requester + some ws changes
8311
8312 2003-04-03  John Levon  <levon@movementarian.org>
8313
8314         * bufferview_funcs.h:
8315         * bufferview_funcs.C:
8316         * lyxfunc.C:
8317         * lyxtext.h:
8318         * text2.C: make getStatus work for the env depth lfuns
8319
8320 2003-04-03  John Levon  <levon@movementarian.org>
8321
8322         * bufferview_funcs.h:
8323         * bufferview_funcs.C:
8324         * lyxfunc.C:
8325         * lyxtext.h:
8326         * text2.C: parlistize decDepth(), by merging it with incDepth()
8327
8328 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8329
8330         * lyxrow.h: store a ParagraphList::iterator instead of a
8331         Paragraph* and adjust other class functions to suit.
8332
8333         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8334         above.
8335
8336 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8337
8338         * text2.C (setCursor): do not anchor to cursor row for the time being
8339
8340 2003-04-02  John Levon  <levon@movementarian.org>
8341
8342         * LyXAction.C:
8343         * lfuns.h:
8344         * lyx_main.C:
8345         * lyxtext.h:
8346         * text.C:
8347         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8348
8349 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8350
8351         * paragraph.h: make ParagraphList and ParagraphList::iterator
8352         friends of Paragraph.
8353
8354         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8355
8356         * ParagraphList.C: Use the private next_ and previous_ from
8357         Paragraph.
8358
8359 2003-04-01  John Levon  <levon@movementarian.org>
8360
8361         * ToolbarBackend.h:
8362         * ToolbarBackend.C:
8363         * Makefile.am: rename, remove defaults gunk
8364
8365         * MenuBackend.h:
8366         * MenuBackend.C: remove defaults gunk
8367
8368         * Languages.h:
8369         * Languages.C: remove defaults gunk
8370
8371         * lyx_main.h:
8372         * lyx_main.C: error out if files couldn't be found.
8373
8374 2003-04-02  John Levon  <levon@movementarian.org>
8375
8376         * text2.C: make incDepth() use parlist
8377
8378 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8379
8380         * undo_funcs.C (firstUndoParagraph): adjust
8381
8382         * text3.C (gotoInset): adjust
8383         (dispatch): adjust, and rewrite loop.
8384
8385         * text2.C (init): adjust, and rewrite loop.
8386         (redoParagraphs): adjust
8387         (updateInset): adjust, and rewrite loop.
8388         (deleteEmptyParagraphMechanism): adjust
8389
8390         * tabular.C (LyXTabular): adjust
8391         (SetMultiColumn): adjust
8392         (TeXRow): adjust
8393
8394         * lyxtext.[Ch] (ownerParagraph): delete function
8395         (ownerParagraphs): new function returns a ParagraphList.
8396
8397         * BufferView.C (removeAutoInsets): adjust
8398         (insertErrors): adjust
8399         (setCursorFromRow): adjust
8400
8401 2003-04-01  Angus Leeming  <leeming@lyx.org>
8402
8403         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8404         in the frontends.
8405
8406 2003-04-02  John Levon  <levon@movementarian.org>
8407
8408         * lyxtext.h:
8409         * text.C:
8410         * Makefile.am:
8411         * text_funcs.h:
8412         * text_funcs.C: make transposeChars a free function
8413
8414         * lyxrow_funcs.C: remove wrong comment
8415
8416 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8417
8418         * lyxtext.h: adjust
8419         * rowpainter.C: adjust
8420         * text.C: adjust
8421         * text2.C: adjust
8422         * text3.C: adjust
8423
8424         * lyxrow_funcs. [Ch]: new files
8425
8426         * lyxrow.[Ch]: remove next and previous pointers
8427         (next,previous): remove accessor functions
8428         (isParEnd): move to lyxrow_funcs
8429         (lastPos): move to lyxrow_funcs
8430         (nextRowIsAllInset): move to lyxrow_funcs
8431         (lastPrintablePos): move to lyxrow_funcs
8432         (numberOfSeparators): move to lyxrow_funcs
8433         (numberOfHfills): move to lyxrow_funcs
8434         (numberOfLabelHfills): move to lyxrow_funcs
8435         (hfillExpansion): move to lyxrow_funcs
8436
8437         * lyxfunc.C: adjust
8438
8439         * bufferview_funcs.C (toggleAndShow): adjust
8440
8441         * RowList.h: Remove class RowList from file leave just a
8442         std::list<Row>.
8443
8444         * RowList.C: delete file
8445
8446         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8447         and lyxrow_funcs.h
8448
8449 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8450
8451         * text3.C (cursorPrevious): adjust
8452         (cursorNext): adjust
8453         (dispatch): adjust
8454
8455         * text2.C (redoHeightOfParagraph): adjust
8456         (redoDrawingOfParagraph): adjust
8457         (setCursor): adjust
8458
8459         * text.C (breakParagraph): adjust
8460         (insertChar): adjust
8461         (backspace): adjust
8462
8463         * rowpainter.C (RowPainter): adjust
8464         (leftMargin): simplify and adjust
8465         (most rowpainter functions): adjust.
8466
8467         * rowpainter.h: store the row as RowList::iterator not as Row*
8468
8469         * lyxcursor.C (row): taka RowList::iterator as arg
8470         (irow): ditto
8471
8472         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8473         of Row*.
8474
8475 2003-04-01  Angus Leeming  <leeming@lyx.org>
8476
8477         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8478         stuff like bool Bool.
8479
8480 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8481
8482         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8483         rewrite a loop
8484
8485 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8486
8487         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8488         RowList::iterator.
8489
8490         * lyxtext.h (rows): drop one version and leve a const variant that
8491         returns a RowList::iterator.
8492
8493 2003-03-31  Angus Leeming  <leeming@lyx.org>
8494
8495         * text.C (fill): ensure that the signature is the same as that in the
8496         header file.
8497
8498 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8499
8500         * text2.C (redoParagraphs): adjust
8501         (updateCounters): adjust
8502         (checkParagraph): adjust
8503         (getColumnNearX): adjust and reformat a bit.
8504
8505         * text.C (top_y): adjust
8506         (workWidth): adjust
8507         (leftMargin): adjust
8508         (prepareToPrint): adjust
8509         (getRow): adjust
8510         (getRowNearY): adjust
8511
8512         * lyxtext.h: make rowlist_ mutable.
8513
8514         * RowList.h: add const_iterator
8515         * RowList.C: adjust for RowList::const_iterator.
8516
8517         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8518         adjust.
8519
8520 2003-03-31  John Levon  <levon@movementarian.org>
8521
8522         * lyxrc.h:
8523         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8524
8525         * lyx_main.C: set default fonts from using lyx_gui funcs
8526
8527         * exporter.C: pdf_mode moved from lyxrc
8528
8529         * lyx_cb.C:
8530         * lyxfunc.C: changes from above
8531
8532 2003-03-31  John Levon  <levon@movementarian.org>
8533
8534         * lyx_main.C: fix to the last fix
8535
8536 2003-03-31  John Levon  <levon@movementarian.org>
8537
8538         * bufferlist.C: "Load original" -> "Load Original"
8539
8540         * converter.C:
8541         * exporter.C:
8542         * importer.C:
8543         * lyx_main.C:
8544         * format.C: more Alert cleanups
8545
8546 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8547
8548         * text2.C (removeParagraph): make it take a RowList::iterator as
8549         arg, adjust.
8550         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8551         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8552
8553         * text.C (anchor_row): make it take a RowList::iterator as arg,
8554         adjust.
8555         (computeBidiTables): make it take a const reference to Row instead
8556         of Row pointer, adjust.
8557         (leftMargin): make it take a RowList::iterator as arg, adjust.
8558         (rowBreakPoint): adjust
8559         (breakAgainOneRow): make it take a RowList::iterator as arg,
8560         adjust.
8561         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8562
8563         * bufferview_funcs.C (toggleAndShow): adjust
8564
8565 2003-03-30  John Levon  <levon@movementarian.org>
8566
8567         * Makefile.am:
8568         * BoostFormat.h:
8569         * boost-inst.C: moved to support
8570
8571         * several files: changes as a result
8572
8573 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8574
8575         * text2.C (LyXText): adjust.
8576         (init): adjust
8577         (removeRow): make it take a RowList::iterator as arg, adjust.
8578         (fullRebreak): adjust
8579         (deleteEmptyParagraphMechanism): adjust
8580         (clearPaint): adjust
8581         (postPaint): adjust
8582
8583         * text.C (top_y): adjust
8584         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8585         (breakAgain): make it take a RowList::iterator as arg, adjust.
8586         (breakParagraph): adjust
8587         (insertChar): adjust
8588         (backspace): adjust
8589
8590         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8591         need_break_row, and refresh_row.
8592
8593         * text3.C (dispatch): adjust
8594
8595         * text2.C (checkParagraph): adjust
8596         (setCursor): adjust
8597         (setCursorFromCoordinates): adjust
8598
8599         * text.C (top_y): adjust
8600         (workWidth): adjust
8601         (getRow): make it return a RowList::iterator, adjust
8602         (getRowNearY): make it return a RowList::iterator, adjust
8603
8604         * text2.C (init): adjust
8605         (insertRow): remove function
8606         (insertParagraph): adjust
8607         (redoParagraphs): adjust
8608         (fullRebreak): adjust
8609         (updateCounters): adjust
8610
8611         * text.C (top_y): rewrite to use RowList iterators.
8612         (top_y): adjust
8613         (setHeightOfRow): rewrite to sue RowList iterators.
8614         (appendParagraph): adjust
8615         (breakAgain): adjust
8616         (breakAgainOneRow): adjust
8617         (breakParagraph): adjust
8618         (getRow): adjust
8619         (getRowNearY): adjust, and remove commented code.
8620
8621         * lyxtext.h (firstRow): delete function
8622         (lastRow): delete function
8623         (rows): new function (const and non-const versions.)
8624         (insertRow): delete function
8625
8626         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8627
8628 2003-03-29  John Levon  <levon@movementarian.org>
8629
8630         * BufferView_pimpl.C: always update scrollbar top
8631         because pasting text when we're anchored could mean we
8632         miss an update altogether
8633
8634 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8635
8636         * text2.C (init): use rowlist_.end() and not 0.
8637         (insertRow): change to take a RowList::iterator as arg, adjust
8638         for this.
8639         (insertParagraph): change to take a RowList::iterator as arg,
8640         adjust for this.
8641         (redoParagraphs): remove some debug msgs.
8642
8643         * text.C (appendParagraph): change to take a RowList::iterator
8644         arg, adjust for this.
8645         (breakAgain): add an assert
8646         (breakAgainOneRow): ditto
8647
8648 2003-03-29  John Levon  <levon@movementarian.org>
8649
8650         * text2.C: do not clear selection after inc/decDepth
8651         (bug 550)
8652
8653 2003-03-29  John Levon  <levon@movementarian.org>
8654
8655         * BufferView.C:
8656         * buffer.C: fix broken strerrors according to Lars
8657
8658 2003-03-29  John Levon  <levon@movementarian.org>
8659
8660         * converters.C: more Alert cleanups
8661
8662 2003-03-29  John Levon  <levon@movementarian.org>
8663
8664         * bufferview_funcs.C: remove pointless Alert
8665
8666         * buffer.C: fix confusing error message when
8667         a template is chmoded 000
8668
8669 2003-03-29  John Levon  <levon@movementarian.org>
8670
8671         * BufferView.C:
8672         * BufferView.h:
8673         * BufferView_pimpl.C: Alert fixes
8674
8675         * Makefile.am:
8676         * tabular.C:
8677         * tabular-old.C: remove unused table compat reading
8678
8679 2003-03-29  John Levon  <levon@movementarian.org>
8680
8681         * BufferView.C:
8682         * buffer.C:
8683         * lyx_cb.h:
8684         * lyx_cb.C: more Alert cleanups
8685
8686         * lyxfunc.C: don't allow chktex if not latex document
8687
8688 2003-03-29  John Levon  <levon@movementarian.org>
8689
8690         * lyx_cb.C:
8691         * BufferView.C:
8692         * buffer.C: warnings pushed down from support/,
8693         kill err_alert
8694
8695 2003-03-29  John Levon  <levon@movementarian.org>
8696
8697         * lyxfunc.C: safety check for C-r (revert)
8698
8699 2003-03-29  John Levon  <levon@movementarian.org>
8700
8701         * bufferlist.h:
8702         * bufferlist.C: several UI fixes using Alert::prompt.
8703         Fix the pointless looping quit code. Fix stupid revert
8704         behaviour (bug 938)
8705
8706         * lyxvc.h:
8707         * lyxvc.C:
8708         * lyx_cb.C: use Alert::prompt
8709
8710         * lyx_main.C: remove a silly question
8711
8712         * lyxfunc.C: remove a couple of silly questions,
8713         use Alert::prompt
8714
8715 2003-03-28  John Levon  <levon@movementarian.org>
8716
8717         * text2.C: fix bug 974 (End on empty par)
8718
8719 2003-03-28  John Levon  <levon@movementarian.org>
8720
8721         * BufferView_pimpl.C:
8722         * LyXAction.C:
8723         * lfuns.h: remove do-nothing math greek lfuns
8724
8725 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8726
8727         * lyxgluelength.h (isValidGlueLength): add default arg on
8728         parameter 2. Remove default arg from friend in class.
8729
8730         * lyxlength.h (isValidLength): add default arg on parameter 2.
8731         Remove default arg from friend in class.
8732
8733         * text2.C (LyXText): adjust, initialize refresh_row.
8734         (init): adjust
8735         (removeRow): adjust
8736         (insertRow): adjust
8737         (insertParagraph): adjst
8738         (redoParagraphs): adjust
8739         (fullRebreak): adjust
8740         (updateCounters): adjust
8741         (deleteEmptyParagraphMechanism): first attempt at fixing a
8742         crashing bug.
8743
8744         * text.C (top_y): adjust
8745         (setHeightOfRow): adjust
8746         (getRow): adjust
8747         (getRowNearY): adjust
8748
8749         * lyxtext.h: include RowList.h
8750         (~LyXText): not needed anymore, deleted.
8751         (firstRow): modify for RowList
8752         (lastRow): new function
8753         Delete firstrow and lastrow class variables, add a Rowlist
8754         rowlist_ class variable.
8755
8756         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8757         paragraph is empty.
8758
8759         * RowList.C (insert): fix case where it == begin().
8760
8761 2003-03-26  Angus Leeming  <leeming@lyx.org>
8762
8763         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8764         the thesaurus dialog.
8765
8766 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8767
8768         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8769
8770         * RowList.[Ch]: new files
8771
8772         * ParagraphList.C (erase): handle the case where it == begin
8773         correctly.
8774
8775 2003-03-25  John Levon  <levon@movementarian.org>
8776
8777         * Makefile.am:
8778         * aspell_local.h:
8779         * aspell.C: add new aspell support
8780
8781         * lyxrc.h:
8782         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8783         have it accessible.
8784
8785 2003-03-25  Angus Leeming  <leeming@lyx.org>
8786
8787         * lfuns.h:
8788         * LyXAction.C (init): new LFUN_INSET_INSERT.
8789
8790         * BufferView_pimpl.C (dispatch): split out part of the
8791         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8792
8793         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8794         LFUN_INSET_APPLY.
8795
8796 2003-03-25  Angus Leeming  <leeming@lyx.org>
8797
8798         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8799
8800 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8801
8802         * text2.C:
8803         * text3.C: remove useless row->height(0)
8804
8805 2003-03-25  John Levon  <levon@movementarian.org>
8806
8807         * lyxtext.h:
8808         * text2.C:
8809         * text3.C: rename the refreshing stuff to better names
8810
8811 2003-03-24  John Levon  <levon@movementarian.org>
8812
8813         * BufferView_pimpl.h:
8814         * BufferView_pimpl.C: update layout choice on a mouse
8815         press/release
8816
8817 2003-03-23  John Levon  <levon@movementarian.org>
8818
8819         * Makefile.am: fix commandtags.h reference
8820
8821 2003-03-22  John Levon  <levon@movementarian.org>
8822
8823         * BufferView_pimpl.C:
8824         * lyxtext.h:
8825         * rowpainter.C:
8826         * rowpainter.h:
8827         * text.C:
8828         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8829
8830 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8831
8832         * lyxtext.h:
8833         * text.C: take the rtl methods out of line
8834
8835 2003-03-21 André Pönitz <poenitz@gmx.net>
8836
8837         * metricsinfo.[Ch]: new files containing structures to be passed around
8838         during the two-phase-drawing...
8839
8840 2003-03-21 André Pönitz <poenitz@gmx.net>
8841
8842         * lyxtextclass.C: read 'environment' tag.
8843
8844 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8845
8846         * text2.C (removeRow): fix bug 964
8847
8848 2003-03-20  John Levon  <levon@movementarian.org>
8849
8850         * rowpainter.C:
8851         * text.C:
8852         * text2.C: paint cleanups. Inset::update() dropped font
8853         parameter
8854
8855 2003-03-19  John Levon  <levon@movementarian.org>
8856
8857         * lyxfunc.C: only fitcursor/markDirty if available()
8858
8859 2003-03-19  John Levon  <levon@movementarian.org>
8860
8861         * commandtags.h: rename to ...
8862
8863         * lfuns.h: ... this, and renumber / cleanup
8864
8865 2003-03-19  John Levon  <levon@movementarian.org>
8866
8867         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8868         fit the cursor after an lfun
8869
8870         * BufferView.h:
8871         * BufferView.C:
8872         * BufferView_pimpl.h:
8873         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8874
8875         * LyXAction.C: layout-character should have ReadOnly
8876
8877         * ParagraphParameters.C:
8878         * buffer.C:
8879         * bufferview_funcs.C:
8880         * lyx_cb.C:
8881         * lyxfind.C:
8882         * lyxtext.h:
8883         * text.C:
8884         * text2.C:
8885         * text3.C:
8886         * undo_funcs.C: changes from above
8887
8888 2003-03-18  John Levon  <levon@movementarian.org>
8889
8890         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8891         remove it from update()
8892
8893         * lyxfunc.C: update layout choice after an lfun
8894
8895         * text3.C: remove extra updateLayoutChoice()s
8896
8897 2003-03-18  John Levon  <levon@movementarian.org>
8898
8899         * text.C: top_y change means full repaint, fix
8900         a drawing bug with cursor movement
8901
8902 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8903
8904         * lyxtext.h:
8905         * text.C:
8906         * text2.C: anchor row on setCursor
8907
8908 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8909
8910         * lyxtext.h: remove almost all mutable keywords
8911         * text.C:
8912         * text2.C:
8913         * text3.C: remove const keywords accordingly
8914
8915 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8916
8917         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8918         anon namespace
8919         (TeXEnvironment): ditto
8920         (TeXOnePar): ditto
8921
8922 2003-03-17  John Levon  <levon@movementarian.org>
8923
8924         * text.C (rowBreakPoint): remove attempt to fix displayed
8925         math insets inside a manual label
8926
8927 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8928
8929         * lyxtext.h: remove BufferView* as first arg from almost all class
8930         functions.
8931         * other files: adjust.
8932
8933 2003-03-17  John Levon  <levon@movementarian.org>
8934
8935         * lyxtext.h:
8936         * undo_funcs.C:
8937         * text2.C: more paint cleanups
8938
8939         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8940
8941         * rowpainter.h:
8942         * rowpainter.C: remove "smart" background painting code
8943
8944 2003-03-16  John Levon  <levon@movementarian.org>
8945
8946         * lyxtext.h:
8947         * text.C:
8948         * text2.C:
8949         * text3.C: add helper functions for setting refresh_row/y
8950
8951 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8952
8953         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8954         newline inset which *can* get inserted in the pass_thru layouts.
8955         This is primarily for literate documents.
8956
8957 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8958
8959         * buffer.C: increment LYX_FORMAT to 223
8960
8961 2003-03-14 André Pönitz <poenitz@gmx.net>
8962
8963         * textclass.h: prepare for environment handling, ws changes
8964         * lyxlayout.C: read latexheader and latexfooter tags
8965
8966 2003-03-14  John Levon  <levon@movementarian.org>
8967
8968         * text2.C: rewrite ::status() a bit
8969
8970 2003-03-13  John Levon  <levon@movementarian.org>
8971
8972         * lyxtext.h: add some docs
8973
8974 2003-03-13  John Levon  <levon@movementarian.org>
8975
8976         * lyxtext.h:
8977         * text.C:
8978         * text2.C:
8979         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8980
8981 2003-03-13  John Levon  <levon@movementarian.org>
8982
8983         * text3.C: fix appendix redrawing
8984
8985 2003-03-13  John Levon  <levon@movementarian.org>
8986
8987         * text.C (setHeightOfRow):
8988         * rowpainter.h:
8989         * rowpainter.C: make appendix mark have the text
8990           "Appendix" so the user knows what it is
8991
8992         * LColor.h:
8993         * LColor.C: s/appendixline/appendix/ from above
8994
8995 2003-03-13  John Levon  <levon@movementarian.org>
8996
8997         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8998
8999         * text.C: fix a getChar(pos) bug properly
9000
9001 2003-03-13  Angus Leeming  <leeming@lyx.org>
9002
9003         * commandtags.h:
9004         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9005         Probably only temporary. Let's see how things pan out.
9006
9007         * BufferView.C (unlockInset):
9008         * BufferView_pimpl.C (fitCursor):
9009         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9010
9011         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9012         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9013
9014         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9015         new functions that convert ParagraphParameters to and from a string.
9016
9017         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9018         BufferView::Pimpl's dispatch.
9019         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9020
9021 2003-03-13 André Pönitz <poenitz@gmx.net>
9022
9023         * lyxfunc.C:
9024         * text3.C:
9025         * factory.C: make it aware of InsetEnv
9026
9027 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
9028
9029         * text2.C (setCursor): never ask for one past last
9030         (setCursor): add some debugging messages.
9031
9032         * text.C (singleWidth): never ask for one past last
9033         (singleWidth): ditto
9034         (leftMargin): ditto
9035         (rightMargin): ditto
9036         (rowBreakPoint): ditto
9037         (setHeightOfRow): ditto
9038         (prepareToPrint): ditto
9039
9040         * rowpainter.C (paintBackground): never ask for one past last
9041         (paintText): never ask for one past last
9042
9043         * paragraph_pimpl.C (getChar): make the assert stricter, never
9044         allow the one past last pos to be taken
9045
9046         * paragraph.C (getChar): ws changes only
9047
9048         * lyxrow.C (nextRowIsAllInset): never ask for one past last
9049         (numberOfSeparators): ditto
9050         (numberOfHfills): ditto
9051
9052 2003-03-12  John Levon  <levon@movementarian.org>
9053
9054         * author.h:
9055         * author.C:
9056         * bufferparams.h:
9057         * bufferparams.C:
9058         * paragraph_funcs.C: fix per-buffer authorlists
9059
9060 2003-03-12  John Levon  <levon@movementarian.org>
9061
9062         * text.C: fix newline in right address
9063
9064 2003-03-12  Angus Leeming  <leeming@lyx.org>
9065
9066         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9067         duplicate those in LyXFunc::dispatch.
9068
9069         * commandtags.h:
9070         * LyXAction.C:
9071         * ToolbarDefaults.C:
9072         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9073         Add LFUN_FONTFREE_UPDATE.
9074
9075         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9076         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9077
9078         * bufferview_func.[Ch]: several new functions to facilliate
9079         transfer of data to and from the character dialog.
9080
9081 2003-03-12  John Levon  <levon@movementarian.org>
9082
9083         * buffer.C:
9084         * paragraph.h:
9085         * paragraph.C:
9086         * paragraph_funcs.C:
9087         * paragraph_pimpl.C:
9088         * sgml.C:
9089         * tabular.C:
9090         * text.C:
9091         * text3.C: remove META_NEWLINE in favour of an inset
9092
9093         * rowpainter.h:
9094         * rowpainter.C: remove paintNewline (done by inset)
9095
9096 2003-03-12  John Levon  <levon@movementarian.org>
9097
9098         * paragraph_pimpl.C: complain about bad getChar()s
9099         for a while at least
9100
9101 2003-03-12  John Levon  <levon@movementarian.org>
9102
9103         * buffer.h:
9104         * buffer.C: move paragraph read into a separate function,
9105         a little renaming to reflect that.
9106
9107         * bufferparams.h:
9108         * bufferparams.C: remove the author_ids map, not necessary now
9109
9110         * factory.h:
9111         * factory.C: moved Buffer::readInset to here
9112
9113         * paragraph_funcs.h:
9114         * paragraph_funcs.C: readParagraph free function moved from
9115         buffer.C
9116
9117         * tabular.C: name change
9118
9119 2003-03-12  John Levon  <levon@movementarian.org>
9120
9121         * buffer.C:
9122         * ParagraphParameters.C: move par params input to
9123         a read() method
9124
9125         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9126         behave like a normal read from the stream wrt reading
9127         a line vs. a \\token
9128
9129 2003-03-12  John Levon  <levon@movementarian.org>
9130
9131         * paragraph.C:
9132         * ParagraphParameters.h:
9133         * ParagraphParameters.C: move output code to a
9134         ::write() method
9135
9136 2003-03-12  John Levon  <levon@movementarian.org>
9137
9138         * BufferView.C (insertLyXFile):
9139         * buffer.h:
9140         * buffer.C:
9141         * tabular.C: use a parlist iterator for creating the
9142           document.
9143
9144 2003-03-12  John Levon  <levon@movementarian.org>
9145
9146         * buffer.C: make current_change static local not
9147           static file-scope
9148
9149 2003-03-12  John Levon  <levon@movementarian.org>
9150
9151         * buffer.C: fix insertStringAsLines for change tracking
9152
9153 2003-03-12  John Levon  <levon@movementarian.org>
9154
9155         * BufferView.C:
9156         * tabular.C:
9157         * buffer.h:
9158         * buffer.C:
9159         * bufferparams.h:
9160         * bufferparams.C: move author list into params. Rename some
9161           functions. Move the header reading into a separate token
9162           loop. Move the header token reading into BufferParams.
9163
9164 2003-03-12  John Levon  <levon@movementarian.org>
9165
9166         * changes.C: put debug inside lyxerr.debugging() checks
9167
9168 2003-03-11 André Pönitz <poenitz@gmx.net>
9169
9170         * factory.C: make it aware of InsetHFill
9171
9172 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9173
9174         * buffer.C (latexParagraphs): move function from here...
9175         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9176         args.
9177
9178 2003-03-10  Angus Leeming  <leeming@lyx.org>
9179
9180         * LyXAction.C (init): fix bug in poplating array with multiple entries
9181         with the same LFUN (spotted by JMarc).
9182
9183 2003-03-10  John Levon  <levon@movementarian.org>
9184
9185         * text.C:
9186         * text2.C: move getColumnNearX() near its
9187         only call site
9188
9189 2003-03-10  John Levon  <levon@movementarian.org>
9190
9191         * text.C: fix break before a minipage
9192
9193 2003-03-10  John Levon  <levon@movementarian.org>
9194
9195         * text.C: fix the last commit
9196
9197 2003-03-09  John Levon  <levon@movementarian.org>
9198
9199         * lyxtext.h:
9200         * text.C:
9201         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9202         bug 365 (don't break before insets unless needed). Don't
9203         return a value > last under any circumstances.
9204
9205 2003-03-09  Angus Leeming  <leeming@lyx.org>
9206
9207         * BufferView_pimpl.C (trackChanges, dispatch): call
9208         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9209
9210 2003-03-09  Angus Leeming  <leeming@lyx.org>
9211
9212         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9213         than Dialogs::showAboutlyx().
9214
9215 2003-03-09  Angus Leeming  <leeming@lyx.org>
9216
9217         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9218         than Dialogs::showTabularCreate().
9219
9220 2003-03-09  John Levon  <levon@movementarian.org>
9221
9222         * lyxtext.h:
9223         * text.C:
9224         * text2.C: 3rd arg to nextBreakPoint was always the same.
9225           Use references.
9226
9227 2003-03-08  John Levon  <levon@movementarian.org>
9228
9229         * lyxrow.C:
9230         * paragraph.C:
9231         * paragraph.h:
9232         * rowpainter.C:
9233         * text.C:
9234         * text2.C: Remove the "main" bit from the "main body"
9235           notion.
9236
9237 2003-03-08  John Levon  <levon@movementarian.org>
9238
9239         * text.C (leftMargin): The left margin of an empty
9240         manual label paragraph should not include the label width
9241         string length.
9242
9243         * text.C (prepareToPrint): don't attempt to measure hfills
9244         for empty manual label paragraphs - the answer should be 0
9245
9246 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9247
9248         * CutAndPaste.C: remove commented code and reindent.
9249
9250 2003-03-08  John Levon  <levon@movementarian.org>
9251
9252         * lyxfunc.h:
9253         * lyxfunc.C: move reloadBuffer()
9254
9255         * BufferView.h:
9256         * BufferView.C: to here
9257
9258         * lyxvc.C: add comment
9259
9260         * vc-backend.h:
9261         * vc-backend.C: call bv->reload() to avoid
9262           getStatus() check on MENURELOAD
9263
9264 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9265
9266         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9267         to an old format .dep file.
9268
9269 2003-03-07  Angus Leeming  <leeming@lyx.org>
9270
9271         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9272         when the LFUN_MOUSE_RELEASE should have been handled by
9273         inset->localDispatch.
9274
9275 2003-03-07  Angus Leeming  <leeming@lyx.org>
9276
9277         * BufferView_pimpl.C (dispatch):
9278         * LyXAction.C (init):
9279         * ToolbarDefaults.C (init):
9280         * commandtags.h:
9281         * lyxfunc.C (getStatus):
9282         remove LFUN_INSET_GRAPHICS.
9283
9284         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9285
9286 2003-03-07  Angus Leeming  <leeming@lyx.org>
9287
9288         * commandtags.h:
9289         * LyXAction.C (init):
9290         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9291
9292         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9293
9294         * commandtags.h:
9295         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9296
9297         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9298         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9299
9300 2003-03-07  Angus Leeming  <leeming@lyx.org>
9301
9302         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9303         remove "ert".
9304
9305 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9306
9307         * ParagraphList.C (front): new function
9308         (back): implement
9309
9310 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9311
9312         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9313         and top_row_offset_. removed var first_y.
9314         * text.C (top_y):
9315         * text2.C (LyXText, removeRow):
9316         * text3.C:
9317         * BufferView_pimpl.C:
9318         use these methods instead of using first_y
9319
9320 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9321
9322         * text2.C (pasteSelection): adjust for checkPastePossible
9323
9324         * CutAndPaste.C: remove Paragraph * buf and replace with
9325         ParagraphList paragraphs.
9326         (DeleteBuffer): delete
9327         (cutSelection): change the tc type to textclass_type
9328         (copySelection): change the tc type to textclass_type
9329         (copySelection): adjust for ParagraphList
9330         (pasteSelection): change the tc type to textclass_type
9331         (pasteSelection): adjust for Paragraphlist
9332         (nrOfParagraphs): simplify for ParagraphList
9333         (checkPastePossible): simplify for ParagraphList
9334         (checkPastePossible): remove unused arg
9335
9336         * ParagraphList.C (insert): handle the case where there are no
9337         paragraphs yet.
9338
9339         * CutAndPaste.h: make CutAndPaste a namespace.
9340
9341         * text3.C (dispatch): adjust
9342
9343         * text.C (breakParagraph): add a ParagraphList as arg
9344
9345         * paragraph_funcs.C (breakParagraph): change to take a
9346         BufferParams and a ParagraphList as args.
9347         (breakParagraphConservative): ditto
9348         (mergeParagraph): ditto
9349         (TeXDeeper): add a ParagraphList arg
9350         (TeXEnvironment): ditto
9351         (TeXOnePar): ditto
9352
9353         * buffer.C (readLyXformat2): adjust
9354         (insertStringAsLines): adjust
9355         (latexParagraphs): adjust
9356
9357         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9358         (cutSelection): adjust
9359         (pasteSelection): adjust
9360
9361         * BufferView_pimpl.C (insertInset): adjust
9362
9363 2003-03-05  Angus Leeming  <leeming@lyx.org>
9364
9365         * commandtags.h:
9366         * LyXAction.C (init):
9367         * BufferView_pimpl.C (dispatch):
9368         * lyxfunc.C (getStatus):
9369         remove LFUN_CHILD_INSERT.
9370
9371         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9372
9373 2003-03-05  Angus Leeming  <leeming@lyx.org>
9374
9375         * commandtags.h:
9376         * LyXAction.C (init):
9377         * src/factory.C (createInset):
9378         * lyxfunc.C (getStatus):
9379         * text3.C (dispatch):
9380         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9381
9382         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9383
9384 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9385
9386         * ParagraphList.C (insert): handle insert right before end()
9387         (erase): fix cases where it can be first or last paragraph.
9388
9389 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9390
9391         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9392         Paragraph::next and Paragraph::previous
9393         (TeXOnePar): ditto
9394
9395         * text.C (breakParagraph): adjust
9396
9397         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9398         BufferParams& as arg.
9399         (breakParagraph): use ParagraphList::insert
9400         (breakParagraphConservative): take a Buffer* instead of a
9401         BufferParams& as arg.
9402         (breakParagraphConservative): use ParagraphList::insert.
9403
9404         * buffer.C (insertStringAsLines): un-const it
9405         (insertStringAsLines): adjust
9406
9407         * ParagraphList.C (insert): new function
9408
9409         * CutAndPaste.C (pasteSelection): adjust
9410
9411         * text.C (backspace): adjust
9412
9413         * tabular.C (SetMultiColumn): adjust
9414
9415         * CutAndPaste.C (cutSelection): adjust
9416         (pasteSelection): adjust
9417
9418         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9419         Buffer const * as arg
9420
9421         * ParagraphList.C (erase): new function
9422         * paragraph_funcs.C (mergeParagraph): use it
9423         (mergeParagraph): make it take a Buffer* instead of a
9424         BufferParams* as arg
9425
9426         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9427         as arg
9428         (breakParagraphConservative): ditto
9429
9430         * paragraph.h: remove the breakParagraph friend
9431
9432         * paragraph.C (eraseIntern): new function
9433         (setChange): new function
9434
9435         * paragraph_funcs.C (mergeParagraph): make it take a
9436         ParagraphList::iterator instead of a Paragraph *, adjust
9437         accordingly.
9438
9439         * paragraph.h: move an #endif so that the change tracking stuff
9440         also works in the NO_NEXT case.
9441
9442 2003-03-04  Angus Leeming  <leeming@lyx.org>
9443
9444         * commandtags.h:
9445         * LyXAction.C: new LFUN_INSET_MODIFY.
9446
9447         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9448         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9449
9450 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9451
9452         * several files: ws changes only
9453
9454         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9455         (TeXEnvironment): ditto
9456         (TeXDeeper): ditto
9457
9458         * buffer.C (makeLaTeXFile): adjust
9459         (latexParagraphs): make it take ParagraphList::iterator as args
9460
9461 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9462
9463         * buffer.C (latexParagraphs): adjust
9464
9465         * paragraph.C (TeXOnePar): move function...
9466         (optArgInset): move function...
9467         (TeXEnvironment): move function...
9468         * paragraph_pimpl.C (TeXDeeper): move function...
9469         * paragraph_funcs.C: ...here
9470
9471         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9472
9473 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9474
9475         * buffer.C (readInset): remove compability code for old Figure and
9476         InsetInfo insets
9477
9478 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9479
9480         * buffer.C: ws changes
9481         (readInset):
9482
9483         * BufferView_pimpl.C: ditto
9484         * author.C: ditto
9485         * buffer.h: ditto
9486         * bufferlist.h: ditto
9487         * changes.h: ditto
9488         * lyxfunc.C: ditto
9489
9490 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9491
9492         * converter.[Ch]: split into itself +
9493         * graph.[Ch]
9494         * format.[Ch]
9495         * Makefile.am: += graph.[Ch] + format.[Ch]
9496         * MenuBackend.C
9497         * buffer.C
9498         * exporter.C
9499         * importer.C
9500         * lyx_main.C
9501         * lyxfunc.C
9502         * lyxrc.C: added #include "format.h"
9503
9504 2003-02-27  Angus Leeming  <leeming@lyx.org>
9505
9506         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9507           a label.
9508
9509         * factory.C (createInset): add "label" to the factory.
9510
9511         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9512           string and do no more.
9513
9514 2003-02-27  Angus Leeming  <leeming@lyx.org>
9515
9516         * commandtags.h:
9517         * LyXAction.C (init):
9518         * factory.C (createInset):
9519         * BufferView_pimpl.C (dispatch):
9520           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9521
9522         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9523
9524         * lyxfunc.C (dispatch):
9525         * text3.C (dispatch): pass name to params2string.
9526
9527 2003-02-26  Angus Leeming  <leeming@lyx.org>
9528
9529         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9530           blocks together.
9531           Rearrange the ~includes. Strip out the unnecessary ones.
9532
9533         * factory.C (createInset): reformat.
9534           create new insets for the various LFUN_XYZ_APPLY lfuns.
9535
9536 2003-02-26  John Levon  <levon@movementarian.org>
9537
9538         * lyxrow.h:
9539         * lyxrow.C: add isParStart,isParEnd helpers
9540
9541         * paragraph.h: make isInserted/DeletedText take refs
9542
9543         * paragraph_funcs.h:
9544         * paragraph_funcs.C: remove #if 0'd code
9545
9546         * lyxtext.h:
9547         * text3.C:
9548         * text2.C:
9549         * text.C: use lyxrow helpers above.
9550           Move draw and paint routines to RowPainter.
9551           Make several methods use refs not pointers.
9552           Make backgroundColor() const.
9553           Add markChangeInDraw(), isInInset().
9554           Merge changeRegionCase into changeCase.
9555           Make workWidth() shouldn't-happen code into an Assert.
9556
9557         * rowpainter.h:
9558         * rowpainter.C: new class for painting a row.
9559
9560         * vspace.h:
9561         * vspace.C: make inPixels take a ref
9562
9563 2003-02-26  Angus Leeming  <leeming@lyx.org>
9564
9565         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9566         LFUN_REF_APPLY.
9567
9568 2003-02-25  John Levon  <levon@movementarian.org>
9569
9570         * ispell.C: give the forked command a more accurate name
9571
9572 2003-02-22  John Levon  <levon@movementarian.org>
9573
9574         * toc.h:
9575         * toc.C: make TocItem store an id not a Paragraph *
9576           (bug #913)
9577
9578 2003-02-21  Angus Leeming  <leeming@lyx.org>
9579
9580         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9581           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9582           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9583           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9584           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9585           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9586
9587         * BufferView_pimpl.C (dispatch):
9588         * LyXAction.C (init):
9589         * factory.C (createInset):
9590         * lyxfunc.C (getStatus, dispatch):
9591         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9592
9593 2003-02-21  Angus Leeming  <leeming@lyx.org>
9594
9595         * BufferView_pimpl.C (MenuInsertLyXFile):
9596         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9597         * lyxfunc.C (menuNew, open, doImport):
9598           no longer pass a LyXView & to fileDlg.
9599
9600 2003-02-21  Angus Leeming  <leeming@lyx.org>
9601
9602         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9603         * LyXAction.C: change, BIBKEY to BIBITEM.
9604         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9605         Change InsetBibKey to InsetBibitem.
9606         Change BIBKEY_CODE to BIBITEM_CODE.
9607         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9608         * factory.C: replace insetbib.h with insetbibitem.h.
9609         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9610         * paragraph.C: replace insetbib.h with insetbibitem.h.
9611         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9612         Change bibkey() to bibitem().
9613         * text.C: remove insetbib.h.
9614         * text2.C: replace insetbib.h with insetbibitem.h.
9615         change bibkey() to bibitem().
9616         * text3.C: remove insetbib.h.
9617         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9618
9619 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9620
9621         * lyxrc.C (output): enclose user email in quotes (in case there are
9622         several words)
9623
9624 2003-02-18  John Levon  <levon@movementarian.org>
9625
9626         * buffer.h: add std::
9627
9628 2003-02-17  John Levon  <levon@movementarian.org>
9629
9630         * SpellBase.h:
9631         * ispell.h:
9632         * ispell.C:
9633         * pspell.h:
9634         * pspell.C: reworking. Especially in ispell, a large
9635           number of clean ups and bug fixes.
9636
9637         * lyxfunc.C: fix revert to behave sensibly
9638
9639 2003-02-17 André Pönitz <poenitz@gmx.net>
9640
9641         * LyXAction.C:
9642         * commandtags.h: new LFUN_INSERT_BIBKEY
9643
9644         * layout.h:
9645         * lyxlayout.C:
9646         * buffer.C:
9647         * factory.C:
9648         * text.C:
9649         * text2.C:
9650         * text3.C:
9651         * paragraph.[Ch]:
9652         * paragraph_func.C: remove special bibkey handling
9653
9654 2003-02-17  John Levon  <levon@movementarian.org>
9655
9656         * text.C (Delete): fix case where delete at the end of
9657           the very first paragraph would not merge the pars
9658
9659 2003-02-17  John Levon  <levon@movementarian.org>
9660
9661         * lyxrow.C: fix lastPrintablePos()
9662
9663 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9664
9665         * bufferparams.C (writeLaTeX): add a std:here
9666
9667         * buffer.C: and remove a using directive there
9668
9669 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9670
9671         * buffer.C (makeLaTeXFile): move the code that generates the
9672           preamble...
9673
9674         * bufferparams.C (writeLaTeX): ... in this new method
9675
9676         * LaTeXFeatures.C (getEncodingSet): make const
9677           (getLanguages): make const
9678
9679         * MenuBackend.C (binding): returns the binding associated to this
9680           action
9681           (add): sets the status of each item by calling getStatus. Adds
9682           some intelligence.
9683           (read): add support for OptSubMenu
9684           (expand): remove extra separator at the end of expanded menu
9685
9686 2003-02-15  John Levon  <levon@movementarian.org>
9687
9688         * BufferView.C:
9689         * BufferView_pimpl.C:
9690         * bufferlist.h:
9691         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9692           inset code that had no actual effect. Remove unneeded status
9693           code.
9694
9695 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9696
9697         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9698           in preamble
9699
9700 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9701
9702         * text.C (drawLengthMarker): also draw an arrow marker for
9703           symbolic lengths (medskip...)
9704
9705 2003-02-14  John Levon  <levon@movementarian.org>
9706
9707         * tabular.h:
9708         * tabular.C: better method names
9709
9710 2003-02-14  John Levon  <levon@movementarian.org>
9711
9712         * BufferView_pimpl.C:
9713         * bufferlist.C:
9714         * buffer.C:
9715         * converter.C:
9716         * lyx_cb.C:
9717         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9718           it's a more accurate name. Remove some pointless uses.
9719
9720 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9721
9722         * text2.C (LyXText): change order of initilizers to shut off
9723           warnings
9724
9725 2003-02-14  John Levon  <levon@movementarian.org>
9726
9727         * buffer.C: use ParIterator for getParFromID()
9728
9729         * paragraph.h:
9730         * paragraph.C:
9731         * paragraph_pimpl.h:
9732         * paragraph_pimpl.C: remove unused getParFromID()
9733
9734 2003-02-14  John Levon  <levon@movementarian.org>
9735
9736         * buffer.C: remove some very old #if 0'd parse code
9737
9738 2003-02-13  John Levon  <levon@movementarian.org>
9739
9740         * text.h:
9741         * text.C:
9742         * text2.C: move hfillExpansion(), numberOfSeparators(),
9743           rowLast(), rowLastPrintable(), numberofHfills(),
9744           numberOfLabelHfills() ...
9745
9746         * lyxrow.h:
9747         * lyxrow.C: ... to member functions here.
9748
9749         * paragraph.h:
9750         * paragraph.C:
9751         * lyxtext.h:
9752         * text.C: remove LyXText::beginningOfMainBody(), and call
9753           p->beginningOfMainBody() directly. Move the check for
9754           LABEL_MANUAL into the latter.
9755
9756         * text.h:
9757         * text.C:
9758         * text2.C:
9759         * vspace.C:
9760         * BufferView.h:
9761         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9762
9763         * text.h:
9764         * text.C:
9765         * text2.C:
9766         * text3.C:
9767         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9768           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9769
9770 2003-02-13  John Levon  <levon@movementarian.org>
9771
9772         * CutAndPaste.C: remove debug
9773
9774 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9775
9776         * paragraph.C (asString): remove two unused variables
9777
9778         * lyxtextclass.C (readTitleType):
9779           (Read):
9780           (LyXTextClass): handle new members titletype_ and titlename_
9781
9782         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9783
9784 2003-02-09  John Levon  <levon@movementarian.org>
9785
9786         * buffer.h:
9787         * buffer.C: replace hand-coded list with a map for the dep clean
9788
9789 2003-02-08  John Levon  <levon@movementarian.org>
9790
9791         * LaTeX.C: consolidate code into showRunMessage() helper
9792
9793 2003-02-08  John Levon  <levon@movementarian.org>
9794
9795         * lyxfind.C:
9796         * lyxtext.h:
9797         * text2.C:
9798         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9799           and pass the size in explicitly
9800
9801         * BufferView_pimpl.h:
9802         * BufferView_pimpl.C:
9803         * BufferView.h:
9804         * BufferView.C: add getCurrentChange()
9805
9806         * BufferView_pimpl.h:
9807         * BufferView_pimpl.C: handle change lfuns
9808
9809         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9810           for changes. Mark pasted paragraphs as new.
9811
9812         * support/lyxtime.h:
9813         * support/lyxtime.C:
9814         * DepTable.C: abstract time_t as lyx::time_type
9815
9816         * LColor.h:
9817         * LColor.C: add colours for new text, deleted text, changebars
9818
9819         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9820           package use "usenames" option.
9821
9822         * commandtags.h:
9823         * lyxfunc.C:
9824         * LyXAction.C: add change lfuns
9825
9826         * Makefile.am:
9827         * author.h:
9828         * author.C: author handling
9829
9830         * buffer.h:
9831         * buffer.C: add a per-buffer author list, with first entry as
9832           current author. Handle new .lyx tokens for change tracking. Output
9833           author list to .lyx file. Output dvipost stuff to .tex preamble.
9834           Bump lyx format to 222.
9835
9836         * bufferlist.h:
9837         * bufferlist.C: add setCurrentAuthor() to reset current author details
9838           in all buffers.
9839
9840         * bufferparams.h:
9841         * bufferparams.C: add param for tracking
9842
9843         * bufferview_funcs.C: output change info in minibuffer
9844
9845         * Makefile.am:
9846         * changes.h:
9847         * changes.C: add change-tracking structure
9848
9849         * debug.h:
9850         * debug.C: add CHANGES debug flag
9851
9852         * lyxfind.h:
9853         * lyxfind.C: add code for finding the next change piece
9854
9855         * lyxrc.h:
9856         * lyxrc.C: add user_name and user_email
9857
9858         * lyxrow.h:
9859         * lyxrow.C: add a metric for the top of the text line
9860
9861         * lyxtext.h:
9862         * text.C: implement accept/rejectChange()
9863
9864         * lyxtext.h:
9865         * text.C: paint changebars. Paint new/deleted text in the chosen
9866         colours. Strike through deleted text.
9867
9868         * paragraph.h:
9869         * paragraph.C:
9870         * paragraph_pimpl.h:
9871         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9872           in the current change to the insert functions. Rework erase to
9873           mark text as deleted, adding an eraseIntern() and a range-based
9874           erase(). Implement per-paragraph change lookup and
9875           accept/reject.
9876
9877         * paragraph_funcs.C: Fixup paste for change tracking.
9878
9879         * tabular.C: mark added row/columns as new.
9880
9881         * text.C: fix rowLast() to never return -1. Don't allow
9882           spellchecking of deleted text. Track transpose changes. Don't
9883           allow paragraph break or merge where appropriate.
9884
9885         * text2.C: leave cursor at end of selection after a cut.
9886
9887 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9888
9889         * text.C (getLengthMarkerHeight):
9890         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9891         visible on screen too.
9892
9893 2003-02-07  John Levon  <levon@movementarian.org>
9894
9895         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9896
9897 2003-02-05  Angus Leeming  <leeming@lyx.org>
9898
9899         * lyxserver.C (read_ready): revert my patch of 11 September last year
9900         as it sends PC cpu through the roof. Presumably this means that
9901         the lyxserver will no longer run on an Alpha...
9902
9903 2003-01-30  Angus Leeming  <leeming@lyx.org>
9904
9905         * factory.C (createInset): create an InsetCommandParam of type "index"
9906         and use it to 'do the right thing'.
9907
9908         * text2.C (getStringToIndex): ensure that cursor position is always
9909         reset to the reset_cursor position.
9910
9911 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9912
9913         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9914         disabled.
9915
9916 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9917
9918         * bufferview.C:
9919         * lyxcb.C:
9920         * lyxfunc.C: Output messages with identical spelling, punctuation,
9921         and spaces
9922
9923 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9924
9925         * MenuBackend.C (expandFormats): List only viewable export formats
9926         in "View" menu
9927
9928         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9929         message
9930
9931         * lyxfunc.C (getStatus): Make sure that formats other than
9932         "fax" can also be disabled
9933
9934 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9935
9936         * text3.C (dispatch): put the lfuns that insert insets in 3
9937         groups, and call doInsertInset with appropriate arguments.
9938         (doInsertInset): new function, that creates an inset and inserts
9939         it according to some boolean parameters.
9940
9941 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9942
9943         * buffer.C (readFile): remember to pass on 'par' when calling
9944         readFile recursively.
9945
9946 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9947
9948         * MenuBackend.C (expandFormats): add "..." to import formats.
9949
9950 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9951
9952         * paragraph.C (asString): Remove XForms RTL hacks.
9953
9954 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9955         * buffer.C: fix typo
9956
9957 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9958
9959         * Makefile.am (LIBS): delete var
9960         (lyx_LDADD): add @LIBS@ here instead.
9961
9962 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9963
9964         * Clarify the meaning of "wheel mouse jump"
9965
9966 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9967
9968         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9969         tabular in a float
9970
9971 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9972
9973         * importer.C (Loaders): do not preallocate 3 elements in the
9974         vector, since one ends up with 6 elements otherwise
9975
9976 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9977
9978         * DepTable.C (write): write the file name as last element of the
9979         .dep file (because it may contain spaces)
9980         (read): read info in the right order
9981
9982 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9983
9984         * paragraph_pimpl.C (simpleTeXBlanks):
9985         (simpleTeXSpecialChars):
9986         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9987
9988         * tabular.C (latex): add some missing case statements. Reindent.
9989
9990         * MenuBackend.C (expandToc): remove unused variable.
9991
9992 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9993
9994         * LColor.C:
9995         * LaTeX.C:
9996         * LyXAction.C:
9997         * MenuBackend.C:
9998         * buffer.C:
9999         * exporter.C:
10000         * lyxfunc.C:
10001         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10002         and the like.
10003
10004 2003-01-05  John Levon  <levon@movementarian.org>
10005
10006         * BufferView.h:
10007         * BufferView.C: add getEncoding()
10008
10009         * kbsequence.h:
10010         * kbsequence.C: do not store last keypress
10011
10012         * lyxfunc.h:
10013         * lyxfunc.C: store last keypress here instead. Pass encoding
10014           to getISOEncoded()
10015
10016 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10017
10018         * lyx_main.C (init): remove annoying error message when following
10019         symbolic links (bug #780)
10020
10021 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10022
10023         * text.C (insertChar):
10024         * lyxrc.C (getDescription): remove extra spaces
10025
10026 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10027
10028         * lyxrc.C (getDescription): remove extra spaces
10029
10030 2002-12-20  John Levon  <levon@movementarian.org>
10031
10032         * text3.C: hack fix for page up/down across tall rows
10033
10034 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10035
10036         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10037         not been invoked
10038
10039 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10040
10041         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10042         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10043         thesaurus is not compiled in
10044
10045 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
10046
10047         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
10048
10049 2002-12-16  Angus Leeming  <leeming@lyx.org>
10050
10051         * lyxrc.[Ch]:
10052         * lyx_main.C (init): remove override_x_deadkeys stuff.
10053
10054 2002-12-12  John Levon  <levon@movementarian.org>
10055
10056         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10057           insert. Only remove shift modifier under strict
10058           circumstances.
10059
10060 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
10061
10062         * MenuBackend.C (expandToc): fix crash.
10063
10064 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
10065
10066         * MenuBackend.C (expandToc): gettext on float names.
10067
10068 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
10069
10070         * lyxlength.[Ch]: set default unit to UNIT_NONE,
10071         implement bool empty() [bug 490]
10072
10073 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
10074
10075         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10076
10077 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10078
10079         * several files: ws changes
10080
10081 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
10082
10083         * text2.C (setCounter): clean up a bit, use boost.format.
10084         (updateCounters): initialize par upon declaration.
10085
10086         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10087         if the layout exists. We do not just store the layout any more.
10088         (SwitchLayoutsBetweenClasses): use boost.format
10089
10090 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10091
10092         * converter.C (convert): if from and to files are the same, use a
10093         temporary files as intermediary
10094
10095 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10096
10097         * commandtags.h:
10098         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10099
10100 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10101
10102         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10103
10104 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10105
10106         * tabular.C (asciiPrintCell): use string(size, char) instead of
10107         explicit loop.
10108
10109         * sgml.C (openTag): fix order of arguments to string constructor
10110         (closeTag): ditto
10111
10112         * lyxfunc.C (dispatch): use boost.format
10113
10114         * lots of files: change "c" -> 'c'
10115
10116 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10117
10118         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10119
10120 2002-11-25  Angus Leeming  <leeming@lyx.org>
10121
10122         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10123
10124         * lyx_main.C (init): compile fix.
10125
10126 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10127
10128         * lyx_cb.C (start): boost.formatify
10129         do not include <iostream>
10130
10131         * lengthcommon.C: ws only
10132
10133         * boost-inst.C,BoostFormat.h: add more explict instantations
10134
10135 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10136
10137         * lots of files: handle USE_BOOST_FORMAT
10138
10139 2002-11-21  John Levon  <levon@movementarian.org>
10140
10141         * pspell.C: fix compile
10142
10143 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10144
10145         * lyxfunc.C (dispatch): use boost::format
10146         (open): ditto
10147         (doImport): ditto
10148
10149         * lyxfont.C (stateText): use boost::format
10150
10151         * lyx_main.C (LyX): use boost::format
10152         (init): ditto
10153         (queryUserLyXDir): ditto
10154         (readRcFile): ditto
10155         (parse_dbg): ditto
10156         (typedef boost::function): use the recommened syntax.
10157
10158         * importer.C (Import): use boost::format
10159
10160         * debug.C (showLevel): use boost::format
10161
10162         * converter.C (view): use boost::format
10163         (convert): ditto
10164         (move): ditto
10165         (scanLog): ditto
10166
10167         * bufferview_funcs.C (currentState): use boost::format
10168
10169         * bufferlist.C (emergencyWrite): use boost::format
10170
10171         * buffer.C (readLyXformat2): use boost::format
10172         (parseSingleLyXformat2Token): ditto
10173
10174         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10175
10176         * LaTeX.C (run): use boost::format
10177
10178         * Chktex.C (scanLogFile): use boost::format
10179
10180         * BufferView_pimpl.C (savePosition): use boost::format
10181         (restorePosition): ditto
10182         (MenuInsertLyXFile): ditto
10183
10184         * BoostFormat.h: help file for explicit instation.
10185
10186 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10187
10188         * tabular.C (latex): Support for block alignment in fixed width
10189         columns.
10190
10191 2002-11-17  John Levon  <levon@movementarian.org>
10192
10193         * BufferView_pimpl.C:
10194         * lyx_cb.C:
10195         * lyxfunc.C: split filedialog into open/save
10196
10197 2002-11-08  Juergen Vigna  <jug@sad.it>
10198
10199         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10200         by my last patch (hopefully).
10201
10202 2002-11-08  John Levon  <levon@movementarian.org>
10203
10204         * iterators.h:
10205         * iterators.C:
10206         * buffer.h:
10207         * buffer.C:
10208         * paragraph.h:
10209         * paragraph.C:
10210         * toc.h:
10211         * toc.C: ParConstIterator, and use it (from Lars)
10212
10213 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10214
10215         * lyxtextclass.[Ch]: revise and add doxygen comments
10216
10217 2002-11-07  John Levon  <levon@movementarian.org>
10218
10219         * text.C: fix progress value for spellchecker
10220
10221         * toc.C: fix navigate menu for insetwrap inside minipage
10222
10223         * paragraph_funcs.C: added FIXME for suspect code
10224
10225 2002-11-07  John Levon  <levon@movementarian.org>
10226
10227         * BufferView_pimpl.C: fix redrawing of insets
10228           on buffer switch
10229
10230 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10231
10232         * text2.C (updateCounters): fix bug 668
10233
10234 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10235
10236         * text3.C (dispatch): Do not make the buffer dirty when moving the
10237         cursor.
10238
10239 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10240
10241         * vc-backend.C: STRCONV
10242         (scanMaster): ditto
10243
10244         * text2.C (setCounter): STRCONV
10245
10246         * paragraph.C (asString): STRCONV
10247
10248         * lyxlength.C (asString): STRCONV
10249         (asLatexString): ditto
10250
10251         * lyxgluelength.C (asString): STRCONV
10252         (asLatexString): ditto
10253
10254         * lyxfunc.C (dispatch): STRCONV
10255         (open): ditto
10256
10257         * lyxfont.C (stateText): STRCONV
10258
10259         * importer.C (Import): STRCONV
10260
10261         * counters.C (labelItem): STRCONV
10262         (numberLabel): ditto
10263         (numberLabel): remove unused ostringstream o
10264
10265         * chset.C: STRCONV
10266         (loadFile): ditto
10267
10268         * bufferview_funcs.C (currentState): STRCONV
10269
10270         * buffer.C (readFile): STRCONV
10271         (asciiParagraph): ditto
10272         (makeLaTeXFile): ditto
10273
10274         * Spacing.C (writeEnvirBegin): STRCONV
10275
10276         * LaTeXFeatures.C (getLanguages): STRCONV
10277         (getPackages): ditto
10278         (getMacros): ditto
10279         (getBabelOptions): ditto
10280         (getTClassPreamble): ditto
10281         (getLyXSGMLEntities): ditto
10282         (getIncludedFiles): ditto
10283
10284         * LaTeX.C: STRCONV
10285         (run): ditto
10286         (scanAuxFile): ditto
10287         (deplog): ditto
10288
10289         * LString.h: add the STRCONV macros
10290
10291         * BufferView_pimpl.C (savePosition): STRCONV
10292         (restorePosition): ditto
10293         (MenuInsertLyXFile): ditto
10294
10295         * vc-backend.C (scanMaster): change from submatch[...] to
10296         submatch.str(...)
10297
10298         * funcrequest.C: include config.h
10299
10300         * factory.C: include config.h
10301
10302         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10303
10304         * box.C: include config.h
10305
10306         * LaTeX.C (scanAuxFile): change from submatch[...] to
10307         submatch.str(...)
10308         (deplog): ditto
10309
10310 2002-10-25  Angus Leeming  <leeming@lyx.org>
10311
10312         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10313
10314         * ispell.[Ch] (setError): new method.
10315         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10316         Use setError() insetead of goto END.
10317
10318         * lyx_cb.C (AutoSave): move out child process into new class
10319         AutoSaveBuffer.
10320
10321 2002-10-30  John Levon  <levon@movementarian.org>
10322
10323         * text3.C: make start appendix undoable
10324
10325 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10326
10327         * lyxlength.C (inPixels): Fix returned value.
10328
10329         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10330         environment.
10331
10332 2002-10-24  Angus Leeming  <leeming@lyx.org>
10333
10334         * lyxgluelength.h: no need to forward declare BufferParams
10335         or BufferView, so don't.
10336
10337 2002-10-21  John Levon  <levon@movementarian.org>
10338
10339         * BufferView.C: menuUndo ->undo, redo
10340
10341         * BufferView.h: document, remove dead, make some methods private
10342
10343         * paragraph_funcs.h:
10344         * paragraph_funcs.C:
10345         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10346
10347         * buffer.h:
10348         * buffer.C:
10349         * sgml.h:
10350         * sgml.C: move sgml open/close tag into sgml.C
10351
10352         * bufferview_funcs.h: unused prototype
10353
10354         * lyxfunc.h:
10355         * lyxfunc.C: remove unused
10356
10357         * lyxtext.h:
10358         * text.C: remove unused
10359
10360 2002-10-21  John Levon  <levon@movementarian.org>
10361
10362         * BufferView.h:
10363         * BufferView.C:
10364         * BufferView_pimpl.h:
10365         * BufferView_pimpl.C: fix mouse wheel handling based on
10366           patch from Darren Freeman
10367
10368 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10369
10370         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10371
10372 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10373
10374         * lyxlength.C (inPixels): Fix hanfling of negative length.
10375         Fix LyXLength::MU case.
10376
10377 2002-10-16  John Levon  <levon@movementarian.org>
10378
10379         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10380
10381 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10382
10383         * converter.C (view): add support for $$i (file name) and $$p
10384         (file path) for the viewer command. If $$i is not specified, then
10385         it is appended to the command (for compatibility with old syntax)
10386
10387 2002-10-14  Juergen Vigna  <jug@sad.it>
10388
10389         * undo_funcs.C (textHandleUndo): alter the order in which the
10390         new undopar is added to the LyXText, as we have to set first
10391         the right prev/next and then add it as otherwise the rebuild of
10392         LyXText is not correct. Also reset the cursor to the right paragraph,
10393         with this IMO we could remove the hack in "redoParagraphs()".
10394
10395 2002-10-09  Angus Leeming  <leeming@lyx.org>
10396
10397         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10398         to turn off an optimisation if a new inset is to be inserted.
10399
10400 2002-10-11 André Pönitz <poenitz@gmx.net>
10401
10402         * lyxtext.h: make some functions public to allow access
10403         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10404
10405 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10406
10407         * text3.C (dispatch): when changing layout, avoid an infinite loop
10408         [bug #652]
10409
10410 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10411
10412         * lyxrc.C (read): treat a viewer or converter command of "none" as
10413         if it were empty.
10414
10415         * MenuBackend.C (expandFormats): for an update, also allow the
10416         formats that are not viewable
10417
10418         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10419         script if it is newer than the lyxrc.defaults in user directory
10420
10421 2002-10-07 André Pönitz <poenitz@gmx.net>
10422
10423         * text.C: Vitaly Lipatov's small i18n fix
10424
10425 2002-09-25  Angus Leeming  <leeming@lyx.org>
10426
10427         * ispell.h: doxygen fix.
10428
10429 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10430
10431         * buffer.h (readFile): Add a new argument to the method, to allow
10432         reading of old-format templates.
10433
10434 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10435
10436         * toc.C (getTocList): Get TOC from InsetWrap.
10437
10438 2002-09-16  John Levon  <levon@movementarian.org>
10439
10440         * lyxfunc.C: check tabular for cut/copy too
10441
10442 2002-09-12  John Levon  <levon@movementarian.org>
10443
10444         * LyXAction.C: tidy
10445
10446         * factory.h:
10447         * factory.C: add header
10448
10449         * paragraph_funcs.h:
10450         * paragraph_funcs.C: cleanup
10451
10452 2002-09-11  John Levon  <levon@movementarian.org>
10453
10454         * PrinterParams.h: odd/even default to true
10455
10456 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10457
10458         * PrinterParams.h: update printer parameters for new xforms dialog
10459
10460 2002-09-11  Angus Leeming  <leeming@lyx.org>
10461
10462         * lyxserver.C (read_ready): re-write to make it more transparent
10463         and to make it work in coherent fashion under Tru64 Unix.
10464
10465 2002-09-11  André Pönitz <poenitz@gmx.net>
10466
10467         * commandtags.h:
10468         * LyXAction.C:
10469         * text3.C: implement LFUN_WORDSEL
10470
10471 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10472
10473         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10474         make floatlist_ a boost::shared_ptr<FloatList>
10475
10476         * lyxtextclass.C: include FloatList.h
10477         (LyXTextClass): initialize floatlist_
10478         (TextClassTags): add TC_NOFLOAT
10479         (Read): match "nofloat" to TC_NOFLOAT and use it.
10480         (readFloat): modify call to floatlist_
10481         (floats): ditto
10482         (floats): ditto
10483
10484         * FloatList.[Ch] (FloatList): remove commented out float
10485         initialization.
10486         (erase): new function
10487
10488 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10489
10490         * MenuBackend.C (expandToc): fix crash when there is no document
10491         open
10492
10493 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10494
10495         * many files: Add insetwrap.
10496
10497 2002-09-09  John Levon  <levon@movementarian.org>
10498
10499         * text2.C: remove confusing and awkward depth wraparound
10500
10501 2002-09-09  John Levon  <levon@movementarian.org>
10502
10503         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10504
10505         * buffer.h:
10506         * buffer.C: remove getIncludeonlyList()
10507
10508         * paragraph.C:
10509         * lyxfunc.C: remove headers
10510
10511 2002-09-09  Juergen Vigna  <jug@sad.it>
10512
10513         * text.C (getColumnNearX): fix form Michael this is most
10514         probably a cut&paste bug.
10515
10516 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10517
10518         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10519
10520         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10521         references, ws changes.
10522
10523         * text2.C (init): update counters after init
10524         (insertParagraph): no need to set counter on idividual paragraphs.
10525         (setCounter): access the counters object in the textclass object
10526         on in the buffer object.
10527         (updateCounters): ditto
10528
10529         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10530         shared_ptr<Counters> to avoid loading counters.h in all
10531         compilation units.
10532         (LyXTextClass): initialize ctrs_
10533         (TextClassTags): add TC_COUNTER, and ...
10534         (Read): use it here.
10535         (CounterTags): new tags
10536         (readCounter): new function
10537         (counters): new funtion
10538         (defaultLayoutName): return a const reference
10539
10540         * counters.C (Counters): remove contructor
10541         (newCounter): remove a couple of unneeded statements.
10542         (newCounter): simplify a bit.
10543         (numberLabel): some small formatting changes.
10544
10545         * buffer.[Ch]: remove all traces of counters, move the Counters
10546         object to the LyXTextClass.
10547
10548 2002-09-06  Alain Castera  <castera@in2p3.fr>
10549
10550         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10551         package to set the horizontal alignment on fixed width columns.
10552
10553         * lyx_sty.C:
10554         * lyx_sty.h: added tabularnewline macro def.
10555
10556         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10557
10558 2002-09-06  John Levon  <levon@movementarian.org>
10559
10560         * LyXAction.C: tooltips for sub/superscript
10561
10562         * MenuBackend.C: a bit more verbose
10563
10564         * lyxfunc.C: tiny clean
10565
10566         * undo_funcs.C: document undo_frozen
10567
10568 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10569
10570         * counters.C (Counters): add missing algorithm counter.
10571
10572         * text2.C (setCounter): lookup the counter with layouts latexname
10573         instead of by section number.
10574         (setCounter): use a hackish way to lookup the correct enum
10575         counter.
10576         a float name->type change
10577         reset enum couners with counter name directly instead of depth value.
10578
10579         * counters.C (Counters): remove the push_backs, change to use the
10580         float type not the float name.
10581         (labelItem): remove unused string, float name->type change
10582
10583         * counters.h: don't include vector, loose the enums and sects vectors
10584
10585 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10586
10587         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10588         (Read): add float->TC_FLOAT to textclassTags
10589         (Read): and handle it in the switch
10590         (readFloat): new function
10591
10592         * FloatList.C (FloatList): comment out the hardcoded float
10593         definitions.
10594
10595         * lyxlayout.h: ws change.
10596
10597 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10598
10599         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10600
10601 2002-09-03  Angus Leeming  <leeming@lyx.org>
10602
10603         * BufferView_pimpl.h: qualified name is not allowed in member
10604         declaration: WorkArea & Pimpl::workarea() const;
10605
10606         * factory.C: added using std::endl directive.
10607
10608         * text3.C: added using std::find and std::vector directives.
10609
10610 2002-08-29  André Pönitz <poenitz@gmx.net>
10611
10612         * lyxtext.h:
10613         * text2.C: remove unused member number_of_rows
10614
10615         * Makefile.am:
10616         * BufferView2.C: remove file, move contents to...
10617         * BufferView.C: ... here
10618
10619         * BufferView_pimpl.C:
10620         * factory.C: move more inset creation to factory
10621
10622         * vspace.C: avoid direct usage of LyXText, ws changes
10623
10624         * BufferView.[Ch]:
10625                 don't provide direct access to WorkArea, use two simple
10626                 acessors haveSelction() and workHeight() instead
10627
10628
10629 2002-08-29  John Levon  <levon@movementarian.org>
10630
10631         * BufferView_pimpl.C (dispatch): do not continue when
10632           no buffer
10633
10634 2002-08-28  André Pönitz <poenitz@gmx.net>
10635
10636         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10637
10638         * BufferView.h:
10639         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10640
10641 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10642
10643         * buffer.C: increment LYX_FORMAT to 221
10644
10645         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10646         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10647
10648         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10649
10650         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10651
10652 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10653
10654         * factory.C (createInset): use LyXTextClass::floats
10655
10656         * MenuBackend.C (expandFloatListInsert):
10657         (expandFloatInsert):
10658         (expandToc):
10659
10660         * text2.C (setCounter):
10661
10662         * LaTeXFeatures.C (useFloat):
10663         (getFloatDefinitions):
10664
10665         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10666
10667         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10668         floatlist_, with accessor floats().
10669
10670         * FloatList.h: remove global FloatList
10671
10672 2002-08-26  André Pönitz <poenitz@gmx.net>
10673
10674         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10675
10676         * BufferView.h:
10677         * BufferView2.C:
10678         * BufferView_pimpl.C:
10679         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10680
10681 2002-08-25  John Levon  <levon@movementarian.org>
10682
10683         * LyXAction.C: fix margin note description
10684
10685 2002-08-24  John Levon  <levon@movementarian.org>
10686
10687         * buffer.C:
10688         * bufferlist.C:
10689         * bufferview_funcs.C:
10690         * lyxfont.C:
10691         * undo_funcs.C: cleanups
10692
10693         * lyxfunc.C: disable CUT/COPY when no selection
10694
10695 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10696
10697         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10698         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10699
10700         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10701         Add backward compatibility to "mono", "gray" and "no".
10702
10703 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10704
10705         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10706         (and file_format >= 200).
10707
10708 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10709
10710         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10711
10712 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10713
10714         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10715
10716 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10717
10718         * BufferView_pimpl.C:
10719         * LyXAction.C:
10720         * buffer.C:
10721         * commandtags.h:
10722         * lyxfunc.C:
10723         * paragraph.[Ch]:
10724         * text2.C:
10725         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10726         inset and code to make it  work with the paragraph code. The inset
10727         can be anywhere in the paragraph, but will only do the expected
10728         thing in LaTeX if the layout file contains the parameter line
10729                         OptionalArgs    1
10730         (or more generally, a nonzero value) for that layout.
10731
10732 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10733
10734         * paragraph.h: remove the declaration of undefined counters class
10735         function.
10736
10737 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10738
10739         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10740         Dr. Richard Hawkins.
10741
10742 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10743
10744         * paragraph_funcs.h: remove some unneeded includes
10745
10746         * text.C (backspace): pasteParagraph now in global scipe
10747
10748         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10749         (pasteSelection): ditto
10750
10751         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10752         * paragraph_funcs.C (pasteParagraph): ... here
10753
10754 2002-08-20  André Pönitz <poenitz@gmx.net>
10755
10756         * commandtags.h: new LFUNs for swapping/copying table row/colums
10757
10758         * LyXAction.C:
10759         * lyxfunc.C: support for new lfuns
10760
10761 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10762
10763         * tabular.C:
10764         * buffer.[Ch]: remove NO_COMPABILITY stuff
10765
10766 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10767
10768         * boost.C (throw_exception): new file, with helper function for
10769         boost compiled without exceptions.
10770
10771         * paragraph.h:
10772         * lyxlength.C:
10773         * buffer.C:
10774         * ParameterStruct.h:
10775         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10776
10777         * bufferlist.C (emergencyWriteAll): use boost bind
10778
10779         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10780
10781         * text.C: include paragraph_funcs.h
10782         (breakParagraph): breakParagraph is now in global scope
10783
10784         * paragraph_funcs.[Ch]: new files
10785
10786         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10787         global scope
10788
10789         * buffer.C: include paragraph_funcs.h
10790         (insertStringAsLines): breakParagraph is now in global scope
10791
10792         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10793         paragraph_funcs.C
10794
10795         * CutAndPaste.C: include paragraph_funcs.h
10796         (cutSelection): breakParagraphConservative is now in global scope
10797         (pasteSelection): ditto
10798
10799         * buffer.h: declare oprator== and operator!= for
10800         Buffer::inset_iterator
10801
10802         * bufferlist.C (emergencyWrite): don't use fmt(...)
10803
10804         * text3.C: add using std::endl
10805
10806         * BufferView.C (moveCursorUpdate): remove default arg
10807
10808 2002-08-20  André Pönitz <poenitz@gmx.net>
10809
10810         * buffer.[Ch]: move inline functions to .C
10811
10812         * BufferView2.C:
10813         * BufferView_pimpl.C:
10814         * text.C:
10815         * buffer.[Ch]: use improved inset_iterator
10816
10817         * buffer.C:
10818         * paragraph.[Ch]: write one paragraph at a time
10819
10820 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10821
10822         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10823         style if style is not specified.
10824
10825 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10826
10827         * text2.C (setCounter): when searching for right label for a
10828         caption, make sure to recurse to parent insets (so that a caption
10829         in a minipage in a figure float works) (bug #568)
10830
10831 2002-08-20  André Pönitz <poenitz@gmx.net>
10832
10833         * text3.C: new file for LyXText::dispatch() and helpers
10834
10835         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10836
10837         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10838
10839 2002-08-19  André Pönitz <poenitz@gmx.net>
10840
10841         * lyxtext.h:
10842         * text.C: new LyXText::dispatch()
10843
10844         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10845
10846 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10847
10848         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10849
10850         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10851         Hebrew text.
10852
10853 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10854
10855         * Makefile.am: use $(variables) instead of @substitutions@
10856
10857 2002-08-15  André Pönitz <poenitz@gmx.net>
10858
10859         * lyxfunc.C:
10860         * BufferView_pimpl.C: streamlining mathed <-> outer world
10861         interaction
10862
10863         * commandtags.h:
10864         * LyXAction.C: remove unused LFUN_MATH
10865
10866 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10867
10868         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10869
10870 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10871
10872         * paragraph.C (Paragraph): reformat a bit
10873         (cutIntoMinibuffer): use builtin InsetList function instad of
10874         doing it manually.
10875         (getInset): ditto
10876
10877         * buffer.C: include boost/bind.hpp, add using std::for_each
10878         (writeFileAscii): use ParagraphList iterators
10879         (validate): use for_each for validate traversal of paragraphs
10880         (getBibkeyList): use ParagraphList iterators
10881         (resizeInsets): use for_each to resizeInsetsLyXText for all
10882         paragraphs.
10883         (getParFromID): use ParagraphList iterators
10884
10885         * BufferView2.C (lockInset): use paragraph list and iterators
10886
10887 2002-08-14  John Levon  <levon@movementarian.org>
10888
10889         * lyxserver.C: remove spurious xforms include
10890
10891 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10892
10893         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10894
10895 2002-08-13  André Pönitz <poenitz@gmx.net>
10896
10897         * LyXAction.[Ch]:
10898         * lyxfunc.C: further cleaning
10899
10900 2002-08-13  André Pönitz <poenitz@gmx.net>
10901
10902         * funcrequest.h: new constructor
10903
10904         * funcrequest.C: move stuff here from .h
10905
10906         * Makefile.am:
10907         * BufferView_pimpl.C:
10908         * LyXAction.C:
10909         * toc.C:
10910         * lyxfunc.C: subsequent changes
10911
10912         * lyxfunc.h: new view() member function
10913
10914         * lyxfunc.C: subsequent changes
10915
10916 2002-08-13  Angus Leeming  <leeming@lyx.org>
10917
10918         * BufferView2.C:
10919         * BufferView_pimpl.C:
10920         * buffer.C:
10921         * converter.C:
10922         * importer.C:
10923         * lyxfunc.C:
10924         * lyxvc.C:
10925         * toc.C:
10926         * vc-backend.C:
10927         changes due to the changed LyXView interface that now returns references
10928         to member variables not pointers.
10929
10930 2002-08-13  Angus Leeming  <leeming@lyx.org>
10931
10932         * WordLangTuple (word, lang_code): return references to strings,
10933         not strings.
10934
10935         * BufferView.h:
10936         * SpellBase.h:
10937         * lyxtext.h: forward-declare WordLangTuple.
10938
10939         * BufferView2.C:
10940         * ispell.C:
10941         * pspell.C:
10942         * text.C: #include "WordLangTuple.h".
10943
10944         * lyxtext.h:
10945         * text.C: (selectNextWordToSpellcheck): constify return type.
10946
10947 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10948
10949         * buffer.C:
10950         * buffer.h:
10951         * lyxtext.h:
10952         * paragraph.C:
10953         * paragraph_pimpl.h:
10954         * text.C:
10955         * text2.C:
10956         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10957         suggested by Angus.
10958         Made updateCounter always count from start of buffer, and removed
10959         second argument (par).
10960         Reverted floats number display to '#'. Perhaps I'll try again when the
10961         code base is sanitized a bit.
10962
10963 2002-08-12  Angus Leeming  <leeming@lyx.org>
10964
10965         * buffer.[Ch] (getLabelList): constify.
10966
10967 2002-08-07  André Pönitz <poenitz@gmx.net>
10968
10969         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10970
10971         * funcrequest.h: extension to keep mouse (x,y) position
10972
10973 2002-08-12  Juergen Vigna  <jug@sad.it>
10974
10975         * BufferView2.C (insertErrors): forbid undo when inserting error
10976         insets.
10977
10978         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10979
10980 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10981
10982         * ParagraphList.[Ch]: new files
10983
10984         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10985
10986         * BufferView2.C (lockInset): ParagraphList changes
10987         * toc.C: ditto
10988         * text2.C: ditto
10989         * bufferlist.C: ditto
10990         * buffer.h: ditto
10991         * buffer.C: ditto
10992
10993 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10994
10995         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10996         unused class variable counter_,
10997
10998         * paragraph.[Ch] (getFirstCounter): delete unused function
10999
11000         * counters.C: include LAssert.h
11001         (reset): add a new function with no arg, change other version to
11002         not have def. arg and to not allow empty arg.
11003
11004         * text2.C (setCounter): remove empty arg from call to Counters::reset
11005
11006 2002-08-11  John Levon  <levon@movementarian.org>
11007
11008         * Makefile.am: add WordLangTuple.h
11009
11010 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
11011
11012         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11013         lyxfunc.C lyxlex_pimpl.C: ws changes only.
11014
11015         * insets/insettext.C: InsetList changes
11016
11017         * graphics/GraphicsSupport.C (operator()): InsetList changes
11018
11019         * toc.C (getTocList): InsetList changes
11020
11021         * paragraph_pimpl.[Ch]: InsetList changes
11022
11023         * paragraph.[Ch]: InsetList changes
11024
11025         * buffer.C (inset_iterator): InsetList changes
11026         (setParagraph): ditto
11027         * buffer.h (inset_iterator): ditto
11028         * iterators.C (operator++): ditto
11029         * iterators.h: ditto
11030
11031         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11032
11033         * InsetList.[Ch]: new files, most InsetList handling moved out of
11034         paragraph.C.
11035
11036         * BufferView2.C (removeAutoInsets): InsetList changes
11037         (lockInset): ditto
11038         (ChangeInsets): ditto
11039
11040 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
11041
11042         * paragraph_pimpl.h (empty): new function
11043
11044         * paragraph.[Ch] (empty): new function
11045
11046         * other files: use the new Paragraph::empty function
11047
11048 2002-08-09  John Levon  <levon@movementarian.org>
11049
11050         * lyxtext.h: remove unused refresh_height
11051
11052 2002-08-09  John Levon  <levon@movementarian.org>
11053
11054         * Makefile.am:
11055         * sgml.h:
11056         * sgml.C:
11057         * buffer.C:
11058         * paragraph.h:
11059         * paragraph.C: move sgml char escaping out of paragraph
11060
11061         * paragraph.h:
11062         * paragraph.C: remove id setter
11063
11064         * buffer.C:
11065         * paragraph.C:
11066         * paragraph_pimpl.C: remove dead tex_code_break_column
11067
11068         * bufferview_funcs.C: small cleanup
11069
11070         * lyxfunc.C: remove dead proto
11071
11072         * lyxtext.h: make some stuff private. Remove some dead stuff.
11073
11074         * lyxgluelength.C: make as[LyX]String() readable
11075
11076 2002-08-08  John Levon  <levon@movementarian.org>
11077
11078         * LyXAction.h:
11079         * LyXAction.C:
11080         * MenuBackend.C:
11081         * ToolbarDefaults.C:
11082         * lyxfunc.C:
11083         * lyxrc.C:
11084         * toc.C: lyxaction cleanup
11085
11086 2002-08-08  John Levon  <levon@movementarian.org>
11087
11088         * BufferView2.C: small cleanup
11089
11090         * lyxfind.h:
11091         * lyxfind.C: move unnecessary header into the .C
11092
11093 2002-08-08  John Levon  <levon@movementarian.org>
11094
11095         * funcrequest.h: just tedious nonsense
11096
11097         * lyx_main.h:
11098         * lyx_main.C: cleanups
11099
11100         * buffer.C:
11101         * vspace.C: remove dead header lyx_main.h
11102
11103 2002-08-07  Angus Leeming  <leeming@lyx.org>
11104
11105         * Paragraph.[Ch]:
11106         * paragraph_pimpl.h:
11107         Forward declare class Counters in paragraph.h by moving the ctrs member
11108         variable into Paragraph::Pimpl.
11109         (counters): new method, returning a reference to pimpl_->ctrs.
11110
11111         * text2.C: ensuing changes.
11112
11113 2002-08-07  John Levon  <levon@movementarian.org>
11114
11115         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11116
11117         * BufferView_pimpl.C: announce X selection on double/triple
11118           click
11119
11120         * lyx_main.C: use correct bool in batch dispatch
11121
11122         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11123
11124 2002-08-07  André Pönitz <poenitz@gmx.net>
11125
11126         * funcrequest.h: new class to wrap a kb_action and its argument
11127
11128         * BufferView.[Ch]:
11129         * BufferView_pimpl[Ch]:
11130         * LaTeX.C:
11131         * LyXAction.[Ch]:
11132         * lyxfunc.[Ch]:
11133         * lyxrc.C: subsequent changes
11134
11135
11136 2002-08-07  John Levon  <levon@movementarian.org>
11137
11138         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11139           document options change.
11140
11141 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11142
11143         * counters.[Ch]
11144         * text2.C
11145         * paragraph.[Ch]
11146         * makefile.am: move counters functionality over from
11147         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11148
11149 2002-08-06  John Levon  <levon@movementarian.org>
11150
11151         * WordLangTuple.h: new file for word + language code tuple
11152
11153         * SpellBase.h:
11154         * pspell.h:
11155         * pspell.C:
11156         * ispell.h:
11157         * ispell.C:
11158         * lyxtext.h:
11159         * text.C:
11160         * text2.C:
11161         * BufferView.h:
11162         * BufferView2.C: use WordLangTuple
11163
11164         * layout.h:
11165         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11166
11167 2002-08-06  John Levon  <levon@movementarian.org>
11168
11169         * lyx_main.C: fix cmdline batch handling
11170
11171 2002-08-06  André Pönitz <poenitz@gmx.net>
11172
11173         * lyxrc.C: set default for show_banner to true
11174
11175 2002-08-06  John Levon  <levon@movementarian.org>
11176
11177         * pspell.C: fix a crash, and allow new aspell to work
11178
11179 2002-08-06  John Levon  <levon@movementarian.org>
11180
11181         * lyxfunc.C:
11182         * kbmap.C: small cleanup
11183
11184         * vspace.h:
11185         * vspace.C: add const
11186
11187 2002-08-05  John Levon  <levon@movementarian.org>
11188
11189         * LyXAction.C: back to tabular-insert
11190
11191 2002-08-04  John Levon  <levon@movementarian.org>
11192
11193         * BufferView.h:
11194         * BufferView.C: cosmetic change
11195
11196         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11197
11198         * bufferlist.C:
11199         * buffer.h:
11200         * buffer.C:
11201         * lyxcb.h:
11202         * lyxcb.C:
11203         * lyxserver.C:
11204         * lyxvc.C:
11205         * vc-backend.C:
11206         * BufferView2.C: purge all "Lyx" not "LyX" strings
11207
11208         * lyxcursor.h:
11209         * lyxcursor.C: attempt to add some documentation
11210
11211         * lyxfunc.C:
11212         * commandtags.h:
11213         * LyXAction.C:
11214         * ToolbarDefaults.C:
11215         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11216           merge with LFUN_TABULAR_INSERT
11217
11218         * Makefile.am:
11219         * SpellBase.h:
11220         * ispell.h:
11221         * ispell.C:
11222         * pspell.h:
11223         * pspell.C: split up i/pspell implementations into separate
11224           files, many cleanups
11225
11226         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11227
11228         * text2.C: some cleanup
11229
11230         * lyxfunc.C: don't check for isp_command == "none" any more, it
11231           didn't make any sense
11232
11233 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11234
11235         * counters.[Ch]
11236         * text2.C
11237         * paragraph.[Ch]
11238         * makefile.am: move counters functionality over
11239         from text2.C/paragraph.[Ch] to counters.[Ch], and
11240         make proper C++.
11241 2002-08-02  John Levon  <levon@movementarian.org>
11242
11243         * buffer.C: s/lyxconvert/lyx2lyx/
11244
11245 2002-08-02  Angus Leeming  <leeming@lyx.org>
11246
11247         * lyxlex.C: revert John's change as it breaks reading of the user
11248         preamble.
11249
11250 2002-08-02  Angus Leeming  <leeming@lyx.org>
11251
11252         * importer.C (Import):
11253         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11254         changes due to LyXView::view() now returning a boost::shared_ptr.
11255
11256 2002-08-02  John Levon  <levon@movementarian.org>
11257
11258         * lyxlex.C: small cleanup
11259
11260 2002-08-02  John Levon  <levon@movementarian.org>
11261
11262         * text2.C (status): small cleanup, no logic change
11263
11264 2002-08-01  John Levon  <levon@movementarian.org>
11265
11266         * buffer.h:
11267         * buffer.C (writeFile): don't output alerts, caller
11268           handles this
11269
11270         * bufferlist.C:
11271         * lyx_cb.C: from above
11272
11273         * lyxfunc.C: allow to open non-existent files
11274
11275 2002-07-31  John Levon  <levon@movementarian.org>
11276
11277         * lyxserver.C: don't let incidental errors get
11278           in the way (errno)
11279
11280 2002-07-30  John Levon  <levon@movementarian.org>
11281
11282         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11283
11284 2002-07-30  John Levon  <levon@movementarian.org>
11285
11286         * lyxserver.h:
11287         * lyxserver.C: remove I/O callback too
11288
11289 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11290
11291         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11292         log.
11293
11294 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11295
11296         * many files: strip,frontStrip -> trim,ltrim,rtrim
11297
11298 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11299
11300         * PrinterParams.h: remove extern containsOnly, and include
11301         support/lstrings.h instead.
11302
11303         * LaTeX.C (scanAuxFile): modify because of strip changes
11304         (deplog): ditto
11305         * buffer.C (makeLaTeXFile): ditto
11306         * bufferparams.C (writeFile): ditt
11307         * lyxfont.C (stateText): ditto
11308         * lyxserver.C (read_ready): ditto
11309         * vc-backend.C (scanMaster): ditto
11310
11311         * BufferView_pimpl.h: ws changes
11312
11313         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11314
11315 2002-07-26  André Pönitz <poenitz@gmx.net>
11316
11317         * kb_sequence.C: remove unnedred usings
11318
11319 2002-07-26  Juergen Vigna  <jug@sad.it>
11320
11321         * lyxfind.C (LyXReplace): we have to check better if the returned
11322         text is not of theLockingInset()->getLockingInset().
11323
11324 2002-07-25  Juergen Vigna  <jug@sad.it>
11325
11326         * lyxfind.C (LyXReplace): don't replace if we don't get the
11327         right LyXText.
11328
11329         * undo_funcs.C (createUndo): remove debugging code.
11330
11331 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11332
11333         * buffer.C (parseSingleLyXformat2Token): Use default placement
11334         when reading old floats.
11335
11336         * FloatList.C (FloatList): Change the default placement of figure
11337         and tables to "tbp".
11338
11339 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11340
11341         * MenuBackend.C: using std::max
11342
11343 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11344
11345         * MenuBackend.C (expandToc):
11346         (expandToc2): code moved from xforms menu frontend. It is now
11347         generic and TOCs are transparent to menu frontends.
11348
11349 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11350
11351         * toc.C (getTocList): protect against buf=0
11352
11353         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11354         Menu as first parameter. Now, this calls itself recursively to
11355         expand a whole tree (this will be useful for TOC handling)
11356         (expandFloatInsert): remove 'wide' version of floats
11357
11358         * MenuBackend.h (submenuname): returns the name of the submenu.
11359         (submenu): returns the submenu itself, provided it has been
11360         created by MenuBackend::expand
11361
11362 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11363
11364         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11365         insets which have noFontChange == true. (bug #172)
11366
11367 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11368
11369         * BufferView_pimpl.C: add connection objects and use them...
11370         (Pimpl): here.
11371
11372 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11373
11374         * MenuBackend.C (expandLastfiles):
11375         (expandDocuments):
11376         (expandFormats):
11377         (expandFloatListInsert):
11378         (expandFloatInsert):
11379         (expand): split expand in parts
11380
11381 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11382
11383         * lyx_gui.C: use lyx_gui::exit()
11384
11385 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11386
11387         * LyXAction.C: show the failing pseudo action
11388
11389 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11390
11391         * buffer.C (readFile): Run the lyxconvert script in order to read
11392         old files.
11393
11394 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11395
11396         * LyXAction.C:
11397         * commandtags.h:
11398         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11399
11400 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11401
11402         * LyXAction.C:
11403         * commandtags.h:
11404         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11405
11406 2002-07-22  Herbert Voss  <voss@lyx.org>
11407
11408         * lengthcommon.C:
11409         * lyxlength.[Ch]: add support for the vertical lengths
11410
11411 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11412
11413         * toc.[Ch]: std:: fixes
11414
11415 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11416
11417         * lyxrc.C: do not include lyx_main.h
11418
11419         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11420         for layouts
11421
11422         * lyxrc.C:
11423         * encoding.C:
11424         * bufferlist.C:
11425         * BufferView2.C: include "lyxlex.h"
11426
11427         * tabular.h:
11428         * bufferparams.h: do not #include "lyxlex.h"
11429
11430         * lyxtextclasslist.C (Add): remove method
11431         (classlist): renamed to classlist_
11432
11433         * paragraph_pimpl.C:
11434         * paragraph.C:
11435         * text2.C:
11436         * CutAndPaste.C:
11437         * bufferview_funcs.C:
11438         * bufferlist.C:
11439         * text.C:
11440         * LaTeXFeatures.C:
11441         * buffer.C:
11442         * toc.C (getTocList): use BufferParams::getLyXTextClass
11443
11444         * toc.C (getTocList): use InsetFloat::addToToc
11445
11446         * toc.[Ch]: new files, containing helper functions to handle table
11447         of contents
11448
11449         * lyxfunc.C (dispatch): no need to remove spaces around command
11450         given as a string
11451         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11452         first command of the sequence; it is not very clever, but I do not
11453         have a better idea, actually
11454
11455         * LyXAction.C (LookupFunc): make sure to remove space at the
11456         beginning and end of the command
11457
11458 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11459
11460         * MenuBackend.C (getMenubar): new method: return the menubar of
11461         this menu set
11462         (read): treat differently reading of menu and menubar (in
11463         particular, the menubar has no name now)
11464         (Menu::menubar): remove
11465
11466         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11467         saving is finished
11468
11469 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11470
11471         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11472         a bibitem inset in a RTL paragraph.
11473
11474 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11475
11476         * paragraph_pimpl.C: constify
11477
11478         * BufferView_pimpl.C:
11479         * LaTeX.C:
11480         * lyxfunc.C: fix dispatch in a nicer way
11481
11482 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11483
11484         * lyxfunc.C (dispatch):
11485         * BufferView_pimpl.C:
11486         * BufferView_pimpl.h:
11487         * BufferView.C:
11488         * BufferView.h: rename Dispatch() to dispatch()
11489
11490         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11491
11492         * lyxlayout.C (Read): honor DependsOn tag
11493
11494         * lyxlayout.[Ch] (depends_on): new method
11495
11496         * version.C.in: update lyx_docversion
11497
11498         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11499
11500         * paragraph.C (validate): remove from here...
11501         * paragraph_pimpl.C (validate): ... and move here
11502         (isTextAt): make it const
11503
11504         * buffer.C (getLists): ws cleanup
11505
11506 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11507
11508         * language.C (read): Use iso8859-1 encoding in latex_lang
11509         (this prevents LyX from crashing when using iso10646-1 encoding).
11510
11511 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11512
11513         * text2.C (toggleInset): if cursor is inside an inset, close the
11514         inset and leave cursor _after_ it
11515
11516 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11517
11518         * lyxfunc.C: move minibuffer completion handling out of here
11519
11520 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11521
11522         * BufferView_pimpl.C:
11523         * LaTeX.C: fix dispatch calls
11524
11525 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11526
11527         * text.C (drawChars): Fix Arabic text rendering.
11528
11529 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11530
11531         * LyXAction.C:
11532         * commandtags.h:
11533         * lyxfunc.C: remove message-push/pop
11534
11535         * lyxserver.C:
11536         * lyxfunc.h:
11537         * lyxfunc.C: rationalise some code by removing verboseDispatch
11538           in favour of a bool argument to dispatch()
11539
11540 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11541
11542         * lyx_main.C (init): make sure to read symlinks as absolute paths
11543
11544 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11545
11546         * lyxfunc.h:
11547         * lyxfunc.C: no need for commandshortcut to be a member
11548
11549 2002-07-15  André Pönitz <poenitz@gmx.net>
11550
11551         * converter.C: add support for $$s (scripts from lib/scripts dir)
11552         * lyx_main.C: white space
11553
11554 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11555
11556         * bufferlist.C:
11557         * lyxrc.h:
11558         * lyxrc.C: remove second exit confirmation
11559
11560 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11561
11562         * BufferView.h:
11563         * BufferView.C:
11564         * BufferView2.C:
11565         * BufferView_pimpl.h:
11566         * BufferView_pimpl.C:
11567         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11568
11569 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11570
11571         * MenuBackend.C (expand): add numeric shortcuts to document menu
11572
11573         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11574
11575 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11576
11577         * lyxfont.C (setLyXFamily):
11578         (setLyXSeries):
11579         (setLyXShape):
11580         (setLyXSize):
11581         (setLyXMisc):
11582         (lyxRead):
11583         * debug.C (value):
11584         * buffer.C (asciiParagraph): use ascii_lowercase
11585
11586 2002-07-15  Mike Fabian  <mfabian@suse.de>
11587
11588         * lyxlex_pimpl.C (search_kw):
11589         * lyxlex.C (getLongString):
11590         * converter.h (operator<):
11591         * converter.C (operator<):
11592         * buffer.C (parseSingleLyXformat2Token):
11593         (asciiParagraph):
11594         * ToolbarDefaults.C (read):
11595         * MenuBackend.C (checkShortcuts):
11596         (read):
11597         * LColor.C (getFromGUIName):
11598         (getFromLyXName): use the compare_ascii_no_case instead of
11599         compare_no_case, because in turkish, 'i' is not the lowercase
11600         version of 'I', and thus turkish locale breaks parsing of tags.
11601
11602 2002-07-16  Angus Leeming  <leeming@lyx.org>
11603
11604         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11605         now takes a Buffer const & argument.
11606
11607 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11608
11609         * BufferView.C (resize): check there's a buffer to resize
11610
11611 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11612
11613         * lyxfunc.C: remove dead code
11614
11615         * lyxserver.h:
11616         * lyxserver.C: use lyx_guii::set_read_callback
11617
11618 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11619
11620         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11621         an inset in a RTL paragraph.
11622
11623 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11624
11625         * lyxfunc.C: repaint after a font size update
11626
11627 2002-07-15  André Pönitz <poenitz@gmx.net>
11628
11629         * lyxlength.C: inBP should be able to return negative values
11630
11631 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11632
11633         * lyxfunc.C: use lyx_gui::update_fonts()
11634
11635 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11636
11637         * lyxfunc.C: use lyx_gui::update_color()
11638
11639 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11640
11641         * bufferlist.C:
11642         * lyxfunc.h:
11643         * lyxfunc.C:
11644         * lyxrc.h:
11645         * lyxrc.C: remove file->new asks for name option, and let
11646           buffer-new take an argument
11647
11648 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11649
11650         * BufferView_pimpl.C: remove unneeded extra repaint()
11651
11652 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11653
11654         * LyXAction.C: allow command-sequence with NoBuffer
11655
11656         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11657
11658 2002-07-10  Angus Leeming  <leeming@lyx.org>
11659
11660         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11661
11662 2002-07-09  Angus Leeming  <leeming@lyx.org>
11663
11664         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11665
11666 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11667
11668         * lengthcommon.h: whitespace
11669
11670         * lyxfunc.C: update scrollbar after goto paragraph
11671
11672         * lyxtext.h: factor out page break drawing, and fix it so
11673           page break/added space paints as selected nicely
11674
11675 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11676
11677         * BufferView_pimpl.C: add FIXMEs, clean up a little
11678
11679 2002-07-09  André Pönitz <poenitz@gmx.net>
11680
11681         * lyxfont.[Ch]: support for wasy symbols
11682
11683 2002-07-08  André Pönitz <poenitz@gmx.net>
11684
11685         * BufferView_pimpl.C: apply John's patch for #93.
11686
11687 2002-07-05  Angus Leeming  <leeming@lyx.org>
11688
11689         * BufferView_pimpl.C (buffer): generate previews if desired.
11690
11691         * LColor.h: add "preview" to the color enum.
11692
11693         * LColor.C (LColor): add a corresponding entry to the items array.
11694
11695         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11696         with this buffer.
11697
11698 2002-07-05  Angus Leeming  <leeming@lyx.org>
11699
11700         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11701         The body of the code is now in the method that is passed an ostream &
11702         rather than a file name.
11703         Pass an additional only_preamble parameter, useful for the forthcoming
11704         preview stuff.
11705
11706 2002-07-03  André Pönitz <poenitz@gmx.net>
11707
11708         * lyxfunc.C: simplify getStatus() a bit for math stuff
11709
11710 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11711
11712         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11713
11714 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11715
11716         * text.C (changeRegionCase): do not change case of all the
11717         document when region ends at paragraph end (bug #461)
11718
11719 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11720
11721         * paragraph.C (startTeXParParams):
11722         (endTeXParParams): add \protect when necessary
11723
11724 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11725
11726         * BufferView_pimpl.C (workAreaExpose): remove warning
11727
11728 2002-06-27  Angus Leeming  <leeming@lyx.org>
11729
11730         * Makefile.am: add lyxlayout_ptr_fwd.h.
11731
11732 2002-06-26  André Pönitz <poenitz@gmx.net>
11733
11734         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11735
11736 2002-06-25  Angus Leeming  <leeming@lyx.org>
11737
11738         * lyxfunc.C (dispatch): Comment out the call to
11739         grfx::GCache::changeDisplay. The method no longer exists now that the
11740         pixmap generation part of the graphics loader has been moved into
11741         InsetGraphics.
11742
11743 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11744
11745         * text2.C: layout as layout
11746
11747         * text.C: layout as layout
11748
11749         * tabular.C (OldFormatRead): layout as layout
11750
11751         * paragraph_pimpl.C (TeXDeeper): layout as layout
11752         (realizeFont): layout as layout
11753
11754         * paragraph.C (writeFile): layout as layout
11755         (validate): layout as layout
11756         (getFont): layout as layout
11757         (getLabelFont): layout as layout
11758         (getLayoutFont): layout as layout
11759         (breakParagraph): layout as layout
11760         (stripLeadingSpaces): layout as layout
11761         (getEndLabel): layout as layout
11762         (getMaxDepthAfter): layout as layout
11763         (applyLayout): layout as layout
11764         (TeXOnePar): layout as layout
11765         (simpleTeXOnePar): layout as layout
11766         (TeXEnvironment): layout as layout
11767         (layout): layout as layout
11768         (layout): layout as layout
11769
11770         * lyxtextclass.C (compare_name): new functor to work with
11771         shared_ptr, layout as layout
11772         (Read): layout as layout
11773         (hasLayout): layout as layout
11774         (operator): layout as layout
11775         (delete_layout): layout as layout
11776         (defaultLayout): layout as layout
11777
11778         * lyxlayout_ptr_fwd.h: new file
11779
11780         * lyxlayout.C (Read): layout as layout
11781
11782         * lyx_cb.C (MenuInsertLabel): layout as layout
11783
11784         * bufferlist.C (newFile): layout as layout
11785
11786         * buffer.C (readLyXformat2): layout as layout
11787         (parseSingleLyXformat2Token): layout as layout
11788         (insertStringAsLines): layout as layout
11789         (asciiParagraph): layout as layout
11790         (latexParagraphs): layout as layout
11791         (makeLinuxDocFile): layout as layout
11792         (simpleLinuxDocOnePar): layout as layout
11793         (makeDocBookFile): layout as layout
11794         (simpleDocBookOnePar): layout as layout
11795         (getLists): layout as layout
11796
11797         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11798
11799         * CutAndPaste.C (cutSelection): layout as layout
11800         (pasteSelection): layout as layout
11801         (SwitchLayoutsBetweenClasses): layout as layout
11802
11803         * BufferView_pimpl.C (Dispatch): layout as layout
11804         (smartQuote): layout as layout
11805
11806         * BufferView2.C (unlockInset): layout as layout
11807
11808 2002-06-24  André Pönitz <poenitz@gmx.net>
11809
11810         * lyxfunc.C: fix #487
11811
11812 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11813
11814         * lyxrc.h:
11815         * lyxrc.C:
11816         * lyxfunc.C: remove display_shortcuts, show_banner
11817
11818 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11819
11820         * Buffer_pimpl.C: oops, update on resize
11821
11822 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11823
11824         * buffer.C:
11825         * converter.C:
11826         * exporter.C:
11827         * lyxfunc.C:
11828         * BufferView.h:
11829         * BufferView.C: use repaint()
11830
11831         * BufferView_pimpl.h:
11832         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11833           as it's a clearer description. Remove superfluous
11834           redraws.
11835
11836 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11837
11838         * text.C: fix bug 488. Not ideal, but getting
11839           getWord() to work properly for the insets that
11840           matter is more difficult ...
11841
11842 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11843
11844         * BufferView_pimpl.C:
11845         * LyXAction.C:
11846         * commandtags.h:
11847         * lyxfunc.C: remove the six million index lyxfuncs to just
11848           one, and DTRT (bug 458)
11849
11850 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11851
11852         * BufferView.h:
11853         * BufferView.C:
11854         * BufferView_pimpl.h:
11855         * BufferView_pimpl.C: clean up resize() stuff,
11856           and unnecessary updateScreen()s
11857
11858 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11859
11860         * BufferView.h:
11861         * BufferView.C:
11862         * BufferView_pimpl.h:
11863         * BufferView_pimpl.C:
11864         * lyxfind.h:
11865         * lyxfind.C:
11866         * minibuffer.C: remove focus management of workarea,
11867           not needed. Use screen's greyOut()
11868
11869 2002-06-17  Herbert Voss  <voss@lyx.org>
11870
11871         * converter.C: (convert) do not post a message, when converting
11872         fails, let the calling function decide what to do in this case
11873
11874 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11875
11876         * lyxfunc.C: tidy up a little
11877
11878 2002-06-16    <alstrup@diku.dk>
11879
11880         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11881         Got rid of FORMS_H_LOCATION include. Now we are
11882         GUII.
11883
11884 2002-06-15  LyX Development team  <lyx@rilke>
11885
11886         * buffer.[Ch] (sgmlOpenTag):
11887         (sgmlCloseTag): Added support for avoiding pernicious mixed
11888         content. Return number of lines written.
11889
11890         (makeLinuxDocFile):
11891         (makeDocBookFile): Fixed calls to sgml*Tag.
11892         Simple white space clean.
11893
11894         (simpleDocBookOnePar): Simple white space clean.
11895
11896         * tabular.[Ch] (docBook): Renamed to docbook and got another
11897         argument to related with the pernicious mixed content.
11898
11899         (docbookRow): Fixed calls for docbook inset method.
11900
11901 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11902
11903         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11904         so it's X11 independent.
11905
11906         * kb*.[Ch]: ditto.
11907
11908         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11909
11910 2002-06-15  Lyx Development team  <lyx@electronia>
11911
11912         * intl.h: Renamed getTrans to getTransManager.
11913
11914 2002-06-14  Angus Leeming  <leeming@lyx.org>
11915
11916         * Makefile.am: nuke forgotten stl_string_fwd.h.
11917
11918 2002-06-12  Angus Leeming  <leeming@lyx.org>
11919
11920         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11921
11922 2002-06-13  Angus Leeming  <leeming@lyx.org>
11923
11924         * LaTeX.C:
11925         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11926
11927 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11928
11929         * kbmap.C (getiso): add support for cyrillic and greek
11930
11931 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11932
11933         * BufferView.h:
11934         * BufferView.C:
11935         * BufferView_pimpl.h:
11936         * BufferView_pimpl.C: move bogus scrolling logic
11937           to xforms
11938
11939 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11940
11941         * lyxfunc.C:
11942         * BufferView_pimpl.C: view->resize() change
11943
11944 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11945
11946         * BufferView_pimpl.C: topCursorVisible
11947           prototype change
11948
11949 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11950
11951         * Makefile.am:
11952         * lyx_gui.h:
11953         * lyx_gui.C: move to frontends/
11954
11955         * main.C:
11956         * lyx_main.h:
11957         * lyx_main.C: changes from above
11958
11959 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11960
11961         * intl.C:
11962         * intl.h:
11963         * kbmap.C:
11964         * kbsequence.C:
11965         * lyx_cb.C:
11966         * lyx_main.C: minor tidy
11967
11968 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11969
11970         * BufferView_pimpl.h:
11971         * BufferView_pimpl.C:
11972         * BufferView.h:
11973         * BufferView.C: make painter() const,
11974           remove dead code
11975
11976         * BufferView2.C: use screen() accessor
11977
11978         * lyx_main.h:
11979         * lyx_main.C: some minor cleanup
11980
11981 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11982
11983         * BufferView_pimpl.h:
11984         * BufferView_pimpl.C: remove enter/leaveView,
11985           use workHeight()
11986
11987 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11988
11989         * BufferView.h:
11990         * BufferView.C:
11991         * BufferView2.C:
11992         * BufferView_pimpl.h:
11993         * BufferView_pimpl.C: only construct screen once,
11994           rename
11995
11996         * lyxrc.C: remove pointless comment
11997
11998 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11999
12000         * BufferView.h:
12001         * BufferView.C: remove active() and belowMouse()
12002
12003         * BufferView_pimpl.h:
12004         * BufferView_pimpl.C: use workarea() not workarea_,
12005           and make it use a scoped_ptr instead
12006
12007 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
12008
12009         * lyx_gui.C: add debug message on BadWindow
12010
12011 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12012
12013         * sp_spell.C: fdopen is not part of the C++ standard.
12014
12015         * paragraph.C (InsetIterator): use >= instead of ==
12016
12017 2002-06-07  Angus Leeming  <leeming@lyx.org>
12018
12019         Fixes needed to compile with Compaq cxx 6.5.
12020         * BufferView_pimpl.C:
12021         * DepTable.C:
12022         * buffer.C:
12023         * converter.C:
12024         * encoding.C:
12025         * lyx_gui.C:
12026         * lyx_main.C:
12027         * lyxtextclasslist.C:
12028         * minibuffer.C:
12029         * sp_spell.C:
12030         * tabular_funcs.C:
12031         * vc-backend.C:
12032         all c-library variables have been moved into namespace std. Wrap
12033         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12034
12035         * lyxlength.C:
12036         * tabular-old.C:
12037         * tabular.C:
12038         Add a using std::abs declaration.
12039
12040         * kbmap.h (modifier_pair):
12041         * paragraph.h (InsetTable, InsetList):
12042         * lyxfont.h (FontBits):
12043         type definition made public.
12044
12045         * bufferlist.C (emergencyWriteAll): the compiler complains that
12046         there is more than one possible lyx::class_fun template to choose from.
12047         I re-named the void specialisation as lyx::void_class_fun.
12048
12049         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12050
12051         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12052         the compiler is is unable to find tostr in write_attribute.
12053
12054 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12055
12056         * buffer.C (sgmlError): hide #warning
12057
12058 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12059
12060         * xtl/*: get rid of xtl, which is not in use anyway
12061
12062         * LyXAction.C (init):
12063         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12064         were unimplemented xtl experimentation
12065
12066 2002-06-04  André Pönitz <poenitz@gmx.net>
12067
12068         * lyxfunc.C: disable array operation on simple formulae
12069
12070 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
12071
12072         * converter.C: constify a bit
12073
12074 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
12075
12076         * lyx_gui.C: check xforms version correctly
12077
12078 2002-04-30  Herbert Voss  <voss@lyx.org>
12079
12080         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12081         "keep" option
12082
12083 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
12084
12085         * lyxvc.C: fix bug 416 (make sure buffer is saved before
12086           attempt to register it with a VCS)
12087
12088 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12089
12090         * lyx_main.C (init): honor variables LYX_DIR_13x and
12091         LYX_USERDIR_13x
12092
12093 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12094
12095         * buffer.h:
12096         * buffer.C:
12097         * lyx_main.C: fix a crash on bad command line,
12098           and give a useful exit status on error
12099
12100         * lyxfunc.C (doImport): allow -i lyx to work
12101
12102 2002-03-30  André Pönitz <poenitz@gmx.net>
12103
12104         * lyxfunc.C: mathed font changes
12105
12106 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12107
12108         * LaTeX.C:
12109         * importer.h:
12110         * importer.C:
12111         * lyx_sty.h:
12112         * lyx_sty.C:
12113         * lyxlex.C:
12114         * lyxrow.h:
12115         * lyxtext.h:
12116         * paragraph.h:
12117         * paragraph.C:
12118         * texrow.h:
12119         * texrow.C:
12120         * text.C:
12121         * trans_mgr.h: srcdocs, and some minor cleanups
12122
12123 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12124
12125         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12126         call getFont all the time)
12127
12128 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12129
12130         * switch from SigC signals to boost::signals
12131
12132 2002-05-29  André Pönitz <poenitz@gmx.net>
12133
12134         * paragraph_pimpl.C (getChar): don't call size() too often...
12135
12136 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12137
12138         * paragraph_pimpl.C (insertChar): do not try to update tables when
12139         appending (pos == size())
12140
12141         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12142         in order to reduce drastically the number of comparisons needed to
12143         parse a large document
12144
12145 2002-05-29  André Pönitz <poenitz@gmx.net>
12146
12147         * text.C:
12148         * text2.C:
12149         * lyxtextclass.C:
12150         * sp_pspell.h:
12151         * textclasslist.[Ch]:
12152         * sp_ispell.h: whitespace change
12153
12154 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12155
12156         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12157         lyxaction directly now.
12158
12159 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12160
12161         * trans.C:
12162         * lyxfont.C:
12163         * lyxvc.C: remove unused headers
12164
12165 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12166
12167         * Makefile.am:
12168         * buffer.h:
12169         * undostack.h:
12170         * undostack.C:
12171         * undo_funcs.h:
12172         * undo_funcs.C: some cleanups. Use shared_ptr
12173           and a template for the undo stacks.
12174
12175 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12176
12177         * BufferView_pimpl.h:
12178         * BufferView_pimpl.C:
12179         * kbmap.h:
12180         * kbmap.C:
12181         * kbsequence.h:
12182         * kbsequence.C:
12183         * lyxfunc.h:
12184         * lyxfunc.C:
12185         * text2.C: use key_state/mouse_state
12186
12187 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12188
12189         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12190         and LSubstring
12191
12192         * chset.C: change include order
12193         (loadFile): use boost regex and get rid of LRegex and LSubstring
12194
12195         * Makefile.am (BOOST_LIBS): new variable
12196         (lyx_LDADD): use it
12197
12198         * LaTeX.C: change include order.
12199         (scanAuxFile): use boost regex and get rid of LRegex and
12200         LSubstring
12201         (deplog): ditto
12202
12203 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12204
12205         * ColorHandler.h:
12206         * ColorHandler.C:
12207         * FontInfo.h:
12208         * FontInfo.C: moved to frontends/xforms/
12209
12210         * FontLoader.h:
12211         * FontLoader.C: moved into frontends for GUIIzation
12212
12213         * Makefile.am:
12214         * lyx_gui.C:
12215         * lyxfont.C:
12216         * lyxfunc.C: changes from above
12217
12218 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12219
12220         * LColor.C: remove spurious X include
12221
12222         * BufferView_pimpl.C:
12223         * Makefile.am:
12224         * font.h:
12225         * font.C:
12226         * text.C:
12227         * text2.C: move font metrics to frontends/
12228
12229 2002-05-24  Juergen Vigna  <jug@sad.it>
12230
12231         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12232         setting the undo_cursor.
12233
12234         * ParagraphParameters.h: include local includes first.
12235
12236 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12237
12238         * BufferView_pimpl.C:
12239         * BufferView_pimpl.h:
12240         * Makefile.am:
12241         * WorkArea.h:
12242         * WorkArea.C:
12243         * screen.C: move WorkArea into frontends/
12244
12245         * lyxscreen.h:
12246         * screen.C:
12247         * text.C:
12248         * BufferView.C:
12249         * BufferView2.C: move LyXScreen into frontends/
12250
12251         * lyxlookup.h:
12252         * lyxlookup.C:
12253         * lyx_gui.C: move lyxlookup into frontends/xforms/
12254
12255 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12256
12257         * BufferView2.C:
12258         * BufferView_pimpl.C:
12259         * FontLoader.C:
12260         * LyXView.h:
12261         * LyXView.C:
12262         * Makefile.am:
12263         * WorkArea.C:
12264         * XFormsView.h:
12265         * XFormsView.C:
12266         * buffer.C:
12267         * bufferlist.C:
12268         * bufferview_funcs.C:
12269         * converter.C:
12270         * importer.C:
12271         * lyx_cb.C:
12272         * lyx_gui.C:
12273         * lyx_main.C:
12274         * lyx_find.C:
12275         * lyxfunc.C:
12276         * lyxvc.C:
12277         * minibuffer.C:
12278         * text.C:
12279         * text2.C:
12280         * trans.C:
12281         * vc-backend.C: move LyX/XFormsView into frontends/
12282
12283 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12284
12285         * Makefile.am:
12286         * PainterBase.C:
12287         * PainterBase.h:
12288         * Painter.C:
12289         * Painter.h:
12290         * WorkArea.C:
12291         * WorkArea.h:
12292         * screen.C:
12293         * tabular.C:
12294         * text.C:
12295         * text2.C: move Painter to frontends/
12296
12297 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12298
12299         * buffer.C: comment out some some code that depend upon lyx_format
12300         < 220
12301
12302         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12303         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12304
12305         * buffer.h (NO_COMPABILITY): turn off compability
12306
12307         * ColorHandler.C: include scoped_array.hpp
12308
12309         * font.C: Use more specific smart_ptr header.
12310         * Painter.C: ditto
12311         * gettext.C: ditto
12312         * ShareContainer.h: ditto
12313         * lyx_main.h: ditto
12314         * kbmap.h: ditto
12315         * FontInfo.h: ditto
12316         * BufferView_pimpl.h: ditto
12317         * ColorHandler.h: ditto
12318
12319         * kbmap.C (defkey): change call to shared_ptr::reset
12320
12321 2002-05-21  Juergen Vigna  <jug@sad.it>
12322
12323         * buffer.C (insertErtContents): fix to insert ert asis if it is
12324         non empty. Skip it completely if it contains only whitespaces.
12325
12326 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12327
12328         * BufferView_pimpl.C:
12329         * BufferView2.C: clear selection on paste (bug 393)
12330
12331 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12332
12333         * DepTable.C: include ctime
12334
12335 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12336
12337         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12338
12339 2002-05-14  Juergen Vigna  <jug@sad.it>
12340
12341         * text.C (breakParagraph): fixed function to honor the keepempty
12342         layout in the right maner and also to permit the right breaking
12343         algorithm on empty or non empyt keepempty paragraphs.
12344
12345         * paragraph.C (breakParagraph): we have to check also if the par
12346         is really empty (!size()) for isempty otherwise we do the wrong
12347         paragraph break.
12348
12349 2002-05-10  Juergen Vigna  <jug@sad.it>
12350
12351         * buffer.[Ch] : The following are only changes to the ert
12352         compatibility read reading old LaTeX layout and font stuff and
12353         convert it to ERTInsets.
12354
12355         * buffer.h: added isErtInset().
12356
12357         * buffer.C (struct ErtComp): add a fromlayout bool to check
12358         if we're inside a LaTeX layout.
12359         (isErtInset): new helper function.
12360         (insertErtContents): look for other ert insets before this one
12361         and insert the contents there, so that we don't have subsequent
12362         ERT insets with nothing between them. This way we create only one
12363         inset with multiple paragraphs. Also check if we don't insert only
12364         spaces ' ' as they are ignored anyway afterwards in the .tex file
12365         so if we have only spaces we will ignore this latex part in the
12366         new file.
12367         (parseSingleLyXformat2Token \\layout): better compatibility when
12368         reading layout-latex stuff.
12369         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12370         language tag.
12371         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12372         stuff after reading the inset only get the information back from
12373         the stack.
12374
12375 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12376
12377         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12378
12379         * LaTeXFeatures.C (getBabelOptions): New method.
12380
12381 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12382
12383         * BufferView_pimpl.C (Dispatch): work around missing argument for
12384         'layout'
12385
12386 2002-05-08  Juergen Vigna  <jug@sad.it>
12387
12388         * text.C (leftMargin): handle paragraph leftindent.
12389
12390         * paragraph.C (writeFile): write the new \\leftindent tag.
12391         (validate): handle leftindent code.
12392         (TeXEnvironment): handle paragraphleftindent code again.
12393
12394         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12395
12396         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12397         for paragrap_extra indent code and new token \\leftindent.
12398         (latexParagraphs): handle the leftindent as environment.
12399
12400         * ParameterStruct.h: added leftindent support.
12401
12402         * ParagraphParameters.C (leftIndent): added support functions for
12403         the paragraph left indent.
12404
12405         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12406         more appropriate.
12407
12408 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12409
12410         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12411         inside insetERT.
12412
12413         * text.C (computeBidiTables): No bidi in insetERT.
12414
12415         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12416         in RTL documents.
12417
12418 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12419
12420         * version.C.in: pre 5
12421
12422 2002-05-02  José Matos  <jamatos@fep.up.pt>
12423         * buffer.C (makeDocBookFile): white space changes, add newline to
12424         command styles.
12425         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12426
12427         * tabular.C (docBook): fix typo.
12428
12429 2002-05-03  Juergen Vigna  <jug@sad.it>
12430
12431         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12432         change in LyXText as we can not be sure it was not freed.
12433         (drawOneRow): remove unused code.
12434
12435         * text.C (drawInset): redo the calculation of the need_break_row as
12436         it could have a row which was already freed.
12437         (draw): look at the return value of drawInset and return false if
12438         it also returned false.
12439         (paintRowText): look at the return value of draw and return false if
12440         it also returned false.
12441
12442         * lyxtext.h: added bool return type to drawInset() and draw() so that
12443         if we have a change in the row so that the rowbreak has to be redone
12444         we abort drawing as it will be called again.
12445
12446 2002-05-02  Juergen Vigna  <jug@sad.it>
12447
12448         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12449         a change in the maintext also if we're inside an inset.
12450         (Dispatch): set the cursor again after a break line and after the
12451         screen has been updated as it could be we're in a different row.
12452
12453         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12454         to set the cursor behind the pargraph with > size().
12455         (setCursor): check also for the same paragraph when checking where
12456         to put the cursor if we have a NFR inset.
12457
12458         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12459         parts of layout read further up as it still was in the wrong
12460         position.
12461
12462 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12463
12464         * screen.C (drawFromTo): change sine fullRebreak always return
12465         true.
12466
12467         * buffer.C (parseSingleLyXformat2Token): reindent some
12468
12469         * BufferView_pimpl.C (update): change since fullRebreak always
12470         return true.
12471         (Dispatch): git rid of the last hardcoded "Standard"s.
12472
12473 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12474
12475         * text2.[Ch] (fullRebreak): make it return void now that we always
12476         returned true.
12477
12478 2002-04-30  Juergen Vigna  <jug@sad.it>
12479
12480         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12481         ert compatibility check for "latex" layout.
12482
12483 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12484
12485         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12486         minipages: use col% instead of p%, and also use the current font.
12487         (makeLaTeXFile): Fix use babel condition.
12488         (parseSingleLyXformat2Token): Correct font when reading old floats.
12489
12490 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12491
12492         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12493         inserting list of floats.
12494
12495 2002-04-25  Herbert Voss  <voss@lyx.org>
12496
12497         * MenuBackend.C (expand): don't add the graphics extensions to the
12498         export menu
12499
12500 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12501
12502         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12503         non-existing layout, do not complain if it was the default layout
12504         of the original class (bug #342)
12505
12506 2002-04-24  Juergen Vigna  <jug@sad.it>
12507
12508         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12509         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12510
12511 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12512
12513         * buffer.C (getBibkeyList): If using \bibliography, return the
12514         option field with the reference itself. Enables us to provide natbib
12515         support when using \bibliography.
12516
12517 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12518
12519         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12520
12521         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12522         natbib is provided by the LaTeX class.
12523
12524 2002-04-23  Juergen Vigna  <jug@sad.it>
12525
12526         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12527         Wakeup functions.
12528
12529         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12530
12531 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12532
12533         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12534
12535         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12536         ensuremath around textordmasculine, textordfeminine and
12537         textdegree.
12538
12539 2002-04-19  Juergen Vigna  <jug@sad.it>
12540
12541         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12542         reinitializing the buffer otherwise row-dimensions may be wrong.
12543         (update): reset also the selection cursors if they do exits otherwise
12544         their x/y positions may be wrong.
12545
12546         * text2.C (cursorDown): don't enter the inset if we came from a row
12547         above and are one row over the inset.
12548
12549         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12550         really leaving an inset.
12551
12552 2002-04-18  Juergen Vigna  <jug@sad.it>
12553
12554         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12555         of the selected paragraph does not have the selected layout also if
12556         the last one had!
12557
12558         * text2.C (setLayout): fixed bug which did not change last selected
12559         paragraph.
12560
12561         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12562         changed the read and substituted \\end_float with \\end_inset!
12563
12564         * BufferView_pimpl.C (cursorPrevious):
12565         (cursorNext): fixed to make it work with rows heigher than the work
12566         area without moving the cursor only the draw of the row.
12567         (workAreaMotionNotify): fix jumping over high rows.
12568
12569 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12570
12571         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12572         Ressler.
12573
12574 2002-04-16  Juergen Vigna  <jug@sad.it>
12575
12576         * text2.C (setCursor): set also the irow().
12577         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12578         (cursorUp):
12579         (cursorDown): support for locking an inset if the x_fix value goes
12580         inside it. That way I can transverse insets too with cursor up/down.
12581
12582         * lyxrow.h: added irow helper function same as other (i) functions.
12583
12584         * BufferView_pimpl.C (cursorPrevious):
12585         (cursorNext): fixed for insets!
12586
12587 2002-04-15  Juergen Vigna  <jug@sad.it>
12588
12589         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12590         position otherwise it is wrong in some cases.
12591
12592         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12593         inside the inset before the call.
12594
12595 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12596
12597         * buffer.[Ch] (getBibkeyList): make it const.
12598
12599 2002-04-12  Juergen Vigna  <jug@sad.it>
12600
12601         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12602
12603         * text2.C (getCursorX): new helper function
12604         (setCursor): compute also ix_
12605         (setCursorFromCoordinates): set also ix.
12606
12607         * lyxcursor.h: added ix_ and helper functions.
12608
12609         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12610
12611         * buffer.C (insertStringAsLines): dont break paragraph if the this
12612         paragraph is inside an inset which does not permit it!
12613
12614         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12615         also with no chars on this paragraph.
12616         (paintRowText): only paint stuff if it's inside the workarea!
12617
12618         * paragraph.C (breakParagraph): honor keepempty flag and break the
12619         paragraph always below not above.
12620
12621         * BufferView2.C (unlockInset): update the paragraph layout on inset
12622         unlock as we changed paragraph in such a case.
12623
12624         * lyxfind.C (LyXFind): clear the former selection if not found!
12625
12626         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12627         again called in insertChar().
12628
12629         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12630         an inset which uses the whole row!
12631         (rightMargin): ditto.
12632         (insertChar): force a rebreak if we inserted an inset!
12633
12634 2002-03-28  Herbert Voss  <voss@lyx.org>
12635
12636         * lyxlength.[Ch]: add inBP() to get the right PS-point
12637         units (BigPoint). With inPixels we have rounding errors
12638
12639 2002-04-11  Juergen Vigna  <jug@sad.it>
12640
12641         * text2.C (setCursorFromCoordinates): set iy to the right value.
12642         (setCursor): add check if row->previous exists!
12643
12644         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12645         an old float_type as this was the case in the old code!
12646
12647         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12648
12649         * BufferView2.C (showLockedInsetCursor): use iy
12650         (fitLockedInsetCursor): ditto
12651
12652         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12653         locked insets as there we have the right value now.
12654
12655         * lyxcursor.C: added iy_ variable and iy functions to set to the
12656         baseline of cursor-y of the locked inset.
12657
12658         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12659         (setCursor): fixed for insets which need a full row.
12660
12661         * text.C (rowLastPrintable): don't ignore the last space when before
12662         an inset which needs a full row.
12663         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12664         as last character of a row when before a inset which needs a full row.
12665
12666 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12667
12668         * version.C.in: update date
12669
12670         * text2.C (fullRebreak): try to always return true and see what
12671         happens...
12672
12673 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12674
12675         * MenuBackend.C (expand): use Floating::listName
12676
12677         * FloatList.C (FloatList): add listName argument to the built-in
12678         floats
12679
12680         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12681         text associated with the float.
12682
12683 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12684
12685         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12686
12687 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12688
12689         * ShareContainer.h: add a couple of missing typenames.
12690
12691 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12692
12693         * lyxrc.C (getDescription): use _() correctly rather than N_().
12694
12695 2002-03-28  Herbert Voss  <voss@lyx.org>
12696
12697         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12698         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12699
12700 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12701
12702         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12703         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12704
12705 2002-03-29  Juergen Vigna  <jug@sad.it>
12706
12707         * lyxfunc.C (dispatch): add a missing fitCursor call.
12708
12709         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12710         it was scrolled by a cursor move, so return the bool status.
12711
12712         * BufferView.C (fitCursor): return the bool flag also to the outside
12713         world as this is needed.
12714
12715         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12716
12717         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12718         call the edit() as it is not needed (and wrong) IMO.
12719         (workAreaButtonPress): set the screen_first variable before evt.
12720         unlock the inset as this may change screen_first and then we have
12721         a wrong y position for the click!
12722
12723 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12724
12725         * MenuBackend.C (expand): another translation that I missed
12726
12727 2002-03-28  Juergen Vigna  <jug@sad.it>
12728
12729         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12730
12731         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12732
12733 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12734
12735         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12736
12737         * MenuBackend.C (expand): fix export/view/update when there is no
12738         document open.
12739
12740 2002-03-27  Herbert Voss  <voss@lyx.org>
12741
12742         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12743         and text%
12744
12745 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12746
12747         * bufferview_funcs.C (currentState): only show paragraph number
12748         for is DEVEL_VERSION is set.
12749
12750         * lyxfunc.C (dispatch): put warning in INFO channel
12751
12752         * MenuBackend.C (expand): translate the name of floats
12753
12754         * FloatList.C (FloatList): mark the float names for translation
12755
12756         * converter.C (convert): use LibScriptSearch
12757
12758 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12759
12760         * MenuBackend.C (defaults): fix default menu (we might as well get
12761         rid of it...)
12762
12763 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12764
12765         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12766         directory.
12767
12768 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12769
12770         * lyxvc.C: reorder includes.
12771
12772 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12773
12774         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12775           properly
12776
12777 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12778
12779         * CutAndPaste.C: change layouts earlier on paste
12780           to avoid crashing when calling getFont()
12781
12782 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12783
12784         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12785         irritating #error.
12786
12787 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12788
12789         * WorkArea.C: remove 'Pending' debug message.
12790
12791         * most files: ws cleanup
12792
12793         * buffer.[Ch]: ws changes
12794
12795         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12796
12797 2002-03-21  Juergen Vigna  <jug@sad.it>
12798
12799         * tabular.C (SetMultiColumn): collapse also the contents of the
12800         cells and set the last border right. Added a Buffer const * param.
12801
12802 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12803
12804         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12805         linking or not.
12806
12807 2002-03-19  Juergen Vigna  <jug@sad.it>
12808
12809         * text2.C (clearSelection): reset also xsel_cache.
12810
12811         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12812         where it needs to be called (John tells us to do so too :)
12813         (selectionLost): reset sel_cache.
12814
12815         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12816
12817 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12818
12819         * text2.C (setCursorIntern): put debuging code in INSETS channel
12820
12821 2002-03-19  André Pönitz <poenitz@gmx.net>
12822
12823         * lyxfunc.C: tiny whitespace change
12824
12825 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12826
12827         * ToolbarDefaults.C (init):
12828         * LyXAction.C (init):
12829         * commandtags.h:
12830         * BufferView_pimpl.C (Dispatch):
12831         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12832
12833 2002-03-19  Allan Rae  <rae@lyx.org>
12834
12835         * exporter.C (Export): removeAutoInsets before doing anything else.
12836         While I've just introduced a dependency on BufferView this really is
12837         the best place to clean the buffer otherwise you need to cleanup in
12838         a dozen places before calling export or cleanup in a dozen functions
12839         that export calls.
12840
12841         * converter.C (runLaTeX):
12842         (scanLog): Better handling of removeAutoInsets and screen updates.
12843
12844         * lyxfunc.C (dispatch): small whitespace changes
12845
12846 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12847
12848         * WorkArea.C (C_WorkAreaEvent): return a value.
12849         (event_cb): return 1 if we handled the event, 0 otherwise.
12850
12851         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12852
12853 2002-03-18  Juergen Vigna  <jug@sad.it>
12854
12855         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12856         (GetAdditionalWidth): ditto.
12857         (RightLine): ditto.
12858         (LeftLine): ditto.
12859
12860         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12861         inset if we're there actually (probably not used right now but this
12862         is the direction to go for unifying code).
12863         (paste): disable code to clear the selection.
12864
12865         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12866         inside an InsetText and move the check further up as it is in the
12867         wrong place.
12868
12869         * text2.C (pasteSelection): set a selection over the pasted text.
12870
12871 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12872
12873         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12874         and libgraphics to build on Cygwin.
12875
12876 2002-03-15  Juergen Vigna  <jug@sad.it>
12877
12878         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12879         inserting an Inset into the paragraph. I know this is not the best
12880         fix but we already use current_view in CutAndPaste so we will remove
12881         all of it's using at the same time.
12882
12883         * buffer.C (sgmlError): deactivated function till it is rewritten in
12884         the right mode, now it can create problems.
12885
12886         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12887         before accessing it.
12888
12889 2002-03-14  Juergen Vigna  <jug@sad.it>
12890
12891         * undo_funcs.C (textHandleUndo): do the right thing when updating
12892         the inset after the undo/redo.
12893
12894         * text2.C (setCursor): just some testcode for #44 not ready yet.
12895
12896         * undo_funcs.C (textHandleUndo): set the next() and previous()
12897         pointers of the paragraph to 0 before deleting otherwise we have
12898         problems with the Paragraph::[destructor].
12899
12900         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12901         on a paragraph insertion.
12902
12903 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12904
12905         * buffer.C (asciiParagraph): use += operator for char append to
12906         string.
12907
12908         * paragraph.C (getFontSettings): compare >= not just >
12909         (highestFontInRange): ditto
12910         (setFont): ditto
12911
12912 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12913
12914         * paragraph.C: change several algorithm to be more appripriate for
12915         the problem domain. This is lookip in FontList and in the InsetList.
12916
12917 2002-03-13  André Pönitz <poenitz@gmx.net>
12918
12919         * commandtags.h:
12920         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12921
12922 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12923
12924         * commandtags.h:
12925         * LyXAction.C:
12926         * lyxfunc.C:
12927         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12928
12929 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12930
12931         * Painter.C (display): anon helper function, adjust code for this
12932         change.
12933         (pixmap): remove function.
12934
12935         * Painter.h: remove private display variable.
12936
12937         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12938
12939 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12940
12941         * WorkArea.[Ch]: remove figinset_canvas cruft.
12942
12943 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12944
12945         * lyxtextclass.C (operator): add one item cache optimization.
12946
12947         * bufferlist.h: doxy changes
12948
12949         * bufferlist.C: ws changes
12950
12951         * DepTable.[Ch] (ext_exist): place const in the right spot.
12952
12953         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12954         call resizeInsets.
12955         (workAreaExpose): call resizeInsets when the with BufferView changes.
12956         (Dispatch): adjust for protectedBlank removal
12957         (specialChar): call updateInset if the insert went ok.
12958
12959         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12960         specialChar instead.
12961
12962         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12963
12964         * BufferView.h: doxy change
12965
12966         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12967
12968         * lyxtextclass.C (operator[]): remove non-const version
12969         (defaultLayout): remove non-const version
12970
12971 2002-03-12  Juergen Vigna  <jug@sad.it>
12972
12973         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12974         did resize the LyXText too.
12975
12976         * buffer.C (readLyXformat2): set layout information on newly allocated
12977         paragraphs.
12978
12979         * tabular.C (OldFormatRead): set layout information on the paragraph.
12980
12981 2002-03-12  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
12982
12983         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12984
12985 2002-03-11  Juergen Vigna  <jug@sad.it>
12986
12987         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12988         plainly wrong.
12989         (resizeCurrentBuffer): force also the insets to resize themselfes.
12990         (moveCursorUpdate): fixed up for InsetText.
12991
12992 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12993
12994         * commandtags.h:
12995         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12996         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12997         value of Dialogs::tooltipsEnabled().
12998         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12999
13000 2002-03-08  Juergen Vigna  <jug@sad.it>
13001
13002         * BufferView_pimpl.C (updateInset): update inset inside inset also
13003         if it isn't inside theLockingInset().
13004
13005 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13006
13007         * buffer.C (asciiParagraph): redo some of the word and line length
13008         handling.
13009         (getLists): look for Caption instead of caption.
13010
13011 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13012
13013         * buffer.C (Buffer): initialize niceFile to true
13014         (makeLaTeXFile):
13015         (makeLinuxDocFile):
13016         (makeDocBookFile): make sure niceFile is true on exit
13017
13018 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13019
13020         * buffer.C (makeLaTeXFile): escape ~ in \input@path
13021
13022 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
13023
13024         * LyXSendto.C: remove.
13025         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13026         * lyx_gui.C: remove now-redundant comment.
13027         * ColorHandler.h: remove forward declaration of class WorkArea.
13028         * lyxfunc.C: remove #include "WorkArea.h".
13029
13030 2002-03-07  Juergen Vigna  <jug@sad.it>
13031
13032         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13033         got moved away with the DEPM and also set the inset_owner always
13034         right which before could have been omitted.
13035
13036 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13037
13038         * buffer.C (parseSingleLyXformat2Token): use default layout is the
13039         wanted layout is not found.
13040
13041 2002-03-07  Juergen Vigna  <jug@sad.it>
13042
13043         * CutAndPaste.C (cutSelection): another layout settings forgotten.
13044
13045 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13046
13047         * paragraph.C (breakParagraph): use default layout not layout of
13048         prev paragraph.
13049         (Paragraph): clear ParagraphParameters.
13050
13051 2002-03-06  Juergen Vigna  <jug@sad.it>
13052
13053         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13054         otherwise it would not be a valid lenght. Fixed a special case in
13055         the minipage compatibility read where we end the document with a
13056         minipage.
13057
13058         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13059         was set as it could be 0 for InsetTexts first entry.
13060
13061 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13062
13063         * paragraph.C (writeFile): if layout is empty write out
13064         defaultLayoutName().
13065
13066         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13067         file without named layout we set layout to defaultLayoutName().
13068
13069 2002-03-06  Juergen Vigna  <jug@sad.it>
13070
13071         * CutAndPaste.C (copySelection): set layout for new paragraph.
13072
13073         * text.C (prepareToPrint): leave ERT inset left aligned
13074         (leftMargin): don't indent paragraphs inside ERT insets
13075
13076 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13077
13078         * paragraph.C (breakParagraph): dont call clear do the work manually
13079
13080         * paragraph.[Ch] (clear): remove function
13081
13082 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13083
13084         * paragraph.C (Paragraph): dont call clear, the work has already
13085         been done.
13086
13087         * lyxtextclass.C (operator): assert if n is empty
13088
13089         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13090         work manually instead.
13091
13092 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13093
13094         * BufferView_pimpl.C: protect selectionLost against text == 0
13095
13096 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13097
13098         * text.C (breakParagraph): fix a setting layout to '0' problem.
13099
13100 2002-03-05  Jos�Ab�io Oliveira Matos  <jamatos@novalis.fc.up.pt>
13101
13102         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13103         final location of file, for the included files, and graphics.
13104
13105 2002-03-05  Juergen Vigna  <jug@sad.it>
13106
13107         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13108
13109 2002-03-04  Juergen Vigna  <jug@sad.it>
13110
13111         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13112
13113         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13114         last column of multicolumn cells.
13115         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13116
13117 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13118
13119         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13120         file if it doesn't go to a temporary file.
13121
13122         * buffer.C (sgmlOpenTag):
13123         (sgmlCloseTag):  remove extra newline insertion.
13124
13125 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13126
13127         * text.C (getRowNearY): comment out debug msg
13128
13129 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13130
13131         * text2.C: first -> first_y
13132
13133         * text.C (getRowNearY): add some attemts at a possible
13134         optimization, not working.
13135
13136         * tabular.[Ch]: add BufferParams to several function so that newly
13137         created paragraph can be initialized to he default layotu for the
13138         buffers textclass.
13139
13140         * tabular-old.C (ReadOld): add buf->params to call of Init
13141
13142         * screen.C: rename text->first to text->first_y
13143
13144         * paragraph.C (breakParagraph): always set layout in the broken
13145         paragraph
13146
13147         * lyxtextclass.C (Read): remove lowercase
13148         (hasLayout): ditto
13149         (operator): ditto
13150         (delete_layout): ditto
13151
13152         * lyxtext.h: rename first -> first_y
13153
13154         * lyxlayout.C (Read): remove lowercase
13155         (name): ditto
13156         (setName): ditto
13157         (obsoleted_by): ditto
13158
13159         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13160
13161         * buffer.C (insertErtContents): add params are to InsetERT
13162         (parseSingleLyXformat2Token): add code to check if a paragraphs
13163         layout really exist.
13164         (parseSingleLyXformat2Token): add params to several inset
13165         constructors
13166         (asciiParagraph): remove lowercase, do the layout comparisons with
13167         no_case
13168
13169         * BufferView_pimpl.C (cursorNext): first -> first_y
13170         (resizeCurrentBuffer): first -> first_y
13171         (updateScrollbar): first -> first_y
13172         (scrollCB): first -> first_y
13173         (workAreaMotionNotify): first -> first_y
13174         (workAreaButtonPress): first -> first_y
13175         (checkInsetHit): first -> first_y
13176         (cursorPrevious): first -> first_y
13177         (cursorNext): first -> first_y
13178         (Dispatch): add buffer_->params to severl inset contructors
13179
13180 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13181
13182         * lyxlayout.C (Read): remove some debug info that I forgot.
13183
13184         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13185         clean up the code slightly.
13186         (makeLinuxDocFile): ditto
13187         (makeDocBookFile): ditto
13188
13189         * text2.C: layout as string
13190
13191         * text.C: layout as string
13192
13193         * paragraph_pimpl.C: layout as string
13194
13195         * paragraph.[Ch]: layout as string
13196
13197         * lyxtextclasslist.[Ch]: layout as string
13198
13199         * lyxtextclass.[Ch]: layout as string
13200
13201         * lyxtext.h: layout as string
13202
13203         * lyxlayout.[Ch]: layout as string
13204
13205         * lyx_cb.C: layout as string
13206
13207         * bufferview_funcs.C: layout as string
13208
13209         * bufferparams.C: layout as string
13210
13211         * buffer.C: layout as string
13212
13213         * LyXView.[Ch]: layout as string
13214
13215         * LaTeXFeatures.[Ch]: layout as string
13216
13217         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13218
13219         * BufferView_pimpl.C: change current_layout to string, remove
13220         lyx::layout_type.
13221         (Dispatch):
13222         (smartQuote):
13223         (insertInset):
13224         (workAreaButtonRelease): layout as string
13225
13226         * BufferView2.C (unlockInset): adjust
13227
13228         * vspace.C (asLatexCommand): use an explict temp variable.
13229
13230 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13231
13232         * Makefile.am: use FRONTEND_*
13233
13234 2002-03-01  Juergen Vigna  <jug@sad.it>
13235
13236         * tabular.C (SetWidthOfMulticolCell): changed to something better
13237         I hope but still work in progress.
13238         (recalculateMulticolumnsOfColumn): renamed function from
13239         recalculateMulticolCells as it is more appropriate now.
13240         (SetWidthOfCell): calculate multicols better.
13241
13242 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13243
13244         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13245
13246         * lyxfunc.C (processKeySym): print sequence also if it is
13247         `deleted' (complete)
13248
13249         * kbsequence.C (print): print sequence even if it is deleted
13250         (complete would be a better word, actually).
13251
13252         * lyxfunc.C (dispatch): print complete options after a prefix key
13253
13254         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13255
13256 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13257
13258         * text2.C (setCharFont): eliminate setCharFont code duplication.
13259
13260 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13261
13262         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13263         LFUN_TABULAR_FEATURE (bug #177)
13264
13265 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13266
13267         * Makefile.am: remove figure.h
13268
13269 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13270
13271         * Bufferview_pimpl.C:
13272         * CutAndPasteC:
13273         * LaTeX.C:
13274         * LyXSendto.C:
13275         * buffer.C:
13276         * bufferlist.C:
13277         * converter.C:
13278         * language.C:
13279         * lyxfunc.C:
13280         * lyxvc.C:
13281         * paragraph.C:
13282         * text.C:
13283         * text2.C: remove #include "lyx_gui_misc.h".
13284
13285         * LaTeX.C: added #include <cstdio>
13286
13287 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13288
13289         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13290         that the paragraph following this one can have.
13291
13292         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13293
13294         * vspace.C (asLatexCommand): fix bogus gcc warning
13295
13296         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13297
13298 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13299
13300         * text2.C (setLayout): get rid of redundant code
13301
13302 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13303
13304         * text2.C (incDepth): make sure depth cannot be increased beyond
13305         reasonable values.
13306
13307 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13308
13309         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13310         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13311
13312         * PainterBase.h (image):
13313         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13314         a LyXImage const *.
13315
13316 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13317
13318         * BufferView.C:
13319         * BufferView.h:
13320         * BufferView_pimpl.C:
13321         * BufferView_pimpl.h:
13322         * LaTeXFeatures.C:
13323         * LyXAction.C:
13324         * LyXView.C:
13325         * Makefile.am:
13326         * UpdateList.h:
13327         * UpdateList.C:
13328         * buffer.C:
13329         * figure.h:
13330         * figureForm.C:
13331         * figureForm.h:
13332         * figure_form.C:
13333         * figure_form.h:
13334         * lyx_cb.C:
13335         * lyx_gui.C:
13336         * lyx_gui_misc.C:
13337         * lyxfunc.C:
13338         * sp_base.h:
13339         * sp_ispell.h:
13340         * sp_pspell.h:
13341         * sp_spell.C: remove fig inset, and the crap house of
13342           cards that follows it
13343
13344 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13345
13346         * Makefile.am:
13347         * lyxserver.C:
13348         * os2_defines.h:
13349         * os2_errortable.h:
13350         * nt_defines.h: move .h into support/
13351
13352         * vms_defines.h: remove
13353
13354         * WorkArea.C: add space in debug output
13355
13356         * text2.C:
13357         * paragraph.C:
13358         * buffer.C: add WITH_WARNINGS
13359
13360         * vc-backend.h:
13361         * vc-backend.C:
13362         * bufferlist.C: s/retrive/retrieve/, add docs
13363
13364         * vspace.h:
13365         * vspace.C:
13366         * kbmap.h:
13367         * lyxlength.h:
13368         * lyxgluelength.h:
13369         * length_common.h:
13370         * chset.h:
13371         * chset.C: add docs
13372
13373         * lyxgui.C: add ID to X error handler
13374
13375         * lyxtestclass.c: fix typo
13376
13377 2002-02-26  Juergen Vigna  <jug@sad.it>
13378
13379         * tabular_funcs.C (write_attribute): changed so that some default
13380         attributes are not written at all.
13381         (getTokenValue): set default values before trying to read the
13382         value so we have the return value always set as default if we don't
13383         find the token we search for.
13384
13385         * tabular.C (Write): write bools as bools not as strings!
13386
13387 2002-02-22  Juergen Vigna  <jug@sad.it>
13388
13389         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13390         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13391
13392         * text.C (leftMargin): don't add an indent for paragraphs inside
13393         tabular cells (fix #208).
13394
13395 2002-02-21  José Matos  <jamatos@fep.up.pt>
13396
13397         * tabular.C (docBook): fixed support for long tables.
13398
13399 2002-02-20  Juergen Vigna  <jug@sad.it>
13400
13401         * text2.C (getFont): get the drawing font of the Inset if this
13402         paragraph is inside an inset (only important for InsetERT for now).
13403
13404         * buffer.C (insertErtContents): use new lanugage params in ERT
13405         constructor.
13406
13407         * CutAndPaste.C: commenting out seemingly uneeded code.
13408
13409 2002-02-19  Allan Rae  <rae@lyx.org>
13410
13411         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13412         Iterators might be simple to use but they also get invalidated.
13413         (removeAutoInsets): renamed saved cursor tracking variables and added
13414         some comments to clarify what everything does.
13415
13416 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13417
13418         * Chktex.C:
13419         * LaTeX.C:
13420         * LyXSendto.C:
13421         * converter.C:
13422         * lyx_cb.C:
13423         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13424         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13425
13426         * lyxfunc.C:
13427         * vc-backend.h: remove #include "support/syscall.h"
13428
13429         * LaTeX.C:
13430         * LyXSendto.C:
13431         * converter.C: rearrange #includes in Lars' approved fashion.
13432
13433         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13434         forward declare class Timeout in the header file.
13435
13436         * XFormsView.C: changes due to the above.
13437
13438         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13439         similar to LyXView.
13440
13441         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13442         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13443
13444 2002-02-18  José Matos  <jamatos@fep.up.pt>
13445
13446         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13447         insets contents.
13448
13449 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13450
13451         * a lot of small ws changes
13452         * add a lot of using std::XXX
13453         * use std construcs some places where approp.
13454         * use some exisint stuff from lyxfunctional where approp.
13455         * Make file changes to use partial linking (lets test this now...)
13456
13457 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13458
13459         * Chktex.C:
13460         * buffer.C:
13461         remove #include "support/syscontr.h" as it's redundant. Always has been.
13462
13463         * Chktex.C:
13464         * LaTeX.C:
13465         * LyXSendto.C:
13466         * converter.C:
13467         * lyx_cb.C:
13468         * vc-backend.C:
13469         change Systemcalls::System to Systemcalls::Wait and
13470         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13471         No change of functionality, just reflects the stripped down Systemcalls
13472         class.
13473
13474 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13475
13476         * debug.[Ch]: add a GRAPHICS type to the enum.
13477
13478 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13479
13480         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13481
13482         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13483         there is an inset.
13484
13485 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13486
13487         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13488         match the changes below.
13489
13490         * text2.C (toggleInset): if there is not editable inset at cursor
13491         position, try to see if cursor is _inside_ a collapsable inset
13492         and close it.
13493
13494 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13495
13496         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13497         document menu has a nice checkbox
13498
13499 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13500
13501         * lyxlength.C (asLatexString): change PW to output as percent of
13502         \textwidth.
13503
13504         * lengthcommon.C: change '%' to 't%'
13505
13506         * lyxfunc.C (dispatch): a few comments from Martin
13507
13508 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13509
13510         * WorkArea.h:
13511         * WorkArea.C:
13512         * BufferView_pimpl.h:
13513         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13514           the X selection.
13515
13516 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13517
13518         * vspace.C (inPixels): fix compiler warning
13519
13520 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13521
13522         * lyxfunc.C (getStatus): fix status message for disabled commands.
13523
13524 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13525
13526         * BufferView_pimpl.C: fix crash on close buffer
13527         during selection (#227)
13528
13529 2002-01-27  Herbert Voss  <voss@lyx.org>
13530
13531         * buffer.C: link old Figure to new graphic inset
13532
13533 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13534
13535         * FontLoader.C (getFontinfo): Change the latex font names in order
13536         to match the names of type1inst.
13537
13538 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13539
13540         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13541
13542         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13543         (extchanged): ditto
13544         (ext_exist): ditto
13545         (remove_files_with_extension): ditto
13546         (remove_file): ditto
13547         (write): ditto
13548
13549         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13550         document is smaller than the work area height. Do not initialize
13551         static variables to 0.
13552
13553 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13554
13555         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13556
13557         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13558         LFUN_LAYOUT_PARAGRAPHS.
13559
13560         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13561         tabular. It is possible to provide a possible cell, which will
13562         typically be the actcell from the corresponding insettabular
13563
13564         * lyxfunc.C (getStatus): small cleanup; disable
13565         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13566         true
13567
13568 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13569
13570         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13571
13572         * paragraph.C (startTeXParParams):
13573         (endTeXParParams): new methods. The LaTeX code to
13574         start/end paragraph formatting
13575         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13576         empty (fixes bug #200)
13577
13578         * vspace.C (inPixels): adapt to the change below
13579         (inPixels): [later] more cleanups (remove unused variables)
13580
13581         * lyxlength.C (inPixels): change to use a width and a height as
13582         parameter.
13583
13584 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13585
13586         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13587         Replaced with \paperwidth
13588
13589         * DepTable.C (insert): add std:: qualifier
13590
13591 2002-01-18  Allan Rae  <rae@lyx.org>
13592
13593         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13594         updated also?
13595
13596         * text.C (drawInset): Turned out I didn't know enough about how
13597         rebreaking worked.  This fixes most of the redraw problems.  I see
13598         an occasional cursor trail when a line is broken now and the cursor
13599         placement can seem out by a few pixels also after a rebreak.
13600
13601 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13602
13603         * buffer.C (parseSingleLyXformat2Token): update because minipage
13604         width is now a LyXLength
13605
13606         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13607
13608         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13609         math insets
13610
13611 2002-01-17  Juergen Vigna  <jug@sad.it>
13612
13613         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13614
13615         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13616         is set correctly and the inset is updated correctly.
13617
13618 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13619
13620         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13621         the beginning of the loop.
13622
13623 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13624
13625         * lyxrc.C: improve help for use_scalable_fonts
13626
13627 2002-01-17  Allan Rae  <rae@lyx.org>
13628
13629         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13630
13631 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13632
13633         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13634         make sure to set their inset_owner to the right value (bug #171)
13635
13636 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13637
13638         * DepTable.h
13639         * DepTable.C: Implement mtime checking to reduce time spent doing
13640         CRCs.
13641
13642 2002-01-16  Juergen Vigna  <jug@sad.it>
13643
13644         * tabular.C (GetAdditionalHeight): one of error fixed.
13645
13646         * lyxrc.C (output): small fix in writing use_pspell.
13647
13648 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13649
13650         * sp_base.h: #include LString.h
13651
13652 2002-01-16  Allan Rae  <rae@lyx.org>
13653
13654         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13655         Can someone check this please?
13656
13657         * text.C (drawInset): It was possible that p.row would be removed by
13658         breakAgainOneRow upsetting a few other settings.  There may be another
13659         small tweak possible by setting need_break_row = 0 when p.row has been
13660         removed but I don't know enough about the logic here.
13661
13662 2002-01-15  Allan Rae  <rae@lyx.org>
13663
13664         * text.C (insertChar): removed conditional truism.
13665
13666         * BufferView2.C (removeAutoInsets): More tweaks.
13667         cur_par_prev could be a stray pointer.  Check for trailing empty line
13668         in case last line was cur_par and only had an error inset on it.
13669
13670 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13671
13672         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13673         absolute
13674
13675         * vc-backend.C (most methods):
13676         * exporter.C (Export):
13677         * converter.C (convert):
13678         (runLaTeX):
13679         * LyXSendto.C (SendtoApplyCB):
13680         * lyxfunc.C (dispatch):
13681         (menuNew):
13682         (open):
13683         (doImport):
13684         * lyx_cb.C (AutoSave):
13685         (InsertAsciiFile):
13686         * BufferView_pimpl.C (MenuInsertLyXFile):
13687         * buffer.C (runChktex): use Buffer::filePath().
13688
13689         * buffer.h: rename filename to filename_; rename filepath to
13690         filepath_ and make it private
13691         (filePath): new method
13692
13693         * buffer.C (writeFile): use fileName()
13694         (getLatexName):
13695
13696         * lyx_main.C (init): fix starting  of LyX when the binary is a
13697         link from so,ewhere else.
13698
13699         * minibuffer.C: include <cctype> for isprint
13700
13701 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13702
13703         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13704         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13705         name clash with InsetCollapsable's width function.
13706
13707 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13708
13709         * lastfiles.C: include <iterator>
13710
13711 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13712
13713         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13714         std::count.
13715
13716         * buffer.C (makeLaTeXFile): ditto.
13717         Also make loop operation more transparent.
13718
13719 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13720
13721         * ToolbarDefaults.C: remove trailing comma closing namespace.
13722
13723         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13724
13725         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13726         as in WorkArea.
13727
13728         * trans.C (Load): comment out unused variable, allowed.
13729
13730 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13731
13732         * minibuffer.[Ch] (append_char): new method to recieve input from the
13733         drop-down completion browser. If a key was pressed, then recieve this
13734         char and append it to the existing string.
13735         (peek_event): modify the positioning data passed to the completion
13736         browser so that it can be placed above the minibuffer rather than below.
13737 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13738
13739         * LyXAction.C (init): alloe error-next for readonly documents.
13740
13741         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13742         count.
13743
13744 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13745
13746         * bufferlist.C (readFile): create the buffer _after_ checking that
13747         the file exists.
13748
13749         * lyxfunc.C (verboseDispatch): fix handling of arguments
13750
13751         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13752
13753         * lyxrc.C: use string::erase() instead of initializing to "".
13754
13755
13756 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13757
13758         * BufferView_pimpl.h:
13759         * BufferView_pimpl.C:
13760         * WorkArea.h:
13761         * WorkArea.C:
13762         * text2.C: tell X when we have made a selection for copying
13763
13764 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13765
13766         * BufferView_pimpl.C (MenuInsertLyXFile):
13767         * lyxfunc.C (menuNew):
13768         (open):
13769         (doImport): add shortcuts to directory buttons
13770
13771         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13772         open a float)
13773
13774         * lyxfunc.C (setStatusMessage):
13775         (getStatusMessage): new methods
13776         (getStatus):use setStatusMessage instead of setErrorMessage
13777         (dispatch): when function is disabled, set error message here
13778         [instead of in getStatus previously]
13779
13780         * BufferView_pimpl.C (workAreaButtonRelease): update
13781         toolbar/menubar here too.
13782
13783 2002-01-13  Allan Rae  <rae@lyx.org>
13784
13785         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13786         Now seems indestructible.  Remaining task is to audit all other
13787         code affected by deleteEmptyParagraphMechanism.  One small quirk
13788         left is that an empty document with an error in the preamble can
13789         be made to report an error but no error box appears.  I don't know
13790         where it goes.
13791         (removeAutoInsets): Improved comments.
13792
13793 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13794
13795         * Thesaurus.h:
13796         * Thesaurus.C: update for Aiksaurus 0.14
13797
13798 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13799
13800         * text2.C (firstParagraph): removed member function, all uses
13801         replaces with ownerParagraph
13802         (redoParagraphs): here
13803         (updateInset): here
13804         (toggleAppendix): here
13805         * BufferView2.C (insertErrors): here
13806         (setCursorFromRow): here
13807
13808 2002-01-13  Allan Rae  <rae@lyx.org>
13809
13810         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13811         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13812         There is still a way to segfault this although you may have to do this
13813         multiple times: Have an InsetERT with an unknown command in it.
13814         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13815         <down-arrow>, <Enter> again, View->DVI, BANG!
13816
13817         * text2.C (setCursor):
13818         (deleteEmptyParagraphMechanism):
13819         * lyxtext.h (setCursor):
13820         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13821         Making use of the return value may help fix other bugs.
13822
13823 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13824
13825         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13826
13827         * LyXView.C (updateMenubar): call MenuBar::update here
13828         (updateToolbar): but not here
13829         (showState): do not update toolbar/menubar
13830
13831         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13832         should need to care about that.
13833
13834         * lyxfunc.C (verboseDispatch): simplify a bit
13835         (getStatus): have a version which takes a pseudoaction, and
13836         another which requires a (kb_action,string).
13837
13838         * LyXAction.C (retrieveActionArg): make it work also when action
13839         is not a pseudo-action.
13840         (getActionName): simplify a bit
13841         (helpText):
13842
13843 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13844
13845         * lyxfunc.C (verboseDispatch): new families of methods with
13846         several ways to specify a command and a bool to indicate whether
13847         the command name and shortcut should be displayed in minibuffer
13848         (eventually, we could extend that to a finer bitmask like
13849         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13850         (dispatch): the pristine dispatch command which just, well,
13851         dispatchs! Note it still sets its result to minibuffer; I'm not
13852         sure we want that.
13853
13854         * lyxfunc.h: remove setHintMessage
13855
13856         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13857
13858 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13859
13860         * BufferView_pimpl.C (specialChar): delete new inset if we have
13861         not been able to insert it.
13862
13863         * kbmap.C: revert to using int instead of kb_action, since all we
13864         are dealing with is pseudo-actions.
13865
13866         * LyXAction.C (searchActionArg): change to return int instead of
13867         kb_action, since the result is a pseudoaction.
13868
13869 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13870
13871         * buffer.C (insertErtContents): Fix (partially) the font bug.
13872
13873 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13874
13875         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13876         as the other one is broken on my machine!
13877
13878 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13879
13880         * commandtags.h:
13881         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13882
13883 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13884
13885         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13886         reflect their actual use. Provide compatibility code for older lyxrc
13887         files.
13888
13889         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13890         FL_NORMAL_STYLE.
13891         change names of popup font variables in line with the changes to lyxrc.C
13892
13893 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13894
13895         * buffer.C (asciiParagraph): avoid outputing a word twice after
13896         an inset.
13897
13898         * lyxrc.C (getDescription): document that document_path and
13899         template_path can be empty.
13900
13901 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13902
13903         * LaTeXFeatures.C (getMacros):
13904         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13905
13906         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13907
13908         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13909         getPackages.
13910         (getPackages): rename feature "floats" to "float". Use an array to
13911         iterate over 'simple' features (i.e. just a \usepackage). Add
13912         handling of "amsmath" (renamed from "amsstyle").
13913
13914 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13915
13916         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13917         features list.
13918
13919 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13920
13921         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13922         FuncStaus::FuncStatus & FuncStaus::some_method().
13923
13924 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13925
13926         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13927         of the func_satus stuff. Edited and massaged in various ways by
13928         JMarc.
13929
13930         * lyxfunc.C (getStatus): use FuncStatus
13931
13932 2002-01-08  Juergen Vigna  <jug@sad.it>
13933
13934         * text.C (nextBreakPoint): use function Inset::isChar().
13935
13936         * paragraph.C (TeXOnePar): use function
13937         Inset::forceDefaultParagraphs.
13938
13939         * buffer.C (latexParagraphs): use function
13940         Inset::forceDefaultParagraphs.
13941
13942 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13943
13944         * lyx_gui.C (init): set the style of the menu popups to
13945         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13946
13947 2002-01-07  Juergen Vigna  <jug@sad.it>
13948
13949         * text.C (setHeightOfRow): small fix
13950         (prepareToPrint): don't look at alignment if we don't have the place
13951         for doing it.
13952
13953 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13954
13955         * box.C: New file. Move the Box methods and functions out of box.h,
13956         following Lars' suggestion.
13957
13958 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13959
13960         * box.h: #include "support/LOstream.h", needed for inlined function.
13961
13962         * lyxtextclass.C:
13963         * lyxtextclasslist.C: added some using std declarations.
13964
13965 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13966
13967         * box.h: make signed dimensions to allow insets wider than
13968           the screen (bug #162)
13969
13970         * BufferView_pimpl.C: add some insetHit debug
13971
13972 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13973
13974         * vc-backend.C: add FIXME
13975
13976 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13977
13978         * lyxfunc.C (getStatus): enable code for showing math font status
13979         in toolbar/menu.
13980
13981 2002-01-07  Juergen Vigna  <jug@sad.it>
13982
13983         * text.C (nextBreakPoint): removed debug output not needed anymore.
13984
13985 2002-01-06  Juergen Vigna  <jug@sad.it>
13986
13987         * text.C (nextBreakPoint): fixed up this function we had this bug
13988         since ever but now hopefully we break row better.
13989         (insertChar): we have to check if an inset is the next char as it
13990         could now happen that a large inset is causing a break.
13991
13992 2002-01-05  Juergen Vigna  <jug@sad.it>
13993
13994         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13995         if it doesn't like to be drawed.
13996
13997 2002-01-04  Juergen Vigna  <jug@sad.it>
13998
13999         * BufferView2.C (lockInset): forgot to set a cursor.
14000
14001         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14002
14003 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
14004
14005         * FormMathsPanel.C:
14006         * FormMathsPanel.h
14007         * MathsSymbols.C:
14008         * form_maths_panel.C:
14009         * form_maths_panel.h:
14010         * form_maths_panel.fd: implemented sub- and super- buttons in math
14011         panel.
14012
14013         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14014         (or ^ space) to be used as in TeX (req'd by Andr�.
14015
14016         * lyxfunc.C: Allow ^ and _ again to be used both as
14017         super/subscript (mathed) and as themselves (in text).
14018
14019 2002-01-03  Allan Rae  <rae@lyx.org>
14020
14021         * LyXView.C (updateWindowTitle): Setup a short icon title of either
14022         "LyX" or the filename of the current buffer if it has one.  This is a
14023         modified form of John Levon's patch.
14024
14025         * XFormsView.C (setWindowTitle): also set icon title.
14026
14027         * LyXView.h (setWindowTitle): signature changed.
14028         * XFormsView.h (setWindowTitle): ditto.
14029
14030 2002-01-02  Juergen Vigna  <jug@sad.it>
14031
14032         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14033
14034 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14035
14036         * screen.C (topCursorVisible): introduce a temp var for
14037         text->cursor.row(), handle the case where this row is null. (kindo
14038         hachish)
14039
14040         * text2.C (setCursor): add a couple of asserts.
14041
14042         * paragraph.h (inset_iterator): add -> operator
14043
14044         * paragraph.[Ch] (autoDeleteInsets): remove member function
14045
14046         * BufferView2.C (removeAutoInsets): rewrite to handle the old
14047         cursor pos correctly and handle inset deletion by itself.
14048         (insertErrors): move iterator declaration out of for expression
14049
14050         * lyxtextclass.C: add <algorithm>
14051
14052         * Makefile.am: added the new files to sources, removed layout.C
14053
14054         * layout.C: removed file
14055
14056         * layout.h: remove LYX_DUMMY_LAYOUT
14057
14058         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14059         layout.
14060
14061         * lyxlayout.[Ch]:
14062         * lyxtextclass.[Ch]:
14063         * lyxtextclasslist.[Ch]: new files
14064
14065         * include order changes to a lot of files, also changes because of
14066         the six new files.
14067
14068 2001-12-27  Juergen Vigna  <jug@sad.it>
14069
14070         * buffer.C (asciiParagraph): more fixes.
14071
14072         * tabular.C (ascii): make ascii export support export of only the
14073         data separated by a column-delimiter.
14074         (ascii): better support for ascii export.
14075
14076         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14077
14078 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14079
14080         * tabular_funcs.C: use a "using std::getline" instead of the
14081         previous fix from Angus (necessary for cxx + lyxstring)
14082
14083 2001-12-24  Juergen Vigna  <jug@sad.it>
14084
14085         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14086
14087         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14088         problems. First check a minipage also if we have some ert-contents
14089         (not only on par->size(), second set the right depth of the paragraph
14090         on the relink to the root-paragraph-list!
14091
14092         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14093         which then did not anymore update the main paragraphs on undo/redo!
14094
14095 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14096
14097         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14098         code. Support all font-changing funcs (even those which are not in
14099         menu currently). Support for reporting font settings in
14100         mathed (disabled until Andre provides a function on mathed's side).
14101
14102         * func_status.h (toggle): small helper function to set toggle
14103         state on a flag.
14104
14105 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14106
14107         * tabular_funcs.C: getline -> std::getline
14108
14109 2001-12-21  Juergen Vigna  <jug@sad.it>
14110
14111         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14112         accessed and could be 0 (I couldn't generate this but it seems
14113         Michael could!).
14114
14115 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14116
14117         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14118         * tabular_funcs.h: here and include iosfwd
14119
14120 2001-12-20  Juergen Vigna  <jug@sad.it>
14121
14122         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14123         inside inset but undo_par was.
14124
14125 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14126
14127         * Thesaurus.C: always include <config.h> in sources.
14128
14129         * Painter.h:
14130         * lyxlookup.h:
14131         * box.h: do not include <config.h> in header files
14132
14133         * text.C (paintLastRow): remove unused variable
14134
14135         * text.C (transformChar):
14136         (insertChar):
14137         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14138
14139         * Painter.C (text):
14140         * font.C (width): rewrite to use uppercase() instead of
14141         islower/toupper.
14142
14143         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14144
14145 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14146
14147         * lyxfind.C: clean up of find failure position change
14148
14149 2001-12-20  Juergen Vigna  <jug@sad.it>
14150
14151         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14152
14153         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14154         (TeXRow): added to LaTeX a single tabular row.
14155         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14156         (Latex): simplified and finally good LT-h/f support.
14157         (various_functions): just small adaptions for LT-h/f support.
14158
14159         * tabular_funcs.[hC]: added and moved here all not classfunctions
14160         of LyXTabular.
14161
14162 2001-12-19  Juergen Vigna  <jug@sad.it>
14163
14164         * tabular.[Ch]: better support for longtabular options (not finished
14165         yet!)
14166
14167 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14168
14169         * text.C (paintLastRow): use the label font instead of the font of
14170         the last character to compute the size of *_BOX. This makes more
14171         sense and avoids a crash with empty paragraphs.
14172         Use Painter::rectangle to draw EMPTY_BOX.
14173
14174 2001-12-19  Juergen Vigna  <jug@sad.it>
14175
14176         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14177         the paragraphs if the replaced paragraph is not the first one!
14178         Tried to delete not used paragraphs but does not work yet so for
14179         now it's inside #ifdef's and by default off!
14180
14181 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14182
14183         * MenuBackend.C: include "lyx_main.h" instead of declaring
14184         lastfiles (actually was declared as LastFiles* instead of a
14185         scoped_ptr).
14186
14187 2001-12-17  Juergen Vigna  <jug@sad.it>
14188
14189         * tabular.C (AppendColumn): applied John's fix
14190
14191 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14192
14193         * BufferView.h:
14194         * BufferView.C:
14195         * BufferView_pimpl.h:
14196         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14197
14198         * Makefile.am:
14199         * box.h: new start of class for above
14200
14201         * lyxfunc.C: ignore space-only minibuffer dispatches.
14202           Show the command name when it doesn't exist
14203
14204         * minibuffer.C: don't add empty lines to the history
14205
14206         * minibuffer.C: add a space on dropdown completion
14207
14208 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14209
14210         * text.C: fix line above/below drawing in insets
14211
14212 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14213
14214         * lyxlength.C (LyXLength): Initialize private variables.
14215
14216 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14217
14218         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14219         when inserting error insets.
14220
14221 2001-12-13  Juergen Vigna  <jug@sad.it>
14222
14223         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14224         actually sometimes the before-paragraph.
14225         (setUndo): don't clear the redostack if we're not actually undoing!
14226
14227 2001-12-06  Juergen Vigna  <jug@sad.it>
14228
14229         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14230         and fixed redoing of main paragraph, so we can use it now ;)
14231
14232         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14233
14234 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14235
14236         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14237         Juergen's request
14238
14239 2001-12-13  André Pönitz <poenitz@gmx.net>
14240
14241         * undostack.[Ch]:
14242         * undo_func.C: minor cleanup
14243
14244 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14245
14246         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14247         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14248         font in urw-fonts package which is marked as -urw-fontspecific and
14249         does not work (incidentally, changing the encoding in the
14250         fonts.dir of this package to -adobe-fontspecific fixes the
14251         problem).
14252
14253         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14254         is a crash when undoing first paragraph (Juergen, please take a
14255         look). THis does not mean the undo fix is wrong, just that it
14256         uncovers problems.
14257
14258         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14259         the (Paragraph*) version when needed instead of duplicating the
14260         code.
14261
14262         * text.C (workWidth): use Inset::parOwner to find out where the
14263         inset has been inserted. This is a huge performance gain for large
14264         documents with lots of insets. If Inset::parOwner is not set, fall
14265         back on the brute force method
14266
14267         * paragraph_pimpl.C (insertInset):
14268         * paragraph.C (Paragraph):
14269         (cutIntoMinibuffer): set parOwner of insets when
14270         inserting/removing them
14271
14272         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14273
14274 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14275
14276         * commandtags.h:
14277         * LyXAction.C:
14278         * lyx_main.C:
14279         * lyxfunc.C:
14280         * mathed/formulabase.C:
14281         * mathed/math_cursor.[Ch]:
14282         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14283
14284
14285 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14286
14287         * lyxlength.[Ch] (operator!=): new function
14288
14289 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14290
14291         * text.C (workWidth): use Inset::parOwner to find out where the
14292         inset has been inserted. This is a huge performance gain for large
14293         documents with lots of insets. If Inset::parOwner is not set, fall
14294         back on the brute force method
14295
14296         * paragraph_pimpl.C (insertInset):
14297         * paragraph.C (Paragraph):
14298         (cutIntoMinibuffer): set parOwner of insets when
14299         inserting/removing them
14300
14301         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14302
14303 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14304
14305         * tabular-old.C (getTokenValue):
14306         * tabular.C (getTokenValue):
14307         (write_attribute): new versions for LyXLength
14308         (everywhere): adjust the use of widths
14309
14310         * tabular.h: change the type of widths from string to LyXLength
14311
14312 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14313
14314         * paragraph.C: fixed missing line number count when exporting
14315         Environments to LaTeX file
14316
14317         * buffer.C: added informational message for checking line numbers.
14318
14319 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14320
14321         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14322         paragraph, do the 'double space' part, but not the 'empty
14323         paragraph' one.
14324
14325         * text.C (workWidth): small optimization
14326         (getLengthMarkerHeight): use minimal size for negative lengths.
14327
14328 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14329
14330         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14331
14332         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14333
14334 2001-12-11  André Pönitz <poenitz@gmx.net>
14335
14336         * FontLoader.C:
14337         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14338
14339 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14340
14341         * text2.C: keep selection on a setFont()
14342
14343 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14344
14345         * lyx_cb.C: another bv->text misuse, from insert label
14346
14347 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14348
14349         * kbsequence.h:
14350         * kbsequence.C: re-instate nmodifier mask
14351
14352 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14353
14354         * lyx_main.h: make lyxGUI private.
14355
14356 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14357
14358         * lyxfind.C: place the cursor correctly on failed search
14359
14360 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14361
14362         * text.C (getLengthMarkerHeight): for small heights, the arrows
14363         are not always on top/bottom of the text
14364         (drawLengthMarker): smaller arrows; take the left margin in
14365         account; draw also vfills.
14366         (paintFirstRow):
14367         (paintLastRow): remove special code for vfill and standard spaces,
14368         since everything is handled in drawLengthMarker now.
14369
14370 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14371
14372         * buffer.C (insertErtContents): try to handle font and language
14373         interaction a bit better.g
14374
14375         * ColorHandler.C (updateColor): change the hash to cover the whole
14376         LColor enum, ws cleanup
14377         (getGCLinepars): ditto
14378         (getGCLinepars): only lookup in the linecache once.
14379
14380 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14381
14382         * iterators.C (operator++): Make the iterator more robust
14383
14384         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14385         (John's patch)
14386         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14387
14388 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14389
14390         * lyxtext.h:
14391         * text.C: better added space drawing
14392
14393 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14394
14395         * LyXView.C:
14396         * BufferView2.C: fix layout combo update on inset unlock
14397
14398 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14399
14400         * Makefile.am: don't compile unused files
14401
14402 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14403
14404         * lyxfunc.C:
14405         * commandtags.h:
14406         * LyXAction.C: remove old LFUN_LAYOUTNO
14407
14408 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14409
14410         * paragraph_pimpl.h:
14411         * paragraph_pimpl.C: isTextAt() doesn't need font param
14412
14413 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14414
14415         * lyxlex.h:
14416         * lyxlex.C: little cleanup
14417
14418 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14419
14420         * BufferView_pimpl.C: fix insertAscii for insets
14421
14422 2001-12-05  Juergen Vigna  <jug@sad.it>
14423
14424         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14425         set the right font on the "multi" paragraph paste!
14426
14427 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14428
14429         * trans_decl.h:
14430         * trans_mgr.[Ch]:
14431         * trans.[Ch]:
14432         * lyxgluelength.C:
14433         * lyxlength.C: remove out-commented code.
14434
14435         * BufferView_pimpl:
14436         * CutAndPaste.C:
14437         * DepTable.C:
14438         * buffer.C:
14439         * chset.C:
14440         * lastfiles.C:
14441         * lyxlex.C:
14442         * lyxlex_pimpl.C:
14443         * lyxserver.C:
14444         * screen.C:
14445         * tabular-old.C:
14446         * tabular.C:
14447         * text.C:
14448         * trans_mgr.C:
14449         * vc-backend.C: change "while(" to "while ("
14450
14451         * lyxlength.[Ch]: add zero function to check if length is zero or
14452         not
14453         * lyxgluelength.C: use it
14454
14455 2001-12-05  Allan Rae  <rae@lyx.org>
14456
14457         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14458         Works for 2.95.3, from what I understand of Garst's reports this should
14459         work for other g++ versions.  We're screwed if the abs(int) definition
14460         changed between bugfix releases of gcc.
14461
14462 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14463
14464         * text.C: fix chapter label offset !
14465
14466 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14467
14468         * lyxtext.h:
14469         * text.C: fix hfill at end of line, clean up
14470
14471 2001-12-04  Juergen Vigna  <jug@sad.it>
14472
14473         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14474         that we force an update of the inset and it's owners if neccessary.
14475
14476 2001-12-03  Juergen Vigna  <jug@sad.it>
14477
14478         * text.C (rowLast): simplified code
14479
14480 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14481
14482         * lyxfunc.C: fix show options on timeout
14483
14484 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14485
14486         * screen.C (topCursorVisible): scroll half a page when the cursor
14487         reached top of bottom of screen
14488
14489 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14490
14491         * minibuffer.C: deactivate on loss of focus
14492
14493 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14494
14495         * vspace.[Ch] (operator!=): add operator.
14496
14497 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14498
14499         * BufferView_pimpl.C: refuse to open an inset when
14500         there's a selection.
14501
14502 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14503
14504         * BufferView_pimpl.C: allow to click on RHS of full row insets
14505
14506 2001-11-30  Juergen Vigna  <jug@sad.it>
14507
14508         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14509         insets for undo reasons.
14510
14511 2001-11-28  André Pönitz <poenitz@gmx.net>
14512
14513         * vspace.[Ch]: cosmetical changes
14514
14515 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14516
14517         * LyXAction.h:
14518         * LyXAction.C:
14519         * lyxfunc.h:
14520         * lyxfunc.C:
14521         * kbmap.h:
14522         * kbmap.C:
14523         * lyxrc.C:
14524         * kbsequence.h:
14525         * kbsequence.C: part re-write of old kb code
14526
14527         * Painter.C:
14528         * WorkArea.C: remove Lgb_bug_find_hack
14529
14530 2001-11-30  José Matos <jamatos@fep.up.pt>
14531
14532         * buffer.C (makeDocBookFile): add a comment to point a hack.
14533         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14534         Fixed a double write of labels.
14535
14536 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14537
14538         * LaTeX.C:
14539         * LaTeX.h Fixed bug in LaTeX class where it would not
14540         re-run latex if no depfiles were changed, but the .dvi was removed.
14541
14542 2001-11-28  André Pönitz <poenitz@gmx.net>
14543
14544         * all the files from the change on 2001/11/26:
14545         use lyx::layout_type instead of LyXTextClass::size_type
14546         use lyx::textclass_type instead of LyXTextClassList::size_type
14547
14548 2001-11-29  Juergen Vigna  <jug@sad.it>
14549
14550         * text.C: added support for paragraph::isFreeSpacing()
14551
14552         * buffer.C: same as above
14553
14554         * paragraph.h: inserted isFreeSpacing() function to enable
14555         FreeSpacing inside InsetERT.
14556
14557         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14558         of the paragraph's in the cut/copy buffer to 0!
14559
14560         * text2.C (removeRow): remove the assert as it can!
14561
14562         * lyxtext.h: added helper function firstRow returning firstrow and
14563         made firstrow private again.
14564
14565         * BufferView2.C (lockInset): don't relock if we're already locked!
14566
14567         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14568         the only paragraph.
14569         (removeRow): added Assert::(firstrow)
14570
14571         * debug.C: forgot to add INSETTEXT here.
14572
14573 2001-11-28  Juergen Vigna  <jug@sad.it>
14574
14575         * sp_spell.C (initialize): changed error text to more general
14576         spellchecker command use (not only ispell!)
14577
14578         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14579
14580         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14581
14582 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14583
14584         * vspace.C: initialise lyxgluelength on failure
14585
14586 2001-11-28  Allan Rae  <rae@lyx.org>
14587
14588         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14589         declaration & definition that looks like a function declaration.
14590
14591 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14592
14593         * BufferView2.C (copy):
14594         (copyEnvironment): do not clear the selection when doing a copy.
14595
14596         * text.C (paintFirstRow): compilation fix
14597
14598 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14599
14600         * tabular.C (Latex): correct line count when writing latex.
14601
14602 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14603
14604         * paragraph_pimpl.h:
14605         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14606           bug a bit
14607
14608 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14609
14610         * text.C:
14611         * LColor.h:
14612         * LColor.C: change vfillline->added_space
14613
14614         * text.C: add markers and text for added space
14615
14616         * vspace.C: fix comment
14617
14618 2001-11-28  André Pönitz <poenitz@gmx.net>
14619
14620         * paragraph.C: whitespace changes
14621         * all the other files from the change on 2001/11/26:
14622         change *::pos_type into lyx::pos_type
14623
14624 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14625
14626         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14627         language of the document when inserting error insets.
14628
14629 2001-11-26  André Pönitz <poenitz@gmx.net>
14630
14631         * BufferView_pimpl.[Ch]:
14632         *       CutAndPaste.C:
14633         * buffer.[Ch]:
14634         * lyxcursor.[Ch]:
14635         * lyxfind.C:
14636         * lyxfunc.C:
14637         * lyxrow.[Ch]:
14638         * paragraph.[Ch]:
14639         * paragraph_pimpl.[Ch]:
14640         * sp_spell.C:
14641         * text.C:
14642         * text2.C: reduce header dependencies, introduce type for positions
14643
14644 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14645
14646         * <various>: change to use Alert.h
14647
14648 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14649
14650         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14651         when encountering an unknown token.
14652         (readLyXformat2): Show an error message if there were unknown tokens.
14653
14654 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14655
14656         * BufferView2.C:
14657         * BufferView_pimpl.C:
14658         * buffer.C:
14659         * paragraph.h:
14660         * text.C:
14661         * text2.C: use par->isInset()
14662
14663 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14664
14665         * paragraph_pimpl.h:
14666         * paragraph_pimpl.C: cleanup
14667
14668 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14669
14670         * text2.C (removeRow):
14671         * text.C (setHeightOfRow): remove useless (and costly) call to
14672         getRow.
14673
14674 2001-11-20  Allan Rae  <rae@lyx.org>
14675
14676         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14677         Now need Inset*::checkInsertChar() to return true for appropriate
14678         cases so that the characters in the minibuffer will actually be
14679         inserted.
14680
14681 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14682
14683         * text.C: change the order of the includes.
14684         (workWidth): initialize it at once.
14685         (workWidth): make maxw unsigned
14686         (setHeightOfRow): remove unused variable (inset)
14687         (selectSelectedWord): remove unused variable (inset)
14688         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14689
14690 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14691
14692         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14693         server is not running.
14694         (openConnection):
14695         (closeConnection): add debug info when server is disabled.
14696
14697         * ColorHandler.C (getGCForeground): send debug message to GUI
14698         channel.
14699
14700         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14701
14702         * kbmap.C (bind): modify because return conventions of
14703         kb_sequence::parse have changed.
14704
14705         * kbsequence.C (parse): only ignore spaces and not any stupid
14706         control character. This avoids tests like s[i] <= ' ', which are
14707         guaranteed to fail with 8bit characters and signed chars.
14708         Change return code to string::npos when there have been no error
14709         (0 was a bad idea when error is at first character)
14710
14711 2001-11-14  José Matos  <jamatos@fep.up.pt>
14712
14713         * buffer.h:
14714         * buffer.C (simpleDocBookOnePar): removed unused argument.
14715
14716 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14717
14718         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14719         insets which are part of a word. Paragraph::isLetter takes care of
14720         that now. Use Paragraph::isInset to identify insets.
14721         (selectSelectedWord): do not test for hyphenation break.
14722
14723         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14724         that protected spaces are considered as spaces.
14725
14726         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14727         Inset::isLetter.
14728
14729 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14730
14731         * lyxserver.h:
14732         * lyxserver.C: fix it. and small cleanup.
14733
14734 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14735
14736         * BufferView_pimpl.C: use inline helpers
14737
14738         * LaTeXFeatures.h:
14739         * LaTeXFeatures.C: fix typos
14740
14741         * Spacing.h:
14742         * Spacing.C: move spacing_string into class
14743
14744         * ToolbarDefaults.C: move stuff into namespace anon
14745
14746         * layout.h: update enum
14747
14748         * lyxfunc.C: use better debug
14749
14750         * minibuffer.h: fix typo
14751
14752         * debug.h:
14753         * debug.C:
14754         * WorkArea.C: add and use Debug::WORKAREA
14755
14756         * lyxtext.h:
14757         * text.C:
14758         * text2.C: code re-organisation, inline helpers
14759
14760 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14761
14762         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14763         std::vector.empty().
14764
14765 2001-11-09  Allan Rae  <rae@lyx.org>
14766
14767         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14768         '\n's after tables.  Tabular and ERT inset work now makes this no
14769         longer necessary.
14770
14771 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14772
14773         * minibuffer.h:
14774         * minibuffer.C: fix crash, improve drop-down completion
14775
14776 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14777
14778         * lyxserver.h:
14779         * lyxserver.C: invalidate fd's when doing endPipe()
14780
14781 2001-11-08  José Matos  <jamatos@fep.up.pt>
14782
14783         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14784         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14785
14786         * paragraph.h:
14787         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14788
14789 2001-11-07  José Matos  <jamatos@fep.up.pt>
14790
14791         * buffer.h:
14792         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14793         const qualifier.
14794
14795         * buffer.C (sgmlOpenTag):
14796         * buffer.C (sgmlCloseTag): removed debug info.
14797
14798         * buffer.h (sgmlOpenTag):
14799         * buffer.h (sgmlCloseTag): made public.
14800
14801 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14802
14803         * buffer.C (saveParamsAsDefaults):
14804         * lyx_cb.C (MenuLayoutSave): remove
14805
14806         * LyXAction.C (init):
14807         * commandtags.h:
14808         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14809
14810 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14811
14812         * buffer.C (setPaperStuff): removed from here...
14813
14814         * bufferparams.C (setPaperStuff): ... and moved there.
14815
14816 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14817
14818         * minibuffer.h:
14819         * minibuffer.C:
14820         * XFormsView.C: add support for drop-down completion
14821
14822 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14823
14824         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14825         commands.
14826
14827 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14828
14829         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14830         disabled.
14831
14832 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14833
14834         * lyx_main.C: change ref to known bugs
14835
14836 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14837
14838         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14839         to work around older babel problems.
14840
14841 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14842
14843         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14844
14845 2001-10-24  Juergen Vigna  <jug@sad.it>
14846
14847         * tabular-old.C (ReadOld): below variable changes reflected.
14848
14849         * tabular.[Ch]: added ltType struct for longtable header/footer
14850         defines and changed all instances where they are used. Added
14851         future support for double top/bottom rows.
14852
14853 2001-10-24  José Matos  <jamatos@fep.up.pt>
14854
14855         * buffer.h (docbookHandleCaption):
14856         * buffer.C (docbookHandleCaption): removed unused function.
14857         (makeDocBookFile): moved docbook supported version to v4.1.
14858
14859 2001-10-24  José Matos  <jamatos@fep.up.pt>
14860
14861         * tabular.h:
14862         * tabular.C (docbookRow): new function to export docbook code of a row.
14863         (DocBook): now honors the longtable flags.
14864
14865 2001-10-23  José Matos  <jamatos@fep.up.pt>
14866
14867         * LaTeXFeatures.h:
14868         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14869         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14870
14871         * buffer.C (makeLinuxDocFile):
14872         (makeDocBookFile): reworked the preamble, more clean, and with
14873         support for lyx defined entities. Changed the document declaration
14874         to be more XML friendly.
14875
14876         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14877         if we need to output XML that should be done with a filter.
14878
14879 2001-10-22  Juergen Vigna  <jug@sad.it>
14880
14881         * sp_pspell.h (class PSpell): add alive function needed in the
14882         controller to see if the spellchecker could be started.
14883
14884 2001-10-22  Juergen Vigna  <jug@sad.it>
14885
14886         * buffer.C (insertStringAsLines): modify the font for inserting
14887         chars in certain conditions by calling checkInsertChar(font).
14888
14889 2001-10-19  Juergen Vigna  <jug@sad.it>
14890
14891         * text.C (workWidth): use getRow instead of wrong algorithm.
14892         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14893
14894 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14895
14896         * lyxserver.h:
14897         * lyxserver.C:
14898         * lyx_main.h:
14899         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14900
14901 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14902
14903         * text.C (workWidth): do not search for the exact row when
14904         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14905         optimization for big documents.
14906
14907 2001-10-18  Juergen Vigna  <jug@sad.it>
14908
14909         * text.C (workWidth): new function with added Inset * parameter.
14910
14911 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14912
14913         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14914
14915         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14916         change return type of getColumnNearX.
14917
14918
14919         * text.C (changeRegionCase): use uppercase/lowercase instead of
14920         toupper/tolower.
14921         (leftMargin):
14922         (rightMargin): simplify code by factoring out the uses of
14923         textclasslist.
14924         (labelFill):
14925         (numberOfHfills):
14926         (setHeightOfRow):
14927         (appendParagraph): use Paragraph::size_type
14928
14929 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14930
14931         * vspace.C (asLatexString): add a missing break
14932
14933 2001-10-15  Herbert Voss  <voss@perce.de>
14934
14935         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14936
14937 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14938
14939         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14940         is not available.
14941
14942 2001-10-10  André Pönitz <poenitz@gmx.net>
14943
14944         * lyxfunc.C: removed greek_kb_flag.
14945
14946 2001-10-10  Herbert Voss  <voss@perce.de>
14947
14948         * lyx_main.C: delete global string help_lyxdir.
14949
14950 2001-10-09  Herbert Voss  <voss@perce.de>
14951
14952         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14953
14954         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14955
14956         * lyx_main.C: added global string help_lyxdir.
14957
14958         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14959
14960 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14961
14962         * lyxrc.C (set_font_norm_type): support iso8859-4
14963
14964 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14965
14966         * LaTeX.C (deplog): add another regex for MikTeX
14967
14968 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14969
14970         * lyxrc.C (set_font_norm_type): support iso8859-3
14971
14972 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14973
14974         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14975
14976         * LaTeXFeatures.C: remove special case of french and index
14977
14978         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14979         before \begin{document}). This solves several incompatibilities.
14980
14981 2001-10-03  Garst Reese  <reese@isn.net>
14982
14983         * lyx_cb.C: change CheckTex error msg.
14984
14985 2001-10-03  José Matos  <jamatos@fep.up.pt>
14986
14987         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14988
14989 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14990
14991         * .cvsignore: update
14992
14993         * lyx_main.C (commandLineVersionInfo): use new style version info.
14994
14995         * buffer.C (writeFile):
14996         (makeLaTeXFile):
14997         (makeLinuxDocFile):
14998         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14999
15000         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15001
15002         * version.h: update to use stuff in version.C
15003
15004         * version.C.in: new file. Contains version information determined
15005         at compile time. This is a merging of version.h and
15006         version_info.h.in.
15007
15008 2001-10-03  Juergen Vigna  <jug@sad.it>
15009
15010         * BufferView_pimpl.C (update): don't change "dirty" status in
15011         updateInset call.
15012
15013 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
15014
15015         * WorkArea.C (c-tor): re-position version string slightly.
15016
15017 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
15018
15019         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15020         revert to previous code.
15021
15022         WorkArea.[Ch]: (show, destroySplash): methods removed.
15023
15024         WorkArea.C: rework code so that it's an amalgam of the codes before and
15025         after the splash screen was moved to WorkArea.
15026
15027 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15028
15029         * lyxrc.C (read):
15030         * vspace.C (inPixels):
15031         (lyx_advance):
15032         * kbmap.C (bind):
15033         * buffer.C (insertStringAsLines):
15034         (asciiParagraph): fix types to be large enough
15035
15036         * lyxlex_pimpl.h: change member status from short to int
15037
15038         * layout.h: fix type of endlabeltype
15039
15040         * kbmap.C (bind):
15041         * kbsequence.C (parse): change return type to string::size_type
15042
15043         * LaTeX.C (updateBibtexDependencies): comment out unneeded
15044         variable
15045
15046         * Bullet.C (bulletSize):
15047         (bulletEntry): do not use short ints as parameters
15048
15049         * BufferView2.C (insertLyXFile): change a char to an int.
15050
15051         * WorkArea.C (WorkArea): remove unneeded floats in computation
15052
15053 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
15054
15055         * buffer.C (asciiParagraph): Treat '\\' as other chars.
15056
15057         * paragraph.C (asString): Do not ignore newline/hfill chars when
15058         copying to the clipboard.
15059
15060 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
15061
15062         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15063         after a multi-line inset.
15064
15065 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
15066
15067         * paragraph.C (validate): Set NeedLyXFootnoteCode
15068
15069 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15070
15071         * lyxfont.C (LyXSizeNames): changed increase-error to increase
15072         and decrease-error to decrease.
15073
15074 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15075
15076         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15077         it more readable (should be equivalent)
15078
15079 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
15080
15081         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15082
15083 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15084
15085         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15086         of a cursor (row, etc.) after a character has been deleted
15087         (deleteEmptyParagraphMechanism): call the method above on _all_
15088         cursors held by the LyXText when a double space has been
15089         detected/deleted.
15090
15091 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15092
15093         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15094         pixmap.
15095         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15096
15097         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15098         background. Use greyOut() and the new show() methods to toggle between
15099         the foreground and background. Add code to remove the splash after
15100         its initial showing.
15101
15102         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15103         (create_forms): no longer call Dialogs::showSplash.
15104
15105 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15106
15107         * .cvsignore: add version_info.h
15108
15109 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15110
15111         * version_info.h.in: new file
15112
15113         * Makefile.am: add version_info.h.in
15114
15115         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15116         version_info.h instead of VERSION_INFO
15117
15118 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15119
15120         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15121         The ERT inset now returns string().
15122
15123 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15124
15125         * lyxtext.h, text.C (selectNextWord): renamed as
15126         selectNextWordToSpellcheck.
15127
15128         * text.C (selectNextWordToSpellcheck): Modified to not select
15129         words inside an ERT inset.
15130
15131 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15132
15133         * lyx_cb.C (MenuLayoutSave): change a bit the question
15134
15135         * sp_base.h: include <sys/types.h>
15136
15137 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15138
15139         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15140
15141 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15142
15143         * several files: fix typos in user-visible strings
15144
15145 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15146
15147         * text2.C (pasteSelection): do not set the selection, since it
15148         will be cleared later. Actually, the intent was to fix the way the
15149         selection was set, but I figured rmoving the code was just as good.
15150
15151 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15152
15153         * FontLoader.C (available): Check if font is available without
15154         loading the font.
15155
15156 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15157
15158         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15159
15160 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15161
15162         * lyxrc.[Ch]: added display_graphics variable and associated code.
15163
15164 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15165
15166         * bufferparams.C (hasClassDefaults): new method. Returns true if
15167         the buffer parameters correspond to known class defaults
15168
15169 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15170
15171         * XFormsView.C (show): set minimum size to the main window.
15172
15173 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15174
15175         * text2.C (copySelection):
15176         (cutSelection):
15177         * lyxfind.C (LyXReplace):
15178         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15179         LyXText::selectionAsString.
15180
15181         * paragraph.C (asString): add "label" argument to the second form
15182
15183         * text2.C (selectionAsString): add "label" argument and pass it to
15184         Paragraph::asString.
15185
15186 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15187
15188         * lyx_main.C (commandLineHelp): remove version information
15189
15190 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15191
15192         * lyx_main.C: add -version commandline option
15193
15194 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15195
15196         * paragraph.h: make the optional constructor arg required instead.
15197         some modifications to other files because of this.
15198
15199         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15200
15201         * lyxserver.C (C_LyXComm_callback): make it static
15202
15203         * lyx_main.C (error_handler): make it static
15204
15205         * lyx_gui.C (LyX_XErrHandler): make it static
15206
15207         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15208
15209         * WorkArea.C: make the extern "C" methods static.
15210
15211         * Makefile.am (lyx_LDADD): simplify
15212
15213 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15214
15215         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15216         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15217
15218         * LyXAction.C (init):
15219         * lyxfunc.C (dispatch): associated code removal.
15220
15221 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15222
15223         * lyxfont.h (isSymbolFont): shut off warning
15224
15225         * text.C (setHeightOfRow):
15226         (getVisibleRow): fix crash with empty paragraphs which have a
15227         bottom line
15228
15229 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15230
15231         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15232         code.
15233
15234 2001-09-04  José Matos  <jamatos@fep.up.pt>
15235         * buffer.C
15236         * buffer.h
15237         * tabular.C (docbook): rename docBook method to docbook.
15238
15239 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15240
15241         * Makefile.am: add dependencies to main.o.
15242
15243 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15244
15245         * FontLoader.C (available): Return false if !lyxrc.use_gui
15246
15247 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15248
15249         * FontInfo.C (query):
15250         * converter.C (view):
15251         * importer.C (Import):
15252         * exporter.C (Export): Can not -> cannot.
15253
15254 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15255
15256         * BufferView_pimpl.C: allow to create index inset even if
15257           string is empty
15258
15259 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15260
15261         * buffer.C (getLists): replace boost::tie code with an explicit pair
15262         as boost::tie can break some compilers.
15263
15264         * iterators.h: Added a std:: declaration to the return type of
15265         ParIterator::size.
15266
15267 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15268
15269         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15270           case.
15271
15272 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15273
15274         * iterators.[Ch]: New files. Provide paragraph iterators.
15275
15276         * buffer.C (changeLanguage): Use paragraph iterators.
15277         (isMultiLingual): ditto
15278
15279         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15280
15281 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15282
15283         * FontLoader.C: Support for cmr font.
15284
15285 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15286
15287         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15288         (available): New method.
15289
15290         * FontInfo.C (getFontname): Use scalable fonts even when
15291         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15292         found.
15293
15294 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15295
15296         * converter.C (Formats::view): reverted! Incorrect fix.
15297
15298 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15299
15300         * converter.C (Formats::view): only output the -paper option
15301         if the dvi viewer is xdvi, thereby fixing bug #233429.
15302
15303 2001-08-23  Herbert Voss  <voss@perce>
15304
15305         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15306
15307 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15308
15309         * Spacing.h (Spacing): Set space to Default on in the default
15310         constructor.
15311
15312 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15313
15314         * vc-backend.h (RCS::versionString): add RCS to version
15315         (CVS::versionString): add CVS to version
15316
15317         * vc-backend.C (scanMaster): do not add CVS to version.
15318         (scanMaster): do not add RCS to version
15319
15320         * lyxvc.C (versionString): new method
15321
15322         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15323
15324 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15325
15326         * Spacing.C (set): initialize fval
15327
15328 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15329
15330         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15331         " or \.
15332
15333 2001-08-16  Juergen Vigna  <jug@sad.it>
15334
15335         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15336
15337 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15338
15339         * BufferView_pimpl.C:
15340         * figureForm.C:
15341         * lyxtext.h:
15342         * text2.C: setParagraph takes linespacing now
15343
15344 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15345
15346         * LyxAction.C: add internal LFUN_CITATION_INSERT
15347
15348         * LyXView.C: actually apply fix
15349
15350         * bufferlist.C: fix open non-existent file
15351
15352         * lyxfind.C: fix indentation
15353
15354         * lyxfunc.C: remove unneeded assert, fix typo
15355
15356 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15357
15358         * MenuBackend.C: use "Floatname List"
15359
15360 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15361
15362         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15363         when converting LaTeX layout to insetERT.
15364         Generate a non-collapsed float when reading old float
15365
15366 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15367
15368         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15369         ERT insets.
15370
15371 2001-08-13  Juergen Vigna  <jug@sad.it>
15372
15373         * text.C (fill): return 0 instead of 20 as this seems to be the more
15374         correct value.
15375
15376 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15377
15378         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15379         lyxrc.font_norm.
15380
15381 2001-08-13  Juergen Vigna  <jug@sad.it>
15382
15383         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15384         casesensitive off.
15385         (SearchBackward): comment out the unlocking of the inset_owner this
15386         should not be needed!
15387
15388 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15389
15390         * Many files: Remove inherit_language, and add latex_language
15391
15392         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15393         collapsible insets.
15394
15395 2001-08-10  Juergen Vigna  <jug@sad.it>
15396
15397         * text.C (prepareToPrint): fixed hfill-width in draw!
15398
15399         * BufferView2.C (selectLastWord): save the selection cursor as this
15400         now is cleared in the function LyXText::clearSelection!
15401
15402 2001-08-08  Juergen Vigna  <jug@sad.it>
15403
15404         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15405         BACKSPACE type functions.
15406
15407         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15408         is only cutted from the document but not put in the cut-buffer, where
15409         still the old stuff should be.
15410
15411         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15412
15413         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15414
15415         * tabular.C (SetWidthOfCell): fixed special case where the width
15416         was not updated!
15417         (LeftLine): handle '|' in align_special.
15418         (RightLine): ditto
15419         (LeftAlreadyDrawed): ditto
15420         (SetWidthOfCell): ditto
15421
15422 2001-08-07  Juergen Vigna  <jug@sad.it>
15423
15424         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15425
15426 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15427
15428         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15429         * lyxlex.[hC]: ditto
15430
15431 2001-08-06  Juergen Vigna  <jug@sad.it>
15432
15433         * text.C (getVisibleRow): fix up row clearing a bit.
15434
15435 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15436
15437         * minibuffer.C: make sure the X server sees the changes in the input.
15438
15439 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15440
15441         * paragraph.C (getFont): split into...
15442         (getLabelFont): this
15443         (getLayoutFont): and this
15444         * paragraph_pimpl.C (realizeFont): calling this
15445
15446         * text2.C (getFont): split into...
15447         (getLayoutFont): this
15448         (getLabelFont): and this
15449         (realizeFont): all three calling this
15450
15451         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15452         files where used.
15453
15454 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15455
15456         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15457
15458 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15459
15460         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15461         layouts from the Quote inset insertion.
15462
15463 2001-08-03  Juergen Vigna  <jug@sad.it>
15464
15465         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15466
15467         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15468         only if status not is already CHANGED_IN_DRAW (second level).
15469
15470         * text.C (draw): don't set the need_break_row when inside an
15471         InsetText LyXText.
15472
15473 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15474
15475         * buffer.C (parseSingleLyXformat2Token): handle more latex
15476         conversion cases.
15477
15478         * bufferview_funcs.[hC]: change function names to
15479         begin with small char, adjust other files.
15480
15481 2001-08-02  André Pönitz <poenitz@gmx.net>
15482
15483         * lyxfunc.C:
15484         BufferView_pimpl.C: remove broken special code for math-greek
15485
15486 2001-08-02  Juergen Vigna  <jug@sad.it>
15487
15488         * BufferView_pimpl.C (update): redone this function so that we
15489         update the text again if there was a CHANGE_IN_DRAW.
15490
15491         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15492         (drawFromTo): added a new internal bool which is used by draw() and
15493         redraw() function.
15494         (general): some cursor drawing problems fixed.
15495
15496 2001-08-01  Juergen Vigna  <jug@sad.it>
15497
15498         * lyxfind.C (LyXFind): fixed
15499         (SearchForward): ditto
15500         (SearchBackward): ditto
15501
15502         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15503         spurius drawing of the cursor in the main area.
15504
15505         * text2.C (status): small fix which could lead to a segfault!
15506         (clearSelection): remove unneeded BufferView param.
15507
15508 2001-08-01  André Pönitz <poenitz@gmx.net>
15509
15510         * lyxfunc.C: small change due to changed mathed interface
15511
15512 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15513
15514         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15515
15516 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15517
15518         * lyxfunc.c: fail gracefully if file doesn't exist
15519
15520         * LyXSendto.C:
15521         * buffer.C:
15522         * lyxfunc.C:
15523         * BufferView_pimpl.C: IsDirWriteable() proto changed
15524
15525         * LyXView.C: fix updateWindowTitle() to store the last title
15526
15527 2001-07-31  Juergen Vigna  <jug@sad.it>
15528
15529         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15530         the font (wrong since using of Paragraph::highestFontInRange).
15531
15532         * paragraph.C (highestFontInRange): added a default_size parameter.
15533
15534         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15535         (setHeightOfRow): reformat
15536
15537 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15538
15539         * converter.[hC] + affected files: move to (inital-char)lowercase
15540         function names.
15541
15542         * ParagraphParameters.C (ParagraphParameters): remove commented code
15543
15544         * PainterBase.[Ch]: remove commented code
15545
15546         * LaTeXFeatures.h: add "bool floats" for float.sty
15547
15548         * LaTeXFeatures.C (LaTeXFeatures): init floats
15549         (require): handle float
15550         (getPackages): do it with floats
15551
15552 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15553
15554         * BufferView_pimpl.C (Dispatch): improve handling of
15555         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15556
15557         * commandtags.h: #include lyxfont.h here temporarily to avoid
15558         keybinding bug.
15559
15560         * bufferlist.h: include LString.h here.
15561
15562 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15563
15564         * text2.C (getStringToIndex): new method.
15565
15566 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15567
15568         * *: Reduced header file dependencies all over.
15569
15570 2001-07-30  Baruch Even  <baruch@lyx.org>
15571
15572         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15573
15574 2001-07-29  Baruch Even  <baruch@lyx.org>
15575
15576         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15577
15578 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15579
15580         * ParameterStruct.h (endif): add a default constructor to make
15581         sure that all variables is initialized.
15582
15583         * ParagraphParameters.C (ParagraphParameters): adjust
15584
15585 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15586
15587         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15588         index; also, check that there is something to index, and that it
15589         does not span over several paragraphs.
15590         (doubleClick): use WHOLE_WORD_STRICT for double click.
15591
15592         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15593
15594         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15595         scheme.
15596
15597 2001-07-26  Baruch Even  <baruch@lyx.org>
15598
15599         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15600         an InsetFig figure, backwards compatible reading of old figure code.
15601
15602 2001-07-27  Juergen Vigna  <jug@sad.it>
15603
15604         * text2.C: font.realize function adaption.
15605
15606         * text.C (draw): add a warnings lyxerr text if needed.
15607
15608         * layout.C: font.realize function adaption.
15609
15610         * language.C: add inherit_language and implement it's handlings
15611
15612         * bufferview_funcs.C (StyleReset): remove language parameter from
15613         font creation (should be language_inherit now).
15614
15615         * bufferparams.C (writeFile): handle ignore_language.
15616
15617         * paragraph.C (getFontSettings): the language has to be resolved
15618         otherwise we have problems in LyXFont!
15619
15620         * lyxfont.C (lyxWriteChanges): added document_language parameter
15621         (update): removed unneeded language parameter
15622
15623         * paragraph.C (validate): fixed wrong output of color-package when
15624         using interface colors for certain fonts in certain environments,
15625         which should not seen as that on the final output.
15626
15627 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15628
15629         * BufferView_pimpl.C:
15630         * Thesaurus.h:
15631         * Thesaurus.C:
15632         * Makefile.am:
15633         * commandtags.h:
15634         * LyXAction.C: add thesaurus support
15635
15636         * lyxfind.h:
15637         * lyxfind.C: add "once" parameter, for thesaurus, to not
15638           move to the next match
15639
15640 2001-07-26  Juergen Vigna  <jug@sad.it>
15641
15642         * lyxfont.C (realize): honor ignore_language too!
15643         (resolved): ditto.
15644
15645         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15646
15647         * text.C (draw): one place more for ignore_language to not draw
15648         itself!
15649
15650 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15651
15652         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15653
15654 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15655
15656         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15657         the minipage conversion problem.
15658
15659 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15660
15661         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15662         insert an inset.
15663
15664 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15665
15666         * BufferView.h: don't forward declare WorkArea
15667
15668         * BufferView.C: don't include WorkArea.h
15669
15670 2001-07-25  André Pönitz <poenitz@gmx.net>
15671
15672         * commandtags.h:
15673         * LyXAction.C:
15674         * lyxfunc.C:  new LFUN 'math-space'
15675
15676         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15677
15678 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15679
15680         * text2.C (toggleInset): call open/close
15681
15682 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15683
15684         * lyxfunc.C (dispatch): add debug for the disabled case
15685
15686         * font.C (buttonText): make similar to rectText
15687
15688         * buffer.C (readInset): comment out parsing of insetlist and
15689         insttheorem
15690
15691         * PainterBase.C (rectText): small correction
15692
15693         * BufferView_pimpl.C: comment out insettheorem and insetlist
15694         * LyXAction.C: ditto
15695         * commandtags.h: ditto
15696
15697 2001-07-24  Juergen Vigna  <jug@sad.it>
15698
15699         * text.C (draw): honor the ignore_language.
15700
15701         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15702
15703 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15704
15705         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15706         char inset.
15707
15708 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15709
15710         * lyxtext.h: remove unused (and unimplemented) methods
15711
15712 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15713
15714         * text.C (getVisibleRow): honor background color
15715
15716         * PainterBase.h:
15717         * Painter.h: remove default color argument for fillRectangle
15718
15719         * text.C (backgroundColor): new method
15720
15721 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15722
15723         * text.C (getVisibleRow): adjust
15724
15725         * font.[Ch] (rectText): new method, metrics
15726         (buttonText): new method, metrics
15727
15728         * PainterBase.[hC]: make rectText and buttonText always draw and take
15729         fewer paramteres.
15730
15731 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15732
15733         * ToolbarDefaults.C (read):
15734         * MenuBackend.C (read): allow escaping in all strings
15735
15736         * BufferView_pimpl.C (insertAndEditInset): new method.
15737         (Dispatch): use insertAndEditInset whenever appropriate.
15738
15739         * BufferView_pimpl.C (insertNote): removed
15740
15741         * BufferView_pimpl.C (smartQuote): new method, moved from
15742         BufferView; if an insetquote cannot be inserted, insert a '"'
15743         character instead.
15744
15745         * BufferView2.C: remove insertCorrectQuote();
15746
15747         * lyxfunc.C (getStatus): Add support for all remaingin
15748         inset-insert lfuns.
15749
15750         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15751
15752         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15753         command (necessary to pass " as parameter of self-insert.
15754
15755         * text.C (selectWordWhenUnderCursor):
15756         (selectWord): add word_location parameter
15757         (selectWordWhenUnderCursor): same + remove special code for word
15758         boundary.
15759         (selectNextWord): use kind() to guess type of insetspecialchar,
15760         not latex().
15761
15762         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15763         (insertErtContents): create ert insets as collapsed.
15764         (readInset): better compatibility code for Info inset.
15765
15766 2001-07-20  Juergen Vigna  <jug@sad.it>
15767
15768         * lyxfunc.C (dispatch): use always LyXFind now!
15769
15770         * text2.C (init): add a reinit flag so that the LyXText can be
15771         reinited instead of deleted and reallocated (used in InsetText).
15772
15773         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15774
15775         * text.C: ditto
15776
15777         * text2.C: ditto
15778
15779 2001-07-18  Juergen Vigna  <jug@sad.it>
15780
15781         * text.C (selectNextWord): handle insets inside inset by calling
15782         always the bv->text functions so that we can go up the_locking_inset!
15783
15784         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15785         in strange locations when inside an inset!
15786
15787         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15788         handling to include insets.
15789
15790         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15791
15792 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15793
15794         * LyXAction.C (init):
15795         * commandtags.h:
15796         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15797         LIGATURE_BREAK, since the name is so stupid.
15798
15799 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15800
15801         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15802         InsetInfos.
15803
15804         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15805
15806         * sp_form.[Ch]: remove.
15807
15808         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15809
15810         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15811         InsetInfo.
15812
15813         * src/buffer.C (readInset): ditto.
15814
15815 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15816
15817         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15818         menuSeparator(), endOfSentenceDot(), ldots() and
15819         hyphenationPoint(), which are therefore removed.
15820         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15821
15822         * LyXAction.C (init):
15823         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15824
15825         * paragraph.C (getWord): removed.
15826
15827         * BufferView_pimpl.C (Dispatch): use last word or selection for
15828         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15829
15830         * lyx_main.C (queryUserLyXDir): do not ask before creating
15831         user_dir, except if it has been named explicitely.
15832
15833 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15834
15835         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15836         a document of zero size.
15837
15838 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15839
15840         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15841         approriately in the c-tor and in require().
15842         (getPackages): output the appropriate LaTeX for natbib support.
15843
15844         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15845         variables "use_natbib" and "use_numerical_citations" when reading the
15846         LyX file.
15847         (readInset): read the various natbib cite commands.
15848         (validate): white-space change.
15849
15850         * bufferparams.[Ch]: new variables "bool use_natbib" and
15851         "bool use_numerical_citations".
15852         (writeFile): output them in the LyX file.
15853
15854 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15855
15856         * lyxfunc.C (getStatus): add support for all the inset insertion
15857         commands.
15858
15859         * text2.C (insertInset):
15860         * paragraph.C (insetAllowed):
15861         * BufferView_pimpl.C (insertInset): update to take in account the
15862         renaming of insertInsetAllowed
15863
15864         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15865
15866         * text2.C (getInset): new method. returns inset at cursor position.
15867
15868         * BufferView_pimpl.C (Dispatch): changes because of this.
15869
15870         * LyXAction.C (init): rename open-stuff to inset-toggle.
15871
15872         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15873
15874         * text2.C (toggleInset): renamed from openStuff; use
15875         Inset::open().
15876
15877 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15878
15879         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15880
15881         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15882
15883 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15884
15885         * buffer.C (readLyXformat2): Add filename to the error dialog
15886
15887 2001-07-18  Juergen Vigna  <jug@sad.it>
15888
15889         * tabular.C (GetCellNumber): put an assert here instead of the check!
15890
15891 2001-07-17  Juergen Vigna  <jug@sad.it>
15892
15893         * BufferView_pimpl.C (toggleSelection): adapted too.
15894
15895         * text.C (selectNextWord): adapted for use with insets.
15896         (selectSelectedWord): ditto
15897
15898 2001-07-17  Juergen Vigna  <jug@sad.it>
15899
15900         * sp_spell.C (PSpell): fix initialitation order.
15901
15902 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15903
15904         * paragraph.C: spacing
15905
15906 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15907
15908         * sp_spell.C: repair language selection for pspell
15909
15910 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15911
15912         * lyxfunc.h: change more methods to begin with lower char.
15913
15914 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15915
15916         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15917         for unknown layouts.
15918
15919 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15920
15921         * buffer.C (readLyXformat2): Generate an error dialog if there are
15922         unknown layouts.
15923
15924 2001-07-16  Juergen Vigna  <jug@sad.it>
15925
15926         * sp_spell.C: always compile ISpell part.
15927
15928         * lyxrc.C: added use_pspell entry and it's handling.
15929
15930 2001-07-13  Juergen Vigna  <jug@sad.it>
15931
15932         * sp_spell.C: removed double includes.
15933
15934 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15935
15936         Consistent use of Lsstream.h:
15937         * Lsstream.h: added using std::stringstream for consistencies sake.
15938
15939         * buffer.C: removed using std::stringstream
15940
15941         * lyxfont.C (stateText):
15942         * paragraph.C (asString):
15943         * text.C (selectNextWord, selectSelectedWord):
15944         * text2.C (setCounter):
15945         * vspace.C (asString, asLatexString):
15946         std::ostringstream -> ostringstream.
15947
15948 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15949
15950         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15951         * commandtags.h: add LFUN_HELP_ABOUTLYX
15952         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15953
15954 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15955
15956         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15957         cursorToggle()
15958         * lyx_gui_misc.C: remove spellchecker
15959         * lyxfunc.C: showSpellchecker
15960         * sp_base.h: added
15961         * sp_ispell.h: added
15962         * sp_pspell.h: added
15963         * sp_spell.C: added
15964         * sp_form.[Ch]: removed
15965         * spellchecker.[Ch]: removed
15966
15967 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15968
15969         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15970         is set.
15971         (simpleTeXSpecialChars): Simply print the input character without
15972         any special translation if pass_thru is set.
15973
15974         * layout.h: Added bool pass_thru to layout class for being able to
15975         implement pass through of a paragraph for Literate Programming.
15976
15977         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15978         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15979         * layout.C (Read): add "passthru" to list of layout tags and add
15980         code to set the pass_thru boolean when it is read.
15981
15982 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15983
15984         * trans_decl.h: remove allowed from KmodInfo
15985
15986         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15987         remove allowed code
15988         (Load): adjust
15989
15990         * paragraph_pimpl.C (erase): use boost::prior
15991
15992         * Painter.C (text): use data() instead of c_str() when length is
15993         also provided.
15994         * WorkArea.C (putClipboard): ditto
15995         * font.h (width): ditto
15996
15997         * BufferView2.C: use it-> instead of (*it). for iterators
15998         * texrow.C: ditto
15999         * paragraph_pimpl.C: ditto
16000         * paragraph.C: ditto
16001         * minibuffer.C: ditto
16002         * language.C: ditto
16003         * kbmap.C: ditto
16004         * encoding.C: ditto
16005         * counters.C: ditto
16006         * converter.C: ditto
16007         * chset.C: ditto
16008         * Variables.C: ditto
16009         * TextCache.C: ditto
16010         * MenuBackend.C: ditto
16011         * LyXAction.C: ditto
16012         * LColor.C: ditto
16013         * FloatList.C: ditto
16014         * DepTable.C: ditto
16015         * ColorHandler.C (LyXColorHandler): ditto
16016
16017 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16018
16019         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16020
16021         * text2.C (openStuff): reintroduce this method (which had been
16022         nuked in NEW_INSETS frenzy).
16023
16024         * lyxfunc.C (Dispatch): when an action has not been handled, use
16025         its name in the error message, not its number.
16026
16027         * paragraph.C (inInset): change method name to begin with lowercase.
16028
16029         * undo_funcs.C:
16030         * text2.C: updates because of this.
16031
16032 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16033
16034         * ToolbarDefaults.C (add): add spaces in error message
16035
16036 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16037
16038         * buffer.C (readLyXformat2): initialize the ert comp. variables.
16039         (readLyXformat2): rename return_par to first_par, use lyxlex's
16040         pushToken and remove the manual push handling.
16041         (parseSingleLyXformat2Token): add another ert comp. variable:
16042         in_tabular, rename return_par to first_par. handle newlines better
16043
16044 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16045
16046         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16047
16048 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16049
16050         * text2.C (getParFromID): removed
16051
16052         * buffer.C (getParFromID): new method moved form lyxtext.
16053         * BufferView2.C (insertErrors): adjust
16054         (setCursorFromRow): adjust
16055         * BufferView_pimpl.C (restorePosition): adjust
16056         * lyxfunc.C (Dispatch): adjust
16057         * undo_funcs.C (textUndo): adjust
16058         (textRedo): adjust
16059         (textHandleUndo): adjust
16060         (textHandleUndo): adjust
16061
16062 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16063
16064         * buffer.C: up' the LYX_FORMAT
16065
16066         * lyxfont.h: turn NO_LATEX on as default
16067
16068         * buffer.C (insertErtContents): new methods of tex style compability.
16069         (parseSingleLyXformat2Token): use it several places.
16070         * tabular.C (OldFormatRead): and here
16071
16072 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16073
16074         * text2.C: remove some commented code.
16075         reindent file.
16076
16077         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16078         * trans.C: changes because of the above.
16079
16080 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
16081
16082         * text2.C (setCounter): Fix counters bug with bibliography layout.
16083
16084 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16085
16086         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16087         own member functions
16088         (simpleTeXSpecialChars): ditto
16089
16090 2001-07-06  Juergen Vigna  <jug@sad.it>
16091
16092         * a lot of files: changed the access to LyXText::status and the
16093         call of undo-functions.
16094
16095         * undo.[Ch]: added a inset_id to the undo informations.
16096
16097         * undo_funcs.[Ch]: added and moved here all undo functions.
16098
16099         * lyxtext.h: give the status enum a weight, made status_ a private
16100         variable and made accessor functions for it, removed the whole bunch
16101         of undo-functions as they are now in their own file, make some
16102         functions publically available. Added function ownerParagraph with
16103         int parameter.
16104
16105         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16106         made InInset() a const function, added getParFromID() function.
16107
16108         * buffer.[Ch]: added const version for inset_iterator functions,
16109         added getInsetFromID() function.
16110
16111         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16112         changed undo functions for new version.
16113
16114 2001-07-05  Juergen Vigna  <jug@sad.it>
16115
16116         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16117         unknow mechanism does not call the proper constructor but only this
16118         one also if I request the other!?
16119
16120 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16121
16122         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16123
16124         * text2.C (LyXText): use initialization lists.
16125
16126         * lyxtext.h (Selection): initialize set_ and mark_
16127         (init): remove method
16128
16129 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16130
16131         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16132
16133 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16134
16135         * screen.[Ch]: change method names to begin with lowercase
16136
16137         * BufferView_pimpl.C (updateScrollbar): simplify further and
16138         hopefully make it a bit faster.
16139
16140 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16141
16142         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16143         calling directly xforms functions.
16144
16145         * Painter.C (Painter):
16146         * lyx_cb.C (MenuWrite):
16147         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16148         fl_display.
16149
16150         * lyx_gui.C: remove bogus guiruntime extern declaration.
16151
16152 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16153
16154         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16155         in NEW_INSETS
16156         (redoDrawingOfParagraph): ditto
16157         (redoParagraphs): ditto
16158         (cutSelection): don't create a object for CutAndPaste use the
16159         static method directly
16160         (pasteSelection): ditto
16161
16162         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16163         LyXview (+ rename)
16164
16165 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16166
16167         * modifications to some other files because of this.
16168
16169         * Makefile.am (lyx_SOURCES): add XFormsView
16170
16171         * XFormsView.[Ch]: new files
16172
16173         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16174         the main window. Move the gui dependent stuff to XFormsView
16175
16176 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16177
16178         * tabular.C (GetCellInset): update cur_cell also in the row/col
16179         version of this function.
16180
16181         * lyxfunc.C: no need to include figure_form.h here.
16182
16183         * FontLoader.h:
16184         * lyxfunc.h:
16185         * lyxscreen.h:
16186         * text2.C:
16187         * lyxvc.C: no need to include forms.h here.
16188
16189 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16190
16191         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16192
16193         * lyxfunc.C (Dispatch):
16194         * Spacing.C (set):
16195         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16196         constructor argument.
16197
16198 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16199
16200         * paragraph.C (Paragraph): dont't clear, and just set layout.
16201         (makeSameLayout): use params's copy contructor.
16202
16203         * ParagraphParameters.[Ch] (makeSame): delete method
16204
16205 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16206
16207         * Variables.[Ch]: fix indentation, rename set to isSet
16208
16209 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16210
16211         * lyxfunc.C (Dispatch): fix typo
16212
16213 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16214
16215         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16216         upper_bound.
16217
16218         * bufferlist.C: include assert.h for emergencyWrite().
16219
16220 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16221
16222         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16223           give up at last (bug #425202) !
16224
16225 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16226
16227         * lyx_gui_misc.C:
16228         * sp_form.h:
16229         * sp_form.C:
16230         * spellchecker.h:
16231         * spellchecker.C: strip spellchecker options and bring up
16232           preferences tab instead
16233
16234 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16235
16236         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16237         the istringstream constructor
16238
16239 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16240
16241         * paragraph.C (getLayout): fix return value
16242
16243         * paragraph.h: do not declare getLayout as inline.
16244
16245         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16246
16247 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16248
16249         * lyxcursor.h (operator<): new func
16250         (operator>): new func
16251         (operator>=): new func
16252         (operator<=): new func
16253
16254         * text.C (changeCase): use selection.start and selection.end
16255         (changeRegionCase): require from to be <= to. Require par to be a
16256         valid paragraph.
16257
16258         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16259
16260 2001-06-27  Juergen Vigna  <jug@sad.it>
16261
16262         * text.C (cursorLeftOneWord): changed to return the cursor and added
16263         overlay with BufferView * parameter which calls this one.
16264         (getWord): added
16265         (selectWord): use new getWord function.
16266         (changeCase): renamed from changeWordCase as and extended to work
16267         also on selections.
16268
16269         * lyxtext.h: added enum word_location
16270
16271         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16272         changeCase as this operates now also on selections.
16273
16274 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16275
16276         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16277
16278         * many files: send debug output to Debug::INFO instead of
16279         Debug::ANY.
16280
16281         * converter.C (View):
16282         (Convert):
16283         (Move): send debug output to Debug::FILES instead of console.
16284
16285 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16286
16287         * lyxfunc.C (getStatus): use func_status
16288
16289         * func_status.h: new header, describing the results of
16290         LyXFunc::getStatus;
16291
16292         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16293         LFUN_MATH_HALIGN.
16294
16295 2001-06-25  The LyX Project  <jug@sad.it>
16296
16297         * buffer.C (sgmlOpenTag):
16298         (sgmlCloseTag):
16299         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16300
16301 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16302
16303         * text2.C: remove some dead code
16304
16305         * tabular.C (GetCellInset): store the last cell checked (gotten)
16306
16307         * tabular.h: add the helper for the speedup
16308
16309         * lyxtext.h: remove some dead code
16310
16311 2001-06-26  The LyX Project  <Asger>
16312
16313         * paragraph.C: Change export to LaTeX of alignment to
16314         \begin{center} and family for better roundtrip work with reLyX.
16315
16316         * Tune the math drawing a bit.
16317
16318 2001-06-25  The LyX Project  <Asger>
16319
16320         * LColor.C (LColor): New color for math background. New color
16321         for buttons.
16322
16323 2001-06-25  The LyX Project  <jug@sad.it>
16324
16325         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16326
16327         * lyxfunc.C (Open):
16328         * bufferlist.C (newFile): do not restrict to files ending with
16329         .lyx
16330
16331         * BufferView_pimpl.C (MenuInsertLyXFile):
16332
16333 2001-06-24  The LyX Project  <jug@sad.it>
16334
16335         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16336         of compare_no_case
16337
16338 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16339
16340         * lyxtext.h: rename most methods to begin with a small char.
16341         Lots of changes because of this.
16342
16343         * paragraph.C (Paragraph): do not call fitToSize
16344         (erase): call Pimpl::erase
16345         (insertChar): call Pimpl::insertChar
16346         (insertInset): call Pipl::insertInset
16347         (breakParagraph): do not call fitToSize
16348         (breakParagraphConservative): do not call fitToSize
16349         (fitToSize): remove method
16350
16351         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16352
16353 2001-06-24  The LyX Project  <Asger>
16354
16355         * Fix Qt compilation^2
16356
16357 2001-06-24  The LyX Project  <jug@sad.it>
16358
16359         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16360         depthHook(getDepth()-1).
16361
16362         * paragraph.h:
16363         * ParagraphParameters.h:
16364         * ParameterStruct.h: change type of depth to unsigned int ==
16365         depth_type. Many adaptations to other files before of that.
16366
16367 2001-06-24  The LyX Project  <Asger>
16368
16369         * Fix Qt compilation.
16370
16371 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16372
16373         * paragraph.h: renamed several methods to begin with small letter.
16374         several changes to many parts of the code because of this.
16375
16376 2001-06-23  The LyX Project  <jug@sad.it>
16377
16378         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16379         rewritten to discard all double spaces when KeepEmpty is off
16380         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16381         to only handle newlines but not fiddle with spaces and friends.
16382
16383         * lyxfunc.C (MenuNew): when doing 'new from template', use
16384         template_path as default directory
16385
16386 2001-06-23  The LyX Project  <Asger>
16387
16388         * Clean-up of header file includes all over
16389         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16390
16391 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16392
16393         * paragraph.h: renamed from lyxparagraph.h
16394
16395 2001-06-23  Asger  <lyx@violet.home.sad.it>
16396
16397         * Buffer.h: Removed Buffer::resize
16398         * BufferList.h: Removed BufferList::resize
16399         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16400         the document lazily when we change the width, or the font settings.
16401
16402 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16403
16404         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16405
16406 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16407
16408         * buffer.h: remove out of date comment
16409
16410 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16411
16412         * lyxscreen.h:
16413         * screen.C: fix "theoretical" GC leak
16414
16415 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16416
16417         * LaTeX.C (scanAuxFile):
16418         (deplog): remove trailing \r when reading stream (useful under
16419         win32)
16420
16421 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16422
16423         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16424         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16425         and BufferView::theLockingInset(Inset*), so should use them and not
16426         access bv_->text->the_locking_inset directly.
16427
16428         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16429
16430 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16431
16432         * Makefile.am:
16433         * tex-defs.h: remove old unused file
16434
16435 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16436
16437         * BufferView_pimpl.C: fix typo, remove minibuffer message
16438           when buffer has loaded
16439
16440 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16441
16442         * lyxfunc.C (Dispatch): use stringstream
16443         (MenuNew): use stringstream
16444         (Open): use stringstream
16445
16446         * importer.C (Import): use stringstream
16447
16448         * bufferview_funcs.C (CurrentState): use stringstream
16449
16450         * LaTeX.C (run): use stringstream
16451
16452         * BufferView_pimpl.C (savePosition): use stringstream
16453         (restorePosition): use stringstream
16454         (MenuInsertLyXFile): use stringstream
16455
16456 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16457
16458         * BufferView.C:
16459         * Bullet.C:
16460         * ColorHandler.C:
16461         * FontInfo.C:
16462         * FontLoader.C:
16463         * LColor.C:
16464         * LaTeXFeatures.C:
16465         * Painter.C:
16466         * gettext.C:
16467         * lyx_gui_misc.C:
16468         * lyxserver.C:
16469         * vspace.C: removed // -*- C++ -*- as first line.
16470
16471         * lyxfind.h:
16472         * version.h: added // -*- C++ -*- as first line.
16473
16474 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16475
16476         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16477
16478         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16479         of string
16480
16481 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16482
16483         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16484         of floats.
16485
16486 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16487
16488         * gettext.C: include LString.h even when --disable-nls is on.
16489
16490 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16491
16492         * converter.h (Get): changed argument type from int to
16493         FormatList::size_type to avoid unnecessary conversion.
16494
16495         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16496         before using it.
16497
16498 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16499
16500         * gettext.h: include LString.h even when --disable-nls is on.
16501
16502 2001-06-07  Juergen Vigna  <jug@sad.it>
16503
16504         * text.C (BreakAgain): subst spaces with tabs.
16505
16506         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16507         (resizeInsetsLyXText): set force on resizeLyXText.
16508
16509 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16510
16511         * gettext.h (gettext_init):
16512         (locale_init): use a real definition instead of a macro
16513
16514 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16515
16516         * Bufferview_pimpl.C:
16517         * LColor.h:
16518         * LColor.C: further lcolor tidies
16519
16520 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16521
16522         * BufferView_pimpl.C (updateScrollbar): simplify.
16523
16524         * BufferView2.C: don't include insets/insetinfo.h, change
16525         prototype for insertInset and call the Pimpl version. let
16526         updateInset call Pimpl version.
16527
16528         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16529         gotoInset to BufferView::Pimpl
16530
16531 2001-06-01  Juergen Vigna  <jug@sad.it>
16532
16533         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16534         inside a LockingInset (is the update needed at all?).
16535
16536 2001-05-31  Juergen Vigna  <jug@sad.it>
16537
16538         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16539         here not the old one otherwise how should we compare it afterwards
16540         if it's the same!
16541
16542 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16543
16544         * lyxfont.C:
16545         * tabular.C:
16546         * tabular-old.C:
16547         * FontInfo.C: bring C functions into global namespace when
16548         necessary
16549
16550 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16551
16552         * LString.h: make sure config.h has been loaded before LString.h.
16553
16554         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16555         (one for each char read by EatLine!).
16556
16557         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16558         variables.
16559
16560 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16561
16562         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16563         to the same as the par we break from
16564
16565 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16566
16567         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16568
16569         * MenuBackend.C (expand): also create menu entries for wide
16570         versions of the floats.
16571
16572         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16573
16574         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16575
16576         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16577         frontends/Makefile.am
16578
16579         * text2.C: adjust
16580         * text.C: adjust
16581
16582
16583         * tabular.C (getTokenValue): add std::
16584
16585         * tabular-old.C (getTokenValue): add std::
16586         (getTokenValue): ditto
16587         (getTokenValue): ditto
16588
16589         * screen.C (ToggleSelection): adjust
16590
16591         * lyxtext.h: put selection cursors inside a Selection struct.
16592
16593         * lyxfunc.C (moveCursorUpdate): adjust
16594
16595         * lyxfont.C (latexWriteStartChanges): add std::
16596
16597         * lyxfind.C: adjust
16598
16599         * font.h: delete with(char const *, LyXFont const &)
16600
16601         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16602
16603         * FontInfo.C (getFontname): add std::
16604
16605         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16606         (workAreaButtonPress): adjust
16607         (tripleClick): adjust
16608         (update): adjust
16609         (moveCursorUpdate): adjust
16610         (Dispatch): adjust
16611
16612         * BufferView2.C (gotoInset): adjust
16613
16614 2001-05-30  Juergen Vigna  <jug@sad.it>
16615
16616         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16617         to check pspell I add this as default as I now have new pspell
16618         libraries and they seem to use this.
16619
16620 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16621
16622         * text2.C (CutSelection): make the cursor valid before the call to
16623         ClearSelection.
16624
16625 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16626
16627         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16628         relied on 0 terminated strings and other horrors. Bug found due to
16629         the new assert in lyxstring!
16630
16631         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16632         KP_ keys.
16633
16634 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16635
16636         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16637         to latinkeys.bind.
16638
16639         * lyxfunc.C (processKeySym): change method of getting to the
16640         self-insert char.
16641
16642         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16643         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16644         * BufferView_pimpl.[Ch]: here as private methods.
16645
16646 2001-05-28  Juergen Vigna  <jug@sad.it>
16647
16648         * text.C (SetHeightOfRow): added the update() call again as it is
16649         needed to initialize inset dimensions!
16650
16651 2001-05-16  Juergen Vigna  <jug@sad.it>
16652
16653         * text2.C (SetCharFont): Add new function with BufferView * and
16654         bool toggleall parameters for setting insets internal fonts.
16655         (SetFont): Freeze the undo as we may change fonts in Insets and
16656         all this change should be inside only one Undo!
16657
16658         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16659         setting font's in insets as for them we have the SetFont function!
16660
16661 2001-05-15  Juergen Vigna  <jug@sad.it>
16662
16663         * text2.C (ClearSelection): to be sure we REALLY don't have any
16664         selection anymore!
16665
16666         * tabular.C (TeXCellPreamble): fixed the left border problem for
16667         multicolumn cells.
16668
16669 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16670
16671         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16672         dependancy file
16673
16674 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16675
16676         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16677         LFUN_BREAKPARAGRAPH.
16678
16679         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16680         help test to "internal only", similar for LFUN_INSERT_URL
16681
16682         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16683         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16684         auto_region_delete and deadkeys.
16685
16686 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16687
16688         * LColor.h:
16689         * LColor.C: remove some dead entries, tidy a little
16690
16691 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16692
16693         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16694         commented code.
16695         (Dispatch): implement LFUN_ESCAPE
16696
16697         * commandtags.h: add LFUN_ESCAPE
16698
16699         * LyXAction.C (init): add entry for LFUN_ESCAPE
16700
16701         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16702         Remove commented code.
16703         (insertNote): moved here
16704         (open_new_inset): moved here
16705
16706         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16707         BufferView_pimpl
16708
16709 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16710
16711         * kbmap.C (findbinding): clean it up and make it work correctly.
16712
16713         * lyx_main.C (init): do not pass argc and argv as parameters
16714
16715 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16716
16717         * buffer.C: fix path for OS/2 & Win32
16718
16719         * lyx_gui.C:
16720         * lyx_main:
16721         * lyx_main.C: Added os:: class.
16722
16723         * os2_defines.h: update
16724
16725 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16726
16727         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16728         better by trying again with reduced state.
16729
16730 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16731
16732         * lyxrc.C (read): print error about invalid key sequence only when
16733         debugging (because not all latinX keysyms are known to some X
16734         servers)
16735
16736         * kbsequence.C (getiso): add a few std:: qualifiers
16737         (getiso): comment out extra return statement.
16738
16739 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16740
16741         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16742         handling.
16743         (Dispatch): enhance the accent inset a bit. (not perfect)
16744
16745 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16746
16747         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16748
16749 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16750
16751         * bufferlist.C (emergencyWrite): fix assert() call
16752
16753 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16754
16755         * text.C (InsertChar): Added trivial patch to only send the "you
16756         can not do multiple spaces this way" message once during a
16757         session.
16758
16759 2001-05-08  Baruch Even  <baruch@lyx.org>
16760
16761         * Makefile.am: Changed order of libraries to get LyX to link properly
16762         with the gnome frontend.
16763
16764 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16765
16766         * LaTeXFeatures.h: add a std:: qualifier
16767
16768 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16769
16770         * paragraph.C (String): use stringstream
16771
16772 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16773
16774         * paragraph.C (writeFile): remove footflag arg
16775
16776         * buffer.C (makeLaTeXFile): use stringstream
16777         (latexParagraphs): remove footnot gurba
16778
16779         * LaTeXFeatures.C (getPackages): use stringstream
16780         (getMacros): likewise
16781         (getTClassPreamble): likewise
16782         (getFloatDefinitions): new method
16783
16784         * paragraph.C (writeFile): reindent
16785         (Erase): reindent
16786
16787         * WorkArea.h: revert the xpos + etc changes.
16788
16789         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16790
16791         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16792
16793         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16794         (pasteSelection): likewise
16795         * text2.C (CreateUndo): likewise
16796
16797 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16798
16799         * minibuffer.C (peek_event): temporarily reduce the functionality
16800         of the minibuffer (to allow args on lfuns)
16801
16802         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16803         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16804
16805         * buffer.C (readInset): add compability reading of old float
16806         lists, add reading of new style float list.
16807         (readInset): avoid reevaluation of inscmd.getCmdName()
16808         (getLists): reindent
16809
16810         * MenuBackend.C (MenuItem): implement parsing of
16811         md_floatlistinsert and md_floatinsert.
16812         (expand::LastFiles): move initalizaton of iterators out of loop,
16813         avoid reevaluation.
16814         (expand::Documents): introduce typdedef vector<string> Strings,
16815         and use it.
16816         (expand::ExportFormats): introduce typedef vector<Format const *>
16817         Formats, and use it.
16818         (expand): implement FloatListInsert and FloatInsert.
16819
16820         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16821         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16822         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16823
16824         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16825         handling.
16826         (Dispatch::LFUN_FLOAT_LIST): implement
16827
16828 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16829
16830         * LaTeX.C (run): Fix problem with --export code.
16831
16832 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16833
16834         * BufferView.[Ch] (workarea): removed.
16835         (getClipboard) new method; wrapper for workarea()->getClipboard()
16836
16837         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16838         bug.
16839
16840         * WorkArea.h (width, height, xpos, ypos): These methods all
16841         returned the dimensions of the work_area sub-area of WorkArea,
16842         resulting in a position error if the WorkArea were resized. Now
16843         return the dimensions of the entire WorkArea.
16844
16845         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16846
16847 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16848
16849         * LaTeX.C (deplog): correct the syntax of regex reg1
16850
16851 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16852
16853         * undo.C: remove !NEW_INSETS cruft
16854
16855 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16856
16857         * text2.C: remove !NEW_INSETS cruft
16858
16859         * text.C: remove !NEW_INSETS cruft
16860
16861         * tabular.C: remove !NEW_INSETS cruft
16862
16863         * spellchecker.C: remove !NEW_INSETS cruft
16864
16865         * lyxtext.h: remove !NEW_INSETS cruft
16866
16867         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16868
16869         * lyxfunc.C: remove !NEW_INSETS cruft
16870
16871         * lyxfind.C: remove !NEW_INSETS cruft
16872
16873         * lyx_cb.C: remove !NEW_INSETS cruft
16874
16875         * figureForm.C: remove  !NEW_INSETS cruft
16876
16877         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16878
16879         * buffer.[Ch]: remove !NEW_INSETS cruft
16880
16881         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16882
16883         * CutAndPaste.C: remove !NEW_INSETS cruft
16884
16885         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16886
16887         * BufferView2.C: remove !NEW_INSETS cruft
16888
16889         * BufferView.h: remove !NEW_INSETS cruft
16890
16891 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16892
16893         * Lsstream.h: include LString.h before the sstream headers to
16894         fix problem with gcc 2.95.3 and lyxstring
16895
16896 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16897
16898         * lyx_main.C: add using directives when needed for C functions
16899         declared in std:: namespace.
16900
16901 2001-04-27  Juergen Vigna  <jug@sad.it>
16902
16903         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16904         (SetHeightOfRow): comment out the update call should not be needed!
16905
16906 2001-04-13  Juergen Vigna  <jug@sad.it>
16907
16908         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16909         (LyXTabular): tried to minimize operator= operations (and realized
16910         hopfully Lars wish).
16911
16912 2001-04-27  Juergen Vigna  <jug@sad.it>
16913
16914         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16915
16916 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16917
16918         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16919
16920         * buffer.C (readInset): hack to make listof algorithm work
16921
16922         * BufferView_pimpl.C: hack to make listof algorithm work
16923
16924 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16925
16926         * LyXAction.C: removed all !NEW_INSETS cruft
16927         (init): moved lfun_item in method
16928
16929         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16930
16931 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16932
16933         * BufferView2.C (theLockingInset): white space.
16934
16935 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16936
16937         * minibuffer.C: include <iostream>
16938
16939         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16940
16941         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16942
16943         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16944
16945         * text.[Ch] (TransposeChars): new method
16946
16947 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16948
16949         * call message directly through LyXView instead of through LyXFunc
16950         * BufferView2.C: adjust
16951         * BufferView_pimpl.C: adjust
16952         * FontLoader.C: adjust
16953         * buffer.C: adjust
16954         * bufferview_funcs.C: adjust
16955         * converter.C: adjust
16956         * figureForm.C: adjust
16957         * importer.C: adjust
16958         * lyx_cb.C: adjust
16959         * lyx_gui_misc.C: adjust
16960         * lyxfunc.C: adjust
16961         * lyxvc.C: adjust
16962         * text2.C: adjust
16963         + more files in subdirs
16964
16965         * lyxparagraph.h (size): move up int file
16966         (GetLayout): ditto
16967
16968         * adjust all uses of Assert to lyx::Assert.
16969
16970         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16971         lyxfunctional in namespace lyx
16972         * layout.C (hasLayout): ditto
16973         (GetLayout): ditto
16974         (GetLayout): ditto
16975         (delete_layout): ditto
16976         (NumberOfClass): ditto
16977         * converter.C (GetFormat): ditto
16978         (GetNumber): ditto
16979         (Add): ditto
16980         (Delete): ditto
16981         (SetViewer): ditto
16982         * bufferlist.C (getFileNames): ditto
16983         (emergencyWriteAll): ditto
16984         (exists): ditto
16985         (getBuffer): ditto
16986         * MenuBackend.C (hasSubmenu): ditto
16987         (hasMenu): ditto
16988         (getMenu): ditto
16989         * BufferView_pimpl.C (getInsetByCode): ditto
16990
16991 2001-04-18  Juergen Vigna  <jug@sad.it>
16992
16993         * vspace.C (asLatexString): fixed the 100% problem.
16994
16995 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16996
16997         * lyxfunc.C (Dispatch):
16998         * minibuffer.C:
16999         * minibuffer.h: add a few std:: qualifiers
17000
17001 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17002
17003         * minibuffer.[Ch]: reimplement so that commands is initiated and
17004         run from lyxfunc, simplified som handling, and made the completion
17005         and history code for complete. wip.
17006
17007         * lyxfunc.C (processKeySym): call message
17008         (miniDispatch): new temporary method
17009         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17010         (LFUN_MESSAGE): implement
17011         (LFUN_MESSAGE_PUSH): implement
17012         (LFUN_MESSAGE_POP): implement
17013         (initMiniBuffer): the initial/defualt minibuffer message.
17014
17015         * lyxfont.[Ch]: inline some more getters
17016
17017         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17018
17019         * lyx_gui_misc.[Ch] (WriteStatus): remove method
17020
17021         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17022         (AutoSave): use LFUN_MESSAGE
17023         (Reconfigure): ditto
17024
17025         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17026
17027         * figureForm.C: use LFUN_MESSAGE
17028
17029         * converter.C (runLaTeX): use LFUN_MESSAGE
17030
17031         * bufferview_funcs.C: use LFUN_MESSAGE
17032         (Melt): ditto
17033         (changeDepth): ditto
17034
17035         * bufferparams.h: use boost::
17036
17037         * bufferlist.h: inherit privately from noncopyable
17038
17039         * bufferlist.C (loadLyXFile): remove some commented code.
17040
17041         * buffer.C (runChktex): use LFUN_MESSAGE
17042
17043         * ShareContainer.h: inherit privately from noncopyable
17044
17045         * ParagraphParameters.[hC] (depth): inline it.
17046
17047         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17048         methods.
17049         (message): new method
17050         (messagePush): ditto
17051         (messagePop): ditto
17052         (show): init minibuffer
17053         (showState): direct call
17054
17055         * LaTeX.[Ch]: inherit privately from noncopyable
17056         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17057         instead of WriteStatus.
17058
17059         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17060
17061         * BufferView_pimpl.C (buffer): don't init minibuffer
17062         (workAreaButtonPress): use LFUN_MESSAGE
17063         (workAreaButtonRelease): ditto
17064         (savePosition): ditto
17065         (restorePosition): ditto
17066         (MenuInsertLyXFile): ditto
17067         (workAreaExpose): don't init minibuffer
17068         (update): remove commented code, simplify
17069
17070         * BufferView2.C (openStuff): use LFUN_MESSAGE
17071         (toggleFloat): ditto
17072         (menuUndo): ditto
17073         (menuRedo): ditto
17074         (copyEnvironment): ditto
17075         (pasteEnvironment): ditto
17076         (copy): ditto
17077         (cut): ditto
17078         (paste): ditto
17079         (gotoInset): ditto
17080         (updateInset): remove some commented code
17081
17082         * lastfiles.h: inherit privately from noncopyable
17083         * layout.h: ditto
17084         * lyx_gui.h: ditto
17085         * lyx_main.h: ditto
17086         * lyxlex.h: ditto
17087         * lyxlex_pimpl.h: ditto
17088
17089         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17090         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17091         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17092
17093         * LyXAction.h: inherit privately from noncopyable, add methods
17094         func_begin, func_end, returning iterators to the func map.
17095
17096         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17097         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17098         (func_begin): new method
17099         (func_end): new method
17100
17101         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17102         and not)
17103         (copySelection): ditto
17104         (pasteSelection): ditto
17105
17106         * BufferView.C: whitespace change
17107         * BufferView.h: inherit privately from noncopyable
17108
17109 2001-04-16  Allan Rae  <rae@lyx.org>
17110
17111         * tabular-old.C (l_getline):
17112         * spellchecker.C (sc_check_word):
17113         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17114         an unrecognised preprocessor directive.  So ensure they're wrapped.
17115
17116 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17117
17118         * src/exporter.C (Export): Give an error message when path to file
17119         contains spaces.
17120
17121 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17122
17123         * LaTeX.C (deplog): Always check that foundfile exists.
17124
17125 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17126
17127         * lyx_main.h:
17128         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17129
17130 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17131
17132         * tabular.[Ch] (getLabelList): implement new method
17133
17134         * minibuffer.h: comment ouf setTiimer
17135
17136         * minibuffer.C (ExecutingCB): constify res
17137         (peek_event): constify s
17138         (Set): constify ntext
17139         (Init): constify nicename
17140
17141         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17142
17143         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17144         (savePosition): use two params to Minibuffer::Set
17145         (restorePosition): ditto
17146
17147 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17148
17149         * lyx_main.C: include language.h
17150
17151         * Makefile.am (lyx_main.o): add language.h
17152
17153 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17154
17155         * exporter.C:
17156         * paragraph.C:
17157         * screen.C:
17158         * tabular.C:
17159         * CutAndPaste.C: include gettext.h
17160
17161         * lyxfont.h: remove old hack with ON and OFF.
17162
17163         * lyxparagraph.h:
17164         * lyxfont.h: do not include language.h...
17165
17166         * BufferView2.C:
17167         * LaTeXFeatures.C:
17168         * Painter.C:
17169         * bufferview_funcs.C:
17170         * font.C:
17171         * lyxfont.C:
17172         * text.C:
17173         * text2.C:
17174         * trans_mgr.C:
17175         * paragraph.C: ... but do it here instead
17176
17177 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17178
17179         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17180
17181         * tabular.C: small reformat
17182
17183         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17184         NEW_INSETS version
17185         (GetChar): ditto
17186         (BreakParagraph): ditto
17187         (SetOnlyLayout): ditto
17188         (SetLayout): ditto
17189
17190         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17191         with one arg less.
17192
17193         * lastfiles.C: removed most using decl, add std:: where needed
17194
17195         * buffer.C: ws changes
17196
17197         * MenuBackend.C (class compare_format): put into anon namespace
17198         (expand): constify label, names, action, action2
17199         (expand):
17200
17201         * text.C (SingleWidth): constify font
17202         (IsBoundary): constify rtl2
17203         (GetVisibleRow): constify ww
17204
17205         * LaTeX.C (deplog): constify logfile
17206
17207         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17208         start_x, end_x
17209         (workAreaExpose): constify widthChange, heightChange
17210
17211         * lyxrow.C (par): moved
17212         (height): moved
17213         (next): moved
17214         * lyxrow.h: as inlines here
17215
17216         * lyxfont.h (shape): moved from lyxfont.C
17217         (emph): moved from lyxfont.C
17218
17219         * lyxfont.C (LyXFont): use initialization list for all
17220         constructors
17221         (shape): move to lyxfont.h as inline
17222         (emph): move to lyxfont.h as inline
17223
17224
17225 2001-04-04  Juergen Vigna  <jug@sad.it>
17226
17227         * vspace.C: had to include stdio.h for use of sscanf
17228
17229 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17230
17231         * BufferView.h:
17232         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17233         independent of xforms.
17234
17235 2001-04-02  Juergen Vigna  <jug@sad.it>
17236
17237         * spellchecker.C: fixed namespace placing!
17238
17239 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17240
17241         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17242         the LyXParagraph * is 0.
17243
17244 2001-03-29  Juergen Vigna  <jug@sad.it>
17245
17246         * vspace.C: added support for %, c%, p%, l%.
17247         (stringFromUnit): added helper function.
17248         (asLatexString): changed to give right results for the %-values.
17249
17250         * buffer.C: convert the widthp in a width%.
17251
17252 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17253
17254         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17255         figureForm.[Ch].
17256
17257         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17258         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17259
17260         * lyx_cb.[Ch]: see above.
17261
17262         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17263         form1.[Ch].
17264
17265         * form1.[Ch]:
17266         * lyx.[Ch]: replaced by figure_form.[Ch].
17267
17268         * lyx_gui.C:
17269         * lyx_gui_misc.C:
17270         * lyxfunc.C: changed headers associated with above changes.
17271
17272 2001-03-27  Juergen Vigna  <jug@sad.it>
17273
17274         * BufferView_pimpl.C: set the temporary cursor right!
17275
17276 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17277
17278         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17279
17280 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17281
17282         * LString.h: removed "using std::getline"!
17283
17284         * BufferView_pimpl.C (Dispatch): changes due to changes in
17285         InsetInclude::Params.
17286
17287         * buffer.C (tag_name): removed redundant break statements as they were
17288         producing lots of warnings with my compiler.
17289
17290 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17291
17292         * LString.h: add "using std::getline" when using the real <string>.
17293
17294 2001-03-23  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17295
17296         * buffer.C: removed bitset usage.
17297         PAR_TAG moved to an anonymous name space.
17298         (tag_name): new funtion, also in the anonymous namespace.
17299         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17300         (makeDocBookFile): clean code. Completed transition from string arrays
17301         to string vectors.
17302         (SimpleDocBookOnePar): code clean.
17303
17304 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17305
17306         * tabular.C: add some comments.
17307
17308 2001-03-22  Juergen Vigna  <jug@sad.it>
17309
17310         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17311         compatibility read a bit and fixed bug with minipage in different
17312         depth.
17313
17314 2001-03-21  Jos�Ab�io Matos  <jamatos@fep.up.pt>
17315
17316         * buffer.C (pop_tag): removed.
17317         (push_tag): removed.
17318         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17319         array replaced with vector. Added support for CDATA sections.
17320         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17321         at any nest level.
17322         (makeDocBookFile): XML conformant declaration of CDATA section,
17323         fixed bug related to <emphasis> in the first paragraph char.
17324         (sgmlOpenTag): exclude empty tags.
17325         (sgmlCloseTag): ditto.
17326
17327         * buffer.h (pop_tag): removed.
17328         (push_tag): removed.
17329
17330 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17331
17332         * language.h (Languages): added size_type and size().
17333
17334 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17335
17336         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17337         response on compability reading of minipages. One probliem is that
17338         the old usage of minipages was flertydig
17339
17340         * several files here and in subdirs: don't use static at file
17341         scope use anon namespaces instead.
17342
17343 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17344
17345         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17346         LaTeX output. This is necessary for Literate document
17347         processing.
17348
17349 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17350
17351         * buffer.C: insert hfill when needed.
17352
17353         * tabular.C (l_getline): use string::erase, small whitespace change.
17354
17355         * BufferView_pimpl.C: try the anon namespace.
17356         * WorkArea.C: ditto
17357
17358 2001-03-16  Juergen Vigna  <jug@sad.it>
17359
17360         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17361         otherwise it won't open options-dialogs.
17362
17363         * buffer.C: honor pextraWidth(p) on converting minipages.
17364
17365         * tabular.C (l_getline): changed the functions to strip trailing \r.
17366
17367 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17368
17369         * BufferView_pimpl.C:
17370         * minibuffer..C: added "using SigC::slot" declaration.
17371
17372 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17373
17374         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17375
17376         * text2.C: ditto
17377
17378         * text.C: ditto
17379
17380         * paragraph.C: ditto
17381
17382         * lyxtext.h: NO_PEXTRA
17383
17384         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17385
17386         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17387         * ParameterStruct.h: ditto
17388         * ParagraphParameters.h: ditto
17389         * lyxparagraph.h: ditto
17390
17391 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17392
17393         * buffer.C: add compability for minipage alignment.
17394         (latexParagraphs): remove unwanted pextra check.
17395
17396         * several files: remove CXX_WORKING_NAMESPACES
17397
17398         * buffer.C (pop_tag): tie is in namespace boost
17399
17400         * BufferView.h: noncopyable is in namespace boost
17401         * lyxlex.h: ditto
17402         * lyx_main.h: ditto
17403         * lyx_gui.h: ditto
17404         * layout.h: ditto
17405         * lastfiles.h: ditto
17406         * bufferlist.h: ditto
17407         * ShareContainer.h: ditto
17408         * LyXView.h: ditto
17409         * LyXAction.h: ditto
17410         * LaTeX.h: ditto
17411
17412 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17413
17414         * Merging changes from BRANCH_MVC back into HEAD.
17415
17416         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17417
17418 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17419
17420         * BufferView_pimpl.C: change from intl.C
17421
17422         * combox.h:
17423         * combox.C:
17424         * Makefile.am: move combox.*
17425
17426         * form1.h:
17427         * form1.C:
17428         * lyx_gui.C:
17429         * intl.h:
17430         * intl.C: remove dialog (covered by prefs)
17431
17432 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17433
17434         * lyxfunc.C (Dispatch): removed redundant break statement.
17435
17436 2001-03-14  Juergen Vigna  <jug@sad.it>
17437
17438         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17439
17440 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17441
17442         * buffer.C: add hack to fix compability reading of minipages.
17443
17444 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17445
17446         * buffer.C (getLists): Cleanup.
17447
17448 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17449
17450         * lyxfont.C (update): don't honor toggleall on font size.
17451
17452 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17453
17454         * bmtable.c:
17455         * bmtable.h:
17456         * Makefile.am: moved to frontends/xforms/
17457
17458         * lyx_gui_misc.C:
17459         * lyxfunc.C:
17460         * BufferView_pimpl.C: changes for moved mathpanel
17461
17462 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17463
17464         * gettext.h: fix gettext_init() in --disable-nls
17465
17466 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17467
17468         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17469
17470 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17471
17472         * lyx.C:
17473         * lyx.h: strip external form
17474
17475 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17476
17477         * BufferView_pimpl.C: add comment, destroySplash()
17478
17479 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17480
17481         * BufferView_pimpl.C:
17482         * LyXAction.C:
17483         * buffer.C:
17484         * commandtags.h:
17485         * lyxfunc.C: use re-worked insetinclude
17486
17487 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17488
17489         * buffer.C: add using std::stringstream.
17490
17491         * lyx_cb.C: readd using std::ios.
17492
17493         * buffer.C: add using std::map.
17494
17495         * BufferView_pimpl.C: add using std::vector.
17496
17497         * ShareContainer.h: add std:: to swap.
17498
17499         * buffer.h: add some typedefs
17500         * buffer.C (getLists): use them
17501         (getLists): renamed from getTocList.
17502         add a counter for the different float types and use it in the
17503         generated string.
17504         (getLists): use the same counter for the NEW_INSETS and the "non"
17505         NEW_INSETS
17506
17507         * lyx_cb.h: remove unused items, includes, using etc.
17508
17509         * ShareContainer.h: remove some commented code, add more comments
17510         and "documentation".
17511
17512 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17513
17514         * buffer.C (getTocList): make the list also when NEW_INSETS is
17515         defined.
17516
17517         * buffer.h: remove TocType
17518
17519         * buffer.C (getTocList): change to return a map<string,
17520         vector<TocItem> >, implement for dynamic number of list.
17521
17522         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17523         * text2.C (PasteSelection): adjust
17524         * CutAndPaste.C (pasteSelection): adjust
17525
17526         * FloatList.C (FloatList): update from the new_insets branch.
17527         * Floating.[Ch]: ditto
17528         * LaTeXFeatures.C: ditto
17529         * buffer.C: ditto
17530         * lyxlex_pimpl.C: ditto
17531
17532         * paragraph.C (Last): remove when NEW_INSETS is defined.
17533
17534         * other file: changes because of the above.
17535
17536 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17537
17538         * lyxparagraph.h: rename next to next_, previous to previous_,
17539         make them private for NEW_INSETS. Rename Next() to next(),
17540         Previous() to previous().
17541
17542         * other files: changes because of the above.
17543
17544 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17545
17546         * BufferView.h:
17547         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17548         problem.
17549
17550 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17551
17552         * main.C (main): pass lyx_localedir to gettext_init().
17553
17554         * gettext.h: remove locale_init and gettext_init macros
17555
17556         * gettext.C (locale_init): new function
17557         (gettext_init): new function
17558
17559         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17560         setlocale().
17561
17562 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17563
17564         * Moved credits to frontends:
17565         * credits.[Ch]: removed
17566         * credits_form.[Ch]: removed
17567         * lyx_gui_misc.C: remove credits stuff
17568         * Makefile.am:
17569
17570 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17571
17572         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17573
17574         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17575         unneeded destructor.
17576
17577         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17578         a standalone pointer again.
17579
17580         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17581
17582 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17583
17584         * Makefile.am:
17585         * filedlg.h:
17586         * filedlg.C:
17587         * LyXAction.C:
17588         * ToolbarDefaults.C:
17589         * bufferlist.C:
17590         * commandtags.h:
17591         * form1.C:
17592         * form1.h:
17593         * lyx_cb.C:
17594         * lyx_cb.h:
17595         * lyxfunc.h:
17596         * lyxfunc.C:
17597         * BufferView_pimpl.C: use new file dialog in GUII
17598
17599         * lyx_cb.h:
17600         * lyx_cb.C: remove LayoutsCB to Toolbar
17601
17602 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17603
17604         * ShareContainer.h (get): add std:: qualifier
17605
17606 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17607
17608         * ShareContainer.h: define a proper ShareContainer::value_type
17609         type (and use typename to please compaq cxx)
17610
17611 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17612
17613         * lyxparagraph.h: move serveral local vars to
17614         ParameterStruct/ParagraphParameters., use ShareContainer in
17615         FontTable., make vars in FontTable private and add getter and
17616         setter.
17617
17618         * paragraph.C: changes because of the above.
17619
17620         * lyxfont.h: remove copy constructor and copy assignment. (the
17621         default ones is ok), move number inside FontBits. move inlines to
17622         lyxfont.C
17623
17624         * lyxfont.C: add number to initializaton of statics, move several
17625         inlines here. constify several local vars. some whitespace
17626         cleanup. Dont hide outerscope variables.
17627
17628         * Spacing.h: add two new constructors to match the set methods.
17629
17630         * ShareContainer.h: new file, will perhaps be moved to support
17631
17632         * ParameterStruct.h: new file
17633
17634         * ParagraphParameters.h: new file
17635
17636         * ParagraphParameters.C: new file
17637
17638         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17639         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17640
17641         * BufferView_pimpl.C: ParagraphParameter changes.
17642         * buffer.C: Likewise.
17643         * bufferview_funcs.C: Likewise.
17644         * text.C: Likewise.
17645         * text2.C: Likewise.
17646
17647 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17648
17649         * lyxfind.C (LyXReplace): do not redefine default argument in
17650         implementation.
17651         (IsStringInText): ditto
17652         (SearchForward): ditto
17653         (SearchBackward): ditto
17654
17655 2001-03-06  Juergen Vigna  <jug@sad.it>
17656
17657         * lyxfind.C (IsStringInText): put parentes around expressions.
17658
17659 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17660
17661         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17662
17663 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17664
17665         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17666
17667         * stl_string_fwd.h: add comment
17668
17669         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17670
17671         * tabular.h:
17672         * tabular.C: remove unused DocBook methods
17673
17674         * intl.C:
17675         * language.C:
17676         * paragraph.C:
17677         * buffer.C:
17678         killed DO_USE_DEFAULT_LANGUAGE
17679
17680 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17681
17682         * lyx_gui.C: do not include language.h.
17683
17684         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17685         arguments in function implementation.
17686
17687 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17688
17689         * BufferView_pimpl.C: add <ctime>
17690
17691 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17692
17693         * BufferView_pimpl.C: add using std::find_if
17694
17695 2001-02-27  José Matos  <jamatos@fep.up.pt>
17696
17697         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17698         by OnlyPath.
17699
17700 2001-02-11  José Matos  <jamatos@fep.up.pt>
17701
17702         * buffer.C (makeDocBookFile): command styles now have a parameter as
17703         "title" by default.
17704
17705 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17706
17707         * layout_forms.[Ch]: removed
17708         * lyx_cb.[Ch]: out character
17709         * lyx_gui.C: out character
17710         * lyx_gui_misc.C: out character
17711         * bufferview_funcs.C: : out character,
17712         added toggleall as parameter in ToggleAndShow
17713
17714 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17715
17716         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17717
17718         * text2.C (SetCurrentFont): Disable number property at boundary.
17719
17720 2001-02-26  Juergen Vigna  <jug@sad.it>
17721
17722         * lyxfunc.C (getStatus): added a string argument override function so
17723         that this is correctly called from LyXFunc::Dispatch if it contains a
17724         do_not_use_argument which is used!
17725         (Dispatch): added check for "custom" export and call appropriate func.
17726
17727 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17728
17729         * lyxrc.C: Add language_command_local, language_use_babel and
17730         language_global_options.
17731
17732         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17733
17734         * buffer.C (makeLaTeXFile): Use language_use_babel and
17735         language_global_options.
17736
17737 2001-02-23  Juergen Vigna  <jug@sad.it>
17738
17739         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17740         which works with LyXText and putted it inside BufferView. Here now we
17741         only call for that part the BufferView::Dispatch() function.
17742
17743         * BufferView.C (Dispatch): added.
17744
17745         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17746         functions which needs to use a LyXText over from LyXFunc.
17747         (MenuInsertLyXFile): added
17748         (getInsetByCode): added
17749         (moveCursorUpdate): added
17750         (static TEXT): added
17751
17752 2001-02-22  Juergen Vigna  <jug@sad.it>
17753
17754         * BufferView_pimpl.C (update): call a status update to see if LyXText
17755         needs it.
17756
17757 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17758
17759         * vc-backend.C (revert): implement for CVS
17760         (getLog): implement for CVS
17761
17762 2001-02-20  Juergen Vigna  <jug@sad.it>
17763
17764         * text2.C (ClearSelection): added BufferView param for inset_owner call
17765
17766         * lyxfunc.C (TEXT): added this function and use it instead of
17767         directly owner->view()-text of getLyXText().
17768
17769 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17770
17771         * src/layout_forms.C: out preamble
17772         * src/layout_forms.h: out preamble
17773         * src/lyx_cb.C: out preamble
17774         * src/lyx_cb.h: out preamble
17775         * src/lyx_gui.C: out preamble
17776         * src/lyx_gui_misc.C: out preamble
17777         * src/lyxfunc.C: connect with guii preamble
17778
17779 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17780
17781         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17782
17783 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17784
17785         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17786         whether to run bibtex.
17787
17788 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17789
17790         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17791
17792 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17793
17794         * Makefile.am (lyx_SOURCES): removed bibforms.h
17795
17796         * vspace.h: doxygen
17797
17798         * text.C (GetVisibleRow): make several local vars const
17799
17800         * tabular.C: small cleanup.
17801
17802         * lyxserver.C (callback): use compare instead of strncmp
17803
17804         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17805         inlines to after class or to paragraph.C
17806
17807         * lyxfont.h: remove friend operator!=
17808
17809         * converter.h: move friend bool operator< to non friend and after
17810         class def.
17811
17812         * combox.h: small cleanup
17813
17814         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17815         to inlines after class def.
17816
17817         * buffer.C (pop_tag): use string operations instead of strcmp
17818
17819         * bmtable.c: doxygen, small cleanup
17820
17821         * LaTeX.h: remove friend operator==
17822
17823 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17824
17825         * screen.C:
17826         * lyxrc.[Ch]:
17827         * lyxfunc.C:
17828         * lyxfont.[Ch]:
17829         * lyx_cb.C:
17830         * intl.[Ch]:
17831         * commandtags.h:
17832         * buffer.C:
17833         * WorkArea.[Ch]:
17834         * LyXAction.C:
17835         * BufferView_pimpl.C:
17836         * BufferView.[Ch]: remove cruft
17837
17838 2001-02-14  Juergen Vigna  <jug@sad.it>
17839
17840         * lyxfunc.C: removed #if 0 unused code
17841
17842         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17843
17844         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17845
17846         * text2.C (SetSelection): added a BufferView * parameter
17847
17848 2001-02-13  Juergen Vigna  <jug@sad.it>
17849
17850         * lyxfunc.C (Dispatch): fixed protected blank problem.
17851         * BufferView2.C (protectedBlank): added LyxText * parameter.
17852
17853         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17854         (AppendColumn): same as above for column_info.
17855
17856         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17857         (moveCursorUpdate): use a LyXText param for support of InsetText.
17858
17859         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17860         (tripleClick): ditto
17861
17862         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17863
17864         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17865
17866         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17867
17868         * text2.C (SetSelection): set correct update status if inset_owner
17869         (ToggleFree): ditto
17870
17871 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17872
17873         * tabular.C: remove some commented code.
17874
17875 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17876
17877         * BufferView_pimpl.C: call hideSplash()
17878
17879         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17880
17881         * include_form.h:
17882         * bibforms.h: remove
17883
17884         * lyxfunc.C:
17885         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17886           add LFUN_CHILD_CREATE
17887
17888         * counters.h: fix tiny typo
17889
17890         * lyx_cb.C:
17891         * lyx.h:
17892         * lyx_gui.C:
17893         * lyx.C: move splash to frontends/xforms/
17894
17895         * lyx_gui_misc.C: move Include and Bibform to frontends
17896
17897         * lyxvc.h: clarify comment
17898
17899         * vspace.C: tiny housekeeping
17900
17901 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17902
17903         * text.C (PrepareToPrint): RTL Fix.
17904
17905         * paragraph.C (GetUChar): New method.
17906         (String):  Use GetUChar.
17907
17908         * buffer.C (asciiParagraph): Use GetUChar.
17909
17910 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17911
17912         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17913
17914 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17915
17916         * buffer.h:
17917         * buffer.C: rename to getLogName(), handle
17918           build log / latex log nicely
17919
17920 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17921
17922         * MenuBackend.C:
17923         * MenuBackend.h: remove support for reference menuitem type.
17924
17925 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17926
17927         * BufferView_pimpl.C: housekeeping
17928         * BufferView_pimpl.h:
17929         * LyXView.h:
17930         * Makefile.am:
17931         * Timeout.C:
17932         * Timeout.h:
17933         * minibuffer.h: move Timeout GUI-I
17934
17935 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17936
17937         * lyxrc.C (read): Update converters data-structures.
17938
17939 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17940
17941         * LaTeX.h (operator!=): add operator != for Aux_Info
17942
17943 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17944
17945         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17946
17947         * LaTeXLog.C: deleted, useful code moved to Buffer
17948
17949         * buffer.h:
17950         * buffer.C: new function getLatexLogName()
17951
17952         * lyx_gui_misc.C:
17953         * lyx_gui.C:
17954         * lyxvc.C:
17955         * lyxvc.h:
17956         * lyxfunc.C: use frontends for LaTeX and VC logs
17957
17958 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17959
17960         * LaTeX.h: yet another std:: that Allan forgot.
17961
17962         * Variables.C (set): renamed from isset(), because this clashes
17963         with some HP-UX macros (grr).
17964
17965 2001-02-06  Allan Rae  <rae@lyx.org>
17966
17967         * LaTeX.h: Another bug fix.  Missing std:: this time.
17968
17969 2001-02-04  Allan Rae  <rae@lyx.org>
17970
17971         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17972         floats problem. I've left it commented out because it's not quite
17973         correct.  It should also test that the current object is a table or
17974         figure inset.  But I haven't gotten around to figuring out how to do
17975         that.  I *think* it'll be something like: "table" == inset.type()
17976
17977         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17978         bool.
17979
17980 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17981
17982         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17983         all the citation/databases/styles in the auxilary file.
17984         (run): Rerun latex if there was a babel language error.
17985
17986 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17987
17988         * text.C (Backspace): Preserve the font when changing newline char
17989         with a space.
17990         (BreakParagraph): If the cursor is before a space, delete the space.
17991
17992         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17993
17994 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17995
17996         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17997         new argument (code).
17998         (ChangeCitationsIfUnique): New method.
17999
18000         * paragraph.C (GetPositionOfInset): Handle bibkey.
18001
18002 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18003
18004         * BufferView_pimpl.h: change type of Position::par_pos to
18005         LyXParagraph::size_type.
18006
18007 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
18008
18009         * BufferView_pimpl.C (savePosition, restorePosition): Write
18010         messages to minibuffer.
18011
18012 2001-01-28  José Matos  <jamatos@fep.up.pt>
18013
18014         * buffer.C (makeDocBookFile): adds support for document language.
18015         A silly restriction on the name of LatexCommand types where removed.
18016         Added support for CDATA sections, allows to chars unescaped, used
18017         among others in code, to avoid escape < and >.
18018
18019 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18020
18021         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18022         saved positions instrad of a stack. Furthermore, a position is
18023         stored using paragraph id/paragraph position.
18024
18025         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18026         Remove LFUN_REF_BACK.
18027
18028 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
18029
18030         * converter.C (dvipdfm_options): New method.
18031
18032 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
18033
18034         * vspace.C (isValidLength): Fix for empty input string.
18035
18036 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18037
18038         * LyXAction.C (init): change description of LFUN_FIGURE to
18039         "Insert Graphics"
18040
18041 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18042
18043         * LaTeX.C: add using directive
18044
18045 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18046
18047         * MenuBackend.C (expand): Fix the sorting of the formats.
18048
18049 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
18050
18051         * lyx_main.C: tiny error message fix
18052
18053 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18054
18055         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18056         calling fl_initialize(). This fixes the problem with ',' as
18057         decimal separator in text files.
18058
18059 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
18060
18061         * trans.C (process): Fix the keymap bug.
18062
18063 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
18064
18065         * LaTeX.C (scanAuxFiles): New method. Provides support for
18066         multiple bibliographies (when using the bibtopic/bibunits pacakges).
18067         (scanLogFile) Scan for "run BibTeX" messages.
18068
18069         * buffer.C (makeLaTeXFile): Do not load the ae package when using
18070         OT1 font encoding. Also, load the aecompl package if the ae
18071         package is loaded.
18072
18073         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18074
18075 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18076
18077         * texrow.C (increasePos): turn two error messages into debug
18078         messages.
18079
18080 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
18081
18082         * LaTeX.C (scanAux): Handle the \@input macro.
18083         (runBibTeX): Use scanAux().
18084
18085         * language.C (latex_options_): New field.
18086
18087         * LaTeXFeatures.C (getMacros): Add language macros.
18088
18089         * buffer.C (makeLaTeXFile): Small fix.
18090
18091 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18092
18093         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18094
18095         * text2.C: add a using directive.
18096
18097 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18098
18099         * BufferView2.C:
18100         * lyx_gui_misc.h:
18101         * lyxfr1.C:
18102         * lyxfunc.C: kill LyXBell.
18103
18104 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18105
18106         * text.C (IsBoundary): Remove the error message
18107
18108         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18109
18110         * lyxrc.C (setDefaults): Correct initialization value for
18111         font_norm_type.
18112
18113 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18114
18115         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18116         gotoError().
18117
18118         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18119         and GotoNextNote().
18120
18121         * src/LyXAction.C: Added reference-next.
18122
18123         * text.C (InsertChar): Use contains instead of strchr.
18124
18125         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18126
18127 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18128
18129         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18130         alignment commands (when needed).
18131
18132         * text.C (InsertChar): Add ':' to number separator chars.