]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
bcd94908b0926c6d1220dc2465f79c5af3a55144
[lyx.git] / src / ChangeLog
1 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
4         version.C-tmp
5
6 2004-05-19  Angus Leeming  <leeming@lyx.org>
7
8         * LaTeXFeatures.C:
9         * ToolbarBackend.C:
10         * bufferparams.C:
11         * lyxfunc.C: small changes due to the introduction of namespace
12         lyx::frontend and the moving of namespace biblio to lyx::biblio.
13
14 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
15
16         * text3.C (dispatch): supress update when only moving the cursor
17         * cursor.C (selHandle): remove commented code
18
19 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
20
21         * paragraph.C (startTeXParParams): correct column count
22         * CutAndPaste.C (pasteSelection): remove const_cast
23         * output_docbook.C (docbookParagraphs): remove const_cast
24         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
25         const_cast and return ParagraphList::const_iterator
26         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
27         * output_plaintext.C (writeFileAscii): remove const_cast
28         * paragraph.[Ch] (simpleTeXOnePar): make const
29         * paragraph_funcs.C (outerPar): use const iterators
30         * paragraph_pimpl.C (validate): use const iterators
31         * text.C (setHeightOfRow): use const iterators
32
33 2004-05-17  Angus Leeming  <leeming@lyx.org>
34
35         * lfuns.h:
36         * LyXAction.C (init): new LFUN_INSET_REFRESH.
37
38         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
39         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
40         if the citation engine has changed.
41
42 2004-05-14  José Matos  <jamatos@lyx.org>
43
44         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
45         if the textclass does not provide it. Have it different for sgml and
46         xml.
47         support the language of document.
48         * output_docbook.C (docbookParagraphs):
49         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
50         first anchor as the id of the paragraph, remove special case code.
51         * sgml.C (escapeChar): escape only < & >.
52
53 2004-05-14  Angus Leeming  <leeming@lyx.org>
54
55         * bufferparams.h: move biblio::CiteEngine enum here to minimize
56         dependencies on src/frontends/controllers/biblio.h. Define a
57         CiteEngine_enum wrapper class to enable the enum to be forward
58         declared.
59
60 2004-05-12  Angus Leeming  <leeming@lyx.org>
61
62         * buffer.C: up LYX_FORMAT to 234.
63         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
64         use_numerical_citations with a single biblio::CiteEngine cite_engine
65         variable.
66         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
67
68 2004-05-13  José Matos  <jamatos@lyx.org>
69
70         * converter.h:
71         * converter.C (Converter, readFlags): add xml member.
72         * outputparams.h: add XML flavor.
73         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
74
75 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
76
77         * lyxfunc.C (dispatch):
78         (getStatus): fix handling of LFUN_SEQUENCE
79
80 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
81
82         * debug.C (showLevel): do not forget the end-of-line marker
83
84 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
85
86         * kbmap.C (read): do not stop parsing a bind file when an error
87         occurs (bug 1575)
88
89 2004-04-29  Angus Leeming  <leeming@lyx.org>
90
91         * cursor.C:
92         * factory.C:
93         * pariterator.C:
94         * text2.C: wrap a bunch of #warning statements
95         inside #ifdef WITH_WARNINGS blocks.
96
97 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
98
99         * buffer.C: increment format to 233.
100
101 2004-04-28  Angus Leeming  <leeming@lyx.org>
102
103         * BufferView_pimpl.C:
104         * lyxfunc.C:
105         * text3.C:
106         s/updateToolbar()/updateToolbars()/
107         s/Toolbar.h/Toolbars.h/
108
109 2004-04-28  Angus Leeming  <leeming@lyx.org>
110
111         * BufferView.[Ch] (c-tor):
112         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
113         No longer passes these data to the WorkArea generator.
114
115 2004-04-28  Angus Leeming  <leeming@lyx.org>
116
117         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
118
119 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
120
121         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
122
123 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124
125         * output_latex.C (TeXEnvironment): make sure that there is a line
126         break before \end{foo} for the last paragraph of a document
127         (TeXOnePar): if the paragraph is at the end of the document (or
128         inset) and the language has to be reset, then make sure that the
129         line break is _before_ the language command, not after (fixes bug
130         1225); also make sure that the language reset command is the first
131         thing after the paragraph (to ensure proper nesting of
132         environments and thus fix bug 1404)
133
134 2004-04-21  John Levon  <levon@movementarian.org>
135
136         * ToolbarBackend.h:
137         * ToolbarBackend.C: make "name" be a programmatic name
138         and a gui_name field.
139
140         * lyxfunc.C: display the minibuffer on M-x
141
142 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
143
144         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
145         (bug 1526)
146
147 2004-04-19  Angus Leeming  <leeming@lyx.org>
148
149         * BufferView_pimpl.C (setBuffer): changed preview interface.
150
151         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
152         possible values.
153
154 2004-04-19  John Levon  <levon@movementarian.org>
155
156         * BufferView_pimpl.C:
157         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
158
159 2004-04-05  Angus Leeming  <leeming@lyx.org>
160
161         * text.C (redoParagraphs): add call to updateCounters(), thereby
162         fixing the missing "Figure #:" label from the caption of a
163         figure float.
164
165 2004-04-13  Angus Leeming  <leeming@lyx.org>
166
167         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
168         cursor is clicked out of an inset.
169
170 2004-04-13  Angus Leeming  <leeming@lyx.org>
171
172         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
173         than an InsetOld one.
174
175 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
176
177         * format.[Ch]: add editor to Format
178         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
179         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
180
181 2004-04-08  André Pönitz  <poenitz@gmx.net>
182
183         * metricsinfo.h: remove PainterInfo::width member
184
185 2004-04-08  Angus Leeming  <leeming@lyx.org>
186
187         * lyx_sty.C (boldsymbol_def): modify so that it outputs
188         "\providecommand" rather than "\newcommand", thereby preventing
189         clashes with packages that define "\boldsymbol" themselves.
190         Eg, beamer.
191
192 2004-04-08  Angus Leeming  <leeming@lyx.org>
193
194         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
195         thereby squashing an unnecessary warning.
196
197 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
198
199         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
200         setBuffer()
201
202 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
203
204         * BufferView.C (setCursor): call redoParagraph (some insets could
205         have been opened)
206         (putSelectionAt): remove the 'double update' trick
207
208         * BufferView_pimpl.C (fitCursor): call refreshPar
209         (workAreaDispatch): remove an uneeded update call
210         (dispatch): remove some manual update calls
211
212         * cursor.[Ch]: remove cached_y_, updatePos
213         (selHandle): set noUpdate when appropriate
214
215         * lyxfunc.C (dispatch): track if we need an update
216
217         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
218
219         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
220         (paintSelection): cheap optimization, do not call cursorX when not
221         needed
222         (paintPars): change signature
223         (refreshPar): add
224         (paintText): adjust
225         (paintTextInset): adjust
226
227         * text.C: adjust
228
229 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
230
231         * lengthcommon.C: compilation fix: remove explicit array size from
232         unit_name[] and friends
233
234 2004-04-05  Angus Leeming  <leeming@lyx.org>
235
236         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
237
238         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
239         present only for the preferences dialog.
240         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
241
242 2004-04-05  Angus Leeming  <leeming@lyx.org>
243
244         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
245         to enable the frontends to export changes to lyxrc correctly.
246
247         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
248
249 2004-04-07  André Pönitz  <poenitz@gmx.net>
250
251         * cursor.[Ch] (selClear, adjust): remove math
252
253         * cursor_slice.C: more agressive assert
254
255         * lyxfunc.C:
256         * BufferView_pimpl.C: rework mouse event dispatch
257
258         * dociterator.C:
259         * paragraph.C:
260         * text2.C:
261         * text3.C: adjust
262
263 2004-04-05  André Pönitz  <poenitz@gmx.net>
264
265         * cursor.[Ch] (valign, halign...): remove unneeded functions
266
267 2004-04-05  Angus Leeming  <leeming@lyx.org>
268
269         * lyxlength.[Ch] (unit_name et al.): const-correct.
270
271 2004-04-05  Angus Leeming  <leeming@lyx.org>
272
273         * BufferView_pimpl.C:
274         * buffer.C:
275         * counters.C:
276         * cursor.C:
277         * lyxfunc.C
278         * paragraph.C:
279         * pariterator.C:
280         * text.C:
281         * text2.C:
282         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
283
284 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
285
286         * text3.C (getStatus): add LFUN_BEGINNINGBUF
287
288 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
289
290         * lyxfind.C: add a couple of inTexted() tests + other small fixes
291         * BufferView_pimpl.[Ch] (getStatus)
292         * BufferView.[Ch] (getStatus): add
293         * lyxfunc.C (getStatus): move lfuns handled in
294         BufferView::dispatch to te function above
295         * Cursor.C (setSelection): set selection() = true
296
297 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
298
299         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
300
301 2004-03-31  Angus Leeming  <leeming@lyx.org>
302
303         * lyxfunc.C (dispatch): Fall through to the generic
304         Dialogs::show("preamble").
305
306 2004-03-31  Angus Leeming  <leeming@lyx.org>
307
308         * lyxfunc.C (dispatch): Fall through to the generic
309         Dialogs::show("spellchecker").
310
311 2004-03-31  Angus Leeming  <leeming@lyx.org>
312
313         * lyxfunc.C (getStatus, dispatch): changed invocation of the
314         preferences dialog.
315
316 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
317
318         * BufferView.C
319         * cursor.[Ch]
320         * dociterator.[Ch]:
321         * insetiterator.[Ch]:
322         * lyxfind.C:
323         * lyxfunc.C:
324         * pariterator.[Ch]:
325         * text2.C:
326         * undo.[Ch]: s/DocumentIterator/DocIterator/g
327
328 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
329
330         * BufferView.C (setCursor, putSelectionAt): call edit to open the
331         insets where we are putting the cursor.
332
333 2004-03-31  Angus Leeming  <leeming@lyx.org>
334
335         * lfuns.h:
336         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
337
338         * lyxrc.[Ch] (read, write): overloaded member functions taking
339         a std::[io]stream arguments.
340
341         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
342
343 2004-03-31  Angus Leeming  <leeming@lyx.org>
344
345         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
346         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
347
348         * lyxtextclass.C (load): if the text class couldn't be loaded, then
349         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
350
351 2004-03-31  Angus Leeming  <leeming@lyx.org>
352
353         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
354         the LFUN_ALL_INSETS_TOGGLE code.
355
356 2004-03-30  Angus Leeming  <leeming@lyx.org>
357
358         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
359         has died. Fall through to the generic Dialogs::show("document").
360
361 2004-03-30  Angus Leeming  <leeming@lyx.org>
362
363         * lfuns.h:
364         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
365         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
366
367         * lyxfunc.C (getStatus, dispatch): define the actions for these
368         lfuns. Little more than a cut and pste job from ControlDocument.C
369
370         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
371
372 2004-03-30  Angus Leeming  <leeming@lyx.org>
373
374         * lfuns.h:
375         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
376         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
377
378         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
379         open/closed state of ollapsable insets. Usage:
380
381         all-inset-toggle <state> <name>, where
382         <state> == "open" || "closed" || "toggle" and
383         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
384
385         * lyxtext.h, text2.C (toggleInset): removed.
386
387         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
388         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
389         now passes LFUN_INSET_TOGGLE to the found inset.
390
391         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
392         is now invoked as "all-insets-toggle toggle branch".
393
394 2004-03-30  Angus Leeming  <leeming@lyx.org>
395
396         * dociterator.C:
397         * insetiterator.C:
398         * pariterator.[Ch]: added/corrected header blurb.
399
400 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
401
402         * dociterator.[Ch]: add an inset_ member
403         (backwardPos): implemented
404         (backwardPos, forwardPos): use inset_ when the stack is empty.
405         (doc_iterator_begin, doc_iterator_end): implemented
406         * pariterator.[Ch]: adjust, add begin, end
407         * insetiterator.[Ch]: adjust, add begin, end
408         * cursor.C:
409         * document.C:
410         * BufferView.C:
411         * BufferView_pimpl.C:
412         * CutAndPaste.C: adjust
413
414 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
415
416         * buffer.C: increment file format to 232.
417         * LaTeXFeatures.C: add bibtopic package.
418         * bufferparams.[Ch]: param \use_bibtopic.
419
420         * lyxrc.[Ch]: add lyxrc bibtex_command
421         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
422
423         * buffer.C: increment file format to 231.
424
425 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
426
427         * dociterator.C: implement forwardPar
428         * iterators.[Ch]: remove, replaced by
429         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
430         * BufferView.C:
431         * BufferView_pimpl.C:
432         * CutAndPaste.C:
433         * buffer.C:
434         * bufferview_funcs.C:
435         * cursor.C:
436         * lyxfind.C
437         * lyxfunc.C
438         * paragraph_funcs.C
439         * toc.C:
440         * Makefile.am: adjust
441
442 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
443
444         * CutAndPaste.C (pasteSelection): fix 2 crashes
445         (eraseSelection): fix a crash
446         * paragraph_funcs.C: remove a warning
447
448 2004-03-28  Angus Leeming  <leeming@lyx.org>
449
450         * lfuns.h:
451         * LyXAction.C (init): new LFUN_PRINT.
452
453         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
454
455 2004-03-27  Angus Leeming  <leeming@lyx.org>
456
457         * lfuns.h:
458         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
459
460         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
461
462 2004-03-27  Angus Leeming  <leeming@lyx.org>
463
464         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
465         insetlist always contains non-null pointers to insets.
466
467 2004-03-26  Angus Leeming  <leeming@lyx.org>
468
469         * src/BufferView_pimpl.C:
470         * src/CutAndPaste.C:
471         * src/buffer.C:
472         * src/iterators.C:
473         * src/output_plaintext.C:
474         * src/outputparams.h:
475         * src/paragraph_funcs.C:
476         * src/rowpainter.C:
477         * src/text.C:
478         * src/text2.C:
479         * src/frontends/controllers/ControlErrorList.C:
480         * src/frontends/gtk/FileDialogPrivate.C:
481         * src/frontends/gtk/GPainter.C:
482         * src/frontends/gtk/GToolbar.C:
483         * src/frontends/qt2/QRef.C:
484         * src/mathed/math_scriptinset.C: squash compiler warnings.
485
486 2004-03-26  Angus Leeming  <leeming@lyx.org>
487
488         * ispell.C (LaunchIspell::start):
489         * lyx_cb.C (AutoSaveBuffer::start):
490         invoke run(DontWait) rather than runNonBlocking().
491
492 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
493
494         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
495
496 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
497
498         * kbsequence.C (print): adjust
499
500         * kbmap.C (printKeySym): rename and change signature
501         (printKey): use LyXKeySym::print()
502
503 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
504
505         * undo.C: add using std::advance to compile for stlport
506
507 2004-03-24  Angus Leeming  <leeming@lyx.org>
508
509         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
510         it leads to a crash when no buffer is present.
511
512 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
513             Martin Vermeer  <martin.vermeer@hut.fi>
514
515         * lyxfunc.C (dispatch):
516         * bufferparams.C (readToken): use the new LColor::setColor
517
518         * LColor.[Ch] (setColor): new version that takes two strings as
519         argument and creates a new color entry if necessary
520
521 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
522
523         * buffer.C (makeLaTeXFile): if the main latex file that is
524         processed is usually a subdocument of some master, then pretend
525         for a while that it is actually the master
526
527 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
528
529         * buffer.C (getLabelList):
530         (getBibkeyList): use getMasterBuffer()
531         (getMasterBuffer): new method. Returns the main document in the
532         case where one is using included documents.
533
534 2004-03-25  André Pönitz  <poenitz@gmx.net>
535
536         * Makefile.am:
537         * iterators.[Ch]:
538         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
539
540         * ParagraphList_fwd.h: change ParagraphList to a std::vector
541
542         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
543         text*.C over here. Rename namespace CutAndPaste to lyx::cap
544
545         * ParameterStruct.h: merge with ParagraphParameters
546
547         * lyxtext.h: remove LyXText::parOffset() and getPar()
548
549         * text3.C: Remove all 'manual' update calls. We do now one per user
550         interaction which is completely sufficient.
551
552         * Bidi.C:
553         * BufferView.[Ch]:
554         * BufferView_pimpl.C:
555         * FontIterator.[Ch]:
556         * MenuBackend.C:
557         * ParagraphParameters.[Ch]:
558         * buffer.C:
559         * buffer.h:
560         * bufferlist.C:
561         * cursor.[Ch]:
562         * cursor_slice.[Ch]:
563         * dociterator.[Ch]:
564         * errorlist.[Ch]:
565         * factory.C:
566         * lfuns.h:
567         * lyxfind.C:
568         * lyxfunc.C:
569         * output_docbook.[Ch]:
570         * output_latex.[Ch]:
571         * output_linuxdoc.[Ch]:
572         * output_plaintext.[Ch]:
573         * paragraph.[Ch]:
574         * paragraph_funcs.[Ch]:
575         * paragraph_pimpl.[Ch]:
576         * rowpainter.C:
577         * tabular.[Ch]:
578         * text.C:
579         * text2.C:
580         * toc.C:
581         * undo.[Ch]: adjust
582
583         * frontends/controllers/ControlDocument.C:
584         * frontends/controllers/ControlErrorList.C:
585         * frontends/controllers/ControlSpellchecker.C:
586         * insets/inset.C:
587         * insets/inset.h:
588         * insets/insetbase.h:
589         * insets/insetbibitem.C:
590         * insets/insetbox.C:
591         * insets/insetbranch.C:
592         * insets/insetcaption.C:
593         * insets/insetcharstyle.C:
594         * insets/insetcharstyle.h:
595         * insets/insetcollapsable.C:
596         * insets/insetcollapsable.h:
597         * insets/insetert.C:
598         * insets/insetfloat.C:
599         * insets/insetfoot.C:
600         * insets/insetmarginal.C:
601         * insets/insetnote.C:
602         * insets/insetoptarg.C:
603         * insets/insettabular.C:
604         * insets/insettext.C:
605         * insets/insettext.h:
606         * insets/insetwrap.C:
607         * mathed/math_mboxinset.C:
608         * mathed/math_nestinset.C:
609         * mathed/math_scriptinset.C:
610         * mathed/math_scriptinset.h:
611         * support/types.h:
612
613 2004-03-24  Angus Leeming  <leeming@lyx.org>
614
615         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
616         deal with any child processes that have finished but are waiting to
617         communicate this fact to the rest of LyX.
618
619 2004-03-24  Angus Leeming  <leeming@lyx.org>
620
621         64-bit compile fixes.
622
623         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
624         (c-tor): pass lyx::pos_types rather than ints.
625
626         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
627         lyx::pos_type.
628
629         * text.C (Delete): compile fix.
630         (getPar): ensure that function declaration is the same as that in
631         the header file.
632
633 2004-03-23  Angus Leeming  <leeming@lyx.org>
634
635         * ispell.C (LaunchIspell):
636         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
637         a boost::shred_ptr rather than a std::auto_ptr.
638
639 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
640
641         * lyxfunc.C (getStatus): handle read-only buffers correctly;
642         handle LFUN_FILE_INSERT_*
643
644         * lyxrc.C (setDefaults, getDescription, output, read):
645         * lyxrc.h: remove ps_command
646
647 2004-03-22  Angus Leeming  <leeming@lyx.org>
648
649         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
650         Ensure that error_handler is processed once only and that all data
651         is saved before attempting to output any warning messages.
652
653         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
654
655 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
656
657         * tabular.C (TeXRow): crash fix (from Kayvan and André)
658
659 2004-03-19  André Pönitz  <poenitz@gmx.net>
660
661         * cursor.[Ch] (reset): take main text inset as argument
662
663         * BufferView: adjust
664         * BufferView_pimpl.C: adjust
665
666         * paragraph.[Ch]: fix completely broken operator=()
667
668 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
669
670         * LColor.C (getFromLyXName): make sure that the color name is used
671         as lowercase.
672
673 2004-03-17  Angus Leeming  <leeming@lyx.org>
674
675         * lfuns.h:
676         * LyXAction.C (init): remove LFUN_FORKS_KILL.
677
678         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
679         dialog and to kill a forked process.
680
681 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
682
683         * text2.C (setCursorFromCoordinates): fix font problem
684
685 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
686
687         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
688         bogus "rebuild cursor" code
689
690 2004-03-11  André Pönitz  <poenitz@gmx.net>
691
692         * buffer.[Ch]: use InsetText instead of LyXText as container for
693         the main lyx text.
694
695         * dociterator.[Ch]: drop the BufferView * member which is not needed
696         anymore after the change to buffer.C
697
698         * paragraph_funcs.C:
699         * text.C:
700         * text2.C:
701         * BufferView.[Ch]:
702         * BufferView_pimpl.[Ch]:
703         * cursor.[Ch]:
704         * cursor_slice.[Ch]: adjust
705
706         * text3.C: fix bug in mathDispatch
707
708 2004-03-08  André Pönitz  <poenitz@gmx.net>
709
710         * undo.[Ch]: use 'StableDocumentIterator' as base for
711         the Undo struct.
712
713 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
714
715         * LaTeXFeatures.C:
716         * bufferparams.[Ch]: add jurabib support and param.
717
718         * LaTeX.C: add FIXME/comment.
719
720 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
721
722         * buffer.C: increment file format to 230.
723
724 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
725
726         * cursor.C (dispatch): avoid infinite loops
727
728 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
729
730         * rowpainter.C (paintSelection): fix x coordinates
731
732 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
733
734         * text.C (rowBreakPoint): fix breaking before displayed insets
735
736 2004-03-01  André Pönitz  <poenitz@gmx.net>
737
738         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
739
740         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
741
742         * Makefile.am:
743         * BufferView.C:
744         * BufferView_pimpl.C:
745         * buffer.C:
746         * lyxfind.C:
747         * lyxfunc.C:
748         * text.C:
749         * text2.C:
750         * text3.C: adjust
751
752 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
753
754         * lyxtext.h:
755         * text.C:
756         * text2.C:
757         * rowpainter.C:
758         * BufferView_pimpl.C: rename textwidth -> maxwidth,
759         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
760
761 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
762
763         * Bidi.[Ch] (computeTables): const correctness
764         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
765         fill_hfill, fill_label_hfill and x from Row
766         * lyxtext.h: prepareToPrint returns a RowMetrics
767         * rowPainter.C: adjust
768         * text.C (prepareToPrint): use width, not textWidth. adjust
769         (redoParagraphInternal, cursorX): adjust
770         * text2.C (getColumnNearX): adjust
771         (init): put a default value to the top LyXText::width
772
773 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
774
775         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
776
777 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
778
779         * lyxtext.h: add FontIterator class
780
781         * text.C (FontIterator, operator*, operator->, operator++): add
782         (rowBreakPoint, setRowWidth): adjust (fixing a
783         rebreaking bug)
784
785 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
786
787         * BufferView_pimpl.C (workAreaDispatch): allow also
788         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
789
790 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
791
792         * text.C (rowBreakPoint): fix a bug showing with very large insets
793
794 2004-02-25  André Pönitz  <poenitz@gmx.net>
795
796         * text3.C:
797         * cursor.[Ch]: move some mathed specific code to mathed
798
799 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
800
801         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
802         use_tempdir in preferences
803         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
804         tempfile creation
805         * lyx_main.C: ensure that tempdir is valid
806         * lyxlex.h: correct typo
807         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
808         * paragraph.[Ch] (isMultiLingual): make const
809         * cursor.[Ch] (openable): make const
810
811 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
812
813         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
814
815 2004-02-20  André Pönitz  <poenitz@gmx.net>
816
817         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
818
819         * cursor.[Ch]: prepare for localized getStatus()
820
821         * lyxtext.h:
822         * tabular.C:
823         * text.C:
824         * text2.C:
825         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
826
827 2004-02-20  André Pönitz  <poenitz@gmx.net>
828
829         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
830
831 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
832
833         * text2.C (setCursorFromCoordinates): switch to absolute coords
834         (cursorUp): adjust
835         (cursorDown): adjust
836         * text3.C (dispatch): adjust
837
838 2004-02-16  André Pönitz  <poenitz@gmx.net>
839
840         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
841           insets/ChangeLog)
842
843         * cursor_slice.[Ch]: remove unneeded acessor function
844
845         * lyxtext.h: rename rtl() to isRTL()
846
847         * rowpainter.C:
848         * tabular.C:
849         * text.C:
850         * text2.C:
851         * text3.C: adjust
852
853 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
854
855         * rowpainter.C (paintSelection): coord fix
856
857 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
858
859         * Spacing.C: compile fix
860
861 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
862
863         * cursor.C (dispatch): restore current_ before returning
864
865 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
866
867         * text2.C (cursorUp, cursorDown): fix coords
868         (moveUp): fix crash
869
870 2004-02-12  André Pönitz  <poenitz@gmx.net>
871
872         * lyxtext.h:
873         * text.C:
874         * text2.C:
875         * text3.C: add LCursor & parameter to most cursor movement functions
876           remove usage of LyXText::cursorRow() and cursorPar()
877
878         * cursor.[Ch]: add textRow() needed members
879
880         * BufferView.C:
881         * BufferView_pimpl.C:
882         * paragraph.[Ch]:
883         * BufferView.C:
884         * BufferView_pimpl.C: adjust
885
886 2004-02-11  André Pönitz  <poenitz@gmx.net>
887
888         * lyxfunc.C:
889         * BufferView.[Ch]:
890         * BufferView_pimpl.C: shift undo/redo handling
891
892         * cursor.[Ch]: fix mathed crash
893
894         * lyxfind.C:
895         * lyxtext.h: move selectionAsText to LCursor
896
897         * output_latex.C:
898         * paragraph.C:
899         * text.C:
900         * text2.C:
901         * text3.C: adjust
902
903         * rowpainter.C: fix excessive drawing
904
905 2004-02-06  André Pönitz  <poenitz@gmx.net>
906
907         * BufferView.[Ch]:
908         * BufferView_pimpl.[Ch]:
909         * text3.C: move some text specific LFUN handling
910
911 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
912
913         * text3.C (checkInsetHit): adjust coords
914         * text2.C (getColumnNearX): adjust coords
915         (edit): adjust coords
916         * text.C (getRowNearY): add two asserts
917
918 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
919
920         * converter.C:
921         * format.C: add using std::distance to compile on gcc 2.95/stlport
922
923 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
924
925         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
926
927 2004-02-04  André Pönitz  <poenitz@gmx.net>
928
929         * BufferView.[Ch] (insertInset):
930         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
931
932         * text2.C:
933         * text3.C: adjust
934
935 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
936
937         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
938         on the default clause of the switch
939         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
940         wasn't catched by LCursor::dispatch
941
942 2004-02-03  André Pönitz  <poenitz@gmx.net>
943
944         * BufferView.C:
945         * cursor.[Ch]: some additional asserts
946
947         * undo.[Ch]: remove LyXText dependency in interface
948
949         * lyxfunc.C: adjust
950
951         * lyxtext.h (firstPar, lastPar): remove dead functions
952
953         * text.C:
954         * text2.C:
955         * text3.C:
956         * paragraph.[Ch]: adjust
957
958 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
959
960         * lyxfind.C (find): fix argument order in call to ::find
961
962 2004-02-02  André Pönitz  <poenitz@gmx.net>
963
964         * cursor.[Ch]: remove direct access to anchor
965
966         * text.C: remove findText() hack
967
968 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
969
970         * iterators.[Ch] (lockPath): remove in favour of...
971         * BufferView.[Ch] (setCursor): this addition
972         * BufferView.C (putSelectionAt): adjust
973         * undo.C (performUndoOrRedo): adjust
974         * lyxfunc.C (dispatch): adjust
975
976 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
977
978         * iterators.C (lockPath): add a missing slice
979         * undo.C (performUndoOrRedo): remove redundant positioning code
980
981 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
982
983         * vc-backend.C (scanMaster): ";" -> ';'
984
985 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
986
987         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
988         std::binary_function
989
990         * lyxtextclass.C (compare_name): rename to...
991         (LayoutNamesEqual): ...this
992
993         * lyxlex_pimpl.C (compare_tags): inherit from
994         std::binary_function, put back into anon namespace
995
996         * lyxfind.C (MatchString): inherig from std::binary_function
997         (findChange): use empty() istead of !size()
998
999         * format.C (FormatNamesEqual): new functor
1000         (getFormat): use it
1001         (getNumber): use it
1002         (add): use it
1003         (erase): use it
1004         (setViewer): use it
1005
1006         * converter.C (compare_Converter): rename to...
1007         (ConverterEqual): ...this, and fixup a bit.
1008         (getConverter): use it, and make function const
1009         (getNumber): use it, and make function const
1010         (add): use it
1011         (erase): use it:
1012
1013         * bufferlist.C: add using boost::bind
1014
1015         * MenuBackend.C (MenuNamesEqual): new functor
1016         (hasMenu): use it, and make function const
1017         (hasSubmenu): use nested bind to get rid of compare_memfun.
1018
1019 2004-01-30  André Pönitz  <poenitz@gmx.net>
1020
1021         * BufferView_pimpl.C:
1022         * cursor.C:
1023         * cursor.h:
1024         * cursor_slice.[Ch]:
1025         * lyxfunc.C:
1026         * lyxtext.h:
1027         * paragraph_funcs.C:
1028         * paragraph_funcs.h:
1029         * rowpainter.C:
1030         * text.C:
1031         * text2.C:
1032         * text3.C: move some of the edit(x,y) handling to the insets
1033         some coordinate changes.
1034
1035 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1036
1037         * text.C: add using statements for std::advance and std::distance
1038
1039         * paragraph.C: add using statement for std::distance
1040
1041         * lyxfind.C: add using statement for std::advance
1042
1043         * cursor.C (region): remove std:: from swap
1044         (openable): use nucleus in stead of operator->
1045
1046         * BufferView.C: add using statements for std::distance and std::swap
1047
1048 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1049
1050         * iterators.C: Remove the pimple, move the needed structures to
1051         the header file. Create accessor for the positions stack.
1052         (asPosIterator): remove function
1053
1054         * PosIterator.C (PosIterator): move constructors to top of file
1055         (PosIterator): reimplement the constructor taking a ParIterator in
1056         terms of setFrom.
1057         (setFrom): new function
1058         (operator!=): inline it
1059
1060 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1061
1062         * lyxfind.C (replaceAll): use std::advance
1063
1064         * iterators.h: inherit from std::iterator.
1065
1066         * PosIterator.C (advance, distance): remove
1067         * PosIterator.h: interit from std::iterator.
1068
1069 2004-01-26  André Pönitz  <poenitz@gmx.net>
1070
1071         * BufferView.[Ch]:
1072         * BufferView_pimpl.[Ch]:
1073         * InsetList.[Ch]:
1074         * PosIterator.[Ch]:
1075         * buffer.h:
1076         * bufferview_funcs.C:
1077         * cursor.[Ch]:
1078         * cursor_slice.h:
1079         * factory.[Ch]:
1080         * iterators.[Ch]:
1081         * lyxfind.C:
1082         * lyxfunc.C:
1083         * lyxtext.h:
1084         * output_docbook.C:
1085         * output_latex.C:
1086         * output_linuxdoc.C:
1087         * output_plaintext.C:
1088         * paragraph.[Ch]:
1089         * paragraph_funcs.[Ch]:
1090         * paragraph_pimpl.[Ch]:
1091         * rowpainter.C:
1092         * tabular.C:
1093         * tabular.h:
1094         * text.C:
1095         * text2.C:
1096         * text3.C: more IU:  dumps most of the rest of the mathcursor
1097     implementation into cursor.[Ch]; "globalize" a bit of it.
1098
1099 2004-01-25  Angus Leeming  <leeming@lyx.org>
1100
1101         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1102
1103 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1104
1105         * LaTeXFeatures.h: add nice_ and nice() const
1106         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1107
1108 2004-01-20  André Pönitz  <poenitz@gmx.net>
1109
1110         * BufferView.[Ch]:
1111         * BufferView_pimpl.C:
1112         * PosIterator.C:
1113         * bufferview_funcs.C:
1114         * cursor.[Ch]:
1115         * cursor_slice.[Ch]:
1116         * factory.C:
1117         * iterators.C:
1118         * lyx_cb.C:
1119         * lyxfind.C:
1120         * lyxfunc.C:
1121         * lyxtext.h:
1122         * rowpainter.C:
1123         * text.C:
1124         * text2.C:
1125         * text3.C:
1126         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1127           LCursor and mathcursor parts to LCursor and InsetBase.
1128
1129 2004-01-15  André Pönitz  <poenitz@gmx.net>
1130
1131         * cursor_slice.[Ch]: add a few covienience functions
1132
1133         * funcrequest.[Ch]: remove BufferView * member
1134
1135         * BufferView_pimpl.C:
1136         * cursor.C:
1137         * factory.[Ch]:
1138         * lyxfind.[Ch]:
1139         * lyxfunc.C:
1140         * lyxtext.h:
1141         * text3.C:
1142         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1143
1144 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1145
1146         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1147         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1148
1149 2004-01-13  André Pönitz  <poenitz@gmx.net>
1150
1151         * textcursor.[Ch]:
1152         * lyxtext.h: hide cursor and selection anchor behind accessor function
1153
1154         * BufferView.C:
1155         * BufferView_pimpl.[Ch]:
1156         * PosIterator.C:
1157         * bufferview_funcs.C:
1158         * cursor.h:
1159         * lyxfind.C:
1160         * lyxfunc.C:
1161         * text.C:
1162         * text2.C:
1163         * text3.C:
1164         * undo.C: adjust
1165
1166         * cursor.h:
1167         * cursor_slice.[Ch]: some integer type changes for inset unification
1168
1169         * lyxcursor.[hC]: remove, it's CursorSlice now.
1170
1171         * Makefile.am:
1172         * BufferView_pimpl.[Ch]:
1173         * bufferview_funcs.C:
1174         * cursor_slice.C:
1175         * lyxtext.h:
1176         * text.C:
1177         * text2.C:
1178         * text3.C:
1179         * textcursor.[Ch]: adjust
1180
1181 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1182
1183         * text2.C (undoSpan): add and use
1184         * text.C (breakParagraph): use undoSpan (fix bug 578)
1185         * lyxtext.h: adjust
1186
1187 2004-01-08  Angus Leeming  <leeming@lyx.org>
1188
1189         * BufferView_pimpl.C (MenuInsertLyXFile):
1190         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1191         * lyxfunc.C (menuNew, open, doImport):
1192         FileFilterList change to the FileDialog open and save functions.
1193
1194 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1195
1196         * ShareContainer.h: make isEqual and isUnique adaptable
1197
1198         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1199
1200 2004-01-07  Angus Leeming  <leeming@lyx.org>
1201
1202         * LyXAction.C:
1203         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1204
1205         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1206
1207         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1208         functions replacing find, replace and replaceAll.
1209
1210         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1211         LFUN_WORDFIND(FORWARD|BACKWARD).
1212
1213 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1214
1215         * text.C (breakParagraph): remove an outdated #warning
1216
1217 2004-01-07  André Pönitz  <poenitz@gmx.net>
1218
1219         * lyxfind.C: somewhat clearer logic
1220
1221         * text.C: prevent crash in cursorX on unitialized row cache
1222
1223 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1224
1225         * lyxcursor.[Ch] (operator>): add
1226         * textcursor.C (selStart, selEnd): use std::min and std::max
1227
1228 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1229
1230         * Chktex.C: include boost/format.hpp
1231
1232 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1233
1234         * InsetList.C: replace functor MathcIt with adaptable functor
1235         InsetTablePosLess
1236         (insetIterator): modify accordingly
1237
1238         * BranchList.h: move the BranchNamesEqual functor here from...
1239         * BranchList.C: ... to here
1240
1241         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1242         SameName and match.
1243         (add): replace a finding loop with std::find_if.
1244
1245 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1246
1247         * output_docbook.C: moving LatexParam functionality into
1248         .layout files
1249
1250 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1251
1252         * buffer.C: increment format to 229.
1253
1254 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1255
1256         * LaTeXFeatures.C:
1257         * lyx_sty.[Ch]: remove minipageindent_def
1258
1259         * LyXAction.C:
1260         * factory.C:
1261         * lfuns.h:
1262         * lyxfunc.C:
1263         * text3.C: remove LFUN_INSET_MINIPAGE
1264
1265 2003-12-28  Angus Leeming  <leeming@lyx.org>
1266
1267         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1268
1269 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1270
1271         * text2.C (setParagraph): fix off-by-one crash
1272
1273 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1274
1275         * output_docbook.C: header stuff for AGU
1276
1277 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1278
1279         * text2.C (redoCursor): remove
1280         * text.C:
1281         * text3.C:
1282         * BufferView_pimpl.C: remove calls to redoCursor and
1283         setCursor(cursor.par(), cursor.pos()) all around
1284
1285 2003-12-15  Angus Leeming  <leeming@lyx.org>
1286
1287         * buffer.C: up the format to 228.
1288
1289 2003-12-15  André Pönitz  <poenitz@gmx.net>
1290
1291         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1292         slices
1293
1294         * Makefile.am:
1295
1296         * BufferView_pimpl.C:
1297         * cursor.[Ch]:
1298         * lyxcursor.[Ch]:
1299         * rowpainter.[Ch]:
1300         * lyxtext.h:
1301         * text.C:
1302         * text2.C:
1303         * text3.C: adjust
1304
1305 2003-12-15  Angus Leeming  <leeming@lyx.org>
1306
1307         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1308         than getFromGUIName to manipulate the color.
1309
1310 2003-12-14  Angus Leeming  <leeming@lyx.org>
1311
1312         * BranchList.[Ch]: minimize the API.
1313         (Branch::getBranch, getColor): now return a 'const &'.
1314         (Branch::setSelected) now returns a bool set to true if the
1315         selection status changes.
1316         (BranchList::clear, size, getColor, setColor, setSelected,
1317         allBranches, allSelected, separator): removed.
1318         (BranchList::find): new functions, returning the Branch with
1319         the given name.
1320         (BranchList::add, remove): return a bool indicating that
1321         the operation was successful.
1322
1323         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1324         new InsetBranch::isBranchSlected member function.
1325
1326         * LColor.[Ch]: mimimize the API.
1327         (fill): renamed as addColor and made private.
1328         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1329         versions of these functions taking a string arg have been removed.
1330
1331         * bufferparams.C (readToken):
1332         * lyxfunc.C (dispatch):
1333         * lyxrc.C (read): changes due to the altered BranchList and
1334         LColor APIs.
1335
1336         * factory.C (createInset, readInset): changes due to altered
1337         InsetBranch c-tor.
1338
1339 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1340
1341         * factory.C:
1342         * lyxfunc.C: remove insetminipage. "minipage-insert"
1343         now produces a frameless minipage box inset.
1344
1345 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1346
1347         * textcursor.[Ch] (selStart,selEnd): add new methods
1348         remove selection::start, end, use LyXCursor::operator<
1349         * lyxcursor.[Ch] (operator<): add
1350         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1351         * BufferView.[Ch] (unsetXSel): add
1352         * text2.C (clearSelection): use unsetXSel,adjust
1353         * text.C: adjust
1354         * text3.C: adjust
1355         * rowpainter.C: adjust
1356         * bufferview_funcs.C (put_selection_at): adjust
1357
1358 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1359
1360         * BufferView_pimpl.C: small coord. correction
1361
1362 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1363
1364         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1365         dragging over the splash screen.
1366
1367 2003-12-11  Angus Leeming  <leeming@lyx.org>
1368
1369         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1370         as it is now handled in LyXText::dispatch.
1371
1372         * text3.C (doInsertInset): remove a level of nesting.
1373
1374 2003-12-11  Angus Leeming  <leeming@lyx.org>
1375
1376         * factory.C (createInset): changes due to the changed interface to
1377         InsetCommandMailer::string2params.
1378
1379 2003-12-10  Angus Leeming  <leeming@lyx.org>
1380
1381         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1382         'dialog-show-new-inset <inset name>'
1383
1384 2003-12-10  Angus Leeming  <leeming@lyx.org>
1385
1386         * buffer.C: up the format to 227.
1387
1388         * factory.C: the box inset is now identified simply by 'Box'.
1389
1390 2003-12-10  Angus Leeming  <leeming@lyx.org>
1391
1392         * buffer.C: up the format to 226.
1393
1394         * factory.C: the note inset is now identified simply by 'Note'.
1395
1396 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1397
1398         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1399         when a pit is enough. Standarize a couple of loops.
1400
1401 2003-12-05  Angus Leeming  <leeming@lyx.org>
1402
1403         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1404         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1405         data to the re-worked "log" dialog.
1406
1407 2003-12-03  André Pönitz  <poenitz@gmx.net>
1408
1409         * PosIterator.C:
1410         * iterators.C:
1411         * lyxtext.h:
1412         * output_latex.C:
1413         * paragraph_funcs.C:
1414         * text.C:
1415         * text2.C: use Inset::getText instead of Inset::getParagraph
1416
1417 2003-12-03  André Pönitz  <poenitz@gmx.net>
1418
1419         * buffer.[Ch]:
1420         * lyxtext.h:
1421         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1422         InsetText::read() as LyXText::read()
1423
1424 2003-12-02  Angus Leeming  <leeming@lyx.org>
1425
1426         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1427         type. Add a comment in the implementation that the function uses
1428         the stream's bad() function rather than fail() as the std::streams
1429         would do.
1430
1431 2003-12-02  André Pönitz  <poenitz@gmx.net>
1432
1433         * lyxlex.[Ch]: make interface more similar to std::stream
1434
1435         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1436
1437 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1438
1439         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1440
1441 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1442
1443         * vspace.[Ch]: remove VSpace::NONE
1444
1445 2003-12-01  André Pönitz  <poenitz@gmx.net>
1446
1447         * buffer.[Ch]:
1448         * lyxtext.h: move ParagraphList member to LyXText
1449         rename LyXText::ownerParagraphs to LyXText::paragraph
1450
1451         * CutAndPaste.C:
1452         * bufferview_funcs.C:
1453         * iterators.[Ch]:
1454         * lyx_cb.C:
1455         * paragraph.C:
1456         * rowpainter.C:
1457         * tabular.C:
1458         * text.C:
1459         * text2.C:
1460         * text3.C: adjust
1461
1462         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1463
1464         * undo.C: fix cursor positioning
1465
1466 2003-12-01  John Levon  <levon@movementarian.org>
1467
1468         * BufferView_pimpl.C: fix a crash on exit with
1469         a buffer open
1470
1471 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1472
1473         * BranchList.C: fix setSelected() method.
1474
1475 2003-11-28  André Pönitz  <poenitz@gmx.net>
1476
1477         * ParagraphParameters.[Ch]:
1478         * ParameterStruct.h: remove space above/below from Paragraph to
1479          InsetVSpace
1480
1481         * BufferView_pimpl.C:
1482         * factory.C:
1483         * lyxfunc.C:
1484         * lyxtext.h:
1485         * output_latex.C:
1486         * paragraph.C:
1487         * paragraph_funcs.C:
1488         * rowpainter.[Ch]:
1489         * text.C:
1490         * text2.C:
1491         * text3.C: adjust
1492
1493 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1494
1495         * factory.C: Syntax change for CharStyles
1496
1497 2003-11-28  André Pönitz  <poenitz@gmx.net>
1498
1499         * BufferView.[Ch]:
1500         * BufferView.[Ch]:
1501         * buffer.[Ch]:
1502         * buffer.[Ch]: move LyXText member
1503
1504 2003-11-28  André Pönitz  <poenitz@gmx.net>
1505
1506         * BufferView.[Ch]: make LyXText * text a private member
1507
1508         * BufferView_pimpl.C:
1509         * cursor.C:
1510         * iterators.C:
1511         * lyx_cb.C:
1512         * lyxfind.C:
1513         * lyxtext.h:
1514         * rowpainter.[Ch]:
1515         * text.C:
1516         * text2.C:
1517         * undo.C: adjust
1518
1519         * output_plaintext.C: cleanup
1520
1521 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1522
1523         * buffer.C:
1524         * lyxtextclass.[Ch]: parametrize SGML document header
1525
1526 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1527
1528         * converter.[Ch]:
1529         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1530         getFlavor().
1531
1532 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1533
1534         * text2.C (setFont): rework using PosIterator (no more recursive)
1535         (setCharFont): no more needed
1536         (setLayout): no more selection cursors fiddling (done by redoCursor)
1537         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1538         destroy remaining ones)
1539
1540 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1541
1542         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1543         * lyxtext.h: ditto
1544         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1545         selection cursors
1546         * lyxfunc.C: adjust
1547         * text3.C: adjust + re-allow multi par depth changes
1548         * textcursor.C: simplify a bit
1549
1550 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1551
1552         * src/buffer.C:
1553         * src/lyxlayout.C:
1554         * src/lyxlayout.h:
1555         * src/lyxtext.h:
1556         * src/output_docbook.C:
1557         * src/output_latex.C:
1558         * src/paragraph.C:
1559         * src/paragraph.h:
1560         * src/sgml.C:
1561         * src/sgml.h:
1562         * src/text2.C: Introducing a number of tags parametrizing various
1563         XML formats that we may want to support
1564
1565 2003-11-25  André Pönitz  <poenitz@gmx.net>
1566
1567         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1568
1569         * lyxtext.h (leftMargin/rightMargin): simplify interface
1570
1571         * rowpainter.C:
1572         * text.C:
1573         * text2.C:
1574         * text3.C: adjust
1575
1576 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1577
1578         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1579         master file to any child files. Fixes bug 546.
1580
1581 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1582
1583         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1584
1585 2003-11-24  André Pönitz  <poenitz@gmx.net>
1586
1587         * rowpainter.C: simplification
1588
1589         * text2.C (updateCounters): remove call to redoParagraph on
1590         changed labels as this is far too expensive.
1591
1592 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1593
1594         * converter.C (convert): fix a crash: this function gets
1595         called with buffer == 0 from importer code.
1596
1597 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1598
1599         * text3.C (cursorPrevious): make sure that we do not compare
1600         iterators form different containers.
1601         (cursorNext): ditto
1602
1603         * rowpainter.C (paintSelection): make sure that we do not compare
1604         iterators from different containers.
1605
1606         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1607         iterators from different ParagraphList containers.
1608         [NEXT] ditto
1609
1610         * text2.C (LyXText): change order of initialization slightly
1611         (operator=): new function. copy all variables except cache_par_
1612         (moveUp): make sure that we do not compare iterators from
1613         different ParagraphList constainers.
1614         (moveDown): ditto
1615
1616         * text.C (firstPar): new function
1617         (lastPar): new function
1618         (endPar): new function
1619
1620         * lyxtext.h: move things around and group public functions, public
1621         variables, private functions, private variables
1622
1623 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1624
1625         * factory.C: change call to InsetERT constructor to avoid
1626         additional invocation of method status
1627         * text2.C (toggleInset): remove redundant update() call
1628         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1629         instead of a Bufferview pointer
1630
1631 2003-11-21  André Pönitz  <poenitz@gmx.net>
1632
1633         * rowpainter.C: simplification
1634
1635 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1636
1637         * text3.C (dispatch): make possible to extend a word/row selection
1638         with the mouse
1639
1640 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1641
1642         * lyxtext.h: x0_,y0_ -> xo_,yo_
1643         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1644         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1645         * rowpainter.C (paintRows): paint full paragraphs
1646
1647 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1648
1649         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1650         screen coordinates)
1651
1652 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1653
1654         * lyxtext.h: add x0_, y0_
1655         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1656         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1657
1658 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1659
1660         * text2.C (setCursorIntern): move the x_target update here *
1661         * text3.C: change some bv() to true/false in calls to
1662         cursorUp/Down/Right/Left
1663         * cursor.C: use helper function.
1664
1665 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1666
1667         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1668         * paragraph_funcs.[Ch]: correct comment
1669         * rowpainter.C: do not paint selections away from bv->cursor()
1670         Fix a long standing selection painting bug.
1671         * text3.C: generalize mouse-selection code to LyXTexts other that
1672         top one
1673         * textcursor.C: do not use y coords if we can use par offsets
1674
1675 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1676
1677         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1678         cursor position after e.g. inset insert)
1679
1680 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1681
1682         * lyxfind.C (replace): adjust to locking removal + some
1683         code simplification
1684
1685 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1686
1687         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1688         of the path
1689
1690 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1691
1692         * lyxlayout.[Ch]:
1693         * output_docbook.C: XML sanitation: new layout
1694         parameters InnerTag and CommandDepth
1695
1696 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1697
1698         * BufferView_pimpl.C:
1699         * factory.C:
1700         * text3.C: Fix the insertion and modification of button-style
1701         insets
1702
1703 2003-11-13  André Pönitz  <poenitz@gmx.net>
1704
1705         * InsetList.[Ch]: remove deleteLyXText
1706
1707         * paragraph.[Ch]: cache beginOfBody position
1708
1709         * Bidi.C:
1710         * text.C:
1711         * text2.C:
1712         * text3.C: remove superfluous update() calls
1713
1714         * vspace.C: cleanup
1715
1716 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1717
1718         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1719         * BufferView.C (fitLockedInsetCursor): remove
1720         * cursor.[Ch] (getDim): add
1721         * text.C (getRowNearY): add faster version
1722         * text3.C: remove some update calls
1723
1724 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1725
1726         * LaTeXFeatures.C:
1727         * LyXAction.C:
1728         * MenuBackend.C:
1729         * MenuBackend.h:
1730         * dispatchresult.h:
1731         * factory.C:
1732         * lfuns.h:
1733         * lyxfunc.C:
1734         * lyxtextclass.C:
1735         * lyxtextclass.h:
1736         * text3.C: The Character Style /XML short element patch.
1737
1738 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1739
1740         * text3.C:
1741         * factory.C: Small step to solving 'unable to insert some insets'
1742         problem
1743
1744 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1745
1746         * cursor.[Ch] (updatePos): new function for updating the y
1747         position of the tip inset
1748         * bufferview_funcs.C (put_selection_at):
1749         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1750
1751 2003-11-11  André Pönitz  <poenitz@gmx.net>
1752
1753         * text.C: remove big comment on invalid Paragraph pointers as it is
1754         not valid anymore
1755
1756 2003-11-11  André Pönitz  <poenitz@gmx.net>
1757
1758         * text_funcs.[Ch]: merge with ...
1759
1760         * text.C: ... this
1761
1762         * lyxtext.h:
1763         * text2.C:
1764         * text3.C: adjust
1765
1766         * Makefile.am: remove text_funcs.[Ch]
1767
1768 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1769
1770         * cursor.C (getPos): return absolute cached y coord
1771
1772         * BufferView_pimpl.C (fitCursor): new simplistic code
1773         (workAreaDispatch): add a fitCursor call
1774
1775 2003-11-10  André Pönitz  <poenitz@gmx.net>
1776
1777         * BufferView.[Ch]:
1778         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1779
1780 2003-11-10  André Pönitz  <poenitz@gmx.net>
1781
1782         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1783         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1784         indicate that the cursor needs to leave an inset
1785
1786         * lyxtext.h: remove inset locking
1787
1788         * cursor.[Ch]: re-implement functionality provided by inset locking
1789
1790         * BufferView.[Ch]:
1791         * BufferView_pimpl.[Ch]:
1792         * LyXAction.C:
1793         * bufferview_funcs.[Ch]:
1794         * factory.C:
1795         * funcrequest.[Ch]:
1796         * iterators.C:
1797         * lyx_cb.C:
1798         * lyxfind.C:
1799         * lyxfunc.C:
1800         * text.C:
1801         * text2.C:
1802         * text3.C:
1803         * undo.C: adjust
1804
1805 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1806
1807         * PosIterator.[Ch]: replace the stack with a vector, add inset
1808         accesor
1809         * iterators.[C]: adjust
1810
1811 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1812
1813         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1814         replaced
1815         * paragraph_funcs.C (readParToken): put the correct id in the
1816         error item, not the id of the top paragraph
1817
1818 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1819
1820         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1821         * bufferview_funcs.C (put_selection_at): use the above
1822
1823 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1824
1825         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1826
1827 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1828
1829         * output_linuxdoc.h:
1830         * output_plaintext.h:
1831         * output.h:
1832         * output_docbook.h: add #include statements
1833
1834 2003-11-05  José Matos  <jamatos@lyx.org>
1835
1836         * output_docbook.[Ch]:
1837         * output_latex.[Ch]:
1838         * output_linuxdoc.[Ch]:
1839         * output_plaintext.[Ch]: New files for output formats.
1840         * output.[Ch]: New file for helper functions.
1841
1842         * buffer.[Ch]:
1843         * paragraph_funcs.[Ch]: output functions moved to new files.
1844
1845         * outputparams.h: rename of latexrunparams.h
1846
1847         * LaTeX.[Ch]:
1848         * buffer.[Ch]:
1849         * bufferlist.[Ch]:
1850         * converter.[Ch]:
1851         * exporter.C:
1852         * paragraph.[Ch]:
1853         * paragraph_funcs.[Ch]:
1854         * paragraph_pimpl.[Ch]:
1855         * tabular.[Ch]: rename ascii to plaintext
1856         and LatexRunParams to OutputParams.
1857
1858 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1859
1860         * iterators.[Ch] (text): require bv argument
1861         * undo.C (recordUndo):
1862         * lyxfunc.C (dispatch):
1863         * bufferview_funcs.C (put_selection_at): adjust
1864
1865 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1866
1867         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1868
1869 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1870
1871         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1872         nestings
1873
1874 2003-11-04  André Pönitz  <poenitz@gmx.net>
1875
1876         * cursor.[Ch]: restructure
1877
1878         * BufferView.[Ch]:
1879         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1880
1881         * iterators.[Ch] (asCursor): remove
1882
1883         * lfuns.h: remove LFUN_INSET_EDIT
1884
1885         * lyxfunc.C:
1886         * tabular.C:
1887         * text.C:
1888         * text2.C:
1889         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1890
1891 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1892
1893         * lyxfind.[Ch]: complete overhaul
1894         * BufferView_pimpl.C:
1895         * lyxfunc.C: adjust
1896         * paragraph.[Ch] (insert): add
1897
1898 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1899
1900         * BufferView.[Ch]:
1901         * lyxtext.h:
1902         * text.C: remove dead spellcheck code
1903
1904 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1905
1906         * dispatchresult.h: add a val setter
1907
1908         * cursor.C (dispatch): use a tempvar for data_[i]
1909
1910 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1911
1912         * PosIterator.[Ch]: compile fix
1913
1914 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1915
1916         * text.C (cursorPar): deactivate the cursor cache
1917
1918 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1919
1920         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1921
1922 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1923
1924         * text3.C (dispatch): adjust for new DisptchResult semantics.
1925
1926         * lyxfunc.C (dispatch): handle update when return from
1927         Cursor::dispatch, adjust for new DispatchResult semantics.
1928
1929         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1930         DispatchResult(true) mean to not update. Add class functions for
1931         setting dispatched and update, as well as reading.
1932
1933         * cursor.C (dispatch): don't handle update here
1934
1935 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1936
1937         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1938         * trans_mgr.C: adjust
1939
1940         * paragraph_funcs.C (readParToken): exception safety
1941
1942         * lyxvc.h: store the vcs pointer in a scoped_ptr
1943         * lyxvc.C: adjust
1944
1945         * lyxsocket.C (serverCallback): exception safety
1946
1947         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1948
1949         * ispell.C (clone): make it return a auto_ptr
1950
1951         * factory.C (createInset): exception safety
1952         (readInset): exception safety
1953
1954         * bufferlist.C (newBuffer): exception safety
1955
1956         * Thesaurus.C (Thesaurus): use initialization for aik_
1957
1958         * MenuBackend.C (expandToc): exception safety.
1959
1960 2003-11-03  André Pönitz  <poenitz@gmx.net>
1961
1962         * buffer.C:
1963         * buffer.h:
1964         * bufferview_funcs.C: remove getInsetFromId()
1965
1966         * lyxcursor.[Ch]:
1967         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1968
1969         * lyxfunc.C:
1970         * text2.C:
1971         * text3.C: adjust
1972
1973 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1974
1975         * PosIterator.C (distance, advance): new
1976         * bufferview_funcs.[Ch] (put_selection_at): new
1977         * iterators.[Ch] (lockPath): new
1978
1979 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1980
1981         * iterators.[Ch] (asPosIterator): added
1982         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1983         * PosIterator.[Ch]: added
1984
1985 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1986
1987         * text3.C:
1988         * lyxfunc.C:
1989         * cursor.C (dispatch):
1990         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1991
1992         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1993         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1994         contructor, add a class function dispatched. Remove operator>=
1995
1996 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1997
1998         * debug.C: only use the default constructor for debugstream
1999         (lyxerr) here.
2000
2001         * main.C (main): include debug.h and setup the lyxerr streambuf
2002         here.
2003
2004 2003-10-31  José Matos  <jamatos@lyx.org>
2005
2006         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2007
2008         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2009         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2010         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2011         * paragraph_pimpl.C (simpleTeXSpecialC):
2012         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2013         add LatexRunParams argument.
2014
2015         * exporter.C (Export): change call accordingly.
2016
2017         * latexrunparams.h: add new member to take care of the other backends.
2018 2003-10-30  José Matos  <jamatos@lyx.org>
2019
2020         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2021         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2022         factorise code for paragraph output.
2023         * buffer.[Ch]:
2024         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2025         move functions.
2026
2027 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2028
2029         * text3.C (dispatch):
2030         * lyxfunc.C (dispatch):
2031         * cursor.C (dispatch):
2032         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2033
2034         * dispatchresult.h: make the dispatch_result_t ctor explicit
2035
2036 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2037
2038         * sgml.[Ch]:
2039         * buffer.C: small refactoring of docbook stuff
2040
2041 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2042
2043         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2044         meaning.
2045
2046 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2047
2048         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2049         operator dispatch_result_t, and operators for == != and >=
2050
2051         * cursor.C (dispatch): adjust for operator dispatch_result_t
2052         removal. comment out call to update
2053
2054         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2055
2056 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2057
2058         * text3.C:
2059         * text2.C:
2060         * text.C:
2061         * lyxtext.h:
2062         * lyxfunc.C:
2063         * cursor.C:
2064         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2065         (dispatch):
2066
2067         * dispatchresult.h: new file, DispatchResult broken out of
2068         insets/insetbase.h
2069
2070         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2071
2072 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2073
2074         * text.C (rowBreakPoint): put a hack inside #if 0
2075
2076 2003-10-28  André Pönitz  <poenitz@gmx.net>
2077
2078         * lyxtext.h:
2079         * metricsinfo.C:
2080         * paragraph_funcs.C:
2081         * rowpainter.C:
2082         * text.C:
2083         * text2.C: general cleanup (lots of small stuff)
2084
2085 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2086
2087         * text2.C (cursorEnd): simple fix to the "end key goes to one
2088         before the end on last row" bug
2089
2090 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2091
2092         * text.C (backspace): fix the "zombie characters"
2093
2094 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2095
2096         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2097
2098 2003-10-27  André Pönitz  <poenitz@gmx.net>
2099
2100         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2101
2102         * factory.C: handle new InsetPagebreak, InsetLine
2103
2104         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2105         and move handling into new InsetPagebreak, InsetLine
2106
2107         * BufferView_pimpl.C:
2108         * LyXAction.C:
2109         * ParagraphParameters.C:
2110         * ParameterStruct.h:
2111         * lyxfunc.C:
2112         * lyxtext.h:
2113         * paragraph.C:
2114         * paragraph.h:
2115         * paragraph_funcs.C:
2116         * paragraph_pimpl.C:
2117         * rowpainter.C:
2118         * text.C:
2119         * text2.C:
2120         * text3.C: adjust
2121
2122 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2123
2124         * text.C:
2125         * lyxrow_funcs.[Ch]:
2126         * Bidi.C:
2127         * paragraph.C:
2128         * lyxtext.h:
2129         * rowpainter.C:
2130         * text2.C:
2131         * text3.C: remove lastPos uses in favour of Row::endpos
2132
2133 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2134
2135         * undo.C (performUndoOrRedo): fix two crashes by setting a
2136         cursor by hand and reordering some calls. Use bv->lockInset instead
2137         of inset->edit because the latter loses cursor information
2138
2139 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2140
2141         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2142         by Martin
2143         (rowBreakPoint): fix width. change point to point + 1.
2144         Add a missing check.
2145
2146 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2147
2148         * MenuBackend.C:
2149         * lyxfunc.C: fix (at least partly) the problems
2150         with the Nav menu and headers inside branch insets
2151         reported by Kayvan
2152
2153 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2154
2155         * paragraph.C (getChar): add strong asserts
2156
2157         * lyxrow_funcs.C (lastPos): remove hideous hack
2158
2159         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2160         (fill): adjust to that (avoid an infinite loop)
2161
2162 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2163
2164         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2165
2166 2003-10-23  André Pönitz  <poenitz@gmx.net>
2167
2168         * RowList_fwd.h: change list<> to vector<> to gain speed
2169         after suggestion from Alfredo
2170
2171 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2172
2173         * lyxtext.h: move the bidi stuff from here...
2174         * text.C: and here
2175         * text2.C: and here
2176         * Bidi.[Ch]: ... to here
2177
2178 2003-10-23  André Pönitz  <poenitz@gmx.net>
2179
2180         * lyxtext.h:
2181         * text.C (isLastRow, isFirstRow): new functions
2182
2183         * paragraph.h: new width cache member
2184
2185         * rowpainter.C: replace RowList::iterator with Row & where possible
2186
2187         * lyxfunc.C: replace several view()->text with a single call
2188
2189         * toc.C: fix 'unused' warning
2190
2191 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2192
2193         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2194         when woring with stream::pos_type
2195         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2196
2197 2003-10-22  André Pönitz  <poenitz@gmx.net>
2198
2199         * lyxtext.h:
2200         * text.C: use Row & instead of RowList::iterator
2201
2202         * lyxrow.h: rename end() to endpos()
2203
2204         * rowpainter.C:
2205         * text.C:
2206         * text2.C: adjust
2207
2208 2003-10-22  Angus Leeming  <leeming@lyx.org>
2209
2210         * buffer.[Ch] (fully_loaded): new member function, returning true
2211         only when the file has been loaded fully.
2212         Used to prevent the premature generation of previews and by the
2213         citation inset to prevent computation of the natbib-style label.
2214
2215         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2216         templates are all set up.
2217
2218         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2219
2220 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2221
2222         * text.C: fixed an "oops" in the "is a bit silly"
2223         bug fix
2224
2225 2003-10-21  André Pönitz  <poenitz@gmx.net>
2226
2227         * FuncStatus.[Ch]: small stuff, whitespace
2228
2229         * lyxfont.[Ch]: operator<<() for debug reasons
2230
2231         * lyxfunc.C:
2232         * lyxrow_funcs.C:
2233         * lyxtext.h: whitespace, spelling
2234
2235         * paragraph.C: naming of variables
2236
2237         * text.C:
2238         * text2.C: small stuff
2239
2240
2241 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2242
2243         * text.C: (1) finish off the inset display() work;
2244         (2) fix the "is a bit silly" bug (accessing char
2245         past end of par).
2246
2247 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2248
2249         * text.C: re-introduce display() for insets, fixing the
2250         various bugs (stretch of line above, math inset
2251         positioning, ...)
2252
2253 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2254
2255         * text.C (rightMargin): remove spurious semicolon
2256
2257         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2258         1415)
2259
2260 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2261
2262         * text3.C: fix one crash due to wrong cursor def
2263
2264 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2265
2266         * vc-backend.C (scanMaster): make the regex static
2267
2268         * LaTeX.C (scanAuxFile): make the regexs static
2269
2270         * text3.C (doInsertInset, dispatch, dispatch):
2271         * text2.C (cursorUp, cursorDown):
2272         * text.C (selectNextWordToSpellcheck):
2273         * BufferView_pimpl.C (dispatch):
2274         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2275
2276 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2277
2278         * lyxsocket.C: include <cerrno>
2279
2280 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2281
2282         * lyxfunc.C (dispatch): remove textcache stuff
2283
2284         * bufferlist.C (release): remove textcache stuff
2285         (closeAll): ditto
2286
2287         * TextCache.C: delete file
2288         * TextCache.h: delete file
2289
2290         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2291
2292         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2293         delete of the bv_->text.
2294         (resizeCurrentBuffer): remove texcache stuff
2295         (workAreaResize): ditto
2296
2297 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2298
2299         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2300         action.
2301
2302 2003-10-16  André Pönitz  <poenitz@gmx.net>
2303
2304         * lyxrow.[Ch]:
2305         * paragraph.h:
2306         * rowpainter.C:
2307         * text.C:
2308         * text2.C:
2309         * text3.C: speed up by storing y positions per paragraph plus per-row
2310         offset instead of having a 'full' y position in the row.
2311
2312 2003-10-15  André Pönitz  <poenitz@gmx.net>
2313
2314         * iterators.[Ch]:
2315         * iterators.[Ch]:
2316         * undo.[Ch]: make undo aware of inner insets
2317
2318 2003-10-14  Angus Leeming  <leeming@lyx.org>
2319
2320         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2321         static member functions LyX::ref() and LyX::cref.
2322         (lastfiles): new accessor functions for the new lastfiles_ member var.
2323         (addLyXView, views_): add a new LyXView to the list of views_.
2324         (updateInset): loop over all LyXViews to call their own updateInset
2325         member function, returning a pointer to the Buffer owning the inset.
2326
2327         * BufferView_pimpl.C (loadLyXFile):
2328         * MenuBackend.C (expandLastfiles):
2329         * bufferlist.C (MenuWrite, QuitLyX):
2330         lastfiles is no longer a global variable.
2331         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2332
2333         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2334         static function. Access through LyX::cref().emergencyCleanup().
2335
2336 2003-10-14  André Pönitz  <poenitz@gmx.net>
2337
2338         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2339
2340         * undo.[Ch]: restoring part of 'undo in insets'
2341
2342         * Makefile.am:
2343         * undo_funcs.[Ch]: merge with undo.[Ch]
2344
2345         * tabular.C: small cleansing stuff
2346
2347 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2348
2349         * paragraph_funcs.C (readParToken): report unknown insets as error
2350         boxes. Use the outer paragraph as location (also for unknown
2351         tokens).
2352
2353         * factory.C (readInset): do not abort on reading an unknown inset.
2354         Eat it and return 0.
2355
2356 2003-10-13  Angus Leeming  <leeming@lyx.org>
2357
2358         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2359
2360         * lyxrc.C: displayTranslator is now a function,
2361         declared in GraphicsTypes.h.
2362
2363 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2364
2365         * format.C: new placeholder $$a to pass the socket address.
2366
2367         * bufferlist.[Ch]: new function getBufferFromTmp.
2368
2369         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2370           files in the temporary dir.
2371
2372 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2373
2374         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2375
2376         * Makefile.am: add lyxsocket.[Ch].
2377
2378         * lyx_main.C (error_handler): handle SIGPIPE.
2379
2380 2003-10-13  André Pönitz  <poenitz@gmx.net>
2381
2382         * BufferView_pimpl.C:
2383         * lyxtext.h:
2384         * text.C:
2385         * text2.C:
2386         * text3.C:
2387         * undo_funcs.[Ch]: use paroffset_type instead of
2388           ParagraphList::iterators to prevent multiple conversion
2389           (and get a more robust interface)
2390
2391 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2392
2393         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2394         * lyxtext.h: ditto
2395         * text3.C (dispatch): ditto
2396
2397 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2398
2399         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2400         move the onlyfile, use onlyfile instead of foundfile in a couple
2401         of places.
2402
2403         * DepTable.C (update): flush the error stream a bit more
2404
2405 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2406
2407         * lyxserver.C (callback): adjust
2408
2409         * lyxfunc.C (getStatus): add a missing brace in commented code
2410         (ensureBufferClean): reindent
2411         (dispatch): delete version taking a string
2412
2413 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2414
2415         * LaTeX.C (deplog): move found file handlig from here...
2416         (handleFoundFile): .. to new function here.
2417         (deplog): make sure to discover several files mentioned on the
2418         same log line.
2419
2420 2003-10-10  André Pönitz  <poenitz@gmx.net>
2421
2422         * lyxfunc.C:
2423         * lyxtext.h:
2424         * tabular.C:
2425         * text.C:
2426         * text2.C:
2427         * text3.C: fix some of the tabular crashes
2428
2429 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2430
2431         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2432
2433         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2434
2435 2003-10-09  André Pönitz  <poenitz@gmx.net>
2436
2437         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2438
2439         * BufferView.C:
2440         * BufferView_pimpl.C:
2441         * bufferview_funcs.C:
2442         * lyx_cb.C:
2443         * lyxcursor.C:
2444         * lyxfind.C:
2445         * lyxfunc.C:
2446         * lyxtext.h:
2447         * text.C:
2448         * text2.C:
2449         * text3.C:
2450         * text_funcs.[Ch]:
2451         * textcursor.[Ch]:
2452         * undo_funcs.C: adjust
2453
2454 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2455
2456         * text2.C (incrementItemDepth): new function, use a backtracking
2457         algorithm to discover the correct item depth.
2458         (resetEnumCounterIfNeeded): new function, use a backtracking
2459         algorithm to discover if counter reset is needed.
2460         (setCounter): use them. Simplify a bit. Add different labels for
2461         different item depths for itemize.
2462
2463         * paragraph.C (Paragraph): remove initialization of enumdepth
2464         (operator=): ditto
2465
2466         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2467         enumerate and itemize. Change the type of itemdepth to signed char.
2468
2469 2003-10-08  André Pönitz  <poenitz@gmx.net>
2470
2471         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2472           thing assignable.
2473         * text.C:
2474         * text2.C: adjust
2475
2476         * tabular.[Ch]: fix crash after 'row-insert'
2477
2478 2003-10-08  Angus Leeming  <leeming@lyx.org>
2479
2480         Fix doxygen warnings.
2481
2482         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2483         Remove CutAndPaste:: prefix from header file declaration.
2484
2485         * LColor.h (fill): remove LColor:: prefix from declaration.
2486
2487         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2488         use lyx::depth_type rather than Paragraph::depth_type so that
2489         header file and .C file match.
2490
2491         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2492
2493         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2494         * aspell.C: \file aspell_local.C -> \file aspell.C
2495         * gettext.C: \file gettext.C -> \file src/gettext.C
2496         * gettext.h: \file gettext.h -> \file src/gettext.h
2497         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2498         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2499         * text.C: \file text.C -> \file src/text.C
2500
2501         * toc.C: move comment so that doxygen is not confused.
2502
2503 2003-10-07  Angus Leeming  <leeming@lyx.org>
2504
2505         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2506
2507 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2508
2509         * aspell.C:
2510         * aspell_local.h: add forgotten std::string's.
2511
2512 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2513
2514         * LaTeXFeatures.C:
2515         * LyXAction.C:
2516         * factory.C:
2517         * lfuns.h:
2518         * lyxfunc.C:
2519         * text3.C: The Box patch. Fancybox support, minipage, parbox
2520
2521 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2522
2523         * CutAndPaste.h:
2524         * DepTable.h:
2525         * FloatList.h:
2526         * LaTeXFeatures.h:
2527         * ParagraphParameters.h:
2528         * TextCache.h:
2529         * Thesaurus.h:
2530         * bufferlist.h:
2531         * exporter.h:
2532         * importer.h:
2533         * lastfiles.h:
2534         * lyxfind.h:
2535         * lyxfont.h:
2536         * lyxlex.h:
2537         * lyxtextclasslist.h:
2538         * messages.h:
2539         * paragraph.h:
2540         * paragraph_pimpl.C:
2541         * textcursor.h: add <string> and other small fixes to make Lars'
2542         std::string patch compile with STLport.
2543
2544 2003-10-06  Angus Leeming  <leeming@lyx.org>
2545
2546         * LColor.h: Add missing #include <string>.
2547
2548 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2549
2550         * All most all file in all subdirs: Make <string> be the prefered
2551         way of getting to std::string, add using declarations.
2552
2553 2003-10-06  André Pönitz  <poenitz@gmx.net>
2554
2555         * metricsinfo.C: initialize LyXFont before changing attribute.
2556         (fixes the 'math in \emph is upright' bug)
2557
2558 2003-10-06  André Pönitz  <poenitz@gmx.net>
2559
2560         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2561
2562 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2563
2564         * graph.C:
2565         * paragraph_pimpl.C: Small fixes to build using STLport
2566
2567 2003-10-02  André Pönitz  <poenitz@gmx.net>
2568
2569         * lyxfunc.C:
2570         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2571
2572 2003-10-01  André Pönitz  <poenitz@gmx.net>
2573
2574         * factory.C: assert early
2575
2576 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2577
2578         * lyx_main.C: remove the global debug object
2579
2580         * debug.h: adjust for new debugstream
2581
2582         * debug.C: adjust for new debugstream and keep the global debug
2583         object here.
2584
2585 2003-09-22  Angus Leeming  <leeming@lyx.org>
2586
2587         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2588         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2589         an incomplete class LyXFont.
2590
2591 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2592
2593         * factory.C: bug fix in branches
2594
2595 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2596
2597         * lyxfunc.C (processKeySym): adjust
2598         (dispatch): adjust
2599         (dispatch): change arg name from ev to func, adjust
2600         (sendDispatchMessage): ditto
2601
2602         * lyx_main.C (defaultKeyBindings): adjust keybindings
2603         (deadKeyBindings): ditto
2604
2605         * kbsequence.C (addkey): return a FuncRequest
2606
2607         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2608
2609         * kbmap.C (bind): take a FuncRequest as arg, adjust
2610         (read): adjust
2611         (lookup): adjust
2612         (defkey): change to take a FuncRequest as arg, adjust
2613         (findbinding): take a FuncRequest as arg, adjust.
2614
2615         * funcrequest.h (operator=): added
2616
2617         * funcrequest.C (FuncRequest): default kb_action changed from
2618         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2619
2620         * buffer.C (dispatch): simplify
2621         (dispatch): adjust to take a FuncRequest as arg, adjust
2622
2623         * boost.C (assertion_failed): change assertion message slightly
2624
2625         * ToolbarBackend.C (read): simplify
2626
2627         * MenuBackend.C (binding): adjust call to findbinding, add a
2628         message if no binding is found.
2629         (read): simplify
2630         (expandToc): correct by adding a empty FuncRequest
2631
2632         * LyXAction.C: include <boost/assert.hpp>
2633         (isPseudoAction): delete function
2634         (LookupFunc): change name to...
2635         (lookupFunc): this. change return type to FuncRequest.
2636         (getActionName): take kb_action as arg, simplify
2637         (funcHasFlag): add an assert, simplify.
2638
2639 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2640
2641         * toc.C (action): return a FuncRequest, simplify
2642
2643         * lyxfunc.C (processKeySym): adjust
2644         (getStatus): delete version that takes an int.
2645         (getStatus): adjust
2646         (dispatch): delete version that takes action as int
2647         (dispatch): adjust
2648         (sendDispatchMessage): simplify and adjust
2649
2650         * funcrequest.C (getArg): take unsigned int as arg
2651
2652         * ToolbarBackend.C (read): adjust
2653         (add): delete version that takes func as a string.
2654         (getIton): take a FuncRequest as arg
2655
2656         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2657         action.
2658
2659         * MenuBackend.C (MenuItem): add a new construct that only takes a
2660         Kind, simplify the constructor use for submenus.
2661         (add): adjust
2662         (expandLastfiles): adjust
2663         (expandDocuments): adjust
2664         (expandFormats): adjust
2665         (expandFloatListInsert): adjust
2666         (expandFloatInsert): adjust
2667         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2668
2669         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2670         Remove class variables lyx_pseudo_map and lyx_arg_map
2671
2672         * LyXAction.C (searchActionArg): delete function
2673         (getPseudoAction): delete function
2674         (retrieveActionArg): delete function
2675         (LookupFunc): make it return kb_action, simplify.
2676         (getActionName): simplify
2677
2678         * factory.C (createInset): fix new bug
2679
2680 2003-09-19  Angus Leeming  <leeming@lyx.org>
2681
2682         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2683         masterFilename_ parameter in the include inset.
2684
2685         * factory.C (createInset): changes due to the changes to InsetInclude.
2686
2687 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2688
2689         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2690
2691 2003-09-18  Angus Leeming  <leeming@lyx.org>
2692
2693         * buffer.C:
2694         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2695         Inset::fillWithBibKeys.
2696         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2697
2698 2003-09-18  Angus Leeming  <leeming@lyx.org>
2699
2700         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2701         variables.
2702         (ctor): pass and store a 'Buffer const &'
2703         (buffer): new member function.
2704
2705         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2706         '*this' to the LaTeXFeatures ctor.
2707
2708 2003-09-18  Angus Leeming  <leeming@lyx.org>
2709
2710         * LColor.h:
2711         * lyxfont.C:
2712         * lyxfont.h:
2713         * lyxtext.h:
2714         * text.C: rename EnumLColor as LColor_color.
2715
2716 2003-09-18  Angus Leeming  <leeming@lyx.org>
2717
2718         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2719         remove #include "insets/insetbase.h" from cursor.h.
2720
2721 2003-09-18  Angus Leeming  <leeming@lyx.org>
2722
2723         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2724         InsetOld_code to remove #include "inset.h".
2725
2726         * iterators.C: add #include "insets/inset.h"
2727
2728 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2729
2730         * BufferView.C: remove more locking stuff that apparently doesn't
2731         do anything sensible.
2732
2733 2003-09-16  André Pönitz  <poenitz@gmx.net>
2734
2735         * paragraph.[Ch]:
2736         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2737           performance boost.
2738
2739 2003-09-16  Angus Leeming  <leeming@lyx.org>
2740
2741         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2742
2743         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2744         arg/return type.
2745
2746         * paragraph.h: remove #include "lyxfont.h". Forward declare
2747         LyXFont_size.
2748
2749 2003-09-16  Angus Leeming  <leeming@lyx.org>
2750
2751         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2752         of support/textutils.h.
2753         (isWord): move the contents of support/textutils.h's IsWordChar here.
2754
2755         * buffer.C:
2756         * lyxfind.C:
2757         * rowpainter.C:
2758         * text.C:
2759         * text2.C: add #include "paragraph.h".
2760
2761         * rowpainter.C:
2762         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2763
2764 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2765
2766         * main.C:
2767         * lyx_main.C:
2768         * lyx_cb.C:
2769         * buffer.C:
2770         * LaTeX.C: use namespace alias for lyx::support::os
2771
2772 2003-09-16  Angus Leeming  <leeming@lyx.org>
2773
2774         * bufferparams.C:
2775         * bufferview_funcs.C:
2776         * factory.C:
2777         * lyxfunc.C:
2778         * paragraph_pimpl.C:
2779         * rowpainter.C:
2780         * text.C: add #include "LColor.h".
2781
2782 2003-09-16  Angus Leeming  <leeming@lyx.org>
2783
2784         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2785         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2786         return LyXFont &.
2787         Store the FontBits::color variable as an int rather than as an
2788         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2789         file.
2790
2791         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2792         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2793         string calls together.
2794
2795         * lyxrc.C: add #include "LColor.h".
2796
2797 2003-09-15  Angus Leeming  <leeming@lyx.org>
2798
2799         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2800         a cow_ptr.
2801
2802 2003-09-15  Angus Leeming  <leeming@lyx.org>
2803
2804         * LColor.h: add an EnumLColor wrapper for LColor::color.
2805
2806         * lyxfont.[Ch] (color, setColor, realColor):
2807         * lyxtext.h, text.C (backgroundColor):
2808         pass EnumLColor args to/from the functions, rather than LColor::color
2809         ones.
2810
2811         * lyxfont.h:
2812         * lyxtext.h: forward declare EnumLColor.
2813
2814         * lyx_main.C: add #include "LColor.h".
2815
2816 2003-09-15  Angus Leeming  <leeming@lyx.org>
2817
2818         * .cvsignore: add lyx-gtk.
2819
2820 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2821
2822         * Chktex.C
2823         * LaTeX.C
2824         * LaTeXFeatures.C
2825         * ParagraphParameters.C
2826         * Spacing.C
2827         * buffer.C
2828         * bufferparams.C
2829         * bufferview_funcs.C
2830         * chset.C
2831         * counters.C
2832         * funcrequest.C
2833         * lyxfont.C
2834         * lyxgluelength.C
2835         * lyxlength.C
2836         * paragraph.C
2837         * paragraph_funcs.C
2838         * text3.C
2839         * vc-backend.C: remove usage of STRCONV
2840
2841 2003-09-15  Angus Leeming  <leeming@lyx.org>
2842
2843         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2844         explicitly define the color passed to the painter.
2845
2846 2003-09-15  Angus Leeming  <leeming@lyx.org>
2847
2848         * bufferparams.C (BufferParams): reorder member initializers to avoid
2849         compiler warning.
2850
2851 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2852
2853         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2854         * text.C (updateRowPositions): remove an unusual nop
2855
2856 2003-09-12  André Pönitz  <poenitz@gmx.net>
2857
2858         * BufferView_pimpl.C:
2859         * Bullet.C:
2860         * layout.h:
2861         * lyxfunc.C:
2862         * lyxlayout.[Ch]:
2863         * lyxtextclass.C:
2864         * rowpainter.C:
2865         * text.C:
2866         * text2.C:
2867         * Counters.[Ch]: finish the 'automatic counters' job
2868
2869 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2870
2871         * aspell.C: include <boost/assert.cpp> (compile fix)
2872
2873 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2874
2875         * boost.C (assertion_failed): use lyx::support::abort instead of
2876         assert.
2877
2878 2003-09-10  Angus Leeming  <leeming@lyx.org>
2879
2880         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2881         with their _fwd progeny.
2882
2883 2003-09-09  Angus Leeming  <leeming@lyx.org>
2884
2885         134 files throughtout the source tree: replace 'using namespace abc;'
2886         directives with the appropriate 'using abc::xyz;' declarations.
2887
2888 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2889
2890         * boost.C (emergencyCleanup): moved here from LAssert.c
2891         (assertion_failed): new function, called by BOOST_ASSERT
2892
2893         * several files: change Assert to BOOST_ASSERT
2894
2895 2003-09-09  Angus Leeming  <leeming@lyx.org>
2896
2897         * buffer.[Ch]: Add an Impl class and move Buffer's member
2898         variables into it. As a result move several header files out of
2899         buffer.h.
2900
2901         Add header files to lots of .C files all over the tree as a result.
2902
2903 2003-09-09  Angus Leeming  <leeming@lyx.org>
2904
2905         * buffer.[Ch]: make Buffer's member variables private. Add
2906         accessor functions.
2907
2908         Lots of changes all over the tree as a result.
2909
2910 2003-09-08  Angus Leeming  <leeming@lyx.org>
2911
2912         * graph.C: #include <config.h>.
2913
2914 2003-09-08  Angus Leeming  <leeming@lyx.org>
2915
2916         * BranchList.C:
2917         * BufferView.C:
2918         * BufferView_pimpl.C:
2919         * CutAndPaste.C:
2920         * DepTable.C:
2921         * LaTeX.C:
2922         * LaTeXFeatures.C:
2923         * LyXAction.C:
2924         * MenuBackend.C:
2925         * TextCache.C:
2926         * aspell.C:
2927         * buffer.C:
2928         * bufferlist.C:
2929         * changes.C:
2930         * chset.C:
2931         * converter.C:
2932         * counters.C:
2933         * debug.C:
2934         * graph.C:
2935         * ispell.C:
2936         * lyx_cb.C:
2937         * lyxfind.C:
2938         * lyxfunc.C:
2939         * lyxlex_pimpl.C:
2940         * lyxrc.C:
2941         * lyxrow.C:
2942         * paragraph.C:
2943         * rowpainter.C:
2944         * texrow.C:
2945         * text.C:
2946         * text2.C:
2947         * toc.C: remove redundant using directives.
2948
2949 2003-09-07  Angus Leeming  <leeming@lyx.org>
2950
2951         * LaTeXFeatures.h: remove #include "support/types.h".
2952         * ToolbarBackend.h: remove #include <algorithm>.
2953         * changes.h: remove #include <ctime>.
2954         * debug.h: remove #include <iosfwd>.
2955         * graph.h: remove #include "support/std_string.h".
2956         * lyx_main.h: remove #include <csignal>.
2957         * lyxlex_pimpl.h: remove #include <fstream>.
2958         * sgml.h: remove #include <algorithm>, <utility>.
2959         * toc.h: remove #include "support/std_ostream.h".
2960         Add #include <iosfwd>.
2961
2962 2003-09-07  Angus Leeming  <leeming@lyx.org>
2963
2964         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2965
2966         * converter.h: forward declare LatexRunParams.
2967         * encoding.h: remove #include "lyxrc.h".
2968         * lyxtext.h: remove #include "LColor.h".
2969         * lyxtextclass.h: remove #include "support/types.h".
2970         * trans.h: remove #include "tex-accent.h".
2971         * trans_mgr.h: remove #include "tex-accent.h".
2972         * insets/inset.h: remove #include "support/types.h", <vector>.
2973         * insets/insetcollapsable.h: remove #include "LColor.h".
2974         * insets/insetinclude.h: remove #include "dimension.h".
2975         * insets/insetlatexaccent.h: remove #include "dimension.h".
2976         * insets/insetoptarg.h:: remove #include "insettext.h".
2977         * insets/insettext.h: remove #include "dimension.h",
2978         <boost/shared_ptr.hpp>
2979
2980         * insets/renderers.h: add #include "dimension.h".
2981         * insets/updatableinset.h: add #include "support/types.h".
2982
2983         * many .C files: Associated changes.
2984
2985 2003-09-06  Angus Leeming  <leeming@lyx.org>
2986
2987         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2988         one, inside testInvariant.
2989
2990         * PrinterParams.C: new file.
2991         * PrinterParams.[Ch]: move the function bodies out of line.
2992
2993 2003-09-06  Angus Leeming  <leeming@lyx.org>
2994
2995         * ParagraphParameters.h: forward declare ParameterStruct rather than
2996         including its header file.
2997         (depth): moved out-of-line.
2998
2999 2003-09-06  Angus Leeming  <leeming@lyx.org>
3000
3001         * BufferView_pimpl.h:
3002         * kbmap.h:
3003         * kbsequence.h:
3004         * lyxfunc.h: forward declare LyXKeySym rather than
3005         #include "frontends/LyXKeySym.h".
3006
3007         * BufferView_pimpl.C:
3008         * kbmap.C:
3009         * kbsequence.C:
3010         * lyxfunc.C: associated changes.
3011
3012 2003-09-06  Angus Leeming  <leeming@lyx.org>
3013
3014         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3015         As a result, can remove the #include "insets/inset.h" from BufferView.h
3016
3017 2003-09-06  Angus Leeming  <leeming@lyx.org>
3018
3019         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3020         As a result, can remove the #include "insets/inset.h" from BufferView.h
3021
3022 2003-09-06  Angus Leeming  <leeming@lyx.org>
3023
3024         * buffer_funcs.C:
3025         * buffer.h:
3026         * bufferlist.C:
3027         * BufferView.C:
3028         * bufferview_funcs.C:
3029         * BufferView_pimpl.C:
3030         * CutAndPaste.C:
3031         * lyx_cb.C:
3032         * lyxfunc.C:
3033         * paragraph.h:
3034         * ParagraphParameters.C:
3035         * tabular.C:
3036         * text3.C:
3037         * toc.C:
3038         * undo_funcs.C:
3039         * frontends/controllers/ControlDocument.C:
3040         * insets/insetcaption.C: rearrange the #includes into some sort of
3041         coherent order.
3042
3043         * buffer.h: remove #includes ErrorList.h, undo.h
3044
3045 2003-09-06  Angus Leeming  <leeming@lyx.org>
3046
3047         * support/types.h: add a 'depth_type' typedef, used to store the
3048         nesting depth of a paragraph.
3049
3050         * paragraph.h:
3051         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3052         defining explicitly.
3053
3054         * buffer.h:
3055         * paragraph_funcs.h:
3056         * ParagraphParameters.h:
3057         * sgml.h: use lyx::depth_type rather than Paragraph or
3058         ParameterStruct's depth_type.
3059
3060         * buffer.h
3061         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3062
3063         * BufferView.C:
3064         * BufferView_pimpl.C:
3065         * CutAndPaste.C:
3066         * ParagraphParameters.C:
3067         * buffer_funcs.C:
3068         * bufferlist.C:
3069         * bufferview_funcs.C:
3070         * lyx_cb.C:
3071         * lyxfunc.C:
3072         * tabular.C:
3073         * text3.C:
3074         * toc.C:
3075         * undo_funcs.C:
3076         * frontends/LyXView.C:
3077         * frontends/controllers/ControlDocument.C:
3078         * frontends/controllers/ControlErrorList.C:
3079         * insets/insetbibitem.C:
3080         * insets/insetbranch.C:
3081         * insets/insetcaption.C:
3082         * insets/insetcollapsable.C:
3083         * insets/insetenv.C:
3084         * insets/insetert.C:
3085         * insets/insetfloat.C:
3086         * insets/insetfoot.C:
3087         * insets/insetfootlike.C:
3088         * insets/insetnewline.C:
3089         * insets/insetquotes.C:
3090         * insets/insettabular.C:
3091         * insets/insettext.C:
3092         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3093
3094         * frontends/controllers/ControlChanges.C: #include "changes.h".
3095
3096 2003-09-06  Angus Leeming  <leeming@lyx.org>
3097
3098         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3099         than #including paragraph.h.
3100
3101         * ParagraphList.h:
3102         * RowList.h: deleted. Superfluous.
3103
3104         * CutAndPaste.h:
3105         * iterators.h:
3106         * lyxcursor.h:
3107         * lyxtext.h:
3108         * text_funcs.h:
3109         * undo.h:
3110         * undo_funcs.h:
3111         * insets/inset.h:
3112         * insets/insettext.h: use ParagraphList_fwd.h rather than
3113         ParagraphList.h.
3114
3115         * paragraph.h: don't forward declare ParagraphList.
3116
3117         * buffer.h:
3118         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3119         rather than ParagraphList.h. paragraph.h is still needed for the
3120         Paragraph::depth_type parameters.
3121
3122         * textcursor.h: enable it to compile stand-alone in light of the
3123         above changes.
3124
3125         * bufferview_funcs.C:
3126         * iterators.C:
3127         * lyxfunc.C:
3128         * lyxrow_funcs.C:
3129         * paragraph.C:
3130         * rowpainter.C:
3131         * text.C:
3132         * text2.C:
3133         * text3.C:
3134         * text_funcs.C:
3135         * textcursor.C:
3136         * undo.C:
3137         * frontends/controllers/ControlParagraph.C:
3138         * frontends/controllers/ControlTabular.C:
3139         * insets/insetmarginal.C:
3140         * insets/insetminipage.C:
3141         * insets/insetnote.C:
3142         * insets/insetoptarg.C: add header files needed to compile again.
3143
3144 2003-09-06  Angus Leeming  <leeming@lyx.org>
3145
3146         * RowList_fwd.h: new file, forward-declaring Row rather than
3147         #including lyxrow.h.
3148
3149         * lyxrow_funcs.h:
3150         * lyxtext.h:
3151         * paragraph.h:
3152         * insets/insettext.h: use it instead of RowList.h
3153
3154         * bufferview_funcs.C:
3155         * lyxfunc.C:
3156         * lyxrow_funcs.C:
3157         * paragraph.C:
3158         * rowpainter.C:
3159         * text.C:
3160         * text2.C:
3161         * text3.C: #include "RowList.h".
3162
3163 2003-09-05  Angus Leeming  <leeming@lyx.org>
3164
3165         * factory.C (createInset):
3166         * vspace.C (c-tor): replace sscanf call with an istringstream.
3167         * ispell.C: re-add missing HP/UX headers.
3168         * lyxserver.C: re-add missing  os2 headers.
3169
3170 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3171
3172         * BranchList.C:
3173         * graph.C:
3174         * ispell.C:
3175         * lastfiles.C:
3176         * lyx_cb.C:
3177         * lyxserver.C:
3178         * texrow.C:
3179         * text3.C: re-add missing system headers, needed for 2.95.2.
3180
3181 2003-09-05  Angus Leeming  <leeming@lyx.org>
3182
3183         Changes most place everywhere due to the removal of using directives
3184         from support/std_sstream.h.
3185
3186 2003-09-05  Angus Leeming  <leeming@lyx.org>
3187
3188         Replace LString.h with support/std_string.h,
3189         Lsstream.h with support/std_sstream.h,
3190         support/LIstream.h with support/std_istream.h,
3191         support/LOstream.h with support/std_ostream.h.
3192
3193         Changes resulting throughout the tree.
3194
3195 2003-09-05  Angus Leeming  <leeming@lyx.org>
3196
3197         * sgml.h: ensure that the header file can be compiled stand-alone.
3198         * *.C: strip out redundant #includes. (320 in total.)
3199
3200 2003-09-04  Angus Leeming  <leeming@lyx.org>
3201
3202         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3203         here (from getPackages).
3204
3205         * debug.[Ch]: add a new EXTERNAL tag.
3206
3207 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3208
3209         * text2.C (cursorEnd): simplify
3210         (setCursor): adjust
3211         (getColumnNearX): adjust
3212
3213         * text.C (computeBidiTables): adjust
3214         (fill): adjust
3215
3216         * rowpainter.C (paintChars): adjust
3217         (paintSelection): adjust
3218         (paintChangeBar): adjust
3219         (paintText): adjust
3220
3221         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3222         lastPos instead.
3223         (numberOfSeparators): adjust
3224
3225 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3226
3227         * LyXAction.C:
3228         * box.[Ch]:
3229         * lfuns.h:
3230         * lyxfunc.C:
3231         * text3.C: Restricts the mouse click functionality
3232         of insets like bibtex, include, toc and floatlist to the visible
3233         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3234         up the dialogs. Cursor has to be in front of the inset (i.e.
3235         start of row) for this to function.
3236
3237 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3238
3239         * bufferview_funcs.C (currentState): output row information
3240
3241 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3242
3243         * bufferview_funcs.C (currentState): output paragraph position
3244
3245 2003-09-04  Angus Leeming  <leeming@lyx.org>
3246
3247         * FloatList.h: move out #include "Floating.h".
3248         * LaTeX.h: move out #include "DepTable.h".
3249         * LyXAction.h: move out #include "funcrequest.h".
3250         * buffer.h: move out #include "author.h", "iterators.h".
3251         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3252         * lyx_main.h: move out #include "errorlist.h".
3253         * lyxfunc.h: move out #include "FuncStatus.h".
3254         * lyxtext: move out #include "lyxcursor.h".
3255         * paragraph_pimpl.h: move out #include "counters.h".
3256
3257 2003-09-03  Angus Leeming  <leeming@lyx.org>
3258
3259         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3260         preamble_snippets list, enabling us to add snippets to the preamble
3261         only if the snippet was not there already.
3262
3263 2003-09-04  Angus Leeming  <leeming@lyx.org>
3264
3265         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3266
3267 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3268
3269         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3270         update
3271
3272 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3273
3274         * BranchList.C: point fix, earlier forgotten
3275
3276 2003-09-02  Angus Leeming  <leeming@lyx.org>
3277
3278         * box.C (contains): renamed from 'contained' after a fantastic
3279         amount of hot air.
3280
3281 2003-09-02  John Levon  <levon@movementarian.org>
3282
3283         * BufferView.C:
3284         * lyxcursor.h:
3285         * lyxcursor.C:
3286         * lyxfunc.C:
3287         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3288
3289 2003-09-02  John Levon  <levon@movementarian.org>
3290
3291         * text2.C: simplification of cursorEnd(), including partial
3292         fix for bug 1376
3293
3294 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3295
3296         * buffer.C (readFile): add a space
3297
3298 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3299
3300         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3301
3302 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3303
3304         * buffer.C (readFile): new function, take a filename and a
3305         ParagraphList::iterator
3306         (readFile): adjust
3307         (readFile): adjust, make it private. don't use setStream, make
3308         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3309         always contain the filename.
3310
3311         * BufferView.C (insertLyXFile): simplify and make it work for
3312         gzipped files.
3313
3314 2003-08-30  John Levon  <levon@movementarian.org>
3315
3316         * Makefile.am: fix dist (from Kayvan)
3317
3318 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3319
3320         * most files: change to use const Buffer refs
3321
3322 2003-08-27  André Pönitz  <poenitz@gmx.net>
3323
3324         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3325         on top of ownerPar().
3326
3327 2003-08-27  John Levon  <levon@movementarian.org>
3328
3329         * funcrequest.C: properly initialise POD members
3330
3331 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3332
3333         * lyxtext.h (top_y): move top_y from here
3334         * text.C:
3335         * text2.C:
3336         * text3.C:
3337         * BufferView.[Ch]:
3338         * BufferView_pimpl.[Ch]: to here
3339         * frontends/screen.C:
3340         * insets/insettabular.C:
3341         * insets/insettext.C: adjust
3342         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3343
3344 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3345
3346         * BufferView.[Ch]:
3347         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3348
3349 2003-08-26  André Pönitz  <poenitz@gmx.net>
3350
3351         * paragraph_func.[Ch] (outerPar): new function
3352
3353         * paragraph.C:
3354         * paragraph_funcs.C:
3355         * paragraph_funcs.h:
3356         * paragraph_pimpl.C:
3357         * text2.C: remove Inset::par_owner
3358
3359 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3360
3361         * lyxrow_funcs.C:
3362         * lyxtext.h:
3363         * text.C:
3364         * text2.C: eliminates the needFullRow/display() stuff
3365         altogether, putting the logic in metrics/draw in the insets.
3366
3367 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3368
3369         * text2.C (redoParagraphInternal, redoParagraphs):
3370         * text.C (redoParagraph): add a call to updateRowPositions at the
3371         end of each 'metrics-like' call. Remove all others.
3372         (getRow): remove the 'y-computing' version.
3373         (getRowNearY): do not compute nor return the real y. Solve the
3374         'y < 0' problem and simplify.
3375
3376 2003-08-22  Angus Leeming  <leeming@lyx.org>
3377
3378         * *.[Ch]: clean-up of licence and author blurbs.
3379         Also move config.h out of a few .h files and into a few .C files.
3380
3381 2003-08-22  André Pönitz  <poenitz@gmx.net>
3382
3383         * lyxrow.[Ch]: add x_ and *fill_ members
3384
3385         * lyxtext.h:
3386         * text.C:
3387         * rowpainter.C:
3388         * text2.C: adjust/remove prepareToPrint() calls
3389
3390 2003-08-22  André Pönitz  <poenitz@gmx.net>
3391
3392         * lyxrow.[Ch]: add  end_ member
3393
3394         * lyxrow_funcs.C: use LyXRow::end_
3395
3396         * lyxtext.h (singleWidth): add LyXFont parameter
3397
3398         * rowpainter.C:
3399         * text2.C: adjust LyXText::singleWidth() calls
3400
3401         * text.C (redoParagraph): simplify row breaking logic
3402
3403
3404 2003-08-19  André Pönitz  <poenitz@gmx.net>
3405
3406         * funcrequest.C: initialize button_ member
3407
3408         * text3.C:
3409         * rowpainter.[Ch]: interface consolidation
3410
3411 2003-08-18  André Pönitz  <poenitz@gmx.net>
3412
3413         * BufferView.C:
3414         * BufferView_pimpl.C:
3415         * lyxfind.C:
3416         * paragraph_funcs.C:
3417         * rowpainter.C:
3418         * text3.C: remove LyXScreen::draw() and fitCursor calls
3419
3420         * BranchList.h: remove spurious semicolons
3421
3422         * MenuBackend.C: fix branchlist related crash
3423
3424 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3425
3426         * BranchList.[Ch]:
3427         * InsetList.[Ch]:
3428         * LColor.[Ch]:
3429         * LyXAction.C:
3430         * Makefile.am:
3431         * MenuBackend.[Ch]:
3432         * bufferparams.[Ch]:
3433         * factory.C:
3434         * lfuns.h:
3435         * lyxfunc.C:
3436         * text3.C: implements the 'branch inset'
3437         idea. This allows the output of various versions of a document
3438         from a single source version, selectively outputing or suppressing
3439         output of parts of the text.
3440         This implementation contains a 'branch list editor' in a separate
3441         tab of the document settings dialog. Branches are user definable
3442         and have a "display colour" to distinguish them on-screen.
3443
3444         ColorHandler was somewhat cleaned up.
3445         (1) make possible a dynamically growing LColor list by allowing
3446         the graphic context cache to grow along (vector);
3447         (2) eliminate an IMHO unnecessary step in colour allocation.
3448
3449 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3450
3451         * BufferView_pimpl.C: compile fix
3452
3453 2003-08-15  André Pönitz  <poenitz@gmx.net>
3454
3455         * rowpainter.C: remove extra metrics calls
3456
3457         * lyxtext.h: merge the two constructors into a single one,
3458           pass reference to owner's par list
3459
3460         * BufferView_pimpl.C:
3461         * text.C:
3462         * text2.C: adjust
3463
3464 2003-08-15  André Pönitz  <poenitz@gmx.net>
3465
3466         * lyxrow_funcs.[Ch]:
3467         * lyxtext.h:
3468         * paragraph.h:
3469         * paragraph_funcs.C:
3470         * rowpainter.C:
3471         * text.C:
3472         * text2.C:
3473         * text3.C:
3474         * text_funcs.C: split LyXText::rowlist_ into individual
3475         Paragraph::rows_ chunks
3476
3477         * BufferView.[Ch]:
3478         * BufferView_pimpl.[Ch]:
3479         * lyxfind.C:
3480         * lyxtext.h:
3481         * text3.C: remove toggleSelection()
3482
3483 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3484
3485         * bufferlist.C: beautify two alerts (shorter text of buttons)
3486         * buffer.C: Remove redundant ' ' from message
3487         * tabular.h:
3488         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3489         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3490         rename VALIGN_CENTER to VALIGN_MIDDLE
3491
3492 2003-08-11  André Pönitz  <poenitz@gmx.net>
3493
3494         * lyxtext.h (getPar):
3495         * text.C: new function
3496
3497 2003-08-11  André Pönitz  <poenitz@gmx.net>
3498
3499         * Makefile.am:
3500         * tracer.[Ch]: remove unneeded files
3501
3502         * InsetList.[Ch]: remove resizeInsetsLyXText()
3503
3504         * lyxtext.h:
3505         * text.C:
3506         * text2.C:
3507         * text3.C: merge insertParagraphs() and appendParagraph()
3508         remove breakAgain(), update()
3509
3510         * BufferView_pimpl.[Ch]:
3511         * bufferview_funcs.[Ch]:
3512         * lyxfunc.C:
3513         * paragraph.[Ch]:
3514         * rowpainter.C:
3515         * tabular.C: adjust after text & InsetList changes.
3516
3517 2003-08-08  André Pönitz  <poenitz@gmx.net>
3518
3519         * text.C (insertChar, backspace): replace rowlist fiddling
3520         with rebreak of full par
3521
3522         * lyxtext.h:
3523         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3524         checkParagraph, updateInset): removed
3525
3526 2003-08-07  André Pönitz  <poenitz@gmx.net>
3527
3528         * paragraph.C:
3529         * text3.C: merge some LFUN handlers, remove dead code
3530
3531 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3532
3533         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3534
3535 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3536
3537         * text2.C (DEPM): fix part of bug 1255 and 1256
3538
3539 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3540
3541         * BufferView_pimpl.C (workAreaDispatch): change to use
3542         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3543         that are no mouse related.
3544
3545 2003-08-05  André Pönitz  <poenitz@gmx.net>
3546
3547         * BufferView.[Ch]:
3548         * BufferView_pimpl.[Ch]:
3549         * bufferview_funcs.C:
3550         * text2.C:
3551         * text3.C: rip out "deep update"
3552
3553         * textcursor.[Ch] (last_sel_cursor): remove unused member
3554
3555 2003-08-04  André Pönitz  <poenitz@gmx.net>
3556
3557         * BufferView.[Ch]:
3558         * BufferView_pimpl.[Ch]:
3559         * ParagraphParameters.C:
3560         * bufferview_funcs.C:
3561         * lyx_cb.C:
3562         * lyxfind.C:
3563         * lyxfunc.C:
3564         * text.C:
3565         * text2.C:
3566         * text3.C: replace "complicated" BufferView::update(...) calls with
3567         simpler ones.
3568
3569         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3570
3571 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3572
3573         * Makefile.am (lyx_SOURCES): add paper.h
3574
3575 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3576
3577         * Makefile.am: move things around so that both lyx-qt and
3578         lyx-xforms can be built (according to --with-frontend). Then lyx
3579         is a symbolic link to lyx-[firstfrontend]
3580
3581 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3582
3583         * Always use std::endl with lyxerr
3584
3585 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3586
3587         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3588
3589 2003-08-01  André Pönitz  <poenitz@gmx.net>
3590
3591         * BufferView.[Ch]:
3592         * BufferView_pimpl.[Ch]:
3593         * lyxfunc.C:
3594         * text3.C: merge BufferView::repaint() and BufferView::update()
3595
3596 2003-08-01  José Matos  <jamatos@lyx.org>
3597
3598         * buffer.[Ch]: file_format is no longer a buffer data element.
3599
3600 2003-08-01  André Pönitz  <poenitz@gmx.net>
3601
3602         * BufferView.C:
3603         * lyxtext.h:
3604         * text.C:
3605         * text2.C: make redoParagraph more independent of current cursor
3606
3607         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3608         * text.C:
3609         * text2.C: remove unneeded members
3610
3611 2003-07-30  André Pönitz  <poenitz@gmx.net>
3612
3613         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3614
3615         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3616           create a single function...
3617
3618         * paragraph_funcs.C (moveItem): ... here.
3619
3620         * text.C:
3621           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3622
3623 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3624
3625         * LColor.[Ch]: Add comment and greyedout logical colors.
3626
3627 2003-07-30  André Pönitz  <poenitz@gmx.net>
3628
3629         * tabular.C: don't use Assert too heavily. This crashes where it
3630           shouldn't
3631
3632 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3633
3634         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3635         is disabled (bug 1232)
3636
3637 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3638
3639         * factory.C: limited 'arg' scope
3640
3641 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3642
3643         * factory.C: fixed Note submenu issues
3644
3645 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3646
3647         * factory.C: submenu for Note/Comment/Greyedout
3648
3649 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3650
3651         * lyx_main.C (LyX):
3652         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3653
3654 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3655
3656         * LaTeXFeatures.C:
3657         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3658         greyedout. Patch provided by Jürgen Spitzmüller.
3659
3660 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3661
3662         * kbmap.C (read): fix error message when reading bind files
3663
3664 2003-07-29  Angus Leeming  <leeming@lyx.org>
3665
3666         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3667         certainly does not do what it purports to do. I am doing it, and
3668         us, a favour by killing it.
3669
3670 2003-07-28  José Matos  <jamatos@lyx.org>
3671
3672         * buffer.C (readBody, do_writeFile):
3673         * paragraph.C(readParagraph): \end_document replaces \the_end.
3674
3675 2003-07-29  André Pönitz  <poenitz@gmx.net>
3676
3677         * BufferView.[Ch]:
3678         * BufferView_pimpl.[Ch]:
3679         * lyxfunc.C:
3680         * text2.C:
3681         * text3.C:
3682         * textcursor.[Ch]: remove toggleToggle & Co
3683
3684 2003-07-28  José Matos  <jamatos@fep.up.pt>
3685
3686         * buffer.C (readParagraph):
3687         * params_func (readParToken, readParagraph):
3688         * paragraph.C (write): \layout -> \begin_layout.
3689
3690 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3691
3692         * lyxlex_pimpl.C (setFile): clean up slightly.
3693
3694         * bufferparams.h: add compressed var
3695
3696         * buffer_funcs.C (readFile): adjust for LyXLex change
3697         (newFile): ditto + simplify
3698
3699         * buffer.C (writeFile): handle writing of compressed files
3700
3701         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3702         Check if the file is compressed and set a bufferparm if so.
3703
3704         * Makefile.am (lyx_LDADD): remove explicit -lz
3705
3706 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3707
3708         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3709         makeDocBookFile): put the real LyX version in the first line of
3710         the file
3711
3712         * version.h:
3713         * version.C.in: remove lyx_docversion
3714
3715         * tabular.C (write_attribute): add a template-based version to
3716         write enums properly
3717
3718 2003-07-28  André Pönitz  <poenitz@gmx.net>
3719
3720         * lyxtext.h:
3721         * text.C:
3722         * text2.C:
3723         * text3.C: use doubles again for x-coordinates. They are needed.
3724
3725 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3726
3727         * messages.C (getLocaleDir): use lyx_localedir()
3728
3729         * lyxlex_pimpl.C (setFile): compress stuff
3730
3731         * buffer.C (writeFile): add some compression stuff
3732         (do_writeFile): new func, dont call expliti close... will this
3733         breake anything?
3734
3735         * Makefile.am (lyx_LDADD): add -lz
3736
3737 2003-07-28  José Matos  <jamatos@fep.up.pt>
3738
3739         * buffer.C: increment file format.
3740         * paragraph_funcs (readParagraph, readParToken):
3741         * paragraph.C (readParagraph): add \end_layout.
3742
3743 2003-07-27  Angus Leeming  <leeming@lyx.org>
3744
3745         * Makefile.am: remove special casing for configure-time setting of
3746         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3747
3748         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3749         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3750
3751 2003-07-26  André Pönitz  <poenitz@gmx.net>
3752
3753         * paragraph_func.[Ch]:
3754         * paragraph.C (realizeFont): inline it whereever it is used
3755
3756         * rowpainter.C:
3757         * text.C:
3758         * text2.C:
3759         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3760
3761
3762 2003-07-26  André Pönitz  <poenitz@gmx.net>
3763
3764         *       lyxtext.h:
3765         * text.C:
3766         * text2.C: get rid of LyXText::need_break_row
3767
3768 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3769
3770         * toc.[Ch]: put namespace toc inside namespace lyx
3771
3772         * MenuBackend.C (expandToc2): adjust for lyx::toc
3773         (expandToc): ditto
3774
3775         * lyxfunc.C (dispatch): adjust for lyx::find
3776
3777         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3778         lyx::find instead. Reorganize a bit.
3779         (LyXReplace): rename to replace
3780         (LyXFind): rename to find
3781
3782         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3783         (dispatch): ditto
3784
3785 2003-07-26  André Pönitz  <poenitz@gmx.net>
3786
3787         * text.C (setHeightOfRow): restrict scope of temporary variable
3788
3789         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3790           code (never has been used?)
3791
3792 2003-07-27  Asger Alstrup  <alstrup@local>
3793
3794         * text.C (fill): Optimise algorithm to exploit that we can reuse
3795         the LyXFont for many characters.
3796         (setHeightOfRow): Same thing.
3797         (rowBreakPoint): Same thing.
3798
3799 2003-07-26  Asger Alstrup  <alstrup@local>
3800
3801         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3802
3803         * text.C (singleWidth): Spurious font copying in hot-spot
3804         singleWidth avoided. Reorder tests for arabic for efficiency.
3805
3806         * text.C (fill): handle empty paragraphs better.
3807
3808 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3809
3810         * ispell.C:
3811         * encoding.h: add includes
3812
3813         * lyxrc.C: remove reading of bind files
3814
3815         * lyx_main.C (init): setup bindings and menus only if we have a
3816         gui.
3817
3818         * kbmap.C (read): new method. Do the actual reading of bind
3819         files.
3820
3821         * converter.C (dvipdfm_options):
3822         * bufferparams.C:
3823         * lyxrc.C (read):
3824         (output): adapt PAPER_* enums.
3825
3826         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3827
3828         * bufferparams.h: remove paper-related enums from there
3829
3830         * paper.h: New file. A trivial header file to hold paper-related
3831         enums. It should later expand to contain many paper-related
3832         horrors access.
3833
3834         * lyxrc.C: declare extern displayTranslator
3835
3836 2003-07-27  José Matos  <jamatos@fep.up.pt>
3837
3838         * tabular.[Ch] (linuxdoc): add support for tables and figures
3839         (linuxdoc).
3840
3841 2003-07-27  José Matos  <jamatos@fep.up.pt>
3842
3843         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3844         consistency in both functions.
3845         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3846
3847 2003-07-26  Asger Alstrup  <alstrup@local>
3848
3849         * rowpainter.C (paintRows): Change algorithm to work directly on
3850         the insets rather than asking every character in the document
3851         whether its an inset.
3852
3853 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3854
3855         * buffer.C (openFileWrite): factorize some code
3856
3857 2003-07-26  Angus Leeming  <leeming@lyx.org>
3858
3859         * lyx_cb.C:
3860         * lyx_main.[Ch]: replace occurances of system_tempdir with
3861         os::getTmpDir().
3862
3863 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3864
3865         * rename Inset to InsetOld
3866
3867 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3868
3869         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3870         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3871         which I think is a bit clearer. EDIT is gone, since it was
3872         premature optimisation, and broken for mathed anyway.
3873         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3874         with cursor positioning in insets as well (math insets still do not
3875         work, but that's a different story anyway.) It mysteriously
3876         crashes sometimes with undo in the first paragraph, but I'm fairly
3877         confident that this is a compiler bug.
3878
3879 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3880
3881         * paragraph.C (Paragraph): adjust for new clone return type
3882         (operator==): ditto
3883         (copyIntoMinibuffer): ditto
3884
3885 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3886
3887         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3888         by not having a special case, and always doing a full rebreak of
3889         the document after undo.
3890
3891 2003-07-23  Angus Leeming  <leeming@lyx.org>
3892
3893         * factory.C (createInset): InsetExternal::setParams now takes a
3894         Buffer const * arg.
3895
3896 2003-07-23  Angus Leeming  <leeming@lyx.org>
3897
3898         * factory.C (createInset): changed interface to the external and
3899         graphics mailers' string2params functions.
3900
3901 2003-07-23  Angus Leeming  <leeming@lyx.org>
3902
3903         * factory.C (createInset): pass a
3904         Buffer const * parameter to InsetExternalMailer's string2params.
3905
3906 2003-07-22  John Levon  <levon@movementarian.org>
3907
3908         * Thesaurus.h: include the right aiksaurus header
3909
3910 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3911
3912         * MenuBackend.C (expand): check menu shortcuts unconditionally
3913
3914 2003-07-21  Angus Leeming  <leeming@lyx.org>
3915
3916         * factory.C (createInset): pass a
3917         buffer_path parameter to InsetGraphicsMailer's string2params.
3918
3919 2003-07-21  Angus Leeming  <leeming@lyx.org>
3920
3921         * BufferView_pimpl.C (buffer):
3922         * buffer.C (d-tor):
3923         * lyx_main.C (LyX):
3924         * lyxfunc.C (dispatch):
3925         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3926         rather than the grfx shortcut.
3927
3928 2003-07-21  André Pönitz  <poenitz@gmx.net>
3929
3930         * rowpainter.C: remove unused variables
3931
3932         * tabular_funcs.C:
3933         * tabular_funcs.h: move to tabular.C
3934         * Makefile.am: adjust
3935
3936         * tabular.[Ch]: basic optical cleaning
3937
3938         * author.h: pass references, not values
3939
3940 2003-07-18  André Pönitz  <poenitz@gmx.net>
3941
3942         * lyxtext.h:
3943         * metricsinfo.C:
3944         * metricsinfo.h:
3945         * rowpainter.C:
3946         * text.C:
3947         * text2.C:
3948         * text3.C: two-phase drawing for InsetText and InsetTabular
3949         some float -> int changes.
3950
3951 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3952
3953         * lyx_main.C: fix the fix
3954
3955 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3956
3957         * lyx_main.C: fix a crash in batch mode if no files specified
3958         * converter.C: ws
3959
3960 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3961
3962         * format.[Ch] (papersize): moved to BufferParams
3963         * converter.[Ch] (dvips_options): moved to BufferParams
3964         (dvipdfm_options): moved to anon namespace
3965         * bufferparams.[Ch]: added above functions.
3966
3967 2003-07-17  André Pönitz  <poenitz@gmx.net>
3968
3969         * lyxtext.h:
3970         * rowpainter.C:
3971         * text2.C: don't call inset->update() anymore
3972
3973         * metricsinfo.[Ch]: add convenience constructor
3974
3975 2003-07-16  André Pönitz  <poenitz@gmx.net>
3976
3977         * lyxcursor.[Ch]:
3978         * lyxfunc.[Ch]:
3979         * text.C:
3980         * text2.C: replace the LyXCursor::irow_ member with
3981          on-demand computation of the value
3982
3983 2003-07-16  John Levon  <levon@movementarian.org>
3984
3985         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3986
3987 2003-07-15  André Pönitz  <poenitz@gmx.net>
3988
3989         * text.C:
3990         * text2.C: remove no more needed refresh_row
3991
3992 2003-07-15  André Pönitz  <poenitz@gmx.net>
3993
3994         * lyxtext.h:
3995         * rowpainter.C:
3996         * text2.C:
3997         * text3.C: refresh_status tristate -> need_update bool
3998
3999 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4000
4001         * lyxtext.h (init): remove reinit argument (act as if always true)
4002         * text2.C: adjust to that
4003
4004 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4005
4006         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4007         * text3.C: use it to delete selections in some cases
4008         (bugs 441, 673, 702, 954).
4009
4010 2003-07-14  André Pönitz  <poenitz@gmx.net>
4011
4012         * rowpainter.[Ch]: reduce interface
4013
4014 2003-07-14  André Pönitz  <poenitz@gmx.net>
4015
4016         * BufferView_pimpl.C:
4017         * text2.C: adjust after removing unused BufferView * argument
4018
4019 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4020
4021         * text2.C (init): fix a crash fired on resize
4022
4023 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4024
4025         * buffer.[Ch]: added new closing signal
4026         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4027         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4028         BufferView::Pimpl via the closing the signal
4029
4030 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4031
4032         * buffer.[Ch]: take out all bv-related from buffer
4033         * BufferView.C:
4034         * BufferView_pimpl.[Ch]: connect to new signals
4035         * CutAndPaste.C: removed useless asserts
4036         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4037         * lyxvc.[Ch]:
4038         * vc-backend.[Ch]:
4039         * lyxfunc.C: moved view-related funciontality from vc here
4040         * paragraph.C: removed outdated comments
4041         * text.C: ws
4042
4043 2003-07-10  André Pönitz  <poenitz@gmx.net>
4044
4045         * BufferView_pimpl.C:
4046         * tabular.h:
4047         * tabular_funcs.C:
4048         * text.C:
4049         * text2.C: remove InsetText::InnerCache, clean up consequences
4050
4051 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4052
4053         * ispell.C: fix two typos in error messages
4054
4055 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4056
4057         * Extend Note inset to other forms of annotation like Comment
4058         and Greyedout. Right button click gives dialog.
4059
4060         Files modified or added (+):
4061
4062         * insetnote.[Ch]
4063         * FormNote.[Ch]      +
4064         * ControlNote.[Ch]   +
4065         * form_note.fd       +
4066         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4067         frontends/controllers
4068         * xforms/Dialogs.C
4069         * factory.C
4070
4071 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4072
4073         * aspell.C: add missing namespace lyx::support
4074
4075 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4076
4077         * BufferView.[Ch] (newFile): Add
4078         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4079         * LaTeX.[Ch] (message): added this signal and use it
4080         * buffer.[Ch] (busy, message): added these signals and use them
4081         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4082         * converter.C:
4083         * exporter.C:
4084         * format.C:
4085         * importer.C: use buffer signals instead of direct bv calling
4086         * lyx_cb.[Ch] (ShowMessage): removed
4087         * lyx_main.C:
4088         * lyxfunc.C:
4089         * paragraph_funcs.C:
4090         * text2.C: use buffer signals
4091
4092 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4093
4094         * introduce namespace lyx::graphics
4095
4096 2003-07-02  André Pönitz  <poenitz@gmx.net>
4097
4098         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4099
4100 2003-07-01  André Pönitz  <poenitz@gmx.net>
4101
4102         * text.C:
4103         * text2.C:
4104         * text3.C:
4105         * text_funcs.[Ch]:
4106         * textcursor.h:
4107         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4108           text*.C to text_func.C
4109
4110 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4111
4112         * introduce namespace lyx::support
4113
4114 2003-06-30  André Pönitz  <poenitz@gmx.net>
4115
4116         * Chktex.C:
4117         * funcrequest.C:
4118         * lyxtext.h:
4119         * text.C: re-enable --with-included-string
4120
4121 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4122
4123         * textcursor.C: add <config.h>
4124
4125         * text.C (getWord): remove const from word_location arg
4126
4127         * lyxvc.C (getLogFile): fix const type order
4128
4129         * lyxtext.h: remove const from word_location arg, add arg name
4130
4131         * lyxlayout.h: currect type on labeltype.
4132
4133         * importer.C: correct \file
4134
4135         * converter.C (intToFormat): use std:: on ret val, ws changes
4136
4137         * bufferlist.h: correct \file
4138
4139         * buffer.C (makeLinuxDocFile): fix const type order
4140         (makeDocBookFile): ditto
4141         (fillWithBibKeys): use std:: on stdlib args.
4142
4143         * CutAndPaste.C: fix authors.
4144         (availableSelections): use std:: on return vector
4145
4146 2003-06-27  André Pönitz  <poenitz@gmx.net>
4147
4148         * BufferView_pimpl.C:
4149         * bufferview_funcs.C:
4150         * lyxcursor.C:
4151         * lyxcursor.h:
4152         * lyxfunc.C:
4153         * lyxtext.h:
4154         * rowpainter.C:
4155         * text.C:
4156         * text2.C:
4157         * text3.C: remove LyXCursor::row_ member
4158
4159         * lyxtext.h:
4160         * text.C: rename fullRebreak() to partialRebreak() and implement
4161           a fullRebreak() that really bereks fully
4162
4163         * textcursor.h: new struct for cursor-related data
4164
4165 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4166
4167         * lyx_main.C (LyX): get full path of document loaded on the
4168         command line
4169
4170 2003-06-26  André Pönitz  <poenitz@gmx.net>
4171
4172         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4173           remove unused/broken operator>,<,>=.
4174
4175         *       text.C: remove only use of broken operator<= in an Assert().
4176
4177 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4178
4179         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4180         moved errorlist_.clear to showErrorList
4181
4182 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4183
4184         * converter.C (scanLog, runLaTeX):
4185         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4186         move the bv->showErrorList call to the callers
4187         * lyxfunc.C: i.e. here...
4188         * text2.C: and here
4189         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4190         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4191         namespace, the second to...
4192         * buffer_funcs (BufferFormat, parseErrors): added
4193         * errorlist.C (ErrorList(TeXErrors const &)): removed
4194
4195 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4196
4197         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4198
4199 2003-06-24  "Garst R. Reese" <reese@isn.net>
4200
4201         * debug.C: fix typo
4202
4203 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4204
4205         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4206
4207         * version.C.in: change docversion to 1.4
4208
4209 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4210
4211         * buffer.C: fix a bug just introduced
4212
4213 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4214
4215         * buffer.[Ch]: added the parseError signal and use it, removed
4216         sgmlError
4217         * BufferView.[Ch] (addError): moved to ...
4218         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4219         to the Buffer::parseError signal to catch (guess what) parse errors
4220         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4221
4222 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4223
4224         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4225         ability to create a buffer and to return an existing one from
4226         the list. Moved these functions to...
4227         * buffer_funcs.[Ch]: added
4228         * BufferView.[Ch] (loadLyXFile): added
4229         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4230         job removed from bufferlist::loadLyXFile.
4231         * buffer.C (setReadOnly): make it work without view
4232         (i.e added an if (users))
4233
4234 2003-06-19  Angus Leeming  <leeming@lyx.org>
4235
4236         * lfuns.h:
4237         * LyXAction.C (init):
4238         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4239         with LFUN_DIALOG_SHOW <name> <data>.
4240
4241 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4242
4243         * CutAndPaste.C (availableSelections): small compilation fix for
4244         ancient (gcc 2.9x) compilers
4245
4246 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4247
4248         * text3.C (cursorNext): add tmp var
4249
4250         * text2.C (updateCounters): for function calling out of for clause
4251         (replaceSelectionWithString): ditto
4252         (insertStringAsParagraphs): ditto
4253         (getColumnNearX): add tmp var
4254         (setCursorFromCoordinates): add tmp var
4255         (cursorDownParagraph): add tmp var
4256         (deleteEmptyParagraphMechanism): add tmp var
4257
4258         * text.C (insertChar): add tmp var
4259
4260         * rowpainter.C (paintDepthBar): add tmp var
4261
4262         * CutAndPaste.C (availableSelections): potentially check all
4263         paragraphs in a cut to fill the shown strings.
4264
4265 2003-06-18  André Pönitz  <poenitz@gmx.net>
4266
4267         * kbmap.[Ch]: use vector<> instead of list<>
4268
4269 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4270
4271         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4272         pasteSelection with index
4273
4274         * text2.C (pasteSelection): modify, call pasteSelection with index
4275
4276         * paragraph.C (asString): reimplement version with no interval to
4277         call the one with interval.
4278
4279         * lyxtext.h: add index arg to pasteSelection
4280
4281         * MenuBackend.C (MenuItem): handle PasteRecent
4282         (Menu::read::Menutags): add md_pasterecent
4283         (read): handle it
4284         (expandPasteRecent): new function
4285         (expand): use it
4286
4287         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4288
4289         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4290         the limited stack
4291         (availableSelections): new function
4292
4293 2003-06-17  Angus Leeming  <leeming@lyx.org>
4294
4295         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4296
4297 2003-06-17  Angus Leeming  <leeming@lyx.org>
4298
4299         * lfuns.h:
4300         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4301
4302         * lyxfunc.C (dispatch): invoke it.
4303
4304 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4305
4306         * iterators.C (operator++, ParPosition): reintroduce some
4307         const_cast for the benefit of older compilers.
4308
4309 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4310
4311         * text3.C (dispatch): do not modify clipboard when doing
4312         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4313         LFUN_DELETE_SKIP on a selection selection
4314
4315 2003-06-16  André Pönitz  <poenitz@gmx.net>
4316
4317         * BufferView.C:
4318         * buffer.C:
4319         * buffer.h:
4320         * paragraph.C:
4321         * tabular.[Ch]: IU of clone() and getLabelList();
4322
4323 2003-06-13  André Pönitz  <poenitz@gmx.net>
4324
4325         * tabular.h: compactification
4326
4327 2003-06-12  André Pönitz  <poenitz@gmx.net>
4328
4329         * tabular.C:
4330         * tabular.h:
4331         * tabular_funcs.h: some renaming plus whitespace
4332
4333 2003-06-12  André Pönitz  <poenitz@gmx.net>
4334
4335         * BufferView.C:
4336         * BufferView_pimpl.C:
4337         * CutAndPaste.C:
4338         * buffer.C:
4339         * iterators.[Ch]:
4340         * lyxfunc.C:
4341         * text.C:
4342         * toc.C: Return a Paragraph & for ParIterator::operator*()
4343
4344 2003-06-11  John Levon  <levon@movementarian.org>
4345
4346         * lyx_main.C:
4347         * ToolbarBackend.h:
4348         * ToolbarBackend.C: add "Toolbars" section and
4349         put the flags there
4350
4351 2003-06-10  Angus Leeming  <leeming@lyx.org>
4352
4353         * lfuns.h:
4354         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4355
4356         * lyxfunc.C (dispatch): invoke it.
4357
4358 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4359
4360         * main.C: protect <ios> with HAVE_IOS
4361         (main): protect sync_with_stdio with HAVE_IOS
4362
4363 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4364
4365         * text2.C (cutSelection): adjust
4366         (pasteSelection): adjust
4367
4368         * messages.C: handle get of empty string
4369
4370         * main.C (main): use sync_with_stdio(false)
4371
4372         * lyxfunc.C (dispatch): adjust
4373
4374         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4375         (WriteAs): remove unneeded BufferView arg.
4376
4377         * bufferparams.h: use correct types on papersize, papersize2 and
4378         paperpackage.
4379
4380         * bufferparams.C (readToken): adjust for type
4381         (writeLaTeX): add missing cases to switch.
4382
4383         * bufferlist.C (quitWriteBuffer): adjust
4384         (close): adjust
4385
4386         * buffer.C (asciiParagraph): remove some commented code.
4387
4388         * CutAndPaste.C: remove current_view extern variable.
4389         (cutSelection): add BufferParams arg.
4390         (eraseSelection): add BufferParams arg.
4391         (pasteSelection): add Buffer const & arg
4392
4393 2003-06-07  John Levon  <levon@movementarian.org>
4394
4395         * buffer.C:
4396         * paragraph_funcs.C:
4397         * paragraph_pimpl.C:
4398         * text.C:
4399         * text2.C:
4400         * paragraph.h:
4401         * paragraph.C: allow InsetERT to freely space lines,
4402         and some consolidation of code
4403
4404 2003-06-06  José Matos  <jamatos@fep.up.pt>
4405
4406         * buffer.C (makeDocBookFile): fix bug #821
4407
4408 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4409
4410         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4411
4412 2003-06-04  Angus Leeming  <leeming@lyx.org>
4413
4414         * buffer.C: bump format to 224.
4415
4416 2003-06-05  André Pönitz  <poenitz@gmx.net>
4417
4418         * text2.C (redoParagraphs): remove two const_cast<>
4419
4420 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4421
4422         * ParagraphList.h: remove last remnants of NO_STD_LIST
4423
4424 2003-06-03  Angus Leeming  <leeming@lyx.org>
4425
4426         * factory.C (createInset): small change to the way InsetExternal's params
4427         are set.
4428
4429 2003-06-04  André Pönitz  <poenitz@gmx.net>
4430
4431         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4432
4433         * paragraph_pimpl.h:
4434         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4435
4436         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4437
4438         * undo_funcs.C: make some simple cases of undo work again
4439
4440 2003-06-03  John Levon  <levon@movementarian.org>
4441
4442         * ispell.C: HPUX doesn't have sys/select.h
4443         (from Albert Chin)
4444
4445 2003-06-03  John Levon  <levon@movementarian.org>
4446
4447         * CutAndPaste.C: update tabular and include inset
4448         buffer references
4449
4450         * buffer.h:
4451         * paragraph.h:
4452         * paragraph.C: remove owningBuffer(), don't pass Buffer
4453         to clone()
4454
4455         * factory.C: insetGraphicsParams changed
4456
4457 2003-06-02  John Levon  <levon@movementarian.org>
4458
4459         * LyXAction.C:
4460         * factory.C:
4461         * lfuns.h:
4462         * lyxfunc.C:
4463         * text3.C: remove insetparent
4464
4465 2003-06-02  John Levon  <levon@movementarian.org>
4466
4467         * buffer.h:
4468         * buffer.C: fix inset_iterator.end(), move out of line
4469         (bug 1149)
4470
4471 2003-06-01  John Levon  <levon@movementarian.org>
4472
4473         * text3.C: use a proper cut/paste when doing inset
4474         insert (from Jürgen Spitzmüller)
4475
4476 2003-06-01  John Levon  <levon@movementarian.org>
4477
4478         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4479
4480 2003-05-30  André Pönitz  <poenitz@gmx.net>
4481
4482         * rowpainter.C: unify second drawing phase
4483
4484 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4485
4486         * trans_mgr.C: remove one case of current_view
4487
4488         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4489
4490         * paragraph_funcs.h: remove paragraph.h include
4491
4492         * paragraph.h: delete NO_STD_LIST stuff
4493
4494         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4495
4496         * buffer.h: remove paragraph.h include
4497
4498         * ParagraphList.C: delete file
4499
4500         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4501
4502         * toc.C (getTocList): adjust
4503
4504         * paragraph_pimpl.C (validate): adjust
4505
4506         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4507
4508         * paragraph.C (Paragraph): adjust
4509         (getPositionOfInset): use const_iterator, adjust
4510         (bibitem): use const_iterator, adjust
4511         (setInsetOwner): adjust
4512
4513         * iterators.C (operator++): adjust
4514
4515         * InsetList.[Ch]: Replace selfmade iterator with standard
4516         vector::iterator also introduce const_iterator. Remove getPos,
4517         getInset and setInset from InsetTable. Adjust accordingly.
4518
4519         * BufferView.C (lockInset): adjust
4520         (ChangeInsets): adjust
4521
4522         * tabular.[Ch]: delete commented same_id functions
4523
4524 2003-05-28  John Levon  <levon@movementarian.org>
4525
4526         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4527
4528 2003-05-28  André Pönitz  <poenitz@gmx.net>
4529
4530         * metricsinfo.[Ch]: remove 'fullredraw' member
4531
4532 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4533
4534         * lyxtextclass.C (operator): remove caching.
4535
4536 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4537
4538         * text3.C: adjust
4539
4540         * text2.C (cursorBottom): adjust
4541         (setCounter): use ParagraphList::find, adjust
4542
4543         * text.C (workWidth): use ParagraphList::find, adjust
4544
4545         * lyxcursor.C (LyXCursor): adjust
4546
4547         * buffer.C (inset_iterator): adjust
4548
4549         * ParagraphList.h: make iterator(value_type) private, make
4550         ParagraphList a friend of iterator.
4551
4552         * ParagraphList.C (find): new function
4553
4554         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4555
4556 2003-05-27  André Pönitz  <poenitz@gmx.net>
4557
4558         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4559
4560 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4561
4562         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4563
4564 2003-05-26  John Levon  <levon@movementarian.org>
4565
4566         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4567
4568 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4569
4570         * remove same_id from function signatures, adjust.
4571
4572 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4573
4574         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4575
4576         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4577
4578         * paragraph.C (Paragraph): get rid of same_ids parameter
4579
4580         * ParagraphList.C (insert): adjust
4581         (push_back): adjust
4582
4583 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4584
4585         * paragraph_funcs.C (breakParagraph): adjust
4586         (breakParagraphConservative): adjust
4587
4588         * buffer.C (readParagraph): adjust
4589
4590         * ParagraphList.C (insert): take a reference instead of a pointer
4591         (insert): adjust
4592
4593         * paragraph.[Ch] (id): new function
4594
4595         * bufferlist.C (newFile): adjust
4596
4597         * ParagraphList.C (ParagraphList): adjust
4598         (assign): adjust
4599         (push_back): take a reference instead of a pointer.
4600
4601         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4602
4603         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4604         instead.
4605
4606         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4607         set else use old code.
4608
4609         * ParagraphList.C: remove all NO_NEXT code and only compile this
4610         code of NO_STD_LIST is set.
4611
4612 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4613
4614         * BufferView_pimpl.C:
4615         * TextCache.C:
4616         * TextCache.h:
4617         * bufferlist.C:
4618         * errorlist.h:
4619         * format.C:
4620         * format.h:
4621         * graph.C:
4622         * lyxfunc.C:
4623         * lyxrc.C:
4624         * graphics/GraphicsConverter.C:
4625         * graphics/PreviewLoader.C: header adjustment
4626
4627 2003-05-23  Angus Leeming  <leeming@lyx.org>
4628
4629         * LaTeXFeatures.[Ch] (useBabel): new method.
4630         * bufferparams.C (writeLaTeX): use it.
4631
4632 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4633
4634         * ParagraphList.h (set): remove unused function.
4635
4636 2003-05-23  André Pönitz  <poenitz@gmx.net>
4637
4638         * BufferView.C:
4639         * BufferView_pimpl.C:
4640         * buffer.C:
4641         * buffer.h:
4642         * lyxfunc.C:
4643         * undo_funcs.C: setUndo reworked
4644
4645         * iterators.[Ch]: add access to topmost ParagraphList
4646
4647         * lyxtext.[Ch] (workWidth): add a const
4648
4649 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4650
4651         * texrow.[Ch] (increasePos): remove function
4652         * exporter.C (export): removed unused var and outdated comment
4653
4654 2003-05-23  Angus Leeming  <leeming@lyx.org>
4655
4656         * latexrunparams.h: rename fragile as moving_arg.
4657         * paragraph.C (simpleTeXOnePar): ditto.
4658         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4659
4660 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4661
4662         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4663         (createUndo): ditto
4664         (textUndoOrRedo): comment out a currently unused var.
4665
4666         * paragraph.h (NO_NEXT): enable NO_NEXT
4667
4668         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4669
4670         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4671
4672         * exporter.C (Export): adjust for removeAutoInsets removal.
4673
4674         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4675
4676         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4677
4678         * BufferView.[Ch] (removeAutoInsets): delete function
4679
4680 2003-05-22  Angus Leeming  <leeming@lyx.org>
4681
4682         * latexrunparams.h: add a free_spacing variable.
4683
4684         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4685         to pass moving_arg, as the data is stored in runparams.fragile.
4686
4687         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4688         to Inset::latexOptional or to simpleTeXOnePar.
4689
4690         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4691         free_spacing arg to Inset::latexOptional.
4692
4693         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4694         free_spacing arg.
4695
4696 2003-05-22  Angus Leeming  <leeming@lyx.org>
4697
4698         * latexrunparams.h: add fragile and use_babel variables.
4699
4700         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4701         * buffer.C (makeLaTeXFile): store this returned value in
4702         runparams.use_babel, thus passing it to the inset::latex methods.
4703
4704         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4705         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4706
4707         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4708         longer has a fragile arg, as it is stored in runparams.fragile.
4709
4710         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4711         moving_arg parameter as the data is stored in runparams.fragile.
4712
4713         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4714         a fragile parameter as the data is stored in runparams.fragile.
4715
4716 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4717
4718         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4719
4720 2003-05-22  Angus Leeming  <leeming@lyx.org>
4721
4722         * latexrunparams.h: add a 'bool nice' which defaults to false.
4723
4724         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4725         now encapsulated within runparams.
4726
4727         * bufferlist.C (updateIncludedTeXfiles):
4728         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4729
4730 2003-05-22  Angus Leeming  <leeming@lyx.org>
4731
4732         * latexrunparams.h: new file containing struct LatexRunParams.
4733         * Makefile.am: add new file.
4734
4735         * LaTeX.[Ch] (c-tor, run):
4736         * buffer.[Ch] (makeLaTeXFile):
4737         * bufferlist.[Ch] (updateIncludedTeXfiles):
4738         * converter.C (convert, scanLog):
4739         * converter.[Ch] (runLaTeX):
4740         * exporter.C (Export):
4741         * paragraph.[Ch] (simpleTeXOnePar):
4742         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4743         * paragraph_funcs.[Ch] (latexParagraphs):
4744         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4745         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4746         pass around a LatexRunParams parameter.
4747
4748 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4749
4750         * paragraph.[Ch]: remove unused constructor
4751
4752         * ParagraphList.C (erase): new function, taking two iterators
4753
4754 2003-05-22  André Pönitz  <poenitz@gmx.net>
4755
4756         * undo_funcs.C: remove duplicated code
4757
4758         * iterator.[Ch]: operator=
4759
4760 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4761
4762         * tabular.C (SetMultiColumn): ws changes
4763
4764         * rowpainter.C (paintFirst): get rid of a ->previous
4765
4766         * lyx_cb.C (getPossibleLabel): parlist simplification
4767
4768         * BufferView.C (ChangeInsets): simplify slightly.
4769
4770 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4771
4772         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4773         * lfuns.h: new LFUN_SPACE
4774         * lyxfunc.C: protected space has a new lfun
4775         * paragraph_funcs.C: read new space insets
4776         * text3.C:
4777         * factory.C: handle new space insets
4778
4779 2003-05-22  André Pönitz  <poenitz@gmx.net>
4780
4781         * BufferView.C:
4782         * BufferView_pimpl.C:
4783         * buffer.[Ch]:
4784         * lyxfunc.C:
4785         * undo_funcs.C: return a ParIterator from getParFromID.
4786
4787         * iterators.[Ch]: add two const's
4788
4789 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4790
4791         * toc.C (getTocList): adjust
4792
4793         * iterators.[Ch]: rework for parlist
4794
4795         * buffer.C (par_iterator_begin): adjust
4796         (par_iterator_end): adjust
4797
4798         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4799
4800         * BufferView.C (removeAutoInsets): adjust
4801         (ChangeInsets): adjust
4802
4803 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4804
4805         * text.C (top_y): fix bug 1110
4806
4807 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4808
4809         * errorlist.[Ch]: added
4810         * buffer.C:
4811         * BufferView.[Ch]:
4812         * BufferView_pimpl.C:
4813         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4814         instead
4815
4816 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4817
4818         * Makefile.am: ensure that lyx is relinked upon changes to the
4819         various "convenience" libs.
4820
4821 2003-05-20  Angus Leeming  <leeming@lyx.org>
4822
4823         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4824         files are compiled in alphabetical order again.
4825
4826         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4827
4828 2003-05-19  Angus Leeming  <leeming@lyx.org>
4829
4830         * gettext.[Ch]: remove "char const * _(char const *)".
4831
4832 2003-05-19  André Pönitz  <poenitz@gmx.net>
4833
4834         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4835
4836         * Makefile.am:
4837         * BufferView.C:
4838         * DepTable.h:
4839         * LaTeXFeatures.C:
4840         * buffer.C:
4841         * lyxfont.C:
4842         * lyxlex.h:
4843         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4844
4845 2003-05-19  André Pönitz  <poenitz@gmx.net>
4846
4847         * buffer.C:
4848         * lyxlayout.[Ch]:
4849         * lyxtextclass.[Ch]:
4850         * paragraph.C:
4851         * paragraph_funcs.[Ch]:
4852         * text2.C:
4853         * text3.C: more insetenv work
4854
4855 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4856
4857         * ParagraphParameters.C (params2string): small bug fixed
4858
4859 2003-05-16  André Pönitz  <poenitz@gmx.net>
4860
4861         * debug.C:
4862         * bufferview_funcs.C: patch from Kornel Benko to prevent
4863           crash when _(...) is called twice in a statement
4864
4865 2003-05-16  André Pönitz  <poenitz@gmx.net>
4866
4867         * BufferView.C:
4868         * lyxfunc.C:
4869         * text.C:
4870         * text2.C:
4871         * text3.C:
4872         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4873
4874 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4875
4876         * lyx_main.C (init): remove spurious static_cast
4877
4878 2003-05-14  André Pönitz  <poenitz@gmx.net>
4879
4880         * BufferView.C: fix format string
4881
4882 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4883
4884         * BufferView.[Ch] (insertErrors): removed
4885         * BufferView.[Ch] (showErrorList): added
4886         * buffer.C (runChkTeX):
4887         * converter.C (scanLog): call showErrorList instead of inserterrors
4888
4889 2003-05-13  André Pönitz  <poenitz@gmx.net>
4890
4891         * BufferView_pimpl.C:
4892         * buffer.C:
4893         * bufferview_func.C:
4894         * MenuBackend.C:
4895         * lyxfunc.C:
4896         * lyxrc.C:
4897         * tex-accent.C:
4898         * text3.C:
4899         * toc.C:
4900         * tabular_funcs.h: tostr() from its own header
4901
4902         * ParagraphParameters.C:
4903         * ToolbarBackend.C:
4904         * bufferparams.C:
4905         * format.C:
4906         * lyxlex_pimpl.C:
4907         * text3.C: STRCONV()
4908
4909 2003-05-12  André Pönitz  <poenitz@gmx.net>
4910
4911         * BufferView.C:
4912         * BufferView_pimpl.C:
4913         * CutAndPaste.C:
4914         * LaTeX.C:
4915         * LaTeXFeatures.C:
4916         * ParagraphParameters.C:
4917         * buffer.C:
4918         * bufferlist.C:
4919         * bufferparams.C:
4920         * bufferview_funcs.C:
4921         * converter.C:
4922         * counters.C:
4923         * debug.C:
4924         * exporter.C:
4925         * format.C:
4926         * importer.C:
4927         * lyx_cb.C:
4928         * lyx_main.C:
4929         * lyxfont.C:
4930         * lyxfunc.C:
4931         * lyxvc.C:
4932         * paragraph.C:
4933         * paragraph_funcs.C:
4934         * tabular.C:
4935         * tabular_funcs.C:
4936         * text2.C:
4937         * text3.C:  boost::format -> bformat  all over the place
4938
4939
4940 2003-05-09  André Pönitz  <poenitz@gmx.net>
4941
4942         * LColor.[Ch]: Pimpl the #include <map> away
4943
4944 2003-05-09  John Levon  <levon@movementarian.org>
4945
4946         * bufferlist.C: never remove emergency saves
4947
4948 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4949
4950         * Makefile.am: better lib building
4951
4952 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4953
4954         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4955         instead.
4956         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4957         (simpleTeXSpecialChars): adjust
4958         (simpleTeXSpecialChars): adjust
4959         * paragraph.C (simpleTeXOnePar): adjust
4960         * buffer.C (makeLaTeXFile): adjust
4961
4962         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4963
4964         * text2.C (changeDepth): parlist cleanup
4965         (getColumnNearX): ditto
4966
4967         * rowpainter.C (getLabelFont): parlist cleanup
4968
4969         * bufferlist.C (newFile): parlist cleanup
4970
4971         * CutAndPaste.C (eraseSelection): parlist cleanup
4972
4973         * BufferView_pimpl.C (trackChanges): parlist cleanup
4974         (dispatch): ditto
4975
4976         * BufferView.C (lockInset): parlist cleanup.
4977         (ChangeInsets): ditto
4978
4979 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4980
4981         * CutAndPaste.h: Update file header.
4982
4983         * CutAndPaste.C: Update file header.
4984         Store the parts cut out of the Document in a limited_stack.
4985         (copySelection): adjust
4986         (pasteSelection): new function, takes the index in the limited stack.
4987         (nrOfParagraphs): adjust
4988         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4989         simplify error inset insertion.
4990         (checkPastePossible): adjust
4991
4992 2003-05-06  John Levon  <levon@movementarian.org>
4993
4994         * text2.C: don't cast wrap inset to float
4995
4996 2003-05-05  André Pönitz  <poenitz@gmx.net>
4997
4998         * iterator.C:
4999         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5000
5001         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5002           few naked Paragraph *.
5003
5004 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5005
5006         * bufferparams.C: Output warning if a document with missing
5007         TeX document class is loaded
5008         * exporter.C: Disable TeX exports if the document class is missing
5009         * lyxtextclass.C:
5010         * lyxtextclass.h:
5011         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5012         isTeXClassAvailable()
5013
5014 2003-05-03  John Levon  <levon@movementarian.org>
5015
5016         * BufferView.h:
5017         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5018         explicit cursor show/hide
5019
5020         * BufferView_pimpl.h:
5021         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5022         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5023
5024         * lyxfunc.C: hide cursor before dispatching.
5025
5026         * lyx_cb.C:
5027         * lyxfind.C:
5028         * text.C:
5029         * text3.C: remove explicit cursor hides
5030
5031 2003-05-02  André Pönitz  <poenitz@gmx.net>
5032
5033         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5034
5035         * undo_funcs.C:
5036         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5037           linked lists
5038
5039         * text2.C: tiny whitespace
5040
5041 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5042
5043         * undo_funcs.C: almost only ws changes.
5044
5045         * ParagraphList.C (splice): just return if pl is empty.
5046
5047 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5048
5049         * ParagraphList.C (splice): new function.
5050
5051         * CutAndPaste.C (pasteSelection): use it
5052
5053 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5054
5055         * CutAndPaste.C (pasteSelection): remove the last next and
5056         previous from this file.
5057
5058 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * CutAndPaste.C (pasteSelection): more clean up, user proper
5061         ParagraphList functions for pasteing.
5062
5063         * ParagraphList.C (insert): new function, three arg insert
5064
5065 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5066
5067         * ParagraphList.C (insert): new function, three arg insert
5068
5069         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5070         not on paragraphs.
5071
5072 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5073
5074         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5075
5076 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5077
5078         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5079
5080 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5081
5082         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5083         (copySelection): clean up a bit.
5084         (pasteSelection): use make_pair
5085
5086         * ParagraphList.C (ParagraphList): implement copy constructor
5087         (operator=): implement, base on copy constructor.
5088         (assign): new func
5089
5090         * paragraph.C (erase): return a bool
5091
5092         * paragraph_pimpl.C (erasePos): remove function, move contents...
5093         (erase): ... here. Return a bool.
5094         (erase): call erase instead of erasePos.
5095
5096 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5097
5098         * ParagraphList.h: define PitPosPair
5099         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5100         ParagraphList, fix a bug on pasting multiple pars
5101         * text2.C: change interface to C&P
5102
5103 2003-04-30  André Pönitz  <poenitz@gmx.net>
5104
5105         * undo_func.C: revert part of yesterday's patch 2
5106
5107 2003-04-30  John Levon  <levon@movementarian.org>
5108
5109         * LColor.C: s/tabular/table/
5110
5111 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5112
5113         * text3.C (dispatch): do not convert iterator -> pointer
5114         * undo_funcs.C (setCursorParUndo): ditto
5115         * text_funcs.C (transposeChars): ditto
5116
5117         * text2.C (setLayout): ws changes only
5118
5119         * text.C (breakParagraph): do not convert iterator -> pointer
5120         (insertChar): ditto
5121         (acceptChange): ditto
5122         (rejectChange): ditto
5123         (changeCase): ditto
5124         (Delete): ditto
5125         (backspace): ditto
5126
5127         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5128         pointer
5129
5130 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5131
5132         * text3.C (gotoInset): YABG (yet another bad getChar)
5133
5134 2003-04-29  André Pönitz  <poenitz@gmx.net>
5135
5136         * paragraph.h: make operator= private unimplemented as long as
5137           it is unusable
5138
5139         * ParagraphList.C: whitespace
5140
5141         * paragraph.[Ch]:
5142         * paragraph_pimpl.[Ch]:
5143         * paragraph_funcs.C:
5144         * CutAndPaste.C:
5145         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5146
5147         * text2.C:
5148           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5149
5150 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5151
5152         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5153         * paragraph.[Ch] (erase):
5154         * paragraph_pimpl.[Ch] (erase): change return type and value
5155         * text2.C (cutSelection): some rework
5156
5157 2003-04-28  John Levon  <levon@movementarian.org>
5158
5159         * bufferlist.C: changes for unsaved changes dialog
5160
5161 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * bufferlist.C (newFile): set language (messages_) for new
5164         documents also.
5165
5166         * buffer.C (readFile): ws changes only.
5167
5168 2003-04-28  André Pönitz  <poenitz@gmx.net>
5169
5170         * undo_funcs.C:
5171         * lyxfunc.C:
5172         * buffer.[Ch]:
5173         * BufferView_pimpl.C:
5174         * BufferView.C: getParFromID related ParagraphList::iterator changes
5175
5176 2003-04-28  André Pönitz  <poenitz@gmx.net>
5177
5178         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5179           Changes
5180
5181 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5182
5183         * messages.C: remove one more localedir class variable.
5184
5185 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5186
5187         * messages.C (getLocaleDir): singleton generation function
5188         (Pimpl): use it.
5189         (Messages): add a default constructor.
5190
5191         * main.C (main): do not setup localedir here, do not call
5192         gettext_init.
5193
5194         * gettext.C (_): use it.
5195         (gettext_init): delete funciton
5196
5197 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5198
5199         * gettext.C (getLyXMessages): new singleton generating function.
5200
5201         * buffer.C (updateDocLang): adjust
5202
5203         * Makefile.am (messages.o): add target
5204         (main.o): remove target
5205
5206 2003-04-27  John Levon  <levon@movementarian.org>
5207
5208         * bufferlist.C:
5209         * lyx_cb.C:
5210         * lyxfunc.C:
5211         * lyxvc.C: specify cancel button in Alert::prompt
5212
5213 2003-04-26  John Levon  <levon@movementarian.org>
5214
5215         * text3.C:
5216         * lyxfunc.C:
5217         * lfuns.h:
5218         * LyXAction.C: add LFUN_INSET_SETTINGS
5219
5220         * lyxfunc.C: don't enable tabular-feature when there's
5221         just any locking inset
5222
5223 2003-04-26  John Levon  <levon@movementarian.org>
5224
5225         * bufferlist.C: re-add Cancel to buffer close question
5226
5227         * lyxfunc.C: fix import UI a bit
5228
5229 2003-04-25  John Levon  <levon@movementarian.org>
5230
5231         * gettext.C: remove the broken asserts for now
5232
5233 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5234
5235         * messages.C: make case where setlocale cannot comply work better.
5236
5237         * buffer.C (updateDocLang): new function
5238         (changeLanguage): use it
5239         (readFile): use it
5240
5241         * text2.C (setCounter): use B_ a bit.
5242
5243         * lyxlayout.C (Read): be sure to trim the label strings.
5244
5245         * messages.C (Messages): fix typo in comment
5246
5247         * buffer.C (readFile): set message_ after file is loaded.
5248         (makeDocBookFile): remove double return
5249         (changeLanguage): reset message_ upon language change.
5250         (B_): new func, use this to get translated buffer strings.
5251
5252         * main.C: add myself and Jean Marc as authors.
5253
5254 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5255
5256         * messages.[hC]: pimplify Messages, and three different pimpls to be
5257         used in different circumstances.
5258
5259         * gettext.[Ch]: change for use with new message code.
5260
5261 2003-04-24 André Pönitz <poenitz@gmx.net>
5262
5263         * factory.C: support for eqref
5264
5265 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5266
5267         * messages.[Ch]: add missing char
5268
5269         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5270
5271         * messages.[Ch]: New files
5272
5273 2003-04-18  John Levon  <levon@movementarian.org>
5274
5275         * BufferView.h:
5276         * BufferView.C:
5277         * BufferView_pimpl.C:
5278         * lfuns.h:
5279         * LyXAction.C:
5280         * lyxtext.h:
5281         * text2.C: remove layout-copy/paste (bug 778)
5282
5283 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5284
5285         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5286
5287 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5288
5289         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5290         if they succeed. Act accordingly.
5291
5292 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5293
5294         * text2.C (setCharFont): adjust
5295         (setCounter): adjust
5296         (insertStringAsLines): adjust
5297
5298         * text.C (leftMargin): adjust
5299         (setHeightOfRow): adjust
5300
5301         * rowpainter.C (paintFirst): adjust
5302         (paintLast): adjust
5303
5304         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5305         (outerHook): ditto
5306         (isFirstInSequence): ditto
5307         (getEndLabel): ditto
5308         (outerFont): adjust
5309
5310         * paragraph.C (getParLanguage): comment out some hard stuff.
5311
5312         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5313         (sgmlError): ditto
5314         (simpleDocBookOnePar): ditto
5315         (makeDocBookFile): use ParagraphList::iterator
5316
5317         * CutAndPaste.C (pasteSelection): adjust
5318
5319 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5320
5321         * text2.C (getFont): adjust
5322         (getLayoutFont): adjust
5323         (getLabelFont): adjust
5324
5325         * paragraph_funcs.C (TeXOnePar): adjust
5326
5327         * buffer.C (simpleLinuxDocOnePar): adjust
5328         (simpleDocBookOnePar): adjust
5329
5330         * CutAndPaste.C (pasteSelection): adjust
5331
5332         * BufferView.C (getEncoding): adjust
5333
5334         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5335
5336 2003-04-16  John Levon  <levon@movementarian.org>
5337
5338         * lyxfind.C: use parlist stuff for search/changes
5339
5340 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5341
5342         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5343
5344         * text2.C (deleteEmptyParagraphMechanism): adjust
5345
5346         * text2.[Ch] (ownerParagraph): delete func (both of them
5347
5348 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5349
5350         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5351
5352 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5353
5354         * ParagraphList.C: prepare for NO_NEXT
5355
5356 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5357
5358         * text2.C (getFont): adjust
5359         (getLayoutFont): adjust
5360         (getLabelFont): adjust
5361
5362         * paragraph.C (getFont): adjust
5363         (getLabelFont): adjust
5364         (getLayoutFont): adjust
5365
5366         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5367
5368 2003-04-15  John Levon  <levon@movementarian.org>
5369
5370         From Angus Leeming
5371
5372         * lyx_main.C: handle Include in .ui files
5373
5374 2003-04-15  John Levon  <levon@movementarian.org>
5375
5376         * MenuBackend.C: make the doc files length shorter
5377
5378         * ToolbarBackend.h:
5379         * ToolbarBackend.C: handle toolbar placement flags,
5380         Minibuffer
5381
5382 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5383
5384         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5385         adjust
5386
5387         * paragraph_funcs.C (TeXOnePar): adjust
5388
5389         * paragraph.C (getLabelFont): add outerfont arg, adjust
5390         (getLayoutFont): ditto
5391         (simpleTeXOnePar): adjust
5392
5393         * paragraph_pimpl.C (realizeFont): delete func
5394
5395 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5396
5397         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5398         row argument, constify cur argument.
5399
5400 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5401
5402         * text2.C (getFont): adjust
5403         (getLayoutFont): adjust
5404         (getLabelFont): adjust
5405
5406         * paragraph_funcs.C (TeXOnePar): adjust
5407         (outerFont): new func...
5408         (realizeFont): ...moved out from here, changed this to facilitate
5409         transition
5410
5411         * paragraph.C (getFont): take outerfont as arg, adjust
5412         (simpleTeXOnePar): add outerfont arg, adjust
5413
5414         * buffer.C (simpleLinuxDocOnePar): adjust
5415         (simpleDocBookOnePar): adjust
5416
5417         * CutAndPaste.C (pasteSelection): adjust
5418
5419         * BufferView.C (getEncoding): adjust
5420
5421 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5422
5423         * text2.C (setCharFont): adjust
5424         (setCounter): adjust
5425
5426         * text.C (leftMargin): adjust
5427         (setHeightOfRow): adjust
5428
5429         * rowpainter.C (paintFirst): adjust
5430         (paintLast): adjust
5431
5432         * paragraph_pimpl.C (realizeFont): adjust
5433
5434         * paragraph.C (isFirstInSequence): move from here...
5435         * paragraph_funcs.C (isFirstInSequence): ...to here
5436
5437         * paragraph.C (outerHook): move from here...
5438         * paragraph_funcs.C (outerHook): ...to here
5439
5440         * paragraph.C (depthHook): move from here...
5441         * paragraph_funcs.C (depthHook): ...to here
5442
5443         * paragraph.C (getEndLabel): move from here...
5444         * paragraph_funcs.C (getEndLabel): ...to here
5445
5446         * text2.C (realizeFont): move from here...
5447         * paragraph_funcs.C (realizeFont): ...to here
5448
5449 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5450
5451         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5452
5453 2003-04-14  Angus Leeming  <leeming@lyx.org>
5454
5455         * LColor.[Ch]: scrap LColor mathcursor.
5456
5457 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5458
5459         * lyxlex.[Ch] (text): delete function
5460         * trans.C (Load): adjust
5461         * paragraph_funcs.C (readParToken): adjust
5462
5463 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5464
5465         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5466         vector<char> instead of a char[].
5467
5468         * lyxlex_pimpl.C (getString): adjust
5469         (next): adjust
5470         (lex): use getString
5471         (eatLine): adjust
5472         (nextToken): adjust
5473
5474         * lyxlex.C (text): use pimpl_->getString()
5475         (getBool): ditto
5476         (findToken): ditto
5477
5478 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5479
5480         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5481         (makeFontEntriesLayoutSpecific): temp var for par.size()
5482         (setLayout): temp var for ownerParagraphs().end()
5483         (fullRebreak): temp var for rows().end()
5484         (selectionAsString): temp var for boost::next(startpit), realize
5485         that the while really is a regular for loop.
5486         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5487         setCursor in one place.
5488         (setParagraph): temp vr for ownerParagraphs().end()
5489         (updateCounters): make the while loop a for loop
5490         (cutSelection): temp var for ownerParagraphs().end()
5491         (updateInset): make the do {} while() a regular for loop
5492         (getCursorX): use temp vars
5493         (setCurrentFont): use temp vars
5494         (getColumnNearX): use temp vars
5495
5496 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5497
5498         * text.C (transformChar): use temp var for getChar
5499         (computeBidiTables): use temp var for row->par()
5500         (fill): move temp vars for row->par() and pit->layout() earlier in
5501         the function.
5502         (labelFill): use temp var for row->par()
5503         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5504         asc and desc, realize that pit never changes and that firstpit is
5505         just a duplicate and not needed. Exchange rit->par() with pit in a
5506         lot of places.
5507         (breakAgain): use a temp var for boost::next(rit)
5508         (breakAgainOneRow): ditto
5509         (breakParagraph): use a temp var for rows().begin()
5510         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5511         (cursorRightOneWord): use temp var for cursor.par() and
5512         cursor.pos(), remove usage of tmpcursor.
5513         (cursorLeftOneWord): use temp var for cursor.par() and
5514         cursor.pos() only set cur at end of function.
5515
5516 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5517
5518         * text.C, text2.C: exchange all usage of Paragraph::next with
5519         boost::next(ParagraphList::iterator)
5520
5521         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5522
5523         * text2.C (cursorTop): simplify implementation
5524         (cursorBottom): ditto
5525         (setParagraph): use ParagraphList::iterator
5526         (setCurrentFont): adjust
5527         (getColumnNearX): adjust
5528         (cursorRight): adjust
5529         (cursorLeft): remove usage of Paragraph::previous
5530         (cursorUpParagraph): ditto
5531         (deleteEmptyParagraphMechanism): slight cleanup
5532
5533         * text.C (isBoundary): take a Paragraph const & instead of a
5534         pointer as arg.
5535         (addressBreakPoint): ditto
5536         (leftMargin): remove usage of Paragraph::previous.
5537         (setHeightOfRow): ditto
5538         (cursorLeftOneWord): ditto
5539         (selectNextWordToSpellcheck): ditto
5540         (Delete): ditto
5541         (backspace): ditto
5542         (breakParagraph): remove one usage of Paragraph::next
5543         (redoParagraph): ditto
5544         (acceptChange): ditto
5545         (insertChar): adjust
5546         (rowBreakPoint): adjust
5547
5548         * bufferview_funcs.C (toggleAndShow): adjust
5549
5550 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5551
5552         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5553         methods to access it.
5554         * lyxtext.h:
5555         * text.C: Added updateRowPositions to compute all row positions.
5556         Make top_y and getRowNearY() to use the cached y position
5557
5558 2003-04-11  John Levon  <levon@movementarian.org>
5559
5560         * text.C (rowBreakPoint): reintroduce the labelEnd
5561         checks, code copied from the row fill stuff. Deep voodoo.
5562
5563         * text.C (fill): add a comment and debugging for the
5564         next poor soul.
5565
5566 2003-04-11  John Levon  <levon@movementarian.org>
5567
5568         * text.C: make sure fullrow insets get wrapped to the next line,
5569         even when they're in a manual label
5570
5571 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5572
5573         * text2.C (insertParagraph): make it take ParagraphList::iterator
5574         as arg.
5575         (setLayout): make it return ParagraphList::iterator
5576         (redoParagraphs): ditto
5577         (setCounter): ditto
5578         (checkParagraph): ditto
5579
5580         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5581
5582         * text2.C: adjust several funcs.
5583         (realizeFont): take a ParagraphList::iterator as arg.
5584         (getLayoutFont): ditto
5585         (getLabelFont): ditto
5586         (setCharFont): ditto
5587
5588         * text.C: adjust several funcs.
5589
5590 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5591
5592         * text.C (selectNextWordToSpellcheck): don't accidentally
5593         skip insets
5594
5595 2003-04-10  John Levon  <levon@movementarian.org>
5596
5597         * ToolbarBackend.C (getIcon): special handling for
5598         LFUN_MATH_DELIM
5599
5600 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5601
5602         * text2.C (cursorRight): a getChar assert fixed
5603
5604 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5605
5606         * text2.C (getFont): change to take a ParagraphList::iterator
5607         instead of Paragraph*
5608         Adjust several functions.
5609
5610         * text.C (transformChar): change to take a ParagraphList::iterator
5611         instead of Paragraph*
5612         (singleWidth): ditto
5613         Adjust several functions.
5614
5615         * rowpainter.C: adjust several functions
5616         * rowpainter.h:store a ParagraphList::iterator and not a
5617         Paragraph&.
5618
5619
5620 2003-04-09  John Levon  <levon@movementarian.org>
5621
5622         * lyxfunc.C:
5623         * lfuns.h:
5624         * LyXAction.h:
5625         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5626         and the "help" bits as well
5627
5628 2003-04-09  John Levon  <levon@movementarian.org>
5629
5630         * ToolbarBackend.h:
5631         * ToolbarBackend.C: allow multiple toolbars
5632
5633 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5634
5635         * undo_funcs.C (setCursorParUndo): adjust
5636
5637         * text_funcs.C (transposeChars): adjust
5638
5639         * text3.C (gotoNextInset): adjust
5640         (dispatch): adjust
5641
5642         * text2.C (setLayout): adjust
5643         (changeDepth): adjust
5644         (setFont): adjust
5645         (redoParagraphs): adjust
5646         (selectionAsString): adjust
5647         (setParagraph): adjust
5648         (insertInset): adjust
5649         (cutSelection): adjust
5650         (copySelection): adjust
5651         (pasteSelection): adjust
5652         (insertStringAsLines): adjust
5653         (updateInset): adjust
5654         (setCursor): change to take a ParagraphList::iterator parameter
5655         (setCursorIntern): change to take a ParagraphList::iterator parameter
5656         (setCurrentFont): adjust
5657         (cursorLeft): adjust
5658         (cursorRight): adjust
5659         (deleteEmptyParagraphMechanism): adjust
5660
5661         * text.C (breakParagraph): adjust
5662         (insertChar): adjust
5663         (acceptChange): adjust
5664         (rejectChange): adjust
5665         (selectNextWordToSpellcheck): adjust
5666         (changeCase): adjust
5667         (Delete): adjust
5668         (backspace): adjust
5669
5670         * lyxfind.C (SearchForward): adjust
5671         (SearchBackward): adjust
5672         (nextChange): adjust
5673
5674         * lyxcursor.C (par): adjust
5675
5676         * lyxcursor.h: store a ParagraphList::iterator instead of a
5677         Paragraph*
5678
5679         * lyx_cb.C (getPossibleLabel): adjust
5680
5681         * bufferview_funcs.C (toggleAndShow): adjust
5682
5683         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5684         (dispatch): adjust
5685
5686         * BufferView.C (removeAutoInsets): adjust
5687         (lockedInsetStoreUndo): adjust
5688
5689 2003-04-09  John Levon  <levon@movementarian.org>
5690
5691         * ToolbarBackend.C: try icon without argument
5692         if with argument fails
5693
5694 2003-04-08  John Levon  <levon@movementarian.org>
5695
5696         * ToolbarBackend.h:
5697         * ToolbarBackend.C: add getIcon(), handle tooltip,
5698         and change from "Icon" to "Item".
5699
5700 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5701
5702         * BufferView.C (lockInset): another bad getchar crunched
5703
5704 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5705
5706         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5707         again)
5708
5709 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5710
5711         * lyxfind.C (searchForward, searchBackwards): bug 782
5712
5713 2003-04-07  John Levon  <levon@movementarian.org>
5714
5715         * paragraph.C: remove dead comment
5716
5717         * text.C: remove troublesome depth-fiddling code
5718         in leftMargin() and rightMargin() (bug 1017)
5719
5720         * text.C: fix breaking of rows in nested lists
5721         (bug 1004)
5722
5723         * text2.C (updateCounters): fix up depth values
5724         (bug 1013)
5725
5726 2003-04-07  John Levon  <levon@movementarian.org>
5727
5728         * BufferView_pimpl.C: clear message when doc finishes resizing,
5729         and after a mouse event
5730
5731         * lyxfunc.C: clear message after exiting inset
5732
5733 2003-04-07  John Levon  <levon@movementarian.org>
5734
5735         * bufferview_funcs.C: show math status not outside
5736         status in the statusbar
5737
5738 2003-04-07  John Levon  <levon@movementarian.org>
5739
5740         * lyxfunc.C: note status changed after a depth change
5741
5742 2003-04-04  Angus Leeming  <leeming@lyx.org>
5743
5744         * LaTeX.h: move AuxInfo operator==, != out of line.
5745         Remove LaTeX virtual destructor; nothing derives from it.
5746         Move operator()() out of public area and rename it startscript().
5747         Change protected for private.
5748
5749 2003-04-04  Angus Leeming  <leeming@lyx.org>
5750
5751         * lyxfunc.C:
5752         * text2.C: remove unneeded #includes.
5753
5754 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5755
5756         * text2.C (dEPM): fix the heigth of the next row
5757
5758 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5759
5760         * text.C: squashed an invalid getChar requester + some ws changes
5761
5762 2003-04-03  John Levon  <levon@movementarian.org>
5763
5764         * bufferview_funcs.h:
5765         * bufferview_funcs.C:
5766         * lyxfunc.C:
5767         * lyxtext.h:
5768         * text2.C: make getStatus work for the env depth lfuns
5769
5770 2003-04-03  John Levon  <levon@movementarian.org>
5771
5772         * bufferview_funcs.h:
5773         * bufferview_funcs.C:
5774         * lyxfunc.C:
5775         * lyxtext.h:
5776         * text2.C: parlistize decDepth(), by merging it with incDepth()
5777
5778 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5779
5780         * lyxrow.h: store a ParagraphList::iterator instead of a
5781         Paragraph* and adjust other class functions to suit.
5782
5783         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5784         above.
5785
5786 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5787
5788         * text2.C (setCursor): do not anchor to cursor row for the time being
5789
5790 2003-04-02  John Levon  <levon@movementarian.org>
5791
5792         * LyXAction.C:
5793         * lfuns.h:
5794         * lyx_main.C:
5795         * lyxtext.h:
5796         * text.C:
5797         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5798
5799 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5800
5801         * paragraph.h: make ParagraphList and ParagraphList::iterator
5802         friends of Paragraph.
5803
5804         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5805
5806         * ParagraphList.C: Use the private next_ and previous_ from
5807         Paragraph.
5808
5809 2003-04-01  John Levon  <levon@movementarian.org>
5810
5811         * ToolbarBackend.h:
5812         * ToolbarBackend.C:
5813         * Makefile.am: rename, remove defaults gunk
5814
5815         * MenuBackend.h:
5816         * MenuBackend.C: remove defaults gunk
5817
5818         * Languages.h:
5819         * Languages.C: remove defaults gunk
5820
5821         * lyx_main.h:
5822         * lyx_main.C: error out if files couldn't be found.
5823
5824 2003-04-02  John Levon  <levon@movementarian.org>
5825
5826         * text2.C: make incDepth() use parlist
5827
5828 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5829
5830         * undo_funcs.C (firstUndoParagraph): adjust
5831
5832         * text3.C (gotoInset): adjust
5833         (dispatch): adjust, and rewrite loop.
5834
5835         * text2.C (init): adjust, and rewrite loop.
5836         (redoParagraphs): adjust
5837         (updateInset): adjust, and rewrite loop.
5838         (deleteEmptyParagraphMechanism): adjust
5839
5840         * tabular.C (LyXTabular): adjust
5841         (SetMultiColumn): adjust
5842         (TeXRow): adjust
5843
5844         * lyxtext.[Ch] (ownerParagraph): delete function
5845         (ownerParagraphs): new function returns a ParagraphList.
5846
5847         * BufferView.C (removeAutoInsets): adjust
5848         (insertErrors): adjust
5849         (setCursorFromRow): adjust
5850
5851 2003-04-01  Angus Leeming  <leeming@lyx.org>
5852
5853         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5854         in the frontends.
5855
5856 2003-04-02  John Levon  <levon@movementarian.org>
5857
5858         * lyxtext.h:
5859         * text.C:
5860         * Makefile.am:
5861         * text_funcs.h:
5862         * text_funcs.C: make transposeChars a free function
5863
5864         * lyxrow_funcs.C: remove wrong comment
5865
5866 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5867
5868         * lyxtext.h: adjust
5869         * rowpainter.C: adjust
5870         * text.C: adjust
5871         * text2.C: adjust
5872         * text3.C: adjust
5873
5874         * lyxrow_funcs. [Ch]: new files
5875
5876         * lyxrow.[Ch]: remove next and previous pointers
5877         (next,previous): remove accessor functions
5878         (isParEnd): move to lyxrow_funcs
5879         (lastPos): move to lyxrow_funcs
5880         (nextRowIsAllInset): move to lyxrow_funcs
5881         (lastPrintablePos): move to lyxrow_funcs
5882         (numberOfSeparators): move to lyxrow_funcs
5883         (numberOfHfills): move to lyxrow_funcs
5884         (numberOfLabelHfills): move to lyxrow_funcs
5885         (hfillExpansion): move to lyxrow_funcs
5886
5887         * lyxfunc.C: adjust
5888
5889         * bufferview_funcs.C (toggleAndShow): adjust
5890
5891         * RowList.h: Remove class RowList from file leave just a
5892         std::list<Row>.
5893
5894         * RowList.C: delete file
5895
5896         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5897         and lyxrow_funcs.h
5898
5899 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5900
5901         * text3.C (cursorPrevious): adjust
5902         (cursorNext): adjust
5903         (dispatch): adjust
5904
5905         * text2.C (redoHeightOfParagraph): adjust
5906         (redoDrawingOfParagraph): adjust
5907         (setCursor): adjust
5908
5909         * text.C (breakParagraph): adjust
5910         (insertChar): adjust
5911         (backspace): adjust
5912
5913         * rowpainter.C (RowPainter): adjust
5914         (leftMargin): simplify and adjust
5915         (most rowpainter functions): adjust.
5916
5917         * rowpainter.h: store the row as RowList::iterator not as Row*
5918
5919         * lyxcursor.C (row): taka RowList::iterator as arg
5920         (irow): ditto
5921
5922         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5923         of Row*.
5924
5925 2003-04-01  Angus Leeming  <leeming@lyx.org>
5926
5927         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5928         stuff like bool Bool.
5929
5930 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5931
5932         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5933         rewrite a loop
5934
5935 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5936
5937         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5938         RowList::iterator.
5939
5940         * lyxtext.h (rows): drop one version and leve a const variant that
5941         returns a RowList::iterator.
5942
5943 2003-03-31  Angus Leeming  <leeming@lyx.org>
5944
5945         * text.C (fill): ensure that the signature is the same as that in the
5946         header file.
5947
5948 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5949
5950         * text2.C (redoParagraphs): adjust
5951         (updateCounters): adjust
5952         (checkParagraph): adjust
5953         (getColumnNearX): adjust and reformat a bit.
5954
5955         * text.C (top_y): adjust
5956         (workWidth): adjust
5957         (leftMargin): adjust
5958         (prepareToPrint): adjust
5959         (getRow): adjust
5960         (getRowNearY): adjust
5961
5962         * lyxtext.h: make rowlist_ mutable.
5963
5964         * RowList.h: add const_iterator
5965         * RowList.C: adjust for RowList::const_iterator.
5966
5967         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5968         adjust.
5969
5970 2003-03-31  John Levon  <levon@movementarian.org>
5971
5972         * lyxrc.h:
5973         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5974
5975         * lyx_main.C: set default fonts from using lyx_gui funcs
5976
5977         * exporter.C: pdf_mode moved from lyxrc
5978
5979         * lyx_cb.C:
5980         * lyxfunc.C: changes from above
5981
5982 2003-03-31  John Levon  <levon@movementarian.org>
5983
5984         * lyx_main.C: fix to the last fix
5985
5986 2003-03-31  John Levon  <levon@movementarian.org>
5987
5988         * bufferlist.C: "Load original" -> "Load Original"
5989
5990         * converter.C:
5991         * exporter.C:
5992         * importer.C:
5993         * lyx_main.C:
5994         * format.C: more Alert cleanups
5995
5996 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5997
5998         * text2.C (removeParagraph): make it take a RowList::iterator as
5999         arg, adjust.
6000         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6001         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6002
6003         * text.C (anchor_row): make it take a RowList::iterator as arg,
6004         adjust.
6005         (computeBidiTables): make it take a const reference to Row instead
6006         of Row pointer, adjust.
6007         (leftMargin): make it take a RowList::iterator as arg, adjust.
6008         (rowBreakPoint): adjust
6009         (breakAgainOneRow): make it take a RowList::iterator as arg,
6010         adjust.
6011         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6012
6013         * bufferview_funcs.C (toggleAndShow): adjust
6014
6015 2003-03-30  John Levon  <levon@movementarian.org>
6016
6017         * Makefile.am:
6018         * BoostFormat.h:
6019         * boost-inst.C: moved to support
6020
6021         * several files: changes as a result
6022
6023 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6024
6025         * text2.C (LyXText): adjust.
6026         (init): adjust
6027         (removeRow): make it take a RowList::iterator as arg, adjust.
6028         (fullRebreak): adjust
6029         (deleteEmptyParagraphMechanism): adjust
6030         (clearPaint): adjust
6031         (postPaint): adjust
6032
6033         * text.C (top_y): adjust
6034         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6035         (breakAgain): make it take a RowList::iterator as arg, adjust.
6036         (breakParagraph): adjust
6037         (insertChar): adjust
6038         (backspace): adjust
6039
6040         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6041         need_break_row, and refresh_row.
6042
6043         * text3.C (dispatch): adjust
6044
6045         * text2.C (checkParagraph): adjust
6046         (setCursor): adjust
6047         (setCursorFromCoordinates): adjust
6048
6049         * text.C (top_y): adjust
6050         (workWidth): adjust
6051         (getRow): make it return a RowList::iterator, adjust
6052         (getRowNearY): make it return a RowList::iterator, adjust
6053
6054         * text2.C (init): adjust
6055         (insertRow): remove function
6056         (insertParagraph): adjust
6057         (redoParagraphs): adjust
6058         (fullRebreak): adjust
6059         (updateCounters): adjust
6060
6061         * text.C (top_y): rewrite to use RowList iterators.
6062         (top_y): adjust
6063         (setHeightOfRow): rewrite to sue RowList iterators.
6064         (appendParagraph): adjust
6065         (breakAgain): adjust
6066         (breakAgainOneRow): adjust
6067         (breakParagraph): adjust
6068         (getRow): adjust
6069         (getRowNearY): adjust, and remove commented code.
6070
6071         * lyxtext.h (firstRow): delete function
6072         (lastRow): delete function
6073         (rows): new function (const and non-const versions.)
6074         (insertRow): delete function
6075
6076         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6077
6078 2003-03-29  John Levon  <levon@movementarian.org>
6079
6080         * BufferView_pimpl.C: always update scrollbar top
6081         because pasting text when we're anchored could mean we
6082         miss an update altogether
6083
6084 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6085
6086         * text2.C (init): use rowlist_.end() and not 0.
6087         (insertRow): change to take a RowList::iterator as arg, adjust
6088         for this.
6089         (insertParagraph): change to take a RowList::iterator as arg,
6090         adjust for this.
6091         (redoParagraphs): remove some debug msgs.
6092
6093         * text.C (appendParagraph): change to take a RowList::iterator
6094         arg, adjust for this.
6095         (breakAgain): add an assert
6096         (breakAgainOneRow): ditto
6097
6098 2003-03-29  John Levon  <levon@movementarian.org>
6099
6100         * text2.C: do not clear selection after inc/decDepth
6101         (bug 550)
6102
6103 2003-03-29  John Levon  <levon@movementarian.org>
6104
6105         * BufferView.C:
6106         * buffer.C: fix broken strerrors according to Lars
6107
6108 2003-03-29  John Levon  <levon@movementarian.org>
6109
6110         * converters.C: more Alert cleanups
6111
6112 2003-03-29  John Levon  <levon@movementarian.org>
6113
6114         * bufferview_funcs.C: remove pointless Alert
6115
6116         * buffer.C: fix confusing error message when
6117         a template is chmoded 000
6118
6119 2003-03-29  John Levon  <levon@movementarian.org>
6120
6121         * BufferView.C:
6122         * BufferView.h:
6123         * BufferView_pimpl.C: Alert fixes
6124
6125         * Makefile.am:
6126         * tabular.C:
6127         * tabular-old.C: remove unused table compat reading
6128
6129 2003-03-29  John Levon  <levon@movementarian.org>
6130
6131         * BufferView.C:
6132         * buffer.C:
6133         * lyx_cb.h:
6134         * lyx_cb.C: more Alert cleanups
6135
6136         * lyxfunc.C: don't allow chktex if not latex document
6137
6138 2003-03-29  John Levon  <levon@movementarian.org>
6139
6140         * lyx_cb.C:
6141         * BufferView.C:
6142         * buffer.C: warnings pushed down from support/,
6143         kill err_alert
6144
6145 2003-03-29  John Levon  <levon@movementarian.org>
6146
6147         * lyxfunc.C: safety check for C-r (revert)
6148
6149 2003-03-29  John Levon  <levon@movementarian.org>
6150
6151         * bufferlist.h:
6152         * bufferlist.C: several UI fixes using Alert::prompt.
6153         Fix the pointless looping quit code. Fix stupid revert
6154         behaviour (bug 938)
6155
6156         * lyxvc.h:
6157         * lyxvc.C:
6158         * lyx_cb.C: use Alert::prompt
6159
6160         * lyx_main.C: remove a silly question
6161
6162         * lyxfunc.C: remove a couple of silly questions,
6163         use Alert::prompt
6164
6165 2003-03-28  John Levon  <levon@movementarian.org>
6166
6167         * text2.C: fix bug 974 (End on empty par)
6168
6169 2003-03-28  John Levon  <levon@movementarian.org>
6170
6171         * BufferView_pimpl.C:
6172         * LyXAction.C:
6173         * lfuns.h: remove do-nothing math greek lfuns
6174
6175 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6176
6177         * lyxgluelength.h (isValidGlueLength): add default arg on
6178         parameter 2. Remove default arg from friend in class.
6179
6180         * lyxlength.h (isValidLength): add default arg on parameter 2.
6181         Remove default arg from friend in class.
6182
6183         * text2.C (LyXText): adjust, initialize refresh_row.
6184         (init): adjust
6185         (removeRow): adjust
6186         (insertRow): adjust
6187         (insertParagraph): adjst
6188         (redoParagraphs): adjust
6189         (fullRebreak): adjust
6190         (updateCounters): adjust
6191         (deleteEmptyParagraphMechanism): first attempt at fixing a
6192         crashing bug.
6193
6194         * text.C (top_y): adjust
6195         (setHeightOfRow): adjust
6196         (getRow): adjust
6197         (getRowNearY): adjust
6198
6199         * lyxtext.h: include RowList.h
6200         (~LyXText): not needed anymore, deleted.
6201         (firstRow): modify for RowList
6202         (lastRow): new function
6203         Delete firstrow and lastrow class variables, add a Rowlist
6204         rowlist_ class variable.
6205
6206         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6207         paragraph is empty.
6208
6209         * RowList.C (insert): fix case where it == begin().
6210
6211 2003-03-26  Angus Leeming  <leeming@lyx.org>
6212
6213         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6214         the thesaurus dialog.
6215
6216 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6217
6218         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6219
6220         * RowList.[Ch]: new files
6221
6222         * ParagraphList.C (erase): handle the case where it == begin
6223         correctly.
6224
6225 2003-03-25  John Levon  <levon@movementarian.org>
6226
6227         * Makefile.am:
6228         * aspell_local.h:
6229         * aspell.C: add new aspell support
6230
6231         * lyxrc.h:
6232         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6233         have it accessible.
6234
6235 2003-03-25  Angus Leeming  <leeming@lyx.org>
6236
6237         * lfuns.h:
6238         * LyXAction.C (init): new LFUN_INSET_INSERT.
6239
6240         * BufferView_pimpl.C (dispatch): split out part of the
6241         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6242
6243         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6244         LFUN_INSET_APPLY.
6245
6246 2003-03-25  Angus Leeming  <leeming@lyx.org>
6247
6248         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6249
6250 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6251
6252         * text2.C:
6253         * text3.C: remove useless row->height(0)
6254
6255 2003-03-25  John Levon  <levon@movementarian.org>
6256
6257         * lyxtext.h:
6258         * text2.C:
6259         * text3.C: rename the refreshing stuff to better names
6260
6261 2003-03-24  John Levon  <levon@movementarian.org>
6262
6263         * BufferView_pimpl.h:
6264         * BufferView_pimpl.C: update layout choice on a mouse
6265         press/release
6266
6267 2003-03-23  John Levon  <levon@movementarian.org>
6268
6269         * Makefile.am: fix commandtags.h reference
6270
6271 2003-03-22  John Levon  <levon@movementarian.org>
6272
6273         * BufferView_pimpl.C:
6274         * lyxtext.h:
6275         * rowpainter.C:
6276         * rowpainter.h:
6277         * text.C:
6278         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6279
6280 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6281
6282         * lyxtext.h:
6283         * text.C: take the rtl methods out of line
6284
6285 2003-03-21 André Pönitz <poenitz@gmx.net>
6286
6287         * metricsinfo.[Ch]: new files containing structures to be passed around
6288         during the two-phase-drawing...
6289
6290 2003-03-21 André Pönitz <poenitz@gmx.net>
6291
6292         * lyxtextclass.C: read 'environment' tag.
6293
6294 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6295
6296         * text2.C (removeRow): fix bug 964
6297
6298 2003-03-20  John Levon  <levon@movementarian.org>
6299
6300         * rowpainter.C:
6301         * text.C:
6302         * text2.C: paint cleanups. Inset::update() dropped font
6303         parameter
6304
6305 2003-03-19  John Levon  <levon@movementarian.org>
6306
6307         * lyxfunc.C: only fitcursor/markDirty if available()
6308
6309 2003-03-19  John Levon  <levon@movementarian.org>
6310
6311         * commandtags.h: rename to ...
6312
6313         * lfuns.h: ... this, and renumber / cleanup
6314
6315 2003-03-19  John Levon  <levon@movementarian.org>
6316
6317         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6318         fit the cursor after an lfun
6319
6320         * BufferView.h:
6321         * BufferView.C:
6322         * BufferView_pimpl.h:
6323         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6324
6325         * LyXAction.C: layout-character should have ReadOnly
6326
6327         * ParagraphParameters.C:
6328         * buffer.C:
6329         * bufferview_funcs.C:
6330         * lyx_cb.C:
6331         * lyxfind.C:
6332         * lyxtext.h:
6333         * text.C:
6334         * text2.C:
6335         * text3.C:
6336         * undo_funcs.C: changes from above
6337
6338 2003-03-18  John Levon  <levon@movementarian.org>
6339
6340         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6341         remove it from update()
6342
6343         * lyxfunc.C: update layout choice after an lfun
6344
6345         * text3.C: remove extra updateLayoutChoice()s
6346
6347 2003-03-18  John Levon  <levon@movementarian.org>
6348
6349         * text.C: top_y change means full repaint, fix
6350         a drawing bug with cursor movement
6351
6352 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6353
6354         * lyxtext.h:
6355         * text.C:
6356         * text2.C: anchor row on setCursor
6357
6358 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6359
6360         * lyxtext.h: remove almost all mutable keywords
6361         * text.C:
6362         * text2.C:
6363         * text3.C: remove const keywords accordingly
6364
6365 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6366
6367         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6368         anon namespace
6369         (TeXEnvironment): ditto
6370         (TeXOnePar): ditto
6371
6372 2003-03-17  John Levon  <levon@movementarian.org>
6373
6374         * text.C (rowBreakPoint): remove attempt to fix displayed
6375         math insets inside a manual label
6376
6377 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6378
6379         * lyxtext.h: remove BufferView* as first arg from almost all class
6380         functions.
6381         * other files: adjust.
6382
6383 2003-03-17  John Levon  <levon@movementarian.org>
6384
6385         * lyxtext.h:
6386         * undo_funcs.C:
6387         * text2.C: more paint cleanups
6388
6389         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6390
6391         * rowpainter.h:
6392         * rowpainter.C: remove "smart" background painting code
6393
6394 2003-03-16  John Levon  <levon@movementarian.org>
6395
6396         * lyxtext.h:
6397         * text.C:
6398         * text2.C:
6399         * text3.C: add helper functions for setting refresh_row/y
6400
6401 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6402
6403         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6404         newline inset which *can* get inserted in the pass_thru layouts.
6405         This is primarily for literate documents.
6406
6407 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6408
6409         * buffer.C: increment LYX_FORMAT to 223
6410
6411 2003-03-14 André Pönitz <poenitz@gmx.net>
6412
6413         * textclass.h: prepare for environment handling, ws changes
6414         * lyxlayout.C: read latexheader and latexfooter tags
6415
6416 2003-03-14  John Levon  <levon@movementarian.org>
6417
6418         * text2.C: rewrite ::status() a bit
6419
6420 2003-03-13  John Levon  <levon@movementarian.org>
6421
6422         * lyxtext.h: add some docs
6423
6424 2003-03-13  John Levon  <levon@movementarian.org>
6425
6426         * lyxtext.h:
6427         * text.C:
6428         * text2.C:
6429         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6430
6431 2003-03-13  John Levon  <levon@movementarian.org>
6432
6433         * text3.C: fix appendix redrawing
6434
6435 2003-03-13  John Levon  <levon@movementarian.org>
6436
6437         * text.C (setHeightOfRow):
6438         * rowpainter.h:
6439         * rowpainter.C: make appendix mark have the text
6440           "Appendix" so the user knows what it is
6441
6442         * LColor.h:
6443         * LColor.C: s/appendixline/appendix/ from above
6444
6445 2003-03-13  John Levon  <levon@movementarian.org>
6446
6447         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6448
6449         * text.C: fix a getChar(pos) bug properly
6450
6451 2003-03-13  Angus Leeming  <leeming@lyx.org>
6452
6453         * commandtags.h:
6454         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6455         Probably only temporary. Let's see how things pan out.
6456
6457         * BufferView.C (unlockInset):
6458         * BufferView_pimpl.C (fitCursor):
6459         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6460
6461         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6462         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6463
6464         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6465         new functions that convert ParagraphParameters to and from a string.
6466
6467         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6468         BufferView::Pimpl's dispatch.
6469         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6470
6471 2003-03-13 André Pönitz <poenitz@gmx.net>
6472
6473         * lyxfunc.C:
6474         * text3.C:
6475         * factory.C: make it aware of InsetEnv
6476
6477 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6478
6479         * text2.C (setCursor): never ask for one past last
6480         (setCursor): add some debugging messages.
6481
6482         * text.C (singleWidth): never ask for one past last
6483         (singleWidth): ditto
6484         (leftMargin): ditto
6485         (rightMargin): ditto
6486         (rowBreakPoint): ditto
6487         (setHeightOfRow): ditto
6488         (prepareToPrint): ditto
6489
6490         * rowpainter.C (paintBackground): never ask for one past last
6491         (paintText): never ask for one past last
6492
6493         * paragraph_pimpl.C (getChar): make the assert stricter, never
6494         allow the one past last pos to be taken
6495
6496         * paragraph.C (getChar): ws changes only
6497
6498         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6499         (numberOfSeparators): ditto
6500         (numberOfHfills): ditto
6501
6502 2003-03-12  John Levon  <levon@movementarian.org>
6503
6504         * author.h:
6505         * author.C:
6506         * bufferparams.h:
6507         * bufferparams.C:
6508         * paragraph_funcs.C: fix per-buffer authorlists
6509
6510 2003-03-12  John Levon  <levon@movementarian.org>
6511
6512         * text.C: fix newline in right address
6513
6514 2003-03-12  Angus Leeming  <leeming@lyx.org>
6515
6516         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6517         duplicate those in LyXFunc::dispatch.
6518
6519         * commandtags.h:
6520         * LyXAction.C:
6521         * ToolbarDefaults.C:
6522         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6523         Add LFUN_FONTFREE_UPDATE.
6524
6525         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6526         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6527
6528         * bufferview_func.[Ch]: several new functions to facilliate
6529         transfer of data to and from the character dialog.
6530
6531 2003-03-12  John Levon  <levon@movementarian.org>
6532
6533         * buffer.C:
6534         * paragraph.h:
6535         * paragraph.C:
6536         * paragraph_funcs.C:
6537         * paragraph_pimpl.C:
6538         * sgml.C:
6539         * tabular.C:
6540         * text.C:
6541         * text3.C: remove META_NEWLINE in favour of an inset
6542
6543         * rowpainter.h:
6544         * rowpainter.C: remove paintNewline (done by inset)
6545
6546 2003-03-12  John Levon  <levon@movementarian.org>
6547
6548         * paragraph_pimpl.C: complain about bad getChar()s
6549         for a while at least
6550
6551 2003-03-12  John Levon  <levon@movementarian.org>
6552
6553         * buffer.h:
6554         * buffer.C: move paragraph read into a separate function,
6555         a little renaming to reflect that.
6556
6557         * bufferparams.h:
6558         * bufferparams.C: remove the author_ids map, not necessary now
6559
6560         * factory.h:
6561         * factory.C: moved Buffer::readInset to here
6562
6563         * paragraph_funcs.h:
6564         * paragraph_funcs.C: readParagraph free function moved from
6565         buffer.C
6566
6567         * tabular.C: name change
6568
6569 2003-03-12  John Levon  <levon@movementarian.org>
6570
6571         * buffer.C:
6572         * ParagraphParameters.C: move par params input to
6573         a read() method
6574
6575         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6576         behave like a normal read from the stream wrt reading
6577         a line vs. a \\token
6578
6579 2003-03-12  John Levon  <levon@movementarian.org>
6580
6581         * paragraph.C:
6582         * ParagraphParameters.h:
6583         * ParagraphParameters.C: move output code to a
6584         ::write() method
6585
6586 2003-03-12  John Levon  <levon@movementarian.org>
6587
6588         * BufferView.C (insertLyXFile):
6589         * buffer.h:
6590         * buffer.C:
6591         * tabular.C: use a parlist iterator for creating the
6592           document.
6593
6594 2003-03-12  John Levon  <levon@movementarian.org>
6595
6596         * buffer.C: make current_change static local not
6597           static file-scope
6598
6599 2003-03-12  John Levon  <levon@movementarian.org>
6600
6601         * buffer.C: fix insertStringAsLines for change tracking
6602
6603 2003-03-12  John Levon  <levon@movementarian.org>
6604
6605         * BufferView.C:
6606         * tabular.C:
6607         * buffer.h:
6608         * buffer.C:
6609         * bufferparams.h:
6610         * bufferparams.C: move author list into params. Rename some
6611           functions. Move the header reading into a separate token
6612           loop. Move the header token reading into BufferParams.
6613
6614 2003-03-12  John Levon  <levon@movementarian.org>
6615
6616         * changes.C: put debug inside lyxerr.debugging() checks
6617
6618 2003-03-11 André Pönitz <poenitz@gmx.net>
6619
6620         * factory.C: make it aware of InsetHFill
6621
6622 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6623
6624         * buffer.C (latexParagraphs): move function from here...
6625         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6626         args.
6627
6628 2003-03-10  Angus Leeming  <leeming@lyx.org>
6629
6630         * LyXAction.C (init): fix bug in poplating array with multiple entries
6631         with the same LFUN (spotted by JMarc).
6632
6633 2003-03-10  John Levon  <levon@movementarian.org>
6634
6635         * text.C:
6636         * text2.C: move getColumnNearX() near its
6637         only call site
6638
6639 2003-03-10  John Levon  <levon@movementarian.org>
6640
6641         * text.C: fix break before a minipage
6642
6643 2003-03-10  John Levon  <levon@movementarian.org>
6644
6645         * text.C: fix the last commit
6646
6647 2003-03-09  John Levon  <levon@movementarian.org>
6648
6649         * lyxtext.h:
6650         * text.C:
6651         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6652         bug 365 (don't break before insets unless needed). Don't
6653         return a value > last under any circumstances.
6654
6655 2003-03-09  Angus Leeming  <leeming@lyx.org>
6656
6657         * BufferView_pimpl.C (trackChanges, dispatch): call
6658         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6659
6660 2003-03-09  Angus Leeming  <leeming@lyx.org>
6661
6662         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6663         than Dialogs::showAboutlyx().
6664
6665 2003-03-09  Angus Leeming  <leeming@lyx.org>
6666
6667         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6668         than Dialogs::showTabularCreate().
6669
6670 2003-03-09  John Levon  <levon@movementarian.org>
6671
6672         * lyxtext.h:
6673         * text.C:
6674         * text2.C: 3rd arg to nextBreakPoint was always the same.
6675           Use references.
6676
6677 2003-03-08  John Levon  <levon@movementarian.org>
6678
6679         * lyxrow.C:
6680         * paragraph.C:
6681         * paragraph.h:
6682         * rowpainter.C:
6683         * text.C:
6684         * text2.C: Remove the "main" bit from the "main body"
6685           notion.
6686
6687 2003-03-08  John Levon  <levon@movementarian.org>
6688
6689         * text.C (leftMargin): The left margin of an empty
6690         manual label paragraph should not include the label width
6691         string length.
6692
6693         * text.C (prepareToPrint): don't attempt to measure hfills
6694         for empty manual label paragraphs - the answer should be 0
6695
6696 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6697
6698         * CutAndPaste.C: remove commented code and reindent.
6699
6700 2003-03-08  John Levon  <levon@movementarian.org>
6701
6702         * lyxfunc.h:
6703         * lyxfunc.C: move reloadBuffer()
6704
6705         * BufferView.h:
6706         * BufferView.C: to here
6707
6708         * lyxvc.C: add comment
6709
6710         * vc-backend.h:
6711         * vc-backend.C: call bv->reload() to avoid
6712           getStatus() check on MENURELOAD
6713
6714 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6715
6716         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6717         to an old format .dep file.
6718
6719 2003-03-07  Angus Leeming  <leeming@lyx.org>
6720
6721         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6722         when the LFUN_MOUSE_RELEASE should have been handled by
6723         inset->localDispatch.
6724
6725 2003-03-07  Angus Leeming  <leeming@lyx.org>
6726
6727         * BufferView_pimpl.C (dispatch):
6728         * LyXAction.C (init):
6729         * ToolbarDefaults.C (init):
6730         * commandtags.h:
6731         * lyxfunc.C (getStatus):
6732         remove LFUN_INSET_GRAPHICS.
6733
6734         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6735
6736 2003-03-07  Angus Leeming  <leeming@lyx.org>
6737
6738         * commandtags.h:
6739         * LyXAction.C (init):
6740         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6741
6742         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6743
6744         * commandtags.h:
6745         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6746
6747         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6748         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6749
6750 2003-03-07  Angus Leeming  <leeming@lyx.org>
6751
6752         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6753         remove "ert".
6754
6755 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6756
6757         * ParagraphList.C (front): new function
6758         (back): implement
6759
6760 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6761
6762         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6763         and top_row_offset_. removed var first_y.
6764         * text.C (top_y):
6765         * text2.C (LyXText, removeRow):
6766         * text3.C:
6767         * BufferView_pimpl.C:
6768         use these methods instead of using first_y
6769
6770 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6771
6772         * text2.C (pasteSelection): adjust for checkPastePossible
6773
6774         * CutAndPaste.C: remove Paragraph * buf and replace with
6775         ParagraphList paragraphs.
6776         (DeleteBuffer): delete
6777         (cutSelection): change the tc type to textclass_type
6778         (copySelection): change the tc type to textclass_type
6779         (copySelection): adjust for ParagraphList
6780         (pasteSelection): change the tc type to textclass_type
6781         (pasteSelection): adjust for Paragraphlist
6782         (nrOfParagraphs): simplify for ParagraphList
6783         (checkPastePossible): simplify for ParagraphList
6784         (checkPastePossible): remove unused arg
6785
6786         * ParagraphList.C (insert): handle the case where there are no
6787         paragraphs yet.
6788
6789         * CutAndPaste.h: make CutAndPaste a namespace.
6790
6791         * text3.C (dispatch): adjust
6792
6793         * text.C (breakParagraph): add a ParagraphList as arg
6794
6795         * paragraph_funcs.C (breakParagraph): change to take a
6796         BufferParams and a ParagraphList as args.
6797         (breakParagraphConservative): ditto
6798         (mergeParagraph): ditto
6799         (TeXDeeper): add a ParagraphList arg
6800         (TeXEnvironment): ditto
6801         (TeXOnePar): ditto
6802
6803         * buffer.C (readLyXformat2): adjust
6804         (insertStringAsLines): adjust
6805         (latexParagraphs): adjust
6806
6807         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6808         (cutSelection): adjust
6809         (pasteSelection): adjust
6810
6811         * BufferView_pimpl.C (insertInset): adjust
6812
6813 2003-03-05  Angus Leeming  <leeming@lyx.org>
6814
6815         * commandtags.h:
6816         * LyXAction.C (init):
6817         * BufferView_pimpl.C (dispatch):
6818         * lyxfunc.C (getStatus):
6819         remove LFUN_CHILD_INSERT.
6820
6821         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6822
6823 2003-03-05  Angus Leeming  <leeming@lyx.org>
6824
6825         * commandtags.h:
6826         * LyXAction.C (init):
6827         * src/factory.C (createInset):
6828         * lyxfunc.C (getStatus):
6829         * text3.C (dispatch):
6830         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6831
6832         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6833
6834 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6835
6836         * ParagraphList.C (insert): handle insert right before end()
6837         (erase): fix cases where it can be first or last paragraph.
6838
6839 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6840
6841         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6842         Paragraph::next and Paragraph::previous
6843         (TeXOnePar): ditto
6844
6845         * text.C (breakParagraph): adjust
6846
6847         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6848         BufferParams& as arg.
6849         (breakParagraph): use ParagraphList::insert
6850         (breakParagraphConservative): take a Buffer* instead of a
6851         BufferParams& as arg.
6852         (breakParagraphConservative): use ParagraphList::insert.
6853
6854         * buffer.C (insertStringAsLines): un-const it
6855         (insertStringAsLines): adjust
6856
6857         * ParagraphList.C (insert): new function
6858
6859         * CutAndPaste.C (pasteSelection): adjust
6860
6861         * text.C (backspace): adjust
6862
6863         * tabular.C (SetMultiColumn): adjust
6864
6865         * CutAndPaste.C (cutSelection): adjust
6866         (pasteSelection): adjust
6867
6868         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6869         Buffer const * as arg
6870
6871         * ParagraphList.C (erase): new function
6872         * paragraph_funcs.C (mergeParagraph): use it
6873         (mergeParagraph): make it take a Buffer* instead of a
6874         BufferParams* as arg
6875
6876         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6877         as arg
6878         (breakParagraphConservative): ditto
6879
6880         * paragraph.h: remove the breakParagraph friend
6881
6882         * paragraph.C (eraseIntern): new function
6883         (setChange): new function
6884
6885         * paragraph_funcs.C (mergeParagraph): make it take a
6886         ParagraphList::iterator instead of a Paragraph *, adjust
6887         accordingly.
6888
6889         * paragraph.h: move an #endif so that the change tracking stuff
6890         also works in the NO_NEXT case.
6891
6892 2003-03-04  Angus Leeming  <leeming@lyx.org>
6893
6894         * commandtags.h:
6895         * LyXAction.C: new LFUN_INSET_MODIFY.
6896
6897         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6898         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6899
6900 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6901
6902         * several files: ws changes only
6903
6904         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6905         (TeXEnvironment): ditto
6906         (TeXDeeper): ditto
6907
6908         * buffer.C (makeLaTeXFile): adjust
6909         (latexParagraphs): make it take ParagraphList::iterator as args
6910
6911 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6912
6913         * buffer.C (latexParagraphs): adjust
6914
6915         * paragraph.C (TeXOnePar): move function...
6916         (optArgInset): move function...
6917         (TeXEnvironment): move function...
6918         * paragraph_pimpl.C (TeXDeeper): move function...
6919         * paragraph_funcs.C: ...here
6920
6921         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6922
6923 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6924
6925         * buffer.C (readInset): remove compability code for old Figure and
6926         InsetInfo insets
6927
6928 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6929
6930         * buffer.C: ws changes
6931         (readInset):
6932
6933         * BufferView_pimpl.C: ditto
6934         * author.C: ditto
6935         * buffer.h: ditto
6936         * bufferlist.h: ditto
6937         * changes.h: ditto
6938         * lyxfunc.C: ditto
6939
6940 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6941
6942         * converter.[Ch]: split into itself +
6943         * graph.[Ch]
6944         * format.[Ch]
6945         * Makefile.am: += graph.[Ch] + format.[Ch]
6946         * MenuBackend.C
6947         * buffer.C
6948         * exporter.C
6949         * importer.C
6950         * lyx_main.C
6951         * lyxfunc.C
6952         * lyxrc.C: added #include "format.h"
6953
6954 2003-02-27  Angus Leeming  <leeming@lyx.org>
6955
6956         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6957           a label.
6958
6959         * factory.C (createInset): add "label" to the factory.
6960
6961         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6962           string and do no more.
6963
6964 2003-02-27  Angus Leeming  <leeming@lyx.org>
6965
6966         * commandtags.h:
6967         * LyXAction.C (init):
6968         * factory.C (createInset):
6969         * BufferView_pimpl.C (dispatch):
6970           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6971
6972         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6973
6974         * lyxfunc.C (dispatch):
6975         * text3.C (dispatch): pass name to params2string.
6976
6977 2003-02-26  Angus Leeming  <leeming@lyx.org>
6978
6979         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6980           blocks together.
6981           Rearrange the ~includes. Strip out the unnecessary ones.
6982
6983         * factory.C (createInset): reformat.
6984           create new insets for the various LFUN_XYZ_APPLY lfuns.
6985
6986 2003-02-26  John Levon  <levon@movementarian.org>
6987
6988         * lyxrow.h:
6989         * lyxrow.C: add isParStart,isParEnd helpers
6990
6991         * paragraph.h: make isInserted/DeletedText take refs
6992
6993         * paragraph_funcs.h:
6994         * paragraph_funcs.C: remove #if 0'd code
6995
6996         * lyxtext.h:
6997         * text3.C:
6998         * text2.C:
6999         * text.C: use lyxrow helpers above.
7000           Move draw and paint routines to RowPainter.
7001           Make several methods use refs not pointers.
7002           Make backgroundColor() const.
7003           Add markChangeInDraw(), isInInset().
7004           Merge changeRegionCase into changeCase.
7005           Make workWidth() shouldn't-happen code into an Assert.
7006
7007         * rowpainter.h:
7008         * rowpainter.C: new class for painting a row.
7009
7010         * vspace.h:
7011         * vspace.C: make inPixels take a ref
7012
7013 2003-02-26  Angus Leeming  <leeming@lyx.org>
7014
7015         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7016         LFUN_REF_APPLY.
7017
7018 2003-02-25  John Levon  <levon@movementarian.org>
7019
7020         * ispell.C: give the forked command a more accurate name
7021
7022 2003-02-22  John Levon  <levon@movementarian.org>
7023
7024         * toc.h:
7025         * toc.C: make TocItem store an id not a Paragraph *
7026           (bug #913)
7027
7028 2003-02-21  Angus Leeming  <leeming@lyx.org>
7029
7030         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7031           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7032           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7033           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7034           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7035           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7036
7037         * BufferView_pimpl.C (dispatch):
7038         * LyXAction.C (init):
7039         * factory.C (createInset):
7040         * lyxfunc.C (getStatus, dispatch):
7041         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7042
7043 2003-02-21  Angus Leeming  <leeming@lyx.org>
7044
7045         * BufferView_pimpl.C (MenuInsertLyXFile):
7046         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7047         * lyxfunc.C (menuNew, open, doImport):
7048           no longer pass a LyXView & to fileDlg.
7049
7050 2003-02-21  Angus Leeming  <leeming@lyx.org>
7051
7052         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7053         * LyXAction.C: change, BIBKEY to BIBITEM.
7054         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7055         Change InsetBibKey to InsetBibitem.
7056         Change BIBKEY_CODE to BIBITEM_CODE.
7057         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7058         * factory.C: replace insetbib.h with insetbibitem.h.
7059         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7060         * paragraph.C: replace insetbib.h with insetbibitem.h.
7061         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7062         Change bibkey() to bibitem().
7063         * text.C: remove insetbib.h.
7064         * text2.C: replace insetbib.h with insetbibitem.h.
7065         change bibkey() to bibitem().
7066         * text3.C: remove insetbib.h.
7067         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7068
7069 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7070
7071         * lyxrc.C (output): enclose user email in quotes (in case there are
7072         several words)
7073
7074 2003-02-18  John Levon  <levon@movementarian.org>
7075
7076         * buffer.h: add std::
7077
7078 2003-02-17  John Levon  <levon@movementarian.org>
7079
7080         * SpellBase.h:
7081         * ispell.h:
7082         * ispell.C:
7083         * pspell.h:
7084         * pspell.C: reworking. Especially in ispell, a large
7085           number of clean ups and bug fixes.
7086
7087         * lyxfunc.C: fix revert to behave sensibly
7088
7089 2003-02-17 André Pönitz <poenitz@gmx.net>
7090
7091         * LyXAction.C:
7092         * commandtags.h: new LFUN_INSERT_BIBKEY
7093
7094         * layout.h:
7095         * lyxlayout.C:
7096         * buffer.C:
7097         * factory.C:
7098         * text.C:
7099         * text2.C:
7100         * text3.C:
7101         * paragraph.[Ch]:
7102         * paragraph_func.C: remove special bibkey handling
7103
7104 2003-02-17  John Levon  <levon@movementarian.org>
7105
7106         * text.C (Delete): fix case where delete at the end of
7107           the very first paragraph would not merge the pars
7108
7109 2003-02-17  John Levon  <levon@movementarian.org>
7110
7111         * lyxrow.C: fix lastPrintablePos()
7112
7113 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7114
7115         * bufferparams.C (writeLaTeX): add a std:here
7116
7117         * buffer.C: and remove a using directive there
7118
7119 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7120
7121         * buffer.C (makeLaTeXFile): move the code that generates the
7122           preamble...
7123
7124         * bufferparams.C (writeLaTeX): ... in this new method
7125
7126         * LaTeXFeatures.C (getEncodingSet): make const
7127           (getLanguages): make const
7128
7129         * MenuBackend.C (binding): returns the binding associated to this
7130           action
7131           (add): sets the status of each item by calling getStatus. Adds
7132           some intelligence.
7133           (read): add support for OptSubMenu
7134           (expand): remove extra separator at the end of expanded menu
7135
7136 2003-02-15  John Levon  <levon@movementarian.org>
7137
7138         * BufferView.C:
7139         * BufferView_pimpl.C:
7140         * bufferlist.h:
7141         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7142           inset code that had no actual effect. Remove unneeded status
7143           code.
7144
7145 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7146
7147         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7148           in preamble
7149
7150 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7151
7152         * text.C (drawLengthMarker): also draw an arrow marker for
7153           symbolic lengths (medskip...)
7154
7155 2003-02-14  John Levon  <levon@movementarian.org>
7156
7157         * tabular.h:
7158         * tabular.C: better method names
7159
7160 2003-02-14  John Levon  <levon@movementarian.org>
7161
7162         * BufferView_pimpl.C:
7163         * bufferlist.C:
7164         * buffer.C:
7165         * converter.C:
7166         * lyx_cb.C:
7167         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7168           it's a more accurate name. Remove some pointless uses.
7169
7170 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7171
7172         * text2.C (LyXText): change order of initilizers to shut off
7173           warnings
7174
7175 2003-02-14  John Levon  <levon@movementarian.org>
7176
7177         * buffer.C: use ParIterator for getParFromID()
7178
7179         * paragraph.h:
7180         * paragraph.C:
7181         * paragraph_pimpl.h:
7182         * paragraph_pimpl.C: remove unused getParFromID()
7183
7184 2003-02-14  John Levon  <levon@movementarian.org>
7185
7186         * buffer.C: remove some very old #if 0'd parse code
7187
7188 2003-02-13  John Levon  <levon@movementarian.org>
7189
7190         * text.h:
7191         * text.C:
7192         * text2.C: move hfillExpansion(), numberOfSeparators(),
7193           rowLast(), rowLastPrintable(), numberofHfills(),
7194           numberOfLabelHfills() ...
7195
7196         * lyxrow.h:
7197         * lyxrow.C: ... to member functions here.
7198
7199         * paragraph.h:
7200         * paragraph.C:
7201         * lyxtext.h:
7202         * text.C: remove LyXText::beginningOfMainBody(), and call
7203           p->beginningOfMainBody() directly. Move the check for
7204           LABEL_MANUAL into the latter.
7205
7206         * text.h:
7207         * text.C:
7208         * text2.C:
7209         * vspace.C:
7210         * BufferView.h:
7211         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7212
7213         * text.h:
7214         * text.C:
7215         * text2.C:
7216         * text3.C:
7217         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7218           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7219
7220 2003-02-13  John Levon  <levon@movementarian.org>
7221
7222         * CutAndPaste.C: remove debug
7223
7224 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7225
7226         * paragraph.C (asString): remove two unused variables
7227
7228         * lyxtextclass.C (readTitleType):
7229           (Read):
7230           (LyXTextClass): handle new members titletype_ and titlename_
7231
7232         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7233
7234 2003-02-09  John Levon  <levon@movementarian.org>
7235
7236         * buffer.h:
7237         * buffer.C: replace hand-coded list with a map for the dep clean
7238
7239 2003-02-08  John Levon  <levon@movementarian.org>
7240
7241         * LaTeX.C: consolidate code into showRunMessage() helper
7242
7243 2003-02-08  John Levon  <levon@movementarian.org>
7244
7245         * lyxfind.C:
7246         * lyxtext.h:
7247         * text2.C:
7248         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7249           and pass the size in explicitly
7250
7251         * BufferView_pimpl.h:
7252         * BufferView_pimpl.C:
7253         * BufferView.h:
7254         * BufferView.C: add getCurrentChange()
7255
7256         * BufferView_pimpl.h:
7257         * BufferView_pimpl.C: handle change lfuns
7258
7259         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7260           for changes. Mark pasted paragraphs as new.
7261
7262         * support/lyxtime.h:
7263         * support/lyxtime.C:
7264         * DepTable.C: abstract time_t as lyx::time_type
7265
7266         * LColor.h:
7267         * LColor.C: add colours for new text, deleted text, changebars
7268
7269         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7270           package use "usenames" option.
7271
7272         * commandtags.h:
7273         * lyxfunc.C:
7274         * LyXAction.C: add change lfuns
7275
7276         * Makefile.am:
7277         * author.h:
7278         * author.C: author handling
7279
7280         * buffer.h:
7281         * buffer.C: add a per-buffer author list, with first entry as
7282           current author. Handle new .lyx tokens for change tracking. Output
7283           author list to .lyx file. Output dvipost stuff to .tex preamble.
7284           Bump lyx format to 222.
7285
7286         * bufferlist.h:
7287         * bufferlist.C: add setCurrentAuthor() to reset current author details
7288           in all buffers.
7289
7290         * bufferparams.h:
7291         * bufferparams.C: add param for tracking
7292
7293         * bufferview_funcs.C: output change info in minibuffer
7294
7295         * Makefile.am:
7296         * changes.h:
7297         * changes.C: add change-tracking structure
7298
7299         * debug.h:
7300         * debug.C: add CHANGES debug flag
7301
7302         * lyxfind.h:
7303         * lyxfind.C: add code for finding the next change piece
7304
7305         * lyxrc.h:
7306         * lyxrc.C: add user_name and user_email
7307
7308         * lyxrow.h:
7309         * lyxrow.C: add a metric for the top of the text line
7310
7311         * lyxtext.h:
7312         * text.C: implement accept/rejectChange()
7313
7314         * lyxtext.h:
7315         * text.C: paint changebars. Paint new/deleted text in the chosen
7316         colours. Strike through deleted text.
7317
7318         * paragraph.h:
7319         * paragraph.C:
7320         * paragraph_pimpl.h:
7321         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7322           in the current change to the insert functions. Rework erase to
7323           mark text as deleted, adding an eraseIntern() and a range-based
7324           erase(). Implement per-paragraph change lookup and
7325           accept/reject.
7326
7327         * paragraph_funcs.C: Fixup paste for change tracking.
7328
7329         * tabular.C: mark added row/columns as new.
7330
7331         * text.C: fix rowLast() to never return -1. Don't allow
7332           spellchecking of deleted text. Track transpose changes. Don't
7333           allow paragraph break or merge where appropriate.
7334
7335         * text2.C: leave cursor at end of selection after a cut.
7336
7337 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7338
7339         * text.C (getLengthMarkerHeight):
7340         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7341         visible on screen too.
7342
7343 2003-02-07  John Levon  <levon@movementarian.org>
7344
7345         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7346
7347 2003-02-05  Angus Leeming  <leeming@lyx.org>
7348
7349         * lyxserver.C (read_ready): revert my patch of 11 September last year
7350         as it sends PC cpu through the roof. Presumably this means that
7351         the lyxserver will no longer run on an Alpha...
7352
7353 2003-01-30  Angus Leeming  <leeming@lyx.org>
7354
7355         * factory.C (createInset): create an InsetCommandParam of type "index"
7356         and use it to 'do the right thing'.
7357
7358         * text2.C (getStringToIndex): ensure that cursor position is always
7359         reset to the reset_cursor position.
7360
7361 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7362
7363         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7364         disabled.
7365
7366 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7367
7368         * bufferview.C:
7369         * lyxcb.C:
7370         * lyxfunc.C: Output messages with identical spelling, punctuation,
7371         and spaces
7372
7373 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7374
7375         * MenuBackend.C (expandFormats): List only viewable export formats
7376         in "View" menu
7377
7378         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7379         message
7380
7381         * lyxfunc.C (getStatus): Make sure that formats other than
7382         "fax" can also be disabled
7383
7384 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7385
7386         * text3.C (dispatch): put the lfuns that insert insets in 3
7387         groups, and call doInsertInset with appropriate arguments.
7388         (doInsertInset): new function, that creates an inset and inserts
7389         it according to some boolean parameters.
7390
7391 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7392
7393         * buffer.C (readFile): remember to pass on 'par' when calling
7394         readFile recursively.
7395
7396 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7397
7398         * MenuBackend.C (expandFormats): add "..." to import formats.
7399
7400 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7401
7402         * paragraph.C (asString): Remove XForms RTL hacks.
7403
7404 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7405         * buffer.C: fix typo
7406
7407 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7408
7409         * Makefile.am (LIBS): delete var
7410         (lyx_LDADD): add @LIBS@ here instead.
7411
7412 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7413
7414         * Clarify the meaning of "wheel mouse jump"
7415
7416 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7417
7418         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7419         tabular in a float
7420
7421 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7422
7423         * importer.C (Loaders): do not preallocate 3 elements in the
7424         vector, since one ends up with 6 elements otherwise
7425
7426 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7427
7428         * DepTable.C (write): write the file name as last element of the
7429         .dep file (because it may contain spaces)
7430         (read): read info in the right order
7431
7432 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7433
7434         * paragraph_pimpl.C (simpleTeXBlanks):
7435         (simpleTeXSpecialChars):
7436         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7437
7438         * tabular.C (latex): add some missing case statements. Reindent.
7439
7440         * MenuBackend.C (expandToc): remove unused variable.
7441
7442 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7443
7444         * LColor.C:
7445         * LaTeX.C:
7446         * LyXAction.C:
7447         * MenuBackend.C:
7448         * buffer.C:
7449         * exporter.C:
7450         * lyxfunc.C:
7451         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7452         and the like.
7453
7454 2003-01-05  John Levon  <levon@movementarian.org>
7455
7456         * BufferView.h:
7457         * BufferView.C: add getEncoding()
7458
7459         * kbsequence.h:
7460         * kbsequence.C: do not store last keypress
7461
7462         * lyxfunc.h:
7463         * lyxfunc.C: store last keypress here instead. Pass encoding
7464           to getISOEncoded()
7465
7466 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7467
7468         * lyx_main.C (init): remove annoying error message when following
7469         symbolic links (bug #780)
7470
7471 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7472
7473         * text.C (insertChar):
7474         * lyxrc.C (getDescription): remove extra spaces
7475
7476 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7477
7478         * lyxrc.C (getDescription): remove extra spaces
7479
7480 2002-12-20  John Levon  <levon@movementarian.org>
7481
7482         * text3.C: hack fix for page up/down across tall rows
7483
7484 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7485
7486         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7487         not been invoked
7488
7489 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7490
7491         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7492         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7493         thesaurus is not compiled in
7494
7495 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7496
7497         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7498
7499 2002-12-16  Angus Leeming  <leeming@lyx.org>
7500
7501         * lyxrc.[Ch]:
7502         * lyx_main.C (init): remove override_x_deadkeys stuff.
7503
7504 2002-12-12  John Levon  <levon@movementarian.org>
7505
7506         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7507           insert. Only remove shift modifier under strict
7508           circumstances.
7509
7510 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7511
7512         * MenuBackend.C (expandToc): fix crash.
7513
7514 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7515
7516         * MenuBackend.C (expandToc): gettext on float names.
7517
7518 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7519
7520         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7521         implement bool empty() [bug 490]
7522
7523 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7524
7525         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7526
7527 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7528
7529         * several files: ws changes
7530
7531 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7532
7533         * text2.C (setCounter): clean up a bit, use boost.format.
7534         (updateCounters): initialize par upon declaration.
7535
7536         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7537         if the layout exists. We do not just store the layout any more.
7538         (SwitchLayoutsBetweenClasses): use boost.format
7539
7540 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7541
7542         * converter.C (convert): if from and to files are the same, use a
7543         temporary files as intermediary
7544
7545 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7546
7547         * commandtags.h:
7548         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7549
7550 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7551
7552         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7553
7554 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7555
7556         * tabular.C (asciiPrintCell): use string(size, char) instead of
7557         explicit loop.
7558
7559         * sgml.C (openTag): fix order of arguments to string constructor
7560         (closeTag): ditto
7561
7562         * lyxfunc.C (dispatch): use boost.format
7563
7564         * lots of files: change "c" -> 'c'
7565
7566 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7567
7568         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7569
7570 2002-11-25  Angus Leeming  <leeming@lyx.org>
7571
7572         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7573
7574         * lyx_main.C (init): compile fix.
7575
7576 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7577
7578         * lyx_cb.C (start): boost.formatify
7579         do not include <iostream>
7580
7581         * lengthcommon.C: ws only
7582
7583         * boost-inst.C,BoostFormat.h: add more explict instantations
7584
7585 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7586
7587         * lots of files: handle USE_BOOST_FORMAT
7588
7589 2002-11-21  John Levon  <levon@movementarian.org>
7590
7591         * pspell.C: fix compile
7592
7593 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7594
7595         * lyxfunc.C (dispatch): use boost::format
7596         (open): ditto
7597         (doImport): ditto
7598
7599         * lyxfont.C (stateText): use boost::format
7600
7601         * lyx_main.C (LyX): use boost::format
7602         (init): ditto
7603         (queryUserLyXDir): ditto
7604         (readRcFile): ditto
7605         (parse_dbg): ditto
7606         (typedef boost::function): use the recommened syntax.
7607
7608         * importer.C (Import): use boost::format
7609
7610         * debug.C (showLevel): use boost::format
7611
7612         * converter.C (view): use boost::format
7613         (convert): ditto
7614         (move): ditto
7615         (scanLog): ditto
7616
7617         * bufferview_funcs.C (currentState): use boost::format
7618
7619         * bufferlist.C (emergencyWrite): use boost::format
7620
7621         * buffer.C (readLyXformat2): use boost::format
7622         (parseSingleLyXformat2Token): ditto
7623
7624         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7625
7626         * LaTeX.C (run): use boost::format
7627
7628         * Chktex.C (scanLogFile): use boost::format
7629
7630         * BufferView_pimpl.C (savePosition): use boost::format
7631         (restorePosition): ditto
7632         (MenuInsertLyXFile): ditto
7633
7634         * BoostFormat.h: help file for explicit instation.
7635
7636 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7637
7638         * tabular.C (latex): Support for block alignment in fixed width
7639         columns.
7640
7641 2002-11-17  John Levon  <levon@movementarian.org>
7642
7643         * BufferView_pimpl.C:
7644         * lyx_cb.C:
7645         * lyxfunc.C: split filedialog into open/save
7646
7647 2002-11-08  Juergen Vigna  <jug@sad.it>
7648
7649         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7650         by my last patch (hopefully).
7651
7652 2002-11-08  John Levon  <levon@movementarian.org>
7653
7654         * iterators.h:
7655         * iterators.C:
7656         * buffer.h:
7657         * buffer.C:
7658         * paragraph.h:
7659         * paragraph.C:
7660         * toc.h:
7661         * toc.C: ParConstIterator, and use it (from Lars)
7662
7663 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7664
7665         * lyxtextclass.[Ch]: revise and add doxygen comments
7666
7667 2002-11-07  John Levon  <levon@movementarian.org>
7668
7669         * text.C: fix progress value for spellchecker
7670
7671         * toc.C: fix navigate menu for insetwrap inside minipage
7672
7673         * paragraph_funcs.C: added FIXME for suspect code
7674
7675 2002-11-07  John Levon  <levon@movementarian.org>
7676
7677         * BufferView_pimpl.C: fix redrawing of insets
7678           on buffer switch
7679
7680 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7681
7682         * text2.C (updateCounters): fix bug 668
7683
7684 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7685
7686         * text3.C (dispatch): Do not make the buffer dirty when moving the
7687         cursor.
7688
7689 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7690
7691         * vc-backend.C: STRCONV
7692         (scanMaster): ditto
7693
7694         * text2.C (setCounter): STRCONV
7695
7696         * paragraph.C (asString): STRCONV
7697
7698         * lyxlength.C (asString): STRCONV
7699         (asLatexString): ditto
7700
7701         * lyxgluelength.C (asString): STRCONV
7702         (asLatexString): ditto
7703
7704         * lyxfunc.C (dispatch): STRCONV
7705         (open): ditto
7706
7707         * lyxfont.C (stateText): STRCONV
7708
7709         * importer.C (Import): STRCONV
7710
7711         * counters.C (labelItem): STRCONV
7712         (numberLabel): ditto
7713         (numberLabel): remove unused ostringstream o
7714
7715         * chset.C: STRCONV
7716         (loadFile): ditto
7717
7718         * bufferview_funcs.C (currentState): STRCONV
7719
7720         * buffer.C (readFile): STRCONV
7721         (asciiParagraph): ditto
7722         (makeLaTeXFile): ditto
7723
7724         * Spacing.C (writeEnvirBegin): STRCONV
7725
7726         * LaTeXFeatures.C (getLanguages): STRCONV
7727         (getPackages): ditto
7728         (getMacros): ditto
7729         (getBabelOptions): ditto
7730         (getTClassPreamble): ditto
7731         (getLyXSGMLEntities): ditto
7732         (getIncludedFiles): ditto
7733
7734         * LaTeX.C: STRCONV
7735         (run): ditto
7736         (scanAuxFile): ditto
7737         (deplog): ditto
7738
7739         * LString.h: add the STRCONV macros
7740
7741         * BufferView_pimpl.C (savePosition): STRCONV
7742         (restorePosition): ditto
7743         (MenuInsertLyXFile): ditto
7744
7745         * vc-backend.C (scanMaster): change from submatch[...] to
7746         submatch.str(...)
7747
7748         * funcrequest.C: include config.h
7749
7750         * factory.C: include config.h
7751
7752         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7753
7754         * box.C: include config.h
7755
7756         * LaTeX.C (scanAuxFile): change from submatch[...] to
7757         submatch.str(...)
7758         (deplog): ditto
7759
7760 2002-10-25  Angus Leeming  <leeming@lyx.org>
7761
7762         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7763
7764         * ispell.[Ch] (setError): new method.
7765         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7766         Use setError() insetead of goto END.
7767
7768         * lyx_cb.C (AutoSave): move out child process into new class
7769         AutoSaveBuffer.
7770
7771 2002-10-30  John Levon  <levon@movementarian.org>
7772
7773         * text3.C: make start appendix undoable
7774
7775 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7776
7777         * lyxlength.C (inPixels): Fix returned value.
7778
7779         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7780         environment.
7781
7782 2002-10-24  Angus Leeming  <leeming@lyx.org>
7783
7784         * lyxgluelength.h: no need to forward declare BufferParams
7785         or BufferView, so don't.
7786
7787 2002-10-21  John Levon  <levon@movementarian.org>
7788
7789         * BufferView.C: menuUndo ->undo, redo
7790
7791         * BufferView.h: document, remove dead, make some methods private
7792
7793         * paragraph_funcs.h:
7794         * paragraph_funcs.C:
7795         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7796
7797         * buffer.h:
7798         * buffer.C:
7799         * sgml.h:
7800         * sgml.C: move sgml open/close tag into sgml.C
7801
7802         * bufferview_funcs.h: unused prototype
7803
7804         * lyxfunc.h:
7805         * lyxfunc.C: remove unused
7806
7807         * lyxtext.h:
7808         * text.C: remove unused
7809
7810 2002-10-21  John Levon  <levon@movementarian.org>
7811
7812         * BufferView.h:
7813         * BufferView.C:
7814         * BufferView_pimpl.h:
7815         * BufferView_pimpl.C: fix mouse wheel handling based on
7816           patch from Darren Freeman
7817
7818 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7819
7820         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7821
7822 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7823
7824         * lyxlength.C (inPixels): Fix hanfling of negative length.
7825         Fix LyXLength::MU case.
7826
7827 2002-10-16  John Levon  <levon@movementarian.org>
7828
7829         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7830
7831 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7832
7833         * converter.C (view): add support for $$i (file name) and $$p
7834         (file path) for the viewer command. If $$i is not specified, then
7835         it is appended to the command (for compatibility with old syntax)
7836
7837 2002-10-14  Juergen Vigna  <jug@sad.it>
7838
7839         * undo_funcs.C (textHandleUndo): alter the order in which the
7840         new undopar is added to the LyXText, as we have to set first
7841         the right prev/next and then add it as otherwise the rebuild of
7842         LyXText is not correct. Also reset the cursor to the right paragraph,
7843         with this IMO we could remove the hack in "redoParagraphs()".
7844
7845 2002-10-09  Angus Leeming  <leeming@lyx.org>
7846
7847         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7848         to turn off an optimisation if a new inset is to be inserted.
7849
7850 2002-10-11 André Pönitz <poenitz@gmx.net>
7851
7852         * lyxtext.h: make some functions public to allow access
7853         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7854
7855 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7856
7857         * text3.C (dispatch): when changing layout, avoid an infinite loop
7858         [bug #652]
7859
7860 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7861
7862         * lyxrc.C (read): treat a viewer or converter command of "none" as
7863         if it were empty.
7864
7865         * MenuBackend.C (expandFormats): for an update, also allow the
7866         formats that are not viewable
7867
7868         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7869         script if it is newer than the lyxrc.defaults in user directory
7870
7871 2002-10-07 André Pönitz <poenitz@gmx.net>
7872
7873         * text.C: Vitaly Lipatov's small i18n fix
7874
7875 2002-09-25  Angus Leeming  <leeming@lyx.org>
7876
7877         * ispell.h: doxygen fix.
7878
7879 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7880
7881         * buffer.h (readFile): Add a new argument to the method, to allow
7882         reading of old-format templates.
7883
7884 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7885
7886         * toc.C (getTocList): Get TOC from InsetWrap.
7887
7888 2002-09-16  John Levon  <levon@movementarian.org>
7889
7890         * lyxfunc.C: check tabular for cut/copy too
7891
7892 2002-09-12  John Levon  <levon@movementarian.org>
7893
7894         * LyXAction.C: tidy
7895
7896         * factory.h:
7897         * factory.C: add header
7898
7899         * paragraph_funcs.h:
7900         * paragraph_funcs.C: cleanup
7901
7902 2002-09-11  John Levon  <levon@movementarian.org>
7903
7904         * PrinterParams.h: odd/even default to true
7905
7906 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7907
7908         * PrinterParams.h: update printer parameters for new xforms dialog
7909
7910 2002-09-11  Angus Leeming  <leeming@lyx.org>
7911
7912         * lyxserver.C (read_ready): re-write to make it more transparent
7913         and to make it work in coherent fashion under Tru64 Unix.
7914
7915 2002-09-11  André Pönitz <poenitz@gmx.net>
7916
7917         * commandtags.h:
7918         * LyXAction.C:
7919         * text3.C: implement LFUN_WORDSEL
7920
7921 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7922
7923         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7924         make floatlist_ a boost::shared_ptr<FloatList>
7925
7926         * lyxtextclass.C: include FloatList.h
7927         (LyXTextClass): initialize floatlist_
7928         (TextClassTags): add TC_NOFLOAT
7929         (Read): match "nofloat" to TC_NOFLOAT and use it.
7930         (readFloat): modify call to floatlist_
7931         (floats): ditto
7932         (floats): ditto
7933
7934         * FloatList.[Ch] (FloatList): remove commented out float
7935         initialization.
7936         (erase): new function
7937
7938 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7939
7940         * MenuBackend.C (expandToc): fix crash when there is no document
7941         open
7942
7943 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7944
7945         * many files: Add insetwrap.
7946
7947 2002-09-09  John Levon  <levon@movementarian.org>
7948
7949         * text2.C: remove confusing and awkward depth wraparound
7950
7951 2002-09-09  John Levon  <levon@movementarian.org>
7952
7953         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7954
7955         * buffer.h:
7956         * buffer.C: remove getIncludeonlyList()
7957
7958         * paragraph.C:
7959         * lyxfunc.C: remove headers
7960
7961 2002-09-09  Juergen Vigna  <jug@sad.it>
7962
7963         * text.C (getColumnNearX): fix form Michael this is most
7964         probably a cut&paste bug.
7965
7966 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7967
7968         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7969
7970         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7971         references, ws changes.
7972
7973         * text2.C (init): update counters after init
7974         (insertParagraph): no need to set counter on idividual paragraphs.
7975         (setCounter): access the counters object in the textclass object
7976         on in the buffer object.
7977         (updateCounters): ditto
7978
7979         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7980         shared_ptr<Counters> to avoid loading counters.h in all
7981         compilation units.
7982         (LyXTextClass): initialize ctrs_
7983         (TextClassTags): add TC_COUNTER, and ...
7984         (Read): use it here.
7985         (CounterTags): new tags
7986         (readCounter): new function
7987         (counters): new funtion
7988         (defaultLayoutName): return a const reference
7989
7990         * counters.C (Counters): remove contructor
7991         (newCounter): remove a couple of unneeded statements.
7992         (newCounter): simplify a bit.
7993         (numberLabel): some small formatting changes.
7994
7995         * buffer.[Ch]: remove all traces of counters, move the Counters
7996         object to the LyXTextClass.
7997
7998 2002-09-06  Alain Castera  <castera@in2p3.fr>
7999
8000         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8001         package to set the horizontal alignment on fixed width columns.
8002
8003         * lyx_sty.C:
8004         * lyx_sty.h: added tabularnewline macro def.
8005
8006         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8007
8008 2002-09-06  John Levon  <levon@movementarian.org>
8009
8010         * LyXAction.C: tooltips for sub/superscript
8011
8012         * MenuBackend.C: a bit more verbose
8013
8014         * lyxfunc.C: tiny clean
8015
8016         * undo_funcs.C: document undo_frozen
8017
8018 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8019
8020         * counters.C (Counters): add missing algorithm counter.
8021
8022         * text2.C (setCounter): lookup the counter with layouts latexname
8023         instead of by section number.
8024         (setCounter): use a hackish way to lookup the correct enum
8025         counter.
8026         a float name->type change
8027         reset enum couners with counter name directly instead of depth value.
8028
8029         * counters.C (Counters): remove the push_backs, change to use the
8030         float type not the float name.
8031         (labelItem): remove unused string, float name->type change
8032
8033         * counters.h: don't include vector, loose the enums and sects vectors
8034
8035 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8036
8037         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8038         (Read): add float->TC_FLOAT to textclassTags
8039         (Read): and handle it in the switch
8040         (readFloat): new function
8041
8042         * FloatList.C (FloatList): comment out the hardcoded float
8043         definitions.
8044
8045         * lyxlayout.h: ws change.
8046
8047 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8048
8049         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8050
8051 2002-09-03  Angus Leeming  <leeming@lyx.org>
8052
8053         * BufferView_pimpl.h: qualified name is not allowed in member
8054         declaration: WorkArea & Pimpl::workarea() const;
8055
8056         * factory.C: added using std::endl directive.
8057
8058         * text3.C: added using std::find and std::vector directives.
8059
8060 2002-08-29  André Pönitz <poenitz@gmx.net>
8061
8062         * lyxtext.h:
8063         * text2.C: remove unused member number_of_rows
8064
8065         * Makefile.am:
8066         * BufferView2.C: remove file, move contents to...
8067         * BufferView.C: ... here
8068
8069         * BufferView_pimpl.C:
8070         * factory.C: move more inset creation to factory
8071
8072         * vspace.C: avoid direct usage of LyXText, ws changes
8073
8074         * BufferView.[Ch]:
8075                 don't provide direct access to WorkArea, use two simple
8076                 acessors haveSelction() and workHeight() instead
8077
8078
8079 2002-08-29  John Levon  <levon@movementarian.org>
8080
8081         * BufferView_pimpl.C (dispatch): do not continue when
8082           no buffer
8083
8084 2002-08-28  André Pönitz <poenitz@gmx.net>
8085
8086         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8087
8088         * BufferView.h:
8089         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8090
8091 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8092
8093         * buffer.C: increment LYX_FORMAT to 221
8094
8095         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8096         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8097
8098         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8099
8100         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8101
8102 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8103
8104         * factory.C (createInset): use LyXTextClass::floats
8105
8106         * MenuBackend.C (expandFloatListInsert):
8107         (expandFloatInsert):
8108         (expandToc):
8109
8110         * text2.C (setCounter):
8111
8112         * LaTeXFeatures.C (useFloat):
8113         (getFloatDefinitions):
8114
8115         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8116
8117         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8118         floatlist_, with accessor floats().
8119
8120         * FloatList.h: remove global FloatList
8121
8122 2002-08-26  André Pönitz <poenitz@gmx.net>
8123
8124         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8125
8126         * BufferView.h:
8127         * BufferView2.C:
8128         * BufferView_pimpl.C:
8129         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8130
8131 2002-08-25  John Levon  <levon@movementarian.org>
8132
8133         * LyXAction.C: fix margin note description
8134
8135 2002-08-24  John Levon  <levon@movementarian.org>
8136
8137         * buffer.C:
8138         * bufferlist.C:
8139         * bufferview_funcs.C:
8140         * lyxfont.C:
8141         * undo_funcs.C: cleanups
8142
8143         * lyxfunc.C: disable CUT/COPY when no selection
8144
8145 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8146
8147         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8148         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8149
8150         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8151         Add backward compatibility to "mono", "gray" and "no".
8152
8153 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8154
8155         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8156         (and file_format >= 200).
8157
8158 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8159
8160         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8161
8162 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8163
8164         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8165
8166 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8167
8168         * BufferView_pimpl.C:
8169         * LyXAction.C:
8170         * buffer.C:
8171         * commandtags.h:
8172         * lyxfunc.C:
8173         * paragraph.[Ch]:
8174         * text2.C:
8175         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8176         inset and code to make it  work with the paragraph code. The inset
8177         can be anywhere in the paragraph, but will only do the expected
8178         thing in LaTeX if the layout file contains the parameter line
8179                         OptionalArgs    1
8180         (or more generally, a nonzero value) for that layout.
8181
8182 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8183
8184         * paragraph.h: remove the declaration of undefined counters class
8185         function.
8186
8187 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8188
8189         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8190         Dr. Richard Hawkins.
8191
8192 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8193
8194         * paragraph_funcs.h: remove some unneeded includes
8195
8196         * text.C (backspace): pasteParagraph now in global scipe
8197
8198         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8199         (pasteSelection): ditto
8200
8201         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8202         * paragraph_funcs.C (pasteParagraph): ... here
8203
8204 2002-08-20  André Pönitz <poenitz@gmx.net>
8205
8206         * commandtags.h: new LFUNs for swapping/copying table row/colums
8207
8208         * LyXAction.C:
8209         * lyxfunc.C: support for new lfuns
8210
8211 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8212
8213         * tabular.C:
8214         * buffer.[Ch]: remove NO_COMPABILITY stuff
8215
8216 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8217
8218         * boost.C (throw_exception): new file, with helper function for
8219         boost compiled without exceptions.
8220
8221         * paragraph.h:
8222         * lyxlength.C:
8223         * buffer.C:
8224         * ParameterStruct.h:
8225         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8226
8227         * bufferlist.C (emergencyWriteAll): use boost bind
8228
8229         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8230
8231         * text.C: include paragraph_funcs.h
8232         (breakParagraph): breakParagraph is now in global scope
8233
8234         * paragraph_funcs.[Ch]: new files
8235
8236         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8237         global scope
8238
8239         * buffer.C: include paragraph_funcs.h
8240         (insertStringAsLines): breakParagraph is now in global scope
8241
8242         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8243         paragraph_funcs.C
8244
8245         * CutAndPaste.C: include paragraph_funcs.h
8246         (cutSelection): breakParagraphConservative is now in global scope
8247         (pasteSelection): ditto
8248
8249         * buffer.h: declare oprator== and operator!= for
8250         Buffer::inset_iterator
8251
8252         * bufferlist.C (emergencyWrite): don't use fmt(...)
8253
8254         * text3.C: add using std::endl
8255
8256         * BufferView.C (moveCursorUpdate): remove default arg
8257
8258 2002-08-20  André Pönitz <poenitz@gmx.net>
8259
8260         * buffer.[Ch]: move inline functions to .C
8261
8262         * BufferView2.C:
8263         * BufferView_pimpl.C:
8264         * text.C:
8265         * buffer.[Ch]: use improved inset_iterator
8266
8267         * buffer.C:
8268         * paragraph.[Ch]: write one paragraph at a time
8269
8270 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8271
8272         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8273         style if style is not specified.
8274
8275 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8276
8277         * text2.C (setCounter): when searching for right label for a
8278         caption, make sure to recurse to parent insets (so that a caption
8279         in a minipage in a figure float works) (bug #568)
8280
8281 2002-08-20  André Pönitz <poenitz@gmx.net>
8282
8283         * text3.C: new file for LyXText::dispatch() and helpers
8284
8285         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8286
8287         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8288
8289 2002-08-19  André Pönitz <poenitz@gmx.net>
8290
8291         * lyxtext.h:
8292         * text.C: new LyXText::dispatch()
8293
8294         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8295
8296 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8297
8298         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8299
8300         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8301         Hebrew text.
8302
8303 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8304
8305         * Makefile.am: use $(variables) instead of @substitutions@
8306
8307 2002-08-15  André Pönitz <poenitz@gmx.net>
8308
8309         * lyxfunc.C:
8310         * BufferView_pimpl.C: streamlining mathed <-> outer world
8311         interaction
8312
8313         * commandtags.h:
8314         * LyXAction.C: remove unused LFUN_MATH
8315
8316 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8317
8318         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8319
8320 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8321
8322         * paragraph.C (Paragraph): reformat a bit
8323         (cutIntoMinibuffer): use builtin InsetList function instad of
8324         doing it manually.
8325         (getInset): ditto
8326
8327         * buffer.C: include boost/bind.hpp, add using std::for_each
8328         (writeFileAscii): use ParagraphList iterators
8329         (validate): use for_each for validate traversal of paragraphs
8330         (getBibkeyList): use ParagraphList iterators
8331         (resizeInsets): use for_each to resizeInsetsLyXText for all
8332         paragraphs.
8333         (getParFromID): use ParagraphList iterators
8334
8335         * BufferView2.C (lockInset): use paragraph list and iterators
8336
8337 2002-08-14  John Levon  <levon@movementarian.org>
8338
8339         * lyxserver.C: remove spurious xforms include
8340
8341 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8342
8343         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8344
8345 2002-08-13  André Pönitz <poenitz@gmx.net>
8346
8347         * LyXAction.[Ch]:
8348         * lyxfunc.C: further cleaning
8349
8350 2002-08-13  André Pönitz <poenitz@gmx.net>
8351
8352         * funcrequest.h: new constructor
8353
8354         * funcrequest.C: move stuff here from .h
8355
8356         * Makefile.am:
8357         * BufferView_pimpl.C:
8358         * LyXAction.C:
8359         * toc.C:
8360         * lyxfunc.C: subsequent changes
8361
8362         * lyxfunc.h: new view() member function
8363
8364         * lyxfunc.C: subsequent changes
8365
8366 2002-08-13  Angus Leeming  <leeming@lyx.org>
8367
8368         * BufferView2.C:
8369         * BufferView_pimpl.C:
8370         * buffer.C:
8371         * converter.C:
8372         * importer.C:
8373         * lyxfunc.C:
8374         * lyxvc.C:
8375         * toc.C:
8376         * vc-backend.C:
8377         changes due to the changed LyXView interface that now returns references
8378         to member variables not pointers.
8379
8380 2002-08-13  Angus Leeming  <leeming@lyx.org>
8381
8382         * WordLangTuple (word, lang_code): return references to strings,
8383         not strings.
8384
8385         * BufferView.h:
8386         * SpellBase.h:
8387         * lyxtext.h: forward-declare WordLangTuple.
8388
8389         * BufferView2.C:
8390         * ispell.C:
8391         * pspell.C:
8392         * text.C: #include "WordLangTuple.h".
8393
8394         * lyxtext.h:
8395         * text.C: (selectNextWordToSpellcheck): constify return type.
8396
8397 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8398
8399         * buffer.C:
8400         * buffer.h:
8401         * lyxtext.h:
8402         * paragraph.C:
8403         * paragraph_pimpl.h:
8404         * text.C:
8405         * text2.C:
8406         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8407         suggested by Angus.
8408         Made updateCounter always count from start of buffer, and removed
8409         second argument (par).
8410         Reverted floats number display to '#'. Perhaps I'll try again when the
8411         code base is sanitized a bit.
8412
8413 2002-08-12  Angus Leeming  <leeming@lyx.org>
8414
8415         * buffer.[Ch] (getLabelList): constify.
8416
8417 2002-08-07  André Pönitz <poenitz@gmx.net>
8418
8419         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8420
8421         * funcrequest.h: extension to keep mouse (x,y) position
8422
8423 2002-08-12  Juergen Vigna  <jug@sad.it>
8424
8425         * BufferView2.C (insertErrors): forbid undo when inserting error
8426         insets.
8427
8428         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8429
8430 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8431
8432         * ParagraphList.[Ch]: new files
8433
8434         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8435
8436         * BufferView2.C (lockInset): ParagraphList changes
8437         * toc.C: ditto
8438         * text2.C: ditto
8439         * bufferlist.C: ditto
8440         * buffer.h: ditto
8441         * buffer.C: ditto
8442
8443 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8444
8445         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8446         unused class variable counter_,
8447
8448         * paragraph.[Ch] (getFirstCounter): delete unused function
8449
8450         * counters.C: include LAssert.h
8451         (reset): add a new function with no arg, change other version to
8452         not have def. arg and to not allow empty arg.
8453
8454         * text2.C (setCounter): remove empty arg from call to Counters::reset
8455
8456 2002-08-11  John Levon  <levon@movementarian.org>
8457
8458         * Makefile.am: add WordLangTuple.h
8459
8460 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8461
8462         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8463         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8464
8465         * insets/insettext.C: InsetList changes
8466
8467         * graphics/GraphicsSupport.C (operator()): InsetList changes
8468
8469         * toc.C (getTocList): InsetList changes
8470
8471         * paragraph_pimpl.[Ch]: InsetList changes
8472
8473         * paragraph.[Ch]: InsetList changes
8474
8475         * buffer.C (inset_iterator): InsetList changes
8476         (setParagraph): ditto
8477         * buffer.h (inset_iterator): ditto
8478         * iterators.C (operator++): ditto
8479         * iterators.h: ditto
8480
8481         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8482
8483         * InsetList.[Ch]: new files, most InsetList handling moved out of
8484         paragraph.C.
8485
8486         * BufferView2.C (removeAutoInsets): InsetList changes
8487         (lockInset): ditto
8488         (ChangeInsets): ditto
8489
8490 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8491
8492         * paragraph_pimpl.h (empty): new function
8493
8494         * paragraph.[Ch] (empty): new function
8495
8496         * other files: use the new Paragraph::empty function
8497
8498 2002-08-09  John Levon  <levon@movementarian.org>
8499
8500         * lyxtext.h: remove unused refresh_height
8501
8502 2002-08-09  John Levon  <levon@movementarian.org>
8503
8504         * Makefile.am:
8505         * sgml.h:
8506         * sgml.C:
8507         * buffer.C:
8508         * paragraph.h:
8509         * paragraph.C: move sgml char escaping out of paragraph
8510
8511         * paragraph.h:
8512         * paragraph.C: remove id setter
8513
8514         * buffer.C:
8515         * paragraph.C:
8516         * paragraph_pimpl.C: remove dead tex_code_break_column
8517
8518         * bufferview_funcs.C: small cleanup
8519
8520         * lyxfunc.C: remove dead proto
8521
8522         * lyxtext.h: make some stuff private. Remove some dead stuff.
8523
8524         * lyxgluelength.C: make as[LyX]String() readable
8525
8526 2002-08-08  John Levon  <levon@movementarian.org>
8527
8528         * LyXAction.h:
8529         * LyXAction.C:
8530         * MenuBackend.C:
8531         * ToolbarDefaults.C:
8532         * lyxfunc.C:
8533         * lyxrc.C:
8534         * toc.C: lyxaction cleanup
8535
8536 2002-08-08  John Levon  <levon@movementarian.org>
8537
8538         * BufferView2.C: small cleanup
8539
8540         * lyxfind.h:
8541         * lyxfind.C: move unnecessary header into the .C
8542
8543 2002-08-08  John Levon  <levon@movementarian.org>
8544
8545         * funcrequest.h: just tedious nonsense
8546
8547         * lyx_main.h:
8548         * lyx_main.C: cleanups
8549
8550         * buffer.C:
8551         * vspace.C: remove dead header lyx_main.h
8552
8553 2002-08-07  Angus Leeming  <leeming@lyx.org>
8554
8555         * Paragraph.[Ch]:
8556         * paragraph_pimpl.h:
8557         Forward declare class Counters in paragraph.h by moving the ctrs member
8558         variable into Paragraph::Pimpl.
8559         (counters): new method, returning a reference to pimpl_->ctrs.
8560
8561         * text2.C: ensuing changes.
8562
8563 2002-08-07  John Levon  <levon@movementarian.org>
8564
8565         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8566
8567         * BufferView_pimpl.C: announce X selection on double/triple
8568           click
8569
8570         * lyx_main.C: use correct bool in batch dispatch
8571
8572         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8573
8574 2002-08-07  André Pönitz <poenitz@gmx.net>
8575
8576         * funcrequest.h: new class to wrap a kb_action and its argument
8577
8578         * BufferView.[Ch]:
8579         * BufferView_pimpl[Ch]:
8580         * LaTeX.C:
8581         * LyXAction.[Ch]:
8582         * lyxfunc.[Ch]:
8583         * lyxrc.C: subsequent changes
8584
8585
8586 2002-08-07  John Levon  <levon@movementarian.org>
8587
8588         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8589           document options change.
8590
8591 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8592
8593         * counters.[Ch]
8594         * text2.C
8595         * paragraph.[Ch]
8596         * makefile.am: move counters functionality over from
8597         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8598
8599 2002-08-06  John Levon  <levon@movementarian.org>
8600
8601         * WordLangTuple.h: new file for word + language code tuple
8602
8603         * SpellBase.h:
8604         * pspell.h:
8605         * pspell.C:
8606         * ispell.h:
8607         * ispell.C:
8608         * lyxtext.h:
8609         * text.C:
8610         * text2.C:
8611         * BufferView.h:
8612         * BufferView2.C: use WordLangTuple
8613
8614         * layout.h:
8615         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8616
8617 2002-08-06  John Levon  <levon@movementarian.org>
8618
8619         * lyx_main.C: fix cmdline batch handling
8620
8621 2002-08-06  André Pönitz <poenitz@gmx.net>
8622
8623         * lyxrc.C: set default for show_banner to true
8624
8625 2002-08-06  John Levon  <levon@movementarian.org>
8626
8627         * pspell.C: fix a crash, and allow new aspell to work
8628
8629 2002-08-06  John Levon  <levon@movementarian.org>
8630
8631         * lyxfunc.C:
8632         * kbmap.C: small cleanup
8633
8634         * vspace.h:
8635         * vspace.C: add const
8636
8637 2002-08-05  John Levon  <levon@movementarian.org>
8638
8639         * LyXAction.C: back to tabular-insert
8640
8641 2002-08-04  John Levon  <levon@movementarian.org>
8642
8643         * BufferView.h:
8644         * BufferView.C: cosmetic change
8645
8646         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8647
8648         * bufferlist.C:
8649         * buffer.h:
8650         * buffer.C:
8651         * lyxcb.h:
8652         * lyxcb.C:
8653         * lyxserver.C:
8654         * lyxvc.C:
8655         * vc-backend.C:
8656         * BufferView2.C: purge all "Lyx" not "LyX" strings
8657
8658         * lyxcursor.h:
8659         * lyxcursor.C: attempt to add some documentation
8660
8661         * lyxfunc.C:
8662         * commandtags.h:
8663         * LyXAction.C:
8664         * ToolbarDefaults.C:
8665         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8666           merge with LFUN_TABULAR_INSERT
8667
8668         * Makefile.am:
8669         * SpellBase.h:
8670         * ispell.h:
8671         * ispell.C:
8672         * pspell.h:
8673         * pspell.C: split up i/pspell implementations into separate
8674           files, many cleanups
8675
8676         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8677
8678         * text2.C: some cleanup
8679
8680         * lyxfunc.C: don't check for isp_command == "none" any more, it
8681           didn't make any sense
8682
8683 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8684
8685         * counters.[Ch]
8686         * text2.C
8687         * paragraph.[Ch]
8688         * makefile.am: move counters functionality over
8689         from text2.C/paragraph.[Ch] to counters.[Ch], and
8690         make proper C++.
8691 2002-08-02  John Levon  <levon@movementarian.org>
8692
8693         * buffer.C: s/lyxconvert/lyx2lyx/
8694
8695 2002-08-02  Angus Leeming  <leeming@lyx.org>
8696
8697         * lyxlex.C: revert John's change as it breaks reading of the user
8698         preamble.
8699
8700 2002-08-02  Angus Leeming  <leeming@lyx.org>
8701
8702         * importer.C (Import):
8703         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8704         changes due to LyXView::view() now returning a boost::shared_ptr.
8705
8706 2002-08-02  John Levon  <levon@movementarian.org>
8707
8708         * lyxlex.C: small cleanup
8709
8710 2002-08-02  John Levon  <levon@movementarian.org>
8711
8712         * text2.C (status): small cleanup, no logic change
8713
8714 2002-08-01  John Levon  <levon@movementarian.org>
8715
8716         * buffer.h:
8717         * buffer.C (writeFile): don't output alerts, caller
8718           handles this
8719
8720         * bufferlist.C:
8721         * lyx_cb.C: from above
8722
8723         * lyxfunc.C: allow to open non-existent files
8724
8725 2002-07-31  John Levon  <levon@movementarian.org>
8726
8727         * lyxserver.C: don't let incidental errors get
8728           in the way (errno)
8729
8730 2002-07-30  John Levon  <levon@movementarian.org>
8731
8732         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8733
8734 2002-07-30  John Levon  <levon@movementarian.org>
8735
8736         * lyxserver.h:
8737         * lyxserver.C: remove I/O callback too
8738
8739 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8740
8741         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8742         log.
8743
8744 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8745
8746         * many files: strip,frontStrip -> trim,ltrim,rtrim
8747
8748 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8749
8750         * PrinterParams.h: remove extern containsOnly, and include
8751         support/lstrings.h instead.
8752
8753         * LaTeX.C (scanAuxFile): modify because of strip changes
8754         (deplog): ditto
8755         * buffer.C (makeLaTeXFile): ditto
8756         * bufferparams.C (writeFile): ditt
8757         * lyxfont.C (stateText): ditto
8758         * lyxserver.C (read_ready): ditto
8759         * vc-backend.C (scanMaster): ditto
8760
8761         * BufferView_pimpl.h: ws changes
8762
8763         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8764
8765 2002-07-26  André Pönitz <poenitz@gmx.net>
8766
8767         * kb_sequence.C: remove unnedred usings
8768
8769 2002-07-26  Juergen Vigna  <jug@sad.it>
8770
8771         * lyxfind.C (LyXReplace): we have to check better if the returned
8772         text is not of theLockingInset()->getLockingInset().
8773
8774 2002-07-25  Juergen Vigna  <jug@sad.it>
8775
8776         * lyxfind.C (LyXReplace): don't replace if we don't get the
8777         right LyXText.
8778
8779         * undo_funcs.C (createUndo): remove debugging code.
8780
8781 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8782
8783         * buffer.C (parseSingleLyXformat2Token): Use default placement
8784         when reading old floats.
8785
8786         * FloatList.C (FloatList): Change the default placement of figure
8787         and tables to "tbp".
8788
8789 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8790
8791         * MenuBackend.C: using std::max
8792
8793 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8794
8795         * MenuBackend.C (expandToc):
8796         (expandToc2): code moved from xforms menu frontend. It is now
8797         generic and TOCs are transparent to menu frontends.
8798
8799 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8800
8801         * toc.C (getTocList): protect against buf=0
8802
8803         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8804         Menu as first parameter. Now, this calls itself recursively to
8805         expand a whole tree (this will be useful for TOC handling)
8806         (expandFloatInsert): remove 'wide' version of floats
8807
8808         * MenuBackend.h (submenuname): returns the name of the submenu.
8809         (submenu): returns the submenu itself, provided it has been
8810         created by MenuBackend::expand
8811
8812 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8813
8814         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8815         insets which have noFontChange == true. (bug #172)
8816
8817 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8818
8819         * BufferView_pimpl.C: add connection objects and use them...
8820         (Pimpl): here.
8821
8822 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8823
8824         * MenuBackend.C (expandLastfiles):
8825         (expandDocuments):
8826         (expandFormats):
8827         (expandFloatListInsert):
8828         (expandFloatInsert):
8829         (expand): split expand in parts
8830
8831 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8832
8833         * lyx_gui.C: use lyx_gui::exit()
8834
8835 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8836
8837         * LyXAction.C: show the failing pseudo action
8838
8839 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8840
8841         * buffer.C (readFile): Run the lyxconvert script in order to read
8842         old files.
8843
8844 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8845
8846         * LyXAction.C:
8847         * commandtags.h:
8848         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8849
8850 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8851
8852         * LyXAction.C:
8853         * commandtags.h:
8854         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8855
8856 2002-07-22  Herbert Voss  <voss@lyx.org>
8857
8858         * lengthcommon.C:
8859         * lyxlength.[Ch]: add support for the vertical lengths
8860
8861 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8862
8863         * toc.[Ch]: std:: fixes
8864
8865 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8866
8867         * lyxrc.C: do not include lyx_main.h
8868
8869         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8870         for layouts
8871
8872         * lyxrc.C:
8873         * encoding.C:
8874         * bufferlist.C:
8875         * BufferView2.C: include "lyxlex.h"
8876
8877         * tabular.h:
8878         * bufferparams.h: do not #include "lyxlex.h"
8879
8880         * lyxtextclasslist.C (Add): remove method
8881         (classlist): renamed to classlist_
8882
8883         * paragraph_pimpl.C:
8884         * paragraph.C:
8885         * text2.C:
8886         * CutAndPaste.C:
8887         * bufferview_funcs.C:
8888         * bufferlist.C:
8889         * text.C:
8890         * LaTeXFeatures.C:
8891         * buffer.C:
8892         * toc.C (getTocList): use BufferParams::getLyXTextClass
8893
8894         * toc.C (getTocList): use InsetFloat::addToToc
8895
8896         * toc.[Ch]: new files, containing helper functions to handle table
8897         of contents
8898
8899         * lyxfunc.C (dispatch): no need to remove spaces around command
8900         given as a string
8901         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8902         first command of the sequence; it is not very clever, but I do not
8903         have a better idea, actually
8904
8905         * LyXAction.C (LookupFunc): make sure to remove space at the
8906         beginning and end of the command
8907
8908 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8909
8910         * MenuBackend.C (getMenubar): new method: return the menubar of
8911         this menu set
8912         (read): treat differently reading of menu and menubar (in
8913         particular, the menubar has no name now)
8914         (Menu::menubar): remove
8915
8916         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8917         saving is finished
8918
8919 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8920
8921         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8922         a bibitem inset in a RTL paragraph.
8923
8924 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8925
8926         * paragraph_pimpl.C: constify
8927
8928         * BufferView_pimpl.C:
8929         * LaTeX.C:
8930         * lyxfunc.C: fix dispatch in a nicer way
8931
8932 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8933
8934         * lyxfunc.C (dispatch):
8935         * BufferView_pimpl.C:
8936         * BufferView_pimpl.h:
8937         * BufferView.C:
8938         * BufferView.h: rename Dispatch() to dispatch()
8939
8940         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8941
8942         * lyxlayout.C (Read): honor DependsOn tag
8943
8944         * lyxlayout.[Ch] (depends_on): new method
8945
8946         * version.C.in: update lyx_docversion
8947
8948         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8949
8950         * paragraph.C (validate): remove from here...
8951         * paragraph_pimpl.C (validate): ... and move here
8952         (isTextAt): make it const
8953
8954         * buffer.C (getLists): ws cleanup
8955
8956 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8957
8958         * language.C (read): Use iso8859-1 encoding in latex_lang
8959         (this prevents LyX from crashing when using iso10646-1 encoding).
8960
8961 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8962
8963         * text2.C (toggleInset): if cursor is inside an inset, close the
8964         inset and leave cursor _after_ it
8965
8966 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8967
8968         * lyxfunc.C: move minibuffer completion handling out of here
8969
8970 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8971
8972         * BufferView_pimpl.C:
8973         * LaTeX.C: fix dispatch calls
8974
8975 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8976
8977         * text.C (drawChars): Fix Arabic text rendering.
8978
8979 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8980
8981         * LyXAction.C:
8982         * commandtags.h:
8983         * lyxfunc.C: remove message-push/pop
8984
8985         * lyxserver.C:
8986         * lyxfunc.h:
8987         * lyxfunc.C: rationalise some code by removing verboseDispatch
8988           in favour of a bool argument to dispatch()
8989
8990 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8991
8992         * lyx_main.C (init): make sure to read symlinks as absolute paths
8993
8994 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8995
8996         * lyxfunc.h:
8997         * lyxfunc.C: no need for commandshortcut to be a member
8998
8999 2002-07-15  André Pönitz <poenitz@gmx.net>
9000
9001         * converter.C: add support for $$s (scripts from lib/scripts dir)
9002         * lyx_main.C: white space
9003
9004 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9005
9006         * bufferlist.C:
9007         * lyxrc.h:
9008         * lyxrc.C: remove second exit confirmation
9009
9010 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9011
9012         * BufferView.h:
9013         * BufferView.C:
9014         * BufferView2.C:
9015         * BufferView_pimpl.h:
9016         * BufferView_pimpl.C:
9017         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9018
9019 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9020
9021         * MenuBackend.C (expand): add numeric shortcuts to document menu
9022
9023         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9024
9025 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9026
9027         * lyxfont.C (setLyXFamily):
9028         (setLyXSeries):
9029         (setLyXShape):
9030         (setLyXSize):
9031         (setLyXMisc):
9032         (lyxRead):
9033         * debug.C (value):
9034         * buffer.C (asciiParagraph): use ascii_lowercase
9035
9036 2002-07-15  Mike Fabian  <mfabian@suse.de>
9037
9038         * lyxlex_pimpl.C (search_kw):
9039         * lyxlex.C (getLongString):
9040         * converter.h (operator<):
9041         * converter.C (operator<):
9042         * buffer.C (parseSingleLyXformat2Token):
9043         (asciiParagraph):
9044         * ToolbarDefaults.C (read):
9045         * MenuBackend.C (checkShortcuts):
9046         (read):
9047         * LColor.C (getFromGUIName):
9048         (getFromLyXName): use the compare_ascii_no_case instead of
9049         compare_no_case, because in turkish, 'i' is not the lowercase
9050         version of 'I', and thus turkish locale breaks parsing of tags.
9051
9052 2002-07-16  Angus Leeming  <leeming@lyx.org>
9053
9054         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9055         now takes a Buffer const & argument.
9056
9057 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9058
9059         * BufferView.C (resize): check there's a buffer to resize
9060
9061 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9062
9063         * lyxfunc.C: remove dead code
9064
9065         * lyxserver.h:
9066         * lyxserver.C: use lyx_guii::set_read_callback
9067
9068 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9069
9070         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9071         an inset in a RTL paragraph.
9072
9073 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9074
9075         * lyxfunc.C: repaint after a font size update
9076
9077 2002-07-15  André Pönitz <poenitz@gmx.net>
9078
9079         * lyxlength.C: inBP should be able to return negative values
9080
9081 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9082
9083         * lyxfunc.C: use lyx_gui::update_fonts()
9084
9085 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9086
9087         * lyxfunc.C: use lyx_gui::update_color()
9088
9089 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9090
9091         * bufferlist.C:
9092         * lyxfunc.h:
9093         * lyxfunc.C:
9094         * lyxrc.h:
9095         * lyxrc.C: remove file->new asks for name option, and let
9096           buffer-new take an argument
9097
9098 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9099
9100         * BufferView_pimpl.C: remove unneeded extra repaint()
9101
9102 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9103
9104         * LyXAction.C: allow command-sequence with NoBuffer
9105
9106         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9107
9108 2002-07-10  Angus Leeming  <leeming@lyx.org>
9109
9110         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9111
9112 2002-07-09  Angus Leeming  <leeming@lyx.org>
9113
9114         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9115
9116 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9117
9118         * lengthcommon.h: whitespace
9119
9120         * lyxfunc.C: update scrollbar after goto paragraph
9121
9122         * lyxtext.h: factor out page break drawing, and fix it so
9123           page break/added space paints as selected nicely
9124
9125 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9126
9127         * BufferView_pimpl.C: add FIXMEs, clean up a little
9128
9129 2002-07-09  André Pönitz <poenitz@gmx.net>
9130
9131         * lyxfont.[Ch]: support for wasy symbols
9132
9133 2002-07-08  André Pönitz <poenitz@gmx.net>
9134
9135         * BufferView_pimpl.C: apply John's patch for #93.
9136
9137 2002-07-05  Angus Leeming  <leeming@lyx.org>
9138
9139         * BufferView_pimpl.C (buffer): generate previews if desired.
9140
9141         * LColor.h: add "preview" to the color enum.
9142
9143         * LColor.C (LColor): add a corresponding entry to the items array.
9144
9145         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9146         with this buffer.
9147
9148 2002-07-05  Angus Leeming  <leeming@lyx.org>
9149
9150         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9151         The body of the code is now in the method that is passed an ostream &
9152         rather than a file name.
9153         Pass an additional only_preamble parameter, useful for the forthcoming
9154         preview stuff.
9155
9156 2002-07-03  André Pönitz <poenitz@gmx.net>
9157
9158         * lyxfunc.C: simplify getStatus() a bit for math stuff
9159
9160 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9161
9162         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9163
9164 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9165
9166         * text.C (changeRegionCase): do not change case of all the
9167         document when region ends at paragraph end (bug #461)
9168
9169 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9170
9171         * paragraph.C (startTeXParParams):
9172         (endTeXParParams): add \protect when necessary
9173
9174 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9175
9176         * BufferView_pimpl.C (workAreaExpose): remove warning
9177
9178 2002-06-27  Angus Leeming  <leeming@lyx.org>
9179
9180         * Makefile.am: add lyxlayout_ptr_fwd.h.
9181
9182 2002-06-26  André Pönitz <poenitz@gmx.net>
9183
9184         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9185
9186 2002-06-25  Angus Leeming  <leeming@lyx.org>
9187
9188         * lyxfunc.C (dispatch): Comment out the call to
9189         grfx::GCache::changeDisplay. The method no longer exists now that the
9190         pixmap generation part of the graphics loader has been moved into
9191         InsetGraphics.
9192
9193 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9194
9195         * text2.C: layout as layout
9196
9197         * text.C: layout as layout
9198
9199         * tabular.C (OldFormatRead): layout as layout
9200
9201         * paragraph_pimpl.C (TeXDeeper): layout as layout
9202         (realizeFont): layout as layout
9203
9204         * paragraph.C (writeFile): layout as layout
9205         (validate): layout as layout
9206         (getFont): layout as layout
9207         (getLabelFont): layout as layout
9208         (getLayoutFont): layout as layout
9209         (breakParagraph): layout as layout
9210         (stripLeadingSpaces): layout as layout
9211         (getEndLabel): layout as layout
9212         (getMaxDepthAfter): layout as layout
9213         (applyLayout): layout as layout
9214         (TeXOnePar): layout as layout
9215         (simpleTeXOnePar): layout as layout
9216         (TeXEnvironment): layout as layout
9217         (layout): layout as layout
9218         (layout): layout as layout
9219
9220         * lyxtextclass.C (compare_name): new functor to work with
9221         shared_ptr, layout as layout
9222         (Read): layout as layout
9223         (hasLayout): layout as layout
9224         (operator): layout as layout
9225         (delete_layout): layout as layout
9226         (defaultLayout): layout as layout
9227
9228         * lyxlayout_ptr_fwd.h: new file
9229
9230         * lyxlayout.C (Read): layout as layout
9231
9232         * lyx_cb.C (MenuInsertLabel): layout as layout
9233
9234         * bufferlist.C (newFile): layout as layout
9235
9236         * buffer.C (readLyXformat2): layout as layout
9237         (parseSingleLyXformat2Token): layout as layout
9238         (insertStringAsLines): layout as layout
9239         (asciiParagraph): layout as layout
9240         (latexParagraphs): layout as layout
9241         (makeLinuxDocFile): layout as layout
9242         (simpleLinuxDocOnePar): layout as layout
9243         (makeDocBookFile): layout as layout
9244         (simpleDocBookOnePar): layout as layout
9245         (getLists): layout as layout
9246
9247         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9248
9249         * CutAndPaste.C (cutSelection): layout as layout
9250         (pasteSelection): layout as layout
9251         (SwitchLayoutsBetweenClasses): layout as layout
9252
9253         * BufferView_pimpl.C (Dispatch): layout as layout
9254         (smartQuote): layout as layout
9255
9256         * BufferView2.C (unlockInset): layout as layout
9257
9258 2002-06-24  André Pönitz <poenitz@gmx.net>
9259
9260         * lyxfunc.C: fix #487
9261
9262 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9263
9264         * lyxrc.h:
9265         * lyxrc.C:
9266         * lyxfunc.C: remove display_shortcuts, show_banner
9267
9268 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9269
9270         * Buffer_pimpl.C: oops, update on resize
9271
9272 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9273
9274         * buffer.C:
9275         * converter.C:
9276         * exporter.C:
9277         * lyxfunc.C:
9278         * BufferView.h:
9279         * BufferView.C: use repaint()
9280
9281         * BufferView_pimpl.h:
9282         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9283           as it's a clearer description. Remove superfluous
9284           redraws.
9285
9286 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9287
9288         * text.C: fix bug 488. Not ideal, but getting
9289           getWord() to work properly for the insets that
9290           matter is more difficult ...
9291
9292 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9293
9294         * BufferView_pimpl.C:
9295         * LyXAction.C:
9296         * commandtags.h:
9297         * lyxfunc.C: remove the six million index lyxfuncs to just
9298           one, and DTRT (bug 458)
9299
9300 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9301
9302         * BufferView.h:
9303         * BufferView.C:
9304         * BufferView_pimpl.h:
9305         * BufferView_pimpl.C: clean up resize() stuff,
9306           and unnecessary updateScreen()s
9307
9308 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9309
9310         * BufferView.h:
9311         * BufferView.C:
9312         * BufferView_pimpl.h:
9313         * BufferView_pimpl.C:
9314         * lyxfind.h:
9315         * lyxfind.C:
9316         * minibuffer.C: remove focus management of workarea,
9317           not needed. Use screen's greyOut()
9318
9319 2002-06-17  Herbert Voss  <voss@lyx.org>
9320
9321         * converter.C: (convert) do not post a message, when converting
9322         fails, let the calling function decide what to do in this case
9323
9324 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9325
9326         * lyxfunc.C: tidy up a little
9327
9328 2002-06-16    <alstrup@diku.dk>
9329
9330         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9331         Got rid of FORMS_H_LOCATION include. Now we are
9332         GUII.
9333
9334 2002-06-15  LyX Development team  <lyx@rilke>
9335
9336         * buffer.[Ch] (sgmlOpenTag):
9337         (sgmlCloseTag): Added support for avoiding pernicious mixed
9338         content. Return number of lines written.
9339
9340         (makeLinuxDocFile):
9341         (makeDocBookFile): Fixed calls to sgml*Tag.
9342         Simple white space clean.
9343
9344         (simpleDocBookOnePar): Simple white space clean.
9345
9346         * tabular.[Ch] (docBook): Renamed to docbook and got another
9347         argument to related with the pernicious mixed content.
9348
9349         (docbookRow): Fixed calls for docbook inset method.
9350
9351 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9352
9353         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9354         so it's X11 independent.
9355
9356         * kb*.[Ch]: ditto.
9357
9358         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9359
9360 2002-06-15  Lyx Development team  <lyx@electronia>
9361
9362         * intl.h: Renamed getTrans to getTransManager.
9363
9364 2002-06-14  Angus Leeming  <leeming@lyx.org>
9365
9366         * Makefile.am: nuke forgotten stl_string_fwd.h.
9367
9368 2002-06-12  Angus Leeming  <leeming@lyx.org>
9369
9370         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9371
9372 2002-06-13  Angus Leeming  <leeming@lyx.org>
9373
9374         * LaTeX.C:
9375         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9376
9377 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9378
9379         * kbmap.C (getiso): add support for cyrillic and greek
9380
9381 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9382
9383         * BufferView.h:
9384         * BufferView.C:
9385         * BufferView_pimpl.h:
9386         * BufferView_pimpl.C: move bogus scrolling logic
9387           to xforms
9388
9389 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9390
9391         * lyxfunc.C:
9392         * BufferView_pimpl.C: view->resize() change
9393
9394 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9395
9396         * BufferView_pimpl.C: topCursorVisible
9397           prototype change
9398
9399 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9400
9401         * Makefile.am:
9402         * lyx_gui.h:
9403         * lyx_gui.C: move to frontends/
9404
9405         * main.C:
9406         * lyx_main.h:
9407         * lyx_main.C: changes from above
9408
9409 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9410
9411         * intl.C:
9412         * intl.h:
9413         * kbmap.C:
9414         * kbsequence.C:
9415         * lyx_cb.C:
9416         * lyx_main.C: minor tidy
9417
9418 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9419
9420         * BufferView_pimpl.h:
9421         * BufferView_pimpl.C:
9422         * BufferView.h:
9423         * BufferView.C: make painter() const,
9424           remove dead code
9425
9426         * BufferView2.C: use screen() accessor
9427
9428         * lyx_main.h:
9429         * lyx_main.C: some minor cleanup
9430
9431 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9432
9433         * BufferView_pimpl.h:
9434         * BufferView_pimpl.C: remove enter/leaveView,
9435           use workHeight()
9436
9437 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9438
9439         * BufferView.h:
9440         * BufferView.C:
9441         * BufferView2.C:
9442         * BufferView_pimpl.h:
9443         * BufferView_pimpl.C: only construct screen once,
9444           rename
9445
9446         * lyxrc.C: remove pointless comment
9447
9448 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9449
9450         * BufferView.h:
9451         * BufferView.C: remove active() and belowMouse()
9452
9453         * BufferView_pimpl.h:
9454         * BufferView_pimpl.C: use workarea() not workarea_,
9455           and make it use a scoped_ptr instead
9456
9457 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9458
9459         * lyx_gui.C: add debug message on BadWindow
9460
9461 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9462
9463         * sp_spell.C: fdopen is not part of the C++ standard.
9464
9465         * paragraph.C (InsetIterator): use >= instead of ==
9466
9467 2002-06-07  Angus Leeming  <leeming@lyx.org>
9468
9469         Fixes needed to compile with Compaq cxx 6.5.
9470         * BufferView_pimpl.C:
9471         * DepTable.C:
9472         * buffer.C:
9473         * converter.C:
9474         * encoding.C:
9475         * lyx_gui.C:
9476         * lyx_main.C:
9477         * lyxtextclasslist.C:
9478         * minibuffer.C:
9479         * sp_spell.C:
9480         * tabular_funcs.C:
9481         * vc-backend.C:
9482         all c-library variables have been moved into namespace std. Wrap
9483         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9484
9485         * lyxlength.C:
9486         * tabular-old.C:
9487         * tabular.C:
9488         Add a using std::abs declaration.
9489
9490         * kbmap.h (modifier_pair):
9491         * paragraph.h (InsetTable, InsetList):
9492         * lyxfont.h (FontBits):
9493         type definition made public.
9494
9495         * bufferlist.C (emergencyWriteAll): the compiler complains that
9496         there is more than one possible lyx::class_fun template to choose from.
9497         I re-named the void specialisation as lyx::void_class_fun.
9498
9499         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9500
9501         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9502         the compiler is is unable to find tostr in write_attribute.
9503
9504 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9505
9506         * buffer.C (sgmlError): hide #warning
9507
9508 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9509
9510         * xtl/*: get rid of xtl, which is not in use anyway
9511
9512         * LyXAction.C (init):
9513         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9514         were unimplemented xtl experimentation
9515
9516 2002-06-04  André Pönitz <poenitz@gmx.net>
9517
9518         * lyxfunc.C: disable array operation on simple formulae
9519
9520 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9521
9522         * converter.C: constify a bit
9523
9524 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9525
9526         * lyx_gui.C: check xforms version correctly
9527
9528 2002-04-30  Herbert Voss  <voss@lyx.org>
9529
9530         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9531         "keep" option
9532
9533 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9534
9535         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9536           attempt to register it with a VCS)
9537
9538 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9539
9540         * lyx_main.C (init): honor variables LYX_DIR_13x and
9541         LYX_USERDIR_13x
9542
9543 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9544
9545         * buffer.h:
9546         * buffer.C:
9547         * lyx_main.C: fix a crash on bad command line,
9548           and give a useful exit status on error
9549
9550         * lyxfunc.C (doImport): allow -i lyx to work
9551
9552 2002-03-30  André Pönitz <poenitz@gmx.net>
9553
9554         * lyxfunc.C: mathed font changes
9555
9556 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9557
9558         * LaTeX.C:
9559         * importer.h:
9560         * importer.C:
9561         * lyx_sty.h:
9562         * lyx_sty.C:
9563         * lyxlex.C:
9564         * lyxrow.h:
9565         * lyxtext.h:
9566         * paragraph.h:
9567         * paragraph.C:
9568         * texrow.h:
9569         * texrow.C:
9570         * text.C:
9571         * trans_mgr.h: srcdocs, and some minor cleanups
9572
9573 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9574
9575         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9576         call getFont all the time)
9577
9578 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9579
9580         * switch from SigC signals to boost::signals
9581
9582 2002-05-29  André Pönitz <poenitz@gmx.net>
9583
9584         * paragraph_pimpl.C (getChar): don't call size() too often...
9585
9586 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9587
9588         * paragraph_pimpl.C (insertChar): do not try to update tables when
9589         appending (pos == size())
9590
9591         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9592         in order to reduce drastically the number of comparisons needed to
9593         parse a large document
9594
9595 2002-05-29  André Pönitz <poenitz@gmx.net>
9596
9597         * text.C:
9598         * text2.C:
9599         * lyxtextclass.C:
9600         * sp_pspell.h:
9601         * textclasslist.[Ch]:
9602         * sp_ispell.h: whitespace change
9603
9604 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9605
9606         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9607         lyxaction directly now.
9608
9609 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9610
9611         * trans.C:
9612         * lyxfont.C:
9613         * lyxvc.C: remove unused headers
9614
9615 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9616
9617         * Makefile.am:
9618         * buffer.h:
9619         * undostack.h:
9620         * undostack.C:
9621         * undo_funcs.h:
9622         * undo_funcs.C: some cleanups. Use shared_ptr
9623           and a template for the undo stacks.
9624
9625 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9626
9627         * BufferView_pimpl.h:
9628         * BufferView_pimpl.C:
9629         * kbmap.h:
9630         * kbmap.C:
9631         * kbsequence.h:
9632         * kbsequence.C:
9633         * lyxfunc.h:
9634         * lyxfunc.C:
9635         * text2.C: use key_state/mouse_state
9636
9637 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9638
9639         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9640         and LSubstring
9641
9642         * chset.C: change include order
9643         (loadFile): use boost regex and get rid of LRegex and LSubstring
9644
9645         * Makefile.am (BOOST_LIBS): new variable
9646         (lyx_LDADD): use it
9647
9648         * LaTeX.C: change include order.
9649         (scanAuxFile): use boost regex and get rid of LRegex and
9650         LSubstring
9651         (deplog): ditto
9652
9653 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9654
9655         * ColorHandler.h:
9656         * ColorHandler.C:
9657         * FontInfo.h:
9658         * FontInfo.C: moved to frontends/xforms/
9659
9660         * FontLoader.h:
9661         * FontLoader.C: moved into frontends for GUIIzation
9662
9663         * Makefile.am:
9664         * lyx_gui.C:
9665         * lyxfont.C:
9666         * lyxfunc.C: changes from above
9667
9668 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9669
9670         * LColor.C: remove spurious X include
9671
9672         * BufferView_pimpl.C:
9673         * Makefile.am:
9674         * font.h:
9675         * font.C:
9676         * text.C:
9677         * text2.C: move font metrics to frontends/
9678
9679 2002-05-24  Juergen Vigna  <jug@sad.it>
9680
9681         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9682         setting the undo_cursor.
9683
9684         * ParagraphParameters.h: include local includes first.
9685
9686 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9687
9688         * BufferView_pimpl.C:
9689         * BufferView_pimpl.h:
9690         * Makefile.am:
9691         * WorkArea.h:
9692         * WorkArea.C:
9693         * screen.C: move WorkArea into frontends/
9694
9695         * lyxscreen.h:
9696         * screen.C:
9697         * text.C:
9698         * BufferView.C:
9699         * BufferView2.C: move LyXScreen into frontends/
9700
9701         * lyxlookup.h:
9702         * lyxlookup.C:
9703         * lyx_gui.C: move lyxlookup into frontends/xforms/
9704
9705 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9706
9707         * BufferView2.C:
9708         * BufferView_pimpl.C:
9709         * FontLoader.C:
9710         * LyXView.h:
9711         * LyXView.C:
9712         * Makefile.am:
9713         * WorkArea.C:
9714         * XFormsView.h:
9715         * XFormsView.C:
9716         * buffer.C:
9717         * bufferlist.C:
9718         * bufferview_funcs.C:
9719         * converter.C:
9720         * importer.C:
9721         * lyx_cb.C:
9722         * lyx_gui.C:
9723         * lyx_main.C:
9724         * lyx_find.C:
9725         * lyxfunc.C:
9726         * lyxvc.C:
9727         * minibuffer.C:
9728         * text.C:
9729         * text2.C:
9730         * trans.C:
9731         * vc-backend.C: move LyX/XFormsView into frontends/
9732
9733 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9734
9735         * Makefile.am:
9736         * PainterBase.C:
9737         * PainterBase.h:
9738         * Painter.C:
9739         * Painter.h:
9740         * WorkArea.C:
9741         * WorkArea.h:
9742         * screen.C:
9743         * tabular.C:
9744         * text.C:
9745         * text2.C: move Painter to frontends/
9746
9747 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9748
9749         * buffer.C: comment out some some code that depend upon lyx_format
9750         < 220
9751
9752         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9753         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9754
9755         * buffer.h (NO_COMPABILITY): turn off compability
9756
9757         * ColorHandler.C: include scoped_array.hpp
9758
9759         * font.C: Use more specific smart_ptr header.
9760         * Painter.C: ditto
9761         * gettext.C: ditto
9762         * ShareContainer.h: ditto
9763         * lyx_main.h: ditto
9764         * kbmap.h: ditto
9765         * FontInfo.h: ditto
9766         * BufferView_pimpl.h: ditto
9767         * ColorHandler.h: ditto
9768
9769         * kbmap.C (defkey): change call to shared_ptr::reset
9770
9771 2002-05-21  Juergen Vigna  <jug@sad.it>
9772
9773         * buffer.C (insertErtContents): fix to insert ert asis if it is
9774         non empty. Skip it completely if it contains only whitespaces.
9775
9776 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9777
9778         * BufferView_pimpl.C:
9779         * BufferView2.C: clear selection on paste (bug 393)
9780
9781 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9782
9783         * DepTable.C: include ctime
9784
9785 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9786
9787         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9788
9789 2002-05-14  Juergen Vigna  <jug@sad.it>
9790
9791         * text.C (breakParagraph): fixed function to honor the keepempty
9792         layout in the right maner and also to permit the right breaking
9793         algorithm on empty or non empyt keepempty paragraphs.
9794
9795         * paragraph.C (breakParagraph): we have to check also if the par
9796         is really empty (!size()) for isempty otherwise we do the wrong
9797         paragraph break.
9798
9799 2002-05-10  Juergen Vigna  <jug@sad.it>
9800
9801         * buffer.[Ch] : The following are only changes to the ert
9802         compatibility read reading old LaTeX layout and font stuff and
9803         convert it to ERTInsets.
9804
9805         * buffer.h: added isErtInset().
9806
9807         * buffer.C (struct ErtComp): add a fromlayout bool to check
9808         if we're inside a LaTeX layout.
9809         (isErtInset): new helper function.
9810         (insertErtContents): look for other ert insets before this one
9811         and insert the contents there, so that we don't have subsequent
9812         ERT insets with nothing between them. This way we create only one
9813         inset with multiple paragraphs. Also check if we don't insert only
9814         spaces ' ' as they are ignored anyway afterwards in the .tex file
9815         so if we have only spaces we will ignore this latex part in the
9816         new file.
9817         (parseSingleLyXformat2Token \\layout): better compatibility when
9818         reading layout-latex stuff.
9819         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9820         language tag.
9821         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9822         stuff after reading the inset only get the information back from
9823         the stack.
9824
9825 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9826
9827         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9828
9829         * LaTeXFeatures.C (getBabelOptions): New method.
9830
9831 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9832
9833         * BufferView_pimpl.C (Dispatch): work around missing argument for
9834         'layout'
9835
9836 2002-05-08  Juergen Vigna  <jug@sad.it>
9837
9838         * text.C (leftMargin): handle paragraph leftindent.
9839
9840         * paragraph.C (writeFile): write the new \\leftindent tag.
9841         (validate): handle leftindent code.
9842         (TeXEnvironment): handle paragraphleftindent code again.
9843
9844         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9845
9846         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9847         for paragrap_extra indent code and new token \\leftindent.
9848         (latexParagraphs): handle the leftindent as environment.
9849
9850         * ParameterStruct.h: added leftindent support.
9851
9852         * ParagraphParameters.C (leftIndent): added support functions for
9853         the paragraph left indent.
9854
9855         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9856         more appropriate.
9857
9858 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9859
9860         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9861         inside insetERT.
9862
9863         * text.C (computeBidiTables): No bidi in insetERT.
9864
9865         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9866         in RTL documents.
9867
9868 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9869
9870         * version.C.in: pre 5
9871
9872 2002-05-02  José Matos  <jamatos@fep.up.pt>
9873         * buffer.C (makeDocBookFile): white space changes, add newline to
9874         command styles.
9875         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9876
9877         * tabular.C (docBook): fix typo.
9878
9879 2002-05-03  Juergen Vigna  <jug@sad.it>
9880
9881         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9882         change in LyXText as we can not be sure it was not freed.
9883         (drawOneRow): remove unused code.
9884
9885         * text.C (drawInset): redo the calculation of the need_break_row as
9886         it could have a row which was already freed.
9887         (draw): look at the return value of drawInset and return false if
9888         it also returned false.
9889         (paintRowText): look at the return value of draw and return false if
9890         it also returned false.
9891
9892         * lyxtext.h: added bool return type to drawInset() and draw() so that
9893         if we have a change in the row so that the rowbreak has to be redone
9894         we abort drawing as it will be called again.
9895
9896 2002-05-02  Juergen Vigna  <jug@sad.it>
9897
9898         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9899         a change in the maintext also if we're inside an inset.
9900         (Dispatch): set the cursor again after a break line and after the
9901         screen has been updated as it could be we're in a different row.
9902
9903         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9904         to set the cursor behind the pargraph with > size().
9905         (setCursor): check also for the same paragraph when checking where
9906         to put the cursor if we have a NFR inset.
9907
9908         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9909         parts of layout read further up as it still was in the wrong
9910         position.
9911
9912 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9913
9914         * screen.C (drawFromTo): change sine fullRebreak always return
9915         true.
9916
9917         * buffer.C (parseSingleLyXformat2Token): reindent some
9918
9919         * BufferView_pimpl.C (update): change since fullRebreak always
9920         return true.
9921         (Dispatch): git rid of the last hardcoded "Standard"s.
9922
9923 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9924
9925         * text2.[Ch] (fullRebreak): make it return void now that we always
9926         returned true.
9927
9928 2002-04-30  Juergen Vigna  <jug@sad.it>
9929
9930         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9931         ert compatibility check for "latex" layout.
9932
9933 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9934
9935         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9936         minipages: use col% instead of p%, and also use the current font.
9937         (makeLaTeXFile): Fix use babel condition.
9938         (parseSingleLyXformat2Token): Correct font when reading old floats.
9939
9940 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9941
9942         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9943         inserting list of floats.
9944
9945 2002-04-25  Herbert Voss  <voss@lyx.org>
9946
9947         * MenuBackend.C (expand): don't add the graphics extensions to the
9948         export menu
9949
9950 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9951
9952         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9953         non-existing layout, do not complain if it was the default layout
9954         of the original class (bug #342)
9955
9956 2002-04-24  Juergen Vigna  <jug@sad.it>
9957
9958         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9959         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9960
9961 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9962
9963         * buffer.C (getBibkeyList): If using \bibliography, return the
9964         option field with the reference itself. Enables us to provide natbib
9965         support when using \bibliography.
9966
9967 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9968
9969         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9970
9971         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9972         natbib is provided by the LaTeX class.
9973
9974 2002-04-23  Juergen Vigna  <jug@sad.it>
9975
9976         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9977         Wakeup functions.
9978
9979         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9980
9981 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9982
9983         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9984
9985         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9986         ensuremath around textordmasculine, textordfeminine and
9987         textdegree.
9988
9989 2002-04-19  Juergen Vigna  <jug@sad.it>
9990
9991         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9992         reinitializing the buffer otherwise row-dimensions may be wrong.
9993         (update): reset also the selection cursors if they do exits otherwise
9994         their x/y positions may be wrong.
9995
9996         * text2.C (cursorDown): don't enter the inset if we came from a row
9997         above and are one row over the inset.
9998
9999         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10000         really leaving an inset.
10001
10002 2002-04-18  Juergen Vigna  <jug@sad.it>
10003
10004         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10005         of the selected paragraph does not have the selected layout also if
10006         the last one had!
10007
10008         * text2.C (setLayout): fixed bug which did not change last selected
10009         paragraph.
10010
10011         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10012         changed the read and substituted \\end_float with \\end_inset!
10013
10014         * BufferView_pimpl.C (cursorPrevious):
10015         (cursorNext): fixed to make it work with rows heigher than the work
10016         area without moving the cursor only the draw of the row.
10017         (workAreaMotionNotify): fix jumping over high rows.
10018
10019 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10020
10021         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10022         Ressler.
10023
10024 2002-04-16  Juergen Vigna  <jug@sad.it>
10025
10026         * text2.C (setCursor): set also the irow().
10027         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10028         (cursorUp):
10029         (cursorDown): support for locking an inset if the x_fix value goes
10030         inside it. That way I can transverse insets too with cursor up/down.
10031
10032         * lyxrow.h: added irow helper function same as other (i) functions.
10033
10034         * BufferView_pimpl.C (cursorPrevious):
10035         (cursorNext): fixed for insets!
10036
10037 2002-04-15  Juergen Vigna  <jug@sad.it>
10038
10039         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10040         position otherwise it is wrong in some cases.
10041
10042         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10043         inside the inset before the call.
10044
10045 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10046
10047         * buffer.[Ch] (getBibkeyList): make it const.
10048
10049 2002-04-12  Juergen Vigna  <jug@sad.it>
10050
10051         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10052
10053         * text2.C (getCursorX): new helper function
10054         (setCursor): compute also ix_
10055         (setCursorFromCoordinates): set also ix.
10056
10057         * lyxcursor.h: added ix_ and helper functions.
10058
10059         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10060
10061         * buffer.C (insertStringAsLines): dont break paragraph if the this
10062         paragraph is inside an inset which does not permit it!
10063
10064         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10065         also with no chars on this paragraph.
10066         (paintRowText): only paint stuff if it's inside the workarea!
10067
10068         * paragraph.C (breakParagraph): honor keepempty flag and break the
10069         paragraph always below not above.
10070
10071         * BufferView2.C (unlockInset): update the paragraph layout on inset
10072         unlock as we changed paragraph in such a case.
10073
10074         * lyxfind.C (LyXFind): clear the former selection if not found!
10075
10076         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10077         again called in insertChar().
10078
10079         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10080         an inset which uses the whole row!
10081         (rightMargin): ditto.
10082         (insertChar): force a rebreak if we inserted an inset!
10083
10084 2002-03-28  Herbert Voss  <voss@lyx.org>
10085
10086         * lyxlength.[Ch]: add inBP() to get the right PS-point
10087         units (BigPoint). With inPixels we have rounding errors
10088
10089 2002-04-11  Juergen Vigna  <jug@sad.it>
10090
10091         * text2.C (setCursorFromCoordinates): set iy to the right value.
10092         (setCursor): add check if row->previous exists!
10093
10094         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10095         an old float_type as this was the case in the old code!
10096
10097         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10098
10099         * BufferView2.C (showLockedInsetCursor): use iy
10100         (fitLockedInsetCursor): ditto
10101
10102         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10103         locked insets as there we have the right value now.
10104
10105         * lyxcursor.C: added iy_ variable and iy functions to set to the
10106         baseline of cursor-y of the locked inset.
10107
10108         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10109         (setCursor): fixed for insets which need a full row.
10110
10111         * text.C (rowLastPrintable): don't ignore the last space when before
10112         an inset which needs a full row.
10113         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10114         as last character of a row when before a inset which needs a full row.
10115
10116 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10117
10118         * version.C.in: update date
10119
10120         * text2.C (fullRebreak): try to always return true and see what
10121         happens...
10122
10123 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10124
10125         * MenuBackend.C (expand): use Floating::listName
10126
10127         * FloatList.C (FloatList): add listName argument to the built-in
10128         floats
10129
10130         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10131         text associated with the float.
10132
10133 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10134
10135         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10136
10137 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10138
10139         * ShareContainer.h: add a couple of missing typenames.
10140
10141 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10142
10143         * lyxrc.C (getDescription): use _() correctly rather than N_().
10144
10145 2002-03-28  Herbert Voss  <voss@lyx.org>
10146
10147         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10148         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10149
10150 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10151
10152         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10153         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10154
10155 2002-03-29  Juergen Vigna  <jug@sad.it>
10156
10157         * lyxfunc.C (dispatch): add a missing fitCursor call.
10158
10159         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10160         it was scrolled by a cursor move, so return the bool status.
10161
10162         * BufferView.C (fitCursor): return the bool flag also to the outside
10163         world as this is needed.
10164
10165         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10166
10167         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10168         call the edit() as it is not needed (and wrong) IMO.
10169         (workAreaButtonPress): set the screen_first variable before evt.
10170         unlock the inset as this may change screen_first and then we have
10171         a wrong y position for the click!
10172
10173 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10174
10175         * MenuBackend.C (expand): another translation that I missed
10176
10177 2002-03-28  Juergen Vigna  <jug@sad.it>
10178
10179         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10180
10181         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10182
10183 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10184
10185         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10186
10187         * MenuBackend.C (expand): fix export/view/update when there is no
10188         document open.
10189
10190 2002-03-27  Herbert Voss  <voss@lyx.org>
10191
10192         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10193         and text%
10194
10195 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10196
10197         * bufferview_funcs.C (currentState): only show paragraph number
10198         for is DEVEL_VERSION is set.
10199
10200         * lyxfunc.C (dispatch): put warning in INFO channel
10201
10202         * MenuBackend.C (expand): translate the name of floats
10203
10204         * FloatList.C (FloatList): mark the float names for translation
10205
10206         * converter.C (convert): use LibScriptSearch
10207
10208 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10209
10210         * MenuBackend.C (defaults): fix default menu (we might as well get
10211         rid of it...)
10212
10213 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10214
10215         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10216         directory.
10217
10218 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10219
10220         * lyxvc.C: reorder includes.
10221
10222 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10223
10224         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10225           properly
10226
10227 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10228
10229         * CutAndPaste.C: change layouts earlier on paste
10230           to avoid crashing when calling getFont()
10231
10232 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10233
10234         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10235         irritating #error.
10236
10237 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10238
10239         * WorkArea.C: remove 'Pending' debug message.
10240
10241         * most files: ws cleanup
10242
10243         * buffer.[Ch]: ws changes
10244
10245         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10246
10247 2002-03-21  Juergen Vigna  <jug@sad.it>
10248
10249         * tabular.C (SetMultiColumn): collapse also the contents of the
10250         cells and set the last border right. Added a Buffer const * param.
10251
10252 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10253
10254         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10255         linking or not.
10256
10257 2002-03-19  Juergen Vigna  <jug@sad.it>
10258
10259         * text2.C (clearSelection): reset also xsel_cache.
10260
10261         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10262         where it needs to be called (John tells us to do so too :)
10263         (selectionLost): reset sel_cache.
10264
10265         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10266
10267 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10268
10269         * text2.C (setCursorIntern): put debuging code in INSETS channel
10270
10271 2002-03-19  André Pönitz <poenitz@gmx.net>
10272
10273         * lyxfunc.C: tiny whitespace change
10274
10275 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10276
10277         * ToolbarDefaults.C (init):
10278         * LyXAction.C (init):
10279         * commandtags.h:
10280         * BufferView_pimpl.C (Dispatch):
10281         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10282
10283 2002-03-19  Allan Rae  <rae@lyx.org>
10284
10285         * exporter.C (Export): removeAutoInsets before doing anything else.
10286         While I've just introduced a dependency on BufferView this really is
10287         the best place to clean the buffer otherwise you need to cleanup in
10288         a dozen places before calling export or cleanup in a dozen functions
10289         that export calls.
10290
10291         * converter.C (runLaTeX):
10292         (scanLog): Better handling of removeAutoInsets and screen updates.
10293
10294         * lyxfunc.C (dispatch): small whitespace changes
10295
10296 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10297
10298         * WorkArea.C (C_WorkAreaEvent): return a value.
10299         (event_cb): return 1 if we handled the event, 0 otherwise.
10300
10301         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10302
10303 2002-03-18  Juergen Vigna  <jug@sad.it>
10304
10305         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10306         (GetAdditionalWidth): ditto.
10307         (RightLine): ditto.
10308         (LeftLine): ditto.
10309
10310         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10311         inset if we're there actually (probably not used right now but this
10312         is the direction to go for unifying code).
10313         (paste): disable code to clear the selection.
10314
10315         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10316         inside an InsetText and move the check further up as it is in the
10317         wrong place.
10318
10319         * text2.C (pasteSelection): set a selection over the pasted text.
10320
10321 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10322
10323         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10324         and libgraphics to build on Cygwin.
10325
10326 2002-03-15  Juergen Vigna  <jug@sad.it>
10327
10328         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10329         inserting an Inset into the paragraph. I know this is not the best
10330         fix but we already use current_view in CutAndPaste so we will remove
10331         all of it's using at the same time.
10332
10333         * buffer.C (sgmlError): deactivated function till it is rewritten in
10334         the right mode, now it can create problems.
10335
10336         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10337         before accessing it.
10338
10339 2002-03-14  Juergen Vigna  <jug@sad.it>
10340
10341         * undo_funcs.C (textHandleUndo): do the right thing when updating
10342         the inset after the undo/redo.
10343
10344         * text2.C (setCursor): just some testcode for #44 not ready yet.
10345
10346         * undo_funcs.C (textHandleUndo): set the next() and previous()
10347         pointers of the paragraph to 0 before deleting otherwise we have
10348         problems with the Paragraph::[destructor].
10349
10350         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10351         on a paragraph insertion.
10352
10353 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * buffer.C (asciiParagraph): use += operator for char append to
10356         string.
10357
10358         * paragraph.C (getFontSettings): compare >= not just >
10359         (highestFontInRange): ditto
10360         (setFont): ditto
10361
10362 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10363
10364         * paragraph.C: change several algorithm to be more appripriate for
10365         the problem domain. This is lookip in FontList and in the InsetList.
10366
10367 2002-03-13  André Pönitz <poenitz@gmx.net>
10368
10369         * commandtags.h:
10370         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10371
10372 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10373
10374         * commandtags.h:
10375         * LyXAction.C:
10376         * lyxfunc.C:
10377         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10378
10379 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10380
10381         * Painter.C (display): anon helper function, adjust code for this
10382         change.
10383         (pixmap): remove function.
10384
10385         * Painter.h: remove private display variable.
10386
10387         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10388
10389 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10390
10391         * WorkArea.[Ch]: remove figinset_canvas cruft.
10392
10393 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10394
10395         * lyxtextclass.C (operator): add one item cache optimization.
10396
10397         * bufferlist.h: doxy changes
10398
10399         * bufferlist.C: ws changes
10400
10401         * DepTable.[Ch] (ext_exist): place const in the right spot.
10402
10403         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10404         call resizeInsets.
10405         (workAreaExpose): call resizeInsets when the with BufferView changes.
10406         (Dispatch): adjust for protectedBlank removal
10407         (specialChar): call updateInset if the insert went ok.
10408
10409         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10410         specialChar instead.
10411
10412         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10413
10414         * BufferView.h: doxy change
10415
10416         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10417
10418         * lyxtextclass.C (operator[]): remove non-const version
10419         (defaultLayout): remove non-const version
10420
10421 2002-03-12  Juergen Vigna  <jug@sad.it>
10422
10423         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10424         did resize the LyXText too.
10425
10426         * buffer.C (readLyXformat2): set layout information on newly allocated
10427         paragraphs.
10428
10429         * tabular.C (OldFormatRead): set layout information on the paragraph.
10430
10431 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10432
10433         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10434
10435 2002-03-11  Juergen Vigna  <jug@sad.it>
10436
10437         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10438         plainly wrong.
10439         (resizeCurrentBuffer): force also the insets to resize themselfes.
10440         (moveCursorUpdate): fixed up for InsetText.
10441
10442 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10443
10444         * commandtags.h:
10445         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10446         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10447         value of Dialogs::tooltipsEnabled().
10448         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10449
10450 2002-03-08  Juergen Vigna  <jug@sad.it>
10451
10452         * BufferView_pimpl.C (updateInset): update inset inside inset also
10453         if it isn't inside theLockingInset().
10454
10455 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10456
10457         * buffer.C (asciiParagraph): redo some of the word and line length
10458         handling.
10459         (getLists): look for Caption instead of caption.
10460
10461 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10462
10463         * buffer.C (Buffer): initialize niceFile to true
10464         (makeLaTeXFile):
10465         (makeLinuxDocFile):
10466         (makeDocBookFile): make sure niceFile is true on exit
10467
10468 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10469
10470         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10471
10472 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10473
10474         * LyXSendto.C: remove.
10475         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10476         * lyx_gui.C: remove now-redundant comment.
10477         * ColorHandler.h: remove forward declaration of class WorkArea.
10478         * lyxfunc.C: remove #include "WorkArea.h".
10479
10480 2002-03-07  Juergen Vigna  <jug@sad.it>
10481
10482         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10483         got moved away with the DEPM and also set the inset_owner always
10484         right which before could have been omitted.
10485
10486 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10487
10488         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10489         wanted layout is not found.
10490
10491 2002-03-07  Juergen Vigna  <jug@sad.it>
10492
10493         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10494
10495 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10496
10497         * paragraph.C (breakParagraph): use default layout not layout of
10498         prev paragraph.
10499         (Paragraph): clear ParagraphParameters.
10500
10501 2002-03-06  Juergen Vigna  <jug@sad.it>
10502
10503         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10504         otherwise it would not be a valid lenght. Fixed a special case in
10505         the minipage compatibility read where we end the document with a
10506         minipage.
10507
10508         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10509         was set as it could be 0 for InsetTexts first entry.
10510
10511 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10512
10513         * paragraph.C (writeFile): if layout is empty write out
10514         defaultLayoutName().
10515
10516         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10517         file without named layout we set layout to defaultLayoutName().
10518
10519 2002-03-06  Juergen Vigna  <jug@sad.it>
10520
10521         * CutAndPaste.C (copySelection): set layout for new paragraph.
10522
10523         * text.C (prepareToPrint): leave ERT inset left aligned
10524         (leftMargin): don't indent paragraphs inside ERT insets
10525
10526 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10527
10528         * paragraph.C (breakParagraph): dont call clear do the work manually
10529
10530         * paragraph.[Ch] (clear): remove function
10531
10532 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10533
10534         * paragraph.C (Paragraph): dont call clear, the work has already
10535         been done.
10536
10537         * lyxtextclass.C (operator): assert if n is empty
10538
10539         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10540         work manually instead.
10541
10542 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10543
10544         * BufferView_pimpl.C: protect selectionLost against text == 0
10545
10546 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10547
10548         * text.C (breakParagraph): fix a setting layout to '0' problem.
10549
10550 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10551
10552         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10553         final location of file, for the included files, and graphics.
10554
10555 2002-03-05  Juergen Vigna  <jug@sad.it>
10556
10557         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10558
10559 2002-03-04  Juergen Vigna  <jug@sad.it>
10560
10561         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10562
10563         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10564         last column of multicolumn cells.
10565         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10566
10567 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10568
10569         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10570         file if it doesn't go to a temporary file.
10571
10572         * buffer.C (sgmlOpenTag):
10573         (sgmlCloseTag):  remove extra newline insertion.
10574
10575 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10576
10577         * text.C (getRowNearY): comment out debug msg
10578
10579 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10580
10581         * text2.C: first -> first_y
10582
10583         * text.C (getRowNearY): add some attemts at a possible
10584         optimization, not working.
10585
10586         * tabular.[Ch]: add BufferParams to several function so that newly
10587         created paragraph can be initialized to he default layotu for the
10588         buffers textclass.
10589
10590         * tabular-old.C (ReadOld): add buf->params to call of Init
10591
10592         * screen.C: rename text->first to text->first_y
10593
10594         * paragraph.C (breakParagraph): always set layout in the broken
10595         paragraph
10596
10597         * lyxtextclass.C (Read): remove lowercase
10598         (hasLayout): ditto
10599         (operator): ditto
10600         (delete_layout): ditto
10601
10602         * lyxtext.h: rename first -> first_y
10603
10604         * lyxlayout.C (Read): remove lowercase
10605         (name): ditto
10606         (setName): ditto
10607         (obsoleted_by): ditto
10608
10609         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10610
10611         * buffer.C (insertErtContents): add params are to InsetERT
10612         (parseSingleLyXformat2Token): add code to check if a paragraphs
10613         layout really exist.
10614         (parseSingleLyXformat2Token): add params to several inset
10615         constructors
10616         (asciiParagraph): remove lowercase, do the layout comparisons with
10617         no_case
10618
10619         * BufferView_pimpl.C (cursorNext): first -> first_y
10620         (resizeCurrentBuffer): first -> first_y
10621         (updateScrollbar): first -> first_y
10622         (scrollCB): first -> first_y
10623         (workAreaMotionNotify): first -> first_y
10624         (workAreaButtonPress): first -> first_y
10625         (checkInsetHit): first -> first_y
10626         (cursorPrevious): first -> first_y
10627         (cursorNext): first -> first_y
10628         (Dispatch): add buffer_->params to severl inset contructors
10629
10630 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10631
10632         * lyxlayout.C (Read): remove some debug info that I forgot.
10633
10634         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10635         clean up the code slightly.
10636         (makeLinuxDocFile): ditto
10637         (makeDocBookFile): ditto
10638
10639         * text2.C: layout as string
10640
10641         * text.C: layout as string
10642
10643         * paragraph_pimpl.C: layout as string
10644
10645         * paragraph.[Ch]: layout as string
10646
10647         * lyxtextclasslist.[Ch]: layout as string
10648
10649         * lyxtextclass.[Ch]: layout as string
10650
10651         * lyxtext.h: layout as string
10652
10653         * lyxlayout.[Ch]: layout as string
10654
10655         * lyx_cb.C: layout as string
10656
10657         * bufferview_funcs.C: layout as string
10658
10659         * bufferparams.C: layout as string
10660
10661         * buffer.C: layout as string
10662
10663         * LyXView.[Ch]: layout as string
10664
10665         * LaTeXFeatures.[Ch]: layout as string
10666
10667         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10668
10669         * BufferView_pimpl.C: change current_layout to string, remove
10670         lyx::layout_type.
10671         (Dispatch):
10672         (smartQuote):
10673         (insertInset):
10674         (workAreaButtonRelease): layout as string
10675
10676         * BufferView2.C (unlockInset): adjust
10677
10678         * vspace.C (asLatexCommand): use an explict temp variable.
10679
10680 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10681
10682         * Makefile.am: use FRONTEND_*
10683
10684 2002-03-01  Juergen Vigna  <jug@sad.it>
10685
10686         * tabular.C (SetWidthOfMulticolCell): changed to something better
10687         I hope but still work in progress.
10688         (recalculateMulticolumnsOfColumn): renamed function from
10689         recalculateMulticolCells as it is more appropriate now.
10690         (SetWidthOfCell): calculate multicols better.
10691
10692 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10693
10694         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10695
10696         * lyxfunc.C (processKeySym): print sequence also if it is
10697         `deleted' (complete)
10698
10699         * kbsequence.C (print): print sequence even if it is deleted
10700         (complete would be a better word, actually).
10701
10702         * lyxfunc.C (dispatch): print complete options after a prefix key
10703
10704         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10705
10706 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10707
10708         * text2.C (setCharFont): eliminate setCharFont code duplication.
10709
10710 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10711
10712         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10713         LFUN_TABULAR_FEATURE (bug #177)
10714
10715 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10716
10717         * Makefile.am: remove figure.h
10718
10719 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10720
10721         * Bufferview_pimpl.C:
10722         * CutAndPasteC:
10723         * LaTeX.C:
10724         * LyXSendto.C:
10725         * buffer.C:
10726         * bufferlist.C:
10727         * converter.C:
10728         * language.C:
10729         * lyxfunc.C:
10730         * lyxvc.C:
10731         * paragraph.C:
10732         * text.C:
10733         * text2.C: remove #include "lyx_gui_misc.h".
10734
10735         * LaTeX.C: added #include <cstdio>
10736
10737 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10738
10739         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10740         that the paragraph following this one can have.
10741
10742         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10743
10744         * vspace.C (asLatexCommand): fix bogus gcc warning
10745
10746         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10747
10748 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10749
10750         * text2.C (setLayout): get rid of redundant code
10751
10752 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10753
10754         * text2.C (incDepth): make sure depth cannot be increased beyond
10755         reasonable values.
10756
10757 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10758
10759         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10760         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10761
10762         * PainterBase.h (image):
10763         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10764         a LyXImage const *.
10765
10766 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10767
10768         * BufferView.C:
10769         * BufferView.h:
10770         * BufferView_pimpl.C:
10771         * BufferView_pimpl.h:
10772         * LaTeXFeatures.C:
10773         * LyXAction.C:
10774         * LyXView.C:
10775         * Makefile.am:
10776         * UpdateList.h:
10777         * UpdateList.C:
10778         * buffer.C:
10779         * figure.h:
10780         * figureForm.C:
10781         * figureForm.h:
10782         * figure_form.C:
10783         * figure_form.h:
10784         * lyx_cb.C:
10785         * lyx_gui.C:
10786         * lyx_gui_misc.C:
10787         * lyxfunc.C:
10788         * sp_base.h:
10789         * sp_ispell.h:
10790         * sp_pspell.h:
10791         * sp_spell.C: remove fig inset, and the crap house of
10792           cards that follows it
10793
10794 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10795
10796         * Makefile.am:
10797         * lyxserver.C:
10798         * os2_defines.h:
10799         * os2_errortable.h:
10800         * nt_defines.h: move .h into support/
10801
10802         * vms_defines.h: remove
10803
10804         * WorkArea.C: add space in debug output
10805
10806         * text2.C:
10807         * paragraph.C:
10808         * buffer.C: add WITH_WARNINGS
10809
10810         * vc-backend.h:
10811         * vc-backend.C:
10812         * bufferlist.C: s/retrive/retrieve/, add docs
10813
10814         * vspace.h:
10815         * vspace.C:
10816         * kbmap.h:
10817         * lyxlength.h:
10818         * lyxgluelength.h:
10819         * length_common.h:
10820         * chset.h:
10821         * chset.C: add docs
10822
10823         * lyxgui.C: add ID to X error handler
10824
10825         * lyxtestclass.c: fix typo
10826
10827 2002-02-26  Juergen Vigna  <jug@sad.it>
10828
10829         * tabular_funcs.C (write_attribute): changed so that some default
10830         attributes are not written at all.
10831         (getTokenValue): set default values before trying to read the
10832         value so we have the return value always set as default if we don't
10833         find the token we search for.
10834
10835         * tabular.C (Write): write bools as bools not as strings!
10836
10837 2002-02-22  Juergen Vigna  <jug@sad.it>
10838
10839         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10840         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10841
10842         * text.C (leftMargin): don't add an indent for paragraphs inside
10843         tabular cells (fix #208).
10844
10845 2002-02-21  José Matos  <jamatos@fep.up.pt>
10846
10847         * tabular.C (docBook): fixed support for long tables.
10848
10849 2002-02-20  Juergen Vigna  <jug@sad.it>
10850
10851         * text2.C (getFont): get the drawing font of the Inset if this
10852         paragraph is inside an inset (only important for InsetERT for now).
10853
10854         * buffer.C (insertErtContents): use new lanugage params in ERT
10855         constructor.
10856
10857         * CutAndPaste.C: commenting out seemingly uneeded code.
10858
10859 2002-02-19  Allan Rae  <rae@lyx.org>
10860
10861         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10862         Iterators might be simple to use but they also get invalidated.
10863         (removeAutoInsets): renamed saved cursor tracking variables and added
10864         some comments to clarify what everything does.
10865
10866 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10867
10868         * Chktex.C:
10869         * LaTeX.C:
10870         * LyXSendto.C:
10871         * converter.C:
10872         * lyx_cb.C:
10873         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10874         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10875
10876         * lyxfunc.C:
10877         * vc-backend.h: remove #include "support/syscall.h"
10878
10879         * LaTeX.C:
10880         * LyXSendto.C:
10881         * converter.C: rearrange #includes in Lars' approved fashion.
10882
10883         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10884         forward declare class Timeout in the header file.
10885
10886         * XFormsView.C: changes due to the above.
10887
10888         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10889         similar to LyXView.
10890
10891         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10892         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10893
10894 2002-02-18  José Matos  <jamatos@fep.up.pt>
10895
10896         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10897         insets contents.
10898
10899 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10900
10901         * a lot of small ws changes
10902         * add a lot of using std::XXX
10903         * use std construcs some places where approp.
10904         * use some exisint stuff from lyxfunctional where approp.
10905         * Make file changes to use partial linking (lets test this now...)
10906
10907 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10908
10909         * Chktex.C:
10910         * buffer.C:
10911         remove #include "support/syscontr.h" as it's redundant. Always has been.
10912
10913         * Chktex.C:
10914         * LaTeX.C:
10915         * LyXSendto.C:
10916         * converter.C:
10917         * lyx_cb.C:
10918         * vc-backend.C:
10919         change Systemcalls::System to Systemcalls::Wait and
10920         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10921         No change of functionality, just reflects the stripped down Systemcalls
10922         class.
10923
10924 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10925
10926         * debug.[Ch]: add a GRAPHICS type to the enum.
10927
10928 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10929
10930         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10931
10932         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10933         there is an inset.
10934
10935 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10936
10937         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10938         match the changes below.
10939
10940         * text2.C (toggleInset): if there is not editable inset at cursor
10941         position, try to see if cursor is _inside_ a collapsable inset
10942         and close it.
10943
10944 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10945
10946         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10947         document menu has a nice checkbox
10948
10949 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10950
10951         * lyxlength.C (asLatexString): change PW to output as percent of
10952         \textwidth.
10953
10954         * lengthcommon.C: change '%' to 't%'
10955
10956         * lyxfunc.C (dispatch): a few comments from Martin
10957
10958 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10959
10960         * WorkArea.h:
10961         * WorkArea.C:
10962         * BufferView_pimpl.h:
10963         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10964           the X selection.
10965
10966 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10967
10968         * vspace.C (inPixels): fix compiler warning
10969
10970 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10971
10972         * lyxfunc.C (getStatus): fix status message for disabled commands.
10973
10974 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10975
10976         * BufferView_pimpl.C: fix crash on close buffer
10977         during selection (#227)
10978
10979 2002-01-27  Herbert Voss  <voss@lyx.org>
10980
10981         * buffer.C: link old Figure to new graphic inset
10982
10983 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10984
10985         * FontLoader.C (getFontinfo): Change the latex font names in order
10986         to match the names of type1inst.
10987
10988 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10989
10990         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10991
10992         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10993         (extchanged): ditto
10994         (ext_exist): ditto
10995         (remove_files_with_extension): ditto
10996         (remove_file): ditto
10997         (write): ditto
10998
10999         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11000         document is smaller than the work area height. Do not initialize
11001         static variables to 0.
11002
11003 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11004
11005         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11006
11007         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11008         LFUN_LAYOUT_PARAGRAPHS.
11009
11010         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11011         tabular. It is possible to provide a possible cell, which will
11012         typically be the actcell from the corresponding insettabular
11013
11014         * lyxfunc.C (getStatus): small cleanup; disable
11015         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11016         true
11017
11018 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11019
11020         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11021
11022         * paragraph.C (startTeXParParams):
11023         (endTeXParParams): new methods. The LaTeX code to
11024         start/end paragraph formatting
11025         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11026         empty (fixes bug #200)
11027
11028         * vspace.C (inPixels): adapt to the change below
11029         (inPixels): [later] more cleanups (remove unused variables)
11030
11031         * lyxlength.C (inPixels): change to use a width and a height as
11032         parameter.
11033
11034 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11035
11036         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11037         Replaced with \paperwidth
11038
11039         * DepTable.C (insert): add std:: qualifier
11040
11041 2002-01-18  Allan Rae  <rae@lyx.org>
11042
11043         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11044         updated also?
11045
11046         * text.C (drawInset): Turned out I didn't know enough about how
11047         rebreaking worked.  This fixes most of the redraw problems.  I see
11048         an occasional cursor trail when a line is broken now and the cursor
11049         placement can seem out by a few pixels also after a rebreak.
11050
11051 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11052
11053         * buffer.C (parseSingleLyXformat2Token): update because minipage
11054         width is now a LyXLength
11055
11056         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11057
11058         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11059         math insets
11060
11061 2002-01-17  Juergen Vigna  <jug@sad.it>
11062
11063         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11064
11065         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11066         is set correctly and the inset is updated correctly.
11067
11068 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11069
11070         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11071         the beginning of the loop.
11072
11073 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11074
11075         * lyxrc.C: improve help for use_scalable_fonts
11076
11077 2002-01-17  Allan Rae  <rae@lyx.org>
11078
11079         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11080
11081 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11082
11083         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11084         make sure to set their inset_owner to the right value (bug #171)
11085
11086 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11087
11088         * DepTable.h
11089         * DepTable.C: Implement mtime checking to reduce time spent doing
11090         CRCs.
11091
11092 2002-01-16  Juergen Vigna  <jug@sad.it>
11093
11094         * tabular.C (GetAdditionalHeight): one of error fixed.
11095
11096         * lyxrc.C (output): small fix in writing use_pspell.
11097
11098 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11099
11100         * sp_base.h: #include LString.h
11101
11102 2002-01-16  Allan Rae  <rae@lyx.org>
11103
11104         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11105         Can someone check this please?
11106
11107         * text.C (drawInset): It was possible that p.row would be removed by
11108         breakAgainOneRow upsetting a few other settings.  There may be another
11109         small tweak possible by setting need_break_row = 0 when p.row has been
11110         removed but I don't know enough about the logic here.
11111
11112 2002-01-15  Allan Rae  <rae@lyx.org>
11113
11114         * text.C (insertChar): removed conditional truism.
11115
11116         * BufferView2.C (removeAutoInsets): More tweaks.
11117         cur_par_prev could be a stray pointer.  Check for trailing empty line
11118         in case last line was cur_par and only had an error inset on it.
11119
11120 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11121
11122         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11123         absolute
11124
11125         * vc-backend.C (most methods):
11126         * exporter.C (Export):
11127         * converter.C (convert):
11128         (runLaTeX):
11129         * LyXSendto.C (SendtoApplyCB):
11130         * lyxfunc.C (dispatch):
11131         (menuNew):
11132         (open):
11133         (doImport):
11134         * lyx_cb.C (AutoSave):
11135         (InsertAsciiFile):
11136         * BufferView_pimpl.C (MenuInsertLyXFile):
11137         * buffer.C (runChktex): use Buffer::filePath().
11138
11139         * buffer.h: rename filename to filename_; rename filepath to
11140         filepath_ and make it private
11141         (filePath): new method
11142
11143         * buffer.C (writeFile): use fileName()
11144         (getLatexName):
11145
11146         * lyx_main.C (init): fix starting  of LyX when the binary is a
11147         link from so,ewhere else.
11148
11149         * minibuffer.C: include <cctype> for isprint
11150
11151 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11152
11153         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11154         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11155         name clash with InsetCollapsable's width function.
11156
11157 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11158
11159         * lastfiles.C: include <iterator>
11160
11161 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11162
11163         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11164         std::count.
11165
11166         * buffer.C (makeLaTeXFile): ditto.
11167         Also make loop operation more transparent.
11168
11169 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11170
11171         * ToolbarDefaults.C: remove trailing comma closing namespace.
11172
11173         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11174
11175         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11176         as in WorkArea.
11177
11178         * trans.C (Load): comment out unused variable, allowed.
11179
11180 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11181
11182         * minibuffer.[Ch] (append_char): new method to recieve input from the
11183         drop-down completion browser. If a key was pressed, then recieve this
11184         char and append it to the existing string.
11185         (peek_event): modify the positioning data passed to the completion
11186         browser so that it can be placed above the minibuffer rather than below.
11187 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11188
11189         * LyXAction.C (init): alloe error-next for readonly documents.
11190
11191         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11192         count.
11193
11194 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11195
11196         * bufferlist.C (readFile): create the buffer _after_ checking that
11197         the file exists.
11198
11199         * lyxfunc.C (verboseDispatch): fix handling of arguments
11200
11201         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11202
11203         * lyxrc.C: use string::erase() instead of initializing to "".
11204
11205
11206 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11207
11208         * BufferView_pimpl.h:
11209         * BufferView_pimpl.C:
11210         * WorkArea.h:
11211         * WorkArea.C:
11212         * text2.C: tell X when we have made a selection for copying
11213
11214 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11215
11216         * BufferView_pimpl.C (MenuInsertLyXFile):
11217         * lyxfunc.C (menuNew):
11218         (open):
11219         (doImport): add shortcuts to directory buttons
11220
11221         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11222         open a float)
11223
11224         * lyxfunc.C (setStatusMessage):
11225         (getStatusMessage): new methods
11226         (getStatus):use setStatusMessage instead of setErrorMessage
11227         (dispatch): when function is disabled, set error message here
11228         [instead of in getStatus previously]
11229
11230         * BufferView_pimpl.C (workAreaButtonRelease): update
11231         toolbar/menubar here too.
11232
11233 2002-01-13  Allan Rae  <rae@lyx.org>
11234
11235         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11236         Now seems indestructible.  Remaining task is to audit all other
11237         code affected by deleteEmptyParagraphMechanism.  One small quirk
11238         left is that an empty document with an error in the preamble can
11239         be made to report an error but no error box appears.  I don't know
11240         where it goes.
11241         (removeAutoInsets): Improved comments.
11242
11243 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11244
11245         * Thesaurus.h:
11246         * Thesaurus.C: update for Aiksaurus 0.14
11247
11248 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11249
11250         * text2.C (firstParagraph): removed member function, all uses
11251         replaces with ownerParagraph
11252         (redoParagraphs): here
11253         (updateInset): here
11254         (toggleAppendix): here
11255         * BufferView2.C (insertErrors): here
11256         (setCursorFromRow): here
11257
11258 2002-01-13  Allan Rae  <rae@lyx.org>
11259
11260         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11261         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11262         There is still a way to segfault this although you may have to do this
11263         multiple times: Have an InsetERT with an unknown command in it.
11264         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11265         <down-arrow>, <Enter> again, View->DVI, BANG!
11266
11267         * text2.C (setCursor):
11268         (deleteEmptyParagraphMechanism):
11269         * lyxtext.h (setCursor):
11270         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11271         Making use of the return value may help fix other bugs.
11272
11273 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11274
11275         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11276
11277         * LyXView.C (updateMenubar): call MenuBar::update here
11278         (updateToolbar): but not here
11279         (showState): do not update toolbar/menubar
11280
11281         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11282         should need to care about that.
11283
11284         * lyxfunc.C (verboseDispatch): simplify a bit
11285         (getStatus): have a version which takes a pseudoaction, and
11286         another which requires a (kb_action,string).
11287
11288         * LyXAction.C (retrieveActionArg): make it work also when action
11289         is not a pseudo-action.
11290         (getActionName): simplify a bit
11291         (helpText):
11292
11293 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11294
11295         * lyxfunc.C (verboseDispatch): new families of methods with
11296         several ways to specify a command and a bool to indicate whether
11297         the command name and shortcut should be displayed in minibuffer
11298         (eventually, we could extend that to a finer bitmask like
11299         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11300         (dispatch): the pristine dispatch command which just, well,
11301         dispatchs! Note it still sets its result to minibuffer; I'm not
11302         sure we want that.
11303
11304         * lyxfunc.h: remove setHintMessage
11305
11306         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11307
11308 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11309
11310         * BufferView_pimpl.C (specialChar): delete new inset if we have
11311         not been able to insert it.
11312
11313         * kbmap.C: revert to using int instead of kb_action, since all we
11314         are dealing with is pseudo-actions.
11315
11316         * LyXAction.C (searchActionArg): change to return int instead of
11317         kb_action, since the result is a pseudoaction.
11318
11319 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11320
11321         * buffer.C (insertErtContents): Fix (partially) the font bug.
11322
11323 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11324
11325         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11326         as the other one is broken on my machine!
11327
11328 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11329
11330         * commandtags.h:
11331         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11332
11333 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11334
11335         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11336         reflect their actual use. Provide compatibility code for older lyxrc
11337         files.
11338
11339         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11340         FL_NORMAL_STYLE.
11341         change names of popup font variables in line with the changes to lyxrc.C
11342
11343 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11344
11345         * buffer.C (asciiParagraph): avoid outputing a word twice after
11346         an inset.
11347
11348         * lyxrc.C (getDescription): document that document_path and
11349         template_path can be empty.
11350
11351 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11352
11353         * LaTeXFeatures.C (getMacros):
11354         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11355
11356         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11357
11358         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11359         getPackages.
11360         (getPackages): rename feature "floats" to "float". Use an array to
11361         iterate over 'simple' features (i.e. just a \usepackage). Add
11362         handling of "amsmath" (renamed from "amsstyle").
11363
11364 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11365
11366         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11367         features list.
11368
11369 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11370
11371         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11372         FuncStaus::FuncStatus & FuncStaus::some_method().
11373
11374 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11375
11376         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11377         of the func_satus stuff. Edited and massaged in various ways by
11378         JMarc.
11379
11380         * lyxfunc.C (getStatus): use FuncStatus
11381
11382 2002-01-08  Juergen Vigna  <jug@sad.it>
11383
11384         * text.C (nextBreakPoint): use function Inset::isChar().
11385
11386         * paragraph.C (TeXOnePar): use function
11387         Inset::forceDefaultParagraphs.
11388
11389         * buffer.C (latexParagraphs): use function
11390         Inset::forceDefaultParagraphs.
11391
11392 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11393
11394         * lyx_gui.C (init): set the style of the menu popups to
11395         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11396
11397 2002-01-07  Juergen Vigna  <jug@sad.it>
11398
11399         * text.C (setHeightOfRow): small fix
11400         (prepareToPrint): don't look at alignment if we don't have the place
11401         for doing it.
11402
11403 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11404
11405         * box.C: New file. Move the Box methods and functions out of box.h,
11406         following Lars' suggestion.
11407
11408 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11409
11410         * box.h: #include "support/LOstream.h", needed for inlined function.
11411
11412         * lyxtextclass.C:
11413         * lyxtextclasslist.C: added some using std declarations.
11414
11415 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11416
11417         * box.h: make signed dimensions to allow insets wider than
11418           the screen (bug #162)
11419
11420         * BufferView_pimpl.C: add some insetHit debug
11421
11422 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11423
11424         * vc-backend.C: add FIXME
11425
11426 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11427
11428         * lyxfunc.C (getStatus): enable code for showing math font status
11429         in toolbar/menu.
11430
11431 2002-01-07  Juergen Vigna  <jug@sad.it>
11432
11433         * text.C (nextBreakPoint): removed debug output not needed anymore.
11434
11435 2002-01-06  Juergen Vigna  <jug@sad.it>
11436
11437         * text.C (nextBreakPoint): fixed up this function we had this bug
11438         since ever but now hopefully we break row better.
11439         (insertChar): we have to check if an inset is the next char as it
11440         could now happen that a large inset is causing a break.
11441
11442 2002-01-05  Juergen Vigna  <jug@sad.it>
11443
11444         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11445         if it doesn't like to be drawed.
11446
11447 2002-01-04  Juergen Vigna  <jug@sad.it>
11448
11449         * BufferView2.C (lockInset): forgot to set a cursor.
11450
11451         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11452
11453 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11454
11455         * FormMathsPanel.C:
11456         * FormMathsPanel.h
11457         * MathsSymbols.C:
11458         * form_maths_panel.C:
11459         * form_maths_panel.h:
11460         * form_maths_panel.fd: implemented sub- and super- buttons in math
11461         panel.
11462
11463         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11464         (or ^ space) to be used as in TeX (req'd by André).
11465
11466         * lyxfunc.C: Allow ^ and _ again to be used both as
11467         super/subscript (mathed) and as themselves (in text).
11468
11469 2002-01-03  Allan Rae  <rae@lyx.org>
11470
11471         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11472         "LyX" or the filename of the current buffer if it has one.  This is a
11473         modified form of John Levon's patch.
11474
11475         * XFormsView.C (setWindowTitle): also set icon title.
11476
11477         * LyXView.h (setWindowTitle): signature changed.
11478         * XFormsView.h (setWindowTitle): ditto.
11479
11480 2002-01-02  Juergen Vigna  <jug@sad.it>
11481
11482         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11483
11484 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11485
11486         * screen.C (topCursorVisible): introduce a temp var for
11487         text->cursor.row(), handle the case where this row is null. (kindo
11488         hachish)
11489
11490         * text2.C (setCursor): add a couple of asserts.
11491
11492         * paragraph.h (inset_iterator): add -> operator
11493
11494         * paragraph.[Ch] (autoDeleteInsets): remove member function
11495
11496         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11497         cursor pos correctly and handle inset deletion by itself.
11498         (insertErrors): move iterator declaration out of for expression
11499
11500         * lyxtextclass.C: add <algorithm>
11501
11502         * Makefile.am: added the new files to sources, removed layout.C
11503
11504         * layout.C: removed file
11505
11506         * layout.h: remove LYX_DUMMY_LAYOUT
11507
11508         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11509         layout.
11510
11511         * lyxlayout.[Ch]:
11512         * lyxtextclass.[Ch]:
11513         * lyxtextclasslist.[Ch]: new files
11514
11515         * include order changes to a lot of files, also changes because of
11516         the six new files.
11517
11518 2001-12-27  Juergen Vigna  <jug@sad.it>
11519
11520         * buffer.C (asciiParagraph): more fixes.
11521
11522         * tabular.C (ascii): make ascii export support export of only the
11523         data separated by a column-delimiter.
11524         (ascii): better support for ascii export.
11525
11526         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11527
11528 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11529
11530         * tabular_funcs.C: use a "using std::getline" instead of the
11531         previous fix from Angus (necessary for cxx + lyxstring)
11532
11533 2001-12-24  Juergen Vigna  <jug@sad.it>
11534
11535         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11536
11537         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11538         problems. First check a minipage also if we have some ert-contents
11539         (not only on par->size(), second set the right depth of the paragraph
11540         on the relink to the root-paragraph-list!
11541
11542         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11543         which then did not anymore update the main paragraphs on undo/redo!
11544
11545 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11546
11547         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11548         code. Support all font-changing funcs (even those which are not in
11549         menu currently). Support for reporting font settings in
11550         mathed (disabled until Andre provides a function on mathed's side).
11551
11552         * func_status.h (toggle): small helper function to set toggle
11553         state on a flag.
11554
11555 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11556
11557         * tabular_funcs.C: getline -> std::getline
11558
11559 2001-12-21  Juergen Vigna  <jug@sad.it>
11560
11561         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11562         accessed and could be 0 (I couldn't generate this but it seems
11563         Michael could!).
11564
11565 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11566
11567         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11568         * tabular_funcs.h: here and include iosfwd
11569
11570 2001-12-20  Juergen Vigna  <jug@sad.it>
11571
11572         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11573         inside inset but undo_par was.
11574
11575 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11576
11577         * Thesaurus.C: always include <config.h> in sources.
11578
11579         * Painter.h:
11580         * lyxlookup.h:
11581         * box.h: do not include <config.h> in header files
11582
11583         * text.C (paintLastRow): remove unused variable
11584
11585         * text.C (transformChar):
11586         (insertChar):
11587         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11588
11589         * Painter.C (text):
11590         * font.C (width): rewrite to use uppercase() instead of
11591         islower/toupper.
11592
11593         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11594
11595 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11596
11597         * lyxfind.C: clean up of find failure position change
11598
11599 2001-12-20  Juergen Vigna  <jug@sad.it>
11600
11601         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11602
11603         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11604         (TeXRow): added to LaTeX a single tabular row.
11605         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11606         (Latex): simplified and finally good LT-h/f support.
11607         (various_functions): just small adaptions for LT-h/f support.
11608
11609         * tabular_funcs.[hC]: added and moved here all not classfunctions
11610         of LyXTabular.
11611
11612 2001-12-19  Juergen Vigna  <jug@sad.it>
11613
11614         * tabular.[Ch]: better support for longtabular options (not finished
11615         yet!)
11616
11617 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11618
11619         * text.C (paintLastRow): use the label font instead of the font of
11620         the last character to compute the size of *_BOX. This makes more
11621         sense and avoids a crash with empty paragraphs.
11622         Use Painter::rectangle to draw EMPTY_BOX.
11623
11624 2001-12-19  Juergen Vigna  <jug@sad.it>
11625
11626         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11627         the paragraphs if the replaced paragraph is not the first one!
11628         Tried to delete not used paragraphs but does not work yet so for
11629         now it's inside #ifdef's and by default off!
11630
11631 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11632
11633         * MenuBackend.C: include "lyx_main.h" instead of declaring
11634         lastfiles (actually was declared as LastFiles* instead of a
11635         scoped_ptr).
11636
11637 2001-12-17  Juergen Vigna  <jug@sad.it>
11638
11639         * tabular.C (AppendColumn): applied John's fix
11640
11641 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11642
11643         * BufferView.h:
11644         * BufferView.C:
11645         * BufferView_pimpl.h:
11646         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11647
11648         * Makefile.am:
11649         * box.h: new start of class for above
11650
11651         * lyxfunc.C: ignore space-only minibuffer dispatches.
11652           Show the command name when it doesn't exist
11653
11654         * minibuffer.C: don't add empty lines to the history
11655
11656         * minibuffer.C: add a space on dropdown completion
11657
11658 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11659
11660         * text.C: fix line above/below drawing in insets
11661
11662 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11663
11664         * lyxlength.C (LyXLength): Initialize private variables.
11665
11666 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11667
11668         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11669         when inserting error insets.
11670
11671 2001-12-13  Juergen Vigna  <jug@sad.it>
11672
11673         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11674         actually sometimes the before-paragraph.
11675         (setUndo): don't clear the redostack if we're not actually undoing!
11676
11677 2001-12-06  Juergen Vigna  <jug@sad.it>
11678
11679         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11680         and fixed redoing of main paragraph, so we can use it now ;)
11681
11682         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11683
11684 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11685
11686         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11687         Juergen's request
11688
11689 2001-12-13  André Pönitz <poenitz@gmx.net>
11690
11691         * undostack.[Ch]:
11692         * undo_func.C: minor cleanup
11693
11694 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11695
11696         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11697         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11698         font in urw-fonts package which is marked as -urw-fontspecific and
11699         does not work (incidentally, changing the encoding in the
11700         fonts.dir of this package to -adobe-fontspecific fixes the
11701         problem).
11702
11703         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11704         is a crash when undoing first paragraph (Juergen, please take a
11705         look). THis does not mean the undo fix is wrong, just that it
11706         uncovers problems.
11707
11708         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11709         the (Paragraph*) version when needed instead of duplicating the
11710         code.
11711
11712         * text.C (workWidth): use Inset::parOwner to find out where the
11713         inset has been inserted. This is a huge performance gain for large
11714         documents with lots of insets. If Inset::parOwner is not set, fall
11715         back on the brute force method
11716
11717         * paragraph_pimpl.C (insertInset):
11718         * paragraph.C (Paragraph):
11719         (cutIntoMinibuffer): set parOwner of insets when
11720         inserting/removing them
11721
11722         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11723
11724 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11725
11726         * commandtags.h:
11727         * LyXAction.C:
11728         * lyx_main.C:
11729         * lyxfunc.C:
11730         * mathed/formulabase.C:
11731         * mathed/math_cursor.[Ch]:
11732         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11733
11734
11735 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11736
11737         * lyxlength.[Ch] (operator!=): new function
11738
11739 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11740
11741         * text.C (workWidth): use Inset::parOwner to find out where the
11742         inset has been inserted. This is a huge performance gain for large
11743         documents with lots of insets. If Inset::parOwner is not set, fall
11744         back on the brute force method
11745
11746         * paragraph_pimpl.C (insertInset):
11747         * paragraph.C (Paragraph):
11748         (cutIntoMinibuffer): set parOwner of insets when
11749         inserting/removing them
11750
11751         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11752
11753 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11754
11755         * tabular-old.C (getTokenValue):
11756         * tabular.C (getTokenValue):
11757         (write_attribute): new versions for LyXLength
11758         (everywhere): adjust the use of widths
11759
11760         * tabular.h: change the type of widths from string to LyXLength
11761
11762 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11763
11764         * paragraph.C: fixed missing line number count when exporting
11765         Environments to LaTeX file
11766
11767         * buffer.C: added informational message for checking line numbers.
11768
11769 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11770
11771         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11772         paragraph, do the 'double space' part, but not the 'empty
11773         paragraph' one.
11774
11775         * text.C (workWidth): small optimization
11776         (getLengthMarkerHeight): use minimal size for negative lengths.
11777
11778 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11779
11780         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11781
11782         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11783
11784 2001-12-11  André Pönitz <poenitz@gmx.net>
11785
11786         * FontLoader.C:
11787         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11788
11789 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11790
11791         * text2.C: keep selection on a setFont()
11792
11793 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11794
11795         * lyx_cb.C: another bv->text misuse, from insert label
11796
11797 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11798
11799         * kbsequence.h:
11800         * kbsequence.C: re-instate nmodifier mask
11801
11802 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11803
11804         * lyx_main.h: make lyxGUI private.
11805
11806 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11807
11808         * lyxfind.C: place the cursor correctly on failed search
11809
11810 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11811
11812         * text.C (getLengthMarkerHeight): for small heights, the arrows
11813         are not always on top/bottom of the text
11814         (drawLengthMarker): smaller arrows; take the left margin in
11815         account; draw also vfills.
11816         (paintFirstRow):
11817         (paintLastRow): remove special code for vfill and standard spaces,
11818         since everything is handled in drawLengthMarker now.
11819
11820 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11821
11822         * buffer.C (insertErtContents): try to handle font and language
11823         interaction a bit better.g
11824
11825         * ColorHandler.C (updateColor): change the hash to cover the whole
11826         LColor enum, ws cleanup
11827         (getGCLinepars): ditto
11828         (getGCLinepars): only lookup in the linecache once.
11829
11830 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11831
11832         * iterators.C (operator++): Make the iterator more robust
11833
11834         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11835         (John's patch)
11836         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11837
11838 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11839
11840         * lyxtext.h:
11841         * text.C: better added space drawing
11842
11843 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11844
11845         * LyXView.C:
11846         * BufferView2.C: fix layout combo update on inset unlock
11847
11848 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11849
11850         * Makefile.am: don't compile unused files
11851
11852 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11853
11854         * lyxfunc.C:
11855         * commandtags.h:
11856         * LyXAction.C: remove old LFUN_LAYOUTNO
11857
11858 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11859
11860         * paragraph_pimpl.h:
11861         * paragraph_pimpl.C: isTextAt() doesn't need font param
11862
11863 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11864
11865         * lyxlex.h:
11866         * lyxlex.C: little cleanup
11867
11868 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11869
11870         * BufferView_pimpl.C: fix insertAscii for insets
11871
11872 2001-12-05  Juergen Vigna  <jug@sad.it>
11873
11874         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11875         set the right font on the "multi" paragraph paste!
11876
11877 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11878
11879         * trans_decl.h:
11880         * trans_mgr.[Ch]:
11881         * trans.[Ch]:
11882         * lyxgluelength.C:
11883         * lyxlength.C: remove out-commented code.
11884
11885         * BufferView_pimpl:
11886         * CutAndPaste.C:
11887         * DepTable.C:
11888         * buffer.C:
11889         * chset.C:
11890         * lastfiles.C:
11891         * lyxlex.C:
11892         * lyxlex_pimpl.C:
11893         * lyxserver.C:
11894         * screen.C:
11895         * tabular-old.C:
11896         * tabular.C:
11897         * text.C:
11898         * trans_mgr.C:
11899         * vc-backend.C: change "while(" to "while ("
11900
11901         * lyxlength.[Ch]: add zero function to check if length is zero or
11902         not
11903         * lyxgluelength.C: use it
11904
11905 2001-12-05  Allan Rae  <rae@lyx.org>
11906
11907         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11908         Works for 2.95.3, from what I understand of Garst's reports this should
11909         work for other g++ versions.  We're screwed if the abs(int) definition
11910         changed between bugfix releases of gcc.
11911
11912 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11913
11914         * text.C: fix chapter label offset !
11915
11916 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11917
11918         * lyxtext.h:
11919         * text.C: fix hfill at end of line, clean up
11920
11921 2001-12-04  Juergen Vigna  <jug@sad.it>
11922
11923         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11924         that we force an update of the inset and it's owners if neccessary.
11925
11926 2001-12-03  Juergen Vigna  <jug@sad.it>
11927
11928         * text.C (rowLast): simplified code
11929
11930 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11931
11932         * lyxfunc.C: fix show options on timeout
11933
11934 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11935
11936         * screen.C (topCursorVisible): scroll half a page when the cursor
11937         reached top of bottom of screen
11938
11939 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11940
11941         * minibuffer.C: deactivate on loss of focus
11942
11943 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11944
11945         * vspace.[Ch] (operator!=): add operator.
11946
11947 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11948
11949         * BufferView_pimpl.C: refuse to open an inset when
11950         there's a selection.
11951
11952 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11953
11954         * BufferView_pimpl.C: allow to click on RHS of full row insets
11955
11956 2001-11-30  Juergen Vigna  <jug@sad.it>
11957
11958         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11959         insets for undo reasons.
11960
11961 2001-11-28  André Pönitz <poenitz@gmx.net>
11962
11963         * vspace.[Ch]: cosmetical changes
11964
11965 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11966
11967         * LyXAction.h:
11968         * LyXAction.C:
11969         * lyxfunc.h:
11970         * lyxfunc.C:
11971         * kbmap.h:
11972         * kbmap.C:
11973         * lyxrc.C:
11974         * kbsequence.h:
11975         * kbsequence.C: part re-write of old kb code
11976
11977         * Painter.C:
11978         * WorkArea.C: remove Lgb_bug_find_hack
11979
11980 2001-11-30  José Matos <jamatos@fep.up.pt>
11981
11982         * buffer.C (makeDocBookFile): add a comment to point a hack.
11983         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11984         Fixed a double write of labels.
11985
11986 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11987
11988         * LaTeX.C:
11989         * LaTeX.h Fixed bug in LaTeX class where it would not
11990         re-run latex if no depfiles were changed, but the .dvi was removed.
11991
11992 2001-11-28  André Pönitz <poenitz@gmx.net>
11993
11994         * all the files from the change on 2001/11/26:
11995         use lyx::layout_type instead of LyXTextClass::size_type
11996         use lyx::textclass_type instead of LyXTextClassList::size_type
11997
11998 2001-11-29  Juergen Vigna  <jug@sad.it>
11999
12000         * text.C: added support for paragraph::isFreeSpacing()
12001
12002         * buffer.C: same as above
12003
12004         * paragraph.h: inserted isFreeSpacing() function to enable
12005         FreeSpacing inside InsetERT.
12006
12007         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12008         of the paragraph's in the cut/copy buffer to 0!
12009
12010         * text2.C (removeRow): remove the assert as it can!
12011
12012         * lyxtext.h: added helper function firstRow returning firstrow and
12013         made firstrow private again.
12014
12015         * BufferView2.C (lockInset): don't relock if we're already locked!
12016
12017         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12018         the only paragraph.
12019         (removeRow): added Assert::(firstrow)
12020
12021         * debug.C: forgot to add INSETTEXT here.
12022
12023 2001-11-28  Juergen Vigna  <jug@sad.it>
12024
12025         * sp_spell.C (initialize): changed error text to more general
12026         spellchecker command use (not only ispell!)
12027
12028         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12029
12030         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12031
12032 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12033
12034         * vspace.C: initialise lyxgluelength on failure
12035
12036 2001-11-28  Allan Rae  <rae@lyx.org>
12037
12038         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12039         declaration & definition that looks like a function declaration.
12040
12041 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12042
12043         * BufferView2.C (copy):
12044         (copyEnvironment): do not clear the selection when doing a copy.
12045
12046         * text.C (paintFirstRow): compilation fix
12047
12048 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12049
12050         * tabular.C (Latex): correct line count when writing latex.
12051
12052 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12053
12054         * paragraph_pimpl.h:
12055         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12056           bug a bit
12057
12058 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12059
12060         * text.C:
12061         * LColor.h:
12062         * LColor.C: change vfillline->added_space
12063
12064         * text.C: add markers and text for added space
12065
12066         * vspace.C: fix comment
12067
12068 2001-11-28  André Pönitz <poenitz@gmx.net>
12069
12070         * paragraph.C: whitespace changes
12071         * all the other files from the change on 2001/11/26:
12072         change *::pos_type into lyx::pos_type
12073
12074 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12075
12076         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12077         language of the document when inserting error insets.
12078
12079 2001-11-26  André Pönitz <poenitz@gmx.net>
12080
12081         * BufferView_pimpl.[Ch]:
12082         *       CutAndPaste.C:
12083         * buffer.[Ch]:
12084         * lyxcursor.[Ch]:
12085         * lyxfind.C:
12086         * lyxfunc.C:
12087         * lyxrow.[Ch]:
12088         * paragraph.[Ch]:
12089         * paragraph_pimpl.[Ch]:
12090         * sp_spell.C:
12091         * text.C:
12092         * text2.C: reduce header dependencies, introduce type for positions
12093
12094 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12095
12096         * <various>: change to use Alert.h
12097
12098 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12099
12100         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12101         when encountering an unknown token.
12102         (readLyXformat2): Show an error message if there were unknown tokens.
12103
12104 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12105
12106         * BufferView2.C:
12107         * BufferView_pimpl.C:
12108         * buffer.C:
12109         * paragraph.h:
12110         * text.C:
12111         * text2.C: use par->isInset()
12112
12113 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12114
12115         * paragraph_pimpl.h:
12116         * paragraph_pimpl.C: cleanup
12117
12118 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12119
12120         * text2.C (removeRow):
12121         * text.C (setHeightOfRow): remove useless (and costly) call to
12122         getRow.
12123
12124 2001-11-20  Allan Rae  <rae@lyx.org>
12125
12126         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12127         Now need Inset*::checkInsertChar() to return true for appropriate
12128         cases so that the characters in the minibuffer will actually be
12129         inserted.
12130
12131 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12132
12133         * text.C: change the order of the includes.
12134         (workWidth): initialize it at once.
12135         (workWidth): make maxw unsigned
12136         (setHeightOfRow): remove unused variable (inset)
12137         (selectSelectedWord): remove unused variable (inset)
12138         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12139
12140 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12141
12142         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12143         server is not running.
12144         (openConnection):
12145         (closeConnection): add debug info when server is disabled.
12146
12147         * ColorHandler.C (getGCForeground): send debug message to GUI
12148         channel.
12149
12150         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12151
12152         * kbmap.C (bind): modify because return conventions of
12153         kb_sequence::parse have changed.
12154
12155         * kbsequence.C (parse): only ignore spaces and not any stupid
12156         control character. This avoids tests like s[i] <= ' ', which are
12157         guaranteed to fail with 8bit characters and signed chars.
12158         Change return code to string::npos when there have been no error
12159         (0 was a bad idea when error is at first character)
12160
12161 2001-11-14  José Matos  <jamatos@fep.up.pt>
12162
12163         * buffer.h:
12164         * buffer.C (simpleDocBookOnePar): removed unused argument.
12165
12166 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12167
12168         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12169         insets which are part of a word. Paragraph::isLetter takes care of
12170         that now. Use Paragraph::isInset to identify insets.
12171         (selectSelectedWord): do not test for hyphenation break.
12172
12173         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12174         that protected spaces are considered as spaces.
12175
12176         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12177         Inset::isLetter.
12178
12179 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12180
12181         * lyxserver.h:
12182         * lyxserver.C: fix it. and small cleanup.
12183
12184 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12185
12186         * BufferView_pimpl.C: use inline helpers
12187
12188         * LaTeXFeatures.h:
12189         * LaTeXFeatures.C: fix typos
12190
12191         * Spacing.h:
12192         * Spacing.C: move spacing_string into class
12193
12194         * ToolbarDefaults.C: move stuff into namespace anon
12195
12196         * layout.h: update enum
12197
12198         * lyxfunc.C: use better debug
12199
12200         * minibuffer.h: fix typo
12201
12202         * debug.h:
12203         * debug.C:
12204         * WorkArea.C: add and use Debug::WORKAREA
12205
12206         * lyxtext.h:
12207         * text.C:
12208         * text2.C: code re-organisation, inline helpers
12209
12210 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12211
12212         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12213         std::vector.empty().
12214
12215 2001-11-09  Allan Rae  <rae@lyx.org>
12216
12217         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12218         '\n's after tables.  Tabular and ERT inset work now makes this no
12219         longer necessary.
12220
12221 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12222
12223         * minibuffer.h:
12224         * minibuffer.C: fix crash, improve drop-down completion
12225
12226 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12227
12228         * lyxserver.h:
12229         * lyxserver.C: invalidate fd's when doing endPipe()
12230
12231 2001-11-08  José Matos  <jamatos@fep.up.pt>
12232
12233         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12234         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12235
12236         * paragraph.h:
12237         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12238
12239 2001-11-07  José Matos  <jamatos@fep.up.pt>
12240
12241         * buffer.h:
12242         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12243         const qualifier.
12244
12245         * buffer.C (sgmlOpenTag):
12246         * buffer.C (sgmlCloseTag): removed debug info.
12247
12248         * buffer.h (sgmlOpenTag):
12249         * buffer.h (sgmlCloseTag): made public.
12250
12251 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12252
12253         * buffer.C (saveParamsAsDefaults):
12254         * lyx_cb.C (MenuLayoutSave): remove
12255
12256         * LyXAction.C (init):
12257         * commandtags.h:
12258         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12259
12260 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12261
12262         * buffer.C (setPaperStuff): removed from here...
12263
12264         * bufferparams.C (setPaperStuff): ... and moved there.
12265
12266 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12267
12268         * minibuffer.h:
12269         * minibuffer.C:
12270         * XFormsView.C: add support for drop-down completion
12271
12272 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12273
12274         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12275         commands.
12276
12277 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12278
12279         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12280         disabled.
12281
12282 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12283
12284         * lyx_main.C: change ref to known bugs
12285
12286 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12287
12288         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12289         to work around older babel problems.
12290
12291 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12292
12293         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12294
12295 2001-10-24  Juergen Vigna  <jug@sad.it>
12296
12297         * tabular-old.C (ReadOld): below variable changes reflected.
12298
12299         * tabular.[Ch]: added ltType struct for longtable header/footer
12300         defines and changed all instances where they are used. Added
12301         future support for double top/bottom rows.
12302
12303 2001-10-24  José Matos  <jamatos@fep.up.pt>
12304
12305         * buffer.h (docbookHandleCaption):
12306         * buffer.C (docbookHandleCaption): removed unused function.
12307         (makeDocBookFile): moved docbook supported version to v4.1.
12308
12309 2001-10-24  José Matos  <jamatos@fep.up.pt>
12310
12311         * tabular.h:
12312         * tabular.C (docbookRow): new function to export docbook code of a row.
12313         (DocBook): now honors the longtable flags.
12314
12315 2001-10-23  José Matos  <jamatos@fep.up.pt>
12316
12317         * LaTeXFeatures.h:
12318         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12319         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12320
12321         * buffer.C (makeLinuxDocFile):
12322         (makeDocBookFile): reworked the preamble, more clean, and with
12323         support for lyx defined entities. Changed the document declaration
12324         to be more XML friendly.
12325
12326         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12327         if we need to output XML that should be done with a filter.
12328
12329 2001-10-22  Juergen Vigna  <jug@sad.it>
12330
12331         * sp_pspell.h (class PSpell): add alive function needed in the
12332         controller to see if the spellchecker could be started.
12333
12334 2001-10-22  Juergen Vigna  <jug@sad.it>
12335
12336         * buffer.C (insertStringAsLines): modify the font for inserting
12337         chars in certain conditions by calling checkInsertChar(font).
12338
12339 2001-10-19  Juergen Vigna  <jug@sad.it>
12340
12341         * text.C (workWidth): use getRow instead of wrong algorithm.
12342         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12343
12344 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12345
12346         * lyxserver.h:
12347         * lyxserver.C:
12348         * lyx_main.h:
12349         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12350
12351 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12352
12353         * text.C (workWidth): do not search for the exact row when
12354         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12355         optimization for big documents.
12356
12357 2001-10-18  Juergen Vigna  <jug@sad.it>
12358
12359         * text.C (workWidth): new function with added Inset * parameter.
12360
12361 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12362
12363         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12364
12365         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12366         change return type of getColumnNearX.
12367
12368
12369         * text.C (changeRegionCase): use uppercase/lowercase instead of
12370         toupper/tolower.
12371         (leftMargin):
12372         (rightMargin): simplify code by factoring out the uses of
12373         textclasslist.
12374         (labelFill):
12375         (numberOfHfills):
12376         (setHeightOfRow):
12377         (appendParagraph): use Paragraph::size_type
12378
12379 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12380
12381         * vspace.C (asLatexString): add a missing break
12382
12383 2001-10-15  Herbert Voss  <voss@perce.de>
12384
12385         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12386
12387 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12388
12389         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12390         is not available.
12391
12392 2001-10-10  André Pönitz <poenitz@gmx.net>
12393
12394         * lyxfunc.C: removed greek_kb_flag.
12395
12396 2001-10-10  Herbert Voss  <voss@perce.de>
12397
12398         * lyx_main.C: delete global string help_lyxdir.
12399
12400 2001-10-09  Herbert Voss  <voss@perce.de>
12401
12402         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12403
12404         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12405
12406         * lyx_main.C: added global string help_lyxdir.
12407
12408         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12409
12410 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12411
12412         * lyxrc.C (set_font_norm_type): support iso8859-4
12413
12414 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12415
12416         * LaTeX.C (deplog): add another regex for MikTeX
12417
12418 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12419
12420         * lyxrc.C (set_font_norm_type): support iso8859-3
12421
12422 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12423
12424         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12425
12426         * LaTeXFeatures.C: remove special case of french and index
12427
12428         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12429         before \begin{document}). This solves several incompatibilities.
12430
12431 2001-10-03  Garst Reese  <reese@isn.net>
12432
12433         * lyx_cb.C: change CheckTex error msg.
12434
12435 2001-10-03  José Matos  <jamatos@fep.up.pt>
12436
12437         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12438
12439 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12440
12441         * .cvsignore: update
12442
12443         * lyx_main.C (commandLineVersionInfo): use new style version info.
12444
12445         * buffer.C (writeFile):
12446         (makeLaTeXFile):
12447         (makeLinuxDocFile):
12448         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12449
12450         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12451
12452         * version.h: update to use stuff in version.C
12453
12454         * version.C.in: new file. Contains version information determined
12455         at compile time. This is a merging of version.h and
12456         version_info.h.in.
12457
12458 2001-10-03  Juergen Vigna  <jug@sad.it>
12459
12460         * BufferView_pimpl.C (update): don't change "dirty" status in
12461         updateInset call.
12462
12463 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12464
12465         * WorkArea.C (c-tor): re-position version string slightly.
12466
12467 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12468
12469         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12470         revert to previous code.
12471
12472         WorkArea.[Ch]: (show, destroySplash): methods removed.
12473
12474         WorkArea.C: rework code so that it's an amalgam of the codes before and
12475         after the splash screen was moved to WorkArea.
12476
12477 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12478
12479         * lyxrc.C (read):
12480         * vspace.C (inPixels):
12481         (lyx_advance):
12482         * kbmap.C (bind):
12483         * buffer.C (insertStringAsLines):
12484         (asciiParagraph): fix types to be large enough
12485
12486         * lyxlex_pimpl.h: change member status from short to int
12487
12488         * layout.h: fix type of endlabeltype
12489
12490         * kbmap.C (bind):
12491         * kbsequence.C (parse): change return type to string::size_type
12492
12493         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12494         variable
12495
12496         * Bullet.C (bulletSize):
12497         (bulletEntry): do not use short ints as parameters
12498
12499         * BufferView2.C (insertLyXFile): change a char to an int.
12500
12501         * WorkArea.C (WorkArea): remove unneeded floats in computation
12502
12503 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12504
12505         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12506
12507         * paragraph.C (asString): Do not ignore newline/hfill chars when
12508         copying to the clipboard.
12509
12510 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12511
12512         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12513         after a multi-line inset.
12514
12515 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12516
12517         * paragraph.C (validate): Set NeedLyXFootnoteCode
12518
12519 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12520
12521         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12522         and decrease-error to decrease.
12523
12524 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12525
12526         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12527         it more readable (should be equivalent)
12528
12529 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12530
12531         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12532
12533 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12534
12535         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12536         of a cursor (row, etc.) after a character has been deleted
12537         (deleteEmptyParagraphMechanism): call the method above on _all_
12538         cursors held by the LyXText when a double space has been
12539         detected/deleted.
12540
12541 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12542
12543         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12544         pixmap.
12545         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12546
12547         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12548         background. Use greyOut() and the new show() methods to toggle between
12549         the foreground and background. Add code to remove the splash after
12550         its initial showing.
12551
12552         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12553         (create_forms): no longer call Dialogs::showSplash.
12554
12555 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12556
12557         * .cvsignore: add version_info.h
12558
12559 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12560
12561         * version_info.h.in: new file
12562
12563         * Makefile.am: add version_info.h.in
12564
12565         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12566         version_info.h instead of VERSION_INFO
12567
12568 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12569
12570         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12571         The ERT inset now returns string().
12572
12573 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12574
12575         * lyxtext.h, text.C (selectNextWord): renamed as
12576         selectNextWordToSpellcheck.
12577
12578         * text.C (selectNextWordToSpellcheck): Modified to not select
12579         words inside an ERT inset.
12580
12581 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12582
12583         * lyx_cb.C (MenuLayoutSave): change a bit the question
12584
12585         * sp_base.h: include <sys/types.h>
12586
12587 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12588
12589         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12590
12591 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12592
12593         * several files: fix typos in user-visible strings
12594
12595 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12596
12597         * text2.C (pasteSelection): do not set the selection, since it
12598         will be cleared later. Actually, the intent was to fix the way the
12599         selection was set, but I figured rmoving the code was just as good.
12600
12601 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12602
12603         * FontLoader.C (available): Check if font is available without
12604         loading the font.
12605
12606 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12607
12608         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12609
12610 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12611
12612         * lyxrc.[Ch]: added display_graphics variable and associated code.
12613
12614 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12615
12616         * bufferparams.C (hasClassDefaults): new method. Returns true if
12617         the buffer parameters correspond to known class defaults
12618
12619 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12620
12621         * XFormsView.C (show): set minimum size to the main window.
12622
12623 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12624
12625         * text2.C (copySelection):
12626         (cutSelection):
12627         * lyxfind.C (LyXReplace):
12628         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12629         LyXText::selectionAsString.
12630
12631         * paragraph.C (asString): add "label" argument to the second form
12632
12633         * text2.C (selectionAsString): add "label" argument and pass it to
12634         Paragraph::asString.
12635
12636 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12637
12638         * lyx_main.C (commandLineHelp): remove version information
12639
12640 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12641
12642         * lyx_main.C: add -version commandline option
12643
12644 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12645
12646         * paragraph.h: make the optional constructor arg required instead.
12647         some modifications to other files because of this.
12648
12649         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12650
12651         * lyxserver.C (C_LyXComm_callback): make it static
12652
12653         * lyx_main.C (error_handler): make it static
12654
12655         * lyx_gui.C (LyX_XErrHandler): make it static
12656
12657         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12658
12659         * WorkArea.C: make the extern "C" methods static.
12660
12661         * Makefile.am (lyx_LDADD): simplify
12662
12663 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12664
12665         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12666         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12667
12668         * LyXAction.C (init):
12669         * lyxfunc.C (dispatch): associated code removal.
12670
12671 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12672
12673         * lyxfont.h (isSymbolFont): shut off warning
12674
12675         * text.C (setHeightOfRow):
12676         (getVisibleRow): fix crash with empty paragraphs which have a
12677         bottom line
12678
12679 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12680
12681         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12682         code.
12683
12684 2001-09-04  José Matos  <jamatos@fep.up.pt>
12685         * buffer.C
12686         * buffer.h
12687         * tabular.C (docbook): rename docBook method to docbook.
12688
12689 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12690
12691         * Makefile.am: add dependencies to main.o.
12692
12693 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12694
12695         * FontLoader.C (available): Return false if !lyxrc.use_gui
12696
12697 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12698
12699         * FontInfo.C (query):
12700         * converter.C (view):
12701         * importer.C (Import):
12702         * exporter.C (Export): Can not -> cannot.
12703
12704 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12705
12706         * BufferView_pimpl.C: allow to create index inset even if
12707           string is empty
12708
12709 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12710
12711         * buffer.C (getLists): replace boost::tie code with an explicit pair
12712         as boost::tie can break some compilers.
12713
12714         * iterators.h: Added a std:: declaration to the return type of
12715         ParIterator::size.
12716
12717 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12718
12719         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12720           case.
12721
12722 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12723
12724         * iterators.[Ch]: New files. Provide paragraph iterators.
12725
12726         * buffer.C (changeLanguage): Use paragraph iterators.
12727         (isMultiLingual): ditto
12728
12729         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12730
12731 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12732
12733         * FontLoader.C: Support for cmr font.
12734
12735 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12736
12737         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12738         (available): New method.
12739
12740         * FontInfo.C (getFontname): Use scalable fonts even when
12741         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12742         found.
12743
12744 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12745
12746         * converter.C (Formats::view): reverted! Incorrect fix.
12747
12748 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12749
12750         * converter.C (Formats::view): only output the -paper option
12751         if the dvi viewer is xdvi, thereby fixing bug #233429.
12752
12753 2001-08-23  Herbert Voss  <voss@perce>
12754
12755         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12756
12757 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12758
12759         * Spacing.h (Spacing): Set space to Default on in the default
12760         constructor.
12761
12762 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12763
12764         * vc-backend.h (RCS::versionString): add RCS to version
12765         (CVS::versionString): add CVS to version
12766
12767         * vc-backend.C (scanMaster): do not add CVS to version.
12768         (scanMaster): do not add RCS to version
12769
12770         * lyxvc.C (versionString): new method
12771
12772         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12773
12774 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12775
12776         * Spacing.C (set): initialize fval
12777
12778 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12779
12780         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12781         " or \.
12782
12783 2001-08-16  Juergen Vigna  <jug@sad.it>
12784
12785         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12786
12787 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12788
12789         * BufferView_pimpl.C:
12790         * figureForm.C:
12791         * lyxtext.h:
12792         * text2.C: setParagraph takes linespacing now
12793
12794 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12795
12796         * LyxAction.C: add internal LFUN_CITATION_INSERT
12797
12798         * LyXView.C: actually apply fix
12799
12800         * bufferlist.C: fix open non-existent file
12801
12802         * lyxfind.C: fix indentation
12803
12804         * lyxfunc.C: remove unneeded assert, fix typo
12805
12806 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12807
12808         * MenuBackend.C: use "Floatname List"
12809
12810 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12811
12812         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12813         when converting LaTeX layout to insetERT.
12814         Generate a non-collapsed float when reading old float
12815
12816 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12817
12818         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12819         ERT insets.
12820
12821 2001-08-13  Juergen Vigna  <jug@sad.it>
12822
12823         * text.C (fill): return 0 instead of 20 as this seems to be the more
12824         correct value.
12825
12826 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12827
12828         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12829         lyxrc.font_norm.
12830
12831 2001-08-13  Juergen Vigna  <jug@sad.it>
12832
12833         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12834         casesensitive off.
12835         (SearchBackward): comment out the unlocking of the inset_owner this
12836         should not be needed!
12837
12838 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12839
12840         * Many files: Remove inherit_language, and add latex_language
12841
12842         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12843         collapsible insets.
12844
12845 2001-08-10  Juergen Vigna  <jug@sad.it>
12846
12847         * text.C (prepareToPrint): fixed hfill-width in draw!
12848
12849         * BufferView2.C (selectLastWord): save the selection cursor as this
12850         now is cleared in the function LyXText::clearSelection!
12851
12852 2001-08-08  Juergen Vigna  <jug@sad.it>
12853
12854         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12855         BACKSPACE type functions.
12856
12857         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12858         is only cutted from the document but not put in the cut-buffer, where
12859         still the old stuff should be.
12860
12861         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12862
12863         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12864
12865         * tabular.C (SetWidthOfCell): fixed special case where the width
12866         was not updated!
12867         (LeftLine): handle '|' in align_special.
12868         (RightLine): ditto
12869         (LeftAlreadyDrawed): ditto
12870         (SetWidthOfCell): ditto
12871
12872 2001-08-07  Juergen Vigna  <jug@sad.it>
12873
12874         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12875
12876 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12877
12878         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12879         * lyxlex.[hC]: ditto
12880
12881 2001-08-06  Juergen Vigna  <jug@sad.it>
12882
12883         * text.C (getVisibleRow): fix up row clearing a bit.
12884
12885 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12886
12887         * minibuffer.C: make sure the X server sees the changes in the input.
12888
12889 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12890
12891         * paragraph.C (getFont): split into...
12892         (getLabelFont): this
12893         (getLayoutFont): and this
12894         * paragraph_pimpl.C (realizeFont): calling this
12895
12896         * text2.C (getFont): split into...
12897         (getLayoutFont): this
12898         (getLabelFont): and this
12899         (realizeFont): all three calling this
12900
12901         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12902         files where used.
12903
12904 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12905
12906         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12907
12908 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12909
12910         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12911         layouts from the Quote inset insertion.
12912
12913 2001-08-03  Juergen Vigna  <jug@sad.it>
12914
12915         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12916
12917         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12918         only if status not is already CHANGED_IN_DRAW (second level).
12919
12920         * text.C (draw): don't set the need_break_row when inside an
12921         InsetText LyXText.
12922
12923 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12924
12925         * buffer.C (parseSingleLyXformat2Token): handle more latex
12926         conversion cases.
12927
12928         * bufferview_funcs.[hC]: change function names to
12929         begin with small char, adjust other files.
12930
12931 2001-08-02  André Pönitz <poenitz@gmx.net>
12932
12933         * lyxfunc.C:
12934         BufferView_pimpl.C: remove broken special code for math-greek
12935
12936 2001-08-02  Juergen Vigna  <jug@sad.it>
12937
12938         * BufferView_pimpl.C (update): redone this function so that we
12939         update the text again if there was a CHANGE_IN_DRAW.
12940
12941         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12942         (drawFromTo): added a new internal bool which is used by draw() and
12943         redraw() function.
12944         (general): some cursor drawing problems fixed.
12945
12946 2001-08-01  Juergen Vigna  <jug@sad.it>
12947
12948         * lyxfind.C (LyXFind): fixed
12949         (SearchForward): ditto
12950         (SearchBackward): ditto
12951
12952         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12953         spurius drawing of the cursor in the main area.
12954
12955         * text2.C (status): small fix which could lead to a segfault!
12956         (clearSelection): remove unneeded BufferView param.
12957
12958 2001-08-01  André Pönitz <poenitz@gmx.net>
12959
12960         * lyxfunc.C: small change due to changed mathed interface
12961
12962 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12963
12964         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12965
12966 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12967
12968         * lyxfunc.c: fail gracefully if file doesn't exist
12969
12970         * LyXSendto.C:
12971         * buffer.C:
12972         * lyxfunc.C:
12973         * BufferView_pimpl.C: IsDirWriteable() proto changed
12974
12975         * LyXView.C: fix updateWindowTitle() to store the last title
12976
12977 2001-07-31  Juergen Vigna  <jug@sad.it>
12978
12979         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12980         the font (wrong since using of Paragraph::highestFontInRange).
12981
12982         * paragraph.C (highestFontInRange): added a default_size parameter.
12983
12984         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12985         (setHeightOfRow): reformat
12986
12987 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12988
12989         * converter.[hC] + affected files: move to (inital-char)lowercase
12990         function names.
12991
12992         * ParagraphParameters.C (ParagraphParameters): remove commented code
12993
12994         * PainterBase.[Ch]: remove commented code
12995
12996         * LaTeXFeatures.h: add "bool floats" for float.sty
12997
12998         * LaTeXFeatures.C (LaTeXFeatures): init floats
12999         (require): handle float
13000         (getPackages): do it with floats
13001
13002 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13003
13004         * BufferView_pimpl.C (Dispatch): improve handling of
13005         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13006
13007         * commandtags.h: #include lyxfont.h here temporarily to avoid
13008         keybinding bug.
13009
13010         * bufferlist.h: include LString.h here.
13011
13012 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13013
13014         * text2.C (getStringToIndex): new method.
13015
13016 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13017
13018         * *: Reduced header file dependencies all over.
13019
13020 2001-07-30  Baruch Even  <baruch@lyx.org>
13021
13022         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13023
13024 2001-07-29  Baruch Even  <baruch@lyx.org>
13025
13026         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13027
13028 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13029
13030         * ParameterStruct.h (endif): add a default constructor to make
13031         sure that all variables is initialized.
13032
13033         * ParagraphParameters.C (ParagraphParameters): adjust
13034
13035 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13036
13037         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13038         index; also, check that there is something to index, and that it
13039         does not span over several paragraphs.
13040         (doubleClick): use WHOLE_WORD_STRICT for double click.
13041
13042         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13043
13044         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13045         scheme.
13046
13047 2001-07-26  Baruch Even  <baruch@lyx.org>
13048
13049         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13050         an InsetFig figure, backwards compatible reading of old figure code.
13051
13052 2001-07-27  Juergen Vigna  <jug@sad.it>
13053
13054         * text2.C: font.realize function adaption.
13055
13056         * text.C (draw): add a warnings lyxerr text if needed.
13057
13058         * layout.C: font.realize function adaption.
13059
13060         * language.C: add inherit_language and implement it's handlings
13061
13062         * bufferview_funcs.C (StyleReset): remove language parameter from
13063         font creation (should be language_inherit now).
13064
13065         * bufferparams.C (writeFile): handle ignore_language.
13066
13067         * paragraph.C (getFontSettings): the language has to be resolved
13068         otherwise we have problems in LyXFont!
13069
13070         * lyxfont.C (lyxWriteChanges): added document_language parameter
13071         (update): removed unneeded language parameter
13072
13073         * paragraph.C (validate): fixed wrong output of color-package when
13074         using interface colors for certain fonts in certain environments,
13075         which should not seen as that on the final output.
13076
13077 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13078
13079         * BufferView_pimpl.C:
13080         * Thesaurus.h:
13081         * Thesaurus.C:
13082         * Makefile.am:
13083         * commandtags.h:
13084         * LyXAction.C: add thesaurus support
13085
13086         * lyxfind.h:
13087         * lyxfind.C: add "once" parameter, for thesaurus, to not
13088           move to the next match
13089
13090 2001-07-26  Juergen Vigna  <jug@sad.it>
13091
13092         * lyxfont.C (realize): honor ignore_language too!
13093         (resolved): ditto.
13094
13095         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13096
13097         * text.C (draw): one place more for ignore_language to not draw
13098         itself!
13099
13100 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13101
13102         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13103
13104 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13105
13106         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13107         the minipage conversion problem.
13108
13109 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13110
13111         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13112         insert an inset.
13113
13114 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13115
13116         * BufferView.h: don't forward declare WorkArea
13117
13118         * BufferView.C: don't include WorkArea.h
13119
13120 2001-07-25  André Pönitz <poenitz@gmx.net>
13121
13122         * commandtags.h:
13123         * LyXAction.C:
13124         * lyxfunc.C:  new LFUN 'math-space'
13125
13126         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13127
13128 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13129
13130         * text2.C (toggleInset): call open/close
13131
13132 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13133
13134         * lyxfunc.C (dispatch): add debug for the disabled case
13135
13136         * font.C (buttonText): make similar to rectText
13137
13138         * buffer.C (readInset): comment out parsing of insetlist and
13139         insttheorem
13140
13141         * PainterBase.C (rectText): small correction
13142
13143         * BufferView_pimpl.C: comment out insettheorem and insetlist
13144         * LyXAction.C: ditto
13145         * commandtags.h: ditto
13146
13147 2001-07-24  Juergen Vigna  <jug@sad.it>
13148
13149         * text.C (draw): honor the ignore_language.
13150
13151         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13152
13153 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13154
13155         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13156         char inset.
13157
13158 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13159
13160         * lyxtext.h: remove unused (and unimplemented) methods
13161
13162 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13163
13164         * text.C (getVisibleRow): honor background color
13165
13166         * PainterBase.h:
13167         * Painter.h: remove default color argument for fillRectangle
13168
13169         * text.C (backgroundColor): new method
13170
13171 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13172
13173         * text.C (getVisibleRow): adjust
13174
13175         * font.[Ch] (rectText): new method, metrics
13176         (buttonText): new method, metrics
13177
13178         * PainterBase.[hC]: make rectText and buttonText always draw and take
13179         fewer paramteres.
13180
13181 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13182
13183         * ToolbarDefaults.C (read):
13184         * MenuBackend.C (read): allow escaping in all strings
13185
13186         * BufferView_pimpl.C (insertAndEditInset): new method.
13187         (Dispatch): use insertAndEditInset whenever appropriate.
13188
13189         * BufferView_pimpl.C (insertNote): removed
13190
13191         * BufferView_pimpl.C (smartQuote): new method, moved from
13192         BufferView; if an insetquote cannot be inserted, insert a '"'
13193         character instead.
13194
13195         * BufferView2.C: remove insertCorrectQuote();
13196
13197         * lyxfunc.C (getStatus): Add support for all remaingin
13198         inset-insert lfuns.
13199
13200         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13201
13202         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13203         command (necessary to pass " as parameter of self-insert.
13204
13205         * text.C (selectWordWhenUnderCursor):
13206         (selectWord): add word_location parameter
13207         (selectWordWhenUnderCursor): same + remove special code for word
13208         boundary.
13209         (selectNextWord): use kind() to guess type of insetspecialchar,
13210         not latex().
13211
13212         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13213         (insertErtContents): create ert insets as collapsed.
13214         (readInset): better compatibility code for Info inset.
13215
13216 2001-07-20  Juergen Vigna  <jug@sad.it>
13217
13218         * lyxfunc.C (dispatch): use always LyXFind now!
13219
13220         * text2.C (init): add a reinit flag so that the LyXText can be
13221         reinited instead of deleted and reallocated (used in InsetText).
13222
13223         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13224
13225         * text.C: ditto
13226
13227         * text2.C: ditto
13228
13229 2001-07-18  Juergen Vigna  <jug@sad.it>
13230
13231         * text.C (selectNextWord): handle insets inside inset by calling
13232         always the bv->text functions so that we can go up the_locking_inset!
13233
13234         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13235         in strange locations when inside an inset!
13236
13237         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13238         handling to include insets.
13239
13240         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13241
13242 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13243
13244         * LyXAction.C (init):
13245         * commandtags.h:
13246         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13247         LIGATURE_BREAK, since the name is so stupid.
13248
13249 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13250
13251         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13252         InsetInfos.
13253
13254         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13255
13256         * sp_form.[Ch]: remove.
13257
13258         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13259
13260         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13261         InsetInfo.
13262
13263         * src/buffer.C (readInset): ditto.
13264
13265 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13266
13267         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13268         menuSeparator(), endOfSentenceDot(), ldots() and
13269         hyphenationPoint(), which are therefore removed.
13270         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13271
13272         * LyXAction.C (init):
13273         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13274
13275         * paragraph.C (getWord): removed.
13276
13277         * BufferView_pimpl.C (Dispatch): use last word or selection for
13278         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13279
13280         * lyx_main.C (queryUserLyXDir): do not ask before creating
13281         user_dir, except if it has been named explicitely.
13282
13283 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13284
13285         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13286         a document of zero size.
13287
13288 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13289
13290         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13291         approriately in the c-tor and in require().
13292         (getPackages): output the appropriate LaTeX for natbib support.
13293
13294         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13295         variables "use_natbib" and "use_numerical_citations" when reading the
13296         LyX file.
13297         (readInset): read the various natbib cite commands.
13298         (validate): white-space change.
13299
13300         * bufferparams.[Ch]: new variables "bool use_natbib" and
13301         "bool use_numerical_citations".
13302         (writeFile): output them in the LyX file.
13303
13304 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13305
13306         * lyxfunc.C (getStatus): add support for all the inset insertion
13307         commands.
13308
13309         * text2.C (insertInset):
13310         * paragraph.C (insetAllowed):
13311         * BufferView_pimpl.C (insertInset): update to take in account the
13312         renaming of insertInsetAllowed
13313
13314         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13315
13316         * text2.C (getInset): new method. returns inset at cursor position.
13317
13318         * BufferView_pimpl.C (Dispatch): changes because of this.
13319
13320         * LyXAction.C (init): rename open-stuff to inset-toggle.
13321
13322         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13323
13324         * text2.C (toggleInset): renamed from openStuff; use
13325         Inset::open().
13326
13327 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13328
13329         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13330
13331         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13332
13333 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13334
13335         * buffer.C (readLyXformat2): Add filename to the error dialog
13336
13337 2001-07-18  Juergen Vigna  <jug@sad.it>
13338
13339         * tabular.C (GetCellNumber): put an assert here instead of the check!
13340
13341 2001-07-17  Juergen Vigna  <jug@sad.it>
13342
13343         * BufferView_pimpl.C (toggleSelection): adapted too.
13344
13345         * text.C (selectNextWord): adapted for use with insets.
13346         (selectSelectedWord): ditto
13347
13348 2001-07-17  Juergen Vigna  <jug@sad.it>
13349
13350         * sp_spell.C (PSpell): fix initialitation order.
13351
13352 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13353
13354         * paragraph.C: spacing
13355
13356 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13357
13358         * sp_spell.C: repair language selection for pspell
13359
13360 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13361
13362         * lyxfunc.h: change more methods to begin with lower char.
13363
13364 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13365
13366         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13367         for unknown layouts.
13368
13369 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13370
13371         * buffer.C (readLyXformat2): Generate an error dialog if there are
13372         unknown layouts.
13373
13374 2001-07-16  Juergen Vigna  <jug@sad.it>
13375
13376         * sp_spell.C: always compile ISpell part.
13377
13378         * lyxrc.C: added use_pspell entry and it's handling.
13379
13380 2001-07-13  Juergen Vigna  <jug@sad.it>
13381
13382         * sp_spell.C: removed double includes.
13383
13384 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13385
13386         Consistent use of Lsstream.h:
13387         * Lsstream.h: added using std::stringstream for consistencies sake.
13388
13389         * buffer.C: removed using std::stringstream
13390
13391         * lyxfont.C (stateText):
13392         * paragraph.C (asString):
13393         * text.C (selectNextWord, selectSelectedWord):
13394         * text2.C (setCounter):
13395         * vspace.C (asString, asLatexString):
13396         std::ostringstream -> ostringstream.
13397
13398 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13399
13400         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13401         * commandtags.h: add LFUN_HELP_ABOUTLYX
13402         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13403
13404 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13405
13406         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13407         cursorToggle()
13408         * lyx_gui_misc.C: remove spellchecker
13409         * lyxfunc.C: showSpellchecker
13410         * sp_base.h: added
13411         * sp_ispell.h: added
13412         * sp_pspell.h: added
13413         * sp_spell.C: added
13414         * sp_form.[Ch]: removed
13415         * spellchecker.[Ch]: removed
13416
13417 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13418
13419         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13420         is set.
13421         (simpleTeXSpecialChars): Simply print the input character without
13422         any special translation if pass_thru is set.
13423
13424         * layout.h: Added bool pass_thru to layout class for being able to
13425         implement pass through of a paragraph for Literate Programming.
13426
13427         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13428         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13429         * layout.C (Read): add "passthru" to list of layout tags and add
13430         code to set the pass_thru boolean when it is read.
13431
13432 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13433
13434         * trans_decl.h: remove allowed from KmodInfo
13435
13436         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13437         remove allowed code
13438         (Load): adjust
13439
13440         * paragraph_pimpl.C (erase): use boost::prior
13441
13442         * Painter.C (text): use data() instead of c_str() when length is
13443         also provided.
13444         * WorkArea.C (putClipboard): ditto
13445         * font.h (width): ditto
13446
13447         * BufferView2.C: use it-> instead of (*it). for iterators
13448         * texrow.C: ditto
13449         * paragraph_pimpl.C: ditto
13450         * paragraph.C: ditto
13451         * minibuffer.C: ditto
13452         * language.C: ditto
13453         * kbmap.C: ditto
13454         * encoding.C: ditto
13455         * counters.C: ditto
13456         * converter.C: ditto
13457         * chset.C: ditto
13458         * Variables.C: ditto
13459         * TextCache.C: ditto
13460         * MenuBackend.C: ditto
13461         * LyXAction.C: ditto
13462         * LColor.C: ditto
13463         * FloatList.C: ditto
13464         * DepTable.C: ditto
13465         * ColorHandler.C (LyXColorHandler): ditto
13466
13467 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13468
13469         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13470
13471         * text2.C (openStuff): reintroduce this method (which had been
13472         nuked in NEW_INSETS frenzy).
13473
13474         * lyxfunc.C (Dispatch): when an action has not been handled, use
13475         its name in the error message, not its number.
13476
13477         * paragraph.C (inInset): change method name to begin with lowercase.
13478
13479         * undo_funcs.C:
13480         * text2.C: updates because of this.
13481
13482 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13483
13484         * ToolbarDefaults.C (add): add spaces in error message
13485
13486 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13487
13488         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13489         (readLyXformat2): rename return_par to first_par, use lyxlex's
13490         pushToken and remove the manual push handling.
13491         (parseSingleLyXformat2Token): add another ert comp. variable:
13492         in_tabular, rename return_par to first_par. handle newlines better
13493
13494 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13495
13496         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13497
13498 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13499
13500         * text2.C (getParFromID): removed
13501
13502         * buffer.C (getParFromID): new method moved form lyxtext.
13503         * BufferView2.C (insertErrors): adjust
13504         (setCursorFromRow): adjust
13505         * BufferView_pimpl.C (restorePosition): adjust
13506         * lyxfunc.C (Dispatch): adjust
13507         * undo_funcs.C (textUndo): adjust
13508         (textRedo): adjust
13509         (textHandleUndo): adjust
13510         (textHandleUndo): adjust
13511
13512 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13513
13514         * buffer.C: up' the LYX_FORMAT
13515
13516         * lyxfont.h: turn NO_LATEX on as default
13517
13518         * buffer.C (insertErtContents): new methods of tex style compability.
13519         (parseSingleLyXformat2Token): use it several places.
13520         * tabular.C (OldFormatRead): and here
13521
13522 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13523
13524         * text2.C: remove some commented code.
13525         reindent file.
13526
13527         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13528         * trans.C: changes because of the above.
13529
13530 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13531
13532         * text2.C (setCounter): Fix counters bug with bibliography layout.
13533
13534 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13535
13536         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13537         own member functions
13538         (simpleTeXSpecialChars): ditto
13539
13540 2001-07-06  Juergen Vigna  <jug@sad.it>
13541
13542         * a lot of files: changed the access to LyXText::status and the
13543         call of undo-functions.
13544
13545         * undo.[Ch]: added a inset_id to the undo informations.
13546
13547         * undo_funcs.[Ch]: added and moved here all undo functions.
13548
13549         * lyxtext.h: give the status enum a weight, made status_ a private
13550         variable and made accessor functions for it, removed the whole bunch
13551         of undo-functions as they are now in their own file, make some
13552         functions publically available. Added function ownerParagraph with
13553         int parameter.
13554
13555         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13556         made InInset() a const function, added getParFromID() function.
13557
13558         * buffer.[Ch]: added const version for inset_iterator functions,
13559         added getInsetFromID() function.
13560
13561         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13562         changed undo functions for new version.
13563
13564 2001-07-05  Juergen Vigna  <jug@sad.it>
13565
13566         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13567         unknow mechanism does not call the proper constructor but only this
13568         one also if I request the other!?
13569
13570 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13571
13572         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13573
13574         * text2.C (LyXText): use initialization lists.
13575
13576         * lyxtext.h (Selection): initialize set_ and mark_
13577         (init): remove method
13578
13579 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13580
13581         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13582
13583 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13584
13585         * screen.[Ch]: change method names to begin with lowercase
13586
13587         * BufferView_pimpl.C (updateScrollbar): simplify further and
13588         hopefully make it a bit faster.
13589
13590 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13591
13592         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13593         calling directly xforms functions.
13594
13595         * Painter.C (Painter):
13596         * lyx_cb.C (MenuWrite):
13597         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13598         fl_display.
13599
13600         * lyx_gui.C: remove bogus guiruntime extern declaration.
13601
13602 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13603
13604         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13605         in NEW_INSETS
13606         (redoDrawingOfParagraph): ditto
13607         (redoParagraphs): ditto
13608         (cutSelection): don't create a object for CutAndPaste use the
13609         static method directly
13610         (pasteSelection): ditto
13611
13612         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13613         LyXview (+ rename)
13614
13615 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13616
13617         * modifications to some other files because of this.
13618
13619         * Makefile.am (lyx_SOURCES): add XFormsView
13620
13621         * XFormsView.[Ch]: new files
13622
13623         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13624         the main window. Move the gui dependent stuff to XFormsView
13625
13626 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13627
13628         * tabular.C (GetCellInset): update cur_cell also in the row/col
13629         version of this function.
13630
13631         * lyxfunc.C: no need to include figure_form.h here.
13632
13633         * FontLoader.h:
13634         * lyxfunc.h:
13635         * lyxscreen.h:
13636         * text2.C:
13637         * lyxvc.C: no need to include forms.h here.
13638
13639 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13640
13641         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13642
13643         * lyxfunc.C (Dispatch):
13644         * Spacing.C (set):
13645         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13646         constructor argument.
13647
13648 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13649
13650         * paragraph.C (Paragraph): dont't clear, and just set layout.
13651         (makeSameLayout): use params's copy contructor.
13652
13653         * ParagraphParameters.[Ch] (makeSame): delete method
13654
13655 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13656
13657         * Variables.[Ch]: fix indentation, rename set to isSet
13658
13659 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13660
13661         * lyxfunc.C (Dispatch): fix typo
13662
13663 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13664
13665         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13666         upper_bound.
13667
13668         * bufferlist.C: include assert.h for emergencyWrite().
13669
13670 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13671
13672         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13673           give up at last (bug #425202) !
13674
13675 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13676
13677         * lyx_gui_misc.C:
13678         * sp_form.h:
13679         * sp_form.C:
13680         * spellchecker.h:
13681         * spellchecker.C: strip spellchecker options and bring up
13682           preferences tab instead
13683
13684 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13685
13686         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13687         the istringstream constructor
13688
13689 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13690
13691         * paragraph.C (getLayout): fix return value
13692
13693         * paragraph.h: do not declare getLayout as inline.
13694
13695         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13696
13697 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13698
13699         * lyxcursor.h (operator<): new func
13700         (operator>): new func
13701         (operator>=): new func
13702         (operator<=): new func
13703
13704         * text.C (changeCase): use selection.start and selection.end
13705         (changeRegionCase): require from to be <= to. Require par to be a
13706         valid paragraph.
13707
13708         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13709
13710 2001-06-27  Juergen Vigna  <jug@sad.it>
13711
13712         * text.C (cursorLeftOneWord): changed to return the cursor and added
13713         overlay with BufferView * parameter which calls this one.
13714         (getWord): added
13715         (selectWord): use new getWord function.
13716         (changeCase): renamed from changeWordCase as and extended to work
13717         also on selections.
13718
13719         * lyxtext.h: added enum word_location
13720
13721         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13722         changeCase as this operates now also on selections.
13723
13724 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13725
13726         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13727
13728         * many files: send debug output to Debug::INFO instead of
13729         Debug::ANY.
13730
13731         * converter.C (View):
13732         (Convert):
13733         (Move): send debug output to Debug::FILES instead of console.
13734
13735 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13736
13737         * lyxfunc.C (getStatus): use func_status
13738
13739         * func_status.h: new header, describing the results of
13740         LyXFunc::getStatus;
13741
13742         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13743         LFUN_MATH_HALIGN.
13744
13745 2001-06-25  The LyX Project  <jug@sad.it>
13746
13747         * buffer.C (sgmlOpenTag):
13748         (sgmlCloseTag):
13749         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13750
13751 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13752
13753         * text2.C: remove some dead code
13754
13755         * tabular.C (GetCellInset): store the last cell checked (gotten)
13756
13757         * tabular.h: add the helper for the speedup
13758
13759         * lyxtext.h: remove some dead code
13760
13761 2001-06-26  The LyX Project  <Asger>
13762
13763         * paragraph.C: Change export to LaTeX of alignment to
13764         \begin{center} and family for better roundtrip work with reLyX.
13765
13766         * Tune the math drawing a bit.
13767
13768 2001-06-25  The LyX Project  <Asger>
13769
13770         * LColor.C (LColor): New color for math background. New color
13771         for buttons.
13772
13773 2001-06-25  The LyX Project  <jug@sad.it>
13774
13775         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13776
13777         * lyxfunc.C (Open):
13778         * bufferlist.C (newFile): do not restrict to files ending with
13779         .lyx
13780
13781         * BufferView_pimpl.C (MenuInsertLyXFile):
13782
13783 2001-06-24  The LyX Project  <jug@sad.it>
13784
13785         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13786         of compare_no_case
13787
13788 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13789
13790         * lyxtext.h: rename most methods to begin with a small char.
13791         Lots of changes because of this.
13792
13793         * paragraph.C (Paragraph): do not call fitToSize
13794         (erase): call Pimpl::erase
13795         (insertChar): call Pimpl::insertChar
13796         (insertInset): call Pipl::insertInset
13797         (breakParagraph): do not call fitToSize
13798         (breakParagraphConservative): do not call fitToSize
13799         (fitToSize): remove method
13800
13801         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13802
13803 2001-06-24  The LyX Project  <Asger>
13804
13805         * Fix Qt compilation^2
13806
13807 2001-06-24  The LyX Project  <jug@sad.it>
13808
13809         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13810         depthHook(getDepth()-1).
13811
13812         * paragraph.h:
13813         * ParagraphParameters.h:
13814         * ParameterStruct.h: change type of depth to unsigned int ==
13815         depth_type. Many adaptations to other files before of that.
13816
13817 2001-06-24  The LyX Project  <Asger>
13818
13819         * Fix Qt compilation.
13820
13821 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13822
13823         * paragraph.h: renamed several methods to begin with small letter.
13824         several changes to many parts of the code because of this.
13825
13826 2001-06-23  The LyX Project  <jug@sad.it>
13827
13828         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13829         rewritten to discard all double spaces when KeepEmpty is off
13830         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13831         to only handle newlines but not fiddle with spaces and friends.
13832
13833         * lyxfunc.C (MenuNew): when doing 'new from template', use
13834         template_path as default directory
13835
13836 2001-06-23  The LyX Project  <Asger>
13837
13838         * Clean-up of header file includes all over
13839         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13840
13841 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13842
13843         * paragraph.h: renamed from lyxparagraph.h
13844
13845 2001-06-23  Asger  <lyx@violet.home.sad.it>
13846
13847         * Buffer.h: Removed Buffer::resize
13848         * BufferList.h: Removed BufferList::resize
13849         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13850         the document lazily when we change the width, or the font settings.
13851
13852 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13853
13854         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13855
13856 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13857
13858         * buffer.h: remove out of date comment
13859
13860 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13861
13862         * lyxscreen.h:
13863         * screen.C: fix "theoretical" GC leak
13864
13865 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13866
13867         * LaTeX.C (scanAuxFile):
13868         (deplog): remove trailing \r when reading stream (useful under
13869         win32)
13870
13871 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13872
13873         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13874         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13875         and BufferView::theLockingInset(Inset*), so should use them and not
13876         access bv_->text->the_locking_inset directly.
13877
13878         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13879
13880 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13881
13882         * Makefile.am:
13883         * tex-defs.h: remove old unused file
13884
13885 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13886
13887         * BufferView_pimpl.C: fix typo, remove minibuffer message
13888           when buffer has loaded
13889
13890 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13891
13892         * lyxfunc.C (Dispatch): use stringstream
13893         (MenuNew): use stringstream
13894         (Open): use stringstream
13895
13896         * importer.C (Import): use stringstream
13897
13898         * bufferview_funcs.C (CurrentState): use stringstream
13899
13900         * LaTeX.C (run): use stringstream
13901
13902         * BufferView_pimpl.C (savePosition): use stringstream
13903         (restorePosition): use stringstream
13904         (MenuInsertLyXFile): use stringstream
13905
13906 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13907
13908         * BufferView.C:
13909         * Bullet.C:
13910         * ColorHandler.C:
13911         * FontInfo.C:
13912         * FontLoader.C:
13913         * LColor.C:
13914         * LaTeXFeatures.C:
13915         * Painter.C:
13916         * gettext.C:
13917         * lyx_gui_misc.C:
13918         * lyxserver.C:
13919         * vspace.C: removed // -*- C++ -*- as first line.
13920
13921         * lyxfind.h:
13922         * version.h: added // -*- C++ -*- as first line.
13923
13924 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13925
13926         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13927
13928         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13929         of string
13930
13931 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13932
13933         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13934         of floats.
13935
13936 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13937
13938         * gettext.C: include LString.h even when --disable-nls is on.
13939
13940 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13941
13942         * converter.h (Get): changed argument type from int to
13943         FormatList::size_type to avoid unnecessary conversion.
13944
13945         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13946         before using it.
13947
13948 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13949
13950         * gettext.h: include LString.h even when --disable-nls is on.
13951
13952 2001-06-07  Juergen Vigna  <jug@sad.it>
13953
13954         * text.C (BreakAgain): subst spaces with tabs.
13955
13956         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13957         (resizeInsetsLyXText): set force on resizeLyXText.
13958
13959 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13960
13961         * gettext.h (gettext_init):
13962         (locale_init): use a real definition instead of a macro
13963
13964 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13965
13966         * Bufferview_pimpl.C:
13967         * LColor.h:
13968         * LColor.C: further lcolor tidies
13969
13970 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13971
13972         * BufferView_pimpl.C (updateScrollbar): simplify.
13973
13974         * BufferView2.C: don't include insets/insetinfo.h, change
13975         prototype for insertInset and call the Pimpl version. let
13976         updateInset call Pimpl version.
13977
13978         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13979         gotoInset to BufferView::Pimpl
13980
13981 2001-06-01  Juergen Vigna  <jug@sad.it>
13982
13983         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13984         inside a LockingInset (is the update needed at all?).
13985
13986 2001-05-31  Juergen Vigna  <jug@sad.it>
13987
13988         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13989         here not the old one otherwise how should we compare it afterwards
13990         if it's the same!
13991
13992 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13993
13994         * lyxfont.C:
13995         * tabular.C:
13996         * tabular-old.C:
13997         * FontInfo.C: bring C functions into global namespace when
13998         necessary
13999
14000 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14001
14002         * LString.h: make sure config.h has been loaded before LString.h.
14003
14004         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14005         (one for each char read by EatLine!).
14006
14007         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14008         variables.
14009
14010 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14011
14012         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14013         to the same as the par we break from
14014
14015 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14016
14017         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14018
14019         * MenuBackend.C (expand): also create menu entries for wide
14020         versions of the floats.
14021
14022         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14023
14024         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14025
14026         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14027         frontends/Makefile.am
14028
14029         * text2.C: adjust
14030         * text.C: adjust
14031
14032
14033         * tabular.C (getTokenValue): add std::
14034
14035         * tabular-old.C (getTokenValue): add std::
14036         (getTokenValue): ditto
14037         (getTokenValue): ditto
14038
14039         * screen.C (ToggleSelection): adjust
14040
14041         * lyxtext.h: put selection cursors inside a Selection struct.
14042
14043         * lyxfunc.C (moveCursorUpdate): adjust
14044
14045         * lyxfont.C (latexWriteStartChanges): add std::
14046
14047         * lyxfind.C: adjust
14048
14049         * font.h: delete with(char const *, LyXFont const &)
14050
14051         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14052
14053         * FontInfo.C (getFontname): add std::
14054
14055         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14056         (workAreaButtonPress): adjust
14057         (tripleClick): adjust
14058         (update): adjust
14059         (moveCursorUpdate): adjust
14060         (Dispatch): adjust
14061
14062         * BufferView2.C (gotoInset): adjust
14063
14064 2001-05-30  Juergen Vigna  <jug@sad.it>
14065
14066         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14067         to check pspell I add this as default as I now have new pspell
14068         libraries and they seem to use this.
14069
14070 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14071
14072         * text2.C (CutSelection): make the cursor valid before the call to
14073         ClearSelection.
14074
14075 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14076
14077         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14078         relied on 0 terminated strings and other horrors. Bug found due to
14079         the new assert in lyxstring!
14080
14081         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14082         KP_ keys.
14083
14084 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14085
14086         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14087         to latinkeys.bind.
14088
14089         * lyxfunc.C (processKeySym): change method of getting to the
14090         self-insert char.
14091
14092         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14093         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14094         * BufferView_pimpl.[Ch]: here as private methods.
14095
14096 2001-05-28  Juergen Vigna  <jug@sad.it>
14097
14098         * text.C (SetHeightOfRow): added the update() call again as it is
14099         needed to initialize inset dimensions!
14100
14101 2001-05-16  Juergen Vigna  <jug@sad.it>
14102
14103         * text2.C (SetCharFont): Add new function with BufferView * and
14104         bool toggleall parameters for setting insets internal fonts.
14105         (SetFont): Freeze the undo as we may change fonts in Insets and
14106         all this change should be inside only one Undo!
14107
14108         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14109         setting font's in insets as for them we have the SetFont function!
14110
14111 2001-05-15  Juergen Vigna  <jug@sad.it>
14112
14113         * text2.C (ClearSelection): to be sure we REALLY don't have any
14114         selection anymore!
14115
14116         * tabular.C (TeXCellPreamble): fixed the left border problem for
14117         multicolumn cells.
14118
14119 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14120
14121         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14122         dependancy file
14123
14124 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14125
14126         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14127         LFUN_BREAKPARAGRAPH.
14128
14129         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14130         help test to "internal only", similar for LFUN_INSERT_URL
14131
14132         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14133         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14134         auto_region_delete and deadkeys.
14135
14136 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14137
14138         * LColor.h:
14139         * LColor.C: remove some dead entries, tidy a little
14140
14141 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14142
14143         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14144         commented code.
14145         (Dispatch): implement LFUN_ESCAPE
14146
14147         * commandtags.h: add LFUN_ESCAPE
14148
14149         * LyXAction.C (init): add entry for LFUN_ESCAPE
14150
14151         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14152         Remove commented code.
14153         (insertNote): moved here
14154         (open_new_inset): moved here
14155
14156         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14157         BufferView_pimpl
14158
14159 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14160
14161         * kbmap.C (findbinding): clean it up and make it work correctly.
14162
14163         * lyx_main.C (init): do not pass argc and argv as parameters
14164
14165 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14166
14167         * buffer.C: fix path for OS/2 & Win32
14168
14169         * lyx_gui.C:
14170         * lyx_main:
14171         * lyx_main.C: Added os:: class.
14172
14173         * os2_defines.h: update
14174
14175 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14176
14177         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14178         better by trying again with reduced state.
14179
14180 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14181
14182         * lyxrc.C (read): print error about invalid key sequence only when
14183         debugging (because not all latinX keysyms are known to some X
14184         servers)
14185
14186         * kbsequence.C (getiso): add a few std:: qualifiers
14187         (getiso): comment out extra return statement.
14188
14189 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14190
14191         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14192         handling.
14193         (Dispatch): enhance the accent inset a bit. (not perfect)
14194
14195 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14196
14197         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14198
14199 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14200
14201         * bufferlist.C (emergencyWrite): fix assert() call
14202
14203 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14204
14205         * text.C (InsertChar): Added trivial patch to only send the "you
14206         can not do multiple spaces this way" message once during a
14207         session.
14208
14209 2001-05-08  Baruch Even  <baruch@lyx.org>
14210
14211         * Makefile.am: Changed order of libraries to get LyX to link properly
14212         with the gnome frontend.
14213
14214 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14215
14216         * LaTeXFeatures.h: add a std:: qualifier
14217
14218 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14219
14220         * paragraph.C (String): use stringstream
14221
14222 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14223
14224         * paragraph.C (writeFile): remove footflag arg
14225
14226         * buffer.C (makeLaTeXFile): use stringstream
14227         (latexParagraphs): remove footnot gurba
14228
14229         * LaTeXFeatures.C (getPackages): use stringstream
14230         (getMacros): likewise
14231         (getTClassPreamble): likewise
14232         (getFloatDefinitions): new method
14233
14234         * paragraph.C (writeFile): reindent
14235         (Erase): reindent
14236
14237         * WorkArea.h: revert the xpos + etc changes.
14238
14239         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14240
14241         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14242
14243         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14244         (pasteSelection): likewise
14245         * text2.C (CreateUndo): likewise
14246
14247 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14248
14249         * minibuffer.C (peek_event): temporarily reduce the functionality
14250         of the minibuffer (to allow args on lfuns)
14251
14252         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14253         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14254
14255         * buffer.C (readInset): add compability reading of old float
14256         lists, add reading of new style float list.
14257         (readInset): avoid reevaluation of inscmd.getCmdName()
14258         (getLists): reindent
14259
14260         * MenuBackend.C (MenuItem): implement parsing of
14261         md_floatlistinsert and md_floatinsert.
14262         (expand::LastFiles): move initalizaton of iterators out of loop,
14263         avoid reevaluation.
14264         (expand::Documents): introduce typdedef vector<string> Strings,
14265         and use it.
14266         (expand::ExportFormats): introduce typedef vector<Format const *>
14267         Formats, and use it.
14268         (expand): implement FloatListInsert and FloatInsert.
14269
14270         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14271         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14272         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14273
14274         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14275         handling.
14276         (Dispatch::LFUN_FLOAT_LIST): implement
14277
14278 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14279
14280         * LaTeX.C (run): Fix problem with --export code.
14281
14282 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14283
14284         * BufferView.[Ch] (workarea): removed.
14285         (getClipboard) new method; wrapper for workarea()->getClipboard()
14286
14287         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14288         bug.
14289
14290         * WorkArea.h (width, height, xpos, ypos): These methods all
14291         returned the dimensions of the work_area sub-area of WorkArea,
14292         resulting in a position error if the WorkArea were resized. Now
14293         return the dimensions of the entire WorkArea.
14294
14295         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14296
14297 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14298
14299         * LaTeX.C (deplog): correct the syntax of regex reg1
14300
14301 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14302
14303         * undo.C: remove !NEW_INSETS cruft
14304
14305 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14306
14307         * text2.C: remove !NEW_INSETS cruft
14308
14309         * text.C: remove !NEW_INSETS cruft
14310
14311         * tabular.C: remove !NEW_INSETS cruft
14312
14313         * spellchecker.C: remove !NEW_INSETS cruft
14314
14315         * lyxtext.h: remove !NEW_INSETS cruft
14316
14317         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14318
14319         * lyxfunc.C: remove !NEW_INSETS cruft
14320
14321         * lyxfind.C: remove !NEW_INSETS cruft
14322
14323         * lyx_cb.C: remove !NEW_INSETS cruft
14324
14325         * figureForm.C: remove  !NEW_INSETS cruft
14326
14327         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14328
14329         * buffer.[Ch]: remove !NEW_INSETS cruft
14330
14331         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14332
14333         * CutAndPaste.C: remove !NEW_INSETS cruft
14334
14335         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14336
14337         * BufferView2.C: remove !NEW_INSETS cruft
14338
14339         * BufferView.h: remove !NEW_INSETS cruft
14340
14341 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14342
14343         * Lsstream.h: include LString.h before the sstream headers to
14344         fix problem with gcc 2.95.3 and lyxstring
14345
14346 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14347
14348         * lyx_main.C: add using directives when needed for C functions
14349         declared in std:: namespace.
14350
14351 2001-04-27  Juergen Vigna  <jug@sad.it>
14352
14353         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14354         (SetHeightOfRow): comment out the update call should not be needed!
14355
14356 2001-04-13  Juergen Vigna  <jug@sad.it>
14357
14358         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14359         (LyXTabular): tried to minimize operator= operations (and realized
14360         hopfully Lars wish).
14361
14362 2001-04-27  Juergen Vigna  <jug@sad.it>
14363
14364         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14365
14366 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14367
14368         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14369
14370         * buffer.C (readInset): hack to make listof algorithm work
14371
14372         * BufferView_pimpl.C: hack to make listof algorithm work
14373
14374 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14375
14376         * LyXAction.C: removed all !NEW_INSETS cruft
14377         (init): moved lfun_item in method
14378
14379         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14380
14381 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14382
14383         * BufferView2.C (theLockingInset): white space.
14384
14385 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14386
14387         * minibuffer.C: include <iostream>
14388
14389         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14390
14391         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14392
14393         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14394
14395         * text.[Ch] (TransposeChars): new method
14396
14397 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14398
14399         * call message directly through LyXView instead of through LyXFunc
14400         * BufferView2.C: adjust
14401         * BufferView_pimpl.C: adjust
14402         * FontLoader.C: adjust
14403         * buffer.C: adjust
14404         * bufferview_funcs.C: adjust
14405         * converter.C: adjust
14406         * figureForm.C: adjust
14407         * importer.C: adjust
14408         * lyx_cb.C: adjust
14409         * lyx_gui_misc.C: adjust
14410         * lyxfunc.C: adjust
14411         * lyxvc.C: adjust
14412         * text2.C: adjust
14413         + more files in subdirs
14414
14415         * lyxparagraph.h (size): move up int file
14416         (GetLayout): ditto
14417
14418         * adjust all uses of Assert to lyx::Assert.
14419
14420         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14421         lyxfunctional in namespace lyx
14422         * layout.C (hasLayout): ditto
14423         (GetLayout): ditto
14424         (GetLayout): ditto
14425         (delete_layout): ditto
14426         (NumberOfClass): ditto
14427         * converter.C (GetFormat): ditto
14428         (GetNumber): ditto
14429         (Add): ditto
14430         (Delete): ditto
14431         (SetViewer): ditto
14432         * bufferlist.C (getFileNames): ditto
14433         (emergencyWriteAll): ditto
14434         (exists): ditto
14435         (getBuffer): ditto
14436         * MenuBackend.C (hasSubmenu): ditto
14437         (hasMenu): ditto
14438         (getMenu): ditto
14439         * BufferView_pimpl.C (getInsetByCode): ditto
14440
14441 2001-04-18  Juergen Vigna  <jug@sad.it>
14442
14443         * vspace.C (asLatexString): fixed the 100% problem.
14444
14445 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14446
14447         * lyxfunc.C (Dispatch):
14448         * minibuffer.C:
14449         * minibuffer.h: add a few std:: qualifiers
14450
14451 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14452
14453         * minibuffer.[Ch]: reimplement so that commands is initiated and
14454         run from lyxfunc, simplified som handling, and made the completion
14455         and history code for complete. wip.
14456
14457         * lyxfunc.C (processKeySym): call message
14458         (miniDispatch): new temporary method
14459         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14460         (LFUN_MESSAGE): implement
14461         (LFUN_MESSAGE_PUSH): implement
14462         (LFUN_MESSAGE_POP): implement
14463         (initMiniBuffer): the initial/defualt minibuffer message.
14464
14465         * lyxfont.[Ch]: inline some more getters
14466
14467         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14468
14469         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14470
14471         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14472         (AutoSave): use LFUN_MESSAGE
14473         (Reconfigure): ditto
14474
14475         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14476
14477         * figureForm.C: use LFUN_MESSAGE
14478
14479         * converter.C (runLaTeX): use LFUN_MESSAGE
14480
14481         * bufferview_funcs.C: use LFUN_MESSAGE
14482         (Melt): ditto
14483         (changeDepth): ditto
14484
14485         * bufferparams.h: use boost::
14486
14487         * bufferlist.h: inherit privately from noncopyable
14488
14489         * bufferlist.C (loadLyXFile): remove some commented code.
14490
14491         * buffer.C (runChktex): use LFUN_MESSAGE
14492
14493         * ShareContainer.h: inherit privately from noncopyable
14494
14495         * ParagraphParameters.[hC] (depth): inline it.
14496
14497         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14498         methods.
14499         (message): new method
14500         (messagePush): ditto
14501         (messagePop): ditto
14502         (show): init minibuffer
14503         (showState): direct call
14504
14505         * LaTeX.[Ch]: inherit privately from noncopyable
14506         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14507         instead of WriteStatus.
14508
14509         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14510
14511         * BufferView_pimpl.C (buffer): don't init minibuffer
14512         (workAreaButtonPress): use LFUN_MESSAGE
14513         (workAreaButtonRelease): ditto
14514         (savePosition): ditto
14515         (restorePosition): ditto
14516         (MenuInsertLyXFile): ditto
14517         (workAreaExpose): don't init minibuffer
14518         (update): remove commented code, simplify
14519
14520         * BufferView2.C (openStuff): use LFUN_MESSAGE
14521         (toggleFloat): ditto
14522         (menuUndo): ditto
14523         (menuRedo): ditto
14524         (copyEnvironment): ditto
14525         (pasteEnvironment): ditto
14526         (copy): ditto
14527         (cut): ditto
14528         (paste): ditto
14529         (gotoInset): ditto
14530         (updateInset): remove some commented code
14531
14532         * lastfiles.h: inherit privately from noncopyable
14533         * layout.h: ditto
14534         * lyx_gui.h: ditto
14535         * lyx_main.h: ditto
14536         * lyxlex.h: ditto
14537         * lyxlex_pimpl.h: ditto
14538
14539         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14540         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14541         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14542
14543         * LyXAction.h: inherit privately from noncopyable, add methods
14544         func_begin, func_end, returning iterators to the func map.
14545
14546         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14547         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14548         (func_begin): new method
14549         (func_end): new method
14550
14551         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14552         and not)
14553         (copySelection): ditto
14554         (pasteSelection): ditto
14555
14556         * BufferView.C: whitespace change
14557         * BufferView.h: inherit privately from noncopyable
14558
14559 2001-04-16  Allan Rae  <rae@lyx.org>
14560
14561         * tabular-old.C (l_getline):
14562         * spellchecker.C (sc_check_word):
14563         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14564         an unrecognised preprocessor directive.  So ensure they're wrapped.
14565
14566 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14567
14568         * src/exporter.C (Export): Give an error message when path to file
14569         contains spaces.
14570
14571 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14572
14573         * LaTeX.C (deplog): Always check that foundfile exists.
14574
14575 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14576
14577         * lyx_main.h:
14578         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14579
14580 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14581
14582         * tabular.[Ch] (getLabelList): implement new method
14583
14584         * minibuffer.h: comment ouf setTiimer
14585
14586         * minibuffer.C (ExecutingCB): constify res
14587         (peek_event): constify s
14588         (Set): constify ntext
14589         (Init): constify nicename
14590
14591         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14592
14593         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14594         (savePosition): use two params to Minibuffer::Set
14595         (restorePosition): ditto
14596
14597 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14598
14599         * lyx_main.C: include language.h
14600
14601         * Makefile.am (lyx_main.o): add language.h
14602
14603 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14604
14605         * exporter.C:
14606         * paragraph.C:
14607         * screen.C:
14608         * tabular.C:
14609         * CutAndPaste.C: include gettext.h
14610
14611         * lyxfont.h: remove old hack with ON and OFF.
14612
14613         * lyxparagraph.h:
14614         * lyxfont.h: do not include language.h...
14615
14616         * BufferView2.C:
14617         * LaTeXFeatures.C:
14618         * Painter.C:
14619         * bufferview_funcs.C:
14620         * font.C:
14621         * lyxfont.C:
14622         * text.C:
14623         * text2.C:
14624         * trans_mgr.C:
14625         * paragraph.C: ... but do it here instead
14626
14627 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14628
14629         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14630
14631         * tabular.C: small reformat
14632
14633         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14634         NEW_INSETS version
14635         (GetChar): ditto
14636         (BreakParagraph): ditto
14637         (SetOnlyLayout): ditto
14638         (SetLayout): ditto
14639
14640         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14641         with one arg less.
14642
14643         * lastfiles.C: removed most using decl, add std:: where needed
14644
14645         * buffer.C: ws changes
14646
14647         * MenuBackend.C (class compare_format): put into anon namespace
14648         (expand): constify label, names, action, action2
14649         (expand):
14650
14651         * text.C (SingleWidth): constify font
14652         (IsBoundary): constify rtl2
14653         (GetVisibleRow): constify ww
14654
14655         * LaTeX.C (deplog): constify logfile
14656
14657         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14658         start_x, end_x
14659         (workAreaExpose): constify widthChange, heightChange
14660
14661         * lyxrow.C (par): moved
14662         (height): moved
14663         (next): moved
14664         * lyxrow.h: as inlines here
14665
14666         * lyxfont.h (shape): moved from lyxfont.C
14667         (emph): moved from lyxfont.C
14668
14669         * lyxfont.C (LyXFont): use initialization list for all
14670         constructors
14671         (shape): move to lyxfont.h as inline
14672         (emph): move to lyxfont.h as inline
14673
14674
14675 2001-04-04  Juergen Vigna  <jug@sad.it>
14676
14677         * vspace.C: had to include stdio.h for use of sscanf
14678
14679 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14680
14681         * BufferView.h:
14682         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14683         independent of xforms.
14684
14685 2001-04-02  Juergen Vigna  <jug@sad.it>
14686
14687         * spellchecker.C: fixed namespace placing!
14688
14689 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14690
14691         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14692         the LyXParagraph * is 0.
14693
14694 2001-03-29  Juergen Vigna  <jug@sad.it>
14695
14696         * vspace.C: added support for %, c%, p%, l%.
14697         (stringFromUnit): added helper function.
14698         (asLatexString): changed to give right results for the %-values.
14699
14700         * buffer.C: convert the widthp in a width%.
14701
14702 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14703
14704         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14705         figureForm.[Ch].
14706
14707         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14708         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14709
14710         * lyx_cb.[Ch]: see above.
14711
14712         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14713         form1.[Ch].
14714
14715         * form1.[Ch]:
14716         * lyx.[Ch]: replaced by figure_form.[Ch].
14717
14718         * lyx_gui.C:
14719         * lyx_gui_misc.C:
14720         * lyxfunc.C: changed headers associated with above changes.
14721
14722 2001-03-27  Juergen Vigna  <jug@sad.it>
14723
14724         * BufferView_pimpl.C: set the temporary cursor right!
14725
14726 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14727
14728         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14729
14730 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14731
14732         * LString.h: removed "using std::getline"!
14733
14734         * BufferView_pimpl.C (Dispatch): changes due to changes in
14735         InsetInclude::Params.
14736
14737         * buffer.C (tag_name): removed redundant break statements as they were
14738         producing lots of warnings with my compiler.
14739
14740 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14741
14742         * LString.h: add "using std::getline" when using the real <string>.
14743
14744 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14745
14746         * buffer.C: removed bitset usage.
14747         PAR_TAG moved to an anonymous name space.
14748         (tag_name): new funtion, also in the anonymous namespace.
14749         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14750         (makeDocBookFile): clean code. Completed transition from string arrays
14751         to string vectors.
14752         (SimpleDocBookOnePar): code clean.
14753
14754 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14755
14756         * tabular.C: add some comments.
14757
14758 2001-03-22  Juergen Vigna  <jug@sad.it>
14759
14760         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14761         compatibility read a bit and fixed bug with minipage in different
14762         depth.
14763
14764 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14765
14766         * buffer.C (pop_tag): removed.
14767         (push_tag): removed.
14768         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14769         array replaced with vector. Added support for CDATA sections.
14770         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14771         at any nest level.
14772         (makeDocBookFile): XML conformant declaration of CDATA section,
14773         fixed bug related to <emphasis> in the first paragraph char.
14774         (sgmlOpenTag): exclude empty tags.
14775         (sgmlCloseTag): ditto.
14776
14777         * buffer.h (pop_tag): removed.
14778         (push_tag): removed.
14779
14780 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14781
14782         * language.h (Languages): added size_type and size().
14783
14784 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14785
14786         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14787         response on compability reading of minipages. One probliem is that
14788         the old usage of minipages was «flertydig»
14789
14790         * several files here and in subdirs: don't use static at file
14791         scope use anon namespaces instead.
14792
14793 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14794
14795         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14796         LaTeX output. This is necessary for Literate document
14797         processing.
14798
14799 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14800
14801         * buffer.C: insert hfill when needed.
14802
14803         * tabular.C (l_getline): use string::erase, small whitespace change.
14804
14805         * BufferView_pimpl.C: try the anon namespace.
14806         * WorkArea.C: ditto
14807
14808 2001-03-16  Juergen Vigna  <jug@sad.it>
14809
14810         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14811         otherwise it won't open options-dialogs.
14812
14813         * buffer.C: honor pextraWidth(p) on converting minipages.
14814
14815         * tabular.C (l_getline): changed the functions to strip trailing \r.
14816
14817 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14818
14819         * BufferView_pimpl.C:
14820         * minibuffer..C: added "using SigC::slot" declaration.
14821
14822 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14823
14824         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14825
14826         * text2.C: ditto
14827
14828         * text.C: ditto
14829
14830         * paragraph.C: ditto
14831
14832         * lyxtext.h: NO_PEXTRA
14833
14834         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14835
14836         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14837         * ParameterStruct.h: ditto
14838         * ParagraphParameters.h: ditto
14839         * lyxparagraph.h: ditto
14840
14841 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14842
14843         * buffer.C: add compability for minipage alignment.
14844         (latexParagraphs): remove unwanted pextra check.
14845
14846         * several files: remove CXX_WORKING_NAMESPACES
14847
14848         * buffer.C (pop_tag): tie is in namespace boost
14849
14850         * BufferView.h: noncopyable is in namespace boost
14851         * lyxlex.h: ditto
14852         * lyx_main.h: ditto
14853         * lyx_gui.h: ditto
14854         * layout.h: ditto
14855         * lastfiles.h: ditto
14856         * bufferlist.h: ditto
14857         * ShareContainer.h: ditto
14858         * LyXView.h: ditto
14859         * LyXAction.h: ditto
14860         * LaTeX.h: ditto
14861
14862 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14863
14864         * Merging changes from BRANCH_MVC back into HEAD.
14865
14866         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14867
14868 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14869
14870         * BufferView_pimpl.C: change from intl.C
14871
14872         * combox.h:
14873         * combox.C:
14874         * Makefile.am: move combox.*
14875
14876         * form1.h:
14877         * form1.C:
14878         * lyx_gui.C:
14879         * intl.h:
14880         * intl.C: remove dialog (covered by prefs)
14881
14882 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14883
14884         * lyxfunc.C (Dispatch): removed redundant break statement.
14885
14886 2001-03-14  Juergen Vigna  <jug@sad.it>
14887
14888         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14889
14890 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14891
14892         * buffer.C: add hack to fix compability reading of minipages.
14893
14894 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14895
14896         * buffer.C (getLists): Cleanup.
14897
14898 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14899
14900         * lyxfont.C (update): don't honor toggleall on font size.
14901
14902 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14903
14904         * bmtable.c:
14905         * bmtable.h:
14906         * Makefile.am: moved to frontends/xforms/
14907
14908         * lyx_gui_misc.C:
14909         * lyxfunc.C:
14910         * BufferView_pimpl.C: changes for moved mathpanel
14911
14912 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14913
14914         * gettext.h: fix gettext_init() in --disable-nls
14915
14916 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14917
14918         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14919
14920 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14921
14922         * lyx.C:
14923         * lyx.h: strip external form
14924
14925 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14926
14927         * BufferView_pimpl.C: add comment, destroySplash()
14928
14929 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14930
14931         * BufferView_pimpl.C:
14932         * LyXAction.C:
14933         * buffer.C:
14934         * commandtags.h:
14935         * lyxfunc.C: use re-worked insetinclude
14936
14937 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14938
14939         * buffer.C: add using std::stringstream.
14940
14941         * lyx_cb.C: readd using std::ios.
14942
14943         * buffer.C: add using std::map.
14944
14945         * BufferView_pimpl.C: add using std::vector.
14946
14947         * ShareContainer.h: add std:: to swap.
14948
14949         * buffer.h: add some typedefs
14950         * buffer.C (getLists): use them
14951         (getLists): renamed from getTocList.
14952         add a counter for the different float types and use it in the
14953         generated string.
14954         (getLists): use the same counter for the NEW_INSETS and the "non"
14955         NEW_INSETS
14956
14957         * lyx_cb.h: remove unused items, includes, using etc.
14958
14959         * ShareContainer.h: remove some commented code, add more comments
14960         and "documentation".
14961
14962 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14963
14964         * buffer.C (getTocList): make the list also when NEW_INSETS is
14965         defined.
14966
14967         * buffer.h: remove TocType
14968
14969         * buffer.C (getTocList): change to return a map<string,
14970         vector<TocItem> >, implement for dynamic number of list.
14971
14972         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14973         * text2.C (PasteSelection): adjust
14974         * CutAndPaste.C (pasteSelection): adjust
14975
14976         * FloatList.C (FloatList): update from the new_insets branch.
14977         * Floating.[Ch]: ditto
14978         * LaTeXFeatures.C: ditto
14979         * buffer.C: ditto
14980         * lyxlex_pimpl.C: ditto
14981
14982         * paragraph.C (Last): remove when NEW_INSETS is defined.
14983
14984         * other file: changes because of the above.
14985
14986 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14987
14988         * lyxparagraph.h: rename next to next_, previous to previous_,
14989         make them private for NEW_INSETS. Rename Next() to next(),
14990         Previous() to previous().
14991
14992         * other files: changes because of the above.
14993
14994 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14995
14996         * BufferView.h:
14997         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14998         problem.
14999
15000 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15001
15002         * main.C (main): pass lyx_localedir to gettext_init().
15003
15004         * gettext.h: remove locale_init and gettext_init macros
15005
15006         * gettext.C (locale_init): new function
15007         (gettext_init): new function
15008
15009         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15010         setlocale().
15011
15012 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15013
15014         * Moved credits to frontends:
15015         * credits.[Ch]: removed
15016         * credits_form.[Ch]: removed
15017         * lyx_gui_misc.C: remove credits stuff
15018         * Makefile.am:
15019
15020 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15021
15022         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15023
15024         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15025         unneeded destructor.
15026
15027         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15028         a standalone pointer again.
15029
15030         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15031
15032 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15033
15034         * Makefile.am:
15035         * filedlg.h:
15036         * filedlg.C:
15037         * LyXAction.C:
15038         * ToolbarDefaults.C:
15039         * bufferlist.C:
15040         * commandtags.h:
15041         * form1.C:
15042         * form1.h:
15043         * lyx_cb.C:
15044         * lyx_cb.h:
15045         * lyxfunc.h:
15046         * lyxfunc.C:
15047         * BufferView_pimpl.C: use new file dialog in GUII
15048
15049         * lyx_cb.h:
15050         * lyx_cb.C: remove LayoutsCB to Toolbar
15051
15052 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15053
15054         * ShareContainer.h (get): add std:: qualifier
15055
15056 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15057
15058         * ShareContainer.h: define a proper ShareContainer::value_type
15059         type (and use typename to please compaq cxx)
15060
15061 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15062
15063         * lyxparagraph.h: move serveral local vars to
15064         ParameterStruct/ParagraphParameters., use ShareContainer in
15065         FontTable., make vars in FontTable private and add getter and
15066         setter.
15067
15068         * paragraph.C: changes because of the above.
15069
15070         * lyxfont.h: remove copy constructor and copy assignment. (the
15071         default ones is ok), move number inside FontBits. move inlines to
15072         lyxfont.C
15073
15074         * lyxfont.C: add number to initializaton of statics, move several
15075         inlines here. constify several local vars. some whitespace
15076         cleanup. Dont hide outerscope variables.
15077
15078         * Spacing.h: add two new constructors to match the set methods.
15079
15080         * ShareContainer.h: new file, will perhaps be moved to support
15081
15082         * ParameterStruct.h: new file
15083
15084         * ParagraphParameters.h: new file
15085
15086         * ParagraphParameters.C: new file
15087
15088         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15089         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15090
15091         * BufferView_pimpl.C: ParagraphParameter changes.
15092         * buffer.C: Likewise.
15093         * bufferview_funcs.C: Likewise.
15094         * text.C: Likewise.
15095         * text2.C: Likewise.
15096
15097 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15098
15099         * lyxfind.C (LyXReplace): do not redefine default argument in
15100         implementation.
15101         (IsStringInText): ditto
15102         (SearchForward): ditto
15103         (SearchBackward): ditto
15104
15105 2001-03-06  Juergen Vigna  <jug@sad.it>
15106
15107         * lyxfind.C (IsStringInText): put parentes around expressions.
15108
15109 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15110
15111         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15112
15113 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15114
15115         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15116
15117         * stl_string_fwd.h: add comment
15118
15119         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15120
15121         * tabular.h:
15122         * tabular.C: remove unused DocBook methods
15123
15124         * intl.C:
15125         * language.C:
15126         * paragraph.C:
15127         * buffer.C:
15128         killed DO_USE_DEFAULT_LANGUAGE
15129
15130 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15131
15132         * lyx_gui.C: do not include language.h.
15133
15134         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15135         arguments in function implementation.
15136
15137 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15138
15139         * BufferView_pimpl.C: add <ctime>
15140
15141 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15142
15143         * BufferView_pimpl.C: add using std::find_if
15144
15145 2001-02-27  José Matos  <jamatos@fep.up.pt>
15146
15147         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15148         by OnlyPath.
15149
15150 2001-02-11  José Matos  <jamatos@fep.up.pt>
15151
15152         * buffer.C (makeDocBookFile): command styles now have a parameter as
15153         "title" by default.
15154
15155 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15156
15157         * layout_forms.[Ch]: removed
15158         * lyx_cb.[Ch]: out character
15159         * lyx_gui.C: out character
15160         * lyx_gui_misc.C: out character
15161         * bufferview_funcs.C: : out character,
15162         added toggleall as parameter in ToggleAndShow
15163
15164 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15165
15166         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15167
15168         * text2.C (SetCurrentFont): Disable number property at boundary.
15169
15170 2001-02-26  Juergen Vigna  <jug@sad.it>
15171
15172         * lyxfunc.C (getStatus): added a string argument override function so
15173         that this is correctly called from LyXFunc::Dispatch if it contains a
15174         do_not_use_argument which is used!
15175         (Dispatch): added check for "custom" export and call appropriate func.
15176
15177 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15178
15179         * lyxrc.C: Add language_command_local, language_use_babel and
15180         language_global_options.
15181
15182         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15183
15184         * buffer.C (makeLaTeXFile): Use language_use_babel and
15185         language_global_options.
15186
15187 2001-02-23  Juergen Vigna  <jug@sad.it>
15188
15189         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15190         which works with LyXText and putted it inside BufferView. Here now we
15191         only call for that part the BufferView::Dispatch() function.
15192
15193         * BufferView.C (Dispatch): added.
15194
15195         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15196         functions which needs to use a LyXText over from LyXFunc.
15197         (MenuInsertLyXFile): added
15198         (getInsetByCode): added
15199         (moveCursorUpdate): added
15200         (static TEXT): added
15201
15202 2001-02-22  Juergen Vigna  <jug@sad.it>
15203
15204         * BufferView_pimpl.C (update): call a status update to see if LyXText
15205         needs it.
15206
15207 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15208
15209         * vc-backend.C (revert): implement for CVS
15210         (getLog): implement for CVS
15211
15212 2001-02-20  Juergen Vigna  <jug@sad.it>
15213
15214         * text2.C (ClearSelection): added BufferView param for inset_owner call
15215
15216         * lyxfunc.C (TEXT): added this function and use it instead of
15217         directly owner->view()-text of getLyXText().
15218
15219 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15220
15221         * src/layout_forms.C: out preamble
15222         * src/layout_forms.h: out preamble
15223         * src/lyx_cb.C: out preamble
15224         * src/lyx_cb.h: out preamble
15225         * src/lyx_gui.C: out preamble
15226         * src/lyx_gui_misc.C: out preamble
15227         * src/lyxfunc.C: connect with guii preamble
15228
15229 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15230
15231         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15232
15233 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15234
15235         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15236         whether to run bibtex.
15237
15238 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15239
15240         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15241
15242 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15243
15244         * Makefile.am (lyx_SOURCES): removed bibforms.h
15245
15246         * vspace.h: doxygen
15247
15248         * text.C (GetVisibleRow): make several local vars const
15249
15250         * tabular.C: small cleanup.
15251
15252         * lyxserver.C (callback): use compare instead of strncmp
15253
15254         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15255         inlines to after class or to paragraph.C
15256
15257         * lyxfont.h: remove friend operator!=
15258
15259         * converter.h: move friend bool operator< to non friend and after
15260         class def.
15261
15262         * combox.h: small cleanup
15263
15264         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15265         to inlines after class def.
15266
15267         * buffer.C (pop_tag): use string operations instead of strcmp
15268
15269         * bmtable.c: doxygen, small cleanup
15270
15271         * LaTeX.h: remove friend operator==
15272
15273 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15274
15275         * screen.C:
15276         * lyxrc.[Ch]:
15277         * lyxfunc.C:
15278         * lyxfont.[Ch]:
15279         * lyx_cb.C:
15280         * intl.[Ch]:
15281         * commandtags.h:
15282         * buffer.C:
15283         * WorkArea.[Ch]:
15284         * LyXAction.C:
15285         * BufferView_pimpl.C:
15286         * BufferView.[Ch]: remove cruft
15287
15288 2001-02-14  Juergen Vigna  <jug@sad.it>
15289
15290         * lyxfunc.C: removed #if 0 unused code
15291
15292         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15293
15294         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15295
15296         * text2.C (SetSelection): added a BufferView * parameter
15297
15298 2001-02-13  Juergen Vigna  <jug@sad.it>
15299
15300         * lyxfunc.C (Dispatch): fixed protected blank problem.
15301         * BufferView2.C (protectedBlank): added LyxText * parameter.
15302
15303         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15304         (AppendColumn): same as above for column_info.
15305
15306         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15307         (moveCursorUpdate): use a LyXText param for support of InsetText.
15308
15309         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15310         (tripleClick): ditto
15311
15312         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15313
15314         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15315
15316         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15317
15318         * text2.C (SetSelection): set correct update status if inset_owner
15319         (ToggleFree): ditto
15320
15321 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15322
15323         * tabular.C: remove some commented code.
15324
15325 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15326
15327         * BufferView_pimpl.C: call hideSplash()
15328
15329         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15330
15331         * include_form.h:
15332         * bibforms.h: remove
15333
15334         * lyxfunc.C:
15335         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15336           add LFUN_CHILD_CREATE
15337
15338         * counters.h: fix tiny typo
15339
15340         * lyx_cb.C:
15341         * lyx.h:
15342         * lyx_gui.C:
15343         * lyx.C: move splash to frontends/xforms/
15344
15345         * lyx_gui_misc.C: move Include and Bibform to frontends
15346
15347         * lyxvc.h: clarify comment
15348
15349         * vspace.C: tiny housekeeping
15350
15351 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15352
15353         * text.C (PrepareToPrint): RTL Fix.
15354
15355         * paragraph.C (GetUChar): New method.
15356         (String):  Use GetUChar.
15357
15358         * buffer.C (asciiParagraph): Use GetUChar.
15359
15360 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15361
15362         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15363
15364 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15365
15366         * buffer.h:
15367         * buffer.C: rename to getLogName(), handle
15368           build log / latex log nicely
15369
15370 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15371
15372         * MenuBackend.C:
15373         * MenuBackend.h: remove support for reference menuitem type.
15374
15375 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15376
15377         * BufferView_pimpl.C: housekeeping
15378         * BufferView_pimpl.h:
15379         * LyXView.h:
15380         * Makefile.am:
15381         * Timeout.C:
15382         * Timeout.h:
15383         * minibuffer.h: move Timeout GUI-I
15384
15385 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15386
15387         * lyxrc.C (read): Update converters data-structures.
15388
15389 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15390
15391         * LaTeX.h (operator!=): add operator != for Aux_Info
15392
15393 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15394
15395         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15396
15397         * LaTeXLog.C: deleted, useful code moved to Buffer
15398
15399         * buffer.h:
15400         * buffer.C: new function getLatexLogName()
15401
15402         * lyx_gui_misc.C:
15403         * lyx_gui.C:
15404         * lyxvc.C:
15405         * lyxvc.h:
15406         * lyxfunc.C: use frontends for LaTeX and VC logs
15407
15408 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15409
15410         * LaTeX.h: yet another std:: that Allan forgot.
15411
15412         * Variables.C (set): renamed from isset(), because this clashes
15413         with some HP-UX macros (grr).
15414
15415 2001-02-06  Allan Rae  <rae@lyx.org>
15416
15417         * LaTeX.h: Another bug fix.  Missing std:: this time.
15418
15419 2001-02-04  Allan Rae  <rae@lyx.org>
15420
15421         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15422         floats problem. I've left it commented out because it's not quite
15423         correct.  It should also test that the current object is a table or
15424         figure inset.  But I haven't gotten around to figuring out how to do
15425         that.  I *think* it'll be something like: "table" == inset.type()
15426
15427         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15428         bool.
15429
15430 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15431
15432         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15433         all the citation/databases/styles in the auxilary file.
15434         (run): Rerun latex if there was a babel language error.
15435
15436 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15437
15438         * text.C (Backspace): Preserve the font when changing newline char
15439         with a space.
15440         (BreakParagraph): If the cursor is before a space, delete the space.
15441
15442         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15443
15444 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15445
15446         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15447         new argument (code).
15448         (ChangeCitationsIfUnique): New method.
15449
15450         * paragraph.C (GetPositionOfInset): Handle bibkey.
15451
15452 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15453
15454         * BufferView_pimpl.h: change type of Position::par_pos to
15455         LyXParagraph::size_type.
15456
15457 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15458
15459         * BufferView_pimpl.C (savePosition, restorePosition): Write
15460         messages to minibuffer.
15461
15462 2001-01-28  José Matos  <jamatos@fep.up.pt>
15463
15464         * buffer.C (makeDocBookFile): adds support for document language.
15465         A silly restriction on the name of LatexCommand types where removed.
15466         Added support for CDATA sections, allows to chars unescaped, used
15467         among others in code, to avoid escape < and >.
15468
15469 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15470
15471         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15472         saved positions instrad of a stack. Furthermore, a position is
15473         stored using paragraph id/paragraph position.
15474
15475         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15476         Remove LFUN_REF_BACK.
15477
15478 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15479
15480         * converter.C (dvipdfm_options): New method.
15481
15482 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15483
15484         * vspace.C (isValidLength): Fix for empty input string.
15485
15486 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15487
15488         * LyXAction.C (init): change description of LFUN_FIGURE to
15489         "Insert Graphics"
15490
15491 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15492
15493         * LaTeX.C: add using directive
15494
15495 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15496
15497         * MenuBackend.C (expand): Fix the sorting of the formats.
15498
15499 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15500
15501         * lyx_main.C: tiny error message fix
15502
15503 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15504
15505         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15506         calling fl_initialize(). This fixes the problem with ',' as
15507         decimal separator in text files.
15508
15509 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15510
15511         * trans.C (process): Fix the keymap bug.
15512
15513 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15514
15515         * LaTeX.C (scanAuxFiles): New method. Provides support for
15516         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15517         (scanLogFile) Scan for "run BibTeX" messages.
15518
15519         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15520         OT1 font encoding. Also, load the aecompl package if the ae
15521         package is loaded.
15522
15523         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15524
15525 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15526
15527         * texrow.C (increasePos): turn two error messages into debug
15528         messages.
15529
15530 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15531
15532         * LaTeX.C (scanAux): Handle the \@input macro.
15533         (runBibTeX): Use scanAux().
15534
15535         * language.C (latex_options_): New field.
15536
15537         * LaTeXFeatures.C (getMacros): Add language macros.
15538
15539         * buffer.C (makeLaTeXFile): Small fix.
15540
15541 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15542
15543         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15544
15545         * text2.C: add a using directive.
15546
15547 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15548
15549         * BufferView2.C:
15550         * lyx_gui_misc.h:
15551         * lyxfr1.C:
15552         * lyxfunc.C: kill LyXBell.
15553
15554 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15555
15556         * text.C (IsBoundary): Remove the error message
15557
15558         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15559
15560         * lyxrc.C (setDefaults): Correct initialization value for
15561         font_norm_type.
15562
15563 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15564
15565         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15566         gotoError().
15567
15568         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15569         and GotoNextNote().
15570
15571         * src/LyXAction.C: Added reference-next.
15572
15573         * text.C (InsertChar): Use contains instead of strchr.
15574
15575         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15576
15577 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15578
15579         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15580         alignment commands (when needed).
15581
15582         * text.C (InsertChar): Add ':' to number separator chars.