]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
0e1e715b8e324a31c645f0b53dd7690820a42b63
[lyx.git] / src / ChangeLog
1 2004-05-12  Angus Leeming  <leeming@lyx.org>
2
3         * buffer.C: up LYX_FORMAT to 234.
4         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
5         use_numerical_citations with a single biblio::CiteEngine cite_engine
6         variable.
7         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
8
9 2004-05-13  José Matos  <jamatos@lyx.org>
10
11         * converter.h:
12         * converter.C (Converter, readFlags): add xml member.
13         * outputparams.h: add XML flavor.
14         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
15
16 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
17
18         * lyxfunc.C (dispatch): 
19         (getStatus): fix handling of LFUN_SEQUENCE
20
21 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
22
23         * debug.C (showLevel): do not forget the end-of-line marker
24
25 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
26
27         * kbmap.C (read): do not stop parsing a bind file when an error
28         occurs (bug 1575)
29
30 2004-04-29  Angus Leeming  <leeming@lyx.org>
31
32         * cursor.C:
33         * factory.C:
34         * pariterator.C:
35         * text2.C: wrap a bunch of #warning statements
36         inside #ifdef WITH_WARNINGS blocks.
37
38 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
39
40         * buffer.C: increment format to 233.
41
42 2004-04-28  Angus Leeming  <leeming@lyx.org>
43
44         * BufferView_pimpl.C:
45         * lyxfunc.C:
46         * text3.C:
47         s/updateToolbar()/updateToolbars()/
48         s/Toolbar.h/Toolbars.h/
49
50 2004-04-28  Angus Leeming  <leeming@lyx.org>
51
52         * BufferView.[Ch] (c-tor):
53         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
54         No longer passes these data to the WorkArea generator.
55
56 2004-04-28  Angus Leeming  <leeming@lyx.org>
57
58         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
59
60 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
61
62         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
63
64 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
65
66         * output_latex.C (TeXEnvironment): make sure that there is a line
67         break before \end{foo} for the last paragraph of a document
68         (TeXOnePar): if the paragraph is at the end of the document (or
69         inset) and the language has to be reset, then make sure that the
70         line break is _before_ the language command, not after (fixes bug
71         1225); also make sure that the language reset command is the first
72         thing after the paragraph (to ensure proper nesting of
73         environments and thus fix bug 1404)
74
75 2004-04-21  John Levon  <levon@movementarian.org>
76
77         * ToolbarBackend.h:
78         * ToolbarBackend.C: make "name" be a programmatic name
79         and a gui_name field.
80
81         * lyxfunc.C: display the minibuffer on M-x
82
83 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
84
85         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
86         (bug 1526)
87
88 2004-04-19  Angus Leeming  <leeming@lyx.org>
89
90         * BufferView_pimpl.C (setBuffer): changed preview interface.
91
92         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
93         possible values.
94
95 2004-04-19  John Levon  <levon@movementarian.org>
96
97         * BufferView_pimpl.C:
98         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
99
100 2004-04-05  Angus Leeming  <leeming@lyx.org>
101
102         * text.C (redoParagraphs): add call to updateCounters(), thereby
103         fixing the missing "Figure #:" label from the caption of a
104         figure float.
105
106 2004-04-13  Angus Leeming  <leeming@lyx.org>
107
108         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
109         cursor is clicked out of an inset.
110
111 2004-04-13  Angus Leeming  <leeming@lyx.org>
112
113         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
114         than an InsetOld one.
115
116 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
117
118         * format.[Ch]: add editor to Format
119         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
120         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
121
122 2004-04-08  André Pönitz  <poenitz@gmx.net>
123
124         * metricsinfo.h: remove PainterInfo::width member
125
126 2004-04-08  Angus Leeming  <leeming@lyx.org>
127
128         * lyx_sty.C (boldsymbol_def): modify so that it outputs
129         "\providecommand" rather than "\newcommand", thereby preventing
130         clashes with packages that define "\boldsymbol" themselves.
131         Eg, beamer.
132
133 2004-04-08  Angus Leeming  <leeming@lyx.org>
134
135         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
136         thereby squashing an unnecessary warning.
137
138 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
139
140         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
141         setBuffer()
142
143 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
144
145         * BufferView.C (setCursor): call redoParagraph (some insets could
146         have been opened)
147         (putSelectionAt): remove the 'double update' trick
148
149         * BufferView_pimpl.C (fitCursor): call refreshPar
150         (workAreaDispatch): remove an uneeded update call
151         (dispatch): remove some manual update calls
152
153         * cursor.[Ch]: remove cached_y_, updatePos
154         (selHandle): set noUpdate when appropriate
155
156         * lyxfunc.C (dispatch): track if we need an update
157
158         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
159
160         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
161         (paintSelection): cheap optimization, do not call cursorX when not
162         needed
163         (paintPars): change signature
164         (refreshPar): add
165         (paintText): adjust
166         (paintTextInset): adjust
167
168         * text.C: adjust
169
170 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
171
172         * lengthcommon.C: compilation fix: remove explicit array size from
173         unit_name[] and friends
174
175 2004-04-05  Angus Leeming  <leeming@lyx.org>
176
177         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
178
179         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
180         present only for the preferences dialog.
181         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
182
183 2004-04-05  Angus Leeming  <leeming@lyx.org>
184
185         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
186         to enable the frontends to export changes to lyxrc correctly.
187
188         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
189
190 2004-04-07  André Pönitz  <poenitz@gmx.net>
191
192         * cursor.[Ch] (selClear, adjust): remove math
193
194         * cursor_slice.C: more agressive assert
195
196         * lyxfunc.C:
197         * BufferView_pimpl.C: rework mouse event dispatch
198
199         * dociterator.C:
200         * paragraph.C:
201         * text2.C:
202         * text3.C: adjust
203
204 2004-04-05  André Pönitz  <poenitz@gmx.net>
205
206         * cursor.[Ch] (valign, halign...): remove unneeded functions
207
208 2004-04-05  Angus Leeming  <leeming@lyx.org>
209
210         * lyxlength.[Ch] (unit_name et al.): const-correct.
211
212 2004-04-05  Angus Leeming  <leeming@lyx.org>
213
214         * BufferView_pimpl.C:
215         * buffer.C:
216         * counters.C:
217         * cursor.C:
218         * lyxfunc.C
219         * paragraph.C:
220         * pariterator.C:
221         * text.C:
222         * text2.C:
223         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
224
225 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
226
227         * text3.C (getStatus): add LFUN_BEGINNINGBUF
228
229 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
230
231         * lyxfind.C: add a couple of inTexted() tests + other small fixes
232         * BufferView_pimpl.[Ch] (getStatus)
233         * BufferView.[Ch] (getStatus): add
234         * lyxfunc.C (getStatus): move lfuns handled in
235         BufferView::dispatch to te function above
236         * Cursor.C (setSelection): set selection() = true
237
238 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
239
240         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
241
242 2004-03-31  Angus Leeming  <leeming@lyx.org>
243
244         * lyxfunc.C (dispatch): Fall through to the generic
245         Dialogs::show("preamble").
246
247 2004-03-31  Angus Leeming  <leeming@lyx.org>
248
249         * lyxfunc.C (dispatch): Fall through to the generic
250         Dialogs::show("spellchecker").
251
252 2004-03-31  Angus Leeming  <leeming@lyx.org>
253
254         * lyxfunc.C (getStatus, dispatch): changed invocation of the
255         preferences dialog.
256
257 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
258
259         * BufferView.C
260         * cursor.[Ch]
261         * dociterator.[Ch]:
262         * insetiterator.[Ch]:
263         * lyxfind.C:
264         * lyxfunc.C:
265         * pariterator.[Ch]:
266         * text2.C:
267         * undo.[Ch]: s/DocumentIterator/DocIterator/g
268
269 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
270
271         * BufferView.C (setCursor, putSelectionAt): call edit to open the
272         insets where we are putting the cursor.
273
274 2004-03-31  Angus Leeming  <leeming@lyx.org>
275
276         * lfuns.h:
277         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
278
279         * lyxrc.[Ch] (read, write): overloaded member functions taking
280         a std::[io]stream arguments.
281
282         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
283
284 2004-03-31  Angus Leeming  <leeming@lyx.org>
285
286         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
287         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
288
289         * lyxtextclass.C (load): if the text class couldn't be loaded, then
290         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
291
292 2004-03-31  Angus Leeming  <leeming@lyx.org>
293
294         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
295         the LFUN_ALL_INSETS_TOGGLE code.
296
297 2004-03-30  Angus Leeming  <leeming@lyx.org>
298
299         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
300         has died. Fall through to the generic Dialogs::show("document").
301
302 2004-03-30  Angus Leeming  <leeming@lyx.org>
303
304         * lfuns.h:
305         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
306         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
307
308         * lyxfunc.C (getStatus, dispatch): define the actions for these
309         lfuns. Little more than a cut and pste job from ControlDocument.C
310
311         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
312
313 2004-03-30  Angus Leeming  <leeming@lyx.org>
314
315         * lfuns.h:
316         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
317         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
318
319         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
320         open/closed state of ollapsable insets. Usage:
321
322         all-inset-toggle <state> <name>, where
323         <state> == "open" || "closed" || "toggle" and
324         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
325
326         * lyxtext.h, text2.C (toggleInset): removed.
327
328         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
329         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
330         now passes LFUN_INSET_TOGGLE to the found inset.
331
332         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
333         is now invoked as "all-insets-toggle toggle branch".
334
335 2004-03-30  Angus Leeming  <leeming@lyx.org>
336
337         * dociterator.C:
338         * insetiterator.C:
339         * pariterator.[Ch]: added/corrected header blurb.
340
341 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
342
343         * dociterator.[Ch]: add an inset_ member
344         (backwardPos): implemented
345         (backwardPos, forwardPos): use inset_ when the stack is empty.
346         (doc_iterator_begin, doc_iterator_end): implemented
347         * pariterator.[Ch]: adjust, add begin, end
348         * insetiterator.[Ch]: adjust, add begin, end
349         * cursor.C:
350         * document.C:
351         * BufferView.C:
352         * BufferView_pimpl.C:
353         * CutAndPaste.C: adjust
354
355 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
356
357         * buffer.C: increment file format to 232.
358         * LaTeXFeatures.C: add bibtopic package.
359         * bufferparams.[Ch]: param \use_bibtopic.
360
361         * lyxrc.[Ch]: add lyxrc bibtex_command
362         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
363
364         * buffer.C: increment file format to 231.
365
366 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
367
368         * dociterator.C: implement forwardPar
369         * iterators.[Ch]: remove, replaced by
370         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
371         * BufferView.C:
372         * BufferView_pimpl.C:
373         * CutAndPaste.C:
374         * buffer.C:
375         * bufferview_funcs.C:
376         * cursor.C:
377         * lyxfind.C
378         * lyxfunc.C
379         * paragraph_funcs.C
380         * toc.C:
381         * Makefile.am: adjust
382
383 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
384
385         * CutAndPaste.C (pasteSelection): fix 2 crashes
386         (eraseSelection): fix a crash
387         * paragraph_funcs.C: remove a warning
388
389 2004-03-28  Angus Leeming  <leeming@lyx.org>
390
391         * lfuns.h:
392         * LyXAction.C (init): new LFUN_PRINT.
393
394         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
395
396 2004-03-27  Angus Leeming  <leeming@lyx.org>
397
398         * lfuns.h:
399         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
400
401         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
402
403 2004-03-27  Angus Leeming  <leeming@lyx.org>
404
405         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
406         insetlist always contains non-null pointers to insets.
407
408 2004-03-26  Angus Leeming  <leeming@lyx.org>
409
410         * src/BufferView_pimpl.C:
411         * src/CutAndPaste.C:
412         * src/buffer.C:
413         * src/iterators.C:
414         * src/output_plaintext.C:
415         * src/outputparams.h:
416         * src/paragraph_funcs.C:
417         * src/rowpainter.C:
418         * src/text.C:
419         * src/text2.C:
420         * src/frontends/controllers/ControlErrorList.C:
421         * src/frontends/gtk/FileDialogPrivate.C:
422         * src/frontends/gtk/GPainter.C:
423         * src/frontends/gtk/GToolbar.C:
424         * src/frontends/qt2/QRef.C:
425         * src/mathed/math_scriptinset.C: squash compiler warnings.
426
427 2004-03-26  Angus Leeming  <leeming@lyx.org>
428
429         * ispell.C (LaunchIspell::start):
430         * lyx_cb.C (AutoSaveBuffer::start):
431         invoke run(DontWait) rather than runNonBlocking().
432
433 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
434
435         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
436
437 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
438
439         * kbsequence.C (print): adjust
440
441         * kbmap.C (printKeySym): rename and change signature
442         (printKey): use LyXKeySym::print()
443
444 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
445
446         * undo.C: add using std::advance to compile for stlport
447
448 2004-03-24  Angus Leeming  <leeming@lyx.org>
449
450         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
451         it leads to a crash when no buffer is present.
452
453 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
454             Martin Vermeer  <martin.vermeer@hut.fi>
455
456         * lyxfunc.C (dispatch):
457         * bufferparams.C (readToken): use the new LColor::setColor
458
459         * LColor.[Ch] (setColor): new version that takes two strings as
460         argument and creates a new color entry if necessary
461
462 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
463
464         * buffer.C (makeLaTeXFile): if the main latex file that is
465         processed is usually a subdocument of some master, then pretend
466         for a while that it is actually the master
467
468 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
469
470         * buffer.C (getLabelList):
471         (getBibkeyList): use getMasterBuffer()
472         (getMasterBuffer): new method. Returns the main document in the
473         case where one is using included documents.
474
475 2004-03-25  André Pönitz  <poenitz@gmx.net>
476
477         * Makefile.am:
478         * iterators.[Ch]:
479         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
480
481         * ParagraphList_fwd.h: change ParagraphList to a std::vector
482
483         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
484         text*.C over here. Rename namespace CutAndPaste to lyx::cap
485
486         * ParameterStruct.h: merge with ParagraphParameters
487
488         * lyxtext.h: remove LyXText::parOffset() and getPar()
489
490         * text3.C: Remove all 'manual' update calls. We do now one per user
491         interaction which is completely sufficient.
492
493         * Bidi.C:
494         * BufferView.[Ch]:
495         * BufferView_pimpl.C:
496         * FontIterator.[Ch]:
497         * MenuBackend.C:
498         * ParagraphParameters.[Ch]:
499         * buffer.C:
500         * buffer.h:
501         * bufferlist.C:
502         * cursor.[Ch]:
503         * cursor_slice.[Ch]:
504         * dociterator.[Ch]:
505         * errorlist.[Ch]:
506         * factory.C:
507         * lfuns.h:
508         * lyxfind.C:
509         * lyxfunc.C:
510         * output_docbook.[Ch]:
511         * output_latex.[Ch]:
512         * output_linuxdoc.[Ch]:
513         * output_plaintext.[Ch]:
514         * paragraph.[Ch]:
515         * paragraph_funcs.[Ch]:
516         * paragraph_pimpl.[Ch]:
517         * rowpainter.C:
518         * tabular.[Ch]:
519         * text.C:
520         * text2.C:
521         * toc.C:
522         * undo.[Ch]: adjust
523
524         * frontends/controllers/ControlDocument.C:
525         * frontends/controllers/ControlErrorList.C:
526         * frontends/controllers/ControlSpellchecker.C:
527         * insets/inset.C:
528         * insets/inset.h:
529         * insets/insetbase.h:
530         * insets/insetbibitem.C:
531         * insets/insetbox.C:
532         * insets/insetbranch.C:
533         * insets/insetcaption.C:
534         * insets/insetcharstyle.C:
535         * insets/insetcharstyle.h:
536         * insets/insetcollapsable.C:
537         * insets/insetcollapsable.h:
538         * insets/insetert.C:
539         * insets/insetfloat.C:
540         * insets/insetfoot.C:
541         * insets/insetmarginal.C:
542         * insets/insetnote.C:
543         * insets/insetoptarg.C:
544         * insets/insettabular.C:
545         * insets/insettext.C:
546         * insets/insettext.h:
547         * insets/insetwrap.C:
548         * mathed/math_mboxinset.C:
549         * mathed/math_nestinset.C:
550         * mathed/math_scriptinset.C:
551         * mathed/math_scriptinset.h:
552         * support/types.h:
553
554 2004-03-24  Angus Leeming  <leeming@lyx.org>
555
556         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
557         deal with any child processes that have finished but are waiting to
558         communicate this fact to the rest of LyX.
559
560 2004-03-24  Angus Leeming  <leeming@lyx.org>
561
562         64-bit compile fixes.
563
564         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
565         (c-tor): pass lyx::pos_types rather than ints.
566
567         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
568         lyx::pos_type.
569
570         * text.C (Delete): compile fix.
571         (getPar): ensure that function declaration is the same as that in
572         the header file.
573
574 2004-03-23  Angus Leeming  <leeming@lyx.org>
575
576         * ispell.C (LaunchIspell):
577         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
578         a boost::shred_ptr rather than a std::auto_ptr.
579
580 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
581
582         * lyxfunc.C (getStatus): handle read-only buffers correctly;
583         handle LFUN_FILE_INSERT_*
584
585         * lyxrc.C (setDefaults, getDescription, output, read):
586         * lyxrc.h: remove ps_command
587
588 2004-03-22  Angus Leeming  <leeming@lyx.org>
589
590         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
591         Ensure that error_handler is processed once only and that all data
592         is saved before attempting to output any warning messages.
593
594         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
595
596 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
597
598         * tabular.C (TeXRow): crash fix (from Kayvan and André)
599
600 2004-03-19  André Pönitz  <poenitz@gmx.net>
601
602         * cursor.[Ch] (reset): take main text inset as argument
603
604         * BufferView: adjust
605         * BufferView_pimpl.C: adjust
606
607         * paragraph.[Ch]: fix completely broken operator=()
608
609 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
610
611         * LColor.C (getFromLyXName): make sure that the color name is used
612         as lowercase.
613
614 2004-03-17  Angus Leeming  <leeming@lyx.org>
615
616         * lfuns.h:
617         * LyXAction.C (init): remove LFUN_FORKS_KILL.
618
619         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
620         dialog and to kill a forked process.
621
622 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
623
624         * text2.C (setCursorFromCoordinates): fix font problem
625
626 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
627
628         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
629         bogus "rebuild cursor" code
630
631 2004-03-11  André Pönitz  <poenitz@gmx.net>
632
633         * buffer.[Ch]: use InsetText instead of LyXText as container for
634         the main lyx text.
635
636         * dociterator.[Ch]: drop the BufferView * member which is not needed
637         anymore after the change to buffer.C
638
639         * paragraph_funcs.C:
640         * text.C:
641         * text2.C:
642         * BufferView.[Ch]:
643         * BufferView_pimpl.[Ch]:
644         * cursor.[Ch]:
645         * cursor_slice.[Ch]: adjust
646
647         * text3.C: fix bug in mathDispatch
648
649 2004-03-08  André Pönitz  <poenitz@gmx.net>
650
651         * undo.[Ch]: use 'StableDocumentIterator' as base for
652         the Undo struct.
653
654 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
655
656         * LaTeXFeatures.C:
657         * bufferparams.[Ch]: add jurabib support and param.
658
659         * LaTeX.C: add FIXME/comment.
660
661 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
662
663         * buffer.C: increment file format to 230.
664
665 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
666
667         * cursor.C (dispatch): avoid infinite loops
668
669 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
670
671         * rowpainter.C (paintSelection): fix x coordinates
672
673 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
674
675         * text.C (rowBreakPoint): fix breaking before displayed insets
676
677 2004-03-01  André Pönitz  <poenitz@gmx.net>
678
679         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
680
681         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
682
683         * Makefile.am:
684         * BufferView.C:
685         * BufferView_pimpl.C:
686         * buffer.C:
687         * lyxfind.C:
688         * lyxfunc.C:
689         * text.C:
690         * text2.C:
691         * text3.C: adjust
692
693 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
694
695         * lyxtext.h:
696         * text.C:
697         * text2.C:
698         * rowpainter.C:
699         * BufferView_pimpl.C: rename textwidth -> maxwidth,
700         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
701
702 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
703
704         * Bidi.[Ch] (computeTables): const correctness
705         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
706         fill_hfill, fill_label_hfill and x from Row
707         * lyxtext.h: prepareToPrint returns a RowMetrics
708         * rowPainter.C: adjust
709         * text.C (prepareToPrint): use width, not textWidth. adjust
710         (redoParagraphInternal, cursorX): adjust
711         * text2.C (getColumnNearX): adjust
712         (init): put a default value to the top LyXText::width
713
714 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
715
716         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
717
718 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
719
720         * lyxtext.h: add FontIterator class
721
722         * text.C (FontIterator, operator*, operator->, operator++): add
723         (rowBreakPoint, setRowWidth): adjust (fixing a
724         rebreaking bug)
725
726 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
727
728         * BufferView_pimpl.C (workAreaDispatch): allow also
729         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
730
731 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
732
733         * text.C (rowBreakPoint): fix a bug showing with very large insets
734
735 2004-02-25  André Pönitz  <poenitz@gmx.net>
736
737         * text3.C:
738         * cursor.[Ch]: move some mathed specific code to mathed
739
740 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
741
742         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
743         use_tempdir in preferences
744         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
745         tempfile creation
746         * lyx_main.C: ensure that tempdir is valid
747         * lyxlex.h: correct typo
748         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
749         * paragraph.[Ch] (isMultiLingual): make const
750         * cursor.[Ch] (openable): make const
751
752 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
753
754         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
755
756 2004-02-20  André Pönitz  <poenitz@gmx.net>
757
758         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
759
760         * cursor.[Ch]: prepare for localized getStatus()
761
762         * lyxtext.h:
763         * tabular.C:
764         * text.C:
765         * text2.C:
766         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
767
768 2004-02-20  André Pönitz  <poenitz@gmx.net>
769
770         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
771
772 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
773
774         * text2.C (setCursorFromCoordinates): switch to absolute coords
775         (cursorUp): adjust
776         (cursorDown): adjust
777         * text3.C (dispatch): adjust
778
779 2004-02-16  André Pönitz  <poenitz@gmx.net>
780
781         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
782           insets/ChangeLog)
783
784         * cursor_slice.[Ch]: remove unneeded acessor function
785
786         * lyxtext.h: rename rtl() to isRTL()
787
788         * rowpainter.C:
789         * tabular.C:
790         * text.C:
791         * text2.C:
792         * text3.C: adjust
793
794 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
795
796         * rowpainter.C (paintSelection): coord fix
797
798 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
799
800         * Spacing.C: compile fix
801
802 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
803
804         * cursor.C (dispatch): restore current_ before returning
805
806 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
807
808         * text2.C (cursorUp, cursorDown): fix coords
809         (moveUp): fix crash
810
811 2004-02-12  André Pönitz  <poenitz@gmx.net>
812
813         * lyxtext.h:
814         * text.C:
815         * text2.C:
816         * text3.C: add LCursor & parameter to most cursor movement functions
817           remove usage of LyXText::cursorRow() and cursorPar()
818
819         * cursor.[Ch]: add textRow() needed members
820
821         * BufferView.C:
822         * BufferView_pimpl.C:
823         * paragraph.[Ch]:
824         * BufferView.C:
825         * BufferView_pimpl.C: adjust
826
827 2004-02-11  André Pönitz  <poenitz@gmx.net>
828
829         * lyxfunc.C:
830         * BufferView.[Ch]:
831         * BufferView_pimpl.C: shift undo/redo handling
832
833         * cursor.[Ch]: fix mathed crash
834
835         * lyxfind.C:
836         * lyxtext.h: move selectionAsText to LCursor
837
838         * output_latex.C:
839         * paragraph.C:
840         * text.C:
841         * text2.C:
842         * text3.C: adjust
843
844         * rowpainter.C: fix excessive drawing
845
846 2004-02-06  André Pönitz  <poenitz@gmx.net>
847
848         * BufferView.[Ch]:
849         * BufferView_pimpl.[Ch]:
850         * text3.C: move some text specific LFUN handling
851
852 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
853
854         * text3.C (checkInsetHit): adjust coords
855         * text2.C (getColumnNearX): adjust coords
856         (edit): adjust coords
857         * text.C (getRowNearY): add two asserts
858
859 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
860
861         * converter.C:
862         * format.C: add using std::distance to compile on gcc 2.95/stlport
863
864 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
865
866         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
867
868 2004-02-04  André Pönitz  <poenitz@gmx.net>
869
870         * BufferView.[Ch] (insertInset):
871         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
872
873         * text2.C:
874         * text3.C: adjust
875
876 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
877
878         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
879         on the default clause of the switch
880         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
881         wasn't catched by LCursor::dispatch
882
883 2004-02-03  André Pönitz  <poenitz@gmx.net>
884
885         * BufferView.C:
886         * cursor.[Ch]: some additional asserts
887
888         * undo.[Ch]: remove LyXText dependency in interface
889
890         * lyxfunc.C: adjust
891
892         * lyxtext.h (firstPar, lastPar): remove dead functions
893
894         * text.C:
895         * text2.C:
896         * text3.C:
897         * paragraph.[Ch]: adjust
898
899 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
900
901         * lyxfind.C (find): fix argument order in call to ::find
902
903 2004-02-02  André Pönitz  <poenitz@gmx.net>
904
905         * cursor.[Ch]: remove direct access to anchor
906
907         * text.C: remove findText() hack
908
909 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
910
911         * iterators.[Ch] (lockPath): remove in favour of...
912         * BufferView.[Ch] (setCursor): this addition
913         * BufferView.C (putSelectionAt): adjust
914         * undo.C (performUndoOrRedo): adjust
915         * lyxfunc.C (dispatch): adjust
916
917 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
918
919         * iterators.C (lockPath): add a missing slice
920         * undo.C (performUndoOrRedo): remove redundant positioning code
921
922 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
923
924         * vc-backend.C (scanMaster): ";" -> ';'
925
926 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
927
928         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
929         std::binary_function
930
931         * lyxtextclass.C (compare_name): rename to...
932         (LayoutNamesEqual): ...this
933
934         * lyxlex_pimpl.C (compare_tags): inherit from
935         std::binary_function, put back into anon namespace
936
937         * lyxfind.C (MatchString): inherig from std::binary_function
938         (findChange): use empty() istead of !size()
939
940         * format.C (FormatNamesEqual): new functor
941         (getFormat): use it
942         (getNumber): use it
943         (add): use it
944         (erase): use it
945         (setViewer): use it
946
947         * converter.C (compare_Converter): rename to...
948         (ConverterEqual): ...this, and fixup a bit.
949         (getConverter): use it, and make function const
950         (getNumber): use it, and make function const
951         (add): use it
952         (erase): use it:
953
954         * bufferlist.C: add using boost::bind
955
956         * MenuBackend.C (MenuNamesEqual): new functor
957         (hasMenu): use it, and make function const
958         (hasSubmenu): use nested bind to get rid of compare_memfun.
959
960 2004-01-30  André Pönitz  <poenitz@gmx.net>
961
962         * BufferView_pimpl.C:
963         * cursor.C:
964         * cursor.h:
965         * cursor_slice.[Ch]:
966         * lyxfunc.C:
967         * lyxtext.h:
968         * paragraph_funcs.C:
969         * paragraph_funcs.h:
970         * rowpainter.C:
971         * text.C:
972         * text2.C:
973         * text3.C: move some of the edit(x,y) handling to the insets
974         some coordinate changes.
975
976 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
977
978         * text.C: add using statements for std::advance and std::distance
979
980         * paragraph.C: add using statement for std::distance
981
982         * lyxfind.C: add using statement for std::advance
983
984         * cursor.C (region): remove std:: from swap
985         (openable): use nucleus in stead of operator->
986
987         * BufferView.C: add using statements for std::distance and std::swap
988
989 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
990
991         * iterators.C: Remove the pimple, move the needed structures to
992         the header file. Create accessor for the positions stack.
993         (asPosIterator): remove function
994
995         * PosIterator.C (PosIterator): move constructors to top of file
996         (PosIterator): reimplement the constructor taking a ParIterator in
997         terms of setFrom.
998         (setFrom): new function
999         (operator!=): inline it
1000
1001 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1002
1003         * lyxfind.C (replaceAll): use std::advance
1004
1005         * iterators.h: inherit from std::iterator.
1006
1007         * PosIterator.C (advance, distance): remove
1008         * PosIterator.h: interit from std::iterator.
1009
1010 2004-01-26  André Pönitz  <poenitz@gmx.net>
1011
1012         * BufferView.[Ch]:
1013         * BufferView_pimpl.[Ch]:
1014         * InsetList.[Ch]:
1015         * PosIterator.[Ch]:
1016         * buffer.h:
1017         * bufferview_funcs.C:
1018         * cursor.[Ch]:
1019         * cursor_slice.h:
1020         * factory.[Ch]:
1021         * iterators.[Ch]:
1022         * lyxfind.C:
1023         * lyxfunc.C:
1024         * lyxtext.h:
1025         * output_docbook.C:
1026         * output_latex.C:
1027         * output_linuxdoc.C:
1028         * output_plaintext.C:
1029         * paragraph.[Ch]:
1030         * paragraph_funcs.[Ch]:
1031         * paragraph_pimpl.[Ch]:
1032         * rowpainter.C:
1033         * tabular.C:
1034         * tabular.h:
1035         * text.C:
1036         * text2.C:
1037         * text3.C: more IU:  dumps most of the rest of the mathcursor
1038     implementation into cursor.[Ch]; "globalize" a bit of it.
1039
1040 2004-01-25  Angus Leeming  <leeming@lyx.org>
1041
1042         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1043
1044 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1045
1046         * LaTeXFeatures.h: add nice_ and nice() const
1047         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1048
1049 2004-01-20  André Pönitz  <poenitz@gmx.net>
1050
1051         * BufferView.[Ch]:
1052         * BufferView_pimpl.C:
1053         * PosIterator.C:
1054         * bufferview_funcs.C:
1055         * cursor.[Ch]:
1056         * cursor_slice.[Ch]:
1057         * factory.C:
1058         * iterators.C:
1059         * lyx_cb.C:
1060         * lyxfind.C:
1061         * lyxfunc.C:
1062         * lyxtext.h:
1063         * rowpainter.C:
1064         * text.C:
1065         * text2.C:
1066         * text3.C:
1067         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1068           LCursor and mathcursor parts to LCursor and InsetBase.
1069
1070 2004-01-15  André Pönitz  <poenitz@gmx.net>
1071
1072         * cursor_slice.[Ch]: add a few covienience functions
1073
1074         * funcrequest.[Ch]: remove BufferView * member
1075
1076         * BufferView_pimpl.C:
1077         * cursor.C:
1078         * factory.[Ch]:
1079         * lyxfind.[Ch]:
1080         * lyxfunc.C:
1081         * lyxtext.h:
1082         * text3.C:
1083         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1084
1085 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1086
1087         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1088         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1089
1090 2004-01-13  André Pönitz  <poenitz@gmx.net>
1091
1092         * textcursor.[Ch]:
1093         * lyxtext.h: hide cursor and selection anchor behind accessor function
1094
1095         * BufferView.C:
1096         * BufferView_pimpl.[Ch]:
1097         * PosIterator.C:
1098         * bufferview_funcs.C:
1099         * cursor.h:
1100         * lyxfind.C:
1101         * lyxfunc.C:
1102         * text.C:
1103         * text2.C:
1104         * text3.C:
1105         * undo.C: adjust
1106
1107         * cursor.h:
1108         * cursor_slice.[Ch]: some integer type changes for inset unification
1109
1110         * lyxcursor.[hC]: remove, it's CursorSlice now.
1111
1112         * Makefile.am:
1113         * BufferView_pimpl.[Ch]:
1114         * bufferview_funcs.C:
1115         * cursor_slice.C:
1116         * lyxtext.h:
1117         * text.C:
1118         * text2.C:
1119         * text3.C:
1120         * textcursor.[Ch]: adjust
1121
1122 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1123
1124         * text2.C (undoSpan): add and use
1125         * text.C (breakParagraph): use undoSpan (fix bug 578)
1126         * lyxtext.h: adjust
1127
1128 2004-01-08  Angus Leeming  <leeming@lyx.org>
1129
1130         * BufferView_pimpl.C (MenuInsertLyXFile):
1131         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1132         * lyxfunc.C (menuNew, open, doImport):
1133         FileFilterList change to the FileDialog open and save functions.
1134
1135 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1136
1137         * ShareContainer.h: make isEqual and isUnique adaptable
1138
1139         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1140
1141 2004-01-07  Angus Leeming  <leeming@lyx.org>
1142
1143         * LyXAction.C:
1144         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1145
1146         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1147
1148         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1149         functions replacing find, replace and replaceAll.
1150
1151         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1152         LFUN_WORDFIND(FORWARD|BACKWARD).
1153
1154 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1155
1156         * text.C (breakParagraph): remove an outdated #warning
1157
1158 2004-01-07  André Pönitz  <poenitz@gmx.net>
1159
1160         * lyxfind.C: somewhat clearer logic
1161
1162         * text.C: prevent crash in cursorX on unitialized row cache
1163
1164 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1165
1166         * lyxcursor.[Ch] (operator>): add
1167         * textcursor.C (selStart, selEnd): use std::min and std::max
1168
1169 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1170
1171         * Chktex.C: include boost/format.hpp
1172
1173 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1174
1175         * InsetList.C: replace functor MathcIt with adaptable functor
1176         InsetTablePosLess
1177         (insetIterator): modify accordingly
1178
1179         * BranchList.h: move the BranchNamesEqual functor here from...
1180         * BranchList.C: ... to here
1181
1182         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1183         SameName and match.
1184         (add): replace a finding loop with std::find_if.
1185
1186 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1187
1188         * output_docbook.C: moving LatexParam functionality into
1189         .layout files
1190
1191 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1192
1193         * buffer.C: increment format to 229.
1194
1195 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1196
1197         * LaTeXFeatures.C:
1198         * lyx_sty.[Ch]: remove minipageindent_def
1199
1200         * LyXAction.C:
1201         * factory.C:
1202         * lfuns.h:
1203         * lyxfunc.C:
1204         * text3.C: remove LFUN_INSET_MINIPAGE
1205
1206 2003-12-28  Angus Leeming  <leeming@lyx.org>
1207
1208         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1209
1210 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1211
1212         * text2.C (setParagraph): fix off-by-one crash
1213
1214 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1215
1216         * output_docbook.C: header stuff for AGU
1217
1218 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1219
1220         * text2.C (redoCursor): remove
1221         * text.C:
1222         * text3.C:
1223         * BufferView_pimpl.C: remove calls to redoCursor and
1224         setCursor(cursor.par(), cursor.pos()) all around
1225
1226 2003-12-15  Angus Leeming  <leeming@lyx.org>
1227
1228         * buffer.C: up the format to 228.
1229
1230 2003-12-15  André Pönitz  <poenitz@gmx.net>
1231
1232         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1233         slices
1234
1235         * Makefile.am:
1236
1237         * BufferView_pimpl.C:
1238         * cursor.[Ch]:
1239         * lyxcursor.[Ch]:
1240         * rowpainter.[Ch]:
1241         * lyxtext.h:
1242         * text.C:
1243         * text2.C:
1244         * text3.C: adjust
1245
1246 2003-12-15  Angus Leeming  <leeming@lyx.org>
1247
1248         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1249         than getFromGUIName to manipulate the color.
1250
1251 2003-12-14  Angus Leeming  <leeming@lyx.org>
1252
1253         * BranchList.[Ch]: minimize the API.
1254         (Branch::getBranch, getColor): now return a 'const &'.
1255         (Branch::setSelected) now returns a bool set to true if the
1256         selection status changes.
1257         (BranchList::clear, size, getColor, setColor, setSelected,
1258         allBranches, allSelected, separator): removed.
1259         (BranchList::find): new functions, returning the Branch with
1260         the given name.
1261         (BranchList::add, remove): return a bool indicating that
1262         the operation was successful.
1263
1264         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1265         new InsetBranch::isBranchSlected member function.
1266
1267         * LColor.[Ch]: mimimize the API.
1268         (fill): renamed as addColor and made private.
1269         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1270         versions of these functions taking a string arg have been removed.
1271
1272         * bufferparams.C (readToken):
1273         * lyxfunc.C (dispatch):
1274         * lyxrc.C (read): changes due to the altered BranchList and
1275         LColor APIs.
1276
1277         * factory.C (createInset, readInset): changes due to altered
1278         InsetBranch c-tor.
1279
1280 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1281
1282         * factory.C:
1283         * lyxfunc.C: remove insetminipage. "minipage-insert"
1284         now produces a frameless minipage box inset.
1285
1286 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1287
1288         * textcursor.[Ch] (selStart,selEnd): add new methods
1289         remove selection::start, end, use LyXCursor::operator<
1290         * lyxcursor.[Ch] (operator<): add
1291         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1292         * BufferView.[Ch] (unsetXSel): add
1293         * text2.C (clearSelection): use unsetXSel,adjust
1294         * text.C: adjust
1295         * text3.C: adjust
1296         * rowpainter.C: adjust
1297         * bufferview_funcs.C (put_selection_at): adjust
1298
1299 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1300
1301         * BufferView_pimpl.C: small coord. correction
1302
1303 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1304
1305         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1306         dragging over the splash screen.
1307
1308 2003-12-11  Angus Leeming  <leeming@lyx.org>
1309
1310         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1311         as it is now handled in LyXText::dispatch.
1312
1313         * text3.C (doInsertInset): remove a level of nesting.
1314
1315 2003-12-11  Angus Leeming  <leeming@lyx.org>
1316
1317         * factory.C (createInset): changes due to the changed interface to
1318         InsetCommandMailer::string2params.
1319
1320 2003-12-10  Angus Leeming  <leeming@lyx.org>
1321
1322         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1323         'dialog-show-new-inset <inset name>'
1324
1325 2003-12-10  Angus Leeming  <leeming@lyx.org>
1326
1327         * buffer.C: up the format to 227.
1328
1329         * factory.C: the box inset is now identified simply by 'Box'.
1330
1331 2003-12-10  Angus Leeming  <leeming@lyx.org>
1332
1333         * buffer.C: up the format to 226.
1334
1335         * factory.C: the note inset is now identified simply by 'Note'.
1336
1337 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1338
1339         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1340         when a pit is enough. Standarize a couple of loops.
1341
1342 2003-12-05  Angus Leeming  <leeming@lyx.org>
1343
1344         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1345         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1346         data to the re-worked "log" dialog.
1347
1348 2003-12-03  André Pönitz  <poenitz@gmx.net>
1349
1350         * PosIterator.C:
1351         * iterators.C:
1352         * lyxtext.h:
1353         * output_latex.C:
1354         * paragraph_funcs.C:
1355         * text.C:
1356         * text2.C: use Inset::getText instead of Inset::getParagraph
1357
1358 2003-12-03  André Pönitz  <poenitz@gmx.net>
1359
1360         * buffer.[Ch]:
1361         * lyxtext.h:
1362         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1363         InsetText::read() as LyXText::read()
1364
1365 2003-12-02  Angus Leeming  <leeming@lyx.org>
1366
1367         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1368         type. Add a comment in the implementation that the function uses
1369         the stream's bad() function rather than fail() as the std::streams
1370         would do.
1371
1372 2003-12-02  André Pönitz  <poenitz@gmx.net>
1373
1374         * lyxlex.[Ch]: make interface more similar to std::stream
1375
1376         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1377
1378 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1379
1380         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1381
1382 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1383
1384         * vspace.[Ch]: remove VSpace::NONE
1385
1386 2003-12-01  André Pönitz  <poenitz@gmx.net>
1387
1388         * buffer.[Ch]:
1389         * lyxtext.h: move ParagraphList member to LyXText
1390         rename LyXText::ownerParagraphs to LyXText::paragraph
1391
1392         * CutAndPaste.C:
1393         * bufferview_funcs.C:
1394         * iterators.[Ch]:
1395         * lyx_cb.C:
1396         * paragraph.C:
1397         * rowpainter.C:
1398         * tabular.C:
1399         * text.C:
1400         * text2.C:
1401         * text3.C: adjust
1402
1403         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1404
1405         * undo.C: fix cursor positioning
1406
1407 2003-12-01  John Levon  <levon@movementarian.org>
1408
1409         * BufferView_pimpl.C: fix a crash on exit with
1410         a buffer open
1411
1412 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1413
1414         * BranchList.C: fix setSelected() method.
1415
1416 2003-11-28  André Pönitz  <poenitz@gmx.net>
1417
1418         * ParagraphParameters.[Ch]:
1419         * ParameterStruct.h: remove space above/below from Paragraph to
1420          InsetVSpace
1421
1422         * BufferView_pimpl.C:
1423         * factory.C:
1424         * lyxfunc.C:
1425         * lyxtext.h:
1426         * output_latex.C:
1427         * paragraph.C:
1428         * paragraph_funcs.C:
1429         * rowpainter.[Ch]:
1430         * text.C:
1431         * text2.C:
1432         * text3.C: adjust
1433
1434 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1435
1436         * factory.C: Syntax change for CharStyles
1437
1438 2003-11-28  André Pönitz  <poenitz@gmx.net>
1439
1440         * BufferView.[Ch]:
1441         * BufferView.[Ch]:
1442         * buffer.[Ch]:
1443         * buffer.[Ch]: move LyXText member
1444
1445 2003-11-28  André Pönitz  <poenitz@gmx.net>
1446
1447         * BufferView.[Ch]: make LyXText * text a private member
1448
1449         * BufferView_pimpl.C:
1450         * cursor.C:
1451         * iterators.C:
1452         * lyx_cb.C:
1453         * lyxfind.C:
1454         * lyxtext.h:
1455         * rowpainter.[Ch]:
1456         * text.C:
1457         * text2.C:
1458         * undo.C: adjust
1459
1460         * output_plaintext.C: cleanup
1461
1462 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1463
1464         * buffer.C:
1465         * lyxtextclass.[Ch]: parametrize SGML document header
1466
1467 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1468
1469         * converter.[Ch]:
1470         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1471         getFlavor().
1472
1473 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1474
1475         * text2.C (setFont): rework using PosIterator (no more recursive)
1476         (setCharFont): no more needed
1477         (setLayout): no more selection cursors fiddling (done by redoCursor)
1478         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1479         destroy remaining ones)
1480
1481 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1482
1483         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1484         * lyxtext.h: ditto
1485         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1486         selection cursors
1487         * lyxfunc.C: adjust
1488         * text3.C: adjust + re-allow multi par depth changes
1489         * textcursor.C: simplify a bit
1490
1491 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1492
1493         * src/buffer.C:
1494         * src/lyxlayout.C:
1495         * src/lyxlayout.h:
1496         * src/lyxtext.h:
1497         * src/output_docbook.C:
1498         * src/output_latex.C:
1499         * src/paragraph.C:
1500         * src/paragraph.h:
1501         * src/sgml.C:
1502         * src/sgml.h:
1503         * src/text2.C: Introducing a number of tags parametrizing various
1504         XML formats that we may want to support
1505
1506 2003-11-25  André Pönitz  <poenitz@gmx.net>
1507
1508         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1509
1510         * lyxtext.h (leftMargin/rightMargin): simplify interface
1511
1512         * rowpainter.C:
1513         * text.C:
1514         * text2.C:
1515         * text3.C: adjust
1516
1517 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1518
1519         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1520         master file to any child files. Fixes bug 546.
1521
1522 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1523
1524         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1525
1526 2003-11-24  André Pönitz  <poenitz@gmx.net>
1527
1528         * rowpainter.C: simplification
1529
1530         * text2.C (updateCounters): remove call to redoParagraph on
1531         changed labels as this is far too expensive.
1532
1533 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1534
1535         * converter.C (convert): fix a crash: this function gets
1536         called with buffer == 0 from importer code.
1537
1538 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1539
1540         * text3.C (cursorPrevious): make sure that we do not compare
1541         iterators form different containers.
1542         (cursorNext): ditto
1543
1544         * rowpainter.C (paintSelection): make sure that we do not compare
1545         iterators from different containers.
1546
1547         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1548         iterators from different ParagraphList containers.
1549         [NEXT] ditto
1550
1551         * text2.C (LyXText): change order of initialization slightly
1552         (operator=): new function. copy all variables except cache_par_
1553         (moveUp): make sure that we do not compare iterators from
1554         different ParagraphList constainers.
1555         (moveDown): ditto
1556
1557         * text.C (firstPar): new function
1558         (lastPar): new function
1559         (endPar): new function
1560
1561         * lyxtext.h: move things around and group public functions, public
1562         variables, private functions, private variables
1563
1564 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1565
1566         * factory.C: change call to InsetERT constructor to avoid
1567         additional invocation of method status
1568         * text2.C (toggleInset): remove redundant update() call
1569         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1570         instead of a Bufferview pointer
1571
1572 2003-11-21  André Pönitz  <poenitz@gmx.net>
1573
1574         * rowpainter.C: simplification
1575
1576 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1577
1578         * text3.C (dispatch): make possible to extend a word/row selection
1579         with the mouse
1580
1581 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1582
1583         * lyxtext.h: x0_,y0_ -> xo_,yo_
1584         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1585         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1586         * rowpainter.C (paintRows): paint full paragraphs
1587
1588 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1589
1590         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1591         screen coordinates)
1592
1593 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1594
1595         * lyxtext.h: add x0_, y0_
1596         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1597         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1598
1599 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1600
1601         * text2.C (setCursorIntern): move the x_target update here *
1602         * text3.C: change some bv() to true/false in calls to
1603         cursorUp/Down/Right/Left
1604         * cursor.C: use helper function.
1605
1606 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1607
1608         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1609         * paragraph_funcs.[Ch]: correct comment
1610         * rowpainter.C: do not paint selections away from bv->cursor()
1611         Fix a long standing selection painting bug.
1612         * text3.C: generalize mouse-selection code to LyXTexts other that
1613         top one
1614         * textcursor.C: do not use y coords if we can use par offsets
1615
1616 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1617
1618         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1619         cursor position after e.g. inset insert)
1620
1621 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1622
1623         * lyxfind.C (replace): adjust to locking removal + some
1624         code simplification
1625
1626 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1627
1628         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1629         of the path
1630
1631 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1632
1633         * lyxlayout.[Ch]:
1634         * output_docbook.C: XML sanitation: new layout
1635         parameters InnerTag and CommandDepth
1636
1637 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1638
1639         * BufferView_pimpl.C:
1640         * factory.C:
1641         * text3.C: Fix the insertion and modification of button-style
1642         insets
1643
1644 2003-11-13  André Pönitz  <poenitz@gmx.net>
1645
1646         * InsetList.[Ch]: remove deleteLyXText
1647
1648         * paragraph.[Ch]: cache beginOfBody position
1649
1650         * Bidi.C:
1651         * text.C:
1652         * text2.C:
1653         * text3.C: remove superfluous update() calls
1654
1655         * vspace.C: cleanup
1656
1657 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1658
1659         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1660         * BufferView.C (fitLockedInsetCursor): remove
1661         * cursor.[Ch] (getDim): add
1662         * text.C (getRowNearY): add faster version
1663         * text3.C: remove some update calls
1664
1665 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1666
1667         * LaTeXFeatures.C:
1668         * LyXAction.C:
1669         * MenuBackend.C:
1670         * MenuBackend.h:
1671         * dispatchresult.h:
1672         * factory.C:
1673         * lfuns.h:
1674         * lyxfunc.C:
1675         * lyxtextclass.C:
1676         * lyxtextclass.h:
1677         * text3.C: The Character Style /XML short element patch.
1678
1679 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1680
1681         * text3.C:
1682         * factory.C: Small step to solving 'unable to insert some insets'
1683         problem
1684
1685 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1686
1687         * cursor.[Ch] (updatePos): new function for updating the y
1688         position of the tip inset
1689         * bufferview_funcs.C (put_selection_at):
1690         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1691
1692 2003-11-11  André Pönitz  <poenitz@gmx.net>
1693
1694         * text.C: remove big comment on invalid Paragraph pointers as it is
1695         not valid anymore
1696
1697 2003-11-11  André Pönitz  <poenitz@gmx.net>
1698
1699         * text_funcs.[Ch]: merge with ...
1700
1701         * text.C: ... this
1702
1703         * lyxtext.h:
1704         * text2.C:
1705         * text3.C: adjust
1706
1707         * Makefile.am: remove text_funcs.[Ch]
1708
1709 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1710
1711         * cursor.C (getPos): return absolute cached y coord
1712
1713         * BufferView_pimpl.C (fitCursor): new simplistic code
1714         (workAreaDispatch): add a fitCursor call
1715
1716 2003-11-10  André Pönitz  <poenitz@gmx.net>
1717
1718         * BufferView.[Ch]:
1719         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1720
1721 2003-11-10  André Pönitz  <poenitz@gmx.net>
1722
1723         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1724         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1725         indicate that the cursor needs to leave an inset
1726
1727         * lyxtext.h: remove inset locking
1728
1729         * cursor.[Ch]: re-implement functionality provided by inset locking
1730
1731         * BufferView.[Ch]:
1732         * BufferView_pimpl.[Ch]:
1733         * LyXAction.C:
1734         * bufferview_funcs.[Ch]:
1735         * factory.C:
1736         * funcrequest.[Ch]:
1737         * iterators.C:
1738         * lyx_cb.C:
1739         * lyxfind.C:
1740         * lyxfunc.C:
1741         * text.C:
1742         * text2.C:
1743         * text3.C:
1744         * undo.C: adjust
1745
1746 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1747
1748         * PosIterator.[Ch]: replace the stack with a vector, add inset
1749         accesor
1750         * iterators.[C]: adjust
1751
1752 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1753
1754         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1755         replaced
1756         * paragraph_funcs.C (readParToken): put the correct id in the
1757         error item, not the id of the top paragraph
1758
1759 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1760
1761         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1762         * bufferview_funcs.C (put_selection_at): use the above
1763
1764 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1765
1766         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1767
1768 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1769
1770         * output_linuxdoc.h:
1771         * output_plaintext.h:
1772         * output.h:
1773         * output_docbook.h: add #include statements
1774
1775 2003-11-05  José Matos  <jamatos@lyx.org>
1776
1777         * output_docbook.[Ch]:
1778         * output_latex.[Ch]:
1779         * output_linuxdoc.[Ch]:
1780         * output_plaintext.[Ch]: New files for output formats.
1781         * output.[Ch]: New file for helper functions.
1782
1783         * buffer.[Ch]:
1784         * paragraph_funcs.[Ch]: output functions moved to new files.
1785
1786         * outputparams.h: rename of latexrunparams.h
1787
1788         * LaTeX.[Ch]:
1789         * buffer.[Ch]:
1790         * bufferlist.[Ch]:
1791         * converter.[Ch]:
1792         * exporter.C:
1793         * paragraph.[Ch]:
1794         * paragraph_funcs.[Ch]:
1795         * paragraph_pimpl.[Ch]:
1796         * tabular.[Ch]: rename ascii to plaintext
1797         and LatexRunParams to OutputParams.
1798
1799 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1800
1801         * iterators.[Ch] (text): require bv argument
1802         * undo.C (recordUndo):
1803         * lyxfunc.C (dispatch):
1804         * bufferview_funcs.C (put_selection_at): adjust
1805
1806 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1807
1808         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1809
1810 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1811
1812         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1813         nestings
1814
1815 2003-11-04  André Pönitz  <poenitz@gmx.net>
1816
1817         * cursor.[Ch]: restructure
1818
1819         * BufferView.[Ch]:
1820         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1821
1822         * iterators.[Ch] (asCursor): remove
1823
1824         * lfuns.h: remove LFUN_INSET_EDIT
1825
1826         * lyxfunc.C:
1827         * tabular.C:
1828         * text.C:
1829         * text2.C:
1830         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1831
1832 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1833
1834         * lyxfind.[Ch]: complete overhaul
1835         * BufferView_pimpl.C:
1836         * lyxfunc.C: adjust
1837         * paragraph.[Ch] (insert): add
1838
1839 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1840
1841         * BufferView.[Ch]:
1842         * lyxtext.h:
1843         * text.C: remove dead spellcheck code
1844
1845 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1846
1847         * dispatchresult.h: add a val setter
1848
1849         * cursor.C (dispatch): use a tempvar for data_[i]
1850
1851 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1852
1853         * PosIterator.[Ch]: compile fix
1854
1855 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1856
1857         * text.C (cursorPar): deactivate the cursor cache
1858
1859 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1860
1861         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1862
1863 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1864
1865         * text3.C (dispatch): adjust for new DisptchResult semantics.
1866
1867         * lyxfunc.C (dispatch): handle update when return from
1868         Cursor::dispatch, adjust for new DispatchResult semantics.
1869
1870         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1871         DispatchResult(true) mean to not update. Add class functions for
1872         setting dispatched and update, as well as reading.
1873
1874         * cursor.C (dispatch): don't handle update here
1875
1876 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1877
1878         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1879         * trans_mgr.C: adjust
1880
1881         * paragraph_funcs.C (readParToken): exception safety
1882
1883         * lyxvc.h: store the vcs pointer in a scoped_ptr
1884         * lyxvc.C: adjust
1885
1886         * lyxsocket.C (serverCallback): exception safety
1887
1888         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1889
1890         * ispell.C (clone): make it return a auto_ptr
1891
1892         * factory.C (createInset): exception safety
1893         (readInset): exception safety
1894
1895         * bufferlist.C (newBuffer): exception safety
1896
1897         * Thesaurus.C (Thesaurus): use initialization for aik_
1898
1899         * MenuBackend.C (expandToc): exception safety.
1900
1901 2003-11-03  André Pönitz  <poenitz@gmx.net>
1902
1903         * buffer.C:
1904         * buffer.h:
1905         * bufferview_funcs.C: remove getInsetFromId()
1906
1907         * lyxcursor.[Ch]:
1908         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1909
1910         * lyxfunc.C:
1911         * text2.C:
1912         * text3.C: adjust
1913
1914 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1915
1916         * PosIterator.C (distance, advance): new
1917         * bufferview_funcs.[Ch] (put_selection_at): new
1918         * iterators.[Ch] (lockPath): new
1919
1920 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1921
1922         * iterators.[Ch] (asPosIterator): added
1923         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1924         * PosIterator.[Ch]: added
1925
1926 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1927
1928         * text3.C:
1929         * lyxfunc.C:
1930         * cursor.C (dispatch):
1931         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1932
1933         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1934         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1935         contructor, add a class function dispatched. Remove operator>=
1936
1937 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1938
1939         * debug.C: only use the default constructor for debugstream
1940         (lyxerr) here.
1941
1942         * main.C (main): include debug.h and setup the lyxerr streambuf
1943         here.
1944
1945 2003-10-31  José Matos  <jamatos@lyx.org>
1946
1947         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1948
1949         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1950         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1951         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1952         * paragraph_pimpl.C (simpleTeXSpecialC):
1953         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1954         add LatexRunParams argument.
1955
1956         * exporter.C (Export): change call accordingly.
1957
1958         * latexrunparams.h: add new member to take care of the other backends.
1959 2003-10-30  José Matos  <jamatos@lyx.org>
1960
1961         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1962         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1963         factorise code for paragraph output.
1964         * buffer.[Ch]:
1965         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1966         move functions.
1967
1968 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1969
1970         * text3.C (dispatch):
1971         * lyxfunc.C (dispatch):
1972         * cursor.C (dispatch):
1973         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1974
1975         * dispatchresult.h: make the dispatch_result_t ctor explicit
1976
1977 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1978
1979         * sgml.[Ch]:
1980         * buffer.C: small refactoring of docbook stuff
1981
1982 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1983
1984         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1985         meaning.
1986
1987 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1988
1989         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1990         operator dispatch_result_t, and operators for == != and >=
1991
1992         * cursor.C (dispatch): adjust for operator dispatch_result_t
1993         removal. comment out call to update
1994
1995         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1996
1997 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1998
1999         * text3.C:
2000         * text2.C:
2001         * text.C:
2002         * lyxtext.h:
2003         * lyxfunc.C:
2004         * cursor.C:
2005         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2006         (dispatch):
2007
2008         * dispatchresult.h: new file, DispatchResult broken out of
2009         insets/insetbase.h
2010
2011         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2012
2013 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2014
2015         * text.C (rowBreakPoint): put a hack inside #if 0
2016
2017 2003-10-28  André Pönitz  <poenitz@gmx.net>
2018
2019         * lyxtext.h:
2020         * metricsinfo.C:
2021         * paragraph_funcs.C:
2022         * rowpainter.C:
2023         * text.C:
2024         * text2.C: general cleanup (lots of small stuff)
2025
2026 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2027
2028         * text2.C (cursorEnd): simple fix to the "end key goes to one
2029         before the end on last row" bug
2030
2031 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2032
2033         * text.C (backspace): fix the "zombie characters"
2034
2035 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2036
2037         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2038
2039 2003-10-27  André Pönitz  <poenitz@gmx.net>
2040
2041         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2042
2043         * factory.C: handle new InsetPagebreak, InsetLine
2044
2045         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2046         and move handling into new InsetPagebreak, InsetLine
2047
2048         * BufferView_pimpl.C:
2049         * LyXAction.C:
2050         * ParagraphParameters.C:
2051         * ParameterStruct.h:
2052         * lyxfunc.C:
2053         * lyxtext.h:
2054         * paragraph.C:
2055         * paragraph.h:
2056         * paragraph_funcs.C:
2057         * paragraph_pimpl.C:
2058         * rowpainter.C:
2059         * text.C:
2060         * text2.C:
2061         * text3.C: adjust
2062
2063 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2064
2065         * text.C:
2066         * lyxrow_funcs.[Ch]:
2067         * Bidi.C:
2068         * paragraph.C:
2069         * lyxtext.h:
2070         * rowpainter.C:
2071         * text2.C:
2072         * text3.C: remove lastPos uses in favour of Row::endpos
2073
2074 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2075
2076         * undo.C (performUndoOrRedo): fix two crashes by setting a
2077         cursor by hand and reordering some calls. Use bv->lockInset instead
2078         of inset->edit because the latter loses cursor information
2079
2080 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2081
2082         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2083         by Martin
2084         (rowBreakPoint): fix width. change point to point + 1.
2085         Add a missing check.
2086
2087 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2088
2089         * MenuBackend.C:
2090         * lyxfunc.C: fix (at least partly) the problems
2091         with the Nav menu and headers inside branch insets
2092         reported by Kayvan
2093
2094 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2095
2096         * paragraph.C (getChar): add strong asserts
2097
2098         * lyxrow_funcs.C (lastPos): remove hideous hack
2099
2100         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2101         (fill): adjust to that (avoid an infinite loop)
2102
2103 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2104
2105         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2106
2107 2003-10-23  André Pönitz  <poenitz@gmx.net>
2108
2109         * RowList_fwd.h: change list<> to vector<> to gain speed
2110         after suggestion from Alfredo
2111
2112 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2113
2114         * lyxtext.h: move the bidi stuff from here...
2115         * text.C: and here
2116         * text2.C: and here
2117         * Bidi.[Ch]: ... to here
2118
2119 2003-10-23  André Pönitz  <poenitz@gmx.net>
2120
2121         * lyxtext.h:
2122         * text.C (isLastRow, isFirstRow): new functions
2123
2124         * paragraph.h: new width cache member
2125
2126         * rowpainter.C: replace RowList::iterator with Row & where possible
2127
2128         * lyxfunc.C: replace several view()->text with a single call
2129
2130         * toc.C: fix 'unused' warning
2131
2132 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2133
2134         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2135         when woring with stream::pos_type
2136         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2137
2138 2003-10-22  André Pönitz  <poenitz@gmx.net>
2139
2140         * lyxtext.h:
2141         * text.C: use Row & instead of RowList::iterator
2142
2143         * lyxrow.h: rename end() to endpos()
2144
2145         * rowpainter.C:
2146         * text.C:
2147         * text2.C: adjust
2148
2149 2003-10-22  Angus Leeming  <leeming@lyx.org>
2150
2151         * buffer.[Ch] (fully_loaded): new member function, returning true
2152         only when the file has been loaded fully.
2153         Used to prevent the premature generation of previews and by the
2154         citation inset to prevent computation of the natbib-style label.
2155
2156         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2157         templates are all set up.
2158
2159         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2160
2161 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2162
2163         * text.C: fixed an "oops" in the "is a bit silly"
2164         bug fix
2165
2166 2003-10-21  André Pönitz  <poenitz@gmx.net>
2167
2168         * FuncStatus.[Ch]: small stuff, whitespace
2169
2170         * lyxfont.[Ch]: operator<<() for debug reasons
2171
2172         * lyxfunc.C:
2173         * lyxrow_funcs.C:
2174         * lyxtext.h: whitespace, spelling
2175
2176         * paragraph.C: naming of variables
2177
2178         * text.C:
2179         * text2.C: small stuff
2180
2181
2182 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2183
2184         * text.C: (1) finish off the inset display() work;
2185         (2) fix the "is a bit silly" bug (accessing char
2186         past end of par).
2187
2188 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2189
2190         * text.C: re-introduce display() for insets, fixing the
2191         various bugs (stretch of line above, math inset
2192         positioning, ...)
2193
2194 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2195
2196         * text.C (rightMargin): remove spurious semicolon
2197
2198         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2199         1415)
2200
2201 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2202
2203         * text3.C: fix one crash due to wrong cursor def
2204
2205 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2206
2207         * vc-backend.C (scanMaster): make the regex static
2208
2209         * LaTeX.C (scanAuxFile): make the regexs static
2210
2211         * text3.C (doInsertInset, dispatch, dispatch):
2212         * text2.C (cursorUp, cursorDown):
2213         * text.C (selectNextWordToSpellcheck):
2214         * BufferView_pimpl.C (dispatch):
2215         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2216
2217 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2218
2219         * lyxsocket.C: include <cerrno>
2220
2221 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2222
2223         * lyxfunc.C (dispatch): remove textcache stuff
2224
2225         * bufferlist.C (release): remove textcache stuff
2226         (closeAll): ditto
2227
2228         * TextCache.C: delete file
2229         * TextCache.h: delete file
2230
2231         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2232
2233         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2234         delete of the bv_->text.
2235         (resizeCurrentBuffer): remove texcache stuff
2236         (workAreaResize): ditto
2237
2238 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2239
2240         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2241         action.
2242
2243 2003-10-16  André Pönitz  <poenitz@gmx.net>
2244
2245         * lyxrow.[Ch]:
2246         * paragraph.h:
2247         * rowpainter.C:
2248         * text.C:
2249         * text2.C:
2250         * text3.C: speed up by storing y positions per paragraph plus per-row
2251         offset instead of having a 'full' y position in the row.
2252
2253 2003-10-15  André Pönitz  <poenitz@gmx.net>
2254
2255         * iterators.[Ch]:
2256         * iterators.[Ch]:
2257         * undo.[Ch]: make undo aware of inner insets
2258
2259 2003-10-14  Angus Leeming  <leeming@lyx.org>
2260
2261         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2262         static member functions LyX::ref() and LyX::cref.
2263         (lastfiles): new accessor functions for the new lastfiles_ member var.
2264         (addLyXView, views_): add a new LyXView to the list of views_.
2265         (updateInset): loop over all LyXViews to call their own updateInset
2266         member function, returning a pointer to the Buffer owning the inset.
2267
2268         * BufferView_pimpl.C (loadLyXFile):
2269         * MenuBackend.C (expandLastfiles):
2270         * bufferlist.C (MenuWrite, QuitLyX):
2271         lastfiles is no longer a global variable.
2272         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2273
2274         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2275         static function. Access through LyX::cref().emergencyCleanup().
2276
2277 2003-10-14  André Pönitz  <poenitz@gmx.net>
2278
2279         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2280
2281         * undo.[Ch]: restoring part of 'undo in insets'
2282
2283         * Makefile.am:
2284         * undo_funcs.[Ch]: merge with undo.[Ch]
2285
2286         * tabular.C: small cleansing stuff
2287
2288 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2289
2290         * paragraph_funcs.C (readParToken): report unknown insets as error
2291         boxes. Use the outer paragraph as location (also for unknown
2292         tokens).
2293
2294         * factory.C (readInset): do not abort on reading an unknown inset.
2295         Eat it and return 0.
2296
2297 2003-10-13  Angus Leeming  <leeming@lyx.org>
2298
2299         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2300
2301         * lyxrc.C: displayTranslator is now a function,
2302         declared in GraphicsTypes.h.
2303
2304 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2305
2306         * format.C: new placeholder $$a to pass the socket address.
2307
2308         * bufferlist.[Ch]: new function getBufferFromTmp.
2309
2310         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2311           files in the temporary dir.
2312
2313 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2314
2315         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2316
2317         * Makefile.am: add lyxsocket.[Ch].
2318
2319         * lyx_main.C (error_handler): handle SIGPIPE.
2320
2321 2003-10-13  André Pönitz  <poenitz@gmx.net>
2322
2323         * BufferView_pimpl.C:
2324         * lyxtext.h:
2325         * text.C:
2326         * text2.C:
2327         * text3.C:
2328         * undo_funcs.[Ch]: use paroffset_type instead of
2329           ParagraphList::iterators to prevent multiple conversion
2330           (and get a more robust interface)
2331
2332 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2335         * lyxtext.h: ditto
2336         * text3.C (dispatch): ditto
2337
2338 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2339
2340         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2341         move the onlyfile, use onlyfile instead of foundfile in a couple
2342         of places.
2343
2344         * DepTable.C (update): flush the error stream a bit more
2345
2346 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2347
2348         * lyxserver.C (callback): adjust
2349
2350         * lyxfunc.C (getStatus): add a missing brace in commented code
2351         (ensureBufferClean): reindent
2352         (dispatch): delete version taking a string
2353
2354 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2355
2356         * LaTeX.C (deplog): move found file handlig from here...
2357         (handleFoundFile): .. to new function here.
2358         (deplog): make sure to discover several files mentioned on the
2359         same log line.
2360
2361 2003-10-10  André Pönitz  <poenitz@gmx.net>
2362
2363         * lyxfunc.C:
2364         * lyxtext.h:
2365         * tabular.C:
2366         * text.C:
2367         * text2.C:
2368         * text3.C: fix some of the tabular crashes
2369
2370 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2371
2372         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2373
2374         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2375
2376 2003-10-09  André Pönitz  <poenitz@gmx.net>
2377
2378         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2379
2380         * BufferView.C:
2381         * BufferView_pimpl.C:
2382         * bufferview_funcs.C:
2383         * lyx_cb.C:
2384         * lyxcursor.C:
2385         * lyxfind.C:
2386         * lyxfunc.C:
2387         * lyxtext.h:
2388         * text.C:
2389         * text2.C:
2390         * text3.C:
2391         * text_funcs.[Ch]:
2392         * textcursor.[Ch]:
2393         * undo_funcs.C: adjust
2394
2395 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2396
2397         * text2.C (incrementItemDepth): new function, use a backtracking
2398         algorithm to discover the correct item depth.
2399         (resetEnumCounterIfNeeded): new function, use a backtracking
2400         algorithm to discover if counter reset is needed.
2401         (setCounter): use them. Simplify a bit. Add different labels for
2402         different item depths for itemize.
2403
2404         * paragraph.C (Paragraph): remove initialization of enumdepth
2405         (operator=): ditto
2406
2407         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2408         enumerate and itemize. Change the type of itemdepth to signed char.
2409
2410 2003-10-08  André Pönitz  <poenitz@gmx.net>
2411
2412         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2413           thing assignable.
2414         * text.C:
2415         * text2.C: adjust
2416
2417         * tabular.[Ch]: fix crash after 'row-insert'
2418
2419 2003-10-08  Angus Leeming  <leeming@lyx.org>
2420
2421         Fix doxygen warnings.
2422
2423         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2424         Remove CutAndPaste:: prefix from header file declaration.
2425
2426         * LColor.h (fill): remove LColor:: prefix from declaration.
2427
2428         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2429         use lyx::depth_type rather than Paragraph::depth_type so that
2430         header file and .C file match.
2431
2432         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2433
2434         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2435         * aspell.C: \file aspell_local.C -> \file aspell.C
2436         * gettext.C: \file gettext.C -> \file src/gettext.C
2437         * gettext.h: \file gettext.h -> \file src/gettext.h
2438         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2439         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2440         * text.C: \file text.C -> \file src/text.C
2441
2442         * toc.C: move comment so that doxygen is not confused.
2443
2444 2003-10-07  Angus Leeming  <leeming@lyx.org>
2445
2446         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2447
2448 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2449
2450         * aspell.C:
2451         * aspell_local.h: add forgotten std::string's.
2452
2453 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2454
2455         * LaTeXFeatures.C:
2456         * LyXAction.C:
2457         * factory.C:
2458         * lfuns.h:
2459         * lyxfunc.C:
2460         * text3.C: The Box patch. Fancybox support, minipage, parbox
2461
2462 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2463
2464         * CutAndPaste.h:
2465         * DepTable.h:
2466         * FloatList.h:
2467         * LaTeXFeatures.h:
2468         * ParagraphParameters.h:
2469         * TextCache.h:
2470         * Thesaurus.h:
2471         * bufferlist.h:
2472         * exporter.h:
2473         * importer.h:
2474         * lastfiles.h:
2475         * lyxfind.h:
2476         * lyxfont.h:
2477         * lyxlex.h:
2478         * lyxtextclasslist.h:
2479         * messages.h:
2480         * paragraph.h:
2481         * paragraph_pimpl.C:
2482         * textcursor.h: add <string> and other small fixes to make Lars'
2483         std::string patch compile with STLport.
2484
2485 2003-10-06  Angus Leeming  <leeming@lyx.org>
2486
2487         * LColor.h: Add missing #include <string>.
2488
2489 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2490
2491         * All most all file in all subdirs: Make <string> be the prefered
2492         way of getting to std::string, add using declarations.
2493
2494 2003-10-06  André Pönitz  <poenitz@gmx.net>
2495
2496         * metricsinfo.C: initialize LyXFont before changing attribute.
2497         (fixes the 'math in \emph is upright' bug)
2498
2499 2003-10-06  André Pönitz  <poenitz@gmx.net>
2500
2501         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2502
2503 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2504
2505         * graph.C:
2506         * paragraph_pimpl.C: Small fixes to build using STLport
2507
2508 2003-10-02  André Pönitz  <poenitz@gmx.net>
2509
2510         * lyxfunc.C:
2511         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2512
2513 2003-10-01  André Pönitz  <poenitz@gmx.net>
2514
2515         * factory.C: assert early
2516
2517 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2518
2519         * lyx_main.C: remove the global debug object
2520
2521         * debug.h: adjust for new debugstream
2522
2523         * debug.C: adjust for new debugstream and keep the global debug
2524         object here.
2525
2526 2003-09-22  Angus Leeming  <leeming@lyx.org>
2527
2528         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2529         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2530         an incomplete class LyXFont.
2531
2532 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2533
2534         * factory.C: bug fix in branches
2535
2536 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2537
2538         * lyxfunc.C (processKeySym): adjust
2539         (dispatch): adjust
2540         (dispatch): change arg name from ev to func, adjust
2541         (sendDispatchMessage): ditto
2542
2543         * lyx_main.C (defaultKeyBindings): adjust keybindings
2544         (deadKeyBindings): ditto
2545
2546         * kbsequence.C (addkey): return a FuncRequest
2547
2548         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2549
2550         * kbmap.C (bind): take a FuncRequest as arg, adjust
2551         (read): adjust
2552         (lookup): adjust
2553         (defkey): change to take a FuncRequest as arg, adjust
2554         (findbinding): take a FuncRequest as arg, adjust.
2555
2556         * funcrequest.h (operator=): added
2557
2558         * funcrequest.C (FuncRequest): default kb_action changed from
2559         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2560
2561         * buffer.C (dispatch): simplify
2562         (dispatch): adjust to take a FuncRequest as arg, adjust
2563
2564         * boost.C (assertion_failed): change assertion message slightly
2565
2566         * ToolbarBackend.C (read): simplify
2567
2568         * MenuBackend.C (binding): adjust call to findbinding, add a
2569         message if no binding is found.
2570         (read): simplify
2571         (expandToc): correct by adding a empty FuncRequest
2572
2573         * LyXAction.C: include <boost/assert.hpp>
2574         (isPseudoAction): delete function
2575         (LookupFunc): change name to...
2576         (lookupFunc): this. change return type to FuncRequest.
2577         (getActionName): take kb_action as arg, simplify
2578         (funcHasFlag): add an assert, simplify.
2579
2580 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2581
2582         * toc.C (action): return a FuncRequest, simplify
2583
2584         * lyxfunc.C (processKeySym): adjust
2585         (getStatus): delete version that takes an int.
2586         (getStatus): adjust
2587         (dispatch): delete version that takes action as int
2588         (dispatch): adjust
2589         (sendDispatchMessage): simplify and adjust
2590
2591         * funcrequest.C (getArg): take unsigned int as arg
2592
2593         * ToolbarBackend.C (read): adjust
2594         (add): delete version that takes func as a string.
2595         (getIton): take a FuncRequest as arg
2596
2597         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2598         action.
2599
2600         * MenuBackend.C (MenuItem): add a new construct that only takes a
2601         Kind, simplify the constructor use for submenus.
2602         (add): adjust
2603         (expandLastfiles): adjust
2604         (expandDocuments): adjust
2605         (expandFormats): adjust
2606         (expandFloatListInsert): adjust
2607         (expandFloatInsert): adjust
2608         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2609
2610         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2611         Remove class variables lyx_pseudo_map and lyx_arg_map
2612
2613         * LyXAction.C (searchActionArg): delete function
2614         (getPseudoAction): delete function
2615         (retrieveActionArg): delete function
2616         (LookupFunc): make it return kb_action, simplify.
2617         (getActionName): simplify
2618
2619         * factory.C (createInset): fix new bug
2620
2621 2003-09-19  Angus Leeming  <leeming@lyx.org>
2622
2623         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2624         masterFilename_ parameter in the include inset.
2625
2626         * factory.C (createInset): changes due to the changes to InsetInclude.
2627
2628 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2629
2630         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2631
2632 2003-09-18  Angus Leeming  <leeming@lyx.org>
2633
2634         * buffer.C:
2635         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2636         Inset::fillWithBibKeys.
2637         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2638
2639 2003-09-18  Angus Leeming  <leeming@lyx.org>
2640
2641         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2642         variables.
2643         (ctor): pass and store a 'Buffer const &'
2644         (buffer): new member function.
2645
2646         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2647         '*this' to the LaTeXFeatures ctor.
2648
2649 2003-09-18  Angus Leeming  <leeming@lyx.org>
2650
2651         * LColor.h:
2652         * lyxfont.C:
2653         * lyxfont.h:
2654         * lyxtext.h:
2655         * text.C: rename EnumLColor as LColor_color.
2656
2657 2003-09-18  Angus Leeming  <leeming@lyx.org>
2658
2659         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2660         remove #include "insets/insetbase.h" from cursor.h.
2661
2662 2003-09-18  Angus Leeming  <leeming@lyx.org>
2663
2664         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2665         InsetOld_code to remove #include "inset.h".
2666
2667         * iterators.C: add #include "insets/inset.h"
2668
2669 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2670
2671         * BufferView.C: remove more locking stuff that apparently doesn't
2672         do anything sensible.
2673
2674 2003-09-16  André Pönitz  <poenitz@gmx.net>
2675
2676         * paragraph.[Ch]:
2677         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2678           performance boost.
2679
2680 2003-09-16  Angus Leeming  <leeming@lyx.org>
2681
2682         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2683
2684         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2685         arg/return type.
2686
2687         * paragraph.h: remove #include "lyxfont.h". Forward declare
2688         LyXFont_size.
2689
2690 2003-09-16  Angus Leeming  <leeming@lyx.org>
2691
2692         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2693         of support/textutils.h.
2694         (isWord): move the contents of support/textutils.h's IsWordChar here.
2695
2696         * buffer.C:
2697         * lyxfind.C:
2698         * rowpainter.C:
2699         * text.C:
2700         * text2.C: add #include "paragraph.h".
2701
2702         * rowpainter.C:
2703         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2704
2705 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2706
2707         * main.C:
2708         * lyx_main.C:
2709         * lyx_cb.C:
2710         * buffer.C:
2711         * LaTeX.C: use namespace alias for lyx::support::os
2712
2713 2003-09-16  Angus Leeming  <leeming@lyx.org>
2714
2715         * bufferparams.C:
2716         * bufferview_funcs.C:
2717         * factory.C:
2718         * lyxfunc.C:
2719         * paragraph_pimpl.C:
2720         * rowpainter.C:
2721         * text.C: add #include "LColor.h".
2722
2723 2003-09-16  Angus Leeming  <leeming@lyx.org>
2724
2725         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2726         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2727         return LyXFont &.
2728         Store the FontBits::color variable as an int rather than as an
2729         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2730         file.
2731
2732         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2733         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2734         string calls together.
2735
2736         * lyxrc.C: add #include "LColor.h".
2737
2738 2003-09-15  Angus Leeming  <leeming@lyx.org>
2739
2740         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2741         a cow_ptr.
2742
2743 2003-09-15  Angus Leeming  <leeming@lyx.org>
2744
2745         * LColor.h: add an EnumLColor wrapper for LColor::color.
2746
2747         * lyxfont.[Ch] (color, setColor, realColor):
2748         * lyxtext.h, text.C (backgroundColor):
2749         pass EnumLColor args to/from the functions, rather than LColor::color
2750         ones.
2751
2752         * lyxfont.h:
2753         * lyxtext.h: forward declare EnumLColor.
2754
2755         * lyx_main.C: add #include "LColor.h".
2756
2757 2003-09-15  Angus Leeming  <leeming@lyx.org>
2758
2759         * .cvsignore: add lyx-gtk.
2760
2761 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2762
2763         * Chktex.C
2764         * LaTeX.C
2765         * LaTeXFeatures.C
2766         * ParagraphParameters.C
2767         * Spacing.C
2768         * buffer.C
2769         * bufferparams.C
2770         * bufferview_funcs.C
2771         * chset.C
2772         * counters.C
2773         * funcrequest.C
2774         * lyxfont.C
2775         * lyxgluelength.C
2776         * lyxlength.C
2777         * paragraph.C
2778         * paragraph_funcs.C
2779         * text3.C
2780         * vc-backend.C: remove usage of STRCONV
2781
2782 2003-09-15  Angus Leeming  <leeming@lyx.org>
2783
2784         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2785         explicitly define the color passed to the painter.
2786
2787 2003-09-15  Angus Leeming  <leeming@lyx.org>
2788
2789         * bufferparams.C (BufferParams): reorder member initializers to avoid
2790         compiler warning.
2791
2792 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2793
2794         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2795         * text.C (updateRowPositions): remove an unusual nop
2796
2797 2003-09-12  André Pönitz  <poenitz@gmx.net>
2798
2799         * BufferView_pimpl.C:
2800         * Bullet.C:
2801         * layout.h:
2802         * lyxfunc.C:
2803         * lyxlayout.[Ch]:
2804         * lyxtextclass.C:
2805         * rowpainter.C:
2806         * text.C:
2807         * text2.C:
2808         * Counters.[Ch]: finish the 'automatic counters' job
2809
2810 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2811
2812         * aspell.C: include <boost/assert.cpp> (compile fix)
2813
2814 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2815
2816         * boost.C (assertion_failed): use lyx::support::abort instead of
2817         assert.
2818
2819 2003-09-10  Angus Leeming  <leeming@lyx.org>
2820
2821         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2822         with their _fwd progeny.
2823
2824 2003-09-09  Angus Leeming  <leeming@lyx.org>
2825
2826         134 files throughtout the source tree: replace 'using namespace abc;'
2827         directives with the appropriate 'using abc::xyz;' declarations.
2828
2829 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2830
2831         * boost.C (emergencyCleanup): moved here from LAssert.c
2832         (assertion_failed): new function, called by BOOST_ASSERT
2833
2834         * several files: change Assert to BOOST_ASSERT
2835
2836 2003-09-09  Angus Leeming  <leeming@lyx.org>
2837
2838         * buffer.[Ch]: Add an Impl class and move Buffer's member
2839         variables into it. As a result move several header files out of
2840         buffer.h.
2841
2842         Add header files to lots of .C files all over the tree as a result.
2843
2844 2003-09-09  Angus Leeming  <leeming@lyx.org>
2845
2846         * buffer.[Ch]: make Buffer's member variables private. Add
2847         accessor functions.
2848
2849         Lots of changes all over the tree as a result.
2850
2851 2003-09-08  Angus Leeming  <leeming@lyx.org>
2852
2853         * graph.C: #include <config.h>.
2854
2855 2003-09-08  Angus Leeming  <leeming@lyx.org>
2856
2857         * BranchList.C:
2858         * BufferView.C:
2859         * BufferView_pimpl.C:
2860         * CutAndPaste.C:
2861         * DepTable.C:
2862         * LaTeX.C:
2863         * LaTeXFeatures.C:
2864         * LyXAction.C:
2865         * MenuBackend.C:
2866         * TextCache.C:
2867         * aspell.C:
2868         * buffer.C:
2869         * bufferlist.C:
2870         * changes.C:
2871         * chset.C:
2872         * converter.C:
2873         * counters.C:
2874         * debug.C:
2875         * graph.C:
2876         * ispell.C:
2877         * lyx_cb.C:
2878         * lyxfind.C:
2879         * lyxfunc.C:
2880         * lyxlex_pimpl.C:
2881         * lyxrc.C:
2882         * lyxrow.C:
2883         * paragraph.C:
2884         * rowpainter.C:
2885         * texrow.C:
2886         * text.C:
2887         * text2.C:
2888         * toc.C: remove redundant using directives.
2889
2890 2003-09-07  Angus Leeming  <leeming@lyx.org>
2891
2892         * LaTeXFeatures.h: remove #include "support/types.h".
2893         * ToolbarBackend.h: remove #include <algorithm>.
2894         * changes.h: remove #include <ctime>.
2895         * debug.h: remove #include <iosfwd>.
2896         * graph.h: remove #include "support/std_string.h".
2897         * lyx_main.h: remove #include <csignal>.
2898         * lyxlex_pimpl.h: remove #include <fstream>.
2899         * sgml.h: remove #include <algorithm>, <utility>.
2900         * toc.h: remove #include "support/std_ostream.h".
2901         Add #include <iosfwd>.
2902
2903 2003-09-07  Angus Leeming  <leeming@lyx.org>
2904
2905         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2906
2907         * converter.h: forward declare LatexRunParams.
2908         * encoding.h: remove #include "lyxrc.h".
2909         * lyxtext.h: remove #include "LColor.h".
2910         * lyxtextclass.h: remove #include "support/types.h".
2911         * trans.h: remove #include "tex-accent.h".
2912         * trans_mgr.h: remove #include "tex-accent.h".
2913         * insets/inset.h: remove #include "support/types.h", <vector>.
2914         * insets/insetcollapsable.h: remove #include "LColor.h".
2915         * insets/insetinclude.h: remove #include "dimension.h".
2916         * insets/insetlatexaccent.h: remove #include "dimension.h".
2917         * insets/insetoptarg.h:: remove #include "insettext.h".
2918         * insets/insettext.h: remove #include "dimension.h",
2919         <boost/shared_ptr.hpp>
2920
2921         * insets/renderers.h: add #include "dimension.h".
2922         * insets/updatableinset.h: add #include "support/types.h".
2923
2924         * many .C files: Associated changes.
2925
2926 2003-09-06  Angus Leeming  <leeming@lyx.org>
2927
2928         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2929         one, inside testInvariant.
2930
2931         * PrinterParams.C: new file.
2932         * PrinterParams.[Ch]: move the function bodies out of line.
2933
2934 2003-09-06  Angus Leeming  <leeming@lyx.org>
2935
2936         * ParagraphParameters.h: forward declare ParameterStruct rather than
2937         including its header file.
2938         (depth): moved out-of-line.
2939
2940 2003-09-06  Angus Leeming  <leeming@lyx.org>
2941
2942         * BufferView_pimpl.h:
2943         * kbmap.h:
2944         * kbsequence.h:
2945         * lyxfunc.h: forward declare LyXKeySym rather than
2946         #include "frontends/LyXKeySym.h".
2947
2948         * BufferView_pimpl.C:
2949         * kbmap.C:
2950         * kbsequence.C:
2951         * lyxfunc.C: associated changes.
2952
2953 2003-09-06  Angus Leeming  <leeming@lyx.org>
2954
2955         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2956         As a result, can remove the #include "insets/inset.h" from BufferView.h
2957
2958 2003-09-06  Angus Leeming  <leeming@lyx.org>
2959
2960         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2961         As a result, can remove the #include "insets/inset.h" from BufferView.h
2962
2963 2003-09-06  Angus Leeming  <leeming@lyx.org>
2964
2965         * buffer_funcs.C:
2966         * buffer.h:
2967         * bufferlist.C:
2968         * BufferView.C:
2969         * bufferview_funcs.C:
2970         * BufferView_pimpl.C:
2971         * CutAndPaste.C:
2972         * lyx_cb.C:
2973         * lyxfunc.C:
2974         * paragraph.h:
2975         * ParagraphParameters.C:
2976         * tabular.C:
2977         * text3.C:
2978         * toc.C:
2979         * undo_funcs.C:
2980         * frontends/controllers/ControlDocument.C:
2981         * insets/insetcaption.C: rearrange the #includes into some sort of
2982         coherent order.
2983
2984         * buffer.h: remove #includes ErrorList.h, undo.h
2985
2986 2003-09-06  Angus Leeming  <leeming@lyx.org>
2987
2988         * support/types.h: add a 'depth_type' typedef, used to store the
2989         nesting depth of a paragraph.
2990
2991         * paragraph.h:
2992         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2993         defining explicitly.
2994
2995         * buffer.h:
2996         * paragraph_funcs.h:
2997         * ParagraphParameters.h:
2998         * sgml.h: use lyx::depth_type rather than Paragraph or
2999         ParameterStruct's depth_type.
3000
3001         * buffer.h
3002         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3003
3004         * BufferView.C:
3005         * BufferView_pimpl.C:
3006         * CutAndPaste.C:
3007         * ParagraphParameters.C:
3008         * buffer_funcs.C:
3009         * bufferlist.C:
3010         * bufferview_funcs.C:
3011         * lyx_cb.C:
3012         * lyxfunc.C:
3013         * tabular.C:
3014         * text3.C:
3015         * toc.C:
3016         * undo_funcs.C:
3017         * frontends/LyXView.C:
3018         * frontends/controllers/ControlDocument.C:
3019         * frontends/controllers/ControlErrorList.C:
3020         * insets/insetbibitem.C:
3021         * insets/insetbranch.C:
3022         * insets/insetcaption.C:
3023         * insets/insetcollapsable.C:
3024         * insets/insetenv.C:
3025         * insets/insetert.C:
3026         * insets/insetfloat.C:
3027         * insets/insetfoot.C:
3028         * insets/insetfootlike.C:
3029         * insets/insetnewline.C:
3030         * insets/insetquotes.C:
3031         * insets/insettabular.C:
3032         * insets/insettext.C:
3033         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3034
3035         * frontends/controllers/ControlChanges.C: #include "changes.h".
3036
3037 2003-09-06  Angus Leeming  <leeming@lyx.org>
3038
3039         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3040         than #including paragraph.h.
3041
3042         * ParagraphList.h:
3043         * RowList.h: deleted. Superfluous.
3044
3045         * CutAndPaste.h:
3046         * iterators.h:
3047         * lyxcursor.h:
3048         * lyxtext.h:
3049         * text_funcs.h:
3050         * undo.h:
3051         * undo_funcs.h:
3052         * insets/inset.h:
3053         * insets/insettext.h: use ParagraphList_fwd.h rather than
3054         ParagraphList.h.
3055
3056         * paragraph.h: don't forward declare ParagraphList.
3057
3058         * buffer.h:
3059         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3060         rather than ParagraphList.h. paragraph.h is still needed for the
3061         Paragraph::depth_type parameters.
3062
3063         * textcursor.h: enable it to compile stand-alone in light of the
3064         above changes.
3065
3066         * bufferview_funcs.C:
3067         * iterators.C:
3068         * lyxfunc.C:
3069         * lyxrow_funcs.C:
3070         * paragraph.C:
3071         * rowpainter.C:
3072         * text.C:
3073         * text2.C:
3074         * text3.C:
3075         * text_funcs.C:
3076         * textcursor.C:
3077         * undo.C:
3078         * frontends/controllers/ControlParagraph.C:
3079         * frontends/controllers/ControlTabular.C:
3080         * insets/insetmarginal.C:
3081         * insets/insetminipage.C:
3082         * insets/insetnote.C:
3083         * insets/insetoptarg.C: add header files needed to compile again.
3084
3085 2003-09-06  Angus Leeming  <leeming@lyx.org>
3086
3087         * RowList_fwd.h: new file, forward-declaring Row rather than
3088         #including lyxrow.h.
3089
3090         * lyxrow_funcs.h:
3091         * lyxtext.h:
3092         * paragraph.h:
3093         * insets/insettext.h: use it instead of RowList.h
3094
3095         * bufferview_funcs.C:
3096         * lyxfunc.C:
3097         * lyxrow_funcs.C:
3098         * paragraph.C:
3099         * rowpainter.C:
3100         * text.C:
3101         * text2.C:
3102         * text3.C: #include "RowList.h".
3103
3104 2003-09-05  Angus Leeming  <leeming@lyx.org>
3105
3106         * factory.C (createInset):
3107         * vspace.C (c-tor): replace sscanf call with an istringstream.
3108         * ispell.C: re-add missing HP/UX headers.
3109         * lyxserver.C: re-add missing  os2 headers.
3110
3111 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3112
3113         * BranchList.C:
3114         * graph.C:
3115         * ispell.C:
3116         * lastfiles.C:
3117         * lyx_cb.C:
3118         * lyxserver.C:
3119         * texrow.C:
3120         * text3.C: re-add missing system headers, needed for 2.95.2.
3121
3122 2003-09-05  Angus Leeming  <leeming@lyx.org>
3123
3124         Changes most place everywhere due to the removal of using directives
3125         from support/std_sstream.h.
3126
3127 2003-09-05  Angus Leeming  <leeming@lyx.org>
3128
3129         Replace LString.h with support/std_string.h,
3130         Lsstream.h with support/std_sstream.h,
3131         support/LIstream.h with support/std_istream.h,
3132         support/LOstream.h with support/std_ostream.h.
3133
3134         Changes resulting throughout the tree.
3135
3136 2003-09-05  Angus Leeming  <leeming@lyx.org>
3137
3138         * sgml.h: ensure that the header file can be compiled stand-alone.
3139         * *.C: strip out redundant #includes. (320 in total.)
3140
3141 2003-09-04  Angus Leeming  <leeming@lyx.org>
3142
3143         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3144         here (from getPackages).
3145
3146         * debug.[Ch]: add a new EXTERNAL tag.
3147
3148 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3149
3150         * text2.C (cursorEnd): simplify
3151         (setCursor): adjust
3152         (getColumnNearX): adjust
3153
3154         * text.C (computeBidiTables): adjust
3155         (fill): adjust
3156
3157         * rowpainter.C (paintChars): adjust
3158         (paintSelection): adjust
3159         (paintChangeBar): adjust
3160         (paintText): adjust
3161
3162         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3163         lastPos instead.
3164         (numberOfSeparators): adjust
3165
3166 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3167
3168         * LyXAction.C:
3169         * box.[Ch]:
3170         * lfuns.h:
3171         * lyxfunc.C:
3172         * text3.C: Restricts the mouse click functionality
3173         of insets like bibtex, include, toc and floatlist to the visible
3174         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3175         up the dialogs. Cursor has to be in front of the inset (i.e.
3176         start of row) for this to function.
3177
3178 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3179
3180         * bufferview_funcs.C (currentState): output row information
3181
3182 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3183
3184         * bufferview_funcs.C (currentState): output paragraph position
3185
3186 2003-09-04  Angus Leeming  <leeming@lyx.org>
3187
3188         * FloatList.h: move out #include "Floating.h".
3189         * LaTeX.h: move out #include "DepTable.h".
3190         * LyXAction.h: move out #include "funcrequest.h".
3191         * buffer.h: move out #include "author.h", "iterators.h".
3192         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3193         * lyx_main.h: move out #include "errorlist.h".
3194         * lyxfunc.h: move out #include "FuncStatus.h".
3195         * lyxtext: move out #include "lyxcursor.h".
3196         * paragraph_pimpl.h: move out #include "counters.h".
3197
3198 2003-09-03  Angus Leeming  <leeming@lyx.org>
3199
3200         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3201         preamble_snippets list, enabling us to add snippets to the preamble
3202         only if the snippet was not there already.
3203
3204 2003-09-04  Angus Leeming  <leeming@lyx.org>
3205
3206         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3207
3208 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3209
3210         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3211         update
3212
3213 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3214
3215         * BranchList.C: point fix, earlier forgotten
3216
3217 2003-09-02  Angus Leeming  <leeming@lyx.org>
3218
3219         * box.C (contains): renamed from 'contained' after a fantastic
3220         amount of hot air.
3221
3222 2003-09-02  John Levon  <levon@movementarian.org>
3223
3224         * BufferView.C:
3225         * lyxcursor.h:
3226         * lyxcursor.C:
3227         * lyxfunc.C:
3228         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3229
3230 2003-09-02  John Levon  <levon@movementarian.org>
3231
3232         * text2.C: simplification of cursorEnd(), including partial
3233         fix for bug 1376
3234
3235 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3236
3237         * buffer.C (readFile): add a space
3238
3239 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3240
3241         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3242
3243 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3244
3245         * buffer.C (readFile): new function, take a filename and a
3246         ParagraphList::iterator
3247         (readFile): adjust
3248         (readFile): adjust, make it private. don't use setStream, make
3249         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3250         always contain the filename.
3251
3252         * BufferView.C (insertLyXFile): simplify and make it work for
3253         gzipped files.
3254
3255 2003-08-30  John Levon  <levon@movementarian.org>
3256
3257         * Makefile.am: fix dist (from Kayvan)
3258
3259 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3260
3261         * most files: change to use const Buffer refs
3262
3263 2003-08-27  André Pönitz  <poenitz@gmx.net>
3264
3265         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3266         on top of ownerPar().
3267
3268 2003-08-27  John Levon  <levon@movementarian.org>
3269
3270         * funcrequest.C: properly initialise POD members
3271
3272 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3273
3274         * lyxtext.h (top_y): move top_y from here
3275         * text.C:
3276         * text2.C:
3277         * text3.C:
3278         * BufferView.[Ch]:
3279         * BufferView_pimpl.[Ch]: to here
3280         * frontends/screen.C:
3281         * insets/insettabular.C:
3282         * insets/insettext.C: adjust
3283         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3284
3285 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3286
3287         * BufferView.[Ch]:
3288         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3289
3290 2003-08-26  André Pönitz  <poenitz@gmx.net>
3291
3292         * paragraph_func.[Ch] (outerPar): new function
3293
3294         * paragraph.C:
3295         * paragraph_funcs.C:
3296         * paragraph_funcs.h:
3297         * paragraph_pimpl.C:
3298         * text2.C: remove Inset::par_owner
3299
3300 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3301
3302         * lyxrow_funcs.C:
3303         * lyxtext.h:
3304         * text.C:
3305         * text2.C: eliminates the needFullRow/display() stuff
3306         altogether, putting the logic in metrics/draw in the insets.
3307
3308 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3309
3310         * text2.C (redoParagraphInternal, redoParagraphs):
3311         * text.C (redoParagraph): add a call to updateRowPositions at the
3312         end of each 'metrics-like' call. Remove all others.
3313         (getRow): remove the 'y-computing' version.
3314         (getRowNearY): do not compute nor return the real y. Solve the
3315         'y < 0' problem and simplify.
3316
3317 2003-08-22  Angus Leeming  <leeming@lyx.org>
3318
3319         * *.[Ch]: clean-up of licence and author blurbs.
3320         Also move config.h out of a few .h files and into a few .C files.
3321
3322 2003-08-22  André Pönitz  <poenitz@gmx.net>
3323
3324         * lyxrow.[Ch]: add x_ and *fill_ members
3325
3326         * lyxtext.h:
3327         * text.C:
3328         * rowpainter.C:
3329         * text2.C: adjust/remove prepareToPrint() calls
3330
3331 2003-08-22  André Pönitz  <poenitz@gmx.net>
3332
3333         * lyxrow.[Ch]: add  end_ member
3334
3335         * lyxrow_funcs.C: use LyXRow::end_
3336
3337         * lyxtext.h (singleWidth): add LyXFont parameter
3338
3339         * rowpainter.C:
3340         * text2.C: adjust LyXText::singleWidth() calls
3341
3342         * text.C (redoParagraph): simplify row breaking logic
3343
3344
3345 2003-08-19  André Pönitz  <poenitz@gmx.net>
3346
3347         * funcrequest.C: initialize button_ member
3348
3349         * text3.C:
3350         * rowpainter.[Ch]: interface consolidation
3351
3352 2003-08-18  André Pönitz  <poenitz@gmx.net>
3353
3354         * BufferView.C:
3355         * BufferView_pimpl.C:
3356         * lyxfind.C:
3357         * paragraph_funcs.C:
3358         * rowpainter.C:
3359         * text3.C: remove LyXScreen::draw() and fitCursor calls
3360
3361         * BranchList.h: remove spurious semicolons
3362
3363         * MenuBackend.C: fix branchlist related crash
3364
3365 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3366
3367         * BranchList.[Ch]:
3368         * InsetList.[Ch]:
3369         * LColor.[Ch]:
3370         * LyXAction.C:
3371         * Makefile.am:
3372         * MenuBackend.[Ch]:
3373         * bufferparams.[Ch]:
3374         * factory.C:
3375         * lfuns.h:
3376         * lyxfunc.C:
3377         * text3.C: implements the 'branch inset'
3378         idea. This allows the output of various versions of a document
3379         from a single source version, selectively outputing or suppressing
3380         output of parts of the text.
3381         This implementation contains a 'branch list editor' in a separate
3382         tab of the document settings dialog. Branches are user definable
3383         and have a "display colour" to distinguish them on-screen.
3384
3385         ColorHandler was somewhat cleaned up.
3386         (1) make possible a dynamically growing LColor list by allowing
3387         the graphic context cache to grow along (vector);
3388         (2) eliminate an IMHO unnecessary step in colour allocation.
3389
3390 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3391
3392         * BufferView_pimpl.C: compile fix
3393
3394 2003-08-15  André Pönitz  <poenitz@gmx.net>
3395
3396         * rowpainter.C: remove extra metrics calls
3397
3398         * lyxtext.h: merge the two constructors into a single one,
3399           pass reference to owner's par list
3400
3401         * BufferView_pimpl.C:
3402         * text.C:
3403         * text2.C: adjust
3404
3405 2003-08-15  André Pönitz  <poenitz@gmx.net>
3406
3407         * lyxrow_funcs.[Ch]:
3408         * lyxtext.h:
3409         * paragraph.h:
3410         * paragraph_funcs.C:
3411         * rowpainter.C:
3412         * text.C:
3413         * text2.C:
3414         * text3.C:
3415         * text_funcs.C: split LyXText::rowlist_ into individual
3416         Paragraph::rows_ chunks
3417
3418         * BufferView.[Ch]:
3419         * BufferView_pimpl.[Ch]:
3420         * lyxfind.C:
3421         * lyxtext.h:
3422         * text3.C: remove toggleSelection()
3423
3424 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3425
3426         * bufferlist.C: beautify two alerts (shorter text of buttons)
3427         * buffer.C: Remove redundant ' ' from message
3428         * tabular.h:
3429         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3430         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3431         rename VALIGN_CENTER to VALIGN_MIDDLE
3432
3433 2003-08-11  André Pönitz  <poenitz@gmx.net>
3434
3435         * lyxtext.h (getPar):
3436         * text.C: new function
3437
3438 2003-08-11  André Pönitz  <poenitz@gmx.net>
3439
3440         * Makefile.am:
3441         * tracer.[Ch]: remove unneeded files
3442
3443         * InsetList.[Ch]: remove resizeInsetsLyXText()
3444
3445         * lyxtext.h:
3446         * text.C:
3447         * text2.C:
3448         * text3.C: merge insertParagraphs() and appendParagraph()
3449         remove breakAgain(), update()
3450
3451         * BufferView_pimpl.[Ch]:
3452         * bufferview_funcs.[Ch]:
3453         * lyxfunc.C:
3454         * paragraph.[Ch]:
3455         * rowpainter.C:
3456         * tabular.C: adjust after text & InsetList changes.
3457
3458 2003-08-08  André Pönitz  <poenitz@gmx.net>
3459
3460         * text.C (insertChar, backspace): replace rowlist fiddling
3461         with rebreak of full par
3462
3463         * lyxtext.h:
3464         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3465         checkParagraph, updateInset): removed
3466
3467 2003-08-07  André Pönitz  <poenitz@gmx.net>
3468
3469         * paragraph.C:
3470         * text3.C: merge some LFUN handlers, remove dead code
3471
3472 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3473
3474         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3475
3476 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3477
3478         * text2.C (DEPM): fix part of bug 1255 and 1256
3479
3480 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3481
3482         * BufferView_pimpl.C (workAreaDispatch): change to use
3483         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3484         that are no mouse related.
3485
3486 2003-08-05  André Pönitz  <poenitz@gmx.net>
3487
3488         * BufferView.[Ch]:
3489         * BufferView_pimpl.[Ch]:
3490         * bufferview_funcs.C:
3491         * text2.C:
3492         * text3.C: rip out "deep update"
3493
3494         * textcursor.[Ch] (last_sel_cursor): remove unused member
3495
3496 2003-08-04  André Pönitz  <poenitz@gmx.net>
3497
3498         * BufferView.[Ch]:
3499         * BufferView_pimpl.[Ch]:
3500         * ParagraphParameters.C:
3501         * bufferview_funcs.C:
3502         * lyx_cb.C:
3503         * lyxfind.C:
3504         * lyxfunc.C:
3505         * text.C:
3506         * text2.C:
3507         * text3.C: replace "complicated" BufferView::update(...) calls with
3508         simpler ones.
3509
3510         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3511
3512 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3513
3514         * Makefile.am (lyx_SOURCES): add paper.h
3515
3516 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3517
3518         * Makefile.am: move things around so that both lyx-qt and
3519         lyx-xforms can be built (according to --with-frontend). Then lyx
3520         is a symbolic link to lyx-[firstfrontend]
3521
3522 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3523
3524         * Always use std::endl with lyxerr
3525
3526 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3527
3528         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3529
3530 2003-08-01  André Pönitz  <poenitz@gmx.net>
3531
3532         * BufferView.[Ch]:
3533         * BufferView_pimpl.[Ch]:
3534         * lyxfunc.C:
3535         * text3.C: merge BufferView::repaint() and BufferView::update()
3536
3537 2003-08-01  José Matos  <jamatos@lyx.org>
3538
3539         * buffer.[Ch]: file_format is no longer a buffer data element.
3540
3541 2003-08-01  André Pönitz  <poenitz@gmx.net>
3542
3543         * BufferView.C:
3544         * lyxtext.h:
3545         * text.C:
3546         * text2.C: make redoParagraph more independent of current cursor
3547
3548         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3549         * text.C:
3550         * text2.C: remove unneeded members
3551
3552 2003-07-30  André Pönitz  <poenitz@gmx.net>
3553
3554         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3555
3556         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3557           create a single function...
3558
3559         * paragraph_funcs.C (moveItem): ... here.
3560
3561         * text.C:
3562           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3563
3564 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3565
3566         * LColor.[Ch]: Add comment and greyedout logical colors.
3567
3568 2003-07-30  André Pönitz  <poenitz@gmx.net>
3569
3570         * tabular.C: don't use Assert too heavily. This crashes where it
3571           shouldn't
3572
3573 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3574
3575         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3576         is disabled (bug 1232)
3577
3578 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3579
3580         * factory.C: limited 'arg' scope
3581
3582 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3583
3584         * factory.C: fixed Note submenu issues
3585
3586 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3587
3588         * factory.C: submenu for Note/Comment/Greyedout
3589
3590 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3591
3592         * lyx_main.C (LyX):
3593         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3594
3595 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3596
3597         * LaTeXFeatures.C:
3598         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3599         greyedout. Patch provided by Jürgen Spitzmüller.
3600
3601 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3602
3603         * kbmap.C (read): fix error message when reading bind files
3604
3605 2003-07-29  Angus Leeming  <leeming@lyx.org>
3606
3607         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3608         certainly does not do what it purports to do. I am doing it, and
3609         us, a favour by killing it.
3610
3611 2003-07-28  José Matos  <jamatos@lyx.org>
3612
3613         * buffer.C (readBody, do_writeFile):
3614         * paragraph.C(readParagraph): \end_document replaces \the_end.
3615
3616 2003-07-29  André Pönitz  <poenitz@gmx.net>
3617
3618         * BufferView.[Ch]:
3619         * BufferView_pimpl.[Ch]:
3620         * lyxfunc.C:
3621         * text2.C:
3622         * text3.C:
3623         * textcursor.[Ch]: remove toggleToggle & Co
3624
3625 2003-07-28  José Matos  <jamatos@fep.up.pt>
3626
3627         * buffer.C (readParagraph):
3628         * params_func (readParToken, readParagraph):
3629         * paragraph.C (write): \layout -> \begin_layout.
3630
3631 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3632
3633         * lyxlex_pimpl.C (setFile): clean up slightly.
3634
3635         * bufferparams.h: add compressed var
3636
3637         * buffer_funcs.C (readFile): adjust for LyXLex change
3638         (newFile): ditto + simplify
3639
3640         * buffer.C (writeFile): handle writing of compressed files
3641
3642         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3643         Check if the file is compressed and set a bufferparm if so.
3644
3645         * Makefile.am (lyx_LDADD): remove explicit -lz
3646
3647 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3648
3649         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3650         makeDocBookFile): put the real LyX version in the first line of
3651         the file
3652
3653         * version.h:
3654         * version.C.in: remove lyx_docversion
3655
3656         * tabular.C (write_attribute): add a template-based version to
3657         write enums properly
3658
3659 2003-07-28  André Pönitz  <poenitz@gmx.net>
3660
3661         * lyxtext.h:
3662         * text.C:
3663         * text2.C:
3664         * text3.C: use doubles again for x-coordinates. They are needed.
3665
3666 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3667
3668         * messages.C (getLocaleDir): use lyx_localedir()
3669
3670         * lyxlex_pimpl.C (setFile): compress stuff
3671
3672         * buffer.C (writeFile): add some compression stuff
3673         (do_writeFile): new func, dont call expliti close... will this
3674         breake anything?
3675
3676         * Makefile.am (lyx_LDADD): add -lz
3677
3678 2003-07-28  José Matos  <jamatos@fep.up.pt>
3679
3680         * buffer.C: increment file format.
3681         * paragraph_funcs (readParagraph, readParToken):
3682         * paragraph.C (readParagraph): add \end_layout.
3683
3684 2003-07-27  Angus Leeming  <leeming@lyx.org>
3685
3686         * Makefile.am: remove special casing for configure-time setting of
3687         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3688
3689         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3690         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3691
3692 2003-07-26  André Pönitz  <poenitz@gmx.net>
3693
3694         * paragraph_func.[Ch]:
3695         * paragraph.C (realizeFont): inline it whereever it is used
3696
3697         * rowpainter.C:
3698         * text.C:
3699         * text2.C:
3700         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3701
3702
3703 2003-07-26  André Pönitz  <poenitz@gmx.net>
3704
3705         *       lyxtext.h:
3706         * text.C:
3707         * text2.C: get rid of LyXText::need_break_row
3708
3709 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3710
3711         * toc.[Ch]: put namespace toc inside namespace lyx
3712
3713         * MenuBackend.C (expandToc2): adjust for lyx::toc
3714         (expandToc): ditto
3715
3716         * lyxfunc.C (dispatch): adjust for lyx::find
3717
3718         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3719         lyx::find instead. Reorganize a bit.
3720         (LyXReplace): rename to replace
3721         (LyXFind): rename to find
3722
3723         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3724         (dispatch): ditto
3725
3726 2003-07-26  André Pönitz  <poenitz@gmx.net>
3727
3728         * text.C (setHeightOfRow): restrict scope of temporary variable
3729
3730         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3731           code (never has been used?)
3732
3733 2003-07-27  Asger Alstrup  <alstrup@local>
3734
3735         * text.C (fill): Optimise algorithm to exploit that we can reuse
3736         the LyXFont for many characters.
3737         (setHeightOfRow): Same thing.
3738         (rowBreakPoint): Same thing.
3739
3740 2003-07-26  Asger Alstrup  <alstrup@local>
3741
3742         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3743
3744         * text.C (singleWidth): Spurious font copying in hot-spot
3745         singleWidth avoided. Reorder tests for arabic for efficiency.
3746
3747         * text.C (fill): handle empty paragraphs better.
3748
3749 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3750
3751         * ispell.C:
3752         * encoding.h: add includes
3753
3754         * lyxrc.C: remove reading of bind files
3755
3756         * lyx_main.C (init): setup bindings and menus only if we have a
3757         gui.
3758
3759         * kbmap.C (read): new method. Do the actual reading of bind
3760         files.
3761
3762         * converter.C (dvipdfm_options):
3763         * bufferparams.C:
3764         * lyxrc.C (read):
3765         (output): adapt PAPER_* enums.
3766
3767         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3768
3769         * bufferparams.h: remove paper-related enums from there
3770
3771         * paper.h: New file. A trivial header file to hold paper-related
3772         enums. It should later expand to contain many paper-related
3773         horrors access.
3774
3775         * lyxrc.C: declare extern displayTranslator
3776
3777 2003-07-27  José Matos  <jamatos@fep.up.pt>
3778
3779         * tabular.[Ch] (linuxdoc): add support for tables and figures
3780         (linuxdoc).
3781
3782 2003-07-27  José Matos  <jamatos@fep.up.pt>
3783
3784         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3785         consistency in both functions.
3786         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3787
3788 2003-07-26  Asger Alstrup  <alstrup@local>
3789
3790         * rowpainter.C (paintRows): Change algorithm to work directly on
3791         the insets rather than asking every character in the document
3792         whether its an inset.
3793
3794 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3795
3796         * buffer.C (openFileWrite): factorize some code
3797
3798 2003-07-26  Angus Leeming  <leeming@lyx.org>
3799
3800         * lyx_cb.C:
3801         * lyx_main.[Ch]: replace occurances of system_tempdir with
3802         os::getTmpDir().
3803
3804 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3805
3806         * rename Inset to InsetOld
3807
3808 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3809
3810         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3811         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3812         which I think is a bit clearer. EDIT is gone, since it was
3813         premature optimisation, and broken for mathed anyway.
3814         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3815         with cursor positioning in insets as well (math insets still do not
3816         work, but that's a different story anyway.) It mysteriously
3817         crashes sometimes with undo in the first paragraph, but I'm fairly
3818         confident that this is a compiler bug.
3819
3820 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3821
3822         * paragraph.C (Paragraph): adjust for new clone return type
3823         (operator==): ditto
3824         (copyIntoMinibuffer): ditto
3825
3826 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3827
3828         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3829         by not having a special case, and always doing a full rebreak of
3830         the document after undo.
3831
3832 2003-07-23  Angus Leeming  <leeming@lyx.org>
3833
3834         * factory.C (createInset): InsetExternal::setParams now takes a
3835         Buffer const * arg.
3836
3837 2003-07-23  Angus Leeming  <leeming@lyx.org>
3838
3839         * factory.C (createInset): changed interface to the external and
3840         graphics mailers' string2params functions.
3841
3842 2003-07-23  Angus Leeming  <leeming@lyx.org>
3843
3844         * factory.C (createInset): pass a
3845         Buffer const * parameter to InsetExternalMailer's string2params.
3846
3847 2003-07-22  John Levon  <levon@movementarian.org>
3848
3849         * Thesaurus.h: include the right aiksaurus header
3850
3851 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3852
3853         * MenuBackend.C (expand): check menu shortcuts unconditionally
3854
3855 2003-07-21  Angus Leeming  <leeming@lyx.org>
3856
3857         * factory.C (createInset): pass a
3858         buffer_path parameter to InsetGraphicsMailer's string2params.
3859
3860 2003-07-21  Angus Leeming  <leeming@lyx.org>
3861
3862         * BufferView_pimpl.C (buffer):
3863         * buffer.C (d-tor):
3864         * lyx_main.C (LyX):
3865         * lyxfunc.C (dispatch):
3866         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3867         rather than the grfx shortcut.
3868
3869 2003-07-21  André Pönitz  <poenitz@gmx.net>
3870
3871         * rowpainter.C: remove unused variables
3872
3873         * tabular_funcs.C:
3874         * tabular_funcs.h: move to tabular.C
3875         * Makefile.am: adjust
3876
3877         * tabular.[Ch]: basic optical cleaning
3878
3879         * author.h: pass references, not values
3880
3881 2003-07-18  André Pönitz  <poenitz@gmx.net>
3882
3883         * lyxtext.h:
3884         * metricsinfo.C:
3885         * metricsinfo.h:
3886         * rowpainter.C:
3887         * text.C:
3888         * text2.C:
3889         * text3.C: two-phase drawing for InsetText and InsetTabular
3890         some float -> int changes.
3891
3892 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3893
3894         * lyx_main.C: fix the fix
3895
3896 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3897
3898         * lyx_main.C: fix a crash in batch mode if no files specified
3899         * converter.C: ws
3900
3901 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3902
3903         * format.[Ch] (papersize): moved to BufferParams
3904         * converter.[Ch] (dvips_options): moved to BufferParams
3905         (dvipdfm_options): moved to anon namespace
3906         * bufferparams.[Ch]: added above functions.
3907
3908 2003-07-17  André Pönitz  <poenitz@gmx.net>
3909
3910         * lyxtext.h:
3911         * rowpainter.C:
3912         * text2.C: don't call inset->update() anymore
3913
3914         * metricsinfo.[Ch]: add convenience constructor
3915
3916 2003-07-16  André Pönitz  <poenitz@gmx.net>
3917
3918         * lyxcursor.[Ch]:
3919         * lyxfunc.[Ch]:
3920         * text.C:
3921         * text2.C: replace the LyXCursor::irow_ member with
3922          on-demand computation of the value
3923
3924 2003-07-16  John Levon  <levon@movementarian.org>
3925
3926         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3927
3928 2003-07-15  André Pönitz  <poenitz@gmx.net>
3929
3930         * text.C:
3931         * text2.C: remove no more needed refresh_row
3932
3933 2003-07-15  André Pönitz  <poenitz@gmx.net>
3934
3935         * lyxtext.h:
3936         * rowpainter.C:
3937         * text2.C:
3938         * text3.C: refresh_status tristate -> need_update bool
3939
3940 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3941
3942         * lyxtext.h (init): remove reinit argument (act as if always true)
3943         * text2.C: adjust to that
3944
3945 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3946
3947         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3948         * text3.C: use it to delete selections in some cases
3949         (bugs 441, 673, 702, 954).
3950
3951 2003-07-14  André Pönitz  <poenitz@gmx.net>
3952
3953         * rowpainter.[Ch]: reduce interface
3954
3955 2003-07-14  André Pönitz  <poenitz@gmx.net>
3956
3957         * BufferView_pimpl.C:
3958         * text2.C: adjust after removing unused BufferView * argument
3959
3960 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3961
3962         * text2.C (init): fix a crash fired on resize
3963
3964 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3965
3966         * buffer.[Ch]: added new closing signal
3967         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3968         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3969         BufferView::Pimpl via the closing the signal
3970
3971 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3972
3973         * buffer.[Ch]: take out all bv-related from buffer
3974         * BufferView.C:
3975         * BufferView_pimpl.[Ch]: connect to new signals
3976         * CutAndPaste.C: removed useless asserts
3977         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3978         * lyxvc.[Ch]:
3979         * vc-backend.[Ch]:
3980         * lyxfunc.C: moved view-related funciontality from vc here
3981         * paragraph.C: removed outdated comments
3982         * text.C: ws
3983
3984 2003-07-10  André Pönitz  <poenitz@gmx.net>
3985
3986         * BufferView_pimpl.C:
3987         * tabular.h:
3988         * tabular_funcs.C:
3989         * text.C:
3990         * text2.C: remove InsetText::InnerCache, clean up consequences
3991
3992 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3993
3994         * ispell.C: fix two typos in error messages
3995
3996 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3997
3998         * Extend Note inset to other forms of annotation like Comment
3999         and Greyedout. Right button click gives dialog.
4000
4001         Files modified or added (+):
4002
4003         * insetnote.[Ch]
4004         * FormNote.[Ch]      +
4005         * ControlNote.[Ch]   +
4006         * form_note.fd       +
4007         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4008         frontends/controllers
4009         * xforms/Dialogs.C
4010         * factory.C
4011
4012 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4013
4014         * aspell.C: add missing namespace lyx::support
4015
4016 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4017
4018         * BufferView.[Ch] (newFile): Add
4019         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4020         * LaTeX.[Ch] (message): added this signal and use it
4021         * buffer.[Ch] (busy, message): added these signals and use them
4022         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4023         * converter.C:
4024         * exporter.C:
4025         * format.C:
4026         * importer.C: use buffer signals instead of direct bv calling
4027         * lyx_cb.[Ch] (ShowMessage): removed
4028         * lyx_main.C:
4029         * lyxfunc.C:
4030         * paragraph_funcs.C:
4031         * text2.C: use buffer signals
4032
4033 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4034
4035         * introduce namespace lyx::graphics
4036
4037 2003-07-02  André Pönitz  <poenitz@gmx.net>
4038
4039         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4040
4041 2003-07-01  André Pönitz  <poenitz@gmx.net>
4042
4043         * text.C:
4044         * text2.C:
4045         * text3.C:
4046         * text_funcs.[Ch]:
4047         * textcursor.h:
4048         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4049           text*.C to text_func.C
4050
4051 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4052
4053         * introduce namespace lyx::support
4054
4055 2003-06-30  André Pönitz  <poenitz@gmx.net>
4056
4057         * Chktex.C:
4058         * funcrequest.C:
4059         * lyxtext.h:
4060         * text.C: re-enable --with-included-string
4061
4062 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4063
4064         * textcursor.C: add <config.h>
4065
4066         * text.C (getWord): remove const from word_location arg
4067
4068         * lyxvc.C (getLogFile): fix const type order
4069
4070         * lyxtext.h: remove const from word_location arg, add arg name
4071
4072         * lyxlayout.h: currect type on labeltype.
4073
4074         * importer.C: correct \file
4075
4076         * converter.C (intToFormat): use std:: on ret val, ws changes
4077
4078         * bufferlist.h: correct \file
4079
4080         * buffer.C (makeLinuxDocFile): fix const type order
4081         (makeDocBookFile): ditto
4082         (fillWithBibKeys): use std:: on stdlib args.
4083
4084         * CutAndPaste.C: fix authors.
4085         (availableSelections): use std:: on return vector
4086
4087 2003-06-27  André Pönitz  <poenitz@gmx.net>
4088
4089         * BufferView_pimpl.C:
4090         * bufferview_funcs.C:
4091         * lyxcursor.C:
4092         * lyxcursor.h:
4093         * lyxfunc.C:
4094         * lyxtext.h:
4095         * rowpainter.C:
4096         * text.C:
4097         * text2.C:
4098         * text3.C: remove LyXCursor::row_ member
4099
4100         * lyxtext.h:
4101         * text.C: rename fullRebreak() to partialRebreak() and implement
4102           a fullRebreak() that really bereks fully
4103
4104         * textcursor.h: new struct for cursor-related data
4105
4106 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4107
4108         * lyx_main.C (LyX): get full path of document loaded on the
4109         command line
4110
4111 2003-06-26  André Pönitz  <poenitz@gmx.net>
4112
4113         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4114           remove unused/broken operator>,<,>=.
4115
4116         *       text.C: remove only use of broken operator<= in an Assert().
4117
4118 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4119
4120         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4121         moved errorlist_.clear to showErrorList
4122
4123 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4124
4125         * converter.C (scanLog, runLaTeX):
4126         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4127         move the bv->showErrorList call to the callers
4128         * lyxfunc.C: i.e. here...
4129         * text2.C: and here
4130         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4131         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4132         namespace, the second to...
4133         * buffer_funcs (BufferFormat, parseErrors): added
4134         * errorlist.C (ErrorList(TeXErrors const &)): removed
4135
4136 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4137
4138         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4139
4140 2003-06-24  "Garst R. Reese" <reese@isn.net>
4141
4142         * debug.C: fix typo
4143
4144 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4145
4146         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4147
4148         * version.C.in: change docversion to 1.4
4149
4150 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4151
4152         * buffer.C: fix a bug just introduced
4153
4154 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4155
4156         * buffer.[Ch]: added the parseError signal and use it, removed
4157         sgmlError
4158         * BufferView.[Ch] (addError): moved to ...
4159         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4160         to the Buffer::parseError signal to catch (guess what) parse errors
4161         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4162
4163 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4164
4165         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4166         ability to create a buffer and to return an existing one from
4167         the list. Moved these functions to...
4168         * buffer_funcs.[Ch]: added
4169         * BufferView.[Ch] (loadLyXFile): added
4170         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4171         job removed from bufferlist::loadLyXFile.
4172         * buffer.C (setReadOnly): make it work without view
4173         (i.e added an if (users))
4174
4175 2003-06-19  Angus Leeming  <leeming@lyx.org>
4176
4177         * lfuns.h:
4178         * LyXAction.C (init):
4179         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4180         with LFUN_DIALOG_SHOW <name> <data>.
4181
4182 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4183
4184         * CutAndPaste.C (availableSelections): small compilation fix for
4185         ancient (gcc 2.9x) compilers
4186
4187 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4188
4189         * text3.C (cursorNext): add tmp var
4190
4191         * text2.C (updateCounters): for function calling out of for clause
4192         (replaceSelectionWithString): ditto
4193         (insertStringAsParagraphs): ditto
4194         (getColumnNearX): add tmp var
4195         (setCursorFromCoordinates): add tmp var
4196         (cursorDownParagraph): add tmp var
4197         (deleteEmptyParagraphMechanism): add tmp var
4198
4199         * text.C (insertChar): add tmp var
4200
4201         * rowpainter.C (paintDepthBar): add tmp var
4202
4203         * CutAndPaste.C (availableSelections): potentially check all
4204         paragraphs in a cut to fill the shown strings.
4205
4206 2003-06-18  André Pönitz  <poenitz@gmx.net>
4207
4208         * kbmap.[Ch]: use vector<> instead of list<>
4209
4210 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4211
4212         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4213         pasteSelection with index
4214
4215         * text2.C (pasteSelection): modify, call pasteSelection with index
4216
4217         * paragraph.C (asString): reimplement version with no interval to
4218         call the one with interval.
4219
4220         * lyxtext.h: add index arg to pasteSelection
4221
4222         * MenuBackend.C (MenuItem): handle PasteRecent
4223         (Menu::read::Menutags): add md_pasterecent
4224         (read): handle it
4225         (expandPasteRecent): new function
4226         (expand): use it
4227
4228         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4229
4230         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4231         the limited stack
4232         (availableSelections): new function
4233
4234 2003-06-17  Angus Leeming  <leeming@lyx.org>
4235
4236         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4237
4238 2003-06-17  Angus Leeming  <leeming@lyx.org>
4239
4240         * lfuns.h:
4241         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4242
4243         * lyxfunc.C (dispatch): invoke it.
4244
4245 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4246
4247         * iterators.C (operator++, ParPosition): reintroduce some
4248         const_cast for the benefit of older compilers.
4249
4250 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4251
4252         * text3.C (dispatch): do not modify clipboard when doing
4253         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4254         LFUN_DELETE_SKIP on a selection selection
4255
4256 2003-06-16  André Pönitz  <poenitz@gmx.net>
4257
4258         * BufferView.C:
4259         * buffer.C:
4260         * buffer.h:
4261         * paragraph.C:
4262         * tabular.[Ch]: IU of clone() and getLabelList();
4263
4264 2003-06-13  André Pönitz  <poenitz@gmx.net>
4265
4266         * tabular.h: compactification
4267
4268 2003-06-12  André Pönitz  <poenitz@gmx.net>
4269
4270         * tabular.C:
4271         * tabular.h:
4272         * tabular_funcs.h: some renaming plus whitespace
4273
4274 2003-06-12  André Pönitz  <poenitz@gmx.net>
4275
4276         * BufferView.C:
4277         * BufferView_pimpl.C:
4278         * CutAndPaste.C:
4279         * buffer.C:
4280         * iterators.[Ch]:
4281         * lyxfunc.C:
4282         * text.C:
4283         * toc.C: Return a Paragraph & for ParIterator::operator*()
4284
4285 2003-06-11  John Levon  <levon@movementarian.org>
4286
4287         * lyx_main.C:
4288         * ToolbarBackend.h:
4289         * ToolbarBackend.C: add "Toolbars" section and
4290         put the flags there
4291
4292 2003-06-10  Angus Leeming  <leeming@lyx.org>
4293
4294         * lfuns.h:
4295         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4296
4297         * lyxfunc.C (dispatch): invoke it.
4298
4299 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4300
4301         * main.C: protect <ios> with HAVE_IOS
4302         (main): protect sync_with_stdio with HAVE_IOS
4303
4304 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4305
4306         * text2.C (cutSelection): adjust
4307         (pasteSelection): adjust
4308
4309         * messages.C: handle get of empty string
4310
4311         * main.C (main): use sync_with_stdio(false)
4312
4313         * lyxfunc.C (dispatch): adjust
4314
4315         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4316         (WriteAs): remove unneeded BufferView arg.
4317
4318         * bufferparams.h: use correct types on papersize, papersize2 and
4319         paperpackage.
4320
4321         * bufferparams.C (readToken): adjust for type
4322         (writeLaTeX): add missing cases to switch.
4323
4324         * bufferlist.C (quitWriteBuffer): adjust
4325         (close): adjust
4326
4327         * buffer.C (asciiParagraph): remove some commented code.
4328
4329         * CutAndPaste.C: remove current_view extern variable.
4330         (cutSelection): add BufferParams arg.
4331         (eraseSelection): add BufferParams arg.
4332         (pasteSelection): add Buffer const & arg
4333
4334 2003-06-07  John Levon  <levon@movementarian.org>
4335
4336         * buffer.C:
4337         * paragraph_funcs.C:
4338         * paragraph_pimpl.C:
4339         * text.C:
4340         * text2.C:
4341         * paragraph.h:
4342         * paragraph.C: allow InsetERT to freely space lines,
4343         and some consolidation of code
4344
4345 2003-06-06  José Matos  <jamatos@fep.up.pt>
4346
4347         * buffer.C (makeDocBookFile): fix bug #821
4348
4349 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4350
4351         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4352
4353 2003-06-04  Angus Leeming  <leeming@lyx.org>
4354
4355         * buffer.C: bump format to 224.
4356
4357 2003-06-05  André Pönitz  <poenitz@gmx.net>
4358
4359         * text2.C (redoParagraphs): remove two const_cast<>
4360
4361 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4362
4363         * ParagraphList.h: remove last remnants of NO_STD_LIST
4364
4365 2003-06-03  Angus Leeming  <leeming@lyx.org>
4366
4367         * factory.C (createInset): small change to the way InsetExternal's params
4368         are set.
4369
4370 2003-06-04  André Pönitz  <poenitz@gmx.net>
4371
4372         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4373
4374         * paragraph_pimpl.h:
4375         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4376
4377         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4378
4379         * undo_funcs.C: make some simple cases of undo work again
4380
4381 2003-06-03  John Levon  <levon@movementarian.org>
4382
4383         * ispell.C: HPUX doesn't have sys/select.h
4384         (from Albert Chin)
4385
4386 2003-06-03  John Levon  <levon@movementarian.org>
4387
4388         * CutAndPaste.C: update tabular and include inset
4389         buffer references
4390
4391         * buffer.h:
4392         * paragraph.h:
4393         * paragraph.C: remove owningBuffer(), don't pass Buffer
4394         to clone()
4395
4396         * factory.C: insetGraphicsParams changed
4397
4398 2003-06-02  John Levon  <levon@movementarian.org>
4399
4400         * LyXAction.C:
4401         * factory.C:
4402         * lfuns.h:
4403         * lyxfunc.C:
4404         * text3.C: remove insetparent
4405
4406 2003-06-02  John Levon  <levon@movementarian.org>
4407
4408         * buffer.h:
4409         * buffer.C: fix inset_iterator.end(), move out of line
4410         (bug 1149)
4411
4412 2003-06-01  John Levon  <levon@movementarian.org>
4413
4414         * text3.C: use a proper cut/paste when doing inset
4415         insert (from Jürgen Spitzmüller)
4416
4417 2003-06-01  John Levon  <levon@movementarian.org>
4418
4419         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4420
4421 2003-05-30  André Pönitz  <poenitz@gmx.net>
4422
4423         * rowpainter.C: unify second drawing phase
4424
4425 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4426
4427         * trans_mgr.C: remove one case of current_view
4428
4429         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4430
4431         * paragraph_funcs.h: remove paragraph.h include
4432
4433         * paragraph.h: delete NO_STD_LIST stuff
4434
4435         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4436
4437         * buffer.h: remove paragraph.h include
4438
4439         * ParagraphList.C: delete file
4440
4441         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4442
4443         * toc.C (getTocList): adjust
4444
4445         * paragraph_pimpl.C (validate): adjust
4446
4447         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4448
4449         * paragraph.C (Paragraph): adjust
4450         (getPositionOfInset): use const_iterator, adjust
4451         (bibitem): use const_iterator, adjust
4452         (setInsetOwner): adjust
4453
4454         * iterators.C (operator++): adjust
4455
4456         * InsetList.[Ch]: Replace selfmade iterator with standard
4457         vector::iterator also introduce const_iterator. Remove getPos,
4458         getInset and setInset from InsetTable. Adjust accordingly.
4459
4460         * BufferView.C (lockInset): adjust
4461         (ChangeInsets): adjust
4462
4463         * tabular.[Ch]: delete commented same_id functions
4464
4465 2003-05-28  John Levon  <levon@movementarian.org>
4466
4467         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4468
4469 2003-05-28  André Pönitz  <poenitz@gmx.net>
4470
4471         * metricsinfo.[Ch]: remove 'fullredraw' member
4472
4473 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4474
4475         * lyxtextclass.C (operator): remove caching.
4476
4477 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4478
4479         * text3.C: adjust
4480
4481         * text2.C (cursorBottom): adjust
4482         (setCounter): use ParagraphList::find, adjust
4483
4484         * text.C (workWidth): use ParagraphList::find, adjust
4485
4486         * lyxcursor.C (LyXCursor): adjust
4487
4488         * buffer.C (inset_iterator): adjust
4489
4490         * ParagraphList.h: make iterator(value_type) private, make
4491         ParagraphList a friend of iterator.
4492
4493         * ParagraphList.C (find): new function
4494
4495         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4496
4497 2003-05-27  André Pönitz  <poenitz@gmx.net>
4498
4499         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4500
4501 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4502
4503         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4504
4505 2003-05-26  John Levon  <levon@movementarian.org>
4506
4507         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4508
4509 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4510
4511         * remove same_id from function signatures, adjust.
4512
4513 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4514
4515         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4516
4517         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4518
4519         * paragraph.C (Paragraph): get rid of same_ids parameter
4520
4521         * ParagraphList.C (insert): adjust
4522         (push_back): adjust
4523
4524 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4525
4526         * paragraph_funcs.C (breakParagraph): adjust
4527         (breakParagraphConservative): adjust
4528
4529         * buffer.C (readParagraph): adjust
4530
4531         * ParagraphList.C (insert): take a reference instead of a pointer
4532         (insert): adjust
4533
4534         * paragraph.[Ch] (id): new function
4535
4536         * bufferlist.C (newFile): adjust
4537
4538         * ParagraphList.C (ParagraphList): adjust
4539         (assign): adjust
4540         (push_back): take a reference instead of a pointer.
4541
4542         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4543
4544         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4545         instead.
4546
4547         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4548         set else use old code.
4549
4550         * ParagraphList.C: remove all NO_NEXT code and only compile this
4551         code of NO_STD_LIST is set.
4552
4553 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4554
4555         * BufferView_pimpl.C:
4556         * TextCache.C:
4557         * TextCache.h:
4558         * bufferlist.C:
4559         * errorlist.h:
4560         * format.C:
4561         * format.h:
4562         * graph.C:
4563         * lyxfunc.C:
4564         * lyxrc.C:
4565         * graphics/GraphicsConverter.C:
4566         * graphics/PreviewLoader.C: header adjustment
4567
4568 2003-05-23  Angus Leeming  <leeming@lyx.org>
4569
4570         * LaTeXFeatures.[Ch] (useBabel): new method.
4571         * bufferparams.C (writeLaTeX): use it.
4572
4573 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4574
4575         * ParagraphList.h (set): remove unused function.
4576
4577 2003-05-23  André Pönitz  <poenitz@gmx.net>
4578
4579         * BufferView.C:
4580         * BufferView_pimpl.C:
4581         * buffer.C:
4582         * buffer.h:
4583         * lyxfunc.C:
4584         * undo_funcs.C: setUndo reworked
4585
4586         * iterators.[Ch]: add access to topmost ParagraphList
4587
4588         * lyxtext.[Ch] (workWidth): add a const
4589
4590 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4591
4592         * texrow.[Ch] (increasePos): remove function
4593         * exporter.C (export): removed unused var and outdated comment
4594
4595 2003-05-23  Angus Leeming  <leeming@lyx.org>
4596
4597         * latexrunparams.h: rename fragile as moving_arg.
4598         * paragraph.C (simpleTeXOnePar): ditto.
4599         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4600
4601 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4602
4603         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4604         (createUndo): ditto
4605         (textUndoOrRedo): comment out a currently unused var.
4606
4607         * paragraph.h (NO_NEXT): enable NO_NEXT
4608
4609         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4610
4611         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4612
4613         * exporter.C (Export): adjust for removeAutoInsets removal.
4614
4615         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4616
4617         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4618
4619         * BufferView.[Ch] (removeAutoInsets): delete function
4620
4621 2003-05-22  Angus Leeming  <leeming@lyx.org>
4622
4623         * latexrunparams.h: add a free_spacing variable.
4624
4625         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4626         to pass moving_arg, as the data is stored in runparams.fragile.
4627
4628         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4629         to Inset::latexOptional or to simpleTeXOnePar.
4630
4631         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4632         free_spacing arg to Inset::latexOptional.
4633
4634         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4635         free_spacing arg.
4636
4637 2003-05-22  Angus Leeming  <leeming@lyx.org>
4638
4639         * latexrunparams.h: add fragile and use_babel variables.
4640
4641         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4642         * buffer.C (makeLaTeXFile): store this returned value in
4643         runparams.use_babel, thus passing it to the inset::latex methods.
4644
4645         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4646         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4647
4648         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4649         longer has a fragile arg, as it is stored in runparams.fragile.
4650
4651         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4652         moving_arg parameter as the data is stored in runparams.fragile.
4653
4654         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4655         a fragile parameter as the data is stored in runparams.fragile.
4656
4657 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4658
4659         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4660
4661 2003-05-22  Angus Leeming  <leeming@lyx.org>
4662
4663         * latexrunparams.h: add a 'bool nice' which defaults to false.
4664
4665         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4666         now encapsulated within runparams.
4667
4668         * bufferlist.C (updateIncludedTeXfiles):
4669         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4670
4671 2003-05-22  Angus Leeming  <leeming@lyx.org>
4672
4673         * latexrunparams.h: new file containing struct LatexRunParams.
4674         * Makefile.am: add new file.
4675
4676         * LaTeX.[Ch] (c-tor, run):
4677         * buffer.[Ch] (makeLaTeXFile):
4678         * bufferlist.[Ch] (updateIncludedTeXfiles):
4679         * converter.C (convert, scanLog):
4680         * converter.[Ch] (runLaTeX):
4681         * exporter.C (Export):
4682         * paragraph.[Ch] (simpleTeXOnePar):
4683         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4684         * paragraph_funcs.[Ch] (latexParagraphs):
4685         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4686         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4687         pass around a LatexRunParams parameter.
4688
4689 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4690
4691         * paragraph.[Ch]: remove unused constructor
4692
4693         * ParagraphList.C (erase): new function, taking two iterators
4694
4695 2003-05-22  André Pönitz  <poenitz@gmx.net>
4696
4697         * undo_funcs.C: remove duplicated code
4698
4699         * iterator.[Ch]: operator=
4700
4701 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * tabular.C (SetMultiColumn): ws changes
4704
4705         * rowpainter.C (paintFirst): get rid of a ->previous
4706
4707         * lyx_cb.C (getPossibleLabel): parlist simplification
4708
4709         * BufferView.C (ChangeInsets): simplify slightly.
4710
4711 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4712
4713         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4714         * lfuns.h: new LFUN_SPACE
4715         * lyxfunc.C: protected space has a new lfun
4716         * paragraph_funcs.C: read new space insets
4717         * text3.C:
4718         * factory.C: handle new space insets
4719
4720 2003-05-22  André Pönitz  <poenitz@gmx.net>
4721
4722         * BufferView.C:
4723         * BufferView_pimpl.C:
4724         * buffer.[Ch]:
4725         * lyxfunc.C:
4726         * undo_funcs.C: return a ParIterator from getParFromID.
4727
4728         * iterators.[Ch]: add two const's
4729
4730 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4731
4732         * toc.C (getTocList): adjust
4733
4734         * iterators.[Ch]: rework for parlist
4735
4736         * buffer.C (par_iterator_begin): adjust
4737         (par_iterator_end): adjust
4738
4739         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4740
4741         * BufferView.C (removeAutoInsets): adjust
4742         (ChangeInsets): adjust
4743
4744 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4745
4746         * text.C (top_y): fix bug 1110
4747
4748 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4749
4750         * errorlist.[Ch]: added
4751         * buffer.C:
4752         * BufferView.[Ch]:
4753         * BufferView_pimpl.C:
4754         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4755         instead
4756
4757 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4758
4759         * Makefile.am: ensure that lyx is relinked upon changes to the
4760         various "convenience" libs.
4761
4762 2003-05-20  Angus Leeming  <leeming@lyx.org>
4763
4764         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4765         files are compiled in alphabetical order again.
4766
4767         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4768
4769 2003-05-19  Angus Leeming  <leeming@lyx.org>
4770
4771         * gettext.[Ch]: remove "char const * _(char const *)".
4772
4773 2003-05-19  André Pönitz  <poenitz@gmx.net>
4774
4775         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4776
4777         * Makefile.am:
4778         * BufferView.C:
4779         * DepTable.h:
4780         * LaTeXFeatures.C:
4781         * buffer.C:
4782         * lyxfont.C:
4783         * lyxlex.h:
4784         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4785
4786 2003-05-19  André Pönitz  <poenitz@gmx.net>
4787
4788         * buffer.C:
4789         * lyxlayout.[Ch]:
4790         * lyxtextclass.[Ch]:
4791         * paragraph.C:
4792         * paragraph_funcs.[Ch]:
4793         * text2.C:
4794         * text3.C: more insetenv work
4795
4796 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4797
4798         * ParagraphParameters.C (params2string): small bug fixed
4799
4800 2003-05-16  André Pönitz  <poenitz@gmx.net>
4801
4802         * debug.C:
4803         * bufferview_funcs.C: patch from Kornel Benko to prevent
4804           crash when _(...) is called twice in a statement
4805
4806 2003-05-16  André Pönitz  <poenitz@gmx.net>
4807
4808         * BufferView.C:
4809         * lyxfunc.C:
4810         * text.C:
4811         * text2.C:
4812         * text3.C:
4813         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4814
4815 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4816
4817         * lyx_main.C (init): remove spurious static_cast
4818
4819 2003-05-14  André Pönitz  <poenitz@gmx.net>
4820
4821         * BufferView.C: fix format string
4822
4823 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4824
4825         * BufferView.[Ch] (insertErrors): removed
4826         * BufferView.[Ch] (showErrorList): added
4827         * buffer.C (runChkTeX):
4828         * converter.C (scanLog): call showErrorList instead of inserterrors
4829
4830 2003-05-13  André Pönitz  <poenitz@gmx.net>
4831
4832         * BufferView_pimpl.C:
4833         * buffer.C:
4834         * bufferview_func.C:
4835         * MenuBackend.C:
4836         * lyxfunc.C:
4837         * lyxrc.C:
4838         * tex-accent.C:
4839         * text3.C:
4840         * toc.C:
4841         * tabular_funcs.h: tostr() from its own header
4842
4843         * ParagraphParameters.C:
4844         * ToolbarBackend.C:
4845         * bufferparams.C:
4846         * format.C:
4847         * lyxlex_pimpl.C:
4848         * text3.C: STRCONV()
4849
4850 2003-05-12  André Pönitz  <poenitz@gmx.net>
4851
4852         * BufferView.C:
4853         * BufferView_pimpl.C:
4854         * CutAndPaste.C:
4855         * LaTeX.C:
4856         * LaTeXFeatures.C:
4857         * ParagraphParameters.C:
4858         * buffer.C:
4859         * bufferlist.C:
4860         * bufferparams.C:
4861         * bufferview_funcs.C:
4862         * converter.C:
4863         * counters.C:
4864         * debug.C:
4865         * exporter.C:
4866         * format.C:
4867         * importer.C:
4868         * lyx_cb.C:
4869         * lyx_main.C:
4870         * lyxfont.C:
4871         * lyxfunc.C:
4872         * lyxvc.C:
4873         * paragraph.C:
4874         * paragraph_funcs.C:
4875         * tabular.C:
4876         * tabular_funcs.C:
4877         * text2.C:
4878         * text3.C:  boost::format -> bformat  all over the place
4879
4880
4881 2003-05-09  André Pönitz  <poenitz@gmx.net>
4882
4883         * LColor.[Ch]: Pimpl the #include <map> away
4884
4885 2003-05-09  John Levon  <levon@movementarian.org>
4886
4887         * bufferlist.C: never remove emergency saves
4888
4889 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4890
4891         * Makefile.am: better lib building
4892
4893 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4894
4895         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4896         instead.
4897         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4898         (simpleTeXSpecialChars): adjust
4899         (simpleTeXSpecialChars): adjust
4900         * paragraph.C (simpleTeXOnePar): adjust
4901         * buffer.C (makeLaTeXFile): adjust
4902
4903         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4904
4905         * text2.C (changeDepth): parlist cleanup
4906         (getColumnNearX): ditto
4907
4908         * rowpainter.C (getLabelFont): parlist cleanup
4909
4910         * bufferlist.C (newFile): parlist cleanup
4911
4912         * CutAndPaste.C (eraseSelection): parlist cleanup
4913
4914         * BufferView_pimpl.C (trackChanges): parlist cleanup
4915         (dispatch): ditto
4916
4917         * BufferView.C (lockInset): parlist cleanup.
4918         (ChangeInsets): ditto
4919
4920 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4921
4922         * CutAndPaste.h: Update file header.
4923
4924         * CutAndPaste.C: Update file header.
4925         Store the parts cut out of the Document in a limited_stack.
4926         (copySelection): adjust
4927         (pasteSelection): new function, takes the index in the limited stack.
4928         (nrOfParagraphs): adjust
4929         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4930         simplify error inset insertion.
4931         (checkPastePossible): adjust
4932
4933 2003-05-06  John Levon  <levon@movementarian.org>
4934
4935         * text2.C: don't cast wrap inset to float
4936
4937 2003-05-05  André Pönitz  <poenitz@gmx.net>
4938
4939         * iterator.C:
4940         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4941
4942         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4943           few naked Paragraph *.
4944
4945 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4946
4947         * bufferparams.C: Output warning if a document with missing
4948         TeX document class is loaded
4949         * exporter.C: Disable TeX exports if the document class is missing
4950         * lyxtextclass.C:
4951         * lyxtextclass.h:
4952         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4953         isTeXClassAvailable()
4954
4955 2003-05-03  John Levon  <levon@movementarian.org>
4956
4957         * BufferView.h:
4958         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4959         explicit cursor show/hide
4960
4961         * BufferView_pimpl.h:
4962         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4963         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4964
4965         * lyxfunc.C: hide cursor before dispatching.
4966
4967         * lyx_cb.C:
4968         * lyxfind.C:
4969         * text.C:
4970         * text3.C: remove explicit cursor hides
4971
4972 2003-05-02  André Pönitz  <poenitz@gmx.net>
4973
4974         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4975
4976         * undo_funcs.C:
4977         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4978           linked lists
4979
4980         * text2.C: tiny whitespace
4981
4982 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4983
4984         * undo_funcs.C: almost only ws changes.
4985
4986         * ParagraphList.C (splice): just return if pl is empty.
4987
4988 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4989
4990         * ParagraphList.C (splice): new function.
4991
4992         * CutAndPaste.C (pasteSelection): use it
4993
4994 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4995
4996         * CutAndPaste.C (pasteSelection): remove the last next and
4997         previous from this file.
4998
4999 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5000
5001         * CutAndPaste.C (pasteSelection): more clean up, user proper
5002         ParagraphList functions for pasteing.
5003
5004         * ParagraphList.C (insert): new function, three arg insert
5005
5006 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5007
5008         * ParagraphList.C (insert): new function, three arg insert
5009
5010         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5011         not on paragraphs.
5012
5013 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5014
5015         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5016
5017 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5018
5019         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5020
5021 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5022
5023         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5024         (copySelection): clean up a bit.
5025         (pasteSelection): use make_pair
5026
5027         * ParagraphList.C (ParagraphList): implement copy constructor
5028         (operator=): implement, base on copy constructor.
5029         (assign): new func
5030
5031         * paragraph.C (erase): return a bool
5032
5033         * paragraph_pimpl.C (erasePos): remove function, move contents...
5034         (erase): ... here. Return a bool.
5035         (erase): call erase instead of erasePos.
5036
5037 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5038
5039         * ParagraphList.h: define PitPosPair
5040         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5041         ParagraphList, fix a bug on pasting multiple pars
5042         * text2.C: change interface to C&P
5043
5044 2003-04-30  André Pönitz  <poenitz@gmx.net>
5045
5046         * undo_func.C: revert part of yesterday's patch 2
5047
5048 2003-04-30  John Levon  <levon@movementarian.org>
5049
5050         * LColor.C: s/tabular/table/
5051
5052 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5053
5054         * text3.C (dispatch): do not convert iterator -> pointer
5055         * undo_funcs.C (setCursorParUndo): ditto
5056         * text_funcs.C (transposeChars): ditto
5057
5058         * text2.C (setLayout): ws changes only
5059
5060         * text.C (breakParagraph): do not convert iterator -> pointer
5061         (insertChar): ditto
5062         (acceptChange): ditto
5063         (rejectChange): ditto
5064         (changeCase): ditto
5065         (Delete): ditto
5066         (backspace): ditto
5067
5068         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5069         pointer
5070
5071 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5072
5073         * text3.C (gotoInset): YABG (yet another bad getChar)
5074
5075 2003-04-29  André Pönitz  <poenitz@gmx.net>
5076
5077         * paragraph.h: make operator= private unimplemented as long as
5078           it is unusable
5079
5080         * ParagraphList.C: whitespace
5081
5082         * paragraph.[Ch]:
5083         * paragraph_pimpl.[Ch]:
5084         * paragraph_funcs.C:
5085         * CutAndPaste.C:
5086         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5087
5088         * text2.C:
5089           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5090
5091 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5092
5093         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5094         * paragraph.[Ch] (erase):
5095         * paragraph_pimpl.[Ch] (erase): change return type and value
5096         * text2.C (cutSelection): some rework
5097
5098 2003-04-28  John Levon  <levon@movementarian.org>
5099
5100         * bufferlist.C: changes for unsaved changes dialog
5101
5102 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5103
5104         * bufferlist.C (newFile): set language (messages_) for new
5105         documents also.
5106
5107         * buffer.C (readFile): ws changes only.
5108
5109 2003-04-28  André Pönitz  <poenitz@gmx.net>
5110
5111         * undo_funcs.C:
5112         * lyxfunc.C:
5113         * buffer.[Ch]:
5114         * BufferView_pimpl.C:
5115         * BufferView.C: getParFromID related ParagraphList::iterator changes
5116
5117 2003-04-28  André Pönitz  <poenitz@gmx.net>
5118
5119         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5120           Changes
5121
5122 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5123
5124         * messages.C: remove one more localedir class variable.
5125
5126 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5127
5128         * messages.C (getLocaleDir): singleton generation function
5129         (Pimpl): use it.
5130         (Messages): add a default constructor.
5131
5132         * main.C (main): do not setup localedir here, do not call
5133         gettext_init.
5134
5135         * gettext.C (_): use it.
5136         (gettext_init): delete funciton
5137
5138 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5139
5140         * gettext.C (getLyXMessages): new singleton generating function.
5141
5142         * buffer.C (updateDocLang): adjust
5143
5144         * Makefile.am (messages.o): add target
5145         (main.o): remove target
5146
5147 2003-04-27  John Levon  <levon@movementarian.org>
5148
5149         * bufferlist.C:
5150         * lyx_cb.C:
5151         * lyxfunc.C:
5152         * lyxvc.C: specify cancel button in Alert::prompt
5153
5154 2003-04-26  John Levon  <levon@movementarian.org>
5155
5156         * text3.C:
5157         * lyxfunc.C:
5158         * lfuns.h:
5159         * LyXAction.C: add LFUN_INSET_SETTINGS
5160
5161         * lyxfunc.C: don't enable tabular-feature when there's
5162         just any locking inset
5163
5164 2003-04-26  John Levon  <levon@movementarian.org>
5165
5166         * bufferlist.C: re-add Cancel to buffer close question
5167
5168         * lyxfunc.C: fix import UI a bit
5169
5170 2003-04-25  John Levon  <levon@movementarian.org>
5171
5172         * gettext.C: remove the broken asserts for now
5173
5174 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5175
5176         * messages.C: make case where setlocale cannot comply work better.
5177
5178         * buffer.C (updateDocLang): new function
5179         (changeLanguage): use it
5180         (readFile): use it
5181
5182         * text2.C (setCounter): use B_ a bit.
5183
5184         * lyxlayout.C (Read): be sure to trim the label strings.
5185
5186         * messages.C (Messages): fix typo in comment
5187
5188         * buffer.C (readFile): set message_ after file is loaded.
5189         (makeDocBookFile): remove double return
5190         (changeLanguage): reset message_ upon language change.
5191         (B_): new func, use this to get translated buffer strings.
5192
5193         * main.C: add myself and Jean Marc as authors.
5194
5195 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5196
5197         * messages.[hC]: pimplify Messages, and three different pimpls to be
5198         used in different circumstances.
5199
5200         * gettext.[Ch]: change for use with new message code.
5201
5202 2003-04-24 André Pönitz <poenitz@gmx.net>
5203
5204         * factory.C: support for eqref
5205
5206 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5207
5208         * messages.[Ch]: add missing char
5209
5210         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5211
5212         * messages.[Ch]: New files
5213
5214 2003-04-18  John Levon  <levon@movementarian.org>
5215
5216         * BufferView.h:
5217         * BufferView.C:
5218         * BufferView_pimpl.C:
5219         * lfuns.h:
5220         * LyXAction.C:
5221         * lyxtext.h:
5222         * text2.C: remove layout-copy/paste (bug 778)
5223
5224 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5225
5226         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5227
5228 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5229
5230         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5231         if they succeed. Act accordingly.
5232
5233 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5234
5235         * text2.C (setCharFont): adjust
5236         (setCounter): adjust
5237         (insertStringAsLines): adjust
5238
5239         * text.C (leftMargin): adjust
5240         (setHeightOfRow): adjust
5241
5242         * rowpainter.C (paintFirst): adjust
5243         (paintLast): adjust
5244
5245         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5246         (outerHook): ditto
5247         (isFirstInSequence): ditto
5248         (getEndLabel): ditto
5249         (outerFont): adjust
5250
5251         * paragraph.C (getParLanguage): comment out some hard stuff.
5252
5253         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5254         (sgmlError): ditto
5255         (simpleDocBookOnePar): ditto
5256         (makeDocBookFile): use ParagraphList::iterator
5257
5258         * CutAndPaste.C (pasteSelection): adjust
5259
5260 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5261
5262         * text2.C (getFont): adjust
5263         (getLayoutFont): adjust
5264         (getLabelFont): adjust
5265
5266         * paragraph_funcs.C (TeXOnePar): adjust
5267
5268         * buffer.C (simpleLinuxDocOnePar): adjust
5269         (simpleDocBookOnePar): adjust
5270
5271         * CutAndPaste.C (pasteSelection): adjust
5272
5273         * BufferView.C (getEncoding): adjust
5274
5275         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5276
5277 2003-04-16  John Levon  <levon@movementarian.org>
5278
5279         * lyxfind.C: use parlist stuff for search/changes
5280
5281 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5282
5283         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5284
5285         * text2.C (deleteEmptyParagraphMechanism): adjust
5286
5287         * text2.[Ch] (ownerParagraph): delete func (both of them
5288
5289 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5290
5291         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5292
5293 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5294
5295         * ParagraphList.C: prepare for NO_NEXT
5296
5297 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5298
5299         * text2.C (getFont): adjust
5300         (getLayoutFont): adjust
5301         (getLabelFont): adjust
5302
5303         * paragraph.C (getFont): adjust
5304         (getLabelFont): adjust
5305         (getLayoutFont): adjust
5306
5307         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5308
5309 2003-04-15  John Levon  <levon@movementarian.org>
5310
5311         From Angus Leeming
5312
5313         * lyx_main.C: handle Include in .ui files
5314
5315 2003-04-15  John Levon  <levon@movementarian.org>
5316
5317         * MenuBackend.C: make the doc files length shorter
5318
5319         * ToolbarBackend.h:
5320         * ToolbarBackend.C: handle toolbar placement flags,
5321         Minibuffer
5322
5323 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5324
5325         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5326         adjust
5327
5328         * paragraph_funcs.C (TeXOnePar): adjust
5329
5330         * paragraph.C (getLabelFont): add outerfont arg, adjust
5331         (getLayoutFont): ditto
5332         (simpleTeXOnePar): adjust
5333
5334         * paragraph_pimpl.C (realizeFont): delete func
5335
5336 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5337
5338         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5339         row argument, constify cur argument.
5340
5341 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5342
5343         * text2.C (getFont): adjust
5344         (getLayoutFont): adjust
5345         (getLabelFont): adjust
5346
5347         * paragraph_funcs.C (TeXOnePar): adjust
5348         (outerFont): new func...
5349         (realizeFont): ...moved out from here, changed this to facilitate
5350         transition
5351
5352         * paragraph.C (getFont): take outerfont as arg, adjust
5353         (simpleTeXOnePar): add outerfont arg, adjust
5354
5355         * buffer.C (simpleLinuxDocOnePar): adjust
5356         (simpleDocBookOnePar): adjust
5357
5358         * CutAndPaste.C (pasteSelection): adjust
5359
5360         * BufferView.C (getEncoding): adjust
5361
5362 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5363
5364         * text2.C (setCharFont): adjust
5365         (setCounter): adjust
5366
5367         * text.C (leftMargin): adjust
5368         (setHeightOfRow): adjust
5369
5370         * rowpainter.C (paintFirst): adjust
5371         (paintLast): adjust
5372
5373         * paragraph_pimpl.C (realizeFont): adjust
5374
5375         * paragraph.C (isFirstInSequence): move from here...
5376         * paragraph_funcs.C (isFirstInSequence): ...to here
5377
5378         * paragraph.C (outerHook): move from here...
5379         * paragraph_funcs.C (outerHook): ...to here
5380
5381         * paragraph.C (depthHook): move from here...
5382         * paragraph_funcs.C (depthHook): ...to here
5383
5384         * paragraph.C (getEndLabel): move from here...
5385         * paragraph_funcs.C (getEndLabel): ...to here
5386
5387         * text2.C (realizeFont): move from here...
5388         * paragraph_funcs.C (realizeFont): ...to here
5389
5390 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5391
5392         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5393
5394 2003-04-14  Angus Leeming  <leeming@lyx.org>
5395
5396         * LColor.[Ch]: scrap LColor mathcursor.
5397
5398 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5399
5400         * lyxlex.[Ch] (text): delete function
5401         * trans.C (Load): adjust
5402         * paragraph_funcs.C (readParToken): adjust
5403
5404 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5405
5406         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5407         vector<char> instead of a char[].
5408
5409         * lyxlex_pimpl.C (getString): adjust
5410         (next): adjust
5411         (lex): use getString
5412         (eatLine): adjust
5413         (nextToken): adjust
5414
5415         * lyxlex.C (text): use pimpl_->getString()
5416         (getBool): ditto
5417         (findToken): ditto
5418
5419 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5420
5421         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5422         (makeFontEntriesLayoutSpecific): temp var for par.size()
5423         (setLayout): temp var for ownerParagraphs().end()
5424         (fullRebreak): temp var for rows().end()
5425         (selectionAsString): temp var for boost::next(startpit), realize
5426         that the while really is a regular for loop.
5427         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5428         setCursor in one place.
5429         (setParagraph): temp vr for ownerParagraphs().end()
5430         (updateCounters): make the while loop a for loop
5431         (cutSelection): temp var for ownerParagraphs().end()
5432         (updateInset): make the do {} while() a regular for loop
5433         (getCursorX): use temp vars
5434         (setCurrentFont): use temp vars
5435         (getColumnNearX): use temp vars
5436
5437 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5438
5439         * text.C (transformChar): use temp var for getChar
5440         (computeBidiTables): use temp var for row->par()
5441         (fill): move temp vars for row->par() and pit->layout() earlier in
5442         the function.
5443         (labelFill): use temp var for row->par()
5444         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5445         asc and desc, realize that pit never changes and that firstpit is
5446         just a duplicate and not needed. Exchange rit->par() with pit in a
5447         lot of places.
5448         (breakAgain): use a temp var for boost::next(rit)
5449         (breakAgainOneRow): ditto
5450         (breakParagraph): use a temp var for rows().begin()
5451         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5452         (cursorRightOneWord): use temp var for cursor.par() and
5453         cursor.pos(), remove usage of tmpcursor.
5454         (cursorLeftOneWord): use temp var for cursor.par() and
5455         cursor.pos() only set cur at end of function.
5456
5457 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5458
5459         * text.C, text2.C: exchange all usage of Paragraph::next with
5460         boost::next(ParagraphList::iterator)
5461
5462         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5463
5464         * text2.C (cursorTop): simplify implementation
5465         (cursorBottom): ditto
5466         (setParagraph): use ParagraphList::iterator
5467         (setCurrentFont): adjust
5468         (getColumnNearX): adjust
5469         (cursorRight): adjust
5470         (cursorLeft): remove usage of Paragraph::previous
5471         (cursorUpParagraph): ditto
5472         (deleteEmptyParagraphMechanism): slight cleanup
5473
5474         * text.C (isBoundary): take a Paragraph const & instead of a
5475         pointer as arg.
5476         (addressBreakPoint): ditto
5477         (leftMargin): remove usage of Paragraph::previous.
5478         (setHeightOfRow): ditto
5479         (cursorLeftOneWord): ditto
5480         (selectNextWordToSpellcheck): ditto
5481         (Delete): ditto
5482         (backspace): ditto
5483         (breakParagraph): remove one usage of Paragraph::next
5484         (redoParagraph): ditto
5485         (acceptChange): ditto
5486         (insertChar): adjust
5487         (rowBreakPoint): adjust
5488
5489         * bufferview_funcs.C (toggleAndShow): adjust
5490
5491 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5492
5493         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5494         methods to access it.
5495         * lyxtext.h:
5496         * text.C: Added updateRowPositions to compute all row positions.
5497         Make top_y and getRowNearY() to use the cached y position
5498
5499 2003-04-11  John Levon  <levon@movementarian.org>
5500
5501         * text.C (rowBreakPoint): reintroduce the labelEnd
5502         checks, code copied from the row fill stuff. Deep voodoo.
5503
5504         * text.C (fill): add a comment and debugging for the
5505         next poor soul.
5506
5507 2003-04-11  John Levon  <levon@movementarian.org>
5508
5509         * text.C: make sure fullrow insets get wrapped to the next line,
5510         even when they're in a manual label
5511
5512 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5513
5514         * text2.C (insertParagraph): make it take ParagraphList::iterator
5515         as arg.
5516         (setLayout): make it return ParagraphList::iterator
5517         (redoParagraphs): ditto
5518         (setCounter): ditto
5519         (checkParagraph): ditto
5520
5521         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5522
5523         * text2.C: adjust several funcs.
5524         (realizeFont): take a ParagraphList::iterator as arg.
5525         (getLayoutFont): ditto
5526         (getLabelFont): ditto
5527         (setCharFont): ditto
5528
5529         * text.C: adjust several funcs.
5530
5531 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5532
5533         * text.C (selectNextWordToSpellcheck): don't accidentally
5534         skip insets
5535
5536 2003-04-10  John Levon  <levon@movementarian.org>
5537
5538         * ToolbarBackend.C (getIcon): special handling for
5539         LFUN_MATH_DELIM
5540
5541 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5542
5543         * text2.C (cursorRight): a getChar assert fixed
5544
5545 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5546
5547         * text2.C (getFont): change to take a ParagraphList::iterator
5548         instead of Paragraph*
5549         Adjust several functions.
5550
5551         * text.C (transformChar): change to take a ParagraphList::iterator
5552         instead of Paragraph*
5553         (singleWidth): ditto
5554         Adjust several functions.
5555
5556         * rowpainter.C: adjust several functions
5557         * rowpainter.h:store a ParagraphList::iterator and not a
5558         Paragraph&.
5559
5560
5561 2003-04-09  John Levon  <levon@movementarian.org>
5562
5563         * lyxfunc.C:
5564         * lfuns.h:
5565         * LyXAction.h:
5566         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5567         and the "help" bits as well
5568
5569 2003-04-09  John Levon  <levon@movementarian.org>
5570
5571         * ToolbarBackend.h:
5572         * ToolbarBackend.C: allow multiple toolbars
5573
5574 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5575
5576         * undo_funcs.C (setCursorParUndo): adjust
5577
5578         * text_funcs.C (transposeChars): adjust
5579
5580         * text3.C (gotoNextInset): adjust
5581         (dispatch): adjust
5582
5583         * text2.C (setLayout): adjust
5584         (changeDepth): adjust
5585         (setFont): adjust
5586         (redoParagraphs): adjust
5587         (selectionAsString): adjust
5588         (setParagraph): adjust
5589         (insertInset): adjust
5590         (cutSelection): adjust
5591         (copySelection): adjust
5592         (pasteSelection): adjust
5593         (insertStringAsLines): adjust
5594         (updateInset): adjust
5595         (setCursor): change to take a ParagraphList::iterator parameter
5596         (setCursorIntern): change to take a ParagraphList::iterator parameter
5597         (setCurrentFont): adjust
5598         (cursorLeft): adjust
5599         (cursorRight): adjust
5600         (deleteEmptyParagraphMechanism): adjust
5601
5602         * text.C (breakParagraph): adjust
5603         (insertChar): adjust
5604         (acceptChange): adjust
5605         (rejectChange): adjust
5606         (selectNextWordToSpellcheck): adjust
5607         (changeCase): adjust
5608         (Delete): adjust
5609         (backspace): adjust
5610
5611         * lyxfind.C (SearchForward): adjust
5612         (SearchBackward): adjust
5613         (nextChange): adjust
5614
5615         * lyxcursor.C (par): adjust
5616
5617         * lyxcursor.h: store a ParagraphList::iterator instead of a
5618         Paragraph*
5619
5620         * lyx_cb.C (getPossibleLabel): adjust
5621
5622         * bufferview_funcs.C (toggleAndShow): adjust
5623
5624         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5625         (dispatch): adjust
5626
5627         * BufferView.C (removeAutoInsets): adjust
5628         (lockedInsetStoreUndo): adjust
5629
5630 2003-04-09  John Levon  <levon@movementarian.org>
5631
5632         * ToolbarBackend.C: try icon without argument
5633         if with argument fails
5634
5635 2003-04-08  John Levon  <levon@movementarian.org>
5636
5637         * ToolbarBackend.h:
5638         * ToolbarBackend.C: add getIcon(), handle tooltip,
5639         and change from "Icon" to "Item".
5640
5641 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5642
5643         * BufferView.C (lockInset): another bad getchar crunched
5644
5645 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5646
5647         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5648         again)
5649
5650 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5651
5652         * lyxfind.C (searchForward, searchBackwards): bug 782
5653
5654 2003-04-07  John Levon  <levon@movementarian.org>
5655
5656         * paragraph.C: remove dead comment
5657
5658         * text.C: remove troublesome depth-fiddling code
5659         in leftMargin() and rightMargin() (bug 1017)
5660
5661         * text.C: fix breaking of rows in nested lists
5662         (bug 1004)
5663
5664         * text2.C (updateCounters): fix up depth values
5665         (bug 1013)
5666
5667 2003-04-07  John Levon  <levon@movementarian.org>
5668
5669         * BufferView_pimpl.C: clear message when doc finishes resizing,
5670         and after a mouse event
5671
5672         * lyxfunc.C: clear message after exiting inset
5673
5674 2003-04-07  John Levon  <levon@movementarian.org>
5675
5676         * bufferview_funcs.C: show math status not outside
5677         status in the statusbar
5678
5679 2003-04-07  John Levon  <levon@movementarian.org>
5680
5681         * lyxfunc.C: note status changed after a depth change
5682
5683 2003-04-04  Angus Leeming  <leeming@lyx.org>
5684
5685         * LaTeX.h: move AuxInfo operator==, != out of line.
5686         Remove LaTeX virtual destructor; nothing derives from it.
5687         Move operator()() out of public area and rename it startscript().
5688         Change protected for private.
5689
5690 2003-04-04  Angus Leeming  <leeming@lyx.org>
5691
5692         * lyxfunc.C:
5693         * text2.C: remove unneeded #includes.
5694
5695 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5696
5697         * text2.C (dEPM): fix the heigth of the next row
5698
5699 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5700
5701         * text.C: squashed an invalid getChar requester + some ws changes
5702
5703 2003-04-03  John Levon  <levon@movementarian.org>
5704
5705         * bufferview_funcs.h:
5706         * bufferview_funcs.C:
5707         * lyxfunc.C:
5708         * lyxtext.h:
5709         * text2.C: make getStatus work for the env depth lfuns
5710
5711 2003-04-03  John Levon  <levon@movementarian.org>
5712
5713         * bufferview_funcs.h:
5714         * bufferview_funcs.C:
5715         * lyxfunc.C:
5716         * lyxtext.h:
5717         * text2.C: parlistize decDepth(), by merging it with incDepth()
5718
5719 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5720
5721         * lyxrow.h: store a ParagraphList::iterator instead of a
5722         Paragraph* and adjust other class functions to suit.
5723
5724         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5725         above.
5726
5727 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5728
5729         * text2.C (setCursor): do not anchor to cursor row for the time being
5730
5731 2003-04-02  John Levon  <levon@movementarian.org>
5732
5733         * LyXAction.C:
5734         * lfuns.h:
5735         * lyx_main.C:
5736         * lyxtext.h:
5737         * text.C:
5738         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5739
5740 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5741
5742         * paragraph.h: make ParagraphList and ParagraphList::iterator
5743         friends of Paragraph.
5744
5745         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5746
5747         * ParagraphList.C: Use the private next_ and previous_ from
5748         Paragraph.
5749
5750 2003-04-01  John Levon  <levon@movementarian.org>
5751
5752         * ToolbarBackend.h:
5753         * ToolbarBackend.C:
5754         * Makefile.am: rename, remove defaults gunk
5755
5756         * MenuBackend.h:
5757         * MenuBackend.C: remove defaults gunk
5758
5759         * Languages.h:
5760         * Languages.C: remove defaults gunk
5761
5762         * lyx_main.h:
5763         * lyx_main.C: error out if files couldn't be found.
5764
5765 2003-04-02  John Levon  <levon@movementarian.org>
5766
5767         * text2.C: make incDepth() use parlist
5768
5769 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5770
5771         * undo_funcs.C (firstUndoParagraph): adjust
5772
5773         * text3.C (gotoInset): adjust
5774         (dispatch): adjust, and rewrite loop.
5775
5776         * text2.C (init): adjust, and rewrite loop.
5777         (redoParagraphs): adjust
5778         (updateInset): adjust, and rewrite loop.
5779         (deleteEmptyParagraphMechanism): adjust
5780
5781         * tabular.C (LyXTabular): adjust
5782         (SetMultiColumn): adjust
5783         (TeXRow): adjust
5784
5785         * lyxtext.[Ch] (ownerParagraph): delete function
5786         (ownerParagraphs): new function returns a ParagraphList.
5787
5788         * BufferView.C (removeAutoInsets): adjust
5789         (insertErrors): adjust
5790         (setCursorFromRow): adjust
5791
5792 2003-04-01  Angus Leeming  <leeming@lyx.org>
5793
5794         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5795         in the frontends.
5796
5797 2003-04-02  John Levon  <levon@movementarian.org>
5798
5799         * lyxtext.h:
5800         * text.C:
5801         * Makefile.am:
5802         * text_funcs.h:
5803         * text_funcs.C: make transposeChars a free function
5804
5805         * lyxrow_funcs.C: remove wrong comment
5806
5807 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5808
5809         * lyxtext.h: adjust
5810         * rowpainter.C: adjust
5811         * text.C: adjust
5812         * text2.C: adjust
5813         * text3.C: adjust
5814
5815         * lyxrow_funcs. [Ch]: new files
5816
5817         * lyxrow.[Ch]: remove next and previous pointers
5818         (next,previous): remove accessor functions
5819         (isParEnd): move to lyxrow_funcs
5820         (lastPos): move to lyxrow_funcs
5821         (nextRowIsAllInset): move to lyxrow_funcs
5822         (lastPrintablePos): move to lyxrow_funcs
5823         (numberOfSeparators): move to lyxrow_funcs
5824         (numberOfHfills): move to lyxrow_funcs
5825         (numberOfLabelHfills): move to lyxrow_funcs
5826         (hfillExpansion): move to lyxrow_funcs
5827
5828         * lyxfunc.C: adjust
5829
5830         * bufferview_funcs.C (toggleAndShow): adjust
5831
5832         * RowList.h: Remove class RowList from file leave just a
5833         std::list<Row>.
5834
5835         * RowList.C: delete file
5836
5837         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5838         and lyxrow_funcs.h
5839
5840 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5841
5842         * text3.C (cursorPrevious): adjust
5843         (cursorNext): adjust
5844         (dispatch): adjust
5845
5846         * text2.C (redoHeightOfParagraph): adjust
5847         (redoDrawingOfParagraph): adjust
5848         (setCursor): adjust
5849
5850         * text.C (breakParagraph): adjust
5851         (insertChar): adjust
5852         (backspace): adjust
5853
5854         * rowpainter.C (RowPainter): adjust
5855         (leftMargin): simplify and adjust
5856         (most rowpainter functions): adjust.
5857
5858         * rowpainter.h: store the row as RowList::iterator not as Row*
5859
5860         * lyxcursor.C (row): taka RowList::iterator as arg
5861         (irow): ditto
5862
5863         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5864         of Row*.
5865
5866 2003-04-01  Angus Leeming  <leeming@lyx.org>
5867
5868         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5869         stuff like bool Bool.
5870
5871 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5872
5873         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5874         rewrite a loop
5875
5876 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5877
5878         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5879         RowList::iterator.
5880
5881         * lyxtext.h (rows): drop one version and leve a const variant that
5882         returns a RowList::iterator.
5883
5884 2003-03-31  Angus Leeming  <leeming@lyx.org>
5885
5886         * text.C (fill): ensure that the signature is the same as that in the
5887         header file.
5888
5889 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5890
5891         * text2.C (redoParagraphs): adjust
5892         (updateCounters): adjust
5893         (checkParagraph): adjust
5894         (getColumnNearX): adjust and reformat a bit.
5895
5896         * text.C (top_y): adjust
5897         (workWidth): adjust
5898         (leftMargin): adjust
5899         (prepareToPrint): adjust
5900         (getRow): adjust
5901         (getRowNearY): adjust
5902
5903         * lyxtext.h: make rowlist_ mutable.
5904
5905         * RowList.h: add const_iterator
5906         * RowList.C: adjust for RowList::const_iterator.
5907
5908         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5909         adjust.
5910
5911 2003-03-31  John Levon  <levon@movementarian.org>
5912
5913         * lyxrc.h:
5914         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5915
5916         * lyx_main.C: set default fonts from using lyx_gui funcs
5917
5918         * exporter.C: pdf_mode moved from lyxrc
5919
5920         * lyx_cb.C:
5921         * lyxfunc.C: changes from above
5922
5923 2003-03-31  John Levon  <levon@movementarian.org>
5924
5925         * lyx_main.C: fix to the last fix
5926
5927 2003-03-31  John Levon  <levon@movementarian.org>
5928
5929         * bufferlist.C: "Load original" -> "Load Original"
5930
5931         * converter.C:
5932         * exporter.C:
5933         * importer.C:
5934         * lyx_main.C:
5935         * format.C: more Alert cleanups
5936
5937 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5938
5939         * text2.C (removeParagraph): make it take a RowList::iterator as
5940         arg, adjust.
5941         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5942         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5943
5944         * text.C (anchor_row): make it take a RowList::iterator as arg,
5945         adjust.
5946         (computeBidiTables): make it take a const reference to Row instead
5947         of Row pointer, adjust.
5948         (leftMargin): make it take a RowList::iterator as arg, adjust.
5949         (rowBreakPoint): adjust
5950         (breakAgainOneRow): make it take a RowList::iterator as arg,
5951         adjust.
5952         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5953
5954         * bufferview_funcs.C (toggleAndShow): adjust
5955
5956 2003-03-30  John Levon  <levon@movementarian.org>
5957
5958         * Makefile.am:
5959         * BoostFormat.h:
5960         * boost-inst.C: moved to support
5961
5962         * several files: changes as a result
5963
5964 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5965
5966         * text2.C (LyXText): adjust.
5967         (init): adjust
5968         (removeRow): make it take a RowList::iterator as arg, adjust.
5969         (fullRebreak): adjust
5970         (deleteEmptyParagraphMechanism): adjust
5971         (clearPaint): adjust
5972         (postPaint): adjust
5973
5974         * text.C (top_y): adjust
5975         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5976         (breakAgain): make it take a RowList::iterator as arg, adjust.
5977         (breakParagraph): adjust
5978         (insertChar): adjust
5979         (backspace): adjust
5980
5981         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5982         need_break_row, and refresh_row.
5983
5984         * text3.C (dispatch): adjust
5985
5986         * text2.C (checkParagraph): adjust
5987         (setCursor): adjust
5988         (setCursorFromCoordinates): adjust
5989
5990         * text.C (top_y): adjust
5991         (workWidth): adjust
5992         (getRow): make it return a RowList::iterator, adjust
5993         (getRowNearY): make it return a RowList::iterator, adjust
5994
5995         * text2.C (init): adjust
5996         (insertRow): remove function
5997         (insertParagraph): adjust
5998         (redoParagraphs): adjust
5999         (fullRebreak): adjust
6000         (updateCounters): adjust
6001
6002         * text.C (top_y): rewrite to use RowList iterators.
6003         (top_y): adjust
6004         (setHeightOfRow): rewrite to sue RowList iterators.
6005         (appendParagraph): adjust
6006         (breakAgain): adjust
6007         (breakAgainOneRow): adjust
6008         (breakParagraph): adjust
6009         (getRow): adjust
6010         (getRowNearY): adjust, and remove commented code.
6011
6012         * lyxtext.h (firstRow): delete function
6013         (lastRow): delete function
6014         (rows): new function (const and non-const versions.)
6015         (insertRow): delete function
6016
6017         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6018
6019 2003-03-29  John Levon  <levon@movementarian.org>
6020
6021         * BufferView_pimpl.C: always update scrollbar top
6022         because pasting text when we're anchored could mean we
6023         miss an update altogether
6024
6025 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6026
6027         * text2.C (init): use rowlist_.end() and not 0.
6028         (insertRow): change to take a RowList::iterator as arg, adjust
6029         for this.
6030         (insertParagraph): change to take a RowList::iterator as arg,
6031         adjust for this.
6032         (redoParagraphs): remove some debug msgs.
6033
6034         * text.C (appendParagraph): change to take a RowList::iterator
6035         arg, adjust for this.
6036         (breakAgain): add an assert
6037         (breakAgainOneRow): ditto
6038
6039 2003-03-29  John Levon  <levon@movementarian.org>
6040
6041         * text2.C: do not clear selection after inc/decDepth
6042         (bug 550)
6043
6044 2003-03-29  John Levon  <levon@movementarian.org>
6045
6046         * BufferView.C:
6047         * buffer.C: fix broken strerrors according to Lars
6048
6049 2003-03-29  John Levon  <levon@movementarian.org>
6050
6051         * converters.C: more Alert cleanups
6052
6053 2003-03-29  John Levon  <levon@movementarian.org>
6054
6055         * bufferview_funcs.C: remove pointless Alert
6056
6057         * buffer.C: fix confusing error message when
6058         a template is chmoded 000
6059
6060 2003-03-29  John Levon  <levon@movementarian.org>
6061
6062         * BufferView.C:
6063         * BufferView.h:
6064         * BufferView_pimpl.C: Alert fixes
6065
6066         * Makefile.am:
6067         * tabular.C:
6068         * tabular-old.C: remove unused table compat reading
6069
6070 2003-03-29  John Levon  <levon@movementarian.org>
6071
6072         * BufferView.C:
6073         * buffer.C:
6074         * lyx_cb.h:
6075         * lyx_cb.C: more Alert cleanups
6076
6077         * lyxfunc.C: don't allow chktex if not latex document
6078
6079 2003-03-29  John Levon  <levon@movementarian.org>
6080
6081         * lyx_cb.C:
6082         * BufferView.C:
6083         * buffer.C: warnings pushed down from support/,
6084         kill err_alert
6085
6086 2003-03-29  John Levon  <levon@movementarian.org>
6087
6088         * lyxfunc.C: safety check for C-r (revert)
6089
6090 2003-03-29  John Levon  <levon@movementarian.org>
6091
6092         * bufferlist.h:
6093         * bufferlist.C: several UI fixes using Alert::prompt.
6094         Fix the pointless looping quit code. Fix stupid revert
6095         behaviour (bug 938)
6096
6097         * lyxvc.h:
6098         * lyxvc.C:
6099         * lyx_cb.C: use Alert::prompt
6100
6101         * lyx_main.C: remove a silly question
6102
6103         * lyxfunc.C: remove a couple of silly questions,
6104         use Alert::prompt
6105
6106 2003-03-28  John Levon  <levon@movementarian.org>
6107
6108         * text2.C: fix bug 974 (End on empty par)
6109
6110 2003-03-28  John Levon  <levon@movementarian.org>
6111
6112         * BufferView_pimpl.C:
6113         * LyXAction.C:
6114         * lfuns.h: remove do-nothing math greek lfuns
6115
6116 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6117
6118         * lyxgluelength.h (isValidGlueLength): add default arg on
6119         parameter 2. Remove default arg from friend in class.
6120
6121         * lyxlength.h (isValidLength): add default arg on parameter 2.
6122         Remove default arg from friend in class.
6123
6124         * text2.C (LyXText): adjust, initialize refresh_row.
6125         (init): adjust
6126         (removeRow): adjust
6127         (insertRow): adjust
6128         (insertParagraph): adjst
6129         (redoParagraphs): adjust
6130         (fullRebreak): adjust
6131         (updateCounters): adjust
6132         (deleteEmptyParagraphMechanism): first attempt at fixing a
6133         crashing bug.
6134
6135         * text.C (top_y): adjust
6136         (setHeightOfRow): adjust
6137         (getRow): adjust
6138         (getRowNearY): adjust
6139
6140         * lyxtext.h: include RowList.h
6141         (~LyXText): not needed anymore, deleted.
6142         (firstRow): modify for RowList
6143         (lastRow): new function
6144         Delete firstrow and lastrow class variables, add a Rowlist
6145         rowlist_ class variable.
6146
6147         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6148         paragraph is empty.
6149
6150         * RowList.C (insert): fix case where it == begin().
6151
6152 2003-03-26  Angus Leeming  <leeming@lyx.org>
6153
6154         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6155         the thesaurus dialog.
6156
6157 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6158
6159         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6160
6161         * RowList.[Ch]: new files
6162
6163         * ParagraphList.C (erase): handle the case where it == begin
6164         correctly.
6165
6166 2003-03-25  John Levon  <levon@movementarian.org>
6167
6168         * Makefile.am:
6169         * aspell_local.h:
6170         * aspell.C: add new aspell support
6171
6172         * lyxrc.h:
6173         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6174         have it accessible.
6175
6176 2003-03-25  Angus Leeming  <leeming@lyx.org>
6177
6178         * lfuns.h:
6179         * LyXAction.C (init): new LFUN_INSET_INSERT.
6180
6181         * BufferView_pimpl.C (dispatch): split out part of the
6182         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6183
6184         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6185         LFUN_INSET_APPLY.
6186
6187 2003-03-25  Angus Leeming  <leeming@lyx.org>
6188
6189         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6190
6191 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6192
6193         * text2.C:
6194         * text3.C: remove useless row->height(0)
6195
6196 2003-03-25  John Levon  <levon@movementarian.org>
6197
6198         * lyxtext.h:
6199         * text2.C:
6200         * text3.C: rename the refreshing stuff to better names
6201
6202 2003-03-24  John Levon  <levon@movementarian.org>
6203
6204         * BufferView_pimpl.h:
6205         * BufferView_pimpl.C: update layout choice on a mouse
6206         press/release
6207
6208 2003-03-23  John Levon  <levon@movementarian.org>
6209
6210         * Makefile.am: fix commandtags.h reference
6211
6212 2003-03-22  John Levon  <levon@movementarian.org>
6213
6214         * BufferView_pimpl.C:
6215         * lyxtext.h:
6216         * rowpainter.C:
6217         * rowpainter.h:
6218         * text.C:
6219         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6220
6221 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6222
6223         * lyxtext.h:
6224         * text.C: take the rtl methods out of line
6225
6226 2003-03-21 André Pönitz <poenitz@gmx.net>
6227
6228         * metricsinfo.[Ch]: new files containing structures to be passed around
6229         during the two-phase-drawing...
6230
6231 2003-03-21 André Pönitz <poenitz@gmx.net>
6232
6233         * lyxtextclass.C: read 'environment' tag.
6234
6235 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6236
6237         * text2.C (removeRow): fix bug 964
6238
6239 2003-03-20  John Levon  <levon@movementarian.org>
6240
6241         * rowpainter.C:
6242         * text.C:
6243         * text2.C: paint cleanups. Inset::update() dropped font
6244         parameter
6245
6246 2003-03-19  John Levon  <levon@movementarian.org>
6247
6248         * lyxfunc.C: only fitcursor/markDirty if available()
6249
6250 2003-03-19  John Levon  <levon@movementarian.org>
6251
6252         * commandtags.h: rename to ...
6253
6254         * lfuns.h: ... this, and renumber / cleanup
6255
6256 2003-03-19  John Levon  <levon@movementarian.org>
6257
6258         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6259         fit the cursor after an lfun
6260
6261         * BufferView.h:
6262         * BufferView.C:
6263         * BufferView_pimpl.h:
6264         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6265
6266         * LyXAction.C: layout-character should have ReadOnly
6267
6268         * ParagraphParameters.C:
6269         * buffer.C:
6270         * bufferview_funcs.C:
6271         * lyx_cb.C:
6272         * lyxfind.C:
6273         * lyxtext.h:
6274         * text.C:
6275         * text2.C:
6276         * text3.C:
6277         * undo_funcs.C: changes from above
6278
6279 2003-03-18  John Levon  <levon@movementarian.org>
6280
6281         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6282         remove it from update()
6283
6284         * lyxfunc.C: update layout choice after an lfun
6285
6286         * text3.C: remove extra updateLayoutChoice()s
6287
6288 2003-03-18  John Levon  <levon@movementarian.org>
6289
6290         * text.C: top_y change means full repaint, fix
6291         a drawing bug with cursor movement
6292
6293 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6294
6295         * lyxtext.h:
6296         * text.C:
6297         * text2.C: anchor row on setCursor
6298
6299 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6300
6301         * lyxtext.h: remove almost all mutable keywords
6302         * text.C:
6303         * text2.C:
6304         * text3.C: remove const keywords accordingly
6305
6306 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6307
6308         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6309         anon namespace
6310         (TeXEnvironment): ditto
6311         (TeXOnePar): ditto
6312
6313 2003-03-17  John Levon  <levon@movementarian.org>
6314
6315         * text.C (rowBreakPoint): remove attempt to fix displayed
6316         math insets inside a manual label
6317
6318 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6319
6320         * lyxtext.h: remove BufferView* as first arg from almost all class
6321         functions.
6322         * other files: adjust.
6323
6324 2003-03-17  John Levon  <levon@movementarian.org>
6325
6326         * lyxtext.h:
6327         * undo_funcs.C:
6328         * text2.C: more paint cleanups
6329
6330         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6331
6332         * rowpainter.h:
6333         * rowpainter.C: remove "smart" background painting code
6334
6335 2003-03-16  John Levon  <levon@movementarian.org>
6336
6337         * lyxtext.h:
6338         * text.C:
6339         * text2.C:
6340         * text3.C: add helper functions for setting refresh_row/y
6341
6342 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6343
6344         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6345         newline inset which *can* get inserted in the pass_thru layouts.
6346         This is primarily for literate documents.
6347
6348 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6349
6350         * buffer.C: increment LYX_FORMAT to 223
6351
6352 2003-03-14 André Pönitz <poenitz@gmx.net>
6353
6354         * textclass.h: prepare for environment handling, ws changes
6355         * lyxlayout.C: read latexheader and latexfooter tags
6356
6357 2003-03-14  John Levon  <levon@movementarian.org>
6358
6359         * text2.C: rewrite ::status() a bit
6360
6361 2003-03-13  John Levon  <levon@movementarian.org>
6362
6363         * lyxtext.h: add some docs
6364
6365 2003-03-13  John Levon  <levon@movementarian.org>
6366
6367         * lyxtext.h:
6368         * text.C:
6369         * text2.C:
6370         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6371
6372 2003-03-13  John Levon  <levon@movementarian.org>
6373
6374         * text3.C: fix appendix redrawing
6375
6376 2003-03-13  John Levon  <levon@movementarian.org>
6377
6378         * text.C (setHeightOfRow):
6379         * rowpainter.h:
6380         * rowpainter.C: make appendix mark have the text
6381           "Appendix" so the user knows what it is
6382
6383         * LColor.h:
6384         * LColor.C: s/appendixline/appendix/ from above
6385
6386 2003-03-13  John Levon  <levon@movementarian.org>
6387
6388         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6389
6390         * text.C: fix a getChar(pos) bug properly
6391
6392 2003-03-13  Angus Leeming  <leeming@lyx.org>
6393
6394         * commandtags.h:
6395         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6396         Probably only temporary. Let's see how things pan out.
6397
6398         * BufferView.C (unlockInset):
6399         * BufferView_pimpl.C (fitCursor):
6400         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6401
6402         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6403         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6404
6405         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6406         new functions that convert ParagraphParameters to and from a string.
6407
6408         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6409         BufferView::Pimpl's dispatch.
6410         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6411
6412 2003-03-13 André Pönitz <poenitz@gmx.net>
6413
6414         * lyxfunc.C:
6415         * text3.C:
6416         * factory.C: make it aware of InsetEnv
6417
6418 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6419
6420         * text2.C (setCursor): never ask for one past last
6421         (setCursor): add some debugging messages.
6422
6423         * text.C (singleWidth): never ask for one past last
6424         (singleWidth): ditto
6425         (leftMargin): ditto
6426         (rightMargin): ditto
6427         (rowBreakPoint): ditto
6428         (setHeightOfRow): ditto
6429         (prepareToPrint): ditto
6430
6431         * rowpainter.C (paintBackground): never ask for one past last
6432         (paintText): never ask for one past last
6433
6434         * paragraph_pimpl.C (getChar): make the assert stricter, never
6435         allow the one past last pos to be taken
6436
6437         * paragraph.C (getChar): ws changes only
6438
6439         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6440         (numberOfSeparators): ditto
6441         (numberOfHfills): ditto
6442
6443 2003-03-12  John Levon  <levon@movementarian.org>
6444
6445         * author.h:
6446         * author.C:
6447         * bufferparams.h:
6448         * bufferparams.C:
6449         * paragraph_funcs.C: fix per-buffer authorlists
6450
6451 2003-03-12  John Levon  <levon@movementarian.org>
6452
6453         * text.C: fix newline in right address
6454
6455 2003-03-12  Angus Leeming  <leeming@lyx.org>
6456
6457         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6458         duplicate those in LyXFunc::dispatch.
6459
6460         * commandtags.h:
6461         * LyXAction.C:
6462         * ToolbarDefaults.C:
6463         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6464         Add LFUN_FONTFREE_UPDATE.
6465
6466         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6467         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6468
6469         * bufferview_func.[Ch]: several new functions to facilliate
6470         transfer of data to and from the character dialog.
6471
6472 2003-03-12  John Levon  <levon@movementarian.org>
6473
6474         * buffer.C:
6475         * paragraph.h:
6476         * paragraph.C:
6477         * paragraph_funcs.C:
6478         * paragraph_pimpl.C:
6479         * sgml.C:
6480         * tabular.C:
6481         * text.C:
6482         * text3.C: remove META_NEWLINE in favour of an inset
6483
6484         * rowpainter.h:
6485         * rowpainter.C: remove paintNewline (done by inset)
6486
6487 2003-03-12  John Levon  <levon@movementarian.org>
6488
6489         * paragraph_pimpl.C: complain about bad getChar()s
6490         for a while at least
6491
6492 2003-03-12  John Levon  <levon@movementarian.org>
6493
6494         * buffer.h:
6495         * buffer.C: move paragraph read into a separate function,
6496         a little renaming to reflect that.
6497
6498         * bufferparams.h:
6499         * bufferparams.C: remove the author_ids map, not necessary now
6500
6501         * factory.h:
6502         * factory.C: moved Buffer::readInset to here
6503
6504         * paragraph_funcs.h:
6505         * paragraph_funcs.C: readParagraph free function moved from
6506         buffer.C
6507
6508         * tabular.C: name change
6509
6510 2003-03-12  John Levon  <levon@movementarian.org>
6511
6512         * buffer.C:
6513         * ParagraphParameters.C: move par params input to
6514         a read() method
6515
6516         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6517         behave like a normal read from the stream wrt reading
6518         a line vs. a \\token
6519
6520 2003-03-12  John Levon  <levon@movementarian.org>
6521
6522         * paragraph.C:
6523         * ParagraphParameters.h:
6524         * ParagraphParameters.C: move output code to a
6525         ::write() method
6526
6527 2003-03-12  John Levon  <levon@movementarian.org>
6528
6529         * BufferView.C (insertLyXFile):
6530         * buffer.h:
6531         * buffer.C:
6532         * tabular.C: use a parlist iterator for creating the
6533           document.
6534
6535 2003-03-12  John Levon  <levon@movementarian.org>
6536
6537         * buffer.C: make current_change static local not
6538           static file-scope
6539
6540 2003-03-12  John Levon  <levon@movementarian.org>
6541
6542         * buffer.C: fix insertStringAsLines for change tracking
6543
6544 2003-03-12  John Levon  <levon@movementarian.org>
6545
6546         * BufferView.C:
6547         * tabular.C:
6548         * buffer.h:
6549         * buffer.C:
6550         * bufferparams.h:
6551         * bufferparams.C: move author list into params. Rename some
6552           functions. Move the header reading into a separate token
6553           loop. Move the header token reading into BufferParams.
6554
6555 2003-03-12  John Levon  <levon@movementarian.org>
6556
6557         * changes.C: put debug inside lyxerr.debugging() checks
6558
6559 2003-03-11 André Pönitz <poenitz@gmx.net>
6560
6561         * factory.C: make it aware of InsetHFill
6562
6563 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6564
6565         * buffer.C (latexParagraphs): move function from here...
6566         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6567         args.
6568
6569 2003-03-10  Angus Leeming  <leeming@lyx.org>
6570
6571         * LyXAction.C (init): fix bug in poplating array with multiple entries
6572         with the same LFUN (spotted by JMarc).
6573
6574 2003-03-10  John Levon  <levon@movementarian.org>
6575
6576         * text.C:
6577         * text2.C: move getColumnNearX() near its
6578         only call site
6579
6580 2003-03-10  John Levon  <levon@movementarian.org>
6581
6582         * text.C: fix break before a minipage
6583
6584 2003-03-10  John Levon  <levon@movementarian.org>
6585
6586         * text.C: fix the last commit
6587
6588 2003-03-09  John Levon  <levon@movementarian.org>
6589
6590         * lyxtext.h:
6591         * text.C:
6592         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6593         bug 365 (don't break before insets unless needed). Don't
6594         return a value > last under any circumstances.
6595
6596 2003-03-09  Angus Leeming  <leeming@lyx.org>
6597
6598         * BufferView_pimpl.C (trackChanges, dispatch): call
6599         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6600
6601 2003-03-09  Angus Leeming  <leeming@lyx.org>
6602
6603         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6604         than Dialogs::showAboutlyx().
6605
6606 2003-03-09  Angus Leeming  <leeming@lyx.org>
6607
6608         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6609         than Dialogs::showTabularCreate().
6610
6611 2003-03-09  John Levon  <levon@movementarian.org>
6612
6613         * lyxtext.h:
6614         * text.C:
6615         * text2.C: 3rd arg to nextBreakPoint was always the same.
6616           Use references.
6617
6618 2003-03-08  John Levon  <levon@movementarian.org>
6619
6620         * lyxrow.C:
6621         * paragraph.C:
6622         * paragraph.h:
6623         * rowpainter.C:
6624         * text.C:
6625         * text2.C: Remove the "main" bit from the "main body"
6626           notion.
6627
6628 2003-03-08  John Levon  <levon@movementarian.org>
6629
6630         * text.C (leftMargin): The left margin of an empty
6631         manual label paragraph should not include the label width
6632         string length.
6633
6634         * text.C (prepareToPrint): don't attempt to measure hfills
6635         for empty manual label paragraphs - the answer should be 0
6636
6637 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6638
6639         * CutAndPaste.C: remove commented code and reindent.
6640
6641 2003-03-08  John Levon  <levon@movementarian.org>
6642
6643         * lyxfunc.h:
6644         * lyxfunc.C: move reloadBuffer()
6645
6646         * BufferView.h:
6647         * BufferView.C: to here
6648
6649         * lyxvc.C: add comment
6650
6651         * vc-backend.h:
6652         * vc-backend.C: call bv->reload() to avoid
6653           getStatus() check on MENURELOAD
6654
6655 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6656
6657         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6658         to an old format .dep file.
6659
6660 2003-03-07  Angus Leeming  <leeming@lyx.org>
6661
6662         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6663         when the LFUN_MOUSE_RELEASE should have been handled by
6664         inset->localDispatch.
6665
6666 2003-03-07  Angus Leeming  <leeming@lyx.org>
6667
6668         * BufferView_pimpl.C (dispatch):
6669         * LyXAction.C (init):
6670         * ToolbarDefaults.C (init):
6671         * commandtags.h:
6672         * lyxfunc.C (getStatus):
6673         remove LFUN_INSET_GRAPHICS.
6674
6675         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6676
6677 2003-03-07  Angus Leeming  <leeming@lyx.org>
6678
6679         * commandtags.h:
6680         * LyXAction.C (init):
6681         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6682
6683         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6684
6685         * commandtags.h:
6686         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6687
6688         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6689         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6690
6691 2003-03-07  Angus Leeming  <leeming@lyx.org>
6692
6693         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6694         remove "ert".
6695
6696 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6697
6698         * ParagraphList.C (front): new function
6699         (back): implement
6700
6701 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6702
6703         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6704         and top_row_offset_. removed var first_y.
6705         * text.C (top_y):
6706         * text2.C (LyXText, removeRow):
6707         * text3.C:
6708         * BufferView_pimpl.C:
6709         use these methods instead of using first_y
6710
6711 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6712
6713         * text2.C (pasteSelection): adjust for checkPastePossible
6714
6715         * CutAndPaste.C: remove Paragraph * buf and replace with
6716         ParagraphList paragraphs.
6717         (DeleteBuffer): delete
6718         (cutSelection): change the tc type to textclass_type
6719         (copySelection): change the tc type to textclass_type
6720         (copySelection): adjust for ParagraphList
6721         (pasteSelection): change the tc type to textclass_type
6722         (pasteSelection): adjust for Paragraphlist
6723         (nrOfParagraphs): simplify for ParagraphList
6724         (checkPastePossible): simplify for ParagraphList
6725         (checkPastePossible): remove unused arg
6726
6727         * ParagraphList.C (insert): handle the case where there are no
6728         paragraphs yet.
6729
6730         * CutAndPaste.h: make CutAndPaste a namespace.
6731
6732         * text3.C (dispatch): adjust
6733
6734         * text.C (breakParagraph): add a ParagraphList as arg
6735
6736         * paragraph_funcs.C (breakParagraph): change to take a
6737         BufferParams and a ParagraphList as args.
6738         (breakParagraphConservative): ditto
6739         (mergeParagraph): ditto
6740         (TeXDeeper): add a ParagraphList arg
6741         (TeXEnvironment): ditto
6742         (TeXOnePar): ditto
6743
6744         * buffer.C (readLyXformat2): adjust
6745         (insertStringAsLines): adjust
6746         (latexParagraphs): adjust
6747
6748         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6749         (cutSelection): adjust
6750         (pasteSelection): adjust
6751
6752         * BufferView_pimpl.C (insertInset): adjust
6753
6754 2003-03-05  Angus Leeming  <leeming@lyx.org>
6755
6756         * commandtags.h:
6757         * LyXAction.C (init):
6758         * BufferView_pimpl.C (dispatch):
6759         * lyxfunc.C (getStatus):
6760         remove LFUN_CHILD_INSERT.
6761
6762         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6763
6764 2003-03-05  Angus Leeming  <leeming@lyx.org>
6765
6766         * commandtags.h:
6767         * LyXAction.C (init):
6768         * src/factory.C (createInset):
6769         * lyxfunc.C (getStatus):
6770         * text3.C (dispatch):
6771         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6772
6773         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6774
6775 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6776
6777         * ParagraphList.C (insert): handle insert right before end()
6778         (erase): fix cases where it can be first or last paragraph.
6779
6780 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6781
6782         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6783         Paragraph::next and Paragraph::previous
6784         (TeXOnePar): ditto
6785
6786         * text.C (breakParagraph): adjust
6787
6788         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6789         BufferParams& as arg.
6790         (breakParagraph): use ParagraphList::insert
6791         (breakParagraphConservative): take a Buffer* instead of a
6792         BufferParams& as arg.
6793         (breakParagraphConservative): use ParagraphList::insert.
6794
6795         * buffer.C (insertStringAsLines): un-const it
6796         (insertStringAsLines): adjust
6797
6798         * ParagraphList.C (insert): new function
6799
6800         * CutAndPaste.C (pasteSelection): adjust
6801
6802         * text.C (backspace): adjust
6803
6804         * tabular.C (SetMultiColumn): adjust
6805
6806         * CutAndPaste.C (cutSelection): adjust
6807         (pasteSelection): adjust
6808
6809         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6810         Buffer const * as arg
6811
6812         * ParagraphList.C (erase): new function
6813         * paragraph_funcs.C (mergeParagraph): use it
6814         (mergeParagraph): make it take a Buffer* instead of a
6815         BufferParams* as arg
6816
6817         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6818         as arg
6819         (breakParagraphConservative): ditto
6820
6821         * paragraph.h: remove the breakParagraph friend
6822
6823         * paragraph.C (eraseIntern): new function
6824         (setChange): new function
6825
6826         * paragraph_funcs.C (mergeParagraph): make it take a
6827         ParagraphList::iterator instead of a Paragraph *, adjust
6828         accordingly.
6829
6830         * paragraph.h: move an #endif so that the change tracking stuff
6831         also works in the NO_NEXT case.
6832
6833 2003-03-04  Angus Leeming  <leeming@lyx.org>
6834
6835         * commandtags.h:
6836         * LyXAction.C: new LFUN_INSET_MODIFY.
6837
6838         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6839         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6840
6841 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6842
6843         * several files: ws changes only
6844
6845         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6846         (TeXEnvironment): ditto
6847         (TeXDeeper): ditto
6848
6849         * buffer.C (makeLaTeXFile): adjust
6850         (latexParagraphs): make it take ParagraphList::iterator as args
6851
6852 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6853
6854         * buffer.C (latexParagraphs): adjust
6855
6856         * paragraph.C (TeXOnePar): move function...
6857         (optArgInset): move function...
6858         (TeXEnvironment): move function...
6859         * paragraph_pimpl.C (TeXDeeper): move function...
6860         * paragraph_funcs.C: ...here
6861
6862         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6863
6864 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6865
6866         * buffer.C (readInset): remove compability code for old Figure and
6867         InsetInfo insets
6868
6869 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6870
6871         * buffer.C: ws changes
6872         (readInset):
6873
6874         * BufferView_pimpl.C: ditto
6875         * author.C: ditto
6876         * buffer.h: ditto
6877         * bufferlist.h: ditto
6878         * changes.h: ditto
6879         * lyxfunc.C: ditto
6880
6881 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6882
6883         * converter.[Ch]: split into itself +
6884         * graph.[Ch]
6885         * format.[Ch]
6886         * Makefile.am: += graph.[Ch] + format.[Ch]
6887         * MenuBackend.C
6888         * buffer.C
6889         * exporter.C
6890         * importer.C
6891         * lyx_main.C
6892         * lyxfunc.C
6893         * lyxrc.C: added #include "format.h"
6894
6895 2003-02-27  Angus Leeming  <leeming@lyx.org>
6896
6897         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6898           a label.
6899
6900         * factory.C (createInset): add "label" to the factory.
6901
6902         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6903           string and do no more.
6904
6905 2003-02-27  Angus Leeming  <leeming@lyx.org>
6906
6907         * commandtags.h:
6908         * LyXAction.C (init):
6909         * factory.C (createInset):
6910         * BufferView_pimpl.C (dispatch):
6911           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6912
6913         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6914
6915         * lyxfunc.C (dispatch):
6916         * text3.C (dispatch): pass name to params2string.
6917
6918 2003-02-26  Angus Leeming  <leeming@lyx.org>
6919
6920         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6921           blocks together.
6922           Rearrange the ~includes. Strip out the unnecessary ones.
6923
6924         * factory.C (createInset): reformat.
6925           create new insets for the various LFUN_XYZ_APPLY lfuns.
6926
6927 2003-02-26  John Levon  <levon@movementarian.org>
6928
6929         * lyxrow.h:
6930         * lyxrow.C: add isParStart,isParEnd helpers
6931
6932         * paragraph.h: make isInserted/DeletedText take refs
6933
6934         * paragraph_funcs.h:
6935         * paragraph_funcs.C: remove #if 0'd code
6936
6937         * lyxtext.h:
6938         * text3.C:
6939         * text2.C:
6940         * text.C: use lyxrow helpers above.
6941           Move draw and paint routines to RowPainter.
6942           Make several methods use refs not pointers.
6943           Make backgroundColor() const.
6944           Add markChangeInDraw(), isInInset().
6945           Merge changeRegionCase into changeCase.
6946           Make workWidth() shouldn't-happen code into an Assert.
6947
6948         * rowpainter.h:
6949         * rowpainter.C: new class for painting a row.
6950
6951         * vspace.h:
6952         * vspace.C: make inPixels take a ref
6953
6954 2003-02-26  Angus Leeming  <leeming@lyx.org>
6955
6956         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6957         LFUN_REF_APPLY.
6958
6959 2003-02-25  John Levon  <levon@movementarian.org>
6960
6961         * ispell.C: give the forked command a more accurate name
6962
6963 2003-02-22  John Levon  <levon@movementarian.org>
6964
6965         * toc.h:
6966         * toc.C: make TocItem store an id not a Paragraph *
6967           (bug #913)
6968
6969 2003-02-21  Angus Leeming  <leeming@lyx.org>
6970
6971         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6972           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6973           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6974           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6975           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6976           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6977
6978         * BufferView_pimpl.C (dispatch):
6979         * LyXAction.C (init):
6980         * factory.C (createInset):
6981         * lyxfunc.C (getStatus, dispatch):
6982         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6983
6984 2003-02-21  Angus Leeming  <leeming@lyx.org>
6985
6986         * BufferView_pimpl.C (MenuInsertLyXFile):
6987         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6988         * lyxfunc.C (menuNew, open, doImport):
6989           no longer pass a LyXView & to fileDlg.
6990
6991 2003-02-21  Angus Leeming  <leeming@lyx.org>
6992
6993         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6994         * LyXAction.C: change, BIBKEY to BIBITEM.
6995         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6996         Change InsetBibKey to InsetBibitem.
6997         Change BIBKEY_CODE to BIBITEM_CODE.
6998         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6999         * factory.C: replace insetbib.h with insetbibitem.h.
7000         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7001         * paragraph.C: replace insetbib.h with insetbibitem.h.
7002         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7003         Change bibkey() to bibitem().
7004         * text.C: remove insetbib.h.
7005         * text2.C: replace insetbib.h with insetbibitem.h.
7006         change bibkey() to bibitem().
7007         * text3.C: remove insetbib.h.
7008         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7009
7010 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7011
7012         * lyxrc.C (output): enclose user email in quotes (in case there are
7013         several words)
7014
7015 2003-02-18  John Levon  <levon@movementarian.org>
7016
7017         * buffer.h: add std::
7018
7019 2003-02-17  John Levon  <levon@movementarian.org>
7020
7021         * SpellBase.h:
7022         * ispell.h:
7023         * ispell.C:
7024         * pspell.h:
7025         * pspell.C: reworking. Especially in ispell, a large
7026           number of clean ups and bug fixes.
7027
7028         * lyxfunc.C: fix revert to behave sensibly
7029
7030 2003-02-17 André Pönitz <poenitz@gmx.net>
7031
7032         * LyXAction.C:
7033         * commandtags.h: new LFUN_INSERT_BIBKEY
7034
7035         * layout.h:
7036         * lyxlayout.C:
7037         * buffer.C:
7038         * factory.C:
7039         * text.C:
7040         * text2.C:
7041         * text3.C:
7042         * paragraph.[Ch]:
7043         * paragraph_func.C: remove special bibkey handling
7044
7045 2003-02-17  John Levon  <levon@movementarian.org>
7046
7047         * text.C (Delete): fix case where delete at the end of
7048           the very first paragraph would not merge the pars
7049
7050 2003-02-17  John Levon  <levon@movementarian.org>
7051
7052         * lyxrow.C: fix lastPrintablePos()
7053
7054 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7055
7056         * bufferparams.C (writeLaTeX): add a std:here
7057
7058         * buffer.C: and remove a using directive there
7059
7060 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7061
7062         * buffer.C (makeLaTeXFile): move the code that generates the
7063           preamble...
7064
7065         * bufferparams.C (writeLaTeX): ... in this new method
7066
7067         * LaTeXFeatures.C (getEncodingSet): make const
7068           (getLanguages): make const
7069
7070         * MenuBackend.C (binding): returns the binding associated to this
7071           action
7072           (add): sets the status of each item by calling getStatus. Adds
7073           some intelligence.
7074           (read): add support for OptSubMenu
7075           (expand): remove extra separator at the end of expanded menu
7076
7077 2003-02-15  John Levon  <levon@movementarian.org>
7078
7079         * BufferView.C:
7080         * BufferView_pimpl.C:
7081         * bufferlist.h:
7082         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7083           inset code that had no actual effect. Remove unneeded status
7084           code.
7085
7086 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7087
7088         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7089           in preamble
7090
7091 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7092
7093         * text.C (drawLengthMarker): also draw an arrow marker for
7094           symbolic lengths (medskip...)
7095
7096 2003-02-14  John Levon  <levon@movementarian.org>
7097
7098         * tabular.h:
7099         * tabular.C: better method names
7100
7101 2003-02-14  John Levon  <levon@movementarian.org>
7102
7103         * BufferView_pimpl.C:
7104         * bufferlist.C:
7105         * buffer.C:
7106         * converter.C:
7107         * lyx_cb.C:
7108         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7109           it's a more accurate name. Remove some pointless uses.
7110
7111 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7112
7113         * text2.C (LyXText): change order of initilizers to shut off
7114           warnings
7115
7116 2003-02-14  John Levon  <levon@movementarian.org>
7117
7118         * buffer.C: use ParIterator for getParFromID()
7119
7120         * paragraph.h:
7121         * paragraph.C:
7122         * paragraph_pimpl.h:
7123         * paragraph_pimpl.C: remove unused getParFromID()
7124
7125 2003-02-14  John Levon  <levon@movementarian.org>
7126
7127         * buffer.C: remove some very old #if 0'd parse code
7128
7129 2003-02-13  John Levon  <levon@movementarian.org>
7130
7131         * text.h:
7132         * text.C:
7133         * text2.C: move hfillExpansion(), numberOfSeparators(),
7134           rowLast(), rowLastPrintable(), numberofHfills(),
7135           numberOfLabelHfills() ...
7136
7137         * lyxrow.h:
7138         * lyxrow.C: ... to member functions here.
7139
7140         * paragraph.h:
7141         * paragraph.C:
7142         * lyxtext.h:
7143         * text.C: remove LyXText::beginningOfMainBody(), and call
7144           p->beginningOfMainBody() directly. Move the check for
7145           LABEL_MANUAL into the latter.
7146
7147         * text.h:
7148         * text.C:
7149         * text2.C:
7150         * vspace.C:
7151         * BufferView.h:
7152         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7153
7154         * text.h:
7155         * text.C:
7156         * text2.C:
7157         * text3.C:
7158         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7159           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7160
7161 2003-02-13  John Levon  <levon@movementarian.org>
7162
7163         * CutAndPaste.C: remove debug
7164
7165 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7166
7167         * paragraph.C (asString): remove two unused variables
7168
7169         * lyxtextclass.C (readTitleType):
7170           (Read):
7171           (LyXTextClass): handle new members titletype_ and titlename_
7172
7173         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7174
7175 2003-02-09  John Levon  <levon@movementarian.org>
7176
7177         * buffer.h:
7178         * buffer.C: replace hand-coded list with a map for the dep clean
7179
7180 2003-02-08  John Levon  <levon@movementarian.org>
7181
7182         * LaTeX.C: consolidate code into showRunMessage() helper
7183
7184 2003-02-08  John Levon  <levon@movementarian.org>
7185
7186         * lyxfind.C:
7187         * lyxtext.h:
7188         * text2.C:
7189         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7190           and pass the size in explicitly
7191
7192         * BufferView_pimpl.h:
7193         * BufferView_pimpl.C:
7194         * BufferView.h:
7195         * BufferView.C: add getCurrentChange()
7196
7197         * BufferView_pimpl.h:
7198         * BufferView_pimpl.C: handle change lfuns
7199
7200         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7201           for changes. Mark pasted paragraphs as new.
7202
7203         * support/lyxtime.h:
7204         * support/lyxtime.C:
7205         * DepTable.C: abstract time_t as lyx::time_type
7206
7207         * LColor.h:
7208         * LColor.C: add colours for new text, deleted text, changebars
7209
7210         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7211           package use "usenames" option.
7212
7213         * commandtags.h:
7214         * lyxfunc.C:
7215         * LyXAction.C: add change lfuns
7216
7217         * Makefile.am:
7218         * author.h:
7219         * author.C: author handling
7220
7221         * buffer.h:
7222         * buffer.C: add a per-buffer author list, with first entry as
7223           current author. Handle new .lyx tokens for change tracking. Output
7224           author list to .lyx file. Output dvipost stuff to .tex preamble.
7225           Bump lyx format to 222.
7226
7227         * bufferlist.h:
7228         * bufferlist.C: add setCurrentAuthor() to reset current author details
7229           in all buffers.
7230
7231         * bufferparams.h:
7232         * bufferparams.C: add param for tracking
7233
7234         * bufferview_funcs.C: output change info in minibuffer
7235
7236         * Makefile.am:
7237         * changes.h:
7238         * changes.C: add change-tracking structure
7239
7240         * debug.h:
7241         * debug.C: add CHANGES debug flag
7242
7243         * lyxfind.h:
7244         * lyxfind.C: add code for finding the next change piece
7245
7246         * lyxrc.h:
7247         * lyxrc.C: add user_name and user_email
7248
7249         * lyxrow.h:
7250         * lyxrow.C: add a metric for the top of the text line
7251
7252         * lyxtext.h:
7253         * text.C: implement accept/rejectChange()
7254
7255         * lyxtext.h:
7256         * text.C: paint changebars. Paint new/deleted text in the chosen
7257         colours. Strike through deleted text.
7258
7259         * paragraph.h:
7260         * paragraph.C:
7261         * paragraph_pimpl.h:
7262         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7263           in the current change to the insert functions. Rework erase to
7264           mark text as deleted, adding an eraseIntern() and a range-based
7265           erase(). Implement per-paragraph change lookup and
7266           accept/reject.
7267
7268         * paragraph_funcs.C: Fixup paste for change tracking.
7269
7270         * tabular.C: mark added row/columns as new.
7271
7272         * text.C: fix rowLast() to never return -1. Don't allow
7273           spellchecking of deleted text. Track transpose changes. Don't
7274           allow paragraph break or merge where appropriate.
7275
7276         * text2.C: leave cursor at end of selection after a cut.
7277
7278 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7279
7280         * text.C (getLengthMarkerHeight):
7281         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7282         visible on screen too.
7283
7284 2003-02-07  John Levon  <levon@movementarian.org>
7285
7286         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7287
7288 2003-02-05  Angus Leeming  <leeming@lyx.org>
7289
7290         * lyxserver.C (read_ready): revert my patch of 11 September last year
7291         as it sends PC cpu through the roof. Presumably this means that
7292         the lyxserver will no longer run on an Alpha...
7293
7294 2003-01-30  Angus Leeming  <leeming@lyx.org>
7295
7296         * factory.C (createInset): create an InsetCommandParam of type "index"
7297         and use it to 'do the right thing'.
7298
7299         * text2.C (getStringToIndex): ensure that cursor position is always
7300         reset to the reset_cursor position.
7301
7302 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7303
7304         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7305         disabled.
7306
7307 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7308
7309         * bufferview.C:
7310         * lyxcb.C:
7311         * lyxfunc.C: Output messages with identical spelling, punctuation,
7312         and spaces
7313
7314 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7315
7316         * MenuBackend.C (expandFormats): List only viewable export formats
7317         in "View" menu
7318
7319         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7320         message
7321
7322         * lyxfunc.C (getStatus): Make sure that formats other than
7323         "fax" can also be disabled
7324
7325 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7326
7327         * text3.C (dispatch): put the lfuns that insert insets in 3
7328         groups, and call doInsertInset with appropriate arguments.
7329         (doInsertInset): new function, that creates an inset and inserts
7330         it according to some boolean parameters.
7331
7332 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7333
7334         * buffer.C (readFile): remember to pass on 'par' when calling
7335         readFile recursively.
7336
7337 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7338
7339         * MenuBackend.C (expandFormats): add "..." to import formats.
7340
7341 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7342
7343         * paragraph.C (asString): Remove XForms RTL hacks.
7344
7345 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7346         * buffer.C: fix typo
7347
7348 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7349
7350         * Makefile.am (LIBS): delete var
7351         (lyx_LDADD): add @LIBS@ here instead.
7352
7353 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7354
7355         * Clarify the meaning of "wheel mouse jump"
7356
7357 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7358
7359         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7360         tabular in a float
7361
7362 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7363
7364         * importer.C (Loaders): do not preallocate 3 elements in the
7365         vector, since one ends up with 6 elements otherwise
7366
7367 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7368
7369         * DepTable.C (write): write the file name as last element of the
7370         .dep file (because it may contain spaces)
7371         (read): read info in the right order
7372
7373 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7374
7375         * paragraph_pimpl.C (simpleTeXBlanks):
7376         (simpleTeXSpecialChars):
7377         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7378
7379         * tabular.C (latex): add some missing case statements. Reindent.
7380
7381         * MenuBackend.C (expandToc): remove unused variable.
7382
7383 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7384
7385         * LColor.C:
7386         * LaTeX.C:
7387         * LyXAction.C:
7388         * MenuBackend.C:
7389         * buffer.C:
7390         * exporter.C:
7391         * lyxfunc.C:
7392         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7393         and the like.
7394
7395 2003-01-05  John Levon  <levon@movementarian.org>
7396
7397         * BufferView.h:
7398         * BufferView.C: add getEncoding()
7399
7400         * kbsequence.h:
7401         * kbsequence.C: do not store last keypress
7402
7403         * lyxfunc.h:
7404         * lyxfunc.C: store last keypress here instead. Pass encoding
7405           to getISOEncoded()
7406
7407 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7408
7409         * lyx_main.C (init): remove annoying error message when following
7410         symbolic links (bug #780)
7411
7412 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7413
7414         * text.C (insertChar):
7415         * lyxrc.C (getDescription): remove extra spaces
7416
7417 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7418
7419         * lyxrc.C (getDescription): remove extra spaces
7420
7421 2002-12-20  John Levon  <levon@movementarian.org>
7422
7423         * text3.C: hack fix for page up/down across tall rows
7424
7425 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7426
7427         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7428         not been invoked
7429
7430 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7431
7432         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7433         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7434         thesaurus is not compiled in
7435
7436 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7437
7438         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7439
7440 2002-12-16  Angus Leeming  <leeming@lyx.org>
7441
7442         * lyxrc.[Ch]:
7443         * lyx_main.C (init): remove override_x_deadkeys stuff.
7444
7445 2002-12-12  John Levon  <levon@movementarian.org>
7446
7447         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7448           insert. Only remove shift modifier under strict
7449           circumstances.
7450
7451 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7452
7453         * MenuBackend.C (expandToc): fix crash.
7454
7455 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7456
7457         * MenuBackend.C (expandToc): gettext on float names.
7458
7459 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7460
7461         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7462         implement bool empty() [bug 490]
7463
7464 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7465
7466         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7467
7468 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7469
7470         * several files: ws changes
7471
7472 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7473
7474         * text2.C (setCounter): clean up a bit, use boost.format.
7475         (updateCounters): initialize par upon declaration.
7476
7477         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7478         if the layout exists. We do not just store the layout any more.
7479         (SwitchLayoutsBetweenClasses): use boost.format
7480
7481 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7482
7483         * converter.C (convert): if from and to files are the same, use a
7484         temporary files as intermediary
7485
7486 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7487
7488         * commandtags.h:
7489         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7490
7491 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7492
7493         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7494
7495 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7496
7497         * tabular.C (asciiPrintCell): use string(size, char) instead of
7498         explicit loop.
7499
7500         * sgml.C (openTag): fix order of arguments to string constructor
7501         (closeTag): ditto
7502
7503         * lyxfunc.C (dispatch): use boost.format
7504
7505         * lots of files: change "c" -> 'c'
7506
7507 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7508
7509         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7510
7511 2002-11-25  Angus Leeming  <leeming@lyx.org>
7512
7513         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7514
7515         * lyx_main.C (init): compile fix.
7516
7517 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7518
7519         * lyx_cb.C (start): boost.formatify
7520         do not include <iostream>
7521
7522         * lengthcommon.C: ws only
7523
7524         * boost-inst.C,BoostFormat.h: add more explict instantations
7525
7526 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7527
7528         * lots of files: handle USE_BOOST_FORMAT
7529
7530 2002-11-21  John Levon  <levon@movementarian.org>
7531
7532         * pspell.C: fix compile
7533
7534 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7535
7536         * lyxfunc.C (dispatch): use boost::format
7537         (open): ditto
7538         (doImport): ditto
7539
7540         * lyxfont.C (stateText): use boost::format
7541
7542         * lyx_main.C (LyX): use boost::format
7543         (init): ditto
7544         (queryUserLyXDir): ditto
7545         (readRcFile): ditto
7546         (parse_dbg): ditto
7547         (typedef boost::function): use the recommened syntax.
7548
7549         * importer.C (Import): use boost::format
7550
7551         * debug.C (showLevel): use boost::format
7552
7553         * converter.C (view): use boost::format
7554         (convert): ditto
7555         (move): ditto
7556         (scanLog): ditto
7557
7558         * bufferview_funcs.C (currentState): use boost::format
7559
7560         * bufferlist.C (emergencyWrite): use boost::format
7561
7562         * buffer.C (readLyXformat2): use boost::format
7563         (parseSingleLyXformat2Token): ditto
7564
7565         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7566
7567         * LaTeX.C (run): use boost::format
7568
7569         * Chktex.C (scanLogFile): use boost::format
7570
7571         * BufferView_pimpl.C (savePosition): use boost::format
7572         (restorePosition): ditto
7573         (MenuInsertLyXFile): ditto
7574
7575         * BoostFormat.h: help file for explicit instation.
7576
7577 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7578
7579         * tabular.C (latex): Support for block alignment in fixed width
7580         columns.
7581
7582 2002-11-17  John Levon  <levon@movementarian.org>
7583
7584         * BufferView_pimpl.C:
7585         * lyx_cb.C:
7586         * lyxfunc.C: split filedialog into open/save
7587
7588 2002-11-08  Juergen Vigna  <jug@sad.it>
7589
7590         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7591         by my last patch (hopefully).
7592
7593 2002-11-08  John Levon  <levon@movementarian.org>
7594
7595         * iterators.h:
7596         * iterators.C:
7597         * buffer.h:
7598         * buffer.C:
7599         * paragraph.h:
7600         * paragraph.C:
7601         * toc.h:
7602         * toc.C: ParConstIterator, and use it (from Lars)
7603
7604 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7605
7606         * lyxtextclass.[Ch]: revise and add doxygen comments
7607
7608 2002-11-07  John Levon  <levon@movementarian.org>
7609
7610         * text.C: fix progress value for spellchecker
7611
7612         * toc.C: fix navigate menu for insetwrap inside minipage
7613
7614         * paragraph_funcs.C: added FIXME for suspect code
7615
7616 2002-11-07  John Levon  <levon@movementarian.org>
7617
7618         * BufferView_pimpl.C: fix redrawing of insets
7619           on buffer switch
7620
7621 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7622
7623         * text2.C (updateCounters): fix bug 668
7624
7625 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7626
7627         * text3.C (dispatch): Do not make the buffer dirty when moving the
7628         cursor.
7629
7630 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7631
7632         * vc-backend.C: STRCONV
7633         (scanMaster): ditto
7634
7635         * text2.C (setCounter): STRCONV
7636
7637         * paragraph.C (asString): STRCONV
7638
7639         * lyxlength.C (asString): STRCONV
7640         (asLatexString): ditto
7641
7642         * lyxgluelength.C (asString): STRCONV
7643         (asLatexString): ditto
7644
7645         * lyxfunc.C (dispatch): STRCONV
7646         (open): ditto
7647
7648         * lyxfont.C (stateText): STRCONV
7649
7650         * importer.C (Import): STRCONV
7651
7652         * counters.C (labelItem): STRCONV
7653         (numberLabel): ditto
7654         (numberLabel): remove unused ostringstream o
7655
7656         * chset.C: STRCONV
7657         (loadFile): ditto
7658
7659         * bufferview_funcs.C (currentState): STRCONV
7660
7661         * buffer.C (readFile): STRCONV
7662         (asciiParagraph): ditto
7663         (makeLaTeXFile): ditto
7664
7665         * Spacing.C (writeEnvirBegin): STRCONV
7666
7667         * LaTeXFeatures.C (getLanguages): STRCONV
7668         (getPackages): ditto
7669         (getMacros): ditto
7670         (getBabelOptions): ditto
7671         (getTClassPreamble): ditto
7672         (getLyXSGMLEntities): ditto
7673         (getIncludedFiles): ditto
7674
7675         * LaTeX.C: STRCONV
7676         (run): ditto
7677         (scanAuxFile): ditto
7678         (deplog): ditto
7679
7680         * LString.h: add the STRCONV macros
7681
7682         * BufferView_pimpl.C (savePosition): STRCONV
7683         (restorePosition): ditto
7684         (MenuInsertLyXFile): ditto
7685
7686         * vc-backend.C (scanMaster): change from submatch[...] to
7687         submatch.str(...)
7688
7689         * funcrequest.C: include config.h
7690
7691         * factory.C: include config.h
7692
7693         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7694
7695         * box.C: include config.h
7696
7697         * LaTeX.C (scanAuxFile): change from submatch[...] to
7698         submatch.str(...)
7699         (deplog): ditto
7700
7701 2002-10-25  Angus Leeming  <leeming@lyx.org>
7702
7703         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7704
7705         * ispell.[Ch] (setError): new method.
7706         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7707         Use setError() insetead of goto END.
7708
7709         * lyx_cb.C (AutoSave): move out child process into new class
7710         AutoSaveBuffer.
7711
7712 2002-10-30  John Levon  <levon@movementarian.org>
7713
7714         * text3.C: make start appendix undoable
7715
7716 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7717
7718         * lyxlength.C (inPixels): Fix returned value.
7719
7720         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7721         environment.
7722
7723 2002-10-24  Angus Leeming  <leeming@lyx.org>
7724
7725         * lyxgluelength.h: no need to forward declare BufferParams
7726         or BufferView, so don't.
7727
7728 2002-10-21  John Levon  <levon@movementarian.org>
7729
7730         * BufferView.C: menuUndo ->undo, redo
7731
7732         * BufferView.h: document, remove dead, make some methods private
7733
7734         * paragraph_funcs.h:
7735         * paragraph_funcs.C:
7736         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7737
7738         * buffer.h:
7739         * buffer.C:
7740         * sgml.h:
7741         * sgml.C: move sgml open/close tag into sgml.C
7742
7743         * bufferview_funcs.h: unused prototype
7744
7745         * lyxfunc.h:
7746         * lyxfunc.C: remove unused
7747
7748         * lyxtext.h:
7749         * text.C: remove unused
7750
7751 2002-10-21  John Levon  <levon@movementarian.org>
7752
7753         * BufferView.h:
7754         * BufferView.C:
7755         * BufferView_pimpl.h:
7756         * BufferView_pimpl.C: fix mouse wheel handling based on
7757           patch from Darren Freeman
7758
7759 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7760
7761         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7762
7763 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7764
7765         * lyxlength.C (inPixels): Fix hanfling of negative length.
7766         Fix LyXLength::MU case.
7767
7768 2002-10-16  John Levon  <levon@movementarian.org>
7769
7770         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7771
7772 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7773
7774         * converter.C (view): add support for $$i (file name) and $$p
7775         (file path) for the viewer command. If $$i is not specified, then
7776         it is appended to the command (for compatibility with old syntax)
7777
7778 2002-10-14  Juergen Vigna  <jug@sad.it>
7779
7780         * undo_funcs.C (textHandleUndo): alter the order in which the
7781         new undopar is added to the LyXText, as we have to set first
7782         the right prev/next and then add it as otherwise the rebuild of
7783         LyXText is not correct. Also reset the cursor to the right paragraph,
7784         with this IMO we could remove the hack in "redoParagraphs()".
7785
7786 2002-10-09  Angus Leeming  <leeming@lyx.org>
7787
7788         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7789         to turn off an optimisation if a new inset is to be inserted.
7790
7791 2002-10-11 André Pönitz <poenitz@gmx.net>
7792
7793         * lyxtext.h: make some functions public to allow access
7794         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7795
7796 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7797
7798         * text3.C (dispatch): when changing layout, avoid an infinite loop
7799         [bug #652]
7800
7801 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7802
7803         * lyxrc.C (read): treat a viewer or converter command of "none" as
7804         if it were empty.
7805
7806         * MenuBackend.C (expandFormats): for an update, also allow the
7807         formats that are not viewable
7808
7809         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7810         script if it is newer than the lyxrc.defaults in user directory
7811
7812 2002-10-07 André Pönitz <poenitz@gmx.net>
7813
7814         * text.C: Vitaly Lipatov's small i18n fix
7815
7816 2002-09-25  Angus Leeming  <leeming@lyx.org>
7817
7818         * ispell.h: doxygen fix.
7819
7820 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7821
7822         * buffer.h (readFile): Add a new argument to the method, to allow
7823         reading of old-format templates.
7824
7825 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7826
7827         * toc.C (getTocList): Get TOC from InsetWrap.
7828
7829 2002-09-16  John Levon  <levon@movementarian.org>
7830
7831         * lyxfunc.C: check tabular for cut/copy too
7832
7833 2002-09-12  John Levon  <levon@movementarian.org>
7834
7835         * LyXAction.C: tidy
7836
7837         * factory.h:
7838         * factory.C: add header
7839
7840         * paragraph_funcs.h:
7841         * paragraph_funcs.C: cleanup
7842
7843 2002-09-11  John Levon  <levon@movementarian.org>
7844
7845         * PrinterParams.h: odd/even default to true
7846
7847 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7848
7849         * PrinterParams.h: update printer parameters for new xforms dialog
7850
7851 2002-09-11  Angus Leeming  <leeming@lyx.org>
7852
7853         * lyxserver.C (read_ready): re-write to make it more transparent
7854         and to make it work in coherent fashion under Tru64 Unix.
7855
7856 2002-09-11  André Pönitz <poenitz@gmx.net>
7857
7858         * commandtags.h:
7859         * LyXAction.C:
7860         * text3.C: implement LFUN_WORDSEL
7861
7862 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7863
7864         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7865         make floatlist_ a boost::shared_ptr<FloatList>
7866
7867         * lyxtextclass.C: include FloatList.h
7868         (LyXTextClass): initialize floatlist_
7869         (TextClassTags): add TC_NOFLOAT
7870         (Read): match "nofloat" to TC_NOFLOAT and use it.
7871         (readFloat): modify call to floatlist_
7872         (floats): ditto
7873         (floats): ditto
7874
7875         * FloatList.[Ch] (FloatList): remove commented out float
7876         initialization.
7877         (erase): new function
7878
7879 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7880
7881         * MenuBackend.C (expandToc): fix crash when there is no document
7882         open
7883
7884 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7885
7886         * many files: Add insetwrap.
7887
7888 2002-09-09  John Levon  <levon@movementarian.org>
7889
7890         * text2.C: remove confusing and awkward depth wraparound
7891
7892 2002-09-09  John Levon  <levon@movementarian.org>
7893
7894         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7895
7896         * buffer.h:
7897         * buffer.C: remove getIncludeonlyList()
7898
7899         * paragraph.C:
7900         * lyxfunc.C: remove headers
7901
7902 2002-09-09  Juergen Vigna  <jug@sad.it>
7903
7904         * text.C (getColumnNearX): fix form Michael this is most
7905         probably a cut&paste bug.
7906
7907 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7908
7909         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7910
7911         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7912         references, ws changes.
7913
7914         * text2.C (init): update counters after init
7915         (insertParagraph): no need to set counter on idividual paragraphs.
7916         (setCounter): access the counters object in the textclass object
7917         on in the buffer object.
7918         (updateCounters): ditto
7919
7920         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7921         shared_ptr<Counters> to avoid loading counters.h in all
7922         compilation units.
7923         (LyXTextClass): initialize ctrs_
7924         (TextClassTags): add TC_COUNTER, and ...
7925         (Read): use it here.
7926         (CounterTags): new tags
7927         (readCounter): new function
7928         (counters): new funtion
7929         (defaultLayoutName): return a const reference
7930
7931         * counters.C (Counters): remove contructor
7932         (newCounter): remove a couple of unneeded statements.
7933         (newCounter): simplify a bit.
7934         (numberLabel): some small formatting changes.
7935
7936         * buffer.[Ch]: remove all traces of counters, move the Counters
7937         object to the LyXTextClass.
7938
7939 2002-09-06  Alain Castera  <castera@in2p3.fr>
7940
7941         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7942         package to set the horizontal alignment on fixed width columns.
7943
7944         * lyx_sty.C:
7945         * lyx_sty.h: added tabularnewline macro def.
7946
7947         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7948
7949 2002-09-06  John Levon  <levon@movementarian.org>
7950
7951         * LyXAction.C: tooltips for sub/superscript
7952
7953         * MenuBackend.C: a bit more verbose
7954
7955         * lyxfunc.C: tiny clean
7956
7957         * undo_funcs.C: document undo_frozen
7958
7959 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7960
7961         * counters.C (Counters): add missing algorithm counter.
7962
7963         * text2.C (setCounter): lookup the counter with layouts latexname
7964         instead of by section number.
7965         (setCounter): use a hackish way to lookup the correct enum
7966         counter.
7967         a float name->type change
7968         reset enum couners with counter name directly instead of depth value.
7969
7970         * counters.C (Counters): remove the push_backs, change to use the
7971         float type not the float name.
7972         (labelItem): remove unused string, float name->type change
7973
7974         * counters.h: don't include vector, loose the enums and sects vectors
7975
7976 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7977
7978         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7979         (Read): add float->TC_FLOAT to textclassTags
7980         (Read): and handle it in the switch
7981         (readFloat): new function
7982
7983         * FloatList.C (FloatList): comment out the hardcoded float
7984         definitions.
7985
7986         * lyxlayout.h: ws change.
7987
7988 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7989
7990         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7991
7992 2002-09-03  Angus Leeming  <leeming@lyx.org>
7993
7994         * BufferView_pimpl.h: qualified name is not allowed in member
7995         declaration: WorkArea & Pimpl::workarea() const;
7996
7997         * factory.C: added using std::endl directive.
7998
7999         * text3.C: added using std::find and std::vector directives.
8000
8001 2002-08-29  André Pönitz <poenitz@gmx.net>
8002
8003         * lyxtext.h:
8004         * text2.C: remove unused member number_of_rows
8005
8006         * Makefile.am:
8007         * BufferView2.C: remove file, move contents to...
8008         * BufferView.C: ... here
8009
8010         * BufferView_pimpl.C:
8011         * factory.C: move more inset creation to factory
8012
8013         * vspace.C: avoid direct usage of LyXText, ws changes
8014
8015         * BufferView.[Ch]:
8016                 don't provide direct access to WorkArea, use two simple
8017                 acessors haveSelction() and workHeight() instead
8018
8019
8020 2002-08-29  John Levon  <levon@movementarian.org>
8021
8022         * BufferView_pimpl.C (dispatch): do not continue when
8023           no buffer
8024
8025 2002-08-28  André Pönitz <poenitz@gmx.net>
8026
8027         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8028
8029         * BufferView.h:
8030         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8031
8032 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8033
8034         * buffer.C: increment LYX_FORMAT to 221
8035
8036         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8037         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8038
8039         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8040
8041         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8042
8043 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8044
8045         * factory.C (createInset): use LyXTextClass::floats
8046
8047         * MenuBackend.C (expandFloatListInsert):
8048         (expandFloatInsert):
8049         (expandToc):
8050
8051         * text2.C (setCounter):
8052
8053         * LaTeXFeatures.C (useFloat):
8054         (getFloatDefinitions):
8055
8056         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8057
8058         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8059         floatlist_, with accessor floats().
8060
8061         * FloatList.h: remove global FloatList
8062
8063 2002-08-26  André Pönitz <poenitz@gmx.net>
8064
8065         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8066
8067         * BufferView.h:
8068         * BufferView2.C:
8069         * BufferView_pimpl.C:
8070         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8071
8072 2002-08-25  John Levon  <levon@movementarian.org>
8073
8074         * LyXAction.C: fix margin note description
8075
8076 2002-08-24  John Levon  <levon@movementarian.org>
8077
8078         * buffer.C:
8079         * bufferlist.C:
8080         * bufferview_funcs.C:
8081         * lyxfont.C:
8082         * undo_funcs.C: cleanups
8083
8084         * lyxfunc.C: disable CUT/COPY when no selection
8085
8086 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8087
8088         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8089         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8090
8091         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8092         Add backward compatibility to "mono", "gray" and "no".
8093
8094 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8095
8096         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8097         (and file_format >= 200).
8098
8099 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8100
8101         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8102
8103 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8104
8105         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8106
8107 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8108
8109         * BufferView_pimpl.C:
8110         * LyXAction.C:
8111         * buffer.C:
8112         * commandtags.h:
8113         * lyxfunc.C:
8114         * paragraph.[Ch]:
8115         * text2.C:
8116         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8117         inset and code to make it  work with the paragraph code. The inset
8118         can be anywhere in the paragraph, but will only do the expected
8119         thing in LaTeX if the layout file contains the parameter line
8120                         OptionalArgs    1
8121         (or more generally, a nonzero value) for that layout.
8122
8123 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8124
8125         * paragraph.h: remove the declaration of undefined counters class
8126         function.
8127
8128 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8129
8130         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8131         Dr. Richard Hawkins.
8132
8133 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8134
8135         * paragraph_funcs.h: remove some unneeded includes
8136
8137         * text.C (backspace): pasteParagraph now in global scipe
8138
8139         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8140         (pasteSelection): ditto
8141
8142         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8143         * paragraph_funcs.C (pasteParagraph): ... here
8144
8145 2002-08-20  André Pönitz <poenitz@gmx.net>
8146
8147         * commandtags.h: new LFUNs for swapping/copying table row/colums
8148
8149         * LyXAction.C:
8150         * lyxfunc.C: support for new lfuns
8151
8152 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8153
8154         * tabular.C:
8155         * buffer.[Ch]: remove NO_COMPABILITY stuff
8156
8157 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8158
8159         * boost.C (throw_exception): new file, with helper function for
8160         boost compiled without exceptions.
8161
8162         * paragraph.h:
8163         * lyxlength.C:
8164         * buffer.C:
8165         * ParameterStruct.h:
8166         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8167
8168         * bufferlist.C (emergencyWriteAll): use boost bind
8169
8170         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8171
8172         * text.C: include paragraph_funcs.h
8173         (breakParagraph): breakParagraph is now in global scope
8174
8175         * paragraph_funcs.[Ch]: new files
8176
8177         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8178         global scope
8179
8180         * buffer.C: include paragraph_funcs.h
8181         (insertStringAsLines): breakParagraph is now in global scope
8182
8183         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8184         paragraph_funcs.C
8185
8186         * CutAndPaste.C: include paragraph_funcs.h
8187         (cutSelection): breakParagraphConservative is now in global scope
8188         (pasteSelection): ditto
8189
8190         * buffer.h: declare oprator== and operator!= for
8191         Buffer::inset_iterator
8192
8193         * bufferlist.C (emergencyWrite): don't use fmt(...)
8194
8195         * text3.C: add using std::endl
8196
8197         * BufferView.C (moveCursorUpdate): remove default arg
8198
8199 2002-08-20  André Pönitz <poenitz@gmx.net>
8200
8201         * buffer.[Ch]: move inline functions to .C
8202
8203         * BufferView2.C:
8204         * BufferView_pimpl.C:
8205         * text.C:
8206         * buffer.[Ch]: use improved inset_iterator
8207
8208         * buffer.C:
8209         * paragraph.[Ch]: write one paragraph at a time
8210
8211 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8212
8213         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8214         style if style is not specified.
8215
8216 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8217
8218         * text2.C (setCounter): when searching for right label for a
8219         caption, make sure to recurse to parent insets (so that a caption
8220         in a minipage in a figure float works) (bug #568)
8221
8222 2002-08-20  André Pönitz <poenitz@gmx.net>
8223
8224         * text3.C: new file for LyXText::dispatch() and helpers
8225
8226         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8227
8228         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8229
8230 2002-08-19  André Pönitz <poenitz@gmx.net>
8231
8232         * lyxtext.h:
8233         * text.C: new LyXText::dispatch()
8234
8235         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8236
8237 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8238
8239         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8240
8241         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8242         Hebrew text.
8243
8244 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8245
8246         * Makefile.am: use $(variables) instead of @substitutions@
8247
8248 2002-08-15  André Pönitz <poenitz@gmx.net>
8249
8250         * lyxfunc.C:
8251         * BufferView_pimpl.C: streamlining mathed <-> outer world
8252         interaction
8253
8254         * commandtags.h:
8255         * LyXAction.C: remove unused LFUN_MATH
8256
8257 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8258
8259         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8260
8261 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8262
8263         * paragraph.C (Paragraph): reformat a bit
8264         (cutIntoMinibuffer): use builtin InsetList function instad of
8265         doing it manually.
8266         (getInset): ditto
8267
8268         * buffer.C: include boost/bind.hpp, add using std::for_each
8269         (writeFileAscii): use ParagraphList iterators
8270         (validate): use for_each for validate traversal of paragraphs
8271         (getBibkeyList): use ParagraphList iterators
8272         (resizeInsets): use for_each to resizeInsetsLyXText for all
8273         paragraphs.
8274         (getParFromID): use ParagraphList iterators
8275
8276         * BufferView2.C (lockInset): use paragraph list and iterators
8277
8278 2002-08-14  John Levon  <levon@movementarian.org>
8279
8280         * lyxserver.C: remove spurious xforms include
8281
8282 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8283
8284         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8285
8286 2002-08-13  André Pönitz <poenitz@gmx.net>
8287
8288         * LyXAction.[Ch]:
8289         * lyxfunc.C: further cleaning
8290
8291 2002-08-13  André Pönitz <poenitz@gmx.net>
8292
8293         * funcrequest.h: new constructor
8294
8295         * funcrequest.C: move stuff here from .h
8296
8297         * Makefile.am:
8298         * BufferView_pimpl.C:
8299         * LyXAction.C:
8300         * toc.C:
8301         * lyxfunc.C: subsequent changes
8302
8303         * lyxfunc.h: new view() member function
8304
8305         * lyxfunc.C: subsequent changes
8306
8307 2002-08-13  Angus Leeming  <leeming@lyx.org>
8308
8309         * BufferView2.C:
8310         * BufferView_pimpl.C:
8311         * buffer.C:
8312         * converter.C:
8313         * importer.C:
8314         * lyxfunc.C:
8315         * lyxvc.C:
8316         * toc.C:
8317         * vc-backend.C:
8318         changes due to the changed LyXView interface that now returns references
8319         to member variables not pointers.
8320
8321 2002-08-13  Angus Leeming  <leeming@lyx.org>
8322
8323         * WordLangTuple (word, lang_code): return references to strings,
8324         not strings.
8325
8326         * BufferView.h:
8327         * SpellBase.h:
8328         * lyxtext.h: forward-declare WordLangTuple.
8329
8330         * BufferView2.C:
8331         * ispell.C:
8332         * pspell.C:
8333         * text.C: #include "WordLangTuple.h".
8334
8335         * lyxtext.h:
8336         * text.C: (selectNextWordToSpellcheck): constify return type.
8337
8338 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8339
8340         * buffer.C:
8341         * buffer.h:
8342         * lyxtext.h:
8343         * paragraph.C:
8344         * paragraph_pimpl.h:
8345         * text.C:
8346         * text2.C:
8347         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8348         suggested by Angus.
8349         Made updateCounter always count from start of buffer, and removed
8350         second argument (par).
8351         Reverted floats number display to '#'. Perhaps I'll try again when the
8352         code base is sanitized a bit.
8353
8354 2002-08-12  Angus Leeming  <leeming@lyx.org>
8355
8356         * buffer.[Ch] (getLabelList): constify.
8357
8358 2002-08-07  André Pönitz <poenitz@gmx.net>
8359
8360         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8361
8362         * funcrequest.h: extension to keep mouse (x,y) position
8363
8364 2002-08-12  Juergen Vigna  <jug@sad.it>
8365
8366         * BufferView2.C (insertErrors): forbid undo when inserting error
8367         insets.
8368
8369         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8370
8371 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8372
8373         * ParagraphList.[Ch]: new files
8374
8375         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8376
8377         * BufferView2.C (lockInset): ParagraphList changes
8378         * toc.C: ditto
8379         * text2.C: ditto
8380         * bufferlist.C: ditto
8381         * buffer.h: ditto
8382         * buffer.C: ditto
8383
8384 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8385
8386         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8387         unused class variable counter_,
8388
8389         * paragraph.[Ch] (getFirstCounter): delete unused function
8390
8391         * counters.C: include LAssert.h
8392         (reset): add a new function with no arg, change other version to
8393         not have def. arg and to not allow empty arg.
8394
8395         * text2.C (setCounter): remove empty arg from call to Counters::reset
8396
8397 2002-08-11  John Levon  <levon@movementarian.org>
8398
8399         * Makefile.am: add WordLangTuple.h
8400
8401 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8402
8403         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8404         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8405
8406         * insets/insettext.C: InsetList changes
8407
8408         * graphics/GraphicsSupport.C (operator()): InsetList changes
8409
8410         * toc.C (getTocList): InsetList changes
8411
8412         * paragraph_pimpl.[Ch]: InsetList changes
8413
8414         * paragraph.[Ch]: InsetList changes
8415
8416         * buffer.C (inset_iterator): InsetList changes
8417         (setParagraph): ditto
8418         * buffer.h (inset_iterator): ditto
8419         * iterators.C (operator++): ditto
8420         * iterators.h: ditto
8421
8422         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8423
8424         * InsetList.[Ch]: new files, most InsetList handling moved out of
8425         paragraph.C.
8426
8427         * BufferView2.C (removeAutoInsets): InsetList changes
8428         (lockInset): ditto
8429         (ChangeInsets): ditto
8430
8431 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8432
8433         * paragraph_pimpl.h (empty): new function
8434
8435         * paragraph.[Ch] (empty): new function
8436
8437         * other files: use the new Paragraph::empty function
8438
8439 2002-08-09  John Levon  <levon@movementarian.org>
8440
8441         * lyxtext.h: remove unused refresh_height
8442
8443 2002-08-09  John Levon  <levon@movementarian.org>
8444
8445         * Makefile.am:
8446         * sgml.h:
8447         * sgml.C:
8448         * buffer.C:
8449         * paragraph.h:
8450         * paragraph.C: move sgml char escaping out of paragraph
8451
8452         * paragraph.h:
8453         * paragraph.C: remove id setter
8454
8455         * buffer.C:
8456         * paragraph.C:
8457         * paragraph_pimpl.C: remove dead tex_code_break_column
8458
8459         * bufferview_funcs.C: small cleanup
8460
8461         * lyxfunc.C: remove dead proto
8462
8463         * lyxtext.h: make some stuff private. Remove some dead stuff.
8464
8465         * lyxgluelength.C: make as[LyX]String() readable
8466
8467 2002-08-08  John Levon  <levon@movementarian.org>
8468
8469         * LyXAction.h:
8470         * LyXAction.C:
8471         * MenuBackend.C:
8472         * ToolbarDefaults.C:
8473         * lyxfunc.C:
8474         * lyxrc.C:
8475         * toc.C: lyxaction cleanup
8476
8477 2002-08-08  John Levon  <levon@movementarian.org>
8478
8479         * BufferView2.C: small cleanup
8480
8481         * lyxfind.h:
8482         * lyxfind.C: move unnecessary header into the .C
8483
8484 2002-08-08  John Levon  <levon@movementarian.org>
8485
8486         * funcrequest.h: just tedious nonsense
8487
8488         * lyx_main.h:
8489         * lyx_main.C: cleanups
8490
8491         * buffer.C:
8492         * vspace.C: remove dead header lyx_main.h
8493
8494 2002-08-07  Angus Leeming  <leeming@lyx.org>
8495
8496         * Paragraph.[Ch]:
8497         * paragraph_pimpl.h:
8498         Forward declare class Counters in paragraph.h by moving the ctrs member
8499         variable into Paragraph::Pimpl.
8500         (counters): new method, returning a reference to pimpl_->ctrs.
8501
8502         * text2.C: ensuing changes.
8503
8504 2002-08-07  John Levon  <levon@movementarian.org>
8505
8506         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8507
8508         * BufferView_pimpl.C: announce X selection on double/triple
8509           click
8510
8511         * lyx_main.C: use correct bool in batch dispatch
8512
8513         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8514
8515 2002-08-07  André Pönitz <poenitz@gmx.net>
8516
8517         * funcrequest.h: new class to wrap a kb_action and its argument
8518
8519         * BufferView.[Ch]:
8520         * BufferView_pimpl[Ch]:
8521         * LaTeX.C:
8522         * LyXAction.[Ch]:
8523         * lyxfunc.[Ch]:
8524         * lyxrc.C: subsequent changes
8525
8526
8527 2002-08-07  John Levon  <levon@movementarian.org>
8528
8529         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8530           document options change.
8531
8532 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8533
8534         * counters.[Ch]
8535         * text2.C
8536         * paragraph.[Ch]
8537         * makefile.am: move counters functionality over from
8538         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8539
8540 2002-08-06  John Levon  <levon@movementarian.org>
8541
8542         * WordLangTuple.h: new file for word + language code tuple
8543
8544         * SpellBase.h:
8545         * pspell.h:
8546         * pspell.C:
8547         * ispell.h:
8548         * ispell.C:
8549         * lyxtext.h:
8550         * text.C:
8551         * text2.C:
8552         * BufferView.h:
8553         * BufferView2.C: use WordLangTuple
8554
8555         * layout.h:
8556         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8557
8558 2002-08-06  John Levon  <levon@movementarian.org>
8559
8560         * lyx_main.C: fix cmdline batch handling
8561
8562 2002-08-06  André Pönitz <poenitz@gmx.net>
8563
8564         * lyxrc.C: set default for show_banner to true
8565
8566 2002-08-06  John Levon  <levon@movementarian.org>
8567
8568         * pspell.C: fix a crash, and allow new aspell to work
8569
8570 2002-08-06  John Levon  <levon@movementarian.org>
8571
8572         * lyxfunc.C:
8573         * kbmap.C: small cleanup
8574
8575         * vspace.h:
8576         * vspace.C: add const
8577
8578 2002-08-05  John Levon  <levon@movementarian.org>
8579
8580         * LyXAction.C: back to tabular-insert
8581
8582 2002-08-04  John Levon  <levon@movementarian.org>
8583
8584         * BufferView.h:
8585         * BufferView.C: cosmetic change
8586
8587         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8588
8589         * bufferlist.C:
8590         * buffer.h:
8591         * buffer.C:
8592         * lyxcb.h:
8593         * lyxcb.C:
8594         * lyxserver.C:
8595         * lyxvc.C:
8596         * vc-backend.C:
8597         * BufferView2.C: purge all "Lyx" not "LyX" strings
8598
8599         * lyxcursor.h:
8600         * lyxcursor.C: attempt to add some documentation
8601
8602         * lyxfunc.C:
8603         * commandtags.h:
8604         * LyXAction.C:
8605         * ToolbarDefaults.C:
8606         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8607           merge with LFUN_TABULAR_INSERT
8608
8609         * Makefile.am:
8610         * SpellBase.h:
8611         * ispell.h:
8612         * ispell.C:
8613         * pspell.h:
8614         * pspell.C: split up i/pspell implementations into separate
8615           files, many cleanups
8616
8617         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8618
8619         * text2.C: some cleanup
8620
8621         * lyxfunc.C: don't check for isp_command == "none" any more, it
8622           didn't make any sense
8623
8624 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8625
8626         * counters.[Ch]
8627         * text2.C
8628         * paragraph.[Ch]
8629         * makefile.am: move counters functionality over
8630         from text2.C/paragraph.[Ch] to counters.[Ch], and
8631         make proper C++.
8632 2002-08-02  John Levon  <levon@movementarian.org>
8633
8634         * buffer.C: s/lyxconvert/lyx2lyx/
8635
8636 2002-08-02  Angus Leeming  <leeming@lyx.org>
8637
8638         * lyxlex.C: revert John's change as it breaks reading of the user
8639         preamble.
8640
8641 2002-08-02  Angus Leeming  <leeming@lyx.org>
8642
8643         * importer.C (Import):
8644         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8645         changes due to LyXView::view() now returning a boost::shared_ptr.
8646
8647 2002-08-02  John Levon  <levon@movementarian.org>
8648
8649         * lyxlex.C: small cleanup
8650
8651 2002-08-02  John Levon  <levon@movementarian.org>
8652
8653         * text2.C (status): small cleanup, no logic change
8654
8655 2002-08-01  John Levon  <levon@movementarian.org>
8656
8657         * buffer.h:
8658         * buffer.C (writeFile): don't output alerts, caller
8659           handles this
8660
8661         * bufferlist.C:
8662         * lyx_cb.C: from above
8663
8664         * lyxfunc.C: allow to open non-existent files
8665
8666 2002-07-31  John Levon  <levon@movementarian.org>
8667
8668         * lyxserver.C: don't let incidental errors get
8669           in the way (errno)
8670
8671 2002-07-30  John Levon  <levon@movementarian.org>
8672
8673         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8674
8675 2002-07-30  John Levon  <levon@movementarian.org>
8676
8677         * lyxserver.h:
8678         * lyxserver.C: remove I/O callback too
8679
8680 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8681
8682         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8683         log.
8684
8685 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8686
8687         * many files: strip,frontStrip -> trim,ltrim,rtrim
8688
8689 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8690
8691         * PrinterParams.h: remove extern containsOnly, and include
8692         support/lstrings.h instead.
8693
8694         * LaTeX.C (scanAuxFile): modify because of strip changes
8695         (deplog): ditto
8696         * buffer.C (makeLaTeXFile): ditto
8697         * bufferparams.C (writeFile): ditt
8698         * lyxfont.C (stateText): ditto
8699         * lyxserver.C (read_ready): ditto
8700         * vc-backend.C (scanMaster): ditto
8701
8702         * BufferView_pimpl.h: ws changes
8703
8704         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8705
8706 2002-07-26  André Pönitz <poenitz@gmx.net>
8707
8708         * kb_sequence.C: remove unnedred usings
8709
8710 2002-07-26  Juergen Vigna  <jug@sad.it>
8711
8712         * lyxfind.C (LyXReplace): we have to check better if the returned
8713         text is not of theLockingInset()->getLockingInset().
8714
8715 2002-07-25  Juergen Vigna  <jug@sad.it>
8716
8717         * lyxfind.C (LyXReplace): don't replace if we don't get the
8718         right LyXText.
8719
8720         * undo_funcs.C (createUndo): remove debugging code.
8721
8722 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8723
8724         * buffer.C (parseSingleLyXformat2Token): Use default placement
8725         when reading old floats.
8726
8727         * FloatList.C (FloatList): Change the default placement of figure
8728         and tables to "tbp".
8729
8730 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8731
8732         * MenuBackend.C: using std::max
8733
8734 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8735
8736         * MenuBackend.C (expandToc):
8737         (expandToc2): code moved from xforms menu frontend. It is now
8738         generic and TOCs are transparent to menu frontends.
8739
8740 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8741
8742         * toc.C (getTocList): protect against buf=0
8743
8744         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8745         Menu as first parameter. Now, this calls itself recursively to
8746         expand a whole tree (this will be useful for TOC handling)
8747         (expandFloatInsert): remove 'wide' version of floats
8748
8749         * MenuBackend.h (submenuname): returns the name of the submenu.
8750         (submenu): returns the submenu itself, provided it has been
8751         created by MenuBackend::expand
8752
8753 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8754
8755         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8756         insets which have noFontChange == true. (bug #172)
8757
8758 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8759
8760         * BufferView_pimpl.C: add connection objects and use them...
8761         (Pimpl): here.
8762
8763 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8764
8765         * MenuBackend.C (expandLastfiles):
8766         (expandDocuments):
8767         (expandFormats):
8768         (expandFloatListInsert):
8769         (expandFloatInsert):
8770         (expand): split expand in parts
8771
8772 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8773
8774         * lyx_gui.C: use lyx_gui::exit()
8775
8776 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8777
8778         * LyXAction.C: show the failing pseudo action
8779
8780 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8781
8782         * buffer.C (readFile): Run the lyxconvert script in order to read
8783         old files.
8784
8785 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8786
8787         * LyXAction.C:
8788         * commandtags.h:
8789         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8790
8791 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8792
8793         * LyXAction.C:
8794         * commandtags.h:
8795         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8796
8797 2002-07-22  Herbert Voss  <voss@lyx.org>
8798
8799         * lengthcommon.C:
8800         * lyxlength.[Ch]: add support for the vertical lengths
8801
8802 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8803
8804         * toc.[Ch]: std:: fixes
8805
8806 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8807
8808         * lyxrc.C: do not include lyx_main.h
8809
8810         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8811         for layouts
8812
8813         * lyxrc.C:
8814         * encoding.C:
8815         * bufferlist.C:
8816         * BufferView2.C: include "lyxlex.h"
8817
8818         * tabular.h:
8819         * bufferparams.h: do not #include "lyxlex.h"
8820
8821         * lyxtextclasslist.C (Add): remove method
8822         (classlist): renamed to classlist_
8823
8824         * paragraph_pimpl.C:
8825         * paragraph.C:
8826         * text2.C:
8827         * CutAndPaste.C:
8828         * bufferview_funcs.C:
8829         * bufferlist.C:
8830         * text.C:
8831         * LaTeXFeatures.C:
8832         * buffer.C:
8833         * toc.C (getTocList): use BufferParams::getLyXTextClass
8834
8835         * toc.C (getTocList): use InsetFloat::addToToc
8836
8837         * toc.[Ch]: new files, containing helper functions to handle table
8838         of contents
8839
8840         * lyxfunc.C (dispatch): no need to remove spaces around command
8841         given as a string
8842         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8843         first command of the sequence; it is not very clever, but I do not
8844         have a better idea, actually
8845
8846         * LyXAction.C (LookupFunc): make sure to remove space at the
8847         beginning and end of the command
8848
8849 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8850
8851         * MenuBackend.C (getMenubar): new method: return the menubar of
8852         this menu set
8853         (read): treat differently reading of menu and menubar (in
8854         particular, the menubar has no name now)
8855         (Menu::menubar): remove
8856
8857         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8858         saving is finished
8859
8860 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8861
8862         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8863         a bibitem inset in a RTL paragraph.
8864
8865 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8866
8867         * paragraph_pimpl.C: constify
8868
8869         * BufferView_pimpl.C:
8870         * LaTeX.C:
8871         * lyxfunc.C: fix dispatch in a nicer way
8872
8873 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8874
8875         * lyxfunc.C (dispatch):
8876         * BufferView_pimpl.C:
8877         * BufferView_pimpl.h:
8878         * BufferView.C:
8879         * BufferView.h: rename Dispatch() to dispatch()
8880
8881         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8882
8883         * lyxlayout.C (Read): honor DependsOn tag
8884
8885         * lyxlayout.[Ch] (depends_on): new method
8886
8887         * version.C.in: update lyx_docversion
8888
8889         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8890
8891         * paragraph.C (validate): remove from here...
8892         * paragraph_pimpl.C (validate): ... and move here
8893         (isTextAt): make it const
8894
8895         * buffer.C (getLists): ws cleanup
8896
8897 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8898
8899         * language.C (read): Use iso8859-1 encoding in latex_lang
8900         (this prevents LyX from crashing when using iso10646-1 encoding).
8901
8902 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8903
8904         * text2.C (toggleInset): if cursor is inside an inset, close the
8905         inset and leave cursor _after_ it
8906
8907 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8908
8909         * lyxfunc.C: move minibuffer completion handling out of here
8910
8911 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8912
8913         * BufferView_pimpl.C:
8914         * LaTeX.C: fix dispatch calls
8915
8916 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8917
8918         * text.C (drawChars): Fix Arabic text rendering.
8919
8920 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8921
8922         * LyXAction.C:
8923         * commandtags.h:
8924         * lyxfunc.C: remove message-push/pop
8925
8926         * lyxserver.C:
8927         * lyxfunc.h:
8928         * lyxfunc.C: rationalise some code by removing verboseDispatch
8929           in favour of a bool argument to dispatch()
8930
8931 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8932
8933         * lyx_main.C (init): make sure to read symlinks as absolute paths
8934
8935 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8936
8937         * lyxfunc.h:
8938         * lyxfunc.C: no need for commandshortcut to be a member
8939
8940 2002-07-15  André Pönitz <poenitz@gmx.net>
8941
8942         * converter.C: add support for $$s (scripts from lib/scripts dir)
8943         * lyx_main.C: white space
8944
8945 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8946
8947         * bufferlist.C:
8948         * lyxrc.h:
8949         * lyxrc.C: remove second exit confirmation
8950
8951 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8952
8953         * BufferView.h:
8954         * BufferView.C:
8955         * BufferView2.C:
8956         * BufferView_pimpl.h:
8957         * BufferView_pimpl.C:
8958         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8959
8960 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8961
8962         * MenuBackend.C (expand): add numeric shortcuts to document menu
8963
8964         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8965
8966 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8967
8968         * lyxfont.C (setLyXFamily):
8969         (setLyXSeries):
8970         (setLyXShape):
8971         (setLyXSize):
8972         (setLyXMisc):
8973         (lyxRead):
8974         * debug.C (value):
8975         * buffer.C (asciiParagraph): use ascii_lowercase
8976
8977 2002-07-15  Mike Fabian  <mfabian@suse.de>
8978
8979         * lyxlex_pimpl.C (search_kw):
8980         * lyxlex.C (getLongString):
8981         * converter.h (operator<):
8982         * converter.C (operator<):
8983         * buffer.C (parseSingleLyXformat2Token):
8984         (asciiParagraph):
8985         * ToolbarDefaults.C (read):
8986         * MenuBackend.C (checkShortcuts):
8987         (read):
8988         * LColor.C (getFromGUIName):
8989         (getFromLyXName): use the compare_ascii_no_case instead of
8990         compare_no_case, because in turkish, 'i' is not the lowercase
8991         version of 'I', and thus turkish locale breaks parsing of tags.
8992
8993 2002-07-16  Angus Leeming  <leeming@lyx.org>
8994
8995         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8996         now takes a Buffer const & argument.
8997
8998 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8999
9000         * BufferView.C (resize): check there's a buffer to resize
9001
9002 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9003
9004         * lyxfunc.C: remove dead code
9005
9006         * lyxserver.h:
9007         * lyxserver.C: use lyx_guii::set_read_callback
9008
9009 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9010
9011         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9012         an inset in a RTL paragraph.
9013
9014 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9015
9016         * lyxfunc.C: repaint after a font size update
9017
9018 2002-07-15  André Pönitz <poenitz@gmx.net>
9019
9020         * lyxlength.C: inBP should be able to return negative values
9021
9022 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9023
9024         * lyxfunc.C: use lyx_gui::update_fonts()
9025
9026 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9027
9028         * lyxfunc.C: use lyx_gui::update_color()
9029
9030 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9031
9032         * bufferlist.C:
9033         * lyxfunc.h:
9034         * lyxfunc.C:
9035         * lyxrc.h:
9036         * lyxrc.C: remove file->new asks for name option, and let
9037           buffer-new take an argument
9038
9039 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9040
9041         * BufferView_pimpl.C: remove unneeded extra repaint()
9042
9043 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9044
9045         * LyXAction.C: allow command-sequence with NoBuffer
9046
9047         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9048
9049 2002-07-10  Angus Leeming  <leeming@lyx.org>
9050
9051         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9052
9053 2002-07-09  Angus Leeming  <leeming@lyx.org>
9054
9055         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9056
9057 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9058
9059         * lengthcommon.h: whitespace
9060
9061         * lyxfunc.C: update scrollbar after goto paragraph
9062
9063         * lyxtext.h: factor out page break drawing, and fix it so
9064           page break/added space paints as selected nicely
9065
9066 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9067
9068         * BufferView_pimpl.C: add FIXMEs, clean up a little
9069
9070 2002-07-09  André Pönitz <poenitz@gmx.net>
9071
9072         * lyxfont.[Ch]: support for wasy symbols
9073
9074 2002-07-08  André Pönitz <poenitz@gmx.net>
9075
9076         * BufferView_pimpl.C: apply John's patch for #93.
9077
9078 2002-07-05  Angus Leeming  <leeming@lyx.org>
9079
9080         * BufferView_pimpl.C (buffer): generate previews if desired.
9081
9082         * LColor.h: add "preview" to the color enum.
9083
9084         * LColor.C (LColor): add a corresponding entry to the items array.
9085
9086         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9087         with this buffer.
9088
9089 2002-07-05  Angus Leeming  <leeming@lyx.org>
9090
9091         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9092         The body of the code is now in the method that is passed an ostream &
9093         rather than a file name.
9094         Pass an additional only_preamble parameter, useful for the forthcoming
9095         preview stuff.
9096
9097 2002-07-03  André Pönitz <poenitz@gmx.net>
9098
9099         * lyxfunc.C: simplify getStatus() a bit for math stuff
9100
9101 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9102
9103         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9104
9105 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9106
9107         * text.C (changeRegionCase): do not change case of all the
9108         document when region ends at paragraph end (bug #461)
9109
9110 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9111
9112         * paragraph.C (startTeXParParams):
9113         (endTeXParParams): add \protect when necessary
9114
9115 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9116
9117         * BufferView_pimpl.C (workAreaExpose): remove warning
9118
9119 2002-06-27  Angus Leeming  <leeming@lyx.org>
9120
9121         * Makefile.am: add lyxlayout_ptr_fwd.h.
9122
9123 2002-06-26  André Pönitz <poenitz@gmx.net>
9124
9125         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9126
9127 2002-06-25  Angus Leeming  <leeming@lyx.org>
9128
9129         * lyxfunc.C (dispatch): Comment out the call to
9130         grfx::GCache::changeDisplay. The method no longer exists now that the
9131         pixmap generation part of the graphics loader has been moved into
9132         InsetGraphics.
9133
9134 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9135
9136         * text2.C: layout as layout
9137
9138         * text.C: layout as layout
9139
9140         * tabular.C (OldFormatRead): layout as layout
9141
9142         * paragraph_pimpl.C (TeXDeeper): layout as layout
9143         (realizeFont): layout as layout
9144
9145         * paragraph.C (writeFile): layout as layout
9146         (validate): layout as layout
9147         (getFont): layout as layout
9148         (getLabelFont): layout as layout
9149         (getLayoutFont): layout as layout
9150         (breakParagraph): layout as layout
9151         (stripLeadingSpaces): layout as layout
9152         (getEndLabel): layout as layout
9153         (getMaxDepthAfter): layout as layout
9154         (applyLayout): layout as layout
9155         (TeXOnePar): layout as layout
9156         (simpleTeXOnePar): layout as layout
9157         (TeXEnvironment): layout as layout
9158         (layout): layout as layout
9159         (layout): layout as layout
9160
9161         * lyxtextclass.C (compare_name): new functor to work with
9162         shared_ptr, layout as layout
9163         (Read): layout as layout
9164         (hasLayout): layout as layout
9165         (operator): layout as layout
9166         (delete_layout): layout as layout
9167         (defaultLayout): layout as layout
9168
9169         * lyxlayout_ptr_fwd.h: new file
9170
9171         * lyxlayout.C (Read): layout as layout
9172
9173         * lyx_cb.C (MenuInsertLabel): layout as layout
9174
9175         * bufferlist.C (newFile): layout as layout
9176
9177         * buffer.C (readLyXformat2): layout as layout
9178         (parseSingleLyXformat2Token): layout as layout
9179         (insertStringAsLines): layout as layout
9180         (asciiParagraph): layout as layout
9181         (latexParagraphs): layout as layout
9182         (makeLinuxDocFile): layout as layout
9183         (simpleLinuxDocOnePar): layout as layout
9184         (makeDocBookFile): layout as layout
9185         (simpleDocBookOnePar): layout as layout
9186         (getLists): layout as layout
9187
9188         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9189
9190         * CutAndPaste.C (cutSelection): layout as layout
9191         (pasteSelection): layout as layout
9192         (SwitchLayoutsBetweenClasses): layout as layout
9193
9194         * BufferView_pimpl.C (Dispatch): layout as layout
9195         (smartQuote): layout as layout
9196
9197         * BufferView2.C (unlockInset): layout as layout
9198
9199 2002-06-24  André Pönitz <poenitz@gmx.net>
9200
9201         * lyxfunc.C: fix #487
9202
9203 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9204
9205         * lyxrc.h:
9206         * lyxrc.C:
9207         * lyxfunc.C: remove display_shortcuts, show_banner
9208
9209 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9210
9211         * Buffer_pimpl.C: oops, update on resize
9212
9213 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9214
9215         * buffer.C:
9216         * converter.C:
9217         * exporter.C:
9218         * lyxfunc.C:
9219         * BufferView.h:
9220         * BufferView.C: use repaint()
9221
9222         * BufferView_pimpl.h:
9223         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9224           as it's a clearer description. Remove superfluous
9225           redraws.
9226
9227 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9228
9229         * text.C: fix bug 488. Not ideal, but getting
9230           getWord() to work properly for the insets that
9231           matter is more difficult ...
9232
9233 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * BufferView_pimpl.C:
9236         * LyXAction.C:
9237         * commandtags.h:
9238         * lyxfunc.C: remove the six million index lyxfuncs to just
9239           one, and DTRT (bug 458)
9240
9241 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * BufferView.h:
9244         * BufferView.C:
9245         * BufferView_pimpl.h:
9246         * BufferView_pimpl.C: clean up resize() stuff,
9247           and unnecessary updateScreen()s
9248
9249 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9250
9251         * BufferView.h:
9252         * BufferView.C:
9253         * BufferView_pimpl.h:
9254         * BufferView_pimpl.C:
9255         * lyxfind.h:
9256         * lyxfind.C:
9257         * minibuffer.C: remove focus management of workarea,
9258           not needed. Use screen's greyOut()
9259
9260 2002-06-17  Herbert Voss  <voss@lyx.org>
9261
9262         * converter.C: (convert) do not post a message, when converting
9263         fails, let the calling function decide what to do in this case
9264
9265 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9266
9267         * lyxfunc.C: tidy up a little
9268
9269 2002-06-16    <alstrup@diku.dk>
9270
9271         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9272         Got rid of FORMS_H_LOCATION include. Now we are
9273         GUII.
9274
9275 2002-06-15  LyX Development team  <lyx@rilke>
9276
9277         * buffer.[Ch] (sgmlOpenTag):
9278         (sgmlCloseTag): Added support for avoiding pernicious mixed
9279         content. Return number of lines written.
9280
9281         (makeLinuxDocFile):
9282         (makeDocBookFile): Fixed calls to sgml*Tag.
9283         Simple white space clean.
9284
9285         (simpleDocBookOnePar): Simple white space clean.
9286
9287         * tabular.[Ch] (docBook): Renamed to docbook and got another
9288         argument to related with the pernicious mixed content.
9289
9290         (docbookRow): Fixed calls for docbook inset method.
9291
9292 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9293
9294         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9295         so it's X11 independent.
9296
9297         * kb*.[Ch]: ditto.
9298
9299         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9300
9301 2002-06-15  Lyx Development team  <lyx@electronia>
9302
9303         * intl.h: Renamed getTrans to getTransManager.
9304
9305 2002-06-14  Angus Leeming  <leeming@lyx.org>
9306
9307         * Makefile.am: nuke forgotten stl_string_fwd.h.
9308
9309 2002-06-12  Angus Leeming  <leeming@lyx.org>
9310
9311         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9312
9313 2002-06-13  Angus Leeming  <leeming@lyx.org>
9314
9315         * LaTeX.C:
9316         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9317
9318 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9319
9320         * kbmap.C (getiso): add support for cyrillic and greek
9321
9322 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9323
9324         * BufferView.h:
9325         * BufferView.C:
9326         * BufferView_pimpl.h:
9327         * BufferView_pimpl.C: move bogus scrolling logic
9328           to xforms
9329
9330 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9331
9332         * lyxfunc.C:
9333         * BufferView_pimpl.C: view->resize() change
9334
9335 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9336
9337         * BufferView_pimpl.C: topCursorVisible
9338           prototype change
9339
9340 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9341
9342         * Makefile.am:
9343         * lyx_gui.h:
9344         * lyx_gui.C: move to frontends/
9345
9346         * main.C:
9347         * lyx_main.h:
9348         * lyx_main.C: changes from above
9349
9350 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9351
9352         * intl.C:
9353         * intl.h:
9354         * kbmap.C:
9355         * kbsequence.C:
9356         * lyx_cb.C:
9357         * lyx_main.C: minor tidy
9358
9359 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9360
9361         * BufferView_pimpl.h:
9362         * BufferView_pimpl.C:
9363         * BufferView.h:
9364         * BufferView.C: make painter() const,
9365           remove dead code
9366
9367         * BufferView2.C: use screen() accessor
9368
9369         * lyx_main.h:
9370         * lyx_main.C: some minor cleanup
9371
9372 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9373
9374         * BufferView_pimpl.h:
9375         * BufferView_pimpl.C: remove enter/leaveView,
9376           use workHeight()
9377
9378 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9379
9380         * BufferView.h:
9381         * BufferView.C:
9382         * BufferView2.C:
9383         * BufferView_pimpl.h:
9384         * BufferView_pimpl.C: only construct screen once,
9385           rename
9386
9387         * lyxrc.C: remove pointless comment
9388
9389 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9390
9391         * BufferView.h:
9392         * BufferView.C: remove active() and belowMouse()
9393
9394         * BufferView_pimpl.h:
9395         * BufferView_pimpl.C: use workarea() not workarea_,
9396           and make it use a scoped_ptr instead
9397
9398 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * lyx_gui.C: add debug message on BadWindow
9401
9402 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9403
9404         * sp_spell.C: fdopen is not part of the C++ standard.
9405
9406         * paragraph.C (InsetIterator): use >= instead of ==
9407
9408 2002-06-07  Angus Leeming  <leeming@lyx.org>
9409
9410         Fixes needed to compile with Compaq cxx 6.5.
9411         * BufferView_pimpl.C:
9412         * DepTable.C:
9413         * buffer.C:
9414         * converter.C:
9415         * encoding.C:
9416         * lyx_gui.C:
9417         * lyx_main.C:
9418         * lyxtextclasslist.C:
9419         * minibuffer.C:
9420         * sp_spell.C:
9421         * tabular_funcs.C:
9422         * vc-backend.C:
9423         all c-library variables have been moved into namespace std. Wrap
9424         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9425
9426         * lyxlength.C:
9427         * tabular-old.C:
9428         * tabular.C:
9429         Add a using std::abs declaration.
9430
9431         * kbmap.h (modifier_pair):
9432         * paragraph.h (InsetTable, InsetList):
9433         * lyxfont.h (FontBits):
9434         type definition made public.
9435
9436         * bufferlist.C (emergencyWriteAll): the compiler complains that
9437         there is more than one possible lyx::class_fun template to choose from.
9438         I re-named the void specialisation as lyx::void_class_fun.
9439
9440         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9441
9442         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9443         the compiler is is unable to find tostr in write_attribute.
9444
9445 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9446
9447         * buffer.C (sgmlError): hide #warning
9448
9449 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9450
9451         * xtl/*: get rid of xtl, which is not in use anyway
9452
9453         * LyXAction.C (init):
9454         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9455         were unimplemented xtl experimentation
9456
9457 2002-06-04  André Pönitz <poenitz@gmx.net>
9458
9459         * lyxfunc.C: disable array operation on simple formulae
9460
9461 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9462
9463         * converter.C: constify a bit
9464
9465 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9466
9467         * lyx_gui.C: check xforms version correctly
9468
9469 2002-04-30  Herbert Voss  <voss@lyx.org>
9470
9471         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9472         "keep" option
9473
9474 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9475
9476         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9477           attempt to register it with a VCS)
9478
9479 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9480
9481         * lyx_main.C (init): honor variables LYX_DIR_13x and
9482         LYX_USERDIR_13x
9483
9484 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9485
9486         * buffer.h:
9487         * buffer.C:
9488         * lyx_main.C: fix a crash on bad command line,
9489           and give a useful exit status on error
9490
9491         * lyxfunc.C (doImport): allow -i lyx to work
9492
9493 2002-03-30  André Pönitz <poenitz@gmx.net>
9494
9495         * lyxfunc.C: mathed font changes
9496
9497 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9498
9499         * LaTeX.C:
9500         * importer.h:
9501         * importer.C:
9502         * lyx_sty.h:
9503         * lyx_sty.C:
9504         * lyxlex.C:
9505         * lyxrow.h:
9506         * lyxtext.h:
9507         * paragraph.h:
9508         * paragraph.C:
9509         * texrow.h:
9510         * texrow.C:
9511         * text.C:
9512         * trans_mgr.h: srcdocs, and some minor cleanups
9513
9514 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9515
9516         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9517         call getFont all the time)
9518
9519 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9520
9521         * switch from SigC signals to boost::signals
9522
9523 2002-05-29  André Pönitz <poenitz@gmx.net>
9524
9525         * paragraph_pimpl.C (getChar): don't call size() too often...
9526
9527 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9528
9529         * paragraph_pimpl.C (insertChar): do not try to update tables when
9530         appending (pos == size())
9531
9532         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9533         in order to reduce drastically the number of comparisons needed to
9534         parse a large document
9535
9536 2002-05-29  André Pönitz <poenitz@gmx.net>
9537
9538         * text.C:
9539         * text2.C:
9540         * lyxtextclass.C:
9541         * sp_pspell.h:
9542         * textclasslist.[Ch]:
9543         * sp_ispell.h: whitespace change
9544
9545 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9546
9547         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9548         lyxaction directly now.
9549
9550 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9551
9552         * trans.C:
9553         * lyxfont.C:
9554         * lyxvc.C: remove unused headers
9555
9556 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9557
9558         * Makefile.am:
9559         * buffer.h:
9560         * undostack.h:
9561         * undostack.C:
9562         * undo_funcs.h:
9563         * undo_funcs.C: some cleanups. Use shared_ptr
9564           and a template for the undo stacks.
9565
9566 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9567
9568         * BufferView_pimpl.h:
9569         * BufferView_pimpl.C:
9570         * kbmap.h:
9571         * kbmap.C:
9572         * kbsequence.h:
9573         * kbsequence.C:
9574         * lyxfunc.h:
9575         * lyxfunc.C:
9576         * text2.C: use key_state/mouse_state
9577
9578 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9579
9580         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9581         and LSubstring
9582
9583         * chset.C: change include order
9584         (loadFile): use boost regex and get rid of LRegex and LSubstring
9585
9586         * Makefile.am (BOOST_LIBS): new variable
9587         (lyx_LDADD): use it
9588
9589         * LaTeX.C: change include order.
9590         (scanAuxFile): use boost regex and get rid of LRegex and
9591         LSubstring
9592         (deplog): ditto
9593
9594 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9595
9596         * ColorHandler.h:
9597         * ColorHandler.C:
9598         * FontInfo.h:
9599         * FontInfo.C: moved to frontends/xforms/
9600
9601         * FontLoader.h:
9602         * FontLoader.C: moved into frontends for GUIIzation
9603
9604         * Makefile.am:
9605         * lyx_gui.C:
9606         * lyxfont.C:
9607         * lyxfunc.C: changes from above
9608
9609 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9610
9611         * LColor.C: remove spurious X include
9612
9613         * BufferView_pimpl.C:
9614         * Makefile.am:
9615         * font.h:
9616         * font.C:
9617         * text.C:
9618         * text2.C: move font metrics to frontends/
9619
9620 2002-05-24  Juergen Vigna  <jug@sad.it>
9621
9622         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9623         setting the undo_cursor.
9624
9625         * ParagraphParameters.h: include local includes first.
9626
9627 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9628
9629         * BufferView_pimpl.C:
9630         * BufferView_pimpl.h:
9631         * Makefile.am:
9632         * WorkArea.h:
9633         * WorkArea.C:
9634         * screen.C: move WorkArea into frontends/
9635
9636         * lyxscreen.h:
9637         * screen.C:
9638         * text.C:
9639         * BufferView.C:
9640         * BufferView2.C: move LyXScreen into frontends/
9641
9642         * lyxlookup.h:
9643         * lyxlookup.C:
9644         * lyx_gui.C: move lyxlookup into frontends/xforms/
9645
9646 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9647
9648         * BufferView2.C:
9649         * BufferView_pimpl.C:
9650         * FontLoader.C:
9651         * LyXView.h:
9652         * LyXView.C:
9653         * Makefile.am:
9654         * WorkArea.C:
9655         * XFormsView.h:
9656         * XFormsView.C:
9657         * buffer.C:
9658         * bufferlist.C:
9659         * bufferview_funcs.C:
9660         * converter.C:
9661         * importer.C:
9662         * lyx_cb.C:
9663         * lyx_gui.C:
9664         * lyx_main.C:
9665         * lyx_find.C:
9666         * lyxfunc.C:
9667         * lyxvc.C:
9668         * minibuffer.C:
9669         * text.C:
9670         * text2.C:
9671         * trans.C:
9672         * vc-backend.C: move LyX/XFormsView into frontends/
9673
9674 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9675
9676         * Makefile.am:
9677         * PainterBase.C:
9678         * PainterBase.h:
9679         * Painter.C:
9680         * Painter.h:
9681         * WorkArea.C:
9682         * WorkArea.h:
9683         * screen.C:
9684         * tabular.C:
9685         * text.C:
9686         * text2.C: move Painter to frontends/
9687
9688 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9689
9690         * buffer.C: comment out some some code that depend upon lyx_format
9691         < 220
9692
9693         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9694         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9695
9696         * buffer.h (NO_COMPABILITY): turn off compability
9697
9698         * ColorHandler.C: include scoped_array.hpp
9699
9700         * font.C: Use more specific smart_ptr header.
9701         * Painter.C: ditto
9702         * gettext.C: ditto
9703         * ShareContainer.h: ditto
9704         * lyx_main.h: ditto
9705         * kbmap.h: ditto
9706         * FontInfo.h: ditto
9707         * BufferView_pimpl.h: ditto
9708         * ColorHandler.h: ditto
9709
9710         * kbmap.C (defkey): change call to shared_ptr::reset
9711
9712 2002-05-21  Juergen Vigna  <jug@sad.it>
9713
9714         * buffer.C (insertErtContents): fix to insert ert asis if it is
9715         non empty. Skip it completely if it contains only whitespaces.
9716
9717 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9718
9719         * BufferView_pimpl.C:
9720         * BufferView2.C: clear selection on paste (bug 393)
9721
9722 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9723
9724         * DepTable.C: include ctime
9725
9726 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9727
9728         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9729
9730 2002-05-14  Juergen Vigna  <jug@sad.it>
9731
9732         * text.C (breakParagraph): fixed function to honor the keepempty
9733         layout in the right maner and also to permit the right breaking
9734         algorithm on empty or non empyt keepempty paragraphs.
9735
9736         * paragraph.C (breakParagraph): we have to check also if the par
9737         is really empty (!size()) for isempty otherwise we do the wrong
9738         paragraph break.
9739
9740 2002-05-10  Juergen Vigna  <jug@sad.it>
9741
9742         * buffer.[Ch] : The following are only changes to the ert
9743         compatibility read reading old LaTeX layout and font stuff and
9744         convert it to ERTInsets.
9745
9746         * buffer.h: added isErtInset().
9747
9748         * buffer.C (struct ErtComp): add a fromlayout bool to check
9749         if we're inside a LaTeX layout.
9750         (isErtInset): new helper function.
9751         (insertErtContents): look for other ert insets before this one
9752         and insert the contents there, so that we don't have subsequent
9753         ERT insets with nothing between them. This way we create only one
9754         inset with multiple paragraphs. Also check if we don't insert only
9755         spaces ' ' as they are ignored anyway afterwards in the .tex file
9756         so if we have only spaces we will ignore this latex part in the
9757         new file.
9758         (parseSingleLyXformat2Token \\layout): better compatibility when
9759         reading layout-latex stuff.
9760         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9761         language tag.
9762         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9763         stuff after reading the inset only get the information back from
9764         the stack.
9765
9766 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9767
9768         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9769
9770         * LaTeXFeatures.C (getBabelOptions): New method.
9771
9772 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9773
9774         * BufferView_pimpl.C (Dispatch): work around missing argument for
9775         'layout'
9776
9777 2002-05-08  Juergen Vigna  <jug@sad.it>
9778
9779         * text.C (leftMargin): handle paragraph leftindent.
9780
9781         * paragraph.C (writeFile): write the new \\leftindent tag.
9782         (validate): handle leftindent code.
9783         (TeXEnvironment): handle paragraphleftindent code again.
9784
9785         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9786
9787         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9788         for paragrap_extra indent code and new token \\leftindent.
9789         (latexParagraphs): handle the leftindent as environment.
9790
9791         * ParameterStruct.h: added leftindent support.
9792
9793         * ParagraphParameters.C (leftIndent): added support functions for
9794         the paragraph left indent.
9795
9796         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9797         more appropriate.
9798
9799 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9800
9801         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9802         inside insetERT.
9803
9804         * text.C (computeBidiTables): No bidi in insetERT.
9805
9806         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9807         in RTL documents.
9808
9809 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9810
9811         * version.C.in: pre 5
9812
9813 2002-05-02  José Matos  <jamatos@fep.up.pt>
9814         * buffer.C (makeDocBookFile): white space changes, add newline to
9815         command styles.
9816         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9817
9818         * tabular.C (docBook): fix typo.
9819
9820 2002-05-03  Juergen Vigna  <jug@sad.it>
9821
9822         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9823         change in LyXText as we can not be sure it was not freed.
9824         (drawOneRow): remove unused code.
9825
9826         * text.C (drawInset): redo the calculation of the need_break_row as
9827         it could have a row which was already freed.
9828         (draw): look at the return value of drawInset and return false if
9829         it also returned false.
9830         (paintRowText): look at the return value of draw and return false if
9831         it also returned false.
9832
9833         * lyxtext.h: added bool return type to drawInset() and draw() so that
9834         if we have a change in the row so that the rowbreak has to be redone
9835         we abort drawing as it will be called again.
9836
9837 2002-05-02  Juergen Vigna  <jug@sad.it>
9838
9839         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9840         a change in the maintext also if we're inside an inset.
9841         (Dispatch): set the cursor again after a break line and after the
9842         screen has been updated as it could be we're in a different row.
9843
9844         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9845         to set the cursor behind the pargraph with > size().
9846         (setCursor): check also for the same paragraph when checking where
9847         to put the cursor if we have a NFR inset.
9848
9849         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9850         parts of layout read further up as it still was in the wrong
9851         position.
9852
9853 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9854
9855         * screen.C (drawFromTo): change sine fullRebreak always return
9856         true.
9857
9858         * buffer.C (parseSingleLyXformat2Token): reindent some
9859
9860         * BufferView_pimpl.C (update): change since fullRebreak always
9861         return true.
9862         (Dispatch): git rid of the last hardcoded "Standard"s.
9863
9864 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9865
9866         * text2.[Ch] (fullRebreak): make it return void now that we always
9867         returned true.
9868
9869 2002-04-30  Juergen Vigna  <jug@sad.it>
9870
9871         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9872         ert compatibility check for "latex" layout.
9873
9874 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9875
9876         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9877         minipages: use col% instead of p%, and also use the current font.
9878         (makeLaTeXFile): Fix use babel condition.
9879         (parseSingleLyXformat2Token): Correct font when reading old floats.
9880
9881 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9882
9883         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9884         inserting list of floats.
9885
9886 2002-04-25  Herbert Voss  <voss@lyx.org>
9887
9888         * MenuBackend.C (expand): don't add the graphics extensions to the
9889         export menu
9890
9891 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9892
9893         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9894         non-existing layout, do not complain if it was the default layout
9895         of the original class (bug #342)
9896
9897 2002-04-24  Juergen Vigna  <jug@sad.it>
9898
9899         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9900         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9901
9902 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9903
9904         * buffer.C (getBibkeyList): If using \bibliography, return the
9905         option field with the reference itself. Enables us to provide natbib
9906         support when using \bibliography.
9907
9908 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9909
9910         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9911
9912         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9913         natbib is provided by the LaTeX class.
9914
9915 2002-04-23  Juergen Vigna  <jug@sad.it>
9916
9917         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9918         Wakeup functions.
9919
9920         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9921
9922 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9923
9924         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9925
9926         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9927         ensuremath around textordmasculine, textordfeminine and
9928         textdegree.
9929
9930 2002-04-19  Juergen Vigna  <jug@sad.it>
9931
9932         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9933         reinitializing the buffer otherwise row-dimensions may be wrong.
9934         (update): reset also the selection cursors if they do exits otherwise
9935         their x/y positions may be wrong.
9936
9937         * text2.C (cursorDown): don't enter the inset if we came from a row
9938         above and are one row over the inset.
9939
9940         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9941         really leaving an inset.
9942
9943 2002-04-18  Juergen Vigna  <jug@sad.it>
9944
9945         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9946         of the selected paragraph does not have the selected layout also if
9947         the last one had!
9948
9949         * text2.C (setLayout): fixed bug which did not change last selected
9950         paragraph.
9951
9952         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9953         changed the read and substituted \\end_float with \\end_inset!
9954
9955         * BufferView_pimpl.C (cursorPrevious):
9956         (cursorNext): fixed to make it work with rows heigher than the work
9957         area without moving the cursor only the draw of the row.
9958         (workAreaMotionNotify): fix jumping over high rows.
9959
9960 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9961
9962         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9963         Ressler.
9964
9965 2002-04-16  Juergen Vigna  <jug@sad.it>
9966
9967         * text2.C (setCursor): set also the irow().
9968         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9969         (cursorUp):
9970         (cursorDown): support for locking an inset if the x_fix value goes
9971         inside it. That way I can transverse insets too with cursor up/down.
9972
9973         * lyxrow.h: added irow helper function same as other (i) functions.
9974
9975         * BufferView_pimpl.C (cursorPrevious):
9976         (cursorNext): fixed for insets!
9977
9978 2002-04-15  Juergen Vigna  <jug@sad.it>
9979
9980         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9981         position otherwise it is wrong in some cases.
9982
9983         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9984         inside the inset before the call.
9985
9986 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9987
9988         * buffer.[Ch] (getBibkeyList): make it const.
9989
9990 2002-04-12  Juergen Vigna  <jug@sad.it>
9991
9992         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9993
9994         * text2.C (getCursorX): new helper function
9995         (setCursor): compute also ix_
9996         (setCursorFromCoordinates): set also ix.
9997
9998         * lyxcursor.h: added ix_ and helper functions.
9999
10000         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10001
10002         * buffer.C (insertStringAsLines): dont break paragraph if the this
10003         paragraph is inside an inset which does not permit it!
10004
10005         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10006         also with no chars on this paragraph.
10007         (paintRowText): only paint stuff if it's inside the workarea!
10008
10009         * paragraph.C (breakParagraph): honor keepempty flag and break the
10010         paragraph always below not above.
10011
10012         * BufferView2.C (unlockInset): update the paragraph layout on inset
10013         unlock as we changed paragraph in such a case.
10014
10015         * lyxfind.C (LyXFind): clear the former selection if not found!
10016
10017         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10018         again called in insertChar().
10019
10020         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10021         an inset which uses the whole row!
10022         (rightMargin): ditto.
10023         (insertChar): force a rebreak if we inserted an inset!
10024
10025 2002-03-28  Herbert Voss  <voss@lyx.org>
10026
10027         * lyxlength.[Ch]: add inBP() to get the right PS-point
10028         units (BigPoint). With inPixels we have rounding errors
10029
10030 2002-04-11  Juergen Vigna  <jug@sad.it>
10031
10032         * text2.C (setCursorFromCoordinates): set iy to the right value.
10033         (setCursor): add check if row->previous exists!
10034
10035         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10036         an old float_type as this was the case in the old code!
10037
10038         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10039
10040         * BufferView2.C (showLockedInsetCursor): use iy
10041         (fitLockedInsetCursor): ditto
10042
10043         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10044         locked insets as there we have the right value now.
10045
10046         * lyxcursor.C: added iy_ variable and iy functions to set to the
10047         baseline of cursor-y of the locked inset.
10048
10049         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10050         (setCursor): fixed for insets which need a full row.
10051
10052         * text.C (rowLastPrintable): don't ignore the last space when before
10053         an inset which needs a full row.
10054         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10055         as last character of a row when before a inset which needs a full row.
10056
10057 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10058
10059         * version.C.in: update date
10060
10061         * text2.C (fullRebreak): try to always return true and see what
10062         happens...
10063
10064 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10065
10066         * MenuBackend.C (expand): use Floating::listName
10067
10068         * FloatList.C (FloatList): add listName argument to the built-in
10069         floats
10070
10071         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10072         text associated with the float.
10073
10074 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10075
10076         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10077
10078 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10079
10080         * ShareContainer.h: add a couple of missing typenames.
10081
10082 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10083
10084         * lyxrc.C (getDescription): use _() correctly rather than N_().
10085
10086 2002-03-28  Herbert Voss  <voss@lyx.org>
10087
10088         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10089         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10090
10091 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10092
10093         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10094         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10095
10096 2002-03-29  Juergen Vigna  <jug@sad.it>
10097
10098         * lyxfunc.C (dispatch): add a missing fitCursor call.
10099
10100         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10101         it was scrolled by a cursor move, so return the bool status.
10102
10103         * BufferView.C (fitCursor): return the bool flag also to the outside
10104         world as this is needed.
10105
10106         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10107
10108         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10109         call the edit() as it is not needed (and wrong) IMO.
10110         (workAreaButtonPress): set the screen_first variable before evt.
10111         unlock the inset as this may change screen_first and then we have
10112         a wrong y position for the click!
10113
10114 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10115
10116         * MenuBackend.C (expand): another translation that I missed
10117
10118 2002-03-28  Juergen Vigna  <jug@sad.it>
10119
10120         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10121
10122         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10123
10124 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10125
10126         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10127
10128         * MenuBackend.C (expand): fix export/view/update when there is no
10129         document open.
10130
10131 2002-03-27  Herbert Voss  <voss@lyx.org>
10132
10133         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10134         and text%
10135
10136 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10137
10138         * bufferview_funcs.C (currentState): only show paragraph number
10139         for is DEVEL_VERSION is set.
10140
10141         * lyxfunc.C (dispatch): put warning in INFO channel
10142
10143         * MenuBackend.C (expand): translate the name of floats
10144
10145         * FloatList.C (FloatList): mark the float names for translation
10146
10147         * converter.C (convert): use LibScriptSearch
10148
10149 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10150
10151         * MenuBackend.C (defaults): fix default menu (we might as well get
10152         rid of it...)
10153
10154 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10155
10156         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10157         directory.
10158
10159 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10160
10161         * lyxvc.C: reorder includes.
10162
10163 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10164
10165         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10166           properly
10167
10168 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10169
10170         * CutAndPaste.C: change layouts earlier on paste
10171           to avoid crashing when calling getFont()
10172
10173 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10174
10175         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10176         irritating #error.
10177
10178 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10179
10180         * WorkArea.C: remove 'Pending' debug message.
10181
10182         * most files: ws cleanup
10183
10184         * buffer.[Ch]: ws changes
10185
10186         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10187
10188 2002-03-21  Juergen Vigna  <jug@sad.it>
10189
10190         * tabular.C (SetMultiColumn): collapse also the contents of the
10191         cells and set the last border right. Added a Buffer const * param.
10192
10193 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10194
10195         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10196         linking or not.
10197
10198 2002-03-19  Juergen Vigna  <jug@sad.it>
10199
10200         * text2.C (clearSelection): reset also xsel_cache.
10201
10202         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10203         where it needs to be called (John tells us to do so too :)
10204         (selectionLost): reset sel_cache.
10205
10206         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10207
10208 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10209
10210         * text2.C (setCursorIntern): put debuging code in INSETS channel
10211
10212 2002-03-19  André Pönitz <poenitz@gmx.net>
10213
10214         * lyxfunc.C: tiny whitespace change
10215
10216 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10217
10218         * ToolbarDefaults.C (init):
10219         * LyXAction.C (init):
10220         * commandtags.h:
10221         * BufferView_pimpl.C (Dispatch):
10222         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10223
10224 2002-03-19  Allan Rae  <rae@lyx.org>
10225
10226         * exporter.C (Export): removeAutoInsets before doing anything else.
10227         While I've just introduced a dependency on BufferView this really is
10228         the best place to clean the buffer otherwise you need to cleanup in
10229         a dozen places before calling export or cleanup in a dozen functions
10230         that export calls.
10231
10232         * converter.C (runLaTeX):
10233         (scanLog): Better handling of removeAutoInsets and screen updates.
10234
10235         * lyxfunc.C (dispatch): small whitespace changes
10236
10237 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10238
10239         * WorkArea.C (C_WorkAreaEvent): return a value.
10240         (event_cb): return 1 if we handled the event, 0 otherwise.
10241
10242         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10243
10244 2002-03-18  Juergen Vigna  <jug@sad.it>
10245
10246         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10247         (GetAdditionalWidth): ditto.
10248         (RightLine): ditto.
10249         (LeftLine): ditto.
10250
10251         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10252         inset if we're there actually (probably not used right now but this
10253         is the direction to go for unifying code).
10254         (paste): disable code to clear the selection.
10255
10256         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10257         inside an InsetText and move the check further up as it is in the
10258         wrong place.
10259
10260         * text2.C (pasteSelection): set a selection over the pasted text.
10261
10262 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10263
10264         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10265         and libgraphics to build on Cygwin.
10266
10267 2002-03-15  Juergen Vigna  <jug@sad.it>
10268
10269         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10270         inserting an Inset into the paragraph. I know this is not the best
10271         fix but we already use current_view in CutAndPaste so we will remove
10272         all of it's using at the same time.
10273
10274         * buffer.C (sgmlError): deactivated function till it is rewritten in
10275         the right mode, now it can create problems.
10276
10277         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10278         before accessing it.
10279
10280 2002-03-14  Juergen Vigna  <jug@sad.it>
10281
10282         * undo_funcs.C (textHandleUndo): do the right thing when updating
10283         the inset after the undo/redo.
10284
10285         * text2.C (setCursor): just some testcode for #44 not ready yet.
10286
10287         * undo_funcs.C (textHandleUndo): set the next() and previous()
10288         pointers of the paragraph to 0 before deleting otherwise we have
10289         problems with the Paragraph::[destructor].
10290
10291         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10292         on a paragraph insertion.
10293
10294 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10295
10296         * buffer.C (asciiParagraph): use += operator for char append to
10297         string.
10298
10299         * paragraph.C (getFontSettings): compare >= not just >
10300         (highestFontInRange): ditto
10301         (setFont): ditto
10302
10303 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10304
10305         * paragraph.C: change several algorithm to be more appripriate for
10306         the problem domain. This is lookip in FontList and in the InsetList.
10307
10308 2002-03-13  André Pönitz <poenitz@gmx.net>
10309
10310         * commandtags.h:
10311         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10312
10313 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10314
10315         * commandtags.h:
10316         * LyXAction.C:
10317         * lyxfunc.C:
10318         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10319
10320 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10321
10322         * Painter.C (display): anon helper function, adjust code for this
10323         change.
10324         (pixmap): remove function.
10325
10326         * Painter.h: remove private display variable.
10327
10328         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10329
10330 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10331
10332         * WorkArea.[Ch]: remove figinset_canvas cruft.
10333
10334 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10335
10336         * lyxtextclass.C (operator): add one item cache optimization.
10337
10338         * bufferlist.h: doxy changes
10339
10340         * bufferlist.C: ws changes
10341
10342         * DepTable.[Ch] (ext_exist): place const in the right spot.
10343
10344         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10345         call resizeInsets.
10346         (workAreaExpose): call resizeInsets when the with BufferView changes.
10347         (Dispatch): adjust for protectedBlank removal
10348         (specialChar): call updateInset if the insert went ok.
10349
10350         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10351         specialChar instead.
10352
10353         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10354
10355         * BufferView.h: doxy change
10356
10357         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10358
10359         * lyxtextclass.C (operator[]): remove non-const version
10360         (defaultLayout): remove non-const version
10361
10362 2002-03-12  Juergen Vigna  <jug@sad.it>
10363
10364         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10365         did resize the LyXText too.
10366
10367         * buffer.C (readLyXformat2): set layout information on newly allocated
10368         paragraphs.
10369
10370         * tabular.C (OldFormatRead): set layout information on the paragraph.
10371
10372 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10373
10374         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10375
10376 2002-03-11  Juergen Vigna  <jug@sad.it>
10377
10378         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10379         plainly wrong.
10380         (resizeCurrentBuffer): force also the insets to resize themselfes.
10381         (moveCursorUpdate): fixed up for InsetText.
10382
10383 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10384
10385         * commandtags.h:
10386         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10387         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10388         value of Dialogs::tooltipsEnabled().
10389         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10390
10391 2002-03-08  Juergen Vigna  <jug@sad.it>
10392
10393         * BufferView_pimpl.C (updateInset): update inset inside inset also
10394         if it isn't inside theLockingInset().
10395
10396 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10397
10398         * buffer.C (asciiParagraph): redo some of the word and line length
10399         handling.
10400         (getLists): look for Caption instead of caption.
10401
10402 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10403
10404         * buffer.C (Buffer): initialize niceFile to true
10405         (makeLaTeXFile):
10406         (makeLinuxDocFile):
10407         (makeDocBookFile): make sure niceFile is true on exit
10408
10409 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10410
10411         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10412
10413 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10414
10415         * LyXSendto.C: remove.
10416         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10417         * lyx_gui.C: remove now-redundant comment.
10418         * ColorHandler.h: remove forward declaration of class WorkArea.
10419         * lyxfunc.C: remove #include "WorkArea.h".
10420
10421 2002-03-07  Juergen Vigna  <jug@sad.it>
10422
10423         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10424         got moved away with the DEPM and also set the inset_owner always
10425         right which before could have been omitted.
10426
10427 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10428
10429         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10430         wanted layout is not found.
10431
10432 2002-03-07  Juergen Vigna  <jug@sad.it>
10433
10434         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10435
10436 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10437
10438         * paragraph.C (breakParagraph): use default layout not layout of
10439         prev paragraph.
10440         (Paragraph): clear ParagraphParameters.
10441
10442 2002-03-06  Juergen Vigna  <jug@sad.it>
10443
10444         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10445         otherwise it would not be a valid lenght. Fixed a special case in
10446         the minipage compatibility read where we end the document with a
10447         minipage.
10448
10449         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10450         was set as it could be 0 for InsetTexts first entry.
10451
10452 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10453
10454         * paragraph.C (writeFile): if layout is empty write out
10455         defaultLayoutName().
10456
10457         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10458         file without named layout we set layout to defaultLayoutName().
10459
10460 2002-03-06  Juergen Vigna  <jug@sad.it>
10461
10462         * CutAndPaste.C (copySelection): set layout for new paragraph.
10463
10464         * text.C (prepareToPrint): leave ERT inset left aligned
10465         (leftMargin): don't indent paragraphs inside ERT insets
10466
10467 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10468
10469         * paragraph.C (breakParagraph): dont call clear do the work manually
10470
10471         * paragraph.[Ch] (clear): remove function
10472
10473 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10474
10475         * paragraph.C (Paragraph): dont call clear, the work has already
10476         been done.
10477
10478         * lyxtextclass.C (operator): assert if n is empty
10479
10480         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10481         work manually instead.
10482
10483 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10484
10485         * BufferView_pimpl.C: protect selectionLost against text == 0
10486
10487 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10488
10489         * text.C (breakParagraph): fix a setting layout to '0' problem.
10490
10491 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10492
10493         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10494         final location of file, for the included files, and graphics.
10495
10496 2002-03-05  Juergen Vigna  <jug@sad.it>
10497
10498         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10499
10500 2002-03-04  Juergen Vigna  <jug@sad.it>
10501
10502         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10503
10504         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10505         last column of multicolumn cells.
10506         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10507
10508 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10509
10510         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10511         file if it doesn't go to a temporary file.
10512
10513         * buffer.C (sgmlOpenTag):
10514         (sgmlCloseTag):  remove extra newline insertion.
10515
10516 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10517
10518         * text.C (getRowNearY): comment out debug msg
10519
10520 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10521
10522         * text2.C: first -> first_y
10523
10524         * text.C (getRowNearY): add some attemts at a possible
10525         optimization, not working.
10526
10527         * tabular.[Ch]: add BufferParams to several function so that newly
10528         created paragraph can be initialized to he default layotu for the
10529         buffers textclass.
10530
10531         * tabular-old.C (ReadOld): add buf->params to call of Init
10532
10533         * screen.C: rename text->first to text->first_y
10534
10535         * paragraph.C (breakParagraph): always set layout in the broken
10536         paragraph
10537
10538         * lyxtextclass.C (Read): remove lowercase
10539         (hasLayout): ditto
10540         (operator): ditto
10541         (delete_layout): ditto
10542
10543         * lyxtext.h: rename first -> first_y
10544
10545         * lyxlayout.C (Read): remove lowercase
10546         (name): ditto
10547         (setName): ditto
10548         (obsoleted_by): ditto
10549
10550         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10551
10552         * buffer.C (insertErtContents): add params are to InsetERT
10553         (parseSingleLyXformat2Token): add code to check if a paragraphs
10554         layout really exist.
10555         (parseSingleLyXformat2Token): add params to several inset
10556         constructors
10557         (asciiParagraph): remove lowercase, do the layout comparisons with
10558         no_case
10559
10560         * BufferView_pimpl.C (cursorNext): first -> first_y
10561         (resizeCurrentBuffer): first -> first_y
10562         (updateScrollbar): first -> first_y
10563         (scrollCB): first -> first_y
10564         (workAreaMotionNotify): first -> first_y
10565         (workAreaButtonPress): first -> first_y
10566         (checkInsetHit): first -> first_y
10567         (cursorPrevious): first -> first_y
10568         (cursorNext): first -> first_y
10569         (Dispatch): add buffer_->params to severl inset contructors
10570
10571 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10572
10573         * lyxlayout.C (Read): remove some debug info that I forgot.
10574
10575         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10576         clean up the code slightly.
10577         (makeLinuxDocFile): ditto
10578         (makeDocBookFile): ditto
10579
10580         * text2.C: layout as string
10581
10582         * text.C: layout as string
10583
10584         * paragraph_pimpl.C: layout as string
10585
10586         * paragraph.[Ch]: layout as string
10587
10588         * lyxtextclasslist.[Ch]: layout as string
10589
10590         * lyxtextclass.[Ch]: layout as string
10591
10592         * lyxtext.h: layout as string
10593
10594         * lyxlayout.[Ch]: layout as string
10595
10596         * lyx_cb.C: layout as string
10597
10598         * bufferview_funcs.C: layout as string
10599
10600         * bufferparams.C: layout as string
10601
10602         * buffer.C: layout as string
10603
10604         * LyXView.[Ch]: layout as string
10605
10606         * LaTeXFeatures.[Ch]: layout as string
10607
10608         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10609
10610         * BufferView_pimpl.C: change current_layout to string, remove
10611         lyx::layout_type.
10612         (Dispatch):
10613         (smartQuote):
10614         (insertInset):
10615         (workAreaButtonRelease): layout as string
10616
10617         * BufferView2.C (unlockInset): adjust
10618
10619         * vspace.C (asLatexCommand): use an explict temp variable.
10620
10621 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10622
10623         * Makefile.am: use FRONTEND_*
10624
10625 2002-03-01  Juergen Vigna  <jug@sad.it>
10626
10627         * tabular.C (SetWidthOfMulticolCell): changed to something better
10628         I hope but still work in progress.
10629         (recalculateMulticolumnsOfColumn): renamed function from
10630         recalculateMulticolCells as it is more appropriate now.
10631         (SetWidthOfCell): calculate multicols better.
10632
10633 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10634
10635         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10636
10637         * lyxfunc.C (processKeySym): print sequence also if it is
10638         `deleted' (complete)
10639
10640         * kbsequence.C (print): print sequence even if it is deleted
10641         (complete would be a better word, actually).
10642
10643         * lyxfunc.C (dispatch): print complete options after a prefix key
10644
10645         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10646
10647 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10648
10649         * text2.C (setCharFont): eliminate setCharFont code duplication.
10650
10651 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10652
10653         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10654         LFUN_TABULAR_FEATURE (bug #177)
10655
10656 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10657
10658         * Makefile.am: remove figure.h
10659
10660 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10661
10662         * Bufferview_pimpl.C:
10663         * CutAndPasteC:
10664         * LaTeX.C:
10665         * LyXSendto.C:
10666         * buffer.C:
10667         * bufferlist.C:
10668         * converter.C:
10669         * language.C:
10670         * lyxfunc.C:
10671         * lyxvc.C:
10672         * paragraph.C:
10673         * text.C:
10674         * text2.C: remove #include "lyx_gui_misc.h".
10675
10676         * LaTeX.C: added #include <cstdio>
10677
10678 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10679
10680         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10681         that the paragraph following this one can have.
10682
10683         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10684
10685         * vspace.C (asLatexCommand): fix bogus gcc warning
10686
10687         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10688
10689 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10690
10691         * text2.C (setLayout): get rid of redundant code
10692
10693 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10694
10695         * text2.C (incDepth): make sure depth cannot be increased beyond
10696         reasonable values.
10697
10698 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10699
10700         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10701         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10702
10703         * PainterBase.h (image):
10704         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10705         a LyXImage const *.
10706
10707 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10708
10709         * BufferView.C:
10710         * BufferView.h:
10711         * BufferView_pimpl.C:
10712         * BufferView_pimpl.h:
10713         * LaTeXFeatures.C:
10714         * LyXAction.C:
10715         * LyXView.C:
10716         * Makefile.am:
10717         * UpdateList.h:
10718         * UpdateList.C:
10719         * buffer.C:
10720         * figure.h:
10721         * figureForm.C:
10722         * figureForm.h:
10723         * figure_form.C:
10724         * figure_form.h:
10725         * lyx_cb.C:
10726         * lyx_gui.C:
10727         * lyx_gui_misc.C:
10728         * lyxfunc.C:
10729         * sp_base.h:
10730         * sp_ispell.h:
10731         * sp_pspell.h:
10732         * sp_spell.C: remove fig inset, and the crap house of
10733           cards that follows it
10734
10735 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10736
10737         * Makefile.am:
10738         * lyxserver.C:
10739         * os2_defines.h:
10740         * os2_errortable.h:
10741         * nt_defines.h: move .h into support/
10742
10743         * vms_defines.h: remove
10744
10745         * WorkArea.C: add space in debug output
10746
10747         * text2.C:
10748         * paragraph.C:
10749         * buffer.C: add WITH_WARNINGS
10750
10751         * vc-backend.h:
10752         * vc-backend.C:
10753         * bufferlist.C: s/retrive/retrieve/, add docs
10754
10755         * vspace.h:
10756         * vspace.C:
10757         * kbmap.h:
10758         * lyxlength.h:
10759         * lyxgluelength.h:
10760         * length_common.h:
10761         * chset.h:
10762         * chset.C: add docs
10763
10764         * lyxgui.C: add ID to X error handler
10765
10766         * lyxtestclass.c: fix typo
10767
10768 2002-02-26  Juergen Vigna  <jug@sad.it>
10769
10770         * tabular_funcs.C (write_attribute): changed so that some default
10771         attributes are not written at all.
10772         (getTokenValue): set default values before trying to read the
10773         value so we have the return value always set as default if we don't
10774         find the token we search for.
10775
10776         * tabular.C (Write): write bools as bools not as strings!
10777
10778 2002-02-22  Juergen Vigna  <jug@sad.it>
10779
10780         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10781         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10782
10783         * text.C (leftMargin): don't add an indent for paragraphs inside
10784         tabular cells (fix #208).
10785
10786 2002-02-21  José Matos  <jamatos@fep.up.pt>
10787
10788         * tabular.C (docBook): fixed support for long tables.
10789
10790 2002-02-20  Juergen Vigna  <jug@sad.it>
10791
10792         * text2.C (getFont): get the drawing font of the Inset if this
10793         paragraph is inside an inset (only important for InsetERT for now).
10794
10795         * buffer.C (insertErtContents): use new lanugage params in ERT
10796         constructor.
10797
10798         * CutAndPaste.C: commenting out seemingly uneeded code.
10799
10800 2002-02-19  Allan Rae  <rae@lyx.org>
10801
10802         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10803         Iterators might be simple to use but they also get invalidated.
10804         (removeAutoInsets): renamed saved cursor tracking variables and added
10805         some comments to clarify what everything does.
10806
10807 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10808
10809         * Chktex.C:
10810         * LaTeX.C:
10811         * LyXSendto.C:
10812         * converter.C:
10813         * lyx_cb.C:
10814         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10815         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10816
10817         * lyxfunc.C:
10818         * vc-backend.h: remove #include "support/syscall.h"
10819
10820         * LaTeX.C:
10821         * LyXSendto.C:
10822         * converter.C: rearrange #includes in Lars' approved fashion.
10823
10824         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10825         forward declare class Timeout in the header file.
10826
10827         * XFormsView.C: changes due to the above.
10828
10829         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10830         similar to LyXView.
10831
10832         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10833         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10834
10835 2002-02-18  José Matos  <jamatos@fep.up.pt>
10836
10837         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10838         insets contents.
10839
10840 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10841
10842         * a lot of small ws changes
10843         * add a lot of using std::XXX
10844         * use std construcs some places where approp.
10845         * use some exisint stuff from lyxfunctional where approp.
10846         * Make file changes to use partial linking (lets test this now...)
10847
10848 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10849
10850         * Chktex.C:
10851         * buffer.C:
10852         remove #include "support/syscontr.h" as it's redundant. Always has been.
10853
10854         * Chktex.C:
10855         * LaTeX.C:
10856         * LyXSendto.C:
10857         * converter.C:
10858         * lyx_cb.C:
10859         * vc-backend.C:
10860         change Systemcalls::System to Systemcalls::Wait and
10861         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10862         No change of functionality, just reflects the stripped down Systemcalls
10863         class.
10864
10865 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10866
10867         * debug.[Ch]: add a GRAPHICS type to the enum.
10868
10869 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10870
10871         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10872
10873         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10874         there is an inset.
10875
10876 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10877
10878         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10879         match the changes below.
10880
10881         * text2.C (toggleInset): if there is not editable inset at cursor
10882         position, try to see if cursor is _inside_ a collapsable inset
10883         and close it.
10884
10885 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10886
10887         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10888         document menu has a nice checkbox
10889
10890 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10891
10892         * lyxlength.C (asLatexString): change PW to output as percent of
10893         \textwidth.
10894
10895         * lengthcommon.C: change '%' to 't%'
10896
10897         * lyxfunc.C (dispatch): a few comments from Martin
10898
10899 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10900
10901         * WorkArea.h:
10902         * WorkArea.C:
10903         * BufferView_pimpl.h:
10904         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10905           the X selection.
10906
10907 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10908
10909         * vspace.C (inPixels): fix compiler warning
10910
10911 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10912
10913         * lyxfunc.C (getStatus): fix status message for disabled commands.
10914
10915 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10916
10917         * BufferView_pimpl.C: fix crash on close buffer
10918         during selection (#227)
10919
10920 2002-01-27  Herbert Voss  <voss@lyx.org>
10921
10922         * buffer.C: link old Figure to new graphic inset
10923
10924 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10925
10926         * FontLoader.C (getFontinfo): Change the latex font names in order
10927         to match the names of type1inst.
10928
10929 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10930
10931         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10932
10933         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10934         (extchanged): ditto
10935         (ext_exist): ditto
10936         (remove_files_with_extension): ditto
10937         (remove_file): ditto
10938         (write): ditto
10939
10940         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10941         document is smaller than the work area height. Do not initialize
10942         static variables to 0.
10943
10944 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10945
10946         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10947
10948         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10949         LFUN_LAYOUT_PARAGRAPHS.
10950
10951         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10952         tabular. It is possible to provide a possible cell, which will
10953         typically be the actcell from the corresponding insettabular
10954
10955         * lyxfunc.C (getStatus): small cleanup; disable
10956         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10957         true
10958
10959 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10960
10961         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10962
10963         * paragraph.C (startTeXParParams):
10964         (endTeXParParams): new methods. The LaTeX code to
10965         start/end paragraph formatting
10966         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10967         empty (fixes bug #200)
10968
10969         * vspace.C (inPixels): adapt to the change below
10970         (inPixels): [later] more cleanups (remove unused variables)
10971
10972         * lyxlength.C (inPixels): change to use a width and a height as
10973         parameter.
10974
10975 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10976
10977         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10978         Replaced with \paperwidth
10979
10980         * DepTable.C (insert): add std:: qualifier
10981
10982 2002-01-18  Allan Rae  <rae@lyx.org>
10983
10984         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10985         updated also?
10986
10987         * text.C (drawInset): Turned out I didn't know enough about how
10988         rebreaking worked.  This fixes most of the redraw problems.  I see
10989         an occasional cursor trail when a line is broken now and the cursor
10990         placement can seem out by a few pixels also after a rebreak.
10991
10992 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10993
10994         * buffer.C (parseSingleLyXformat2Token): update because minipage
10995         width is now a LyXLength
10996
10997         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10998
10999         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11000         math insets
11001
11002 2002-01-17  Juergen Vigna  <jug@sad.it>
11003
11004         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11005
11006         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11007         is set correctly and the inset is updated correctly.
11008
11009 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11010
11011         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11012         the beginning of the loop.
11013
11014 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11015
11016         * lyxrc.C: improve help for use_scalable_fonts
11017
11018 2002-01-17  Allan Rae  <rae@lyx.org>
11019
11020         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11021
11022 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11023
11024         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11025         make sure to set their inset_owner to the right value (bug #171)
11026
11027 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11028
11029         * DepTable.h
11030         * DepTable.C: Implement mtime checking to reduce time spent doing
11031         CRCs.
11032
11033 2002-01-16  Juergen Vigna  <jug@sad.it>
11034
11035         * tabular.C (GetAdditionalHeight): one of error fixed.
11036
11037         * lyxrc.C (output): small fix in writing use_pspell.
11038
11039 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11040
11041         * sp_base.h: #include LString.h
11042
11043 2002-01-16  Allan Rae  <rae@lyx.org>
11044
11045         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11046         Can someone check this please?
11047
11048         * text.C (drawInset): It was possible that p.row would be removed by
11049         breakAgainOneRow upsetting a few other settings.  There may be another
11050         small tweak possible by setting need_break_row = 0 when p.row has been
11051         removed but I don't know enough about the logic here.
11052
11053 2002-01-15  Allan Rae  <rae@lyx.org>
11054
11055         * text.C (insertChar): removed conditional truism.
11056
11057         * BufferView2.C (removeAutoInsets): More tweaks.
11058         cur_par_prev could be a stray pointer.  Check for trailing empty line
11059         in case last line was cur_par and only had an error inset on it.
11060
11061 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11062
11063         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11064         absolute
11065
11066         * vc-backend.C (most methods):
11067         * exporter.C (Export):
11068         * converter.C (convert):
11069         (runLaTeX):
11070         * LyXSendto.C (SendtoApplyCB):
11071         * lyxfunc.C (dispatch):
11072         (menuNew):
11073         (open):
11074         (doImport):
11075         * lyx_cb.C (AutoSave):
11076         (InsertAsciiFile):
11077         * BufferView_pimpl.C (MenuInsertLyXFile):
11078         * buffer.C (runChktex): use Buffer::filePath().
11079
11080         * buffer.h: rename filename to filename_; rename filepath to
11081         filepath_ and make it private
11082         (filePath): new method
11083
11084         * buffer.C (writeFile): use fileName()
11085         (getLatexName):
11086
11087         * lyx_main.C (init): fix starting  of LyX when the binary is a
11088         link from so,ewhere else.
11089
11090         * minibuffer.C: include <cctype> for isprint
11091
11092 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11093
11094         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11095         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11096         name clash with InsetCollapsable's width function.
11097
11098 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11099
11100         * lastfiles.C: include <iterator>
11101
11102 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11103
11104         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11105         std::count.
11106
11107         * buffer.C (makeLaTeXFile): ditto.
11108         Also make loop operation more transparent.
11109
11110 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11111
11112         * ToolbarDefaults.C: remove trailing comma closing namespace.
11113
11114         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11115
11116         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11117         as in WorkArea.
11118
11119         * trans.C (Load): comment out unused variable, allowed.
11120
11121 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11122
11123         * minibuffer.[Ch] (append_char): new method to recieve input from the
11124         drop-down completion browser. If a key was pressed, then recieve this
11125         char and append it to the existing string.
11126         (peek_event): modify the positioning data passed to the completion
11127         browser so that it can be placed above the minibuffer rather than below.
11128 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11129
11130         * LyXAction.C (init): alloe error-next for readonly documents.
11131
11132         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11133         count.
11134
11135 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11136
11137         * bufferlist.C (readFile): create the buffer _after_ checking that
11138         the file exists.
11139
11140         * lyxfunc.C (verboseDispatch): fix handling of arguments
11141
11142         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11143
11144         * lyxrc.C: use string::erase() instead of initializing to "".
11145
11146
11147 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11148
11149         * BufferView_pimpl.h:
11150         * BufferView_pimpl.C:
11151         * WorkArea.h:
11152         * WorkArea.C:
11153         * text2.C: tell X when we have made a selection for copying
11154
11155 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11156
11157         * BufferView_pimpl.C (MenuInsertLyXFile):
11158         * lyxfunc.C (menuNew):
11159         (open):
11160         (doImport): add shortcuts to directory buttons
11161
11162         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11163         open a float)
11164
11165         * lyxfunc.C (setStatusMessage):
11166         (getStatusMessage): new methods
11167         (getStatus):use setStatusMessage instead of setErrorMessage
11168         (dispatch): when function is disabled, set error message here
11169         [instead of in getStatus previously]
11170
11171         * BufferView_pimpl.C (workAreaButtonRelease): update
11172         toolbar/menubar here too.
11173
11174 2002-01-13  Allan Rae  <rae@lyx.org>
11175
11176         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11177         Now seems indestructible.  Remaining task is to audit all other
11178         code affected by deleteEmptyParagraphMechanism.  One small quirk
11179         left is that an empty document with an error in the preamble can
11180         be made to report an error but no error box appears.  I don't know
11181         where it goes.
11182         (removeAutoInsets): Improved comments.
11183
11184 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11185
11186         * Thesaurus.h:
11187         * Thesaurus.C: update for Aiksaurus 0.14
11188
11189 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11190
11191         * text2.C (firstParagraph): removed member function, all uses
11192         replaces with ownerParagraph
11193         (redoParagraphs): here
11194         (updateInset): here
11195         (toggleAppendix): here
11196         * BufferView2.C (insertErrors): here
11197         (setCursorFromRow): here
11198
11199 2002-01-13  Allan Rae  <rae@lyx.org>
11200
11201         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11202         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11203         There is still a way to segfault this although you may have to do this
11204         multiple times: Have an InsetERT with an unknown command in it.
11205         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11206         <down-arrow>, <Enter> again, View->DVI, BANG!
11207
11208         * text2.C (setCursor):
11209         (deleteEmptyParagraphMechanism):
11210         * lyxtext.h (setCursor):
11211         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11212         Making use of the return value may help fix other bugs.
11213
11214 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11215
11216         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11217
11218         * LyXView.C (updateMenubar): call MenuBar::update here
11219         (updateToolbar): but not here
11220         (showState): do not update toolbar/menubar
11221
11222         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11223         should need to care about that.
11224
11225         * lyxfunc.C (verboseDispatch): simplify a bit
11226         (getStatus): have a version which takes a pseudoaction, and
11227         another which requires a (kb_action,string).
11228
11229         * LyXAction.C (retrieveActionArg): make it work also when action
11230         is not a pseudo-action.
11231         (getActionName): simplify a bit
11232         (helpText):
11233
11234 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11235
11236         * lyxfunc.C (verboseDispatch): new families of methods with
11237         several ways to specify a command and a bool to indicate whether
11238         the command name and shortcut should be displayed in minibuffer
11239         (eventually, we could extend that to a finer bitmask like
11240         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11241         (dispatch): the pristine dispatch command which just, well,
11242         dispatchs! Note it still sets its result to minibuffer; I'm not
11243         sure we want that.
11244
11245         * lyxfunc.h: remove setHintMessage
11246
11247         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11248
11249 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11250
11251         * BufferView_pimpl.C (specialChar): delete new inset if we have
11252         not been able to insert it.
11253
11254         * kbmap.C: revert to using int instead of kb_action, since all we
11255         are dealing with is pseudo-actions.
11256
11257         * LyXAction.C (searchActionArg): change to return int instead of
11258         kb_action, since the result is a pseudoaction.
11259
11260 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11261
11262         * buffer.C (insertErtContents): Fix (partially) the font bug.
11263
11264 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11265
11266         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11267         as the other one is broken on my machine!
11268
11269 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11270
11271         * commandtags.h:
11272         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11273
11274 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11275
11276         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11277         reflect their actual use. Provide compatibility code for older lyxrc
11278         files.
11279
11280         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11281         FL_NORMAL_STYLE.
11282         change names of popup font variables in line with the changes to lyxrc.C
11283
11284 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11285
11286         * buffer.C (asciiParagraph): avoid outputing a word twice after
11287         an inset.
11288
11289         * lyxrc.C (getDescription): document that document_path and
11290         template_path can be empty.
11291
11292 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11293
11294         * LaTeXFeatures.C (getMacros):
11295         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11296
11297         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11298
11299         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11300         getPackages.
11301         (getPackages): rename feature "floats" to "float". Use an array to
11302         iterate over 'simple' features (i.e. just a \usepackage). Add
11303         handling of "amsmath" (renamed from "amsstyle").
11304
11305 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11306
11307         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11308         features list.
11309
11310 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11311
11312         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11313         FuncStaus::FuncStatus & FuncStaus::some_method().
11314
11315 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11316
11317         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11318         of the func_satus stuff. Edited and massaged in various ways by
11319         JMarc.
11320
11321         * lyxfunc.C (getStatus): use FuncStatus
11322
11323 2002-01-08  Juergen Vigna  <jug@sad.it>
11324
11325         * text.C (nextBreakPoint): use function Inset::isChar().
11326
11327         * paragraph.C (TeXOnePar): use function
11328         Inset::forceDefaultParagraphs.
11329
11330         * buffer.C (latexParagraphs): use function
11331         Inset::forceDefaultParagraphs.
11332
11333 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11334
11335         * lyx_gui.C (init): set the style of the menu popups to
11336         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11337
11338 2002-01-07  Juergen Vigna  <jug@sad.it>
11339
11340         * text.C (setHeightOfRow): small fix
11341         (prepareToPrint): don't look at alignment if we don't have the place
11342         for doing it.
11343
11344 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11345
11346         * box.C: New file. Move the Box methods and functions out of box.h,
11347         following Lars' suggestion.
11348
11349 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11350
11351         * box.h: #include "support/LOstream.h", needed for inlined function.
11352
11353         * lyxtextclass.C:
11354         * lyxtextclasslist.C: added some using std declarations.
11355
11356 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11357
11358         * box.h: make signed dimensions to allow insets wider than
11359           the screen (bug #162)
11360
11361         * BufferView_pimpl.C: add some insetHit debug
11362
11363 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11364
11365         * vc-backend.C: add FIXME
11366
11367 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11368
11369         * lyxfunc.C (getStatus): enable code for showing math font status
11370         in toolbar/menu.
11371
11372 2002-01-07  Juergen Vigna  <jug@sad.it>
11373
11374         * text.C (nextBreakPoint): removed debug output not needed anymore.
11375
11376 2002-01-06  Juergen Vigna  <jug@sad.it>
11377
11378         * text.C (nextBreakPoint): fixed up this function we had this bug
11379         since ever but now hopefully we break row better.
11380         (insertChar): we have to check if an inset is the next char as it
11381         could now happen that a large inset is causing a break.
11382
11383 2002-01-05  Juergen Vigna  <jug@sad.it>
11384
11385         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11386         if it doesn't like to be drawed.
11387
11388 2002-01-04  Juergen Vigna  <jug@sad.it>
11389
11390         * BufferView2.C (lockInset): forgot to set a cursor.
11391
11392         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11393
11394 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11395
11396         * FormMathsPanel.C:
11397         * FormMathsPanel.h
11398         * MathsSymbols.C:
11399         * form_maths_panel.C:
11400         * form_maths_panel.h:
11401         * form_maths_panel.fd: implemented sub- and super- buttons in math
11402         panel.
11403
11404         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11405         (or ^ space) to be used as in TeX (req'd by André).
11406
11407         * lyxfunc.C: Allow ^ and _ again to be used both as
11408         super/subscript (mathed) and as themselves (in text).
11409
11410 2002-01-03  Allan Rae  <rae@lyx.org>
11411
11412         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11413         "LyX" or the filename of the current buffer if it has one.  This is a
11414         modified form of John Levon's patch.
11415
11416         * XFormsView.C (setWindowTitle): also set icon title.
11417
11418         * LyXView.h (setWindowTitle): signature changed.
11419         * XFormsView.h (setWindowTitle): ditto.
11420
11421 2002-01-02  Juergen Vigna  <jug@sad.it>
11422
11423         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11424
11425 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11426
11427         * screen.C (topCursorVisible): introduce a temp var for
11428         text->cursor.row(), handle the case where this row is null. (kindo
11429         hachish)
11430
11431         * text2.C (setCursor): add a couple of asserts.
11432
11433         * paragraph.h (inset_iterator): add -> operator
11434
11435         * paragraph.[Ch] (autoDeleteInsets): remove member function
11436
11437         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11438         cursor pos correctly and handle inset deletion by itself.
11439         (insertErrors): move iterator declaration out of for expression
11440
11441         * lyxtextclass.C: add <algorithm>
11442
11443         * Makefile.am: added the new files to sources, removed layout.C
11444
11445         * layout.C: removed file
11446
11447         * layout.h: remove LYX_DUMMY_LAYOUT
11448
11449         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11450         layout.
11451
11452         * lyxlayout.[Ch]:
11453         * lyxtextclass.[Ch]:
11454         * lyxtextclasslist.[Ch]: new files
11455
11456         * include order changes to a lot of files, also changes because of
11457         the six new files.
11458
11459 2001-12-27  Juergen Vigna  <jug@sad.it>
11460
11461         * buffer.C (asciiParagraph): more fixes.
11462
11463         * tabular.C (ascii): make ascii export support export of only the
11464         data separated by a column-delimiter.
11465         (ascii): better support for ascii export.
11466
11467         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11468
11469 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11470
11471         * tabular_funcs.C: use a "using std::getline" instead of the
11472         previous fix from Angus (necessary for cxx + lyxstring)
11473
11474 2001-12-24  Juergen Vigna  <jug@sad.it>
11475
11476         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11477
11478         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11479         problems. First check a minipage also if we have some ert-contents
11480         (not only on par->size(), second set the right depth of the paragraph
11481         on the relink to the root-paragraph-list!
11482
11483         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11484         which then did not anymore update the main paragraphs on undo/redo!
11485
11486 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11487
11488         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11489         code. Support all font-changing funcs (even those which are not in
11490         menu currently). Support for reporting font settings in
11491         mathed (disabled until Andre provides a function on mathed's side).
11492
11493         * func_status.h (toggle): small helper function to set toggle
11494         state on a flag.
11495
11496 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11497
11498         * tabular_funcs.C: getline -> std::getline
11499
11500 2001-12-21  Juergen Vigna  <jug@sad.it>
11501
11502         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11503         accessed and could be 0 (I couldn't generate this but it seems
11504         Michael could!).
11505
11506 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11507
11508         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11509         * tabular_funcs.h: here and include iosfwd
11510
11511 2001-12-20  Juergen Vigna  <jug@sad.it>
11512
11513         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11514         inside inset but undo_par was.
11515
11516 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11517
11518         * Thesaurus.C: always include <config.h> in sources.
11519
11520         * Painter.h:
11521         * lyxlookup.h:
11522         * box.h: do not include <config.h> in header files
11523
11524         * text.C (paintLastRow): remove unused variable
11525
11526         * text.C (transformChar):
11527         (insertChar):
11528         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11529
11530         * Painter.C (text):
11531         * font.C (width): rewrite to use uppercase() instead of
11532         islower/toupper.
11533
11534         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11535
11536 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11537
11538         * lyxfind.C: clean up of find failure position change
11539
11540 2001-12-20  Juergen Vigna  <jug@sad.it>
11541
11542         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11543
11544         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11545         (TeXRow): added to LaTeX a single tabular row.
11546         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11547         (Latex): simplified and finally good LT-h/f support.
11548         (various_functions): just small adaptions for LT-h/f support.
11549
11550         * tabular_funcs.[hC]: added and moved here all not classfunctions
11551         of LyXTabular.
11552
11553 2001-12-19  Juergen Vigna  <jug@sad.it>
11554
11555         * tabular.[Ch]: better support for longtabular options (not finished
11556         yet!)
11557
11558 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11559
11560         * text.C (paintLastRow): use the label font instead of the font of
11561         the last character to compute the size of *_BOX. This makes more
11562         sense and avoids a crash with empty paragraphs.
11563         Use Painter::rectangle to draw EMPTY_BOX.
11564
11565 2001-12-19  Juergen Vigna  <jug@sad.it>
11566
11567         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11568         the paragraphs if the replaced paragraph is not the first one!
11569         Tried to delete not used paragraphs but does not work yet so for
11570         now it's inside #ifdef's and by default off!
11571
11572 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11573
11574         * MenuBackend.C: include "lyx_main.h" instead of declaring
11575         lastfiles (actually was declared as LastFiles* instead of a
11576         scoped_ptr).
11577
11578 2001-12-17  Juergen Vigna  <jug@sad.it>
11579
11580         * tabular.C (AppendColumn): applied John's fix
11581
11582 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11583
11584         * BufferView.h:
11585         * BufferView.C:
11586         * BufferView_pimpl.h:
11587         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11588
11589         * Makefile.am:
11590         * box.h: new start of class for above
11591
11592         * lyxfunc.C: ignore space-only minibuffer dispatches.
11593           Show the command name when it doesn't exist
11594
11595         * minibuffer.C: don't add empty lines to the history
11596
11597         * minibuffer.C: add a space on dropdown completion
11598
11599 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11600
11601         * text.C: fix line above/below drawing in insets
11602
11603 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11604
11605         * lyxlength.C (LyXLength): Initialize private variables.
11606
11607 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11608
11609         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11610         when inserting error insets.
11611
11612 2001-12-13  Juergen Vigna  <jug@sad.it>
11613
11614         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11615         actually sometimes the before-paragraph.
11616         (setUndo): don't clear the redostack if we're not actually undoing!
11617
11618 2001-12-06  Juergen Vigna  <jug@sad.it>
11619
11620         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11621         and fixed redoing of main paragraph, so we can use it now ;)
11622
11623         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11624
11625 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11626
11627         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11628         Juergen's request
11629
11630 2001-12-13  André Pönitz <poenitz@gmx.net>
11631
11632         * undostack.[Ch]:
11633         * undo_func.C: minor cleanup
11634
11635 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11636
11637         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11638         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11639         font in urw-fonts package which is marked as -urw-fontspecific and
11640         does not work (incidentally, changing the encoding in the
11641         fonts.dir of this package to -adobe-fontspecific fixes the
11642         problem).
11643
11644         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11645         is a crash when undoing first paragraph (Juergen, please take a
11646         look). THis does not mean the undo fix is wrong, just that it
11647         uncovers problems.
11648
11649         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11650         the (Paragraph*) version when needed instead of duplicating the
11651         code.
11652
11653         * text.C (workWidth): use Inset::parOwner to find out where the
11654         inset has been inserted. This is a huge performance gain for large
11655         documents with lots of insets. If Inset::parOwner is not set, fall
11656         back on the brute force method
11657
11658         * paragraph_pimpl.C (insertInset):
11659         * paragraph.C (Paragraph):
11660         (cutIntoMinibuffer): set parOwner of insets when
11661         inserting/removing them
11662
11663         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11664
11665 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11666
11667         * commandtags.h:
11668         * LyXAction.C:
11669         * lyx_main.C:
11670         * lyxfunc.C:
11671         * mathed/formulabase.C:
11672         * mathed/math_cursor.[Ch]:
11673         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11674
11675
11676 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11677
11678         * lyxlength.[Ch] (operator!=): new function
11679
11680 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11681
11682         * text.C (workWidth): use Inset::parOwner to find out where the
11683         inset has been inserted. This is a huge performance gain for large
11684         documents with lots of insets. If Inset::parOwner is not set, fall
11685         back on the brute force method
11686
11687         * paragraph_pimpl.C (insertInset):
11688         * paragraph.C (Paragraph):
11689         (cutIntoMinibuffer): set parOwner of insets when
11690         inserting/removing them
11691
11692         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11693
11694 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11695
11696         * tabular-old.C (getTokenValue):
11697         * tabular.C (getTokenValue):
11698         (write_attribute): new versions for LyXLength
11699         (everywhere): adjust the use of widths
11700
11701         * tabular.h: change the type of widths from string to LyXLength
11702
11703 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11704
11705         * paragraph.C: fixed missing line number count when exporting
11706         Environments to LaTeX file
11707
11708         * buffer.C: added informational message for checking line numbers.
11709
11710 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11711
11712         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11713         paragraph, do the 'double space' part, but not the 'empty
11714         paragraph' one.
11715
11716         * text.C (workWidth): small optimization
11717         (getLengthMarkerHeight): use minimal size for negative lengths.
11718
11719 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11720
11721         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11722
11723         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11724
11725 2001-12-11  André Pönitz <poenitz@gmx.net>
11726
11727         * FontLoader.C:
11728         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11729
11730 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11731
11732         * text2.C: keep selection on a setFont()
11733
11734 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11735
11736         * lyx_cb.C: another bv->text misuse, from insert label
11737
11738 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11739
11740         * kbsequence.h:
11741         * kbsequence.C: re-instate nmodifier mask
11742
11743 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11744
11745         * lyx_main.h: make lyxGUI private.
11746
11747 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11748
11749         * lyxfind.C: place the cursor correctly on failed search
11750
11751 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11752
11753         * text.C (getLengthMarkerHeight): for small heights, the arrows
11754         are not always on top/bottom of the text
11755         (drawLengthMarker): smaller arrows; take the left margin in
11756         account; draw also vfills.
11757         (paintFirstRow):
11758         (paintLastRow): remove special code for vfill and standard spaces,
11759         since everything is handled in drawLengthMarker now.
11760
11761 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11762
11763         * buffer.C (insertErtContents): try to handle font and language
11764         interaction a bit better.g
11765
11766         * ColorHandler.C (updateColor): change the hash to cover the whole
11767         LColor enum, ws cleanup
11768         (getGCLinepars): ditto
11769         (getGCLinepars): only lookup in the linecache once.
11770
11771 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11772
11773         * iterators.C (operator++): Make the iterator more robust
11774
11775         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11776         (John's patch)
11777         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11778
11779 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11780
11781         * lyxtext.h:
11782         * text.C: better added space drawing
11783
11784 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11785
11786         * LyXView.C:
11787         * BufferView2.C: fix layout combo update on inset unlock
11788
11789 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11790
11791         * Makefile.am: don't compile unused files
11792
11793 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11794
11795         * lyxfunc.C:
11796         * commandtags.h:
11797         * LyXAction.C: remove old LFUN_LAYOUTNO
11798
11799 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11800
11801         * paragraph_pimpl.h:
11802         * paragraph_pimpl.C: isTextAt() doesn't need font param
11803
11804 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11805
11806         * lyxlex.h:
11807         * lyxlex.C: little cleanup
11808
11809 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11810
11811         * BufferView_pimpl.C: fix insertAscii for insets
11812
11813 2001-12-05  Juergen Vigna  <jug@sad.it>
11814
11815         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11816         set the right font on the "multi" paragraph paste!
11817
11818 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11819
11820         * trans_decl.h:
11821         * trans_mgr.[Ch]:
11822         * trans.[Ch]:
11823         * lyxgluelength.C:
11824         * lyxlength.C: remove out-commented code.
11825
11826         * BufferView_pimpl:
11827         * CutAndPaste.C:
11828         * DepTable.C:
11829         * buffer.C:
11830         * chset.C:
11831         * lastfiles.C:
11832         * lyxlex.C:
11833         * lyxlex_pimpl.C:
11834         * lyxserver.C:
11835         * screen.C:
11836         * tabular-old.C:
11837         * tabular.C:
11838         * text.C:
11839         * trans_mgr.C:
11840         * vc-backend.C: change "while(" to "while ("
11841
11842         * lyxlength.[Ch]: add zero function to check if length is zero or
11843         not
11844         * lyxgluelength.C: use it
11845
11846 2001-12-05  Allan Rae  <rae@lyx.org>
11847
11848         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11849         Works for 2.95.3, from what I understand of Garst's reports this should
11850         work for other g++ versions.  We're screwed if the abs(int) definition
11851         changed between bugfix releases of gcc.
11852
11853 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11854
11855         * text.C: fix chapter label offset !
11856
11857 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11858
11859         * lyxtext.h:
11860         * text.C: fix hfill at end of line, clean up
11861
11862 2001-12-04  Juergen Vigna  <jug@sad.it>
11863
11864         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11865         that we force an update of the inset and it's owners if neccessary.
11866
11867 2001-12-03  Juergen Vigna  <jug@sad.it>
11868
11869         * text.C (rowLast): simplified code
11870
11871 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11872
11873         * lyxfunc.C: fix show options on timeout
11874
11875 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11876
11877         * screen.C (topCursorVisible): scroll half a page when the cursor
11878         reached top of bottom of screen
11879
11880 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11881
11882         * minibuffer.C: deactivate on loss of focus
11883
11884 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11885
11886         * vspace.[Ch] (operator!=): add operator.
11887
11888 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11889
11890         * BufferView_pimpl.C: refuse to open an inset when
11891         there's a selection.
11892
11893 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11894
11895         * BufferView_pimpl.C: allow to click on RHS of full row insets
11896
11897 2001-11-30  Juergen Vigna  <jug@sad.it>
11898
11899         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11900         insets for undo reasons.
11901
11902 2001-11-28  André Pönitz <poenitz@gmx.net>
11903
11904         * vspace.[Ch]: cosmetical changes
11905
11906 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11907
11908         * LyXAction.h:
11909         * LyXAction.C:
11910         * lyxfunc.h:
11911         * lyxfunc.C:
11912         * kbmap.h:
11913         * kbmap.C:
11914         * lyxrc.C:
11915         * kbsequence.h:
11916         * kbsequence.C: part re-write of old kb code
11917
11918         * Painter.C:
11919         * WorkArea.C: remove Lgb_bug_find_hack
11920
11921 2001-11-30  José Matos <jamatos@fep.up.pt>
11922
11923         * buffer.C (makeDocBookFile): add a comment to point a hack.
11924         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11925         Fixed a double write of labels.
11926
11927 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11928
11929         * LaTeX.C:
11930         * LaTeX.h Fixed bug in LaTeX class where it would not
11931         re-run latex if no depfiles were changed, but the .dvi was removed.
11932
11933 2001-11-28  André Pönitz <poenitz@gmx.net>
11934
11935         * all the files from the change on 2001/11/26:
11936         use lyx::layout_type instead of LyXTextClass::size_type
11937         use lyx::textclass_type instead of LyXTextClassList::size_type
11938
11939 2001-11-29  Juergen Vigna  <jug@sad.it>
11940
11941         * text.C: added support for paragraph::isFreeSpacing()
11942
11943         * buffer.C: same as above
11944
11945         * paragraph.h: inserted isFreeSpacing() function to enable
11946         FreeSpacing inside InsetERT.
11947
11948         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11949         of the paragraph's in the cut/copy buffer to 0!
11950
11951         * text2.C (removeRow): remove the assert as it can!
11952
11953         * lyxtext.h: added helper function firstRow returning firstrow and
11954         made firstrow private again.
11955
11956         * BufferView2.C (lockInset): don't relock if we're already locked!
11957
11958         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11959         the only paragraph.
11960         (removeRow): added Assert::(firstrow)
11961
11962         * debug.C: forgot to add INSETTEXT here.
11963
11964 2001-11-28  Juergen Vigna  <jug@sad.it>
11965
11966         * sp_spell.C (initialize): changed error text to more general
11967         spellchecker command use (not only ispell!)
11968
11969         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11970
11971         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11972
11973 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11974
11975         * vspace.C: initialise lyxgluelength on failure
11976
11977 2001-11-28  Allan Rae  <rae@lyx.org>
11978
11979         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11980         declaration & definition that looks like a function declaration.
11981
11982 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11983
11984         * BufferView2.C (copy):
11985         (copyEnvironment): do not clear the selection when doing a copy.
11986
11987         * text.C (paintFirstRow): compilation fix
11988
11989 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11990
11991         * tabular.C (Latex): correct line count when writing latex.
11992
11993 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11994
11995         * paragraph_pimpl.h:
11996         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11997           bug a bit
11998
11999 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12000
12001         * text.C:
12002         * LColor.h:
12003         * LColor.C: change vfillline->added_space
12004
12005         * text.C: add markers and text for added space
12006
12007         * vspace.C: fix comment
12008
12009 2001-11-28  André Pönitz <poenitz@gmx.net>
12010
12011         * paragraph.C: whitespace changes
12012         * all the other files from the change on 2001/11/26:
12013         change *::pos_type into lyx::pos_type
12014
12015 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12016
12017         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12018         language of the document when inserting error insets.
12019
12020 2001-11-26  André Pönitz <poenitz@gmx.net>
12021
12022         * BufferView_pimpl.[Ch]:
12023         *       CutAndPaste.C:
12024         * buffer.[Ch]:
12025         * lyxcursor.[Ch]:
12026         * lyxfind.C:
12027         * lyxfunc.C:
12028         * lyxrow.[Ch]:
12029         * paragraph.[Ch]:
12030         * paragraph_pimpl.[Ch]:
12031         * sp_spell.C:
12032         * text.C:
12033         * text2.C: reduce header dependencies, introduce type for positions
12034
12035 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12036
12037         * <various>: change to use Alert.h
12038
12039 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12040
12041         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12042         when encountering an unknown token.
12043         (readLyXformat2): Show an error message if there were unknown tokens.
12044
12045 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12046
12047         * BufferView2.C:
12048         * BufferView_pimpl.C:
12049         * buffer.C:
12050         * paragraph.h:
12051         * text.C:
12052         * text2.C: use par->isInset()
12053
12054 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12055
12056         * paragraph_pimpl.h:
12057         * paragraph_pimpl.C: cleanup
12058
12059 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12060
12061         * text2.C (removeRow):
12062         * text.C (setHeightOfRow): remove useless (and costly) call to
12063         getRow.
12064
12065 2001-11-20  Allan Rae  <rae@lyx.org>
12066
12067         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12068         Now need Inset*::checkInsertChar() to return true for appropriate
12069         cases so that the characters in the minibuffer will actually be
12070         inserted.
12071
12072 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12073
12074         * text.C: change the order of the includes.
12075         (workWidth): initialize it at once.
12076         (workWidth): make maxw unsigned
12077         (setHeightOfRow): remove unused variable (inset)
12078         (selectSelectedWord): remove unused variable (inset)
12079         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12080
12081 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12082
12083         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12084         server is not running.
12085         (openConnection):
12086         (closeConnection): add debug info when server is disabled.
12087
12088         * ColorHandler.C (getGCForeground): send debug message to GUI
12089         channel.
12090
12091         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12092
12093         * kbmap.C (bind): modify because return conventions of
12094         kb_sequence::parse have changed.
12095
12096         * kbsequence.C (parse): only ignore spaces and not any stupid
12097         control character. This avoids tests like s[i] <= ' ', which are
12098         guaranteed to fail with 8bit characters and signed chars.
12099         Change return code to string::npos when there have been no error
12100         (0 was a bad idea when error is at first character)
12101
12102 2001-11-14  José Matos  <jamatos@fep.up.pt>
12103
12104         * buffer.h:
12105         * buffer.C (simpleDocBookOnePar): removed unused argument.
12106
12107 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12108
12109         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12110         insets which are part of a word. Paragraph::isLetter takes care of
12111         that now. Use Paragraph::isInset to identify insets.
12112         (selectSelectedWord): do not test for hyphenation break.
12113
12114         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12115         that protected spaces are considered as spaces.
12116
12117         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12118         Inset::isLetter.
12119
12120 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12121
12122         * lyxserver.h:
12123         * lyxserver.C: fix it. and small cleanup.
12124
12125 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12126
12127         * BufferView_pimpl.C: use inline helpers
12128
12129         * LaTeXFeatures.h:
12130         * LaTeXFeatures.C: fix typos
12131
12132         * Spacing.h:
12133         * Spacing.C: move spacing_string into class
12134
12135         * ToolbarDefaults.C: move stuff into namespace anon
12136
12137         * layout.h: update enum
12138
12139         * lyxfunc.C: use better debug
12140
12141         * minibuffer.h: fix typo
12142
12143         * debug.h:
12144         * debug.C:
12145         * WorkArea.C: add and use Debug::WORKAREA
12146
12147         * lyxtext.h:
12148         * text.C:
12149         * text2.C: code re-organisation, inline helpers
12150
12151 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12152
12153         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12154         std::vector.empty().
12155
12156 2001-11-09  Allan Rae  <rae@lyx.org>
12157
12158         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12159         '\n's after tables.  Tabular and ERT inset work now makes this no
12160         longer necessary.
12161
12162 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12163
12164         * minibuffer.h:
12165         * minibuffer.C: fix crash, improve drop-down completion
12166
12167 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12168
12169         * lyxserver.h:
12170         * lyxserver.C: invalidate fd's when doing endPipe()
12171
12172 2001-11-08  José Matos  <jamatos@fep.up.pt>
12173
12174         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12175         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12176
12177         * paragraph.h:
12178         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12179
12180 2001-11-07  José Matos  <jamatos@fep.up.pt>
12181
12182         * buffer.h:
12183         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12184         const qualifier.
12185
12186         * buffer.C (sgmlOpenTag):
12187         * buffer.C (sgmlCloseTag): removed debug info.
12188
12189         * buffer.h (sgmlOpenTag):
12190         * buffer.h (sgmlCloseTag): made public.
12191
12192 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12193
12194         * buffer.C (saveParamsAsDefaults):
12195         * lyx_cb.C (MenuLayoutSave): remove
12196
12197         * LyXAction.C (init):
12198         * commandtags.h:
12199         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12200
12201 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12202
12203         * buffer.C (setPaperStuff): removed from here...
12204
12205         * bufferparams.C (setPaperStuff): ... and moved there.
12206
12207 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12208
12209         * minibuffer.h:
12210         * minibuffer.C:
12211         * XFormsView.C: add support for drop-down completion
12212
12213 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12214
12215         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12216         commands.
12217
12218 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12219
12220         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12221         disabled.
12222
12223 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12224
12225         * lyx_main.C: change ref to known bugs
12226
12227 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12228
12229         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12230         to work around older babel problems.
12231
12232 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12233
12234         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12235
12236 2001-10-24  Juergen Vigna  <jug@sad.it>
12237
12238         * tabular-old.C (ReadOld): below variable changes reflected.
12239
12240         * tabular.[Ch]: added ltType struct for longtable header/footer
12241         defines and changed all instances where they are used. Added
12242         future support for double top/bottom rows.
12243
12244 2001-10-24  José Matos  <jamatos@fep.up.pt>
12245
12246         * buffer.h (docbookHandleCaption):
12247         * buffer.C (docbookHandleCaption): removed unused function.
12248         (makeDocBookFile): moved docbook supported version to v4.1.
12249
12250 2001-10-24  José Matos  <jamatos@fep.up.pt>
12251
12252         * tabular.h:
12253         * tabular.C (docbookRow): new function to export docbook code of a row.
12254         (DocBook): now honors the longtable flags.
12255
12256 2001-10-23  José Matos  <jamatos@fep.up.pt>
12257
12258         * LaTeXFeatures.h:
12259         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12260         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12261
12262         * buffer.C (makeLinuxDocFile):
12263         (makeDocBookFile): reworked the preamble, more clean, and with
12264         support for lyx defined entities. Changed the document declaration
12265         to be more XML friendly.
12266
12267         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12268         if we need to output XML that should be done with a filter.
12269
12270 2001-10-22  Juergen Vigna  <jug@sad.it>
12271
12272         * sp_pspell.h (class PSpell): add alive function needed in the
12273         controller to see if the spellchecker could be started.
12274
12275 2001-10-22  Juergen Vigna  <jug@sad.it>
12276
12277         * buffer.C (insertStringAsLines): modify the font for inserting
12278         chars in certain conditions by calling checkInsertChar(font).
12279
12280 2001-10-19  Juergen Vigna  <jug@sad.it>
12281
12282         * text.C (workWidth): use getRow instead of wrong algorithm.
12283         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12284
12285 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12286
12287         * lyxserver.h:
12288         * lyxserver.C:
12289         * lyx_main.h:
12290         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12291
12292 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12293
12294         * text.C (workWidth): do not search for the exact row when
12295         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12296         optimization for big documents.
12297
12298 2001-10-18  Juergen Vigna  <jug@sad.it>
12299
12300         * text.C (workWidth): new function with added Inset * parameter.
12301
12302 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12303
12304         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12305
12306         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12307         change return type of getColumnNearX.
12308
12309
12310         * text.C (changeRegionCase): use uppercase/lowercase instead of
12311         toupper/tolower.
12312         (leftMargin):
12313         (rightMargin): simplify code by factoring out the uses of
12314         textclasslist.
12315         (labelFill):
12316         (numberOfHfills):
12317         (setHeightOfRow):
12318         (appendParagraph): use Paragraph::size_type
12319
12320 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12321
12322         * vspace.C (asLatexString): add a missing break
12323
12324 2001-10-15  Herbert Voss  <voss@perce.de>
12325
12326         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12327
12328 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12329
12330         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12331         is not available.
12332
12333 2001-10-10  André Pönitz <poenitz@gmx.net>
12334
12335         * lyxfunc.C: removed greek_kb_flag.
12336
12337 2001-10-10  Herbert Voss  <voss@perce.de>
12338
12339         * lyx_main.C: delete global string help_lyxdir.
12340
12341 2001-10-09  Herbert Voss  <voss@perce.de>
12342
12343         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12344
12345         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12346
12347         * lyx_main.C: added global string help_lyxdir.
12348
12349         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12350
12351 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12352
12353         * lyxrc.C (set_font_norm_type): support iso8859-4
12354
12355 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12356
12357         * LaTeX.C (deplog): add another regex for MikTeX
12358
12359 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12360
12361         * lyxrc.C (set_font_norm_type): support iso8859-3
12362
12363 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12364
12365         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12366
12367         * LaTeXFeatures.C: remove special case of french and index
12368
12369         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12370         before \begin{document}). This solves several incompatibilities.
12371
12372 2001-10-03  Garst Reese  <reese@isn.net>
12373
12374         * lyx_cb.C: change CheckTex error msg.
12375
12376 2001-10-03  José Matos  <jamatos@fep.up.pt>
12377
12378         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12379
12380 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12381
12382         * .cvsignore: update
12383
12384         * lyx_main.C (commandLineVersionInfo): use new style version info.
12385
12386         * buffer.C (writeFile):
12387         (makeLaTeXFile):
12388         (makeLinuxDocFile):
12389         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12390
12391         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12392
12393         * version.h: update to use stuff in version.C
12394
12395         * version.C.in: new file. Contains version information determined
12396         at compile time. This is a merging of version.h and
12397         version_info.h.in.
12398
12399 2001-10-03  Juergen Vigna  <jug@sad.it>
12400
12401         * BufferView_pimpl.C (update): don't change "dirty" status in
12402         updateInset call.
12403
12404 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12405
12406         * WorkArea.C (c-tor): re-position version string slightly.
12407
12408 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12409
12410         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12411         revert to previous code.
12412
12413         WorkArea.[Ch]: (show, destroySplash): methods removed.
12414
12415         WorkArea.C: rework code so that it's an amalgam of the codes before and
12416         after the splash screen was moved to WorkArea.
12417
12418 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12419
12420         * lyxrc.C (read):
12421         * vspace.C (inPixels):
12422         (lyx_advance):
12423         * kbmap.C (bind):
12424         * buffer.C (insertStringAsLines):
12425         (asciiParagraph): fix types to be large enough
12426
12427         * lyxlex_pimpl.h: change member status from short to int
12428
12429         * layout.h: fix type of endlabeltype
12430
12431         * kbmap.C (bind):
12432         * kbsequence.C (parse): change return type to string::size_type
12433
12434         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12435         variable
12436
12437         * Bullet.C (bulletSize):
12438         (bulletEntry): do not use short ints as parameters
12439
12440         * BufferView2.C (insertLyXFile): change a char to an int.
12441
12442         * WorkArea.C (WorkArea): remove unneeded floats in computation
12443
12444 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12445
12446         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12447
12448         * paragraph.C (asString): Do not ignore newline/hfill chars when
12449         copying to the clipboard.
12450
12451 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12452
12453         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12454         after a multi-line inset.
12455
12456 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12457
12458         * paragraph.C (validate): Set NeedLyXFootnoteCode
12459
12460 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12461
12462         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12463         and decrease-error to decrease.
12464
12465 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12466
12467         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12468         it more readable (should be equivalent)
12469
12470 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12471
12472         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12473
12474 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12475
12476         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12477         of a cursor (row, etc.) after a character has been deleted
12478         (deleteEmptyParagraphMechanism): call the method above on _all_
12479         cursors held by the LyXText when a double space has been
12480         detected/deleted.
12481
12482 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12483
12484         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12485         pixmap.
12486         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12487
12488         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12489         background. Use greyOut() and the new show() methods to toggle between
12490         the foreground and background. Add code to remove the splash after
12491         its initial showing.
12492
12493         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12494         (create_forms): no longer call Dialogs::showSplash.
12495
12496 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12497
12498         * .cvsignore: add version_info.h
12499
12500 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12501
12502         * version_info.h.in: new file
12503
12504         * Makefile.am: add version_info.h.in
12505
12506         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12507         version_info.h instead of VERSION_INFO
12508
12509 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12510
12511         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12512         The ERT inset now returns string().
12513
12514 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12515
12516         * lyxtext.h, text.C (selectNextWord): renamed as
12517         selectNextWordToSpellcheck.
12518
12519         * text.C (selectNextWordToSpellcheck): Modified to not select
12520         words inside an ERT inset.
12521
12522 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12523
12524         * lyx_cb.C (MenuLayoutSave): change a bit the question
12525
12526         * sp_base.h: include <sys/types.h>
12527
12528 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12529
12530         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12531
12532 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12533
12534         * several files: fix typos in user-visible strings
12535
12536 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12537
12538         * text2.C (pasteSelection): do not set the selection, since it
12539         will be cleared later. Actually, the intent was to fix the way the
12540         selection was set, but I figured rmoving the code was just as good.
12541
12542 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12543
12544         * FontLoader.C (available): Check if font is available without
12545         loading the font.
12546
12547 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12548
12549         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12550
12551 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12552
12553         * lyxrc.[Ch]: added display_graphics variable and associated code.
12554
12555 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12556
12557         * bufferparams.C (hasClassDefaults): new method. Returns true if
12558         the buffer parameters correspond to known class defaults
12559
12560 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12561
12562         * XFormsView.C (show): set minimum size to the main window.
12563
12564 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12565
12566         * text2.C (copySelection):
12567         (cutSelection):
12568         * lyxfind.C (LyXReplace):
12569         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12570         LyXText::selectionAsString.
12571
12572         * paragraph.C (asString): add "label" argument to the second form
12573
12574         * text2.C (selectionAsString): add "label" argument and pass it to
12575         Paragraph::asString.
12576
12577 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12578
12579         * lyx_main.C (commandLineHelp): remove version information
12580
12581 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12582
12583         * lyx_main.C: add -version commandline option
12584
12585 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12586
12587         * paragraph.h: make the optional constructor arg required instead.
12588         some modifications to other files because of this.
12589
12590         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12591
12592         * lyxserver.C (C_LyXComm_callback): make it static
12593
12594         * lyx_main.C (error_handler): make it static
12595
12596         * lyx_gui.C (LyX_XErrHandler): make it static
12597
12598         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12599
12600         * WorkArea.C: make the extern "C" methods static.
12601
12602         * Makefile.am (lyx_LDADD): simplify
12603
12604 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12605
12606         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12607         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12608
12609         * LyXAction.C (init):
12610         * lyxfunc.C (dispatch): associated code removal.
12611
12612 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12613
12614         * lyxfont.h (isSymbolFont): shut off warning
12615
12616         * text.C (setHeightOfRow):
12617         (getVisibleRow): fix crash with empty paragraphs which have a
12618         bottom line
12619
12620 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12621
12622         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12623         code.
12624
12625 2001-09-04  José Matos  <jamatos@fep.up.pt>
12626         * buffer.C
12627         * buffer.h
12628         * tabular.C (docbook): rename docBook method to docbook.
12629
12630 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12631
12632         * Makefile.am: add dependencies to main.o.
12633
12634 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12635
12636         * FontLoader.C (available): Return false if !lyxrc.use_gui
12637
12638 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12639
12640         * FontInfo.C (query):
12641         * converter.C (view):
12642         * importer.C (Import):
12643         * exporter.C (Export): Can not -> cannot.
12644
12645 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12646
12647         * BufferView_pimpl.C: allow to create index inset even if
12648           string is empty
12649
12650 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12651
12652         * buffer.C (getLists): replace boost::tie code with an explicit pair
12653         as boost::tie can break some compilers.
12654
12655         * iterators.h: Added a std:: declaration to the return type of
12656         ParIterator::size.
12657
12658 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12659
12660         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12661           case.
12662
12663 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12664
12665         * iterators.[Ch]: New files. Provide paragraph iterators.
12666
12667         * buffer.C (changeLanguage): Use paragraph iterators.
12668         (isMultiLingual): ditto
12669
12670         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12671
12672 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12673
12674         * FontLoader.C: Support for cmr font.
12675
12676 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12677
12678         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12679         (available): New method.
12680
12681         * FontInfo.C (getFontname): Use scalable fonts even when
12682         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12683         found.
12684
12685 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12686
12687         * converter.C (Formats::view): reverted! Incorrect fix.
12688
12689 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12690
12691         * converter.C (Formats::view): only output the -paper option
12692         if the dvi viewer is xdvi, thereby fixing bug #233429.
12693
12694 2001-08-23  Herbert Voss  <voss@perce>
12695
12696         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12697
12698 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12699
12700         * Spacing.h (Spacing): Set space to Default on in the default
12701         constructor.
12702
12703 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12704
12705         * vc-backend.h (RCS::versionString): add RCS to version
12706         (CVS::versionString): add CVS to version
12707
12708         * vc-backend.C (scanMaster): do not add CVS to version.
12709         (scanMaster): do not add RCS to version
12710
12711         * lyxvc.C (versionString): new method
12712
12713         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12714
12715 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12716
12717         * Spacing.C (set): initialize fval
12718
12719 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12720
12721         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12722         " or \.
12723
12724 2001-08-16  Juergen Vigna  <jug@sad.it>
12725
12726         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12727
12728 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12729
12730         * BufferView_pimpl.C:
12731         * figureForm.C:
12732         * lyxtext.h:
12733         * text2.C: setParagraph takes linespacing now
12734
12735 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12736
12737         * LyxAction.C: add internal LFUN_CITATION_INSERT
12738
12739         * LyXView.C: actually apply fix
12740
12741         * bufferlist.C: fix open non-existent file
12742
12743         * lyxfind.C: fix indentation
12744
12745         * lyxfunc.C: remove unneeded assert, fix typo
12746
12747 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12748
12749         * MenuBackend.C: use "Floatname List"
12750
12751 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12752
12753         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12754         when converting LaTeX layout to insetERT.
12755         Generate a non-collapsed float when reading old float
12756
12757 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12758
12759         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12760         ERT insets.
12761
12762 2001-08-13  Juergen Vigna  <jug@sad.it>
12763
12764         * text.C (fill): return 0 instead of 20 as this seems to be the more
12765         correct value.
12766
12767 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12768
12769         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12770         lyxrc.font_norm.
12771
12772 2001-08-13  Juergen Vigna  <jug@sad.it>
12773
12774         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12775         casesensitive off.
12776         (SearchBackward): comment out the unlocking of the inset_owner this
12777         should not be needed!
12778
12779 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12780
12781         * Many files: Remove inherit_language, and add latex_language
12782
12783         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12784         collapsible insets.
12785
12786 2001-08-10  Juergen Vigna  <jug@sad.it>
12787
12788         * text.C (prepareToPrint): fixed hfill-width in draw!
12789
12790         * BufferView2.C (selectLastWord): save the selection cursor as this
12791         now is cleared in the function LyXText::clearSelection!
12792
12793 2001-08-08  Juergen Vigna  <jug@sad.it>
12794
12795         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12796         BACKSPACE type functions.
12797
12798         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12799         is only cutted from the document but not put in the cut-buffer, where
12800         still the old stuff should be.
12801
12802         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12803
12804         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12805
12806         * tabular.C (SetWidthOfCell): fixed special case where the width
12807         was not updated!
12808         (LeftLine): handle '|' in align_special.
12809         (RightLine): ditto
12810         (LeftAlreadyDrawed): ditto
12811         (SetWidthOfCell): ditto
12812
12813 2001-08-07  Juergen Vigna  <jug@sad.it>
12814
12815         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12816
12817 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12818
12819         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12820         * lyxlex.[hC]: ditto
12821
12822 2001-08-06  Juergen Vigna  <jug@sad.it>
12823
12824         * text.C (getVisibleRow): fix up row clearing a bit.
12825
12826 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12827
12828         * minibuffer.C: make sure the X server sees the changes in the input.
12829
12830 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12831
12832         * paragraph.C (getFont): split into...
12833         (getLabelFont): this
12834         (getLayoutFont): and this
12835         * paragraph_pimpl.C (realizeFont): calling this
12836
12837         * text2.C (getFont): split into...
12838         (getLayoutFont): this
12839         (getLabelFont): and this
12840         (realizeFont): all three calling this
12841
12842         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12843         files where used.
12844
12845 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12846
12847         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12848
12849 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12850
12851         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12852         layouts from the Quote inset insertion.
12853
12854 2001-08-03  Juergen Vigna  <jug@sad.it>
12855
12856         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12857
12858         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12859         only if status not is already CHANGED_IN_DRAW (second level).
12860
12861         * text.C (draw): don't set the need_break_row when inside an
12862         InsetText LyXText.
12863
12864 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12865
12866         * buffer.C (parseSingleLyXformat2Token): handle more latex
12867         conversion cases.
12868
12869         * bufferview_funcs.[hC]: change function names to
12870         begin with small char, adjust other files.
12871
12872 2001-08-02  André Pönitz <poenitz@gmx.net>
12873
12874         * lyxfunc.C:
12875         BufferView_pimpl.C: remove broken special code for math-greek
12876
12877 2001-08-02  Juergen Vigna  <jug@sad.it>
12878
12879         * BufferView_pimpl.C (update): redone this function so that we
12880         update the text again if there was a CHANGE_IN_DRAW.
12881
12882         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12883         (drawFromTo): added a new internal bool which is used by draw() and
12884         redraw() function.
12885         (general): some cursor drawing problems fixed.
12886
12887 2001-08-01  Juergen Vigna  <jug@sad.it>
12888
12889         * lyxfind.C (LyXFind): fixed
12890         (SearchForward): ditto
12891         (SearchBackward): ditto
12892
12893         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12894         spurius drawing of the cursor in the main area.
12895
12896         * text2.C (status): small fix which could lead to a segfault!
12897         (clearSelection): remove unneeded BufferView param.
12898
12899 2001-08-01  André Pönitz <poenitz@gmx.net>
12900
12901         * lyxfunc.C: small change due to changed mathed interface
12902
12903 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12904
12905         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12906
12907 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12908
12909         * lyxfunc.c: fail gracefully if file doesn't exist
12910
12911         * LyXSendto.C:
12912         * buffer.C:
12913         * lyxfunc.C:
12914         * BufferView_pimpl.C: IsDirWriteable() proto changed
12915
12916         * LyXView.C: fix updateWindowTitle() to store the last title
12917
12918 2001-07-31  Juergen Vigna  <jug@sad.it>
12919
12920         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12921         the font (wrong since using of Paragraph::highestFontInRange).
12922
12923         * paragraph.C (highestFontInRange): added a default_size parameter.
12924
12925         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12926         (setHeightOfRow): reformat
12927
12928 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12929
12930         * converter.[hC] + affected files: move to (inital-char)lowercase
12931         function names.
12932
12933         * ParagraphParameters.C (ParagraphParameters): remove commented code
12934
12935         * PainterBase.[Ch]: remove commented code
12936
12937         * LaTeXFeatures.h: add "bool floats" for float.sty
12938
12939         * LaTeXFeatures.C (LaTeXFeatures): init floats
12940         (require): handle float
12941         (getPackages): do it with floats
12942
12943 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12944
12945         * BufferView_pimpl.C (Dispatch): improve handling of
12946         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12947
12948         * commandtags.h: #include lyxfont.h here temporarily to avoid
12949         keybinding bug.
12950
12951         * bufferlist.h: include LString.h here.
12952
12953 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12954
12955         * text2.C (getStringToIndex): new method.
12956
12957 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12958
12959         * *: Reduced header file dependencies all over.
12960
12961 2001-07-30  Baruch Even  <baruch@lyx.org>
12962
12963         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12964
12965 2001-07-29  Baruch Even  <baruch@lyx.org>
12966
12967         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12968
12969 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12970
12971         * ParameterStruct.h (endif): add a default constructor to make
12972         sure that all variables is initialized.
12973
12974         * ParagraphParameters.C (ParagraphParameters): adjust
12975
12976 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12977
12978         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12979         index; also, check that there is something to index, and that it
12980         does not span over several paragraphs.
12981         (doubleClick): use WHOLE_WORD_STRICT for double click.
12982
12983         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12984
12985         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12986         scheme.
12987
12988 2001-07-26  Baruch Even  <baruch@lyx.org>
12989
12990         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12991         an InsetFig figure, backwards compatible reading of old figure code.
12992
12993 2001-07-27  Juergen Vigna  <jug@sad.it>
12994
12995         * text2.C: font.realize function adaption.
12996
12997         * text.C (draw): add a warnings lyxerr text if needed.
12998
12999         * layout.C: font.realize function adaption.
13000
13001         * language.C: add inherit_language and implement it's handlings
13002
13003         * bufferview_funcs.C (StyleReset): remove language parameter from
13004         font creation (should be language_inherit now).
13005
13006         * bufferparams.C (writeFile): handle ignore_language.
13007
13008         * paragraph.C (getFontSettings): the language has to be resolved
13009         otherwise we have problems in LyXFont!
13010
13011         * lyxfont.C (lyxWriteChanges): added document_language parameter
13012         (update): removed unneeded language parameter
13013
13014         * paragraph.C (validate): fixed wrong output of color-package when
13015         using interface colors for certain fonts in certain environments,
13016         which should not seen as that on the final output.
13017
13018 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13019
13020         * BufferView_pimpl.C:
13021         * Thesaurus.h:
13022         * Thesaurus.C:
13023         * Makefile.am:
13024         * commandtags.h:
13025         * LyXAction.C: add thesaurus support
13026
13027         * lyxfind.h:
13028         * lyxfind.C: add "once" parameter, for thesaurus, to not
13029           move to the next match
13030
13031 2001-07-26  Juergen Vigna  <jug@sad.it>
13032
13033         * lyxfont.C (realize): honor ignore_language too!
13034         (resolved): ditto.
13035
13036         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13037
13038         * text.C (draw): one place more for ignore_language to not draw
13039         itself!
13040
13041 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13042
13043         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13044
13045 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13046
13047         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13048         the minipage conversion problem.
13049
13050 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13051
13052         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13053         insert an inset.
13054
13055 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13056
13057         * BufferView.h: don't forward declare WorkArea
13058
13059         * BufferView.C: don't include WorkArea.h
13060
13061 2001-07-25  André Pönitz <poenitz@gmx.net>
13062
13063         * commandtags.h:
13064         * LyXAction.C:
13065         * lyxfunc.C:  new LFUN 'math-space'
13066
13067         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13068
13069 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13070
13071         * text2.C (toggleInset): call open/close
13072
13073 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13074
13075         * lyxfunc.C (dispatch): add debug for the disabled case
13076
13077         * font.C (buttonText): make similar to rectText
13078
13079         * buffer.C (readInset): comment out parsing of insetlist and
13080         insttheorem
13081
13082         * PainterBase.C (rectText): small correction
13083
13084         * BufferView_pimpl.C: comment out insettheorem and insetlist
13085         * LyXAction.C: ditto
13086         * commandtags.h: ditto
13087
13088 2001-07-24  Juergen Vigna  <jug@sad.it>
13089
13090         * text.C (draw): honor the ignore_language.
13091
13092         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13093
13094 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13095
13096         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13097         char inset.
13098
13099 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13100
13101         * lyxtext.h: remove unused (and unimplemented) methods
13102
13103 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13104
13105         * text.C (getVisibleRow): honor background color
13106
13107         * PainterBase.h:
13108         * Painter.h: remove default color argument for fillRectangle
13109
13110         * text.C (backgroundColor): new method
13111
13112 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13113
13114         * text.C (getVisibleRow): adjust
13115
13116         * font.[Ch] (rectText): new method, metrics
13117         (buttonText): new method, metrics
13118
13119         * PainterBase.[hC]: make rectText and buttonText always draw and take
13120         fewer paramteres.
13121
13122 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13123
13124         * ToolbarDefaults.C (read):
13125         * MenuBackend.C (read): allow escaping in all strings
13126
13127         * BufferView_pimpl.C (insertAndEditInset): new method.
13128         (Dispatch): use insertAndEditInset whenever appropriate.
13129
13130         * BufferView_pimpl.C (insertNote): removed
13131
13132         * BufferView_pimpl.C (smartQuote): new method, moved from
13133         BufferView; if an insetquote cannot be inserted, insert a '"'
13134         character instead.
13135
13136         * BufferView2.C: remove insertCorrectQuote();
13137
13138         * lyxfunc.C (getStatus): Add support for all remaingin
13139         inset-insert lfuns.
13140
13141         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13142
13143         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13144         command (necessary to pass " as parameter of self-insert.
13145
13146         * text.C (selectWordWhenUnderCursor):
13147         (selectWord): add word_location parameter
13148         (selectWordWhenUnderCursor): same + remove special code for word
13149         boundary.
13150         (selectNextWord): use kind() to guess type of insetspecialchar,
13151         not latex().
13152
13153         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13154         (insertErtContents): create ert insets as collapsed.
13155         (readInset): better compatibility code for Info inset.
13156
13157 2001-07-20  Juergen Vigna  <jug@sad.it>
13158
13159         * lyxfunc.C (dispatch): use always LyXFind now!
13160
13161         * text2.C (init): add a reinit flag so that the LyXText can be
13162         reinited instead of deleted and reallocated (used in InsetText).
13163
13164         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13165
13166         * text.C: ditto
13167
13168         * text2.C: ditto
13169
13170 2001-07-18  Juergen Vigna  <jug@sad.it>
13171
13172         * text.C (selectNextWord): handle insets inside inset by calling
13173         always the bv->text functions so that we can go up the_locking_inset!
13174
13175         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13176         in strange locations when inside an inset!
13177
13178         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13179         handling to include insets.
13180
13181         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13182
13183 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13184
13185         * LyXAction.C (init):
13186         * commandtags.h:
13187         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13188         LIGATURE_BREAK, since the name is so stupid.
13189
13190 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13191
13192         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13193         InsetInfos.
13194
13195         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13196
13197         * sp_form.[Ch]: remove.
13198
13199         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13200
13201         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13202         InsetInfo.
13203
13204         * src/buffer.C (readInset): ditto.
13205
13206 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13207
13208         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13209         menuSeparator(), endOfSentenceDot(), ldots() and
13210         hyphenationPoint(), which are therefore removed.
13211         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13212
13213         * LyXAction.C (init):
13214         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13215
13216         * paragraph.C (getWord): removed.
13217
13218         * BufferView_pimpl.C (Dispatch): use last word or selection for
13219         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13220
13221         * lyx_main.C (queryUserLyXDir): do not ask before creating
13222         user_dir, except if it has been named explicitely.
13223
13224 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13225
13226         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13227         a document of zero size.
13228
13229 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13230
13231         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13232         approriately in the c-tor and in require().
13233         (getPackages): output the appropriate LaTeX for natbib support.
13234
13235         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13236         variables "use_natbib" and "use_numerical_citations" when reading the
13237         LyX file.
13238         (readInset): read the various natbib cite commands.
13239         (validate): white-space change.
13240
13241         * bufferparams.[Ch]: new variables "bool use_natbib" and
13242         "bool use_numerical_citations".
13243         (writeFile): output them in the LyX file.
13244
13245 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13246
13247         * lyxfunc.C (getStatus): add support for all the inset insertion
13248         commands.
13249
13250         * text2.C (insertInset):
13251         * paragraph.C (insetAllowed):
13252         * BufferView_pimpl.C (insertInset): update to take in account the
13253         renaming of insertInsetAllowed
13254
13255         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13256
13257         * text2.C (getInset): new method. returns inset at cursor position.
13258
13259         * BufferView_pimpl.C (Dispatch): changes because of this.
13260
13261         * LyXAction.C (init): rename open-stuff to inset-toggle.
13262
13263         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13264
13265         * text2.C (toggleInset): renamed from openStuff; use
13266         Inset::open().
13267
13268 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13269
13270         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13271
13272         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13273
13274 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13275
13276         * buffer.C (readLyXformat2): Add filename to the error dialog
13277
13278 2001-07-18  Juergen Vigna  <jug@sad.it>
13279
13280         * tabular.C (GetCellNumber): put an assert here instead of the check!
13281
13282 2001-07-17  Juergen Vigna  <jug@sad.it>
13283
13284         * BufferView_pimpl.C (toggleSelection): adapted too.
13285
13286         * text.C (selectNextWord): adapted for use with insets.
13287         (selectSelectedWord): ditto
13288
13289 2001-07-17  Juergen Vigna  <jug@sad.it>
13290
13291         * sp_spell.C (PSpell): fix initialitation order.
13292
13293 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13294
13295         * paragraph.C: spacing
13296
13297 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13298
13299         * sp_spell.C: repair language selection for pspell
13300
13301 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13302
13303         * lyxfunc.h: change more methods to begin with lower char.
13304
13305 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13306
13307         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13308         for unknown layouts.
13309
13310 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13311
13312         * buffer.C (readLyXformat2): Generate an error dialog if there are
13313         unknown layouts.
13314
13315 2001-07-16  Juergen Vigna  <jug@sad.it>
13316
13317         * sp_spell.C: always compile ISpell part.
13318
13319         * lyxrc.C: added use_pspell entry and it's handling.
13320
13321 2001-07-13  Juergen Vigna  <jug@sad.it>
13322
13323         * sp_spell.C: removed double includes.
13324
13325 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13326
13327         Consistent use of Lsstream.h:
13328         * Lsstream.h: added using std::stringstream for consistencies sake.
13329
13330         * buffer.C: removed using std::stringstream
13331
13332         * lyxfont.C (stateText):
13333         * paragraph.C (asString):
13334         * text.C (selectNextWord, selectSelectedWord):
13335         * text2.C (setCounter):
13336         * vspace.C (asString, asLatexString):
13337         std::ostringstream -> ostringstream.
13338
13339 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13340
13341         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13342         * commandtags.h: add LFUN_HELP_ABOUTLYX
13343         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13344
13345 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13346
13347         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13348         cursorToggle()
13349         * lyx_gui_misc.C: remove spellchecker
13350         * lyxfunc.C: showSpellchecker
13351         * sp_base.h: added
13352         * sp_ispell.h: added
13353         * sp_pspell.h: added
13354         * sp_spell.C: added
13355         * sp_form.[Ch]: removed
13356         * spellchecker.[Ch]: removed
13357
13358 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13359
13360         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13361         is set.
13362         (simpleTeXSpecialChars): Simply print the input character without
13363         any special translation if pass_thru is set.
13364
13365         * layout.h: Added bool pass_thru to layout class for being able to
13366         implement pass through of a paragraph for Literate Programming.
13367
13368         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13369         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13370         * layout.C (Read): add "passthru" to list of layout tags and add
13371         code to set the pass_thru boolean when it is read.
13372
13373 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13374
13375         * trans_decl.h: remove allowed from KmodInfo
13376
13377         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13378         remove allowed code
13379         (Load): adjust
13380
13381         * paragraph_pimpl.C (erase): use boost::prior
13382
13383         * Painter.C (text): use data() instead of c_str() when length is
13384         also provided.
13385         * WorkArea.C (putClipboard): ditto
13386         * font.h (width): ditto
13387
13388         * BufferView2.C: use it-> instead of (*it). for iterators
13389         * texrow.C: ditto
13390         * paragraph_pimpl.C: ditto
13391         * paragraph.C: ditto
13392         * minibuffer.C: ditto
13393         * language.C: ditto
13394         * kbmap.C: ditto
13395         * encoding.C: ditto
13396         * counters.C: ditto
13397         * converter.C: ditto
13398         * chset.C: ditto
13399         * Variables.C: ditto
13400         * TextCache.C: ditto
13401         * MenuBackend.C: ditto
13402         * LyXAction.C: ditto
13403         * LColor.C: ditto
13404         * FloatList.C: ditto
13405         * DepTable.C: ditto
13406         * ColorHandler.C (LyXColorHandler): ditto
13407
13408 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13409
13410         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13411
13412         * text2.C (openStuff): reintroduce this method (which had been
13413         nuked in NEW_INSETS frenzy).
13414
13415         * lyxfunc.C (Dispatch): when an action has not been handled, use
13416         its name in the error message, not its number.
13417
13418         * paragraph.C (inInset): change method name to begin with lowercase.
13419
13420         * undo_funcs.C:
13421         * text2.C: updates because of this.
13422
13423 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13424
13425         * ToolbarDefaults.C (add): add spaces in error message
13426
13427 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13428
13429         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13430         (readLyXformat2): rename return_par to first_par, use lyxlex's
13431         pushToken and remove the manual push handling.
13432         (parseSingleLyXformat2Token): add another ert comp. variable:
13433         in_tabular, rename return_par to first_par. handle newlines better
13434
13435 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13436
13437         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13438
13439 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13440
13441         * text2.C (getParFromID): removed
13442
13443         * buffer.C (getParFromID): new method moved form lyxtext.
13444         * BufferView2.C (insertErrors): adjust
13445         (setCursorFromRow): adjust
13446         * BufferView_pimpl.C (restorePosition): adjust
13447         * lyxfunc.C (Dispatch): adjust
13448         * undo_funcs.C (textUndo): adjust
13449         (textRedo): adjust
13450         (textHandleUndo): adjust
13451         (textHandleUndo): adjust
13452
13453 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13454
13455         * buffer.C: up' the LYX_FORMAT
13456
13457         * lyxfont.h: turn NO_LATEX on as default
13458
13459         * buffer.C (insertErtContents): new methods of tex style compability.
13460         (parseSingleLyXformat2Token): use it several places.
13461         * tabular.C (OldFormatRead): and here
13462
13463 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13464
13465         * text2.C: remove some commented code.
13466         reindent file.
13467
13468         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13469         * trans.C: changes because of the above.
13470
13471 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13472
13473         * text2.C (setCounter): Fix counters bug with bibliography layout.
13474
13475 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13476
13477         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13478         own member functions
13479         (simpleTeXSpecialChars): ditto
13480
13481 2001-07-06  Juergen Vigna  <jug@sad.it>
13482
13483         * a lot of files: changed the access to LyXText::status and the
13484         call of undo-functions.
13485
13486         * undo.[Ch]: added a inset_id to the undo informations.
13487
13488         * undo_funcs.[Ch]: added and moved here all undo functions.
13489
13490         * lyxtext.h: give the status enum a weight, made status_ a private
13491         variable and made accessor functions for it, removed the whole bunch
13492         of undo-functions as they are now in their own file, make some
13493         functions publically available. Added function ownerParagraph with
13494         int parameter.
13495
13496         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13497         made InInset() a const function, added getParFromID() function.
13498
13499         * buffer.[Ch]: added const version for inset_iterator functions,
13500         added getInsetFromID() function.
13501
13502         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13503         changed undo functions for new version.
13504
13505 2001-07-05  Juergen Vigna  <jug@sad.it>
13506
13507         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13508         unknow mechanism does not call the proper constructor but only this
13509         one also if I request the other!?
13510
13511 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13512
13513         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13514
13515         * text2.C (LyXText): use initialization lists.
13516
13517         * lyxtext.h (Selection): initialize set_ and mark_
13518         (init): remove method
13519
13520 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13521
13522         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13523
13524 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13525
13526         * screen.[Ch]: change method names to begin with lowercase
13527
13528         * BufferView_pimpl.C (updateScrollbar): simplify further and
13529         hopefully make it a bit faster.
13530
13531 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13532
13533         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13534         calling directly xforms functions.
13535
13536         * Painter.C (Painter):
13537         * lyx_cb.C (MenuWrite):
13538         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13539         fl_display.
13540
13541         * lyx_gui.C: remove bogus guiruntime extern declaration.
13542
13543 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13544
13545         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13546         in NEW_INSETS
13547         (redoDrawingOfParagraph): ditto
13548         (redoParagraphs): ditto
13549         (cutSelection): don't create a object for CutAndPaste use the
13550         static method directly
13551         (pasteSelection): ditto
13552
13553         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13554         LyXview (+ rename)
13555
13556 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13557
13558         * modifications to some other files because of this.
13559
13560         * Makefile.am (lyx_SOURCES): add XFormsView
13561
13562         * XFormsView.[Ch]: new files
13563
13564         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13565         the main window. Move the gui dependent stuff to XFormsView
13566
13567 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13568
13569         * tabular.C (GetCellInset): update cur_cell also in the row/col
13570         version of this function.
13571
13572         * lyxfunc.C: no need to include figure_form.h here.
13573
13574         * FontLoader.h:
13575         * lyxfunc.h:
13576         * lyxscreen.h:
13577         * text2.C:
13578         * lyxvc.C: no need to include forms.h here.
13579
13580 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13581
13582         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13583
13584         * lyxfunc.C (Dispatch):
13585         * Spacing.C (set):
13586         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13587         constructor argument.
13588
13589 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13590
13591         * paragraph.C (Paragraph): dont't clear, and just set layout.
13592         (makeSameLayout): use params's copy contructor.
13593
13594         * ParagraphParameters.[Ch] (makeSame): delete method
13595
13596 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13597
13598         * Variables.[Ch]: fix indentation, rename set to isSet
13599
13600 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13601
13602         * lyxfunc.C (Dispatch): fix typo
13603
13604 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13605
13606         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13607         upper_bound.
13608
13609         * bufferlist.C: include assert.h for emergencyWrite().
13610
13611 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13612
13613         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13614           give up at last (bug #425202) !
13615
13616 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13617
13618         * lyx_gui_misc.C:
13619         * sp_form.h:
13620         * sp_form.C:
13621         * spellchecker.h:
13622         * spellchecker.C: strip spellchecker options and bring up
13623           preferences tab instead
13624
13625 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13626
13627         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13628         the istringstream constructor
13629
13630 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13631
13632         * paragraph.C (getLayout): fix return value
13633
13634         * paragraph.h: do not declare getLayout as inline.
13635
13636         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13637
13638 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13639
13640         * lyxcursor.h (operator<): new func
13641         (operator>): new func
13642         (operator>=): new func
13643         (operator<=): new func
13644
13645         * text.C (changeCase): use selection.start and selection.end
13646         (changeRegionCase): require from to be <= to. Require par to be a
13647         valid paragraph.
13648
13649         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13650
13651 2001-06-27  Juergen Vigna  <jug@sad.it>
13652
13653         * text.C (cursorLeftOneWord): changed to return the cursor and added
13654         overlay with BufferView * parameter which calls this one.
13655         (getWord): added
13656         (selectWord): use new getWord function.
13657         (changeCase): renamed from changeWordCase as and extended to work
13658         also on selections.
13659
13660         * lyxtext.h: added enum word_location
13661
13662         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13663         changeCase as this operates now also on selections.
13664
13665 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13666
13667         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13668
13669         * many files: send debug output to Debug::INFO instead of
13670         Debug::ANY.
13671
13672         * converter.C (View):
13673         (Convert):
13674         (Move): send debug output to Debug::FILES instead of console.
13675
13676 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13677
13678         * lyxfunc.C (getStatus): use func_status
13679
13680         * func_status.h: new header, describing the results of
13681         LyXFunc::getStatus;
13682
13683         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13684         LFUN_MATH_HALIGN.
13685
13686 2001-06-25  The LyX Project  <jug@sad.it>
13687
13688         * buffer.C (sgmlOpenTag):
13689         (sgmlCloseTag):
13690         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13691
13692 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13693
13694         * text2.C: remove some dead code
13695
13696         * tabular.C (GetCellInset): store the last cell checked (gotten)
13697
13698         * tabular.h: add the helper for the speedup
13699
13700         * lyxtext.h: remove some dead code
13701
13702 2001-06-26  The LyX Project  <Asger>
13703
13704         * paragraph.C: Change export to LaTeX of alignment to
13705         \begin{center} and family for better roundtrip work with reLyX.
13706
13707         * Tune the math drawing a bit.
13708
13709 2001-06-25  The LyX Project  <Asger>
13710
13711         * LColor.C (LColor): New color for math background. New color
13712         for buttons.
13713
13714 2001-06-25  The LyX Project  <jug@sad.it>
13715
13716         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13717
13718         * lyxfunc.C (Open):
13719         * bufferlist.C (newFile): do not restrict to files ending with
13720         .lyx
13721
13722         * BufferView_pimpl.C (MenuInsertLyXFile):
13723
13724 2001-06-24  The LyX Project  <jug@sad.it>
13725
13726         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13727         of compare_no_case
13728
13729 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13730
13731         * lyxtext.h: rename most methods to begin with a small char.
13732         Lots of changes because of this.
13733
13734         * paragraph.C (Paragraph): do not call fitToSize
13735         (erase): call Pimpl::erase
13736         (insertChar): call Pimpl::insertChar
13737         (insertInset): call Pipl::insertInset
13738         (breakParagraph): do not call fitToSize
13739         (breakParagraphConservative): do not call fitToSize
13740         (fitToSize): remove method
13741
13742         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13743
13744 2001-06-24  The LyX Project  <Asger>
13745
13746         * Fix Qt compilation^2
13747
13748 2001-06-24  The LyX Project  <jug@sad.it>
13749
13750         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13751         depthHook(getDepth()-1).
13752
13753         * paragraph.h:
13754         * ParagraphParameters.h:
13755         * ParameterStruct.h: change type of depth to unsigned int ==
13756         depth_type. Many adaptations to other files before of that.
13757
13758 2001-06-24  The LyX Project  <Asger>
13759
13760         * Fix Qt compilation.
13761
13762 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13763
13764         * paragraph.h: renamed several methods to begin with small letter.
13765         several changes to many parts of the code because of this.
13766
13767 2001-06-23  The LyX Project  <jug@sad.it>
13768
13769         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13770         rewritten to discard all double spaces when KeepEmpty is off
13771         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13772         to only handle newlines but not fiddle with spaces and friends.
13773
13774         * lyxfunc.C (MenuNew): when doing 'new from template', use
13775         template_path as default directory
13776
13777 2001-06-23  The LyX Project  <Asger>
13778
13779         * Clean-up of header file includes all over
13780         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13781
13782 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13783
13784         * paragraph.h: renamed from lyxparagraph.h
13785
13786 2001-06-23  Asger  <lyx@violet.home.sad.it>
13787
13788         * Buffer.h: Removed Buffer::resize
13789         * BufferList.h: Removed BufferList::resize
13790         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13791         the document lazily when we change the width, or the font settings.
13792
13793 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13794
13795         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13796
13797 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13798
13799         * buffer.h: remove out of date comment
13800
13801 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13802
13803         * lyxscreen.h:
13804         * screen.C: fix "theoretical" GC leak
13805
13806 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13807
13808         * LaTeX.C (scanAuxFile):
13809         (deplog): remove trailing \r when reading stream (useful under
13810         win32)
13811
13812 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13813
13814         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13815         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13816         and BufferView::theLockingInset(Inset*), so should use them and not
13817         access bv_->text->the_locking_inset directly.
13818
13819         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13820
13821 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13822
13823         * Makefile.am:
13824         * tex-defs.h: remove old unused file
13825
13826 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13827
13828         * BufferView_pimpl.C: fix typo, remove minibuffer message
13829           when buffer has loaded
13830
13831 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13832
13833         * lyxfunc.C (Dispatch): use stringstream
13834         (MenuNew): use stringstream
13835         (Open): use stringstream
13836
13837         * importer.C (Import): use stringstream
13838
13839         * bufferview_funcs.C (CurrentState): use stringstream
13840
13841         * LaTeX.C (run): use stringstream
13842
13843         * BufferView_pimpl.C (savePosition): use stringstream
13844         (restorePosition): use stringstream
13845         (MenuInsertLyXFile): use stringstream
13846
13847 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13848
13849         * BufferView.C:
13850         * Bullet.C:
13851         * ColorHandler.C:
13852         * FontInfo.C:
13853         * FontLoader.C:
13854         * LColor.C:
13855         * LaTeXFeatures.C:
13856         * Painter.C:
13857         * gettext.C:
13858         * lyx_gui_misc.C:
13859         * lyxserver.C:
13860         * vspace.C: removed // -*- C++ -*- as first line.
13861
13862         * lyxfind.h:
13863         * version.h: added // -*- C++ -*- as first line.
13864
13865 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13866
13867         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13868
13869         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13870         of string
13871
13872 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13873
13874         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13875         of floats.
13876
13877 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13878
13879         * gettext.C: include LString.h even when --disable-nls is on.
13880
13881 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13882
13883         * converter.h (Get): changed argument type from int to
13884         FormatList::size_type to avoid unnecessary conversion.
13885
13886         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13887         before using it.
13888
13889 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13890
13891         * gettext.h: include LString.h even when --disable-nls is on.
13892
13893 2001-06-07  Juergen Vigna  <jug@sad.it>
13894
13895         * text.C (BreakAgain): subst spaces with tabs.
13896
13897         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13898         (resizeInsetsLyXText): set force on resizeLyXText.
13899
13900 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13901
13902         * gettext.h (gettext_init):
13903         (locale_init): use a real definition instead of a macro
13904
13905 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13906
13907         * Bufferview_pimpl.C:
13908         * LColor.h:
13909         * LColor.C: further lcolor tidies
13910
13911 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13912
13913         * BufferView_pimpl.C (updateScrollbar): simplify.
13914
13915         * BufferView2.C: don't include insets/insetinfo.h, change
13916         prototype for insertInset and call the Pimpl version. let
13917         updateInset call Pimpl version.
13918
13919         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13920         gotoInset to BufferView::Pimpl
13921
13922 2001-06-01  Juergen Vigna  <jug@sad.it>
13923
13924         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13925         inside a LockingInset (is the update needed at all?).
13926
13927 2001-05-31  Juergen Vigna  <jug@sad.it>
13928
13929         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13930         here not the old one otherwise how should we compare it afterwards
13931         if it's the same!
13932
13933 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13934
13935         * lyxfont.C:
13936         * tabular.C:
13937         * tabular-old.C:
13938         * FontInfo.C: bring C functions into global namespace when
13939         necessary
13940
13941 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13942
13943         * LString.h: make sure config.h has been loaded before LString.h.
13944
13945         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13946         (one for each char read by EatLine!).
13947
13948         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13949         variables.
13950
13951 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13952
13953         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13954         to the same as the par we break from
13955
13956 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13957
13958         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13959
13960         * MenuBackend.C (expand): also create menu entries for wide
13961         versions of the floats.
13962
13963         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13964
13965         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13966
13967         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13968         frontends/Makefile.am
13969
13970         * text2.C: adjust
13971         * text.C: adjust
13972
13973
13974         * tabular.C (getTokenValue): add std::
13975
13976         * tabular-old.C (getTokenValue): add std::
13977         (getTokenValue): ditto
13978         (getTokenValue): ditto
13979
13980         * screen.C (ToggleSelection): adjust
13981
13982         * lyxtext.h: put selection cursors inside a Selection struct.
13983
13984         * lyxfunc.C (moveCursorUpdate): adjust
13985
13986         * lyxfont.C (latexWriteStartChanges): add std::
13987
13988         * lyxfind.C: adjust
13989
13990         * font.h: delete with(char const *, LyXFont const &)
13991
13992         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13993
13994         * FontInfo.C (getFontname): add std::
13995
13996         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13997         (workAreaButtonPress): adjust
13998         (tripleClick): adjust
13999         (update): adjust
14000         (moveCursorUpdate): adjust
14001         (Dispatch): adjust
14002
14003         * BufferView2.C (gotoInset): adjust
14004
14005 2001-05-30  Juergen Vigna  <jug@sad.it>
14006
14007         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14008         to check pspell I add this as default as I now have new pspell
14009         libraries and they seem to use this.
14010
14011 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14012
14013         * text2.C (CutSelection): make the cursor valid before the call to
14014         ClearSelection.
14015
14016 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14017
14018         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14019         relied on 0 terminated strings and other horrors. Bug found due to
14020         the new assert in lyxstring!
14021
14022         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14023         KP_ keys.
14024
14025 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14026
14027         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14028         to latinkeys.bind.
14029
14030         * lyxfunc.C (processKeySym): change method of getting to the
14031         self-insert char.
14032
14033         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14034         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14035         * BufferView_pimpl.[Ch]: here as private methods.
14036
14037 2001-05-28  Juergen Vigna  <jug@sad.it>
14038
14039         * text.C (SetHeightOfRow): added the update() call again as it is
14040         needed to initialize inset dimensions!
14041
14042 2001-05-16  Juergen Vigna  <jug@sad.it>
14043
14044         * text2.C (SetCharFont): Add new function with BufferView * and
14045         bool toggleall parameters for setting insets internal fonts.
14046         (SetFont): Freeze the undo as we may change fonts in Insets and
14047         all this change should be inside only one Undo!
14048
14049         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14050         setting font's in insets as for them we have the SetFont function!
14051
14052 2001-05-15  Juergen Vigna  <jug@sad.it>
14053
14054         * text2.C (ClearSelection): to be sure we REALLY don't have any
14055         selection anymore!
14056
14057         * tabular.C (TeXCellPreamble): fixed the left border problem for
14058         multicolumn cells.
14059
14060 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14061
14062         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14063         dependancy file
14064
14065 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14066
14067         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14068         LFUN_BREAKPARAGRAPH.
14069
14070         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14071         help test to "internal only", similar for LFUN_INSERT_URL
14072
14073         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14074         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14075         auto_region_delete and deadkeys.
14076
14077 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14078
14079         * LColor.h:
14080         * LColor.C: remove some dead entries, tidy a little
14081
14082 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14083
14084         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14085         commented code.
14086         (Dispatch): implement LFUN_ESCAPE
14087
14088         * commandtags.h: add LFUN_ESCAPE
14089
14090         * LyXAction.C (init): add entry for LFUN_ESCAPE
14091
14092         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14093         Remove commented code.
14094         (insertNote): moved here
14095         (open_new_inset): moved here
14096
14097         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14098         BufferView_pimpl
14099
14100 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14101
14102         * kbmap.C (findbinding): clean it up and make it work correctly.
14103
14104         * lyx_main.C (init): do not pass argc and argv as parameters
14105
14106 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14107
14108         * buffer.C: fix path for OS/2 & Win32
14109
14110         * lyx_gui.C:
14111         * lyx_main:
14112         * lyx_main.C: Added os:: class.
14113
14114         * os2_defines.h: update
14115
14116 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14117
14118         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14119         better by trying again with reduced state.
14120
14121 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14122
14123         * lyxrc.C (read): print error about invalid key sequence only when
14124         debugging (because not all latinX keysyms are known to some X
14125         servers)
14126
14127         * kbsequence.C (getiso): add a few std:: qualifiers
14128         (getiso): comment out extra return statement.
14129
14130 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14131
14132         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14133         handling.
14134         (Dispatch): enhance the accent inset a bit. (not perfect)
14135
14136 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14137
14138         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14139
14140 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14141
14142         * bufferlist.C (emergencyWrite): fix assert() call
14143
14144 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14145
14146         * text.C (InsertChar): Added trivial patch to only send the "you
14147         can not do multiple spaces this way" message once during a
14148         session.
14149
14150 2001-05-08  Baruch Even  <baruch@lyx.org>
14151
14152         * Makefile.am: Changed order of libraries to get LyX to link properly
14153         with the gnome frontend.
14154
14155 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14156
14157         * LaTeXFeatures.h: add a std:: qualifier
14158
14159 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14160
14161         * paragraph.C (String): use stringstream
14162
14163 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14164
14165         * paragraph.C (writeFile): remove footflag arg
14166
14167         * buffer.C (makeLaTeXFile): use stringstream
14168         (latexParagraphs): remove footnot gurba
14169
14170         * LaTeXFeatures.C (getPackages): use stringstream
14171         (getMacros): likewise
14172         (getTClassPreamble): likewise
14173         (getFloatDefinitions): new method
14174
14175         * paragraph.C (writeFile): reindent
14176         (Erase): reindent
14177
14178         * WorkArea.h: revert the xpos + etc changes.
14179
14180         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14181
14182         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14183
14184         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14185         (pasteSelection): likewise
14186         * text2.C (CreateUndo): likewise
14187
14188 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14189
14190         * minibuffer.C (peek_event): temporarily reduce the functionality
14191         of the minibuffer (to allow args on lfuns)
14192
14193         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14194         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14195
14196         * buffer.C (readInset): add compability reading of old float
14197         lists, add reading of new style float list.
14198         (readInset): avoid reevaluation of inscmd.getCmdName()
14199         (getLists): reindent
14200
14201         * MenuBackend.C (MenuItem): implement parsing of
14202         md_floatlistinsert and md_floatinsert.
14203         (expand::LastFiles): move initalizaton of iterators out of loop,
14204         avoid reevaluation.
14205         (expand::Documents): introduce typdedef vector<string> Strings,
14206         and use it.
14207         (expand::ExportFormats): introduce typedef vector<Format const *>
14208         Formats, and use it.
14209         (expand): implement FloatListInsert and FloatInsert.
14210
14211         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14212         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14213         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14214
14215         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14216         handling.
14217         (Dispatch::LFUN_FLOAT_LIST): implement
14218
14219 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14220
14221         * LaTeX.C (run): Fix problem with --export code.
14222
14223 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14224
14225         * BufferView.[Ch] (workarea): removed.
14226         (getClipboard) new method; wrapper for workarea()->getClipboard()
14227
14228         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14229         bug.
14230
14231         * WorkArea.h (width, height, xpos, ypos): These methods all
14232         returned the dimensions of the work_area sub-area of WorkArea,
14233         resulting in a position error if the WorkArea were resized. Now
14234         return the dimensions of the entire WorkArea.
14235
14236         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14237
14238 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14239
14240         * LaTeX.C (deplog): correct the syntax of regex reg1
14241
14242 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14243
14244         * undo.C: remove !NEW_INSETS cruft
14245
14246 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14247
14248         * text2.C: remove !NEW_INSETS cruft
14249
14250         * text.C: remove !NEW_INSETS cruft
14251
14252         * tabular.C: remove !NEW_INSETS cruft
14253
14254         * spellchecker.C: remove !NEW_INSETS cruft
14255
14256         * lyxtext.h: remove !NEW_INSETS cruft
14257
14258         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14259
14260         * lyxfunc.C: remove !NEW_INSETS cruft
14261
14262         * lyxfind.C: remove !NEW_INSETS cruft
14263
14264         * lyx_cb.C: remove !NEW_INSETS cruft
14265
14266         * figureForm.C: remove  !NEW_INSETS cruft
14267
14268         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14269
14270         * buffer.[Ch]: remove !NEW_INSETS cruft
14271
14272         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14273
14274         * CutAndPaste.C: remove !NEW_INSETS cruft
14275
14276         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14277
14278         * BufferView2.C: remove !NEW_INSETS cruft
14279
14280         * BufferView.h: remove !NEW_INSETS cruft
14281
14282 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14283
14284         * Lsstream.h: include LString.h before the sstream headers to
14285         fix problem with gcc 2.95.3 and lyxstring
14286
14287 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14288
14289         * lyx_main.C: add using directives when needed for C functions
14290         declared in std:: namespace.
14291
14292 2001-04-27  Juergen Vigna  <jug@sad.it>
14293
14294         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14295         (SetHeightOfRow): comment out the update call should not be needed!
14296
14297 2001-04-13  Juergen Vigna  <jug@sad.it>
14298
14299         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14300         (LyXTabular): tried to minimize operator= operations (and realized
14301         hopfully Lars wish).
14302
14303 2001-04-27  Juergen Vigna  <jug@sad.it>
14304
14305         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14306
14307 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14308
14309         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14310
14311         * buffer.C (readInset): hack to make listof algorithm work
14312
14313         * BufferView_pimpl.C: hack to make listof algorithm work
14314
14315 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14316
14317         * LyXAction.C: removed all !NEW_INSETS cruft
14318         (init): moved lfun_item in method
14319
14320         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14321
14322 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14323
14324         * BufferView2.C (theLockingInset): white space.
14325
14326 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14327
14328         * minibuffer.C: include <iostream>
14329
14330         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14331
14332         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14333
14334         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14335
14336         * text.[Ch] (TransposeChars): new method
14337
14338 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14339
14340         * call message directly through LyXView instead of through LyXFunc
14341         * BufferView2.C: adjust
14342         * BufferView_pimpl.C: adjust
14343         * FontLoader.C: adjust
14344         * buffer.C: adjust
14345         * bufferview_funcs.C: adjust
14346         * converter.C: adjust
14347         * figureForm.C: adjust
14348         * importer.C: adjust
14349         * lyx_cb.C: adjust
14350         * lyx_gui_misc.C: adjust
14351         * lyxfunc.C: adjust
14352         * lyxvc.C: adjust
14353         * text2.C: adjust
14354         + more files in subdirs
14355
14356         * lyxparagraph.h (size): move up int file
14357         (GetLayout): ditto
14358
14359         * adjust all uses of Assert to lyx::Assert.
14360
14361         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14362         lyxfunctional in namespace lyx
14363         * layout.C (hasLayout): ditto
14364         (GetLayout): ditto
14365         (GetLayout): ditto
14366         (delete_layout): ditto
14367         (NumberOfClass): ditto
14368         * converter.C (GetFormat): ditto
14369         (GetNumber): ditto
14370         (Add): ditto
14371         (Delete): ditto
14372         (SetViewer): ditto
14373         * bufferlist.C (getFileNames): ditto
14374         (emergencyWriteAll): ditto
14375         (exists): ditto
14376         (getBuffer): ditto
14377         * MenuBackend.C (hasSubmenu): ditto
14378         (hasMenu): ditto
14379         (getMenu): ditto
14380         * BufferView_pimpl.C (getInsetByCode): ditto
14381
14382 2001-04-18  Juergen Vigna  <jug@sad.it>
14383
14384         * vspace.C (asLatexString): fixed the 100% problem.
14385
14386 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14387
14388         * lyxfunc.C (Dispatch):
14389         * minibuffer.C:
14390         * minibuffer.h: add a few std:: qualifiers
14391
14392 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14393
14394         * minibuffer.[Ch]: reimplement so that commands is initiated and
14395         run from lyxfunc, simplified som handling, and made the completion
14396         and history code for complete. wip.
14397
14398         * lyxfunc.C (processKeySym): call message
14399         (miniDispatch): new temporary method
14400         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14401         (LFUN_MESSAGE): implement
14402         (LFUN_MESSAGE_PUSH): implement
14403         (LFUN_MESSAGE_POP): implement
14404         (initMiniBuffer): the initial/defualt minibuffer message.
14405
14406         * lyxfont.[Ch]: inline some more getters
14407
14408         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14409
14410         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14411
14412         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14413         (AutoSave): use LFUN_MESSAGE
14414         (Reconfigure): ditto
14415
14416         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14417
14418         * figureForm.C: use LFUN_MESSAGE
14419
14420         * converter.C (runLaTeX): use LFUN_MESSAGE
14421
14422         * bufferview_funcs.C: use LFUN_MESSAGE
14423         (Melt): ditto
14424         (changeDepth): ditto
14425
14426         * bufferparams.h: use boost::
14427
14428         * bufferlist.h: inherit privately from noncopyable
14429
14430         * bufferlist.C (loadLyXFile): remove some commented code.
14431
14432         * buffer.C (runChktex): use LFUN_MESSAGE
14433
14434         * ShareContainer.h: inherit privately from noncopyable
14435
14436         * ParagraphParameters.[hC] (depth): inline it.
14437
14438         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14439         methods.
14440         (message): new method
14441         (messagePush): ditto
14442         (messagePop): ditto
14443         (show): init minibuffer
14444         (showState): direct call
14445
14446         * LaTeX.[Ch]: inherit privately from noncopyable
14447         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14448         instead of WriteStatus.
14449
14450         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14451
14452         * BufferView_pimpl.C (buffer): don't init minibuffer
14453         (workAreaButtonPress): use LFUN_MESSAGE
14454         (workAreaButtonRelease): ditto
14455         (savePosition): ditto
14456         (restorePosition): ditto
14457         (MenuInsertLyXFile): ditto
14458         (workAreaExpose): don't init minibuffer
14459         (update): remove commented code, simplify
14460
14461         * BufferView2.C (openStuff): use LFUN_MESSAGE
14462         (toggleFloat): ditto
14463         (menuUndo): ditto
14464         (menuRedo): ditto
14465         (copyEnvironment): ditto
14466         (pasteEnvironment): ditto
14467         (copy): ditto
14468         (cut): ditto
14469         (paste): ditto
14470         (gotoInset): ditto
14471         (updateInset): remove some commented code
14472
14473         * lastfiles.h: inherit privately from noncopyable
14474         * layout.h: ditto
14475         * lyx_gui.h: ditto
14476         * lyx_main.h: ditto
14477         * lyxlex.h: ditto
14478         * lyxlex_pimpl.h: ditto
14479
14480         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14481         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14482         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14483
14484         * LyXAction.h: inherit privately from noncopyable, add methods
14485         func_begin, func_end, returning iterators to the func map.
14486
14487         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14488         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14489         (func_begin): new method
14490         (func_end): new method
14491
14492         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14493         and not)
14494         (copySelection): ditto
14495         (pasteSelection): ditto
14496
14497         * BufferView.C: whitespace change
14498         * BufferView.h: inherit privately from noncopyable
14499
14500 2001-04-16  Allan Rae  <rae@lyx.org>
14501
14502         * tabular-old.C (l_getline):
14503         * spellchecker.C (sc_check_word):
14504         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14505         an unrecognised preprocessor directive.  So ensure they're wrapped.
14506
14507 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14508
14509         * src/exporter.C (Export): Give an error message when path to file
14510         contains spaces.
14511
14512 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14513
14514         * LaTeX.C (deplog): Always check that foundfile exists.
14515
14516 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14517
14518         * lyx_main.h:
14519         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14520
14521 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14522
14523         * tabular.[Ch] (getLabelList): implement new method
14524
14525         * minibuffer.h: comment ouf setTiimer
14526
14527         * minibuffer.C (ExecutingCB): constify res
14528         (peek_event): constify s
14529         (Set): constify ntext
14530         (Init): constify nicename
14531
14532         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14533
14534         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14535         (savePosition): use two params to Minibuffer::Set
14536         (restorePosition): ditto
14537
14538 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14539
14540         * lyx_main.C: include language.h
14541
14542         * Makefile.am (lyx_main.o): add language.h
14543
14544 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14545
14546         * exporter.C:
14547         * paragraph.C:
14548         * screen.C:
14549         * tabular.C:
14550         * CutAndPaste.C: include gettext.h
14551
14552         * lyxfont.h: remove old hack with ON and OFF.
14553
14554         * lyxparagraph.h:
14555         * lyxfont.h: do not include language.h...
14556
14557         * BufferView2.C:
14558         * LaTeXFeatures.C:
14559         * Painter.C:
14560         * bufferview_funcs.C:
14561         * font.C:
14562         * lyxfont.C:
14563         * text.C:
14564         * text2.C:
14565         * trans_mgr.C:
14566         * paragraph.C: ... but do it here instead
14567
14568 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14569
14570         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14571
14572         * tabular.C: small reformat
14573
14574         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14575         NEW_INSETS version
14576         (GetChar): ditto
14577         (BreakParagraph): ditto
14578         (SetOnlyLayout): ditto
14579         (SetLayout): ditto
14580
14581         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14582         with one arg less.
14583
14584         * lastfiles.C: removed most using decl, add std:: where needed
14585
14586         * buffer.C: ws changes
14587
14588         * MenuBackend.C (class compare_format): put into anon namespace
14589         (expand): constify label, names, action, action2
14590         (expand):
14591
14592         * text.C (SingleWidth): constify font
14593         (IsBoundary): constify rtl2
14594         (GetVisibleRow): constify ww
14595
14596         * LaTeX.C (deplog): constify logfile
14597
14598         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14599         start_x, end_x
14600         (workAreaExpose): constify widthChange, heightChange
14601
14602         * lyxrow.C (par): moved
14603         (height): moved
14604         (next): moved
14605         * lyxrow.h: as inlines here
14606
14607         * lyxfont.h (shape): moved from lyxfont.C
14608         (emph): moved from lyxfont.C
14609
14610         * lyxfont.C (LyXFont): use initialization list for all
14611         constructors
14612         (shape): move to lyxfont.h as inline
14613         (emph): move to lyxfont.h as inline
14614
14615
14616 2001-04-04  Juergen Vigna  <jug@sad.it>
14617
14618         * vspace.C: had to include stdio.h for use of sscanf
14619
14620 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14621
14622         * BufferView.h:
14623         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14624         independent of xforms.
14625
14626 2001-04-02  Juergen Vigna  <jug@sad.it>
14627
14628         * spellchecker.C: fixed namespace placing!
14629
14630 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14631
14632         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14633         the LyXParagraph * is 0.
14634
14635 2001-03-29  Juergen Vigna  <jug@sad.it>
14636
14637         * vspace.C: added support for %, c%, p%, l%.
14638         (stringFromUnit): added helper function.
14639         (asLatexString): changed to give right results for the %-values.
14640
14641         * buffer.C: convert the widthp in a width%.
14642
14643 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14644
14645         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14646         figureForm.[Ch].
14647
14648         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14649         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14650
14651         * lyx_cb.[Ch]: see above.
14652
14653         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14654         form1.[Ch].
14655
14656         * form1.[Ch]:
14657         * lyx.[Ch]: replaced by figure_form.[Ch].
14658
14659         * lyx_gui.C:
14660         * lyx_gui_misc.C:
14661         * lyxfunc.C: changed headers associated with above changes.
14662
14663 2001-03-27  Juergen Vigna  <jug@sad.it>
14664
14665         * BufferView_pimpl.C: set the temporary cursor right!
14666
14667 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14668
14669         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14670
14671 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14672
14673         * LString.h: removed "using std::getline"!
14674
14675         * BufferView_pimpl.C (Dispatch): changes due to changes in
14676         InsetInclude::Params.
14677
14678         * buffer.C (tag_name): removed redundant break statements as they were
14679         producing lots of warnings with my compiler.
14680
14681 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14682
14683         * LString.h: add "using std::getline" when using the real <string>.
14684
14685 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14686
14687         * buffer.C: removed bitset usage.
14688         PAR_TAG moved to an anonymous name space.
14689         (tag_name): new funtion, also in the anonymous namespace.
14690         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14691         (makeDocBookFile): clean code. Completed transition from string arrays
14692         to string vectors.
14693         (SimpleDocBookOnePar): code clean.
14694
14695 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14696
14697         * tabular.C: add some comments.
14698
14699 2001-03-22  Juergen Vigna  <jug@sad.it>
14700
14701         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14702         compatibility read a bit and fixed bug with minipage in different
14703         depth.
14704
14705 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14706
14707         * buffer.C (pop_tag): removed.
14708         (push_tag): removed.
14709         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14710         array replaced with vector. Added support for CDATA sections.
14711         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14712         at any nest level.
14713         (makeDocBookFile): XML conformant declaration of CDATA section,
14714         fixed bug related to <emphasis> in the first paragraph char.
14715         (sgmlOpenTag): exclude empty tags.
14716         (sgmlCloseTag): ditto.
14717
14718         * buffer.h (pop_tag): removed.
14719         (push_tag): removed.
14720
14721 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14722
14723         * language.h (Languages): added size_type and size().
14724
14725 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14726
14727         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14728         response on compability reading of minipages. One probliem is that
14729         the old usage of minipages was «flertydig»
14730
14731         * several files here and in subdirs: don't use static at file
14732         scope use anon namespaces instead.
14733
14734 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14735
14736         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14737         LaTeX output. This is necessary for Literate document
14738         processing.
14739
14740 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14741
14742         * buffer.C: insert hfill when needed.
14743
14744         * tabular.C (l_getline): use string::erase, small whitespace change.
14745
14746         * BufferView_pimpl.C: try the anon namespace.
14747         * WorkArea.C: ditto
14748
14749 2001-03-16  Juergen Vigna  <jug@sad.it>
14750
14751         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14752         otherwise it won't open options-dialogs.
14753
14754         * buffer.C: honor pextraWidth(p) on converting minipages.
14755
14756         * tabular.C (l_getline): changed the functions to strip trailing \r.
14757
14758 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14759
14760         * BufferView_pimpl.C:
14761         * minibuffer..C: added "using SigC::slot" declaration.
14762
14763 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14764
14765         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14766
14767         * text2.C: ditto
14768
14769         * text.C: ditto
14770
14771         * paragraph.C: ditto
14772
14773         * lyxtext.h: NO_PEXTRA
14774
14775         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14776
14777         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14778         * ParameterStruct.h: ditto
14779         * ParagraphParameters.h: ditto
14780         * lyxparagraph.h: ditto
14781
14782 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14783
14784         * buffer.C: add compability for minipage alignment.
14785         (latexParagraphs): remove unwanted pextra check.
14786
14787         * several files: remove CXX_WORKING_NAMESPACES
14788
14789         * buffer.C (pop_tag): tie is in namespace boost
14790
14791         * BufferView.h: noncopyable is in namespace boost
14792         * lyxlex.h: ditto
14793         * lyx_main.h: ditto
14794         * lyx_gui.h: ditto
14795         * layout.h: ditto
14796         * lastfiles.h: ditto
14797         * bufferlist.h: ditto
14798         * ShareContainer.h: ditto
14799         * LyXView.h: ditto
14800         * LyXAction.h: ditto
14801         * LaTeX.h: ditto
14802
14803 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14804
14805         * Merging changes from BRANCH_MVC back into HEAD.
14806
14807         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14808
14809 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14810
14811         * BufferView_pimpl.C: change from intl.C
14812
14813         * combox.h:
14814         * combox.C:
14815         * Makefile.am: move combox.*
14816
14817         * form1.h:
14818         * form1.C:
14819         * lyx_gui.C:
14820         * intl.h:
14821         * intl.C: remove dialog (covered by prefs)
14822
14823 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14824
14825         * lyxfunc.C (Dispatch): removed redundant break statement.
14826
14827 2001-03-14  Juergen Vigna  <jug@sad.it>
14828
14829         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14830
14831 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14832
14833         * buffer.C: add hack to fix compability reading of minipages.
14834
14835 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14836
14837         * buffer.C (getLists): Cleanup.
14838
14839 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14840
14841         * lyxfont.C (update): don't honor toggleall on font size.
14842
14843 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14844
14845         * bmtable.c:
14846         * bmtable.h:
14847         * Makefile.am: moved to frontends/xforms/
14848
14849         * lyx_gui_misc.C:
14850         * lyxfunc.C:
14851         * BufferView_pimpl.C: changes for moved mathpanel
14852
14853 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14854
14855         * gettext.h: fix gettext_init() in --disable-nls
14856
14857 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14858
14859         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14860
14861 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14862
14863         * lyx.C:
14864         * lyx.h: strip external form
14865
14866 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14867
14868         * BufferView_pimpl.C: add comment, destroySplash()
14869
14870 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14871
14872         * BufferView_pimpl.C:
14873         * LyXAction.C:
14874         * buffer.C:
14875         * commandtags.h:
14876         * lyxfunc.C: use re-worked insetinclude
14877
14878 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14879
14880         * buffer.C: add using std::stringstream.
14881
14882         * lyx_cb.C: readd using std::ios.
14883
14884         * buffer.C: add using std::map.
14885
14886         * BufferView_pimpl.C: add using std::vector.
14887
14888         * ShareContainer.h: add std:: to swap.
14889
14890         * buffer.h: add some typedefs
14891         * buffer.C (getLists): use them
14892         (getLists): renamed from getTocList.
14893         add a counter for the different float types and use it in the
14894         generated string.
14895         (getLists): use the same counter for the NEW_INSETS and the "non"
14896         NEW_INSETS
14897
14898         * lyx_cb.h: remove unused items, includes, using etc.
14899
14900         * ShareContainer.h: remove some commented code, add more comments
14901         and "documentation".
14902
14903 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14904
14905         * buffer.C (getTocList): make the list also when NEW_INSETS is
14906         defined.
14907
14908         * buffer.h: remove TocType
14909
14910         * buffer.C (getTocList): change to return a map<string,
14911         vector<TocItem> >, implement for dynamic number of list.
14912
14913         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14914         * text2.C (PasteSelection): adjust
14915         * CutAndPaste.C (pasteSelection): adjust
14916
14917         * FloatList.C (FloatList): update from the new_insets branch.
14918         * Floating.[Ch]: ditto
14919         * LaTeXFeatures.C: ditto
14920         * buffer.C: ditto
14921         * lyxlex_pimpl.C: ditto
14922
14923         * paragraph.C (Last): remove when NEW_INSETS is defined.
14924
14925         * other file: changes because of the above.
14926
14927 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14928
14929         * lyxparagraph.h: rename next to next_, previous to previous_,
14930         make them private for NEW_INSETS. Rename Next() to next(),
14931         Previous() to previous().
14932
14933         * other files: changes because of the above.
14934
14935 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14936
14937         * BufferView.h:
14938         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14939         problem.
14940
14941 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14942
14943         * main.C (main): pass lyx_localedir to gettext_init().
14944
14945         * gettext.h: remove locale_init and gettext_init macros
14946
14947         * gettext.C (locale_init): new function
14948         (gettext_init): new function
14949
14950         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14951         setlocale().
14952
14953 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14954
14955         * Moved credits to frontends:
14956         * credits.[Ch]: removed
14957         * credits_form.[Ch]: removed
14958         * lyx_gui_misc.C: remove credits stuff
14959         * Makefile.am:
14960
14961 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14962
14963         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14964
14965         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14966         unneeded destructor.
14967
14968         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14969         a standalone pointer again.
14970
14971         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14972
14973 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14974
14975         * Makefile.am:
14976         * filedlg.h:
14977         * filedlg.C:
14978         * LyXAction.C:
14979         * ToolbarDefaults.C:
14980         * bufferlist.C:
14981         * commandtags.h:
14982         * form1.C:
14983         * form1.h:
14984         * lyx_cb.C:
14985         * lyx_cb.h:
14986         * lyxfunc.h:
14987         * lyxfunc.C:
14988         * BufferView_pimpl.C: use new file dialog in GUII
14989
14990         * lyx_cb.h:
14991         * lyx_cb.C: remove LayoutsCB to Toolbar
14992
14993 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14994
14995         * ShareContainer.h (get): add std:: qualifier
14996
14997 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14998
14999         * ShareContainer.h: define a proper ShareContainer::value_type
15000         type (and use typename to please compaq cxx)
15001
15002 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15003
15004         * lyxparagraph.h: move serveral local vars to
15005         ParameterStruct/ParagraphParameters., use ShareContainer in
15006         FontTable., make vars in FontTable private and add getter and
15007         setter.
15008
15009         * paragraph.C: changes because of the above.
15010
15011         * lyxfont.h: remove copy constructor and copy assignment. (the
15012         default ones is ok), move number inside FontBits. move inlines to
15013         lyxfont.C
15014
15015         * lyxfont.C: add number to initializaton of statics, move several
15016         inlines here. constify several local vars. some whitespace
15017         cleanup. Dont hide outerscope variables.
15018
15019         * Spacing.h: add two new constructors to match the set methods.
15020
15021         * ShareContainer.h: new file, will perhaps be moved to support
15022
15023         * ParameterStruct.h: new file
15024
15025         * ParagraphParameters.h: new file
15026
15027         * ParagraphParameters.C: new file
15028
15029         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15030         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15031
15032         * BufferView_pimpl.C: ParagraphParameter changes.
15033         * buffer.C: Likewise.
15034         * bufferview_funcs.C: Likewise.
15035         * text.C: Likewise.
15036         * text2.C: Likewise.
15037
15038 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15039
15040         * lyxfind.C (LyXReplace): do not redefine default argument in
15041         implementation.
15042         (IsStringInText): ditto
15043         (SearchForward): ditto
15044         (SearchBackward): ditto
15045
15046 2001-03-06  Juergen Vigna  <jug@sad.it>
15047
15048         * lyxfind.C (IsStringInText): put parentes around expressions.
15049
15050 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15051
15052         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15053
15054 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15055
15056         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15057
15058         * stl_string_fwd.h: add comment
15059
15060         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15061
15062         * tabular.h:
15063         * tabular.C: remove unused DocBook methods
15064
15065         * intl.C:
15066         * language.C:
15067         * paragraph.C:
15068         * buffer.C:
15069         killed DO_USE_DEFAULT_LANGUAGE
15070
15071 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15072
15073         * lyx_gui.C: do not include language.h.
15074
15075         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15076         arguments in function implementation.
15077
15078 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15079
15080         * BufferView_pimpl.C: add <ctime>
15081
15082 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15083
15084         * BufferView_pimpl.C: add using std::find_if
15085
15086 2001-02-27  José Matos  <jamatos@fep.up.pt>
15087
15088         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15089         by OnlyPath.
15090
15091 2001-02-11  José Matos  <jamatos@fep.up.pt>
15092
15093         * buffer.C (makeDocBookFile): command styles now have a parameter as
15094         "title" by default.
15095
15096 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15097
15098         * layout_forms.[Ch]: removed
15099         * lyx_cb.[Ch]: out character
15100         * lyx_gui.C: out character
15101         * lyx_gui_misc.C: out character
15102         * bufferview_funcs.C: : out character,
15103         added toggleall as parameter in ToggleAndShow
15104
15105 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15106
15107         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15108
15109         * text2.C (SetCurrentFont): Disable number property at boundary.
15110
15111 2001-02-26  Juergen Vigna  <jug@sad.it>
15112
15113         * lyxfunc.C (getStatus): added a string argument override function so
15114         that this is correctly called from LyXFunc::Dispatch if it contains a
15115         do_not_use_argument which is used!
15116         (Dispatch): added check for "custom" export and call appropriate func.
15117
15118 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15119
15120         * lyxrc.C: Add language_command_local, language_use_babel and
15121         language_global_options.
15122
15123         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15124
15125         * buffer.C (makeLaTeXFile): Use language_use_babel and
15126         language_global_options.
15127
15128 2001-02-23  Juergen Vigna  <jug@sad.it>
15129
15130         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15131         which works with LyXText and putted it inside BufferView. Here now we
15132         only call for that part the BufferView::Dispatch() function.
15133
15134         * BufferView.C (Dispatch): added.
15135
15136         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15137         functions which needs to use a LyXText over from LyXFunc.
15138         (MenuInsertLyXFile): added
15139         (getInsetByCode): added
15140         (moveCursorUpdate): added
15141         (static TEXT): added
15142
15143 2001-02-22  Juergen Vigna  <jug@sad.it>
15144
15145         * BufferView_pimpl.C (update): call a status update to see if LyXText
15146         needs it.
15147
15148 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15149
15150         * vc-backend.C (revert): implement for CVS
15151         (getLog): implement for CVS
15152
15153 2001-02-20  Juergen Vigna  <jug@sad.it>
15154
15155         * text2.C (ClearSelection): added BufferView param for inset_owner call
15156
15157         * lyxfunc.C (TEXT): added this function and use it instead of
15158         directly owner->view()-text of getLyXText().
15159
15160 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15161
15162         * src/layout_forms.C: out preamble
15163         * src/layout_forms.h: out preamble
15164         * src/lyx_cb.C: out preamble
15165         * src/lyx_cb.h: out preamble
15166         * src/lyx_gui.C: out preamble
15167         * src/lyx_gui_misc.C: out preamble
15168         * src/lyxfunc.C: connect with guii preamble
15169
15170 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15171
15172         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15173
15174 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15175
15176         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15177         whether to run bibtex.
15178
15179 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15180
15181         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15182
15183 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15184
15185         * Makefile.am (lyx_SOURCES): removed bibforms.h
15186
15187         * vspace.h: doxygen
15188
15189         * text.C (GetVisibleRow): make several local vars const
15190
15191         * tabular.C: small cleanup.
15192
15193         * lyxserver.C (callback): use compare instead of strncmp
15194
15195         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15196         inlines to after class or to paragraph.C
15197
15198         * lyxfont.h: remove friend operator!=
15199
15200         * converter.h: move friend bool operator< to non friend and after
15201         class def.
15202
15203         * combox.h: small cleanup
15204
15205         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15206         to inlines after class def.
15207
15208         * buffer.C (pop_tag): use string operations instead of strcmp
15209
15210         * bmtable.c: doxygen, small cleanup
15211
15212         * LaTeX.h: remove friend operator==
15213
15214 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15215
15216         * screen.C:
15217         * lyxrc.[Ch]:
15218         * lyxfunc.C:
15219         * lyxfont.[Ch]:
15220         * lyx_cb.C:
15221         * intl.[Ch]:
15222         * commandtags.h:
15223         * buffer.C:
15224         * WorkArea.[Ch]:
15225         * LyXAction.C:
15226         * BufferView_pimpl.C:
15227         * BufferView.[Ch]: remove cruft
15228
15229 2001-02-14  Juergen Vigna  <jug@sad.it>
15230
15231         * lyxfunc.C: removed #if 0 unused code
15232
15233         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15234
15235         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15236
15237         * text2.C (SetSelection): added a BufferView * parameter
15238
15239 2001-02-13  Juergen Vigna  <jug@sad.it>
15240
15241         * lyxfunc.C (Dispatch): fixed protected blank problem.
15242         * BufferView2.C (protectedBlank): added LyxText * parameter.
15243
15244         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15245         (AppendColumn): same as above for column_info.
15246
15247         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15248         (moveCursorUpdate): use a LyXText param for support of InsetText.
15249
15250         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15251         (tripleClick): ditto
15252
15253         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15254
15255         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15256
15257         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15258
15259         * text2.C (SetSelection): set correct update status if inset_owner
15260         (ToggleFree): ditto
15261
15262 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15263
15264         * tabular.C: remove some commented code.
15265
15266 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15267
15268         * BufferView_pimpl.C: call hideSplash()
15269
15270         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15271
15272         * include_form.h:
15273         * bibforms.h: remove
15274
15275         * lyxfunc.C:
15276         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15277           add LFUN_CHILD_CREATE
15278
15279         * counters.h: fix tiny typo
15280
15281         * lyx_cb.C:
15282         * lyx.h:
15283         * lyx_gui.C:
15284         * lyx.C: move splash to frontends/xforms/
15285
15286         * lyx_gui_misc.C: move Include and Bibform to frontends
15287
15288         * lyxvc.h: clarify comment
15289
15290         * vspace.C: tiny housekeeping
15291
15292 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15293
15294         * text.C (PrepareToPrint): RTL Fix.
15295
15296         * paragraph.C (GetUChar): New method.
15297         (String):  Use GetUChar.
15298
15299         * buffer.C (asciiParagraph): Use GetUChar.
15300
15301 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15302
15303         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15304
15305 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15306
15307         * buffer.h:
15308         * buffer.C: rename to getLogName(), handle
15309           build log / latex log nicely
15310
15311 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15312
15313         * MenuBackend.C:
15314         * MenuBackend.h: remove support for reference menuitem type.
15315
15316 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15317
15318         * BufferView_pimpl.C: housekeeping
15319         * BufferView_pimpl.h:
15320         * LyXView.h:
15321         * Makefile.am:
15322         * Timeout.C:
15323         * Timeout.h:
15324         * minibuffer.h: move Timeout GUI-I
15325
15326 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15327
15328         * lyxrc.C (read): Update converters data-structures.
15329
15330 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15331
15332         * LaTeX.h (operator!=): add operator != for Aux_Info
15333
15334 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15335
15336         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15337
15338         * LaTeXLog.C: deleted, useful code moved to Buffer
15339
15340         * buffer.h:
15341         * buffer.C: new function getLatexLogName()
15342
15343         * lyx_gui_misc.C:
15344         * lyx_gui.C:
15345         * lyxvc.C:
15346         * lyxvc.h:
15347         * lyxfunc.C: use frontends for LaTeX and VC logs
15348
15349 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15350
15351         * LaTeX.h: yet another std:: that Allan forgot.
15352
15353         * Variables.C (set): renamed from isset(), because this clashes
15354         with some HP-UX macros (grr).
15355
15356 2001-02-06  Allan Rae  <rae@lyx.org>
15357
15358         * LaTeX.h: Another bug fix.  Missing std:: this time.
15359
15360 2001-02-04  Allan Rae  <rae@lyx.org>
15361
15362         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15363         floats problem. I've left it commented out because it's not quite
15364         correct.  It should also test that the current object is a table or
15365         figure inset.  But I haven't gotten around to figuring out how to do
15366         that.  I *think* it'll be something like: "table" == inset.type()
15367
15368         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15369         bool.
15370
15371 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15372
15373         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15374         all the citation/databases/styles in the auxilary file.
15375         (run): Rerun latex if there was a babel language error.
15376
15377 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15378
15379         * text.C (Backspace): Preserve the font when changing newline char
15380         with a space.
15381         (BreakParagraph): If the cursor is before a space, delete the space.
15382
15383         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15384
15385 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15386
15387         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15388         new argument (code).
15389         (ChangeCitationsIfUnique): New method.
15390
15391         * paragraph.C (GetPositionOfInset): Handle bibkey.
15392
15393 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15394
15395         * BufferView_pimpl.h: change type of Position::par_pos to
15396         LyXParagraph::size_type.
15397
15398 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15399
15400         * BufferView_pimpl.C (savePosition, restorePosition): Write
15401         messages to minibuffer.
15402
15403 2001-01-28  José Matos  <jamatos@fep.up.pt>
15404
15405         * buffer.C (makeDocBookFile): adds support for document language.
15406         A silly restriction on the name of LatexCommand types where removed.
15407         Added support for CDATA sections, allows to chars unescaped, used
15408         among others in code, to avoid escape < and >.
15409
15410 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15411
15412         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15413         saved positions instrad of a stack. Furthermore, a position is
15414         stored using paragraph id/paragraph position.
15415
15416         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15417         Remove LFUN_REF_BACK.
15418
15419 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15420
15421         * converter.C (dvipdfm_options): New method.
15422
15423 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15424
15425         * vspace.C (isValidLength): Fix for empty input string.
15426
15427 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15428
15429         * LyXAction.C (init): change description of LFUN_FIGURE to
15430         "Insert Graphics"
15431
15432 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15433
15434         * LaTeX.C: add using directive
15435
15436 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15437
15438         * MenuBackend.C (expand): Fix the sorting of the formats.
15439
15440 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15441
15442         * lyx_main.C: tiny error message fix
15443
15444 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15445
15446         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15447         calling fl_initialize(). This fixes the problem with ',' as
15448         decimal separator in text files.
15449
15450 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15451
15452         * trans.C (process): Fix the keymap bug.
15453
15454 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15455
15456         * LaTeX.C (scanAuxFiles): New method. Provides support for
15457         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15458         (scanLogFile) Scan for "run BibTeX" messages.
15459
15460         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15461         OT1 font encoding. Also, load the aecompl package if the ae
15462         package is loaded.
15463
15464         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15465
15466 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15467
15468         * texrow.C (increasePos): turn two error messages into debug
15469         messages.
15470
15471 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15472
15473         * LaTeX.C (scanAux): Handle the \@input macro.
15474         (runBibTeX): Use scanAux().
15475
15476         * language.C (latex_options_): New field.
15477
15478         * LaTeXFeatures.C (getMacros): Add language macros.
15479
15480         * buffer.C (makeLaTeXFile): Small fix.
15481
15482 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15483
15484         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15485
15486         * text2.C: add a using directive.
15487
15488 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15489
15490         * BufferView2.C:
15491         * lyx_gui_misc.h:
15492         * lyxfr1.C:
15493         * lyxfunc.C: kill LyXBell.
15494
15495 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15496
15497         * text.C (IsBoundary): Remove the error message
15498
15499         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15500
15501         * lyxrc.C (setDefaults): Correct initialization value for
15502         font_norm_type.
15503
15504 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15505
15506         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15507         gotoError().
15508
15509         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15510         and GotoNextNote().
15511
15512         * src/LyXAction.C: Added reference-next.
15513
15514         * text.C (InsertChar): Use contains instead of strchr.
15515
15516         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15517
15518 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15519
15520         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15521         alignment commands (when needed).
15522
15523         * text.C (InsertChar): Add ':' to number separator chars.