]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
52fb677a220cfda158a40881f3bc966498972daa
[lyx.git] / src / ChangeLog
1 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * paragraph.C (startTeXParParams): correct column count
4         * CutAndPaste.C (pasteSelection): remove const_cast
5         * output_docbook.C (docbookParagraphs): remove const_cast
6         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
7         const_cast and return ParagraphList::const_iterator
8         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
9         * output_plaintext.C (writeFileAscii): remove const_cast
10         * paragraph.[Ch] (simpleTeXOnePar): make const
11         * paragraph_funcs.C (outerPar): use const iterators
12         * paragraph_pimpl.C (validate): use const iterators
13         * text.C (setHeightOfRow): use const iterators
14
15 2004-05-17  Angus Leeming  <leeming@lyx.org>
16
17         * lfuns.h:
18         * LyXAction.C (init): new LFUN_INSET_REFRESH.
19
20         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
21         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
22         if the citation engine has changed.
23
24 2004-05-14  José Matos  <jamatos@lyx.org>
25
26         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
27         if the textclass does not provide it. Have it different for sgml and
28         xml.
29         support the language of document.
30         * output_docbook.C (docbookParagraphs):
31         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
32         first anchor as the id of the paragraph, remove special case code.
33         * sgml.C (escapeChar): escape only < & >.
34
35 2004-05-14  Angus Leeming  <leeming@lyx.org>
36
37         * bufferparams.h: move biblio::CiteEngine enum here to minimize
38         dependencies on src/frontends/controllers/biblio.h. Define a
39         CiteEngine_enum wrapper class to enable the enum to be forward
40         declared.
41
42 2004-05-12  Angus Leeming  <leeming@lyx.org>
43
44         * buffer.C: up LYX_FORMAT to 234.
45         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
46         use_numerical_citations with a single biblio::CiteEngine cite_engine
47         variable.
48         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
49
50 2004-05-13  José Matos  <jamatos@lyx.org>
51
52         * converter.h:
53         * converter.C (Converter, readFlags): add xml member.
54         * outputparams.h: add XML flavor.
55         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
56
57 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
58
59         * lyxfunc.C (dispatch): 
60         (getStatus): fix handling of LFUN_SEQUENCE
61
62 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
63
64         * debug.C (showLevel): do not forget the end-of-line marker
65
66 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
67
68         * kbmap.C (read): do not stop parsing a bind file when an error
69         occurs (bug 1575)
70
71 2004-04-29  Angus Leeming  <leeming@lyx.org>
72
73         * cursor.C:
74         * factory.C:
75         * pariterator.C:
76         * text2.C: wrap a bunch of #warning statements
77         inside #ifdef WITH_WARNINGS blocks.
78
79 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
80
81         * buffer.C: increment format to 233.
82
83 2004-04-28  Angus Leeming  <leeming@lyx.org>
84
85         * BufferView_pimpl.C:
86         * lyxfunc.C:
87         * text3.C:
88         s/updateToolbar()/updateToolbars()/
89         s/Toolbar.h/Toolbars.h/
90
91 2004-04-28  Angus Leeming  <leeming@lyx.org>
92
93         * BufferView.[Ch] (c-tor):
94         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
95         No longer passes these data to the WorkArea generator.
96
97 2004-04-28  Angus Leeming  <leeming@lyx.org>
98
99         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
100
101 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
102
103         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
104
105 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
106
107         * output_latex.C (TeXEnvironment): make sure that there is a line
108         break before \end{foo} for the last paragraph of a document
109         (TeXOnePar): if the paragraph is at the end of the document (or
110         inset) and the language has to be reset, then make sure that the
111         line break is _before_ the language command, not after (fixes bug
112         1225); also make sure that the language reset command is the first
113         thing after the paragraph (to ensure proper nesting of
114         environments and thus fix bug 1404)
115
116 2004-04-21  John Levon  <levon@movementarian.org>
117
118         * ToolbarBackend.h:
119         * ToolbarBackend.C: make "name" be a programmatic name
120         and a gui_name field.
121
122         * lyxfunc.C: display the minibuffer on M-x
123
124 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
125
126         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
127         (bug 1526)
128
129 2004-04-19  Angus Leeming  <leeming@lyx.org>
130
131         * BufferView_pimpl.C (setBuffer): changed preview interface.
132
133         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
134         possible values.
135
136 2004-04-19  John Levon  <levon@movementarian.org>
137
138         * BufferView_pimpl.C:
139         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
140
141 2004-04-05  Angus Leeming  <leeming@lyx.org>
142
143         * text.C (redoParagraphs): add call to updateCounters(), thereby
144         fixing the missing "Figure #:" label from the caption of a
145         figure float.
146
147 2004-04-13  Angus Leeming  <leeming@lyx.org>
148
149         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
150         cursor is clicked out of an inset.
151
152 2004-04-13  Angus Leeming  <leeming@lyx.org>
153
154         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
155         than an InsetOld one.
156
157 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
158
159         * format.[Ch]: add editor to Format
160         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
161         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
162
163 2004-04-08  André Pönitz  <poenitz@gmx.net>
164
165         * metricsinfo.h: remove PainterInfo::width member
166
167 2004-04-08  Angus Leeming  <leeming@lyx.org>
168
169         * lyx_sty.C (boldsymbol_def): modify so that it outputs
170         "\providecommand" rather than "\newcommand", thereby preventing
171         clashes with packages that define "\boldsymbol" themselves.
172         Eg, beamer.
173
174 2004-04-08  Angus Leeming  <leeming@lyx.org>
175
176         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
177         thereby squashing an unnecessary warning.
178
179 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
180
181         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
182         setBuffer()
183
184 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
185
186         * BufferView.C (setCursor): call redoParagraph (some insets could
187         have been opened)
188         (putSelectionAt): remove the 'double update' trick
189
190         * BufferView_pimpl.C (fitCursor): call refreshPar
191         (workAreaDispatch): remove an uneeded update call
192         (dispatch): remove some manual update calls
193
194         * cursor.[Ch]: remove cached_y_, updatePos
195         (selHandle): set noUpdate when appropriate
196
197         * lyxfunc.C (dispatch): track if we need an update
198
199         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
200
201         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
202         (paintSelection): cheap optimization, do not call cursorX when not
203         needed
204         (paintPars): change signature
205         (refreshPar): add
206         (paintText): adjust
207         (paintTextInset): adjust
208
209         * text.C: adjust
210
211 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
212
213         * lengthcommon.C: compilation fix: remove explicit array size from
214         unit_name[] and friends
215
216 2004-04-05  Angus Leeming  <leeming@lyx.org>
217
218         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
219
220         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
221         present only for the preferences dialog.
222         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
223
224 2004-04-05  Angus Leeming  <leeming@lyx.org>
225
226         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
227         to enable the frontends to export changes to lyxrc correctly.
228
229         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
230
231 2004-04-07  André Pönitz  <poenitz@gmx.net>
232
233         * cursor.[Ch] (selClear, adjust): remove math
234
235         * cursor_slice.C: more agressive assert
236
237         * lyxfunc.C:
238         * BufferView_pimpl.C: rework mouse event dispatch
239
240         * dociterator.C:
241         * paragraph.C:
242         * text2.C:
243         * text3.C: adjust
244
245 2004-04-05  André Pönitz  <poenitz@gmx.net>
246
247         * cursor.[Ch] (valign, halign...): remove unneeded functions
248
249 2004-04-05  Angus Leeming  <leeming@lyx.org>
250
251         * lyxlength.[Ch] (unit_name et al.): const-correct.
252
253 2004-04-05  Angus Leeming  <leeming@lyx.org>
254
255         * BufferView_pimpl.C:
256         * buffer.C:
257         * counters.C:
258         * cursor.C:
259         * lyxfunc.C
260         * paragraph.C:
261         * pariterator.C:
262         * text.C:
263         * text2.C:
264         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
265
266 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
267
268         * text3.C (getStatus): add LFUN_BEGINNINGBUF
269
270 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
271
272         * lyxfind.C: add a couple of inTexted() tests + other small fixes
273         * BufferView_pimpl.[Ch] (getStatus)
274         * BufferView.[Ch] (getStatus): add
275         * lyxfunc.C (getStatus): move lfuns handled in
276         BufferView::dispatch to te function above
277         * Cursor.C (setSelection): set selection() = true
278
279 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
280
281         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
282
283 2004-03-31  Angus Leeming  <leeming@lyx.org>
284
285         * lyxfunc.C (dispatch): Fall through to the generic
286         Dialogs::show("preamble").
287
288 2004-03-31  Angus Leeming  <leeming@lyx.org>
289
290         * lyxfunc.C (dispatch): Fall through to the generic
291         Dialogs::show("spellchecker").
292
293 2004-03-31  Angus Leeming  <leeming@lyx.org>
294
295         * lyxfunc.C (getStatus, dispatch): changed invocation of the
296         preferences dialog.
297
298 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
299
300         * BufferView.C
301         * cursor.[Ch]
302         * dociterator.[Ch]:
303         * insetiterator.[Ch]:
304         * lyxfind.C:
305         * lyxfunc.C:
306         * pariterator.[Ch]:
307         * text2.C:
308         * undo.[Ch]: s/DocumentIterator/DocIterator/g
309
310 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
311
312         * BufferView.C (setCursor, putSelectionAt): call edit to open the
313         insets where we are putting the cursor.
314
315 2004-03-31  Angus Leeming  <leeming@lyx.org>
316
317         * lfuns.h:
318         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
319
320         * lyxrc.[Ch] (read, write): overloaded member functions taking
321         a std::[io]stream arguments.
322
323         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
324
325 2004-03-31  Angus Leeming  <leeming@lyx.org>
326
327         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
328         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
329
330         * lyxtextclass.C (load): if the text class couldn't be loaded, then
331         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
332
333 2004-03-31  Angus Leeming  <leeming@lyx.org>
334
335         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
336         the LFUN_ALL_INSETS_TOGGLE code.
337
338 2004-03-30  Angus Leeming  <leeming@lyx.org>
339
340         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
341         has died. Fall through to the generic Dialogs::show("document").
342
343 2004-03-30  Angus Leeming  <leeming@lyx.org>
344
345         * lfuns.h:
346         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
347         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
348
349         * lyxfunc.C (getStatus, dispatch): define the actions for these
350         lfuns. Little more than a cut and pste job from ControlDocument.C
351
352         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
353
354 2004-03-30  Angus Leeming  <leeming@lyx.org>
355
356         * lfuns.h:
357         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
358         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
359
360         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
361         open/closed state of ollapsable insets. Usage:
362
363         all-inset-toggle <state> <name>, where
364         <state> == "open" || "closed" || "toggle" and
365         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
366
367         * lyxtext.h, text2.C (toggleInset): removed.
368
369         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
370         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
371         now passes LFUN_INSET_TOGGLE to the found inset.
372
373         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
374         is now invoked as "all-insets-toggle toggle branch".
375
376 2004-03-30  Angus Leeming  <leeming@lyx.org>
377
378         * dociterator.C:
379         * insetiterator.C:
380         * pariterator.[Ch]: added/corrected header blurb.
381
382 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
383
384         * dociterator.[Ch]: add an inset_ member
385         (backwardPos): implemented
386         (backwardPos, forwardPos): use inset_ when the stack is empty.
387         (doc_iterator_begin, doc_iterator_end): implemented
388         * pariterator.[Ch]: adjust, add begin, end
389         * insetiterator.[Ch]: adjust, add begin, end
390         * cursor.C:
391         * document.C:
392         * BufferView.C:
393         * BufferView_pimpl.C:
394         * CutAndPaste.C: adjust
395
396 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
397
398         * buffer.C: increment file format to 232.
399         * LaTeXFeatures.C: add bibtopic package.
400         * bufferparams.[Ch]: param \use_bibtopic.
401
402         * lyxrc.[Ch]: add lyxrc bibtex_command
403         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
404
405         * buffer.C: increment file format to 231.
406
407 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
408
409         * dociterator.C: implement forwardPar
410         * iterators.[Ch]: remove, replaced by
411         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
412         * BufferView.C:
413         * BufferView_pimpl.C:
414         * CutAndPaste.C:
415         * buffer.C:
416         * bufferview_funcs.C:
417         * cursor.C:
418         * lyxfind.C
419         * lyxfunc.C
420         * paragraph_funcs.C
421         * toc.C:
422         * Makefile.am: adjust
423
424 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
425
426         * CutAndPaste.C (pasteSelection): fix 2 crashes
427         (eraseSelection): fix a crash
428         * paragraph_funcs.C: remove a warning
429
430 2004-03-28  Angus Leeming  <leeming@lyx.org>
431
432         * lfuns.h:
433         * LyXAction.C (init): new LFUN_PRINT.
434
435         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
436
437 2004-03-27  Angus Leeming  <leeming@lyx.org>
438
439         * lfuns.h:
440         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
441
442         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
443
444 2004-03-27  Angus Leeming  <leeming@lyx.org>
445
446         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
447         insetlist always contains non-null pointers to insets.
448
449 2004-03-26  Angus Leeming  <leeming@lyx.org>
450
451         * src/BufferView_pimpl.C:
452         * src/CutAndPaste.C:
453         * src/buffer.C:
454         * src/iterators.C:
455         * src/output_plaintext.C:
456         * src/outputparams.h:
457         * src/paragraph_funcs.C:
458         * src/rowpainter.C:
459         * src/text.C:
460         * src/text2.C:
461         * src/frontends/controllers/ControlErrorList.C:
462         * src/frontends/gtk/FileDialogPrivate.C:
463         * src/frontends/gtk/GPainter.C:
464         * src/frontends/gtk/GToolbar.C:
465         * src/frontends/qt2/QRef.C:
466         * src/mathed/math_scriptinset.C: squash compiler warnings.
467
468 2004-03-26  Angus Leeming  <leeming@lyx.org>
469
470         * ispell.C (LaunchIspell::start):
471         * lyx_cb.C (AutoSaveBuffer::start):
472         invoke run(DontWait) rather than runNonBlocking().
473
474 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
475
476         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
477
478 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
479
480         * kbsequence.C (print): adjust
481
482         * kbmap.C (printKeySym): rename and change signature
483         (printKey): use LyXKeySym::print()
484
485 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
486
487         * undo.C: add using std::advance to compile for stlport
488
489 2004-03-24  Angus Leeming  <leeming@lyx.org>
490
491         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
492         it leads to a crash when no buffer is present.
493
494 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
495             Martin Vermeer  <martin.vermeer@hut.fi>
496
497         * lyxfunc.C (dispatch):
498         * bufferparams.C (readToken): use the new LColor::setColor
499
500         * LColor.[Ch] (setColor): new version that takes two strings as
501         argument and creates a new color entry if necessary
502
503 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
504
505         * buffer.C (makeLaTeXFile): if the main latex file that is
506         processed is usually a subdocument of some master, then pretend
507         for a while that it is actually the master
508
509 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
510
511         * buffer.C (getLabelList):
512         (getBibkeyList): use getMasterBuffer()
513         (getMasterBuffer): new method. Returns the main document in the
514         case where one is using included documents.
515
516 2004-03-25  André Pönitz  <poenitz@gmx.net>
517
518         * Makefile.am:
519         * iterators.[Ch]:
520         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
521
522         * ParagraphList_fwd.h: change ParagraphList to a std::vector
523
524         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
525         text*.C over here. Rename namespace CutAndPaste to lyx::cap
526
527         * ParameterStruct.h: merge with ParagraphParameters
528
529         * lyxtext.h: remove LyXText::parOffset() and getPar()
530
531         * text3.C: Remove all 'manual' update calls. We do now one per user
532         interaction which is completely sufficient.
533
534         * Bidi.C:
535         * BufferView.[Ch]:
536         * BufferView_pimpl.C:
537         * FontIterator.[Ch]:
538         * MenuBackend.C:
539         * ParagraphParameters.[Ch]:
540         * buffer.C:
541         * buffer.h:
542         * bufferlist.C:
543         * cursor.[Ch]:
544         * cursor_slice.[Ch]:
545         * dociterator.[Ch]:
546         * errorlist.[Ch]:
547         * factory.C:
548         * lfuns.h:
549         * lyxfind.C:
550         * lyxfunc.C:
551         * output_docbook.[Ch]:
552         * output_latex.[Ch]:
553         * output_linuxdoc.[Ch]:
554         * output_plaintext.[Ch]:
555         * paragraph.[Ch]:
556         * paragraph_funcs.[Ch]:
557         * paragraph_pimpl.[Ch]:
558         * rowpainter.C:
559         * tabular.[Ch]:
560         * text.C:
561         * text2.C:
562         * toc.C:
563         * undo.[Ch]: adjust
564
565         * frontends/controllers/ControlDocument.C:
566         * frontends/controllers/ControlErrorList.C:
567         * frontends/controllers/ControlSpellchecker.C:
568         * insets/inset.C:
569         * insets/inset.h:
570         * insets/insetbase.h:
571         * insets/insetbibitem.C:
572         * insets/insetbox.C:
573         * insets/insetbranch.C:
574         * insets/insetcaption.C:
575         * insets/insetcharstyle.C:
576         * insets/insetcharstyle.h:
577         * insets/insetcollapsable.C:
578         * insets/insetcollapsable.h:
579         * insets/insetert.C:
580         * insets/insetfloat.C:
581         * insets/insetfoot.C:
582         * insets/insetmarginal.C:
583         * insets/insetnote.C:
584         * insets/insetoptarg.C:
585         * insets/insettabular.C:
586         * insets/insettext.C:
587         * insets/insettext.h:
588         * insets/insetwrap.C:
589         * mathed/math_mboxinset.C:
590         * mathed/math_nestinset.C:
591         * mathed/math_scriptinset.C:
592         * mathed/math_scriptinset.h:
593         * support/types.h:
594
595 2004-03-24  Angus Leeming  <leeming@lyx.org>
596
597         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
598         deal with any child processes that have finished but are waiting to
599         communicate this fact to the rest of LyX.
600
601 2004-03-24  Angus Leeming  <leeming@lyx.org>
602
603         64-bit compile fixes.
604
605         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
606         (c-tor): pass lyx::pos_types rather than ints.
607
608         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
609         lyx::pos_type.
610
611         * text.C (Delete): compile fix.
612         (getPar): ensure that function declaration is the same as that in
613         the header file.
614
615 2004-03-23  Angus Leeming  <leeming@lyx.org>
616
617         * ispell.C (LaunchIspell):
618         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
619         a boost::shred_ptr rather than a std::auto_ptr.
620
621 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
622
623         * lyxfunc.C (getStatus): handle read-only buffers correctly;
624         handle LFUN_FILE_INSERT_*
625
626         * lyxrc.C (setDefaults, getDescription, output, read):
627         * lyxrc.h: remove ps_command
628
629 2004-03-22  Angus Leeming  <leeming@lyx.org>
630
631         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
632         Ensure that error_handler is processed once only and that all data
633         is saved before attempting to output any warning messages.
634
635         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
636
637 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
638
639         * tabular.C (TeXRow): crash fix (from Kayvan and André)
640
641 2004-03-19  André Pönitz  <poenitz@gmx.net>
642
643         * cursor.[Ch] (reset): take main text inset as argument
644
645         * BufferView: adjust
646         * BufferView_pimpl.C: adjust
647
648         * paragraph.[Ch]: fix completely broken operator=()
649
650 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
651
652         * LColor.C (getFromLyXName): make sure that the color name is used
653         as lowercase.
654
655 2004-03-17  Angus Leeming  <leeming@lyx.org>
656
657         * lfuns.h:
658         * LyXAction.C (init): remove LFUN_FORKS_KILL.
659
660         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
661         dialog and to kill a forked process.
662
663 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
664
665         * text2.C (setCursorFromCoordinates): fix font problem
666
667 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
668
669         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
670         bogus "rebuild cursor" code
671
672 2004-03-11  André Pönitz  <poenitz@gmx.net>
673
674         * buffer.[Ch]: use InsetText instead of LyXText as container for
675         the main lyx text.
676
677         * dociterator.[Ch]: drop the BufferView * member which is not needed
678         anymore after the change to buffer.C
679
680         * paragraph_funcs.C:
681         * text.C:
682         * text2.C:
683         * BufferView.[Ch]:
684         * BufferView_pimpl.[Ch]:
685         * cursor.[Ch]:
686         * cursor_slice.[Ch]: adjust
687
688         * text3.C: fix bug in mathDispatch
689
690 2004-03-08  André Pönitz  <poenitz@gmx.net>
691
692         * undo.[Ch]: use 'StableDocumentIterator' as base for
693         the Undo struct.
694
695 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
696
697         * LaTeXFeatures.C:
698         * bufferparams.[Ch]: add jurabib support and param.
699
700         * LaTeX.C: add FIXME/comment.
701
702 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
703
704         * buffer.C: increment file format to 230.
705
706 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
707
708         * cursor.C (dispatch): avoid infinite loops
709
710 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
711
712         * rowpainter.C (paintSelection): fix x coordinates
713
714 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
715
716         * text.C (rowBreakPoint): fix breaking before displayed insets
717
718 2004-03-01  André Pönitz  <poenitz@gmx.net>
719
720         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
721
722         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
723
724         * Makefile.am:
725         * BufferView.C:
726         * BufferView_pimpl.C:
727         * buffer.C:
728         * lyxfind.C:
729         * lyxfunc.C:
730         * text.C:
731         * text2.C:
732         * text3.C: adjust
733
734 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
735
736         * lyxtext.h:
737         * text.C:
738         * text2.C:
739         * rowpainter.C:
740         * BufferView_pimpl.C: rename textwidth -> maxwidth,
741         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
742
743 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
744
745         * Bidi.[Ch] (computeTables): const correctness
746         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
747         fill_hfill, fill_label_hfill and x from Row
748         * lyxtext.h: prepareToPrint returns a RowMetrics
749         * rowPainter.C: adjust
750         * text.C (prepareToPrint): use width, not textWidth. adjust
751         (redoParagraphInternal, cursorX): adjust
752         * text2.C (getColumnNearX): adjust
753         (init): put a default value to the top LyXText::width
754
755 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
756
757         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
758
759 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
760
761         * lyxtext.h: add FontIterator class
762
763         * text.C (FontIterator, operator*, operator->, operator++): add
764         (rowBreakPoint, setRowWidth): adjust (fixing a
765         rebreaking bug)
766
767 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
768
769         * BufferView_pimpl.C (workAreaDispatch): allow also
770         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
771
772 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
773
774         * text.C (rowBreakPoint): fix a bug showing with very large insets
775
776 2004-02-25  André Pönitz  <poenitz@gmx.net>
777
778         * text3.C:
779         * cursor.[Ch]: move some mathed specific code to mathed
780
781 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
782
783         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
784         use_tempdir in preferences
785         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
786         tempfile creation
787         * lyx_main.C: ensure that tempdir is valid
788         * lyxlex.h: correct typo
789         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
790         * paragraph.[Ch] (isMultiLingual): make const
791         * cursor.[Ch] (openable): make const
792
793 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
794
795         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
796
797 2004-02-20  André Pönitz  <poenitz@gmx.net>
798
799         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
800
801         * cursor.[Ch]: prepare for localized getStatus()
802
803         * lyxtext.h:
804         * tabular.C:
805         * text.C:
806         * text2.C:
807         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
808
809 2004-02-20  André Pönitz  <poenitz@gmx.net>
810
811         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
812
813 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
814
815         * text2.C (setCursorFromCoordinates): switch to absolute coords
816         (cursorUp): adjust
817         (cursorDown): adjust
818         * text3.C (dispatch): adjust
819
820 2004-02-16  André Pönitz  <poenitz@gmx.net>
821
822         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
823           insets/ChangeLog)
824
825         * cursor_slice.[Ch]: remove unneeded acessor function
826
827         * lyxtext.h: rename rtl() to isRTL()
828
829         * rowpainter.C:
830         * tabular.C:
831         * text.C:
832         * text2.C:
833         * text3.C: adjust
834
835 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
836
837         * rowpainter.C (paintSelection): coord fix
838
839 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
840
841         * Spacing.C: compile fix
842
843 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
844
845         * cursor.C (dispatch): restore current_ before returning
846
847 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
848
849         * text2.C (cursorUp, cursorDown): fix coords
850         (moveUp): fix crash
851
852 2004-02-12  André Pönitz  <poenitz@gmx.net>
853
854         * lyxtext.h:
855         * text.C:
856         * text2.C:
857         * text3.C: add LCursor & parameter to most cursor movement functions
858           remove usage of LyXText::cursorRow() and cursorPar()
859
860         * cursor.[Ch]: add textRow() needed members
861
862         * BufferView.C:
863         * BufferView_pimpl.C:
864         * paragraph.[Ch]:
865         * BufferView.C:
866         * BufferView_pimpl.C: adjust
867
868 2004-02-11  André Pönitz  <poenitz@gmx.net>
869
870         * lyxfunc.C:
871         * BufferView.[Ch]:
872         * BufferView_pimpl.C: shift undo/redo handling
873
874         * cursor.[Ch]: fix mathed crash
875
876         * lyxfind.C:
877         * lyxtext.h: move selectionAsText to LCursor
878
879         * output_latex.C:
880         * paragraph.C:
881         * text.C:
882         * text2.C:
883         * text3.C: adjust
884
885         * rowpainter.C: fix excessive drawing
886
887 2004-02-06  André Pönitz  <poenitz@gmx.net>
888
889         * BufferView.[Ch]:
890         * BufferView_pimpl.[Ch]:
891         * text3.C: move some text specific LFUN handling
892
893 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
894
895         * text3.C (checkInsetHit): adjust coords
896         * text2.C (getColumnNearX): adjust coords
897         (edit): adjust coords
898         * text.C (getRowNearY): add two asserts
899
900 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
901
902         * converter.C:
903         * format.C: add using std::distance to compile on gcc 2.95/stlport
904
905 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
906
907         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
908
909 2004-02-04  André Pönitz  <poenitz@gmx.net>
910
911         * BufferView.[Ch] (insertInset):
912         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
913
914         * text2.C:
915         * text3.C: adjust
916
917 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
918
919         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
920         on the default clause of the switch
921         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
922         wasn't catched by LCursor::dispatch
923
924 2004-02-03  André Pönitz  <poenitz@gmx.net>
925
926         * BufferView.C:
927         * cursor.[Ch]: some additional asserts
928
929         * undo.[Ch]: remove LyXText dependency in interface
930
931         * lyxfunc.C: adjust
932
933         * lyxtext.h (firstPar, lastPar): remove dead functions
934
935         * text.C:
936         * text2.C:
937         * text3.C:
938         * paragraph.[Ch]: adjust
939
940 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
941
942         * lyxfind.C (find): fix argument order in call to ::find
943
944 2004-02-02  André Pönitz  <poenitz@gmx.net>
945
946         * cursor.[Ch]: remove direct access to anchor
947
948         * text.C: remove findText() hack
949
950 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
951
952         * iterators.[Ch] (lockPath): remove in favour of...
953         * BufferView.[Ch] (setCursor): this addition
954         * BufferView.C (putSelectionAt): adjust
955         * undo.C (performUndoOrRedo): adjust
956         * lyxfunc.C (dispatch): adjust
957
958 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
959
960         * iterators.C (lockPath): add a missing slice
961         * undo.C (performUndoOrRedo): remove redundant positioning code
962
963 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
964
965         * vc-backend.C (scanMaster): ";" -> ';'
966
967 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
968
969         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
970         std::binary_function
971
972         * lyxtextclass.C (compare_name): rename to...
973         (LayoutNamesEqual): ...this
974
975         * lyxlex_pimpl.C (compare_tags): inherit from
976         std::binary_function, put back into anon namespace
977
978         * lyxfind.C (MatchString): inherig from std::binary_function
979         (findChange): use empty() istead of !size()
980
981         * format.C (FormatNamesEqual): new functor
982         (getFormat): use it
983         (getNumber): use it
984         (add): use it
985         (erase): use it
986         (setViewer): use it
987
988         * converter.C (compare_Converter): rename to...
989         (ConverterEqual): ...this, and fixup a bit.
990         (getConverter): use it, and make function const
991         (getNumber): use it, and make function const
992         (add): use it
993         (erase): use it:
994
995         * bufferlist.C: add using boost::bind
996
997         * MenuBackend.C (MenuNamesEqual): new functor
998         (hasMenu): use it, and make function const
999         (hasSubmenu): use nested bind to get rid of compare_memfun.
1000
1001 2004-01-30  André Pönitz  <poenitz@gmx.net>
1002
1003         * BufferView_pimpl.C:
1004         * cursor.C:
1005         * cursor.h:
1006         * cursor_slice.[Ch]:
1007         * lyxfunc.C:
1008         * lyxtext.h:
1009         * paragraph_funcs.C:
1010         * paragraph_funcs.h:
1011         * rowpainter.C:
1012         * text.C:
1013         * text2.C:
1014         * text3.C: move some of the edit(x,y) handling to the insets
1015         some coordinate changes.
1016
1017 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1018
1019         * text.C: add using statements for std::advance and std::distance
1020
1021         * paragraph.C: add using statement for std::distance
1022
1023         * lyxfind.C: add using statement for std::advance
1024
1025         * cursor.C (region): remove std:: from swap
1026         (openable): use nucleus in stead of operator->
1027
1028         * BufferView.C: add using statements for std::distance and std::swap
1029
1030 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1031
1032         * iterators.C: Remove the pimple, move the needed structures to
1033         the header file. Create accessor for the positions stack.
1034         (asPosIterator): remove function
1035
1036         * PosIterator.C (PosIterator): move constructors to top of file
1037         (PosIterator): reimplement the constructor taking a ParIterator in
1038         terms of setFrom.
1039         (setFrom): new function
1040         (operator!=): inline it
1041
1042 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1043
1044         * lyxfind.C (replaceAll): use std::advance
1045
1046         * iterators.h: inherit from std::iterator.
1047
1048         * PosIterator.C (advance, distance): remove
1049         * PosIterator.h: interit from std::iterator.
1050
1051 2004-01-26  André Pönitz  <poenitz@gmx.net>
1052
1053         * BufferView.[Ch]:
1054         * BufferView_pimpl.[Ch]:
1055         * InsetList.[Ch]:
1056         * PosIterator.[Ch]:
1057         * buffer.h:
1058         * bufferview_funcs.C:
1059         * cursor.[Ch]:
1060         * cursor_slice.h:
1061         * factory.[Ch]:
1062         * iterators.[Ch]:
1063         * lyxfind.C:
1064         * lyxfunc.C:
1065         * lyxtext.h:
1066         * output_docbook.C:
1067         * output_latex.C:
1068         * output_linuxdoc.C:
1069         * output_plaintext.C:
1070         * paragraph.[Ch]:
1071         * paragraph_funcs.[Ch]:
1072         * paragraph_pimpl.[Ch]:
1073         * rowpainter.C:
1074         * tabular.C:
1075         * tabular.h:
1076         * text.C:
1077         * text2.C:
1078         * text3.C: more IU:  dumps most of the rest of the mathcursor
1079     implementation into cursor.[Ch]; "globalize" a bit of it.
1080
1081 2004-01-25  Angus Leeming  <leeming@lyx.org>
1082
1083         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1084
1085 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1086
1087         * LaTeXFeatures.h: add nice_ and nice() const
1088         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1089
1090 2004-01-20  André Pönitz  <poenitz@gmx.net>
1091
1092         * BufferView.[Ch]:
1093         * BufferView_pimpl.C:
1094         * PosIterator.C:
1095         * bufferview_funcs.C:
1096         * cursor.[Ch]:
1097         * cursor_slice.[Ch]:
1098         * factory.C:
1099         * iterators.C:
1100         * lyx_cb.C:
1101         * lyxfind.C:
1102         * lyxfunc.C:
1103         * lyxtext.h:
1104         * rowpainter.C:
1105         * text.C:
1106         * text2.C:
1107         * text3.C:
1108         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1109           LCursor and mathcursor parts to LCursor and InsetBase.
1110
1111 2004-01-15  André Pönitz  <poenitz@gmx.net>
1112
1113         * cursor_slice.[Ch]: add a few covienience functions
1114
1115         * funcrequest.[Ch]: remove BufferView * member
1116
1117         * BufferView_pimpl.C:
1118         * cursor.C:
1119         * factory.[Ch]:
1120         * lyxfind.[Ch]:
1121         * lyxfunc.C:
1122         * lyxtext.h:
1123         * text3.C:
1124         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1125
1126 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1127
1128         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1129         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1130
1131 2004-01-13  André Pönitz  <poenitz@gmx.net>
1132
1133         * textcursor.[Ch]:
1134         * lyxtext.h: hide cursor and selection anchor behind accessor function
1135
1136         * BufferView.C:
1137         * BufferView_pimpl.[Ch]:
1138         * PosIterator.C:
1139         * bufferview_funcs.C:
1140         * cursor.h:
1141         * lyxfind.C:
1142         * lyxfunc.C:
1143         * text.C:
1144         * text2.C:
1145         * text3.C:
1146         * undo.C: adjust
1147
1148         * cursor.h:
1149         * cursor_slice.[Ch]: some integer type changes for inset unification
1150
1151         * lyxcursor.[hC]: remove, it's CursorSlice now.
1152
1153         * Makefile.am:
1154         * BufferView_pimpl.[Ch]:
1155         * bufferview_funcs.C:
1156         * cursor_slice.C:
1157         * lyxtext.h:
1158         * text.C:
1159         * text2.C:
1160         * text3.C:
1161         * textcursor.[Ch]: adjust
1162
1163 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1164
1165         * text2.C (undoSpan): add and use
1166         * text.C (breakParagraph): use undoSpan (fix bug 578)
1167         * lyxtext.h: adjust
1168
1169 2004-01-08  Angus Leeming  <leeming@lyx.org>
1170
1171         * BufferView_pimpl.C (MenuInsertLyXFile):
1172         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1173         * lyxfunc.C (menuNew, open, doImport):
1174         FileFilterList change to the FileDialog open and save functions.
1175
1176 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1177
1178         * ShareContainer.h: make isEqual and isUnique adaptable
1179
1180         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1181
1182 2004-01-07  Angus Leeming  <leeming@lyx.org>
1183
1184         * LyXAction.C:
1185         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1186
1187         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1188
1189         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1190         functions replacing find, replace and replaceAll.
1191
1192         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1193         LFUN_WORDFIND(FORWARD|BACKWARD).
1194
1195 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1196
1197         * text.C (breakParagraph): remove an outdated #warning
1198
1199 2004-01-07  André Pönitz  <poenitz@gmx.net>
1200
1201         * lyxfind.C: somewhat clearer logic
1202
1203         * text.C: prevent crash in cursorX on unitialized row cache
1204
1205 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1206
1207         * lyxcursor.[Ch] (operator>): add
1208         * textcursor.C (selStart, selEnd): use std::min and std::max
1209
1210 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1211
1212         * Chktex.C: include boost/format.hpp
1213
1214 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1215
1216         * InsetList.C: replace functor MathcIt with adaptable functor
1217         InsetTablePosLess
1218         (insetIterator): modify accordingly
1219
1220         * BranchList.h: move the BranchNamesEqual functor here from...
1221         * BranchList.C: ... to here
1222
1223         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1224         SameName and match.
1225         (add): replace a finding loop with std::find_if.
1226
1227 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1228
1229         * output_docbook.C: moving LatexParam functionality into
1230         .layout files
1231
1232 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1233
1234         * buffer.C: increment format to 229.
1235
1236 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1237
1238         * LaTeXFeatures.C:
1239         * lyx_sty.[Ch]: remove minipageindent_def
1240
1241         * LyXAction.C:
1242         * factory.C:
1243         * lfuns.h:
1244         * lyxfunc.C:
1245         * text3.C: remove LFUN_INSET_MINIPAGE
1246
1247 2003-12-28  Angus Leeming  <leeming@lyx.org>
1248
1249         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1250
1251 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1252
1253         * text2.C (setParagraph): fix off-by-one crash
1254
1255 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1256
1257         * output_docbook.C: header stuff for AGU
1258
1259 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1260
1261         * text2.C (redoCursor): remove
1262         * text.C:
1263         * text3.C:
1264         * BufferView_pimpl.C: remove calls to redoCursor and
1265         setCursor(cursor.par(), cursor.pos()) all around
1266
1267 2003-12-15  Angus Leeming  <leeming@lyx.org>
1268
1269         * buffer.C: up the format to 228.
1270
1271 2003-12-15  André Pönitz  <poenitz@gmx.net>
1272
1273         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1274         slices
1275
1276         * Makefile.am:
1277
1278         * BufferView_pimpl.C:
1279         * cursor.[Ch]:
1280         * lyxcursor.[Ch]:
1281         * rowpainter.[Ch]:
1282         * lyxtext.h:
1283         * text.C:
1284         * text2.C:
1285         * text3.C: adjust
1286
1287 2003-12-15  Angus Leeming  <leeming@lyx.org>
1288
1289         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1290         than getFromGUIName to manipulate the color.
1291
1292 2003-12-14  Angus Leeming  <leeming@lyx.org>
1293
1294         * BranchList.[Ch]: minimize the API.
1295         (Branch::getBranch, getColor): now return a 'const &'.
1296         (Branch::setSelected) now returns a bool set to true if the
1297         selection status changes.
1298         (BranchList::clear, size, getColor, setColor, setSelected,
1299         allBranches, allSelected, separator): removed.
1300         (BranchList::find): new functions, returning the Branch with
1301         the given name.
1302         (BranchList::add, remove): return a bool indicating that
1303         the operation was successful.
1304
1305         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1306         new InsetBranch::isBranchSlected member function.
1307
1308         * LColor.[Ch]: mimimize the API.
1309         (fill): renamed as addColor and made private.
1310         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1311         versions of these functions taking a string arg have been removed.
1312
1313         * bufferparams.C (readToken):
1314         * lyxfunc.C (dispatch):
1315         * lyxrc.C (read): changes due to the altered BranchList and
1316         LColor APIs.
1317
1318         * factory.C (createInset, readInset): changes due to altered
1319         InsetBranch c-tor.
1320
1321 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1322
1323         * factory.C:
1324         * lyxfunc.C: remove insetminipage. "minipage-insert"
1325         now produces a frameless minipage box inset.
1326
1327 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1328
1329         * textcursor.[Ch] (selStart,selEnd): add new methods
1330         remove selection::start, end, use LyXCursor::operator<
1331         * lyxcursor.[Ch] (operator<): add
1332         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1333         * BufferView.[Ch] (unsetXSel): add
1334         * text2.C (clearSelection): use unsetXSel,adjust
1335         * text.C: adjust
1336         * text3.C: adjust
1337         * rowpainter.C: adjust
1338         * bufferview_funcs.C (put_selection_at): adjust
1339
1340 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1341
1342         * BufferView_pimpl.C: small coord. correction
1343
1344 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1345
1346         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1347         dragging over the splash screen.
1348
1349 2003-12-11  Angus Leeming  <leeming@lyx.org>
1350
1351         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1352         as it is now handled in LyXText::dispatch.
1353
1354         * text3.C (doInsertInset): remove a level of nesting.
1355
1356 2003-12-11  Angus Leeming  <leeming@lyx.org>
1357
1358         * factory.C (createInset): changes due to the changed interface to
1359         InsetCommandMailer::string2params.
1360
1361 2003-12-10  Angus Leeming  <leeming@lyx.org>
1362
1363         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1364         'dialog-show-new-inset <inset name>'
1365
1366 2003-12-10  Angus Leeming  <leeming@lyx.org>
1367
1368         * buffer.C: up the format to 227.
1369
1370         * factory.C: the box inset is now identified simply by 'Box'.
1371
1372 2003-12-10  Angus Leeming  <leeming@lyx.org>
1373
1374         * buffer.C: up the format to 226.
1375
1376         * factory.C: the note inset is now identified simply by 'Note'.
1377
1378 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1379
1380         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1381         when a pit is enough. Standarize a couple of loops.
1382
1383 2003-12-05  Angus Leeming  <leeming@lyx.org>
1384
1385         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1386         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1387         data to the re-worked "log" dialog.
1388
1389 2003-12-03  André Pönitz  <poenitz@gmx.net>
1390
1391         * PosIterator.C:
1392         * iterators.C:
1393         * lyxtext.h:
1394         * output_latex.C:
1395         * paragraph_funcs.C:
1396         * text.C:
1397         * text2.C: use Inset::getText instead of Inset::getParagraph
1398
1399 2003-12-03  André Pönitz  <poenitz@gmx.net>
1400
1401         * buffer.[Ch]:
1402         * lyxtext.h:
1403         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1404         InsetText::read() as LyXText::read()
1405
1406 2003-12-02  Angus Leeming  <leeming@lyx.org>
1407
1408         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1409         type. Add a comment in the implementation that the function uses
1410         the stream's bad() function rather than fail() as the std::streams
1411         would do.
1412
1413 2003-12-02  André Pönitz  <poenitz@gmx.net>
1414
1415         * lyxlex.[Ch]: make interface more similar to std::stream
1416
1417         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1418
1419 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1420
1421         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1422
1423 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1424
1425         * vspace.[Ch]: remove VSpace::NONE
1426
1427 2003-12-01  André Pönitz  <poenitz@gmx.net>
1428
1429         * buffer.[Ch]:
1430         * lyxtext.h: move ParagraphList member to LyXText
1431         rename LyXText::ownerParagraphs to LyXText::paragraph
1432
1433         * CutAndPaste.C:
1434         * bufferview_funcs.C:
1435         * iterators.[Ch]:
1436         * lyx_cb.C:
1437         * paragraph.C:
1438         * rowpainter.C:
1439         * tabular.C:
1440         * text.C:
1441         * text2.C:
1442         * text3.C: adjust
1443
1444         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1445
1446         * undo.C: fix cursor positioning
1447
1448 2003-12-01  John Levon  <levon@movementarian.org>
1449
1450         * BufferView_pimpl.C: fix a crash on exit with
1451         a buffer open
1452
1453 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1454
1455         * BranchList.C: fix setSelected() method.
1456
1457 2003-11-28  André Pönitz  <poenitz@gmx.net>
1458
1459         * ParagraphParameters.[Ch]:
1460         * ParameterStruct.h: remove space above/below from Paragraph to
1461          InsetVSpace
1462
1463         * BufferView_pimpl.C:
1464         * factory.C:
1465         * lyxfunc.C:
1466         * lyxtext.h:
1467         * output_latex.C:
1468         * paragraph.C:
1469         * paragraph_funcs.C:
1470         * rowpainter.[Ch]:
1471         * text.C:
1472         * text2.C:
1473         * text3.C: adjust
1474
1475 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1476
1477         * factory.C: Syntax change for CharStyles
1478
1479 2003-11-28  André Pönitz  <poenitz@gmx.net>
1480
1481         * BufferView.[Ch]:
1482         * BufferView.[Ch]:
1483         * buffer.[Ch]:
1484         * buffer.[Ch]: move LyXText member
1485
1486 2003-11-28  André Pönitz  <poenitz@gmx.net>
1487
1488         * BufferView.[Ch]: make LyXText * text a private member
1489
1490         * BufferView_pimpl.C:
1491         * cursor.C:
1492         * iterators.C:
1493         * lyx_cb.C:
1494         * lyxfind.C:
1495         * lyxtext.h:
1496         * rowpainter.[Ch]:
1497         * text.C:
1498         * text2.C:
1499         * undo.C: adjust
1500
1501         * output_plaintext.C: cleanup
1502
1503 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1504
1505         * buffer.C:
1506         * lyxtextclass.[Ch]: parametrize SGML document header
1507
1508 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1509
1510         * converter.[Ch]:
1511         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1512         getFlavor().
1513
1514 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1515
1516         * text2.C (setFont): rework using PosIterator (no more recursive)
1517         (setCharFont): no more needed
1518         (setLayout): no more selection cursors fiddling (done by redoCursor)
1519         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1520         destroy remaining ones)
1521
1522 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1523
1524         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1525         * lyxtext.h: ditto
1526         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1527         selection cursors
1528         * lyxfunc.C: adjust
1529         * text3.C: adjust + re-allow multi par depth changes
1530         * textcursor.C: simplify a bit
1531
1532 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1533
1534         * src/buffer.C:
1535         * src/lyxlayout.C:
1536         * src/lyxlayout.h:
1537         * src/lyxtext.h:
1538         * src/output_docbook.C:
1539         * src/output_latex.C:
1540         * src/paragraph.C:
1541         * src/paragraph.h:
1542         * src/sgml.C:
1543         * src/sgml.h:
1544         * src/text2.C: Introducing a number of tags parametrizing various
1545         XML formats that we may want to support
1546
1547 2003-11-25  André Pönitz  <poenitz@gmx.net>
1548
1549         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1550
1551         * lyxtext.h (leftMargin/rightMargin): simplify interface
1552
1553         * rowpainter.C:
1554         * text.C:
1555         * text2.C:
1556         * text3.C: adjust
1557
1558 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1559
1560         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1561         master file to any child files. Fixes bug 546.
1562
1563 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1564
1565         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1566
1567 2003-11-24  André Pönitz  <poenitz@gmx.net>
1568
1569         * rowpainter.C: simplification
1570
1571         * text2.C (updateCounters): remove call to redoParagraph on
1572         changed labels as this is far too expensive.
1573
1574 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1575
1576         * converter.C (convert): fix a crash: this function gets
1577         called with buffer == 0 from importer code.
1578
1579 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1580
1581         * text3.C (cursorPrevious): make sure that we do not compare
1582         iterators form different containers.
1583         (cursorNext): ditto
1584
1585         * rowpainter.C (paintSelection): make sure that we do not compare
1586         iterators from different containers.
1587
1588         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1589         iterators from different ParagraphList containers.
1590         [NEXT] ditto
1591
1592         * text2.C (LyXText): change order of initialization slightly
1593         (operator=): new function. copy all variables except cache_par_
1594         (moveUp): make sure that we do not compare iterators from
1595         different ParagraphList constainers.
1596         (moveDown): ditto
1597
1598         * text.C (firstPar): new function
1599         (lastPar): new function
1600         (endPar): new function
1601
1602         * lyxtext.h: move things around and group public functions, public
1603         variables, private functions, private variables
1604
1605 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1606
1607         * factory.C: change call to InsetERT constructor to avoid
1608         additional invocation of method status
1609         * text2.C (toggleInset): remove redundant update() call
1610         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1611         instead of a Bufferview pointer
1612
1613 2003-11-21  André Pönitz  <poenitz@gmx.net>
1614
1615         * rowpainter.C: simplification
1616
1617 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1618
1619         * text3.C (dispatch): make possible to extend a word/row selection
1620         with the mouse
1621
1622 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1623
1624         * lyxtext.h: x0_,y0_ -> xo_,yo_
1625         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1626         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1627         * rowpainter.C (paintRows): paint full paragraphs
1628
1629 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1630
1631         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1632         screen coordinates)
1633
1634 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1635
1636         * lyxtext.h: add x0_, y0_
1637         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1638         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1639
1640 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1641
1642         * text2.C (setCursorIntern): move the x_target update here *
1643         * text3.C: change some bv() to true/false in calls to
1644         cursorUp/Down/Right/Left
1645         * cursor.C: use helper function.
1646
1647 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1648
1649         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1650         * paragraph_funcs.[Ch]: correct comment
1651         * rowpainter.C: do not paint selections away from bv->cursor()
1652         Fix a long standing selection painting bug.
1653         * text3.C: generalize mouse-selection code to LyXTexts other that
1654         top one
1655         * textcursor.C: do not use y coords if we can use par offsets
1656
1657 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1658
1659         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1660         cursor position after e.g. inset insert)
1661
1662 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1663
1664         * lyxfind.C (replace): adjust to locking removal + some
1665         code simplification
1666
1667 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1668
1669         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1670         of the path
1671
1672 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1673
1674         * lyxlayout.[Ch]:
1675         * output_docbook.C: XML sanitation: new layout
1676         parameters InnerTag and CommandDepth
1677
1678 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1679
1680         * BufferView_pimpl.C:
1681         * factory.C:
1682         * text3.C: Fix the insertion and modification of button-style
1683         insets
1684
1685 2003-11-13  André Pönitz  <poenitz@gmx.net>
1686
1687         * InsetList.[Ch]: remove deleteLyXText
1688
1689         * paragraph.[Ch]: cache beginOfBody position
1690
1691         * Bidi.C:
1692         * text.C:
1693         * text2.C:
1694         * text3.C: remove superfluous update() calls
1695
1696         * vspace.C: cleanup
1697
1698 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1699
1700         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1701         * BufferView.C (fitLockedInsetCursor): remove
1702         * cursor.[Ch] (getDim): add
1703         * text.C (getRowNearY): add faster version
1704         * text3.C: remove some update calls
1705
1706 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1707
1708         * LaTeXFeatures.C:
1709         * LyXAction.C:
1710         * MenuBackend.C:
1711         * MenuBackend.h:
1712         * dispatchresult.h:
1713         * factory.C:
1714         * lfuns.h:
1715         * lyxfunc.C:
1716         * lyxtextclass.C:
1717         * lyxtextclass.h:
1718         * text3.C: The Character Style /XML short element patch.
1719
1720 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1721
1722         * text3.C:
1723         * factory.C: Small step to solving 'unable to insert some insets'
1724         problem
1725
1726 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1727
1728         * cursor.[Ch] (updatePos): new function for updating the y
1729         position of the tip inset
1730         * bufferview_funcs.C (put_selection_at):
1731         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1732
1733 2003-11-11  André Pönitz  <poenitz@gmx.net>
1734
1735         * text.C: remove big comment on invalid Paragraph pointers as it is
1736         not valid anymore
1737
1738 2003-11-11  André Pönitz  <poenitz@gmx.net>
1739
1740         * text_funcs.[Ch]: merge with ...
1741
1742         * text.C: ... this
1743
1744         * lyxtext.h:
1745         * text2.C:
1746         * text3.C: adjust
1747
1748         * Makefile.am: remove text_funcs.[Ch]
1749
1750 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1751
1752         * cursor.C (getPos): return absolute cached y coord
1753
1754         * BufferView_pimpl.C (fitCursor): new simplistic code
1755         (workAreaDispatch): add a fitCursor call
1756
1757 2003-11-10  André Pönitz  <poenitz@gmx.net>
1758
1759         * BufferView.[Ch]:
1760         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1761
1762 2003-11-10  André Pönitz  <poenitz@gmx.net>
1763
1764         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1765         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1766         indicate that the cursor needs to leave an inset
1767
1768         * lyxtext.h: remove inset locking
1769
1770         * cursor.[Ch]: re-implement functionality provided by inset locking
1771
1772         * BufferView.[Ch]:
1773         * BufferView_pimpl.[Ch]:
1774         * LyXAction.C:
1775         * bufferview_funcs.[Ch]:
1776         * factory.C:
1777         * funcrequest.[Ch]:
1778         * iterators.C:
1779         * lyx_cb.C:
1780         * lyxfind.C:
1781         * lyxfunc.C:
1782         * text.C:
1783         * text2.C:
1784         * text3.C:
1785         * undo.C: adjust
1786
1787 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1788
1789         * PosIterator.[Ch]: replace the stack with a vector, add inset
1790         accesor
1791         * iterators.[C]: adjust
1792
1793 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1794
1795         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1796         replaced
1797         * paragraph_funcs.C (readParToken): put the correct id in the
1798         error item, not the id of the top paragraph
1799
1800 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1801
1802         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1803         * bufferview_funcs.C (put_selection_at): use the above
1804
1805 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1806
1807         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1808
1809 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1810
1811         * output_linuxdoc.h:
1812         * output_plaintext.h:
1813         * output.h:
1814         * output_docbook.h: add #include statements
1815
1816 2003-11-05  José Matos  <jamatos@lyx.org>
1817
1818         * output_docbook.[Ch]:
1819         * output_latex.[Ch]:
1820         * output_linuxdoc.[Ch]:
1821         * output_plaintext.[Ch]: New files for output formats.
1822         * output.[Ch]: New file for helper functions.
1823
1824         * buffer.[Ch]:
1825         * paragraph_funcs.[Ch]: output functions moved to new files.
1826
1827         * outputparams.h: rename of latexrunparams.h
1828
1829         * LaTeX.[Ch]:
1830         * buffer.[Ch]:
1831         * bufferlist.[Ch]:
1832         * converter.[Ch]:
1833         * exporter.C:
1834         * paragraph.[Ch]:
1835         * paragraph_funcs.[Ch]:
1836         * paragraph_pimpl.[Ch]:
1837         * tabular.[Ch]: rename ascii to plaintext
1838         and LatexRunParams to OutputParams.
1839
1840 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1841
1842         * iterators.[Ch] (text): require bv argument
1843         * undo.C (recordUndo):
1844         * lyxfunc.C (dispatch):
1845         * bufferview_funcs.C (put_selection_at): adjust
1846
1847 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1848
1849         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1850
1851 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1852
1853         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1854         nestings
1855
1856 2003-11-04  André Pönitz  <poenitz@gmx.net>
1857
1858         * cursor.[Ch]: restructure
1859
1860         * BufferView.[Ch]:
1861         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1862
1863         * iterators.[Ch] (asCursor): remove
1864
1865         * lfuns.h: remove LFUN_INSET_EDIT
1866
1867         * lyxfunc.C:
1868         * tabular.C:
1869         * text.C:
1870         * text2.C:
1871         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1872
1873 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1874
1875         * lyxfind.[Ch]: complete overhaul
1876         * BufferView_pimpl.C:
1877         * lyxfunc.C: adjust
1878         * paragraph.[Ch] (insert): add
1879
1880 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1881
1882         * BufferView.[Ch]:
1883         * lyxtext.h:
1884         * text.C: remove dead spellcheck code
1885
1886 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1887
1888         * dispatchresult.h: add a val setter
1889
1890         * cursor.C (dispatch): use a tempvar for data_[i]
1891
1892 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1893
1894         * PosIterator.[Ch]: compile fix
1895
1896 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1897
1898         * text.C (cursorPar): deactivate the cursor cache
1899
1900 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1901
1902         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1903
1904 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1905
1906         * text3.C (dispatch): adjust for new DisptchResult semantics.
1907
1908         * lyxfunc.C (dispatch): handle update when return from
1909         Cursor::dispatch, adjust for new DispatchResult semantics.
1910
1911         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1912         DispatchResult(true) mean to not update. Add class functions for
1913         setting dispatched and update, as well as reading.
1914
1915         * cursor.C (dispatch): don't handle update here
1916
1917 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1918
1919         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1920         * trans_mgr.C: adjust
1921
1922         * paragraph_funcs.C (readParToken): exception safety
1923
1924         * lyxvc.h: store the vcs pointer in a scoped_ptr
1925         * lyxvc.C: adjust
1926
1927         * lyxsocket.C (serverCallback): exception safety
1928
1929         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1930
1931         * ispell.C (clone): make it return a auto_ptr
1932
1933         * factory.C (createInset): exception safety
1934         (readInset): exception safety
1935
1936         * bufferlist.C (newBuffer): exception safety
1937
1938         * Thesaurus.C (Thesaurus): use initialization for aik_
1939
1940         * MenuBackend.C (expandToc): exception safety.
1941
1942 2003-11-03  André Pönitz  <poenitz@gmx.net>
1943
1944         * buffer.C:
1945         * buffer.h:
1946         * bufferview_funcs.C: remove getInsetFromId()
1947
1948         * lyxcursor.[Ch]:
1949         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1950
1951         * lyxfunc.C:
1952         * text2.C:
1953         * text3.C: adjust
1954
1955 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1956
1957         * PosIterator.C (distance, advance): new
1958         * bufferview_funcs.[Ch] (put_selection_at): new
1959         * iterators.[Ch] (lockPath): new
1960
1961 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1962
1963         * iterators.[Ch] (asPosIterator): added
1964         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1965         * PosIterator.[Ch]: added
1966
1967 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1968
1969         * text3.C:
1970         * lyxfunc.C:
1971         * cursor.C (dispatch):
1972         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1973
1974         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1975         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1976         contructor, add a class function dispatched. Remove operator>=
1977
1978 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1979
1980         * debug.C: only use the default constructor for debugstream
1981         (lyxerr) here.
1982
1983         * main.C (main): include debug.h and setup the lyxerr streambuf
1984         here.
1985
1986 2003-10-31  José Matos  <jamatos@lyx.org>
1987
1988         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1989
1990         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1991         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1992         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1993         * paragraph_pimpl.C (simpleTeXSpecialC):
1994         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1995         add LatexRunParams argument.
1996
1997         * exporter.C (Export): change call accordingly.
1998
1999         * latexrunparams.h: add new member to take care of the other backends.
2000 2003-10-30  José Matos  <jamatos@lyx.org>
2001
2002         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2003         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2004         factorise code for paragraph output.
2005         * buffer.[Ch]:
2006         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2007         move functions.
2008
2009 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2010
2011         * text3.C (dispatch):
2012         * lyxfunc.C (dispatch):
2013         * cursor.C (dispatch):
2014         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2015
2016         * dispatchresult.h: make the dispatch_result_t ctor explicit
2017
2018 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2019
2020         * sgml.[Ch]:
2021         * buffer.C: small refactoring of docbook stuff
2022
2023 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2024
2025         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2026         meaning.
2027
2028 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2029
2030         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2031         operator dispatch_result_t, and operators for == != and >=
2032
2033         * cursor.C (dispatch): adjust for operator dispatch_result_t
2034         removal. comment out call to update
2035
2036         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2037
2038 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2039
2040         * text3.C:
2041         * text2.C:
2042         * text.C:
2043         * lyxtext.h:
2044         * lyxfunc.C:
2045         * cursor.C:
2046         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2047         (dispatch):
2048
2049         * dispatchresult.h: new file, DispatchResult broken out of
2050         insets/insetbase.h
2051
2052         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2053
2054 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2055
2056         * text.C (rowBreakPoint): put a hack inside #if 0
2057
2058 2003-10-28  André Pönitz  <poenitz@gmx.net>
2059
2060         * lyxtext.h:
2061         * metricsinfo.C:
2062         * paragraph_funcs.C:
2063         * rowpainter.C:
2064         * text.C:
2065         * text2.C: general cleanup (lots of small stuff)
2066
2067 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2068
2069         * text2.C (cursorEnd): simple fix to the "end key goes to one
2070         before the end on last row" bug
2071
2072 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2073
2074         * text.C (backspace): fix the "zombie characters"
2075
2076 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2077
2078         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2079
2080 2003-10-27  André Pönitz  <poenitz@gmx.net>
2081
2082         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2083
2084         * factory.C: handle new InsetPagebreak, InsetLine
2085
2086         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2087         and move handling into new InsetPagebreak, InsetLine
2088
2089         * BufferView_pimpl.C:
2090         * LyXAction.C:
2091         * ParagraphParameters.C:
2092         * ParameterStruct.h:
2093         * lyxfunc.C:
2094         * lyxtext.h:
2095         * paragraph.C:
2096         * paragraph.h:
2097         * paragraph_funcs.C:
2098         * paragraph_pimpl.C:
2099         * rowpainter.C:
2100         * text.C:
2101         * text2.C:
2102         * text3.C: adjust
2103
2104 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2105
2106         * text.C:
2107         * lyxrow_funcs.[Ch]:
2108         * Bidi.C:
2109         * paragraph.C:
2110         * lyxtext.h:
2111         * rowpainter.C:
2112         * text2.C:
2113         * text3.C: remove lastPos uses in favour of Row::endpos
2114
2115 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2116
2117         * undo.C (performUndoOrRedo): fix two crashes by setting a
2118         cursor by hand and reordering some calls. Use bv->lockInset instead
2119         of inset->edit because the latter loses cursor information
2120
2121 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2122
2123         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2124         by Martin
2125         (rowBreakPoint): fix width. change point to point + 1.
2126         Add a missing check.
2127
2128 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2129
2130         * MenuBackend.C:
2131         * lyxfunc.C: fix (at least partly) the problems
2132         with the Nav menu and headers inside branch insets
2133         reported by Kayvan
2134
2135 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2136
2137         * paragraph.C (getChar): add strong asserts
2138
2139         * lyxrow_funcs.C (lastPos): remove hideous hack
2140
2141         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2142         (fill): adjust to that (avoid an infinite loop)
2143
2144 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2145
2146         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2147
2148 2003-10-23  André Pönitz  <poenitz@gmx.net>
2149
2150         * RowList_fwd.h: change list<> to vector<> to gain speed
2151         after suggestion from Alfredo
2152
2153 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2154
2155         * lyxtext.h: move the bidi stuff from here...
2156         * text.C: and here
2157         * text2.C: and here
2158         * Bidi.[Ch]: ... to here
2159
2160 2003-10-23  André Pönitz  <poenitz@gmx.net>
2161
2162         * lyxtext.h:
2163         * text.C (isLastRow, isFirstRow): new functions
2164
2165         * paragraph.h: new width cache member
2166
2167         * rowpainter.C: replace RowList::iterator with Row & where possible
2168
2169         * lyxfunc.C: replace several view()->text with a single call
2170
2171         * toc.C: fix 'unused' warning
2172
2173 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2174
2175         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2176         when woring with stream::pos_type
2177         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2178
2179 2003-10-22  André Pönitz  <poenitz@gmx.net>
2180
2181         * lyxtext.h:
2182         * text.C: use Row & instead of RowList::iterator
2183
2184         * lyxrow.h: rename end() to endpos()
2185
2186         * rowpainter.C:
2187         * text.C:
2188         * text2.C: adjust
2189
2190 2003-10-22  Angus Leeming  <leeming@lyx.org>
2191
2192         * buffer.[Ch] (fully_loaded): new member function, returning true
2193         only when the file has been loaded fully.
2194         Used to prevent the premature generation of previews and by the
2195         citation inset to prevent computation of the natbib-style label.
2196
2197         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2198         templates are all set up.
2199
2200         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2201
2202 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2203
2204         * text.C: fixed an "oops" in the "is a bit silly"
2205         bug fix
2206
2207 2003-10-21  André Pönitz  <poenitz@gmx.net>
2208
2209         * FuncStatus.[Ch]: small stuff, whitespace
2210
2211         * lyxfont.[Ch]: operator<<() for debug reasons
2212
2213         * lyxfunc.C:
2214         * lyxrow_funcs.C:
2215         * lyxtext.h: whitespace, spelling
2216
2217         * paragraph.C: naming of variables
2218
2219         * text.C:
2220         * text2.C: small stuff
2221
2222
2223 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2224
2225         * text.C: (1) finish off the inset display() work;
2226         (2) fix the "is a bit silly" bug (accessing char
2227         past end of par).
2228
2229 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2230
2231         * text.C: re-introduce display() for insets, fixing the
2232         various bugs (stretch of line above, math inset
2233         positioning, ...)
2234
2235 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2236
2237         * text.C (rightMargin): remove spurious semicolon
2238
2239         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2240         1415)
2241
2242 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2243
2244         * text3.C: fix one crash due to wrong cursor def
2245
2246 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2247
2248         * vc-backend.C (scanMaster): make the regex static
2249
2250         * LaTeX.C (scanAuxFile): make the regexs static
2251
2252         * text3.C (doInsertInset, dispatch, dispatch):
2253         * text2.C (cursorUp, cursorDown):
2254         * text.C (selectNextWordToSpellcheck):
2255         * BufferView_pimpl.C (dispatch):
2256         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2257
2258 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2259
2260         * lyxsocket.C: include <cerrno>
2261
2262 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2263
2264         * lyxfunc.C (dispatch): remove textcache stuff
2265
2266         * bufferlist.C (release): remove textcache stuff
2267         (closeAll): ditto
2268
2269         * TextCache.C: delete file
2270         * TextCache.h: delete file
2271
2272         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2273
2274         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2275         delete of the bv_->text.
2276         (resizeCurrentBuffer): remove texcache stuff
2277         (workAreaResize): ditto
2278
2279 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2280
2281         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2282         action.
2283
2284 2003-10-16  André Pönitz  <poenitz@gmx.net>
2285
2286         * lyxrow.[Ch]:
2287         * paragraph.h:
2288         * rowpainter.C:
2289         * text.C:
2290         * text2.C:
2291         * text3.C: speed up by storing y positions per paragraph plus per-row
2292         offset instead of having a 'full' y position in the row.
2293
2294 2003-10-15  André Pönitz  <poenitz@gmx.net>
2295
2296         * iterators.[Ch]:
2297         * iterators.[Ch]:
2298         * undo.[Ch]: make undo aware of inner insets
2299
2300 2003-10-14  Angus Leeming  <leeming@lyx.org>
2301
2302         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2303         static member functions LyX::ref() and LyX::cref.
2304         (lastfiles): new accessor functions for the new lastfiles_ member var.
2305         (addLyXView, views_): add a new LyXView to the list of views_.
2306         (updateInset): loop over all LyXViews to call their own updateInset
2307         member function, returning a pointer to the Buffer owning the inset.
2308
2309         * BufferView_pimpl.C (loadLyXFile):
2310         * MenuBackend.C (expandLastfiles):
2311         * bufferlist.C (MenuWrite, QuitLyX):
2312         lastfiles is no longer a global variable.
2313         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2314
2315         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2316         static function. Access through LyX::cref().emergencyCleanup().
2317
2318 2003-10-14  André Pönitz  <poenitz@gmx.net>
2319
2320         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2321
2322         * undo.[Ch]: restoring part of 'undo in insets'
2323
2324         * Makefile.am:
2325         * undo_funcs.[Ch]: merge with undo.[Ch]
2326
2327         * tabular.C: small cleansing stuff
2328
2329 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2330
2331         * paragraph_funcs.C (readParToken): report unknown insets as error
2332         boxes. Use the outer paragraph as location (also for unknown
2333         tokens).
2334
2335         * factory.C (readInset): do not abort on reading an unknown inset.
2336         Eat it and return 0.
2337
2338 2003-10-13  Angus Leeming  <leeming@lyx.org>
2339
2340         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2341
2342         * lyxrc.C: displayTranslator is now a function,
2343         declared in GraphicsTypes.h.
2344
2345 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2346
2347         * format.C: new placeholder $$a to pass the socket address.
2348
2349         * bufferlist.[Ch]: new function getBufferFromTmp.
2350
2351         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2352           files in the temporary dir.
2353
2354 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2355
2356         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2357
2358         * Makefile.am: add lyxsocket.[Ch].
2359
2360         * lyx_main.C (error_handler): handle SIGPIPE.
2361
2362 2003-10-13  André Pönitz  <poenitz@gmx.net>
2363
2364         * BufferView_pimpl.C:
2365         * lyxtext.h:
2366         * text.C:
2367         * text2.C:
2368         * text3.C:
2369         * undo_funcs.[Ch]: use paroffset_type instead of
2370           ParagraphList::iterators to prevent multiple conversion
2371           (and get a more robust interface)
2372
2373 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2374
2375         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2376         * lyxtext.h: ditto
2377         * text3.C (dispatch): ditto
2378
2379 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2380
2381         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2382         move the onlyfile, use onlyfile instead of foundfile in a couple
2383         of places.
2384
2385         * DepTable.C (update): flush the error stream a bit more
2386
2387 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2388
2389         * lyxserver.C (callback): adjust
2390
2391         * lyxfunc.C (getStatus): add a missing brace in commented code
2392         (ensureBufferClean): reindent
2393         (dispatch): delete version taking a string
2394
2395 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2396
2397         * LaTeX.C (deplog): move found file handlig from here...
2398         (handleFoundFile): .. to new function here.
2399         (deplog): make sure to discover several files mentioned on the
2400         same log line.
2401
2402 2003-10-10  André Pönitz  <poenitz@gmx.net>
2403
2404         * lyxfunc.C:
2405         * lyxtext.h:
2406         * tabular.C:
2407         * text.C:
2408         * text2.C:
2409         * text3.C: fix some of the tabular crashes
2410
2411 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2412
2413         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2414
2415         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2416
2417 2003-10-09  André Pönitz  <poenitz@gmx.net>
2418
2419         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2420
2421         * BufferView.C:
2422         * BufferView_pimpl.C:
2423         * bufferview_funcs.C:
2424         * lyx_cb.C:
2425         * lyxcursor.C:
2426         * lyxfind.C:
2427         * lyxfunc.C:
2428         * lyxtext.h:
2429         * text.C:
2430         * text2.C:
2431         * text3.C:
2432         * text_funcs.[Ch]:
2433         * textcursor.[Ch]:
2434         * undo_funcs.C: adjust
2435
2436 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2437
2438         * text2.C (incrementItemDepth): new function, use a backtracking
2439         algorithm to discover the correct item depth.
2440         (resetEnumCounterIfNeeded): new function, use a backtracking
2441         algorithm to discover if counter reset is needed.
2442         (setCounter): use them. Simplify a bit. Add different labels for
2443         different item depths for itemize.
2444
2445         * paragraph.C (Paragraph): remove initialization of enumdepth
2446         (operator=): ditto
2447
2448         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2449         enumerate and itemize. Change the type of itemdepth to signed char.
2450
2451 2003-10-08  André Pönitz  <poenitz@gmx.net>
2452
2453         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2454           thing assignable.
2455         * text.C:
2456         * text2.C: adjust
2457
2458         * tabular.[Ch]: fix crash after 'row-insert'
2459
2460 2003-10-08  Angus Leeming  <leeming@lyx.org>
2461
2462         Fix doxygen warnings.
2463
2464         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2465         Remove CutAndPaste:: prefix from header file declaration.
2466
2467         * LColor.h (fill): remove LColor:: prefix from declaration.
2468
2469         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2470         use lyx::depth_type rather than Paragraph::depth_type so that
2471         header file and .C file match.
2472
2473         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2474
2475         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2476         * aspell.C: \file aspell_local.C -> \file aspell.C
2477         * gettext.C: \file gettext.C -> \file src/gettext.C
2478         * gettext.h: \file gettext.h -> \file src/gettext.h
2479         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2480         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2481         * text.C: \file text.C -> \file src/text.C
2482
2483         * toc.C: move comment so that doxygen is not confused.
2484
2485 2003-10-07  Angus Leeming  <leeming@lyx.org>
2486
2487         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2488
2489 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2490
2491         * aspell.C:
2492         * aspell_local.h: add forgotten std::string's.
2493
2494 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2495
2496         * LaTeXFeatures.C:
2497         * LyXAction.C:
2498         * factory.C:
2499         * lfuns.h:
2500         * lyxfunc.C:
2501         * text3.C: The Box patch. Fancybox support, minipage, parbox
2502
2503 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2504
2505         * CutAndPaste.h:
2506         * DepTable.h:
2507         * FloatList.h:
2508         * LaTeXFeatures.h:
2509         * ParagraphParameters.h:
2510         * TextCache.h:
2511         * Thesaurus.h:
2512         * bufferlist.h:
2513         * exporter.h:
2514         * importer.h:
2515         * lastfiles.h:
2516         * lyxfind.h:
2517         * lyxfont.h:
2518         * lyxlex.h:
2519         * lyxtextclasslist.h:
2520         * messages.h:
2521         * paragraph.h:
2522         * paragraph_pimpl.C:
2523         * textcursor.h: add <string> and other small fixes to make Lars'
2524         std::string patch compile with STLport.
2525
2526 2003-10-06  Angus Leeming  <leeming@lyx.org>
2527
2528         * LColor.h: Add missing #include <string>.
2529
2530 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2531
2532         * All most all file in all subdirs: Make <string> be the prefered
2533         way of getting to std::string, add using declarations.
2534
2535 2003-10-06  André Pönitz  <poenitz@gmx.net>
2536
2537         * metricsinfo.C: initialize LyXFont before changing attribute.
2538         (fixes the 'math in \emph is upright' bug)
2539
2540 2003-10-06  André Pönitz  <poenitz@gmx.net>
2541
2542         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2543
2544 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2545
2546         * graph.C:
2547         * paragraph_pimpl.C: Small fixes to build using STLport
2548
2549 2003-10-02  André Pönitz  <poenitz@gmx.net>
2550
2551         * lyxfunc.C:
2552         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2553
2554 2003-10-01  André Pönitz  <poenitz@gmx.net>
2555
2556         * factory.C: assert early
2557
2558 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2559
2560         * lyx_main.C: remove the global debug object
2561
2562         * debug.h: adjust for new debugstream
2563
2564         * debug.C: adjust for new debugstream and keep the global debug
2565         object here.
2566
2567 2003-09-22  Angus Leeming  <leeming@lyx.org>
2568
2569         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2570         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2571         an incomplete class LyXFont.
2572
2573 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2574
2575         * factory.C: bug fix in branches
2576
2577 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2578
2579         * lyxfunc.C (processKeySym): adjust
2580         (dispatch): adjust
2581         (dispatch): change arg name from ev to func, adjust
2582         (sendDispatchMessage): ditto
2583
2584         * lyx_main.C (defaultKeyBindings): adjust keybindings
2585         (deadKeyBindings): ditto
2586
2587         * kbsequence.C (addkey): return a FuncRequest
2588
2589         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2590
2591         * kbmap.C (bind): take a FuncRequest as arg, adjust
2592         (read): adjust
2593         (lookup): adjust
2594         (defkey): change to take a FuncRequest as arg, adjust
2595         (findbinding): take a FuncRequest as arg, adjust.
2596
2597         * funcrequest.h (operator=): added
2598
2599         * funcrequest.C (FuncRequest): default kb_action changed from
2600         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2601
2602         * buffer.C (dispatch): simplify
2603         (dispatch): adjust to take a FuncRequest as arg, adjust
2604
2605         * boost.C (assertion_failed): change assertion message slightly
2606
2607         * ToolbarBackend.C (read): simplify
2608
2609         * MenuBackend.C (binding): adjust call to findbinding, add a
2610         message if no binding is found.
2611         (read): simplify
2612         (expandToc): correct by adding a empty FuncRequest
2613
2614         * LyXAction.C: include <boost/assert.hpp>
2615         (isPseudoAction): delete function
2616         (LookupFunc): change name to...
2617         (lookupFunc): this. change return type to FuncRequest.
2618         (getActionName): take kb_action as arg, simplify
2619         (funcHasFlag): add an assert, simplify.
2620
2621 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2622
2623         * toc.C (action): return a FuncRequest, simplify
2624
2625         * lyxfunc.C (processKeySym): adjust
2626         (getStatus): delete version that takes an int.
2627         (getStatus): adjust
2628         (dispatch): delete version that takes action as int
2629         (dispatch): adjust
2630         (sendDispatchMessage): simplify and adjust
2631
2632         * funcrequest.C (getArg): take unsigned int as arg
2633
2634         * ToolbarBackend.C (read): adjust
2635         (add): delete version that takes func as a string.
2636         (getIton): take a FuncRequest as arg
2637
2638         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2639         action.
2640
2641         * MenuBackend.C (MenuItem): add a new construct that only takes a
2642         Kind, simplify the constructor use for submenus.
2643         (add): adjust
2644         (expandLastfiles): adjust
2645         (expandDocuments): adjust
2646         (expandFormats): adjust
2647         (expandFloatListInsert): adjust
2648         (expandFloatInsert): adjust
2649         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2650
2651         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2652         Remove class variables lyx_pseudo_map and lyx_arg_map
2653
2654         * LyXAction.C (searchActionArg): delete function
2655         (getPseudoAction): delete function
2656         (retrieveActionArg): delete function
2657         (LookupFunc): make it return kb_action, simplify.
2658         (getActionName): simplify
2659
2660         * factory.C (createInset): fix new bug
2661
2662 2003-09-19  Angus Leeming  <leeming@lyx.org>
2663
2664         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2665         masterFilename_ parameter in the include inset.
2666
2667         * factory.C (createInset): changes due to the changes to InsetInclude.
2668
2669 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2670
2671         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2672
2673 2003-09-18  Angus Leeming  <leeming@lyx.org>
2674
2675         * buffer.C:
2676         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2677         Inset::fillWithBibKeys.
2678         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2679
2680 2003-09-18  Angus Leeming  <leeming@lyx.org>
2681
2682         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2683         variables.
2684         (ctor): pass and store a 'Buffer const &'
2685         (buffer): new member function.
2686
2687         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2688         '*this' to the LaTeXFeatures ctor.
2689
2690 2003-09-18  Angus Leeming  <leeming@lyx.org>
2691
2692         * LColor.h:
2693         * lyxfont.C:
2694         * lyxfont.h:
2695         * lyxtext.h:
2696         * text.C: rename EnumLColor as LColor_color.
2697
2698 2003-09-18  Angus Leeming  <leeming@lyx.org>
2699
2700         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2701         remove #include "insets/insetbase.h" from cursor.h.
2702
2703 2003-09-18  Angus Leeming  <leeming@lyx.org>
2704
2705         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2706         InsetOld_code to remove #include "inset.h".
2707
2708         * iterators.C: add #include "insets/inset.h"
2709
2710 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2711
2712         * BufferView.C: remove more locking stuff that apparently doesn't
2713         do anything sensible.
2714
2715 2003-09-16  André Pönitz  <poenitz@gmx.net>
2716
2717         * paragraph.[Ch]:
2718         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2719           performance boost.
2720
2721 2003-09-16  Angus Leeming  <leeming@lyx.org>
2722
2723         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2724
2725         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2726         arg/return type.
2727
2728         * paragraph.h: remove #include "lyxfont.h". Forward declare
2729         LyXFont_size.
2730
2731 2003-09-16  Angus Leeming  <leeming@lyx.org>
2732
2733         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2734         of support/textutils.h.
2735         (isWord): move the contents of support/textutils.h's IsWordChar here.
2736
2737         * buffer.C:
2738         * lyxfind.C:
2739         * rowpainter.C:
2740         * text.C:
2741         * text2.C: add #include "paragraph.h".
2742
2743         * rowpainter.C:
2744         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2745
2746 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2747
2748         * main.C:
2749         * lyx_main.C:
2750         * lyx_cb.C:
2751         * buffer.C:
2752         * LaTeX.C: use namespace alias for lyx::support::os
2753
2754 2003-09-16  Angus Leeming  <leeming@lyx.org>
2755
2756         * bufferparams.C:
2757         * bufferview_funcs.C:
2758         * factory.C:
2759         * lyxfunc.C:
2760         * paragraph_pimpl.C:
2761         * rowpainter.C:
2762         * text.C: add #include "LColor.h".
2763
2764 2003-09-16  Angus Leeming  <leeming@lyx.org>
2765
2766         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2767         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2768         return LyXFont &.
2769         Store the FontBits::color variable as an int rather than as an
2770         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2771         file.
2772
2773         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2774         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2775         string calls together.
2776
2777         * lyxrc.C: add #include "LColor.h".
2778
2779 2003-09-15  Angus Leeming  <leeming@lyx.org>
2780
2781         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2782         a cow_ptr.
2783
2784 2003-09-15  Angus Leeming  <leeming@lyx.org>
2785
2786         * LColor.h: add an EnumLColor wrapper for LColor::color.
2787
2788         * lyxfont.[Ch] (color, setColor, realColor):
2789         * lyxtext.h, text.C (backgroundColor):
2790         pass EnumLColor args to/from the functions, rather than LColor::color
2791         ones.
2792
2793         * lyxfont.h:
2794         * lyxtext.h: forward declare EnumLColor.
2795
2796         * lyx_main.C: add #include "LColor.h".
2797
2798 2003-09-15  Angus Leeming  <leeming@lyx.org>
2799
2800         * .cvsignore: add lyx-gtk.
2801
2802 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2803
2804         * Chktex.C
2805         * LaTeX.C
2806         * LaTeXFeatures.C
2807         * ParagraphParameters.C
2808         * Spacing.C
2809         * buffer.C
2810         * bufferparams.C
2811         * bufferview_funcs.C
2812         * chset.C
2813         * counters.C
2814         * funcrequest.C
2815         * lyxfont.C
2816         * lyxgluelength.C
2817         * lyxlength.C
2818         * paragraph.C
2819         * paragraph_funcs.C
2820         * text3.C
2821         * vc-backend.C: remove usage of STRCONV
2822
2823 2003-09-15  Angus Leeming  <leeming@lyx.org>
2824
2825         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2826         explicitly define the color passed to the painter.
2827
2828 2003-09-15  Angus Leeming  <leeming@lyx.org>
2829
2830         * bufferparams.C (BufferParams): reorder member initializers to avoid
2831         compiler warning.
2832
2833 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2834
2835         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2836         * text.C (updateRowPositions): remove an unusual nop
2837
2838 2003-09-12  André Pönitz  <poenitz@gmx.net>
2839
2840         * BufferView_pimpl.C:
2841         * Bullet.C:
2842         * layout.h:
2843         * lyxfunc.C:
2844         * lyxlayout.[Ch]:
2845         * lyxtextclass.C:
2846         * rowpainter.C:
2847         * text.C:
2848         * text2.C:
2849         * Counters.[Ch]: finish the 'automatic counters' job
2850
2851 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2852
2853         * aspell.C: include <boost/assert.cpp> (compile fix)
2854
2855 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2856
2857         * boost.C (assertion_failed): use lyx::support::abort instead of
2858         assert.
2859
2860 2003-09-10  Angus Leeming  <leeming@lyx.org>
2861
2862         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2863         with their _fwd progeny.
2864
2865 2003-09-09  Angus Leeming  <leeming@lyx.org>
2866
2867         134 files throughtout the source tree: replace 'using namespace abc;'
2868         directives with the appropriate 'using abc::xyz;' declarations.
2869
2870 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2871
2872         * boost.C (emergencyCleanup): moved here from LAssert.c
2873         (assertion_failed): new function, called by BOOST_ASSERT
2874
2875         * several files: change Assert to BOOST_ASSERT
2876
2877 2003-09-09  Angus Leeming  <leeming@lyx.org>
2878
2879         * buffer.[Ch]: Add an Impl class and move Buffer's member
2880         variables into it. As a result move several header files out of
2881         buffer.h.
2882
2883         Add header files to lots of .C files all over the tree as a result.
2884
2885 2003-09-09  Angus Leeming  <leeming@lyx.org>
2886
2887         * buffer.[Ch]: make Buffer's member variables private. Add
2888         accessor functions.
2889
2890         Lots of changes all over the tree as a result.
2891
2892 2003-09-08  Angus Leeming  <leeming@lyx.org>
2893
2894         * graph.C: #include <config.h>.
2895
2896 2003-09-08  Angus Leeming  <leeming@lyx.org>
2897
2898         * BranchList.C:
2899         * BufferView.C:
2900         * BufferView_pimpl.C:
2901         * CutAndPaste.C:
2902         * DepTable.C:
2903         * LaTeX.C:
2904         * LaTeXFeatures.C:
2905         * LyXAction.C:
2906         * MenuBackend.C:
2907         * TextCache.C:
2908         * aspell.C:
2909         * buffer.C:
2910         * bufferlist.C:
2911         * changes.C:
2912         * chset.C:
2913         * converter.C:
2914         * counters.C:
2915         * debug.C:
2916         * graph.C:
2917         * ispell.C:
2918         * lyx_cb.C:
2919         * lyxfind.C:
2920         * lyxfunc.C:
2921         * lyxlex_pimpl.C:
2922         * lyxrc.C:
2923         * lyxrow.C:
2924         * paragraph.C:
2925         * rowpainter.C:
2926         * texrow.C:
2927         * text.C:
2928         * text2.C:
2929         * toc.C: remove redundant using directives.
2930
2931 2003-09-07  Angus Leeming  <leeming@lyx.org>
2932
2933         * LaTeXFeatures.h: remove #include "support/types.h".
2934         * ToolbarBackend.h: remove #include <algorithm>.
2935         * changes.h: remove #include <ctime>.
2936         * debug.h: remove #include <iosfwd>.
2937         * graph.h: remove #include "support/std_string.h".
2938         * lyx_main.h: remove #include <csignal>.
2939         * lyxlex_pimpl.h: remove #include <fstream>.
2940         * sgml.h: remove #include <algorithm>, <utility>.
2941         * toc.h: remove #include "support/std_ostream.h".
2942         Add #include <iosfwd>.
2943
2944 2003-09-07  Angus Leeming  <leeming@lyx.org>
2945
2946         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2947
2948         * converter.h: forward declare LatexRunParams.
2949         * encoding.h: remove #include "lyxrc.h".
2950         * lyxtext.h: remove #include "LColor.h".
2951         * lyxtextclass.h: remove #include "support/types.h".
2952         * trans.h: remove #include "tex-accent.h".
2953         * trans_mgr.h: remove #include "tex-accent.h".
2954         * insets/inset.h: remove #include "support/types.h", <vector>.
2955         * insets/insetcollapsable.h: remove #include "LColor.h".
2956         * insets/insetinclude.h: remove #include "dimension.h".
2957         * insets/insetlatexaccent.h: remove #include "dimension.h".
2958         * insets/insetoptarg.h:: remove #include "insettext.h".
2959         * insets/insettext.h: remove #include "dimension.h",
2960         <boost/shared_ptr.hpp>
2961
2962         * insets/renderers.h: add #include "dimension.h".
2963         * insets/updatableinset.h: add #include "support/types.h".
2964
2965         * many .C files: Associated changes.
2966
2967 2003-09-06  Angus Leeming  <leeming@lyx.org>
2968
2969         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2970         one, inside testInvariant.
2971
2972         * PrinterParams.C: new file.
2973         * PrinterParams.[Ch]: move the function bodies out of line.
2974
2975 2003-09-06  Angus Leeming  <leeming@lyx.org>
2976
2977         * ParagraphParameters.h: forward declare ParameterStruct rather than
2978         including its header file.
2979         (depth): moved out-of-line.
2980
2981 2003-09-06  Angus Leeming  <leeming@lyx.org>
2982
2983         * BufferView_pimpl.h:
2984         * kbmap.h:
2985         * kbsequence.h:
2986         * lyxfunc.h: forward declare LyXKeySym rather than
2987         #include "frontends/LyXKeySym.h".
2988
2989         * BufferView_pimpl.C:
2990         * kbmap.C:
2991         * kbsequence.C:
2992         * lyxfunc.C: associated changes.
2993
2994 2003-09-06  Angus Leeming  <leeming@lyx.org>
2995
2996         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2997         As a result, can remove the #include "insets/inset.h" from BufferView.h
2998
2999 2003-09-06  Angus Leeming  <leeming@lyx.org>
3000
3001         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3002         As a result, can remove the #include "insets/inset.h" from BufferView.h
3003
3004 2003-09-06  Angus Leeming  <leeming@lyx.org>
3005
3006         * buffer_funcs.C:
3007         * buffer.h:
3008         * bufferlist.C:
3009         * BufferView.C:
3010         * bufferview_funcs.C:
3011         * BufferView_pimpl.C:
3012         * CutAndPaste.C:
3013         * lyx_cb.C:
3014         * lyxfunc.C:
3015         * paragraph.h:
3016         * ParagraphParameters.C:
3017         * tabular.C:
3018         * text3.C:
3019         * toc.C:
3020         * undo_funcs.C:
3021         * frontends/controllers/ControlDocument.C:
3022         * insets/insetcaption.C: rearrange the #includes into some sort of
3023         coherent order.
3024
3025         * buffer.h: remove #includes ErrorList.h, undo.h
3026
3027 2003-09-06  Angus Leeming  <leeming@lyx.org>
3028
3029         * support/types.h: add a 'depth_type' typedef, used to store the
3030         nesting depth of a paragraph.
3031
3032         * paragraph.h:
3033         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3034         defining explicitly.
3035
3036         * buffer.h:
3037         * paragraph_funcs.h:
3038         * ParagraphParameters.h:
3039         * sgml.h: use lyx::depth_type rather than Paragraph or
3040         ParameterStruct's depth_type.
3041
3042         * buffer.h
3043         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3044
3045         * BufferView.C:
3046         * BufferView_pimpl.C:
3047         * CutAndPaste.C:
3048         * ParagraphParameters.C:
3049         * buffer_funcs.C:
3050         * bufferlist.C:
3051         * bufferview_funcs.C:
3052         * lyx_cb.C:
3053         * lyxfunc.C:
3054         * tabular.C:
3055         * text3.C:
3056         * toc.C:
3057         * undo_funcs.C:
3058         * frontends/LyXView.C:
3059         * frontends/controllers/ControlDocument.C:
3060         * frontends/controllers/ControlErrorList.C:
3061         * insets/insetbibitem.C:
3062         * insets/insetbranch.C:
3063         * insets/insetcaption.C:
3064         * insets/insetcollapsable.C:
3065         * insets/insetenv.C:
3066         * insets/insetert.C:
3067         * insets/insetfloat.C:
3068         * insets/insetfoot.C:
3069         * insets/insetfootlike.C:
3070         * insets/insetnewline.C:
3071         * insets/insetquotes.C:
3072         * insets/insettabular.C:
3073         * insets/insettext.C:
3074         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3075
3076         * frontends/controllers/ControlChanges.C: #include "changes.h".
3077
3078 2003-09-06  Angus Leeming  <leeming@lyx.org>
3079
3080         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3081         than #including paragraph.h.
3082
3083         * ParagraphList.h:
3084         * RowList.h: deleted. Superfluous.
3085
3086         * CutAndPaste.h:
3087         * iterators.h:
3088         * lyxcursor.h:
3089         * lyxtext.h:
3090         * text_funcs.h:
3091         * undo.h:
3092         * undo_funcs.h:
3093         * insets/inset.h:
3094         * insets/insettext.h: use ParagraphList_fwd.h rather than
3095         ParagraphList.h.
3096
3097         * paragraph.h: don't forward declare ParagraphList.
3098
3099         * buffer.h:
3100         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3101         rather than ParagraphList.h. paragraph.h is still needed for the
3102         Paragraph::depth_type parameters.
3103
3104         * textcursor.h: enable it to compile stand-alone in light of the
3105         above changes.
3106
3107         * bufferview_funcs.C:
3108         * iterators.C:
3109         * lyxfunc.C:
3110         * lyxrow_funcs.C:
3111         * paragraph.C:
3112         * rowpainter.C:
3113         * text.C:
3114         * text2.C:
3115         * text3.C:
3116         * text_funcs.C:
3117         * textcursor.C:
3118         * undo.C:
3119         * frontends/controllers/ControlParagraph.C:
3120         * frontends/controllers/ControlTabular.C:
3121         * insets/insetmarginal.C:
3122         * insets/insetminipage.C:
3123         * insets/insetnote.C:
3124         * insets/insetoptarg.C: add header files needed to compile again.
3125
3126 2003-09-06  Angus Leeming  <leeming@lyx.org>
3127
3128         * RowList_fwd.h: new file, forward-declaring Row rather than
3129         #including lyxrow.h.
3130
3131         * lyxrow_funcs.h:
3132         * lyxtext.h:
3133         * paragraph.h:
3134         * insets/insettext.h: use it instead of RowList.h
3135
3136         * bufferview_funcs.C:
3137         * lyxfunc.C:
3138         * lyxrow_funcs.C:
3139         * paragraph.C:
3140         * rowpainter.C:
3141         * text.C:
3142         * text2.C:
3143         * text3.C: #include "RowList.h".
3144
3145 2003-09-05  Angus Leeming  <leeming@lyx.org>
3146
3147         * factory.C (createInset):
3148         * vspace.C (c-tor): replace sscanf call with an istringstream.
3149         * ispell.C: re-add missing HP/UX headers.
3150         * lyxserver.C: re-add missing  os2 headers.
3151
3152 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3153
3154         * BranchList.C:
3155         * graph.C:
3156         * ispell.C:
3157         * lastfiles.C:
3158         * lyx_cb.C:
3159         * lyxserver.C:
3160         * texrow.C:
3161         * text3.C: re-add missing system headers, needed for 2.95.2.
3162
3163 2003-09-05  Angus Leeming  <leeming@lyx.org>
3164
3165         Changes most place everywhere due to the removal of using directives
3166         from support/std_sstream.h.
3167
3168 2003-09-05  Angus Leeming  <leeming@lyx.org>
3169
3170         Replace LString.h with support/std_string.h,
3171         Lsstream.h with support/std_sstream.h,
3172         support/LIstream.h with support/std_istream.h,
3173         support/LOstream.h with support/std_ostream.h.
3174
3175         Changes resulting throughout the tree.
3176
3177 2003-09-05  Angus Leeming  <leeming@lyx.org>
3178
3179         * sgml.h: ensure that the header file can be compiled stand-alone.
3180         * *.C: strip out redundant #includes. (320 in total.)
3181
3182 2003-09-04  Angus Leeming  <leeming@lyx.org>
3183
3184         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3185         here (from getPackages).
3186
3187         * debug.[Ch]: add a new EXTERNAL tag.
3188
3189 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3190
3191         * text2.C (cursorEnd): simplify
3192         (setCursor): adjust
3193         (getColumnNearX): adjust
3194
3195         * text.C (computeBidiTables): adjust
3196         (fill): adjust
3197
3198         * rowpainter.C (paintChars): adjust
3199         (paintSelection): adjust
3200         (paintChangeBar): adjust
3201         (paintText): adjust
3202
3203         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3204         lastPos instead.
3205         (numberOfSeparators): adjust
3206
3207 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3208
3209         * LyXAction.C:
3210         * box.[Ch]:
3211         * lfuns.h:
3212         * lyxfunc.C:
3213         * text3.C: Restricts the mouse click functionality
3214         of insets like bibtex, include, toc and floatlist to the visible
3215         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3216         up the dialogs. Cursor has to be in front of the inset (i.e.
3217         start of row) for this to function.
3218
3219 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3220
3221         * bufferview_funcs.C (currentState): output row information
3222
3223 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3224
3225         * bufferview_funcs.C (currentState): output paragraph position
3226
3227 2003-09-04  Angus Leeming  <leeming@lyx.org>
3228
3229         * FloatList.h: move out #include "Floating.h".
3230         * LaTeX.h: move out #include "DepTable.h".
3231         * LyXAction.h: move out #include "funcrequest.h".
3232         * buffer.h: move out #include "author.h", "iterators.h".
3233         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3234         * lyx_main.h: move out #include "errorlist.h".
3235         * lyxfunc.h: move out #include "FuncStatus.h".
3236         * lyxtext: move out #include "lyxcursor.h".
3237         * paragraph_pimpl.h: move out #include "counters.h".
3238
3239 2003-09-03  Angus Leeming  <leeming@lyx.org>
3240
3241         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3242         preamble_snippets list, enabling us to add snippets to the preamble
3243         only if the snippet was not there already.
3244
3245 2003-09-04  Angus Leeming  <leeming@lyx.org>
3246
3247         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3248
3249 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3250
3251         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3252         update
3253
3254 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3255
3256         * BranchList.C: point fix, earlier forgotten
3257
3258 2003-09-02  Angus Leeming  <leeming@lyx.org>
3259
3260         * box.C (contains): renamed from 'contained' after a fantastic
3261         amount of hot air.
3262
3263 2003-09-02  John Levon  <levon@movementarian.org>
3264
3265         * BufferView.C:
3266         * lyxcursor.h:
3267         * lyxcursor.C:
3268         * lyxfunc.C:
3269         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3270
3271 2003-09-02  John Levon  <levon@movementarian.org>
3272
3273         * text2.C: simplification of cursorEnd(), including partial
3274         fix for bug 1376
3275
3276 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3277
3278         * buffer.C (readFile): add a space
3279
3280 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3281
3282         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3283
3284 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3285
3286         * buffer.C (readFile): new function, take a filename and a
3287         ParagraphList::iterator
3288         (readFile): adjust
3289         (readFile): adjust, make it private. don't use setStream, make
3290         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3291         always contain the filename.
3292
3293         * BufferView.C (insertLyXFile): simplify and make it work for
3294         gzipped files.
3295
3296 2003-08-30  John Levon  <levon@movementarian.org>
3297
3298         * Makefile.am: fix dist (from Kayvan)
3299
3300 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3301
3302         * most files: change to use const Buffer refs
3303
3304 2003-08-27  André Pönitz  <poenitz@gmx.net>
3305
3306         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3307         on top of ownerPar().
3308
3309 2003-08-27  John Levon  <levon@movementarian.org>
3310
3311         * funcrequest.C: properly initialise POD members
3312
3313 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3314
3315         * lyxtext.h (top_y): move top_y from here
3316         * text.C:
3317         * text2.C:
3318         * text3.C:
3319         * BufferView.[Ch]:
3320         * BufferView_pimpl.[Ch]: to here
3321         * frontends/screen.C:
3322         * insets/insettabular.C:
3323         * insets/insettext.C: adjust
3324         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3325
3326 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3327
3328         * BufferView.[Ch]:
3329         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3330
3331 2003-08-26  André Pönitz  <poenitz@gmx.net>
3332
3333         * paragraph_func.[Ch] (outerPar): new function
3334
3335         * paragraph.C:
3336         * paragraph_funcs.C:
3337         * paragraph_funcs.h:
3338         * paragraph_pimpl.C:
3339         * text2.C: remove Inset::par_owner
3340
3341 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3342
3343         * lyxrow_funcs.C:
3344         * lyxtext.h:
3345         * text.C:
3346         * text2.C: eliminates the needFullRow/display() stuff
3347         altogether, putting the logic in metrics/draw in the insets.
3348
3349 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3350
3351         * text2.C (redoParagraphInternal, redoParagraphs):
3352         * text.C (redoParagraph): add a call to updateRowPositions at the
3353         end of each 'metrics-like' call. Remove all others.
3354         (getRow): remove the 'y-computing' version.
3355         (getRowNearY): do not compute nor return the real y. Solve the
3356         'y < 0' problem and simplify.
3357
3358 2003-08-22  Angus Leeming  <leeming@lyx.org>
3359
3360         * *.[Ch]: clean-up of licence and author blurbs.
3361         Also move config.h out of a few .h files and into a few .C files.
3362
3363 2003-08-22  André Pönitz  <poenitz@gmx.net>
3364
3365         * lyxrow.[Ch]: add x_ and *fill_ members
3366
3367         * lyxtext.h:
3368         * text.C:
3369         * rowpainter.C:
3370         * text2.C: adjust/remove prepareToPrint() calls
3371
3372 2003-08-22  André Pönitz  <poenitz@gmx.net>
3373
3374         * lyxrow.[Ch]: add  end_ member
3375
3376         * lyxrow_funcs.C: use LyXRow::end_
3377
3378         * lyxtext.h (singleWidth): add LyXFont parameter
3379
3380         * rowpainter.C:
3381         * text2.C: adjust LyXText::singleWidth() calls
3382
3383         * text.C (redoParagraph): simplify row breaking logic
3384
3385
3386 2003-08-19  André Pönitz  <poenitz@gmx.net>
3387
3388         * funcrequest.C: initialize button_ member
3389
3390         * text3.C:
3391         * rowpainter.[Ch]: interface consolidation
3392
3393 2003-08-18  André Pönitz  <poenitz@gmx.net>
3394
3395         * BufferView.C:
3396         * BufferView_pimpl.C:
3397         * lyxfind.C:
3398         * paragraph_funcs.C:
3399         * rowpainter.C:
3400         * text3.C: remove LyXScreen::draw() and fitCursor calls
3401
3402         * BranchList.h: remove spurious semicolons
3403
3404         * MenuBackend.C: fix branchlist related crash
3405
3406 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3407
3408         * BranchList.[Ch]:
3409         * InsetList.[Ch]:
3410         * LColor.[Ch]:
3411         * LyXAction.C:
3412         * Makefile.am:
3413         * MenuBackend.[Ch]:
3414         * bufferparams.[Ch]:
3415         * factory.C:
3416         * lfuns.h:
3417         * lyxfunc.C:
3418         * text3.C: implements the 'branch inset'
3419         idea. This allows the output of various versions of a document
3420         from a single source version, selectively outputing or suppressing
3421         output of parts of the text.
3422         This implementation contains a 'branch list editor' in a separate
3423         tab of the document settings dialog. Branches are user definable
3424         and have a "display colour" to distinguish them on-screen.
3425
3426         ColorHandler was somewhat cleaned up.
3427         (1) make possible a dynamically growing LColor list by allowing
3428         the graphic context cache to grow along (vector);
3429         (2) eliminate an IMHO unnecessary step in colour allocation.
3430
3431 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3432
3433         * BufferView_pimpl.C: compile fix
3434
3435 2003-08-15  André Pönitz  <poenitz@gmx.net>
3436
3437         * rowpainter.C: remove extra metrics calls
3438
3439         * lyxtext.h: merge the two constructors into a single one,
3440           pass reference to owner's par list
3441
3442         * BufferView_pimpl.C:
3443         * text.C:
3444         * text2.C: adjust
3445
3446 2003-08-15  André Pönitz  <poenitz@gmx.net>
3447
3448         * lyxrow_funcs.[Ch]:
3449         * lyxtext.h:
3450         * paragraph.h:
3451         * paragraph_funcs.C:
3452         * rowpainter.C:
3453         * text.C:
3454         * text2.C:
3455         * text3.C:
3456         * text_funcs.C: split LyXText::rowlist_ into individual
3457         Paragraph::rows_ chunks
3458
3459         * BufferView.[Ch]:
3460         * BufferView_pimpl.[Ch]:
3461         * lyxfind.C:
3462         * lyxtext.h:
3463         * text3.C: remove toggleSelection()
3464
3465 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3466
3467         * bufferlist.C: beautify two alerts (shorter text of buttons)
3468         * buffer.C: Remove redundant ' ' from message
3469         * tabular.h:
3470         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3471         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3472         rename VALIGN_CENTER to VALIGN_MIDDLE
3473
3474 2003-08-11  André Pönitz  <poenitz@gmx.net>
3475
3476         * lyxtext.h (getPar):
3477         * text.C: new function
3478
3479 2003-08-11  André Pönitz  <poenitz@gmx.net>
3480
3481         * Makefile.am:
3482         * tracer.[Ch]: remove unneeded files
3483
3484         * InsetList.[Ch]: remove resizeInsetsLyXText()
3485
3486         * lyxtext.h:
3487         * text.C:
3488         * text2.C:
3489         * text3.C: merge insertParagraphs() and appendParagraph()
3490         remove breakAgain(), update()
3491
3492         * BufferView_pimpl.[Ch]:
3493         * bufferview_funcs.[Ch]:
3494         * lyxfunc.C:
3495         * paragraph.[Ch]:
3496         * rowpainter.C:
3497         * tabular.C: adjust after text & InsetList changes.
3498
3499 2003-08-08  André Pönitz  <poenitz@gmx.net>
3500
3501         * text.C (insertChar, backspace): replace rowlist fiddling
3502         with rebreak of full par
3503
3504         * lyxtext.h:
3505         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3506         checkParagraph, updateInset): removed
3507
3508 2003-08-07  André Pönitz  <poenitz@gmx.net>
3509
3510         * paragraph.C:
3511         * text3.C: merge some LFUN handlers, remove dead code
3512
3513 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3514
3515         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3516
3517 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3518
3519         * text2.C (DEPM): fix part of bug 1255 and 1256
3520
3521 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3522
3523         * BufferView_pimpl.C (workAreaDispatch): change to use
3524         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3525         that are no mouse related.
3526
3527 2003-08-05  André Pönitz  <poenitz@gmx.net>
3528
3529         * BufferView.[Ch]:
3530         * BufferView_pimpl.[Ch]:
3531         * bufferview_funcs.C:
3532         * text2.C:
3533         * text3.C: rip out "deep update"
3534
3535         * textcursor.[Ch] (last_sel_cursor): remove unused member
3536
3537 2003-08-04  André Pönitz  <poenitz@gmx.net>
3538
3539         * BufferView.[Ch]:
3540         * BufferView_pimpl.[Ch]:
3541         * ParagraphParameters.C:
3542         * bufferview_funcs.C:
3543         * lyx_cb.C:
3544         * lyxfind.C:
3545         * lyxfunc.C:
3546         * text.C:
3547         * text2.C:
3548         * text3.C: replace "complicated" BufferView::update(...) calls with
3549         simpler ones.
3550
3551         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3552
3553 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3554
3555         * Makefile.am (lyx_SOURCES): add paper.h
3556
3557 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3558
3559         * Makefile.am: move things around so that both lyx-qt and
3560         lyx-xforms can be built (according to --with-frontend). Then lyx
3561         is a symbolic link to lyx-[firstfrontend]
3562
3563 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3564
3565         * Always use std::endl with lyxerr
3566
3567 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3568
3569         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3570
3571 2003-08-01  André Pönitz  <poenitz@gmx.net>
3572
3573         * BufferView.[Ch]:
3574         * BufferView_pimpl.[Ch]:
3575         * lyxfunc.C:
3576         * text3.C: merge BufferView::repaint() and BufferView::update()
3577
3578 2003-08-01  José Matos  <jamatos@lyx.org>
3579
3580         * buffer.[Ch]: file_format is no longer a buffer data element.
3581
3582 2003-08-01  André Pönitz  <poenitz@gmx.net>
3583
3584         * BufferView.C:
3585         * lyxtext.h:
3586         * text.C:
3587         * text2.C: make redoParagraph more independent of current cursor
3588
3589         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3590         * text.C:
3591         * text2.C: remove unneeded members
3592
3593 2003-07-30  André Pönitz  <poenitz@gmx.net>
3594
3595         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3596
3597         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3598           create a single function...
3599
3600         * paragraph_funcs.C (moveItem): ... here.
3601
3602         * text.C:
3603           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3604
3605 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3606
3607         * LColor.[Ch]: Add comment and greyedout logical colors.
3608
3609 2003-07-30  André Pönitz  <poenitz@gmx.net>
3610
3611         * tabular.C: don't use Assert too heavily. This crashes where it
3612           shouldn't
3613
3614 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3615
3616         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3617         is disabled (bug 1232)
3618
3619 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3620
3621         * factory.C: limited 'arg' scope
3622
3623 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3624
3625         * factory.C: fixed Note submenu issues
3626
3627 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3628
3629         * factory.C: submenu for Note/Comment/Greyedout
3630
3631 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3632
3633         * lyx_main.C (LyX):
3634         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3635
3636 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3637
3638         * LaTeXFeatures.C:
3639         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3640         greyedout. Patch provided by Jürgen Spitzmüller.
3641
3642 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3643
3644         * kbmap.C (read): fix error message when reading bind files
3645
3646 2003-07-29  Angus Leeming  <leeming@lyx.org>
3647
3648         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3649         certainly does not do what it purports to do. I am doing it, and
3650         us, a favour by killing it.
3651
3652 2003-07-28  José Matos  <jamatos@lyx.org>
3653
3654         * buffer.C (readBody, do_writeFile):
3655         * paragraph.C(readParagraph): \end_document replaces \the_end.
3656
3657 2003-07-29  André Pönitz  <poenitz@gmx.net>
3658
3659         * BufferView.[Ch]:
3660         * BufferView_pimpl.[Ch]:
3661         * lyxfunc.C:
3662         * text2.C:
3663         * text3.C:
3664         * textcursor.[Ch]: remove toggleToggle & Co
3665
3666 2003-07-28  José Matos  <jamatos@fep.up.pt>
3667
3668         * buffer.C (readParagraph):
3669         * params_func (readParToken, readParagraph):
3670         * paragraph.C (write): \layout -> \begin_layout.
3671
3672 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3673
3674         * lyxlex_pimpl.C (setFile): clean up slightly.
3675
3676         * bufferparams.h: add compressed var
3677
3678         * buffer_funcs.C (readFile): adjust for LyXLex change
3679         (newFile): ditto + simplify
3680
3681         * buffer.C (writeFile): handle writing of compressed files
3682
3683         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3684         Check if the file is compressed and set a bufferparm if so.
3685
3686         * Makefile.am (lyx_LDADD): remove explicit -lz
3687
3688 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3689
3690         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3691         makeDocBookFile): put the real LyX version in the first line of
3692         the file
3693
3694         * version.h:
3695         * version.C.in: remove lyx_docversion
3696
3697         * tabular.C (write_attribute): add a template-based version to
3698         write enums properly
3699
3700 2003-07-28  André Pönitz  <poenitz@gmx.net>
3701
3702         * lyxtext.h:
3703         * text.C:
3704         * text2.C:
3705         * text3.C: use doubles again for x-coordinates. They are needed.
3706
3707 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3708
3709         * messages.C (getLocaleDir): use lyx_localedir()
3710
3711         * lyxlex_pimpl.C (setFile): compress stuff
3712
3713         * buffer.C (writeFile): add some compression stuff
3714         (do_writeFile): new func, dont call expliti close... will this
3715         breake anything?
3716
3717         * Makefile.am (lyx_LDADD): add -lz
3718
3719 2003-07-28  José Matos  <jamatos@fep.up.pt>
3720
3721         * buffer.C: increment file format.
3722         * paragraph_funcs (readParagraph, readParToken):
3723         * paragraph.C (readParagraph): add \end_layout.
3724
3725 2003-07-27  Angus Leeming  <leeming@lyx.org>
3726
3727         * Makefile.am: remove special casing for configure-time setting of
3728         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3729
3730         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3731         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3732
3733 2003-07-26  André Pönitz  <poenitz@gmx.net>
3734
3735         * paragraph_func.[Ch]:
3736         * paragraph.C (realizeFont): inline it whereever it is used
3737
3738         * rowpainter.C:
3739         * text.C:
3740         * text2.C:
3741         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3742
3743
3744 2003-07-26  André Pönitz  <poenitz@gmx.net>
3745
3746         *       lyxtext.h:
3747         * text.C:
3748         * text2.C: get rid of LyXText::need_break_row
3749
3750 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3751
3752         * toc.[Ch]: put namespace toc inside namespace lyx
3753
3754         * MenuBackend.C (expandToc2): adjust for lyx::toc
3755         (expandToc): ditto
3756
3757         * lyxfunc.C (dispatch): adjust for lyx::find
3758
3759         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3760         lyx::find instead. Reorganize a bit.
3761         (LyXReplace): rename to replace
3762         (LyXFind): rename to find
3763
3764         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3765         (dispatch): ditto
3766
3767 2003-07-26  André Pönitz  <poenitz@gmx.net>
3768
3769         * text.C (setHeightOfRow): restrict scope of temporary variable
3770
3771         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3772           code (never has been used?)
3773
3774 2003-07-27  Asger Alstrup  <alstrup@local>
3775
3776         * text.C (fill): Optimise algorithm to exploit that we can reuse
3777         the LyXFont for many characters.
3778         (setHeightOfRow): Same thing.
3779         (rowBreakPoint): Same thing.
3780
3781 2003-07-26  Asger Alstrup  <alstrup@local>
3782
3783         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3784
3785         * text.C (singleWidth): Spurious font copying in hot-spot
3786         singleWidth avoided. Reorder tests for arabic for efficiency.
3787
3788         * text.C (fill): handle empty paragraphs better.
3789
3790 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3791
3792         * ispell.C:
3793         * encoding.h: add includes
3794
3795         * lyxrc.C: remove reading of bind files
3796
3797         * lyx_main.C (init): setup bindings and menus only if we have a
3798         gui.
3799
3800         * kbmap.C (read): new method. Do the actual reading of bind
3801         files.
3802
3803         * converter.C (dvipdfm_options):
3804         * bufferparams.C:
3805         * lyxrc.C (read):
3806         (output): adapt PAPER_* enums.
3807
3808         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3809
3810         * bufferparams.h: remove paper-related enums from there
3811
3812         * paper.h: New file. A trivial header file to hold paper-related
3813         enums. It should later expand to contain many paper-related
3814         horrors access.
3815
3816         * lyxrc.C: declare extern displayTranslator
3817
3818 2003-07-27  José Matos  <jamatos@fep.up.pt>
3819
3820         * tabular.[Ch] (linuxdoc): add support for tables and figures
3821         (linuxdoc).
3822
3823 2003-07-27  José Matos  <jamatos@fep.up.pt>
3824
3825         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3826         consistency in both functions.
3827         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3828
3829 2003-07-26  Asger Alstrup  <alstrup@local>
3830
3831         * rowpainter.C (paintRows): Change algorithm to work directly on
3832         the insets rather than asking every character in the document
3833         whether its an inset.
3834
3835 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3836
3837         * buffer.C (openFileWrite): factorize some code
3838
3839 2003-07-26  Angus Leeming  <leeming@lyx.org>
3840
3841         * lyx_cb.C:
3842         * lyx_main.[Ch]: replace occurances of system_tempdir with
3843         os::getTmpDir().
3844
3845 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3846
3847         * rename Inset to InsetOld
3848
3849 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3850
3851         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3852         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3853         which I think is a bit clearer. EDIT is gone, since it was
3854         premature optimisation, and broken for mathed anyway.
3855         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3856         with cursor positioning in insets as well (math insets still do not
3857         work, but that's a different story anyway.) It mysteriously
3858         crashes sometimes with undo in the first paragraph, but I'm fairly
3859         confident that this is a compiler bug.
3860
3861 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3862
3863         * paragraph.C (Paragraph): adjust for new clone return type
3864         (operator==): ditto
3865         (copyIntoMinibuffer): ditto
3866
3867 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3868
3869         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3870         by not having a special case, and always doing a full rebreak of
3871         the document after undo.
3872
3873 2003-07-23  Angus Leeming  <leeming@lyx.org>
3874
3875         * factory.C (createInset): InsetExternal::setParams now takes a
3876         Buffer const * arg.
3877
3878 2003-07-23  Angus Leeming  <leeming@lyx.org>
3879
3880         * factory.C (createInset): changed interface to the external and
3881         graphics mailers' string2params functions.
3882
3883 2003-07-23  Angus Leeming  <leeming@lyx.org>
3884
3885         * factory.C (createInset): pass a
3886         Buffer const * parameter to InsetExternalMailer's string2params.
3887
3888 2003-07-22  John Levon  <levon@movementarian.org>
3889
3890         * Thesaurus.h: include the right aiksaurus header
3891
3892 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3893
3894         * MenuBackend.C (expand): check menu shortcuts unconditionally
3895
3896 2003-07-21  Angus Leeming  <leeming@lyx.org>
3897
3898         * factory.C (createInset): pass a
3899         buffer_path parameter to InsetGraphicsMailer's string2params.
3900
3901 2003-07-21  Angus Leeming  <leeming@lyx.org>
3902
3903         * BufferView_pimpl.C (buffer):
3904         * buffer.C (d-tor):
3905         * lyx_main.C (LyX):
3906         * lyxfunc.C (dispatch):
3907         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3908         rather than the grfx shortcut.
3909
3910 2003-07-21  André Pönitz  <poenitz@gmx.net>
3911
3912         * rowpainter.C: remove unused variables
3913
3914         * tabular_funcs.C:
3915         * tabular_funcs.h: move to tabular.C
3916         * Makefile.am: adjust
3917
3918         * tabular.[Ch]: basic optical cleaning
3919
3920         * author.h: pass references, not values
3921
3922 2003-07-18  André Pönitz  <poenitz@gmx.net>
3923
3924         * lyxtext.h:
3925         * metricsinfo.C:
3926         * metricsinfo.h:
3927         * rowpainter.C:
3928         * text.C:
3929         * text2.C:
3930         * text3.C: two-phase drawing for InsetText and InsetTabular
3931         some float -> int changes.
3932
3933 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3934
3935         * lyx_main.C: fix the fix
3936
3937 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3938
3939         * lyx_main.C: fix a crash in batch mode if no files specified
3940         * converter.C: ws
3941
3942 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3943
3944         * format.[Ch] (papersize): moved to BufferParams
3945         * converter.[Ch] (dvips_options): moved to BufferParams
3946         (dvipdfm_options): moved to anon namespace
3947         * bufferparams.[Ch]: added above functions.
3948
3949 2003-07-17  André Pönitz  <poenitz@gmx.net>
3950
3951         * lyxtext.h:
3952         * rowpainter.C:
3953         * text2.C: don't call inset->update() anymore
3954
3955         * metricsinfo.[Ch]: add convenience constructor
3956
3957 2003-07-16  André Pönitz  <poenitz@gmx.net>
3958
3959         * lyxcursor.[Ch]:
3960         * lyxfunc.[Ch]:
3961         * text.C:
3962         * text2.C: replace the LyXCursor::irow_ member with
3963          on-demand computation of the value
3964
3965 2003-07-16  John Levon  <levon@movementarian.org>
3966
3967         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3968
3969 2003-07-15  André Pönitz  <poenitz@gmx.net>
3970
3971         * text.C:
3972         * text2.C: remove no more needed refresh_row
3973
3974 2003-07-15  André Pönitz  <poenitz@gmx.net>
3975
3976         * lyxtext.h:
3977         * rowpainter.C:
3978         * text2.C:
3979         * text3.C: refresh_status tristate -> need_update bool
3980
3981 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3982
3983         * lyxtext.h (init): remove reinit argument (act as if always true)
3984         * text2.C: adjust to that
3985
3986 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3987
3988         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3989         * text3.C: use it to delete selections in some cases
3990         (bugs 441, 673, 702, 954).
3991
3992 2003-07-14  André Pönitz  <poenitz@gmx.net>
3993
3994         * rowpainter.[Ch]: reduce interface
3995
3996 2003-07-14  André Pönitz  <poenitz@gmx.net>
3997
3998         * BufferView_pimpl.C:
3999         * text2.C: adjust after removing unused BufferView * argument
4000
4001 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4002
4003         * text2.C (init): fix a crash fired on resize
4004
4005 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4006
4007         * buffer.[Ch]: added new closing signal
4008         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4009         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4010         BufferView::Pimpl via the closing the signal
4011
4012 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4013
4014         * buffer.[Ch]: take out all bv-related from buffer
4015         * BufferView.C:
4016         * BufferView_pimpl.[Ch]: connect to new signals
4017         * CutAndPaste.C: removed useless asserts
4018         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4019         * lyxvc.[Ch]:
4020         * vc-backend.[Ch]:
4021         * lyxfunc.C: moved view-related funciontality from vc here
4022         * paragraph.C: removed outdated comments
4023         * text.C: ws
4024
4025 2003-07-10  André Pönitz  <poenitz@gmx.net>
4026
4027         * BufferView_pimpl.C:
4028         * tabular.h:
4029         * tabular_funcs.C:
4030         * text.C:
4031         * text2.C: remove InsetText::InnerCache, clean up consequences
4032
4033 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4034
4035         * ispell.C: fix two typos in error messages
4036
4037 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4038
4039         * Extend Note inset to other forms of annotation like Comment
4040         and Greyedout. Right button click gives dialog.
4041
4042         Files modified or added (+):
4043
4044         * insetnote.[Ch]
4045         * FormNote.[Ch]      +
4046         * ControlNote.[Ch]   +
4047         * form_note.fd       +
4048         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4049         frontends/controllers
4050         * xforms/Dialogs.C
4051         * factory.C
4052
4053 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4054
4055         * aspell.C: add missing namespace lyx::support
4056
4057 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4058
4059         * BufferView.[Ch] (newFile): Add
4060         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4061         * LaTeX.[Ch] (message): added this signal and use it
4062         * buffer.[Ch] (busy, message): added these signals and use them
4063         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4064         * converter.C:
4065         * exporter.C:
4066         * format.C:
4067         * importer.C: use buffer signals instead of direct bv calling
4068         * lyx_cb.[Ch] (ShowMessage): removed
4069         * lyx_main.C:
4070         * lyxfunc.C:
4071         * paragraph_funcs.C:
4072         * text2.C: use buffer signals
4073
4074 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4075
4076         * introduce namespace lyx::graphics
4077
4078 2003-07-02  André Pönitz  <poenitz@gmx.net>
4079
4080         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4081
4082 2003-07-01  André Pönitz  <poenitz@gmx.net>
4083
4084         * text.C:
4085         * text2.C:
4086         * text3.C:
4087         * text_funcs.[Ch]:
4088         * textcursor.h:
4089         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4090           text*.C to text_func.C
4091
4092 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4093
4094         * introduce namespace lyx::support
4095
4096 2003-06-30  André Pönitz  <poenitz@gmx.net>
4097
4098         * Chktex.C:
4099         * funcrequest.C:
4100         * lyxtext.h:
4101         * text.C: re-enable --with-included-string
4102
4103 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4104
4105         * textcursor.C: add <config.h>
4106
4107         * text.C (getWord): remove const from word_location arg
4108
4109         * lyxvc.C (getLogFile): fix const type order
4110
4111         * lyxtext.h: remove const from word_location arg, add arg name
4112
4113         * lyxlayout.h: currect type on labeltype.
4114
4115         * importer.C: correct \file
4116
4117         * converter.C (intToFormat): use std:: on ret val, ws changes
4118
4119         * bufferlist.h: correct \file
4120
4121         * buffer.C (makeLinuxDocFile): fix const type order
4122         (makeDocBookFile): ditto
4123         (fillWithBibKeys): use std:: on stdlib args.
4124
4125         * CutAndPaste.C: fix authors.
4126         (availableSelections): use std:: on return vector
4127
4128 2003-06-27  André Pönitz  <poenitz@gmx.net>
4129
4130         * BufferView_pimpl.C:
4131         * bufferview_funcs.C:
4132         * lyxcursor.C:
4133         * lyxcursor.h:
4134         * lyxfunc.C:
4135         * lyxtext.h:
4136         * rowpainter.C:
4137         * text.C:
4138         * text2.C:
4139         * text3.C: remove LyXCursor::row_ member
4140
4141         * lyxtext.h:
4142         * text.C: rename fullRebreak() to partialRebreak() and implement
4143           a fullRebreak() that really bereks fully
4144
4145         * textcursor.h: new struct for cursor-related data
4146
4147 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4148
4149         * lyx_main.C (LyX): get full path of document loaded on the
4150         command line
4151
4152 2003-06-26  André Pönitz  <poenitz@gmx.net>
4153
4154         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4155           remove unused/broken operator>,<,>=.
4156
4157         *       text.C: remove only use of broken operator<= in an Assert().
4158
4159 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4160
4161         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4162         moved errorlist_.clear to showErrorList
4163
4164 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4165
4166         * converter.C (scanLog, runLaTeX):
4167         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4168         move the bv->showErrorList call to the callers
4169         * lyxfunc.C: i.e. here...
4170         * text2.C: and here
4171         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4172         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4173         namespace, the second to...
4174         * buffer_funcs (BufferFormat, parseErrors): added
4175         * errorlist.C (ErrorList(TeXErrors const &)): removed
4176
4177 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4178
4179         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4180
4181 2003-06-24  "Garst R. Reese" <reese@isn.net>
4182
4183         * debug.C: fix typo
4184
4185 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4186
4187         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4188
4189         * version.C.in: change docversion to 1.4
4190
4191 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4192
4193         * buffer.C: fix a bug just introduced
4194
4195 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4196
4197         * buffer.[Ch]: added the parseError signal and use it, removed
4198         sgmlError
4199         * BufferView.[Ch] (addError): moved to ...
4200         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4201         to the Buffer::parseError signal to catch (guess what) parse errors
4202         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4203
4204 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4205
4206         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4207         ability to create a buffer and to return an existing one from
4208         the list. Moved these functions to...
4209         * buffer_funcs.[Ch]: added
4210         * BufferView.[Ch] (loadLyXFile): added
4211         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4212         job removed from bufferlist::loadLyXFile.
4213         * buffer.C (setReadOnly): make it work without view
4214         (i.e added an if (users))
4215
4216 2003-06-19  Angus Leeming  <leeming@lyx.org>
4217
4218         * lfuns.h:
4219         * LyXAction.C (init):
4220         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4221         with LFUN_DIALOG_SHOW <name> <data>.
4222
4223 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4224
4225         * CutAndPaste.C (availableSelections): small compilation fix for
4226         ancient (gcc 2.9x) compilers
4227
4228 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4229
4230         * text3.C (cursorNext): add tmp var
4231
4232         * text2.C (updateCounters): for function calling out of for clause
4233         (replaceSelectionWithString): ditto
4234         (insertStringAsParagraphs): ditto
4235         (getColumnNearX): add tmp var
4236         (setCursorFromCoordinates): add tmp var
4237         (cursorDownParagraph): add tmp var
4238         (deleteEmptyParagraphMechanism): add tmp var
4239
4240         * text.C (insertChar): add tmp var
4241
4242         * rowpainter.C (paintDepthBar): add tmp var
4243
4244         * CutAndPaste.C (availableSelections): potentially check all
4245         paragraphs in a cut to fill the shown strings.
4246
4247 2003-06-18  André Pönitz  <poenitz@gmx.net>
4248
4249         * kbmap.[Ch]: use vector<> instead of list<>
4250
4251 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4252
4253         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4254         pasteSelection with index
4255
4256         * text2.C (pasteSelection): modify, call pasteSelection with index
4257
4258         * paragraph.C (asString): reimplement version with no interval to
4259         call the one with interval.
4260
4261         * lyxtext.h: add index arg to pasteSelection
4262
4263         * MenuBackend.C (MenuItem): handle PasteRecent
4264         (Menu::read::Menutags): add md_pasterecent
4265         (read): handle it
4266         (expandPasteRecent): new function
4267         (expand): use it
4268
4269         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4270
4271         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4272         the limited stack
4273         (availableSelections): new function
4274
4275 2003-06-17  Angus Leeming  <leeming@lyx.org>
4276
4277         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4278
4279 2003-06-17  Angus Leeming  <leeming@lyx.org>
4280
4281         * lfuns.h:
4282         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4283
4284         * lyxfunc.C (dispatch): invoke it.
4285
4286 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4287
4288         * iterators.C (operator++, ParPosition): reintroduce some
4289         const_cast for the benefit of older compilers.
4290
4291 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4292
4293         * text3.C (dispatch): do not modify clipboard when doing
4294         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4295         LFUN_DELETE_SKIP on a selection selection
4296
4297 2003-06-16  André Pönitz  <poenitz@gmx.net>
4298
4299         * BufferView.C:
4300         * buffer.C:
4301         * buffer.h:
4302         * paragraph.C:
4303         * tabular.[Ch]: IU of clone() and getLabelList();
4304
4305 2003-06-13  André Pönitz  <poenitz@gmx.net>
4306
4307         * tabular.h: compactification
4308
4309 2003-06-12  André Pönitz  <poenitz@gmx.net>
4310
4311         * tabular.C:
4312         * tabular.h:
4313         * tabular_funcs.h: some renaming plus whitespace
4314
4315 2003-06-12  André Pönitz  <poenitz@gmx.net>
4316
4317         * BufferView.C:
4318         * BufferView_pimpl.C:
4319         * CutAndPaste.C:
4320         * buffer.C:
4321         * iterators.[Ch]:
4322         * lyxfunc.C:
4323         * text.C:
4324         * toc.C: Return a Paragraph & for ParIterator::operator*()
4325
4326 2003-06-11  John Levon  <levon@movementarian.org>
4327
4328         * lyx_main.C:
4329         * ToolbarBackend.h:
4330         * ToolbarBackend.C: add "Toolbars" section and
4331         put the flags there
4332
4333 2003-06-10  Angus Leeming  <leeming@lyx.org>
4334
4335         * lfuns.h:
4336         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4337
4338         * lyxfunc.C (dispatch): invoke it.
4339
4340 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4341
4342         * main.C: protect <ios> with HAVE_IOS
4343         (main): protect sync_with_stdio with HAVE_IOS
4344
4345 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4346
4347         * text2.C (cutSelection): adjust
4348         (pasteSelection): adjust
4349
4350         * messages.C: handle get of empty string
4351
4352         * main.C (main): use sync_with_stdio(false)
4353
4354         * lyxfunc.C (dispatch): adjust
4355
4356         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4357         (WriteAs): remove unneeded BufferView arg.
4358
4359         * bufferparams.h: use correct types on papersize, papersize2 and
4360         paperpackage.
4361
4362         * bufferparams.C (readToken): adjust for type
4363         (writeLaTeX): add missing cases to switch.
4364
4365         * bufferlist.C (quitWriteBuffer): adjust
4366         (close): adjust
4367
4368         * buffer.C (asciiParagraph): remove some commented code.
4369
4370         * CutAndPaste.C: remove current_view extern variable.
4371         (cutSelection): add BufferParams arg.
4372         (eraseSelection): add BufferParams arg.
4373         (pasteSelection): add Buffer const & arg
4374
4375 2003-06-07  John Levon  <levon@movementarian.org>
4376
4377         * buffer.C:
4378         * paragraph_funcs.C:
4379         * paragraph_pimpl.C:
4380         * text.C:
4381         * text2.C:
4382         * paragraph.h:
4383         * paragraph.C: allow InsetERT to freely space lines,
4384         and some consolidation of code
4385
4386 2003-06-06  José Matos  <jamatos@fep.up.pt>
4387
4388         * buffer.C (makeDocBookFile): fix bug #821
4389
4390 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4391
4392         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4393
4394 2003-06-04  Angus Leeming  <leeming@lyx.org>
4395
4396         * buffer.C: bump format to 224.
4397
4398 2003-06-05  André Pönitz  <poenitz@gmx.net>
4399
4400         * text2.C (redoParagraphs): remove two const_cast<>
4401
4402 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4403
4404         * ParagraphList.h: remove last remnants of NO_STD_LIST
4405
4406 2003-06-03  Angus Leeming  <leeming@lyx.org>
4407
4408         * factory.C (createInset): small change to the way InsetExternal's params
4409         are set.
4410
4411 2003-06-04  André Pönitz  <poenitz@gmx.net>
4412
4413         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4414
4415         * paragraph_pimpl.h:
4416         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4417
4418         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4419
4420         * undo_funcs.C: make some simple cases of undo work again
4421
4422 2003-06-03  John Levon  <levon@movementarian.org>
4423
4424         * ispell.C: HPUX doesn't have sys/select.h
4425         (from Albert Chin)
4426
4427 2003-06-03  John Levon  <levon@movementarian.org>
4428
4429         * CutAndPaste.C: update tabular and include inset
4430         buffer references
4431
4432         * buffer.h:
4433         * paragraph.h:
4434         * paragraph.C: remove owningBuffer(), don't pass Buffer
4435         to clone()
4436
4437         * factory.C: insetGraphicsParams changed
4438
4439 2003-06-02  John Levon  <levon@movementarian.org>
4440
4441         * LyXAction.C:
4442         * factory.C:
4443         * lfuns.h:
4444         * lyxfunc.C:
4445         * text3.C: remove insetparent
4446
4447 2003-06-02  John Levon  <levon@movementarian.org>
4448
4449         * buffer.h:
4450         * buffer.C: fix inset_iterator.end(), move out of line
4451         (bug 1149)
4452
4453 2003-06-01  John Levon  <levon@movementarian.org>
4454
4455         * text3.C: use a proper cut/paste when doing inset
4456         insert (from Jürgen Spitzmüller)
4457
4458 2003-06-01  John Levon  <levon@movementarian.org>
4459
4460         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4461
4462 2003-05-30  André Pönitz  <poenitz@gmx.net>
4463
4464         * rowpainter.C: unify second drawing phase
4465
4466 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4467
4468         * trans_mgr.C: remove one case of current_view
4469
4470         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4471
4472         * paragraph_funcs.h: remove paragraph.h include
4473
4474         * paragraph.h: delete NO_STD_LIST stuff
4475
4476         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4477
4478         * buffer.h: remove paragraph.h include
4479
4480         * ParagraphList.C: delete file
4481
4482         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4483
4484         * toc.C (getTocList): adjust
4485
4486         * paragraph_pimpl.C (validate): adjust
4487
4488         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4489
4490         * paragraph.C (Paragraph): adjust
4491         (getPositionOfInset): use const_iterator, adjust
4492         (bibitem): use const_iterator, adjust
4493         (setInsetOwner): adjust
4494
4495         * iterators.C (operator++): adjust
4496
4497         * InsetList.[Ch]: Replace selfmade iterator with standard
4498         vector::iterator also introduce const_iterator. Remove getPos,
4499         getInset and setInset from InsetTable. Adjust accordingly.
4500
4501         * BufferView.C (lockInset): adjust
4502         (ChangeInsets): adjust
4503
4504         * tabular.[Ch]: delete commented same_id functions
4505
4506 2003-05-28  John Levon  <levon@movementarian.org>
4507
4508         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4509
4510 2003-05-28  André Pönitz  <poenitz@gmx.net>
4511
4512         * metricsinfo.[Ch]: remove 'fullredraw' member
4513
4514 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4515
4516         * lyxtextclass.C (operator): remove caching.
4517
4518 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4519
4520         * text3.C: adjust
4521
4522         * text2.C (cursorBottom): adjust
4523         (setCounter): use ParagraphList::find, adjust
4524
4525         * text.C (workWidth): use ParagraphList::find, adjust
4526
4527         * lyxcursor.C (LyXCursor): adjust
4528
4529         * buffer.C (inset_iterator): adjust
4530
4531         * ParagraphList.h: make iterator(value_type) private, make
4532         ParagraphList a friend of iterator.
4533
4534         * ParagraphList.C (find): new function
4535
4536         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4537
4538 2003-05-27  André Pönitz  <poenitz@gmx.net>
4539
4540         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4541
4542 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4543
4544         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4545
4546 2003-05-26  John Levon  <levon@movementarian.org>
4547
4548         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4549
4550 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4551
4552         * remove same_id from function signatures, adjust.
4553
4554 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4555
4556         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4557
4558         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4559
4560         * paragraph.C (Paragraph): get rid of same_ids parameter
4561
4562         * ParagraphList.C (insert): adjust
4563         (push_back): adjust
4564
4565 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4566
4567         * paragraph_funcs.C (breakParagraph): adjust
4568         (breakParagraphConservative): adjust
4569
4570         * buffer.C (readParagraph): adjust
4571
4572         * ParagraphList.C (insert): take a reference instead of a pointer
4573         (insert): adjust
4574
4575         * paragraph.[Ch] (id): new function
4576
4577         * bufferlist.C (newFile): adjust
4578
4579         * ParagraphList.C (ParagraphList): adjust
4580         (assign): adjust
4581         (push_back): take a reference instead of a pointer.
4582
4583         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4584
4585         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4586         instead.
4587
4588         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4589         set else use old code.
4590
4591         * ParagraphList.C: remove all NO_NEXT code and only compile this
4592         code of NO_STD_LIST is set.
4593
4594 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4595
4596         * BufferView_pimpl.C:
4597         * TextCache.C:
4598         * TextCache.h:
4599         * bufferlist.C:
4600         * errorlist.h:
4601         * format.C:
4602         * format.h:
4603         * graph.C:
4604         * lyxfunc.C:
4605         * lyxrc.C:
4606         * graphics/GraphicsConverter.C:
4607         * graphics/PreviewLoader.C: header adjustment
4608
4609 2003-05-23  Angus Leeming  <leeming@lyx.org>
4610
4611         * LaTeXFeatures.[Ch] (useBabel): new method.
4612         * bufferparams.C (writeLaTeX): use it.
4613
4614 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4615
4616         * ParagraphList.h (set): remove unused function.
4617
4618 2003-05-23  André Pönitz  <poenitz@gmx.net>
4619
4620         * BufferView.C:
4621         * BufferView_pimpl.C:
4622         * buffer.C:
4623         * buffer.h:
4624         * lyxfunc.C:
4625         * undo_funcs.C: setUndo reworked
4626
4627         * iterators.[Ch]: add access to topmost ParagraphList
4628
4629         * lyxtext.[Ch] (workWidth): add a const
4630
4631 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4632
4633         * texrow.[Ch] (increasePos): remove function
4634         * exporter.C (export): removed unused var and outdated comment
4635
4636 2003-05-23  Angus Leeming  <leeming@lyx.org>
4637
4638         * latexrunparams.h: rename fragile as moving_arg.
4639         * paragraph.C (simpleTeXOnePar): ditto.
4640         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4641
4642 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4643
4644         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4645         (createUndo): ditto
4646         (textUndoOrRedo): comment out a currently unused var.
4647
4648         * paragraph.h (NO_NEXT): enable NO_NEXT
4649
4650         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4651
4652         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4653
4654         * exporter.C (Export): adjust for removeAutoInsets removal.
4655
4656         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4657
4658         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4659
4660         * BufferView.[Ch] (removeAutoInsets): delete function
4661
4662 2003-05-22  Angus Leeming  <leeming@lyx.org>
4663
4664         * latexrunparams.h: add a free_spacing variable.
4665
4666         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4667         to pass moving_arg, as the data is stored in runparams.fragile.
4668
4669         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4670         to Inset::latexOptional or to simpleTeXOnePar.
4671
4672         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4673         free_spacing arg to Inset::latexOptional.
4674
4675         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4676         free_spacing arg.
4677
4678 2003-05-22  Angus Leeming  <leeming@lyx.org>
4679
4680         * latexrunparams.h: add fragile and use_babel variables.
4681
4682         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4683         * buffer.C (makeLaTeXFile): store this returned value in
4684         runparams.use_babel, thus passing it to the inset::latex methods.
4685
4686         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4687         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4688
4689         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4690         longer has a fragile arg, as it is stored in runparams.fragile.
4691
4692         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4693         moving_arg parameter as the data is stored in runparams.fragile.
4694
4695         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4696         a fragile parameter as the data is stored in runparams.fragile.
4697
4698 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4699
4700         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4701
4702 2003-05-22  Angus Leeming  <leeming@lyx.org>
4703
4704         * latexrunparams.h: add a 'bool nice' which defaults to false.
4705
4706         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4707         now encapsulated within runparams.
4708
4709         * bufferlist.C (updateIncludedTeXfiles):
4710         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4711
4712 2003-05-22  Angus Leeming  <leeming@lyx.org>
4713
4714         * latexrunparams.h: new file containing struct LatexRunParams.
4715         * Makefile.am: add new file.
4716
4717         * LaTeX.[Ch] (c-tor, run):
4718         * buffer.[Ch] (makeLaTeXFile):
4719         * bufferlist.[Ch] (updateIncludedTeXfiles):
4720         * converter.C (convert, scanLog):
4721         * converter.[Ch] (runLaTeX):
4722         * exporter.C (Export):
4723         * paragraph.[Ch] (simpleTeXOnePar):
4724         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4725         * paragraph_funcs.[Ch] (latexParagraphs):
4726         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4727         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4728         pass around a LatexRunParams parameter.
4729
4730 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4731
4732         * paragraph.[Ch]: remove unused constructor
4733
4734         * ParagraphList.C (erase): new function, taking two iterators
4735
4736 2003-05-22  André Pönitz  <poenitz@gmx.net>
4737
4738         * undo_funcs.C: remove duplicated code
4739
4740         * iterator.[Ch]: operator=
4741
4742 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4743
4744         * tabular.C (SetMultiColumn): ws changes
4745
4746         * rowpainter.C (paintFirst): get rid of a ->previous
4747
4748         * lyx_cb.C (getPossibleLabel): parlist simplification
4749
4750         * BufferView.C (ChangeInsets): simplify slightly.
4751
4752 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4753
4754         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4755         * lfuns.h: new LFUN_SPACE
4756         * lyxfunc.C: protected space has a new lfun
4757         * paragraph_funcs.C: read new space insets
4758         * text3.C:
4759         * factory.C: handle new space insets
4760
4761 2003-05-22  André Pönitz  <poenitz@gmx.net>
4762
4763         * BufferView.C:
4764         * BufferView_pimpl.C:
4765         * buffer.[Ch]:
4766         * lyxfunc.C:
4767         * undo_funcs.C: return a ParIterator from getParFromID.
4768
4769         * iterators.[Ch]: add two const's
4770
4771 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4772
4773         * toc.C (getTocList): adjust
4774
4775         * iterators.[Ch]: rework for parlist
4776
4777         * buffer.C (par_iterator_begin): adjust
4778         (par_iterator_end): adjust
4779
4780         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4781
4782         * BufferView.C (removeAutoInsets): adjust
4783         (ChangeInsets): adjust
4784
4785 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4786
4787         * text.C (top_y): fix bug 1110
4788
4789 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4790
4791         * errorlist.[Ch]: added
4792         * buffer.C:
4793         * BufferView.[Ch]:
4794         * BufferView_pimpl.C:
4795         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4796         instead
4797
4798 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4799
4800         * Makefile.am: ensure that lyx is relinked upon changes to the
4801         various "convenience" libs.
4802
4803 2003-05-20  Angus Leeming  <leeming@lyx.org>
4804
4805         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4806         files are compiled in alphabetical order again.
4807
4808         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4809
4810 2003-05-19  Angus Leeming  <leeming@lyx.org>
4811
4812         * gettext.[Ch]: remove "char const * _(char const *)".
4813
4814 2003-05-19  André Pönitz  <poenitz@gmx.net>
4815
4816         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4817
4818         * Makefile.am:
4819         * BufferView.C:
4820         * DepTable.h:
4821         * LaTeXFeatures.C:
4822         * buffer.C:
4823         * lyxfont.C:
4824         * lyxlex.h:
4825         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4826
4827 2003-05-19  André Pönitz  <poenitz@gmx.net>
4828
4829         * buffer.C:
4830         * lyxlayout.[Ch]:
4831         * lyxtextclass.[Ch]:
4832         * paragraph.C:
4833         * paragraph_funcs.[Ch]:
4834         * text2.C:
4835         * text3.C: more insetenv work
4836
4837 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4838
4839         * ParagraphParameters.C (params2string): small bug fixed
4840
4841 2003-05-16  André Pönitz  <poenitz@gmx.net>
4842
4843         * debug.C:
4844         * bufferview_funcs.C: patch from Kornel Benko to prevent
4845           crash when _(...) is called twice in a statement
4846
4847 2003-05-16  André Pönitz  <poenitz@gmx.net>
4848
4849         * BufferView.C:
4850         * lyxfunc.C:
4851         * text.C:
4852         * text2.C:
4853         * text3.C:
4854         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4855
4856 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4857
4858         * lyx_main.C (init): remove spurious static_cast
4859
4860 2003-05-14  André Pönitz  <poenitz@gmx.net>
4861
4862         * BufferView.C: fix format string
4863
4864 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4865
4866         * BufferView.[Ch] (insertErrors): removed
4867         * BufferView.[Ch] (showErrorList): added
4868         * buffer.C (runChkTeX):
4869         * converter.C (scanLog): call showErrorList instead of inserterrors
4870
4871 2003-05-13  André Pönitz  <poenitz@gmx.net>
4872
4873         * BufferView_pimpl.C:
4874         * buffer.C:
4875         * bufferview_func.C:
4876         * MenuBackend.C:
4877         * lyxfunc.C:
4878         * lyxrc.C:
4879         * tex-accent.C:
4880         * text3.C:
4881         * toc.C:
4882         * tabular_funcs.h: tostr() from its own header
4883
4884         * ParagraphParameters.C:
4885         * ToolbarBackend.C:
4886         * bufferparams.C:
4887         * format.C:
4888         * lyxlex_pimpl.C:
4889         * text3.C: STRCONV()
4890
4891 2003-05-12  André Pönitz  <poenitz@gmx.net>
4892
4893         * BufferView.C:
4894         * BufferView_pimpl.C:
4895         * CutAndPaste.C:
4896         * LaTeX.C:
4897         * LaTeXFeatures.C:
4898         * ParagraphParameters.C:
4899         * buffer.C:
4900         * bufferlist.C:
4901         * bufferparams.C:
4902         * bufferview_funcs.C:
4903         * converter.C:
4904         * counters.C:
4905         * debug.C:
4906         * exporter.C:
4907         * format.C:
4908         * importer.C:
4909         * lyx_cb.C:
4910         * lyx_main.C:
4911         * lyxfont.C:
4912         * lyxfunc.C:
4913         * lyxvc.C:
4914         * paragraph.C:
4915         * paragraph_funcs.C:
4916         * tabular.C:
4917         * tabular_funcs.C:
4918         * text2.C:
4919         * text3.C:  boost::format -> bformat  all over the place
4920
4921
4922 2003-05-09  André Pönitz  <poenitz@gmx.net>
4923
4924         * LColor.[Ch]: Pimpl the #include <map> away
4925
4926 2003-05-09  John Levon  <levon@movementarian.org>
4927
4928         * bufferlist.C: never remove emergency saves
4929
4930 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4931
4932         * Makefile.am: better lib building
4933
4934 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4935
4936         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4937         instead.
4938         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4939         (simpleTeXSpecialChars): adjust
4940         (simpleTeXSpecialChars): adjust
4941         * paragraph.C (simpleTeXOnePar): adjust
4942         * buffer.C (makeLaTeXFile): adjust
4943
4944         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4945
4946         * text2.C (changeDepth): parlist cleanup
4947         (getColumnNearX): ditto
4948
4949         * rowpainter.C (getLabelFont): parlist cleanup
4950
4951         * bufferlist.C (newFile): parlist cleanup
4952
4953         * CutAndPaste.C (eraseSelection): parlist cleanup
4954
4955         * BufferView_pimpl.C (trackChanges): parlist cleanup
4956         (dispatch): ditto
4957
4958         * BufferView.C (lockInset): parlist cleanup.
4959         (ChangeInsets): ditto
4960
4961 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4962
4963         * CutAndPaste.h: Update file header.
4964
4965         * CutAndPaste.C: Update file header.
4966         Store the parts cut out of the Document in a limited_stack.
4967         (copySelection): adjust
4968         (pasteSelection): new function, takes the index in the limited stack.
4969         (nrOfParagraphs): adjust
4970         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4971         simplify error inset insertion.
4972         (checkPastePossible): adjust
4973
4974 2003-05-06  John Levon  <levon@movementarian.org>
4975
4976         * text2.C: don't cast wrap inset to float
4977
4978 2003-05-05  André Pönitz  <poenitz@gmx.net>
4979
4980         * iterator.C:
4981         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4982
4983         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4984           few naked Paragraph *.
4985
4986 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4987
4988         * bufferparams.C: Output warning if a document with missing
4989         TeX document class is loaded
4990         * exporter.C: Disable TeX exports if the document class is missing
4991         * lyxtextclass.C:
4992         * lyxtextclass.h:
4993         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4994         isTeXClassAvailable()
4995
4996 2003-05-03  John Levon  <levon@movementarian.org>
4997
4998         * BufferView.h:
4999         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5000         explicit cursor show/hide
5001
5002         * BufferView_pimpl.h:
5003         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5004         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5005
5006         * lyxfunc.C: hide cursor before dispatching.
5007
5008         * lyx_cb.C:
5009         * lyxfind.C:
5010         * text.C:
5011         * text3.C: remove explicit cursor hides
5012
5013 2003-05-02  André Pönitz  <poenitz@gmx.net>
5014
5015         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5016
5017         * undo_funcs.C:
5018         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5019           linked lists
5020
5021         * text2.C: tiny whitespace
5022
5023 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5024
5025         * undo_funcs.C: almost only ws changes.
5026
5027         * ParagraphList.C (splice): just return if pl is empty.
5028
5029 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5030
5031         * ParagraphList.C (splice): new function.
5032
5033         * CutAndPaste.C (pasteSelection): use it
5034
5035 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5036
5037         * CutAndPaste.C (pasteSelection): remove the last next and
5038         previous from this file.
5039
5040 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5041
5042         * CutAndPaste.C (pasteSelection): more clean up, user proper
5043         ParagraphList functions for pasteing.
5044
5045         * ParagraphList.C (insert): new function, three arg insert
5046
5047 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5048
5049         * ParagraphList.C (insert): new function, three arg insert
5050
5051         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5052         not on paragraphs.
5053
5054 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5055
5056         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5057
5058 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5061
5062 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5063
5064         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5065         (copySelection): clean up a bit.
5066         (pasteSelection): use make_pair
5067
5068         * ParagraphList.C (ParagraphList): implement copy constructor
5069         (operator=): implement, base on copy constructor.
5070         (assign): new func
5071
5072         * paragraph.C (erase): return a bool
5073
5074         * paragraph_pimpl.C (erasePos): remove function, move contents...
5075         (erase): ... here. Return a bool.
5076         (erase): call erase instead of erasePos.
5077
5078 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5079
5080         * ParagraphList.h: define PitPosPair
5081         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5082         ParagraphList, fix a bug on pasting multiple pars
5083         * text2.C: change interface to C&P
5084
5085 2003-04-30  André Pönitz  <poenitz@gmx.net>
5086
5087         * undo_func.C: revert part of yesterday's patch 2
5088
5089 2003-04-30  John Levon  <levon@movementarian.org>
5090
5091         * LColor.C: s/tabular/table/
5092
5093 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5094
5095         * text3.C (dispatch): do not convert iterator -> pointer
5096         * undo_funcs.C (setCursorParUndo): ditto
5097         * text_funcs.C (transposeChars): ditto
5098
5099         * text2.C (setLayout): ws changes only
5100
5101         * text.C (breakParagraph): do not convert iterator -> pointer
5102         (insertChar): ditto
5103         (acceptChange): ditto
5104         (rejectChange): ditto
5105         (changeCase): ditto
5106         (Delete): ditto
5107         (backspace): ditto
5108
5109         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5110         pointer
5111
5112 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5113
5114         * text3.C (gotoInset): YABG (yet another bad getChar)
5115
5116 2003-04-29  André Pönitz  <poenitz@gmx.net>
5117
5118         * paragraph.h: make operator= private unimplemented as long as
5119           it is unusable
5120
5121         * ParagraphList.C: whitespace
5122
5123         * paragraph.[Ch]:
5124         * paragraph_pimpl.[Ch]:
5125         * paragraph_funcs.C:
5126         * CutAndPaste.C:
5127         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5128
5129         * text2.C:
5130           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5131
5132 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5133
5134         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5135         * paragraph.[Ch] (erase):
5136         * paragraph_pimpl.[Ch] (erase): change return type and value
5137         * text2.C (cutSelection): some rework
5138
5139 2003-04-28  John Levon  <levon@movementarian.org>
5140
5141         * bufferlist.C: changes for unsaved changes dialog
5142
5143 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5144
5145         * bufferlist.C (newFile): set language (messages_) for new
5146         documents also.
5147
5148         * buffer.C (readFile): ws changes only.
5149
5150 2003-04-28  André Pönitz  <poenitz@gmx.net>
5151
5152         * undo_funcs.C:
5153         * lyxfunc.C:
5154         * buffer.[Ch]:
5155         * BufferView_pimpl.C:
5156         * BufferView.C: getParFromID related ParagraphList::iterator changes
5157
5158 2003-04-28  André Pönitz  <poenitz@gmx.net>
5159
5160         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5161           Changes
5162
5163 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5164
5165         * messages.C: remove one more localedir class variable.
5166
5167 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5168
5169         * messages.C (getLocaleDir): singleton generation function
5170         (Pimpl): use it.
5171         (Messages): add a default constructor.
5172
5173         * main.C (main): do not setup localedir here, do not call
5174         gettext_init.
5175
5176         * gettext.C (_): use it.
5177         (gettext_init): delete funciton
5178
5179 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5180
5181         * gettext.C (getLyXMessages): new singleton generating function.
5182
5183         * buffer.C (updateDocLang): adjust
5184
5185         * Makefile.am (messages.o): add target
5186         (main.o): remove target
5187
5188 2003-04-27  John Levon  <levon@movementarian.org>
5189
5190         * bufferlist.C:
5191         * lyx_cb.C:
5192         * lyxfunc.C:
5193         * lyxvc.C: specify cancel button in Alert::prompt
5194
5195 2003-04-26  John Levon  <levon@movementarian.org>
5196
5197         * text3.C:
5198         * lyxfunc.C:
5199         * lfuns.h:
5200         * LyXAction.C: add LFUN_INSET_SETTINGS
5201
5202         * lyxfunc.C: don't enable tabular-feature when there's
5203         just any locking inset
5204
5205 2003-04-26  John Levon  <levon@movementarian.org>
5206
5207         * bufferlist.C: re-add Cancel to buffer close question
5208
5209         * lyxfunc.C: fix import UI a bit
5210
5211 2003-04-25  John Levon  <levon@movementarian.org>
5212
5213         * gettext.C: remove the broken asserts for now
5214
5215 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * messages.C: make case where setlocale cannot comply work better.
5218
5219         * buffer.C (updateDocLang): new function
5220         (changeLanguage): use it
5221         (readFile): use it
5222
5223         * text2.C (setCounter): use B_ a bit.
5224
5225         * lyxlayout.C (Read): be sure to trim the label strings.
5226
5227         * messages.C (Messages): fix typo in comment
5228
5229         * buffer.C (readFile): set message_ after file is loaded.
5230         (makeDocBookFile): remove double return
5231         (changeLanguage): reset message_ upon language change.
5232         (B_): new func, use this to get translated buffer strings.
5233
5234         * main.C: add myself and Jean Marc as authors.
5235
5236 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5237
5238         * messages.[hC]: pimplify Messages, and three different pimpls to be
5239         used in different circumstances.
5240
5241         * gettext.[Ch]: change for use with new message code.
5242
5243 2003-04-24 André Pönitz <poenitz@gmx.net>
5244
5245         * factory.C: support for eqref
5246
5247 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5248
5249         * messages.[Ch]: add missing char
5250
5251         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5252
5253         * messages.[Ch]: New files
5254
5255 2003-04-18  John Levon  <levon@movementarian.org>
5256
5257         * BufferView.h:
5258         * BufferView.C:
5259         * BufferView_pimpl.C:
5260         * lfuns.h:
5261         * LyXAction.C:
5262         * lyxtext.h:
5263         * text2.C: remove layout-copy/paste (bug 778)
5264
5265 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5266
5267         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5268
5269 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5270
5271         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5272         if they succeed. Act accordingly.
5273
5274 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5275
5276         * text2.C (setCharFont): adjust
5277         (setCounter): adjust
5278         (insertStringAsLines): adjust
5279
5280         * text.C (leftMargin): adjust
5281         (setHeightOfRow): adjust
5282
5283         * rowpainter.C (paintFirst): adjust
5284         (paintLast): adjust
5285
5286         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5287         (outerHook): ditto
5288         (isFirstInSequence): ditto
5289         (getEndLabel): ditto
5290         (outerFont): adjust
5291
5292         * paragraph.C (getParLanguage): comment out some hard stuff.
5293
5294         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5295         (sgmlError): ditto
5296         (simpleDocBookOnePar): ditto
5297         (makeDocBookFile): use ParagraphList::iterator
5298
5299         * CutAndPaste.C (pasteSelection): adjust
5300
5301 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5302
5303         * text2.C (getFont): adjust
5304         (getLayoutFont): adjust
5305         (getLabelFont): adjust
5306
5307         * paragraph_funcs.C (TeXOnePar): adjust
5308
5309         * buffer.C (simpleLinuxDocOnePar): adjust
5310         (simpleDocBookOnePar): adjust
5311
5312         * CutAndPaste.C (pasteSelection): adjust
5313
5314         * BufferView.C (getEncoding): adjust
5315
5316         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5317
5318 2003-04-16  John Levon  <levon@movementarian.org>
5319
5320         * lyxfind.C: use parlist stuff for search/changes
5321
5322 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5323
5324         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5325
5326         * text2.C (deleteEmptyParagraphMechanism): adjust
5327
5328         * text2.[Ch] (ownerParagraph): delete func (both of them
5329
5330 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5331
5332         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5333
5334 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5335
5336         * ParagraphList.C: prepare for NO_NEXT
5337
5338 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5339
5340         * text2.C (getFont): adjust
5341         (getLayoutFont): adjust
5342         (getLabelFont): adjust
5343
5344         * paragraph.C (getFont): adjust
5345         (getLabelFont): adjust
5346         (getLayoutFont): adjust
5347
5348         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5349
5350 2003-04-15  John Levon  <levon@movementarian.org>
5351
5352         From Angus Leeming
5353
5354         * lyx_main.C: handle Include in .ui files
5355
5356 2003-04-15  John Levon  <levon@movementarian.org>
5357
5358         * MenuBackend.C: make the doc files length shorter
5359
5360         * ToolbarBackend.h:
5361         * ToolbarBackend.C: handle toolbar placement flags,
5362         Minibuffer
5363
5364 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5365
5366         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5367         adjust
5368
5369         * paragraph_funcs.C (TeXOnePar): adjust
5370
5371         * paragraph.C (getLabelFont): add outerfont arg, adjust
5372         (getLayoutFont): ditto
5373         (simpleTeXOnePar): adjust
5374
5375         * paragraph_pimpl.C (realizeFont): delete func
5376
5377 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5378
5379         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5380         row argument, constify cur argument.
5381
5382 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5383
5384         * text2.C (getFont): adjust
5385         (getLayoutFont): adjust
5386         (getLabelFont): adjust
5387
5388         * paragraph_funcs.C (TeXOnePar): adjust
5389         (outerFont): new func...
5390         (realizeFont): ...moved out from here, changed this to facilitate
5391         transition
5392
5393         * paragraph.C (getFont): take outerfont as arg, adjust
5394         (simpleTeXOnePar): add outerfont arg, adjust
5395
5396         * buffer.C (simpleLinuxDocOnePar): adjust
5397         (simpleDocBookOnePar): adjust
5398
5399         * CutAndPaste.C (pasteSelection): adjust
5400
5401         * BufferView.C (getEncoding): adjust
5402
5403 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5404
5405         * text2.C (setCharFont): adjust
5406         (setCounter): adjust
5407
5408         * text.C (leftMargin): adjust
5409         (setHeightOfRow): adjust
5410
5411         * rowpainter.C (paintFirst): adjust
5412         (paintLast): adjust
5413
5414         * paragraph_pimpl.C (realizeFont): adjust
5415
5416         * paragraph.C (isFirstInSequence): move from here...
5417         * paragraph_funcs.C (isFirstInSequence): ...to here
5418
5419         * paragraph.C (outerHook): move from here...
5420         * paragraph_funcs.C (outerHook): ...to here
5421
5422         * paragraph.C (depthHook): move from here...
5423         * paragraph_funcs.C (depthHook): ...to here
5424
5425         * paragraph.C (getEndLabel): move from here...
5426         * paragraph_funcs.C (getEndLabel): ...to here
5427
5428         * text2.C (realizeFont): move from here...
5429         * paragraph_funcs.C (realizeFont): ...to here
5430
5431 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5432
5433         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5434
5435 2003-04-14  Angus Leeming  <leeming@lyx.org>
5436
5437         * LColor.[Ch]: scrap LColor mathcursor.
5438
5439 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5440
5441         * lyxlex.[Ch] (text): delete function
5442         * trans.C (Load): adjust
5443         * paragraph_funcs.C (readParToken): adjust
5444
5445 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5446
5447         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5448         vector<char> instead of a char[].
5449
5450         * lyxlex_pimpl.C (getString): adjust
5451         (next): adjust
5452         (lex): use getString
5453         (eatLine): adjust
5454         (nextToken): adjust
5455
5456         * lyxlex.C (text): use pimpl_->getString()
5457         (getBool): ditto
5458         (findToken): ditto
5459
5460 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5461
5462         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5463         (makeFontEntriesLayoutSpecific): temp var for par.size()
5464         (setLayout): temp var for ownerParagraphs().end()
5465         (fullRebreak): temp var for rows().end()
5466         (selectionAsString): temp var for boost::next(startpit), realize
5467         that the while really is a regular for loop.
5468         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5469         setCursor in one place.
5470         (setParagraph): temp vr for ownerParagraphs().end()
5471         (updateCounters): make the while loop a for loop
5472         (cutSelection): temp var for ownerParagraphs().end()
5473         (updateInset): make the do {} while() a regular for loop
5474         (getCursorX): use temp vars
5475         (setCurrentFont): use temp vars
5476         (getColumnNearX): use temp vars
5477
5478 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5479
5480         * text.C (transformChar): use temp var for getChar
5481         (computeBidiTables): use temp var for row->par()
5482         (fill): move temp vars for row->par() and pit->layout() earlier in
5483         the function.
5484         (labelFill): use temp var for row->par()
5485         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5486         asc and desc, realize that pit never changes and that firstpit is
5487         just a duplicate and not needed. Exchange rit->par() with pit in a
5488         lot of places.
5489         (breakAgain): use a temp var for boost::next(rit)
5490         (breakAgainOneRow): ditto
5491         (breakParagraph): use a temp var for rows().begin()
5492         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5493         (cursorRightOneWord): use temp var for cursor.par() and
5494         cursor.pos(), remove usage of tmpcursor.
5495         (cursorLeftOneWord): use temp var for cursor.par() and
5496         cursor.pos() only set cur at end of function.
5497
5498 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5499
5500         * text.C, text2.C: exchange all usage of Paragraph::next with
5501         boost::next(ParagraphList::iterator)
5502
5503         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5504
5505         * text2.C (cursorTop): simplify implementation
5506         (cursorBottom): ditto
5507         (setParagraph): use ParagraphList::iterator
5508         (setCurrentFont): adjust
5509         (getColumnNearX): adjust
5510         (cursorRight): adjust
5511         (cursorLeft): remove usage of Paragraph::previous
5512         (cursorUpParagraph): ditto
5513         (deleteEmptyParagraphMechanism): slight cleanup
5514
5515         * text.C (isBoundary): take a Paragraph const & instead of a
5516         pointer as arg.
5517         (addressBreakPoint): ditto
5518         (leftMargin): remove usage of Paragraph::previous.
5519         (setHeightOfRow): ditto
5520         (cursorLeftOneWord): ditto
5521         (selectNextWordToSpellcheck): ditto
5522         (Delete): ditto
5523         (backspace): ditto
5524         (breakParagraph): remove one usage of Paragraph::next
5525         (redoParagraph): ditto
5526         (acceptChange): ditto
5527         (insertChar): adjust
5528         (rowBreakPoint): adjust
5529
5530         * bufferview_funcs.C (toggleAndShow): adjust
5531
5532 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5533
5534         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5535         methods to access it.
5536         * lyxtext.h:
5537         * text.C: Added updateRowPositions to compute all row positions.
5538         Make top_y and getRowNearY() to use the cached y position
5539
5540 2003-04-11  John Levon  <levon@movementarian.org>
5541
5542         * text.C (rowBreakPoint): reintroduce the labelEnd
5543         checks, code copied from the row fill stuff. Deep voodoo.
5544
5545         * text.C (fill): add a comment and debugging for the
5546         next poor soul.
5547
5548 2003-04-11  John Levon  <levon@movementarian.org>
5549
5550         * text.C: make sure fullrow insets get wrapped to the next line,
5551         even when they're in a manual label
5552
5553 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5554
5555         * text2.C (insertParagraph): make it take ParagraphList::iterator
5556         as arg.
5557         (setLayout): make it return ParagraphList::iterator
5558         (redoParagraphs): ditto
5559         (setCounter): ditto
5560         (checkParagraph): ditto
5561
5562         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5563
5564         * text2.C: adjust several funcs.
5565         (realizeFont): take a ParagraphList::iterator as arg.
5566         (getLayoutFont): ditto
5567         (getLabelFont): ditto
5568         (setCharFont): ditto
5569
5570         * text.C: adjust several funcs.
5571
5572 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5573
5574         * text.C (selectNextWordToSpellcheck): don't accidentally
5575         skip insets
5576
5577 2003-04-10  John Levon  <levon@movementarian.org>
5578
5579         * ToolbarBackend.C (getIcon): special handling for
5580         LFUN_MATH_DELIM
5581
5582 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5583
5584         * text2.C (cursorRight): a getChar assert fixed
5585
5586 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5587
5588         * text2.C (getFont): change to take a ParagraphList::iterator
5589         instead of Paragraph*
5590         Adjust several functions.
5591
5592         * text.C (transformChar): change to take a ParagraphList::iterator
5593         instead of Paragraph*
5594         (singleWidth): ditto
5595         Adjust several functions.
5596
5597         * rowpainter.C: adjust several functions
5598         * rowpainter.h:store a ParagraphList::iterator and not a
5599         Paragraph&.
5600
5601
5602 2003-04-09  John Levon  <levon@movementarian.org>
5603
5604         * lyxfunc.C:
5605         * lfuns.h:
5606         * LyXAction.h:
5607         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5608         and the "help" bits as well
5609
5610 2003-04-09  John Levon  <levon@movementarian.org>
5611
5612         * ToolbarBackend.h:
5613         * ToolbarBackend.C: allow multiple toolbars
5614
5615 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5616
5617         * undo_funcs.C (setCursorParUndo): adjust
5618
5619         * text_funcs.C (transposeChars): adjust
5620
5621         * text3.C (gotoNextInset): adjust
5622         (dispatch): adjust
5623
5624         * text2.C (setLayout): adjust
5625         (changeDepth): adjust
5626         (setFont): adjust
5627         (redoParagraphs): adjust
5628         (selectionAsString): adjust
5629         (setParagraph): adjust
5630         (insertInset): adjust
5631         (cutSelection): adjust
5632         (copySelection): adjust
5633         (pasteSelection): adjust
5634         (insertStringAsLines): adjust
5635         (updateInset): adjust
5636         (setCursor): change to take a ParagraphList::iterator parameter
5637         (setCursorIntern): change to take a ParagraphList::iterator parameter
5638         (setCurrentFont): adjust
5639         (cursorLeft): adjust
5640         (cursorRight): adjust
5641         (deleteEmptyParagraphMechanism): adjust
5642
5643         * text.C (breakParagraph): adjust
5644         (insertChar): adjust
5645         (acceptChange): adjust
5646         (rejectChange): adjust
5647         (selectNextWordToSpellcheck): adjust
5648         (changeCase): adjust
5649         (Delete): adjust
5650         (backspace): adjust
5651
5652         * lyxfind.C (SearchForward): adjust
5653         (SearchBackward): adjust
5654         (nextChange): adjust
5655
5656         * lyxcursor.C (par): adjust
5657
5658         * lyxcursor.h: store a ParagraphList::iterator instead of a
5659         Paragraph*
5660
5661         * lyx_cb.C (getPossibleLabel): adjust
5662
5663         * bufferview_funcs.C (toggleAndShow): adjust
5664
5665         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5666         (dispatch): adjust
5667
5668         * BufferView.C (removeAutoInsets): adjust
5669         (lockedInsetStoreUndo): adjust
5670
5671 2003-04-09  John Levon  <levon@movementarian.org>
5672
5673         * ToolbarBackend.C: try icon without argument
5674         if with argument fails
5675
5676 2003-04-08  John Levon  <levon@movementarian.org>
5677
5678         * ToolbarBackend.h:
5679         * ToolbarBackend.C: add getIcon(), handle tooltip,
5680         and change from "Icon" to "Item".
5681
5682 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5683
5684         * BufferView.C (lockInset): another bad getchar crunched
5685
5686 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5687
5688         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5689         again)
5690
5691 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5692
5693         * lyxfind.C (searchForward, searchBackwards): bug 782
5694
5695 2003-04-07  John Levon  <levon@movementarian.org>
5696
5697         * paragraph.C: remove dead comment
5698
5699         * text.C: remove troublesome depth-fiddling code
5700         in leftMargin() and rightMargin() (bug 1017)
5701
5702         * text.C: fix breaking of rows in nested lists
5703         (bug 1004)
5704
5705         * text2.C (updateCounters): fix up depth values
5706         (bug 1013)
5707
5708 2003-04-07  John Levon  <levon@movementarian.org>
5709
5710         * BufferView_pimpl.C: clear message when doc finishes resizing,
5711         and after a mouse event
5712
5713         * lyxfunc.C: clear message after exiting inset
5714
5715 2003-04-07  John Levon  <levon@movementarian.org>
5716
5717         * bufferview_funcs.C: show math status not outside
5718         status in the statusbar
5719
5720 2003-04-07  John Levon  <levon@movementarian.org>
5721
5722         * lyxfunc.C: note status changed after a depth change
5723
5724 2003-04-04  Angus Leeming  <leeming@lyx.org>
5725
5726         * LaTeX.h: move AuxInfo operator==, != out of line.
5727         Remove LaTeX virtual destructor; nothing derives from it.
5728         Move operator()() out of public area and rename it startscript().
5729         Change protected for private.
5730
5731 2003-04-04  Angus Leeming  <leeming@lyx.org>
5732
5733         * lyxfunc.C:
5734         * text2.C: remove unneeded #includes.
5735
5736 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5737
5738         * text2.C (dEPM): fix the heigth of the next row
5739
5740 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5741
5742         * text.C: squashed an invalid getChar requester + some ws changes
5743
5744 2003-04-03  John Levon  <levon@movementarian.org>
5745
5746         * bufferview_funcs.h:
5747         * bufferview_funcs.C:
5748         * lyxfunc.C:
5749         * lyxtext.h:
5750         * text2.C: make getStatus work for the env depth lfuns
5751
5752 2003-04-03  John Levon  <levon@movementarian.org>
5753
5754         * bufferview_funcs.h:
5755         * bufferview_funcs.C:
5756         * lyxfunc.C:
5757         * lyxtext.h:
5758         * text2.C: parlistize decDepth(), by merging it with incDepth()
5759
5760 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5761
5762         * lyxrow.h: store a ParagraphList::iterator instead of a
5763         Paragraph* and adjust other class functions to suit.
5764
5765         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5766         above.
5767
5768 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5769
5770         * text2.C (setCursor): do not anchor to cursor row for the time being
5771
5772 2003-04-02  John Levon  <levon@movementarian.org>
5773
5774         * LyXAction.C:
5775         * lfuns.h:
5776         * lyx_main.C:
5777         * lyxtext.h:
5778         * text.C:
5779         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5780
5781 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5782
5783         * paragraph.h: make ParagraphList and ParagraphList::iterator
5784         friends of Paragraph.
5785
5786         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5787
5788         * ParagraphList.C: Use the private next_ and previous_ from
5789         Paragraph.
5790
5791 2003-04-01  John Levon  <levon@movementarian.org>
5792
5793         * ToolbarBackend.h:
5794         * ToolbarBackend.C:
5795         * Makefile.am: rename, remove defaults gunk
5796
5797         * MenuBackend.h:
5798         * MenuBackend.C: remove defaults gunk
5799
5800         * Languages.h:
5801         * Languages.C: remove defaults gunk
5802
5803         * lyx_main.h:
5804         * lyx_main.C: error out if files couldn't be found.
5805
5806 2003-04-02  John Levon  <levon@movementarian.org>
5807
5808         * text2.C: make incDepth() use parlist
5809
5810 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5811
5812         * undo_funcs.C (firstUndoParagraph): adjust
5813
5814         * text3.C (gotoInset): adjust
5815         (dispatch): adjust, and rewrite loop.
5816
5817         * text2.C (init): adjust, and rewrite loop.
5818         (redoParagraphs): adjust
5819         (updateInset): adjust, and rewrite loop.
5820         (deleteEmptyParagraphMechanism): adjust
5821
5822         * tabular.C (LyXTabular): adjust
5823         (SetMultiColumn): adjust
5824         (TeXRow): adjust
5825
5826         * lyxtext.[Ch] (ownerParagraph): delete function
5827         (ownerParagraphs): new function returns a ParagraphList.
5828
5829         * BufferView.C (removeAutoInsets): adjust
5830         (insertErrors): adjust
5831         (setCursorFromRow): adjust
5832
5833 2003-04-01  Angus Leeming  <leeming@lyx.org>
5834
5835         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5836         in the frontends.
5837
5838 2003-04-02  John Levon  <levon@movementarian.org>
5839
5840         * lyxtext.h:
5841         * text.C:
5842         * Makefile.am:
5843         * text_funcs.h:
5844         * text_funcs.C: make transposeChars a free function
5845
5846         * lyxrow_funcs.C: remove wrong comment
5847
5848 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5849
5850         * lyxtext.h: adjust
5851         * rowpainter.C: adjust
5852         * text.C: adjust
5853         * text2.C: adjust
5854         * text3.C: adjust
5855
5856         * lyxrow_funcs. [Ch]: new files
5857
5858         * lyxrow.[Ch]: remove next and previous pointers
5859         (next,previous): remove accessor functions
5860         (isParEnd): move to lyxrow_funcs
5861         (lastPos): move to lyxrow_funcs
5862         (nextRowIsAllInset): move to lyxrow_funcs
5863         (lastPrintablePos): move to lyxrow_funcs
5864         (numberOfSeparators): move to lyxrow_funcs
5865         (numberOfHfills): move to lyxrow_funcs
5866         (numberOfLabelHfills): move to lyxrow_funcs
5867         (hfillExpansion): move to lyxrow_funcs
5868
5869         * lyxfunc.C: adjust
5870
5871         * bufferview_funcs.C (toggleAndShow): adjust
5872
5873         * RowList.h: Remove class RowList from file leave just a
5874         std::list<Row>.
5875
5876         * RowList.C: delete file
5877
5878         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5879         and lyxrow_funcs.h
5880
5881 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5882
5883         * text3.C (cursorPrevious): adjust
5884         (cursorNext): adjust
5885         (dispatch): adjust
5886
5887         * text2.C (redoHeightOfParagraph): adjust
5888         (redoDrawingOfParagraph): adjust
5889         (setCursor): adjust
5890
5891         * text.C (breakParagraph): adjust
5892         (insertChar): adjust
5893         (backspace): adjust
5894
5895         * rowpainter.C (RowPainter): adjust
5896         (leftMargin): simplify and adjust
5897         (most rowpainter functions): adjust.
5898
5899         * rowpainter.h: store the row as RowList::iterator not as Row*
5900
5901         * lyxcursor.C (row): taka RowList::iterator as arg
5902         (irow): ditto
5903
5904         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5905         of Row*.
5906
5907 2003-04-01  Angus Leeming  <leeming@lyx.org>
5908
5909         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5910         stuff like bool Bool.
5911
5912 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5913
5914         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5915         rewrite a loop
5916
5917 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5918
5919         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5920         RowList::iterator.
5921
5922         * lyxtext.h (rows): drop one version and leve a const variant that
5923         returns a RowList::iterator.
5924
5925 2003-03-31  Angus Leeming  <leeming@lyx.org>
5926
5927         * text.C (fill): ensure that the signature is the same as that in the
5928         header file.
5929
5930 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5931
5932         * text2.C (redoParagraphs): adjust
5933         (updateCounters): adjust
5934         (checkParagraph): adjust
5935         (getColumnNearX): adjust and reformat a bit.
5936
5937         * text.C (top_y): adjust
5938         (workWidth): adjust
5939         (leftMargin): adjust
5940         (prepareToPrint): adjust
5941         (getRow): adjust
5942         (getRowNearY): adjust
5943
5944         * lyxtext.h: make rowlist_ mutable.
5945
5946         * RowList.h: add const_iterator
5947         * RowList.C: adjust for RowList::const_iterator.
5948
5949         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5950         adjust.
5951
5952 2003-03-31  John Levon  <levon@movementarian.org>
5953
5954         * lyxrc.h:
5955         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5956
5957         * lyx_main.C: set default fonts from using lyx_gui funcs
5958
5959         * exporter.C: pdf_mode moved from lyxrc
5960
5961         * lyx_cb.C:
5962         * lyxfunc.C: changes from above
5963
5964 2003-03-31  John Levon  <levon@movementarian.org>
5965
5966         * lyx_main.C: fix to the last fix
5967
5968 2003-03-31  John Levon  <levon@movementarian.org>
5969
5970         * bufferlist.C: "Load original" -> "Load Original"
5971
5972         * converter.C:
5973         * exporter.C:
5974         * importer.C:
5975         * lyx_main.C:
5976         * format.C: more Alert cleanups
5977
5978 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5979
5980         * text2.C (removeParagraph): make it take a RowList::iterator as
5981         arg, adjust.
5982         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5983         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5984
5985         * text.C (anchor_row): make it take a RowList::iterator as arg,
5986         adjust.
5987         (computeBidiTables): make it take a const reference to Row instead
5988         of Row pointer, adjust.
5989         (leftMargin): make it take a RowList::iterator as arg, adjust.
5990         (rowBreakPoint): adjust
5991         (breakAgainOneRow): make it take a RowList::iterator as arg,
5992         adjust.
5993         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5994
5995         * bufferview_funcs.C (toggleAndShow): adjust
5996
5997 2003-03-30  John Levon  <levon@movementarian.org>
5998
5999         * Makefile.am:
6000         * BoostFormat.h:
6001         * boost-inst.C: moved to support
6002
6003         * several files: changes as a result
6004
6005 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6006
6007         * text2.C (LyXText): adjust.
6008         (init): adjust
6009         (removeRow): make it take a RowList::iterator as arg, adjust.
6010         (fullRebreak): adjust
6011         (deleteEmptyParagraphMechanism): adjust
6012         (clearPaint): adjust
6013         (postPaint): adjust
6014
6015         * text.C (top_y): adjust
6016         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6017         (breakAgain): make it take a RowList::iterator as arg, adjust.
6018         (breakParagraph): adjust
6019         (insertChar): adjust
6020         (backspace): adjust
6021
6022         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6023         need_break_row, and refresh_row.
6024
6025         * text3.C (dispatch): adjust
6026
6027         * text2.C (checkParagraph): adjust
6028         (setCursor): adjust
6029         (setCursorFromCoordinates): adjust
6030
6031         * text.C (top_y): adjust
6032         (workWidth): adjust
6033         (getRow): make it return a RowList::iterator, adjust
6034         (getRowNearY): make it return a RowList::iterator, adjust
6035
6036         * text2.C (init): adjust
6037         (insertRow): remove function
6038         (insertParagraph): adjust
6039         (redoParagraphs): adjust
6040         (fullRebreak): adjust
6041         (updateCounters): adjust
6042
6043         * text.C (top_y): rewrite to use RowList iterators.
6044         (top_y): adjust
6045         (setHeightOfRow): rewrite to sue RowList iterators.
6046         (appendParagraph): adjust
6047         (breakAgain): adjust
6048         (breakAgainOneRow): adjust
6049         (breakParagraph): adjust
6050         (getRow): adjust
6051         (getRowNearY): adjust, and remove commented code.
6052
6053         * lyxtext.h (firstRow): delete function
6054         (lastRow): delete function
6055         (rows): new function (const and non-const versions.)
6056         (insertRow): delete function
6057
6058         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6059
6060 2003-03-29  John Levon  <levon@movementarian.org>
6061
6062         * BufferView_pimpl.C: always update scrollbar top
6063         because pasting text when we're anchored could mean we
6064         miss an update altogether
6065
6066 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6067
6068         * text2.C (init): use rowlist_.end() and not 0.
6069         (insertRow): change to take a RowList::iterator as arg, adjust
6070         for this.
6071         (insertParagraph): change to take a RowList::iterator as arg,
6072         adjust for this.
6073         (redoParagraphs): remove some debug msgs.
6074
6075         * text.C (appendParagraph): change to take a RowList::iterator
6076         arg, adjust for this.
6077         (breakAgain): add an assert
6078         (breakAgainOneRow): ditto
6079
6080 2003-03-29  John Levon  <levon@movementarian.org>
6081
6082         * text2.C: do not clear selection after inc/decDepth
6083         (bug 550)
6084
6085 2003-03-29  John Levon  <levon@movementarian.org>
6086
6087         * BufferView.C:
6088         * buffer.C: fix broken strerrors according to Lars
6089
6090 2003-03-29  John Levon  <levon@movementarian.org>
6091
6092         * converters.C: more Alert cleanups
6093
6094 2003-03-29  John Levon  <levon@movementarian.org>
6095
6096         * bufferview_funcs.C: remove pointless Alert
6097
6098         * buffer.C: fix confusing error message when
6099         a template is chmoded 000
6100
6101 2003-03-29  John Levon  <levon@movementarian.org>
6102
6103         * BufferView.C:
6104         * BufferView.h:
6105         * BufferView_pimpl.C: Alert fixes
6106
6107         * Makefile.am:
6108         * tabular.C:
6109         * tabular-old.C: remove unused table compat reading
6110
6111 2003-03-29  John Levon  <levon@movementarian.org>
6112
6113         * BufferView.C:
6114         * buffer.C:
6115         * lyx_cb.h:
6116         * lyx_cb.C: more Alert cleanups
6117
6118         * lyxfunc.C: don't allow chktex if not latex document
6119
6120 2003-03-29  John Levon  <levon@movementarian.org>
6121
6122         * lyx_cb.C:
6123         * BufferView.C:
6124         * buffer.C: warnings pushed down from support/,
6125         kill err_alert
6126
6127 2003-03-29  John Levon  <levon@movementarian.org>
6128
6129         * lyxfunc.C: safety check for C-r (revert)
6130
6131 2003-03-29  John Levon  <levon@movementarian.org>
6132
6133         * bufferlist.h:
6134         * bufferlist.C: several UI fixes using Alert::prompt.
6135         Fix the pointless looping quit code. Fix stupid revert
6136         behaviour (bug 938)
6137
6138         * lyxvc.h:
6139         * lyxvc.C:
6140         * lyx_cb.C: use Alert::prompt
6141
6142         * lyx_main.C: remove a silly question
6143
6144         * lyxfunc.C: remove a couple of silly questions,
6145         use Alert::prompt
6146
6147 2003-03-28  John Levon  <levon@movementarian.org>
6148
6149         * text2.C: fix bug 974 (End on empty par)
6150
6151 2003-03-28  John Levon  <levon@movementarian.org>
6152
6153         * BufferView_pimpl.C:
6154         * LyXAction.C:
6155         * lfuns.h: remove do-nothing math greek lfuns
6156
6157 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6158
6159         * lyxgluelength.h (isValidGlueLength): add default arg on
6160         parameter 2. Remove default arg from friend in class.
6161
6162         * lyxlength.h (isValidLength): add default arg on parameter 2.
6163         Remove default arg from friend in class.
6164
6165         * text2.C (LyXText): adjust, initialize refresh_row.
6166         (init): adjust
6167         (removeRow): adjust
6168         (insertRow): adjust
6169         (insertParagraph): adjst
6170         (redoParagraphs): adjust
6171         (fullRebreak): adjust
6172         (updateCounters): adjust
6173         (deleteEmptyParagraphMechanism): first attempt at fixing a
6174         crashing bug.
6175
6176         * text.C (top_y): adjust
6177         (setHeightOfRow): adjust
6178         (getRow): adjust
6179         (getRowNearY): adjust
6180
6181         * lyxtext.h: include RowList.h
6182         (~LyXText): not needed anymore, deleted.
6183         (firstRow): modify for RowList
6184         (lastRow): new function
6185         Delete firstrow and lastrow class variables, add a Rowlist
6186         rowlist_ class variable.
6187
6188         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6189         paragraph is empty.
6190
6191         * RowList.C (insert): fix case where it == begin().
6192
6193 2003-03-26  Angus Leeming  <leeming@lyx.org>
6194
6195         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6196         the thesaurus dialog.
6197
6198 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6199
6200         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6201
6202         * RowList.[Ch]: new files
6203
6204         * ParagraphList.C (erase): handle the case where it == begin
6205         correctly.
6206
6207 2003-03-25  John Levon  <levon@movementarian.org>
6208
6209         * Makefile.am:
6210         * aspell_local.h:
6211         * aspell.C: add new aspell support
6212
6213         * lyxrc.h:
6214         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6215         have it accessible.
6216
6217 2003-03-25  Angus Leeming  <leeming@lyx.org>
6218
6219         * lfuns.h:
6220         * LyXAction.C (init): new LFUN_INSET_INSERT.
6221
6222         * BufferView_pimpl.C (dispatch): split out part of the
6223         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6224
6225         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6226         LFUN_INSET_APPLY.
6227
6228 2003-03-25  Angus Leeming  <leeming@lyx.org>
6229
6230         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6231
6232 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6233
6234         * text2.C:
6235         * text3.C: remove useless row->height(0)
6236
6237 2003-03-25  John Levon  <levon@movementarian.org>
6238
6239         * lyxtext.h:
6240         * text2.C:
6241         * text3.C: rename the refreshing stuff to better names
6242
6243 2003-03-24  John Levon  <levon@movementarian.org>
6244
6245         * BufferView_pimpl.h:
6246         * BufferView_pimpl.C: update layout choice on a mouse
6247         press/release
6248
6249 2003-03-23  John Levon  <levon@movementarian.org>
6250
6251         * Makefile.am: fix commandtags.h reference
6252
6253 2003-03-22  John Levon  <levon@movementarian.org>
6254
6255         * BufferView_pimpl.C:
6256         * lyxtext.h:
6257         * rowpainter.C:
6258         * rowpainter.h:
6259         * text.C:
6260         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6261
6262 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6263
6264         * lyxtext.h:
6265         * text.C: take the rtl methods out of line
6266
6267 2003-03-21 André Pönitz <poenitz@gmx.net>
6268
6269         * metricsinfo.[Ch]: new files containing structures to be passed around
6270         during the two-phase-drawing...
6271
6272 2003-03-21 André Pönitz <poenitz@gmx.net>
6273
6274         * lyxtextclass.C: read 'environment' tag.
6275
6276 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6277
6278         * text2.C (removeRow): fix bug 964
6279
6280 2003-03-20  John Levon  <levon@movementarian.org>
6281
6282         * rowpainter.C:
6283         * text.C:
6284         * text2.C: paint cleanups. Inset::update() dropped font
6285         parameter
6286
6287 2003-03-19  John Levon  <levon@movementarian.org>
6288
6289         * lyxfunc.C: only fitcursor/markDirty if available()
6290
6291 2003-03-19  John Levon  <levon@movementarian.org>
6292
6293         * commandtags.h: rename to ...
6294
6295         * lfuns.h: ... this, and renumber / cleanup
6296
6297 2003-03-19  John Levon  <levon@movementarian.org>
6298
6299         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6300         fit the cursor after an lfun
6301
6302         * BufferView.h:
6303         * BufferView.C:
6304         * BufferView_pimpl.h:
6305         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6306
6307         * LyXAction.C: layout-character should have ReadOnly
6308
6309         * ParagraphParameters.C:
6310         * buffer.C:
6311         * bufferview_funcs.C:
6312         * lyx_cb.C:
6313         * lyxfind.C:
6314         * lyxtext.h:
6315         * text.C:
6316         * text2.C:
6317         * text3.C:
6318         * undo_funcs.C: changes from above
6319
6320 2003-03-18  John Levon  <levon@movementarian.org>
6321
6322         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6323         remove it from update()
6324
6325         * lyxfunc.C: update layout choice after an lfun
6326
6327         * text3.C: remove extra updateLayoutChoice()s
6328
6329 2003-03-18  John Levon  <levon@movementarian.org>
6330
6331         * text.C: top_y change means full repaint, fix
6332         a drawing bug with cursor movement
6333
6334 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6335
6336         * lyxtext.h:
6337         * text.C:
6338         * text2.C: anchor row on setCursor
6339
6340 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6341
6342         * lyxtext.h: remove almost all mutable keywords
6343         * text.C:
6344         * text2.C:
6345         * text3.C: remove const keywords accordingly
6346
6347 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6348
6349         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6350         anon namespace
6351         (TeXEnvironment): ditto
6352         (TeXOnePar): ditto
6353
6354 2003-03-17  John Levon  <levon@movementarian.org>
6355
6356         * text.C (rowBreakPoint): remove attempt to fix displayed
6357         math insets inside a manual label
6358
6359 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6360
6361         * lyxtext.h: remove BufferView* as first arg from almost all class
6362         functions.
6363         * other files: adjust.
6364
6365 2003-03-17  John Levon  <levon@movementarian.org>
6366
6367         * lyxtext.h:
6368         * undo_funcs.C:
6369         * text2.C: more paint cleanups
6370
6371         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6372
6373         * rowpainter.h:
6374         * rowpainter.C: remove "smart" background painting code
6375
6376 2003-03-16  John Levon  <levon@movementarian.org>
6377
6378         * lyxtext.h:
6379         * text.C:
6380         * text2.C:
6381         * text3.C: add helper functions for setting refresh_row/y
6382
6383 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6384
6385         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6386         newline inset which *can* get inserted in the pass_thru layouts.
6387         This is primarily for literate documents.
6388
6389 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6390
6391         * buffer.C: increment LYX_FORMAT to 223
6392
6393 2003-03-14 André Pönitz <poenitz@gmx.net>
6394
6395         * textclass.h: prepare for environment handling, ws changes
6396         * lyxlayout.C: read latexheader and latexfooter tags
6397
6398 2003-03-14  John Levon  <levon@movementarian.org>
6399
6400         * text2.C: rewrite ::status() a bit
6401
6402 2003-03-13  John Levon  <levon@movementarian.org>
6403
6404         * lyxtext.h: add some docs
6405
6406 2003-03-13  John Levon  <levon@movementarian.org>
6407
6408         * lyxtext.h:
6409         * text.C:
6410         * text2.C:
6411         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6412
6413 2003-03-13  John Levon  <levon@movementarian.org>
6414
6415         * text3.C: fix appendix redrawing
6416
6417 2003-03-13  John Levon  <levon@movementarian.org>
6418
6419         * text.C (setHeightOfRow):
6420         * rowpainter.h:
6421         * rowpainter.C: make appendix mark have the text
6422           "Appendix" so the user knows what it is
6423
6424         * LColor.h:
6425         * LColor.C: s/appendixline/appendix/ from above
6426
6427 2003-03-13  John Levon  <levon@movementarian.org>
6428
6429         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6430
6431         * text.C: fix a getChar(pos) bug properly
6432
6433 2003-03-13  Angus Leeming  <leeming@lyx.org>
6434
6435         * commandtags.h:
6436         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6437         Probably only temporary. Let's see how things pan out.
6438
6439         * BufferView.C (unlockInset):
6440         * BufferView_pimpl.C (fitCursor):
6441         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6442
6443         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6444         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6445
6446         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6447         new functions that convert ParagraphParameters to and from a string.
6448
6449         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6450         BufferView::Pimpl's dispatch.
6451         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6452
6453 2003-03-13 André Pönitz <poenitz@gmx.net>
6454
6455         * lyxfunc.C:
6456         * text3.C:
6457         * factory.C: make it aware of InsetEnv
6458
6459 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6460
6461         * text2.C (setCursor): never ask for one past last
6462         (setCursor): add some debugging messages.
6463
6464         * text.C (singleWidth): never ask for one past last
6465         (singleWidth): ditto
6466         (leftMargin): ditto
6467         (rightMargin): ditto
6468         (rowBreakPoint): ditto
6469         (setHeightOfRow): ditto
6470         (prepareToPrint): ditto
6471
6472         * rowpainter.C (paintBackground): never ask for one past last
6473         (paintText): never ask for one past last
6474
6475         * paragraph_pimpl.C (getChar): make the assert stricter, never
6476         allow the one past last pos to be taken
6477
6478         * paragraph.C (getChar): ws changes only
6479
6480         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6481         (numberOfSeparators): ditto
6482         (numberOfHfills): ditto
6483
6484 2003-03-12  John Levon  <levon@movementarian.org>
6485
6486         * author.h:
6487         * author.C:
6488         * bufferparams.h:
6489         * bufferparams.C:
6490         * paragraph_funcs.C: fix per-buffer authorlists
6491
6492 2003-03-12  John Levon  <levon@movementarian.org>
6493
6494         * text.C: fix newline in right address
6495
6496 2003-03-12  Angus Leeming  <leeming@lyx.org>
6497
6498         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6499         duplicate those in LyXFunc::dispatch.
6500
6501         * commandtags.h:
6502         * LyXAction.C:
6503         * ToolbarDefaults.C:
6504         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6505         Add LFUN_FONTFREE_UPDATE.
6506
6507         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6508         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6509
6510         * bufferview_func.[Ch]: several new functions to facilliate
6511         transfer of data to and from the character dialog.
6512
6513 2003-03-12  John Levon  <levon@movementarian.org>
6514
6515         * buffer.C:
6516         * paragraph.h:
6517         * paragraph.C:
6518         * paragraph_funcs.C:
6519         * paragraph_pimpl.C:
6520         * sgml.C:
6521         * tabular.C:
6522         * text.C:
6523         * text3.C: remove META_NEWLINE in favour of an inset
6524
6525         * rowpainter.h:
6526         * rowpainter.C: remove paintNewline (done by inset)
6527
6528 2003-03-12  John Levon  <levon@movementarian.org>
6529
6530         * paragraph_pimpl.C: complain about bad getChar()s
6531         for a while at least
6532
6533 2003-03-12  John Levon  <levon@movementarian.org>
6534
6535         * buffer.h:
6536         * buffer.C: move paragraph read into a separate function,
6537         a little renaming to reflect that.
6538
6539         * bufferparams.h:
6540         * bufferparams.C: remove the author_ids map, not necessary now
6541
6542         * factory.h:
6543         * factory.C: moved Buffer::readInset to here
6544
6545         * paragraph_funcs.h:
6546         * paragraph_funcs.C: readParagraph free function moved from
6547         buffer.C
6548
6549         * tabular.C: name change
6550
6551 2003-03-12  John Levon  <levon@movementarian.org>
6552
6553         * buffer.C:
6554         * ParagraphParameters.C: move par params input to
6555         a read() method
6556
6557         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6558         behave like a normal read from the stream wrt reading
6559         a line vs. a \\token
6560
6561 2003-03-12  John Levon  <levon@movementarian.org>
6562
6563         * paragraph.C:
6564         * ParagraphParameters.h:
6565         * ParagraphParameters.C: move output code to a
6566         ::write() method
6567
6568 2003-03-12  John Levon  <levon@movementarian.org>
6569
6570         * BufferView.C (insertLyXFile):
6571         * buffer.h:
6572         * buffer.C:
6573         * tabular.C: use a parlist iterator for creating the
6574           document.
6575
6576 2003-03-12  John Levon  <levon@movementarian.org>
6577
6578         * buffer.C: make current_change static local not
6579           static file-scope
6580
6581 2003-03-12  John Levon  <levon@movementarian.org>
6582
6583         * buffer.C: fix insertStringAsLines for change tracking
6584
6585 2003-03-12  John Levon  <levon@movementarian.org>
6586
6587         * BufferView.C:
6588         * tabular.C:
6589         * buffer.h:
6590         * buffer.C:
6591         * bufferparams.h:
6592         * bufferparams.C: move author list into params. Rename some
6593           functions. Move the header reading into a separate token
6594           loop. Move the header token reading into BufferParams.
6595
6596 2003-03-12  John Levon  <levon@movementarian.org>
6597
6598         * changes.C: put debug inside lyxerr.debugging() checks
6599
6600 2003-03-11 André Pönitz <poenitz@gmx.net>
6601
6602         * factory.C: make it aware of InsetHFill
6603
6604 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6605
6606         * buffer.C (latexParagraphs): move function from here...
6607         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6608         args.
6609
6610 2003-03-10  Angus Leeming  <leeming@lyx.org>
6611
6612         * LyXAction.C (init): fix bug in poplating array with multiple entries
6613         with the same LFUN (spotted by JMarc).
6614
6615 2003-03-10  John Levon  <levon@movementarian.org>
6616
6617         * text.C:
6618         * text2.C: move getColumnNearX() near its
6619         only call site
6620
6621 2003-03-10  John Levon  <levon@movementarian.org>
6622
6623         * text.C: fix break before a minipage
6624
6625 2003-03-10  John Levon  <levon@movementarian.org>
6626
6627         * text.C: fix the last commit
6628
6629 2003-03-09  John Levon  <levon@movementarian.org>
6630
6631         * lyxtext.h:
6632         * text.C:
6633         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6634         bug 365 (don't break before insets unless needed). Don't
6635         return a value > last under any circumstances.
6636
6637 2003-03-09  Angus Leeming  <leeming@lyx.org>
6638
6639         * BufferView_pimpl.C (trackChanges, dispatch): call
6640         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6641
6642 2003-03-09  Angus Leeming  <leeming@lyx.org>
6643
6644         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6645         than Dialogs::showAboutlyx().
6646
6647 2003-03-09  Angus Leeming  <leeming@lyx.org>
6648
6649         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6650         than Dialogs::showTabularCreate().
6651
6652 2003-03-09  John Levon  <levon@movementarian.org>
6653
6654         * lyxtext.h:
6655         * text.C:
6656         * text2.C: 3rd arg to nextBreakPoint was always the same.
6657           Use references.
6658
6659 2003-03-08  John Levon  <levon@movementarian.org>
6660
6661         * lyxrow.C:
6662         * paragraph.C:
6663         * paragraph.h:
6664         * rowpainter.C:
6665         * text.C:
6666         * text2.C: Remove the "main" bit from the "main body"
6667           notion.
6668
6669 2003-03-08  John Levon  <levon@movementarian.org>
6670
6671         * text.C (leftMargin): The left margin of an empty
6672         manual label paragraph should not include the label width
6673         string length.
6674
6675         * text.C (prepareToPrint): don't attempt to measure hfills
6676         for empty manual label paragraphs - the answer should be 0
6677
6678 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6679
6680         * CutAndPaste.C: remove commented code and reindent.
6681
6682 2003-03-08  John Levon  <levon@movementarian.org>
6683
6684         * lyxfunc.h:
6685         * lyxfunc.C: move reloadBuffer()
6686
6687         * BufferView.h:
6688         * BufferView.C: to here
6689
6690         * lyxvc.C: add comment
6691
6692         * vc-backend.h:
6693         * vc-backend.C: call bv->reload() to avoid
6694           getStatus() check on MENURELOAD
6695
6696 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6697
6698         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6699         to an old format .dep file.
6700
6701 2003-03-07  Angus Leeming  <leeming@lyx.org>
6702
6703         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6704         when the LFUN_MOUSE_RELEASE should have been handled by
6705         inset->localDispatch.
6706
6707 2003-03-07  Angus Leeming  <leeming@lyx.org>
6708
6709         * BufferView_pimpl.C (dispatch):
6710         * LyXAction.C (init):
6711         * ToolbarDefaults.C (init):
6712         * commandtags.h:
6713         * lyxfunc.C (getStatus):
6714         remove LFUN_INSET_GRAPHICS.
6715
6716         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6717
6718 2003-03-07  Angus Leeming  <leeming@lyx.org>
6719
6720         * commandtags.h:
6721         * LyXAction.C (init):
6722         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6723
6724         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6725
6726         * commandtags.h:
6727         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6728
6729         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6730         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6731
6732 2003-03-07  Angus Leeming  <leeming@lyx.org>
6733
6734         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6735         remove "ert".
6736
6737 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6738
6739         * ParagraphList.C (front): new function
6740         (back): implement
6741
6742 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6743
6744         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6745         and top_row_offset_. removed var first_y.
6746         * text.C (top_y):
6747         * text2.C (LyXText, removeRow):
6748         * text3.C:
6749         * BufferView_pimpl.C:
6750         use these methods instead of using first_y
6751
6752 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6753
6754         * text2.C (pasteSelection): adjust for checkPastePossible
6755
6756         * CutAndPaste.C: remove Paragraph * buf and replace with
6757         ParagraphList paragraphs.
6758         (DeleteBuffer): delete
6759         (cutSelection): change the tc type to textclass_type
6760         (copySelection): change the tc type to textclass_type
6761         (copySelection): adjust for ParagraphList
6762         (pasteSelection): change the tc type to textclass_type
6763         (pasteSelection): adjust for Paragraphlist
6764         (nrOfParagraphs): simplify for ParagraphList
6765         (checkPastePossible): simplify for ParagraphList
6766         (checkPastePossible): remove unused arg
6767
6768         * ParagraphList.C (insert): handle the case where there are no
6769         paragraphs yet.
6770
6771         * CutAndPaste.h: make CutAndPaste a namespace.
6772
6773         * text3.C (dispatch): adjust
6774
6775         * text.C (breakParagraph): add a ParagraphList as arg
6776
6777         * paragraph_funcs.C (breakParagraph): change to take a
6778         BufferParams and a ParagraphList as args.
6779         (breakParagraphConservative): ditto
6780         (mergeParagraph): ditto
6781         (TeXDeeper): add a ParagraphList arg
6782         (TeXEnvironment): ditto
6783         (TeXOnePar): ditto
6784
6785         * buffer.C (readLyXformat2): adjust
6786         (insertStringAsLines): adjust
6787         (latexParagraphs): adjust
6788
6789         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6790         (cutSelection): adjust
6791         (pasteSelection): adjust
6792
6793         * BufferView_pimpl.C (insertInset): adjust
6794
6795 2003-03-05  Angus Leeming  <leeming@lyx.org>
6796
6797         * commandtags.h:
6798         * LyXAction.C (init):
6799         * BufferView_pimpl.C (dispatch):
6800         * lyxfunc.C (getStatus):
6801         remove LFUN_CHILD_INSERT.
6802
6803         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6804
6805 2003-03-05  Angus Leeming  <leeming@lyx.org>
6806
6807         * commandtags.h:
6808         * LyXAction.C (init):
6809         * src/factory.C (createInset):
6810         * lyxfunc.C (getStatus):
6811         * text3.C (dispatch):
6812         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6813
6814         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6815
6816 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6817
6818         * ParagraphList.C (insert): handle insert right before end()
6819         (erase): fix cases where it can be first or last paragraph.
6820
6821 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6822
6823         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6824         Paragraph::next and Paragraph::previous
6825         (TeXOnePar): ditto
6826
6827         * text.C (breakParagraph): adjust
6828
6829         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6830         BufferParams& as arg.
6831         (breakParagraph): use ParagraphList::insert
6832         (breakParagraphConservative): take a Buffer* instead of a
6833         BufferParams& as arg.
6834         (breakParagraphConservative): use ParagraphList::insert.
6835
6836         * buffer.C (insertStringAsLines): un-const it
6837         (insertStringAsLines): adjust
6838
6839         * ParagraphList.C (insert): new function
6840
6841         * CutAndPaste.C (pasteSelection): adjust
6842
6843         * text.C (backspace): adjust
6844
6845         * tabular.C (SetMultiColumn): adjust
6846
6847         * CutAndPaste.C (cutSelection): adjust
6848         (pasteSelection): adjust
6849
6850         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6851         Buffer const * as arg
6852
6853         * ParagraphList.C (erase): new function
6854         * paragraph_funcs.C (mergeParagraph): use it
6855         (mergeParagraph): make it take a Buffer* instead of a
6856         BufferParams* as arg
6857
6858         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6859         as arg
6860         (breakParagraphConservative): ditto
6861
6862         * paragraph.h: remove the breakParagraph friend
6863
6864         * paragraph.C (eraseIntern): new function
6865         (setChange): new function
6866
6867         * paragraph_funcs.C (mergeParagraph): make it take a
6868         ParagraphList::iterator instead of a Paragraph *, adjust
6869         accordingly.
6870
6871         * paragraph.h: move an #endif so that the change tracking stuff
6872         also works in the NO_NEXT case.
6873
6874 2003-03-04  Angus Leeming  <leeming@lyx.org>
6875
6876         * commandtags.h:
6877         * LyXAction.C: new LFUN_INSET_MODIFY.
6878
6879         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6880         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6881
6882 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6883
6884         * several files: ws changes only
6885
6886         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6887         (TeXEnvironment): ditto
6888         (TeXDeeper): ditto
6889
6890         * buffer.C (makeLaTeXFile): adjust
6891         (latexParagraphs): make it take ParagraphList::iterator as args
6892
6893 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6894
6895         * buffer.C (latexParagraphs): adjust
6896
6897         * paragraph.C (TeXOnePar): move function...
6898         (optArgInset): move function...
6899         (TeXEnvironment): move function...
6900         * paragraph_pimpl.C (TeXDeeper): move function...
6901         * paragraph_funcs.C: ...here
6902
6903         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6904
6905 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6906
6907         * buffer.C (readInset): remove compability code for old Figure and
6908         InsetInfo insets
6909
6910 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6911
6912         * buffer.C: ws changes
6913         (readInset):
6914
6915         * BufferView_pimpl.C: ditto
6916         * author.C: ditto
6917         * buffer.h: ditto
6918         * bufferlist.h: ditto
6919         * changes.h: ditto
6920         * lyxfunc.C: ditto
6921
6922 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6923
6924         * converter.[Ch]: split into itself +
6925         * graph.[Ch]
6926         * format.[Ch]
6927         * Makefile.am: += graph.[Ch] + format.[Ch]
6928         * MenuBackend.C
6929         * buffer.C
6930         * exporter.C
6931         * importer.C
6932         * lyx_main.C
6933         * lyxfunc.C
6934         * lyxrc.C: added #include "format.h"
6935
6936 2003-02-27  Angus Leeming  <leeming@lyx.org>
6937
6938         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6939           a label.
6940
6941         * factory.C (createInset): add "label" to the factory.
6942
6943         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6944           string and do no more.
6945
6946 2003-02-27  Angus Leeming  <leeming@lyx.org>
6947
6948         * commandtags.h:
6949         * LyXAction.C (init):
6950         * factory.C (createInset):
6951         * BufferView_pimpl.C (dispatch):
6952           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6953
6954         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6955
6956         * lyxfunc.C (dispatch):
6957         * text3.C (dispatch): pass name to params2string.
6958
6959 2003-02-26  Angus Leeming  <leeming@lyx.org>
6960
6961         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6962           blocks together.
6963           Rearrange the ~includes. Strip out the unnecessary ones.
6964
6965         * factory.C (createInset): reformat.
6966           create new insets for the various LFUN_XYZ_APPLY lfuns.
6967
6968 2003-02-26  John Levon  <levon@movementarian.org>
6969
6970         * lyxrow.h:
6971         * lyxrow.C: add isParStart,isParEnd helpers
6972
6973         * paragraph.h: make isInserted/DeletedText take refs
6974
6975         * paragraph_funcs.h:
6976         * paragraph_funcs.C: remove #if 0'd code
6977
6978         * lyxtext.h:
6979         * text3.C:
6980         * text2.C:
6981         * text.C: use lyxrow helpers above.
6982           Move draw and paint routines to RowPainter.
6983           Make several methods use refs not pointers.
6984           Make backgroundColor() const.
6985           Add markChangeInDraw(), isInInset().
6986           Merge changeRegionCase into changeCase.
6987           Make workWidth() shouldn't-happen code into an Assert.
6988
6989         * rowpainter.h:
6990         * rowpainter.C: new class for painting a row.
6991
6992         * vspace.h:
6993         * vspace.C: make inPixels take a ref
6994
6995 2003-02-26  Angus Leeming  <leeming@lyx.org>
6996
6997         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6998         LFUN_REF_APPLY.
6999
7000 2003-02-25  John Levon  <levon@movementarian.org>
7001
7002         * ispell.C: give the forked command a more accurate name
7003
7004 2003-02-22  John Levon  <levon@movementarian.org>
7005
7006         * toc.h:
7007         * toc.C: make TocItem store an id not a Paragraph *
7008           (bug #913)
7009
7010 2003-02-21  Angus Leeming  <leeming@lyx.org>
7011
7012         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7013           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7014           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7015           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7016           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7017           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7018
7019         * BufferView_pimpl.C (dispatch):
7020         * LyXAction.C (init):
7021         * factory.C (createInset):
7022         * lyxfunc.C (getStatus, dispatch):
7023         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7024
7025 2003-02-21  Angus Leeming  <leeming@lyx.org>
7026
7027         * BufferView_pimpl.C (MenuInsertLyXFile):
7028         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7029         * lyxfunc.C (menuNew, open, doImport):
7030           no longer pass a LyXView & to fileDlg.
7031
7032 2003-02-21  Angus Leeming  <leeming@lyx.org>
7033
7034         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7035         * LyXAction.C: change, BIBKEY to BIBITEM.
7036         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7037         Change InsetBibKey to InsetBibitem.
7038         Change BIBKEY_CODE to BIBITEM_CODE.
7039         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7040         * factory.C: replace insetbib.h with insetbibitem.h.
7041         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7042         * paragraph.C: replace insetbib.h with insetbibitem.h.
7043         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7044         Change bibkey() to bibitem().
7045         * text.C: remove insetbib.h.
7046         * text2.C: replace insetbib.h with insetbibitem.h.
7047         change bibkey() to bibitem().
7048         * text3.C: remove insetbib.h.
7049         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7050
7051 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7052
7053         * lyxrc.C (output): enclose user email in quotes (in case there are
7054         several words)
7055
7056 2003-02-18  John Levon  <levon@movementarian.org>
7057
7058         * buffer.h: add std::
7059
7060 2003-02-17  John Levon  <levon@movementarian.org>
7061
7062         * SpellBase.h:
7063         * ispell.h:
7064         * ispell.C:
7065         * pspell.h:
7066         * pspell.C: reworking. Especially in ispell, a large
7067           number of clean ups and bug fixes.
7068
7069         * lyxfunc.C: fix revert to behave sensibly
7070
7071 2003-02-17 André Pönitz <poenitz@gmx.net>
7072
7073         * LyXAction.C:
7074         * commandtags.h: new LFUN_INSERT_BIBKEY
7075
7076         * layout.h:
7077         * lyxlayout.C:
7078         * buffer.C:
7079         * factory.C:
7080         * text.C:
7081         * text2.C:
7082         * text3.C:
7083         * paragraph.[Ch]:
7084         * paragraph_func.C: remove special bibkey handling
7085
7086 2003-02-17  John Levon  <levon@movementarian.org>
7087
7088         * text.C (Delete): fix case where delete at the end of
7089           the very first paragraph would not merge the pars
7090
7091 2003-02-17  John Levon  <levon@movementarian.org>
7092
7093         * lyxrow.C: fix lastPrintablePos()
7094
7095 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7096
7097         * bufferparams.C (writeLaTeX): add a std:here
7098
7099         * buffer.C: and remove a using directive there
7100
7101 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7102
7103         * buffer.C (makeLaTeXFile): move the code that generates the
7104           preamble...
7105
7106         * bufferparams.C (writeLaTeX): ... in this new method
7107
7108         * LaTeXFeatures.C (getEncodingSet): make const
7109           (getLanguages): make const
7110
7111         * MenuBackend.C (binding): returns the binding associated to this
7112           action
7113           (add): sets the status of each item by calling getStatus. Adds
7114           some intelligence.
7115           (read): add support for OptSubMenu
7116           (expand): remove extra separator at the end of expanded menu
7117
7118 2003-02-15  John Levon  <levon@movementarian.org>
7119
7120         * BufferView.C:
7121         * BufferView_pimpl.C:
7122         * bufferlist.h:
7123         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7124           inset code that had no actual effect. Remove unneeded status
7125           code.
7126
7127 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7128
7129         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7130           in preamble
7131
7132 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7133
7134         * text.C (drawLengthMarker): also draw an arrow marker for
7135           symbolic lengths (medskip...)
7136
7137 2003-02-14  John Levon  <levon@movementarian.org>
7138
7139         * tabular.h:
7140         * tabular.C: better method names
7141
7142 2003-02-14  John Levon  <levon@movementarian.org>
7143
7144         * BufferView_pimpl.C:
7145         * bufferlist.C:
7146         * buffer.C:
7147         * converter.C:
7148         * lyx_cb.C:
7149         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7150           it's a more accurate name. Remove some pointless uses.
7151
7152 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7153
7154         * text2.C (LyXText): change order of initilizers to shut off
7155           warnings
7156
7157 2003-02-14  John Levon  <levon@movementarian.org>
7158
7159         * buffer.C: use ParIterator for getParFromID()
7160
7161         * paragraph.h:
7162         * paragraph.C:
7163         * paragraph_pimpl.h:
7164         * paragraph_pimpl.C: remove unused getParFromID()
7165
7166 2003-02-14  John Levon  <levon@movementarian.org>
7167
7168         * buffer.C: remove some very old #if 0'd parse code
7169
7170 2003-02-13  John Levon  <levon@movementarian.org>
7171
7172         * text.h:
7173         * text.C:
7174         * text2.C: move hfillExpansion(), numberOfSeparators(),
7175           rowLast(), rowLastPrintable(), numberofHfills(),
7176           numberOfLabelHfills() ...
7177
7178         * lyxrow.h:
7179         * lyxrow.C: ... to member functions here.
7180
7181         * paragraph.h:
7182         * paragraph.C:
7183         * lyxtext.h:
7184         * text.C: remove LyXText::beginningOfMainBody(), and call
7185           p->beginningOfMainBody() directly. Move the check for
7186           LABEL_MANUAL into the latter.
7187
7188         * text.h:
7189         * text.C:
7190         * text2.C:
7191         * vspace.C:
7192         * BufferView.h:
7193         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7194
7195         * text.h:
7196         * text.C:
7197         * text2.C:
7198         * text3.C:
7199         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7200           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7201
7202 2003-02-13  John Levon  <levon@movementarian.org>
7203
7204         * CutAndPaste.C: remove debug
7205
7206 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7207
7208         * paragraph.C (asString): remove two unused variables
7209
7210         * lyxtextclass.C (readTitleType):
7211           (Read):
7212           (LyXTextClass): handle new members titletype_ and titlename_
7213
7214         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7215
7216 2003-02-09  John Levon  <levon@movementarian.org>
7217
7218         * buffer.h:
7219         * buffer.C: replace hand-coded list with a map for the dep clean
7220
7221 2003-02-08  John Levon  <levon@movementarian.org>
7222
7223         * LaTeX.C: consolidate code into showRunMessage() helper
7224
7225 2003-02-08  John Levon  <levon@movementarian.org>
7226
7227         * lyxfind.C:
7228         * lyxtext.h:
7229         * text2.C:
7230         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7231           and pass the size in explicitly
7232
7233         * BufferView_pimpl.h:
7234         * BufferView_pimpl.C:
7235         * BufferView.h:
7236         * BufferView.C: add getCurrentChange()
7237
7238         * BufferView_pimpl.h:
7239         * BufferView_pimpl.C: handle change lfuns
7240
7241         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7242           for changes. Mark pasted paragraphs as new.
7243
7244         * support/lyxtime.h:
7245         * support/lyxtime.C:
7246         * DepTable.C: abstract time_t as lyx::time_type
7247
7248         * LColor.h:
7249         * LColor.C: add colours for new text, deleted text, changebars
7250
7251         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7252           package use "usenames" option.
7253
7254         * commandtags.h:
7255         * lyxfunc.C:
7256         * LyXAction.C: add change lfuns
7257
7258         * Makefile.am:
7259         * author.h:
7260         * author.C: author handling
7261
7262         * buffer.h:
7263         * buffer.C: add a per-buffer author list, with first entry as
7264           current author. Handle new .lyx tokens for change tracking. Output
7265           author list to .lyx file. Output dvipost stuff to .tex preamble.
7266           Bump lyx format to 222.
7267
7268         * bufferlist.h:
7269         * bufferlist.C: add setCurrentAuthor() to reset current author details
7270           in all buffers.
7271
7272         * bufferparams.h:
7273         * bufferparams.C: add param for tracking
7274
7275         * bufferview_funcs.C: output change info in minibuffer
7276
7277         * Makefile.am:
7278         * changes.h:
7279         * changes.C: add change-tracking structure
7280
7281         * debug.h:
7282         * debug.C: add CHANGES debug flag
7283
7284         * lyxfind.h:
7285         * lyxfind.C: add code for finding the next change piece
7286
7287         * lyxrc.h:
7288         * lyxrc.C: add user_name and user_email
7289
7290         * lyxrow.h:
7291         * lyxrow.C: add a metric for the top of the text line
7292
7293         * lyxtext.h:
7294         * text.C: implement accept/rejectChange()
7295
7296         * lyxtext.h:
7297         * text.C: paint changebars. Paint new/deleted text in the chosen
7298         colours. Strike through deleted text.
7299
7300         * paragraph.h:
7301         * paragraph.C:
7302         * paragraph_pimpl.h:
7303         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7304           in the current change to the insert functions. Rework erase to
7305           mark text as deleted, adding an eraseIntern() and a range-based
7306           erase(). Implement per-paragraph change lookup and
7307           accept/reject.
7308
7309         * paragraph_funcs.C: Fixup paste for change tracking.
7310
7311         * tabular.C: mark added row/columns as new.
7312
7313         * text.C: fix rowLast() to never return -1. Don't allow
7314           spellchecking of deleted text. Track transpose changes. Don't
7315           allow paragraph break or merge where appropriate.
7316
7317         * text2.C: leave cursor at end of selection after a cut.
7318
7319 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7320
7321         * text.C (getLengthMarkerHeight):
7322         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7323         visible on screen too.
7324
7325 2003-02-07  John Levon  <levon@movementarian.org>
7326
7327         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7328
7329 2003-02-05  Angus Leeming  <leeming@lyx.org>
7330
7331         * lyxserver.C (read_ready): revert my patch of 11 September last year
7332         as it sends PC cpu through the roof. Presumably this means that
7333         the lyxserver will no longer run on an Alpha...
7334
7335 2003-01-30  Angus Leeming  <leeming@lyx.org>
7336
7337         * factory.C (createInset): create an InsetCommandParam of type "index"
7338         and use it to 'do the right thing'.
7339
7340         * text2.C (getStringToIndex): ensure that cursor position is always
7341         reset to the reset_cursor position.
7342
7343 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7344
7345         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7346         disabled.
7347
7348 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7349
7350         * bufferview.C:
7351         * lyxcb.C:
7352         * lyxfunc.C: Output messages with identical spelling, punctuation,
7353         and spaces
7354
7355 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7356
7357         * MenuBackend.C (expandFormats): List only viewable export formats
7358         in "View" menu
7359
7360         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7361         message
7362
7363         * lyxfunc.C (getStatus): Make sure that formats other than
7364         "fax" can also be disabled
7365
7366 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7367
7368         * text3.C (dispatch): put the lfuns that insert insets in 3
7369         groups, and call doInsertInset with appropriate arguments.
7370         (doInsertInset): new function, that creates an inset and inserts
7371         it according to some boolean parameters.
7372
7373 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7374
7375         * buffer.C (readFile): remember to pass on 'par' when calling
7376         readFile recursively.
7377
7378 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7379
7380         * MenuBackend.C (expandFormats): add "..." to import formats.
7381
7382 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7383
7384         * paragraph.C (asString): Remove XForms RTL hacks.
7385
7386 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7387         * buffer.C: fix typo
7388
7389 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7390
7391         * Makefile.am (LIBS): delete var
7392         (lyx_LDADD): add @LIBS@ here instead.
7393
7394 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7395
7396         * Clarify the meaning of "wheel mouse jump"
7397
7398 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7399
7400         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7401         tabular in a float
7402
7403 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7404
7405         * importer.C (Loaders): do not preallocate 3 elements in the
7406         vector, since one ends up with 6 elements otherwise
7407
7408 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7409
7410         * DepTable.C (write): write the file name as last element of the
7411         .dep file (because it may contain spaces)
7412         (read): read info in the right order
7413
7414 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7415
7416         * paragraph_pimpl.C (simpleTeXBlanks):
7417         (simpleTeXSpecialChars):
7418         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7419
7420         * tabular.C (latex): add some missing case statements. Reindent.
7421
7422         * MenuBackend.C (expandToc): remove unused variable.
7423
7424 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7425
7426         * LColor.C:
7427         * LaTeX.C:
7428         * LyXAction.C:
7429         * MenuBackend.C:
7430         * buffer.C:
7431         * exporter.C:
7432         * lyxfunc.C:
7433         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7434         and the like.
7435
7436 2003-01-05  John Levon  <levon@movementarian.org>
7437
7438         * BufferView.h:
7439         * BufferView.C: add getEncoding()
7440
7441         * kbsequence.h:
7442         * kbsequence.C: do not store last keypress
7443
7444         * lyxfunc.h:
7445         * lyxfunc.C: store last keypress here instead. Pass encoding
7446           to getISOEncoded()
7447
7448 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7449
7450         * lyx_main.C (init): remove annoying error message when following
7451         symbolic links (bug #780)
7452
7453 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7454
7455         * text.C (insertChar):
7456         * lyxrc.C (getDescription): remove extra spaces
7457
7458 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7459
7460         * lyxrc.C (getDescription): remove extra spaces
7461
7462 2002-12-20  John Levon  <levon@movementarian.org>
7463
7464         * text3.C: hack fix for page up/down across tall rows
7465
7466 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7467
7468         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7469         not been invoked
7470
7471 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7472
7473         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7474         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7475         thesaurus is not compiled in
7476
7477 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7478
7479         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7480
7481 2002-12-16  Angus Leeming  <leeming@lyx.org>
7482
7483         * lyxrc.[Ch]:
7484         * lyx_main.C (init): remove override_x_deadkeys stuff.
7485
7486 2002-12-12  John Levon  <levon@movementarian.org>
7487
7488         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7489           insert. Only remove shift modifier under strict
7490           circumstances.
7491
7492 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7493
7494         * MenuBackend.C (expandToc): fix crash.
7495
7496 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7497
7498         * MenuBackend.C (expandToc): gettext on float names.
7499
7500 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7501
7502         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7503         implement bool empty() [bug 490]
7504
7505 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7506
7507         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7508
7509 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7510
7511         * several files: ws changes
7512
7513 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7514
7515         * text2.C (setCounter): clean up a bit, use boost.format.
7516         (updateCounters): initialize par upon declaration.
7517
7518         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7519         if the layout exists. We do not just store the layout any more.
7520         (SwitchLayoutsBetweenClasses): use boost.format
7521
7522 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7523
7524         * converter.C (convert): if from and to files are the same, use a
7525         temporary files as intermediary
7526
7527 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7528
7529         * commandtags.h:
7530         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7531
7532 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7533
7534         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7535
7536 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7537
7538         * tabular.C (asciiPrintCell): use string(size, char) instead of
7539         explicit loop.
7540
7541         * sgml.C (openTag): fix order of arguments to string constructor
7542         (closeTag): ditto
7543
7544         * lyxfunc.C (dispatch): use boost.format
7545
7546         * lots of files: change "c" -> 'c'
7547
7548 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7549
7550         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7551
7552 2002-11-25  Angus Leeming  <leeming@lyx.org>
7553
7554         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7555
7556         * lyx_main.C (init): compile fix.
7557
7558 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7559
7560         * lyx_cb.C (start): boost.formatify
7561         do not include <iostream>
7562
7563         * lengthcommon.C: ws only
7564
7565         * boost-inst.C,BoostFormat.h: add more explict instantations
7566
7567 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7568
7569         * lots of files: handle USE_BOOST_FORMAT
7570
7571 2002-11-21  John Levon  <levon@movementarian.org>
7572
7573         * pspell.C: fix compile
7574
7575 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7576
7577         * lyxfunc.C (dispatch): use boost::format
7578         (open): ditto
7579         (doImport): ditto
7580
7581         * lyxfont.C (stateText): use boost::format
7582
7583         * lyx_main.C (LyX): use boost::format
7584         (init): ditto
7585         (queryUserLyXDir): ditto
7586         (readRcFile): ditto
7587         (parse_dbg): ditto
7588         (typedef boost::function): use the recommened syntax.
7589
7590         * importer.C (Import): use boost::format
7591
7592         * debug.C (showLevel): use boost::format
7593
7594         * converter.C (view): use boost::format
7595         (convert): ditto
7596         (move): ditto
7597         (scanLog): ditto
7598
7599         * bufferview_funcs.C (currentState): use boost::format
7600
7601         * bufferlist.C (emergencyWrite): use boost::format
7602
7603         * buffer.C (readLyXformat2): use boost::format
7604         (parseSingleLyXformat2Token): ditto
7605
7606         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7607
7608         * LaTeX.C (run): use boost::format
7609
7610         * Chktex.C (scanLogFile): use boost::format
7611
7612         * BufferView_pimpl.C (savePosition): use boost::format
7613         (restorePosition): ditto
7614         (MenuInsertLyXFile): ditto
7615
7616         * BoostFormat.h: help file for explicit instation.
7617
7618 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7619
7620         * tabular.C (latex): Support for block alignment in fixed width
7621         columns.
7622
7623 2002-11-17  John Levon  <levon@movementarian.org>
7624
7625         * BufferView_pimpl.C:
7626         * lyx_cb.C:
7627         * lyxfunc.C: split filedialog into open/save
7628
7629 2002-11-08  Juergen Vigna  <jug@sad.it>
7630
7631         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7632         by my last patch (hopefully).
7633
7634 2002-11-08  John Levon  <levon@movementarian.org>
7635
7636         * iterators.h:
7637         * iterators.C:
7638         * buffer.h:
7639         * buffer.C:
7640         * paragraph.h:
7641         * paragraph.C:
7642         * toc.h:
7643         * toc.C: ParConstIterator, and use it (from Lars)
7644
7645 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7646
7647         * lyxtextclass.[Ch]: revise and add doxygen comments
7648
7649 2002-11-07  John Levon  <levon@movementarian.org>
7650
7651         * text.C: fix progress value for spellchecker
7652
7653         * toc.C: fix navigate menu for insetwrap inside minipage
7654
7655         * paragraph_funcs.C: added FIXME for suspect code
7656
7657 2002-11-07  John Levon  <levon@movementarian.org>
7658
7659         * BufferView_pimpl.C: fix redrawing of insets
7660           on buffer switch
7661
7662 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7663
7664         * text2.C (updateCounters): fix bug 668
7665
7666 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7667
7668         * text3.C (dispatch): Do not make the buffer dirty when moving the
7669         cursor.
7670
7671 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7672
7673         * vc-backend.C: STRCONV
7674         (scanMaster): ditto
7675
7676         * text2.C (setCounter): STRCONV
7677
7678         * paragraph.C (asString): STRCONV
7679
7680         * lyxlength.C (asString): STRCONV
7681         (asLatexString): ditto
7682
7683         * lyxgluelength.C (asString): STRCONV
7684         (asLatexString): ditto
7685
7686         * lyxfunc.C (dispatch): STRCONV
7687         (open): ditto
7688
7689         * lyxfont.C (stateText): STRCONV
7690
7691         * importer.C (Import): STRCONV
7692
7693         * counters.C (labelItem): STRCONV
7694         (numberLabel): ditto
7695         (numberLabel): remove unused ostringstream o
7696
7697         * chset.C: STRCONV
7698         (loadFile): ditto
7699
7700         * bufferview_funcs.C (currentState): STRCONV
7701
7702         * buffer.C (readFile): STRCONV
7703         (asciiParagraph): ditto
7704         (makeLaTeXFile): ditto
7705
7706         * Spacing.C (writeEnvirBegin): STRCONV
7707
7708         * LaTeXFeatures.C (getLanguages): STRCONV
7709         (getPackages): ditto
7710         (getMacros): ditto
7711         (getBabelOptions): ditto
7712         (getTClassPreamble): ditto
7713         (getLyXSGMLEntities): ditto
7714         (getIncludedFiles): ditto
7715
7716         * LaTeX.C: STRCONV
7717         (run): ditto
7718         (scanAuxFile): ditto
7719         (deplog): ditto
7720
7721         * LString.h: add the STRCONV macros
7722
7723         * BufferView_pimpl.C (savePosition): STRCONV
7724         (restorePosition): ditto
7725         (MenuInsertLyXFile): ditto
7726
7727         * vc-backend.C (scanMaster): change from submatch[...] to
7728         submatch.str(...)
7729
7730         * funcrequest.C: include config.h
7731
7732         * factory.C: include config.h
7733
7734         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7735
7736         * box.C: include config.h
7737
7738         * LaTeX.C (scanAuxFile): change from submatch[...] to
7739         submatch.str(...)
7740         (deplog): ditto
7741
7742 2002-10-25  Angus Leeming  <leeming@lyx.org>
7743
7744         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7745
7746         * ispell.[Ch] (setError): new method.
7747         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7748         Use setError() insetead of goto END.
7749
7750         * lyx_cb.C (AutoSave): move out child process into new class
7751         AutoSaveBuffer.
7752
7753 2002-10-30  John Levon  <levon@movementarian.org>
7754
7755         * text3.C: make start appendix undoable
7756
7757 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7758
7759         * lyxlength.C (inPixels): Fix returned value.
7760
7761         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7762         environment.
7763
7764 2002-10-24  Angus Leeming  <leeming@lyx.org>
7765
7766         * lyxgluelength.h: no need to forward declare BufferParams
7767         or BufferView, so don't.
7768
7769 2002-10-21  John Levon  <levon@movementarian.org>
7770
7771         * BufferView.C: menuUndo ->undo, redo
7772
7773         * BufferView.h: document, remove dead, make some methods private
7774
7775         * paragraph_funcs.h:
7776         * paragraph_funcs.C:
7777         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7778
7779         * buffer.h:
7780         * buffer.C:
7781         * sgml.h:
7782         * sgml.C: move sgml open/close tag into sgml.C
7783
7784         * bufferview_funcs.h: unused prototype
7785
7786         * lyxfunc.h:
7787         * lyxfunc.C: remove unused
7788
7789         * lyxtext.h:
7790         * text.C: remove unused
7791
7792 2002-10-21  John Levon  <levon@movementarian.org>
7793
7794         * BufferView.h:
7795         * BufferView.C:
7796         * BufferView_pimpl.h:
7797         * BufferView_pimpl.C: fix mouse wheel handling based on
7798           patch from Darren Freeman
7799
7800 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7801
7802         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7803
7804 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7805
7806         * lyxlength.C (inPixels): Fix hanfling of negative length.
7807         Fix LyXLength::MU case.
7808
7809 2002-10-16  John Levon  <levon@movementarian.org>
7810
7811         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7812
7813 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7814
7815         * converter.C (view): add support for $$i (file name) and $$p
7816         (file path) for the viewer command. If $$i is not specified, then
7817         it is appended to the command (for compatibility with old syntax)
7818
7819 2002-10-14  Juergen Vigna  <jug@sad.it>
7820
7821         * undo_funcs.C (textHandleUndo): alter the order in which the
7822         new undopar is added to the LyXText, as we have to set first
7823         the right prev/next and then add it as otherwise the rebuild of
7824         LyXText is not correct. Also reset the cursor to the right paragraph,
7825         with this IMO we could remove the hack in "redoParagraphs()".
7826
7827 2002-10-09  Angus Leeming  <leeming@lyx.org>
7828
7829         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7830         to turn off an optimisation if a new inset is to be inserted.
7831
7832 2002-10-11 André Pönitz <poenitz@gmx.net>
7833
7834         * lyxtext.h: make some functions public to allow access
7835         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7836
7837 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7838
7839         * text3.C (dispatch): when changing layout, avoid an infinite loop
7840         [bug #652]
7841
7842 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7843
7844         * lyxrc.C (read): treat a viewer or converter command of "none" as
7845         if it were empty.
7846
7847         * MenuBackend.C (expandFormats): for an update, also allow the
7848         formats that are not viewable
7849
7850         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7851         script if it is newer than the lyxrc.defaults in user directory
7852
7853 2002-10-07 André Pönitz <poenitz@gmx.net>
7854
7855         * text.C: Vitaly Lipatov's small i18n fix
7856
7857 2002-09-25  Angus Leeming  <leeming@lyx.org>
7858
7859         * ispell.h: doxygen fix.
7860
7861 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7862
7863         * buffer.h (readFile): Add a new argument to the method, to allow
7864         reading of old-format templates.
7865
7866 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7867
7868         * toc.C (getTocList): Get TOC from InsetWrap.
7869
7870 2002-09-16  John Levon  <levon@movementarian.org>
7871
7872         * lyxfunc.C: check tabular for cut/copy too
7873
7874 2002-09-12  John Levon  <levon@movementarian.org>
7875
7876         * LyXAction.C: tidy
7877
7878         * factory.h:
7879         * factory.C: add header
7880
7881         * paragraph_funcs.h:
7882         * paragraph_funcs.C: cleanup
7883
7884 2002-09-11  John Levon  <levon@movementarian.org>
7885
7886         * PrinterParams.h: odd/even default to true
7887
7888 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7889
7890         * PrinterParams.h: update printer parameters for new xforms dialog
7891
7892 2002-09-11  Angus Leeming  <leeming@lyx.org>
7893
7894         * lyxserver.C (read_ready): re-write to make it more transparent
7895         and to make it work in coherent fashion under Tru64 Unix.
7896
7897 2002-09-11  André Pönitz <poenitz@gmx.net>
7898
7899         * commandtags.h:
7900         * LyXAction.C:
7901         * text3.C: implement LFUN_WORDSEL
7902
7903 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7904
7905         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7906         make floatlist_ a boost::shared_ptr<FloatList>
7907
7908         * lyxtextclass.C: include FloatList.h
7909         (LyXTextClass): initialize floatlist_
7910         (TextClassTags): add TC_NOFLOAT
7911         (Read): match "nofloat" to TC_NOFLOAT and use it.
7912         (readFloat): modify call to floatlist_
7913         (floats): ditto
7914         (floats): ditto
7915
7916         * FloatList.[Ch] (FloatList): remove commented out float
7917         initialization.
7918         (erase): new function
7919
7920 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7921
7922         * MenuBackend.C (expandToc): fix crash when there is no document
7923         open
7924
7925 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7926
7927         * many files: Add insetwrap.
7928
7929 2002-09-09  John Levon  <levon@movementarian.org>
7930
7931         * text2.C: remove confusing and awkward depth wraparound
7932
7933 2002-09-09  John Levon  <levon@movementarian.org>
7934
7935         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7936
7937         * buffer.h:
7938         * buffer.C: remove getIncludeonlyList()
7939
7940         * paragraph.C:
7941         * lyxfunc.C: remove headers
7942
7943 2002-09-09  Juergen Vigna  <jug@sad.it>
7944
7945         * text.C (getColumnNearX): fix form Michael this is most
7946         probably a cut&paste bug.
7947
7948 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7949
7950         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7951
7952         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7953         references, ws changes.
7954
7955         * text2.C (init): update counters after init
7956         (insertParagraph): no need to set counter on idividual paragraphs.
7957         (setCounter): access the counters object in the textclass object
7958         on in the buffer object.
7959         (updateCounters): ditto
7960
7961         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7962         shared_ptr<Counters> to avoid loading counters.h in all
7963         compilation units.
7964         (LyXTextClass): initialize ctrs_
7965         (TextClassTags): add TC_COUNTER, and ...
7966         (Read): use it here.
7967         (CounterTags): new tags
7968         (readCounter): new function
7969         (counters): new funtion
7970         (defaultLayoutName): return a const reference
7971
7972         * counters.C (Counters): remove contructor
7973         (newCounter): remove a couple of unneeded statements.
7974         (newCounter): simplify a bit.
7975         (numberLabel): some small formatting changes.
7976
7977         * buffer.[Ch]: remove all traces of counters, move the Counters
7978         object to the LyXTextClass.
7979
7980 2002-09-06  Alain Castera  <castera@in2p3.fr>
7981
7982         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7983         package to set the horizontal alignment on fixed width columns.
7984
7985         * lyx_sty.C:
7986         * lyx_sty.h: added tabularnewline macro def.
7987
7988         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7989
7990 2002-09-06  John Levon  <levon@movementarian.org>
7991
7992         * LyXAction.C: tooltips for sub/superscript
7993
7994         * MenuBackend.C: a bit more verbose
7995
7996         * lyxfunc.C: tiny clean
7997
7998         * undo_funcs.C: document undo_frozen
7999
8000 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8001
8002         * counters.C (Counters): add missing algorithm counter.
8003
8004         * text2.C (setCounter): lookup the counter with layouts latexname
8005         instead of by section number.
8006         (setCounter): use a hackish way to lookup the correct enum
8007         counter.
8008         a float name->type change
8009         reset enum couners with counter name directly instead of depth value.
8010
8011         * counters.C (Counters): remove the push_backs, change to use the
8012         float type not the float name.
8013         (labelItem): remove unused string, float name->type change
8014
8015         * counters.h: don't include vector, loose the enums and sects vectors
8016
8017 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8018
8019         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8020         (Read): add float->TC_FLOAT to textclassTags
8021         (Read): and handle it in the switch
8022         (readFloat): new function
8023
8024         * FloatList.C (FloatList): comment out the hardcoded float
8025         definitions.
8026
8027         * lyxlayout.h: ws change.
8028
8029 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8030
8031         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8032
8033 2002-09-03  Angus Leeming  <leeming@lyx.org>
8034
8035         * BufferView_pimpl.h: qualified name is not allowed in member
8036         declaration: WorkArea & Pimpl::workarea() const;
8037
8038         * factory.C: added using std::endl directive.
8039
8040         * text3.C: added using std::find and std::vector directives.
8041
8042 2002-08-29  André Pönitz <poenitz@gmx.net>
8043
8044         * lyxtext.h:
8045         * text2.C: remove unused member number_of_rows
8046
8047         * Makefile.am:
8048         * BufferView2.C: remove file, move contents to...
8049         * BufferView.C: ... here
8050
8051         * BufferView_pimpl.C:
8052         * factory.C: move more inset creation to factory
8053
8054         * vspace.C: avoid direct usage of LyXText, ws changes
8055
8056         * BufferView.[Ch]:
8057                 don't provide direct access to WorkArea, use two simple
8058                 acessors haveSelction() and workHeight() instead
8059
8060
8061 2002-08-29  John Levon  <levon@movementarian.org>
8062
8063         * BufferView_pimpl.C (dispatch): do not continue when
8064           no buffer
8065
8066 2002-08-28  André Pönitz <poenitz@gmx.net>
8067
8068         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8069
8070         * BufferView.h:
8071         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8072
8073 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8074
8075         * buffer.C: increment LYX_FORMAT to 221
8076
8077         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8078         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8079
8080         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8081
8082         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8083
8084 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8085
8086         * factory.C (createInset): use LyXTextClass::floats
8087
8088         * MenuBackend.C (expandFloatListInsert):
8089         (expandFloatInsert):
8090         (expandToc):
8091
8092         * text2.C (setCounter):
8093
8094         * LaTeXFeatures.C (useFloat):
8095         (getFloatDefinitions):
8096
8097         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8098
8099         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8100         floatlist_, with accessor floats().
8101
8102         * FloatList.h: remove global FloatList
8103
8104 2002-08-26  André Pönitz <poenitz@gmx.net>
8105
8106         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8107
8108         * BufferView.h:
8109         * BufferView2.C:
8110         * BufferView_pimpl.C:
8111         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8112
8113 2002-08-25  John Levon  <levon@movementarian.org>
8114
8115         * LyXAction.C: fix margin note description
8116
8117 2002-08-24  John Levon  <levon@movementarian.org>
8118
8119         * buffer.C:
8120         * bufferlist.C:
8121         * bufferview_funcs.C:
8122         * lyxfont.C:
8123         * undo_funcs.C: cleanups
8124
8125         * lyxfunc.C: disable CUT/COPY when no selection
8126
8127 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8128
8129         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8130         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8131
8132         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8133         Add backward compatibility to "mono", "gray" and "no".
8134
8135 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8136
8137         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8138         (and file_format >= 200).
8139
8140 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8141
8142         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8143
8144 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8145
8146         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8147
8148 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8149
8150         * BufferView_pimpl.C:
8151         * LyXAction.C:
8152         * buffer.C:
8153         * commandtags.h:
8154         * lyxfunc.C:
8155         * paragraph.[Ch]:
8156         * text2.C:
8157         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8158         inset and code to make it  work with the paragraph code. The inset
8159         can be anywhere in the paragraph, but will only do the expected
8160         thing in LaTeX if the layout file contains the parameter line
8161                         OptionalArgs    1
8162         (or more generally, a nonzero value) for that layout.
8163
8164 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8165
8166         * paragraph.h: remove the declaration of undefined counters class
8167         function.
8168
8169 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8170
8171         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8172         Dr. Richard Hawkins.
8173
8174 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8175
8176         * paragraph_funcs.h: remove some unneeded includes
8177
8178         * text.C (backspace): pasteParagraph now in global scipe
8179
8180         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8181         (pasteSelection): ditto
8182
8183         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8184         * paragraph_funcs.C (pasteParagraph): ... here
8185
8186 2002-08-20  André Pönitz <poenitz@gmx.net>
8187
8188         * commandtags.h: new LFUNs for swapping/copying table row/colums
8189
8190         * LyXAction.C:
8191         * lyxfunc.C: support for new lfuns
8192
8193 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8194
8195         * tabular.C:
8196         * buffer.[Ch]: remove NO_COMPABILITY stuff
8197
8198 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8199
8200         * boost.C (throw_exception): new file, with helper function for
8201         boost compiled without exceptions.
8202
8203         * paragraph.h:
8204         * lyxlength.C:
8205         * buffer.C:
8206         * ParameterStruct.h:
8207         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8208
8209         * bufferlist.C (emergencyWriteAll): use boost bind
8210
8211         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8212
8213         * text.C: include paragraph_funcs.h
8214         (breakParagraph): breakParagraph is now in global scope
8215
8216         * paragraph_funcs.[Ch]: new files
8217
8218         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8219         global scope
8220
8221         * buffer.C: include paragraph_funcs.h
8222         (insertStringAsLines): breakParagraph is now in global scope
8223
8224         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8225         paragraph_funcs.C
8226
8227         * CutAndPaste.C: include paragraph_funcs.h
8228         (cutSelection): breakParagraphConservative is now in global scope
8229         (pasteSelection): ditto
8230
8231         * buffer.h: declare oprator== and operator!= for
8232         Buffer::inset_iterator
8233
8234         * bufferlist.C (emergencyWrite): don't use fmt(...)
8235
8236         * text3.C: add using std::endl
8237
8238         * BufferView.C (moveCursorUpdate): remove default arg
8239
8240 2002-08-20  André Pönitz <poenitz@gmx.net>
8241
8242         * buffer.[Ch]: move inline functions to .C
8243
8244         * BufferView2.C:
8245         * BufferView_pimpl.C:
8246         * text.C:
8247         * buffer.[Ch]: use improved inset_iterator
8248
8249         * buffer.C:
8250         * paragraph.[Ch]: write one paragraph at a time
8251
8252 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8253
8254         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8255         style if style is not specified.
8256
8257 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8258
8259         * text2.C (setCounter): when searching for right label for a
8260         caption, make sure to recurse to parent insets (so that a caption
8261         in a minipage in a figure float works) (bug #568)
8262
8263 2002-08-20  André Pönitz <poenitz@gmx.net>
8264
8265         * text3.C: new file for LyXText::dispatch() and helpers
8266
8267         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8268
8269         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8270
8271 2002-08-19  André Pönitz <poenitz@gmx.net>
8272
8273         * lyxtext.h:
8274         * text.C: new LyXText::dispatch()
8275
8276         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8277
8278 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8279
8280         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8281
8282         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8283         Hebrew text.
8284
8285 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8286
8287         * Makefile.am: use $(variables) instead of @substitutions@
8288
8289 2002-08-15  André Pönitz <poenitz@gmx.net>
8290
8291         * lyxfunc.C:
8292         * BufferView_pimpl.C: streamlining mathed <-> outer world
8293         interaction
8294
8295         * commandtags.h:
8296         * LyXAction.C: remove unused LFUN_MATH
8297
8298 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8299
8300         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8301
8302 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8303
8304         * paragraph.C (Paragraph): reformat a bit
8305         (cutIntoMinibuffer): use builtin InsetList function instad of
8306         doing it manually.
8307         (getInset): ditto
8308
8309         * buffer.C: include boost/bind.hpp, add using std::for_each
8310         (writeFileAscii): use ParagraphList iterators
8311         (validate): use for_each for validate traversal of paragraphs
8312         (getBibkeyList): use ParagraphList iterators
8313         (resizeInsets): use for_each to resizeInsetsLyXText for all
8314         paragraphs.
8315         (getParFromID): use ParagraphList iterators
8316
8317         * BufferView2.C (lockInset): use paragraph list and iterators
8318
8319 2002-08-14  John Levon  <levon@movementarian.org>
8320
8321         * lyxserver.C: remove spurious xforms include
8322
8323 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8324
8325         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8326
8327 2002-08-13  André Pönitz <poenitz@gmx.net>
8328
8329         * LyXAction.[Ch]:
8330         * lyxfunc.C: further cleaning
8331
8332 2002-08-13  André Pönitz <poenitz@gmx.net>
8333
8334         * funcrequest.h: new constructor
8335
8336         * funcrequest.C: move stuff here from .h
8337
8338         * Makefile.am:
8339         * BufferView_pimpl.C:
8340         * LyXAction.C:
8341         * toc.C:
8342         * lyxfunc.C: subsequent changes
8343
8344         * lyxfunc.h: new view() member function
8345
8346         * lyxfunc.C: subsequent changes
8347
8348 2002-08-13  Angus Leeming  <leeming@lyx.org>
8349
8350         * BufferView2.C:
8351         * BufferView_pimpl.C:
8352         * buffer.C:
8353         * converter.C:
8354         * importer.C:
8355         * lyxfunc.C:
8356         * lyxvc.C:
8357         * toc.C:
8358         * vc-backend.C:
8359         changes due to the changed LyXView interface that now returns references
8360         to member variables not pointers.
8361
8362 2002-08-13  Angus Leeming  <leeming@lyx.org>
8363
8364         * WordLangTuple (word, lang_code): return references to strings,
8365         not strings.
8366
8367         * BufferView.h:
8368         * SpellBase.h:
8369         * lyxtext.h: forward-declare WordLangTuple.
8370
8371         * BufferView2.C:
8372         * ispell.C:
8373         * pspell.C:
8374         * text.C: #include "WordLangTuple.h".
8375
8376         * lyxtext.h:
8377         * text.C: (selectNextWordToSpellcheck): constify return type.
8378
8379 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8380
8381         * buffer.C:
8382         * buffer.h:
8383         * lyxtext.h:
8384         * paragraph.C:
8385         * paragraph_pimpl.h:
8386         * text.C:
8387         * text2.C:
8388         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8389         suggested by Angus.
8390         Made updateCounter always count from start of buffer, and removed
8391         second argument (par).
8392         Reverted floats number display to '#'. Perhaps I'll try again when the
8393         code base is sanitized a bit.
8394
8395 2002-08-12  Angus Leeming  <leeming@lyx.org>
8396
8397         * buffer.[Ch] (getLabelList): constify.
8398
8399 2002-08-07  André Pönitz <poenitz@gmx.net>
8400
8401         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8402
8403         * funcrequest.h: extension to keep mouse (x,y) position
8404
8405 2002-08-12  Juergen Vigna  <jug@sad.it>
8406
8407         * BufferView2.C (insertErrors): forbid undo when inserting error
8408         insets.
8409
8410         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8411
8412 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8413
8414         * ParagraphList.[Ch]: new files
8415
8416         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8417
8418         * BufferView2.C (lockInset): ParagraphList changes
8419         * toc.C: ditto
8420         * text2.C: ditto
8421         * bufferlist.C: ditto
8422         * buffer.h: ditto
8423         * buffer.C: ditto
8424
8425 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8426
8427         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8428         unused class variable counter_,
8429
8430         * paragraph.[Ch] (getFirstCounter): delete unused function
8431
8432         * counters.C: include LAssert.h
8433         (reset): add a new function with no arg, change other version to
8434         not have def. arg and to not allow empty arg.
8435
8436         * text2.C (setCounter): remove empty arg from call to Counters::reset
8437
8438 2002-08-11  John Levon  <levon@movementarian.org>
8439
8440         * Makefile.am: add WordLangTuple.h
8441
8442 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8443
8444         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8445         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8446
8447         * insets/insettext.C: InsetList changes
8448
8449         * graphics/GraphicsSupport.C (operator()): InsetList changes
8450
8451         * toc.C (getTocList): InsetList changes
8452
8453         * paragraph_pimpl.[Ch]: InsetList changes
8454
8455         * paragraph.[Ch]: InsetList changes
8456
8457         * buffer.C (inset_iterator): InsetList changes
8458         (setParagraph): ditto
8459         * buffer.h (inset_iterator): ditto
8460         * iterators.C (operator++): ditto
8461         * iterators.h: ditto
8462
8463         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8464
8465         * InsetList.[Ch]: new files, most InsetList handling moved out of
8466         paragraph.C.
8467
8468         * BufferView2.C (removeAutoInsets): InsetList changes
8469         (lockInset): ditto
8470         (ChangeInsets): ditto
8471
8472 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8473
8474         * paragraph_pimpl.h (empty): new function
8475
8476         * paragraph.[Ch] (empty): new function
8477
8478         * other files: use the new Paragraph::empty function
8479
8480 2002-08-09  John Levon  <levon@movementarian.org>
8481
8482         * lyxtext.h: remove unused refresh_height
8483
8484 2002-08-09  John Levon  <levon@movementarian.org>
8485
8486         * Makefile.am:
8487         * sgml.h:
8488         * sgml.C:
8489         * buffer.C:
8490         * paragraph.h:
8491         * paragraph.C: move sgml char escaping out of paragraph
8492
8493         * paragraph.h:
8494         * paragraph.C: remove id setter
8495
8496         * buffer.C:
8497         * paragraph.C:
8498         * paragraph_pimpl.C: remove dead tex_code_break_column
8499
8500         * bufferview_funcs.C: small cleanup
8501
8502         * lyxfunc.C: remove dead proto
8503
8504         * lyxtext.h: make some stuff private. Remove some dead stuff.
8505
8506         * lyxgluelength.C: make as[LyX]String() readable
8507
8508 2002-08-08  John Levon  <levon@movementarian.org>
8509
8510         * LyXAction.h:
8511         * LyXAction.C:
8512         * MenuBackend.C:
8513         * ToolbarDefaults.C:
8514         * lyxfunc.C:
8515         * lyxrc.C:
8516         * toc.C: lyxaction cleanup
8517
8518 2002-08-08  John Levon  <levon@movementarian.org>
8519
8520         * BufferView2.C: small cleanup
8521
8522         * lyxfind.h:
8523         * lyxfind.C: move unnecessary header into the .C
8524
8525 2002-08-08  John Levon  <levon@movementarian.org>
8526
8527         * funcrequest.h: just tedious nonsense
8528
8529         * lyx_main.h:
8530         * lyx_main.C: cleanups
8531
8532         * buffer.C:
8533         * vspace.C: remove dead header lyx_main.h
8534
8535 2002-08-07  Angus Leeming  <leeming@lyx.org>
8536
8537         * Paragraph.[Ch]:
8538         * paragraph_pimpl.h:
8539         Forward declare class Counters in paragraph.h by moving the ctrs member
8540         variable into Paragraph::Pimpl.
8541         (counters): new method, returning a reference to pimpl_->ctrs.
8542
8543         * text2.C: ensuing changes.
8544
8545 2002-08-07  John Levon  <levon@movementarian.org>
8546
8547         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8548
8549         * BufferView_pimpl.C: announce X selection on double/triple
8550           click
8551
8552         * lyx_main.C: use correct bool in batch dispatch
8553
8554         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8555
8556 2002-08-07  André Pönitz <poenitz@gmx.net>
8557
8558         * funcrequest.h: new class to wrap a kb_action and its argument
8559
8560         * BufferView.[Ch]:
8561         * BufferView_pimpl[Ch]:
8562         * LaTeX.C:
8563         * LyXAction.[Ch]:
8564         * lyxfunc.[Ch]:
8565         * lyxrc.C: subsequent changes
8566
8567
8568 2002-08-07  John Levon  <levon@movementarian.org>
8569
8570         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8571           document options change.
8572
8573 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8574
8575         * counters.[Ch]
8576         * text2.C
8577         * paragraph.[Ch]
8578         * makefile.am: move counters functionality over from
8579         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8580
8581 2002-08-06  John Levon  <levon@movementarian.org>
8582
8583         * WordLangTuple.h: new file for word + language code tuple
8584
8585         * SpellBase.h:
8586         * pspell.h:
8587         * pspell.C:
8588         * ispell.h:
8589         * ispell.C:
8590         * lyxtext.h:
8591         * text.C:
8592         * text2.C:
8593         * BufferView.h:
8594         * BufferView2.C: use WordLangTuple
8595
8596         * layout.h:
8597         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8598
8599 2002-08-06  John Levon  <levon@movementarian.org>
8600
8601         * lyx_main.C: fix cmdline batch handling
8602
8603 2002-08-06  André Pönitz <poenitz@gmx.net>
8604
8605         * lyxrc.C: set default for show_banner to true
8606
8607 2002-08-06  John Levon  <levon@movementarian.org>
8608
8609         * pspell.C: fix a crash, and allow new aspell to work
8610
8611 2002-08-06  John Levon  <levon@movementarian.org>
8612
8613         * lyxfunc.C:
8614         * kbmap.C: small cleanup
8615
8616         * vspace.h:
8617         * vspace.C: add const
8618
8619 2002-08-05  John Levon  <levon@movementarian.org>
8620
8621         * LyXAction.C: back to tabular-insert
8622
8623 2002-08-04  John Levon  <levon@movementarian.org>
8624
8625         * BufferView.h:
8626         * BufferView.C: cosmetic change
8627
8628         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8629
8630         * bufferlist.C:
8631         * buffer.h:
8632         * buffer.C:
8633         * lyxcb.h:
8634         * lyxcb.C:
8635         * lyxserver.C:
8636         * lyxvc.C:
8637         * vc-backend.C:
8638         * BufferView2.C: purge all "Lyx" not "LyX" strings
8639
8640         * lyxcursor.h:
8641         * lyxcursor.C: attempt to add some documentation
8642
8643         * lyxfunc.C:
8644         * commandtags.h:
8645         * LyXAction.C:
8646         * ToolbarDefaults.C:
8647         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8648           merge with LFUN_TABULAR_INSERT
8649
8650         * Makefile.am:
8651         * SpellBase.h:
8652         * ispell.h:
8653         * ispell.C:
8654         * pspell.h:
8655         * pspell.C: split up i/pspell implementations into separate
8656           files, many cleanups
8657
8658         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8659
8660         * text2.C: some cleanup
8661
8662         * lyxfunc.C: don't check for isp_command == "none" any more, it
8663           didn't make any sense
8664
8665 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8666
8667         * counters.[Ch]
8668         * text2.C
8669         * paragraph.[Ch]
8670         * makefile.am: move counters functionality over
8671         from text2.C/paragraph.[Ch] to counters.[Ch], and
8672         make proper C++.
8673 2002-08-02  John Levon  <levon@movementarian.org>
8674
8675         * buffer.C: s/lyxconvert/lyx2lyx/
8676
8677 2002-08-02  Angus Leeming  <leeming@lyx.org>
8678
8679         * lyxlex.C: revert John's change as it breaks reading of the user
8680         preamble.
8681
8682 2002-08-02  Angus Leeming  <leeming@lyx.org>
8683
8684         * importer.C (Import):
8685         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8686         changes due to LyXView::view() now returning a boost::shared_ptr.
8687
8688 2002-08-02  John Levon  <levon@movementarian.org>
8689
8690         * lyxlex.C: small cleanup
8691
8692 2002-08-02  John Levon  <levon@movementarian.org>
8693
8694         * text2.C (status): small cleanup, no logic change
8695
8696 2002-08-01  John Levon  <levon@movementarian.org>
8697
8698         * buffer.h:
8699         * buffer.C (writeFile): don't output alerts, caller
8700           handles this
8701
8702         * bufferlist.C:
8703         * lyx_cb.C: from above
8704
8705         * lyxfunc.C: allow to open non-existent files
8706
8707 2002-07-31  John Levon  <levon@movementarian.org>
8708
8709         * lyxserver.C: don't let incidental errors get
8710           in the way (errno)
8711
8712 2002-07-30  John Levon  <levon@movementarian.org>
8713
8714         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8715
8716 2002-07-30  John Levon  <levon@movementarian.org>
8717
8718         * lyxserver.h:
8719         * lyxserver.C: remove I/O callback too
8720
8721 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8722
8723         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8724         log.
8725
8726 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8727
8728         * many files: strip,frontStrip -> trim,ltrim,rtrim
8729
8730 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8731
8732         * PrinterParams.h: remove extern containsOnly, and include
8733         support/lstrings.h instead.
8734
8735         * LaTeX.C (scanAuxFile): modify because of strip changes
8736         (deplog): ditto
8737         * buffer.C (makeLaTeXFile): ditto
8738         * bufferparams.C (writeFile): ditt
8739         * lyxfont.C (stateText): ditto
8740         * lyxserver.C (read_ready): ditto
8741         * vc-backend.C (scanMaster): ditto
8742
8743         * BufferView_pimpl.h: ws changes
8744
8745         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8746
8747 2002-07-26  André Pönitz <poenitz@gmx.net>
8748
8749         * kb_sequence.C: remove unnedred usings
8750
8751 2002-07-26  Juergen Vigna  <jug@sad.it>
8752
8753         * lyxfind.C (LyXReplace): we have to check better if the returned
8754         text is not of theLockingInset()->getLockingInset().
8755
8756 2002-07-25  Juergen Vigna  <jug@sad.it>
8757
8758         * lyxfind.C (LyXReplace): don't replace if we don't get the
8759         right LyXText.
8760
8761         * undo_funcs.C (createUndo): remove debugging code.
8762
8763 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8764
8765         * buffer.C (parseSingleLyXformat2Token): Use default placement
8766         when reading old floats.
8767
8768         * FloatList.C (FloatList): Change the default placement of figure
8769         and tables to "tbp".
8770
8771 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8772
8773         * MenuBackend.C: using std::max
8774
8775 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8776
8777         * MenuBackend.C (expandToc):
8778         (expandToc2): code moved from xforms menu frontend. It is now
8779         generic and TOCs are transparent to menu frontends.
8780
8781 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8782
8783         * toc.C (getTocList): protect against buf=0
8784
8785         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8786         Menu as first parameter. Now, this calls itself recursively to
8787         expand a whole tree (this will be useful for TOC handling)
8788         (expandFloatInsert): remove 'wide' version of floats
8789
8790         * MenuBackend.h (submenuname): returns the name of the submenu.
8791         (submenu): returns the submenu itself, provided it has been
8792         created by MenuBackend::expand
8793
8794 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8795
8796         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8797         insets which have noFontChange == true. (bug #172)
8798
8799 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8800
8801         * BufferView_pimpl.C: add connection objects and use them...
8802         (Pimpl): here.
8803
8804 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8805
8806         * MenuBackend.C (expandLastfiles):
8807         (expandDocuments):
8808         (expandFormats):
8809         (expandFloatListInsert):
8810         (expandFloatInsert):
8811         (expand): split expand in parts
8812
8813 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8814
8815         * lyx_gui.C: use lyx_gui::exit()
8816
8817 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8818
8819         * LyXAction.C: show the failing pseudo action
8820
8821 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8822
8823         * buffer.C (readFile): Run the lyxconvert script in order to read
8824         old files.
8825
8826 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8827
8828         * LyXAction.C:
8829         * commandtags.h:
8830         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8831
8832 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8833
8834         * LyXAction.C:
8835         * commandtags.h:
8836         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8837
8838 2002-07-22  Herbert Voss  <voss@lyx.org>
8839
8840         * lengthcommon.C:
8841         * lyxlength.[Ch]: add support for the vertical lengths
8842
8843 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8844
8845         * toc.[Ch]: std:: fixes
8846
8847 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8848
8849         * lyxrc.C: do not include lyx_main.h
8850
8851         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8852         for layouts
8853
8854         * lyxrc.C:
8855         * encoding.C:
8856         * bufferlist.C:
8857         * BufferView2.C: include "lyxlex.h"
8858
8859         * tabular.h:
8860         * bufferparams.h: do not #include "lyxlex.h"
8861
8862         * lyxtextclasslist.C (Add): remove method
8863         (classlist): renamed to classlist_
8864
8865         * paragraph_pimpl.C:
8866         * paragraph.C:
8867         * text2.C:
8868         * CutAndPaste.C:
8869         * bufferview_funcs.C:
8870         * bufferlist.C:
8871         * text.C:
8872         * LaTeXFeatures.C:
8873         * buffer.C:
8874         * toc.C (getTocList): use BufferParams::getLyXTextClass
8875
8876         * toc.C (getTocList): use InsetFloat::addToToc
8877
8878         * toc.[Ch]: new files, containing helper functions to handle table
8879         of contents
8880
8881         * lyxfunc.C (dispatch): no need to remove spaces around command
8882         given as a string
8883         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8884         first command of the sequence; it is not very clever, but I do not
8885         have a better idea, actually
8886
8887         * LyXAction.C (LookupFunc): make sure to remove space at the
8888         beginning and end of the command
8889
8890 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8891
8892         * MenuBackend.C (getMenubar): new method: return the menubar of
8893         this menu set
8894         (read): treat differently reading of menu and menubar (in
8895         particular, the menubar has no name now)
8896         (Menu::menubar): remove
8897
8898         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8899         saving is finished
8900
8901 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8902
8903         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8904         a bibitem inset in a RTL paragraph.
8905
8906 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8907
8908         * paragraph_pimpl.C: constify
8909
8910         * BufferView_pimpl.C:
8911         * LaTeX.C:
8912         * lyxfunc.C: fix dispatch in a nicer way
8913
8914 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8915
8916         * lyxfunc.C (dispatch):
8917         * BufferView_pimpl.C:
8918         * BufferView_pimpl.h:
8919         * BufferView.C:
8920         * BufferView.h: rename Dispatch() to dispatch()
8921
8922         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8923
8924         * lyxlayout.C (Read): honor DependsOn tag
8925
8926         * lyxlayout.[Ch] (depends_on): new method
8927
8928         * version.C.in: update lyx_docversion
8929
8930         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8931
8932         * paragraph.C (validate): remove from here...
8933         * paragraph_pimpl.C (validate): ... and move here
8934         (isTextAt): make it const
8935
8936         * buffer.C (getLists): ws cleanup
8937
8938 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8939
8940         * language.C (read): Use iso8859-1 encoding in latex_lang
8941         (this prevents LyX from crashing when using iso10646-1 encoding).
8942
8943 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8944
8945         * text2.C (toggleInset): if cursor is inside an inset, close the
8946         inset and leave cursor _after_ it
8947
8948 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8949
8950         * lyxfunc.C: move minibuffer completion handling out of here
8951
8952 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8953
8954         * BufferView_pimpl.C:
8955         * LaTeX.C: fix dispatch calls
8956
8957 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8958
8959         * text.C (drawChars): Fix Arabic text rendering.
8960
8961 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8962
8963         * LyXAction.C:
8964         * commandtags.h:
8965         * lyxfunc.C: remove message-push/pop
8966
8967         * lyxserver.C:
8968         * lyxfunc.h:
8969         * lyxfunc.C: rationalise some code by removing verboseDispatch
8970           in favour of a bool argument to dispatch()
8971
8972 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8973
8974         * lyx_main.C (init): make sure to read symlinks as absolute paths
8975
8976 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8977
8978         * lyxfunc.h:
8979         * lyxfunc.C: no need for commandshortcut to be a member
8980
8981 2002-07-15  André Pönitz <poenitz@gmx.net>
8982
8983         * converter.C: add support for $$s (scripts from lib/scripts dir)
8984         * lyx_main.C: white space
8985
8986 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8987
8988         * bufferlist.C:
8989         * lyxrc.h:
8990         * lyxrc.C: remove second exit confirmation
8991
8992 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8993
8994         * BufferView.h:
8995         * BufferView.C:
8996         * BufferView2.C:
8997         * BufferView_pimpl.h:
8998         * BufferView_pimpl.C:
8999         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9000
9001 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9002
9003         * MenuBackend.C (expand): add numeric shortcuts to document menu
9004
9005         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9006
9007 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9008
9009         * lyxfont.C (setLyXFamily):
9010         (setLyXSeries):
9011         (setLyXShape):
9012         (setLyXSize):
9013         (setLyXMisc):
9014         (lyxRead):
9015         * debug.C (value):
9016         * buffer.C (asciiParagraph): use ascii_lowercase
9017
9018 2002-07-15  Mike Fabian  <mfabian@suse.de>
9019
9020         * lyxlex_pimpl.C (search_kw):
9021         * lyxlex.C (getLongString):
9022         * converter.h (operator<):
9023         * converter.C (operator<):
9024         * buffer.C (parseSingleLyXformat2Token):
9025         (asciiParagraph):
9026         * ToolbarDefaults.C (read):
9027         * MenuBackend.C (checkShortcuts):
9028         (read):
9029         * LColor.C (getFromGUIName):
9030         (getFromLyXName): use the compare_ascii_no_case instead of
9031         compare_no_case, because in turkish, 'i' is not the lowercase
9032         version of 'I', and thus turkish locale breaks parsing of tags.
9033
9034 2002-07-16  Angus Leeming  <leeming@lyx.org>
9035
9036         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9037         now takes a Buffer const & argument.
9038
9039 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9040
9041         * BufferView.C (resize): check there's a buffer to resize
9042
9043 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9044
9045         * lyxfunc.C: remove dead code
9046
9047         * lyxserver.h:
9048         * lyxserver.C: use lyx_guii::set_read_callback
9049
9050 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9051
9052         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9053         an inset in a RTL paragraph.
9054
9055 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9056
9057         * lyxfunc.C: repaint after a font size update
9058
9059 2002-07-15  André Pönitz <poenitz@gmx.net>
9060
9061         * lyxlength.C: inBP should be able to return negative values
9062
9063 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9064
9065         * lyxfunc.C: use lyx_gui::update_fonts()
9066
9067 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9068
9069         * lyxfunc.C: use lyx_gui::update_color()
9070
9071 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9072
9073         * bufferlist.C:
9074         * lyxfunc.h:
9075         * lyxfunc.C:
9076         * lyxrc.h:
9077         * lyxrc.C: remove file->new asks for name option, and let
9078           buffer-new take an argument
9079
9080 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9081
9082         * BufferView_pimpl.C: remove unneeded extra repaint()
9083
9084 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9085
9086         * LyXAction.C: allow command-sequence with NoBuffer
9087
9088         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9089
9090 2002-07-10  Angus Leeming  <leeming@lyx.org>
9091
9092         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9093
9094 2002-07-09  Angus Leeming  <leeming@lyx.org>
9095
9096         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9097
9098 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9099
9100         * lengthcommon.h: whitespace
9101
9102         * lyxfunc.C: update scrollbar after goto paragraph
9103
9104         * lyxtext.h: factor out page break drawing, and fix it so
9105           page break/added space paints as selected nicely
9106
9107 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9108
9109         * BufferView_pimpl.C: add FIXMEs, clean up a little
9110
9111 2002-07-09  André Pönitz <poenitz@gmx.net>
9112
9113         * lyxfont.[Ch]: support for wasy symbols
9114
9115 2002-07-08  André Pönitz <poenitz@gmx.net>
9116
9117         * BufferView_pimpl.C: apply John's patch for #93.
9118
9119 2002-07-05  Angus Leeming  <leeming@lyx.org>
9120
9121         * BufferView_pimpl.C (buffer): generate previews if desired.
9122
9123         * LColor.h: add "preview" to the color enum.
9124
9125         * LColor.C (LColor): add a corresponding entry to the items array.
9126
9127         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9128         with this buffer.
9129
9130 2002-07-05  Angus Leeming  <leeming@lyx.org>
9131
9132         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9133         The body of the code is now in the method that is passed an ostream &
9134         rather than a file name.
9135         Pass an additional only_preamble parameter, useful for the forthcoming
9136         preview stuff.
9137
9138 2002-07-03  André Pönitz <poenitz@gmx.net>
9139
9140         * lyxfunc.C: simplify getStatus() a bit for math stuff
9141
9142 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9143
9144         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9145
9146 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9147
9148         * text.C (changeRegionCase): do not change case of all the
9149         document when region ends at paragraph end (bug #461)
9150
9151 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9152
9153         * paragraph.C (startTeXParParams):
9154         (endTeXParParams): add \protect when necessary
9155
9156 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9157
9158         * BufferView_pimpl.C (workAreaExpose): remove warning
9159
9160 2002-06-27  Angus Leeming  <leeming@lyx.org>
9161
9162         * Makefile.am: add lyxlayout_ptr_fwd.h.
9163
9164 2002-06-26  André Pönitz <poenitz@gmx.net>
9165
9166         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9167
9168 2002-06-25  Angus Leeming  <leeming@lyx.org>
9169
9170         * lyxfunc.C (dispatch): Comment out the call to
9171         grfx::GCache::changeDisplay. The method no longer exists now that the
9172         pixmap generation part of the graphics loader has been moved into
9173         InsetGraphics.
9174
9175 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9176
9177         * text2.C: layout as layout
9178
9179         * text.C: layout as layout
9180
9181         * tabular.C (OldFormatRead): layout as layout
9182
9183         * paragraph_pimpl.C (TeXDeeper): layout as layout
9184         (realizeFont): layout as layout
9185
9186         * paragraph.C (writeFile): layout as layout
9187         (validate): layout as layout
9188         (getFont): layout as layout
9189         (getLabelFont): layout as layout
9190         (getLayoutFont): layout as layout
9191         (breakParagraph): layout as layout
9192         (stripLeadingSpaces): layout as layout
9193         (getEndLabel): layout as layout
9194         (getMaxDepthAfter): layout as layout
9195         (applyLayout): layout as layout
9196         (TeXOnePar): layout as layout
9197         (simpleTeXOnePar): layout as layout
9198         (TeXEnvironment): layout as layout
9199         (layout): layout as layout
9200         (layout): layout as layout
9201
9202         * lyxtextclass.C (compare_name): new functor to work with
9203         shared_ptr, layout as layout
9204         (Read): layout as layout
9205         (hasLayout): layout as layout
9206         (operator): layout as layout
9207         (delete_layout): layout as layout
9208         (defaultLayout): layout as layout
9209
9210         * lyxlayout_ptr_fwd.h: new file
9211
9212         * lyxlayout.C (Read): layout as layout
9213
9214         * lyx_cb.C (MenuInsertLabel): layout as layout
9215
9216         * bufferlist.C (newFile): layout as layout
9217
9218         * buffer.C (readLyXformat2): layout as layout
9219         (parseSingleLyXformat2Token): layout as layout
9220         (insertStringAsLines): layout as layout
9221         (asciiParagraph): layout as layout
9222         (latexParagraphs): layout as layout
9223         (makeLinuxDocFile): layout as layout
9224         (simpleLinuxDocOnePar): layout as layout
9225         (makeDocBookFile): layout as layout
9226         (simpleDocBookOnePar): layout as layout
9227         (getLists): layout as layout
9228
9229         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9230
9231         * CutAndPaste.C (cutSelection): layout as layout
9232         (pasteSelection): layout as layout
9233         (SwitchLayoutsBetweenClasses): layout as layout
9234
9235         * BufferView_pimpl.C (Dispatch): layout as layout
9236         (smartQuote): layout as layout
9237
9238         * BufferView2.C (unlockInset): layout as layout
9239
9240 2002-06-24  André Pönitz <poenitz@gmx.net>
9241
9242         * lyxfunc.C: fix #487
9243
9244 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9245
9246         * lyxrc.h:
9247         * lyxrc.C:
9248         * lyxfunc.C: remove display_shortcuts, show_banner
9249
9250 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9251
9252         * Buffer_pimpl.C: oops, update on resize
9253
9254 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9255
9256         * buffer.C:
9257         * converter.C:
9258         * exporter.C:
9259         * lyxfunc.C:
9260         * BufferView.h:
9261         * BufferView.C: use repaint()
9262
9263         * BufferView_pimpl.h:
9264         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9265           as it's a clearer description. Remove superfluous
9266           redraws.
9267
9268 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9269
9270         * text.C: fix bug 488. Not ideal, but getting
9271           getWord() to work properly for the insets that
9272           matter is more difficult ...
9273
9274 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9275
9276         * BufferView_pimpl.C:
9277         * LyXAction.C:
9278         * commandtags.h:
9279         * lyxfunc.C: remove the six million index lyxfuncs to just
9280           one, and DTRT (bug 458)
9281
9282 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9283
9284         * BufferView.h:
9285         * BufferView.C:
9286         * BufferView_pimpl.h:
9287         * BufferView_pimpl.C: clean up resize() stuff,
9288           and unnecessary updateScreen()s
9289
9290 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9291
9292         * BufferView.h:
9293         * BufferView.C:
9294         * BufferView_pimpl.h:
9295         * BufferView_pimpl.C:
9296         * lyxfind.h:
9297         * lyxfind.C:
9298         * minibuffer.C: remove focus management of workarea,
9299           not needed. Use screen's greyOut()
9300
9301 2002-06-17  Herbert Voss  <voss@lyx.org>
9302
9303         * converter.C: (convert) do not post a message, when converting
9304         fails, let the calling function decide what to do in this case
9305
9306 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9307
9308         * lyxfunc.C: tidy up a little
9309
9310 2002-06-16    <alstrup@diku.dk>
9311
9312         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9313         Got rid of FORMS_H_LOCATION include. Now we are
9314         GUII.
9315
9316 2002-06-15  LyX Development team  <lyx@rilke>
9317
9318         * buffer.[Ch] (sgmlOpenTag):
9319         (sgmlCloseTag): Added support for avoiding pernicious mixed
9320         content. Return number of lines written.
9321
9322         (makeLinuxDocFile):
9323         (makeDocBookFile): Fixed calls to sgml*Tag.
9324         Simple white space clean.
9325
9326         (simpleDocBookOnePar): Simple white space clean.
9327
9328         * tabular.[Ch] (docBook): Renamed to docbook and got another
9329         argument to related with the pernicious mixed content.
9330
9331         (docbookRow): Fixed calls for docbook inset method.
9332
9333 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9334
9335         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9336         so it's X11 independent.
9337
9338         * kb*.[Ch]: ditto.
9339
9340         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9341
9342 2002-06-15  Lyx Development team  <lyx@electronia>
9343
9344         * intl.h: Renamed getTrans to getTransManager.
9345
9346 2002-06-14  Angus Leeming  <leeming@lyx.org>
9347
9348         * Makefile.am: nuke forgotten stl_string_fwd.h.
9349
9350 2002-06-12  Angus Leeming  <leeming@lyx.org>
9351
9352         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9353
9354 2002-06-13  Angus Leeming  <leeming@lyx.org>
9355
9356         * LaTeX.C:
9357         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9358
9359 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9360
9361         * kbmap.C (getiso): add support for cyrillic and greek
9362
9363 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9364
9365         * BufferView.h:
9366         * BufferView.C:
9367         * BufferView_pimpl.h:
9368         * BufferView_pimpl.C: move bogus scrolling logic
9369           to xforms
9370
9371 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9372
9373         * lyxfunc.C:
9374         * BufferView_pimpl.C: view->resize() change
9375
9376 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9377
9378         * BufferView_pimpl.C: topCursorVisible
9379           prototype change
9380
9381 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9382
9383         * Makefile.am:
9384         * lyx_gui.h:
9385         * lyx_gui.C: move to frontends/
9386
9387         * main.C:
9388         * lyx_main.h:
9389         * lyx_main.C: changes from above
9390
9391 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9392
9393         * intl.C:
9394         * intl.h:
9395         * kbmap.C:
9396         * kbsequence.C:
9397         * lyx_cb.C:
9398         * lyx_main.C: minor tidy
9399
9400 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * BufferView_pimpl.h:
9403         * BufferView_pimpl.C:
9404         * BufferView.h:
9405         * BufferView.C: make painter() const,
9406           remove dead code
9407
9408         * BufferView2.C: use screen() accessor
9409
9410         * lyx_main.h:
9411         * lyx_main.C: some minor cleanup
9412
9413 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9414
9415         * BufferView_pimpl.h:
9416         * BufferView_pimpl.C: remove enter/leaveView,
9417           use workHeight()
9418
9419 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9420
9421         * BufferView.h:
9422         * BufferView.C:
9423         * BufferView2.C:
9424         * BufferView_pimpl.h:
9425         * BufferView_pimpl.C: only construct screen once,
9426           rename
9427
9428         * lyxrc.C: remove pointless comment
9429
9430 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9431
9432         * BufferView.h:
9433         * BufferView.C: remove active() and belowMouse()
9434
9435         * BufferView_pimpl.h:
9436         * BufferView_pimpl.C: use workarea() not workarea_,
9437           and make it use a scoped_ptr instead
9438
9439 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9440
9441         * lyx_gui.C: add debug message on BadWindow
9442
9443 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9444
9445         * sp_spell.C: fdopen is not part of the C++ standard.
9446
9447         * paragraph.C (InsetIterator): use >= instead of ==
9448
9449 2002-06-07  Angus Leeming  <leeming@lyx.org>
9450
9451         Fixes needed to compile with Compaq cxx 6.5.
9452         * BufferView_pimpl.C:
9453         * DepTable.C:
9454         * buffer.C:
9455         * converter.C:
9456         * encoding.C:
9457         * lyx_gui.C:
9458         * lyx_main.C:
9459         * lyxtextclasslist.C:
9460         * minibuffer.C:
9461         * sp_spell.C:
9462         * tabular_funcs.C:
9463         * vc-backend.C:
9464         all c-library variables have been moved into namespace std. Wrap
9465         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9466
9467         * lyxlength.C:
9468         * tabular-old.C:
9469         * tabular.C:
9470         Add a using std::abs declaration.
9471
9472         * kbmap.h (modifier_pair):
9473         * paragraph.h (InsetTable, InsetList):
9474         * lyxfont.h (FontBits):
9475         type definition made public.
9476
9477         * bufferlist.C (emergencyWriteAll): the compiler complains that
9478         there is more than one possible lyx::class_fun template to choose from.
9479         I re-named the void specialisation as lyx::void_class_fun.
9480
9481         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9482
9483         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9484         the compiler is is unable to find tostr in write_attribute.
9485
9486 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9487
9488         * buffer.C (sgmlError): hide #warning
9489
9490 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9491
9492         * xtl/*: get rid of xtl, which is not in use anyway
9493
9494         * LyXAction.C (init):
9495         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9496         were unimplemented xtl experimentation
9497
9498 2002-06-04  André Pönitz <poenitz@gmx.net>
9499
9500         * lyxfunc.C: disable array operation on simple formulae
9501
9502 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9503
9504         * converter.C: constify a bit
9505
9506 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9507
9508         * lyx_gui.C: check xforms version correctly
9509
9510 2002-04-30  Herbert Voss  <voss@lyx.org>
9511
9512         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9513         "keep" option
9514
9515 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9518           attempt to register it with a VCS)
9519
9520 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9521
9522         * lyx_main.C (init): honor variables LYX_DIR_13x and
9523         LYX_USERDIR_13x
9524
9525 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9526
9527         * buffer.h:
9528         * buffer.C:
9529         * lyx_main.C: fix a crash on bad command line,
9530           and give a useful exit status on error
9531
9532         * lyxfunc.C (doImport): allow -i lyx to work
9533
9534 2002-03-30  André Pönitz <poenitz@gmx.net>
9535
9536         * lyxfunc.C: mathed font changes
9537
9538 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9539
9540         * LaTeX.C:
9541         * importer.h:
9542         * importer.C:
9543         * lyx_sty.h:
9544         * lyx_sty.C:
9545         * lyxlex.C:
9546         * lyxrow.h:
9547         * lyxtext.h:
9548         * paragraph.h:
9549         * paragraph.C:
9550         * texrow.h:
9551         * texrow.C:
9552         * text.C:
9553         * trans_mgr.h: srcdocs, and some minor cleanups
9554
9555 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9556
9557         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9558         call getFont all the time)
9559
9560 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9561
9562         * switch from SigC signals to boost::signals
9563
9564 2002-05-29  André Pönitz <poenitz@gmx.net>
9565
9566         * paragraph_pimpl.C (getChar): don't call size() too often...
9567
9568 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9569
9570         * paragraph_pimpl.C (insertChar): do not try to update tables when
9571         appending (pos == size())
9572
9573         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9574         in order to reduce drastically the number of comparisons needed to
9575         parse a large document
9576
9577 2002-05-29  André Pönitz <poenitz@gmx.net>
9578
9579         * text.C:
9580         * text2.C:
9581         * lyxtextclass.C:
9582         * sp_pspell.h:
9583         * textclasslist.[Ch]:
9584         * sp_ispell.h: whitespace change
9585
9586 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9587
9588         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9589         lyxaction directly now.
9590
9591 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9592
9593         * trans.C:
9594         * lyxfont.C:
9595         * lyxvc.C: remove unused headers
9596
9597 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9598
9599         * Makefile.am:
9600         * buffer.h:
9601         * undostack.h:
9602         * undostack.C:
9603         * undo_funcs.h:
9604         * undo_funcs.C: some cleanups. Use shared_ptr
9605           and a template for the undo stacks.
9606
9607 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9608
9609         * BufferView_pimpl.h:
9610         * BufferView_pimpl.C:
9611         * kbmap.h:
9612         * kbmap.C:
9613         * kbsequence.h:
9614         * kbsequence.C:
9615         * lyxfunc.h:
9616         * lyxfunc.C:
9617         * text2.C: use key_state/mouse_state
9618
9619 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9620
9621         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9622         and LSubstring
9623
9624         * chset.C: change include order
9625         (loadFile): use boost regex and get rid of LRegex and LSubstring
9626
9627         * Makefile.am (BOOST_LIBS): new variable
9628         (lyx_LDADD): use it
9629
9630         * LaTeX.C: change include order.
9631         (scanAuxFile): use boost regex and get rid of LRegex and
9632         LSubstring
9633         (deplog): ditto
9634
9635 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9636
9637         * ColorHandler.h:
9638         * ColorHandler.C:
9639         * FontInfo.h:
9640         * FontInfo.C: moved to frontends/xforms/
9641
9642         * FontLoader.h:
9643         * FontLoader.C: moved into frontends for GUIIzation
9644
9645         * Makefile.am:
9646         * lyx_gui.C:
9647         * lyxfont.C:
9648         * lyxfunc.C: changes from above
9649
9650 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9651
9652         * LColor.C: remove spurious X include
9653
9654         * BufferView_pimpl.C:
9655         * Makefile.am:
9656         * font.h:
9657         * font.C:
9658         * text.C:
9659         * text2.C: move font metrics to frontends/
9660
9661 2002-05-24  Juergen Vigna  <jug@sad.it>
9662
9663         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9664         setting the undo_cursor.
9665
9666         * ParagraphParameters.h: include local includes first.
9667
9668 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9669
9670         * BufferView_pimpl.C:
9671         * BufferView_pimpl.h:
9672         * Makefile.am:
9673         * WorkArea.h:
9674         * WorkArea.C:
9675         * screen.C: move WorkArea into frontends/
9676
9677         * lyxscreen.h:
9678         * screen.C:
9679         * text.C:
9680         * BufferView.C:
9681         * BufferView2.C: move LyXScreen into frontends/
9682
9683         * lyxlookup.h:
9684         * lyxlookup.C:
9685         * lyx_gui.C: move lyxlookup into frontends/xforms/
9686
9687 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9688
9689         * BufferView2.C:
9690         * BufferView_pimpl.C:
9691         * FontLoader.C:
9692         * LyXView.h:
9693         * LyXView.C:
9694         * Makefile.am:
9695         * WorkArea.C:
9696         * XFormsView.h:
9697         * XFormsView.C:
9698         * buffer.C:
9699         * bufferlist.C:
9700         * bufferview_funcs.C:
9701         * converter.C:
9702         * importer.C:
9703         * lyx_cb.C:
9704         * lyx_gui.C:
9705         * lyx_main.C:
9706         * lyx_find.C:
9707         * lyxfunc.C:
9708         * lyxvc.C:
9709         * minibuffer.C:
9710         * text.C:
9711         * text2.C:
9712         * trans.C:
9713         * vc-backend.C: move LyX/XFormsView into frontends/
9714
9715 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9716
9717         * Makefile.am:
9718         * PainterBase.C:
9719         * PainterBase.h:
9720         * Painter.C:
9721         * Painter.h:
9722         * WorkArea.C:
9723         * WorkArea.h:
9724         * screen.C:
9725         * tabular.C:
9726         * text.C:
9727         * text2.C: move Painter to frontends/
9728
9729 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9730
9731         * buffer.C: comment out some some code that depend upon lyx_format
9732         < 220
9733
9734         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9735         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9736
9737         * buffer.h (NO_COMPABILITY): turn off compability
9738
9739         * ColorHandler.C: include scoped_array.hpp
9740
9741         * font.C: Use more specific smart_ptr header.
9742         * Painter.C: ditto
9743         * gettext.C: ditto
9744         * ShareContainer.h: ditto
9745         * lyx_main.h: ditto
9746         * kbmap.h: ditto
9747         * FontInfo.h: ditto
9748         * BufferView_pimpl.h: ditto
9749         * ColorHandler.h: ditto
9750
9751         * kbmap.C (defkey): change call to shared_ptr::reset
9752
9753 2002-05-21  Juergen Vigna  <jug@sad.it>
9754
9755         * buffer.C (insertErtContents): fix to insert ert asis if it is
9756         non empty. Skip it completely if it contains only whitespaces.
9757
9758 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9759
9760         * BufferView_pimpl.C:
9761         * BufferView2.C: clear selection on paste (bug 393)
9762
9763 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9764
9765         * DepTable.C: include ctime
9766
9767 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9768
9769         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9770
9771 2002-05-14  Juergen Vigna  <jug@sad.it>
9772
9773         * text.C (breakParagraph): fixed function to honor the keepempty
9774         layout in the right maner and also to permit the right breaking
9775         algorithm on empty or non empyt keepempty paragraphs.
9776
9777         * paragraph.C (breakParagraph): we have to check also if the par
9778         is really empty (!size()) for isempty otherwise we do the wrong
9779         paragraph break.
9780
9781 2002-05-10  Juergen Vigna  <jug@sad.it>
9782
9783         * buffer.[Ch] : The following are only changes to the ert
9784         compatibility read reading old LaTeX layout and font stuff and
9785         convert it to ERTInsets.
9786
9787         * buffer.h: added isErtInset().
9788
9789         * buffer.C (struct ErtComp): add a fromlayout bool to check
9790         if we're inside a LaTeX layout.
9791         (isErtInset): new helper function.
9792         (insertErtContents): look for other ert insets before this one
9793         and insert the contents there, so that we don't have subsequent
9794         ERT insets with nothing between them. This way we create only one
9795         inset with multiple paragraphs. Also check if we don't insert only
9796         spaces ' ' as they are ignored anyway afterwards in the .tex file
9797         so if we have only spaces we will ignore this latex part in the
9798         new file.
9799         (parseSingleLyXformat2Token \\layout): better compatibility when
9800         reading layout-latex stuff.
9801         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9802         language tag.
9803         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9804         stuff after reading the inset only get the information back from
9805         the stack.
9806
9807 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9808
9809         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9810
9811         * LaTeXFeatures.C (getBabelOptions): New method.
9812
9813 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9814
9815         * BufferView_pimpl.C (Dispatch): work around missing argument for
9816         'layout'
9817
9818 2002-05-08  Juergen Vigna  <jug@sad.it>
9819
9820         * text.C (leftMargin): handle paragraph leftindent.
9821
9822         * paragraph.C (writeFile): write the new \\leftindent tag.
9823         (validate): handle leftindent code.
9824         (TeXEnvironment): handle paragraphleftindent code again.
9825
9826         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9827
9828         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9829         for paragrap_extra indent code and new token \\leftindent.
9830         (latexParagraphs): handle the leftindent as environment.
9831
9832         * ParameterStruct.h: added leftindent support.
9833
9834         * ParagraphParameters.C (leftIndent): added support functions for
9835         the paragraph left indent.
9836
9837         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9838         more appropriate.
9839
9840 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9841
9842         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9843         inside insetERT.
9844
9845         * text.C (computeBidiTables): No bidi in insetERT.
9846
9847         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9848         in RTL documents.
9849
9850 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9851
9852         * version.C.in: pre 5
9853
9854 2002-05-02  José Matos  <jamatos@fep.up.pt>
9855         * buffer.C (makeDocBookFile): white space changes, add newline to
9856         command styles.
9857         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9858
9859         * tabular.C (docBook): fix typo.
9860
9861 2002-05-03  Juergen Vigna  <jug@sad.it>
9862
9863         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9864         change in LyXText as we can not be sure it was not freed.
9865         (drawOneRow): remove unused code.
9866
9867         * text.C (drawInset): redo the calculation of the need_break_row as
9868         it could have a row which was already freed.
9869         (draw): look at the return value of drawInset and return false if
9870         it also returned false.
9871         (paintRowText): look at the return value of draw and return false if
9872         it also returned false.
9873
9874         * lyxtext.h: added bool return type to drawInset() and draw() so that
9875         if we have a change in the row so that the rowbreak has to be redone
9876         we abort drawing as it will be called again.
9877
9878 2002-05-02  Juergen Vigna  <jug@sad.it>
9879
9880         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9881         a change in the maintext also if we're inside an inset.
9882         (Dispatch): set the cursor again after a break line and after the
9883         screen has been updated as it could be we're in a different row.
9884
9885         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9886         to set the cursor behind the pargraph with > size().
9887         (setCursor): check also for the same paragraph when checking where
9888         to put the cursor if we have a NFR inset.
9889
9890         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9891         parts of layout read further up as it still was in the wrong
9892         position.
9893
9894 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9895
9896         * screen.C (drawFromTo): change sine fullRebreak always return
9897         true.
9898
9899         * buffer.C (parseSingleLyXformat2Token): reindent some
9900
9901         * BufferView_pimpl.C (update): change since fullRebreak always
9902         return true.
9903         (Dispatch): git rid of the last hardcoded "Standard"s.
9904
9905 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9906
9907         * text2.[Ch] (fullRebreak): make it return void now that we always
9908         returned true.
9909
9910 2002-04-30  Juergen Vigna  <jug@sad.it>
9911
9912         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9913         ert compatibility check for "latex" layout.
9914
9915 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9916
9917         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9918         minipages: use col% instead of p%, and also use the current font.
9919         (makeLaTeXFile): Fix use babel condition.
9920         (parseSingleLyXformat2Token): Correct font when reading old floats.
9921
9922 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9923
9924         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9925         inserting list of floats.
9926
9927 2002-04-25  Herbert Voss  <voss@lyx.org>
9928
9929         * MenuBackend.C (expand): don't add the graphics extensions to the
9930         export menu
9931
9932 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9933
9934         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9935         non-existing layout, do not complain if it was the default layout
9936         of the original class (bug #342)
9937
9938 2002-04-24  Juergen Vigna  <jug@sad.it>
9939
9940         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9941         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9942
9943 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9944
9945         * buffer.C (getBibkeyList): If using \bibliography, return the
9946         option field with the reference itself. Enables us to provide natbib
9947         support when using \bibliography.
9948
9949 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9950
9951         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9952
9953         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9954         natbib is provided by the LaTeX class.
9955
9956 2002-04-23  Juergen Vigna  <jug@sad.it>
9957
9958         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9959         Wakeup functions.
9960
9961         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9962
9963 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9964
9965         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9966
9967         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9968         ensuremath around textordmasculine, textordfeminine and
9969         textdegree.
9970
9971 2002-04-19  Juergen Vigna  <jug@sad.it>
9972
9973         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9974         reinitializing the buffer otherwise row-dimensions may be wrong.
9975         (update): reset also the selection cursors if they do exits otherwise
9976         their x/y positions may be wrong.
9977
9978         * text2.C (cursorDown): don't enter the inset if we came from a row
9979         above and are one row over the inset.
9980
9981         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9982         really leaving an inset.
9983
9984 2002-04-18  Juergen Vigna  <jug@sad.it>
9985
9986         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9987         of the selected paragraph does not have the selected layout also if
9988         the last one had!
9989
9990         * text2.C (setLayout): fixed bug which did not change last selected
9991         paragraph.
9992
9993         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9994         changed the read and substituted \\end_float with \\end_inset!
9995
9996         * BufferView_pimpl.C (cursorPrevious):
9997         (cursorNext): fixed to make it work with rows heigher than the work
9998         area without moving the cursor only the draw of the row.
9999         (workAreaMotionNotify): fix jumping over high rows.
10000
10001 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10002
10003         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10004         Ressler.
10005
10006 2002-04-16  Juergen Vigna  <jug@sad.it>
10007
10008         * text2.C (setCursor): set also the irow().
10009         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10010         (cursorUp):
10011         (cursorDown): support for locking an inset if the x_fix value goes
10012         inside it. That way I can transverse insets too with cursor up/down.
10013
10014         * lyxrow.h: added irow helper function same as other (i) functions.
10015
10016         * BufferView_pimpl.C (cursorPrevious):
10017         (cursorNext): fixed for insets!
10018
10019 2002-04-15  Juergen Vigna  <jug@sad.it>
10020
10021         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10022         position otherwise it is wrong in some cases.
10023
10024         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10025         inside the inset before the call.
10026
10027 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10028
10029         * buffer.[Ch] (getBibkeyList): make it const.
10030
10031 2002-04-12  Juergen Vigna  <jug@sad.it>
10032
10033         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10034
10035         * text2.C (getCursorX): new helper function
10036         (setCursor): compute also ix_
10037         (setCursorFromCoordinates): set also ix.
10038
10039         * lyxcursor.h: added ix_ and helper functions.
10040
10041         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10042
10043         * buffer.C (insertStringAsLines): dont break paragraph if the this
10044         paragraph is inside an inset which does not permit it!
10045
10046         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10047         also with no chars on this paragraph.
10048         (paintRowText): only paint stuff if it's inside the workarea!
10049
10050         * paragraph.C (breakParagraph): honor keepempty flag and break the
10051         paragraph always below not above.
10052
10053         * BufferView2.C (unlockInset): update the paragraph layout on inset
10054         unlock as we changed paragraph in such a case.
10055
10056         * lyxfind.C (LyXFind): clear the former selection if not found!
10057
10058         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10059         again called in insertChar().
10060
10061         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10062         an inset which uses the whole row!
10063         (rightMargin): ditto.
10064         (insertChar): force a rebreak if we inserted an inset!
10065
10066 2002-03-28  Herbert Voss  <voss@lyx.org>
10067
10068         * lyxlength.[Ch]: add inBP() to get the right PS-point
10069         units (BigPoint). With inPixels we have rounding errors
10070
10071 2002-04-11  Juergen Vigna  <jug@sad.it>
10072
10073         * text2.C (setCursorFromCoordinates): set iy to the right value.
10074         (setCursor): add check if row->previous exists!
10075
10076         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10077         an old float_type as this was the case in the old code!
10078
10079         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10080
10081         * BufferView2.C (showLockedInsetCursor): use iy
10082         (fitLockedInsetCursor): ditto
10083
10084         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10085         locked insets as there we have the right value now.
10086
10087         * lyxcursor.C: added iy_ variable and iy functions to set to the
10088         baseline of cursor-y of the locked inset.
10089
10090         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10091         (setCursor): fixed for insets which need a full row.
10092
10093         * text.C (rowLastPrintable): don't ignore the last space when before
10094         an inset which needs a full row.
10095         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10096         as last character of a row when before a inset which needs a full row.
10097
10098 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10099
10100         * version.C.in: update date
10101
10102         * text2.C (fullRebreak): try to always return true and see what
10103         happens...
10104
10105 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10106
10107         * MenuBackend.C (expand): use Floating::listName
10108
10109         * FloatList.C (FloatList): add listName argument to the built-in
10110         floats
10111
10112         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10113         text associated with the float.
10114
10115 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10116
10117         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10118
10119 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10120
10121         * ShareContainer.h: add a couple of missing typenames.
10122
10123 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10124
10125         * lyxrc.C (getDescription): use _() correctly rather than N_().
10126
10127 2002-03-28  Herbert Voss  <voss@lyx.org>
10128
10129         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10130         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10131
10132 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10133
10134         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10135         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10136
10137 2002-03-29  Juergen Vigna  <jug@sad.it>
10138
10139         * lyxfunc.C (dispatch): add a missing fitCursor call.
10140
10141         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10142         it was scrolled by a cursor move, so return the bool status.
10143
10144         * BufferView.C (fitCursor): return the bool flag also to the outside
10145         world as this is needed.
10146
10147         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10148
10149         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10150         call the edit() as it is not needed (and wrong) IMO.
10151         (workAreaButtonPress): set the screen_first variable before evt.
10152         unlock the inset as this may change screen_first and then we have
10153         a wrong y position for the click!
10154
10155 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10156
10157         * MenuBackend.C (expand): another translation that I missed
10158
10159 2002-03-28  Juergen Vigna  <jug@sad.it>
10160
10161         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10162
10163         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10164
10165 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10166
10167         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10168
10169         * MenuBackend.C (expand): fix export/view/update when there is no
10170         document open.
10171
10172 2002-03-27  Herbert Voss  <voss@lyx.org>
10173
10174         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10175         and text%
10176
10177 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10178
10179         * bufferview_funcs.C (currentState): only show paragraph number
10180         for is DEVEL_VERSION is set.
10181
10182         * lyxfunc.C (dispatch): put warning in INFO channel
10183
10184         * MenuBackend.C (expand): translate the name of floats
10185
10186         * FloatList.C (FloatList): mark the float names for translation
10187
10188         * converter.C (convert): use LibScriptSearch
10189
10190 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10191
10192         * MenuBackend.C (defaults): fix default menu (we might as well get
10193         rid of it...)
10194
10195 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10196
10197         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10198         directory.
10199
10200 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10201
10202         * lyxvc.C: reorder includes.
10203
10204 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10205
10206         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10207           properly
10208
10209 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10210
10211         * CutAndPaste.C: change layouts earlier on paste
10212           to avoid crashing when calling getFont()
10213
10214 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10215
10216         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10217         irritating #error.
10218
10219 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10220
10221         * WorkArea.C: remove 'Pending' debug message.
10222
10223         * most files: ws cleanup
10224
10225         * buffer.[Ch]: ws changes
10226
10227         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10228
10229 2002-03-21  Juergen Vigna  <jug@sad.it>
10230
10231         * tabular.C (SetMultiColumn): collapse also the contents of the
10232         cells and set the last border right. Added a Buffer const * param.
10233
10234 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10235
10236         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10237         linking or not.
10238
10239 2002-03-19  Juergen Vigna  <jug@sad.it>
10240
10241         * text2.C (clearSelection): reset also xsel_cache.
10242
10243         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10244         where it needs to be called (John tells us to do so too :)
10245         (selectionLost): reset sel_cache.
10246
10247         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10248
10249 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10250
10251         * text2.C (setCursorIntern): put debuging code in INSETS channel
10252
10253 2002-03-19  André Pönitz <poenitz@gmx.net>
10254
10255         * lyxfunc.C: tiny whitespace change
10256
10257 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10258
10259         * ToolbarDefaults.C (init):
10260         * LyXAction.C (init):
10261         * commandtags.h:
10262         * BufferView_pimpl.C (Dispatch):
10263         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10264
10265 2002-03-19  Allan Rae  <rae@lyx.org>
10266
10267         * exporter.C (Export): removeAutoInsets before doing anything else.
10268         While I've just introduced a dependency on BufferView this really is
10269         the best place to clean the buffer otherwise you need to cleanup in
10270         a dozen places before calling export or cleanup in a dozen functions
10271         that export calls.
10272
10273         * converter.C (runLaTeX):
10274         (scanLog): Better handling of removeAutoInsets and screen updates.
10275
10276         * lyxfunc.C (dispatch): small whitespace changes
10277
10278 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10279
10280         * WorkArea.C (C_WorkAreaEvent): return a value.
10281         (event_cb): return 1 if we handled the event, 0 otherwise.
10282
10283         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10284
10285 2002-03-18  Juergen Vigna  <jug@sad.it>
10286
10287         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10288         (GetAdditionalWidth): ditto.
10289         (RightLine): ditto.
10290         (LeftLine): ditto.
10291
10292         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10293         inset if we're there actually (probably not used right now but this
10294         is the direction to go for unifying code).
10295         (paste): disable code to clear the selection.
10296
10297         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10298         inside an InsetText and move the check further up as it is in the
10299         wrong place.
10300
10301         * text2.C (pasteSelection): set a selection over the pasted text.
10302
10303 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10304
10305         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10306         and libgraphics to build on Cygwin.
10307
10308 2002-03-15  Juergen Vigna  <jug@sad.it>
10309
10310         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10311         inserting an Inset into the paragraph. I know this is not the best
10312         fix but we already use current_view in CutAndPaste so we will remove
10313         all of it's using at the same time.
10314
10315         * buffer.C (sgmlError): deactivated function till it is rewritten in
10316         the right mode, now it can create problems.
10317
10318         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10319         before accessing it.
10320
10321 2002-03-14  Juergen Vigna  <jug@sad.it>
10322
10323         * undo_funcs.C (textHandleUndo): do the right thing when updating
10324         the inset after the undo/redo.
10325
10326         * text2.C (setCursor): just some testcode for #44 not ready yet.
10327
10328         * undo_funcs.C (textHandleUndo): set the next() and previous()
10329         pointers of the paragraph to 0 before deleting otherwise we have
10330         problems with the Paragraph::[destructor].
10331
10332         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10333         on a paragraph insertion.
10334
10335 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10336
10337         * buffer.C (asciiParagraph): use += operator for char append to
10338         string.
10339
10340         * paragraph.C (getFontSettings): compare >= not just >
10341         (highestFontInRange): ditto
10342         (setFont): ditto
10343
10344 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10345
10346         * paragraph.C: change several algorithm to be more appripriate for
10347         the problem domain. This is lookip in FontList and in the InsetList.
10348
10349 2002-03-13  André Pönitz <poenitz@gmx.net>
10350
10351         * commandtags.h:
10352         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10353
10354 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10355
10356         * commandtags.h:
10357         * LyXAction.C:
10358         * lyxfunc.C:
10359         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10360
10361 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10362
10363         * Painter.C (display): anon helper function, adjust code for this
10364         change.
10365         (pixmap): remove function.
10366
10367         * Painter.h: remove private display variable.
10368
10369         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10370
10371 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10372
10373         * WorkArea.[Ch]: remove figinset_canvas cruft.
10374
10375 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10376
10377         * lyxtextclass.C (operator): add one item cache optimization.
10378
10379         * bufferlist.h: doxy changes
10380
10381         * bufferlist.C: ws changes
10382
10383         * DepTable.[Ch] (ext_exist): place const in the right spot.
10384
10385         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10386         call resizeInsets.
10387         (workAreaExpose): call resizeInsets when the with BufferView changes.
10388         (Dispatch): adjust for protectedBlank removal
10389         (specialChar): call updateInset if the insert went ok.
10390
10391         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10392         specialChar instead.
10393
10394         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10395
10396         * BufferView.h: doxy change
10397
10398         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10399
10400         * lyxtextclass.C (operator[]): remove non-const version
10401         (defaultLayout): remove non-const version
10402
10403 2002-03-12  Juergen Vigna  <jug@sad.it>
10404
10405         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10406         did resize the LyXText too.
10407
10408         * buffer.C (readLyXformat2): set layout information on newly allocated
10409         paragraphs.
10410
10411         * tabular.C (OldFormatRead): set layout information on the paragraph.
10412
10413 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10414
10415         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10416
10417 2002-03-11  Juergen Vigna  <jug@sad.it>
10418
10419         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10420         plainly wrong.
10421         (resizeCurrentBuffer): force also the insets to resize themselfes.
10422         (moveCursorUpdate): fixed up for InsetText.
10423
10424 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10425
10426         * commandtags.h:
10427         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10428         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10429         value of Dialogs::tooltipsEnabled().
10430         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10431
10432 2002-03-08  Juergen Vigna  <jug@sad.it>
10433
10434         * BufferView_pimpl.C (updateInset): update inset inside inset also
10435         if it isn't inside theLockingInset().
10436
10437 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10438
10439         * buffer.C (asciiParagraph): redo some of the word and line length
10440         handling.
10441         (getLists): look for Caption instead of caption.
10442
10443 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10444
10445         * buffer.C (Buffer): initialize niceFile to true
10446         (makeLaTeXFile):
10447         (makeLinuxDocFile):
10448         (makeDocBookFile): make sure niceFile is true on exit
10449
10450 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10451
10452         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10453
10454 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10455
10456         * LyXSendto.C: remove.
10457         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10458         * lyx_gui.C: remove now-redundant comment.
10459         * ColorHandler.h: remove forward declaration of class WorkArea.
10460         * lyxfunc.C: remove #include "WorkArea.h".
10461
10462 2002-03-07  Juergen Vigna  <jug@sad.it>
10463
10464         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10465         got moved away with the DEPM and also set the inset_owner always
10466         right which before could have been omitted.
10467
10468 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10469
10470         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10471         wanted layout is not found.
10472
10473 2002-03-07  Juergen Vigna  <jug@sad.it>
10474
10475         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10476
10477 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10478
10479         * paragraph.C (breakParagraph): use default layout not layout of
10480         prev paragraph.
10481         (Paragraph): clear ParagraphParameters.
10482
10483 2002-03-06  Juergen Vigna  <jug@sad.it>
10484
10485         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10486         otherwise it would not be a valid lenght. Fixed a special case in
10487         the minipage compatibility read where we end the document with a
10488         minipage.
10489
10490         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10491         was set as it could be 0 for InsetTexts first entry.
10492
10493 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10494
10495         * paragraph.C (writeFile): if layout is empty write out
10496         defaultLayoutName().
10497
10498         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10499         file without named layout we set layout to defaultLayoutName().
10500
10501 2002-03-06  Juergen Vigna  <jug@sad.it>
10502
10503         * CutAndPaste.C (copySelection): set layout for new paragraph.
10504
10505         * text.C (prepareToPrint): leave ERT inset left aligned
10506         (leftMargin): don't indent paragraphs inside ERT insets
10507
10508 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10509
10510         * paragraph.C (breakParagraph): dont call clear do the work manually
10511
10512         * paragraph.[Ch] (clear): remove function
10513
10514 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10515
10516         * paragraph.C (Paragraph): dont call clear, the work has already
10517         been done.
10518
10519         * lyxtextclass.C (operator): assert if n is empty
10520
10521         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10522         work manually instead.
10523
10524 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10525
10526         * BufferView_pimpl.C: protect selectionLost against text == 0
10527
10528 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10529
10530         * text.C (breakParagraph): fix a setting layout to '0' problem.
10531
10532 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10533
10534         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10535         final location of file, for the included files, and graphics.
10536
10537 2002-03-05  Juergen Vigna  <jug@sad.it>
10538
10539         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10540
10541 2002-03-04  Juergen Vigna  <jug@sad.it>
10542
10543         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10544
10545         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10546         last column of multicolumn cells.
10547         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10548
10549 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10550
10551         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10552         file if it doesn't go to a temporary file.
10553
10554         * buffer.C (sgmlOpenTag):
10555         (sgmlCloseTag):  remove extra newline insertion.
10556
10557 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10558
10559         * text.C (getRowNearY): comment out debug msg
10560
10561 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10562
10563         * text2.C: first -> first_y
10564
10565         * text.C (getRowNearY): add some attemts at a possible
10566         optimization, not working.
10567
10568         * tabular.[Ch]: add BufferParams to several function so that newly
10569         created paragraph can be initialized to he default layotu for the
10570         buffers textclass.
10571
10572         * tabular-old.C (ReadOld): add buf->params to call of Init
10573
10574         * screen.C: rename text->first to text->first_y
10575
10576         * paragraph.C (breakParagraph): always set layout in the broken
10577         paragraph
10578
10579         * lyxtextclass.C (Read): remove lowercase
10580         (hasLayout): ditto
10581         (operator): ditto
10582         (delete_layout): ditto
10583
10584         * lyxtext.h: rename first -> first_y
10585
10586         * lyxlayout.C (Read): remove lowercase
10587         (name): ditto
10588         (setName): ditto
10589         (obsoleted_by): ditto
10590
10591         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10592
10593         * buffer.C (insertErtContents): add params are to InsetERT
10594         (parseSingleLyXformat2Token): add code to check if a paragraphs
10595         layout really exist.
10596         (parseSingleLyXformat2Token): add params to several inset
10597         constructors
10598         (asciiParagraph): remove lowercase, do the layout comparisons with
10599         no_case
10600
10601         * BufferView_pimpl.C (cursorNext): first -> first_y
10602         (resizeCurrentBuffer): first -> first_y
10603         (updateScrollbar): first -> first_y
10604         (scrollCB): first -> first_y
10605         (workAreaMotionNotify): first -> first_y
10606         (workAreaButtonPress): first -> first_y
10607         (checkInsetHit): first -> first_y
10608         (cursorPrevious): first -> first_y
10609         (cursorNext): first -> first_y
10610         (Dispatch): add buffer_->params to severl inset contructors
10611
10612 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10613
10614         * lyxlayout.C (Read): remove some debug info that I forgot.
10615
10616         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10617         clean up the code slightly.
10618         (makeLinuxDocFile): ditto
10619         (makeDocBookFile): ditto
10620
10621         * text2.C: layout as string
10622
10623         * text.C: layout as string
10624
10625         * paragraph_pimpl.C: layout as string
10626
10627         * paragraph.[Ch]: layout as string
10628
10629         * lyxtextclasslist.[Ch]: layout as string
10630
10631         * lyxtextclass.[Ch]: layout as string
10632
10633         * lyxtext.h: layout as string
10634
10635         * lyxlayout.[Ch]: layout as string
10636
10637         * lyx_cb.C: layout as string
10638
10639         * bufferview_funcs.C: layout as string
10640
10641         * bufferparams.C: layout as string
10642
10643         * buffer.C: layout as string
10644
10645         * LyXView.[Ch]: layout as string
10646
10647         * LaTeXFeatures.[Ch]: layout as string
10648
10649         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10650
10651         * BufferView_pimpl.C: change current_layout to string, remove
10652         lyx::layout_type.
10653         (Dispatch):
10654         (smartQuote):
10655         (insertInset):
10656         (workAreaButtonRelease): layout as string
10657
10658         * BufferView2.C (unlockInset): adjust
10659
10660         * vspace.C (asLatexCommand): use an explict temp variable.
10661
10662 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10663
10664         * Makefile.am: use FRONTEND_*
10665
10666 2002-03-01  Juergen Vigna  <jug@sad.it>
10667
10668         * tabular.C (SetWidthOfMulticolCell): changed to something better
10669         I hope but still work in progress.
10670         (recalculateMulticolumnsOfColumn): renamed function from
10671         recalculateMulticolCells as it is more appropriate now.
10672         (SetWidthOfCell): calculate multicols better.
10673
10674 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10675
10676         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10677
10678         * lyxfunc.C (processKeySym): print sequence also if it is
10679         `deleted' (complete)
10680
10681         * kbsequence.C (print): print sequence even if it is deleted
10682         (complete would be a better word, actually).
10683
10684         * lyxfunc.C (dispatch): print complete options after a prefix key
10685
10686         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10687
10688 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10689
10690         * text2.C (setCharFont): eliminate setCharFont code duplication.
10691
10692 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10693
10694         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10695         LFUN_TABULAR_FEATURE (bug #177)
10696
10697 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10698
10699         * Makefile.am: remove figure.h
10700
10701 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10702
10703         * Bufferview_pimpl.C:
10704         * CutAndPasteC:
10705         * LaTeX.C:
10706         * LyXSendto.C:
10707         * buffer.C:
10708         * bufferlist.C:
10709         * converter.C:
10710         * language.C:
10711         * lyxfunc.C:
10712         * lyxvc.C:
10713         * paragraph.C:
10714         * text.C:
10715         * text2.C: remove #include "lyx_gui_misc.h".
10716
10717         * LaTeX.C: added #include <cstdio>
10718
10719 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10720
10721         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10722         that the paragraph following this one can have.
10723
10724         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10725
10726         * vspace.C (asLatexCommand): fix bogus gcc warning
10727
10728         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10729
10730 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10731
10732         * text2.C (setLayout): get rid of redundant code
10733
10734 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10735
10736         * text2.C (incDepth): make sure depth cannot be increased beyond
10737         reasonable values.
10738
10739 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10740
10741         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10742         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10743
10744         * PainterBase.h (image):
10745         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10746         a LyXImage const *.
10747
10748 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10749
10750         * BufferView.C:
10751         * BufferView.h:
10752         * BufferView_pimpl.C:
10753         * BufferView_pimpl.h:
10754         * LaTeXFeatures.C:
10755         * LyXAction.C:
10756         * LyXView.C:
10757         * Makefile.am:
10758         * UpdateList.h:
10759         * UpdateList.C:
10760         * buffer.C:
10761         * figure.h:
10762         * figureForm.C:
10763         * figureForm.h:
10764         * figure_form.C:
10765         * figure_form.h:
10766         * lyx_cb.C:
10767         * lyx_gui.C:
10768         * lyx_gui_misc.C:
10769         * lyxfunc.C:
10770         * sp_base.h:
10771         * sp_ispell.h:
10772         * sp_pspell.h:
10773         * sp_spell.C: remove fig inset, and the crap house of
10774           cards that follows it
10775
10776 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10777
10778         * Makefile.am:
10779         * lyxserver.C:
10780         * os2_defines.h:
10781         * os2_errortable.h:
10782         * nt_defines.h: move .h into support/
10783
10784         * vms_defines.h: remove
10785
10786         * WorkArea.C: add space in debug output
10787
10788         * text2.C:
10789         * paragraph.C:
10790         * buffer.C: add WITH_WARNINGS
10791
10792         * vc-backend.h:
10793         * vc-backend.C:
10794         * bufferlist.C: s/retrive/retrieve/, add docs
10795
10796         * vspace.h:
10797         * vspace.C:
10798         * kbmap.h:
10799         * lyxlength.h:
10800         * lyxgluelength.h:
10801         * length_common.h:
10802         * chset.h:
10803         * chset.C: add docs
10804
10805         * lyxgui.C: add ID to X error handler
10806
10807         * lyxtestclass.c: fix typo
10808
10809 2002-02-26  Juergen Vigna  <jug@sad.it>
10810
10811         * tabular_funcs.C (write_attribute): changed so that some default
10812         attributes are not written at all.
10813         (getTokenValue): set default values before trying to read the
10814         value so we have the return value always set as default if we don't
10815         find the token we search for.
10816
10817         * tabular.C (Write): write bools as bools not as strings!
10818
10819 2002-02-22  Juergen Vigna  <jug@sad.it>
10820
10821         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10822         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10823
10824         * text.C (leftMargin): don't add an indent for paragraphs inside
10825         tabular cells (fix #208).
10826
10827 2002-02-21  José Matos  <jamatos@fep.up.pt>
10828
10829         * tabular.C (docBook): fixed support for long tables.
10830
10831 2002-02-20  Juergen Vigna  <jug@sad.it>
10832
10833         * text2.C (getFont): get the drawing font of the Inset if this
10834         paragraph is inside an inset (only important for InsetERT for now).
10835
10836         * buffer.C (insertErtContents): use new lanugage params in ERT
10837         constructor.
10838
10839         * CutAndPaste.C: commenting out seemingly uneeded code.
10840
10841 2002-02-19  Allan Rae  <rae@lyx.org>
10842
10843         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10844         Iterators might be simple to use but they also get invalidated.
10845         (removeAutoInsets): renamed saved cursor tracking variables and added
10846         some comments to clarify what everything does.
10847
10848 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10849
10850         * Chktex.C:
10851         * LaTeX.C:
10852         * LyXSendto.C:
10853         * converter.C:
10854         * lyx_cb.C:
10855         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10856         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10857
10858         * lyxfunc.C:
10859         * vc-backend.h: remove #include "support/syscall.h"
10860
10861         * LaTeX.C:
10862         * LyXSendto.C:
10863         * converter.C: rearrange #includes in Lars' approved fashion.
10864
10865         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10866         forward declare class Timeout in the header file.
10867
10868         * XFormsView.C: changes due to the above.
10869
10870         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10871         similar to LyXView.
10872
10873         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10874         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10875
10876 2002-02-18  José Matos  <jamatos@fep.up.pt>
10877
10878         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10879         insets contents.
10880
10881 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10882
10883         * a lot of small ws changes
10884         * add a lot of using std::XXX
10885         * use std construcs some places where approp.
10886         * use some exisint stuff from lyxfunctional where approp.
10887         * Make file changes to use partial linking (lets test this now...)
10888
10889 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10890
10891         * Chktex.C:
10892         * buffer.C:
10893         remove #include "support/syscontr.h" as it's redundant. Always has been.
10894
10895         * Chktex.C:
10896         * LaTeX.C:
10897         * LyXSendto.C:
10898         * converter.C:
10899         * lyx_cb.C:
10900         * vc-backend.C:
10901         change Systemcalls::System to Systemcalls::Wait and
10902         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10903         No change of functionality, just reflects the stripped down Systemcalls
10904         class.
10905
10906 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10907
10908         * debug.[Ch]: add a GRAPHICS type to the enum.
10909
10910 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10911
10912         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10913
10914         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10915         there is an inset.
10916
10917 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10918
10919         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10920         match the changes below.
10921
10922         * text2.C (toggleInset): if there is not editable inset at cursor
10923         position, try to see if cursor is _inside_ a collapsable inset
10924         and close it.
10925
10926 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10927
10928         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10929         document menu has a nice checkbox
10930
10931 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10932
10933         * lyxlength.C (asLatexString): change PW to output as percent of
10934         \textwidth.
10935
10936         * lengthcommon.C: change '%' to 't%'
10937
10938         * lyxfunc.C (dispatch): a few comments from Martin
10939
10940 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10941
10942         * WorkArea.h:
10943         * WorkArea.C:
10944         * BufferView_pimpl.h:
10945         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10946           the X selection.
10947
10948 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10949
10950         * vspace.C (inPixels): fix compiler warning
10951
10952 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10953
10954         * lyxfunc.C (getStatus): fix status message for disabled commands.
10955
10956 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10957
10958         * BufferView_pimpl.C: fix crash on close buffer
10959         during selection (#227)
10960
10961 2002-01-27  Herbert Voss  <voss@lyx.org>
10962
10963         * buffer.C: link old Figure to new graphic inset
10964
10965 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10966
10967         * FontLoader.C (getFontinfo): Change the latex font names in order
10968         to match the names of type1inst.
10969
10970 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10971
10972         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10973
10974         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10975         (extchanged): ditto
10976         (ext_exist): ditto
10977         (remove_files_with_extension): ditto
10978         (remove_file): ditto
10979         (write): ditto
10980
10981         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10982         document is smaller than the work area height. Do not initialize
10983         static variables to 0.
10984
10985 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10986
10987         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10988
10989         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10990         LFUN_LAYOUT_PARAGRAPHS.
10991
10992         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10993         tabular. It is possible to provide a possible cell, which will
10994         typically be the actcell from the corresponding insettabular
10995
10996         * lyxfunc.C (getStatus): small cleanup; disable
10997         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10998         true
10999
11000 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11001
11002         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11003
11004         * paragraph.C (startTeXParParams):
11005         (endTeXParParams): new methods. The LaTeX code to
11006         start/end paragraph formatting
11007         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11008         empty (fixes bug #200)
11009
11010         * vspace.C (inPixels): adapt to the change below
11011         (inPixels): [later] more cleanups (remove unused variables)
11012
11013         * lyxlength.C (inPixels): change to use a width and a height as
11014         parameter.
11015
11016 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11017
11018         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11019         Replaced with \paperwidth
11020
11021         * DepTable.C (insert): add std:: qualifier
11022
11023 2002-01-18  Allan Rae  <rae@lyx.org>
11024
11025         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11026         updated also?
11027
11028         * text.C (drawInset): Turned out I didn't know enough about how
11029         rebreaking worked.  This fixes most of the redraw problems.  I see
11030         an occasional cursor trail when a line is broken now and the cursor
11031         placement can seem out by a few pixels also after a rebreak.
11032
11033 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11034
11035         * buffer.C (parseSingleLyXformat2Token): update because minipage
11036         width is now a LyXLength
11037
11038         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11039
11040         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11041         math insets
11042
11043 2002-01-17  Juergen Vigna  <jug@sad.it>
11044
11045         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11046
11047         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11048         is set correctly and the inset is updated correctly.
11049
11050 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11051
11052         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11053         the beginning of the loop.
11054
11055 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11056
11057         * lyxrc.C: improve help for use_scalable_fonts
11058
11059 2002-01-17  Allan Rae  <rae@lyx.org>
11060
11061         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11062
11063 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11064
11065         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11066         make sure to set their inset_owner to the right value (bug #171)
11067
11068 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11069
11070         * DepTable.h
11071         * DepTable.C: Implement mtime checking to reduce time spent doing
11072         CRCs.
11073
11074 2002-01-16  Juergen Vigna  <jug@sad.it>
11075
11076         * tabular.C (GetAdditionalHeight): one of error fixed.
11077
11078         * lyxrc.C (output): small fix in writing use_pspell.
11079
11080 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11081
11082         * sp_base.h: #include LString.h
11083
11084 2002-01-16  Allan Rae  <rae@lyx.org>
11085
11086         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11087         Can someone check this please?
11088
11089         * text.C (drawInset): It was possible that p.row would be removed by
11090         breakAgainOneRow upsetting a few other settings.  There may be another
11091         small tweak possible by setting need_break_row = 0 when p.row has been
11092         removed but I don't know enough about the logic here.
11093
11094 2002-01-15  Allan Rae  <rae@lyx.org>
11095
11096         * text.C (insertChar): removed conditional truism.
11097
11098         * BufferView2.C (removeAutoInsets): More tweaks.
11099         cur_par_prev could be a stray pointer.  Check for trailing empty line
11100         in case last line was cur_par and only had an error inset on it.
11101
11102 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11103
11104         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11105         absolute
11106
11107         * vc-backend.C (most methods):
11108         * exporter.C (Export):
11109         * converter.C (convert):
11110         (runLaTeX):
11111         * LyXSendto.C (SendtoApplyCB):
11112         * lyxfunc.C (dispatch):
11113         (menuNew):
11114         (open):
11115         (doImport):
11116         * lyx_cb.C (AutoSave):
11117         (InsertAsciiFile):
11118         * BufferView_pimpl.C (MenuInsertLyXFile):
11119         * buffer.C (runChktex): use Buffer::filePath().
11120
11121         * buffer.h: rename filename to filename_; rename filepath to
11122         filepath_ and make it private
11123         (filePath): new method
11124
11125         * buffer.C (writeFile): use fileName()
11126         (getLatexName):
11127
11128         * lyx_main.C (init): fix starting  of LyX when the binary is a
11129         link from so,ewhere else.
11130
11131         * minibuffer.C: include <cctype> for isprint
11132
11133 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11134
11135         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11136         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11137         name clash with InsetCollapsable's width function.
11138
11139 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11140
11141         * lastfiles.C: include <iterator>
11142
11143 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11144
11145         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11146         std::count.
11147
11148         * buffer.C (makeLaTeXFile): ditto.
11149         Also make loop operation more transparent.
11150
11151 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11152
11153         * ToolbarDefaults.C: remove trailing comma closing namespace.
11154
11155         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11156
11157         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11158         as in WorkArea.
11159
11160         * trans.C (Load): comment out unused variable, allowed.
11161
11162 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11163
11164         * minibuffer.[Ch] (append_char): new method to recieve input from the
11165         drop-down completion browser. If a key was pressed, then recieve this
11166         char and append it to the existing string.
11167         (peek_event): modify the positioning data passed to the completion
11168         browser so that it can be placed above the minibuffer rather than below.
11169 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11170
11171         * LyXAction.C (init): alloe error-next for readonly documents.
11172
11173         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11174         count.
11175
11176 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11177
11178         * bufferlist.C (readFile): create the buffer _after_ checking that
11179         the file exists.
11180
11181         * lyxfunc.C (verboseDispatch): fix handling of arguments
11182
11183         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11184
11185         * lyxrc.C: use string::erase() instead of initializing to "".
11186
11187
11188 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11189
11190         * BufferView_pimpl.h:
11191         * BufferView_pimpl.C:
11192         * WorkArea.h:
11193         * WorkArea.C:
11194         * text2.C: tell X when we have made a selection for copying
11195
11196 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11197
11198         * BufferView_pimpl.C (MenuInsertLyXFile):
11199         * lyxfunc.C (menuNew):
11200         (open):
11201         (doImport): add shortcuts to directory buttons
11202
11203         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11204         open a float)
11205
11206         * lyxfunc.C (setStatusMessage):
11207         (getStatusMessage): new methods
11208         (getStatus):use setStatusMessage instead of setErrorMessage
11209         (dispatch): when function is disabled, set error message here
11210         [instead of in getStatus previously]
11211
11212         * BufferView_pimpl.C (workAreaButtonRelease): update
11213         toolbar/menubar here too.
11214
11215 2002-01-13  Allan Rae  <rae@lyx.org>
11216
11217         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11218         Now seems indestructible.  Remaining task is to audit all other
11219         code affected by deleteEmptyParagraphMechanism.  One small quirk
11220         left is that an empty document with an error in the preamble can
11221         be made to report an error but no error box appears.  I don't know
11222         where it goes.
11223         (removeAutoInsets): Improved comments.
11224
11225 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11226
11227         * Thesaurus.h:
11228         * Thesaurus.C: update for Aiksaurus 0.14
11229
11230 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11231
11232         * text2.C (firstParagraph): removed member function, all uses
11233         replaces with ownerParagraph
11234         (redoParagraphs): here
11235         (updateInset): here
11236         (toggleAppendix): here
11237         * BufferView2.C (insertErrors): here
11238         (setCursorFromRow): here
11239
11240 2002-01-13  Allan Rae  <rae@lyx.org>
11241
11242         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11243         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11244         There is still a way to segfault this although you may have to do this
11245         multiple times: Have an InsetERT with an unknown command in it.
11246         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11247         <down-arrow>, <Enter> again, View->DVI, BANG!
11248
11249         * text2.C (setCursor):
11250         (deleteEmptyParagraphMechanism):
11251         * lyxtext.h (setCursor):
11252         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11253         Making use of the return value may help fix other bugs.
11254
11255 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11256
11257         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11258
11259         * LyXView.C (updateMenubar): call MenuBar::update here
11260         (updateToolbar): but not here
11261         (showState): do not update toolbar/menubar
11262
11263         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11264         should need to care about that.
11265
11266         * lyxfunc.C (verboseDispatch): simplify a bit
11267         (getStatus): have a version which takes a pseudoaction, and
11268         another which requires a (kb_action,string).
11269
11270         * LyXAction.C (retrieveActionArg): make it work also when action
11271         is not a pseudo-action.
11272         (getActionName): simplify a bit
11273         (helpText):
11274
11275 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11276
11277         * lyxfunc.C (verboseDispatch): new families of methods with
11278         several ways to specify a command and a bool to indicate whether
11279         the command name and shortcut should be displayed in minibuffer
11280         (eventually, we could extend that to a finer bitmask like
11281         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11282         (dispatch): the pristine dispatch command which just, well,
11283         dispatchs! Note it still sets its result to minibuffer; I'm not
11284         sure we want that.
11285
11286         * lyxfunc.h: remove setHintMessage
11287
11288         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11289
11290 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11291
11292         * BufferView_pimpl.C (specialChar): delete new inset if we have
11293         not been able to insert it.
11294
11295         * kbmap.C: revert to using int instead of kb_action, since all we
11296         are dealing with is pseudo-actions.
11297
11298         * LyXAction.C (searchActionArg): change to return int instead of
11299         kb_action, since the result is a pseudoaction.
11300
11301 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11302
11303         * buffer.C (insertErtContents): Fix (partially) the font bug.
11304
11305 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11306
11307         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11308         as the other one is broken on my machine!
11309
11310 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11311
11312         * commandtags.h:
11313         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11314
11315 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11316
11317         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11318         reflect their actual use. Provide compatibility code for older lyxrc
11319         files.
11320
11321         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11322         FL_NORMAL_STYLE.
11323         change names of popup font variables in line with the changes to lyxrc.C
11324
11325 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11326
11327         * buffer.C (asciiParagraph): avoid outputing a word twice after
11328         an inset.
11329
11330         * lyxrc.C (getDescription): document that document_path and
11331         template_path can be empty.
11332
11333 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11334
11335         * LaTeXFeatures.C (getMacros):
11336         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11337
11338         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11339
11340         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11341         getPackages.
11342         (getPackages): rename feature "floats" to "float". Use an array to
11343         iterate over 'simple' features (i.e. just a \usepackage). Add
11344         handling of "amsmath" (renamed from "amsstyle").
11345
11346 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11347
11348         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11349         features list.
11350
11351 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11352
11353         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11354         FuncStaus::FuncStatus & FuncStaus::some_method().
11355
11356 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11357
11358         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11359         of the func_satus stuff. Edited and massaged in various ways by
11360         JMarc.
11361
11362         * lyxfunc.C (getStatus): use FuncStatus
11363
11364 2002-01-08  Juergen Vigna  <jug@sad.it>
11365
11366         * text.C (nextBreakPoint): use function Inset::isChar().
11367
11368         * paragraph.C (TeXOnePar): use function
11369         Inset::forceDefaultParagraphs.
11370
11371         * buffer.C (latexParagraphs): use function
11372         Inset::forceDefaultParagraphs.
11373
11374 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11375
11376         * lyx_gui.C (init): set the style of the menu popups to
11377         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11378
11379 2002-01-07  Juergen Vigna  <jug@sad.it>
11380
11381         * text.C (setHeightOfRow): small fix
11382         (prepareToPrint): don't look at alignment if we don't have the place
11383         for doing it.
11384
11385 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11386
11387         * box.C: New file. Move the Box methods and functions out of box.h,
11388         following Lars' suggestion.
11389
11390 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11391
11392         * box.h: #include "support/LOstream.h", needed for inlined function.
11393
11394         * lyxtextclass.C:
11395         * lyxtextclasslist.C: added some using std declarations.
11396
11397 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11398
11399         * box.h: make signed dimensions to allow insets wider than
11400           the screen (bug #162)
11401
11402         * BufferView_pimpl.C: add some insetHit debug
11403
11404 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11405
11406         * vc-backend.C: add FIXME
11407
11408 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11409
11410         * lyxfunc.C (getStatus): enable code for showing math font status
11411         in toolbar/menu.
11412
11413 2002-01-07  Juergen Vigna  <jug@sad.it>
11414
11415         * text.C (nextBreakPoint): removed debug output not needed anymore.
11416
11417 2002-01-06  Juergen Vigna  <jug@sad.it>
11418
11419         * text.C (nextBreakPoint): fixed up this function we had this bug
11420         since ever but now hopefully we break row better.
11421         (insertChar): we have to check if an inset is the next char as it
11422         could now happen that a large inset is causing a break.
11423
11424 2002-01-05  Juergen Vigna  <jug@sad.it>
11425
11426         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11427         if it doesn't like to be drawed.
11428
11429 2002-01-04  Juergen Vigna  <jug@sad.it>
11430
11431         * BufferView2.C (lockInset): forgot to set a cursor.
11432
11433         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11434
11435 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11436
11437         * FormMathsPanel.C:
11438         * FormMathsPanel.h
11439         * MathsSymbols.C:
11440         * form_maths_panel.C:
11441         * form_maths_panel.h:
11442         * form_maths_panel.fd: implemented sub- and super- buttons in math
11443         panel.
11444
11445         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11446         (or ^ space) to be used as in TeX (req'd by André).
11447
11448         * lyxfunc.C: Allow ^ and _ again to be used both as
11449         super/subscript (mathed) and as themselves (in text).
11450
11451 2002-01-03  Allan Rae  <rae@lyx.org>
11452
11453         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11454         "LyX" or the filename of the current buffer if it has one.  This is a
11455         modified form of John Levon's patch.
11456
11457         * XFormsView.C (setWindowTitle): also set icon title.
11458
11459         * LyXView.h (setWindowTitle): signature changed.
11460         * XFormsView.h (setWindowTitle): ditto.
11461
11462 2002-01-02  Juergen Vigna  <jug@sad.it>
11463
11464         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11465
11466 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11467
11468         * screen.C (topCursorVisible): introduce a temp var for
11469         text->cursor.row(), handle the case where this row is null. (kindo
11470         hachish)
11471
11472         * text2.C (setCursor): add a couple of asserts.
11473
11474         * paragraph.h (inset_iterator): add -> operator
11475
11476         * paragraph.[Ch] (autoDeleteInsets): remove member function
11477
11478         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11479         cursor pos correctly and handle inset deletion by itself.
11480         (insertErrors): move iterator declaration out of for expression
11481
11482         * lyxtextclass.C: add <algorithm>
11483
11484         * Makefile.am: added the new files to sources, removed layout.C
11485
11486         * layout.C: removed file
11487
11488         * layout.h: remove LYX_DUMMY_LAYOUT
11489
11490         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11491         layout.
11492
11493         * lyxlayout.[Ch]:
11494         * lyxtextclass.[Ch]:
11495         * lyxtextclasslist.[Ch]: new files
11496
11497         * include order changes to a lot of files, also changes because of
11498         the six new files.
11499
11500 2001-12-27  Juergen Vigna  <jug@sad.it>
11501
11502         * buffer.C (asciiParagraph): more fixes.
11503
11504         * tabular.C (ascii): make ascii export support export of only the
11505         data separated by a column-delimiter.
11506         (ascii): better support for ascii export.
11507
11508         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11509
11510 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11511
11512         * tabular_funcs.C: use a "using std::getline" instead of the
11513         previous fix from Angus (necessary for cxx + lyxstring)
11514
11515 2001-12-24  Juergen Vigna  <jug@sad.it>
11516
11517         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11518
11519         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11520         problems. First check a minipage also if we have some ert-contents
11521         (not only on par->size(), second set the right depth of the paragraph
11522         on the relink to the root-paragraph-list!
11523
11524         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11525         which then did not anymore update the main paragraphs on undo/redo!
11526
11527 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11528
11529         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11530         code. Support all font-changing funcs (even those which are not in
11531         menu currently). Support for reporting font settings in
11532         mathed (disabled until Andre provides a function on mathed's side).
11533
11534         * func_status.h (toggle): small helper function to set toggle
11535         state on a flag.
11536
11537 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11538
11539         * tabular_funcs.C: getline -> std::getline
11540
11541 2001-12-21  Juergen Vigna  <jug@sad.it>
11542
11543         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11544         accessed and could be 0 (I couldn't generate this but it seems
11545         Michael could!).
11546
11547 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11548
11549         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11550         * tabular_funcs.h: here and include iosfwd
11551
11552 2001-12-20  Juergen Vigna  <jug@sad.it>
11553
11554         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11555         inside inset but undo_par was.
11556
11557 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11558
11559         * Thesaurus.C: always include <config.h> in sources.
11560
11561         * Painter.h:
11562         * lyxlookup.h:
11563         * box.h: do not include <config.h> in header files
11564
11565         * text.C (paintLastRow): remove unused variable
11566
11567         * text.C (transformChar):
11568         (insertChar):
11569         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11570
11571         * Painter.C (text):
11572         * font.C (width): rewrite to use uppercase() instead of
11573         islower/toupper.
11574
11575         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11576
11577 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11578
11579         * lyxfind.C: clean up of find failure position change
11580
11581 2001-12-20  Juergen Vigna  <jug@sad.it>
11582
11583         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11584
11585         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11586         (TeXRow): added to LaTeX a single tabular row.
11587         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11588         (Latex): simplified and finally good LT-h/f support.
11589         (various_functions): just small adaptions for LT-h/f support.
11590
11591         * tabular_funcs.[hC]: added and moved here all not classfunctions
11592         of LyXTabular.
11593
11594 2001-12-19  Juergen Vigna  <jug@sad.it>
11595
11596         * tabular.[Ch]: better support for longtabular options (not finished
11597         yet!)
11598
11599 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11600
11601         * text.C (paintLastRow): use the label font instead of the font of
11602         the last character to compute the size of *_BOX. This makes more
11603         sense and avoids a crash with empty paragraphs.
11604         Use Painter::rectangle to draw EMPTY_BOX.
11605
11606 2001-12-19  Juergen Vigna  <jug@sad.it>
11607
11608         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11609         the paragraphs if the replaced paragraph is not the first one!
11610         Tried to delete not used paragraphs but does not work yet so for
11611         now it's inside #ifdef's and by default off!
11612
11613 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11614
11615         * MenuBackend.C: include "lyx_main.h" instead of declaring
11616         lastfiles (actually was declared as LastFiles* instead of a
11617         scoped_ptr).
11618
11619 2001-12-17  Juergen Vigna  <jug@sad.it>
11620
11621         * tabular.C (AppendColumn): applied John's fix
11622
11623 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11624
11625         * BufferView.h:
11626         * BufferView.C:
11627         * BufferView_pimpl.h:
11628         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11629
11630         * Makefile.am:
11631         * box.h: new start of class for above
11632
11633         * lyxfunc.C: ignore space-only minibuffer dispatches.
11634           Show the command name when it doesn't exist
11635
11636         * minibuffer.C: don't add empty lines to the history
11637
11638         * minibuffer.C: add a space on dropdown completion
11639
11640 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11641
11642         * text.C: fix line above/below drawing in insets
11643
11644 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11645
11646         * lyxlength.C (LyXLength): Initialize private variables.
11647
11648 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11649
11650         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11651         when inserting error insets.
11652
11653 2001-12-13  Juergen Vigna  <jug@sad.it>
11654
11655         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11656         actually sometimes the before-paragraph.
11657         (setUndo): don't clear the redostack if we're not actually undoing!
11658
11659 2001-12-06  Juergen Vigna  <jug@sad.it>
11660
11661         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11662         and fixed redoing of main paragraph, so we can use it now ;)
11663
11664         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11665
11666 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11667
11668         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11669         Juergen's request
11670
11671 2001-12-13  André Pönitz <poenitz@gmx.net>
11672
11673         * undostack.[Ch]:
11674         * undo_func.C: minor cleanup
11675
11676 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11677
11678         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11679         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11680         font in urw-fonts package which is marked as -urw-fontspecific and
11681         does not work (incidentally, changing the encoding in the
11682         fonts.dir of this package to -adobe-fontspecific fixes the
11683         problem).
11684
11685         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11686         is a crash when undoing first paragraph (Juergen, please take a
11687         look). THis does not mean the undo fix is wrong, just that it
11688         uncovers problems.
11689
11690         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11691         the (Paragraph*) version when needed instead of duplicating the
11692         code.
11693
11694         * text.C (workWidth): use Inset::parOwner to find out where the
11695         inset has been inserted. This is a huge performance gain for large
11696         documents with lots of insets. If Inset::parOwner is not set, fall
11697         back on the brute force method
11698
11699         * paragraph_pimpl.C (insertInset):
11700         * paragraph.C (Paragraph):
11701         (cutIntoMinibuffer): set parOwner of insets when
11702         inserting/removing them
11703
11704         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11705
11706 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11707
11708         * commandtags.h:
11709         * LyXAction.C:
11710         * lyx_main.C:
11711         * lyxfunc.C:
11712         * mathed/formulabase.C:
11713         * mathed/math_cursor.[Ch]:
11714         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11715
11716
11717 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11718
11719         * lyxlength.[Ch] (operator!=): new function
11720
11721 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11722
11723         * text.C (workWidth): use Inset::parOwner to find out where the
11724         inset has been inserted. This is a huge performance gain for large
11725         documents with lots of insets. If Inset::parOwner is not set, fall
11726         back on the brute force method
11727
11728         * paragraph_pimpl.C (insertInset):
11729         * paragraph.C (Paragraph):
11730         (cutIntoMinibuffer): set parOwner of insets when
11731         inserting/removing them
11732
11733         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11734
11735 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11736
11737         * tabular-old.C (getTokenValue):
11738         * tabular.C (getTokenValue):
11739         (write_attribute): new versions for LyXLength
11740         (everywhere): adjust the use of widths
11741
11742         * tabular.h: change the type of widths from string to LyXLength
11743
11744 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11745
11746         * paragraph.C: fixed missing line number count when exporting
11747         Environments to LaTeX file
11748
11749         * buffer.C: added informational message for checking line numbers.
11750
11751 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11752
11753         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11754         paragraph, do the 'double space' part, but not the 'empty
11755         paragraph' one.
11756
11757         * text.C (workWidth): small optimization
11758         (getLengthMarkerHeight): use minimal size for negative lengths.
11759
11760 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11761
11762         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11763
11764         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11765
11766 2001-12-11  André Pönitz <poenitz@gmx.net>
11767
11768         * FontLoader.C:
11769         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11770
11771 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11772
11773         * text2.C: keep selection on a setFont()
11774
11775 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11776
11777         * lyx_cb.C: another bv->text misuse, from insert label
11778
11779 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11780
11781         * kbsequence.h:
11782         * kbsequence.C: re-instate nmodifier mask
11783
11784 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11785
11786         * lyx_main.h: make lyxGUI private.
11787
11788 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11789
11790         * lyxfind.C: place the cursor correctly on failed search
11791
11792 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11793
11794         * text.C (getLengthMarkerHeight): for small heights, the arrows
11795         are not always on top/bottom of the text
11796         (drawLengthMarker): smaller arrows; take the left margin in
11797         account; draw also vfills.
11798         (paintFirstRow):
11799         (paintLastRow): remove special code for vfill and standard spaces,
11800         since everything is handled in drawLengthMarker now.
11801
11802 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11803
11804         * buffer.C (insertErtContents): try to handle font and language
11805         interaction a bit better.g
11806
11807         * ColorHandler.C (updateColor): change the hash to cover the whole
11808         LColor enum, ws cleanup
11809         (getGCLinepars): ditto
11810         (getGCLinepars): only lookup in the linecache once.
11811
11812 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11813
11814         * iterators.C (operator++): Make the iterator more robust
11815
11816         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11817         (John's patch)
11818         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11819
11820 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11821
11822         * lyxtext.h:
11823         * text.C: better added space drawing
11824
11825 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11826
11827         * LyXView.C:
11828         * BufferView2.C: fix layout combo update on inset unlock
11829
11830 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11831
11832         * Makefile.am: don't compile unused files
11833
11834 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11835
11836         * lyxfunc.C:
11837         * commandtags.h:
11838         * LyXAction.C: remove old LFUN_LAYOUTNO
11839
11840 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11841
11842         * paragraph_pimpl.h:
11843         * paragraph_pimpl.C: isTextAt() doesn't need font param
11844
11845 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11846
11847         * lyxlex.h:
11848         * lyxlex.C: little cleanup
11849
11850 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11851
11852         * BufferView_pimpl.C: fix insertAscii for insets
11853
11854 2001-12-05  Juergen Vigna  <jug@sad.it>
11855
11856         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11857         set the right font on the "multi" paragraph paste!
11858
11859 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11860
11861         * trans_decl.h:
11862         * trans_mgr.[Ch]:
11863         * trans.[Ch]:
11864         * lyxgluelength.C:
11865         * lyxlength.C: remove out-commented code.
11866
11867         * BufferView_pimpl:
11868         * CutAndPaste.C:
11869         * DepTable.C:
11870         * buffer.C:
11871         * chset.C:
11872         * lastfiles.C:
11873         * lyxlex.C:
11874         * lyxlex_pimpl.C:
11875         * lyxserver.C:
11876         * screen.C:
11877         * tabular-old.C:
11878         * tabular.C:
11879         * text.C:
11880         * trans_mgr.C:
11881         * vc-backend.C: change "while(" to "while ("
11882
11883         * lyxlength.[Ch]: add zero function to check if length is zero or
11884         not
11885         * lyxgluelength.C: use it
11886
11887 2001-12-05  Allan Rae  <rae@lyx.org>
11888
11889         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11890         Works for 2.95.3, from what I understand of Garst's reports this should
11891         work for other g++ versions.  We're screwed if the abs(int) definition
11892         changed between bugfix releases of gcc.
11893
11894 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11895
11896         * text.C: fix chapter label offset !
11897
11898 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11899
11900         * lyxtext.h:
11901         * text.C: fix hfill at end of line, clean up
11902
11903 2001-12-04  Juergen Vigna  <jug@sad.it>
11904
11905         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11906         that we force an update of the inset and it's owners if neccessary.
11907
11908 2001-12-03  Juergen Vigna  <jug@sad.it>
11909
11910         * text.C (rowLast): simplified code
11911
11912 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * lyxfunc.C: fix show options on timeout
11915
11916 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11917
11918         * screen.C (topCursorVisible): scroll half a page when the cursor
11919         reached top of bottom of screen
11920
11921 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11922
11923         * minibuffer.C: deactivate on loss of focus
11924
11925 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11926
11927         * vspace.[Ch] (operator!=): add operator.
11928
11929 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11930
11931         * BufferView_pimpl.C: refuse to open an inset when
11932         there's a selection.
11933
11934 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11935
11936         * BufferView_pimpl.C: allow to click on RHS of full row insets
11937
11938 2001-11-30  Juergen Vigna  <jug@sad.it>
11939
11940         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11941         insets for undo reasons.
11942
11943 2001-11-28  André Pönitz <poenitz@gmx.net>
11944
11945         * vspace.[Ch]: cosmetical changes
11946
11947 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11948
11949         * LyXAction.h:
11950         * LyXAction.C:
11951         * lyxfunc.h:
11952         * lyxfunc.C:
11953         * kbmap.h:
11954         * kbmap.C:
11955         * lyxrc.C:
11956         * kbsequence.h:
11957         * kbsequence.C: part re-write of old kb code
11958
11959         * Painter.C:
11960         * WorkArea.C: remove Lgb_bug_find_hack
11961
11962 2001-11-30  José Matos <jamatos@fep.up.pt>
11963
11964         * buffer.C (makeDocBookFile): add a comment to point a hack.
11965         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11966         Fixed a double write of labels.
11967
11968 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11969
11970         * LaTeX.C:
11971         * LaTeX.h Fixed bug in LaTeX class where it would not
11972         re-run latex if no depfiles were changed, but the .dvi was removed.
11973
11974 2001-11-28  André Pönitz <poenitz@gmx.net>
11975
11976         * all the files from the change on 2001/11/26:
11977         use lyx::layout_type instead of LyXTextClass::size_type
11978         use lyx::textclass_type instead of LyXTextClassList::size_type
11979
11980 2001-11-29  Juergen Vigna  <jug@sad.it>
11981
11982         * text.C: added support for paragraph::isFreeSpacing()
11983
11984         * buffer.C: same as above
11985
11986         * paragraph.h: inserted isFreeSpacing() function to enable
11987         FreeSpacing inside InsetERT.
11988
11989         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11990         of the paragraph's in the cut/copy buffer to 0!
11991
11992         * text2.C (removeRow): remove the assert as it can!
11993
11994         * lyxtext.h: added helper function firstRow returning firstrow and
11995         made firstrow private again.
11996
11997         * BufferView2.C (lockInset): don't relock if we're already locked!
11998
11999         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12000         the only paragraph.
12001         (removeRow): added Assert::(firstrow)
12002
12003         * debug.C: forgot to add INSETTEXT here.
12004
12005 2001-11-28  Juergen Vigna  <jug@sad.it>
12006
12007         * sp_spell.C (initialize): changed error text to more general
12008         spellchecker command use (not only ispell!)
12009
12010         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12011
12012         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12013
12014 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12015
12016         * vspace.C: initialise lyxgluelength on failure
12017
12018 2001-11-28  Allan Rae  <rae@lyx.org>
12019
12020         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12021         declaration & definition that looks like a function declaration.
12022
12023 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12024
12025         * BufferView2.C (copy):
12026         (copyEnvironment): do not clear the selection when doing a copy.
12027
12028         * text.C (paintFirstRow): compilation fix
12029
12030 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12031
12032         * tabular.C (Latex): correct line count when writing latex.
12033
12034 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12035
12036         * paragraph_pimpl.h:
12037         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12038           bug a bit
12039
12040 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12041
12042         * text.C:
12043         * LColor.h:
12044         * LColor.C: change vfillline->added_space
12045
12046         * text.C: add markers and text for added space
12047
12048         * vspace.C: fix comment
12049
12050 2001-11-28  André Pönitz <poenitz@gmx.net>
12051
12052         * paragraph.C: whitespace changes
12053         * all the other files from the change on 2001/11/26:
12054         change *::pos_type into lyx::pos_type
12055
12056 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12057
12058         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12059         language of the document when inserting error insets.
12060
12061 2001-11-26  André Pönitz <poenitz@gmx.net>
12062
12063         * BufferView_pimpl.[Ch]:
12064         *       CutAndPaste.C:
12065         * buffer.[Ch]:
12066         * lyxcursor.[Ch]:
12067         * lyxfind.C:
12068         * lyxfunc.C:
12069         * lyxrow.[Ch]:
12070         * paragraph.[Ch]:
12071         * paragraph_pimpl.[Ch]:
12072         * sp_spell.C:
12073         * text.C:
12074         * text2.C: reduce header dependencies, introduce type for positions
12075
12076 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12077
12078         * <various>: change to use Alert.h
12079
12080 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12081
12082         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12083         when encountering an unknown token.
12084         (readLyXformat2): Show an error message if there were unknown tokens.
12085
12086 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12087
12088         * BufferView2.C:
12089         * BufferView_pimpl.C:
12090         * buffer.C:
12091         * paragraph.h:
12092         * text.C:
12093         * text2.C: use par->isInset()
12094
12095 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12096
12097         * paragraph_pimpl.h:
12098         * paragraph_pimpl.C: cleanup
12099
12100 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12101
12102         * text2.C (removeRow):
12103         * text.C (setHeightOfRow): remove useless (and costly) call to
12104         getRow.
12105
12106 2001-11-20  Allan Rae  <rae@lyx.org>
12107
12108         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12109         Now need Inset*::checkInsertChar() to return true for appropriate
12110         cases so that the characters in the minibuffer will actually be
12111         inserted.
12112
12113 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12114
12115         * text.C: change the order of the includes.
12116         (workWidth): initialize it at once.
12117         (workWidth): make maxw unsigned
12118         (setHeightOfRow): remove unused variable (inset)
12119         (selectSelectedWord): remove unused variable (inset)
12120         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12121
12122 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12123
12124         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12125         server is not running.
12126         (openConnection):
12127         (closeConnection): add debug info when server is disabled.
12128
12129         * ColorHandler.C (getGCForeground): send debug message to GUI
12130         channel.
12131
12132         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12133
12134         * kbmap.C (bind): modify because return conventions of
12135         kb_sequence::parse have changed.
12136
12137         * kbsequence.C (parse): only ignore spaces and not any stupid
12138         control character. This avoids tests like s[i] <= ' ', which are
12139         guaranteed to fail with 8bit characters and signed chars.
12140         Change return code to string::npos when there have been no error
12141         (0 was a bad idea when error is at first character)
12142
12143 2001-11-14  José Matos  <jamatos@fep.up.pt>
12144
12145         * buffer.h:
12146         * buffer.C (simpleDocBookOnePar): removed unused argument.
12147
12148 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12149
12150         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12151         insets which are part of a word. Paragraph::isLetter takes care of
12152         that now. Use Paragraph::isInset to identify insets.
12153         (selectSelectedWord): do not test for hyphenation break.
12154
12155         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12156         that protected spaces are considered as spaces.
12157
12158         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12159         Inset::isLetter.
12160
12161 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12162
12163         * lyxserver.h:
12164         * lyxserver.C: fix it. and small cleanup.
12165
12166 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12167
12168         * BufferView_pimpl.C: use inline helpers
12169
12170         * LaTeXFeatures.h:
12171         * LaTeXFeatures.C: fix typos
12172
12173         * Spacing.h:
12174         * Spacing.C: move spacing_string into class
12175
12176         * ToolbarDefaults.C: move stuff into namespace anon
12177
12178         * layout.h: update enum
12179
12180         * lyxfunc.C: use better debug
12181
12182         * minibuffer.h: fix typo
12183
12184         * debug.h:
12185         * debug.C:
12186         * WorkArea.C: add and use Debug::WORKAREA
12187
12188         * lyxtext.h:
12189         * text.C:
12190         * text2.C: code re-organisation, inline helpers
12191
12192 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12193
12194         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12195         std::vector.empty().
12196
12197 2001-11-09  Allan Rae  <rae@lyx.org>
12198
12199         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12200         '\n's after tables.  Tabular and ERT inset work now makes this no
12201         longer necessary.
12202
12203 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12204
12205         * minibuffer.h:
12206         * minibuffer.C: fix crash, improve drop-down completion
12207
12208 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12209
12210         * lyxserver.h:
12211         * lyxserver.C: invalidate fd's when doing endPipe()
12212
12213 2001-11-08  José Matos  <jamatos@fep.up.pt>
12214
12215         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12216         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12217
12218         * paragraph.h:
12219         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12220
12221 2001-11-07  José Matos  <jamatos@fep.up.pt>
12222
12223         * buffer.h:
12224         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12225         const qualifier.
12226
12227         * buffer.C (sgmlOpenTag):
12228         * buffer.C (sgmlCloseTag): removed debug info.
12229
12230         * buffer.h (sgmlOpenTag):
12231         * buffer.h (sgmlCloseTag): made public.
12232
12233 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12234
12235         * buffer.C (saveParamsAsDefaults):
12236         * lyx_cb.C (MenuLayoutSave): remove
12237
12238         * LyXAction.C (init):
12239         * commandtags.h:
12240         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12241
12242 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12243
12244         * buffer.C (setPaperStuff): removed from here...
12245
12246         * bufferparams.C (setPaperStuff): ... and moved there.
12247
12248 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12249
12250         * minibuffer.h:
12251         * minibuffer.C:
12252         * XFormsView.C: add support for drop-down completion
12253
12254 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12255
12256         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12257         commands.
12258
12259 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12260
12261         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12262         disabled.
12263
12264 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12265
12266         * lyx_main.C: change ref to known bugs
12267
12268 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12269
12270         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12271         to work around older babel problems.
12272
12273 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12274
12275         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12276
12277 2001-10-24  Juergen Vigna  <jug@sad.it>
12278
12279         * tabular-old.C (ReadOld): below variable changes reflected.
12280
12281         * tabular.[Ch]: added ltType struct for longtable header/footer
12282         defines and changed all instances where they are used. Added
12283         future support for double top/bottom rows.
12284
12285 2001-10-24  José Matos  <jamatos@fep.up.pt>
12286
12287         * buffer.h (docbookHandleCaption):
12288         * buffer.C (docbookHandleCaption): removed unused function.
12289         (makeDocBookFile): moved docbook supported version to v4.1.
12290
12291 2001-10-24  José Matos  <jamatos@fep.up.pt>
12292
12293         * tabular.h:
12294         * tabular.C (docbookRow): new function to export docbook code of a row.
12295         (DocBook): now honors the longtable flags.
12296
12297 2001-10-23  José Matos  <jamatos@fep.up.pt>
12298
12299         * LaTeXFeatures.h:
12300         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12301         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12302
12303         * buffer.C (makeLinuxDocFile):
12304         (makeDocBookFile): reworked the preamble, more clean, and with
12305         support for lyx defined entities. Changed the document declaration
12306         to be more XML friendly.
12307
12308         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12309         if we need to output XML that should be done with a filter.
12310
12311 2001-10-22  Juergen Vigna  <jug@sad.it>
12312
12313         * sp_pspell.h (class PSpell): add alive function needed in the
12314         controller to see if the spellchecker could be started.
12315
12316 2001-10-22  Juergen Vigna  <jug@sad.it>
12317
12318         * buffer.C (insertStringAsLines): modify the font for inserting
12319         chars in certain conditions by calling checkInsertChar(font).
12320
12321 2001-10-19  Juergen Vigna  <jug@sad.it>
12322
12323         * text.C (workWidth): use getRow instead of wrong algorithm.
12324         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12325
12326 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12327
12328         * lyxserver.h:
12329         * lyxserver.C:
12330         * lyx_main.h:
12331         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12332
12333 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12334
12335         * text.C (workWidth): do not search for the exact row when
12336         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12337         optimization for big documents.
12338
12339 2001-10-18  Juergen Vigna  <jug@sad.it>
12340
12341         * text.C (workWidth): new function with added Inset * parameter.
12342
12343 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12344
12345         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12346
12347         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12348         change return type of getColumnNearX.
12349
12350
12351         * text.C (changeRegionCase): use uppercase/lowercase instead of
12352         toupper/tolower.
12353         (leftMargin):
12354         (rightMargin): simplify code by factoring out the uses of
12355         textclasslist.
12356         (labelFill):
12357         (numberOfHfills):
12358         (setHeightOfRow):
12359         (appendParagraph): use Paragraph::size_type
12360
12361 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12362
12363         * vspace.C (asLatexString): add a missing break
12364
12365 2001-10-15  Herbert Voss  <voss@perce.de>
12366
12367         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12368
12369 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12370
12371         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12372         is not available.
12373
12374 2001-10-10  André Pönitz <poenitz@gmx.net>
12375
12376         * lyxfunc.C: removed greek_kb_flag.
12377
12378 2001-10-10  Herbert Voss  <voss@perce.de>
12379
12380         * lyx_main.C: delete global string help_lyxdir.
12381
12382 2001-10-09  Herbert Voss  <voss@perce.de>
12383
12384         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12385
12386         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12387
12388         * lyx_main.C: added global string help_lyxdir.
12389
12390         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12391
12392 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12393
12394         * lyxrc.C (set_font_norm_type): support iso8859-4
12395
12396 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12397
12398         * LaTeX.C (deplog): add another regex for MikTeX
12399
12400 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12401
12402         * lyxrc.C (set_font_norm_type): support iso8859-3
12403
12404 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12405
12406         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12407
12408         * LaTeXFeatures.C: remove special case of french and index
12409
12410         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12411         before \begin{document}). This solves several incompatibilities.
12412
12413 2001-10-03  Garst Reese  <reese@isn.net>
12414
12415         * lyx_cb.C: change CheckTex error msg.
12416
12417 2001-10-03  José Matos  <jamatos@fep.up.pt>
12418
12419         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12420
12421 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12422
12423         * .cvsignore: update
12424
12425         * lyx_main.C (commandLineVersionInfo): use new style version info.
12426
12427         * buffer.C (writeFile):
12428         (makeLaTeXFile):
12429         (makeLinuxDocFile):
12430         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12431
12432         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12433
12434         * version.h: update to use stuff in version.C
12435
12436         * version.C.in: new file. Contains version information determined
12437         at compile time. This is a merging of version.h and
12438         version_info.h.in.
12439
12440 2001-10-03  Juergen Vigna  <jug@sad.it>
12441
12442         * BufferView_pimpl.C (update): don't change "dirty" status in
12443         updateInset call.
12444
12445 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12446
12447         * WorkArea.C (c-tor): re-position version string slightly.
12448
12449 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12450
12451         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12452         revert to previous code.
12453
12454         WorkArea.[Ch]: (show, destroySplash): methods removed.
12455
12456         WorkArea.C: rework code so that it's an amalgam of the codes before and
12457         after the splash screen was moved to WorkArea.
12458
12459 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12460
12461         * lyxrc.C (read):
12462         * vspace.C (inPixels):
12463         (lyx_advance):
12464         * kbmap.C (bind):
12465         * buffer.C (insertStringAsLines):
12466         (asciiParagraph): fix types to be large enough
12467
12468         * lyxlex_pimpl.h: change member status from short to int
12469
12470         * layout.h: fix type of endlabeltype
12471
12472         * kbmap.C (bind):
12473         * kbsequence.C (parse): change return type to string::size_type
12474
12475         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12476         variable
12477
12478         * Bullet.C (bulletSize):
12479         (bulletEntry): do not use short ints as parameters
12480
12481         * BufferView2.C (insertLyXFile): change a char to an int.
12482
12483         * WorkArea.C (WorkArea): remove unneeded floats in computation
12484
12485 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12486
12487         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12488
12489         * paragraph.C (asString): Do not ignore newline/hfill chars when
12490         copying to the clipboard.
12491
12492 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12493
12494         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12495         after a multi-line inset.
12496
12497 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12498
12499         * paragraph.C (validate): Set NeedLyXFootnoteCode
12500
12501 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12502
12503         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12504         and decrease-error to decrease.
12505
12506 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12507
12508         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12509         it more readable (should be equivalent)
12510
12511 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12512
12513         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12514
12515 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12516
12517         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12518         of a cursor (row, etc.) after a character has been deleted
12519         (deleteEmptyParagraphMechanism): call the method above on _all_
12520         cursors held by the LyXText when a double space has been
12521         detected/deleted.
12522
12523 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12524
12525         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12526         pixmap.
12527         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12528
12529         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12530         background. Use greyOut() and the new show() methods to toggle between
12531         the foreground and background. Add code to remove the splash after
12532         its initial showing.
12533
12534         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12535         (create_forms): no longer call Dialogs::showSplash.
12536
12537 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12538
12539         * .cvsignore: add version_info.h
12540
12541 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12542
12543         * version_info.h.in: new file
12544
12545         * Makefile.am: add version_info.h.in
12546
12547         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12548         version_info.h instead of VERSION_INFO
12549
12550 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12551
12552         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12553         The ERT inset now returns string().
12554
12555 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12556
12557         * lyxtext.h, text.C (selectNextWord): renamed as
12558         selectNextWordToSpellcheck.
12559
12560         * text.C (selectNextWordToSpellcheck): Modified to not select
12561         words inside an ERT inset.
12562
12563 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12564
12565         * lyx_cb.C (MenuLayoutSave): change a bit the question
12566
12567         * sp_base.h: include <sys/types.h>
12568
12569 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12570
12571         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12572
12573 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12574
12575         * several files: fix typos in user-visible strings
12576
12577 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12578
12579         * text2.C (pasteSelection): do not set the selection, since it
12580         will be cleared later. Actually, the intent was to fix the way the
12581         selection was set, but I figured rmoving the code was just as good.
12582
12583 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12584
12585         * FontLoader.C (available): Check if font is available without
12586         loading the font.
12587
12588 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12589
12590         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12591
12592 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12593
12594         * lyxrc.[Ch]: added display_graphics variable and associated code.
12595
12596 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12597
12598         * bufferparams.C (hasClassDefaults): new method. Returns true if
12599         the buffer parameters correspond to known class defaults
12600
12601 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12602
12603         * XFormsView.C (show): set minimum size to the main window.
12604
12605 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12606
12607         * text2.C (copySelection):
12608         (cutSelection):
12609         * lyxfind.C (LyXReplace):
12610         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12611         LyXText::selectionAsString.
12612
12613         * paragraph.C (asString): add "label" argument to the second form
12614
12615         * text2.C (selectionAsString): add "label" argument and pass it to
12616         Paragraph::asString.
12617
12618 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12619
12620         * lyx_main.C (commandLineHelp): remove version information
12621
12622 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12623
12624         * lyx_main.C: add -version commandline option
12625
12626 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12627
12628         * paragraph.h: make the optional constructor arg required instead.
12629         some modifications to other files because of this.
12630
12631         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12632
12633         * lyxserver.C (C_LyXComm_callback): make it static
12634
12635         * lyx_main.C (error_handler): make it static
12636
12637         * lyx_gui.C (LyX_XErrHandler): make it static
12638
12639         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12640
12641         * WorkArea.C: make the extern "C" methods static.
12642
12643         * Makefile.am (lyx_LDADD): simplify
12644
12645 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12646
12647         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12648         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12649
12650         * LyXAction.C (init):
12651         * lyxfunc.C (dispatch): associated code removal.
12652
12653 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12654
12655         * lyxfont.h (isSymbolFont): shut off warning
12656
12657         * text.C (setHeightOfRow):
12658         (getVisibleRow): fix crash with empty paragraphs which have a
12659         bottom line
12660
12661 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12662
12663         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12664         code.
12665
12666 2001-09-04  José Matos  <jamatos@fep.up.pt>
12667         * buffer.C
12668         * buffer.h
12669         * tabular.C (docbook): rename docBook method to docbook.
12670
12671 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12672
12673         * Makefile.am: add dependencies to main.o.
12674
12675 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12676
12677         * FontLoader.C (available): Return false if !lyxrc.use_gui
12678
12679 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12680
12681         * FontInfo.C (query):
12682         * converter.C (view):
12683         * importer.C (Import):
12684         * exporter.C (Export): Can not -> cannot.
12685
12686 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12687
12688         * BufferView_pimpl.C: allow to create index inset even if
12689           string is empty
12690
12691 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12692
12693         * buffer.C (getLists): replace boost::tie code with an explicit pair
12694         as boost::tie can break some compilers.
12695
12696         * iterators.h: Added a std:: declaration to the return type of
12697         ParIterator::size.
12698
12699 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12700
12701         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12702           case.
12703
12704 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12705
12706         * iterators.[Ch]: New files. Provide paragraph iterators.
12707
12708         * buffer.C (changeLanguage): Use paragraph iterators.
12709         (isMultiLingual): ditto
12710
12711         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12712
12713 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12714
12715         * FontLoader.C: Support for cmr font.
12716
12717 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12718
12719         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12720         (available): New method.
12721
12722         * FontInfo.C (getFontname): Use scalable fonts even when
12723         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12724         found.
12725
12726 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12727
12728         * converter.C (Formats::view): reverted! Incorrect fix.
12729
12730 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12731
12732         * converter.C (Formats::view): only output the -paper option
12733         if the dvi viewer is xdvi, thereby fixing bug #233429.
12734
12735 2001-08-23  Herbert Voss  <voss@perce>
12736
12737         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12738
12739 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12740
12741         * Spacing.h (Spacing): Set space to Default on in the default
12742         constructor.
12743
12744 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12745
12746         * vc-backend.h (RCS::versionString): add RCS to version
12747         (CVS::versionString): add CVS to version
12748
12749         * vc-backend.C (scanMaster): do not add CVS to version.
12750         (scanMaster): do not add RCS to version
12751
12752         * lyxvc.C (versionString): new method
12753
12754         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12755
12756 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12757
12758         * Spacing.C (set): initialize fval
12759
12760 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12761
12762         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12763         " or \.
12764
12765 2001-08-16  Juergen Vigna  <jug@sad.it>
12766
12767         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12768
12769 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12770
12771         * BufferView_pimpl.C:
12772         * figureForm.C:
12773         * lyxtext.h:
12774         * text2.C: setParagraph takes linespacing now
12775
12776 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12777
12778         * LyxAction.C: add internal LFUN_CITATION_INSERT
12779
12780         * LyXView.C: actually apply fix
12781
12782         * bufferlist.C: fix open non-existent file
12783
12784         * lyxfind.C: fix indentation
12785
12786         * lyxfunc.C: remove unneeded assert, fix typo
12787
12788 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12789
12790         * MenuBackend.C: use "Floatname List"
12791
12792 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12793
12794         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12795         when converting LaTeX layout to insetERT.
12796         Generate a non-collapsed float when reading old float
12797
12798 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12799
12800         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12801         ERT insets.
12802
12803 2001-08-13  Juergen Vigna  <jug@sad.it>
12804
12805         * text.C (fill): return 0 instead of 20 as this seems to be the more
12806         correct value.
12807
12808 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12809
12810         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12811         lyxrc.font_norm.
12812
12813 2001-08-13  Juergen Vigna  <jug@sad.it>
12814
12815         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12816         casesensitive off.
12817         (SearchBackward): comment out the unlocking of the inset_owner this
12818         should not be needed!
12819
12820 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12821
12822         * Many files: Remove inherit_language, and add latex_language
12823
12824         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12825         collapsible insets.
12826
12827 2001-08-10  Juergen Vigna  <jug@sad.it>
12828
12829         * text.C (prepareToPrint): fixed hfill-width in draw!
12830
12831         * BufferView2.C (selectLastWord): save the selection cursor as this
12832         now is cleared in the function LyXText::clearSelection!
12833
12834 2001-08-08  Juergen Vigna  <jug@sad.it>
12835
12836         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12837         BACKSPACE type functions.
12838
12839         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12840         is only cutted from the document but not put in the cut-buffer, where
12841         still the old stuff should be.
12842
12843         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12844
12845         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12846
12847         * tabular.C (SetWidthOfCell): fixed special case where the width
12848         was not updated!
12849         (LeftLine): handle '|' in align_special.
12850         (RightLine): ditto
12851         (LeftAlreadyDrawed): ditto
12852         (SetWidthOfCell): ditto
12853
12854 2001-08-07  Juergen Vigna  <jug@sad.it>
12855
12856         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12857
12858 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12859
12860         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12861         * lyxlex.[hC]: ditto
12862
12863 2001-08-06  Juergen Vigna  <jug@sad.it>
12864
12865         * text.C (getVisibleRow): fix up row clearing a bit.
12866
12867 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12868
12869         * minibuffer.C: make sure the X server sees the changes in the input.
12870
12871 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12872
12873         * paragraph.C (getFont): split into...
12874         (getLabelFont): this
12875         (getLayoutFont): and this
12876         * paragraph_pimpl.C (realizeFont): calling this
12877
12878         * text2.C (getFont): split into...
12879         (getLayoutFont): this
12880         (getLabelFont): and this
12881         (realizeFont): all three calling this
12882
12883         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12884         files where used.
12885
12886 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12887
12888         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12889
12890 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12891
12892         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12893         layouts from the Quote inset insertion.
12894
12895 2001-08-03  Juergen Vigna  <jug@sad.it>
12896
12897         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12898
12899         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12900         only if status not is already CHANGED_IN_DRAW (second level).
12901
12902         * text.C (draw): don't set the need_break_row when inside an
12903         InsetText LyXText.
12904
12905 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12906
12907         * buffer.C (parseSingleLyXformat2Token): handle more latex
12908         conversion cases.
12909
12910         * bufferview_funcs.[hC]: change function names to
12911         begin with small char, adjust other files.
12912
12913 2001-08-02  André Pönitz <poenitz@gmx.net>
12914
12915         * lyxfunc.C:
12916         BufferView_pimpl.C: remove broken special code for math-greek
12917
12918 2001-08-02  Juergen Vigna  <jug@sad.it>
12919
12920         * BufferView_pimpl.C (update): redone this function so that we
12921         update the text again if there was a CHANGE_IN_DRAW.
12922
12923         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12924         (drawFromTo): added a new internal bool which is used by draw() and
12925         redraw() function.
12926         (general): some cursor drawing problems fixed.
12927
12928 2001-08-01  Juergen Vigna  <jug@sad.it>
12929
12930         * lyxfind.C (LyXFind): fixed
12931         (SearchForward): ditto
12932         (SearchBackward): ditto
12933
12934         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12935         spurius drawing of the cursor in the main area.
12936
12937         * text2.C (status): small fix which could lead to a segfault!
12938         (clearSelection): remove unneeded BufferView param.
12939
12940 2001-08-01  André Pönitz <poenitz@gmx.net>
12941
12942         * lyxfunc.C: small change due to changed mathed interface
12943
12944 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12945
12946         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12947
12948 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12949
12950         * lyxfunc.c: fail gracefully if file doesn't exist
12951
12952         * LyXSendto.C:
12953         * buffer.C:
12954         * lyxfunc.C:
12955         * BufferView_pimpl.C: IsDirWriteable() proto changed
12956
12957         * LyXView.C: fix updateWindowTitle() to store the last title
12958
12959 2001-07-31  Juergen Vigna  <jug@sad.it>
12960
12961         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12962         the font (wrong since using of Paragraph::highestFontInRange).
12963
12964         * paragraph.C (highestFontInRange): added a default_size parameter.
12965
12966         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12967         (setHeightOfRow): reformat
12968
12969 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12970
12971         * converter.[hC] + affected files: move to (inital-char)lowercase
12972         function names.
12973
12974         * ParagraphParameters.C (ParagraphParameters): remove commented code
12975
12976         * PainterBase.[Ch]: remove commented code
12977
12978         * LaTeXFeatures.h: add "bool floats" for float.sty
12979
12980         * LaTeXFeatures.C (LaTeXFeatures): init floats
12981         (require): handle float
12982         (getPackages): do it with floats
12983
12984 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12985
12986         * BufferView_pimpl.C (Dispatch): improve handling of
12987         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12988
12989         * commandtags.h: #include lyxfont.h here temporarily to avoid
12990         keybinding bug.
12991
12992         * bufferlist.h: include LString.h here.
12993
12994 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12995
12996         * text2.C (getStringToIndex): new method.
12997
12998 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12999
13000         * *: Reduced header file dependencies all over.
13001
13002 2001-07-30  Baruch Even  <baruch@lyx.org>
13003
13004         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13005
13006 2001-07-29  Baruch Even  <baruch@lyx.org>
13007
13008         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13009
13010 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13011
13012         * ParameterStruct.h (endif): add a default constructor to make
13013         sure that all variables is initialized.
13014
13015         * ParagraphParameters.C (ParagraphParameters): adjust
13016
13017 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13018
13019         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13020         index; also, check that there is something to index, and that it
13021         does not span over several paragraphs.
13022         (doubleClick): use WHOLE_WORD_STRICT for double click.
13023
13024         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13025
13026         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13027         scheme.
13028
13029 2001-07-26  Baruch Even  <baruch@lyx.org>
13030
13031         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13032         an InsetFig figure, backwards compatible reading of old figure code.
13033
13034 2001-07-27  Juergen Vigna  <jug@sad.it>
13035
13036         * text2.C: font.realize function adaption.
13037
13038         * text.C (draw): add a warnings lyxerr text if needed.
13039
13040         * layout.C: font.realize function adaption.
13041
13042         * language.C: add inherit_language and implement it's handlings
13043
13044         * bufferview_funcs.C (StyleReset): remove language parameter from
13045         font creation (should be language_inherit now).
13046
13047         * bufferparams.C (writeFile): handle ignore_language.
13048
13049         * paragraph.C (getFontSettings): the language has to be resolved
13050         otherwise we have problems in LyXFont!
13051
13052         * lyxfont.C (lyxWriteChanges): added document_language parameter
13053         (update): removed unneeded language parameter
13054
13055         * paragraph.C (validate): fixed wrong output of color-package when
13056         using interface colors for certain fonts in certain environments,
13057         which should not seen as that on the final output.
13058
13059 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13060
13061         * BufferView_pimpl.C:
13062         * Thesaurus.h:
13063         * Thesaurus.C:
13064         * Makefile.am:
13065         * commandtags.h:
13066         * LyXAction.C: add thesaurus support
13067
13068         * lyxfind.h:
13069         * lyxfind.C: add "once" parameter, for thesaurus, to not
13070           move to the next match
13071
13072 2001-07-26  Juergen Vigna  <jug@sad.it>
13073
13074         * lyxfont.C (realize): honor ignore_language too!
13075         (resolved): ditto.
13076
13077         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13078
13079         * text.C (draw): one place more for ignore_language to not draw
13080         itself!
13081
13082 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13083
13084         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13085
13086 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13087
13088         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13089         the minipage conversion problem.
13090
13091 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13092
13093         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13094         insert an inset.
13095
13096 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13097
13098         * BufferView.h: don't forward declare WorkArea
13099
13100         * BufferView.C: don't include WorkArea.h
13101
13102 2001-07-25  André Pönitz <poenitz@gmx.net>
13103
13104         * commandtags.h:
13105         * LyXAction.C:
13106         * lyxfunc.C:  new LFUN 'math-space'
13107
13108         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13109
13110 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13111
13112         * text2.C (toggleInset): call open/close
13113
13114 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13115
13116         * lyxfunc.C (dispatch): add debug for the disabled case
13117
13118         * font.C (buttonText): make similar to rectText
13119
13120         * buffer.C (readInset): comment out parsing of insetlist and
13121         insttheorem
13122
13123         * PainterBase.C (rectText): small correction
13124
13125         * BufferView_pimpl.C: comment out insettheorem and insetlist
13126         * LyXAction.C: ditto
13127         * commandtags.h: ditto
13128
13129 2001-07-24  Juergen Vigna  <jug@sad.it>
13130
13131         * text.C (draw): honor the ignore_language.
13132
13133         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13134
13135 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13136
13137         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13138         char inset.
13139
13140 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13141
13142         * lyxtext.h: remove unused (and unimplemented) methods
13143
13144 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13145
13146         * text.C (getVisibleRow): honor background color
13147
13148         * PainterBase.h:
13149         * Painter.h: remove default color argument for fillRectangle
13150
13151         * text.C (backgroundColor): new method
13152
13153 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13154
13155         * text.C (getVisibleRow): adjust
13156
13157         * font.[Ch] (rectText): new method, metrics
13158         (buttonText): new method, metrics
13159
13160         * PainterBase.[hC]: make rectText and buttonText always draw and take
13161         fewer paramteres.
13162
13163 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13164
13165         * ToolbarDefaults.C (read):
13166         * MenuBackend.C (read): allow escaping in all strings
13167
13168         * BufferView_pimpl.C (insertAndEditInset): new method.
13169         (Dispatch): use insertAndEditInset whenever appropriate.
13170
13171         * BufferView_pimpl.C (insertNote): removed
13172
13173         * BufferView_pimpl.C (smartQuote): new method, moved from
13174         BufferView; if an insetquote cannot be inserted, insert a '"'
13175         character instead.
13176
13177         * BufferView2.C: remove insertCorrectQuote();
13178
13179         * lyxfunc.C (getStatus): Add support for all remaingin
13180         inset-insert lfuns.
13181
13182         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13183
13184         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13185         command (necessary to pass " as parameter of self-insert.
13186
13187         * text.C (selectWordWhenUnderCursor):
13188         (selectWord): add word_location parameter
13189         (selectWordWhenUnderCursor): same + remove special code for word
13190         boundary.
13191         (selectNextWord): use kind() to guess type of insetspecialchar,
13192         not latex().
13193
13194         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13195         (insertErtContents): create ert insets as collapsed.
13196         (readInset): better compatibility code for Info inset.
13197
13198 2001-07-20  Juergen Vigna  <jug@sad.it>
13199
13200         * lyxfunc.C (dispatch): use always LyXFind now!
13201
13202         * text2.C (init): add a reinit flag so that the LyXText can be
13203         reinited instead of deleted and reallocated (used in InsetText).
13204
13205         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13206
13207         * text.C: ditto
13208
13209         * text2.C: ditto
13210
13211 2001-07-18  Juergen Vigna  <jug@sad.it>
13212
13213         * text.C (selectNextWord): handle insets inside inset by calling
13214         always the bv->text functions so that we can go up the_locking_inset!
13215
13216         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13217         in strange locations when inside an inset!
13218
13219         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13220         handling to include insets.
13221
13222         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13223
13224 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13225
13226         * LyXAction.C (init):
13227         * commandtags.h:
13228         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13229         LIGATURE_BREAK, since the name is so stupid.
13230
13231 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13232
13233         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13234         InsetInfos.
13235
13236         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13237
13238         * sp_form.[Ch]: remove.
13239
13240         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13241
13242         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13243         InsetInfo.
13244
13245         * src/buffer.C (readInset): ditto.
13246
13247 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13248
13249         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13250         menuSeparator(), endOfSentenceDot(), ldots() and
13251         hyphenationPoint(), which are therefore removed.
13252         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13253
13254         * LyXAction.C (init):
13255         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13256
13257         * paragraph.C (getWord): removed.
13258
13259         * BufferView_pimpl.C (Dispatch): use last word or selection for
13260         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13261
13262         * lyx_main.C (queryUserLyXDir): do not ask before creating
13263         user_dir, except if it has been named explicitely.
13264
13265 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13266
13267         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13268         a document of zero size.
13269
13270 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13271
13272         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13273         approriately in the c-tor and in require().
13274         (getPackages): output the appropriate LaTeX for natbib support.
13275
13276         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13277         variables "use_natbib" and "use_numerical_citations" when reading the
13278         LyX file.
13279         (readInset): read the various natbib cite commands.
13280         (validate): white-space change.
13281
13282         * bufferparams.[Ch]: new variables "bool use_natbib" and
13283         "bool use_numerical_citations".
13284         (writeFile): output them in the LyX file.
13285
13286 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13287
13288         * lyxfunc.C (getStatus): add support for all the inset insertion
13289         commands.
13290
13291         * text2.C (insertInset):
13292         * paragraph.C (insetAllowed):
13293         * BufferView_pimpl.C (insertInset): update to take in account the
13294         renaming of insertInsetAllowed
13295
13296         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13297
13298         * text2.C (getInset): new method. returns inset at cursor position.
13299
13300         * BufferView_pimpl.C (Dispatch): changes because of this.
13301
13302         * LyXAction.C (init): rename open-stuff to inset-toggle.
13303
13304         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13305
13306         * text2.C (toggleInset): renamed from openStuff; use
13307         Inset::open().
13308
13309 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13310
13311         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13312
13313         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13314
13315 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13316
13317         * buffer.C (readLyXformat2): Add filename to the error dialog
13318
13319 2001-07-18  Juergen Vigna  <jug@sad.it>
13320
13321         * tabular.C (GetCellNumber): put an assert here instead of the check!
13322
13323 2001-07-17  Juergen Vigna  <jug@sad.it>
13324
13325         * BufferView_pimpl.C (toggleSelection): adapted too.
13326
13327         * text.C (selectNextWord): adapted for use with insets.
13328         (selectSelectedWord): ditto
13329
13330 2001-07-17  Juergen Vigna  <jug@sad.it>
13331
13332         * sp_spell.C (PSpell): fix initialitation order.
13333
13334 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13335
13336         * paragraph.C: spacing
13337
13338 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13339
13340         * sp_spell.C: repair language selection for pspell
13341
13342 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13343
13344         * lyxfunc.h: change more methods to begin with lower char.
13345
13346 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13347
13348         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13349         for unknown layouts.
13350
13351 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13352
13353         * buffer.C (readLyXformat2): Generate an error dialog if there are
13354         unknown layouts.
13355
13356 2001-07-16  Juergen Vigna  <jug@sad.it>
13357
13358         * sp_spell.C: always compile ISpell part.
13359
13360         * lyxrc.C: added use_pspell entry and it's handling.
13361
13362 2001-07-13  Juergen Vigna  <jug@sad.it>
13363
13364         * sp_spell.C: removed double includes.
13365
13366 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13367
13368         Consistent use of Lsstream.h:
13369         * Lsstream.h: added using std::stringstream for consistencies sake.
13370
13371         * buffer.C: removed using std::stringstream
13372
13373         * lyxfont.C (stateText):
13374         * paragraph.C (asString):
13375         * text.C (selectNextWord, selectSelectedWord):
13376         * text2.C (setCounter):
13377         * vspace.C (asString, asLatexString):
13378         std::ostringstream -> ostringstream.
13379
13380 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13381
13382         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13383         * commandtags.h: add LFUN_HELP_ABOUTLYX
13384         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13385
13386 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13387
13388         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13389         cursorToggle()
13390         * lyx_gui_misc.C: remove spellchecker
13391         * lyxfunc.C: showSpellchecker
13392         * sp_base.h: added
13393         * sp_ispell.h: added
13394         * sp_pspell.h: added
13395         * sp_spell.C: added
13396         * sp_form.[Ch]: removed
13397         * spellchecker.[Ch]: removed
13398
13399 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13400
13401         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13402         is set.
13403         (simpleTeXSpecialChars): Simply print the input character without
13404         any special translation if pass_thru is set.
13405
13406         * layout.h: Added bool pass_thru to layout class for being able to
13407         implement pass through of a paragraph for Literate Programming.
13408
13409         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13410         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13411         * layout.C (Read): add "passthru" to list of layout tags and add
13412         code to set the pass_thru boolean when it is read.
13413
13414 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13415
13416         * trans_decl.h: remove allowed from KmodInfo
13417
13418         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13419         remove allowed code
13420         (Load): adjust
13421
13422         * paragraph_pimpl.C (erase): use boost::prior
13423
13424         * Painter.C (text): use data() instead of c_str() when length is
13425         also provided.
13426         * WorkArea.C (putClipboard): ditto
13427         * font.h (width): ditto
13428
13429         * BufferView2.C: use it-> instead of (*it). for iterators
13430         * texrow.C: ditto
13431         * paragraph_pimpl.C: ditto
13432         * paragraph.C: ditto
13433         * minibuffer.C: ditto
13434         * language.C: ditto
13435         * kbmap.C: ditto
13436         * encoding.C: ditto
13437         * counters.C: ditto
13438         * converter.C: ditto
13439         * chset.C: ditto
13440         * Variables.C: ditto
13441         * TextCache.C: ditto
13442         * MenuBackend.C: ditto
13443         * LyXAction.C: ditto
13444         * LColor.C: ditto
13445         * FloatList.C: ditto
13446         * DepTable.C: ditto
13447         * ColorHandler.C (LyXColorHandler): ditto
13448
13449 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13450
13451         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13452
13453         * text2.C (openStuff): reintroduce this method (which had been
13454         nuked in NEW_INSETS frenzy).
13455
13456         * lyxfunc.C (Dispatch): when an action has not been handled, use
13457         its name in the error message, not its number.
13458
13459         * paragraph.C (inInset): change method name to begin with lowercase.
13460
13461         * undo_funcs.C:
13462         * text2.C: updates because of this.
13463
13464 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13465
13466         * ToolbarDefaults.C (add): add spaces in error message
13467
13468 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13469
13470         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13471         (readLyXformat2): rename return_par to first_par, use lyxlex's
13472         pushToken and remove the manual push handling.
13473         (parseSingleLyXformat2Token): add another ert comp. variable:
13474         in_tabular, rename return_par to first_par. handle newlines better
13475
13476 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13477
13478         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13479
13480 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13481
13482         * text2.C (getParFromID): removed
13483
13484         * buffer.C (getParFromID): new method moved form lyxtext.
13485         * BufferView2.C (insertErrors): adjust
13486         (setCursorFromRow): adjust
13487         * BufferView_pimpl.C (restorePosition): adjust
13488         * lyxfunc.C (Dispatch): adjust
13489         * undo_funcs.C (textUndo): adjust
13490         (textRedo): adjust
13491         (textHandleUndo): adjust
13492         (textHandleUndo): adjust
13493
13494 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13495
13496         * buffer.C: up' the LYX_FORMAT
13497
13498         * lyxfont.h: turn NO_LATEX on as default
13499
13500         * buffer.C (insertErtContents): new methods of tex style compability.
13501         (parseSingleLyXformat2Token): use it several places.
13502         * tabular.C (OldFormatRead): and here
13503
13504 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13505
13506         * text2.C: remove some commented code.
13507         reindent file.
13508
13509         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13510         * trans.C: changes because of the above.
13511
13512 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13513
13514         * text2.C (setCounter): Fix counters bug with bibliography layout.
13515
13516 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13517
13518         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13519         own member functions
13520         (simpleTeXSpecialChars): ditto
13521
13522 2001-07-06  Juergen Vigna  <jug@sad.it>
13523
13524         * a lot of files: changed the access to LyXText::status and the
13525         call of undo-functions.
13526
13527         * undo.[Ch]: added a inset_id to the undo informations.
13528
13529         * undo_funcs.[Ch]: added and moved here all undo functions.
13530
13531         * lyxtext.h: give the status enum a weight, made status_ a private
13532         variable and made accessor functions for it, removed the whole bunch
13533         of undo-functions as they are now in their own file, make some
13534         functions publically available. Added function ownerParagraph with
13535         int parameter.
13536
13537         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13538         made InInset() a const function, added getParFromID() function.
13539
13540         * buffer.[Ch]: added const version for inset_iterator functions,
13541         added getInsetFromID() function.
13542
13543         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13544         changed undo functions for new version.
13545
13546 2001-07-05  Juergen Vigna  <jug@sad.it>
13547
13548         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13549         unknow mechanism does not call the proper constructor but only this
13550         one also if I request the other!?
13551
13552 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13553
13554         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13555
13556         * text2.C (LyXText): use initialization lists.
13557
13558         * lyxtext.h (Selection): initialize set_ and mark_
13559         (init): remove method
13560
13561 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13562
13563         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13564
13565 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13566
13567         * screen.[Ch]: change method names to begin with lowercase
13568
13569         * BufferView_pimpl.C (updateScrollbar): simplify further and
13570         hopefully make it a bit faster.
13571
13572 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13573
13574         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13575         calling directly xforms functions.
13576
13577         * Painter.C (Painter):
13578         * lyx_cb.C (MenuWrite):
13579         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13580         fl_display.
13581
13582         * lyx_gui.C: remove bogus guiruntime extern declaration.
13583
13584 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13585
13586         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13587         in NEW_INSETS
13588         (redoDrawingOfParagraph): ditto
13589         (redoParagraphs): ditto
13590         (cutSelection): don't create a object for CutAndPaste use the
13591         static method directly
13592         (pasteSelection): ditto
13593
13594         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13595         LyXview (+ rename)
13596
13597 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13598
13599         * modifications to some other files because of this.
13600
13601         * Makefile.am (lyx_SOURCES): add XFormsView
13602
13603         * XFormsView.[Ch]: new files
13604
13605         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13606         the main window. Move the gui dependent stuff to XFormsView
13607
13608 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13609
13610         * tabular.C (GetCellInset): update cur_cell also in the row/col
13611         version of this function.
13612
13613         * lyxfunc.C: no need to include figure_form.h here.
13614
13615         * FontLoader.h:
13616         * lyxfunc.h:
13617         * lyxscreen.h:
13618         * text2.C:
13619         * lyxvc.C: no need to include forms.h here.
13620
13621 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13622
13623         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13624
13625         * lyxfunc.C (Dispatch):
13626         * Spacing.C (set):
13627         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13628         constructor argument.
13629
13630 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13631
13632         * paragraph.C (Paragraph): dont't clear, and just set layout.
13633         (makeSameLayout): use params's copy contructor.
13634
13635         * ParagraphParameters.[Ch] (makeSame): delete method
13636
13637 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13638
13639         * Variables.[Ch]: fix indentation, rename set to isSet
13640
13641 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13642
13643         * lyxfunc.C (Dispatch): fix typo
13644
13645 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13646
13647         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13648         upper_bound.
13649
13650         * bufferlist.C: include assert.h for emergencyWrite().
13651
13652 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13653
13654         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13655           give up at last (bug #425202) !
13656
13657 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13658
13659         * lyx_gui_misc.C:
13660         * sp_form.h:
13661         * sp_form.C:
13662         * spellchecker.h:
13663         * spellchecker.C: strip spellchecker options and bring up
13664           preferences tab instead
13665
13666 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13667
13668         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13669         the istringstream constructor
13670
13671 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13672
13673         * paragraph.C (getLayout): fix return value
13674
13675         * paragraph.h: do not declare getLayout as inline.
13676
13677         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13678
13679 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13680
13681         * lyxcursor.h (operator<): new func
13682         (operator>): new func
13683         (operator>=): new func
13684         (operator<=): new func
13685
13686         * text.C (changeCase): use selection.start and selection.end
13687         (changeRegionCase): require from to be <= to. Require par to be a
13688         valid paragraph.
13689
13690         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13691
13692 2001-06-27  Juergen Vigna  <jug@sad.it>
13693
13694         * text.C (cursorLeftOneWord): changed to return the cursor and added
13695         overlay with BufferView * parameter which calls this one.
13696         (getWord): added
13697         (selectWord): use new getWord function.
13698         (changeCase): renamed from changeWordCase as and extended to work
13699         also on selections.
13700
13701         * lyxtext.h: added enum word_location
13702
13703         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13704         changeCase as this operates now also on selections.
13705
13706 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13707
13708         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13709
13710         * many files: send debug output to Debug::INFO instead of
13711         Debug::ANY.
13712
13713         * converter.C (View):
13714         (Convert):
13715         (Move): send debug output to Debug::FILES instead of console.
13716
13717 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13718
13719         * lyxfunc.C (getStatus): use func_status
13720
13721         * func_status.h: new header, describing the results of
13722         LyXFunc::getStatus;
13723
13724         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13725         LFUN_MATH_HALIGN.
13726
13727 2001-06-25  The LyX Project  <jug@sad.it>
13728
13729         * buffer.C (sgmlOpenTag):
13730         (sgmlCloseTag):
13731         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13732
13733 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13734
13735         * text2.C: remove some dead code
13736
13737         * tabular.C (GetCellInset): store the last cell checked (gotten)
13738
13739         * tabular.h: add the helper for the speedup
13740
13741         * lyxtext.h: remove some dead code
13742
13743 2001-06-26  The LyX Project  <Asger>
13744
13745         * paragraph.C: Change export to LaTeX of alignment to
13746         \begin{center} and family for better roundtrip work with reLyX.
13747
13748         * Tune the math drawing a bit.
13749
13750 2001-06-25  The LyX Project  <Asger>
13751
13752         * LColor.C (LColor): New color for math background. New color
13753         for buttons.
13754
13755 2001-06-25  The LyX Project  <jug@sad.it>
13756
13757         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13758
13759         * lyxfunc.C (Open):
13760         * bufferlist.C (newFile): do not restrict to files ending with
13761         .lyx
13762
13763         * BufferView_pimpl.C (MenuInsertLyXFile):
13764
13765 2001-06-24  The LyX Project  <jug@sad.it>
13766
13767         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13768         of compare_no_case
13769
13770 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13771
13772         * lyxtext.h: rename most methods to begin with a small char.
13773         Lots of changes because of this.
13774
13775         * paragraph.C (Paragraph): do not call fitToSize
13776         (erase): call Pimpl::erase
13777         (insertChar): call Pimpl::insertChar
13778         (insertInset): call Pipl::insertInset
13779         (breakParagraph): do not call fitToSize
13780         (breakParagraphConservative): do not call fitToSize
13781         (fitToSize): remove method
13782
13783         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13784
13785 2001-06-24  The LyX Project  <Asger>
13786
13787         * Fix Qt compilation^2
13788
13789 2001-06-24  The LyX Project  <jug@sad.it>
13790
13791         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13792         depthHook(getDepth()-1).
13793
13794         * paragraph.h:
13795         * ParagraphParameters.h:
13796         * ParameterStruct.h: change type of depth to unsigned int ==
13797         depth_type. Many adaptations to other files before of that.
13798
13799 2001-06-24  The LyX Project  <Asger>
13800
13801         * Fix Qt compilation.
13802
13803 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13804
13805         * paragraph.h: renamed several methods to begin with small letter.
13806         several changes to many parts of the code because of this.
13807
13808 2001-06-23  The LyX Project  <jug@sad.it>
13809
13810         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13811         rewritten to discard all double spaces when KeepEmpty is off
13812         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13813         to only handle newlines but not fiddle with spaces and friends.
13814
13815         * lyxfunc.C (MenuNew): when doing 'new from template', use
13816         template_path as default directory
13817
13818 2001-06-23  The LyX Project  <Asger>
13819
13820         * Clean-up of header file includes all over
13821         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13822
13823 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13824
13825         * paragraph.h: renamed from lyxparagraph.h
13826
13827 2001-06-23  Asger  <lyx@violet.home.sad.it>
13828
13829         * Buffer.h: Removed Buffer::resize
13830         * BufferList.h: Removed BufferList::resize
13831         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13832         the document lazily when we change the width, or the font settings.
13833
13834 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13835
13836         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13837
13838 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13839
13840         * buffer.h: remove out of date comment
13841
13842 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13843
13844         * lyxscreen.h:
13845         * screen.C: fix "theoretical" GC leak
13846
13847 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13848
13849         * LaTeX.C (scanAuxFile):
13850         (deplog): remove trailing \r when reading stream (useful under
13851         win32)
13852
13853 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13854
13855         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13856         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13857         and BufferView::theLockingInset(Inset*), so should use them and not
13858         access bv_->text->the_locking_inset directly.
13859
13860         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13861
13862 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13863
13864         * Makefile.am:
13865         * tex-defs.h: remove old unused file
13866
13867 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13868
13869         * BufferView_pimpl.C: fix typo, remove minibuffer message
13870           when buffer has loaded
13871
13872 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13873
13874         * lyxfunc.C (Dispatch): use stringstream
13875         (MenuNew): use stringstream
13876         (Open): use stringstream
13877
13878         * importer.C (Import): use stringstream
13879
13880         * bufferview_funcs.C (CurrentState): use stringstream
13881
13882         * LaTeX.C (run): use stringstream
13883
13884         * BufferView_pimpl.C (savePosition): use stringstream
13885         (restorePosition): use stringstream
13886         (MenuInsertLyXFile): use stringstream
13887
13888 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13889
13890         * BufferView.C:
13891         * Bullet.C:
13892         * ColorHandler.C:
13893         * FontInfo.C:
13894         * FontLoader.C:
13895         * LColor.C:
13896         * LaTeXFeatures.C:
13897         * Painter.C:
13898         * gettext.C:
13899         * lyx_gui_misc.C:
13900         * lyxserver.C:
13901         * vspace.C: removed // -*- C++ -*- as first line.
13902
13903         * lyxfind.h:
13904         * version.h: added // -*- C++ -*- as first line.
13905
13906 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13907
13908         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13909
13910         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13911         of string
13912
13913 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13914
13915         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13916         of floats.
13917
13918 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13919
13920         * gettext.C: include LString.h even when --disable-nls is on.
13921
13922 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13923
13924         * converter.h (Get): changed argument type from int to
13925         FormatList::size_type to avoid unnecessary conversion.
13926
13927         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13928         before using it.
13929
13930 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13931
13932         * gettext.h: include LString.h even when --disable-nls is on.
13933
13934 2001-06-07  Juergen Vigna  <jug@sad.it>
13935
13936         * text.C (BreakAgain): subst spaces with tabs.
13937
13938         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13939         (resizeInsetsLyXText): set force on resizeLyXText.
13940
13941 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13942
13943         * gettext.h (gettext_init):
13944         (locale_init): use a real definition instead of a macro
13945
13946 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13947
13948         * Bufferview_pimpl.C:
13949         * LColor.h:
13950         * LColor.C: further lcolor tidies
13951
13952 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13953
13954         * BufferView_pimpl.C (updateScrollbar): simplify.
13955
13956         * BufferView2.C: don't include insets/insetinfo.h, change
13957         prototype for insertInset and call the Pimpl version. let
13958         updateInset call Pimpl version.
13959
13960         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13961         gotoInset to BufferView::Pimpl
13962
13963 2001-06-01  Juergen Vigna  <jug@sad.it>
13964
13965         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13966         inside a LockingInset (is the update needed at all?).
13967
13968 2001-05-31  Juergen Vigna  <jug@sad.it>
13969
13970         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13971         here not the old one otherwise how should we compare it afterwards
13972         if it's the same!
13973
13974 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13975
13976         * lyxfont.C:
13977         * tabular.C:
13978         * tabular-old.C:
13979         * FontInfo.C: bring C functions into global namespace when
13980         necessary
13981
13982 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13983
13984         * LString.h: make sure config.h has been loaded before LString.h.
13985
13986         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13987         (one for each char read by EatLine!).
13988
13989         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13990         variables.
13991
13992 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13993
13994         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13995         to the same as the par we break from
13996
13997 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13998
13999         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14000
14001         * MenuBackend.C (expand): also create menu entries for wide
14002         versions of the floats.
14003
14004         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14005
14006         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14007
14008         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14009         frontends/Makefile.am
14010
14011         * text2.C: adjust
14012         * text.C: adjust
14013
14014
14015         * tabular.C (getTokenValue): add std::
14016
14017         * tabular-old.C (getTokenValue): add std::
14018         (getTokenValue): ditto
14019         (getTokenValue): ditto
14020
14021         * screen.C (ToggleSelection): adjust
14022
14023         * lyxtext.h: put selection cursors inside a Selection struct.
14024
14025         * lyxfunc.C (moveCursorUpdate): adjust
14026
14027         * lyxfont.C (latexWriteStartChanges): add std::
14028
14029         * lyxfind.C: adjust
14030
14031         * font.h: delete with(char const *, LyXFont const &)
14032
14033         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14034
14035         * FontInfo.C (getFontname): add std::
14036
14037         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14038         (workAreaButtonPress): adjust
14039         (tripleClick): adjust
14040         (update): adjust
14041         (moveCursorUpdate): adjust
14042         (Dispatch): adjust
14043
14044         * BufferView2.C (gotoInset): adjust
14045
14046 2001-05-30  Juergen Vigna  <jug@sad.it>
14047
14048         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14049         to check pspell I add this as default as I now have new pspell
14050         libraries and they seem to use this.
14051
14052 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14053
14054         * text2.C (CutSelection): make the cursor valid before the call to
14055         ClearSelection.
14056
14057 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14058
14059         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14060         relied on 0 terminated strings and other horrors. Bug found due to
14061         the new assert in lyxstring!
14062
14063         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14064         KP_ keys.
14065
14066 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14067
14068         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14069         to latinkeys.bind.
14070
14071         * lyxfunc.C (processKeySym): change method of getting to the
14072         self-insert char.
14073
14074         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14075         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14076         * BufferView_pimpl.[Ch]: here as private methods.
14077
14078 2001-05-28  Juergen Vigna  <jug@sad.it>
14079
14080         * text.C (SetHeightOfRow): added the update() call again as it is
14081         needed to initialize inset dimensions!
14082
14083 2001-05-16  Juergen Vigna  <jug@sad.it>
14084
14085         * text2.C (SetCharFont): Add new function with BufferView * and
14086         bool toggleall parameters for setting insets internal fonts.
14087         (SetFont): Freeze the undo as we may change fonts in Insets and
14088         all this change should be inside only one Undo!
14089
14090         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14091         setting font's in insets as for them we have the SetFont function!
14092
14093 2001-05-15  Juergen Vigna  <jug@sad.it>
14094
14095         * text2.C (ClearSelection): to be sure we REALLY don't have any
14096         selection anymore!
14097
14098         * tabular.C (TeXCellPreamble): fixed the left border problem for
14099         multicolumn cells.
14100
14101 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14102
14103         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14104         dependancy file
14105
14106 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14107
14108         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14109         LFUN_BREAKPARAGRAPH.
14110
14111         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14112         help test to "internal only", similar for LFUN_INSERT_URL
14113
14114         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14115         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14116         auto_region_delete and deadkeys.
14117
14118 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14119
14120         * LColor.h:
14121         * LColor.C: remove some dead entries, tidy a little
14122
14123 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14124
14125         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14126         commented code.
14127         (Dispatch): implement LFUN_ESCAPE
14128
14129         * commandtags.h: add LFUN_ESCAPE
14130
14131         * LyXAction.C (init): add entry for LFUN_ESCAPE
14132
14133         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14134         Remove commented code.
14135         (insertNote): moved here
14136         (open_new_inset): moved here
14137
14138         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14139         BufferView_pimpl
14140
14141 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14142
14143         * kbmap.C (findbinding): clean it up and make it work correctly.
14144
14145         * lyx_main.C (init): do not pass argc and argv as parameters
14146
14147 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14148
14149         * buffer.C: fix path for OS/2 & Win32
14150
14151         * lyx_gui.C:
14152         * lyx_main:
14153         * lyx_main.C: Added os:: class.
14154
14155         * os2_defines.h: update
14156
14157 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14158
14159         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14160         better by trying again with reduced state.
14161
14162 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14163
14164         * lyxrc.C (read): print error about invalid key sequence only when
14165         debugging (because not all latinX keysyms are known to some X
14166         servers)
14167
14168         * kbsequence.C (getiso): add a few std:: qualifiers
14169         (getiso): comment out extra return statement.
14170
14171 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14172
14173         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14174         handling.
14175         (Dispatch): enhance the accent inset a bit. (not perfect)
14176
14177 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14178
14179         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14180
14181 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14182
14183         * bufferlist.C (emergencyWrite): fix assert() call
14184
14185 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14186
14187         * text.C (InsertChar): Added trivial patch to only send the "you
14188         can not do multiple spaces this way" message once during a
14189         session.
14190
14191 2001-05-08  Baruch Even  <baruch@lyx.org>
14192
14193         * Makefile.am: Changed order of libraries to get LyX to link properly
14194         with the gnome frontend.
14195
14196 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14197
14198         * LaTeXFeatures.h: add a std:: qualifier
14199
14200 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14201
14202         * paragraph.C (String): use stringstream
14203
14204 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14205
14206         * paragraph.C (writeFile): remove footflag arg
14207
14208         * buffer.C (makeLaTeXFile): use stringstream
14209         (latexParagraphs): remove footnot gurba
14210
14211         * LaTeXFeatures.C (getPackages): use stringstream
14212         (getMacros): likewise
14213         (getTClassPreamble): likewise
14214         (getFloatDefinitions): new method
14215
14216         * paragraph.C (writeFile): reindent
14217         (Erase): reindent
14218
14219         * WorkArea.h: revert the xpos + etc changes.
14220
14221         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14222
14223         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14224
14225         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14226         (pasteSelection): likewise
14227         * text2.C (CreateUndo): likewise
14228
14229 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14230
14231         * minibuffer.C (peek_event): temporarily reduce the functionality
14232         of the minibuffer (to allow args on lfuns)
14233
14234         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14235         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14236
14237         * buffer.C (readInset): add compability reading of old float
14238         lists, add reading of new style float list.
14239         (readInset): avoid reevaluation of inscmd.getCmdName()
14240         (getLists): reindent
14241
14242         * MenuBackend.C (MenuItem): implement parsing of
14243         md_floatlistinsert and md_floatinsert.
14244         (expand::LastFiles): move initalizaton of iterators out of loop,
14245         avoid reevaluation.
14246         (expand::Documents): introduce typdedef vector<string> Strings,
14247         and use it.
14248         (expand::ExportFormats): introduce typedef vector<Format const *>
14249         Formats, and use it.
14250         (expand): implement FloatListInsert and FloatInsert.
14251
14252         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14253         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14254         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14255
14256         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14257         handling.
14258         (Dispatch::LFUN_FLOAT_LIST): implement
14259
14260 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14261
14262         * LaTeX.C (run): Fix problem with --export code.
14263
14264 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14265
14266         * BufferView.[Ch] (workarea): removed.
14267         (getClipboard) new method; wrapper for workarea()->getClipboard()
14268
14269         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14270         bug.
14271
14272         * WorkArea.h (width, height, xpos, ypos): These methods all
14273         returned the dimensions of the work_area sub-area of WorkArea,
14274         resulting in a position error if the WorkArea were resized. Now
14275         return the dimensions of the entire WorkArea.
14276
14277         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14278
14279 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14280
14281         * LaTeX.C (deplog): correct the syntax of regex reg1
14282
14283 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14284
14285         * undo.C: remove !NEW_INSETS cruft
14286
14287 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14288
14289         * text2.C: remove !NEW_INSETS cruft
14290
14291         * text.C: remove !NEW_INSETS cruft
14292
14293         * tabular.C: remove !NEW_INSETS cruft
14294
14295         * spellchecker.C: remove !NEW_INSETS cruft
14296
14297         * lyxtext.h: remove !NEW_INSETS cruft
14298
14299         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14300
14301         * lyxfunc.C: remove !NEW_INSETS cruft
14302
14303         * lyxfind.C: remove !NEW_INSETS cruft
14304
14305         * lyx_cb.C: remove !NEW_INSETS cruft
14306
14307         * figureForm.C: remove  !NEW_INSETS cruft
14308
14309         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14310
14311         * buffer.[Ch]: remove !NEW_INSETS cruft
14312
14313         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14314
14315         * CutAndPaste.C: remove !NEW_INSETS cruft
14316
14317         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14318
14319         * BufferView2.C: remove !NEW_INSETS cruft
14320
14321         * BufferView.h: remove !NEW_INSETS cruft
14322
14323 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14324
14325         * Lsstream.h: include LString.h before the sstream headers to
14326         fix problem with gcc 2.95.3 and lyxstring
14327
14328 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14329
14330         * lyx_main.C: add using directives when needed for C functions
14331         declared in std:: namespace.
14332
14333 2001-04-27  Juergen Vigna  <jug@sad.it>
14334
14335         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14336         (SetHeightOfRow): comment out the update call should not be needed!
14337
14338 2001-04-13  Juergen Vigna  <jug@sad.it>
14339
14340         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14341         (LyXTabular): tried to minimize operator= operations (and realized
14342         hopfully Lars wish).
14343
14344 2001-04-27  Juergen Vigna  <jug@sad.it>
14345
14346         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14347
14348 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14349
14350         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14351
14352         * buffer.C (readInset): hack to make listof algorithm work
14353
14354         * BufferView_pimpl.C: hack to make listof algorithm work
14355
14356 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14357
14358         * LyXAction.C: removed all !NEW_INSETS cruft
14359         (init): moved lfun_item in method
14360
14361         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14362
14363 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14364
14365         * BufferView2.C (theLockingInset): white space.
14366
14367 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14368
14369         * minibuffer.C: include <iostream>
14370
14371         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14372
14373         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14374
14375         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14376
14377         * text.[Ch] (TransposeChars): new method
14378
14379 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14380
14381         * call message directly through LyXView instead of through LyXFunc
14382         * BufferView2.C: adjust
14383         * BufferView_pimpl.C: adjust
14384         * FontLoader.C: adjust
14385         * buffer.C: adjust
14386         * bufferview_funcs.C: adjust
14387         * converter.C: adjust
14388         * figureForm.C: adjust
14389         * importer.C: adjust
14390         * lyx_cb.C: adjust
14391         * lyx_gui_misc.C: adjust
14392         * lyxfunc.C: adjust
14393         * lyxvc.C: adjust
14394         * text2.C: adjust
14395         + more files in subdirs
14396
14397         * lyxparagraph.h (size): move up int file
14398         (GetLayout): ditto
14399
14400         * adjust all uses of Assert to lyx::Assert.
14401
14402         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14403         lyxfunctional in namespace lyx
14404         * layout.C (hasLayout): ditto
14405         (GetLayout): ditto
14406         (GetLayout): ditto
14407         (delete_layout): ditto
14408         (NumberOfClass): ditto
14409         * converter.C (GetFormat): ditto
14410         (GetNumber): ditto
14411         (Add): ditto
14412         (Delete): ditto
14413         (SetViewer): ditto
14414         * bufferlist.C (getFileNames): ditto
14415         (emergencyWriteAll): ditto
14416         (exists): ditto
14417         (getBuffer): ditto
14418         * MenuBackend.C (hasSubmenu): ditto
14419         (hasMenu): ditto
14420         (getMenu): ditto
14421         * BufferView_pimpl.C (getInsetByCode): ditto
14422
14423 2001-04-18  Juergen Vigna  <jug@sad.it>
14424
14425         * vspace.C (asLatexString): fixed the 100% problem.
14426
14427 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14428
14429         * lyxfunc.C (Dispatch):
14430         * minibuffer.C:
14431         * minibuffer.h: add a few std:: qualifiers
14432
14433 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14434
14435         * minibuffer.[Ch]: reimplement so that commands is initiated and
14436         run from lyxfunc, simplified som handling, and made the completion
14437         and history code for complete. wip.
14438
14439         * lyxfunc.C (processKeySym): call message
14440         (miniDispatch): new temporary method
14441         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14442         (LFUN_MESSAGE): implement
14443         (LFUN_MESSAGE_PUSH): implement
14444         (LFUN_MESSAGE_POP): implement
14445         (initMiniBuffer): the initial/defualt minibuffer message.
14446
14447         * lyxfont.[Ch]: inline some more getters
14448
14449         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14450
14451         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14452
14453         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14454         (AutoSave): use LFUN_MESSAGE
14455         (Reconfigure): ditto
14456
14457         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14458
14459         * figureForm.C: use LFUN_MESSAGE
14460
14461         * converter.C (runLaTeX): use LFUN_MESSAGE
14462
14463         * bufferview_funcs.C: use LFUN_MESSAGE
14464         (Melt): ditto
14465         (changeDepth): ditto
14466
14467         * bufferparams.h: use boost::
14468
14469         * bufferlist.h: inherit privately from noncopyable
14470
14471         * bufferlist.C (loadLyXFile): remove some commented code.
14472
14473         * buffer.C (runChktex): use LFUN_MESSAGE
14474
14475         * ShareContainer.h: inherit privately from noncopyable
14476
14477         * ParagraphParameters.[hC] (depth): inline it.
14478
14479         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14480         methods.
14481         (message): new method
14482         (messagePush): ditto
14483         (messagePop): ditto
14484         (show): init minibuffer
14485         (showState): direct call
14486
14487         * LaTeX.[Ch]: inherit privately from noncopyable
14488         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14489         instead of WriteStatus.
14490
14491         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14492
14493         * BufferView_pimpl.C (buffer): don't init minibuffer
14494         (workAreaButtonPress): use LFUN_MESSAGE
14495         (workAreaButtonRelease): ditto
14496         (savePosition): ditto
14497         (restorePosition): ditto
14498         (MenuInsertLyXFile): ditto
14499         (workAreaExpose): don't init minibuffer
14500         (update): remove commented code, simplify
14501
14502         * BufferView2.C (openStuff): use LFUN_MESSAGE
14503         (toggleFloat): ditto
14504         (menuUndo): ditto
14505         (menuRedo): ditto
14506         (copyEnvironment): ditto
14507         (pasteEnvironment): ditto
14508         (copy): ditto
14509         (cut): ditto
14510         (paste): ditto
14511         (gotoInset): ditto
14512         (updateInset): remove some commented code
14513
14514         * lastfiles.h: inherit privately from noncopyable
14515         * layout.h: ditto
14516         * lyx_gui.h: ditto
14517         * lyx_main.h: ditto
14518         * lyxlex.h: ditto
14519         * lyxlex_pimpl.h: ditto
14520
14521         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14522         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14523         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14524
14525         * LyXAction.h: inherit privately from noncopyable, add methods
14526         func_begin, func_end, returning iterators to the func map.
14527
14528         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14529         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14530         (func_begin): new method
14531         (func_end): new method
14532
14533         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14534         and not)
14535         (copySelection): ditto
14536         (pasteSelection): ditto
14537
14538         * BufferView.C: whitespace change
14539         * BufferView.h: inherit privately from noncopyable
14540
14541 2001-04-16  Allan Rae  <rae@lyx.org>
14542
14543         * tabular-old.C (l_getline):
14544         * spellchecker.C (sc_check_word):
14545         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14546         an unrecognised preprocessor directive.  So ensure they're wrapped.
14547
14548 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14549
14550         * src/exporter.C (Export): Give an error message when path to file
14551         contains spaces.
14552
14553 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14554
14555         * LaTeX.C (deplog): Always check that foundfile exists.
14556
14557 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14558
14559         * lyx_main.h:
14560         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14561
14562 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14563
14564         * tabular.[Ch] (getLabelList): implement new method
14565
14566         * minibuffer.h: comment ouf setTiimer
14567
14568         * minibuffer.C (ExecutingCB): constify res
14569         (peek_event): constify s
14570         (Set): constify ntext
14571         (Init): constify nicename
14572
14573         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14574
14575         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14576         (savePosition): use two params to Minibuffer::Set
14577         (restorePosition): ditto
14578
14579 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14580
14581         * lyx_main.C: include language.h
14582
14583         * Makefile.am (lyx_main.o): add language.h
14584
14585 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14586
14587         * exporter.C:
14588         * paragraph.C:
14589         * screen.C:
14590         * tabular.C:
14591         * CutAndPaste.C: include gettext.h
14592
14593         * lyxfont.h: remove old hack with ON and OFF.
14594
14595         * lyxparagraph.h:
14596         * lyxfont.h: do not include language.h...
14597
14598         * BufferView2.C:
14599         * LaTeXFeatures.C:
14600         * Painter.C:
14601         * bufferview_funcs.C:
14602         * font.C:
14603         * lyxfont.C:
14604         * text.C:
14605         * text2.C:
14606         * trans_mgr.C:
14607         * paragraph.C: ... but do it here instead
14608
14609 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14610
14611         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14612
14613         * tabular.C: small reformat
14614
14615         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14616         NEW_INSETS version
14617         (GetChar): ditto
14618         (BreakParagraph): ditto
14619         (SetOnlyLayout): ditto
14620         (SetLayout): ditto
14621
14622         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14623         with one arg less.
14624
14625         * lastfiles.C: removed most using decl, add std:: where needed
14626
14627         * buffer.C: ws changes
14628
14629         * MenuBackend.C (class compare_format): put into anon namespace
14630         (expand): constify label, names, action, action2
14631         (expand):
14632
14633         * text.C (SingleWidth): constify font
14634         (IsBoundary): constify rtl2
14635         (GetVisibleRow): constify ww
14636
14637         * LaTeX.C (deplog): constify logfile
14638
14639         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14640         start_x, end_x
14641         (workAreaExpose): constify widthChange, heightChange
14642
14643         * lyxrow.C (par): moved
14644         (height): moved
14645         (next): moved
14646         * lyxrow.h: as inlines here
14647
14648         * lyxfont.h (shape): moved from lyxfont.C
14649         (emph): moved from lyxfont.C
14650
14651         * lyxfont.C (LyXFont): use initialization list for all
14652         constructors
14653         (shape): move to lyxfont.h as inline
14654         (emph): move to lyxfont.h as inline
14655
14656
14657 2001-04-04  Juergen Vigna  <jug@sad.it>
14658
14659         * vspace.C: had to include stdio.h for use of sscanf
14660
14661 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14662
14663         * BufferView.h:
14664         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14665         independent of xforms.
14666
14667 2001-04-02  Juergen Vigna  <jug@sad.it>
14668
14669         * spellchecker.C: fixed namespace placing!
14670
14671 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14672
14673         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14674         the LyXParagraph * is 0.
14675
14676 2001-03-29  Juergen Vigna  <jug@sad.it>
14677
14678         * vspace.C: added support for %, c%, p%, l%.
14679         (stringFromUnit): added helper function.
14680         (asLatexString): changed to give right results for the %-values.
14681
14682         * buffer.C: convert the widthp in a width%.
14683
14684 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14685
14686         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14687         figureForm.[Ch].
14688
14689         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14690         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14691
14692         * lyx_cb.[Ch]: see above.
14693
14694         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14695         form1.[Ch].
14696
14697         * form1.[Ch]:
14698         * lyx.[Ch]: replaced by figure_form.[Ch].
14699
14700         * lyx_gui.C:
14701         * lyx_gui_misc.C:
14702         * lyxfunc.C: changed headers associated with above changes.
14703
14704 2001-03-27  Juergen Vigna  <jug@sad.it>
14705
14706         * BufferView_pimpl.C: set the temporary cursor right!
14707
14708 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14709
14710         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14711
14712 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14713
14714         * LString.h: removed "using std::getline"!
14715
14716         * BufferView_pimpl.C (Dispatch): changes due to changes in
14717         InsetInclude::Params.
14718
14719         * buffer.C (tag_name): removed redundant break statements as they were
14720         producing lots of warnings with my compiler.
14721
14722 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14723
14724         * LString.h: add "using std::getline" when using the real <string>.
14725
14726 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14727
14728         * buffer.C: removed bitset usage.
14729         PAR_TAG moved to an anonymous name space.
14730         (tag_name): new funtion, also in the anonymous namespace.
14731         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14732         (makeDocBookFile): clean code. Completed transition from string arrays
14733         to string vectors.
14734         (SimpleDocBookOnePar): code clean.
14735
14736 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14737
14738         * tabular.C: add some comments.
14739
14740 2001-03-22  Juergen Vigna  <jug@sad.it>
14741
14742         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14743         compatibility read a bit and fixed bug with minipage in different
14744         depth.
14745
14746 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14747
14748         * buffer.C (pop_tag): removed.
14749         (push_tag): removed.
14750         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14751         array replaced with vector. Added support for CDATA sections.
14752         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14753         at any nest level.
14754         (makeDocBookFile): XML conformant declaration of CDATA section,
14755         fixed bug related to <emphasis> in the first paragraph char.
14756         (sgmlOpenTag): exclude empty tags.
14757         (sgmlCloseTag): ditto.
14758
14759         * buffer.h (pop_tag): removed.
14760         (push_tag): removed.
14761
14762 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14763
14764         * language.h (Languages): added size_type and size().
14765
14766 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14767
14768         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14769         response on compability reading of minipages. One probliem is that
14770         the old usage of minipages was «flertydig»
14771
14772         * several files here and in subdirs: don't use static at file
14773         scope use anon namespaces instead.
14774
14775 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14776
14777         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14778         LaTeX output. This is necessary for Literate document
14779         processing.
14780
14781 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14782
14783         * buffer.C: insert hfill when needed.
14784
14785         * tabular.C (l_getline): use string::erase, small whitespace change.
14786
14787         * BufferView_pimpl.C: try the anon namespace.
14788         * WorkArea.C: ditto
14789
14790 2001-03-16  Juergen Vigna  <jug@sad.it>
14791
14792         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14793         otherwise it won't open options-dialogs.
14794
14795         * buffer.C: honor pextraWidth(p) on converting minipages.
14796
14797         * tabular.C (l_getline): changed the functions to strip trailing \r.
14798
14799 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14800
14801         * BufferView_pimpl.C:
14802         * minibuffer..C: added "using SigC::slot" declaration.
14803
14804 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14805
14806         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14807
14808         * text2.C: ditto
14809
14810         * text.C: ditto
14811
14812         * paragraph.C: ditto
14813
14814         * lyxtext.h: NO_PEXTRA
14815
14816         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14817
14818         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14819         * ParameterStruct.h: ditto
14820         * ParagraphParameters.h: ditto
14821         * lyxparagraph.h: ditto
14822
14823 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14824
14825         * buffer.C: add compability for minipage alignment.
14826         (latexParagraphs): remove unwanted pextra check.
14827
14828         * several files: remove CXX_WORKING_NAMESPACES
14829
14830         * buffer.C (pop_tag): tie is in namespace boost
14831
14832         * BufferView.h: noncopyable is in namespace boost
14833         * lyxlex.h: ditto
14834         * lyx_main.h: ditto
14835         * lyx_gui.h: ditto
14836         * layout.h: ditto
14837         * lastfiles.h: ditto
14838         * bufferlist.h: ditto
14839         * ShareContainer.h: ditto
14840         * LyXView.h: ditto
14841         * LyXAction.h: ditto
14842         * LaTeX.h: ditto
14843
14844 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14845
14846         * Merging changes from BRANCH_MVC back into HEAD.
14847
14848         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14849
14850 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14851
14852         * BufferView_pimpl.C: change from intl.C
14853
14854         * combox.h:
14855         * combox.C:
14856         * Makefile.am: move combox.*
14857
14858         * form1.h:
14859         * form1.C:
14860         * lyx_gui.C:
14861         * intl.h:
14862         * intl.C: remove dialog (covered by prefs)
14863
14864 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14865
14866         * lyxfunc.C (Dispatch): removed redundant break statement.
14867
14868 2001-03-14  Juergen Vigna  <jug@sad.it>
14869
14870         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14871
14872 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14873
14874         * buffer.C: add hack to fix compability reading of minipages.
14875
14876 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14877
14878         * buffer.C (getLists): Cleanup.
14879
14880 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14881
14882         * lyxfont.C (update): don't honor toggleall on font size.
14883
14884 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14885
14886         * bmtable.c:
14887         * bmtable.h:
14888         * Makefile.am: moved to frontends/xforms/
14889
14890         * lyx_gui_misc.C:
14891         * lyxfunc.C:
14892         * BufferView_pimpl.C: changes for moved mathpanel
14893
14894 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14895
14896         * gettext.h: fix gettext_init() in --disable-nls
14897
14898 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14899
14900         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14901
14902 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14903
14904         * lyx.C:
14905         * lyx.h: strip external form
14906
14907 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14908
14909         * BufferView_pimpl.C: add comment, destroySplash()
14910
14911 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14912
14913         * BufferView_pimpl.C:
14914         * LyXAction.C:
14915         * buffer.C:
14916         * commandtags.h:
14917         * lyxfunc.C: use re-worked insetinclude
14918
14919 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14920
14921         * buffer.C: add using std::stringstream.
14922
14923         * lyx_cb.C: readd using std::ios.
14924
14925         * buffer.C: add using std::map.
14926
14927         * BufferView_pimpl.C: add using std::vector.
14928
14929         * ShareContainer.h: add std:: to swap.
14930
14931         * buffer.h: add some typedefs
14932         * buffer.C (getLists): use them
14933         (getLists): renamed from getTocList.
14934         add a counter for the different float types and use it in the
14935         generated string.
14936         (getLists): use the same counter for the NEW_INSETS and the "non"
14937         NEW_INSETS
14938
14939         * lyx_cb.h: remove unused items, includes, using etc.
14940
14941         * ShareContainer.h: remove some commented code, add more comments
14942         and "documentation".
14943
14944 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14945
14946         * buffer.C (getTocList): make the list also when NEW_INSETS is
14947         defined.
14948
14949         * buffer.h: remove TocType
14950
14951         * buffer.C (getTocList): change to return a map<string,
14952         vector<TocItem> >, implement for dynamic number of list.
14953
14954         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14955         * text2.C (PasteSelection): adjust
14956         * CutAndPaste.C (pasteSelection): adjust
14957
14958         * FloatList.C (FloatList): update from the new_insets branch.
14959         * Floating.[Ch]: ditto
14960         * LaTeXFeatures.C: ditto
14961         * buffer.C: ditto
14962         * lyxlex_pimpl.C: ditto
14963
14964         * paragraph.C (Last): remove when NEW_INSETS is defined.
14965
14966         * other file: changes because of the above.
14967
14968 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14969
14970         * lyxparagraph.h: rename next to next_, previous to previous_,
14971         make them private for NEW_INSETS. Rename Next() to next(),
14972         Previous() to previous().
14973
14974         * other files: changes because of the above.
14975
14976 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14977
14978         * BufferView.h:
14979         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14980         problem.
14981
14982 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14983
14984         * main.C (main): pass lyx_localedir to gettext_init().
14985
14986         * gettext.h: remove locale_init and gettext_init macros
14987
14988         * gettext.C (locale_init): new function
14989         (gettext_init): new function
14990
14991         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14992         setlocale().
14993
14994 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14995
14996         * Moved credits to frontends:
14997         * credits.[Ch]: removed
14998         * credits_form.[Ch]: removed
14999         * lyx_gui_misc.C: remove credits stuff
15000         * Makefile.am:
15001
15002 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15003
15004         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15005
15006         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15007         unneeded destructor.
15008
15009         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15010         a standalone pointer again.
15011
15012         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15013
15014 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15015
15016         * Makefile.am:
15017         * filedlg.h:
15018         * filedlg.C:
15019         * LyXAction.C:
15020         * ToolbarDefaults.C:
15021         * bufferlist.C:
15022         * commandtags.h:
15023         * form1.C:
15024         * form1.h:
15025         * lyx_cb.C:
15026         * lyx_cb.h:
15027         * lyxfunc.h:
15028         * lyxfunc.C:
15029         * BufferView_pimpl.C: use new file dialog in GUII
15030
15031         * lyx_cb.h:
15032         * lyx_cb.C: remove LayoutsCB to Toolbar
15033
15034 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15035
15036         * ShareContainer.h (get): add std:: qualifier
15037
15038 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15039
15040         * ShareContainer.h: define a proper ShareContainer::value_type
15041         type (and use typename to please compaq cxx)
15042
15043 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15044
15045         * lyxparagraph.h: move serveral local vars to
15046         ParameterStruct/ParagraphParameters., use ShareContainer in
15047         FontTable., make vars in FontTable private and add getter and
15048         setter.
15049
15050         * paragraph.C: changes because of the above.
15051
15052         * lyxfont.h: remove copy constructor and copy assignment. (the
15053         default ones is ok), move number inside FontBits. move inlines to
15054         lyxfont.C
15055
15056         * lyxfont.C: add number to initializaton of statics, move several
15057         inlines here. constify several local vars. some whitespace
15058         cleanup. Dont hide outerscope variables.
15059
15060         * Spacing.h: add two new constructors to match the set methods.
15061
15062         * ShareContainer.h: new file, will perhaps be moved to support
15063
15064         * ParameterStruct.h: new file
15065
15066         * ParagraphParameters.h: new file
15067
15068         * ParagraphParameters.C: new file
15069
15070         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15071         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15072
15073         * BufferView_pimpl.C: ParagraphParameter changes.
15074         * buffer.C: Likewise.
15075         * bufferview_funcs.C: Likewise.
15076         * text.C: Likewise.
15077         * text2.C: Likewise.
15078
15079 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15080
15081         * lyxfind.C (LyXReplace): do not redefine default argument in
15082         implementation.
15083         (IsStringInText): ditto
15084         (SearchForward): ditto
15085         (SearchBackward): ditto
15086
15087 2001-03-06  Juergen Vigna  <jug@sad.it>
15088
15089         * lyxfind.C (IsStringInText): put parentes around expressions.
15090
15091 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15092
15093         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15094
15095 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15096
15097         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15098
15099         * stl_string_fwd.h: add comment
15100
15101         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15102
15103         * tabular.h:
15104         * tabular.C: remove unused DocBook methods
15105
15106         * intl.C:
15107         * language.C:
15108         * paragraph.C:
15109         * buffer.C:
15110         killed DO_USE_DEFAULT_LANGUAGE
15111
15112 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15113
15114         * lyx_gui.C: do not include language.h.
15115
15116         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15117         arguments in function implementation.
15118
15119 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15120
15121         * BufferView_pimpl.C: add <ctime>
15122
15123 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15124
15125         * BufferView_pimpl.C: add using std::find_if
15126
15127 2001-02-27  José Matos  <jamatos@fep.up.pt>
15128
15129         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15130         by OnlyPath.
15131
15132 2001-02-11  José Matos  <jamatos@fep.up.pt>
15133
15134         * buffer.C (makeDocBookFile): command styles now have a parameter as
15135         "title" by default.
15136
15137 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15138
15139         * layout_forms.[Ch]: removed
15140         * lyx_cb.[Ch]: out character
15141         * lyx_gui.C: out character
15142         * lyx_gui_misc.C: out character
15143         * bufferview_funcs.C: : out character,
15144         added toggleall as parameter in ToggleAndShow
15145
15146 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15147
15148         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15149
15150         * text2.C (SetCurrentFont): Disable number property at boundary.
15151
15152 2001-02-26  Juergen Vigna  <jug@sad.it>
15153
15154         * lyxfunc.C (getStatus): added a string argument override function so
15155         that this is correctly called from LyXFunc::Dispatch if it contains a
15156         do_not_use_argument which is used!
15157         (Dispatch): added check for "custom" export and call appropriate func.
15158
15159 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15160
15161         * lyxrc.C: Add language_command_local, language_use_babel and
15162         language_global_options.
15163
15164         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15165
15166         * buffer.C (makeLaTeXFile): Use language_use_babel and
15167         language_global_options.
15168
15169 2001-02-23  Juergen Vigna  <jug@sad.it>
15170
15171         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15172         which works with LyXText and putted it inside BufferView. Here now we
15173         only call for that part the BufferView::Dispatch() function.
15174
15175         * BufferView.C (Dispatch): added.
15176
15177         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15178         functions which needs to use a LyXText over from LyXFunc.
15179         (MenuInsertLyXFile): added
15180         (getInsetByCode): added
15181         (moveCursorUpdate): added
15182         (static TEXT): added
15183
15184 2001-02-22  Juergen Vigna  <jug@sad.it>
15185
15186         * BufferView_pimpl.C (update): call a status update to see if LyXText
15187         needs it.
15188
15189 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15190
15191         * vc-backend.C (revert): implement for CVS
15192         (getLog): implement for CVS
15193
15194 2001-02-20  Juergen Vigna  <jug@sad.it>
15195
15196         * text2.C (ClearSelection): added BufferView param for inset_owner call
15197
15198         * lyxfunc.C (TEXT): added this function and use it instead of
15199         directly owner->view()-text of getLyXText().
15200
15201 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15202
15203         * src/layout_forms.C: out preamble
15204         * src/layout_forms.h: out preamble
15205         * src/lyx_cb.C: out preamble
15206         * src/lyx_cb.h: out preamble
15207         * src/lyx_gui.C: out preamble
15208         * src/lyx_gui_misc.C: out preamble
15209         * src/lyxfunc.C: connect with guii preamble
15210
15211 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15212
15213         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15214
15215 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15216
15217         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15218         whether to run bibtex.
15219
15220 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15221
15222         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15223
15224 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15225
15226         * Makefile.am (lyx_SOURCES): removed bibforms.h
15227
15228         * vspace.h: doxygen
15229
15230         * text.C (GetVisibleRow): make several local vars const
15231
15232         * tabular.C: small cleanup.
15233
15234         * lyxserver.C (callback): use compare instead of strncmp
15235
15236         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15237         inlines to after class or to paragraph.C
15238
15239         * lyxfont.h: remove friend operator!=
15240
15241         * converter.h: move friend bool operator< to non friend and after
15242         class def.
15243
15244         * combox.h: small cleanup
15245
15246         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15247         to inlines after class def.
15248
15249         * buffer.C (pop_tag): use string operations instead of strcmp
15250
15251         * bmtable.c: doxygen, small cleanup
15252
15253         * LaTeX.h: remove friend operator==
15254
15255 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15256
15257         * screen.C:
15258         * lyxrc.[Ch]:
15259         * lyxfunc.C:
15260         * lyxfont.[Ch]:
15261         * lyx_cb.C:
15262         * intl.[Ch]:
15263         * commandtags.h:
15264         * buffer.C:
15265         * WorkArea.[Ch]:
15266         * LyXAction.C:
15267         * BufferView_pimpl.C:
15268         * BufferView.[Ch]: remove cruft
15269
15270 2001-02-14  Juergen Vigna  <jug@sad.it>
15271
15272         * lyxfunc.C: removed #if 0 unused code
15273
15274         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15275
15276         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15277
15278         * text2.C (SetSelection): added a BufferView * parameter
15279
15280 2001-02-13  Juergen Vigna  <jug@sad.it>
15281
15282         * lyxfunc.C (Dispatch): fixed protected blank problem.
15283         * BufferView2.C (protectedBlank): added LyxText * parameter.
15284
15285         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15286         (AppendColumn): same as above for column_info.
15287
15288         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15289         (moveCursorUpdate): use a LyXText param for support of InsetText.
15290
15291         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15292         (tripleClick): ditto
15293
15294         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15295
15296         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15297
15298         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15299
15300         * text2.C (SetSelection): set correct update status if inset_owner
15301         (ToggleFree): ditto
15302
15303 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15304
15305         * tabular.C: remove some commented code.
15306
15307 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15308
15309         * BufferView_pimpl.C: call hideSplash()
15310
15311         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15312
15313         * include_form.h:
15314         * bibforms.h: remove
15315
15316         * lyxfunc.C:
15317         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15318           add LFUN_CHILD_CREATE
15319
15320         * counters.h: fix tiny typo
15321
15322         * lyx_cb.C:
15323         * lyx.h:
15324         * lyx_gui.C:
15325         * lyx.C: move splash to frontends/xforms/
15326
15327         * lyx_gui_misc.C: move Include and Bibform to frontends
15328
15329         * lyxvc.h: clarify comment
15330
15331         * vspace.C: tiny housekeeping
15332
15333 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15334
15335         * text.C (PrepareToPrint): RTL Fix.
15336
15337         * paragraph.C (GetUChar): New method.
15338         (String):  Use GetUChar.
15339
15340         * buffer.C (asciiParagraph): Use GetUChar.
15341
15342 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15343
15344         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15345
15346 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15347
15348         * buffer.h:
15349         * buffer.C: rename to getLogName(), handle
15350           build log / latex log nicely
15351
15352 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15353
15354         * MenuBackend.C:
15355         * MenuBackend.h: remove support for reference menuitem type.
15356
15357 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15358
15359         * BufferView_pimpl.C: housekeeping
15360         * BufferView_pimpl.h:
15361         * LyXView.h:
15362         * Makefile.am:
15363         * Timeout.C:
15364         * Timeout.h:
15365         * minibuffer.h: move Timeout GUI-I
15366
15367 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15368
15369         * lyxrc.C (read): Update converters data-structures.
15370
15371 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15372
15373         * LaTeX.h (operator!=): add operator != for Aux_Info
15374
15375 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15376
15377         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15378
15379         * LaTeXLog.C: deleted, useful code moved to Buffer
15380
15381         * buffer.h:
15382         * buffer.C: new function getLatexLogName()
15383
15384         * lyx_gui_misc.C:
15385         * lyx_gui.C:
15386         * lyxvc.C:
15387         * lyxvc.h:
15388         * lyxfunc.C: use frontends for LaTeX and VC logs
15389
15390 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15391
15392         * LaTeX.h: yet another std:: that Allan forgot.
15393
15394         * Variables.C (set): renamed from isset(), because this clashes
15395         with some HP-UX macros (grr).
15396
15397 2001-02-06  Allan Rae  <rae@lyx.org>
15398
15399         * LaTeX.h: Another bug fix.  Missing std:: this time.
15400
15401 2001-02-04  Allan Rae  <rae@lyx.org>
15402
15403         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15404         floats problem. I've left it commented out because it's not quite
15405         correct.  It should also test that the current object is a table or
15406         figure inset.  But I haven't gotten around to figuring out how to do
15407         that.  I *think* it'll be something like: "table" == inset.type()
15408
15409         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15410         bool.
15411
15412 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15413
15414         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15415         all the citation/databases/styles in the auxilary file.
15416         (run): Rerun latex if there was a babel language error.
15417
15418 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15419
15420         * text.C (Backspace): Preserve the font when changing newline char
15421         with a space.
15422         (BreakParagraph): If the cursor is before a space, delete the space.
15423
15424         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15425
15426 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15427
15428         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15429         new argument (code).
15430         (ChangeCitationsIfUnique): New method.
15431
15432         * paragraph.C (GetPositionOfInset): Handle bibkey.
15433
15434 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15435
15436         * BufferView_pimpl.h: change type of Position::par_pos to
15437         LyXParagraph::size_type.
15438
15439 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15440
15441         * BufferView_pimpl.C (savePosition, restorePosition): Write
15442         messages to minibuffer.
15443
15444 2001-01-28  José Matos  <jamatos@fep.up.pt>
15445
15446         * buffer.C (makeDocBookFile): adds support for document language.
15447         A silly restriction on the name of LatexCommand types where removed.
15448         Added support for CDATA sections, allows to chars unescaped, used
15449         among others in code, to avoid escape < and >.
15450
15451 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15452
15453         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15454         saved positions instrad of a stack. Furthermore, a position is
15455         stored using paragraph id/paragraph position.
15456
15457         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15458         Remove LFUN_REF_BACK.
15459
15460 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15461
15462         * converter.C (dvipdfm_options): New method.
15463
15464 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15465
15466         * vspace.C (isValidLength): Fix for empty input string.
15467
15468 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15469
15470         * LyXAction.C (init): change description of LFUN_FIGURE to
15471         "Insert Graphics"
15472
15473 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15474
15475         * LaTeX.C: add using directive
15476
15477 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15478
15479         * MenuBackend.C (expand): Fix the sorting of the formats.
15480
15481 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15482
15483         * lyx_main.C: tiny error message fix
15484
15485 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15486
15487         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15488         calling fl_initialize(). This fixes the problem with ',' as
15489         decimal separator in text files.
15490
15491 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15492
15493         * trans.C (process): Fix the keymap bug.
15494
15495 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15496
15497         * LaTeX.C (scanAuxFiles): New method. Provides support for
15498         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15499         (scanLogFile) Scan for "run BibTeX" messages.
15500
15501         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15502         OT1 font encoding. Also, load the aecompl package if the ae
15503         package is loaded.
15504
15505         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15506
15507 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15508
15509         * texrow.C (increasePos): turn two error messages into debug
15510         messages.
15511
15512 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15513
15514         * LaTeX.C (scanAux): Handle the \@input macro.
15515         (runBibTeX): Use scanAux().
15516
15517         * language.C (latex_options_): New field.
15518
15519         * LaTeXFeatures.C (getMacros): Add language macros.
15520
15521         * buffer.C (makeLaTeXFile): Small fix.
15522
15523 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15524
15525         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15526
15527         * text2.C: add a using directive.
15528
15529 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15530
15531         * BufferView2.C:
15532         * lyx_gui_misc.h:
15533         * lyxfr1.C:
15534         * lyxfunc.C: kill LyXBell.
15535
15536 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15537
15538         * text.C (IsBoundary): Remove the error message
15539
15540         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15541
15542         * lyxrc.C (setDefaults): Correct initialization value for
15543         font_norm_type.
15544
15545 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15546
15547         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15548         gotoError().
15549
15550         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15551         and GotoNextNote().
15552
15553         * src/LyXAction.C: Added reference-next.
15554
15555         * text.C (InsertChar): Use contains instead of strchr.
15556
15557         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15558
15559 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15560
15561         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15562         alignment commands (when needed).
15563
15564         * text.C (InsertChar): Add ':' to number separator chars.