]> git.lyx.org Git - features.git/blob - src/ChangeLog
05404ca962da4358944a7748fe6ed2b9e49787d3
[features.git] / src / ChangeLog
1 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * buffer.C: increment format to 233.
4
5 2004-04-28  Angus Leeming  <leeming@lyx.org>
6
7         * BufferView.[Ch] (c-tor):
8         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
9         No longer passes these data to the WorkArea generator.
10
11 2004-04-28  Angus Leeming  <leeming@lyx.org>
12
13         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
14
15 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
16
17         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
18
19 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
20
21         * output_latex.C (TeXEnvironment): make sure that there is a line
22         break before \end{foo} for the last paragraph of a document
23         (TeXOnePar): if the paragraph is at the end of the document (or
24         inset) and the language has to be reset, then make sure that the
25         line break is _before_ the language command, not after (fixes bug
26         1225); also make sure that the language reset command is the first
27         thing after the paragraph (to ensure proper nesting of
28         environments and thus fix bug 1404)
29
30 2004-04-21  John Levon  <levon@movementarian.org>
31
32         * ToolbarBackend.h:
33         * ToolbarBackend.C: make "name" be a programmatic name
34         and a gui_name field.
35
36         * lyxfunc.C: display the minibuffer on M-x
37
38 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
39
40         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
41         (bug 1526)
42
43 2004-04-19  Angus Leeming  <leeming@lyx.org>
44
45         * BufferView_pimpl.C (setBuffer): changed preview interface.
46
47         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
48         possible values.
49
50 2004-04-19  John Levon  <levon@movementarian.org>
51
52         * BufferView_pimpl.C:
53         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
54
55 2004-04-05  Angus Leeming  <leeming@lyx.org>
56
57         * text.C (redoParagraphs): add call to updateCounters(), thereby
58         fixing the missing "Figure #:" label from the caption of a
59         figure float.
60
61 2004-04-13  Angus Leeming  <leeming@lyx.org>
62
63         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
64         cursor is clicked out of an inset.
65
66 2004-04-13  Angus Leeming  <leeming@lyx.org>
67
68         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
69         than an InsetOld one.
70
71 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
72
73         * format.[Ch]: add editor to Format
74         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
75         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
76
77 2004-04-08  André Pönitz  <poenitz@gmx.net>
78
79         * metricsinfo.h: remove PainterInfo::width member
80
81 2004-04-08  Angus Leeming  <leeming@lyx.org>
82
83         * lyx_sty.C (boldsymbol_def): modify so that it outputs
84         "\providecommand" rather than "\newcommand", thereby preventing
85         clashes with packages that define "\boldsymbol" themselves.
86         Eg, beamer.
87
88 2004-04-08  Angus Leeming  <leeming@lyx.org>
89
90         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
91         thereby squashing an unnecessary warning.
92
93 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
94
95         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
96         setBuffer()
97
98 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
99
100         * BufferView.C (setCursor): call redoParagraph (some insets could
101         have been opened)
102         (putSelectionAt): remove the 'double update' trick
103
104         * BufferView_pimpl.C (fitCursor): call refreshPar
105         (workAreaDispatch): remove an uneeded update call
106         (dispatch): remove some manual update calls
107
108         * cursor.[Ch]: remove cached_y_, updatePos
109         (selHandle): set noUpdate when appropriate
110
111         * lyxfunc.C (dispatch): track if we need an update
112
113         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
114
115         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
116         (paintSelection): cheap optimization, do not call cursorX when not
117         needed
118         (paintPars): change signature
119         (refreshPar): add
120         (paintText): adjust
121         (paintTextInset): adjust
122
123         * text.C: adjust
124
125 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
126
127         * lengthcommon.C: compilation fix: remove explicit array size from
128         unit_name[] and friends
129
130 2004-04-05  Angus Leeming  <leeming@lyx.org>
131
132         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
133
134         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
135         present only for the preferences dialog.
136         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
137
138 2004-04-05  Angus Leeming  <leeming@lyx.org>
139
140         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
141         to enable the frontends to export changes to lyxrc correctly.
142
143         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
144
145 2004-04-07  André Pönitz  <poenitz@gmx.net>
146
147         * cursor.[Ch] (selClear, adjust): remove math
148
149         * cursor_slice.C: more agressive assert
150
151         * lyxfunc.C:
152         * BufferView_pimpl.C: rework mouse event dispatch
153
154         * dociterator.C:
155         * paragraph.C:
156         * text2.C:
157         * text3.C: adjust
158
159 2004-04-05  André Pönitz  <poenitz@gmx.net>
160
161         * cursor.[Ch] (valign, halign...): remove unneeded functions
162
163 2004-04-05  Angus Leeming  <leeming@lyx.org>
164
165         * lyxlength.[Ch] (unit_name et al.): const-correct.
166
167 2004-04-05  Angus Leeming  <leeming@lyx.org>
168
169         * BufferView_pimpl.C:
170         * buffer.C:
171         * counters.C:
172         * cursor.C:
173         * lyxfunc.C
174         * paragraph.C:
175         * pariterator.C:
176         * text.C:
177         * text2.C:
178         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
179
180 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
181
182         * text3.C (getStatus): add LFUN_BEGINNINGBUF
183
184 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
185
186         * lyxfind.C: add a couple of inTexted() tests + other small fixes
187         * BufferView_pimpl.[Ch] (getStatus)
188         * BufferView.[Ch] (getStatus): add
189         * lyxfunc.C (getStatus): move lfuns handled in
190         BufferView::dispatch to te function above
191         * Cursor.C (setSelection): set selection() = true
192
193 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
194
195         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
196
197 2004-03-31  Angus Leeming  <leeming@lyx.org>
198
199         * lyxfunc.C (dispatch): Fall through to the generic
200         Dialogs::show("preamble").
201
202 2004-03-31  Angus Leeming  <leeming@lyx.org>
203
204         * lyxfunc.C (dispatch): Fall through to the generic
205         Dialogs::show("spellchecker").
206
207 2004-03-31  Angus Leeming  <leeming@lyx.org>
208
209         * lyxfunc.C (getStatus, dispatch): changed invocation of the
210         preferences dialog.
211
212 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
213
214         * BufferView.C
215         * cursor.[Ch]
216         * dociterator.[Ch]:
217         * insetiterator.[Ch]:
218         * lyxfind.C:
219         * lyxfunc.C:
220         * pariterator.[Ch]:
221         * text2.C:
222         * undo.[Ch]: s/DocumentIterator/DocIterator/g
223
224 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
225
226         * BufferView.C (setCursor, putSelectionAt): call edit to open the
227         insets where we are putting the cursor.
228
229 2004-03-31  Angus Leeming  <leeming@lyx.org>
230
231         * lfuns.h:
232         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
233
234         * lyxrc.[Ch] (read, write): overloaded member functions taking
235         a std::[io]stream arguments.
236
237         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
238
239 2004-03-31  Angus Leeming  <leeming@lyx.org>
240
241         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
242         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
243
244         * lyxtextclass.C (load): if the text class couldn't be loaded, then
245         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
246
247 2004-03-31  Angus Leeming  <leeming@lyx.org>
248
249         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
250         the LFUN_ALL_INSETS_TOGGLE code.
251
252 2004-03-30  Angus Leeming  <leeming@lyx.org>
253
254         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
255         has died. Fall through to the generic Dialogs::show("document").
256
257 2004-03-30  Angus Leeming  <leeming@lyx.org>
258
259         * lfuns.h:
260         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
261         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
262
263         * lyxfunc.C (getStatus, dispatch): define the actions for these
264         lfuns. Little more than a cut and pste job from ControlDocument.C
265
266         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
267
268 2004-03-30  Angus Leeming  <leeming@lyx.org>
269
270         * lfuns.h:
271         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
272         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
273
274         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
275         open/closed state of ollapsable insets. Usage:
276
277         all-inset-toggle <state> <name>, where
278         <state> == "open" || "closed" || "toggle" and
279         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
280
281         * lyxtext.h, text2.C (toggleInset): removed.
282
283         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
284         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
285         now passes LFUN_INSET_TOGGLE to the found inset.
286
287         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
288         is now invoked as "all-insets-toggle toggle branch".
289
290 2004-03-30  Angus Leeming  <leeming@lyx.org>
291
292         * dociterator.C:
293         * insetiterator.C:
294         * pariterator.[Ch]: added/corrected header blurb.
295
296 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
297
298         * dociterator.[Ch]: add an inset_ member
299         (backwardPos): implemented
300         (backwardPos, forwardPos): use inset_ when the stack is empty.
301         (doc_iterator_begin, doc_iterator_end): implemented
302         * pariterator.[Ch]: adjust, add begin, end
303         * insetiterator.[Ch]: adjust, add begin, end
304         * cursor.C:
305         * document.C:
306         * BufferView.C:
307         * BufferView_pimpl.C:
308         * CutAndPaste.C: adjust
309
310 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
311
312         * buffer.C: increment file format to 232.
313         * LaTeXFeatures.C: add bibtopic package.
314         * bufferparams.[Ch]: param \use_bibtopic.
315
316         * lyxrc.[Ch]: add lyxrc bibtex_command
317         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
318
319         * buffer.C: increment file format to 231.
320
321 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
322
323         * dociterator.C: implement forwardPar
324         * iterators.[Ch]: remove, replaced by
325         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
326         * BufferView.C:
327         * BufferView_pimpl.C:
328         * CutAndPaste.C:
329         * buffer.C:
330         * bufferview_funcs.C:
331         * cursor.C:
332         * lyxfind.C
333         * lyxfunc.C
334         * paragraph_funcs.C
335         * toc.C:
336         * Makefile.am: adjust
337
338 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
339
340         * CutAndPaste.C (pasteSelection): fix 2 crashes
341         (eraseSelection): fix a crash
342         * paragraph_funcs.C: remove a warning
343
344 2004-03-28  Angus Leeming  <leeming@lyx.org>
345
346         * lfuns.h:
347         * LyXAction.C (init): new LFUN_PRINT.
348
349         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
350
351 2004-03-27  Angus Leeming  <leeming@lyx.org>
352
353         * lfuns.h:
354         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
355
356         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
357
358 2004-03-27  Angus Leeming  <leeming@lyx.org>
359
360         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
361         insetlist always contains non-null pointers to insets.
362
363 2004-03-26  Angus Leeming  <leeming@lyx.org>
364
365         * src/BufferView_pimpl.C:
366         * src/CutAndPaste.C:
367         * src/buffer.C:
368         * src/iterators.C:
369         * src/output_plaintext.C:
370         * src/outputparams.h:
371         * src/paragraph_funcs.C:
372         * src/rowpainter.C:
373         * src/text.C:
374         * src/text2.C:
375         * src/frontends/controllers/ControlErrorList.C:
376         * src/frontends/gtk/FileDialogPrivate.C:
377         * src/frontends/gtk/GPainter.C:
378         * src/frontends/gtk/GToolbar.C:
379         * src/frontends/qt2/QRef.C:
380         * src/mathed/math_scriptinset.C: squash compiler warnings.
381
382 2004-03-26  Angus Leeming  <leeming@lyx.org>
383
384         * ispell.C (LaunchIspell::start):
385         * lyx_cb.C (AutoSaveBuffer::start):
386         invoke run(DontWait) rather than runNonBlocking().
387
388 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
389
390         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
391
392 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
393
394         * kbsequence.C (print): adjust
395
396         * kbmap.C (printKeySym): rename and change signature
397         (printKey): use LyXKeySym::print()
398
399 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
400
401         * undo.C: add using std::advance to compile for stlport
402
403 2004-03-24  Angus Leeming  <leeming@lyx.org>
404
405         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
406         it leads to a crash when no buffer is present.
407
408 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
409             Martin Vermeer  <martin.vermeer@hut.fi>
410
411         * lyxfunc.C (dispatch):
412         * bufferparams.C (readToken): use the new LColor::setColor
413
414         * LColor.[Ch] (setColor): new version that takes two strings as
415         argument and creates a new color entry if necessary
416
417 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
418
419         * buffer.C (makeLaTeXFile): if the main latex file that is
420         processed is usually a subdocument of some master, then pretend
421         for a while that it is actually the master
422
423 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
424
425         * buffer.C (getLabelList):
426         (getBibkeyList): use getMasterBuffer()
427         (getMasterBuffer): new method. Returns the main document in the
428         case where one is using included documents.
429
430 2004-03-25  André Pönitz  <poenitz@gmx.net>
431
432         * Makefile.am:
433         * iterators.[Ch]:
434         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
435
436         * ParagraphList_fwd.h: change ParagraphList to a std::vector
437
438         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
439         text*.C over here. Rename namespace CutAndPaste to lyx::cap
440
441         * ParameterStruct.h: merge with ParagraphParameters
442
443         * lyxtext.h: remove LyXText::parOffset() and getPar()
444
445         * text3.C: Remove all 'manual' update calls. We do now one per user
446         interaction which is completely sufficient.
447
448         * Bidi.C:
449         * BufferView.[Ch]:
450         * BufferView_pimpl.C:
451         * FontIterator.[Ch]:
452         * MenuBackend.C:
453         * ParagraphParameters.[Ch]:
454         * buffer.C:
455         * buffer.h:
456         * bufferlist.C:
457         * cursor.[Ch]:
458         * cursor_slice.[Ch]:
459         * dociterator.[Ch]:
460         * errorlist.[Ch]:
461         * factory.C:
462         * lfuns.h:
463         * lyxfind.C:
464         * lyxfunc.C:
465         * output_docbook.[Ch]:
466         * output_latex.[Ch]:
467         * output_linuxdoc.[Ch]:
468         * output_plaintext.[Ch]:
469         * paragraph.[Ch]:
470         * paragraph_funcs.[Ch]:
471         * paragraph_pimpl.[Ch]:
472         * rowpainter.C:
473         * tabular.[Ch]:
474         * text.C:
475         * text2.C:
476         * toc.C:
477         * undo.[Ch]: adjust
478
479         * frontends/controllers/ControlDocument.C:
480         * frontends/controllers/ControlErrorList.C:
481         * frontends/controllers/ControlSpellchecker.C:
482         * insets/inset.C:
483         * insets/inset.h:
484         * insets/insetbase.h:
485         * insets/insetbibitem.C:
486         * insets/insetbox.C:
487         * insets/insetbranch.C:
488         * insets/insetcaption.C:
489         * insets/insetcharstyle.C:
490         * insets/insetcharstyle.h:
491         * insets/insetcollapsable.C:
492         * insets/insetcollapsable.h:
493         * insets/insetert.C:
494         * insets/insetfloat.C:
495         * insets/insetfoot.C:
496         * insets/insetmarginal.C:
497         * insets/insetnote.C:
498         * insets/insetoptarg.C:
499         * insets/insettabular.C:
500         * insets/insettext.C:
501         * insets/insettext.h:
502         * insets/insetwrap.C:
503         * mathed/math_mboxinset.C:
504         * mathed/math_nestinset.C:
505         * mathed/math_scriptinset.C:
506         * mathed/math_scriptinset.h:
507         * support/types.h:
508
509 2004-03-24  Angus Leeming  <leeming@lyx.org>
510
511         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
512         deal with any child processes that have finished but are waiting to
513         communicate this fact to the rest of LyX.
514
515 2004-03-24  Angus Leeming  <leeming@lyx.org>
516
517         64-bit compile fixes.
518
519         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
520         (c-tor): pass lyx::pos_types rather than ints.
521
522         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
523         lyx::pos_type.
524
525         * text.C (Delete): compile fix.
526         (getPar): ensure that function declaration is the same as that in
527         the header file.
528
529 2004-03-23  Angus Leeming  <leeming@lyx.org>
530
531         * ispell.C (LaunchIspell):
532         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
533         a boost::shred_ptr rather than a std::auto_ptr.
534
535 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
536
537         * lyxfunc.C (getStatus): handle read-only buffers correctly;
538         handle LFUN_FILE_INSERT_*
539
540         * lyxrc.C (setDefaults, getDescription, output, read):
541         * lyxrc.h: remove ps_command
542
543 2004-03-22  Angus Leeming  <leeming@lyx.org>
544
545         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
546         Ensure that error_handler is processed once only and that all data
547         is saved before attempting to output any warning messages.
548
549         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
550
551 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
552
553         * tabular.C (TeXRow): crash fix (from Kayvan and André)
554
555 2004-03-19  André Pönitz  <poenitz@gmx.net>
556
557         * cursor.[Ch] (reset): take main text inset as argument
558
559         * BufferView: adjust
560         * BufferView_pimpl.C: adjust
561
562         * paragraph.[Ch]: fix completely broken operator=()
563
564 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
565
566         * LColor.C (getFromLyXName): make sure that the color name is used
567         as lowercase.
568
569 2004-03-17  Angus Leeming  <leeming@lyx.org>
570
571         * lfuns.h:
572         * LyXAction.C (init): remove LFUN_FORKS_KILL.
573
574         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
575         dialog and to kill a forked process.
576
577 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
578
579         * text2.C (setCursorFromCoordinates): fix font problem
580
581 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
582
583         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
584         bogus "rebuild cursor" code
585
586 2004-03-11  André Pönitz  <poenitz@gmx.net>
587
588         * buffer.[Ch]: use InsetText instead of LyXText as container for
589         the main lyx text.
590
591         * dociterator.[Ch]: drop the BufferView * member which is not needed
592         anymore after the change to buffer.C
593
594         * paragraph_funcs.C:
595         * text.C:
596         * text2.C:
597         * BufferView.[Ch]:
598         * BufferView_pimpl.[Ch]:
599         * cursor.[Ch]:
600         * cursor_slice.[Ch]: adjust
601
602         * text3.C: fix bug in mathDispatch
603
604 2004-03-08  André Pönitz  <poenitz@gmx.net>
605
606         * undo.[Ch]: use 'StableDocumentIterator' as base for
607         the Undo struct.
608
609 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
610
611         * LaTeXFeatures.C:
612         * bufferparams.[Ch]: add jurabib support and param.
613
614         * LaTeX.C: add FIXME/comment.
615
616 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
617
618         * buffer.C: increment file format to 230.
619
620 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
621
622         * cursor.C (dispatch): avoid infinite loops
623
624 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
625
626         * rowpainter.C (paintSelection): fix x coordinates
627
628 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
629
630         * text.C (rowBreakPoint): fix breaking before displayed insets
631
632 2004-03-01  André Pönitz  <poenitz@gmx.net>
633
634         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
635
636         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
637
638         * Makefile.am:
639         * BufferView.C:
640         * BufferView_pimpl.C:
641         * buffer.C:
642         * lyxfind.C:
643         * lyxfunc.C:
644         * text.C:
645         * text2.C:
646         * text3.C: adjust
647
648 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
649
650         * lyxtext.h:
651         * text.C:
652         * text2.C:
653         * rowpainter.C:
654         * BufferView_pimpl.C: rename textwidth -> maxwidth,
655         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
656
657 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
658
659         * Bidi.[Ch] (computeTables): const correctness
660         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
661         fill_hfill, fill_label_hfill and x from Row
662         * lyxtext.h: prepareToPrint returns a RowMetrics
663         * rowPainter.C: adjust
664         * text.C (prepareToPrint): use width, not textWidth. adjust
665         (redoParagraphInternal, cursorX): adjust
666         * text2.C (getColumnNearX): adjust
667         (init): put a default value to the top LyXText::width
668
669 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
670
671         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
672
673 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
674
675         * lyxtext.h: add FontIterator class
676
677         * text.C (FontIterator, operator*, operator->, operator++): add
678         (rowBreakPoint, setRowWidth): adjust (fixing a
679         rebreaking bug)
680
681 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
682
683         * BufferView_pimpl.C (workAreaDispatch): allow also
684         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
685
686 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
687
688         * text.C (rowBreakPoint): fix a bug showing with very large insets
689
690 2004-02-25  André Pönitz  <poenitz@gmx.net>
691
692         * text3.C:
693         * cursor.[Ch]: move some mathed specific code to mathed
694
695 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
696
697         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
698         use_tempdir in preferences
699         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
700         tempfile creation
701         * lyx_main.C: ensure that tempdir is valid
702         * lyxlex.h: correct typo
703         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
704         * paragraph.[Ch] (isMultiLingual): make const
705         * cursor.[Ch] (openable): make const
706
707 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
708
709         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
710
711 2004-02-20  André Pönitz  <poenitz@gmx.net>
712
713         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
714
715         * cursor.[Ch]: prepare for localized getStatus()
716
717         * lyxtext.h:
718         * tabular.C:
719         * text.C:
720         * text2.C:
721         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
722
723 2004-02-20  André Pönitz  <poenitz@gmx.net>
724
725         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
726
727 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
728
729         * text2.C (setCursorFromCoordinates): switch to absolute coords
730         (cursorUp): adjust
731         (cursorDown): adjust
732         * text3.C (dispatch): adjust
733
734 2004-02-16  André Pönitz  <poenitz@gmx.net>
735
736         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
737           insets/ChangeLog)
738
739         * cursor_slice.[Ch]: remove unneeded acessor function
740
741         * lyxtext.h: rename rtl() to isRTL()
742
743         * rowpainter.C:
744         * tabular.C:
745         * text.C:
746         * text2.C:
747         * text3.C: adjust
748
749 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
750
751         * rowpainter.C (paintSelection): coord fix
752
753 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
754
755         * Spacing.C: compile fix
756
757 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
758
759         * cursor.C (dispatch): restore current_ before returning
760
761 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
762
763         * text2.C (cursorUp, cursorDown): fix coords
764         (moveUp): fix crash
765
766 2004-02-12  André Pönitz  <poenitz@gmx.net>
767
768         * lyxtext.h:
769         * text.C:
770         * text2.C:
771         * text3.C: add LCursor & parameter to most cursor movement functions
772           remove usage of LyXText::cursorRow() and cursorPar()
773
774         * cursor.[Ch]: add textRow() needed members
775
776         * BufferView.C:
777         * BufferView_pimpl.C:
778         * paragraph.[Ch]:
779         * BufferView.C:
780         * BufferView_pimpl.C: adjust
781
782 2004-02-11  André Pönitz  <poenitz@gmx.net>
783
784         * lyxfunc.C:
785         * BufferView.[Ch]:
786         * BufferView_pimpl.C: shift undo/redo handling
787
788         * cursor.[Ch]: fix mathed crash
789
790         * lyxfind.C:
791         * lyxtext.h: move selectionAsText to LCursor
792
793         * output_latex.C:
794         * paragraph.C:
795         * text.C:
796         * text2.C:
797         * text3.C: adjust
798
799         * rowpainter.C: fix excessive drawing
800
801 2004-02-06  André Pönitz  <poenitz@gmx.net>
802
803         * BufferView.[Ch]:
804         * BufferView_pimpl.[Ch]:
805         * text3.C: move some text specific LFUN handling
806
807 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
808
809         * text3.C (checkInsetHit): adjust coords
810         * text2.C (getColumnNearX): adjust coords
811         (edit): adjust coords
812         * text.C (getRowNearY): add two asserts
813
814 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
815
816         * converter.C:
817         * format.C: add using std::distance to compile on gcc 2.95/stlport
818
819 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
820
821         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
822
823 2004-02-04  André Pönitz  <poenitz@gmx.net>
824
825         * BufferView.[Ch] (insertInset):
826         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
827
828         * text2.C:
829         * text3.C: adjust
830
831 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
832
833         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
834         on the default clause of the switch
835         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
836         wasn't catched by LCursor::dispatch
837
838 2004-02-03  André Pönitz  <poenitz@gmx.net>
839
840         * BufferView.C:
841         * cursor.[Ch]: some additional asserts
842
843         * undo.[Ch]: remove LyXText dependency in interface
844
845         * lyxfunc.C: adjust
846
847         * lyxtext.h (firstPar, lastPar): remove dead functions
848
849         * text.C:
850         * text2.C:
851         * text3.C:
852         * paragraph.[Ch]: adjust
853
854 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
855
856         * lyxfind.C (find): fix argument order in call to ::find
857
858 2004-02-02  André Pönitz  <poenitz@gmx.net>
859
860         * cursor.[Ch]: remove direct access to anchor
861
862         * text.C: remove findText() hack
863
864 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
865
866         * iterators.[Ch] (lockPath): remove in favour of...
867         * BufferView.[Ch] (setCursor): this addition
868         * BufferView.C (putSelectionAt): adjust
869         * undo.C (performUndoOrRedo): adjust
870         * lyxfunc.C (dispatch): adjust
871
872 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
873
874         * iterators.C (lockPath): add a missing slice
875         * undo.C (performUndoOrRedo): remove redundant positioning code
876
877 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
878
879         * vc-backend.C (scanMaster): ";" -> ';'
880
881 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
882
883         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
884         std::binary_function
885
886         * lyxtextclass.C (compare_name): rename to...
887         (LayoutNamesEqual): ...this
888
889         * lyxlex_pimpl.C (compare_tags): inherit from
890         std::binary_function, put back into anon namespace
891
892         * lyxfind.C (MatchString): inherig from std::binary_function
893         (findChange): use empty() istead of !size()
894
895         * format.C (FormatNamesEqual): new functor
896         (getFormat): use it
897         (getNumber): use it
898         (add): use it
899         (erase): use it
900         (setViewer): use it
901
902         * converter.C (compare_Converter): rename to...
903         (ConverterEqual): ...this, and fixup a bit.
904         (getConverter): use it, and make function const
905         (getNumber): use it, and make function const
906         (add): use it
907         (erase): use it:
908
909         * bufferlist.C: add using boost::bind
910
911         * MenuBackend.C (MenuNamesEqual): new functor
912         (hasMenu): use it, and make function const
913         (hasSubmenu): use nested bind to get rid of compare_memfun.
914
915 2004-01-30  André Pönitz  <poenitz@gmx.net>
916
917         * BufferView_pimpl.C:
918         * cursor.C:
919         * cursor.h:
920         * cursor_slice.[Ch]:
921         * lyxfunc.C:
922         * lyxtext.h:
923         * paragraph_funcs.C:
924         * paragraph_funcs.h:
925         * rowpainter.C:
926         * text.C:
927         * text2.C:
928         * text3.C: move some of the edit(x,y) handling to the insets
929         some coordinate changes.
930
931 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
932
933         * text.C: add using statements for std::advance and std::distance
934
935         * paragraph.C: add using statement for std::distance
936
937         * lyxfind.C: add using statement for std::advance
938
939         * cursor.C (region): remove std:: from swap
940         (openable): use nucleus in stead of operator->
941
942         * BufferView.C: add using statements for std::distance and std::swap
943
944 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
945
946         * iterators.C: Remove the pimple, move the needed structures to
947         the header file. Create accessor for the positions stack.
948         (asPosIterator): remove function
949
950         * PosIterator.C (PosIterator): move constructors to top of file
951         (PosIterator): reimplement the constructor taking a ParIterator in
952         terms of setFrom.
953         (setFrom): new function
954         (operator!=): inline it
955
956 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
957
958         * lyxfind.C (replaceAll): use std::advance
959
960         * iterators.h: inherit from std::iterator.
961
962         * PosIterator.C (advance, distance): remove
963         * PosIterator.h: interit from std::iterator.
964
965 2004-01-26  André Pönitz  <poenitz@gmx.net>
966
967         * BufferView.[Ch]:
968         * BufferView_pimpl.[Ch]:
969         * InsetList.[Ch]:
970         * PosIterator.[Ch]:
971         * buffer.h:
972         * bufferview_funcs.C:
973         * cursor.[Ch]:
974         * cursor_slice.h:
975         * factory.[Ch]:
976         * iterators.[Ch]:
977         * lyxfind.C:
978         * lyxfunc.C:
979         * lyxtext.h:
980         * output_docbook.C:
981         * output_latex.C:
982         * output_linuxdoc.C:
983         * output_plaintext.C:
984         * paragraph.[Ch]:
985         * paragraph_funcs.[Ch]:
986         * paragraph_pimpl.[Ch]:
987         * rowpainter.C:
988         * tabular.C:
989         * tabular.h:
990         * text.C:
991         * text2.C:
992         * text3.C: more IU:  dumps most of the rest of the mathcursor
993     implementation into cursor.[Ch]; "globalize" a bit of it.
994
995 2004-01-25  Angus Leeming  <leeming@lyx.org>
996
997         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
998
999 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1000
1001         * LaTeXFeatures.h: add nice_ and nice() const
1002         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1003
1004 2004-01-20  André Pönitz  <poenitz@gmx.net>
1005
1006         * BufferView.[Ch]:
1007         * BufferView_pimpl.C:
1008         * PosIterator.C:
1009         * bufferview_funcs.C:
1010         * cursor.[Ch]:
1011         * cursor_slice.[Ch]:
1012         * factory.C:
1013         * iterators.C:
1014         * lyx_cb.C:
1015         * lyxfind.C:
1016         * lyxfunc.C:
1017         * lyxtext.h:
1018         * rowpainter.C:
1019         * text.C:
1020         * text2.C:
1021         * text3.C:
1022         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1023           LCursor and mathcursor parts to LCursor and InsetBase.
1024
1025 2004-01-15  André Pönitz  <poenitz@gmx.net>
1026
1027         * cursor_slice.[Ch]: add a few covienience functions
1028
1029         * funcrequest.[Ch]: remove BufferView * member
1030
1031         * BufferView_pimpl.C:
1032         * cursor.C:
1033         * factory.[Ch]:
1034         * lyxfind.[Ch]:
1035         * lyxfunc.C:
1036         * lyxtext.h:
1037         * text3.C:
1038         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1039
1040 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1041
1042         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1043         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1044
1045 2004-01-13  André Pönitz  <poenitz@gmx.net>
1046
1047         * textcursor.[Ch]:
1048         * lyxtext.h: hide cursor and selection anchor behind accessor function
1049
1050         * BufferView.C:
1051         * BufferView_pimpl.[Ch]:
1052         * PosIterator.C:
1053         * bufferview_funcs.C:
1054         * cursor.h:
1055         * lyxfind.C:
1056         * lyxfunc.C:
1057         * text.C:
1058         * text2.C:
1059         * text3.C:
1060         * undo.C: adjust
1061
1062         * cursor.h:
1063         * cursor_slice.[Ch]: some integer type changes for inset unification
1064
1065         * lyxcursor.[hC]: remove, it's CursorSlice now.
1066
1067         * Makefile.am:
1068         * BufferView_pimpl.[Ch]:
1069         * bufferview_funcs.C:
1070         * cursor_slice.C:
1071         * lyxtext.h:
1072         * text.C:
1073         * text2.C:
1074         * text3.C:
1075         * textcursor.[Ch]: adjust
1076
1077 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1078
1079         * text2.C (undoSpan): add and use
1080         * text.C (breakParagraph): use undoSpan (fix bug 578)
1081         * lyxtext.h: adjust
1082
1083 2004-01-08  Angus Leeming  <leeming@lyx.org>
1084
1085         * BufferView_pimpl.C (MenuInsertLyXFile):
1086         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1087         * lyxfunc.C (menuNew, open, doImport):
1088         FileFilterList change to the FileDialog open and save functions.
1089
1090 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1091
1092         * ShareContainer.h: make isEqual and isUnique adaptable
1093
1094         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1095
1096 2004-01-07  Angus Leeming  <leeming@lyx.org>
1097
1098         * LyXAction.C:
1099         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1100
1101         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1102
1103         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1104         functions replacing find, replace and replaceAll.
1105
1106         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1107         LFUN_WORDFIND(FORWARD|BACKWARD).
1108
1109 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1110
1111         * text.C (breakParagraph): remove an outdated #warning
1112
1113 2004-01-07  André Pönitz  <poenitz@gmx.net>
1114
1115         * lyxfind.C: somewhat clearer logic
1116
1117         * text.C: prevent crash in cursorX on unitialized row cache
1118
1119 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1120
1121         * lyxcursor.[Ch] (operator>): add
1122         * textcursor.C (selStart, selEnd): use std::min and std::max
1123
1124 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1125
1126         * Chktex.C: include boost/format.hpp
1127
1128 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1129
1130         * InsetList.C: replace functor MathcIt with adaptable functor
1131         InsetTablePosLess
1132         (insetIterator): modify accordingly
1133
1134         * BranchList.h: move the BranchNamesEqual functor here from...
1135         * BranchList.C: ... to here
1136
1137         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1138         SameName and match.
1139         (add): replace a finding loop with std::find_if.
1140
1141 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1142
1143         * output_docbook.C: moving LatexParam functionality into
1144         .layout files
1145
1146 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1147
1148         * buffer.C: increment format to 229.
1149
1150 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1151
1152         * LaTeXFeatures.C:
1153         * lyx_sty.[Ch]: remove minipageindent_def
1154
1155         * LyXAction.C:
1156         * factory.C:
1157         * lfuns.h:
1158         * lyxfunc.C:
1159         * text3.C: remove LFUN_INSET_MINIPAGE
1160
1161 2003-12-28  Angus Leeming  <leeming@lyx.org>
1162
1163         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1164
1165 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1166
1167         * text2.C (setParagraph): fix off-by-one crash
1168
1169 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1170
1171         * output_docbook.C: header stuff for AGU
1172
1173 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1174
1175         * text2.C (redoCursor): remove
1176         * text.C:
1177         * text3.C:
1178         * BufferView_pimpl.C: remove calls to redoCursor and
1179         setCursor(cursor.par(), cursor.pos()) all around
1180
1181 2003-12-15  Angus Leeming  <leeming@lyx.org>
1182
1183         * buffer.C: up the format to 228.
1184
1185 2003-12-15  André Pönitz  <poenitz@gmx.net>
1186
1187         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1188         slices
1189
1190         * Makefile.am:
1191
1192         * BufferView_pimpl.C:
1193         * cursor.[Ch]:
1194         * lyxcursor.[Ch]:
1195         * rowpainter.[Ch]:
1196         * lyxtext.h:
1197         * text.C:
1198         * text2.C:
1199         * text3.C: adjust
1200
1201 2003-12-15  Angus Leeming  <leeming@lyx.org>
1202
1203         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1204         than getFromGUIName to manipulate the color.
1205
1206 2003-12-14  Angus Leeming  <leeming@lyx.org>
1207
1208         * BranchList.[Ch]: minimize the API.
1209         (Branch::getBranch, getColor): now return a 'const &'.
1210         (Branch::setSelected) now returns a bool set to true if the
1211         selection status changes.
1212         (BranchList::clear, size, getColor, setColor, setSelected,
1213         allBranches, allSelected, separator): removed.
1214         (BranchList::find): new functions, returning the Branch with
1215         the given name.
1216         (BranchList::add, remove): return a bool indicating that
1217         the operation was successful.
1218
1219         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1220         new InsetBranch::isBranchSlected member function.
1221
1222         * LColor.[Ch]: mimimize the API.
1223         (fill): renamed as addColor and made private.
1224         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1225         versions of these functions taking a string arg have been removed.
1226
1227         * bufferparams.C (readToken):
1228         * lyxfunc.C (dispatch):
1229         * lyxrc.C (read): changes due to the altered BranchList and
1230         LColor APIs.
1231
1232         * factory.C (createInset, readInset): changes due to altered
1233         InsetBranch c-tor.
1234
1235 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1236
1237         * factory.C:
1238         * lyxfunc.C: remove insetminipage. "minipage-insert"
1239         now produces a frameless minipage box inset.
1240
1241 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1242
1243         * textcursor.[Ch] (selStart,selEnd): add new methods
1244         remove selection::start, end, use LyXCursor::operator<
1245         * lyxcursor.[Ch] (operator<): add
1246         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1247         * BufferView.[Ch] (unsetXSel): add
1248         * text2.C (clearSelection): use unsetXSel,adjust
1249         * text.C: adjust
1250         * text3.C: adjust
1251         * rowpainter.C: adjust
1252         * bufferview_funcs.C (put_selection_at): adjust
1253
1254 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1255
1256         * BufferView_pimpl.C: small coord. correction
1257
1258 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1259
1260         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1261         dragging over the splash screen.
1262
1263 2003-12-11  Angus Leeming  <leeming@lyx.org>
1264
1265         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1266         as it is now handled in LyXText::dispatch.
1267
1268         * text3.C (doInsertInset): remove a level of nesting.
1269
1270 2003-12-11  Angus Leeming  <leeming@lyx.org>
1271
1272         * factory.C (createInset): changes due to the changed interface to
1273         InsetCommandMailer::string2params.
1274
1275 2003-12-10  Angus Leeming  <leeming@lyx.org>
1276
1277         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1278         'dialog-show-new-inset <inset name>'
1279
1280 2003-12-10  Angus Leeming  <leeming@lyx.org>
1281
1282         * buffer.C: up the format to 227.
1283
1284         * factory.C: the box inset is now identified simply by 'Box'.
1285
1286 2003-12-10  Angus Leeming  <leeming@lyx.org>
1287
1288         * buffer.C: up the format to 226.
1289
1290         * factory.C: the note inset is now identified simply by 'Note'.
1291
1292 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1293
1294         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1295         when a pit is enough. Standarize a couple of loops.
1296
1297 2003-12-05  Angus Leeming  <leeming@lyx.org>
1298
1299         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1300         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1301         data to the re-worked "log" dialog.
1302
1303 2003-12-03  André Pönitz  <poenitz@gmx.net>
1304
1305         * PosIterator.C:
1306         * iterators.C:
1307         * lyxtext.h:
1308         * output_latex.C:
1309         * paragraph_funcs.C:
1310         * text.C:
1311         * text2.C: use Inset::getText instead of Inset::getParagraph
1312
1313 2003-12-03  André Pönitz  <poenitz@gmx.net>
1314
1315         * buffer.[Ch]:
1316         * lyxtext.h:
1317         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1318         InsetText::read() as LyXText::read()
1319
1320 2003-12-02  Angus Leeming  <leeming@lyx.org>
1321
1322         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1323         type. Add a comment in the implementation that the function uses
1324         the stream's bad() function rather than fail() as the std::streams
1325         would do.
1326
1327 2003-12-02  André Pönitz  <poenitz@gmx.net>
1328
1329         * lyxlex.[Ch]: make interface more similar to std::stream
1330
1331         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1332
1333 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1334
1335         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1336
1337 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1338
1339         * vspace.[Ch]: remove VSpace::NONE
1340
1341 2003-12-01  André Pönitz  <poenitz@gmx.net>
1342
1343         * buffer.[Ch]:
1344         * lyxtext.h: move ParagraphList member to LyXText
1345         rename LyXText::ownerParagraphs to LyXText::paragraph
1346
1347         * CutAndPaste.C:
1348         * bufferview_funcs.C:
1349         * iterators.[Ch]:
1350         * lyx_cb.C:
1351         * paragraph.C:
1352         * rowpainter.C:
1353         * tabular.C:
1354         * text.C:
1355         * text2.C:
1356         * text3.C: adjust
1357
1358         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1359
1360         * undo.C: fix cursor positioning
1361
1362 2003-12-01  John Levon  <levon@movementarian.org>
1363
1364         * BufferView_pimpl.C: fix a crash on exit with
1365         a buffer open
1366
1367 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1368
1369         * BranchList.C: fix setSelected() method.
1370
1371 2003-11-28  André Pönitz  <poenitz@gmx.net>
1372
1373         * ParagraphParameters.[Ch]:
1374         * ParameterStruct.h: remove space above/below from Paragraph to
1375          InsetVSpace
1376
1377         * BufferView_pimpl.C:
1378         * factory.C:
1379         * lyxfunc.C:
1380         * lyxtext.h:
1381         * output_latex.C:
1382         * paragraph.C:
1383         * paragraph_funcs.C:
1384         * rowpainter.[Ch]:
1385         * text.C:
1386         * text2.C:
1387         * text3.C: adjust
1388
1389 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1390
1391         * factory.C: Syntax change for CharStyles
1392
1393 2003-11-28  André Pönitz  <poenitz@gmx.net>
1394
1395         * BufferView.[Ch]:
1396         * BufferView.[Ch]:
1397         * buffer.[Ch]:
1398         * buffer.[Ch]: move LyXText member
1399
1400 2003-11-28  André Pönitz  <poenitz@gmx.net>
1401
1402         * BufferView.[Ch]: make LyXText * text a private member
1403
1404         * BufferView_pimpl.C:
1405         * cursor.C:
1406         * iterators.C:
1407         * lyx_cb.C:
1408         * lyxfind.C:
1409         * lyxtext.h:
1410         * rowpainter.[Ch]:
1411         * text.C:
1412         * text2.C:
1413         * undo.C: adjust
1414
1415         * output_plaintext.C: cleanup
1416
1417 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1418
1419         * buffer.C:
1420         * lyxtextclass.[Ch]: parametrize SGML document header
1421
1422 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1423
1424         * converter.[Ch]:
1425         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1426         getFlavor().
1427
1428 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1429
1430         * text2.C (setFont): rework using PosIterator (no more recursive)
1431         (setCharFont): no more needed
1432         (setLayout): no more selection cursors fiddling (done by redoCursor)
1433         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1434         destroy remaining ones)
1435
1436 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1437
1438         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1439         * lyxtext.h: ditto
1440         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1441         selection cursors
1442         * lyxfunc.C: adjust
1443         * text3.C: adjust + re-allow multi par depth changes
1444         * textcursor.C: simplify a bit
1445
1446 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1447
1448         * src/buffer.C:
1449         * src/lyxlayout.C:
1450         * src/lyxlayout.h:
1451         * src/lyxtext.h:
1452         * src/output_docbook.C:
1453         * src/output_latex.C:
1454         * src/paragraph.C:
1455         * src/paragraph.h:
1456         * src/sgml.C:
1457         * src/sgml.h:
1458         * src/text2.C: Introducing a number of tags parametrizing various
1459         XML formats that we may want to support
1460
1461 2003-11-25  André Pönitz  <poenitz@gmx.net>
1462
1463         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1464
1465         * lyxtext.h (leftMargin/rightMargin): simplify interface
1466
1467         * rowpainter.C:
1468         * text.C:
1469         * text2.C:
1470         * text3.C: adjust
1471
1472 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1473
1474         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1475         master file to any child files. Fixes bug 546.
1476
1477 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1478
1479         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1480
1481 2003-11-24  André Pönitz  <poenitz@gmx.net>
1482
1483         * rowpainter.C: simplification
1484
1485         * text2.C (updateCounters): remove call to redoParagraph on
1486         changed labels as this is far too expensive.
1487
1488 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1489
1490         * converter.C (convert): fix a crash: this function gets
1491         called with buffer == 0 from importer code.
1492
1493 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1494
1495         * text3.C (cursorPrevious): make sure that we do not compare
1496         iterators form different containers.
1497         (cursorNext): ditto
1498
1499         * rowpainter.C (paintSelection): make sure that we do not compare
1500         iterators from different containers.
1501
1502         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1503         iterators from different ParagraphList containers.
1504         [NEXT] ditto
1505
1506         * text2.C (LyXText): change order of initialization slightly
1507         (operator=): new function. copy all variables except cache_par_
1508         (moveUp): make sure that we do not compare iterators from
1509         different ParagraphList constainers.
1510         (moveDown): ditto
1511
1512         * text.C (firstPar): new function
1513         (lastPar): new function
1514         (endPar): new function
1515
1516         * lyxtext.h: move things around and group public functions, public
1517         variables, private functions, private variables
1518
1519 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1520
1521         * factory.C: change call to InsetERT constructor to avoid
1522         additional invocation of method status
1523         * text2.C (toggleInset): remove redundant update() call
1524         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1525         instead of a Bufferview pointer
1526
1527 2003-11-21  André Pönitz  <poenitz@gmx.net>
1528
1529         * rowpainter.C: simplification
1530
1531 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1532
1533         * text3.C (dispatch): make possible to extend a word/row selection
1534         with the mouse
1535
1536 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1537
1538         * lyxtext.h: x0_,y0_ -> xo_,yo_
1539         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1540         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1541         * rowpainter.C (paintRows): paint full paragraphs
1542
1543 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1544
1545         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1546         screen coordinates)
1547
1548 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1549
1550         * lyxtext.h: add x0_, y0_
1551         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1552         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1553
1554 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1555
1556         * text2.C (setCursorIntern): move the x_target update here *
1557         * text3.C: change some bv() to true/false in calls to
1558         cursorUp/Down/Right/Left
1559         * cursor.C: use helper function.
1560
1561 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1562
1563         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1564         * paragraph_funcs.[Ch]: correct comment
1565         * rowpainter.C: do not paint selections away from bv->cursor()
1566         Fix a long standing selection painting bug.
1567         * text3.C: generalize mouse-selection code to LyXTexts other that
1568         top one
1569         * textcursor.C: do not use y coords if we can use par offsets
1570
1571 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1572
1573         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1574         cursor position after e.g. inset insert)
1575
1576 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1577
1578         * lyxfind.C (replace): adjust to locking removal + some
1579         code simplification
1580
1581 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1582
1583         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1584         of the path
1585
1586 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1587
1588         * lyxlayout.[Ch]:
1589         * output_docbook.C: XML sanitation: new layout
1590         parameters InnerTag and CommandDepth
1591
1592 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1593
1594         * BufferView_pimpl.C:
1595         * factory.C:
1596         * text3.C: Fix the insertion and modification of button-style
1597         insets
1598
1599 2003-11-13  André Pönitz  <poenitz@gmx.net>
1600
1601         * InsetList.[Ch]: remove deleteLyXText
1602
1603         * paragraph.[Ch]: cache beginOfBody position
1604
1605         * Bidi.C:
1606         * text.C:
1607         * text2.C:
1608         * text3.C: remove superfluous update() calls
1609
1610         * vspace.C: cleanup
1611
1612 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1613
1614         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1615         * BufferView.C (fitLockedInsetCursor): remove
1616         * cursor.[Ch] (getDim): add
1617         * text.C (getRowNearY): add faster version
1618         * text3.C: remove some update calls
1619
1620 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1621
1622         * LaTeXFeatures.C:
1623         * LyXAction.C:
1624         * MenuBackend.C:
1625         * MenuBackend.h:
1626         * dispatchresult.h:
1627         * factory.C:
1628         * lfuns.h:
1629         * lyxfunc.C:
1630         * lyxtextclass.C:
1631         * lyxtextclass.h:
1632         * text3.C: The Character Style /XML short element patch.
1633
1634 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1635
1636         * text3.C:
1637         * factory.C: Small step to solving 'unable to insert some insets'
1638         problem
1639
1640 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1641
1642         * cursor.[Ch] (updatePos): new function for updating the y
1643         position of the tip inset
1644         * bufferview_funcs.C (put_selection_at):
1645         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1646
1647 2003-11-11  André Pönitz  <poenitz@gmx.net>
1648
1649         * text.C: remove big comment on invalid Paragraph pointers as it is
1650         not valid anymore
1651
1652 2003-11-11  André Pönitz  <poenitz@gmx.net>
1653
1654         * text_funcs.[Ch]: merge with ...
1655
1656         * text.C: ... this
1657
1658         * lyxtext.h:
1659         * text2.C:
1660         * text3.C: adjust
1661
1662         * Makefile.am: remove text_funcs.[Ch]
1663
1664 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1665
1666         * cursor.C (getPos): return absolute cached y coord
1667
1668         * BufferView_pimpl.C (fitCursor): new simplistic code
1669         (workAreaDispatch): add a fitCursor call
1670
1671 2003-11-10  André Pönitz  <poenitz@gmx.net>
1672
1673         * BufferView.[Ch]:
1674         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1675
1676 2003-11-10  André Pönitz  <poenitz@gmx.net>
1677
1678         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1679         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1680         indicate that the cursor needs to leave an inset
1681
1682         * lyxtext.h: remove inset locking
1683
1684         * cursor.[Ch]: re-implement functionality provided by inset locking
1685
1686         * BufferView.[Ch]:
1687         * BufferView_pimpl.[Ch]:
1688         * LyXAction.C:
1689         * bufferview_funcs.[Ch]:
1690         * factory.C:
1691         * funcrequest.[Ch]:
1692         * iterators.C:
1693         * lyx_cb.C:
1694         * lyxfind.C:
1695         * lyxfunc.C:
1696         * text.C:
1697         * text2.C:
1698         * text3.C:
1699         * undo.C: adjust
1700
1701 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1702
1703         * PosIterator.[Ch]: replace the stack with a vector, add inset
1704         accesor
1705         * iterators.[C]: adjust
1706
1707 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1708
1709         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1710         replaced
1711         * paragraph_funcs.C (readParToken): put the correct id in the
1712         error item, not the id of the top paragraph
1713
1714 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1715
1716         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1717         * bufferview_funcs.C (put_selection_at): use the above
1718
1719 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1720
1721         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1722
1723 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1724
1725         * output_linuxdoc.h:
1726         * output_plaintext.h:
1727         * output.h:
1728         * output_docbook.h: add #include statements
1729
1730 2003-11-05  José Matos  <jamatos@lyx.org>
1731
1732         * output_docbook.[Ch]:
1733         * output_latex.[Ch]:
1734         * output_linuxdoc.[Ch]:
1735         * output_plaintext.[Ch]: New files for output formats.
1736         * output.[Ch]: New file for helper functions.
1737
1738         * buffer.[Ch]:
1739         * paragraph_funcs.[Ch]: output functions moved to new files.
1740
1741         * outputparams.h: rename of latexrunparams.h
1742
1743         * LaTeX.[Ch]:
1744         * buffer.[Ch]:
1745         * bufferlist.[Ch]:
1746         * converter.[Ch]:
1747         * exporter.C:
1748         * paragraph.[Ch]:
1749         * paragraph_funcs.[Ch]:
1750         * paragraph_pimpl.[Ch]:
1751         * tabular.[Ch]: rename ascii to plaintext
1752         and LatexRunParams to OutputParams.
1753
1754 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1755
1756         * iterators.[Ch] (text): require bv argument
1757         * undo.C (recordUndo):
1758         * lyxfunc.C (dispatch):
1759         * bufferview_funcs.C (put_selection_at): adjust
1760
1761 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1762
1763         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1764
1765 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1766
1767         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1768         nestings
1769
1770 2003-11-04  André Pönitz  <poenitz@gmx.net>
1771
1772         * cursor.[Ch]: restructure
1773
1774         * BufferView.[Ch]:
1775         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1776
1777         * iterators.[Ch] (asCursor): remove
1778
1779         * lfuns.h: remove LFUN_INSET_EDIT
1780
1781         * lyxfunc.C:
1782         * tabular.C:
1783         * text.C:
1784         * text2.C:
1785         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1786
1787 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1788
1789         * lyxfind.[Ch]: complete overhaul
1790         * BufferView_pimpl.C:
1791         * lyxfunc.C: adjust
1792         * paragraph.[Ch] (insert): add
1793
1794 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1795
1796         * BufferView.[Ch]:
1797         * lyxtext.h:
1798         * text.C: remove dead spellcheck code
1799
1800 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1801
1802         * dispatchresult.h: add a val setter
1803
1804         * cursor.C (dispatch): use a tempvar for data_[i]
1805
1806 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1807
1808         * PosIterator.[Ch]: compile fix
1809
1810 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1811
1812         * text.C (cursorPar): deactivate the cursor cache
1813
1814 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1815
1816         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1817
1818 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1819
1820         * text3.C (dispatch): adjust for new DisptchResult semantics.
1821
1822         * lyxfunc.C (dispatch): handle update when return from
1823         Cursor::dispatch, adjust for new DispatchResult semantics.
1824
1825         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1826         DispatchResult(true) mean to not update. Add class functions for
1827         setting dispatched and update, as well as reading.
1828
1829         * cursor.C (dispatch): don't handle update here
1830
1831 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1832
1833         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1834         * trans_mgr.C: adjust
1835
1836         * paragraph_funcs.C (readParToken): exception safety
1837
1838         * lyxvc.h: store the vcs pointer in a scoped_ptr
1839         * lyxvc.C: adjust
1840
1841         * lyxsocket.C (serverCallback): exception safety
1842
1843         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1844
1845         * ispell.C (clone): make it return a auto_ptr
1846
1847         * factory.C (createInset): exception safety
1848         (readInset): exception safety
1849
1850         * bufferlist.C (newBuffer): exception safety
1851
1852         * Thesaurus.C (Thesaurus): use initialization for aik_
1853
1854         * MenuBackend.C (expandToc): exception safety.
1855
1856 2003-11-03  André Pönitz  <poenitz@gmx.net>
1857
1858         * buffer.C:
1859         * buffer.h:
1860         * bufferview_funcs.C: remove getInsetFromId()
1861
1862         * lyxcursor.[Ch]:
1863         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1864
1865         * lyxfunc.C:
1866         * text2.C:
1867         * text3.C: adjust
1868
1869 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1870
1871         * PosIterator.C (distance, advance): new
1872         * bufferview_funcs.[Ch] (put_selection_at): new
1873         * iterators.[Ch] (lockPath): new
1874
1875 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1876
1877         * iterators.[Ch] (asPosIterator): added
1878         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1879         * PosIterator.[Ch]: added
1880
1881 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1882
1883         * text3.C:
1884         * lyxfunc.C:
1885         * cursor.C (dispatch):
1886         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1887
1888         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1889         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1890         contructor, add a class function dispatched. Remove operator>=
1891
1892 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1893
1894         * debug.C: only use the default constructor for debugstream
1895         (lyxerr) here.
1896
1897         * main.C (main): include debug.h and setup the lyxerr streambuf
1898         here.
1899
1900 2003-10-31  José Matos  <jamatos@lyx.org>
1901
1902         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1903
1904         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1905         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1906         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1907         * paragraph_pimpl.C (simpleTeXSpecialC):
1908         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1909         add LatexRunParams argument.
1910
1911         * exporter.C (Export): change call accordingly.
1912
1913         * latexrunparams.h: add new member to take care of the other backends.
1914 2003-10-30  José Matos  <jamatos@lyx.org>
1915
1916         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1917         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1918         factorise code for paragraph output.
1919         * buffer.[Ch]:
1920         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1921         move functions.
1922
1923 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1924
1925         * text3.C (dispatch):
1926         * lyxfunc.C (dispatch):
1927         * cursor.C (dispatch):
1928         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1929
1930         * dispatchresult.h: make the dispatch_result_t ctor explicit
1931
1932 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1933
1934         * sgml.[Ch]:
1935         * buffer.C: small refactoring of docbook stuff
1936
1937 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1938
1939         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1940         meaning.
1941
1942 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1943
1944         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1945         operator dispatch_result_t, and operators for == != and >=
1946
1947         * cursor.C (dispatch): adjust for operator dispatch_result_t
1948         removal. comment out call to update
1949
1950         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1951
1952 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1953
1954         * text3.C:
1955         * text2.C:
1956         * text.C:
1957         * lyxtext.h:
1958         * lyxfunc.C:
1959         * cursor.C:
1960         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1961         (dispatch):
1962
1963         * dispatchresult.h: new file, DispatchResult broken out of
1964         insets/insetbase.h
1965
1966         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1967
1968 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1969
1970         * text.C (rowBreakPoint): put a hack inside #if 0
1971
1972 2003-10-28  André Pönitz  <poenitz@gmx.net>
1973
1974         * lyxtext.h:
1975         * metricsinfo.C:
1976         * paragraph_funcs.C:
1977         * rowpainter.C:
1978         * text.C:
1979         * text2.C: general cleanup (lots of small stuff)
1980
1981 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1982
1983         * text2.C (cursorEnd): simple fix to the "end key goes to one
1984         before the end on last row" bug
1985
1986 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1987
1988         * text.C (backspace): fix the "zombie characters"
1989
1990 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1991
1992         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1993
1994 2003-10-27  André Pönitz  <poenitz@gmx.net>
1995
1996         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1997
1998         * factory.C: handle new InsetPagebreak, InsetLine
1999
2000         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2001         and move handling into new InsetPagebreak, InsetLine
2002
2003         * BufferView_pimpl.C:
2004         * LyXAction.C:
2005         * ParagraphParameters.C:
2006         * ParameterStruct.h:
2007         * lyxfunc.C:
2008         * lyxtext.h:
2009         * paragraph.C:
2010         * paragraph.h:
2011         * paragraph_funcs.C:
2012         * paragraph_pimpl.C:
2013         * rowpainter.C:
2014         * text.C:
2015         * text2.C:
2016         * text3.C: adjust
2017
2018 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2019
2020         * text.C:
2021         * lyxrow_funcs.[Ch]:
2022         * Bidi.C:
2023         * paragraph.C:
2024         * lyxtext.h:
2025         * rowpainter.C:
2026         * text2.C:
2027         * text3.C: remove lastPos uses in favour of Row::endpos
2028
2029 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2030
2031         * undo.C (performUndoOrRedo): fix two crashes by setting a
2032         cursor by hand and reordering some calls. Use bv->lockInset instead
2033         of inset->edit because the latter loses cursor information
2034
2035 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2036
2037         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2038         by Martin
2039         (rowBreakPoint): fix width. change point to point + 1.
2040         Add a missing check.
2041
2042 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2043
2044         * MenuBackend.C:
2045         * lyxfunc.C: fix (at least partly) the problems
2046         with the Nav menu and headers inside branch insets
2047         reported by Kayvan
2048
2049 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2050
2051         * paragraph.C (getChar): add strong asserts
2052
2053         * lyxrow_funcs.C (lastPos): remove hideous hack
2054
2055         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2056         (fill): adjust to that (avoid an infinite loop)
2057
2058 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2059
2060         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2061
2062 2003-10-23  André Pönitz  <poenitz@gmx.net>
2063
2064         * RowList_fwd.h: change list<> to vector<> to gain speed
2065         after suggestion from Alfredo
2066
2067 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2068
2069         * lyxtext.h: move the bidi stuff from here...
2070         * text.C: and here
2071         * text2.C: and here
2072         * Bidi.[Ch]: ... to here
2073
2074 2003-10-23  André Pönitz  <poenitz@gmx.net>
2075
2076         * lyxtext.h:
2077         * text.C (isLastRow, isFirstRow): new functions
2078
2079         * paragraph.h: new width cache member
2080
2081         * rowpainter.C: replace RowList::iterator with Row & where possible
2082
2083         * lyxfunc.C: replace several view()->text with a single call
2084
2085         * toc.C: fix 'unused' warning
2086
2087 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2088
2089         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2090         when woring with stream::pos_type
2091         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2092
2093 2003-10-22  André Pönitz  <poenitz@gmx.net>
2094
2095         * lyxtext.h:
2096         * text.C: use Row & instead of RowList::iterator
2097
2098         * lyxrow.h: rename end() to endpos()
2099
2100         * rowpainter.C:
2101         * text.C:
2102         * text2.C: adjust
2103
2104 2003-10-22  Angus Leeming  <leeming@lyx.org>
2105
2106         * buffer.[Ch] (fully_loaded): new member function, returning true
2107         only when the file has been loaded fully.
2108         Used to prevent the premature generation of previews and by the
2109         citation inset to prevent computation of the natbib-style label.
2110
2111         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2112         templates are all set up.
2113
2114         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2115
2116 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2117
2118         * text.C: fixed an "oops" in the "is a bit silly"
2119         bug fix
2120
2121 2003-10-21  André Pönitz  <poenitz@gmx.net>
2122
2123         * FuncStatus.[Ch]: small stuff, whitespace
2124
2125         * lyxfont.[Ch]: operator<<() for debug reasons
2126
2127         * lyxfunc.C:
2128         * lyxrow_funcs.C:
2129         * lyxtext.h: whitespace, spelling
2130
2131         * paragraph.C: naming of variables
2132
2133         * text.C:
2134         * text2.C: small stuff
2135
2136
2137 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2138
2139         * text.C: (1) finish off the inset display() work;
2140         (2) fix the "is a bit silly" bug (accessing char
2141         past end of par).
2142
2143 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2144
2145         * text.C: re-introduce display() for insets, fixing the
2146         various bugs (stretch of line above, math inset
2147         positioning, ...)
2148
2149 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2150
2151         * text.C (rightMargin): remove spurious semicolon
2152
2153         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2154         1415)
2155
2156 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2157
2158         * text3.C: fix one crash due to wrong cursor def
2159
2160 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2161
2162         * vc-backend.C (scanMaster): make the regex static
2163
2164         * LaTeX.C (scanAuxFile): make the regexs static
2165
2166         * text3.C (doInsertInset, dispatch, dispatch):
2167         * text2.C (cursorUp, cursorDown):
2168         * text.C (selectNextWordToSpellcheck):
2169         * BufferView_pimpl.C (dispatch):
2170         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2171
2172 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2173
2174         * lyxsocket.C: include <cerrno>
2175
2176 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2177
2178         * lyxfunc.C (dispatch): remove textcache stuff
2179
2180         * bufferlist.C (release): remove textcache stuff
2181         (closeAll): ditto
2182
2183         * TextCache.C: delete file
2184         * TextCache.h: delete file
2185
2186         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2187
2188         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2189         delete of the bv_->text.
2190         (resizeCurrentBuffer): remove texcache stuff
2191         (workAreaResize): ditto
2192
2193 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2194
2195         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2196         action.
2197
2198 2003-10-16  André Pönitz  <poenitz@gmx.net>
2199
2200         * lyxrow.[Ch]:
2201         * paragraph.h:
2202         * rowpainter.C:
2203         * text.C:
2204         * text2.C:
2205         * text3.C: speed up by storing y positions per paragraph plus per-row
2206         offset instead of having a 'full' y position in the row.
2207
2208 2003-10-15  André Pönitz  <poenitz@gmx.net>
2209
2210         * iterators.[Ch]:
2211         * iterators.[Ch]:
2212         * undo.[Ch]: make undo aware of inner insets
2213
2214 2003-10-14  Angus Leeming  <leeming@lyx.org>
2215
2216         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2217         static member functions LyX::ref() and LyX::cref.
2218         (lastfiles): new accessor functions for the new lastfiles_ member var.
2219         (addLyXView, views_): add a new LyXView to the list of views_.
2220         (updateInset): loop over all LyXViews to call their own updateInset
2221         member function, returning a pointer to the Buffer owning the inset.
2222
2223         * BufferView_pimpl.C (loadLyXFile):
2224         * MenuBackend.C (expandLastfiles):
2225         * bufferlist.C (MenuWrite, QuitLyX):
2226         lastfiles is no longer a global variable.
2227         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2228
2229         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2230         static function. Access through LyX::cref().emergencyCleanup().
2231
2232 2003-10-14  André Pönitz  <poenitz@gmx.net>
2233
2234         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2235
2236         * undo.[Ch]: restoring part of 'undo in insets'
2237
2238         * Makefile.am:
2239         * undo_funcs.[Ch]: merge with undo.[Ch]
2240
2241         * tabular.C: small cleansing stuff
2242
2243 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2244
2245         * paragraph_funcs.C (readParToken): report unknown insets as error
2246         boxes. Use the outer paragraph as location (also for unknown
2247         tokens).
2248
2249         * factory.C (readInset): do not abort on reading an unknown inset.
2250         Eat it and return 0.
2251
2252 2003-10-13  Angus Leeming  <leeming@lyx.org>
2253
2254         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2255
2256         * lyxrc.C: displayTranslator is now a function,
2257         declared in GraphicsTypes.h.
2258
2259 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2260
2261         * format.C: new placeholder $$a to pass the socket address.
2262
2263         * bufferlist.[Ch]: new function getBufferFromTmp.
2264
2265         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2266           files in the temporary dir.
2267
2268 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2269
2270         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2271
2272         * Makefile.am: add lyxsocket.[Ch].
2273
2274         * lyx_main.C (error_handler): handle SIGPIPE.
2275
2276 2003-10-13  André Pönitz  <poenitz@gmx.net>
2277
2278         * BufferView_pimpl.C:
2279         * lyxtext.h:
2280         * text.C:
2281         * text2.C:
2282         * text3.C:
2283         * undo_funcs.[Ch]: use paroffset_type instead of
2284           ParagraphList::iterators to prevent multiple conversion
2285           (and get a more robust interface)
2286
2287 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2288
2289         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2290         * lyxtext.h: ditto
2291         * text3.C (dispatch): ditto
2292
2293 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2294
2295         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2296         move the onlyfile, use onlyfile instead of foundfile in a couple
2297         of places.
2298
2299         * DepTable.C (update): flush the error stream a bit more
2300
2301 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2302
2303         * lyxserver.C (callback): adjust
2304
2305         * lyxfunc.C (getStatus): add a missing brace in commented code
2306         (ensureBufferClean): reindent
2307         (dispatch): delete version taking a string
2308
2309 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2310
2311         * LaTeX.C (deplog): move found file handlig from here...
2312         (handleFoundFile): .. to new function here.
2313         (deplog): make sure to discover several files mentioned on the
2314         same log line.
2315
2316 2003-10-10  André Pönitz  <poenitz@gmx.net>
2317
2318         * lyxfunc.C:
2319         * lyxtext.h:
2320         * tabular.C:
2321         * text.C:
2322         * text2.C:
2323         * text3.C: fix some of the tabular crashes
2324
2325 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2326
2327         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2328
2329         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2330
2331 2003-10-09  André Pönitz  <poenitz@gmx.net>
2332
2333         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2334
2335         * BufferView.C:
2336         * BufferView_pimpl.C:
2337         * bufferview_funcs.C:
2338         * lyx_cb.C:
2339         * lyxcursor.C:
2340         * lyxfind.C:
2341         * lyxfunc.C:
2342         * lyxtext.h:
2343         * text.C:
2344         * text2.C:
2345         * text3.C:
2346         * text_funcs.[Ch]:
2347         * textcursor.[Ch]:
2348         * undo_funcs.C: adjust
2349
2350 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2351
2352         * text2.C (incrementItemDepth): new function, use a backtracking
2353         algorithm to discover the correct item depth.
2354         (resetEnumCounterIfNeeded): new function, use a backtracking
2355         algorithm to discover if counter reset is needed.
2356         (setCounter): use them. Simplify a bit. Add different labels for
2357         different item depths for itemize.
2358
2359         * paragraph.C (Paragraph): remove initialization of enumdepth
2360         (operator=): ditto
2361
2362         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2363         enumerate and itemize. Change the type of itemdepth to signed char.
2364
2365 2003-10-08  André Pönitz  <poenitz@gmx.net>
2366
2367         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2368           thing assignable.
2369         * text.C:
2370         * text2.C: adjust
2371
2372         * tabular.[Ch]: fix crash after 'row-insert'
2373
2374 2003-10-08  Angus Leeming  <leeming@lyx.org>
2375
2376         Fix doxygen warnings.
2377
2378         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2379         Remove CutAndPaste:: prefix from header file declaration.
2380
2381         * LColor.h (fill): remove LColor:: prefix from declaration.
2382
2383         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2384         use lyx::depth_type rather than Paragraph::depth_type so that
2385         header file and .C file match.
2386
2387         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2388
2389         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2390         * aspell.C: \file aspell_local.C -> \file aspell.C
2391         * gettext.C: \file gettext.C -> \file src/gettext.C
2392         * gettext.h: \file gettext.h -> \file src/gettext.h
2393         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2394         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2395         * text.C: \file text.C -> \file src/text.C
2396
2397         * toc.C: move comment so that doxygen is not confused.
2398
2399 2003-10-07  Angus Leeming  <leeming@lyx.org>
2400
2401         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2402
2403 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2404
2405         * aspell.C:
2406         * aspell_local.h: add forgotten std::string's.
2407
2408 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2409
2410         * LaTeXFeatures.C:
2411         * LyXAction.C:
2412         * factory.C:
2413         * lfuns.h:
2414         * lyxfunc.C:
2415         * text3.C: The Box patch. Fancybox support, minipage, parbox
2416
2417 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2418
2419         * CutAndPaste.h:
2420         * DepTable.h:
2421         * FloatList.h:
2422         * LaTeXFeatures.h:
2423         * ParagraphParameters.h:
2424         * TextCache.h:
2425         * Thesaurus.h:
2426         * bufferlist.h:
2427         * exporter.h:
2428         * importer.h:
2429         * lastfiles.h:
2430         * lyxfind.h:
2431         * lyxfont.h:
2432         * lyxlex.h:
2433         * lyxtextclasslist.h:
2434         * messages.h:
2435         * paragraph.h:
2436         * paragraph_pimpl.C:
2437         * textcursor.h: add <string> and other small fixes to make Lars'
2438         std::string patch compile with STLport.
2439
2440 2003-10-06  Angus Leeming  <leeming@lyx.org>
2441
2442         * LColor.h: Add missing #include <string>.
2443
2444 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2445
2446         * All most all file in all subdirs: Make <string> be the prefered
2447         way of getting to std::string, add using declarations.
2448
2449 2003-10-06  André Pönitz  <poenitz@gmx.net>
2450
2451         * metricsinfo.C: initialize LyXFont before changing attribute.
2452         (fixes the 'math in \emph is upright' bug)
2453
2454 2003-10-06  André Pönitz  <poenitz@gmx.net>
2455
2456         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2457
2458 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2459
2460         * graph.C:
2461         * paragraph_pimpl.C: Small fixes to build using STLport
2462
2463 2003-10-02  André Pönitz  <poenitz@gmx.net>
2464
2465         * lyxfunc.C:
2466         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2467
2468 2003-10-01  André Pönitz  <poenitz@gmx.net>
2469
2470         * factory.C: assert early
2471
2472 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2473
2474         * lyx_main.C: remove the global debug object
2475
2476         * debug.h: adjust for new debugstream
2477
2478         * debug.C: adjust for new debugstream and keep the global debug
2479         object here.
2480
2481 2003-09-22  Angus Leeming  <leeming@lyx.org>
2482
2483         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2484         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2485         an incomplete class LyXFont.
2486
2487 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2488
2489         * factory.C: bug fix in branches
2490
2491 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2492
2493         * lyxfunc.C (processKeySym): adjust
2494         (dispatch): adjust
2495         (dispatch): change arg name from ev to func, adjust
2496         (sendDispatchMessage): ditto
2497
2498         * lyx_main.C (defaultKeyBindings): adjust keybindings
2499         (deadKeyBindings): ditto
2500
2501         * kbsequence.C (addkey): return a FuncRequest
2502
2503         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2504
2505         * kbmap.C (bind): take a FuncRequest as arg, adjust
2506         (read): adjust
2507         (lookup): adjust
2508         (defkey): change to take a FuncRequest as arg, adjust
2509         (findbinding): take a FuncRequest as arg, adjust.
2510
2511         * funcrequest.h (operator=): added
2512
2513         * funcrequest.C (FuncRequest): default kb_action changed from
2514         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2515
2516         * buffer.C (dispatch): simplify
2517         (dispatch): adjust to take a FuncRequest as arg, adjust
2518
2519         * boost.C (assertion_failed): change assertion message slightly
2520
2521         * ToolbarBackend.C (read): simplify
2522
2523         * MenuBackend.C (binding): adjust call to findbinding, add a
2524         message if no binding is found.
2525         (read): simplify
2526         (expandToc): correct by adding a empty FuncRequest
2527
2528         * LyXAction.C: include <boost/assert.hpp>
2529         (isPseudoAction): delete function
2530         (LookupFunc): change name to...
2531         (lookupFunc): this. change return type to FuncRequest.
2532         (getActionName): take kb_action as arg, simplify
2533         (funcHasFlag): add an assert, simplify.
2534
2535 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2536
2537         * toc.C (action): return a FuncRequest, simplify
2538
2539         * lyxfunc.C (processKeySym): adjust
2540         (getStatus): delete version that takes an int.
2541         (getStatus): adjust
2542         (dispatch): delete version that takes action as int
2543         (dispatch): adjust
2544         (sendDispatchMessage): simplify and adjust
2545
2546         * funcrequest.C (getArg): take unsigned int as arg
2547
2548         * ToolbarBackend.C (read): adjust
2549         (add): delete version that takes func as a string.
2550         (getIton): take a FuncRequest as arg
2551
2552         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2553         action.
2554
2555         * MenuBackend.C (MenuItem): add a new construct that only takes a
2556         Kind, simplify the constructor use for submenus.
2557         (add): adjust
2558         (expandLastfiles): adjust
2559         (expandDocuments): adjust
2560         (expandFormats): adjust
2561         (expandFloatListInsert): adjust
2562         (expandFloatInsert): adjust
2563         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2564
2565         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2566         Remove class variables lyx_pseudo_map and lyx_arg_map
2567
2568         * LyXAction.C (searchActionArg): delete function
2569         (getPseudoAction): delete function
2570         (retrieveActionArg): delete function
2571         (LookupFunc): make it return kb_action, simplify.
2572         (getActionName): simplify
2573
2574         * factory.C (createInset): fix new bug
2575
2576 2003-09-19  Angus Leeming  <leeming@lyx.org>
2577
2578         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2579         masterFilename_ parameter in the include inset.
2580
2581         * factory.C (createInset): changes due to the changes to InsetInclude.
2582
2583 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2584
2585         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2586
2587 2003-09-18  Angus Leeming  <leeming@lyx.org>
2588
2589         * buffer.C:
2590         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2591         Inset::fillWithBibKeys.
2592         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2593
2594 2003-09-18  Angus Leeming  <leeming@lyx.org>
2595
2596         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2597         variables.
2598         (ctor): pass and store a 'Buffer const &'
2599         (buffer): new member function.
2600
2601         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2602         '*this' to the LaTeXFeatures ctor.
2603
2604 2003-09-18  Angus Leeming  <leeming@lyx.org>
2605
2606         * LColor.h:
2607         * lyxfont.C:
2608         * lyxfont.h:
2609         * lyxtext.h:
2610         * text.C: rename EnumLColor as LColor_color.
2611
2612 2003-09-18  Angus Leeming  <leeming@lyx.org>
2613
2614         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2615         remove #include "insets/insetbase.h" from cursor.h.
2616
2617 2003-09-18  Angus Leeming  <leeming@lyx.org>
2618
2619         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2620         InsetOld_code to remove #include "inset.h".
2621
2622         * iterators.C: add #include "insets/inset.h"
2623
2624 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2625
2626         * BufferView.C: remove more locking stuff that apparently doesn't
2627         do anything sensible.
2628
2629 2003-09-16  André Pönitz  <poenitz@gmx.net>
2630
2631         * paragraph.[Ch]:
2632         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2633           performance boost.
2634
2635 2003-09-16  Angus Leeming  <leeming@lyx.org>
2636
2637         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2638
2639         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2640         arg/return type.
2641
2642         * paragraph.h: remove #include "lyxfont.h". Forward declare
2643         LyXFont_size.
2644
2645 2003-09-16  Angus Leeming  <leeming@lyx.org>
2646
2647         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2648         of support/textutils.h.
2649         (isWord): move the contents of support/textutils.h's IsWordChar here.
2650
2651         * buffer.C:
2652         * lyxfind.C:
2653         * rowpainter.C:
2654         * text.C:
2655         * text2.C: add #include "paragraph.h".
2656
2657         * rowpainter.C:
2658         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2659
2660 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2661
2662         * main.C:
2663         * lyx_main.C:
2664         * lyx_cb.C:
2665         * buffer.C:
2666         * LaTeX.C: use namespace alias for lyx::support::os
2667
2668 2003-09-16  Angus Leeming  <leeming@lyx.org>
2669
2670         * bufferparams.C:
2671         * bufferview_funcs.C:
2672         * factory.C:
2673         * lyxfunc.C:
2674         * paragraph_pimpl.C:
2675         * rowpainter.C:
2676         * text.C: add #include "LColor.h".
2677
2678 2003-09-16  Angus Leeming  <leeming@lyx.org>
2679
2680         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2681         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2682         return LyXFont &.
2683         Store the FontBits::color variable as an int rather than as an
2684         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2685         file.
2686
2687         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2688         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2689         string calls together.
2690
2691         * lyxrc.C: add #include "LColor.h".
2692
2693 2003-09-15  Angus Leeming  <leeming@lyx.org>
2694
2695         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2696         a cow_ptr.
2697
2698 2003-09-15  Angus Leeming  <leeming@lyx.org>
2699
2700         * LColor.h: add an EnumLColor wrapper for LColor::color.
2701
2702         * lyxfont.[Ch] (color, setColor, realColor):
2703         * lyxtext.h, text.C (backgroundColor):
2704         pass EnumLColor args to/from the functions, rather than LColor::color
2705         ones.
2706
2707         * lyxfont.h:
2708         * lyxtext.h: forward declare EnumLColor.
2709
2710         * lyx_main.C: add #include "LColor.h".
2711
2712 2003-09-15  Angus Leeming  <leeming@lyx.org>
2713
2714         * .cvsignore: add lyx-gtk.
2715
2716 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2717
2718         * Chktex.C
2719         * LaTeX.C
2720         * LaTeXFeatures.C
2721         * ParagraphParameters.C
2722         * Spacing.C
2723         * buffer.C
2724         * bufferparams.C
2725         * bufferview_funcs.C
2726         * chset.C
2727         * counters.C
2728         * funcrequest.C
2729         * lyxfont.C
2730         * lyxgluelength.C
2731         * lyxlength.C
2732         * paragraph.C
2733         * paragraph_funcs.C
2734         * text3.C
2735         * vc-backend.C: remove usage of STRCONV
2736
2737 2003-09-15  Angus Leeming  <leeming@lyx.org>
2738
2739         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2740         explicitly define the color passed to the painter.
2741
2742 2003-09-15  Angus Leeming  <leeming@lyx.org>
2743
2744         * bufferparams.C (BufferParams): reorder member initializers to avoid
2745         compiler warning.
2746
2747 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2748
2749         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2750         * text.C (updateRowPositions): remove an unusual nop
2751
2752 2003-09-12  André Pönitz  <poenitz@gmx.net>
2753
2754         * BufferView_pimpl.C:
2755         * Bullet.C:
2756         * layout.h:
2757         * lyxfunc.C:
2758         * lyxlayout.[Ch]:
2759         * lyxtextclass.C:
2760         * rowpainter.C:
2761         * text.C:
2762         * text2.C:
2763         * Counters.[Ch]: finish the 'automatic counters' job
2764
2765 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2766
2767         * aspell.C: include <boost/assert.cpp> (compile fix)
2768
2769 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2770
2771         * boost.C (assertion_failed): use lyx::support::abort instead of
2772         assert.
2773
2774 2003-09-10  Angus Leeming  <leeming@lyx.org>
2775
2776         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2777         with their _fwd progeny.
2778
2779 2003-09-09  Angus Leeming  <leeming@lyx.org>
2780
2781         134 files throughtout the source tree: replace 'using namespace abc;'
2782         directives with the appropriate 'using abc::xyz;' declarations.
2783
2784 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2785
2786         * boost.C (emergencyCleanup): moved here from LAssert.c
2787         (assertion_failed): new function, called by BOOST_ASSERT
2788
2789         * several files: change Assert to BOOST_ASSERT
2790
2791 2003-09-09  Angus Leeming  <leeming@lyx.org>
2792
2793         * buffer.[Ch]: Add an Impl class and move Buffer's member
2794         variables into it. As a result move several header files out of
2795         buffer.h.
2796
2797         Add header files to lots of .C files all over the tree as a result.
2798
2799 2003-09-09  Angus Leeming  <leeming@lyx.org>
2800
2801         * buffer.[Ch]: make Buffer's member variables private. Add
2802         accessor functions.
2803
2804         Lots of changes all over the tree as a result.
2805
2806 2003-09-08  Angus Leeming  <leeming@lyx.org>
2807
2808         * graph.C: #include <config.h>.
2809
2810 2003-09-08  Angus Leeming  <leeming@lyx.org>
2811
2812         * BranchList.C:
2813         * BufferView.C:
2814         * BufferView_pimpl.C:
2815         * CutAndPaste.C:
2816         * DepTable.C:
2817         * LaTeX.C:
2818         * LaTeXFeatures.C:
2819         * LyXAction.C:
2820         * MenuBackend.C:
2821         * TextCache.C:
2822         * aspell.C:
2823         * buffer.C:
2824         * bufferlist.C:
2825         * changes.C:
2826         * chset.C:
2827         * converter.C:
2828         * counters.C:
2829         * debug.C:
2830         * graph.C:
2831         * ispell.C:
2832         * lyx_cb.C:
2833         * lyxfind.C:
2834         * lyxfunc.C:
2835         * lyxlex_pimpl.C:
2836         * lyxrc.C:
2837         * lyxrow.C:
2838         * paragraph.C:
2839         * rowpainter.C:
2840         * texrow.C:
2841         * text.C:
2842         * text2.C:
2843         * toc.C: remove redundant using directives.
2844
2845 2003-09-07  Angus Leeming  <leeming@lyx.org>
2846
2847         * LaTeXFeatures.h: remove #include "support/types.h".
2848         * ToolbarBackend.h: remove #include <algorithm>.
2849         * changes.h: remove #include <ctime>.
2850         * debug.h: remove #include <iosfwd>.
2851         * graph.h: remove #include "support/std_string.h".
2852         * lyx_main.h: remove #include <csignal>.
2853         * lyxlex_pimpl.h: remove #include <fstream>.
2854         * sgml.h: remove #include <algorithm>, <utility>.
2855         * toc.h: remove #include "support/std_ostream.h".
2856         Add #include <iosfwd>.
2857
2858 2003-09-07  Angus Leeming  <leeming@lyx.org>
2859
2860         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2861
2862         * converter.h: forward declare LatexRunParams.
2863         * encoding.h: remove #include "lyxrc.h".
2864         * lyxtext.h: remove #include "LColor.h".
2865         * lyxtextclass.h: remove #include "support/types.h".
2866         * trans.h: remove #include "tex-accent.h".
2867         * trans_mgr.h: remove #include "tex-accent.h".
2868         * insets/inset.h: remove #include "support/types.h", <vector>.
2869         * insets/insetcollapsable.h: remove #include "LColor.h".
2870         * insets/insetinclude.h: remove #include "dimension.h".
2871         * insets/insetlatexaccent.h: remove #include "dimension.h".
2872         * insets/insetoptarg.h:: remove #include "insettext.h".
2873         * insets/insettext.h: remove #include "dimension.h",
2874         <boost/shared_ptr.hpp>
2875
2876         * insets/renderers.h: add #include "dimension.h".
2877         * insets/updatableinset.h: add #include "support/types.h".
2878
2879         * many .C files: Associated changes.
2880
2881 2003-09-06  Angus Leeming  <leeming@lyx.org>
2882
2883         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2884         one, inside testInvariant.
2885
2886         * PrinterParams.C: new file.
2887         * PrinterParams.[Ch]: move the function bodies out of line.
2888
2889 2003-09-06  Angus Leeming  <leeming@lyx.org>
2890
2891         * ParagraphParameters.h: forward declare ParameterStruct rather than
2892         including its header file.
2893         (depth): moved out-of-line.
2894
2895 2003-09-06  Angus Leeming  <leeming@lyx.org>
2896
2897         * BufferView_pimpl.h:
2898         * kbmap.h:
2899         * kbsequence.h:
2900         * lyxfunc.h: forward declare LyXKeySym rather than
2901         #include "frontends/LyXKeySym.h".
2902
2903         * BufferView_pimpl.C:
2904         * kbmap.C:
2905         * kbsequence.C:
2906         * lyxfunc.C: associated changes.
2907
2908 2003-09-06  Angus Leeming  <leeming@lyx.org>
2909
2910         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2911         As a result, can remove the #include "insets/inset.h" from BufferView.h
2912
2913 2003-09-06  Angus Leeming  <leeming@lyx.org>
2914
2915         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2916         As a result, can remove the #include "insets/inset.h" from BufferView.h
2917
2918 2003-09-06  Angus Leeming  <leeming@lyx.org>
2919
2920         * buffer_funcs.C:
2921         * buffer.h:
2922         * bufferlist.C:
2923         * BufferView.C:
2924         * bufferview_funcs.C:
2925         * BufferView_pimpl.C:
2926         * CutAndPaste.C:
2927         * lyx_cb.C:
2928         * lyxfunc.C:
2929         * paragraph.h:
2930         * ParagraphParameters.C:
2931         * tabular.C:
2932         * text3.C:
2933         * toc.C:
2934         * undo_funcs.C:
2935         * frontends/controllers/ControlDocument.C:
2936         * insets/insetcaption.C: rearrange the #includes into some sort of
2937         coherent order.
2938
2939         * buffer.h: remove #includes ErrorList.h, undo.h
2940
2941 2003-09-06  Angus Leeming  <leeming@lyx.org>
2942
2943         * support/types.h: add a 'depth_type' typedef, used to store the
2944         nesting depth of a paragraph.
2945
2946         * paragraph.h:
2947         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2948         defining explicitly.
2949
2950         * buffer.h:
2951         * paragraph_funcs.h:
2952         * ParagraphParameters.h:
2953         * sgml.h: use lyx::depth_type rather than Paragraph or
2954         ParameterStruct's depth_type.
2955
2956         * buffer.h
2957         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2958
2959         * BufferView.C:
2960         * BufferView_pimpl.C:
2961         * CutAndPaste.C:
2962         * ParagraphParameters.C:
2963         * buffer_funcs.C:
2964         * bufferlist.C:
2965         * bufferview_funcs.C:
2966         * lyx_cb.C:
2967         * lyxfunc.C:
2968         * tabular.C:
2969         * text3.C:
2970         * toc.C:
2971         * undo_funcs.C:
2972         * frontends/LyXView.C:
2973         * frontends/controllers/ControlDocument.C:
2974         * frontends/controllers/ControlErrorList.C:
2975         * insets/insetbibitem.C:
2976         * insets/insetbranch.C:
2977         * insets/insetcaption.C:
2978         * insets/insetcollapsable.C:
2979         * insets/insetenv.C:
2980         * insets/insetert.C:
2981         * insets/insetfloat.C:
2982         * insets/insetfoot.C:
2983         * insets/insetfootlike.C:
2984         * insets/insetnewline.C:
2985         * insets/insetquotes.C:
2986         * insets/insettabular.C:
2987         * insets/insettext.C:
2988         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2989
2990         * frontends/controllers/ControlChanges.C: #include "changes.h".
2991
2992 2003-09-06  Angus Leeming  <leeming@lyx.org>
2993
2994         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2995         than #including paragraph.h.
2996
2997         * ParagraphList.h:
2998         * RowList.h: deleted. Superfluous.
2999
3000         * CutAndPaste.h:
3001         * iterators.h:
3002         * lyxcursor.h:
3003         * lyxtext.h:
3004         * text_funcs.h:
3005         * undo.h:
3006         * undo_funcs.h:
3007         * insets/inset.h:
3008         * insets/insettext.h: use ParagraphList_fwd.h rather than
3009         ParagraphList.h.
3010
3011         * paragraph.h: don't forward declare ParagraphList.
3012
3013         * buffer.h:
3014         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3015         rather than ParagraphList.h. paragraph.h is still needed for the
3016         Paragraph::depth_type parameters.
3017
3018         * textcursor.h: enable it to compile stand-alone in light of the
3019         above changes.
3020
3021         * bufferview_funcs.C:
3022         * iterators.C:
3023         * lyxfunc.C:
3024         * lyxrow_funcs.C:
3025         * paragraph.C:
3026         * rowpainter.C:
3027         * text.C:
3028         * text2.C:
3029         * text3.C:
3030         * text_funcs.C:
3031         * textcursor.C:
3032         * undo.C:
3033         * frontends/controllers/ControlParagraph.C:
3034         * frontends/controllers/ControlTabular.C:
3035         * insets/insetmarginal.C:
3036         * insets/insetminipage.C:
3037         * insets/insetnote.C:
3038         * insets/insetoptarg.C: add header files needed to compile again.
3039
3040 2003-09-06  Angus Leeming  <leeming@lyx.org>
3041
3042         * RowList_fwd.h: new file, forward-declaring Row rather than
3043         #including lyxrow.h.
3044
3045         * lyxrow_funcs.h:
3046         * lyxtext.h:
3047         * paragraph.h:
3048         * insets/insettext.h: use it instead of RowList.h
3049
3050         * bufferview_funcs.C:
3051         * lyxfunc.C:
3052         * lyxrow_funcs.C:
3053         * paragraph.C:
3054         * rowpainter.C:
3055         * text.C:
3056         * text2.C:
3057         * text3.C: #include "RowList.h".
3058
3059 2003-09-05  Angus Leeming  <leeming@lyx.org>
3060
3061         * factory.C (createInset):
3062         * vspace.C (c-tor): replace sscanf call with an istringstream.
3063         * ispell.C: re-add missing HP/UX headers.
3064         * lyxserver.C: re-add missing  os2 headers.
3065
3066 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3067
3068         * BranchList.C:
3069         * graph.C:
3070         * ispell.C:
3071         * lastfiles.C:
3072         * lyx_cb.C:
3073         * lyxserver.C:
3074         * texrow.C:
3075         * text3.C: re-add missing system headers, needed for 2.95.2.
3076
3077 2003-09-05  Angus Leeming  <leeming@lyx.org>
3078
3079         Changes most place everywhere due to the removal of using directives
3080         from support/std_sstream.h.
3081
3082 2003-09-05  Angus Leeming  <leeming@lyx.org>
3083
3084         Replace LString.h with support/std_string.h,
3085         Lsstream.h with support/std_sstream.h,
3086         support/LIstream.h with support/std_istream.h,
3087         support/LOstream.h with support/std_ostream.h.
3088
3089         Changes resulting throughout the tree.
3090
3091 2003-09-05  Angus Leeming  <leeming@lyx.org>
3092
3093         * sgml.h: ensure that the header file can be compiled stand-alone.
3094         * *.C: strip out redundant #includes. (320 in total.)
3095
3096 2003-09-04  Angus Leeming  <leeming@lyx.org>
3097
3098         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3099         here (from getPackages).
3100
3101         * debug.[Ch]: add a new EXTERNAL tag.
3102
3103 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3104
3105         * text2.C (cursorEnd): simplify
3106         (setCursor): adjust
3107         (getColumnNearX): adjust
3108
3109         * text.C (computeBidiTables): adjust
3110         (fill): adjust
3111
3112         * rowpainter.C (paintChars): adjust
3113         (paintSelection): adjust
3114         (paintChangeBar): adjust
3115         (paintText): adjust
3116
3117         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3118         lastPos instead.
3119         (numberOfSeparators): adjust
3120
3121 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3122
3123         * LyXAction.C:
3124         * box.[Ch]:
3125         * lfuns.h:
3126         * lyxfunc.C:
3127         * text3.C: Restricts the mouse click functionality
3128         of insets like bibtex, include, toc and floatlist to the visible
3129         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3130         up the dialogs. Cursor has to be in front of the inset (i.e.
3131         start of row) for this to function.
3132
3133 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3134
3135         * bufferview_funcs.C (currentState): output row information
3136
3137 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3138
3139         * bufferview_funcs.C (currentState): output paragraph position
3140
3141 2003-09-04  Angus Leeming  <leeming@lyx.org>
3142
3143         * FloatList.h: move out #include "Floating.h".
3144         * LaTeX.h: move out #include "DepTable.h".
3145         * LyXAction.h: move out #include "funcrequest.h".
3146         * buffer.h: move out #include "author.h", "iterators.h".
3147         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3148         * lyx_main.h: move out #include "errorlist.h".
3149         * lyxfunc.h: move out #include "FuncStatus.h".
3150         * lyxtext: move out #include "lyxcursor.h".
3151         * paragraph_pimpl.h: move out #include "counters.h".
3152
3153 2003-09-03  Angus Leeming  <leeming@lyx.org>
3154
3155         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3156         preamble_snippets list, enabling us to add snippets to the preamble
3157         only if the snippet was not there already.
3158
3159 2003-09-04  Angus Leeming  <leeming@lyx.org>
3160
3161         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3162
3163 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3164
3165         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3166         update
3167
3168 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3169
3170         * BranchList.C: point fix, earlier forgotten
3171
3172 2003-09-02  Angus Leeming  <leeming@lyx.org>
3173
3174         * box.C (contains): renamed from 'contained' after a fantastic
3175         amount of hot air.
3176
3177 2003-09-02  John Levon  <levon@movementarian.org>
3178
3179         * BufferView.C:
3180         * lyxcursor.h:
3181         * lyxcursor.C:
3182         * lyxfunc.C:
3183         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3184
3185 2003-09-02  John Levon  <levon@movementarian.org>
3186
3187         * text2.C: simplification of cursorEnd(), including partial
3188         fix for bug 1376
3189
3190 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * buffer.C (readFile): add a space
3193
3194 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3195
3196         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3197
3198 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3199
3200         * buffer.C (readFile): new function, take a filename and a
3201         ParagraphList::iterator
3202         (readFile): adjust
3203         (readFile): adjust, make it private. don't use setStream, make
3204         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3205         always contain the filename.
3206
3207         * BufferView.C (insertLyXFile): simplify and make it work for
3208         gzipped files.
3209
3210 2003-08-30  John Levon  <levon@movementarian.org>
3211
3212         * Makefile.am: fix dist (from Kayvan)
3213
3214 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3215
3216         * most files: change to use const Buffer refs
3217
3218 2003-08-27  André Pönitz  <poenitz@gmx.net>
3219
3220         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3221         on top of ownerPar().
3222
3223 2003-08-27  John Levon  <levon@movementarian.org>
3224
3225         * funcrequest.C: properly initialise POD members
3226
3227 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3228
3229         * lyxtext.h (top_y): move top_y from here
3230         * text.C:
3231         * text2.C:
3232         * text3.C:
3233         * BufferView.[Ch]:
3234         * BufferView_pimpl.[Ch]: to here
3235         * frontends/screen.C:
3236         * insets/insettabular.C:
3237         * insets/insettext.C: adjust
3238         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3239
3240 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3241
3242         * BufferView.[Ch]:
3243         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3244
3245 2003-08-26  André Pönitz  <poenitz@gmx.net>
3246
3247         * paragraph_func.[Ch] (outerPar): new function
3248
3249         * paragraph.C:
3250         * paragraph_funcs.C:
3251         * paragraph_funcs.h:
3252         * paragraph_pimpl.C:
3253         * text2.C: remove Inset::par_owner
3254
3255 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3256
3257         * lyxrow_funcs.C:
3258         * lyxtext.h:
3259         * text.C:
3260         * text2.C: eliminates the needFullRow/display() stuff
3261         altogether, putting the logic in metrics/draw in the insets.
3262
3263 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3264
3265         * text2.C (redoParagraphInternal, redoParagraphs):
3266         * text.C (redoParagraph): add a call to updateRowPositions at the
3267         end of each 'metrics-like' call. Remove all others.
3268         (getRow): remove the 'y-computing' version.
3269         (getRowNearY): do not compute nor return the real y. Solve the
3270         'y < 0' problem and simplify.
3271
3272 2003-08-22  Angus Leeming  <leeming@lyx.org>
3273
3274         * *.[Ch]: clean-up of licence and author blurbs.
3275         Also move config.h out of a few .h files and into a few .C files.
3276
3277 2003-08-22  André Pönitz  <poenitz@gmx.net>
3278
3279         * lyxrow.[Ch]: add x_ and *fill_ members
3280
3281         * lyxtext.h:
3282         * text.C:
3283         * rowpainter.C:
3284         * text2.C: adjust/remove prepareToPrint() calls
3285
3286 2003-08-22  André Pönitz  <poenitz@gmx.net>
3287
3288         * lyxrow.[Ch]: add  end_ member
3289
3290         * lyxrow_funcs.C: use LyXRow::end_
3291
3292         * lyxtext.h (singleWidth): add LyXFont parameter
3293
3294         * rowpainter.C:
3295         * text2.C: adjust LyXText::singleWidth() calls
3296
3297         * text.C (redoParagraph): simplify row breaking logic
3298
3299
3300 2003-08-19  André Pönitz  <poenitz@gmx.net>
3301
3302         * funcrequest.C: initialize button_ member
3303
3304         * text3.C:
3305         * rowpainter.[Ch]: interface consolidation
3306
3307 2003-08-18  André Pönitz  <poenitz@gmx.net>
3308
3309         * BufferView.C:
3310         * BufferView_pimpl.C:
3311         * lyxfind.C:
3312         * paragraph_funcs.C:
3313         * rowpainter.C:
3314         * text3.C: remove LyXScreen::draw() and fitCursor calls
3315
3316         * BranchList.h: remove spurious semicolons
3317
3318         * MenuBackend.C: fix branchlist related crash
3319
3320 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3321
3322         * BranchList.[Ch]:
3323         * InsetList.[Ch]:
3324         * LColor.[Ch]:
3325         * LyXAction.C:
3326         * Makefile.am:
3327         * MenuBackend.[Ch]:
3328         * bufferparams.[Ch]:
3329         * factory.C:
3330         * lfuns.h:
3331         * lyxfunc.C:
3332         * text3.C: implements the 'branch inset'
3333         idea. This allows the output of various versions of a document
3334         from a single source version, selectively outputing or suppressing
3335         output of parts of the text.
3336         This implementation contains a 'branch list editor' in a separate
3337         tab of the document settings dialog. Branches are user definable
3338         and have a "display colour" to distinguish them on-screen.
3339
3340         ColorHandler was somewhat cleaned up.
3341         (1) make possible a dynamically growing LColor list by allowing
3342         the graphic context cache to grow along (vector);
3343         (2) eliminate an IMHO unnecessary step in colour allocation.
3344
3345 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3346
3347         * BufferView_pimpl.C: compile fix
3348
3349 2003-08-15  André Pönitz  <poenitz@gmx.net>
3350
3351         * rowpainter.C: remove extra metrics calls
3352
3353         * lyxtext.h: merge the two constructors into a single one,
3354           pass reference to owner's par list
3355
3356         * BufferView_pimpl.C:
3357         * text.C:
3358         * text2.C: adjust
3359
3360 2003-08-15  André Pönitz  <poenitz@gmx.net>
3361
3362         * lyxrow_funcs.[Ch]:
3363         * lyxtext.h:
3364         * paragraph.h:
3365         * paragraph_funcs.C:
3366         * rowpainter.C:
3367         * text.C:
3368         * text2.C:
3369         * text3.C:
3370         * text_funcs.C: split LyXText::rowlist_ into individual
3371         Paragraph::rows_ chunks
3372
3373         * BufferView.[Ch]:
3374         * BufferView_pimpl.[Ch]:
3375         * lyxfind.C:
3376         * lyxtext.h:
3377         * text3.C: remove toggleSelection()
3378
3379 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3380
3381         * bufferlist.C: beautify two alerts (shorter text of buttons)
3382         * buffer.C: Remove redundant ' ' from message
3383         * tabular.h:
3384         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3385         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3386         rename VALIGN_CENTER to VALIGN_MIDDLE
3387
3388 2003-08-11  André Pönitz  <poenitz@gmx.net>
3389
3390         * lyxtext.h (getPar):
3391         * text.C: new function
3392
3393 2003-08-11  André Pönitz  <poenitz@gmx.net>
3394
3395         * Makefile.am:
3396         * tracer.[Ch]: remove unneeded files
3397
3398         * InsetList.[Ch]: remove resizeInsetsLyXText()
3399
3400         * lyxtext.h:
3401         * text.C:
3402         * text2.C:
3403         * text3.C: merge insertParagraphs() and appendParagraph()
3404         remove breakAgain(), update()
3405
3406         * BufferView_pimpl.[Ch]:
3407         * bufferview_funcs.[Ch]:
3408         * lyxfunc.C:
3409         * paragraph.[Ch]:
3410         * rowpainter.C:
3411         * tabular.C: adjust after text & InsetList changes.
3412
3413 2003-08-08  André Pönitz  <poenitz@gmx.net>
3414
3415         * text.C (insertChar, backspace): replace rowlist fiddling
3416         with rebreak of full par
3417
3418         * lyxtext.h:
3419         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3420         checkParagraph, updateInset): removed
3421
3422 2003-08-07  André Pönitz  <poenitz@gmx.net>
3423
3424         * paragraph.C:
3425         * text3.C: merge some LFUN handlers, remove dead code
3426
3427 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3428
3429         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3430
3431 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3432
3433         * text2.C (DEPM): fix part of bug 1255 and 1256
3434
3435 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3436
3437         * BufferView_pimpl.C (workAreaDispatch): change to use
3438         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3439         that are no mouse related.
3440
3441 2003-08-05  André Pönitz  <poenitz@gmx.net>
3442
3443         * BufferView.[Ch]:
3444         * BufferView_pimpl.[Ch]:
3445         * bufferview_funcs.C:
3446         * text2.C:
3447         * text3.C: rip out "deep update"
3448
3449         * textcursor.[Ch] (last_sel_cursor): remove unused member
3450
3451 2003-08-04  André Pönitz  <poenitz@gmx.net>
3452
3453         * BufferView.[Ch]:
3454         * BufferView_pimpl.[Ch]:
3455         * ParagraphParameters.C:
3456         * bufferview_funcs.C:
3457         * lyx_cb.C:
3458         * lyxfind.C:
3459         * lyxfunc.C:
3460         * text.C:
3461         * text2.C:
3462         * text3.C: replace "complicated" BufferView::update(...) calls with
3463         simpler ones.
3464
3465         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3466
3467 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3468
3469         * Makefile.am (lyx_SOURCES): add paper.h
3470
3471 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3472
3473         * Makefile.am: move things around so that both lyx-qt and
3474         lyx-xforms can be built (according to --with-frontend). Then lyx
3475         is a symbolic link to lyx-[firstfrontend]
3476
3477 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3478
3479         * Always use std::endl with lyxerr
3480
3481 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3482
3483         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3484
3485 2003-08-01  André Pönitz  <poenitz@gmx.net>
3486
3487         * BufferView.[Ch]:
3488         * BufferView_pimpl.[Ch]:
3489         * lyxfunc.C:
3490         * text3.C: merge BufferView::repaint() and BufferView::update()
3491
3492 2003-08-01  José Matos  <jamatos@lyx.org>
3493
3494         * buffer.[Ch]: file_format is no longer a buffer data element.
3495
3496 2003-08-01  André Pönitz  <poenitz@gmx.net>
3497
3498         * BufferView.C:
3499         * lyxtext.h:
3500         * text.C:
3501         * text2.C: make redoParagraph more independent of current cursor
3502
3503         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3504         * text.C:
3505         * text2.C: remove unneeded members
3506
3507 2003-07-30  André Pönitz  <poenitz@gmx.net>
3508
3509         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3510
3511         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3512           create a single function...
3513
3514         * paragraph_funcs.C (moveItem): ... here.
3515
3516         * text.C:
3517           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3518
3519 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3520
3521         * LColor.[Ch]: Add comment and greyedout logical colors.
3522
3523 2003-07-30  André Pönitz  <poenitz@gmx.net>
3524
3525         * tabular.C: don't use Assert too heavily. This crashes where it
3526           shouldn't
3527
3528 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3529
3530         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3531         is disabled (bug 1232)
3532
3533 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3534
3535         * factory.C: limited 'arg' scope
3536
3537 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3538
3539         * factory.C: fixed Note submenu issues
3540
3541 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3542
3543         * factory.C: submenu for Note/Comment/Greyedout
3544
3545 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3546
3547         * lyx_main.C (LyX):
3548         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3549
3550 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3551
3552         * LaTeXFeatures.C:
3553         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3554         greyedout. Patch provided by Jürgen Spitzmüller.
3555
3556 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3557
3558         * kbmap.C (read): fix error message when reading bind files
3559
3560 2003-07-29  Angus Leeming  <leeming@lyx.org>
3561
3562         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3563         certainly does not do what it purports to do. I am doing it, and
3564         us, a favour by killing it.
3565
3566 2003-07-28  José Matos  <jamatos@lyx.org>
3567
3568         * buffer.C (readBody, do_writeFile):
3569         * paragraph.C(readParagraph): \end_document replaces \the_end.
3570
3571 2003-07-29  André Pönitz  <poenitz@gmx.net>
3572
3573         * BufferView.[Ch]:
3574         * BufferView_pimpl.[Ch]:
3575         * lyxfunc.C:
3576         * text2.C:
3577         * text3.C:
3578         * textcursor.[Ch]: remove toggleToggle & Co
3579
3580 2003-07-28  José Matos  <jamatos@fep.up.pt>
3581
3582         * buffer.C (readParagraph):
3583         * params_func (readParToken, readParagraph):
3584         * paragraph.C (write): \layout -> \begin_layout.
3585
3586 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3587
3588         * lyxlex_pimpl.C (setFile): clean up slightly.
3589
3590         * bufferparams.h: add compressed var
3591
3592         * buffer_funcs.C (readFile): adjust for LyXLex change
3593         (newFile): ditto + simplify
3594
3595         * buffer.C (writeFile): handle writing of compressed files
3596
3597         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3598         Check if the file is compressed and set a bufferparm if so.
3599
3600         * Makefile.am (lyx_LDADD): remove explicit -lz
3601
3602 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3603
3604         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3605         makeDocBookFile): put the real LyX version in the first line of
3606         the file
3607
3608         * version.h:
3609         * version.C.in: remove lyx_docversion
3610
3611         * tabular.C (write_attribute): add a template-based version to
3612         write enums properly
3613
3614 2003-07-28  André Pönitz  <poenitz@gmx.net>
3615
3616         * lyxtext.h:
3617         * text.C:
3618         * text2.C:
3619         * text3.C: use doubles again for x-coordinates. They are needed.
3620
3621 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3622
3623         * messages.C (getLocaleDir): use lyx_localedir()
3624
3625         * lyxlex_pimpl.C (setFile): compress stuff
3626
3627         * buffer.C (writeFile): add some compression stuff
3628         (do_writeFile): new func, dont call expliti close... will this
3629         breake anything?
3630
3631         * Makefile.am (lyx_LDADD): add -lz
3632
3633 2003-07-28  José Matos  <jamatos@fep.up.pt>
3634
3635         * buffer.C: increment file format.
3636         * paragraph_funcs (readParagraph, readParToken):
3637         * paragraph.C (readParagraph): add \end_layout.
3638
3639 2003-07-27  Angus Leeming  <leeming@lyx.org>
3640
3641         * Makefile.am: remove special casing for configure-time setting of
3642         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3643
3644         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3645         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3646
3647 2003-07-26  André Pönitz  <poenitz@gmx.net>
3648
3649         * paragraph_func.[Ch]:
3650         * paragraph.C (realizeFont): inline it whereever it is used
3651
3652         * rowpainter.C:
3653         * text.C:
3654         * text2.C:
3655         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3656
3657
3658 2003-07-26  André Pönitz  <poenitz@gmx.net>
3659
3660         *       lyxtext.h:
3661         * text.C:
3662         * text2.C: get rid of LyXText::need_break_row
3663
3664 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3665
3666         * toc.[Ch]: put namespace toc inside namespace lyx
3667
3668         * MenuBackend.C (expandToc2): adjust for lyx::toc
3669         (expandToc): ditto
3670
3671         * lyxfunc.C (dispatch): adjust for lyx::find
3672
3673         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3674         lyx::find instead. Reorganize a bit.
3675         (LyXReplace): rename to replace
3676         (LyXFind): rename to find
3677
3678         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3679         (dispatch): ditto
3680
3681 2003-07-26  André Pönitz  <poenitz@gmx.net>
3682
3683         * text.C (setHeightOfRow): restrict scope of temporary variable
3684
3685         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3686           code (never has been used?)
3687
3688 2003-07-27  Asger Alstrup  <alstrup@local>
3689
3690         * text.C (fill): Optimise algorithm to exploit that we can reuse
3691         the LyXFont for many characters.
3692         (setHeightOfRow): Same thing.
3693         (rowBreakPoint): Same thing.
3694
3695 2003-07-26  Asger Alstrup  <alstrup@local>
3696
3697         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3698
3699         * text.C (singleWidth): Spurious font copying in hot-spot
3700         singleWidth avoided. Reorder tests for arabic for efficiency.
3701
3702         * text.C (fill): handle empty paragraphs better.
3703
3704 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3705
3706         * ispell.C:
3707         * encoding.h: add includes
3708
3709         * lyxrc.C: remove reading of bind files
3710
3711         * lyx_main.C (init): setup bindings and menus only if we have a
3712         gui.
3713
3714         * kbmap.C (read): new method. Do the actual reading of bind
3715         files.
3716
3717         * converter.C (dvipdfm_options):
3718         * bufferparams.C:
3719         * lyxrc.C (read):
3720         (output): adapt PAPER_* enums.
3721
3722         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3723
3724         * bufferparams.h: remove paper-related enums from there
3725
3726         * paper.h: New file. A trivial header file to hold paper-related
3727         enums. It should later expand to contain many paper-related
3728         horrors access.
3729
3730         * lyxrc.C: declare extern displayTranslator
3731
3732 2003-07-27  José Matos  <jamatos@fep.up.pt>
3733
3734         * tabular.[Ch] (linuxdoc): add support for tables and figures
3735         (linuxdoc).
3736
3737 2003-07-27  José Matos  <jamatos@fep.up.pt>
3738
3739         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3740         consistency in both functions.
3741         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3742
3743 2003-07-26  Asger Alstrup  <alstrup@local>
3744
3745         * rowpainter.C (paintRows): Change algorithm to work directly on
3746         the insets rather than asking every character in the document
3747         whether its an inset.
3748
3749 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3750
3751         * buffer.C (openFileWrite): factorize some code
3752
3753 2003-07-26  Angus Leeming  <leeming@lyx.org>
3754
3755         * lyx_cb.C:
3756         * lyx_main.[Ch]: replace occurances of system_tempdir with
3757         os::getTmpDir().
3758
3759 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3760
3761         * rename Inset to InsetOld
3762
3763 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3764
3765         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3766         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3767         which I think is a bit clearer. EDIT is gone, since it was
3768         premature optimisation, and broken for mathed anyway.
3769         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3770         with cursor positioning in insets as well (math insets still do not
3771         work, but that's a different story anyway.) It mysteriously
3772         crashes sometimes with undo in the first paragraph, but I'm fairly
3773         confident that this is a compiler bug.
3774
3775 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3776
3777         * paragraph.C (Paragraph): adjust for new clone return type
3778         (operator==): ditto
3779         (copyIntoMinibuffer): ditto
3780
3781 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3782
3783         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3784         by not having a special case, and always doing a full rebreak of
3785         the document after undo.
3786
3787 2003-07-23  Angus Leeming  <leeming@lyx.org>
3788
3789         * factory.C (createInset): InsetExternal::setParams now takes a
3790         Buffer const * arg.
3791
3792 2003-07-23  Angus Leeming  <leeming@lyx.org>
3793
3794         * factory.C (createInset): changed interface to the external and
3795         graphics mailers' string2params functions.
3796
3797 2003-07-23  Angus Leeming  <leeming@lyx.org>
3798
3799         * factory.C (createInset): pass a
3800         Buffer const * parameter to InsetExternalMailer's string2params.
3801
3802 2003-07-22  John Levon  <levon@movementarian.org>
3803
3804         * Thesaurus.h: include the right aiksaurus header
3805
3806 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3807
3808         * MenuBackend.C (expand): check menu shortcuts unconditionally
3809
3810 2003-07-21  Angus Leeming  <leeming@lyx.org>
3811
3812         * factory.C (createInset): pass a
3813         buffer_path parameter to InsetGraphicsMailer's string2params.
3814
3815 2003-07-21  Angus Leeming  <leeming@lyx.org>
3816
3817         * BufferView_pimpl.C (buffer):
3818         * buffer.C (d-tor):
3819         * lyx_main.C (LyX):
3820         * lyxfunc.C (dispatch):
3821         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3822         rather than the grfx shortcut.
3823
3824 2003-07-21  André Pönitz  <poenitz@gmx.net>
3825
3826         * rowpainter.C: remove unused variables
3827
3828         * tabular_funcs.C:
3829         * tabular_funcs.h: move to tabular.C
3830         * Makefile.am: adjust
3831
3832         * tabular.[Ch]: basic optical cleaning
3833
3834         * author.h: pass references, not values
3835
3836 2003-07-18  André Pönitz  <poenitz@gmx.net>
3837
3838         * lyxtext.h:
3839         * metricsinfo.C:
3840         * metricsinfo.h:
3841         * rowpainter.C:
3842         * text.C:
3843         * text2.C:
3844         * text3.C: two-phase drawing for InsetText and InsetTabular
3845         some float -> int changes.
3846
3847 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3848
3849         * lyx_main.C: fix the fix
3850
3851 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3852
3853         * lyx_main.C: fix a crash in batch mode if no files specified
3854         * converter.C: ws
3855
3856 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3857
3858         * format.[Ch] (papersize): moved to BufferParams
3859         * converter.[Ch] (dvips_options): moved to BufferParams
3860         (dvipdfm_options): moved to anon namespace
3861         * bufferparams.[Ch]: added above functions.
3862
3863 2003-07-17  André Pönitz  <poenitz@gmx.net>
3864
3865         * lyxtext.h:
3866         * rowpainter.C:
3867         * text2.C: don't call inset->update() anymore
3868
3869         * metricsinfo.[Ch]: add convenience constructor
3870
3871 2003-07-16  André Pönitz  <poenitz@gmx.net>
3872
3873         * lyxcursor.[Ch]:
3874         * lyxfunc.[Ch]:
3875         * text.C:
3876         * text2.C: replace the LyXCursor::irow_ member with
3877          on-demand computation of the value
3878
3879 2003-07-16  John Levon  <levon@movementarian.org>
3880
3881         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3882
3883 2003-07-15  André Pönitz  <poenitz@gmx.net>
3884
3885         * text.C:
3886         * text2.C: remove no more needed refresh_row
3887
3888 2003-07-15  André Pönitz  <poenitz@gmx.net>
3889
3890         * lyxtext.h:
3891         * rowpainter.C:
3892         * text2.C:
3893         * text3.C: refresh_status tristate -> need_update bool
3894
3895 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3896
3897         * lyxtext.h (init): remove reinit argument (act as if always true)
3898         * text2.C: adjust to that
3899
3900 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3901
3902         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3903         * text3.C: use it to delete selections in some cases
3904         (bugs 441, 673, 702, 954).
3905
3906 2003-07-14  André Pönitz  <poenitz@gmx.net>
3907
3908         * rowpainter.[Ch]: reduce interface
3909
3910 2003-07-14  André Pönitz  <poenitz@gmx.net>
3911
3912         * BufferView_pimpl.C:
3913         * text2.C: adjust after removing unused BufferView * argument
3914
3915 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3916
3917         * text2.C (init): fix a crash fired on resize
3918
3919 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3920
3921         * buffer.[Ch]: added new closing signal
3922         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3923         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3924         BufferView::Pimpl via the closing the signal
3925
3926 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3927
3928         * buffer.[Ch]: take out all bv-related from buffer
3929         * BufferView.C:
3930         * BufferView_pimpl.[Ch]: connect to new signals
3931         * CutAndPaste.C: removed useless asserts
3932         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3933         * lyxvc.[Ch]:
3934         * vc-backend.[Ch]:
3935         * lyxfunc.C: moved view-related funciontality from vc here
3936         * paragraph.C: removed outdated comments
3937         * text.C: ws
3938
3939 2003-07-10  André Pönitz  <poenitz@gmx.net>
3940
3941         * BufferView_pimpl.C:
3942         * tabular.h:
3943         * tabular_funcs.C:
3944         * text.C:
3945         * text2.C: remove InsetText::InnerCache, clean up consequences
3946
3947 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3948
3949         * ispell.C: fix two typos in error messages
3950
3951 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3952
3953         * Extend Note inset to other forms of annotation like Comment
3954         and Greyedout. Right button click gives dialog.
3955
3956         Files modified or added (+):
3957
3958         * insetnote.[Ch]
3959         * FormNote.[Ch]      +
3960         * ControlNote.[Ch]   +
3961         * form_note.fd       +
3962         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3963         frontends/controllers
3964         * xforms/Dialogs.C
3965         * factory.C
3966
3967 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3968
3969         * aspell.C: add missing namespace lyx::support
3970
3971 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3972
3973         * BufferView.[Ch] (newFile): Add
3974         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3975         * LaTeX.[Ch] (message): added this signal and use it
3976         * buffer.[Ch] (busy, message): added these signals and use them
3977         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3978         * converter.C:
3979         * exporter.C:
3980         * format.C:
3981         * importer.C: use buffer signals instead of direct bv calling
3982         * lyx_cb.[Ch] (ShowMessage): removed
3983         * lyx_main.C:
3984         * lyxfunc.C:
3985         * paragraph_funcs.C:
3986         * text2.C: use buffer signals
3987
3988 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3989
3990         * introduce namespace lyx::graphics
3991
3992 2003-07-02  André Pönitz  <poenitz@gmx.net>
3993
3994         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3995
3996 2003-07-01  André Pönitz  <poenitz@gmx.net>
3997
3998         * text.C:
3999         * text2.C:
4000         * text3.C:
4001         * text_funcs.[Ch]:
4002         * textcursor.h:
4003         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4004           text*.C to text_func.C
4005
4006 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4007
4008         * introduce namespace lyx::support
4009
4010 2003-06-30  André Pönitz  <poenitz@gmx.net>
4011
4012         * Chktex.C:
4013         * funcrequest.C:
4014         * lyxtext.h:
4015         * text.C: re-enable --with-included-string
4016
4017 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4018
4019         * textcursor.C: add <config.h>
4020
4021         * text.C (getWord): remove const from word_location arg
4022
4023         * lyxvc.C (getLogFile): fix const type order
4024
4025         * lyxtext.h: remove const from word_location arg, add arg name
4026
4027         * lyxlayout.h: currect type on labeltype.
4028
4029         * importer.C: correct \file
4030
4031         * converter.C (intToFormat): use std:: on ret val, ws changes
4032
4033         * bufferlist.h: correct \file
4034
4035         * buffer.C (makeLinuxDocFile): fix const type order
4036         (makeDocBookFile): ditto
4037         (fillWithBibKeys): use std:: on stdlib args.
4038
4039         * CutAndPaste.C: fix authors.
4040         (availableSelections): use std:: on return vector
4041
4042 2003-06-27  André Pönitz  <poenitz@gmx.net>
4043
4044         * BufferView_pimpl.C:
4045         * bufferview_funcs.C:
4046         * lyxcursor.C:
4047         * lyxcursor.h:
4048         * lyxfunc.C:
4049         * lyxtext.h:
4050         * rowpainter.C:
4051         * text.C:
4052         * text2.C:
4053         * text3.C: remove LyXCursor::row_ member
4054
4055         * lyxtext.h:
4056         * text.C: rename fullRebreak() to partialRebreak() and implement
4057           a fullRebreak() that really bereks fully
4058
4059         * textcursor.h: new struct for cursor-related data
4060
4061 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4062
4063         * lyx_main.C (LyX): get full path of document loaded on the
4064         command line
4065
4066 2003-06-26  André Pönitz  <poenitz@gmx.net>
4067
4068         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4069           remove unused/broken operator>,<,>=.
4070
4071         *       text.C: remove only use of broken operator<= in an Assert().
4072
4073 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4074
4075         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4076         moved errorlist_.clear to showErrorList
4077
4078 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4079
4080         * converter.C (scanLog, runLaTeX):
4081         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4082         move the bv->showErrorList call to the callers
4083         * lyxfunc.C: i.e. here...
4084         * text2.C: and here
4085         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4086         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4087         namespace, the second to...
4088         * buffer_funcs (BufferFormat, parseErrors): added
4089         * errorlist.C (ErrorList(TeXErrors const &)): removed
4090
4091 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4092
4093         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4094
4095 2003-06-24  "Garst R. Reese" <reese@isn.net>
4096
4097         * debug.C: fix typo
4098
4099 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4100
4101         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4102
4103         * version.C.in: change docversion to 1.4
4104
4105 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4106
4107         * buffer.C: fix a bug just introduced
4108
4109 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4110
4111         * buffer.[Ch]: added the parseError signal and use it, removed
4112         sgmlError
4113         * BufferView.[Ch] (addError): moved to ...
4114         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4115         to the Buffer::parseError signal to catch (guess what) parse errors
4116         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4117
4118 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4119
4120         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4121         ability to create a buffer and to return an existing one from
4122         the list. Moved these functions to...
4123         * buffer_funcs.[Ch]: added
4124         * BufferView.[Ch] (loadLyXFile): added
4125         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4126         job removed from bufferlist::loadLyXFile.
4127         * buffer.C (setReadOnly): make it work without view
4128         (i.e added an if (users))
4129
4130 2003-06-19  Angus Leeming  <leeming@lyx.org>
4131
4132         * lfuns.h:
4133         * LyXAction.C (init):
4134         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4135         with LFUN_DIALOG_SHOW <name> <data>.
4136
4137 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4138
4139         * CutAndPaste.C (availableSelections): small compilation fix for
4140         ancient (gcc 2.9x) compilers
4141
4142 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4143
4144         * text3.C (cursorNext): add tmp var
4145
4146         * text2.C (updateCounters): for function calling out of for clause
4147         (replaceSelectionWithString): ditto
4148         (insertStringAsParagraphs): ditto
4149         (getColumnNearX): add tmp var
4150         (setCursorFromCoordinates): add tmp var
4151         (cursorDownParagraph): add tmp var
4152         (deleteEmptyParagraphMechanism): add tmp var
4153
4154         * text.C (insertChar): add tmp var
4155
4156         * rowpainter.C (paintDepthBar): add tmp var
4157
4158         * CutAndPaste.C (availableSelections): potentially check all
4159         paragraphs in a cut to fill the shown strings.
4160
4161 2003-06-18  André Pönitz  <poenitz@gmx.net>
4162
4163         * kbmap.[Ch]: use vector<> instead of list<>
4164
4165 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4166
4167         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4168         pasteSelection with index
4169
4170         * text2.C (pasteSelection): modify, call pasteSelection with index
4171
4172         * paragraph.C (asString): reimplement version with no interval to
4173         call the one with interval.
4174
4175         * lyxtext.h: add index arg to pasteSelection
4176
4177         * MenuBackend.C (MenuItem): handle PasteRecent
4178         (Menu::read::Menutags): add md_pasterecent
4179         (read): handle it
4180         (expandPasteRecent): new function
4181         (expand): use it
4182
4183         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4184
4185         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4186         the limited stack
4187         (availableSelections): new function
4188
4189 2003-06-17  Angus Leeming  <leeming@lyx.org>
4190
4191         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4192
4193 2003-06-17  Angus Leeming  <leeming@lyx.org>
4194
4195         * lfuns.h:
4196         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4197
4198         * lyxfunc.C (dispatch): invoke it.
4199
4200 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4201
4202         * iterators.C (operator++, ParPosition): reintroduce some
4203         const_cast for the benefit of older compilers.
4204
4205 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4206
4207         * text3.C (dispatch): do not modify clipboard when doing
4208         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4209         LFUN_DELETE_SKIP on a selection selection
4210
4211 2003-06-16  André Pönitz  <poenitz@gmx.net>
4212
4213         * BufferView.C:
4214         * buffer.C:
4215         * buffer.h:
4216         * paragraph.C:
4217         * tabular.[Ch]: IU of clone() and getLabelList();
4218
4219 2003-06-13  André Pönitz  <poenitz@gmx.net>
4220
4221         * tabular.h: compactification
4222
4223 2003-06-12  André Pönitz  <poenitz@gmx.net>
4224
4225         * tabular.C:
4226         * tabular.h:
4227         * tabular_funcs.h: some renaming plus whitespace
4228
4229 2003-06-12  André Pönitz  <poenitz@gmx.net>
4230
4231         * BufferView.C:
4232         * BufferView_pimpl.C:
4233         * CutAndPaste.C:
4234         * buffer.C:
4235         * iterators.[Ch]:
4236         * lyxfunc.C:
4237         * text.C:
4238         * toc.C: Return a Paragraph & for ParIterator::operator*()
4239
4240 2003-06-11  John Levon  <levon@movementarian.org>
4241
4242         * lyx_main.C:
4243         * ToolbarBackend.h:
4244         * ToolbarBackend.C: add "Toolbars" section and
4245         put the flags there
4246
4247 2003-06-10  Angus Leeming  <leeming@lyx.org>
4248
4249         * lfuns.h:
4250         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4251
4252         * lyxfunc.C (dispatch): invoke it.
4253
4254 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4255
4256         * main.C: protect <ios> with HAVE_IOS
4257         (main): protect sync_with_stdio with HAVE_IOS
4258
4259 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4260
4261         * text2.C (cutSelection): adjust
4262         (pasteSelection): adjust
4263
4264         * messages.C: handle get of empty string
4265
4266         * main.C (main): use sync_with_stdio(false)
4267
4268         * lyxfunc.C (dispatch): adjust
4269
4270         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4271         (WriteAs): remove unneeded BufferView arg.
4272
4273         * bufferparams.h: use correct types on papersize, papersize2 and
4274         paperpackage.
4275
4276         * bufferparams.C (readToken): adjust for type
4277         (writeLaTeX): add missing cases to switch.
4278
4279         * bufferlist.C (quitWriteBuffer): adjust
4280         (close): adjust
4281
4282         * buffer.C (asciiParagraph): remove some commented code.
4283
4284         * CutAndPaste.C: remove current_view extern variable.
4285         (cutSelection): add BufferParams arg.
4286         (eraseSelection): add BufferParams arg.
4287         (pasteSelection): add Buffer const & arg
4288
4289 2003-06-07  John Levon  <levon@movementarian.org>
4290
4291         * buffer.C:
4292         * paragraph_funcs.C:
4293         * paragraph_pimpl.C:
4294         * text.C:
4295         * text2.C:
4296         * paragraph.h:
4297         * paragraph.C: allow InsetERT to freely space lines,
4298         and some consolidation of code
4299
4300 2003-06-06  José Matos  <jamatos@fep.up.pt>
4301
4302         * buffer.C (makeDocBookFile): fix bug #821
4303
4304 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4305
4306         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4307
4308 2003-06-04  Angus Leeming  <leeming@lyx.org>
4309
4310         * buffer.C: bump format to 224.
4311
4312 2003-06-05  André Pönitz  <poenitz@gmx.net>
4313
4314         * text2.C (redoParagraphs): remove two const_cast<>
4315
4316 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4317
4318         * ParagraphList.h: remove last remnants of NO_STD_LIST
4319
4320 2003-06-03  Angus Leeming  <leeming@lyx.org>
4321
4322         * factory.C (createInset): small change to the way InsetExternal's params
4323         are set.
4324
4325 2003-06-04  André Pönitz  <poenitz@gmx.net>
4326
4327         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4328
4329         * paragraph_pimpl.h:
4330         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4331
4332         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4333
4334         * undo_funcs.C: make some simple cases of undo work again
4335
4336 2003-06-03  John Levon  <levon@movementarian.org>
4337
4338         * ispell.C: HPUX doesn't have sys/select.h
4339         (from Albert Chin)
4340
4341 2003-06-03  John Levon  <levon@movementarian.org>
4342
4343         * CutAndPaste.C: update tabular and include inset
4344         buffer references
4345
4346         * buffer.h:
4347         * paragraph.h:
4348         * paragraph.C: remove owningBuffer(), don't pass Buffer
4349         to clone()
4350
4351         * factory.C: insetGraphicsParams changed
4352
4353 2003-06-02  John Levon  <levon@movementarian.org>
4354
4355         * LyXAction.C:
4356         * factory.C:
4357         * lfuns.h:
4358         * lyxfunc.C:
4359         * text3.C: remove insetparent
4360
4361 2003-06-02  John Levon  <levon@movementarian.org>
4362
4363         * buffer.h:
4364         * buffer.C: fix inset_iterator.end(), move out of line
4365         (bug 1149)
4366
4367 2003-06-01  John Levon  <levon@movementarian.org>
4368
4369         * text3.C: use a proper cut/paste when doing inset
4370         insert (from Jürgen Spitzmüller)
4371
4372 2003-06-01  John Levon  <levon@movementarian.org>
4373
4374         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4375
4376 2003-05-30  André Pönitz  <poenitz@gmx.net>
4377
4378         * rowpainter.C: unify second drawing phase
4379
4380 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4381
4382         * trans_mgr.C: remove one case of current_view
4383
4384         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4385
4386         * paragraph_funcs.h: remove paragraph.h include
4387
4388         * paragraph.h: delete NO_STD_LIST stuff
4389
4390         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4391
4392         * buffer.h: remove paragraph.h include
4393
4394         * ParagraphList.C: delete file
4395
4396         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4397
4398         * toc.C (getTocList): adjust
4399
4400         * paragraph_pimpl.C (validate): adjust
4401
4402         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4403
4404         * paragraph.C (Paragraph): adjust
4405         (getPositionOfInset): use const_iterator, adjust
4406         (bibitem): use const_iterator, adjust
4407         (setInsetOwner): adjust
4408
4409         * iterators.C (operator++): adjust
4410
4411         * InsetList.[Ch]: Replace selfmade iterator with standard
4412         vector::iterator also introduce const_iterator. Remove getPos,
4413         getInset and setInset from InsetTable. Adjust accordingly.
4414
4415         * BufferView.C (lockInset): adjust
4416         (ChangeInsets): adjust
4417
4418         * tabular.[Ch]: delete commented same_id functions
4419
4420 2003-05-28  John Levon  <levon@movementarian.org>
4421
4422         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4423
4424 2003-05-28  André Pönitz  <poenitz@gmx.net>
4425
4426         * metricsinfo.[Ch]: remove 'fullredraw' member
4427
4428 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4429
4430         * lyxtextclass.C (operator): remove caching.
4431
4432 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4433
4434         * text3.C: adjust
4435
4436         * text2.C (cursorBottom): adjust
4437         (setCounter): use ParagraphList::find, adjust
4438
4439         * text.C (workWidth): use ParagraphList::find, adjust
4440
4441         * lyxcursor.C (LyXCursor): adjust
4442
4443         * buffer.C (inset_iterator): adjust
4444
4445         * ParagraphList.h: make iterator(value_type) private, make
4446         ParagraphList a friend of iterator.
4447
4448         * ParagraphList.C (find): new function
4449
4450         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4451
4452 2003-05-27  André Pönitz  <poenitz@gmx.net>
4453
4454         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4455
4456 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4457
4458         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4459
4460 2003-05-26  John Levon  <levon@movementarian.org>
4461
4462         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4463
4464 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4465
4466         * remove same_id from function signatures, adjust.
4467
4468 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4469
4470         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4471
4472         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4473
4474         * paragraph.C (Paragraph): get rid of same_ids parameter
4475
4476         * ParagraphList.C (insert): adjust
4477         (push_back): adjust
4478
4479 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4480
4481         * paragraph_funcs.C (breakParagraph): adjust
4482         (breakParagraphConservative): adjust
4483
4484         * buffer.C (readParagraph): adjust
4485
4486         * ParagraphList.C (insert): take a reference instead of a pointer
4487         (insert): adjust
4488
4489         * paragraph.[Ch] (id): new function
4490
4491         * bufferlist.C (newFile): adjust
4492
4493         * ParagraphList.C (ParagraphList): adjust
4494         (assign): adjust
4495         (push_back): take a reference instead of a pointer.
4496
4497         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4498
4499         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4500         instead.
4501
4502         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4503         set else use old code.
4504
4505         * ParagraphList.C: remove all NO_NEXT code and only compile this
4506         code of NO_STD_LIST is set.
4507
4508 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4509
4510         * BufferView_pimpl.C:
4511         * TextCache.C:
4512         * TextCache.h:
4513         * bufferlist.C:
4514         * errorlist.h:
4515         * format.C:
4516         * format.h:
4517         * graph.C:
4518         * lyxfunc.C:
4519         * lyxrc.C:
4520         * graphics/GraphicsConverter.C:
4521         * graphics/PreviewLoader.C: header adjustment
4522
4523 2003-05-23  Angus Leeming  <leeming@lyx.org>
4524
4525         * LaTeXFeatures.[Ch] (useBabel): new method.
4526         * bufferparams.C (writeLaTeX): use it.
4527
4528 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4529
4530         * ParagraphList.h (set): remove unused function.
4531
4532 2003-05-23  André Pönitz  <poenitz@gmx.net>
4533
4534         * BufferView.C:
4535         * BufferView_pimpl.C:
4536         * buffer.C:
4537         * buffer.h:
4538         * lyxfunc.C:
4539         * undo_funcs.C: setUndo reworked
4540
4541         * iterators.[Ch]: add access to topmost ParagraphList
4542
4543         * lyxtext.[Ch] (workWidth): add a const
4544
4545 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4546
4547         * texrow.[Ch] (increasePos): remove function
4548         * exporter.C (export): removed unused var and outdated comment
4549
4550 2003-05-23  Angus Leeming  <leeming@lyx.org>
4551
4552         * latexrunparams.h: rename fragile as moving_arg.
4553         * paragraph.C (simpleTeXOnePar): ditto.
4554         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4555
4556 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4557
4558         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4559         (createUndo): ditto
4560         (textUndoOrRedo): comment out a currently unused var.
4561
4562         * paragraph.h (NO_NEXT): enable NO_NEXT
4563
4564         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4565
4566         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4567
4568         * exporter.C (Export): adjust for removeAutoInsets removal.
4569
4570         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4571
4572         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4573
4574         * BufferView.[Ch] (removeAutoInsets): delete function
4575
4576 2003-05-22  Angus Leeming  <leeming@lyx.org>
4577
4578         * latexrunparams.h: add a free_spacing variable.
4579
4580         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4581         to pass moving_arg, as the data is stored in runparams.fragile.
4582
4583         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4584         to Inset::latexOptional or to simpleTeXOnePar.
4585
4586         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4587         free_spacing arg to Inset::latexOptional.
4588
4589         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4590         free_spacing arg.
4591
4592 2003-05-22  Angus Leeming  <leeming@lyx.org>
4593
4594         * latexrunparams.h: add fragile and use_babel variables.
4595
4596         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4597         * buffer.C (makeLaTeXFile): store this returned value in
4598         runparams.use_babel, thus passing it to the inset::latex methods.
4599
4600         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4601         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4602
4603         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4604         longer has a fragile arg, as it is stored in runparams.fragile.
4605
4606         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4607         moving_arg parameter as the data is stored in runparams.fragile.
4608
4609         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4610         a fragile parameter as the data is stored in runparams.fragile.
4611
4612 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4613
4614         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4615
4616 2003-05-22  Angus Leeming  <leeming@lyx.org>
4617
4618         * latexrunparams.h: add a 'bool nice' which defaults to false.
4619
4620         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4621         now encapsulated within runparams.
4622
4623         * bufferlist.C (updateIncludedTeXfiles):
4624         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4625
4626 2003-05-22  Angus Leeming  <leeming@lyx.org>
4627
4628         * latexrunparams.h: new file containing struct LatexRunParams.
4629         * Makefile.am: add new file.
4630
4631         * LaTeX.[Ch] (c-tor, run):
4632         * buffer.[Ch] (makeLaTeXFile):
4633         * bufferlist.[Ch] (updateIncludedTeXfiles):
4634         * converter.C (convert, scanLog):
4635         * converter.[Ch] (runLaTeX):
4636         * exporter.C (Export):
4637         * paragraph.[Ch] (simpleTeXOnePar):
4638         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4639         * paragraph_funcs.[Ch] (latexParagraphs):
4640         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4641         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4642         pass around a LatexRunParams parameter.
4643
4644 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * paragraph.[Ch]: remove unused constructor
4647
4648         * ParagraphList.C (erase): new function, taking two iterators
4649
4650 2003-05-22  André Pönitz  <poenitz@gmx.net>
4651
4652         * undo_funcs.C: remove duplicated code
4653
4654         * iterator.[Ch]: operator=
4655
4656 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4657
4658         * tabular.C (SetMultiColumn): ws changes
4659
4660         * rowpainter.C (paintFirst): get rid of a ->previous
4661
4662         * lyx_cb.C (getPossibleLabel): parlist simplification
4663
4664         * BufferView.C (ChangeInsets): simplify slightly.
4665
4666 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4667
4668         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4669         * lfuns.h: new LFUN_SPACE
4670         * lyxfunc.C: protected space has a new lfun
4671         * paragraph_funcs.C: read new space insets
4672         * text3.C:
4673         * factory.C: handle new space insets
4674
4675 2003-05-22  André Pönitz  <poenitz@gmx.net>
4676
4677         * BufferView.C:
4678         * BufferView_pimpl.C:
4679         * buffer.[Ch]:
4680         * lyxfunc.C:
4681         * undo_funcs.C: return a ParIterator from getParFromID.
4682
4683         * iterators.[Ch]: add two const's
4684
4685 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4686
4687         * toc.C (getTocList): adjust
4688
4689         * iterators.[Ch]: rework for parlist
4690
4691         * buffer.C (par_iterator_begin): adjust
4692         (par_iterator_end): adjust
4693
4694         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4695
4696         * BufferView.C (removeAutoInsets): adjust
4697         (ChangeInsets): adjust
4698
4699 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4700
4701         * text.C (top_y): fix bug 1110
4702
4703 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4704
4705         * errorlist.[Ch]: added
4706         * buffer.C:
4707         * BufferView.[Ch]:
4708         * BufferView_pimpl.C:
4709         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4710         instead
4711
4712 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4713
4714         * Makefile.am: ensure that lyx is relinked upon changes to the
4715         various "convenience" libs.
4716
4717 2003-05-20  Angus Leeming  <leeming@lyx.org>
4718
4719         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4720         files are compiled in alphabetical order again.
4721
4722         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4723
4724 2003-05-19  Angus Leeming  <leeming@lyx.org>
4725
4726         * gettext.[Ch]: remove "char const * _(char const *)".
4727
4728 2003-05-19  André Pönitz  <poenitz@gmx.net>
4729
4730         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4731
4732         * Makefile.am:
4733         * BufferView.C:
4734         * DepTable.h:
4735         * LaTeXFeatures.C:
4736         * buffer.C:
4737         * lyxfont.C:
4738         * lyxlex.h:
4739         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4740
4741 2003-05-19  André Pönitz  <poenitz@gmx.net>
4742
4743         * buffer.C:
4744         * lyxlayout.[Ch]:
4745         * lyxtextclass.[Ch]:
4746         * paragraph.C:
4747         * paragraph_funcs.[Ch]:
4748         * text2.C:
4749         * text3.C: more insetenv work
4750
4751 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4752
4753         * ParagraphParameters.C (params2string): small bug fixed
4754
4755 2003-05-16  André Pönitz  <poenitz@gmx.net>
4756
4757         * debug.C:
4758         * bufferview_funcs.C: patch from Kornel Benko to prevent
4759           crash when _(...) is called twice in a statement
4760
4761 2003-05-16  André Pönitz  <poenitz@gmx.net>
4762
4763         * BufferView.C:
4764         * lyxfunc.C:
4765         * text.C:
4766         * text2.C:
4767         * text3.C:
4768         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4769
4770 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4771
4772         * lyx_main.C (init): remove spurious static_cast
4773
4774 2003-05-14  André Pönitz  <poenitz@gmx.net>
4775
4776         * BufferView.C: fix format string
4777
4778 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4779
4780         * BufferView.[Ch] (insertErrors): removed
4781         * BufferView.[Ch] (showErrorList): added
4782         * buffer.C (runChkTeX):
4783         * converter.C (scanLog): call showErrorList instead of inserterrors
4784
4785 2003-05-13  André Pönitz  <poenitz@gmx.net>
4786
4787         * BufferView_pimpl.C:
4788         * buffer.C:
4789         * bufferview_func.C:
4790         * MenuBackend.C:
4791         * lyxfunc.C:
4792         * lyxrc.C:
4793         * tex-accent.C:
4794         * text3.C:
4795         * toc.C:
4796         * tabular_funcs.h: tostr() from its own header
4797
4798         * ParagraphParameters.C:
4799         * ToolbarBackend.C:
4800         * bufferparams.C:
4801         * format.C:
4802         * lyxlex_pimpl.C:
4803         * text3.C: STRCONV()
4804
4805 2003-05-12  André Pönitz  <poenitz@gmx.net>
4806
4807         * BufferView.C:
4808         * BufferView_pimpl.C:
4809         * CutAndPaste.C:
4810         * LaTeX.C:
4811         * LaTeXFeatures.C:
4812         * ParagraphParameters.C:
4813         * buffer.C:
4814         * bufferlist.C:
4815         * bufferparams.C:
4816         * bufferview_funcs.C:
4817         * converter.C:
4818         * counters.C:
4819         * debug.C:
4820         * exporter.C:
4821         * format.C:
4822         * importer.C:
4823         * lyx_cb.C:
4824         * lyx_main.C:
4825         * lyxfont.C:
4826         * lyxfunc.C:
4827         * lyxvc.C:
4828         * paragraph.C:
4829         * paragraph_funcs.C:
4830         * tabular.C:
4831         * tabular_funcs.C:
4832         * text2.C:
4833         * text3.C:  boost::format -> bformat  all over the place
4834
4835
4836 2003-05-09  André Pönitz  <poenitz@gmx.net>
4837
4838         * LColor.[Ch]: Pimpl the #include <map> away
4839
4840 2003-05-09  John Levon  <levon@movementarian.org>
4841
4842         * bufferlist.C: never remove emergency saves
4843
4844 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4845
4846         * Makefile.am: better lib building
4847
4848 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4849
4850         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4851         instead.
4852         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4853         (simpleTeXSpecialChars): adjust
4854         (simpleTeXSpecialChars): adjust
4855         * paragraph.C (simpleTeXOnePar): adjust
4856         * buffer.C (makeLaTeXFile): adjust
4857
4858         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4859
4860         * text2.C (changeDepth): parlist cleanup
4861         (getColumnNearX): ditto
4862
4863         * rowpainter.C (getLabelFont): parlist cleanup
4864
4865         * bufferlist.C (newFile): parlist cleanup
4866
4867         * CutAndPaste.C (eraseSelection): parlist cleanup
4868
4869         * BufferView_pimpl.C (trackChanges): parlist cleanup
4870         (dispatch): ditto
4871
4872         * BufferView.C (lockInset): parlist cleanup.
4873         (ChangeInsets): ditto
4874
4875 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4876
4877         * CutAndPaste.h: Update file header.
4878
4879         * CutAndPaste.C: Update file header.
4880         Store the parts cut out of the Document in a limited_stack.
4881         (copySelection): adjust
4882         (pasteSelection): new function, takes the index in the limited stack.
4883         (nrOfParagraphs): adjust
4884         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4885         simplify error inset insertion.
4886         (checkPastePossible): adjust
4887
4888 2003-05-06  John Levon  <levon@movementarian.org>
4889
4890         * text2.C: don't cast wrap inset to float
4891
4892 2003-05-05  André Pönitz  <poenitz@gmx.net>
4893
4894         * iterator.C:
4895         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4896
4897         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4898           few naked Paragraph *.
4899
4900 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4901
4902         * bufferparams.C: Output warning if a document with missing
4903         TeX document class is loaded
4904         * exporter.C: Disable TeX exports if the document class is missing
4905         * lyxtextclass.C:
4906         * lyxtextclass.h:
4907         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4908         isTeXClassAvailable()
4909
4910 2003-05-03  John Levon  <levon@movementarian.org>
4911
4912         * BufferView.h:
4913         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4914         explicit cursor show/hide
4915
4916         * BufferView_pimpl.h:
4917         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4918         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4919
4920         * lyxfunc.C: hide cursor before dispatching.
4921
4922         * lyx_cb.C:
4923         * lyxfind.C:
4924         * text.C:
4925         * text3.C: remove explicit cursor hides
4926
4927 2003-05-02  André Pönitz  <poenitz@gmx.net>
4928
4929         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4930
4931         * undo_funcs.C:
4932         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4933           linked lists
4934
4935         * text2.C: tiny whitespace
4936
4937 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4938
4939         * undo_funcs.C: almost only ws changes.
4940
4941         * ParagraphList.C (splice): just return if pl is empty.
4942
4943 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4944
4945         * ParagraphList.C (splice): new function.
4946
4947         * CutAndPaste.C (pasteSelection): use it
4948
4949 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4950
4951         * CutAndPaste.C (pasteSelection): remove the last next and
4952         previous from this file.
4953
4954 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4955
4956         * CutAndPaste.C (pasteSelection): more clean up, user proper
4957         ParagraphList functions for pasteing.
4958
4959         * ParagraphList.C (insert): new function, three arg insert
4960
4961 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4962
4963         * ParagraphList.C (insert): new function, three arg insert
4964
4965         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4966         not on paragraphs.
4967
4968 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4969
4970         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4971
4972 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4973
4974         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4975
4976 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4977
4978         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4979         (copySelection): clean up a bit.
4980         (pasteSelection): use make_pair
4981
4982         * ParagraphList.C (ParagraphList): implement copy constructor
4983         (operator=): implement, base on copy constructor.
4984         (assign): new func
4985
4986         * paragraph.C (erase): return a bool
4987
4988         * paragraph_pimpl.C (erasePos): remove function, move contents...
4989         (erase): ... here. Return a bool.
4990         (erase): call erase instead of erasePos.
4991
4992 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4993
4994         * ParagraphList.h: define PitPosPair
4995         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4996         ParagraphList, fix a bug on pasting multiple pars
4997         * text2.C: change interface to C&P
4998
4999 2003-04-30  André Pönitz  <poenitz@gmx.net>
5000
5001         * undo_func.C: revert part of yesterday's patch 2
5002
5003 2003-04-30  John Levon  <levon@movementarian.org>
5004
5005         * LColor.C: s/tabular/table/
5006
5007 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5008
5009         * text3.C (dispatch): do not convert iterator -> pointer
5010         * undo_funcs.C (setCursorParUndo): ditto
5011         * text_funcs.C (transposeChars): ditto
5012
5013         * text2.C (setLayout): ws changes only
5014
5015         * text.C (breakParagraph): do not convert iterator -> pointer
5016         (insertChar): ditto
5017         (acceptChange): ditto
5018         (rejectChange): ditto
5019         (changeCase): ditto
5020         (Delete): ditto
5021         (backspace): ditto
5022
5023         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5024         pointer
5025
5026 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5027
5028         * text3.C (gotoInset): YABG (yet another bad getChar)
5029
5030 2003-04-29  André Pönitz  <poenitz@gmx.net>
5031
5032         * paragraph.h: make operator= private unimplemented as long as
5033           it is unusable
5034
5035         * ParagraphList.C: whitespace
5036
5037         * paragraph.[Ch]:
5038         * paragraph_pimpl.[Ch]:
5039         * paragraph_funcs.C:
5040         * CutAndPaste.C:
5041         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5042
5043         * text2.C:
5044           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5045
5046 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5047
5048         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5049         * paragraph.[Ch] (erase):
5050         * paragraph_pimpl.[Ch] (erase): change return type and value
5051         * text2.C (cutSelection): some rework
5052
5053 2003-04-28  John Levon  <levon@movementarian.org>
5054
5055         * bufferlist.C: changes for unsaved changes dialog
5056
5057 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5058
5059         * bufferlist.C (newFile): set language (messages_) for new
5060         documents also.
5061
5062         * buffer.C (readFile): ws changes only.
5063
5064 2003-04-28  André Pönitz  <poenitz@gmx.net>
5065
5066         * undo_funcs.C:
5067         * lyxfunc.C:
5068         * buffer.[Ch]:
5069         * BufferView_pimpl.C:
5070         * BufferView.C: getParFromID related ParagraphList::iterator changes
5071
5072 2003-04-28  André Pönitz  <poenitz@gmx.net>
5073
5074         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5075           Changes
5076
5077 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5078
5079         * messages.C: remove one more localedir class variable.
5080
5081 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5082
5083         * messages.C (getLocaleDir): singleton generation function
5084         (Pimpl): use it.
5085         (Messages): add a default constructor.
5086
5087         * main.C (main): do not setup localedir here, do not call
5088         gettext_init.
5089
5090         * gettext.C (_): use it.
5091         (gettext_init): delete funciton
5092
5093 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5094
5095         * gettext.C (getLyXMessages): new singleton generating function.
5096
5097         * buffer.C (updateDocLang): adjust
5098
5099         * Makefile.am (messages.o): add target
5100         (main.o): remove target
5101
5102 2003-04-27  John Levon  <levon@movementarian.org>
5103
5104         * bufferlist.C:
5105         * lyx_cb.C:
5106         * lyxfunc.C:
5107         * lyxvc.C: specify cancel button in Alert::prompt
5108
5109 2003-04-26  John Levon  <levon@movementarian.org>
5110
5111         * text3.C:
5112         * lyxfunc.C:
5113         * lfuns.h:
5114         * LyXAction.C: add LFUN_INSET_SETTINGS
5115
5116         * lyxfunc.C: don't enable tabular-feature when there's
5117         just any locking inset
5118
5119 2003-04-26  John Levon  <levon@movementarian.org>
5120
5121         * bufferlist.C: re-add Cancel to buffer close question
5122
5123         * lyxfunc.C: fix import UI a bit
5124
5125 2003-04-25  John Levon  <levon@movementarian.org>
5126
5127         * gettext.C: remove the broken asserts for now
5128
5129 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5130
5131         * messages.C: make case where setlocale cannot comply work better.
5132
5133         * buffer.C (updateDocLang): new function
5134         (changeLanguage): use it
5135         (readFile): use it
5136
5137         * text2.C (setCounter): use B_ a bit.
5138
5139         * lyxlayout.C (Read): be sure to trim the label strings.
5140
5141         * messages.C (Messages): fix typo in comment
5142
5143         * buffer.C (readFile): set message_ after file is loaded.
5144         (makeDocBookFile): remove double return
5145         (changeLanguage): reset message_ upon language change.
5146         (B_): new func, use this to get translated buffer strings.
5147
5148         * main.C: add myself and Jean Marc as authors.
5149
5150 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5151
5152         * messages.[hC]: pimplify Messages, and three different pimpls to be
5153         used in different circumstances.
5154
5155         * gettext.[Ch]: change for use with new message code.
5156
5157 2003-04-24 André Pönitz <poenitz@gmx.net>
5158
5159         * factory.C: support for eqref
5160
5161 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * messages.[Ch]: add missing char
5164
5165         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5166
5167         * messages.[Ch]: New files
5168
5169 2003-04-18  John Levon  <levon@movementarian.org>
5170
5171         * BufferView.h:
5172         * BufferView.C:
5173         * BufferView_pimpl.C:
5174         * lfuns.h:
5175         * LyXAction.C:
5176         * lyxtext.h:
5177         * text2.C: remove layout-copy/paste (bug 778)
5178
5179 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5180
5181         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5182
5183 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5184
5185         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5186         if they succeed. Act accordingly.
5187
5188 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5189
5190         * text2.C (setCharFont): adjust
5191         (setCounter): adjust
5192         (insertStringAsLines): adjust
5193
5194         * text.C (leftMargin): adjust
5195         (setHeightOfRow): adjust
5196
5197         * rowpainter.C (paintFirst): adjust
5198         (paintLast): adjust
5199
5200         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5201         (outerHook): ditto
5202         (isFirstInSequence): ditto
5203         (getEndLabel): ditto
5204         (outerFont): adjust
5205
5206         * paragraph.C (getParLanguage): comment out some hard stuff.
5207
5208         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5209         (sgmlError): ditto
5210         (simpleDocBookOnePar): ditto
5211         (makeDocBookFile): use ParagraphList::iterator
5212
5213         * CutAndPaste.C (pasteSelection): adjust
5214
5215 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * text2.C (getFont): adjust
5218         (getLayoutFont): adjust
5219         (getLabelFont): adjust
5220
5221         * paragraph_funcs.C (TeXOnePar): adjust
5222
5223         * buffer.C (simpleLinuxDocOnePar): adjust
5224         (simpleDocBookOnePar): adjust
5225
5226         * CutAndPaste.C (pasteSelection): adjust
5227
5228         * BufferView.C (getEncoding): adjust
5229
5230         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5231
5232 2003-04-16  John Levon  <levon@movementarian.org>
5233
5234         * lyxfind.C: use parlist stuff for search/changes
5235
5236 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5237
5238         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5239
5240         * text2.C (deleteEmptyParagraphMechanism): adjust
5241
5242         * text2.[Ch] (ownerParagraph): delete func (both of them
5243
5244 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5245
5246         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5247
5248 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5249
5250         * ParagraphList.C: prepare for NO_NEXT
5251
5252 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5253
5254         * text2.C (getFont): adjust
5255         (getLayoutFont): adjust
5256         (getLabelFont): adjust
5257
5258         * paragraph.C (getFont): adjust
5259         (getLabelFont): adjust
5260         (getLayoutFont): adjust
5261
5262         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5263
5264 2003-04-15  John Levon  <levon@movementarian.org>
5265
5266         From Angus Leeming
5267
5268         * lyx_main.C: handle Include in .ui files
5269
5270 2003-04-15  John Levon  <levon@movementarian.org>
5271
5272         * MenuBackend.C: make the doc files length shorter
5273
5274         * ToolbarBackend.h:
5275         * ToolbarBackend.C: handle toolbar placement flags,
5276         Minibuffer
5277
5278 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5279
5280         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5281         adjust
5282
5283         * paragraph_funcs.C (TeXOnePar): adjust
5284
5285         * paragraph.C (getLabelFont): add outerfont arg, adjust
5286         (getLayoutFont): ditto
5287         (simpleTeXOnePar): adjust
5288
5289         * paragraph_pimpl.C (realizeFont): delete func
5290
5291 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5292
5293         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5294         row argument, constify cur argument.
5295
5296 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5297
5298         * text2.C (getFont): adjust
5299         (getLayoutFont): adjust
5300         (getLabelFont): adjust
5301
5302         * paragraph_funcs.C (TeXOnePar): adjust
5303         (outerFont): new func...
5304         (realizeFont): ...moved out from here, changed this to facilitate
5305         transition
5306
5307         * paragraph.C (getFont): take outerfont as arg, adjust
5308         (simpleTeXOnePar): add outerfont arg, adjust
5309
5310         * buffer.C (simpleLinuxDocOnePar): adjust
5311         (simpleDocBookOnePar): adjust
5312
5313         * CutAndPaste.C (pasteSelection): adjust
5314
5315         * BufferView.C (getEncoding): adjust
5316
5317 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5318
5319         * text2.C (setCharFont): adjust
5320         (setCounter): adjust
5321
5322         * text.C (leftMargin): adjust
5323         (setHeightOfRow): adjust
5324
5325         * rowpainter.C (paintFirst): adjust
5326         (paintLast): adjust
5327
5328         * paragraph_pimpl.C (realizeFont): adjust
5329
5330         * paragraph.C (isFirstInSequence): move from here...
5331         * paragraph_funcs.C (isFirstInSequence): ...to here
5332
5333         * paragraph.C (outerHook): move from here...
5334         * paragraph_funcs.C (outerHook): ...to here
5335
5336         * paragraph.C (depthHook): move from here...
5337         * paragraph_funcs.C (depthHook): ...to here
5338
5339         * paragraph.C (getEndLabel): move from here...
5340         * paragraph_funcs.C (getEndLabel): ...to here
5341
5342         * text2.C (realizeFont): move from here...
5343         * paragraph_funcs.C (realizeFont): ...to here
5344
5345 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5346
5347         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5348
5349 2003-04-14  Angus Leeming  <leeming@lyx.org>
5350
5351         * LColor.[Ch]: scrap LColor mathcursor.
5352
5353 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5354
5355         * lyxlex.[Ch] (text): delete function
5356         * trans.C (Load): adjust
5357         * paragraph_funcs.C (readParToken): adjust
5358
5359 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5360
5361         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5362         vector<char> instead of a char[].
5363
5364         * lyxlex_pimpl.C (getString): adjust
5365         (next): adjust
5366         (lex): use getString
5367         (eatLine): adjust
5368         (nextToken): adjust
5369
5370         * lyxlex.C (text): use pimpl_->getString()
5371         (getBool): ditto
5372         (findToken): ditto
5373
5374 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5375
5376         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5377         (makeFontEntriesLayoutSpecific): temp var for par.size()
5378         (setLayout): temp var for ownerParagraphs().end()
5379         (fullRebreak): temp var for rows().end()
5380         (selectionAsString): temp var for boost::next(startpit), realize
5381         that the while really is a regular for loop.
5382         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5383         setCursor in one place.
5384         (setParagraph): temp vr for ownerParagraphs().end()
5385         (updateCounters): make the while loop a for loop
5386         (cutSelection): temp var for ownerParagraphs().end()
5387         (updateInset): make the do {} while() a regular for loop
5388         (getCursorX): use temp vars
5389         (setCurrentFont): use temp vars
5390         (getColumnNearX): use temp vars
5391
5392 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5393
5394         * text.C (transformChar): use temp var for getChar
5395         (computeBidiTables): use temp var for row->par()
5396         (fill): move temp vars for row->par() and pit->layout() earlier in
5397         the function.
5398         (labelFill): use temp var for row->par()
5399         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5400         asc and desc, realize that pit never changes and that firstpit is
5401         just a duplicate and not needed. Exchange rit->par() with pit in a
5402         lot of places.
5403         (breakAgain): use a temp var for boost::next(rit)
5404         (breakAgainOneRow): ditto
5405         (breakParagraph): use a temp var for rows().begin()
5406         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5407         (cursorRightOneWord): use temp var for cursor.par() and
5408         cursor.pos(), remove usage of tmpcursor.
5409         (cursorLeftOneWord): use temp var for cursor.par() and
5410         cursor.pos() only set cur at end of function.
5411
5412 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5413
5414         * text.C, text2.C: exchange all usage of Paragraph::next with
5415         boost::next(ParagraphList::iterator)
5416
5417         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5418
5419         * text2.C (cursorTop): simplify implementation
5420         (cursorBottom): ditto
5421         (setParagraph): use ParagraphList::iterator
5422         (setCurrentFont): adjust
5423         (getColumnNearX): adjust
5424         (cursorRight): adjust
5425         (cursorLeft): remove usage of Paragraph::previous
5426         (cursorUpParagraph): ditto
5427         (deleteEmptyParagraphMechanism): slight cleanup
5428
5429         * text.C (isBoundary): take a Paragraph const & instead of a
5430         pointer as arg.
5431         (addressBreakPoint): ditto
5432         (leftMargin): remove usage of Paragraph::previous.
5433         (setHeightOfRow): ditto
5434         (cursorLeftOneWord): ditto
5435         (selectNextWordToSpellcheck): ditto
5436         (Delete): ditto
5437         (backspace): ditto
5438         (breakParagraph): remove one usage of Paragraph::next
5439         (redoParagraph): ditto
5440         (acceptChange): ditto
5441         (insertChar): adjust
5442         (rowBreakPoint): adjust
5443
5444         * bufferview_funcs.C (toggleAndShow): adjust
5445
5446 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5447
5448         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5449         methods to access it.
5450         * lyxtext.h:
5451         * text.C: Added updateRowPositions to compute all row positions.
5452         Make top_y and getRowNearY() to use the cached y position
5453
5454 2003-04-11  John Levon  <levon@movementarian.org>
5455
5456         * text.C (rowBreakPoint): reintroduce the labelEnd
5457         checks, code copied from the row fill stuff. Deep voodoo.
5458
5459         * text.C (fill): add a comment and debugging for the
5460         next poor soul.
5461
5462 2003-04-11  John Levon  <levon@movementarian.org>
5463
5464         * text.C: make sure fullrow insets get wrapped to the next line,
5465         even when they're in a manual label
5466
5467 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * text2.C (insertParagraph): make it take ParagraphList::iterator
5470         as arg.
5471         (setLayout): make it return ParagraphList::iterator
5472         (redoParagraphs): ditto
5473         (setCounter): ditto
5474         (checkParagraph): ditto
5475
5476         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5477
5478         * text2.C: adjust several funcs.
5479         (realizeFont): take a ParagraphList::iterator as arg.
5480         (getLayoutFont): ditto
5481         (getLabelFont): ditto
5482         (setCharFont): ditto
5483
5484         * text.C: adjust several funcs.
5485
5486 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5487
5488         * text.C (selectNextWordToSpellcheck): don't accidentally
5489         skip insets
5490
5491 2003-04-10  John Levon  <levon@movementarian.org>
5492
5493         * ToolbarBackend.C (getIcon): special handling for
5494         LFUN_MATH_DELIM
5495
5496 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5497
5498         * text2.C (cursorRight): a getChar assert fixed
5499
5500 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5501
5502         * text2.C (getFont): change to take a ParagraphList::iterator
5503         instead of Paragraph*
5504         Adjust several functions.
5505
5506         * text.C (transformChar): change to take a ParagraphList::iterator
5507         instead of Paragraph*
5508         (singleWidth): ditto
5509         Adjust several functions.
5510
5511         * rowpainter.C: adjust several functions
5512         * rowpainter.h:store a ParagraphList::iterator and not a
5513         Paragraph&.
5514
5515
5516 2003-04-09  John Levon  <levon@movementarian.org>
5517
5518         * lyxfunc.C:
5519         * lfuns.h:
5520         * LyXAction.h:
5521         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5522         and the "help" bits as well
5523
5524 2003-04-09  John Levon  <levon@movementarian.org>
5525
5526         * ToolbarBackend.h:
5527         * ToolbarBackend.C: allow multiple toolbars
5528
5529 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5530
5531         * undo_funcs.C (setCursorParUndo): adjust
5532
5533         * text_funcs.C (transposeChars): adjust
5534
5535         * text3.C (gotoNextInset): adjust
5536         (dispatch): adjust
5537
5538         * text2.C (setLayout): adjust
5539         (changeDepth): adjust
5540         (setFont): adjust
5541         (redoParagraphs): adjust
5542         (selectionAsString): adjust
5543         (setParagraph): adjust
5544         (insertInset): adjust
5545         (cutSelection): adjust
5546         (copySelection): adjust
5547         (pasteSelection): adjust
5548         (insertStringAsLines): adjust
5549         (updateInset): adjust
5550         (setCursor): change to take a ParagraphList::iterator parameter
5551         (setCursorIntern): change to take a ParagraphList::iterator parameter
5552         (setCurrentFont): adjust
5553         (cursorLeft): adjust
5554         (cursorRight): adjust
5555         (deleteEmptyParagraphMechanism): adjust
5556
5557         * text.C (breakParagraph): adjust
5558         (insertChar): adjust
5559         (acceptChange): adjust
5560         (rejectChange): adjust
5561         (selectNextWordToSpellcheck): adjust
5562         (changeCase): adjust
5563         (Delete): adjust
5564         (backspace): adjust
5565
5566         * lyxfind.C (SearchForward): adjust
5567         (SearchBackward): adjust
5568         (nextChange): adjust
5569
5570         * lyxcursor.C (par): adjust
5571
5572         * lyxcursor.h: store a ParagraphList::iterator instead of a
5573         Paragraph*
5574
5575         * lyx_cb.C (getPossibleLabel): adjust
5576
5577         * bufferview_funcs.C (toggleAndShow): adjust
5578
5579         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5580         (dispatch): adjust
5581
5582         * BufferView.C (removeAutoInsets): adjust
5583         (lockedInsetStoreUndo): adjust
5584
5585 2003-04-09  John Levon  <levon@movementarian.org>
5586
5587         * ToolbarBackend.C: try icon without argument
5588         if with argument fails
5589
5590 2003-04-08  John Levon  <levon@movementarian.org>
5591
5592         * ToolbarBackend.h:
5593         * ToolbarBackend.C: add getIcon(), handle tooltip,
5594         and change from "Icon" to "Item".
5595
5596 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5597
5598         * BufferView.C (lockInset): another bad getchar crunched
5599
5600 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5601
5602         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5603         again)
5604
5605 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5606
5607         * lyxfind.C (searchForward, searchBackwards): bug 782
5608
5609 2003-04-07  John Levon  <levon@movementarian.org>
5610
5611         * paragraph.C: remove dead comment
5612
5613         * text.C: remove troublesome depth-fiddling code
5614         in leftMargin() and rightMargin() (bug 1017)
5615
5616         * text.C: fix breaking of rows in nested lists
5617         (bug 1004)
5618
5619         * text2.C (updateCounters): fix up depth values
5620         (bug 1013)
5621
5622 2003-04-07  John Levon  <levon@movementarian.org>
5623
5624         * BufferView_pimpl.C: clear message when doc finishes resizing,
5625         and after a mouse event
5626
5627         * lyxfunc.C: clear message after exiting inset
5628
5629 2003-04-07  John Levon  <levon@movementarian.org>
5630
5631         * bufferview_funcs.C: show math status not outside
5632         status in the statusbar
5633
5634 2003-04-07  John Levon  <levon@movementarian.org>
5635
5636         * lyxfunc.C: note status changed after a depth change
5637
5638 2003-04-04  Angus Leeming  <leeming@lyx.org>
5639
5640         * LaTeX.h: move AuxInfo operator==, != out of line.
5641         Remove LaTeX virtual destructor; nothing derives from it.
5642         Move operator()() out of public area and rename it startscript().
5643         Change protected for private.
5644
5645 2003-04-04  Angus Leeming  <leeming@lyx.org>
5646
5647         * lyxfunc.C:
5648         * text2.C: remove unneeded #includes.
5649
5650 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5651
5652         * text2.C (dEPM): fix the heigth of the next row
5653
5654 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5655
5656         * text.C: squashed an invalid getChar requester + some ws changes
5657
5658 2003-04-03  John Levon  <levon@movementarian.org>
5659
5660         * bufferview_funcs.h:
5661         * bufferview_funcs.C:
5662         * lyxfunc.C:
5663         * lyxtext.h:
5664         * text2.C: make getStatus work for the env depth lfuns
5665
5666 2003-04-03  John Levon  <levon@movementarian.org>
5667
5668         * bufferview_funcs.h:
5669         * bufferview_funcs.C:
5670         * lyxfunc.C:
5671         * lyxtext.h:
5672         * text2.C: parlistize decDepth(), by merging it with incDepth()
5673
5674 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5675
5676         * lyxrow.h: store a ParagraphList::iterator instead of a
5677         Paragraph* and adjust other class functions to suit.
5678
5679         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5680         above.
5681
5682 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5683
5684         * text2.C (setCursor): do not anchor to cursor row for the time being
5685
5686 2003-04-02  John Levon  <levon@movementarian.org>
5687
5688         * LyXAction.C:
5689         * lfuns.h:
5690         * lyx_main.C:
5691         * lyxtext.h:
5692         * text.C:
5693         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5694
5695 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5696
5697         * paragraph.h: make ParagraphList and ParagraphList::iterator
5698         friends of Paragraph.
5699
5700         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5701
5702         * ParagraphList.C: Use the private next_ and previous_ from
5703         Paragraph.
5704
5705 2003-04-01  John Levon  <levon@movementarian.org>
5706
5707         * ToolbarBackend.h:
5708         * ToolbarBackend.C:
5709         * Makefile.am: rename, remove defaults gunk
5710
5711         * MenuBackend.h:
5712         * MenuBackend.C: remove defaults gunk
5713
5714         * Languages.h:
5715         * Languages.C: remove defaults gunk
5716
5717         * lyx_main.h:
5718         * lyx_main.C: error out if files couldn't be found.
5719
5720 2003-04-02  John Levon  <levon@movementarian.org>
5721
5722         * text2.C: make incDepth() use parlist
5723
5724 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5725
5726         * undo_funcs.C (firstUndoParagraph): adjust
5727
5728         * text3.C (gotoInset): adjust
5729         (dispatch): adjust, and rewrite loop.
5730
5731         * text2.C (init): adjust, and rewrite loop.
5732         (redoParagraphs): adjust
5733         (updateInset): adjust, and rewrite loop.
5734         (deleteEmptyParagraphMechanism): adjust
5735
5736         * tabular.C (LyXTabular): adjust
5737         (SetMultiColumn): adjust
5738         (TeXRow): adjust
5739
5740         * lyxtext.[Ch] (ownerParagraph): delete function
5741         (ownerParagraphs): new function returns a ParagraphList.
5742
5743         * BufferView.C (removeAutoInsets): adjust
5744         (insertErrors): adjust
5745         (setCursorFromRow): adjust
5746
5747 2003-04-01  Angus Leeming  <leeming@lyx.org>
5748
5749         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5750         in the frontends.
5751
5752 2003-04-02  John Levon  <levon@movementarian.org>
5753
5754         * lyxtext.h:
5755         * text.C:
5756         * Makefile.am:
5757         * text_funcs.h:
5758         * text_funcs.C: make transposeChars a free function
5759
5760         * lyxrow_funcs.C: remove wrong comment
5761
5762 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5763
5764         * lyxtext.h: adjust
5765         * rowpainter.C: adjust
5766         * text.C: adjust
5767         * text2.C: adjust
5768         * text3.C: adjust
5769
5770         * lyxrow_funcs. [Ch]: new files
5771
5772         * lyxrow.[Ch]: remove next and previous pointers
5773         (next,previous): remove accessor functions
5774         (isParEnd): move to lyxrow_funcs
5775         (lastPos): move to lyxrow_funcs
5776         (nextRowIsAllInset): move to lyxrow_funcs
5777         (lastPrintablePos): move to lyxrow_funcs
5778         (numberOfSeparators): move to lyxrow_funcs
5779         (numberOfHfills): move to lyxrow_funcs
5780         (numberOfLabelHfills): move to lyxrow_funcs
5781         (hfillExpansion): move to lyxrow_funcs
5782
5783         * lyxfunc.C: adjust
5784
5785         * bufferview_funcs.C (toggleAndShow): adjust
5786
5787         * RowList.h: Remove class RowList from file leave just a
5788         std::list<Row>.
5789
5790         * RowList.C: delete file
5791
5792         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5793         and lyxrow_funcs.h
5794
5795 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5796
5797         * text3.C (cursorPrevious): adjust
5798         (cursorNext): adjust
5799         (dispatch): adjust
5800
5801         * text2.C (redoHeightOfParagraph): adjust
5802         (redoDrawingOfParagraph): adjust
5803         (setCursor): adjust
5804
5805         * text.C (breakParagraph): adjust
5806         (insertChar): adjust
5807         (backspace): adjust
5808
5809         * rowpainter.C (RowPainter): adjust
5810         (leftMargin): simplify and adjust
5811         (most rowpainter functions): adjust.
5812
5813         * rowpainter.h: store the row as RowList::iterator not as Row*
5814
5815         * lyxcursor.C (row): taka RowList::iterator as arg
5816         (irow): ditto
5817
5818         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5819         of Row*.
5820
5821 2003-04-01  Angus Leeming  <leeming@lyx.org>
5822
5823         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5824         stuff like bool Bool.
5825
5826 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5827
5828         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5829         rewrite a loop
5830
5831 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5832
5833         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5834         RowList::iterator.
5835
5836         * lyxtext.h (rows): drop one version and leve a const variant that
5837         returns a RowList::iterator.
5838
5839 2003-03-31  Angus Leeming  <leeming@lyx.org>
5840
5841         * text.C (fill): ensure that the signature is the same as that in the
5842         header file.
5843
5844 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5845
5846         * text2.C (redoParagraphs): adjust
5847         (updateCounters): adjust
5848         (checkParagraph): adjust
5849         (getColumnNearX): adjust and reformat a bit.
5850
5851         * text.C (top_y): adjust
5852         (workWidth): adjust
5853         (leftMargin): adjust
5854         (prepareToPrint): adjust
5855         (getRow): adjust
5856         (getRowNearY): adjust
5857
5858         * lyxtext.h: make rowlist_ mutable.
5859
5860         * RowList.h: add const_iterator
5861         * RowList.C: adjust for RowList::const_iterator.
5862
5863         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5864         adjust.
5865
5866 2003-03-31  John Levon  <levon@movementarian.org>
5867
5868         * lyxrc.h:
5869         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5870
5871         * lyx_main.C: set default fonts from using lyx_gui funcs
5872
5873         * exporter.C: pdf_mode moved from lyxrc
5874
5875         * lyx_cb.C:
5876         * lyxfunc.C: changes from above
5877
5878 2003-03-31  John Levon  <levon@movementarian.org>
5879
5880         * lyx_main.C: fix to the last fix
5881
5882 2003-03-31  John Levon  <levon@movementarian.org>
5883
5884         * bufferlist.C: "Load original" -> "Load Original"
5885
5886         * converter.C:
5887         * exporter.C:
5888         * importer.C:
5889         * lyx_main.C:
5890         * format.C: more Alert cleanups
5891
5892 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5893
5894         * text2.C (removeParagraph): make it take a RowList::iterator as
5895         arg, adjust.
5896         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5897         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5898
5899         * text.C (anchor_row): make it take a RowList::iterator as arg,
5900         adjust.
5901         (computeBidiTables): make it take a const reference to Row instead
5902         of Row pointer, adjust.
5903         (leftMargin): make it take a RowList::iterator as arg, adjust.
5904         (rowBreakPoint): adjust
5905         (breakAgainOneRow): make it take a RowList::iterator as arg,
5906         adjust.
5907         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5908
5909         * bufferview_funcs.C (toggleAndShow): adjust
5910
5911 2003-03-30  John Levon  <levon@movementarian.org>
5912
5913         * Makefile.am:
5914         * BoostFormat.h:
5915         * boost-inst.C: moved to support
5916
5917         * several files: changes as a result
5918
5919 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5920
5921         * text2.C (LyXText): adjust.
5922         (init): adjust
5923         (removeRow): make it take a RowList::iterator as arg, adjust.
5924         (fullRebreak): adjust
5925         (deleteEmptyParagraphMechanism): adjust
5926         (clearPaint): adjust
5927         (postPaint): adjust
5928
5929         * text.C (top_y): adjust
5930         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5931         (breakAgain): make it take a RowList::iterator as arg, adjust.
5932         (breakParagraph): adjust
5933         (insertChar): adjust
5934         (backspace): adjust
5935
5936         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5937         need_break_row, and refresh_row.
5938
5939         * text3.C (dispatch): adjust
5940
5941         * text2.C (checkParagraph): adjust
5942         (setCursor): adjust
5943         (setCursorFromCoordinates): adjust
5944
5945         * text.C (top_y): adjust
5946         (workWidth): adjust
5947         (getRow): make it return a RowList::iterator, adjust
5948         (getRowNearY): make it return a RowList::iterator, adjust
5949
5950         * text2.C (init): adjust
5951         (insertRow): remove function
5952         (insertParagraph): adjust
5953         (redoParagraphs): adjust
5954         (fullRebreak): adjust
5955         (updateCounters): adjust
5956
5957         * text.C (top_y): rewrite to use RowList iterators.
5958         (top_y): adjust
5959         (setHeightOfRow): rewrite to sue RowList iterators.
5960         (appendParagraph): adjust
5961         (breakAgain): adjust
5962         (breakAgainOneRow): adjust
5963         (breakParagraph): adjust
5964         (getRow): adjust
5965         (getRowNearY): adjust, and remove commented code.
5966
5967         * lyxtext.h (firstRow): delete function
5968         (lastRow): delete function
5969         (rows): new function (const and non-const versions.)
5970         (insertRow): delete function
5971
5972         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5973
5974 2003-03-29  John Levon  <levon@movementarian.org>
5975
5976         * BufferView_pimpl.C: always update scrollbar top
5977         because pasting text when we're anchored could mean we
5978         miss an update altogether
5979
5980 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5981
5982         * text2.C (init): use rowlist_.end() and not 0.
5983         (insertRow): change to take a RowList::iterator as arg, adjust
5984         for this.
5985         (insertParagraph): change to take a RowList::iterator as arg,
5986         adjust for this.
5987         (redoParagraphs): remove some debug msgs.
5988
5989         * text.C (appendParagraph): change to take a RowList::iterator
5990         arg, adjust for this.
5991         (breakAgain): add an assert
5992         (breakAgainOneRow): ditto
5993
5994 2003-03-29  John Levon  <levon@movementarian.org>
5995
5996         * text2.C: do not clear selection after inc/decDepth
5997         (bug 550)
5998
5999 2003-03-29  John Levon  <levon@movementarian.org>
6000
6001         * BufferView.C:
6002         * buffer.C: fix broken strerrors according to Lars
6003
6004 2003-03-29  John Levon  <levon@movementarian.org>
6005
6006         * converters.C: more Alert cleanups
6007
6008 2003-03-29  John Levon  <levon@movementarian.org>
6009
6010         * bufferview_funcs.C: remove pointless Alert
6011
6012         * buffer.C: fix confusing error message when
6013         a template is chmoded 000
6014
6015 2003-03-29  John Levon  <levon@movementarian.org>
6016
6017         * BufferView.C:
6018         * BufferView.h:
6019         * BufferView_pimpl.C: Alert fixes
6020
6021         * Makefile.am:
6022         * tabular.C:
6023         * tabular-old.C: remove unused table compat reading
6024
6025 2003-03-29  John Levon  <levon@movementarian.org>
6026
6027         * BufferView.C:
6028         * buffer.C:
6029         * lyx_cb.h:
6030         * lyx_cb.C: more Alert cleanups
6031
6032         * lyxfunc.C: don't allow chktex if not latex document
6033
6034 2003-03-29  John Levon  <levon@movementarian.org>
6035
6036         * lyx_cb.C:
6037         * BufferView.C:
6038         * buffer.C: warnings pushed down from support/,
6039         kill err_alert
6040
6041 2003-03-29  John Levon  <levon@movementarian.org>
6042
6043         * lyxfunc.C: safety check for C-r (revert)
6044
6045 2003-03-29  John Levon  <levon@movementarian.org>
6046
6047         * bufferlist.h:
6048         * bufferlist.C: several UI fixes using Alert::prompt.
6049         Fix the pointless looping quit code. Fix stupid revert
6050         behaviour (bug 938)
6051
6052         * lyxvc.h:
6053         * lyxvc.C:
6054         * lyx_cb.C: use Alert::prompt
6055
6056         * lyx_main.C: remove a silly question
6057
6058         * lyxfunc.C: remove a couple of silly questions,
6059         use Alert::prompt
6060
6061 2003-03-28  John Levon  <levon@movementarian.org>
6062
6063         * text2.C: fix bug 974 (End on empty par)
6064
6065 2003-03-28  John Levon  <levon@movementarian.org>
6066
6067         * BufferView_pimpl.C:
6068         * LyXAction.C:
6069         * lfuns.h: remove do-nothing math greek lfuns
6070
6071 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6072
6073         * lyxgluelength.h (isValidGlueLength): add default arg on
6074         parameter 2. Remove default arg from friend in class.
6075
6076         * lyxlength.h (isValidLength): add default arg on parameter 2.
6077         Remove default arg from friend in class.
6078
6079         * text2.C (LyXText): adjust, initialize refresh_row.
6080         (init): adjust
6081         (removeRow): adjust
6082         (insertRow): adjust
6083         (insertParagraph): adjst
6084         (redoParagraphs): adjust
6085         (fullRebreak): adjust
6086         (updateCounters): adjust
6087         (deleteEmptyParagraphMechanism): first attempt at fixing a
6088         crashing bug.
6089
6090         * text.C (top_y): adjust
6091         (setHeightOfRow): adjust
6092         (getRow): adjust
6093         (getRowNearY): adjust
6094
6095         * lyxtext.h: include RowList.h
6096         (~LyXText): not needed anymore, deleted.
6097         (firstRow): modify for RowList
6098         (lastRow): new function
6099         Delete firstrow and lastrow class variables, add a Rowlist
6100         rowlist_ class variable.
6101
6102         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6103         paragraph is empty.
6104
6105         * RowList.C (insert): fix case where it == begin().
6106
6107 2003-03-26  Angus Leeming  <leeming@lyx.org>
6108
6109         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6110         the thesaurus dialog.
6111
6112 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6113
6114         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6115
6116         * RowList.[Ch]: new files
6117
6118         * ParagraphList.C (erase): handle the case where it == begin
6119         correctly.
6120
6121 2003-03-25  John Levon  <levon@movementarian.org>
6122
6123         * Makefile.am:
6124         * aspell_local.h:
6125         * aspell.C: add new aspell support
6126
6127         * lyxrc.h:
6128         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6129         have it accessible.
6130
6131 2003-03-25  Angus Leeming  <leeming@lyx.org>
6132
6133         * lfuns.h:
6134         * LyXAction.C (init): new LFUN_INSET_INSERT.
6135
6136         * BufferView_pimpl.C (dispatch): split out part of the
6137         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6138
6139         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6140         LFUN_INSET_APPLY.
6141
6142 2003-03-25  Angus Leeming  <leeming@lyx.org>
6143
6144         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6145
6146 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6147
6148         * text2.C:
6149         * text3.C: remove useless row->height(0)
6150
6151 2003-03-25  John Levon  <levon@movementarian.org>
6152
6153         * lyxtext.h:
6154         * text2.C:
6155         * text3.C: rename the refreshing stuff to better names
6156
6157 2003-03-24  John Levon  <levon@movementarian.org>
6158
6159         * BufferView_pimpl.h:
6160         * BufferView_pimpl.C: update layout choice on a mouse
6161         press/release
6162
6163 2003-03-23  John Levon  <levon@movementarian.org>
6164
6165         * Makefile.am: fix commandtags.h reference
6166
6167 2003-03-22  John Levon  <levon@movementarian.org>
6168
6169         * BufferView_pimpl.C:
6170         * lyxtext.h:
6171         * rowpainter.C:
6172         * rowpainter.h:
6173         * text.C:
6174         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6175
6176 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6177
6178         * lyxtext.h:
6179         * text.C: take the rtl methods out of line
6180
6181 2003-03-21 André Pönitz <poenitz@gmx.net>
6182
6183         * metricsinfo.[Ch]: new files containing structures to be passed around
6184         during the two-phase-drawing...
6185
6186 2003-03-21 André Pönitz <poenitz@gmx.net>
6187
6188         * lyxtextclass.C: read 'environment' tag.
6189
6190 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6191
6192         * text2.C (removeRow): fix bug 964
6193
6194 2003-03-20  John Levon  <levon@movementarian.org>
6195
6196         * rowpainter.C:
6197         * text.C:
6198         * text2.C: paint cleanups. Inset::update() dropped font
6199         parameter
6200
6201 2003-03-19  John Levon  <levon@movementarian.org>
6202
6203         * lyxfunc.C: only fitcursor/markDirty if available()
6204
6205 2003-03-19  John Levon  <levon@movementarian.org>
6206
6207         * commandtags.h: rename to ...
6208
6209         * lfuns.h: ... this, and renumber / cleanup
6210
6211 2003-03-19  John Levon  <levon@movementarian.org>
6212
6213         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6214         fit the cursor after an lfun
6215
6216         * BufferView.h:
6217         * BufferView.C:
6218         * BufferView_pimpl.h:
6219         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6220
6221         * LyXAction.C: layout-character should have ReadOnly
6222
6223         * ParagraphParameters.C:
6224         * buffer.C:
6225         * bufferview_funcs.C:
6226         * lyx_cb.C:
6227         * lyxfind.C:
6228         * lyxtext.h:
6229         * text.C:
6230         * text2.C:
6231         * text3.C:
6232         * undo_funcs.C: changes from above
6233
6234 2003-03-18  John Levon  <levon@movementarian.org>
6235
6236         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6237         remove it from update()
6238
6239         * lyxfunc.C: update layout choice after an lfun
6240
6241         * text3.C: remove extra updateLayoutChoice()s
6242
6243 2003-03-18  John Levon  <levon@movementarian.org>
6244
6245         * text.C: top_y change means full repaint, fix
6246         a drawing bug with cursor movement
6247
6248 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6249
6250         * lyxtext.h:
6251         * text.C:
6252         * text2.C: anchor row on setCursor
6253
6254 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6255
6256         * lyxtext.h: remove almost all mutable keywords
6257         * text.C:
6258         * text2.C:
6259         * text3.C: remove const keywords accordingly
6260
6261 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6262
6263         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6264         anon namespace
6265         (TeXEnvironment): ditto
6266         (TeXOnePar): ditto
6267
6268 2003-03-17  John Levon  <levon@movementarian.org>
6269
6270         * text.C (rowBreakPoint): remove attempt to fix displayed
6271         math insets inside a manual label
6272
6273 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6274
6275         * lyxtext.h: remove BufferView* as first arg from almost all class
6276         functions.
6277         * other files: adjust.
6278
6279 2003-03-17  John Levon  <levon@movementarian.org>
6280
6281         * lyxtext.h:
6282         * undo_funcs.C:
6283         * text2.C: more paint cleanups
6284
6285         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6286
6287         * rowpainter.h:
6288         * rowpainter.C: remove "smart" background painting code
6289
6290 2003-03-16  John Levon  <levon@movementarian.org>
6291
6292         * lyxtext.h:
6293         * text.C:
6294         * text2.C:
6295         * text3.C: add helper functions for setting refresh_row/y
6296
6297 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6298
6299         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6300         newline inset which *can* get inserted in the pass_thru layouts.
6301         This is primarily for literate documents.
6302
6303 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6304
6305         * buffer.C: increment LYX_FORMAT to 223
6306
6307 2003-03-14 André Pönitz <poenitz@gmx.net>
6308
6309         * textclass.h: prepare for environment handling, ws changes
6310         * lyxlayout.C: read latexheader and latexfooter tags
6311
6312 2003-03-14  John Levon  <levon@movementarian.org>
6313
6314         * text2.C: rewrite ::status() a bit
6315
6316 2003-03-13  John Levon  <levon@movementarian.org>
6317
6318         * lyxtext.h: add some docs
6319
6320 2003-03-13  John Levon  <levon@movementarian.org>
6321
6322         * lyxtext.h:
6323         * text.C:
6324         * text2.C:
6325         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6326
6327 2003-03-13  John Levon  <levon@movementarian.org>
6328
6329         * text3.C: fix appendix redrawing
6330
6331 2003-03-13  John Levon  <levon@movementarian.org>
6332
6333         * text.C (setHeightOfRow):
6334         * rowpainter.h:
6335         * rowpainter.C: make appendix mark have the text
6336           "Appendix" so the user knows what it is
6337
6338         * LColor.h:
6339         * LColor.C: s/appendixline/appendix/ from above
6340
6341 2003-03-13  John Levon  <levon@movementarian.org>
6342
6343         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6344
6345         * text.C: fix a getChar(pos) bug properly
6346
6347 2003-03-13  Angus Leeming  <leeming@lyx.org>
6348
6349         * commandtags.h:
6350         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6351         Probably only temporary. Let's see how things pan out.
6352
6353         * BufferView.C (unlockInset):
6354         * BufferView_pimpl.C (fitCursor):
6355         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6356
6357         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6358         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6359
6360         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6361         new functions that convert ParagraphParameters to and from a string.
6362
6363         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6364         BufferView::Pimpl's dispatch.
6365         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6366
6367 2003-03-13 André Pönitz <poenitz@gmx.net>
6368
6369         * lyxfunc.C:
6370         * text3.C:
6371         * factory.C: make it aware of InsetEnv
6372
6373 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6374
6375         * text2.C (setCursor): never ask for one past last
6376         (setCursor): add some debugging messages.
6377
6378         * text.C (singleWidth): never ask for one past last
6379         (singleWidth): ditto
6380         (leftMargin): ditto
6381         (rightMargin): ditto
6382         (rowBreakPoint): ditto
6383         (setHeightOfRow): ditto
6384         (prepareToPrint): ditto
6385
6386         * rowpainter.C (paintBackground): never ask for one past last
6387         (paintText): never ask for one past last
6388
6389         * paragraph_pimpl.C (getChar): make the assert stricter, never
6390         allow the one past last pos to be taken
6391
6392         * paragraph.C (getChar): ws changes only
6393
6394         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6395         (numberOfSeparators): ditto
6396         (numberOfHfills): ditto
6397
6398 2003-03-12  John Levon  <levon@movementarian.org>
6399
6400         * author.h:
6401         * author.C:
6402         * bufferparams.h:
6403         * bufferparams.C:
6404         * paragraph_funcs.C: fix per-buffer authorlists
6405
6406 2003-03-12  John Levon  <levon@movementarian.org>
6407
6408         * text.C: fix newline in right address
6409
6410 2003-03-12  Angus Leeming  <leeming@lyx.org>
6411
6412         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6413         duplicate those in LyXFunc::dispatch.
6414
6415         * commandtags.h:
6416         * LyXAction.C:
6417         * ToolbarDefaults.C:
6418         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6419         Add LFUN_FONTFREE_UPDATE.
6420
6421         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6422         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6423
6424         * bufferview_func.[Ch]: several new functions to facilliate
6425         transfer of data to and from the character dialog.
6426
6427 2003-03-12  John Levon  <levon@movementarian.org>
6428
6429         * buffer.C:
6430         * paragraph.h:
6431         * paragraph.C:
6432         * paragraph_funcs.C:
6433         * paragraph_pimpl.C:
6434         * sgml.C:
6435         * tabular.C:
6436         * text.C:
6437         * text3.C: remove META_NEWLINE in favour of an inset
6438
6439         * rowpainter.h:
6440         * rowpainter.C: remove paintNewline (done by inset)
6441
6442 2003-03-12  John Levon  <levon@movementarian.org>
6443
6444         * paragraph_pimpl.C: complain about bad getChar()s
6445         for a while at least
6446
6447 2003-03-12  John Levon  <levon@movementarian.org>
6448
6449         * buffer.h:
6450         * buffer.C: move paragraph read into a separate function,
6451         a little renaming to reflect that.
6452
6453         * bufferparams.h:
6454         * bufferparams.C: remove the author_ids map, not necessary now
6455
6456         * factory.h:
6457         * factory.C: moved Buffer::readInset to here
6458
6459         * paragraph_funcs.h:
6460         * paragraph_funcs.C: readParagraph free function moved from
6461         buffer.C
6462
6463         * tabular.C: name change
6464
6465 2003-03-12  John Levon  <levon@movementarian.org>
6466
6467         * buffer.C:
6468         * ParagraphParameters.C: move par params input to
6469         a read() method
6470
6471         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6472         behave like a normal read from the stream wrt reading
6473         a line vs. a \\token
6474
6475 2003-03-12  John Levon  <levon@movementarian.org>
6476
6477         * paragraph.C:
6478         * ParagraphParameters.h:
6479         * ParagraphParameters.C: move output code to a
6480         ::write() method
6481
6482 2003-03-12  John Levon  <levon@movementarian.org>
6483
6484         * BufferView.C (insertLyXFile):
6485         * buffer.h:
6486         * buffer.C:
6487         * tabular.C: use a parlist iterator for creating the
6488           document.
6489
6490 2003-03-12  John Levon  <levon@movementarian.org>
6491
6492         * buffer.C: make current_change static local not
6493           static file-scope
6494
6495 2003-03-12  John Levon  <levon@movementarian.org>
6496
6497         * buffer.C: fix insertStringAsLines for change tracking
6498
6499 2003-03-12  John Levon  <levon@movementarian.org>
6500
6501         * BufferView.C:
6502         * tabular.C:
6503         * buffer.h:
6504         * buffer.C:
6505         * bufferparams.h:
6506         * bufferparams.C: move author list into params. Rename some
6507           functions. Move the header reading into a separate token
6508           loop. Move the header token reading into BufferParams.
6509
6510 2003-03-12  John Levon  <levon@movementarian.org>
6511
6512         * changes.C: put debug inside lyxerr.debugging() checks
6513
6514 2003-03-11 André Pönitz <poenitz@gmx.net>
6515
6516         * factory.C: make it aware of InsetHFill
6517
6518 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6519
6520         * buffer.C (latexParagraphs): move function from here...
6521         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6522         args.
6523
6524 2003-03-10  Angus Leeming  <leeming@lyx.org>
6525
6526         * LyXAction.C (init): fix bug in poplating array with multiple entries
6527         with the same LFUN (spotted by JMarc).
6528
6529 2003-03-10  John Levon  <levon@movementarian.org>
6530
6531         * text.C:
6532         * text2.C: move getColumnNearX() near its
6533         only call site
6534
6535 2003-03-10  John Levon  <levon@movementarian.org>
6536
6537         * text.C: fix break before a minipage
6538
6539 2003-03-10  John Levon  <levon@movementarian.org>
6540
6541         * text.C: fix the last commit
6542
6543 2003-03-09  John Levon  <levon@movementarian.org>
6544
6545         * lyxtext.h:
6546         * text.C:
6547         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6548         bug 365 (don't break before insets unless needed). Don't
6549         return a value > last under any circumstances.
6550
6551 2003-03-09  Angus Leeming  <leeming@lyx.org>
6552
6553         * BufferView_pimpl.C (trackChanges, dispatch): call
6554         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6555
6556 2003-03-09  Angus Leeming  <leeming@lyx.org>
6557
6558         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6559         than Dialogs::showAboutlyx().
6560
6561 2003-03-09  Angus Leeming  <leeming@lyx.org>
6562
6563         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6564         than Dialogs::showTabularCreate().
6565
6566 2003-03-09  John Levon  <levon@movementarian.org>
6567
6568         * lyxtext.h:
6569         * text.C:
6570         * text2.C: 3rd arg to nextBreakPoint was always the same.
6571           Use references.
6572
6573 2003-03-08  John Levon  <levon@movementarian.org>
6574
6575         * lyxrow.C:
6576         * paragraph.C:
6577         * paragraph.h:
6578         * rowpainter.C:
6579         * text.C:
6580         * text2.C: Remove the "main" bit from the "main body"
6581           notion.
6582
6583 2003-03-08  John Levon  <levon@movementarian.org>
6584
6585         * text.C (leftMargin): The left margin of an empty
6586         manual label paragraph should not include the label width
6587         string length.
6588
6589         * text.C (prepareToPrint): don't attempt to measure hfills
6590         for empty manual label paragraphs - the answer should be 0
6591
6592 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6593
6594         * CutAndPaste.C: remove commented code and reindent.
6595
6596 2003-03-08  John Levon  <levon@movementarian.org>
6597
6598         * lyxfunc.h:
6599         * lyxfunc.C: move reloadBuffer()
6600
6601         * BufferView.h:
6602         * BufferView.C: to here
6603
6604         * lyxvc.C: add comment
6605
6606         * vc-backend.h:
6607         * vc-backend.C: call bv->reload() to avoid
6608           getStatus() check on MENURELOAD
6609
6610 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6611
6612         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6613         to an old format .dep file.
6614
6615 2003-03-07  Angus Leeming  <leeming@lyx.org>
6616
6617         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6618         when the LFUN_MOUSE_RELEASE should have been handled by
6619         inset->localDispatch.
6620
6621 2003-03-07  Angus Leeming  <leeming@lyx.org>
6622
6623         * BufferView_pimpl.C (dispatch):
6624         * LyXAction.C (init):
6625         * ToolbarDefaults.C (init):
6626         * commandtags.h:
6627         * lyxfunc.C (getStatus):
6628         remove LFUN_INSET_GRAPHICS.
6629
6630         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6631
6632 2003-03-07  Angus Leeming  <leeming@lyx.org>
6633
6634         * commandtags.h:
6635         * LyXAction.C (init):
6636         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6637
6638         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6639
6640         * commandtags.h:
6641         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6642
6643         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6644         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6645
6646 2003-03-07  Angus Leeming  <leeming@lyx.org>
6647
6648         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6649         remove "ert".
6650
6651 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6652
6653         * ParagraphList.C (front): new function
6654         (back): implement
6655
6656 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6657
6658         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6659         and top_row_offset_. removed var first_y.
6660         * text.C (top_y):
6661         * text2.C (LyXText, removeRow):
6662         * text3.C:
6663         * BufferView_pimpl.C:
6664         use these methods instead of using first_y
6665
6666 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6667
6668         * text2.C (pasteSelection): adjust for checkPastePossible
6669
6670         * CutAndPaste.C: remove Paragraph * buf and replace with
6671         ParagraphList paragraphs.
6672         (DeleteBuffer): delete
6673         (cutSelection): change the tc type to textclass_type
6674         (copySelection): change the tc type to textclass_type
6675         (copySelection): adjust for ParagraphList
6676         (pasteSelection): change the tc type to textclass_type
6677         (pasteSelection): adjust for Paragraphlist
6678         (nrOfParagraphs): simplify for ParagraphList
6679         (checkPastePossible): simplify for ParagraphList
6680         (checkPastePossible): remove unused arg
6681
6682         * ParagraphList.C (insert): handle the case where there are no
6683         paragraphs yet.
6684
6685         * CutAndPaste.h: make CutAndPaste a namespace.
6686
6687         * text3.C (dispatch): adjust
6688
6689         * text.C (breakParagraph): add a ParagraphList as arg
6690
6691         * paragraph_funcs.C (breakParagraph): change to take a
6692         BufferParams and a ParagraphList as args.
6693         (breakParagraphConservative): ditto
6694         (mergeParagraph): ditto
6695         (TeXDeeper): add a ParagraphList arg
6696         (TeXEnvironment): ditto
6697         (TeXOnePar): ditto
6698
6699         * buffer.C (readLyXformat2): adjust
6700         (insertStringAsLines): adjust
6701         (latexParagraphs): adjust
6702
6703         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6704         (cutSelection): adjust
6705         (pasteSelection): adjust
6706
6707         * BufferView_pimpl.C (insertInset): adjust
6708
6709 2003-03-05  Angus Leeming  <leeming@lyx.org>
6710
6711         * commandtags.h:
6712         * LyXAction.C (init):
6713         * BufferView_pimpl.C (dispatch):
6714         * lyxfunc.C (getStatus):
6715         remove LFUN_CHILD_INSERT.
6716
6717         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6718
6719 2003-03-05  Angus Leeming  <leeming@lyx.org>
6720
6721         * commandtags.h:
6722         * LyXAction.C (init):
6723         * src/factory.C (createInset):
6724         * lyxfunc.C (getStatus):
6725         * text3.C (dispatch):
6726         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6727
6728         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6729
6730 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6731
6732         * ParagraphList.C (insert): handle insert right before end()
6733         (erase): fix cases where it can be first or last paragraph.
6734
6735 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6736
6737         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6738         Paragraph::next and Paragraph::previous
6739         (TeXOnePar): ditto
6740
6741         * text.C (breakParagraph): adjust
6742
6743         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6744         BufferParams& as arg.
6745         (breakParagraph): use ParagraphList::insert
6746         (breakParagraphConservative): take a Buffer* instead of a
6747         BufferParams& as arg.
6748         (breakParagraphConservative): use ParagraphList::insert.
6749
6750         * buffer.C (insertStringAsLines): un-const it
6751         (insertStringAsLines): adjust
6752
6753         * ParagraphList.C (insert): new function
6754
6755         * CutAndPaste.C (pasteSelection): adjust
6756
6757         * text.C (backspace): adjust
6758
6759         * tabular.C (SetMultiColumn): adjust
6760
6761         * CutAndPaste.C (cutSelection): adjust
6762         (pasteSelection): adjust
6763
6764         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6765         Buffer const * as arg
6766
6767         * ParagraphList.C (erase): new function
6768         * paragraph_funcs.C (mergeParagraph): use it
6769         (mergeParagraph): make it take a Buffer* instead of a
6770         BufferParams* as arg
6771
6772         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6773         as arg
6774         (breakParagraphConservative): ditto
6775
6776         * paragraph.h: remove the breakParagraph friend
6777
6778         * paragraph.C (eraseIntern): new function
6779         (setChange): new function
6780
6781         * paragraph_funcs.C (mergeParagraph): make it take a
6782         ParagraphList::iterator instead of a Paragraph *, adjust
6783         accordingly.
6784
6785         * paragraph.h: move an #endif so that the change tracking stuff
6786         also works in the NO_NEXT case.
6787
6788 2003-03-04  Angus Leeming  <leeming@lyx.org>
6789
6790         * commandtags.h:
6791         * LyXAction.C: new LFUN_INSET_MODIFY.
6792
6793         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6794         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6795
6796 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6797
6798         * several files: ws changes only
6799
6800         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6801         (TeXEnvironment): ditto
6802         (TeXDeeper): ditto
6803
6804         * buffer.C (makeLaTeXFile): adjust
6805         (latexParagraphs): make it take ParagraphList::iterator as args
6806
6807 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6808
6809         * buffer.C (latexParagraphs): adjust
6810
6811         * paragraph.C (TeXOnePar): move function...
6812         (optArgInset): move function...
6813         (TeXEnvironment): move function...
6814         * paragraph_pimpl.C (TeXDeeper): move function...
6815         * paragraph_funcs.C: ...here
6816
6817         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6818
6819 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6820
6821         * buffer.C (readInset): remove compability code for old Figure and
6822         InsetInfo insets
6823
6824 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6825
6826         * buffer.C: ws changes
6827         (readInset):
6828
6829         * BufferView_pimpl.C: ditto
6830         * author.C: ditto
6831         * buffer.h: ditto
6832         * bufferlist.h: ditto
6833         * changes.h: ditto
6834         * lyxfunc.C: ditto
6835
6836 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6837
6838         * converter.[Ch]: split into itself +
6839         * graph.[Ch]
6840         * format.[Ch]
6841         * Makefile.am: += graph.[Ch] + format.[Ch]
6842         * MenuBackend.C
6843         * buffer.C
6844         * exporter.C
6845         * importer.C
6846         * lyx_main.C
6847         * lyxfunc.C
6848         * lyxrc.C: added #include "format.h"
6849
6850 2003-02-27  Angus Leeming  <leeming@lyx.org>
6851
6852         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6853           a label.
6854
6855         * factory.C (createInset): add "label" to the factory.
6856
6857         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6858           string and do no more.
6859
6860 2003-02-27  Angus Leeming  <leeming@lyx.org>
6861
6862         * commandtags.h:
6863         * LyXAction.C (init):
6864         * factory.C (createInset):
6865         * BufferView_pimpl.C (dispatch):
6866           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6867
6868         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6869
6870         * lyxfunc.C (dispatch):
6871         * text3.C (dispatch): pass name to params2string.
6872
6873 2003-02-26  Angus Leeming  <leeming@lyx.org>
6874
6875         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6876           blocks together.
6877           Rearrange the ~includes. Strip out the unnecessary ones.
6878
6879         * factory.C (createInset): reformat.
6880           create new insets for the various LFUN_XYZ_APPLY lfuns.
6881
6882 2003-02-26  John Levon  <levon@movementarian.org>
6883
6884         * lyxrow.h:
6885         * lyxrow.C: add isParStart,isParEnd helpers
6886
6887         * paragraph.h: make isInserted/DeletedText take refs
6888
6889         * paragraph_funcs.h:
6890         * paragraph_funcs.C: remove #if 0'd code
6891
6892         * lyxtext.h:
6893         * text3.C:
6894         * text2.C:
6895         * text.C: use lyxrow helpers above.
6896           Move draw and paint routines to RowPainter.
6897           Make several methods use refs not pointers.
6898           Make backgroundColor() const.
6899           Add markChangeInDraw(), isInInset().
6900           Merge changeRegionCase into changeCase.
6901           Make workWidth() shouldn't-happen code into an Assert.
6902
6903         * rowpainter.h:
6904         * rowpainter.C: new class for painting a row.
6905
6906         * vspace.h:
6907         * vspace.C: make inPixels take a ref
6908
6909 2003-02-26  Angus Leeming  <leeming@lyx.org>
6910
6911         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6912         LFUN_REF_APPLY.
6913
6914 2003-02-25  John Levon  <levon@movementarian.org>
6915
6916         * ispell.C: give the forked command a more accurate name
6917
6918 2003-02-22  John Levon  <levon@movementarian.org>
6919
6920         * toc.h:
6921         * toc.C: make TocItem store an id not a Paragraph *
6922           (bug #913)
6923
6924 2003-02-21  Angus Leeming  <leeming@lyx.org>
6925
6926         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6927           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6928           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6929           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6930           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6931           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6932
6933         * BufferView_pimpl.C (dispatch):
6934         * LyXAction.C (init):
6935         * factory.C (createInset):
6936         * lyxfunc.C (getStatus, dispatch):
6937         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6938
6939 2003-02-21  Angus Leeming  <leeming@lyx.org>
6940
6941         * BufferView_pimpl.C (MenuInsertLyXFile):
6942         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6943         * lyxfunc.C (menuNew, open, doImport):
6944           no longer pass a LyXView & to fileDlg.
6945
6946 2003-02-21  Angus Leeming  <leeming@lyx.org>
6947
6948         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6949         * LyXAction.C: change, BIBKEY to BIBITEM.
6950         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6951         Change InsetBibKey to InsetBibitem.
6952         Change BIBKEY_CODE to BIBITEM_CODE.
6953         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6954         * factory.C: replace insetbib.h with insetbibitem.h.
6955         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6956         * paragraph.C: replace insetbib.h with insetbibitem.h.
6957         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6958         Change bibkey() to bibitem().
6959         * text.C: remove insetbib.h.
6960         * text2.C: replace insetbib.h with insetbibitem.h.
6961         change bibkey() to bibitem().
6962         * text3.C: remove insetbib.h.
6963         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6964
6965 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6966
6967         * lyxrc.C (output): enclose user email in quotes (in case there are
6968         several words)
6969
6970 2003-02-18  John Levon  <levon@movementarian.org>
6971
6972         * buffer.h: add std::
6973
6974 2003-02-17  John Levon  <levon@movementarian.org>
6975
6976         * SpellBase.h:
6977         * ispell.h:
6978         * ispell.C:
6979         * pspell.h:
6980         * pspell.C: reworking. Especially in ispell, a large
6981           number of clean ups and bug fixes.
6982
6983         * lyxfunc.C: fix revert to behave sensibly
6984
6985 2003-02-17 André Pönitz <poenitz@gmx.net>
6986
6987         * LyXAction.C:
6988         * commandtags.h: new LFUN_INSERT_BIBKEY
6989
6990         * layout.h:
6991         * lyxlayout.C:
6992         * buffer.C:
6993         * factory.C:
6994         * text.C:
6995         * text2.C:
6996         * text3.C:
6997         * paragraph.[Ch]:
6998         * paragraph_func.C: remove special bibkey handling
6999
7000 2003-02-17  John Levon  <levon@movementarian.org>
7001
7002         * text.C (Delete): fix case where delete at the end of
7003           the very first paragraph would not merge the pars
7004
7005 2003-02-17  John Levon  <levon@movementarian.org>
7006
7007         * lyxrow.C: fix lastPrintablePos()
7008
7009 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7010
7011         * bufferparams.C (writeLaTeX): add a std:here
7012
7013         * buffer.C: and remove a using directive there
7014
7015 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7016
7017         * buffer.C (makeLaTeXFile): move the code that generates the
7018           preamble...
7019
7020         * bufferparams.C (writeLaTeX): ... in this new method
7021
7022         * LaTeXFeatures.C (getEncodingSet): make const
7023           (getLanguages): make const
7024
7025         * MenuBackend.C (binding): returns the binding associated to this
7026           action
7027           (add): sets the status of each item by calling getStatus. Adds
7028           some intelligence.
7029           (read): add support for OptSubMenu
7030           (expand): remove extra separator at the end of expanded menu
7031
7032 2003-02-15  John Levon  <levon@movementarian.org>
7033
7034         * BufferView.C:
7035         * BufferView_pimpl.C:
7036         * bufferlist.h:
7037         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7038           inset code that had no actual effect. Remove unneeded status
7039           code.
7040
7041 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7042
7043         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7044           in preamble
7045
7046 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7047
7048         * text.C (drawLengthMarker): also draw an arrow marker for
7049           symbolic lengths (medskip...)
7050
7051 2003-02-14  John Levon  <levon@movementarian.org>
7052
7053         * tabular.h:
7054         * tabular.C: better method names
7055
7056 2003-02-14  John Levon  <levon@movementarian.org>
7057
7058         * BufferView_pimpl.C:
7059         * bufferlist.C:
7060         * buffer.C:
7061         * converter.C:
7062         * lyx_cb.C:
7063         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7064           it's a more accurate name. Remove some pointless uses.
7065
7066 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7067
7068         * text2.C (LyXText): change order of initilizers to shut off
7069           warnings
7070
7071 2003-02-14  John Levon  <levon@movementarian.org>
7072
7073         * buffer.C: use ParIterator for getParFromID()
7074
7075         * paragraph.h:
7076         * paragraph.C:
7077         * paragraph_pimpl.h:
7078         * paragraph_pimpl.C: remove unused getParFromID()
7079
7080 2003-02-14  John Levon  <levon@movementarian.org>
7081
7082         * buffer.C: remove some very old #if 0'd parse code
7083
7084 2003-02-13  John Levon  <levon@movementarian.org>
7085
7086         * text.h:
7087         * text.C:
7088         * text2.C: move hfillExpansion(), numberOfSeparators(),
7089           rowLast(), rowLastPrintable(), numberofHfills(),
7090           numberOfLabelHfills() ...
7091
7092         * lyxrow.h:
7093         * lyxrow.C: ... to member functions here.
7094
7095         * paragraph.h:
7096         * paragraph.C:
7097         * lyxtext.h:
7098         * text.C: remove LyXText::beginningOfMainBody(), and call
7099           p->beginningOfMainBody() directly. Move the check for
7100           LABEL_MANUAL into the latter.
7101
7102         * text.h:
7103         * text.C:
7104         * text2.C:
7105         * vspace.C:
7106         * BufferView.h:
7107         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7108
7109         * text.h:
7110         * text.C:
7111         * text2.C:
7112         * text3.C:
7113         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7114           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7115
7116 2003-02-13  John Levon  <levon@movementarian.org>
7117
7118         * CutAndPaste.C: remove debug
7119
7120 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7121
7122         * paragraph.C (asString): remove two unused variables
7123
7124         * lyxtextclass.C (readTitleType):
7125           (Read):
7126           (LyXTextClass): handle new members titletype_ and titlename_
7127
7128         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7129
7130 2003-02-09  John Levon  <levon@movementarian.org>
7131
7132         * buffer.h:
7133         * buffer.C: replace hand-coded list with a map for the dep clean
7134
7135 2003-02-08  John Levon  <levon@movementarian.org>
7136
7137         * LaTeX.C: consolidate code into showRunMessage() helper
7138
7139 2003-02-08  John Levon  <levon@movementarian.org>
7140
7141         * lyxfind.C:
7142         * lyxtext.h:
7143         * text2.C:
7144         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7145           and pass the size in explicitly
7146
7147         * BufferView_pimpl.h:
7148         * BufferView_pimpl.C:
7149         * BufferView.h:
7150         * BufferView.C: add getCurrentChange()
7151
7152         * BufferView_pimpl.h:
7153         * BufferView_pimpl.C: handle change lfuns
7154
7155         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7156           for changes. Mark pasted paragraphs as new.
7157
7158         * support/lyxtime.h:
7159         * support/lyxtime.C:
7160         * DepTable.C: abstract time_t as lyx::time_type
7161
7162         * LColor.h:
7163         * LColor.C: add colours for new text, deleted text, changebars
7164
7165         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7166           package use "usenames" option.
7167
7168         * commandtags.h:
7169         * lyxfunc.C:
7170         * LyXAction.C: add change lfuns
7171
7172         * Makefile.am:
7173         * author.h:
7174         * author.C: author handling
7175
7176         * buffer.h:
7177         * buffer.C: add a per-buffer author list, with first entry as
7178           current author. Handle new .lyx tokens for change tracking. Output
7179           author list to .lyx file. Output dvipost stuff to .tex preamble.
7180           Bump lyx format to 222.
7181
7182         * bufferlist.h:
7183         * bufferlist.C: add setCurrentAuthor() to reset current author details
7184           in all buffers.
7185
7186         * bufferparams.h:
7187         * bufferparams.C: add param for tracking
7188
7189         * bufferview_funcs.C: output change info in minibuffer
7190
7191         * Makefile.am:
7192         * changes.h:
7193         * changes.C: add change-tracking structure
7194
7195         * debug.h:
7196         * debug.C: add CHANGES debug flag
7197
7198         * lyxfind.h:
7199         * lyxfind.C: add code for finding the next change piece
7200
7201         * lyxrc.h:
7202         * lyxrc.C: add user_name and user_email
7203
7204         * lyxrow.h:
7205         * lyxrow.C: add a metric for the top of the text line
7206
7207         * lyxtext.h:
7208         * text.C: implement accept/rejectChange()
7209
7210         * lyxtext.h:
7211         * text.C: paint changebars. Paint new/deleted text in the chosen
7212         colours. Strike through deleted text.
7213
7214         * paragraph.h:
7215         * paragraph.C:
7216         * paragraph_pimpl.h:
7217         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7218           in the current change to the insert functions. Rework erase to
7219           mark text as deleted, adding an eraseIntern() and a range-based
7220           erase(). Implement per-paragraph change lookup and
7221           accept/reject.
7222
7223         * paragraph_funcs.C: Fixup paste for change tracking.
7224
7225         * tabular.C: mark added row/columns as new.
7226
7227         * text.C: fix rowLast() to never return -1. Don't allow
7228           spellchecking of deleted text. Track transpose changes. Don't
7229           allow paragraph break or merge where appropriate.
7230
7231         * text2.C: leave cursor at end of selection after a cut.
7232
7233 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7234
7235         * text.C (getLengthMarkerHeight):
7236         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7237         visible on screen too.
7238
7239 2003-02-07  John Levon  <levon@movementarian.org>
7240
7241         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7242
7243 2003-02-05  Angus Leeming  <leeming@lyx.org>
7244
7245         * lyxserver.C (read_ready): revert my patch of 11 September last year
7246         as it sends PC cpu through the roof. Presumably this means that
7247         the lyxserver will no longer run on an Alpha...
7248
7249 2003-01-30  Angus Leeming  <leeming@lyx.org>
7250
7251         * factory.C (createInset): create an InsetCommandParam of type "index"
7252         and use it to 'do the right thing'.
7253
7254         * text2.C (getStringToIndex): ensure that cursor position is always
7255         reset to the reset_cursor position.
7256
7257 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7258
7259         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7260         disabled.
7261
7262 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7263
7264         * bufferview.C:
7265         * lyxcb.C:
7266         * lyxfunc.C: Output messages with identical spelling, punctuation,
7267         and spaces
7268
7269 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7270
7271         * MenuBackend.C (expandFormats): List only viewable export formats
7272         in "View" menu
7273
7274         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7275         message
7276
7277         * lyxfunc.C (getStatus): Make sure that formats other than
7278         "fax" can also be disabled
7279
7280 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7281
7282         * text3.C (dispatch): put the lfuns that insert insets in 3
7283         groups, and call doInsertInset with appropriate arguments.
7284         (doInsertInset): new function, that creates an inset and inserts
7285         it according to some boolean parameters.
7286
7287 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7288
7289         * buffer.C (readFile): remember to pass on 'par' when calling
7290         readFile recursively.
7291
7292 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7293
7294         * MenuBackend.C (expandFormats): add "..." to import formats.
7295
7296 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7297
7298         * paragraph.C (asString): Remove XForms RTL hacks.
7299
7300 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7301         * buffer.C: fix typo
7302
7303 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7304
7305         * Makefile.am (LIBS): delete var
7306         (lyx_LDADD): add @LIBS@ here instead.
7307
7308 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7309
7310         * Clarify the meaning of "wheel mouse jump"
7311
7312 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7313
7314         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7315         tabular in a float
7316
7317 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7318
7319         * importer.C (Loaders): do not preallocate 3 elements in the
7320         vector, since one ends up with 6 elements otherwise
7321
7322 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7323
7324         * DepTable.C (write): write the file name as last element of the
7325         .dep file (because it may contain spaces)
7326         (read): read info in the right order
7327
7328 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7329
7330         * paragraph_pimpl.C (simpleTeXBlanks):
7331         (simpleTeXSpecialChars):
7332         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7333
7334         * tabular.C (latex): add some missing case statements. Reindent.
7335
7336         * MenuBackend.C (expandToc): remove unused variable.
7337
7338 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7339
7340         * LColor.C:
7341         * LaTeX.C:
7342         * LyXAction.C:
7343         * MenuBackend.C:
7344         * buffer.C:
7345         * exporter.C:
7346         * lyxfunc.C:
7347         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7348         and the like.
7349
7350 2003-01-05  John Levon  <levon@movementarian.org>
7351
7352         * BufferView.h:
7353         * BufferView.C: add getEncoding()
7354
7355         * kbsequence.h:
7356         * kbsequence.C: do not store last keypress
7357
7358         * lyxfunc.h:
7359         * lyxfunc.C: store last keypress here instead. Pass encoding
7360           to getISOEncoded()
7361
7362 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7363
7364         * lyx_main.C (init): remove annoying error message when following
7365         symbolic links (bug #780)
7366
7367 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7368
7369         * text.C (insertChar):
7370         * lyxrc.C (getDescription): remove extra spaces
7371
7372 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7373
7374         * lyxrc.C (getDescription): remove extra spaces
7375
7376 2002-12-20  John Levon  <levon@movementarian.org>
7377
7378         * text3.C: hack fix for page up/down across tall rows
7379
7380 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7381
7382         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7383         not been invoked
7384
7385 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7386
7387         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7388         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7389         thesaurus is not compiled in
7390
7391 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7392
7393         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7394
7395 2002-12-16  Angus Leeming  <leeming@lyx.org>
7396
7397         * lyxrc.[Ch]:
7398         * lyx_main.C (init): remove override_x_deadkeys stuff.
7399
7400 2002-12-12  John Levon  <levon@movementarian.org>
7401
7402         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7403           insert. Only remove shift modifier under strict
7404           circumstances.
7405
7406 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7407
7408         * MenuBackend.C (expandToc): fix crash.
7409
7410 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7411
7412         * MenuBackend.C (expandToc): gettext on float names.
7413
7414 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7415
7416         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7417         implement bool empty() [bug 490]
7418
7419 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7420
7421         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7422
7423 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7424
7425         * several files: ws changes
7426
7427 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7428
7429         * text2.C (setCounter): clean up a bit, use boost.format.
7430         (updateCounters): initialize par upon declaration.
7431
7432         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7433         if the layout exists. We do not just store the layout any more.
7434         (SwitchLayoutsBetweenClasses): use boost.format
7435
7436 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7437
7438         * converter.C (convert): if from and to files are the same, use a
7439         temporary files as intermediary
7440
7441 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7442
7443         * commandtags.h:
7444         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7445
7446 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7447
7448         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7449
7450 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7451
7452         * tabular.C (asciiPrintCell): use string(size, char) instead of
7453         explicit loop.
7454
7455         * sgml.C (openTag): fix order of arguments to string constructor
7456         (closeTag): ditto
7457
7458         * lyxfunc.C (dispatch): use boost.format
7459
7460         * lots of files: change "c" -> 'c'
7461
7462 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7463
7464         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7465
7466 2002-11-25  Angus Leeming  <leeming@lyx.org>
7467
7468         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7469
7470         * lyx_main.C (init): compile fix.
7471
7472 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7473
7474         * lyx_cb.C (start): boost.formatify
7475         do not include <iostream>
7476
7477         * lengthcommon.C: ws only
7478
7479         * boost-inst.C,BoostFormat.h: add more explict instantations
7480
7481 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7482
7483         * lots of files: handle USE_BOOST_FORMAT
7484
7485 2002-11-21  John Levon  <levon@movementarian.org>
7486
7487         * pspell.C: fix compile
7488
7489 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7490
7491         * lyxfunc.C (dispatch): use boost::format
7492         (open): ditto
7493         (doImport): ditto
7494
7495         * lyxfont.C (stateText): use boost::format
7496
7497         * lyx_main.C (LyX): use boost::format
7498         (init): ditto
7499         (queryUserLyXDir): ditto
7500         (readRcFile): ditto
7501         (parse_dbg): ditto
7502         (typedef boost::function): use the recommened syntax.
7503
7504         * importer.C (Import): use boost::format
7505
7506         * debug.C (showLevel): use boost::format
7507
7508         * converter.C (view): use boost::format
7509         (convert): ditto
7510         (move): ditto
7511         (scanLog): ditto
7512
7513         * bufferview_funcs.C (currentState): use boost::format
7514
7515         * bufferlist.C (emergencyWrite): use boost::format
7516
7517         * buffer.C (readLyXformat2): use boost::format
7518         (parseSingleLyXformat2Token): ditto
7519
7520         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7521
7522         * LaTeX.C (run): use boost::format
7523
7524         * Chktex.C (scanLogFile): use boost::format
7525
7526         * BufferView_pimpl.C (savePosition): use boost::format
7527         (restorePosition): ditto
7528         (MenuInsertLyXFile): ditto
7529
7530         * BoostFormat.h: help file for explicit instation.
7531
7532 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7533
7534         * tabular.C (latex): Support for block alignment in fixed width
7535         columns.
7536
7537 2002-11-17  John Levon  <levon@movementarian.org>
7538
7539         * BufferView_pimpl.C:
7540         * lyx_cb.C:
7541         * lyxfunc.C: split filedialog into open/save
7542
7543 2002-11-08  Juergen Vigna  <jug@sad.it>
7544
7545         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7546         by my last patch (hopefully).
7547
7548 2002-11-08  John Levon  <levon@movementarian.org>
7549
7550         * iterators.h:
7551         * iterators.C:
7552         * buffer.h:
7553         * buffer.C:
7554         * paragraph.h:
7555         * paragraph.C:
7556         * toc.h:
7557         * toc.C: ParConstIterator, and use it (from Lars)
7558
7559 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7560
7561         * lyxtextclass.[Ch]: revise and add doxygen comments
7562
7563 2002-11-07  John Levon  <levon@movementarian.org>
7564
7565         * text.C: fix progress value for spellchecker
7566
7567         * toc.C: fix navigate menu for insetwrap inside minipage
7568
7569         * paragraph_funcs.C: added FIXME for suspect code
7570
7571 2002-11-07  John Levon  <levon@movementarian.org>
7572
7573         * BufferView_pimpl.C: fix redrawing of insets
7574           on buffer switch
7575
7576 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7577
7578         * text2.C (updateCounters): fix bug 668
7579
7580 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7581
7582         * text3.C (dispatch): Do not make the buffer dirty when moving the
7583         cursor.
7584
7585 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7586
7587         * vc-backend.C: STRCONV
7588         (scanMaster): ditto
7589
7590         * text2.C (setCounter): STRCONV
7591
7592         * paragraph.C (asString): STRCONV
7593
7594         * lyxlength.C (asString): STRCONV
7595         (asLatexString): ditto
7596
7597         * lyxgluelength.C (asString): STRCONV
7598         (asLatexString): ditto
7599
7600         * lyxfunc.C (dispatch): STRCONV
7601         (open): ditto
7602
7603         * lyxfont.C (stateText): STRCONV
7604
7605         * importer.C (Import): STRCONV
7606
7607         * counters.C (labelItem): STRCONV
7608         (numberLabel): ditto
7609         (numberLabel): remove unused ostringstream o
7610
7611         * chset.C: STRCONV
7612         (loadFile): ditto
7613
7614         * bufferview_funcs.C (currentState): STRCONV
7615
7616         * buffer.C (readFile): STRCONV
7617         (asciiParagraph): ditto
7618         (makeLaTeXFile): ditto
7619
7620         * Spacing.C (writeEnvirBegin): STRCONV
7621
7622         * LaTeXFeatures.C (getLanguages): STRCONV
7623         (getPackages): ditto
7624         (getMacros): ditto
7625         (getBabelOptions): ditto
7626         (getTClassPreamble): ditto
7627         (getLyXSGMLEntities): ditto
7628         (getIncludedFiles): ditto
7629
7630         * LaTeX.C: STRCONV
7631         (run): ditto
7632         (scanAuxFile): ditto
7633         (deplog): ditto
7634
7635         * LString.h: add the STRCONV macros
7636
7637         * BufferView_pimpl.C (savePosition): STRCONV
7638         (restorePosition): ditto
7639         (MenuInsertLyXFile): ditto
7640
7641         * vc-backend.C (scanMaster): change from submatch[...] to
7642         submatch.str(...)
7643
7644         * funcrequest.C: include config.h
7645
7646         * factory.C: include config.h
7647
7648         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7649
7650         * box.C: include config.h
7651
7652         * LaTeX.C (scanAuxFile): change from submatch[...] to
7653         submatch.str(...)
7654         (deplog): ditto
7655
7656 2002-10-25  Angus Leeming  <leeming@lyx.org>
7657
7658         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7659
7660         * ispell.[Ch] (setError): new method.
7661         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7662         Use setError() insetead of goto END.
7663
7664         * lyx_cb.C (AutoSave): move out child process into new class
7665         AutoSaveBuffer.
7666
7667 2002-10-30  John Levon  <levon@movementarian.org>
7668
7669         * text3.C: make start appendix undoable
7670
7671 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7672
7673         * lyxlength.C (inPixels): Fix returned value.
7674
7675         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7676         environment.
7677
7678 2002-10-24  Angus Leeming  <leeming@lyx.org>
7679
7680         * lyxgluelength.h: no need to forward declare BufferParams
7681         or BufferView, so don't.
7682
7683 2002-10-21  John Levon  <levon@movementarian.org>
7684
7685         * BufferView.C: menuUndo ->undo, redo
7686
7687         * BufferView.h: document, remove dead, make some methods private
7688
7689         * paragraph_funcs.h:
7690         * paragraph_funcs.C:
7691         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7692
7693         * buffer.h:
7694         * buffer.C:
7695         * sgml.h:
7696         * sgml.C: move sgml open/close tag into sgml.C
7697
7698         * bufferview_funcs.h: unused prototype
7699
7700         * lyxfunc.h:
7701         * lyxfunc.C: remove unused
7702
7703         * lyxtext.h:
7704         * text.C: remove unused
7705
7706 2002-10-21  John Levon  <levon@movementarian.org>
7707
7708         * BufferView.h:
7709         * BufferView.C:
7710         * BufferView_pimpl.h:
7711         * BufferView_pimpl.C: fix mouse wheel handling based on
7712           patch from Darren Freeman
7713
7714 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7715
7716         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7717
7718 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7719
7720         * lyxlength.C (inPixels): Fix hanfling of negative length.
7721         Fix LyXLength::MU case.
7722
7723 2002-10-16  John Levon  <levon@movementarian.org>
7724
7725         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7726
7727 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7728
7729         * converter.C (view): add support for $$i (file name) and $$p
7730         (file path) for the viewer command. If $$i is not specified, then
7731         it is appended to the command (for compatibility with old syntax)
7732
7733 2002-10-14  Juergen Vigna  <jug@sad.it>
7734
7735         * undo_funcs.C (textHandleUndo): alter the order in which the
7736         new undopar is added to the LyXText, as we have to set first
7737         the right prev/next and then add it as otherwise the rebuild of
7738         LyXText is not correct. Also reset the cursor to the right paragraph,
7739         with this IMO we could remove the hack in "redoParagraphs()".
7740
7741 2002-10-09  Angus Leeming  <leeming@lyx.org>
7742
7743         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7744         to turn off an optimisation if a new inset is to be inserted.
7745
7746 2002-10-11 André Pönitz <poenitz@gmx.net>
7747
7748         * lyxtext.h: make some functions public to allow access
7749         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7750
7751 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7752
7753         * text3.C (dispatch): when changing layout, avoid an infinite loop
7754         [bug #652]
7755
7756 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7757
7758         * lyxrc.C (read): treat a viewer or converter command of "none" as
7759         if it were empty.
7760
7761         * MenuBackend.C (expandFormats): for an update, also allow the
7762         formats that are not viewable
7763
7764         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7765         script if it is newer than the lyxrc.defaults in user directory
7766
7767 2002-10-07 André Pönitz <poenitz@gmx.net>
7768
7769         * text.C: Vitaly Lipatov's small i18n fix
7770
7771 2002-09-25  Angus Leeming  <leeming@lyx.org>
7772
7773         * ispell.h: doxygen fix.
7774
7775 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7776
7777         * buffer.h (readFile): Add a new argument to the method, to allow
7778         reading of old-format templates.
7779
7780 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7781
7782         * toc.C (getTocList): Get TOC from InsetWrap.
7783
7784 2002-09-16  John Levon  <levon@movementarian.org>
7785
7786         * lyxfunc.C: check tabular for cut/copy too
7787
7788 2002-09-12  John Levon  <levon@movementarian.org>
7789
7790         * LyXAction.C: tidy
7791
7792         * factory.h:
7793         * factory.C: add header
7794
7795         * paragraph_funcs.h:
7796         * paragraph_funcs.C: cleanup
7797
7798 2002-09-11  John Levon  <levon@movementarian.org>
7799
7800         * PrinterParams.h: odd/even default to true
7801
7802 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7803
7804         * PrinterParams.h: update printer parameters for new xforms dialog
7805
7806 2002-09-11  Angus Leeming  <leeming@lyx.org>
7807
7808         * lyxserver.C (read_ready): re-write to make it more transparent
7809         and to make it work in coherent fashion under Tru64 Unix.
7810
7811 2002-09-11  André Pönitz <poenitz@gmx.net>
7812
7813         * commandtags.h:
7814         * LyXAction.C:
7815         * text3.C: implement LFUN_WORDSEL
7816
7817 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7818
7819         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7820         make floatlist_ a boost::shared_ptr<FloatList>
7821
7822         * lyxtextclass.C: include FloatList.h
7823         (LyXTextClass): initialize floatlist_
7824         (TextClassTags): add TC_NOFLOAT
7825         (Read): match "nofloat" to TC_NOFLOAT and use it.
7826         (readFloat): modify call to floatlist_
7827         (floats): ditto
7828         (floats): ditto
7829
7830         * FloatList.[Ch] (FloatList): remove commented out float
7831         initialization.
7832         (erase): new function
7833
7834 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7835
7836         * MenuBackend.C (expandToc): fix crash when there is no document
7837         open
7838
7839 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7840
7841         * many files: Add insetwrap.
7842
7843 2002-09-09  John Levon  <levon@movementarian.org>
7844
7845         * text2.C: remove confusing and awkward depth wraparound
7846
7847 2002-09-09  John Levon  <levon@movementarian.org>
7848
7849         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7850
7851         * buffer.h:
7852         * buffer.C: remove getIncludeonlyList()
7853
7854         * paragraph.C:
7855         * lyxfunc.C: remove headers
7856
7857 2002-09-09  Juergen Vigna  <jug@sad.it>
7858
7859         * text.C (getColumnNearX): fix form Michael this is most
7860         probably a cut&paste bug.
7861
7862 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7863
7864         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7865
7866         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7867         references, ws changes.
7868
7869         * text2.C (init): update counters after init
7870         (insertParagraph): no need to set counter on idividual paragraphs.
7871         (setCounter): access the counters object in the textclass object
7872         on in the buffer object.
7873         (updateCounters): ditto
7874
7875         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7876         shared_ptr<Counters> to avoid loading counters.h in all
7877         compilation units.
7878         (LyXTextClass): initialize ctrs_
7879         (TextClassTags): add TC_COUNTER, and ...
7880         (Read): use it here.
7881         (CounterTags): new tags
7882         (readCounter): new function
7883         (counters): new funtion
7884         (defaultLayoutName): return a const reference
7885
7886         * counters.C (Counters): remove contructor
7887         (newCounter): remove a couple of unneeded statements.
7888         (newCounter): simplify a bit.
7889         (numberLabel): some small formatting changes.
7890
7891         * buffer.[Ch]: remove all traces of counters, move the Counters
7892         object to the LyXTextClass.
7893
7894 2002-09-06  Alain Castera  <castera@in2p3.fr>
7895
7896         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7897         package to set the horizontal alignment on fixed width columns.
7898
7899         * lyx_sty.C:
7900         * lyx_sty.h: added tabularnewline macro def.
7901
7902         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7903
7904 2002-09-06  John Levon  <levon@movementarian.org>
7905
7906         * LyXAction.C: tooltips for sub/superscript
7907
7908         * MenuBackend.C: a bit more verbose
7909
7910         * lyxfunc.C: tiny clean
7911
7912         * undo_funcs.C: document undo_frozen
7913
7914 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7915
7916         * counters.C (Counters): add missing algorithm counter.
7917
7918         * text2.C (setCounter): lookup the counter with layouts latexname
7919         instead of by section number.
7920         (setCounter): use a hackish way to lookup the correct enum
7921         counter.
7922         a float name->type change
7923         reset enum couners with counter name directly instead of depth value.
7924
7925         * counters.C (Counters): remove the push_backs, change to use the
7926         float type not the float name.
7927         (labelItem): remove unused string, float name->type change
7928
7929         * counters.h: don't include vector, loose the enums and sects vectors
7930
7931 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7932
7933         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7934         (Read): add float->TC_FLOAT to textclassTags
7935         (Read): and handle it in the switch
7936         (readFloat): new function
7937
7938         * FloatList.C (FloatList): comment out the hardcoded float
7939         definitions.
7940
7941         * lyxlayout.h: ws change.
7942
7943 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7944
7945         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7946
7947 2002-09-03  Angus Leeming  <leeming@lyx.org>
7948
7949         * BufferView_pimpl.h: qualified name is not allowed in member
7950         declaration: WorkArea & Pimpl::workarea() const;
7951
7952         * factory.C: added using std::endl directive.
7953
7954         * text3.C: added using std::find and std::vector directives.
7955
7956 2002-08-29  André Pönitz <poenitz@gmx.net>
7957
7958         * lyxtext.h:
7959         * text2.C: remove unused member number_of_rows
7960
7961         * Makefile.am:
7962         * BufferView2.C: remove file, move contents to...
7963         * BufferView.C: ... here
7964
7965         * BufferView_pimpl.C:
7966         * factory.C: move more inset creation to factory
7967
7968         * vspace.C: avoid direct usage of LyXText, ws changes
7969
7970         * BufferView.[Ch]:
7971                 don't provide direct access to WorkArea, use two simple
7972                 acessors haveSelction() and workHeight() instead
7973
7974
7975 2002-08-29  John Levon  <levon@movementarian.org>
7976
7977         * BufferView_pimpl.C (dispatch): do not continue when
7978           no buffer
7979
7980 2002-08-28  André Pönitz <poenitz@gmx.net>
7981
7982         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7983
7984         * BufferView.h:
7985         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7986
7987 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7988
7989         * buffer.C: increment LYX_FORMAT to 221
7990
7991         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7992         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7993
7994         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7995
7996         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7997
7998 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7999
8000         * factory.C (createInset): use LyXTextClass::floats
8001
8002         * MenuBackend.C (expandFloatListInsert):
8003         (expandFloatInsert):
8004         (expandToc):
8005
8006         * text2.C (setCounter):
8007
8008         * LaTeXFeatures.C (useFloat):
8009         (getFloatDefinitions):
8010
8011         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8012
8013         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8014         floatlist_, with accessor floats().
8015
8016         * FloatList.h: remove global FloatList
8017
8018 2002-08-26  André Pönitz <poenitz@gmx.net>
8019
8020         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8021
8022         * BufferView.h:
8023         * BufferView2.C:
8024         * BufferView_pimpl.C:
8025         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8026
8027 2002-08-25  John Levon  <levon@movementarian.org>
8028
8029         * LyXAction.C: fix margin note description
8030
8031 2002-08-24  John Levon  <levon@movementarian.org>
8032
8033         * buffer.C:
8034         * bufferlist.C:
8035         * bufferview_funcs.C:
8036         * lyxfont.C:
8037         * undo_funcs.C: cleanups
8038
8039         * lyxfunc.C: disable CUT/COPY when no selection
8040
8041 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8042
8043         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8044         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8045
8046         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8047         Add backward compatibility to "mono", "gray" and "no".
8048
8049 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8050
8051         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8052         (and file_format >= 200).
8053
8054 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8055
8056         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8057
8058 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8059
8060         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8061
8062 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8063
8064         * BufferView_pimpl.C:
8065         * LyXAction.C:
8066         * buffer.C:
8067         * commandtags.h:
8068         * lyxfunc.C:
8069         * paragraph.[Ch]:
8070         * text2.C:
8071         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8072         inset and code to make it  work with the paragraph code. The inset
8073         can be anywhere in the paragraph, but will only do the expected
8074         thing in LaTeX if the layout file contains the parameter line
8075                         OptionalArgs    1
8076         (or more generally, a nonzero value) for that layout.
8077
8078 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8079
8080         * paragraph.h: remove the declaration of undefined counters class
8081         function.
8082
8083 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8084
8085         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8086         Dr. Richard Hawkins.
8087
8088 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8089
8090         * paragraph_funcs.h: remove some unneeded includes
8091
8092         * text.C (backspace): pasteParagraph now in global scipe
8093
8094         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8095         (pasteSelection): ditto
8096
8097         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8098         * paragraph_funcs.C (pasteParagraph): ... here
8099
8100 2002-08-20  André Pönitz <poenitz@gmx.net>
8101
8102         * commandtags.h: new LFUNs for swapping/copying table row/colums
8103
8104         * LyXAction.C:
8105         * lyxfunc.C: support for new lfuns
8106
8107 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8108
8109         * tabular.C:
8110         * buffer.[Ch]: remove NO_COMPABILITY stuff
8111
8112 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8113
8114         * boost.C (throw_exception): new file, with helper function for
8115         boost compiled without exceptions.
8116
8117         * paragraph.h:
8118         * lyxlength.C:
8119         * buffer.C:
8120         * ParameterStruct.h:
8121         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8122
8123         * bufferlist.C (emergencyWriteAll): use boost bind
8124
8125         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8126
8127         * text.C: include paragraph_funcs.h
8128         (breakParagraph): breakParagraph is now in global scope
8129
8130         * paragraph_funcs.[Ch]: new files
8131
8132         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8133         global scope
8134
8135         * buffer.C: include paragraph_funcs.h
8136         (insertStringAsLines): breakParagraph is now in global scope
8137
8138         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8139         paragraph_funcs.C
8140
8141         * CutAndPaste.C: include paragraph_funcs.h
8142         (cutSelection): breakParagraphConservative is now in global scope
8143         (pasteSelection): ditto
8144
8145         * buffer.h: declare oprator== and operator!= for
8146         Buffer::inset_iterator
8147
8148         * bufferlist.C (emergencyWrite): don't use fmt(...)
8149
8150         * text3.C: add using std::endl
8151
8152         * BufferView.C (moveCursorUpdate): remove default arg
8153
8154 2002-08-20  André Pönitz <poenitz@gmx.net>
8155
8156         * buffer.[Ch]: move inline functions to .C
8157
8158         * BufferView2.C:
8159         * BufferView_pimpl.C:
8160         * text.C:
8161         * buffer.[Ch]: use improved inset_iterator
8162
8163         * buffer.C:
8164         * paragraph.[Ch]: write one paragraph at a time
8165
8166 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8167
8168         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8169         style if style is not specified.
8170
8171 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8172
8173         * text2.C (setCounter): when searching for right label for a
8174         caption, make sure to recurse to parent insets (so that a caption
8175         in a minipage in a figure float works) (bug #568)
8176
8177 2002-08-20  André Pönitz <poenitz@gmx.net>
8178
8179         * text3.C: new file for LyXText::dispatch() and helpers
8180
8181         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8182
8183         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8184
8185 2002-08-19  André Pönitz <poenitz@gmx.net>
8186
8187         * lyxtext.h:
8188         * text.C: new LyXText::dispatch()
8189
8190         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8191
8192 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8193
8194         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8195
8196         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8197         Hebrew text.
8198
8199 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8200
8201         * Makefile.am: use $(variables) instead of @substitutions@
8202
8203 2002-08-15  André Pönitz <poenitz@gmx.net>
8204
8205         * lyxfunc.C:
8206         * BufferView_pimpl.C: streamlining mathed <-> outer world
8207         interaction
8208
8209         * commandtags.h:
8210         * LyXAction.C: remove unused LFUN_MATH
8211
8212 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8213
8214         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8215
8216 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8217
8218         * paragraph.C (Paragraph): reformat a bit
8219         (cutIntoMinibuffer): use builtin InsetList function instad of
8220         doing it manually.
8221         (getInset): ditto
8222
8223         * buffer.C: include boost/bind.hpp, add using std::for_each
8224         (writeFileAscii): use ParagraphList iterators
8225         (validate): use for_each for validate traversal of paragraphs
8226         (getBibkeyList): use ParagraphList iterators
8227         (resizeInsets): use for_each to resizeInsetsLyXText for all
8228         paragraphs.
8229         (getParFromID): use ParagraphList iterators
8230
8231         * BufferView2.C (lockInset): use paragraph list and iterators
8232
8233 2002-08-14  John Levon  <levon@movementarian.org>
8234
8235         * lyxserver.C: remove spurious xforms include
8236
8237 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8238
8239         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8240
8241 2002-08-13  André Pönitz <poenitz@gmx.net>
8242
8243         * LyXAction.[Ch]:
8244         * lyxfunc.C: further cleaning
8245
8246 2002-08-13  André Pönitz <poenitz@gmx.net>
8247
8248         * funcrequest.h: new constructor
8249
8250         * funcrequest.C: move stuff here from .h
8251
8252         * Makefile.am:
8253         * BufferView_pimpl.C:
8254         * LyXAction.C:
8255         * toc.C:
8256         * lyxfunc.C: subsequent changes
8257
8258         * lyxfunc.h: new view() member function
8259
8260         * lyxfunc.C: subsequent changes
8261
8262 2002-08-13  Angus Leeming  <leeming@lyx.org>
8263
8264         * BufferView2.C:
8265         * BufferView_pimpl.C:
8266         * buffer.C:
8267         * converter.C:
8268         * importer.C:
8269         * lyxfunc.C:
8270         * lyxvc.C:
8271         * toc.C:
8272         * vc-backend.C:
8273         changes due to the changed LyXView interface that now returns references
8274         to member variables not pointers.
8275
8276 2002-08-13  Angus Leeming  <leeming@lyx.org>
8277
8278         * WordLangTuple (word, lang_code): return references to strings,
8279         not strings.
8280
8281         * BufferView.h:
8282         * SpellBase.h:
8283         * lyxtext.h: forward-declare WordLangTuple.
8284
8285         * BufferView2.C:
8286         * ispell.C:
8287         * pspell.C:
8288         * text.C: #include "WordLangTuple.h".
8289
8290         * lyxtext.h:
8291         * text.C: (selectNextWordToSpellcheck): constify return type.
8292
8293 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8294
8295         * buffer.C:
8296         * buffer.h:
8297         * lyxtext.h:
8298         * paragraph.C:
8299         * paragraph_pimpl.h:
8300         * text.C:
8301         * text2.C:
8302         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8303         suggested by Angus.
8304         Made updateCounter always count from start of buffer, and removed
8305         second argument (par).
8306         Reverted floats number display to '#'. Perhaps I'll try again when the
8307         code base is sanitized a bit.
8308
8309 2002-08-12  Angus Leeming  <leeming@lyx.org>
8310
8311         * buffer.[Ch] (getLabelList): constify.
8312
8313 2002-08-07  André Pönitz <poenitz@gmx.net>
8314
8315         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8316
8317         * funcrequest.h: extension to keep mouse (x,y) position
8318
8319 2002-08-12  Juergen Vigna  <jug@sad.it>
8320
8321         * BufferView2.C (insertErrors): forbid undo when inserting error
8322         insets.
8323
8324         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8325
8326 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8327
8328         * ParagraphList.[Ch]: new files
8329
8330         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8331
8332         * BufferView2.C (lockInset): ParagraphList changes
8333         * toc.C: ditto
8334         * text2.C: ditto
8335         * bufferlist.C: ditto
8336         * buffer.h: ditto
8337         * buffer.C: ditto
8338
8339 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8340
8341         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8342         unused class variable counter_,
8343
8344         * paragraph.[Ch] (getFirstCounter): delete unused function
8345
8346         * counters.C: include LAssert.h
8347         (reset): add a new function with no arg, change other version to
8348         not have def. arg and to not allow empty arg.
8349
8350         * text2.C (setCounter): remove empty arg from call to Counters::reset
8351
8352 2002-08-11  John Levon  <levon@movementarian.org>
8353
8354         * Makefile.am: add WordLangTuple.h
8355
8356 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8357
8358         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8359         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8360
8361         * insets/insettext.C: InsetList changes
8362
8363         * graphics/GraphicsSupport.C (operator()): InsetList changes
8364
8365         * toc.C (getTocList): InsetList changes
8366
8367         * paragraph_pimpl.[Ch]: InsetList changes
8368
8369         * paragraph.[Ch]: InsetList changes
8370
8371         * buffer.C (inset_iterator): InsetList changes
8372         (setParagraph): ditto
8373         * buffer.h (inset_iterator): ditto
8374         * iterators.C (operator++): ditto
8375         * iterators.h: ditto
8376
8377         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8378
8379         * InsetList.[Ch]: new files, most InsetList handling moved out of
8380         paragraph.C.
8381
8382         * BufferView2.C (removeAutoInsets): InsetList changes
8383         (lockInset): ditto
8384         (ChangeInsets): ditto
8385
8386 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8387
8388         * paragraph_pimpl.h (empty): new function
8389
8390         * paragraph.[Ch] (empty): new function
8391
8392         * other files: use the new Paragraph::empty function
8393
8394 2002-08-09  John Levon  <levon@movementarian.org>
8395
8396         * lyxtext.h: remove unused refresh_height
8397
8398 2002-08-09  John Levon  <levon@movementarian.org>
8399
8400         * Makefile.am:
8401         * sgml.h:
8402         * sgml.C:
8403         * buffer.C:
8404         * paragraph.h:
8405         * paragraph.C: move sgml char escaping out of paragraph
8406
8407         * paragraph.h:
8408         * paragraph.C: remove id setter
8409
8410         * buffer.C:
8411         * paragraph.C:
8412         * paragraph_pimpl.C: remove dead tex_code_break_column
8413
8414         * bufferview_funcs.C: small cleanup
8415
8416         * lyxfunc.C: remove dead proto
8417
8418         * lyxtext.h: make some stuff private. Remove some dead stuff.
8419
8420         * lyxgluelength.C: make as[LyX]String() readable
8421
8422 2002-08-08  John Levon  <levon@movementarian.org>
8423
8424         * LyXAction.h:
8425         * LyXAction.C:
8426         * MenuBackend.C:
8427         * ToolbarDefaults.C:
8428         * lyxfunc.C:
8429         * lyxrc.C:
8430         * toc.C: lyxaction cleanup
8431
8432 2002-08-08  John Levon  <levon@movementarian.org>
8433
8434         * BufferView2.C: small cleanup
8435
8436         * lyxfind.h:
8437         * lyxfind.C: move unnecessary header into the .C
8438
8439 2002-08-08  John Levon  <levon@movementarian.org>
8440
8441         * funcrequest.h: just tedious nonsense
8442
8443         * lyx_main.h:
8444         * lyx_main.C: cleanups
8445
8446         * buffer.C:
8447         * vspace.C: remove dead header lyx_main.h
8448
8449 2002-08-07  Angus Leeming  <leeming@lyx.org>
8450
8451         * Paragraph.[Ch]:
8452         * paragraph_pimpl.h:
8453         Forward declare class Counters in paragraph.h by moving the ctrs member
8454         variable into Paragraph::Pimpl.
8455         (counters): new method, returning a reference to pimpl_->ctrs.
8456
8457         * text2.C: ensuing changes.
8458
8459 2002-08-07  John Levon  <levon@movementarian.org>
8460
8461         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8462
8463         * BufferView_pimpl.C: announce X selection on double/triple
8464           click
8465
8466         * lyx_main.C: use correct bool in batch dispatch
8467
8468         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8469
8470 2002-08-07  André Pönitz <poenitz@gmx.net>
8471
8472         * funcrequest.h: new class to wrap a kb_action and its argument
8473
8474         * BufferView.[Ch]:
8475         * BufferView_pimpl[Ch]:
8476         * LaTeX.C:
8477         * LyXAction.[Ch]:
8478         * lyxfunc.[Ch]:
8479         * lyxrc.C: subsequent changes
8480
8481
8482 2002-08-07  John Levon  <levon@movementarian.org>
8483
8484         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8485           document options change.
8486
8487 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8488
8489         * counters.[Ch]
8490         * text2.C
8491         * paragraph.[Ch]
8492         * makefile.am: move counters functionality over from
8493         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8494
8495 2002-08-06  John Levon  <levon@movementarian.org>
8496
8497         * WordLangTuple.h: new file for word + language code tuple
8498
8499         * SpellBase.h:
8500         * pspell.h:
8501         * pspell.C:
8502         * ispell.h:
8503         * ispell.C:
8504         * lyxtext.h:
8505         * text.C:
8506         * text2.C:
8507         * BufferView.h:
8508         * BufferView2.C: use WordLangTuple
8509
8510         * layout.h:
8511         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8512
8513 2002-08-06  John Levon  <levon@movementarian.org>
8514
8515         * lyx_main.C: fix cmdline batch handling
8516
8517 2002-08-06  André Pönitz <poenitz@gmx.net>
8518
8519         * lyxrc.C: set default for show_banner to true
8520
8521 2002-08-06  John Levon  <levon@movementarian.org>
8522
8523         * pspell.C: fix a crash, and allow new aspell to work
8524
8525 2002-08-06  John Levon  <levon@movementarian.org>
8526
8527         * lyxfunc.C:
8528         * kbmap.C: small cleanup
8529
8530         * vspace.h:
8531         * vspace.C: add const
8532
8533 2002-08-05  John Levon  <levon@movementarian.org>
8534
8535         * LyXAction.C: back to tabular-insert
8536
8537 2002-08-04  John Levon  <levon@movementarian.org>
8538
8539         * BufferView.h:
8540         * BufferView.C: cosmetic change
8541
8542         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8543
8544         * bufferlist.C:
8545         * buffer.h:
8546         * buffer.C:
8547         * lyxcb.h:
8548         * lyxcb.C:
8549         * lyxserver.C:
8550         * lyxvc.C:
8551         * vc-backend.C:
8552         * BufferView2.C: purge all "Lyx" not "LyX" strings
8553
8554         * lyxcursor.h:
8555         * lyxcursor.C: attempt to add some documentation
8556
8557         * lyxfunc.C:
8558         * commandtags.h:
8559         * LyXAction.C:
8560         * ToolbarDefaults.C:
8561         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8562           merge with LFUN_TABULAR_INSERT
8563
8564         * Makefile.am:
8565         * SpellBase.h:
8566         * ispell.h:
8567         * ispell.C:
8568         * pspell.h:
8569         * pspell.C: split up i/pspell implementations into separate
8570           files, many cleanups
8571
8572         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8573
8574         * text2.C: some cleanup
8575
8576         * lyxfunc.C: don't check for isp_command == "none" any more, it
8577           didn't make any sense
8578
8579 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8580
8581         * counters.[Ch]
8582         * text2.C
8583         * paragraph.[Ch]
8584         * makefile.am: move counters functionality over
8585         from text2.C/paragraph.[Ch] to counters.[Ch], and
8586         make proper C++.
8587 2002-08-02  John Levon  <levon@movementarian.org>
8588
8589         * buffer.C: s/lyxconvert/lyx2lyx/
8590
8591 2002-08-02  Angus Leeming  <leeming@lyx.org>
8592
8593         * lyxlex.C: revert John's change as it breaks reading of the user
8594         preamble.
8595
8596 2002-08-02  Angus Leeming  <leeming@lyx.org>
8597
8598         * importer.C (Import):
8599         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8600         changes due to LyXView::view() now returning a boost::shared_ptr.
8601
8602 2002-08-02  John Levon  <levon@movementarian.org>
8603
8604         * lyxlex.C: small cleanup
8605
8606 2002-08-02  John Levon  <levon@movementarian.org>
8607
8608         * text2.C (status): small cleanup, no logic change
8609
8610 2002-08-01  John Levon  <levon@movementarian.org>
8611
8612         * buffer.h:
8613         * buffer.C (writeFile): don't output alerts, caller
8614           handles this
8615
8616         * bufferlist.C:
8617         * lyx_cb.C: from above
8618
8619         * lyxfunc.C: allow to open non-existent files
8620
8621 2002-07-31  John Levon  <levon@movementarian.org>
8622
8623         * lyxserver.C: don't let incidental errors get
8624           in the way (errno)
8625
8626 2002-07-30  John Levon  <levon@movementarian.org>
8627
8628         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8629
8630 2002-07-30  John Levon  <levon@movementarian.org>
8631
8632         * lyxserver.h:
8633         * lyxserver.C: remove I/O callback too
8634
8635 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8636
8637         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8638         log.
8639
8640 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8641
8642         * many files: strip,frontStrip -> trim,ltrim,rtrim
8643
8644 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8645
8646         * PrinterParams.h: remove extern containsOnly, and include
8647         support/lstrings.h instead.
8648
8649         * LaTeX.C (scanAuxFile): modify because of strip changes
8650         (deplog): ditto
8651         * buffer.C (makeLaTeXFile): ditto
8652         * bufferparams.C (writeFile): ditt
8653         * lyxfont.C (stateText): ditto
8654         * lyxserver.C (read_ready): ditto
8655         * vc-backend.C (scanMaster): ditto
8656
8657         * BufferView_pimpl.h: ws changes
8658
8659         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8660
8661 2002-07-26  André Pönitz <poenitz@gmx.net>
8662
8663         * kb_sequence.C: remove unnedred usings
8664
8665 2002-07-26  Juergen Vigna  <jug@sad.it>
8666
8667         * lyxfind.C (LyXReplace): we have to check better if the returned
8668         text is not of theLockingInset()->getLockingInset().
8669
8670 2002-07-25  Juergen Vigna  <jug@sad.it>
8671
8672         * lyxfind.C (LyXReplace): don't replace if we don't get the
8673         right LyXText.
8674
8675         * undo_funcs.C (createUndo): remove debugging code.
8676
8677 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8678
8679         * buffer.C (parseSingleLyXformat2Token): Use default placement
8680         when reading old floats.
8681
8682         * FloatList.C (FloatList): Change the default placement of figure
8683         and tables to "tbp".
8684
8685 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8686
8687         * MenuBackend.C: using std::max
8688
8689 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8690
8691         * MenuBackend.C (expandToc):
8692         (expandToc2): code moved from xforms menu frontend. It is now
8693         generic and TOCs are transparent to menu frontends.
8694
8695 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8696
8697         * toc.C (getTocList): protect against buf=0
8698
8699         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8700         Menu as first parameter. Now, this calls itself recursively to
8701         expand a whole tree (this will be useful for TOC handling)
8702         (expandFloatInsert): remove 'wide' version of floats
8703
8704         * MenuBackend.h (submenuname): returns the name of the submenu.
8705         (submenu): returns the submenu itself, provided it has been
8706         created by MenuBackend::expand
8707
8708 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8709
8710         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8711         insets which have noFontChange == true. (bug #172)
8712
8713 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8714
8715         * BufferView_pimpl.C: add connection objects and use them...
8716         (Pimpl): here.
8717
8718 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8719
8720         * MenuBackend.C (expandLastfiles):
8721         (expandDocuments):
8722         (expandFormats):
8723         (expandFloatListInsert):
8724         (expandFloatInsert):
8725         (expand): split expand in parts
8726
8727 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8728
8729         * lyx_gui.C: use lyx_gui::exit()
8730
8731 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8732
8733         * LyXAction.C: show the failing pseudo action
8734
8735 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8736
8737         * buffer.C (readFile): Run the lyxconvert script in order to read
8738         old files.
8739
8740 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8741
8742         * LyXAction.C:
8743         * commandtags.h:
8744         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8745
8746 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8747
8748         * LyXAction.C:
8749         * commandtags.h:
8750         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8751
8752 2002-07-22  Herbert Voss  <voss@lyx.org>
8753
8754         * lengthcommon.C:
8755         * lyxlength.[Ch]: add support for the vertical lengths
8756
8757 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8758
8759         * toc.[Ch]: std:: fixes
8760
8761 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8762
8763         * lyxrc.C: do not include lyx_main.h
8764
8765         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8766         for layouts
8767
8768         * lyxrc.C:
8769         * encoding.C:
8770         * bufferlist.C:
8771         * BufferView2.C: include "lyxlex.h"
8772
8773         * tabular.h:
8774         * bufferparams.h: do not #include "lyxlex.h"
8775
8776         * lyxtextclasslist.C (Add): remove method
8777         (classlist): renamed to classlist_
8778
8779         * paragraph_pimpl.C:
8780         * paragraph.C:
8781         * text2.C:
8782         * CutAndPaste.C:
8783         * bufferview_funcs.C:
8784         * bufferlist.C:
8785         * text.C:
8786         * LaTeXFeatures.C:
8787         * buffer.C:
8788         * toc.C (getTocList): use BufferParams::getLyXTextClass
8789
8790         * toc.C (getTocList): use InsetFloat::addToToc
8791
8792         * toc.[Ch]: new files, containing helper functions to handle table
8793         of contents
8794
8795         * lyxfunc.C (dispatch): no need to remove spaces around command
8796         given as a string
8797         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8798         first command of the sequence; it is not very clever, but I do not
8799         have a better idea, actually
8800
8801         * LyXAction.C (LookupFunc): make sure to remove space at the
8802         beginning and end of the command
8803
8804 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8805
8806         * MenuBackend.C (getMenubar): new method: return the menubar of
8807         this menu set
8808         (read): treat differently reading of menu and menubar (in
8809         particular, the menubar has no name now)
8810         (Menu::menubar): remove
8811
8812         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8813         saving is finished
8814
8815 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8816
8817         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8818         a bibitem inset in a RTL paragraph.
8819
8820 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8821
8822         * paragraph_pimpl.C: constify
8823
8824         * BufferView_pimpl.C:
8825         * LaTeX.C:
8826         * lyxfunc.C: fix dispatch in a nicer way
8827
8828 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8829
8830         * lyxfunc.C (dispatch):
8831         * BufferView_pimpl.C:
8832         * BufferView_pimpl.h:
8833         * BufferView.C:
8834         * BufferView.h: rename Dispatch() to dispatch()
8835
8836         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8837
8838         * lyxlayout.C (Read): honor DependsOn tag
8839
8840         * lyxlayout.[Ch] (depends_on): new method
8841
8842         * version.C.in: update lyx_docversion
8843
8844         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8845
8846         * paragraph.C (validate): remove from here...
8847         * paragraph_pimpl.C (validate): ... and move here
8848         (isTextAt): make it const
8849
8850         * buffer.C (getLists): ws cleanup
8851
8852 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8853
8854         * language.C (read): Use iso8859-1 encoding in latex_lang
8855         (this prevents LyX from crashing when using iso10646-1 encoding).
8856
8857 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8858
8859         * text2.C (toggleInset): if cursor is inside an inset, close the
8860         inset and leave cursor _after_ it
8861
8862 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8863
8864         * lyxfunc.C: move minibuffer completion handling out of here
8865
8866 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8867
8868         * BufferView_pimpl.C:
8869         * LaTeX.C: fix dispatch calls
8870
8871 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8872
8873         * text.C (drawChars): Fix Arabic text rendering.
8874
8875 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8876
8877         * LyXAction.C:
8878         * commandtags.h:
8879         * lyxfunc.C: remove message-push/pop
8880
8881         * lyxserver.C:
8882         * lyxfunc.h:
8883         * lyxfunc.C: rationalise some code by removing verboseDispatch
8884           in favour of a bool argument to dispatch()
8885
8886 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8887
8888         * lyx_main.C (init): make sure to read symlinks as absolute paths
8889
8890 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8891
8892         * lyxfunc.h:
8893         * lyxfunc.C: no need for commandshortcut to be a member
8894
8895 2002-07-15  André Pönitz <poenitz@gmx.net>
8896
8897         * converter.C: add support for $$s (scripts from lib/scripts dir)
8898         * lyx_main.C: white space
8899
8900 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8901
8902         * bufferlist.C:
8903         * lyxrc.h:
8904         * lyxrc.C: remove second exit confirmation
8905
8906 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8907
8908         * BufferView.h:
8909         * BufferView.C:
8910         * BufferView2.C:
8911         * BufferView_pimpl.h:
8912         * BufferView_pimpl.C:
8913         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8914
8915 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8916
8917         * MenuBackend.C (expand): add numeric shortcuts to document menu
8918
8919         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8920
8921 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8922
8923         * lyxfont.C (setLyXFamily):
8924         (setLyXSeries):
8925         (setLyXShape):
8926         (setLyXSize):
8927         (setLyXMisc):
8928         (lyxRead):
8929         * debug.C (value):
8930         * buffer.C (asciiParagraph): use ascii_lowercase
8931
8932 2002-07-15  Mike Fabian  <mfabian@suse.de>
8933
8934         * lyxlex_pimpl.C (search_kw):
8935         * lyxlex.C (getLongString):
8936         * converter.h (operator<):
8937         * converter.C (operator<):
8938         * buffer.C (parseSingleLyXformat2Token):
8939         (asciiParagraph):
8940         * ToolbarDefaults.C (read):
8941         * MenuBackend.C (checkShortcuts):
8942         (read):
8943         * LColor.C (getFromGUIName):
8944         (getFromLyXName): use the compare_ascii_no_case instead of
8945         compare_no_case, because in turkish, 'i' is not the lowercase
8946         version of 'I', and thus turkish locale breaks parsing of tags.
8947
8948 2002-07-16  Angus Leeming  <leeming@lyx.org>
8949
8950         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8951         now takes a Buffer const & argument.
8952
8953 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8954
8955         * BufferView.C (resize): check there's a buffer to resize
8956
8957 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8958
8959         * lyxfunc.C: remove dead code
8960
8961         * lyxserver.h:
8962         * lyxserver.C: use lyx_guii::set_read_callback
8963
8964 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8965
8966         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8967         an inset in a RTL paragraph.
8968
8969 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8970
8971         * lyxfunc.C: repaint after a font size update
8972
8973 2002-07-15  André Pönitz <poenitz@gmx.net>
8974
8975         * lyxlength.C: inBP should be able to return negative values
8976
8977 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8978
8979         * lyxfunc.C: use lyx_gui::update_fonts()
8980
8981 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8982
8983         * lyxfunc.C: use lyx_gui::update_color()
8984
8985 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8986
8987         * bufferlist.C:
8988         * lyxfunc.h:
8989         * lyxfunc.C:
8990         * lyxrc.h:
8991         * lyxrc.C: remove file->new asks for name option, and let
8992           buffer-new take an argument
8993
8994 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8995
8996         * BufferView_pimpl.C: remove unneeded extra repaint()
8997
8998 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8999
9000         * LyXAction.C: allow command-sequence with NoBuffer
9001
9002         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9003
9004 2002-07-10  Angus Leeming  <leeming@lyx.org>
9005
9006         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9007
9008 2002-07-09  Angus Leeming  <leeming@lyx.org>
9009
9010         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9011
9012 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9013
9014         * lengthcommon.h: whitespace
9015
9016         * lyxfunc.C: update scrollbar after goto paragraph
9017
9018         * lyxtext.h: factor out page break drawing, and fix it so
9019           page break/added space paints as selected nicely
9020
9021 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9022
9023         * BufferView_pimpl.C: add FIXMEs, clean up a little
9024
9025 2002-07-09  André Pönitz <poenitz@gmx.net>
9026
9027         * lyxfont.[Ch]: support for wasy symbols
9028
9029 2002-07-08  André Pönitz <poenitz@gmx.net>
9030
9031         * BufferView_pimpl.C: apply John's patch for #93.
9032
9033 2002-07-05  Angus Leeming  <leeming@lyx.org>
9034
9035         * BufferView_pimpl.C (buffer): generate previews if desired.
9036
9037         * LColor.h: add "preview" to the color enum.
9038
9039         * LColor.C (LColor): add a corresponding entry to the items array.
9040
9041         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9042         with this buffer.
9043
9044 2002-07-05  Angus Leeming  <leeming@lyx.org>
9045
9046         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9047         The body of the code is now in the method that is passed an ostream &
9048         rather than a file name.
9049         Pass an additional only_preamble parameter, useful for the forthcoming
9050         preview stuff.
9051
9052 2002-07-03  André Pönitz <poenitz@gmx.net>
9053
9054         * lyxfunc.C: simplify getStatus() a bit for math stuff
9055
9056 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9057
9058         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9059
9060 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9061
9062         * text.C (changeRegionCase): do not change case of all the
9063         document when region ends at paragraph end (bug #461)
9064
9065 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9066
9067         * paragraph.C (startTeXParParams):
9068         (endTeXParParams): add \protect when necessary
9069
9070 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9071
9072         * BufferView_pimpl.C (workAreaExpose): remove warning
9073
9074 2002-06-27  Angus Leeming  <leeming@lyx.org>
9075
9076         * Makefile.am: add lyxlayout_ptr_fwd.h.
9077
9078 2002-06-26  André Pönitz <poenitz@gmx.net>
9079
9080         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9081
9082 2002-06-25  Angus Leeming  <leeming@lyx.org>
9083
9084         * lyxfunc.C (dispatch): Comment out the call to
9085         grfx::GCache::changeDisplay. The method no longer exists now that the
9086         pixmap generation part of the graphics loader has been moved into
9087         InsetGraphics.
9088
9089 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9090
9091         * text2.C: layout as layout
9092
9093         * text.C: layout as layout
9094
9095         * tabular.C (OldFormatRead): layout as layout
9096
9097         * paragraph_pimpl.C (TeXDeeper): layout as layout
9098         (realizeFont): layout as layout
9099
9100         * paragraph.C (writeFile): layout as layout
9101         (validate): layout as layout
9102         (getFont): layout as layout
9103         (getLabelFont): layout as layout
9104         (getLayoutFont): layout as layout
9105         (breakParagraph): layout as layout
9106         (stripLeadingSpaces): layout as layout
9107         (getEndLabel): layout as layout
9108         (getMaxDepthAfter): layout as layout
9109         (applyLayout): layout as layout
9110         (TeXOnePar): layout as layout
9111         (simpleTeXOnePar): layout as layout
9112         (TeXEnvironment): layout as layout
9113         (layout): layout as layout
9114         (layout): layout as layout
9115
9116         * lyxtextclass.C (compare_name): new functor to work with
9117         shared_ptr, layout as layout
9118         (Read): layout as layout
9119         (hasLayout): layout as layout
9120         (operator): layout as layout
9121         (delete_layout): layout as layout
9122         (defaultLayout): layout as layout
9123
9124         * lyxlayout_ptr_fwd.h: new file
9125
9126         * lyxlayout.C (Read): layout as layout
9127
9128         * lyx_cb.C (MenuInsertLabel): layout as layout
9129
9130         * bufferlist.C (newFile): layout as layout
9131
9132         * buffer.C (readLyXformat2): layout as layout
9133         (parseSingleLyXformat2Token): layout as layout
9134         (insertStringAsLines): layout as layout
9135         (asciiParagraph): layout as layout
9136         (latexParagraphs): layout as layout
9137         (makeLinuxDocFile): layout as layout
9138         (simpleLinuxDocOnePar): layout as layout
9139         (makeDocBookFile): layout as layout
9140         (simpleDocBookOnePar): layout as layout
9141         (getLists): layout as layout
9142
9143         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9144
9145         * CutAndPaste.C (cutSelection): layout as layout
9146         (pasteSelection): layout as layout
9147         (SwitchLayoutsBetweenClasses): layout as layout
9148
9149         * BufferView_pimpl.C (Dispatch): layout as layout
9150         (smartQuote): layout as layout
9151
9152         * BufferView2.C (unlockInset): layout as layout
9153
9154 2002-06-24  André Pönitz <poenitz@gmx.net>
9155
9156         * lyxfunc.C: fix #487
9157
9158 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9159
9160         * lyxrc.h:
9161         * lyxrc.C:
9162         * lyxfunc.C: remove display_shortcuts, show_banner
9163
9164 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9165
9166         * Buffer_pimpl.C: oops, update on resize
9167
9168 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9169
9170         * buffer.C:
9171         * converter.C:
9172         * exporter.C:
9173         * lyxfunc.C:
9174         * BufferView.h:
9175         * BufferView.C: use repaint()
9176
9177         * BufferView_pimpl.h:
9178         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9179           as it's a clearer description. Remove superfluous
9180           redraws.
9181
9182 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9183
9184         * text.C: fix bug 488. Not ideal, but getting
9185           getWord() to work properly for the insets that
9186           matter is more difficult ...
9187
9188 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9189
9190         * BufferView_pimpl.C:
9191         * LyXAction.C:
9192         * commandtags.h:
9193         * lyxfunc.C: remove the six million index lyxfuncs to just
9194           one, and DTRT (bug 458)
9195
9196 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9197
9198         * BufferView.h:
9199         * BufferView.C:
9200         * BufferView_pimpl.h:
9201         * BufferView_pimpl.C: clean up resize() stuff,
9202           and unnecessary updateScreen()s
9203
9204 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9205
9206         * BufferView.h:
9207         * BufferView.C:
9208         * BufferView_pimpl.h:
9209         * BufferView_pimpl.C:
9210         * lyxfind.h:
9211         * lyxfind.C:
9212         * minibuffer.C: remove focus management of workarea,
9213           not needed. Use screen's greyOut()
9214
9215 2002-06-17  Herbert Voss  <voss@lyx.org>
9216
9217         * converter.C: (convert) do not post a message, when converting
9218         fails, let the calling function decide what to do in this case
9219
9220 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9221
9222         * lyxfunc.C: tidy up a little
9223
9224 2002-06-16    <alstrup@diku.dk>
9225
9226         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9227         Got rid of FORMS_H_LOCATION include. Now we are
9228         GUII.
9229
9230 2002-06-15  LyX Development team  <lyx@rilke>
9231
9232         * buffer.[Ch] (sgmlOpenTag):
9233         (sgmlCloseTag): Added support for avoiding pernicious mixed
9234         content. Return number of lines written.
9235
9236         (makeLinuxDocFile):
9237         (makeDocBookFile): Fixed calls to sgml*Tag.
9238         Simple white space clean.
9239
9240         (simpleDocBookOnePar): Simple white space clean.
9241
9242         * tabular.[Ch] (docBook): Renamed to docbook and got another
9243         argument to related with the pernicious mixed content.
9244
9245         (docbookRow): Fixed calls for docbook inset method.
9246
9247 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9248
9249         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9250         so it's X11 independent.
9251
9252         * kb*.[Ch]: ditto.
9253
9254         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9255
9256 2002-06-15  Lyx Development team  <lyx@electronia>
9257
9258         * intl.h: Renamed getTrans to getTransManager.
9259
9260 2002-06-14  Angus Leeming  <leeming@lyx.org>
9261
9262         * Makefile.am: nuke forgotten stl_string_fwd.h.
9263
9264 2002-06-12  Angus Leeming  <leeming@lyx.org>
9265
9266         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9267
9268 2002-06-13  Angus Leeming  <leeming@lyx.org>
9269
9270         * LaTeX.C:
9271         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9272
9273 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9274
9275         * kbmap.C (getiso): add support for cyrillic and greek
9276
9277 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9278
9279         * BufferView.h:
9280         * BufferView.C:
9281         * BufferView_pimpl.h:
9282         * BufferView_pimpl.C: move bogus scrolling logic
9283           to xforms
9284
9285 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9286
9287         * lyxfunc.C:
9288         * BufferView_pimpl.C: view->resize() change
9289
9290 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9291
9292         * BufferView_pimpl.C: topCursorVisible
9293           prototype change
9294
9295 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9296
9297         * Makefile.am:
9298         * lyx_gui.h:
9299         * lyx_gui.C: move to frontends/
9300
9301         * main.C:
9302         * lyx_main.h:
9303         * lyx_main.C: changes from above
9304
9305 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9306
9307         * intl.C:
9308         * intl.h:
9309         * kbmap.C:
9310         * kbsequence.C:
9311         * lyx_cb.C:
9312         * lyx_main.C: minor tidy
9313
9314 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9315
9316         * BufferView_pimpl.h:
9317         * BufferView_pimpl.C:
9318         * BufferView.h:
9319         * BufferView.C: make painter() const,
9320           remove dead code
9321
9322         * BufferView2.C: use screen() accessor
9323
9324         * lyx_main.h:
9325         * lyx_main.C: some minor cleanup
9326
9327 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9328
9329         * BufferView_pimpl.h:
9330         * BufferView_pimpl.C: remove enter/leaveView,
9331           use workHeight()
9332
9333 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9334
9335         * BufferView.h:
9336         * BufferView.C:
9337         * BufferView2.C:
9338         * BufferView_pimpl.h:
9339         * BufferView_pimpl.C: only construct screen once,
9340           rename
9341
9342         * lyxrc.C: remove pointless comment
9343
9344 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9345
9346         * BufferView.h:
9347         * BufferView.C: remove active() and belowMouse()
9348
9349         * BufferView_pimpl.h:
9350         * BufferView_pimpl.C: use workarea() not workarea_,
9351           and make it use a scoped_ptr instead
9352
9353 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9354
9355         * lyx_gui.C: add debug message on BadWindow
9356
9357 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9358
9359         * sp_spell.C: fdopen is not part of the C++ standard.
9360
9361         * paragraph.C (InsetIterator): use >= instead of ==
9362
9363 2002-06-07  Angus Leeming  <leeming@lyx.org>
9364
9365         Fixes needed to compile with Compaq cxx 6.5.
9366         * BufferView_pimpl.C:
9367         * DepTable.C:
9368         * buffer.C:
9369         * converter.C:
9370         * encoding.C:
9371         * lyx_gui.C:
9372         * lyx_main.C:
9373         * lyxtextclasslist.C:
9374         * minibuffer.C:
9375         * sp_spell.C:
9376         * tabular_funcs.C:
9377         * vc-backend.C:
9378         all c-library variables have been moved into namespace std. Wrap
9379         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9380
9381         * lyxlength.C:
9382         * tabular-old.C:
9383         * tabular.C:
9384         Add a using std::abs declaration.
9385
9386         * kbmap.h (modifier_pair):
9387         * paragraph.h (InsetTable, InsetList):
9388         * lyxfont.h (FontBits):
9389         type definition made public.
9390
9391         * bufferlist.C (emergencyWriteAll): the compiler complains that
9392         there is more than one possible lyx::class_fun template to choose from.
9393         I re-named the void specialisation as lyx::void_class_fun.
9394
9395         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9396
9397         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9398         the compiler is is unable to find tostr in write_attribute.
9399
9400 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9401
9402         * buffer.C (sgmlError): hide #warning
9403
9404 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9405
9406         * xtl/*: get rid of xtl, which is not in use anyway
9407
9408         * LyXAction.C (init):
9409         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9410         were unimplemented xtl experimentation
9411
9412 2002-06-04  André Pönitz <poenitz@gmx.net>
9413
9414         * lyxfunc.C: disable array operation on simple formulae
9415
9416 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9417
9418         * converter.C: constify a bit
9419
9420 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9421
9422         * lyx_gui.C: check xforms version correctly
9423
9424 2002-04-30  Herbert Voss  <voss@lyx.org>
9425
9426         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9427         "keep" option
9428
9429 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9430
9431         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9432           attempt to register it with a VCS)
9433
9434 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9435
9436         * lyx_main.C (init): honor variables LYX_DIR_13x and
9437         LYX_USERDIR_13x
9438
9439 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9440
9441         * buffer.h:
9442         * buffer.C:
9443         * lyx_main.C: fix a crash on bad command line,
9444           and give a useful exit status on error
9445
9446         * lyxfunc.C (doImport): allow -i lyx to work
9447
9448 2002-03-30  André Pönitz <poenitz@gmx.net>
9449
9450         * lyxfunc.C: mathed font changes
9451
9452 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9453
9454         * LaTeX.C:
9455         * importer.h:
9456         * importer.C:
9457         * lyx_sty.h:
9458         * lyx_sty.C:
9459         * lyxlex.C:
9460         * lyxrow.h:
9461         * lyxtext.h:
9462         * paragraph.h:
9463         * paragraph.C:
9464         * texrow.h:
9465         * texrow.C:
9466         * text.C:
9467         * trans_mgr.h: srcdocs, and some minor cleanups
9468
9469 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9470
9471         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9472         call getFont all the time)
9473
9474 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9475
9476         * switch from SigC signals to boost::signals
9477
9478 2002-05-29  André Pönitz <poenitz@gmx.net>
9479
9480         * paragraph_pimpl.C (getChar): don't call size() too often...
9481
9482 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9483
9484         * paragraph_pimpl.C (insertChar): do not try to update tables when
9485         appending (pos == size())
9486
9487         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9488         in order to reduce drastically the number of comparisons needed to
9489         parse a large document
9490
9491 2002-05-29  André Pönitz <poenitz@gmx.net>
9492
9493         * text.C:
9494         * text2.C:
9495         * lyxtextclass.C:
9496         * sp_pspell.h:
9497         * textclasslist.[Ch]:
9498         * sp_ispell.h: whitespace change
9499
9500 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9501
9502         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9503         lyxaction directly now.
9504
9505 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9506
9507         * trans.C:
9508         * lyxfont.C:
9509         * lyxvc.C: remove unused headers
9510
9511 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9512
9513         * Makefile.am:
9514         * buffer.h:
9515         * undostack.h:
9516         * undostack.C:
9517         * undo_funcs.h:
9518         * undo_funcs.C: some cleanups. Use shared_ptr
9519           and a template for the undo stacks.
9520
9521 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9522
9523         * BufferView_pimpl.h:
9524         * BufferView_pimpl.C:
9525         * kbmap.h:
9526         * kbmap.C:
9527         * kbsequence.h:
9528         * kbsequence.C:
9529         * lyxfunc.h:
9530         * lyxfunc.C:
9531         * text2.C: use key_state/mouse_state
9532
9533 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9534
9535         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9536         and LSubstring
9537
9538         * chset.C: change include order
9539         (loadFile): use boost regex and get rid of LRegex and LSubstring
9540
9541         * Makefile.am (BOOST_LIBS): new variable
9542         (lyx_LDADD): use it
9543
9544         * LaTeX.C: change include order.
9545         (scanAuxFile): use boost regex and get rid of LRegex and
9546         LSubstring
9547         (deplog): ditto
9548
9549 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9550
9551         * ColorHandler.h:
9552         * ColorHandler.C:
9553         * FontInfo.h:
9554         * FontInfo.C: moved to frontends/xforms/
9555
9556         * FontLoader.h:
9557         * FontLoader.C: moved into frontends for GUIIzation
9558
9559         * Makefile.am:
9560         * lyx_gui.C:
9561         * lyxfont.C:
9562         * lyxfunc.C: changes from above
9563
9564 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9565
9566         * LColor.C: remove spurious X include
9567
9568         * BufferView_pimpl.C:
9569         * Makefile.am:
9570         * font.h:
9571         * font.C:
9572         * text.C:
9573         * text2.C: move font metrics to frontends/
9574
9575 2002-05-24  Juergen Vigna  <jug@sad.it>
9576
9577         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9578         setting the undo_cursor.
9579
9580         * ParagraphParameters.h: include local includes first.
9581
9582 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9583
9584         * BufferView_pimpl.C:
9585         * BufferView_pimpl.h:
9586         * Makefile.am:
9587         * WorkArea.h:
9588         * WorkArea.C:
9589         * screen.C: move WorkArea into frontends/
9590
9591         * lyxscreen.h:
9592         * screen.C:
9593         * text.C:
9594         * BufferView.C:
9595         * BufferView2.C: move LyXScreen into frontends/
9596
9597         * lyxlookup.h:
9598         * lyxlookup.C:
9599         * lyx_gui.C: move lyxlookup into frontends/xforms/
9600
9601 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9602
9603         * BufferView2.C:
9604         * BufferView_pimpl.C:
9605         * FontLoader.C:
9606         * LyXView.h:
9607         * LyXView.C:
9608         * Makefile.am:
9609         * WorkArea.C:
9610         * XFormsView.h:
9611         * XFormsView.C:
9612         * buffer.C:
9613         * bufferlist.C:
9614         * bufferview_funcs.C:
9615         * converter.C:
9616         * importer.C:
9617         * lyx_cb.C:
9618         * lyx_gui.C:
9619         * lyx_main.C:
9620         * lyx_find.C:
9621         * lyxfunc.C:
9622         * lyxvc.C:
9623         * minibuffer.C:
9624         * text.C:
9625         * text2.C:
9626         * trans.C:
9627         * vc-backend.C: move LyX/XFormsView into frontends/
9628
9629 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9630
9631         * Makefile.am:
9632         * PainterBase.C:
9633         * PainterBase.h:
9634         * Painter.C:
9635         * Painter.h:
9636         * WorkArea.C:
9637         * WorkArea.h:
9638         * screen.C:
9639         * tabular.C:
9640         * text.C:
9641         * text2.C: move Painter to frontends/
9642
9643 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9644
9645         * buffer.C: comment out some some code that depend upon lyx_format
9646         < 220
9647
9648         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9649         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9650
9651         * buffer.h (NO_COMPABILITY): turn off compability
9652
9653         * ColorHandler.C: include scoped_array.hpp
9654
9655         * font.C: Use more specific smart_ptr header.
9656         * Painter.C: ditto
9657         * gettext.C: ditto
9658         * ShareContainer.h: ditto
9659         * lyx_main.h: ditto
9660         * kbmap.h: ditto
9661         * FontInfo.h: ditto
9662         * BufferView_pimpl.h: ditto
9663         * ColorHandler.h: ditto
9664
9665         * kbmap.C (defkey): change call to shared_ptr::reset
9666
9667 2002-05-21  Juergen Vigna  <jug@sad.it>
9668
9669         * buffer.C (insertErtContents): fix to insert ert asis if it is
9670         non empty. Skip it completely if it contains only whitespaces.
9671
9672 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9673
9674         * BufferView_pimpl.C:
9675         * BufferView2.C: clear selection on paste (bug 393)
9676
9677 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9678
9679         * DepTable.C: include ctime
9680
9681 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9682
9683         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9684
9685 2002-05-14  Juergen Vigna  <jug@sad.it>
9686
9687         * text.C (breakParagraph): fixed function to honor the keepempty
9688         layout in the right maner and also to permit the right breaking
9689         algorithm on empty or non empyt keepempty paragraphs.
9690
9691         * paragraph.C (breakParagraph): we have to check also if the par
9692         is really empty (!size()) for isempty otherwise we do the wrong
9693         paragraph break.
9694
9695 2002-05-10  Juergen Vigna  <jug@sad.it>
9696
9697         * buffer.[Ch] : The following are only changes to the ert
9698         compatibility read reading old LaTeX layout and font stuff and
9699         convert it to ERTInsets.
9700
9701         * buffer.h: added isErtInset().
9702
9703         * buffer.C (struct ErtComp): add a fromlayout bool to check
9704         if we're inside a LaTeX layout.
9705         (isErtInset): new helper function.
9706         (insertErtContents): look for other ert insets before this one
9707         and insert the contents there, so that we don't have subsequent
9708         ERT insets with nothing between them. This way we create only one
9709         inset with multiple paragraphs. Also check if we don't insert only
9710         spaces ' ' as they are ignored anyway afterwards in the .tex file
9711         so if we have only spaces we will ignore this latex part in the
9712         new file.
9713         (parseSingleLyXformat2Token \\layout): better compatibility when
9714         reading layout-latex stuff.
9715         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9716         language tag.
9717         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9718         stuff after reading the inset only get the information back from
9719         the stack.
9720
9721 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9722
9723         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9724
9725         * LaTeXFeatures.C (getBabelOptions): New method.
9726
9727 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9728
9729         * BufferView_pimpl.C (Dispatch): work around missing argument for
9730         'layout'
9731
9732 2002-05-08  Juergen Vigna  <jug@sad.it>
9733
9734         * text.C (leftMargin): handle paragraph leftindent.
9735
9736         * paragraph.C (writeFile): write the new \\leftindent tag.
9737         (validate): handle leftindent code.
9738         (TeXEnvironment): handle paragraphleftindent code again.
9739
9740         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9741
9742         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9743         for paragrap_extra indent code and new token \\leftindent.
9744         (latexParagraphs): handle the leftindent as environment.
9745
9746         * ParameterStruct.h: added leftindent support.
9747
9748         * ParagraphParameters.C (leftIndent): added support functions for
9749         the paragraph left indent.
9750
9751         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9752         more appropriate.
9753
9754 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9755
9756         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9757         inside insetERT.
9758
9759         * text.C (computeBidiTables): No bidi in insetERT.
9760
9761         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9762         in RTL documents.
9763
9764 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9765
9766         * version.C.in: pre 5
9767
9768 2002-05-02  José Matos  <jamatos@fep.up.pt>
9769         * buffer.C (makeDocBookFile): white space changes, add newline to
9770         command styles.
9771         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9772
9773         * tabular.C (docBook): fix typo.
9774
9775 2002-05-03  Juergen Vigna  <jug@sad.it>
9776
9777         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9778         change in LyXText as we can not be sure it was not freed.
9779         (drawOneRow): remove unused code.
9780
9781         * text.C (drawInset): redo the calculation of the need_break_row as
9782         it could have a row which was already freed.
9783         (draw): look at the return value of drawInset and return false if
9784         it also returned false.
9785         (paintRowText): look at the return value of draw and return false if
9786         it also returned false.
9787
9788         * lyxtext.h: added bool return type to drawInset() and draw() so that
9789         if we have a change in the row so that the rowbreak has to be redone
9790         we abort drawing as it will be called again.
9791
9792 2002-05-02  Juergen Vigna  <jug@sad.it>
9793
9794         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9795         a change in the maintext also if we're inside an inset.
9796         (Dispatch): set the cursor again after a break line and after the
9797         screen has been updated as it could be we're in a different row.
9798
9799         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9800         to set the cursor behind the pargraph with > size().
9801         (setCursor): check also for the same paragraph when checking where
9802         to put the cursor if we have a NFR inset.
9803
9804         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9805         parts of layout read further up as it still was in the wrong
9806         position.
9807
9808 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9809
9810         * screen.C (drawFromTo): change sine fullRebreak always return
9811         true.
9812
9813         * buffer.C (parseSingleLyXformat2Token): reindent some
9814
9815         * BufferView_pimpl.C (update): change since fullRebreak always
9816         return true.
9817         (Dispatch): git rid of the last hardcoded "Standard"s.
9818
9819 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9820
9821         * text2.[Ch] (fullRebreak): make it return void now that we always
9822         returned true.
9823
9824 2002-04-30  Juergen Vigna  <jug@sad.it>
9825
9826         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9827         ert compatibility check for "latex" layout.
9828
9829 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9830
9831         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9832         minipages: use col% instead of p%, and also use the current font.
9833         (makeLaTeXFile): Fix use babel condition.
9834         (parseSingleLyXformat2Token): Correct font when reading old floats.
9835
9836 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9837
9838         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9839         inserting list of floats.
9840
9841 2002-04-25  Herbert Voss  <voss@lyx.org>
9842
9843         * MenuBackend.C (expand): don't add the graphics extensions to the
9844         export menu
9845
9846 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9847
9848         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9849         non-existing layout, do not complain if it was the default layout
9850         of the original class (bug #342)
9851
9852 2002-04-24  Juergen Vigna  <jug@sad.it>
9853
9854         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9855         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9856
9857 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9858
9859         * buffer.C (getBibkeyList): If using \bibliography, return the
9860         option field with the reference itself. Enables us to provide natbib
9861         support when using \bibliography.
9862
9863 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9864
9865         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9866
9867         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9868         natbib is provided by the LaTeX class.
9869
9870 2002-04-23  Juergen Vigna  <jug@sad.it>
9871
9872         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9873         Wakeup functions.
9874
9875         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9876
9877 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9878
9879         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9880
9881         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9882         ensuremath around textordmasculine, textordfeminine and
9883         textdegree.
9884
9885 2002-04-19  Juergen Vigna  <jug@sad.it>
9886
9887         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9888         reinitializing the buffer otherwise row-dimensions may be wrong.
9889         (update): reset also the selection cursors if they do exits otherwise
9890         their x/y positions may be wrong.
9891
9892         * text2.C (cursorDown): don't enter the inset if we came from a row
9893         above and are one row over the inset.
9894
9895         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9896         really leaving an inset.
9897
9898 2002-04-18  Juergen Vigna  <jug@sad.it>
9899
9900         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9901         of the selected paragraph does not have the selected layout also if
9902         the last one had!
9903
9904         * text2.C (setLayout): fixed bug which did not change last selected
9905         paragraph.
9906
9907         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9908         changed the read and substituted \\end_float with \\end_inset!
9909
9910         * BufferView_pimpl.C (cursorPrevious):
9911         (cursorNext): fixed to make it work with rows heigher than the work
9912         area without moving the cursor only the draw of the row.
9913         (workAreaMotionNotify): fix jumping over high rows.
9914
9915 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9916
9917         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9918         Ressler.
9919
9920 2002-04-16  Juergen Vigna  <jug@sad.it>
9921
9922         * text2.C (setCursor): set also the irow().
9923         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9924         (cursorUp):
9925         (cursorDown): support for locking an inset if the x_fix value goes
9926         inside it. That way I can transverse insets too with cursor up/down.
9927
9928         * lyxrow.h: added irow helper function same as other (i) functions.
9929
9930         * BufferView_pimpl.C (cursorPrevious):
9931         (cursorNext): fixed for insets!
9932
9933 2002-04-15  Juergen Vigna  <jug@sad.it>
9934
9935         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9936         position otherwise it is wrong in some cases.
9937
9938         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9939         inside the inset before the call.
9940
9941 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9942
9943         * buffer.[Ch] (getBibkeyList): make it const.
9944
9945 2002-04-12  Juergen Vigna  <jug@sad.it>
9946
9947         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9948
9949         * text2.C (getCursorX): new helper function
9950         (setCursor): compute also ix_
9951         (setCursorFromCoordinates): set also ix.
9952
9953         * lyxcursor.h: added ix_ and helper functions.
9954
9955         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9956
9957         * buffer.C (insertStringAsLines): dont break paragraph if the this
9958         paragraph is inside an inset which does not permit it!
9959
9960         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9961         also with no chars on this paragraph.
9962         (paintRowText): only paint stuff if it's inside the workarea!
9963
9964         * paragraph.C (breakParagraph): honor keepempty flag and break the
9965         paragraph always below not above.
9966
9967         * BufferView2.C (unlockInset): update the paragraph layout on inset
9968         unlock as we changed paragraph in such a case.
9969
9970         * lyxfind.C (LyXFind): clear the former selection if not found!
9971
9972         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9973         again called in insertChar().
9974
9975         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9976         an inset which uses the whole row!
9977         (rightMargin): ditto.
9978         (insertChar): force a rebreak if we inserted an inset!
9979
9980 2002-03-28  Herbert Voss  <voss@lyx.org>
9981
9982         * lyxlength.[Ch]: add inBP() to get the right PS-point
9983         units (BigPoint). With inPixels we have rounding errors
9984
9985 2002-04-11  Juergen Vigna  <jug@sad.it>
9986
9987         * text2.C (setCursorFromCoordinates): set iy to the right value.
9988         (setCursor): add check if row->previous exists!
9989
9990         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9991         an old float_type as this was the case in the old code!
9992
9993         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9994
9995         * BufferView2.C (showLockedInsetCursor): use iy
9996         (fitLockedInsetCursor): ditto
9997
9998         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9999         locked insets as there we have the right value now.
10000
10001         * lyxcursor.C: added iy_ variable and iy functions to set to the
10002         baseline of cursor-y of the locked inset.
10003
10004         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10005         (setCursor): fixed for insets which need a full row.
10006
10007         * text.C (rowLastPrintable): don't ignore the last space when before
10008         an inset which needs a full row.
10009         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10010         as last character of a row when before a inset which needs a full row.
10011
10012 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10013
10014         * version.C.in: update date
10015
10016         * text2.C (fullRebreak): try to always return true and see what
10017         happens...
10018
10019 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10020
10021         * MenuBackend.C (expand): use Floating::listName
10022
10023         * FloatList.C (FloatList): add listName argument to the built-in
10024         floats
10025
10026         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10027         text associated with the float.
10028
10029 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10030
10031         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10032
10033 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10034
10035         * ShareContainer.h: add a couple of missing typenames.
10036
10037 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10038
10039         * lyxrc.C (getDescription): use _() correctly rather than N_().
10040
10041 2002-03-28  Herbert Voss  <voss@lyx.org>
10042
10043         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10044         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10045
10046 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10047
10048         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10049         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10050
10051 2002-03-29  Juergen Vigna  <jug@sad.it>
10052
10053         * lyxfunc.C (dispatch): add a missing fitCursor call.
10054
10055         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10056         it was scrolled by a cursor move, so return the bool status.
10057
10058         * BufferView.C (fitCursor): return the bool flag also to the outside
10059         world as this is needed.
10060
10061         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10062
10063         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10064         call the edit() as it is not needed (and wrong) IMO.
10065         (workAreaButtonPress): set the screen_first variable before evt.
10066         unlock the inset as this may change screen_first and then we have
10067         a wrong y position for the click!
10068
10069 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10070
10071         * MenuBackend.C (expand): another translation that I missed
10072
10073 2002-03-28  Juergen Vigna  <jug@sad.it>
10074
10075         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10076
10077         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10078
10079 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10080
10081         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10082
10083         * MenuBackend.C (expand): fix export/view/update when there is no
10084         document open.
10085
10086 2002-03-27  Herbert Voss  <voss@lyx.org>
10087
10088         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10089         and text%
10090
10091 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10092
10093         * bufferview_funcs.C (currentState): only show paragraph number
10094         for is DEVEL_VERSION is set.
10095
10096         * lyxfunc.C (dispatch): put warning in INFO channel
10097
10098         * MenuBackend.C (expand): translate the name of floats
10099
10100         * FloatList.C (FloatList): mark the float names for translation
10101
10102         * converter.C (convert): use LibScriptSearch
10103
10104 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10105
10106         * MenuBackend.C (defaults): fix default menu (we might as well get
10107         rid of it...)
10108
10109 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10110
10111         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10112         directory.
10113
10114 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10115
10116         * lyxvc.C: reorder includes.
10117
10118 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10119
10120         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10121           properly
10122
10123 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10124
10125         * CutAndPaste.C: change layouts earlier on paste
10126           to avoid crashing when calling getFont()
10127
10128 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10129
10130         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10131         irritating #error.
10132
10133 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10134
10135         * WorkArea.C: remove 'Pending' debug message.
10136
10137         * most files: ws cleanup
10138
10139         * buffer.[Ch]: ws changes
10140
10141         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10142
10143 2002-03-21  Juergen Vigna  <jug@sad.it>
10144
10145         * tabular.C (SetMultiColumn): collapse also the contents of the
10146         cells and set the last border right. Added a Buffer const * param.
10147
10148 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10149
10150         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10151         linking or not.
10152
10153 2002-03-19  Juergen Vigna  <jug@sad.it>
10154
10155         * text2.C (clearSelection): reset also xsel_cache.
10156
10157         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10158         where it needs to be called (John tells us to do so too :)
10159         (selectionLost): reset sel_cache.
10160
10161         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10162
10163 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10164
10165         * text2.C (setCursorIntern): put debuging code in INSETS channel
10166
10167 2002-03-19  André Pönitz <poenitz@gmx.net>
10168
10169         * lyxfunc.C: tiny whitespace change
10170
10171 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10172
10173         * ToolbarDefaults.C (init):
10174         * LyXAction.C (init):
10175         * commandtags.h:
10176         * BufferView_pimpl.C (Dispatch):
10177         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10178
10179 2002-03-19  Allan Rae  <rae@lyx.org>
10180
10181         * exporter.C (Export): removeAutoInsets before doing anything else.
10182         While I've just introduced a dependency on BufferView this really is
10183         the best place to clean the buffer otherwise you need to cleanup in
10184         a dozen places before calling export or cleanup in a dozen functions
10185         that export calls.
10186
10187         * converter.C (runLaTeX):
10188         (scanLog): Better handling of removeAutoInsets and screen updates.
10189
10190         * lyxfunc.C (dispatch): small whitespace changes
10191
10192 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10193
10194         * WorkArea.C (C_WorkAreaEvent): return a value.
10195         (event_cb): return 1 if we handled the event, 0 otherwise.
10196
10197         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10198
10199 2002-03-18  Juergen Vigna  <jug@sad.it>
10200
10201         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10202         (GetAdditionalWidth): ditto.
10203         (RightLine): ditto.
10204         (LeftLine): ditto.
10205
10206         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10207         inset if we're there actually (probably not used right now but this
10208         is the direction to go for unifying code).
10209         (paste): disable code to clear the selection.
10210
10211         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10212         inside an InsetText and move the check further up as it is in the
10213         wrong place.
10214
10215         * text2.C (pasteSelection): set a selection over the pasted text.
10216
10217 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10218
10219         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10220         and libgraphics to build on Cygwin.
10221
10222 2002-03-15  Juergen Vigna  <jug@sad.it>
10223
10224         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10225         inserting an Inset into the paragraph. I know this is not the best
10226         fix but we already use current_view in CutAndPaste so we will remove
10227         all of it's using at the same time.
10228
10229         * buffer.C (sgmlError): deactivated function till it is rewritten in
10230         the right mode, now it can create problems.
10231
10232         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10233         before accessing it.
10234
10235 2002-03-14  Juergen Vigna  <jug@sad.it>
10236
10237         * undo_funcs.C (textHandleUndo): do the right thing when updating
10238         the inset after the undo/redo.
10239
10240         * text2.C (setCursor): just some testcode for #44 not ready yet.
10241
10242         * undo_funcs.C (textHandleUndo): set the next() and previous()
10243         pointers of the paragraph to 0 before deleting otherwise we have
10244         problems with the Paragraph::[destructor].
10245
10246         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10247         on a paragraph insertion.
10248
10249 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10250
10251         * buffer.C (asciiParagraph): use += operator for char append to
10252         string.
10253
10254         * paragraph.C (getFontSettings): compare >= not just >
10255         (highestFontInRange): ditto
10256         (setFont): ditto
10257
10258 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10259
10260         * paragraph.C: change several algorithm to be more appripriate for
10261         the problem domain. This is lookip in FontList and in the InsetList.
10262
10263 2002-03-13  André Pönitz <poenitz@gmx.net>
10264
10265         * commandtags.h:
10266         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10267
10268 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10269
10270         * commandtags.h:
10271         * LyXAction.C:
10272         * lyxfunc.C:
10273         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10274
10275 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10276
10277         * Painter.C (display): anon helper function, adjust code for this
10278         change.
10279         (pixmap): remove function.
10280
10281         * Painter.h: remove private display variable.
10282
10283         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10284
10285 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10286
10287         * WorkArea.[Ch]: remove figinset_canvas cruft.
10288
10289 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10290
10291         * lyxtextclass.C (operator): add one item cache optimization.
10292
10293         * bufferlist.h: doxy changes
10294
10295         * bufferlist.C: ws changes
10296
10297         * DepTable.[Ch] (ext_exist): place const in the right spot.
10298
10299         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10300         call resizeInsets.
10301         (workAreaExpose): call resizeInsets when the with BufferView changes.
10302         (Dispatch): adjust for protectedBlank removal
10303         (specialChar): call updateInset if the insert went ok.
10304
10305         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10306         specialChar instead.
10307
10308         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10309
10310         * BufferView.h: doxy change
10311
10312         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10313
10314         * lyxtextclass.C (operator[]): remove non-const version
10315         (defaultLayout): remove non-const version
10316
10317 2002-03-12  Juergen Vigna  <jug@sad.it>
10318
10319         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10320         did resize the LyXText too.
10321
10322         * buffer.C (readLyXformat2): set layout information on newly allocated
10323         paragraphs.
10324
10325         * tabular.C (OldFormatRead): set layout information on the paragraph.
10326
10327 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10328
10329         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10330
10331 2002-03-11  Juergen Vigna  <jug@sad.it>
10332
10333         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10334         plainly wrong.
10335         (resizeCurrentBuffer): force also the insets to resize themselfes.
10336         (moveCursorUpdate): fixed up for InsetText.
10337
10338 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10339
10340         * commandtags.h:
10341         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10342         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10343         value of Dialogs::tooltipsEnabled().
10344         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10345
10346 2002-03-08  Juergen Vigna  <jug@sad.it>
10347
10348         * BufferView_pimpl.C (updateInset): update inset inside inset also
10349         if it isn't inside theLockingInset().
10350
10351 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10352
10353         * buffer.C (asciiParagraph): redo some of the word and line length
10354         handling.
10355         (getLists): look for Caption instead of caption.
10356
10357 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10358
10359         * buffer.C (Buffer): initialize niceFile to true
10360         (makeLaTeXFile):
10361         (makeLinuxDocFile):
10362         (makeDocBookFile): make sure niceFile is true on exit
10363
10364 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10365
10366         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10367
10368 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10369
10370         * LyXSendto.C: remove.
10371         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10372         * lyx_gui.C: remove now-redundant comment.
10373         * ColorHandler.h: remove forward declaration of class WorkArea.
10374         * lyxfunc.C: remove #include "WorkArea.h".
10375
10376 2002-03-07  Juergen Vigna  <jug@sad.it>
10377
10378         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10379         got moved away with the DEPM and also set the inset_owner always
10380         right which before could have been omitted.
10381
10382 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10383
10384         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10385         wanted layout is not found.
10386
10387 2002-03-07  Juergen Vigna  <jug@sad.it>
10388
10389         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10390
10391 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10392
10393         * paragraph.C (breakParagraph): use default layout not layout of
10394         prev paragraph.
10395         (Paragraph): clear ParagraphParameters.
10396
10397 2002-03-06  Juergen Vigna  <jug@sad.it>
10398
10399         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10400         otherwise it would not be a valid lenght. Fixed a special case in
10401         the minipage compatibility read where we end the document with a
10402         minipage.
10403
10404         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10405         was set as it could be 0 for InsetTexts first entry.
10406
10407 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10408
10409         * paragraph.C (writeFile): if layout is empty write out
10410         defaultLayoutName().
10411
10412         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10413         file without named layout we set layout to defaultLayoutName().
10414
10415 2002-03-06  Juergen Vigna  <jug@sad.it>
10416
10417         * CutAndPaste.C (copySelection): set layout for new paragraph.
10418
10419         * text.C (prepareToPrint): leave ERT inset left aligned
10420         (leftMargin): don't indent paragraphs inside ERT insets
10421
10422 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10423
10424         * paragraph.C (breakParagraph): dont call clear do the work manually
10425
10426         * paragraph.[Ch] (clear): remove function
10427
10428 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10429
10430         * paragraph.C (Paragraph): dont call clear, the work has already
10431         been done.
10432
10433         * lyxtextclass.C (operator): assert if n is empty
10434
10435         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10436         work manually instead.
10437
10438 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10439
10440         * BufferView_pimpl.C: protect selectionLost against text == 0
10441
10442 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10443
10444         * text.C (breakParagraph): fix a setting layout to '0' problem.
10445
10446 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10447
10448         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10449         final location of file, for the included files, and graphics.
10450
10451 2002-03-05  Juergen Vigna  <jug@sad.it>
10452
10453         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10454
10455 2002-03-04  Juergen Vigna  <jug@sad.it>
10456
10457         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10458
10459         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10460         last column of multicolumn cells.
10461         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10462
10463 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10464
10465         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10466         file if it doesn't go to a temporary file.
10467
10468         * buffer.C (sgmlOpenTag):
10469         (sgmlCloseTag):  remove extra newline insertion.
10470
10471 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10472
10473         * text.C (getRowNearY): comment out debug msg
10474
10475 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10476
10477         * text2.C: first -> first_y
10478
10479         * text.C (getRowNearY): add some attemts at a possible
10480         optimization, not working.
10481
10482         * tabular.[Ch]: add BufferParams to several function so that newly
10483         created paragraph can be initialized to he default layotu for the
10484         buffers textclass.
10485
10486         * tabular-old.C (ReadOld): add buf->params to call of Init
10487
10488         * screen.C: rename text->first to text->first_y
10489
10490         * paragraph.C (breakParagraph): always set layout in the broken
10491         paragraph
10492
10493         * lyxtextclass.C (Read): remove lowercase
10494         (hasLayout): ditto
10495         (operator): ditto
10496         (delete_layout): ditto
10497
10498         * lyxtext.h: rename first -> first_y
10499
10500         * lyxlayout.C (Read): remove lowercase
10501         (name): ditto
10502         (setName): ditto
10503         (obsoleted_by): ditto
10504
10505         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10506
10507         * buffer.C (insertErtContents): add params are to InsetERT
10508         (parseSingleLyXformat2Token): add code to check if a paragraphs
10509         layout really exist.
10510         (parseSingleLyXformat2Token): add params to several inset
10511         constructors
10512         (asciiParagraph): remove lowercase, do the layout comparisons with
10513         no_case
10514
10515         * BufferView_pimpl.C (cursorNext): first -> first_y
10516         (resizeCurrentBuffer): first -> first_y
10517         (updateScrollbar): first -> first_y
10518         (scrollCB): first -> first_y
10519         (workAreaMotionNotify): first -> first_y
10520         (workAreaButtonPress): first -> first_y
10521         (checkInsetHit): first -> first_y
10522         (cursorPrevious): first -> first_y
10523         (cursorNext): first -> first_y
10524         (Dispatch): add buffer_->params to severl inset contructors
10525
10526 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10527
10528         * lyxlayout.C (Read): remove some debug info that I forgot.
10529
10530         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10531         clean up the code slightly.
10532         (makeLinuxDocFile): ditto
10533         (makeDocBookFile): ditto
10534
10535         * text2.C: layout as string
10536
10537         * text.C: layout as string
10538
10539         * paragraph_pimpl.C: layout as string
10540
10541         * paragraph.[Ch]: layout as string
10542
10543         * lyxtextclasslist.[Ch]: layout as string
10544
10545         * lyxtextclass.[Ch]: layout as string
10546
10547         * lyxtext.h: layout as string
10548
10549         * lyxlayout.[Ch]: layout as string
10550
10551         * lyx_cb.C: layout as string
10552
10553         * bufferview_funcs.C: layout as string
10554
10555         * bufferparams.C: layout as string
10556
10557         * buffer.C: layout as string
10558
10559         * LyXView.[Ch]: layout as string
10560
10561         * LaTeXFeatures.[Ch]: layout as string
10562
10563         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10564
10565         * BufferView_pimpl.C: change current_layout to string, remove
10566         lyx::layout_type.
10567         (Dispatch):
10568         (smartQuote):
10569         (insertInset):
10570         (workAreaButtonRelease): layout as string
10571
10572         * BufferView2.C (unlockInset): adjust
10573
10574         * vspace.C (asLatexCommand): use an explict temp variable.
10575
10576 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10577
10578         * Makefile.am: use FRONTEND_*
10579
10580 2002-03-01  Juergen Vigna  <jug@sad.it>
10581
10582         * tabular.C (SetWidthOfMulticolCell): changed to something better
10583         I hope but still work in progress.
10584         (recalculateMulticolumnsOfColumn): renamed function from
10585         recalculateMulticolCells as it is more appropriate now.
10586         (SetWidthOfCell): calculate multicols better.
10587
10588 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10589
10590         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10591
10592         * lyxfunc.C (processKeySym): print sequence also if it is
10593         `deleted' (complete)
10594
10595         * kbsequence.C (print): print sequence even if it is deleted
10596         (complete would be a better word, actually).
10597
10598         * lyxfunc.C (dispatch): print complete options after a prefix key
10599
10600         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10601
10602 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10603
10604         * text2.C (setCharFont): eliminate setCharFont code duplication.
10605
10606 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10607
10608         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10609         LFUN_TABULAR_FEATURE (bug #177)
10610
10611 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10612
10613         * Makefile.am: remove figure.h
10614
10615 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10616
10617         * Bufferview_pimpl.C:
10618         * CutAndPasteC:
10619         * LaTeX.C:
10620         * LyXSendto.C:
10621         * buffer.C:
10622         * bufferlist.C:
10623         * converter.C:
10624         * language.C:
10625         * lyxfunc.C:
10626         * lyxvc.C:
10627         * paragraph.C:
10628         * text.C:
10629         * text2.C: remove #include "lyx_gui_misc.h".
10630
10631         * LaTeX.C: added #include <cstdio>
10632
10633 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10634
10635         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10636         that the paragraph following this one can have.
10637
10638         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10639
10640         * vspace.C (asLatexCommand): fix bogus gcc warning
10641
10642         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10643
10644 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10645
10646         * text2.C (setLayout): get rid of redundant code
10647
10648 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10649
10650         * text2.C (incDepth): make sure depth cannot be increased beyond
10651         reasonable values.
10652
10653 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10654
10655         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10656         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10657
10658         * PainterBase.h (image):
10659         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10660         a LyXImage const *.
10661
10662 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10663
10664         * BufferView.C:
10665         * BufferView.h:
10666         * BufferView_pimpl.C:
10667         * BufferView_pimpl.h:
10668         * LaTeXFeatures.C:
10669         * LyXAction.C:
10670         * LyXView.C:
10671         * Makefile.am:
10672         * UpdateList.h:
10673         * UpdateList.C:
10674         * buffer.C:
10675         * figure.h:
10676         * figureForm.C:
10677         * figureForm.h:
10678         * figure_form.C:
10679         * figure_form.h:
10680         * lyx_cb.C:
10681         * lyx_gui.C:
10682         * lyx_gui_misc.C:
10683         * lyxfunc.C:
10684         * sp_base.h:
10685         * sp_ispell.h:
10686         * sp_pspell.h:
10687         * sp_spell.C: remove fig inset, and the crap house of
10688           cards that follows it
10689
10690 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10691
10692         * Makefile.am:
10693         * lyxserver.C:
10694         * os2_defines.h:
10695         * os2_errortable.h:
10696         * nt_defines.h: move .h into support/
10697
10698         * vms_defines.h: remove
10699
10700         * WorkArea.C: add space in debug output
10701
10702         * text2.C:
10703         * paragraph.C:
10704         * buffer.C: add WITH_WARNINGS
10705
10706         * vc-backend.h:
10707         * vc-backend.C:
10708         * bufferlist.C: s/retrive/retrieve/, add docs
10709
10710         * vspace.h:
10711         * vspace.C:
10712         * kbmap.h:
10713         * lyxlength.h:
10714         * lyxgluelength.h:
10715         * length_common.h:
10716         * chset.h:
10717         * chset.C: add docs
10718
10719         * lyxgui.C: add ID to X error handler
10720
10721         * lyxtestclass.c: fix typo
10722
10723 2002-02-26  Juergen Vigna  <jug@sad.it>
10724
10725         * tabular_funcs.C (write_attribute): changed so that some default
10726         attributes are not written at all.
10727         (getTokenValue): set default values before trying to read the
10728         value so we have the return value always set as default if we don't
10729         find the token we search for.
10730
10731         * tabular.C (Write): write bools as bools not as strings!
10732
10733 2002-02-22  Juergen Vigna  <jug@sad.it>
10734
10735         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10736         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10737
10738         * text.C (leftMargin): don't add an indent for paragraphs inside
10739         tabular cells (fix #208).
10740
10741 2002-02-21  José Matos  <jamatos@fep.up.pt>
10742
10743         * tabular.C (docBook): fixed support for long tables.
10744
10745 2002-02-20  Juergen Vigna  <jug@sad.it>
10746
10747         * text2.C (getFont): get the drawing font of the Inset if this
10748         paragraph is inside an inset (only important for InsetERT for now).
10749
10750         * buffer.C (insertErtContents): use new lanugage params in ERT
10751         constructor.
10752
10753         * CutAndPaste.C: commenting out seemingly uneeded code.
10754
10755 2002-02-19  Allan Rae  <rae@lyx.org>
10756
10757         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10758         Iterators might be simple to use but they also get invalidated.
10759         (removeAutoInsets): renamed saved cursor tracking variables and added
10760         some comments to clarify what everything does.
10761
10762 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10763
10764         * Chktex.C:
10765         * LaTeX.C:
10766         * LyXSendto.C:
10767         * converter.C:
10768         * lyx_cb.C:
10769         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10770         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10771
10772         * lyxfunc.C:
10773         * vc-backend.h: remove #include "support/syscall.h"
10774
10775         * LaTeX.C:
10776         * LyXSendto.C:
10777         * converter.C: rearrange #includes in Lars' approved fashion.
10778
10779         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10780         forward declare class Timeout in the header file.
10781
10782         * XFormsView.C: changes due to the above.
10783
10784         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10785         similar to LyXView.
10786
10787         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10788         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10789
10790 2002-02-18  José Matos  <jamatos@fep.up.pt>
10791
10792         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10793         insets contents.
10794
10795 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10796
10797         * a lot of small ws changes
10798         * add a lot of using std::XXX
10799         * use std construcs some places where approp.
10800         * use some exisint stuff from lyxfunctional where approp.
10801         * Make file changes to use partial linking (lets test this now...)
10802
10803 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10804
10805         * Chktex.C:
10806         * buffer.C:
10807         remove #include "support/syscontr.h" as it's redundant. Always has been.
10808
10809         * Chktex.C:
10810         * LaTeX.C:
10811         * LyXSendto.C:
10812         * converter.C:
10813         * lyx_cb.C:
10814         * vc-backend.C:
10815         change Systemcalls::System to Systemcalls::Wait and
10816         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10817         No change of functionality, just reflects the stripped down Systemcalls
10818         class.
10819
10820 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10821
10822         * debug.[Ch]: add a GRAPHICS type to the enum.
10823
10824 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10825
10826         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10827
10828         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10829         there is an inset.
10830
10831 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10832
10833         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10834         match the changes below.
10835
10836         * text2.C (toggleInset): if there is not editable inset at cursor
10837         position, try to see if cursor is _inside_ a collapsable inset
10838         and close it.
10839
10840 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10841
10842         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10843         document menu has a nice checkbox
10844
10845 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10846
10847         * lyxlength.C (asLatexString): change PW to output as percent of
10848         \textwidth.
10849
10850         * lengthcommon.C: change '%' to 't%'
10851
10852         * lyxfunc.C (dispatch): a few comments from Martin
10853
10854 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10855
10856         * WorkArea.h:
10857         * WorkArea.C:
10858         * BufferView_pimpl.h:
10859         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10860           the X selection.
10861
10862 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10863
10864         * vspace.C (inPixels): fix compiler warning
10865
10866 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10867
10868         * lyxfunc.C (getStatus): fix status message for disabled commands.
10869
10870 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10871
10872         * BufferView_pimpl.C: fix crash on close buffer
10873         during selection (#227)
10874
10875 2002-01-27  Herbert Voss  <voss@lyx.org>
10876
10877         * buffer.C: link old Figure to new graphic inset
10878
10879 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10880
10881         * FontLoader.C (getFontinfo): Change the latex font names in order
10882         to match the names of type1inst.
10883
10884 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10885
10886         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10887
10888         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10889         (extchanged): ditto
10890         (ext_exist): ditto
10891         (remove_files_with_extension): ditto
10892         (remove_file): ditto
10893         (write): ditto
10894
10895         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10896         document is smaller than the work area height. Do not initialize
10897         static variables to 0.
10898
10899 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10900
10901         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10902
10903         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10904         LFUN_LAYOUT_PARAGRAPHS.
10905
10906         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10907         tabular. It is possible to provide a possible cell, which will
10908         typically be the actcell from the corresponding insettabular
10909
10910         * lyxfunc.C (getStatus): small cleanup; disable
10911         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10912         true
10913
10914 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10915
10916         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10917
10918         * paragraph.C (startTeXParParams):
10919         (endTeXParParams): new methods. The LaTeX code to
10920         start/end paragraph formatting
10921         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10922         empty (fixes bug #200)
10923
10924         * vspace.C (inPixels): adapt to the change below
10925         (inPixels): [later] more cleanups (remove unused variables)
10926
10927         * lyxlength.C (inPixels): change to use a width and a height as
10928         parameter.
10929
10930 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10931
10932         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10933         Replaced with \paperwidth
10934
10935         * DepTable.C (insert): add std:: qualifier
10936
10937 2002-01-18  Allan Rae  <rae@lyx.org>
10938
10939         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10940         updated also?
10941
10942         * text.C (drawInset): Turned out I didn't know enough about how
10943         rebreaking worked.  This fixes most of the redraw problems.  I see
10944         an occasional cursor trail when a line is broken now and the cursor
10945         placement can seem out by a few pixels also after a rebreak.
10946
10947 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10948
10949         * buffer.C (parseSingleLyXformat2Token): update because minipage
10950         width is now a LyXLength
10951
10952         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10953
10954         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10955         math insets
10956
10957 2002-01-17  Juergen Vigna  <jug@sad.it>
10958
10959         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10960
10961         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10962         is set correctly and the inset is updated correctly.
10963
10964 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10965
10966         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10967         the beginning of the loop.
10968
10969 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10970
10971         * lyxrc.C: improve help for use_scalable_fonts
10972
10973 2002-01-17  Allan Rae  <rae@lyx.org>
10974
10975         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10976
10977 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10978
10979         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10980         make sure to set their inset_owner to the right value (bug #171)
10981
10982 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10983
10984         * DepTable.h
10985         * DepTable.C: Implement mtime checking to reduce time spent doing
10986         CRCs.
10987
10988 2002-01-16  Juergen Vigna  <jug@sad.it>
10989
10990         * tabular.C (GetAdditionalHeight): one of error fixed.
10991
10992         * lyxrc.C (output): small fix in writing use_pspell.
10993
10994 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10995
10996         * sp_base.h: #include LString.h
10997
10998 2002-01-16  Allan Rae  <rae@lyx.org>
10999
11000         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11001         Can someone check this please?
11002
11003         * text.C (drawInset): It was possible that p.row would be removed by
11004         breakAgainOneRow upsetting a few other settings.  There may be another
11005         small tweak possible by setting need_break_row = 0 when p.row has been
11006         removed but I don't know enough about the logic here.
11007
11008 2002-01-15  Allan Rae  <rae@lyx.org>
11009
11010         * text.C (insertChar): removed conditional truism.
11011
11012         * BufferView2.C (removeAutoInsets): More tweaks.
11013         cur_par_prev could be a stray pointer.  Check for trailing empty line
11014         in case last line was cur_par and only had an error inset on it.
11015
11016 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11017
11018         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11019         absolute
11020
11021         * vc-backend.C (most methods):
11022         * exporter.C (Export):
11023         * converter.C (convert):
11024         (runLaTeX):
11025         * LyXSendto.C (SendtoApplyCB):
11026         * lyxfunc.C (dispatch):
11027         (menuNew):
11028         (open):
11029         (doImport):
11030         * lyx_cb.C (AutoSave):
11031         (InsertAsciiFile):
11032         * BufferView_pimpl.C (MenuInsertLyXFile):
11033         * buffer.C (runChktex): use Buffer::filePath().
11034
11035         * buffer.h: rename filename to filename_; rename filepath to
11036         filepath_ and make it private
11037         (filePath): new method
11038
11039         * buffer.C (writeFile): use fileName()
11040         (getLatexName):
11041
11042         * lyx_main.C (init): fix starting  of LyX when the binary is a
11043         link from so,ewhere else.
11044
11045         * minibuffer.C: include <cctype> for isprint
11046
11047 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11048
11049         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11050         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11051         name clash with InsetCollapsable's width function.
11052
11053 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11054
11055         * lastfiles.C: include <iterator>
11056
11057 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11058
11059         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11060         std::count.
11061
11062         * buffer.C (makeLaTeXFile): ditto.
11063         Also make loop operation more transparent.
11064
11065 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11066
11067         * ToolbarDefaults.C: remove trailing comma closing namespace.
11068
11069         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11070
11071         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11072         as in WorkArea.
11073
11074         * trans.C (Load): comment out unused variable, allowed.
11075
11076 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11077
11078         * minibuffer.[Ch] (append_char): new method to recieve input from the
11079         drop-down completion browser. If a key was pressed, then recieve this
11080         char and append it to the existing string.
11081         (peek_event): modify the positioning data passed to the completion
11082         browser so that it can be placed above the minibuffer rather than below.
11083 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11084
11085         * LyXAction.C (init): alloe error-next for readonly documents.
11086
11087         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11088         count.
11089
11090 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11091
11092         * bufferlist.C (readFile): create the buffer _after_ checking that
11093         the file exists.
11094
11095         * lyxfunc.C (verboseDispatch): fix handling of arguments
11096
11097         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11098
11099         * lyxrc.C: use string::erase() instead of initializing to "".
11100
11101
11102 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11103
11104         * BufferView_pimpl.h:
11105         * BufferView_pimpl.C:
11106         * WorkArea.h:
11107         * WorkArea.C:
11108         * text2.C: tell X when we have made a selection for copying
11109
11110 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11111
11112         * BufferView_pimpl.C (MenuInsertLyXFile):
11113         * lyxfunc.C (menuNew):
11114         (open):
11115         (doImport): add shortcuts to directory buttons
11116
11117         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11118         open a float)
11119
11120         * lyxfunc.C (setStatusMessage):
11121         (getStatusMessage): new methods
11122         (getStatus):use setStatusMessage instead of setErrorMessage
11123         (dispatch): when function is disabled, set error message here
11124         [instead of in getStatus previously]
11125
11126         * BufferView_pimpl.C (workAreaButtonRelease): update
11127         toolbar/menubar here too.
11128
11129 2002-01-13  Allan Rae  <rae@lyx.org>
11130
11131         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11132         Now seems indestructible.  Remaining task is to audit all other
11133         code affected by deleteEmptyParagraphMechanism.  One small quirk
11134         left is that an empty document with an error in the preamble can
11135         be made to report an error but no error box appears.  I don't know
11136         where it goes.
11137         (removeAutoInsets): Improved comments.
11138
11139 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11140
11141         * Thesaurus.h:
11142         * Thesaurus.C: update for Aiksaurus 0.14
11143
11144 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11145
11146         * text2.C (firstParagraph): removed member function, all uses
11147         replaces with ownerParagraph
11148         (redoParagraphs): here
11149         (updateInset): here
11150         (toggleAppendix): here
11151         * BufferView2.C (insertErrors): here
11152         (setCursorFromRow): here
11153
11154 2002-01-13  Allan Rae  <rae@lyx.org>
11155
11156         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11157         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11158         There is still a way to segfault this although you may have to do this
11159         multiple times: Have an InsetERT with an unknown command in it.
11160         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11161         <down-arrow>, <Enter> again, View->DVI, BANG!
11162
11163         * text2.C (setCursor):
11164         (deleteEmptyParagraphMechanism):
11165         * lyxtext.h (setCursor):
11166         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11167         Making use of the return value may help fix other bugs.
11168
11169 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11170
11171         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11172
11173         * LyXView.C (updateMenubar): call MenuBar::update here
11174         (updateToolbar): but not here
11175         (showState): do not update toolbar/menubar
11176
11177         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11178         should need to care about that.
11179
11180         * lyxfunc.C (verboseDispatch): simplify a bit
11181         (getStatus): have a version which takes a pseudoaction, and
11182         another which requires a (kb_action,string).
11183
11184         * LyXAction.C (retrieveActionArg): make it work also when action
11185         is not a pseudo-action.
11186         (getActionName): simplify a bit
11187         (helpText):
11188
11189 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11190
11191         * lyxfunc.C (verboseDispatch): new families of methods with
11192         several ways to specify a command and a bool to indicate whether
11193         the command name and shortcut should be displayed in minibuffer
11194         (eventually, we could extend that to a finer bitmask like
11195         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11196         (dispatch): the pristine dispatch command which just, well,
11197         dispatchs! Note it still sets its result to minibuffer; I'm not
11198         sure we want that.
11199
11200         * lyxfunc.h: remove setHintMessage
11201
11202         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11203
11204 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11205
11206         * BufferView_pimpl.C (specialChar): delete new inset if we have
11207         not been able to insert it.
11208
11209         * kbmap.C: revert to using int instead of kb_action, since all we
11210         are dealing with is pseudo-actions.
11211
11212         * LyXAction.C (searchActionArg): change to return int instead of
11213         kb_action, since the result is a pseudoaction.
11214
11215 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11216
11217         * buffer.C (insertErtContents): Fix (partially) the font bug.
11218
11219 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11220
11221         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11222         as the other one is broken on my machine!
11223
11224 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11225
11226         * commandtags.h:
11227         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11228
11229 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11230
11231         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11232         reflect their actual use. Provide compatibility code for older lyxrc
11233         files.
11234
11235         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11236         FL_NORMAL_STYLE.
11237         change names of popup font variables in line with the changes to lyxrc.C
11238
11239 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11240
11241         * buffer.C (asciiParagraph): avoid outputing a word twice after
11242         an inset.
11243
11244         * lyxrc.C (getDescription): document that document_path and
11245         template_path can be empty.
11246
11247 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11248
11249         * LaTeXFeatures.C (getMacros):
11250         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11251
11252         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11253
11254         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11255         getPackages.
11256         (getPackages): rename feature "floats" to "float". Use an array to
11257         iterate over 'simple' features (i.e. just a \usepackage). Add
11258         handling of "amsmath" (renamed from "amsstyle").
11259
11260 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11261
11262         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11263         features list.
11264
11265 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11266
11267         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11268         FuncStaus::FuncStatus & FuncStaus::some_method().
11269
11270 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11271
11272         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11273         of the func_satus stuff. Edited and massaged in various ways by
11274         JMarc.
11275
11276         * lyxfunc.C (getStatus): use FuncStatus
11277
11278 2002-01-08  Juergen Vigna  <jug@sad.it>
11279
11280         * text.C (nextBreakPoint): use function Inset::isChar().
11281
11282         * paragraph.C (TeXOnePar): use function
11283         Inset::forceDefaultParagraphs.
11284
11285         * buffer.C (latexParagraphs): use function
11286         Inset::forceDefaultParagraphs.
11287
11288 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11289
11290         * lyx_gui.C (init): set the style of the menu popups to
11291         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11292
11293 2002-01-07  Juergen Vigna  <jug@sad.it>
11294
11295         * text.C (setHeightOfRow): small fix
11296         (prepareToPrint): don't look at alignment if we don't have the place
11297         for doing it.
11298
11299 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11300
11301         * box.C: New file. Move the Box methods and functions out of box.h,
11302         following Lars' suggestion.
11303
11304 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11305
11306         * box.h: #include "support/LOstream.h", needed for inlined function.
11307
11308         * lyxtextclass.C:
11309         * lyxtextclasslist.C: added some using std declarations.
11310
11311 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11312
11313         * box.h: make signed dimensions to allow insets wider than
11314           the screen (bug #162)
11315
11316         * BufferView_pimpl.C: add some insetHit debug
11317
11318 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11319
11320         * vc-backend.C: add FIXME
11321
11322 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11323
11324         * lyxfunc.C (getStatus): enable code for showing math font status
11325         in toolbar/menu.
11326
11327 2002-01-07  Juergen Vigna  <jug@sad.it>
11328
11329         * text.C (nextBreakPoint): removed debug output not needed anymore.
11330
11331 2002-01-06  Juergen Vigna  <jug@sad.it>
11332
11333         * text.C (nextBreakPoint): fixed up this function we had this bug
11334         since ever but now hopefully we break row better.
11335         (insertChar): we have to check if an inset is the next char as it
11336         could now happen that a large inset is causing a break.
11337
11338 2002-01-05  Juergen Vigna  <jug@sad.it>
11339
11340         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11341         if it doesn't like to be drawed.
11342
11343 2002-01-04  Juergen Vigna  <jug@sad.it>
11344
11345         * BufferView2.C (lockInset): forgot to set a cursor.
11346
11347         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11348
11349 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11350
11351         * FormMathsPanel.C:
11352         * FormMathsPanel.h
11353         * MathsSymbols.C:
11354         * form_maths_panel.C:
11355         * form_maths_panel.h:
11356         * form_maths_panel.fd: implemented sub- and super- buttons in math
11357         panel.
11358
11359         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11360         (or ^ space) to be used as in TeX (req'd by André).
11361
11362         * lyxfunc.C: Allow ^ and _ again to be used both as
11363         super/subscript (mathed) and as themselves (in text).
11364
11365 2002-01-03  Allan Rae  <rae@lyx.org>
11366
11367         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11368         "LyX" or the filename of the current buffer if it has one.  This is a
11369         modified form of John Levon's patch.
11370
11371         * XFormsView.C (setWindowTitle): also set icon title.
11372
11373         * LyXView.h (setWindowTitle): signature changed.
11374         * XFormsView.h (setWindowTitle): ditto.
11375
11376 2002-01-02  Juergen Vigna  <jug@sad.it>
11377
11378         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11379
11380 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11381
11382         * screen.C (topCursorVisible): introduce a temp var for
11383         text->cursor.row(), handle the case where this row is null. (kindo
11384         hachish)
11385
11386         * text2.C (setCursor): add a couple of asserts.
11387
11388         * paragraph.h (inset_iterator): add -> operator
11389
11390         * paragraph.[Ch] (autoDeleteInsets): remove member function
11391
11392         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11393         cursor pos correctly and handle inset deletion by itself.
11394         (insertErrors): move iterator declaration out of for expression
11395
11396         * lyxtextclass.C: add <algorithm>
11397
11398         * Makefile.am: added the new files to sources, removed layout.C
11399
11400         * layout.C: removed file
11401
11402         * layout.h: remove LYX_DUMMY_LAYOUT
11403
11404         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11405         layout.
11406
11407         * lyxlayout.[Ch]:
11408         * lyxtextclass.[Ch]:
11409         * lyxtextclasslist.[Ch]: new files
11410
11411         * include order changes to a lot of files, also changes because of
11412         the six new files.
11413
11414 2001-12-27  Juergen Vigna  <jug@sad.it>
11415
11416         * buffer.C (asciiParagraph): more fixes.
11417
11418         * tabular.C (ascii): make ascii export support export of only the
11419         data separated by a column-delimiter.
11420         (ascii): better support for ascii export.
11421
11422         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11423
11424 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11425
11426         * tabular_funcs.C: use a "using std::getline" instead of the
11427         previous fix from Angus (necessary for cxx + lyxstring)
11428
11429 2001-12-24  Juergen Vigna  <jug@sad.it>
11430
11431         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11432
11433         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11434         problems. First check a minipage also if we have some ert-contents
11435         (not only on par->size(), second set the right depth of the paragraph
11436         on the relink to the root-paragraph-list!
11437
11438         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11439         which then did not anymore update the main paragraphs on undo/redo!
11440
11441 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11442
11443         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11444         code. Support all font-changing funcs (even those which are not in
11445         menu currently). Support for reporting font settings in
11446         mathed (disabled until Andre provides a function on mathed's side).
11447
11448         * func_status.h (toggle): small helper function to set toggle
11449         state on a flag.
11450
11451 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11452
11453         * tabular_funcs.C: getline -> std::getline
11454
11455 2001-12-21  Juergen Vigna  <jug@sad.it>
11456
11457         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11458         accessed and could be 0 (I couldn't generate this but it seems
11459         Michael could!).
11460
11461 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11462
11463         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11464         * tabular_funcs.h: here and include iosfwd
11465
11466 2001-12-20  Juergen Vigna  <jug@sad.it>
11467
11468         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11469         inside inset but undo_par was.
11470
11471 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11472
11473         * Thesaurus.C: always include <config.h> in sources.
11474
11475         * Painter.h:
11476         * lyxlookup.h:
11477         * box.h: do not include <config.h> in header files
11478
11479         * text.C (paintLastRow): remove unused variable
11480
11481         * text.C (transformChar):
11482         (insertChar):
11483         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11484
11485         * Painter.C (text):
11486         * font.C (width): rewrite to use uppercase() instead of
11487         islower/toupper.
11488
11489         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11490
11491 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11492
11493         * lyxfind.C: clean up of find failure position change
11494
11495 2001-12-20  Juergen Vigna  <jug@sad.it>
11496
11497         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11498
11499         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11500         (TeXRow): added to LaTeX a single tabular row.
11501         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11502         (Latex): simplified and finally good LT-h/f support.
11503         (various_functions): just small adaptions for LT-h/f support.
11504
11505         * tabular_funcs.[hC]: added and moved here all not classfunctions
11506         of LyXTabular.
11507
11508 2001-12-19  Juergen Vigna  <jug@sad.it>
11509
11510         * tabular.[Ch]: better support for longtabular options (not finished
11511         yet!)
11512
11513 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11514
11515         * text.C (paintLastRow): use the label font instead of the font of
11516         the last character to compute the size of *_BOX. This makes more
11517         sense and avoids a crash with empty paragraphs.
11518         Use Painter::rectangle to draw EMPTY_BOX.
11519
11520 2001-12-19  Juergen Vigna  <jug@sad.it>
11521
11522         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11523         the paragraphs if the replaced paragraph is not the first one!
11524         Tried to delete not used paragraphs but does not work yet so for
11525         now it's inside #ifdef's and by default off!
11526
11527 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11528
11529         * MenuBackend.C: include "lyx_main.h" instead of declaring
11530         lastfiles (actually was declared as LastFiles* instead of a
11531         scoped_ptr).
11532
11533 2001-12-17  Juergen Vigna  <jug@sad.it>
11534
11535         * tabular.C (AppendColumn): applied John's fix
11536
11537 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11538
11539         * BufferView.h:
11540         * BufferView.C:
11541         * BufferView_pimpl.h:
11542         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11543
11544         * Makefile.am:
11545         * box.h: new start of class for above
11546
11547         * lyxfunc.C: ignore space-only minibuffer dispatches.
11548           Show the command name when it doesn't exist
11549
11550         * minibuffer.C: don't add empty lines to the history
11551
11552         * minibuffer.C: add a space on dropdown completion
11553
11554 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11555
11556         * text.C: fix line above/below drawing in insets
11557
11558 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11559
11560         * lyxlength.C (LyXLength): Initialize private variables.
11561
11562 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11563
11564         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11565         when inserting error insets.
11566
11567 2001-12-13  Juergen Vigna  <jug@sad.it>
11568
11569         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11570         actually sometimes the before-paragraph.
11571         (setUndo): don't clear the redostack if we're not actually undoing!
11572
11573 2001-12-06  Juergen Vigna  <jug@sad.it>
11574
11575         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11576         and fixed redoing of main paragraph, so we can use it now ;)
11577
11578         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11579
11580 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11581
11582         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11583         Juergen's request
11584
11585 2001-12-13  André Pönitz <poenitz@gmx.net>
11586
11587         * undostack.[Ch]:
11588         * undo_func.C: minor cleanup
11589
11590 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11591
11592         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11593         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11594         font in urw-fonts package which is marked as -urw-fontspecific and
11595         does not work (incidentally, changing the encoding in the
11596         fonts.dir of this package to -adobe-fontspecific fixes the
11597         problem).
11598
11599         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11600         is a crash when undoing first paragraph (Juergen, please take a
11601         look). THis does not mean the undo fix is wrong, just that it
11602         uncovers problems.
11603
11604         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11605         the (Paragraph*) version when needed instead of duplicating the
11606         code.
11607
11608         * text.C (workWidth): use Inset::parOwner to find out where the
11609         inset has been inserted. This is a huge performance gain for large
11610         documents with lots of insets. If Inset::parOwner is not set, fall
11611         back on the brute force method
11612
11613         * paragraph_pimpl.C (insertInset):
11614         * paragraph.C (Paragraph):
11615         (cutIntoMinibuffer): set parOwner of insets when
11616         inserting/removing them
11617
11618         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11619
11620 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11621
11622         * commandtags.h:
11623         * LyXAction.C:
11624         * lyx_main.C:
11625         * lyxfunc.C:
11626         * mathed/formulabase.C:
11627         * mathed/math_cursor.[Ch]:
11628         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11629
11630
11631 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11632
11633         * lyxlength.[Ch] (operator!=): new function
11634
11635 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11636
11637         * text.C (workWidth): use Inset::parOwner to find out where the
11638         inset has been inserted. This is a huge performance gain for large
11639         documents with lots of insets. If Inset::parOwner is not set, fall
11640         back on the brute force method
11641
11642         * paragraph_pimpl.C (insertInset):
11643         * paragraph.C (Paragraph):
11644         (cutIntoMinibuffer): set parOwner of insets when
11645         inserting/removing them
11646
11647         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11648
11649 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11650
11651         * tabular-old.C (getTokenValue):
11652         * tabular.C (getTokenValue):
11653         (write_attribute): new versions for LyXLength
11654         (everywhere): adjust the use of widths
11655
11656         * tabular.h: change the type of widths from string to LyXLength
11657
11658 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11659
11660         * paragraph.C: fixed missing line number count when exporting
11661         Environments to LaTeX file
11662
11663         * buffer.C: added informational message for checking line numbers.
11664
11665 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11666
11667         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11668         paragraph, do the 'double space' part, but not the 'empty
11669         paragraph' one.
11670
11671         * text.C (workWidth): small optimization
11672         (getLengthMarkerHeight): use minimal size for negative lengths.
11673
11674 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11675
11676         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11677
11678         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11679
11680 2001-12-11  André Pönitz <poenitz@gmx.net>
11681
11682         * FontLoader.C:
11683         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11684
11685 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11686
11687         * text2.C: keep selection on a setFont()
11688
11689 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11690
11691         * lyx_cb.C: another bv->text misuse, from insert label
11692
11693 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11694
11695         * kbsequence.h:
11696         * kbsequence.C: re-instate nmodifier mask
11697
11698 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11699
11700         * lyx_main.h: make lyxGUI private.
11701
11702 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11703
11704         * lyxfind.C: place the cursor correctly on failed search
11705
11706 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11707
11708         * text.C (getLengthMarkerHeight): for small heights, the arrows
11709         are not always on top/bottom of the text
11710         (drawLengthMarker): smaller arrows; take the left margin in
11711         account; draw also vfills.
11712         (paintFirstRow):
11713         (paintLastRow): remove special code for vfill and standard spaces,
11714         since everything is handled in drawLengthMarker now.
11715
11716 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11717
11718         * buffer.C (insertErtContents): try to handle font and language
11719         interaction a bit better.g
11720
11721         * ColorHandler.C (updateColor): change the hash to cover the whole
11722         LColor enum, ws cleanup
11723         (getGCLinepars): ditto
11724         (getGCLinepars): only lookup in the linecache once.
11725
11726 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11727
11728         * iterators.C (operator++): Make the iterator more robust
11729
11730         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11731         (John's patch)
11732         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11733
11734 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11735
11736         * lyxtext.h:
11737         * text.C: better added space drawing
11738
11739 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11740
11741         * LyXView.C:
11742         * BufferView2.C: fix layout combo update on inset unlock
11743
11744 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11745
11746         * Makefile.am: don't compile unused files
11747
11748 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * lyxfunc.C:
11751         * commandtags.h:
11752         * LyXAction.C: remove old LFUN_LAYOUTNO
11753
11754 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11755
11756         * paragraph_pimpl.h:
11757         * paragraph_pimpl.C: isTextAt() doesn't need font param
11758
11759 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11760
11761         * lyxlex.h:
11762         * lyxlex.C: little cleanup
11763
11764 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11765
11766         * BufferView_pimpl.C: fix insertAscii for insets
11767
11768 2001-12-05  Juergen Vigna  <jug@sad.it>
11769
11770         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11771         set the right font on the "multi" paragraph paste!
11772
11773 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11774
11775         * trans_decl.h:
11776         * trans_mgr.[Ch]:
11777         * trans.[Ch]:
11778         * lyxgluelength.C:
11779         * lyxlength.C: remove out-commented code.
11780
11781         * BufferView_pimpl:
11782         * CutAndPaste.C:
11783         * DepTable.C:
11784         * buffer.C:
11785         * chset.C:
11786         * lastfiles.C:
11787         * lyxlex.C:
11788         * lyxlex_pimpl.C:
11789         * lyxserver.C:
11790         * screen.C:
11791         * tabular-old.C:
11792         * tabular.C:
11793         * text.C:
11794         * trans_mgr.C:
11795         * vc-backend.C: change "while(" to "while ("
11796
11797         * lyxlength.[Ch]: add zero function to check if length is zero or
11798         not
11799         * lyxgluelength.C: use it
11800
11801 2001-12-05  Allan Rae  <rae@lyx.org>
11802
11803         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11804         Works for 2.95.3, from what I understand of Garst's reports this should
11805         work for other g++ versions.  We're screwed if the abs(int) definition
11806         changed between bugfix releases of gcc.
11807
11808 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11809
11810         * text.C: fix chapter label offset !
11811
11812 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11813
11814         * lyxtext.h:
11815         * text.C: fix hfill at end of line, clean up
11816
11817 2001-12-04  Juergen Vigna  <jug@sad.it>
11818
11819         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11820         that we force an update of the inset and it's owners if neccessary.
11821
11822 2001-12-03  Juergen Vigna  <jug@sad.it>
11823
11824         * text.C (rowLast): simplified code
11825
11826 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11827
11828         * lyxfunc.C: fix show options on timeout
11829
11830 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11831
11832         * screen.C (topCursorVisible): scroll half a page when the cursor
11833         reached top of bottom of screen
11834
11835 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11836
11837         * minibuffer.C: deactivate on loss of focus
11838
11839 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11840
11841         * vspace.[Ch] (operator!=): add operator.
11842
11843 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11844
11845         * BufferView_pimpl.C: refuse to open an inset when
11846         there's a selection.
11847
11848 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11849
11850         * BufferView_pimpl.C: allow to click on RHS of full row insets
11851
11852 2001-11-30  Juergen Vigna  <jug@sad.it>
11853
11854         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11855         insets for undo reasons.
11856
11857 2001-11-28  André Pönitz <poenitz@gmx.net>
11858
11859         * vspace.[Ch]: cosmetical changes
11860
11861 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11862
11863         * LyXAction.h:
11864         * LyXAction.C:
11865         * lyxfunc.h:
11866         * lyxfunc.C:
11867         * kbmap.h:
11868         * kbmap.C:
11869         * lyxrc.C:
11870         * kbsequence.h:
11871         * kbsequence.C: part re-write of old kb code
11872
11873         * Painter.C:
11874         * WorkArea.C: remove Lgb_bug_find_hack
11875
11876 2001-11-30  José Matos <jamatos@fep.up.pt>
11877
11878         * buffer.C (makeDocBookFile): add a comment to point a hack.
11879         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11880         Fixed a double write of labels.
11881
11882 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11883
11884         * LaTeX.C:
11885         * LaTeX.h Fixed bug in LaTeX class where it would not
11886         re-run latex if no depfiles were changed, but the .dvi was removed.
11887
11888 2001-11-28  André Pönitz <poenitz@gmx.net>
11889
11890         * all the files from the change on 2001/11/26:
11891         use lyx::layout_type instead of LyXTextClass::size_type
11892         use lyx::textclass_type instead of LyXTextClassList::size_type
11893
11894 2001-11-29  Juergen Vigna  <jug@sad.it>
11895
11896         * text.C: added support for paragraph::isFreeSpacing()
11897
11898         * buffer.C: same as above
11899
11900         * paragraph.h: inserted isFreeSpacing() function to enable
11901         FreeSpacing inside InsetERT.
11902
11903         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11904         of the paragraph's in the cut/copy buffer to 0!
11905
11906         * text2.C (removeRow): remove the assert as it can!
11907
11908         * lyxtext.h: added helper function firstRow returning firstrow and
11909         made firstrow private again.
11910
11911         * BufferView2.C (lockInset): don't relock if we're already locked!
11912
11913         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11914         the only paragraph.
11915         (removeRow): added Assert::(firstrow)
11916
11917         * debug.C: forgot to add INSETTEXT here.
11918
11919 2001-11-28  Juergen Vigna  <jug@sad.it>
11920
11921         * sp_spell.C (initialize): changed error text to more general
11922         spellchecker command use (not only ispell!)
11923
11924         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11925
11926         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11927
11928 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11929
11930         * vspace.C: initialise lyxgluelength on failure
11931
11932 2001-11-28  Allan Rae  <rae@lyx.org>
11933
11934         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11935         declaration & definition that looks like a function declaration.
11936
11937 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11938
11939         * BufferView2.C (copy):
11940         (copyEnvironment): do not clear the selection when doing a copy.
11941
11942         * text.C (paintFirstRow): compilation fix
11943
11944 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11945
11946         * tabular.C (Latex): correct line count when writing latex.
11947
11948 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11949
11950         * paragraph_pimpl.h:
11951         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11952           bug a bit
11953
11954 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11955
11956         * text.C:
11957         * LColor.h:
11958         * LColor.C: change vfillline->added_space
11959
11960         * text.C: add markers and text for added space
11961
11962         * vspace.C: fix comment
11963
11964 2001-11-28  André Pönitz <poenitz@gmx.net>
11965
11966         * paragraph.C: whitespace changes
11967         * all the other files from the change on 2001/11/26:
11968         change *::pos_type into lyx::pos_type
11969
11970 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11971
11972         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11973         language of the document when inserting error insets.
11974
11975 2001-11-26  André Pönitz <poenitz@gmx.net>
11976
11977         * BufferView_pimpl.[Ch]:
11978         *       CutAndPaste.C:
11979         * buffer.[Ch]:
11980         * lyxcursor.[Ch]:
11981         * lyxfind.C:
11982         * lyxfunc.C:
11983         * lyxrow.[Ch]:
11984         * paragraph.[Ch]:
11985         * paragraph_pimpl.[Ch]:
11986         * sp_spell.C:
11987         * text.C:
11988         * text2.C: reduce header dependencies, introduce type for positions
11989
11990 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11991
11992         * <various>: change to use Alert.h
11993
11994 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11995
11996         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11997         when encountering an unknown token.
11998         (readLyXformat2): Show an error message if there were unknown tokens.
11999
12000 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12001
12002         * BufferView2.C:
12003         * BufferView_pimpl.C:
12004         * buffer.C:
12005         * paragraph.h:
12006         * text.C:
12007         * text2.C: use par->isInset()
12008
12009 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12010
12011         * paragraph_pimpl.h:
12012         * paragraph_pimpl.C: cleanup
12013
12014 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12015
12016         * text2.C (removeRow):
12017         * text.C (setHeightOfRow): remove useless (and costly) call to
12018         getRow.
12019
12020 2001-11-20  Allan Rae  <rae@lyx.org>
12021
12022         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12023         Now need Inset*::checkInsertChar() to return true for appropriate
12024         cases so that the characters in the minibuffer will actually be
12025         inserted.
12026
12027 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12028
12029         * text.C: change the order of the includes.
12030         (workWidth): initialize it at once.
12031         (workWidth): make maxw unsigned
12032         (setHeightOfRow): remove unused variable (inset)
12033         (selectSelectedWord): remove unused variable (inset)
12034         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12035
12036 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12037
12038         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12039         server is not running.
12040         (openConnection):
12041         (closeConnection): add debug info when server is disabled.
12042
12043         * ColorHandler.C (getGCForeground): send debug message to GUI
12044         channel.
12045
12046         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12047
12048         * kbmap.C (bind): modify because return conventions of
12049         kb_sequence::parse have changed.
12050
12051         * kbsequence.C (parse): only ignore spaces and not any stupid
12052         control character. This avoids tests like s[i] <= ' ', which are
12053         guaranteed to fail with 8bit characters and signed chars.
12054         Change return code to string::npos when there have been no error
12055         (0 was a bad idea when error is at first character)
12056
12057 2001-11-14  José Matos  <jamatos@fep.up.pt>
12058
12059         * buffer.h:
12060         * buffer.C (simpleDocBookOnePar): removed unused argument.
12061
12062 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12063
12064         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12065         insets which are part of a word. Paragraph::isLetter takes care of
12066         that now. Use Paragraph::isInset to identify insets.
12067         (selectSelectedWord): do not test for hyphenation break.
12068
12069         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12070         that protected spaces are considered as spaces.
12071
12072         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12073         Inset::isLetter.
12074
12075 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12076
12077         * lyxserver.h:
12078         * lyxserver.C: fix it. and small cleanup.
12079
12080 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12081
12082         * BufferView_pimpl.C: use inline helpers
12083
12084         * LaTeXFeatures.h:
12085         * LaTeXFeatures.C: fix typos
12086
12087         * Spacing.h:
12088         * Spacing.C: move spacing_string into class
12089
12090         * ToolbarDefaults.C: move stuff into namespace anon
12091
12092         * layout.h: update enum
12093
12094         * lyxfunc.C: use better debug
12095
12096         * minibuffer.h: fix typo
12097
12098         * debug.h:
12099         * debug.C:
12100         * WorkArea.C: add and use Debug::WORKAREA
12101
12102         * lyxtext.h:
12103         * text.C:
12104         * text2.C: code re-organisation, inline helpers
12105
12106 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12107
12108         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12109         std::vector.empty().
12110
12111 2001-11-09  Allan Rae  <rae@lyx.org>
12112
12113         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12114         '\n's after tables.  Tabular and ERT inset work now makes this no
12115         longer necessary.
12116
12117 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12118
12119         * minibuffer.h:
12120         * minibuffer.C: fix crash, improve drop-down completion
12121
12122 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12123
12124         * lyxserver.h:
12125         * lyxserver.C: invalidate fd's when doing endPipe()
12126
12127 2001-11-08  José Matos  <jamatos@fep.up.pt>
12128
12129         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12130         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12131
12132         * paragraph.h:
12133         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12134
12135 2001-11-07  José Matos  <jamatos@fep.up.pt>
12136
12137         * buffer.h:
12138         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12139         const qualifier.
12140
12141         * buffer.C (sgmlOpenTag):
12142         * buffer.C (sgmlCloseTag): removed debug info.
12143
12144         * buffer.h (sgmlOpenTag):
12145         * buffer.h (sgmlCloseTag): made public.
12146
12147 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12148
12149         * buffer.C (saveParamsAsDefaults):
12150         * lyx_cb.C (MenuLayoutSave): remove
12151
12152         * LyXAction.C (init):
12153         * commandtags.h:
12154         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12155
12156 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12157
12158         * buffer.C (setPaperStuff): removed from here...
12159
12160         * bufferparams.C (setPaperStuff): ... and moved there.
12161
12162 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12163
12164         * minibuffer.h:
12165         * minibuffer.C:
12166         * XFormsView.C: add support for drop-down completion
12167
12168 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12169
12170         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12171         commands.
12172
12173 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12174
12175         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12176         disabled.
12177
12178 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12179
12180         * lyx_main.C: change ref to known bugs
12181
12182 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12183
12184         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12185         to work around older babel problems.
12186
12187 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12188
12189         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12190
12191 2001-10-24  Juergen Vigna  <jug@sad.it>
12192
12193         * tabular-old.C (ReadOld): below variable changes reflected.
12194
12195         * tabular.[Ch]: added ltType struct for longtable header/footer
12196         defines and changed all instances where they are used. Added
12197         future support for double top/bottom rows.
12198
12199 2001-10-24  José Matos  <jamatos@fep.up.pt>
12200
12201         * buffer.h (docbookHandleCaption):
12202         * buffer.C (docbookHandleCaption): removed unused function.
12203         (makeDocBookFile): moved docbook supported version to v4.1.
12204
12205 2001-10-24  José Matos  <jamatos@fep.up.pt>
12206
12207         * tabular.h:
12208         * tabular.C (docbookRow): new function to export docbook code of a row.
12209         (DocBook): now honors the longtable flags.
12210
12211 2001-10-23  José Matos  <jamatos@fep.up.pt>
12212
12213         * LaTeXFeatures.h:
12214         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12215         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12216
12217         * buffer.C (makeLinuxDocFile):
12218         (makeDocBookFile): reworked the preamble, more clean, and with
12219         support for lyx defined entities. Changed the document declaration
12220         to be more XML friendly.
12221
12222         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12223         if we need to output XML that should be done with a filter.
12224
12225 2001-10-22  Juergen Vigna  <jug@sad.it>
12226
12227         * sp_pspell.h (class PSpell): add alive function needed in the
12228         controller to see if the spellchecker could be started.
12229
12230 2001-10-22  Juergen Vigna  <jug@sad.it>
12231
12232         * buffer.C (insertStringAsLines): modify the font for inserting
12233         chars in certain conditions by calling checkInsertChar(font).
12234
12235 2001-10-19  Juergen Vigna  <jug@sad.it>
12236
12237         * text.C (workWidth): use getRow instead of wrong algorithm.
12238         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12239
12240 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12241
12242         * lyxserver.h:
12243         * lyxserver.C:
12244         * lyx_main.h:
12245         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12246
12247 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12248
12249         * text.C (workWidth): do not search for the exact row when
12250         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12251         optimization for big documents.
12252
12253 2001-10-18  Juergen Vigna  <jug@sad.it>
12254
12255         * text.C (workWidth): new function with added Inset * parameter.
12256
12257 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12258
12259         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12260
12261         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12262         change return type of getColumnNearX.
12263
12264
12265         * text.C (changeRegionCase): use uppercase/lowercase instead of
12266         toupper/tolower.
12267         (leftMargin):
12268         (rightMargin): simplify code by factoring out the uses of
12269         textclasslist.
12270         (labelFill):
12271         (numberOfHfills):
12272         (setHeightOfRow):
12273         (appendParagraph): use Paragraph::size_type
12274
12275 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12276
12277         * vspace.C (asLatexString): add a missing break
12278
12279 2001-10-15  Herbert Voss  <voss@perce.de>
12280
12281         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12282
12283 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12284
12285         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12286         is not available.
12287
12288 2001-10-10  André Pönitz <poenitz@gmx.net>
12289
12290         * lyxfunc.C: removed greek_kb_flag.
12291
12292 2001-10-10  Herbert Voss  <voss@perce.de>
12293
12294         * lyx_main.C: delete global string help_lyxdir.
12295
12296 2001-10-09  Herbert Voss  <voss@perce.de>
12297
12298         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12299
12300         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12301
12302         * lyx_main.C: added global string help_lyxdir.
12303
12304         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12305
12306 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12307
12308         * lyxrc.C (set_font_norm_type): support iso8859-4
12309
12310 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12311
12312         * LaTeX.C (deplog): add another regex for MikTeX
12313
12314 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12315
12316         * lyxrc.C (set_font_norm_type): support iso8859-3
12317
12318 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12319
12320         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12321
12322         * LaTeXFeatures.C: remove special case of french and index
12323
12324         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12325         before \begin{document}). This solves several incompatibilities.
12326
12327 2001-10-03  Garst Reese  <reese@isn.net>
12328
12329         * lyx_cb.C: change CheckTex error msg.
12330
12331 2001-10-03  José Matos  <jamatos@fep.up.pt>
12332
12333         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12334
12335 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12336
12337         * .cvsignore: update
12338
12339         * lyx_main.C (commandLineVersionInfo): use new style version info.
12340
12341         * buffer.C (writeFile):
12342         (makeLaTeXFile):
12343         (makeLinuxDocFile):
12344         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12345
12346         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12347
12348         * version.h: update to use stuff in version.C
12349
12350         * version.C.in: new file. Contains version information determined
12351         at compile time. This is a merging of version.h and
12352         version_info.h.in.
12353
12354 2001-10-03  Juergen Vigna  <jug@sad.it>
12355
12356         * BufferView_pimpl.C (update): don't change "dirty" status in
12357         updateInset call.
12358
12359 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12360
12361         * WorkArea.C (c-tor): re-position version string slightly.
12362
12363 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12364
12365         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12366         revert to previous code.
12367
12368         WorkArea.[Ch]: (show, destroySplash): methods removed.
12369
12370         WorkArea.C: rework code so that it's an amalgam of the codes before and
12371         after the splash screen was moved to WorkArea.
12372
12373 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12374
12375         * lyxrc.C (read):
12376         * vspace.C (inPixels):
12377         (lyx_advance):
12378         * kbmap.C (bind):
12379         * buffer.C (insertStringAsLines):
12380         (asciiParagraph): fix types to be large enough
12381
12382         * lyxlex_pimpl.h: change member status from short to int
12383
12384         * layout.h: fix type of endlabeltype
12385
12386         * kbmap.C (bind):
12387         * kbsequence.C (parse): change return type to string::size_type
12388
12389         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12390         variable
12391
12392         * Bullet.C (bulletSize):
12393         (bulletEntry): do not use short ints as parameters
12394
12395         * BufferView2.C (insertLyXFile): change a char to an int.
12396
12397         * WorkArea.C (WorkArea): remove unneeded floats in computation
12398
12399 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12400
12401         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12402
12403         * paragraph.C (asString): Do not ignore newline/hfill chars when
12404         copying to the clipboard.
12405
12406 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12407
12408         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12409         after a multi-line inset.
12410
12411 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12412
12413         * paragraph.C (validate): Set NeedLyXFootnoteCode
12414
12415 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12416
12417         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12418         and decrease-error to decrease.
12419
12420 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12421
12422         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12423         it more readable (should be equivalent)
12424
12425 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12426
12427         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12428
12429 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12430
12431         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12432         of a cursor (row, etc.) after a character has been deleted
12433         (deleteEmptyParagraphMechanism): call the method above on _all_
12434         cursors held by the LyXText when a double space has been
12435         detected/deleted.
12436
12437 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12438
12439         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12440         pixmap.
12441         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12442
12443         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12444         background. Use greyOut() and the new show() methods to toggle between
12445         the foreground and background. Add code to remove the splash after
12446         its initial showing.
12447
12448         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12449         (create_forms): no longer call Dialogs::showSplash.
12450
12451 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12452
12453         * .cvsignore: add version_info.h
12454
12455 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12456
12457         * version_info.h.in: new file
12458
12459         * Makefile.am: add version_info.h.in
12460
12461         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12462         version_info.h instead of VERSION_INFO
12463
12464 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12465
12466         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12467         The ERT inset now returns string().
12468
12469 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12470
12471         * lyxtext.h, text.C (selectNextWord): renamed as
12472         selectNextWordToSpellcheck.
12473
12474         * text.C (selectNextWordToSpellcheck): Modified to not select
12475         words inside an ERT inset.
12476
12477 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12478
12479         * lyx_cb.C (MenuLayoutSave): change a bit the question
12480
12481         * sp_base.h: include <sys/types.h>
12482
12483 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12484
12485         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12486
12487 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12488
12489         * several files: fix typos in user-visible strings
12490
12491 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12492
12493         * text2.C (pasteSelection): do not set the selection, since it
12494         will be cleared later. Actually, the intent was to fix the way the
12495         selection was set, but I figured rmoving the code was just as good.
12496
12497 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12498
12499         * FontLoader.C (available): Check if font is available without
12500         loading the font.
12501
12502 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12503
12504         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12505
12506 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12507
12508         * lyxrc.[Ch]: added display_graphics variable and associated code.
12509
12510 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12511
12512         * bufferparams.C (hasClassDefaults): new method. Returns true if
12513         the buffer parameters correspond to known class defaults
12514
12515 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12516
12517         * XFormsView.C (show): set minimum size to the main window.
12518
12519 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12520
12521         * text2.C (copySelection):
12522         (cutSelection):
12523         * lyxfind.C (LyXReplace):
12524         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12525         LyXText::selectionAsString.
12526
12527         * paragraph.C (asString): add "label" argument to the second form
12528
12529         * text2.C (selectionAsString): add "label" argument and pass it to
12530         Paragraph::asString.
12531
12532 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12533
12534         * lyx_main.C (commandLineHelp): remove version information
12535
12536 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12537
12538         * lyx_main.C: add -version commandline option
12539
12540 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12541
12542         * paragraph.h: make the optional constructor arg required instead.
12543         some modifications to other files because of this.
12544
12545         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12546
12547         * lyxserver.C (C_LyXComm_callback): make it static
12548
12549         * lyx_main.C (error_handler): make it static
12550
12551         * lyx_gui.C (LyX_XErrHandler): make it static
12552
12553         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12554
12555         * WorkArea.C: make the extern "C" methods static.
12556
12557         * Makefile.am (lyx_LDADD): simplify
12558
12559 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12560
12561         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12562         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12563
12564         * LyXAction.C (init):
12565         * lyxfunc.C (dispatch): associated code removal.
12566
12567 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12568
12569         * lyxfont.h (isSymbolFont): shut off warning
12570
12571         * text.C (setHeightOfRow):
12572         (getVisibleRow): fix crash with empty paragraphs which have a
12573         bottom line
12574
12575 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12576
12577         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12578         code.
12579
12580 2001-09-04  José Matos  <jamatos@fep.up.pt>
12581         * buffer.C
12582         * buffer.h
12583         * tabular.C (docbook): rename docBook method to docbook.
12584
12585 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12586
12587         * Makefile.am: add dependencies to main.o.
12588
12589 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12590
12591         * FontLoader.C (available): Return false if !lyxrc.use_gui
12592
12593 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12594
12595         * FontInfo.C (query):
12596         * converter.C (view):
12597         * importer.C (Import):
12598         * exporter.C (Export): Can not -> cannot.
12599
12600 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12601
12602         * BufferView_pimpl.C: allow to create index inset even if
12603           string is empty
12604
12605 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12606
12607         * buffer.C (getLists): replace boost::tie code with an explicit pair
12608         as boost::tie can break some compilers.
12609
12610         * iterators.h: Added a std:: declaration to the return type of
12611         ParIterator::size.
12612
12613 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12614
12615         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12616           case.
12617
12618 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12619
12620         * iterators.[Ch]: New files. Provide paragraph iterators.
12621
12622         * buffer.C (changeLanguage): Use paragraph iterators.
12623         (isMultiLingual): ditto
12624
12625         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12626
12627 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12628
12629         * FontLoader.C: Support for cmr font.
12630
12631 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12632
12633         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12634         (available): New method.
12635
12636         * FontInfo.C (getFontname): Use scalable fonts even when
12637         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12638         found.
12639
12640 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12641
12642         * converter.C (Formats::view): reverted! Incorrect fix.
12643
12644 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12645
12646         * converter.C (Formats::view): only output the -paper option
12647         if the dvi viewer is xdvi, thereby fixing bug #233429.
12648
12649 2001-08-23  Herbert Voss  <voss@perce>
12650
12651         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12652
12653 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12654
12655         * Spacing.h (Spacing): Set space to Default on in the default
12656         constructor.
12657
12658 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12659
12660         * vc-backend.h (RCS::versionString): add RCS to version
12661         (CVS::versionString): add CVS to version
12662
12663         * vc-backend.C (scanMaster): do not add CVS to version.
12664         (scanMaster): do not add RCS to version
12665
12666         * lyxvc.C (versionString): new method
12667
12668         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12669
12670 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12671
12672         * Spacing.C (set): initialize fval
12673
12674 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12675
12676         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12677         " or \.
12678
12679 2001-08-16  Juergen Vigna  <jug@sad.it>
12680
12681         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12682
12683 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12684
12685         * BufferView_pimpl.C:
12686         * figureForm.C:
12687         * lyxtext.h:
12688         * text2.C: setParagraph takes linespacing now
12689
12690 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12691
12692         * LyxAction.C: add internal LFUN_CITATION_INSERT
12693
12694         * LyXView.C: actually apply fix
12695
12696         * bufferlist.C: fix open non-existent file
12697
12698         * lyxfind.C: fix indentation
12699
12700         * lyxfunc.C: remove unneeded assert, fix typo
12701
12702 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12703
12704         * MenuBackend.C: use "Floatname List"
12705
12706 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12707
12708         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12709         when converting LaTeX layout to insetERT.
12710         Generate a non-collapsed float when reading old float
12711
12712 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12713
12714         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12715         ERT insets.
12716
12717 2001-08-13  Juergen Vigna  <jug@sad.it>
12718
12719         * text.C (fill): return 0 instead of 20 as this seems to be the more
12720         correct value.
12721
12722 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12723
12724         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12725         lyxrc.font_norm.
12726
12727 2001-08-13  Juergen Vigna  <jug@sad.it>
12728
12729         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12730         casesensitive off.
12731         (SearchBackward): comment out the unlocking of the inset_owner this
12732         should not be needed!
12733
12734 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12735
12736         * Many files: Remove inherit_language, and add latex_language
12737
12738         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12739         collapsible insets.
12740
12741 2001-08-10  Juergen Vigna  <jug@sad.it>
12742
12743         * text.C (prepareToPrint): fixed hfill-width in draw!
12744
12745         * BufferView2.C (selectLastWord): save the selection cursor as this
12746         now is cleared in the function LyXText::clearSelection!
12747
12748 2001-08-08  Juergen Vigna  <jug@sad.it>
12749
12750         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12751         BACKSPACE type functions.
12752
12753         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12754         is only cutted from the document but not put in the cut-buffer, where
12755         still the old stuff should be.
12756
12757         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12758
12759         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12760
12761         * tabular.C (SetWidthOfCell): fixed special case where the width
12762         was not updated!
12763         (LeftLine): handle '|' in align_special.
12764         (RightLine): ditto
12765         (LeftAlreadyDrawed): ditto
12766         (SetWidthOfCell): ditto
12767
12768 2001-08-07  Juergen Vigna  <jug@sad.it>
12769
12770         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12771
12772 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12773
12774         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12775         * lyxlex.[hC]: ditto
12776
12777 2001-08-06  Juergen Vigna  <jug@sad.it>
12778
12779         * text.C (getVisibleRow): fix up row clearing a bit.
12780
12781 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12782
12783         * minibuffer.C: make sure the X server sees the changes in the input.
12784
12785 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12786
12787         * paragraph.C (getFont): split into...
12788         (getLabelFont): this
12789         (getLayoutFont): and this
12790         * paragraph_pimpl.C (realizeFont): calling this
12791
12792         * text2.C (getFont): split into...
12793         (getLayoutFont): this
12794         (getLabelFont): and this
12795         (realizeFont): all three calling this
12796
12797         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12798         files where used.
12799
12800 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12801
12802         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12803
12804 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12805
12806         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12807         layouts from the Quote inset insertion.
12808
12809 2001-08-03  Juergen Vigna  <jug@sad.it>
12810
12811         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12812
12813         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12814         only if status not is already CHANGED_IN_DRAW (second level).
12815
12816         * text.C (draw): don't set the need_break_row when inside an
12817         InsetText LyXText.
12818
12819 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12820
12821         * buffer.C (parseSingleLyXformat2Token): handle more latex
12822         conversion cases.
12823
12824         * bufferview_funcs.[hC]: change function names to
12825         begin with small char, adjust other files.
12826
12827 2001-08-02  André Pönitz <poenitz@gmx.net>
12828
12829         * lyxfunc.C:
12830         BufferView_pimpl.C: remove broken special code for math-greek
12831
12832 2001-08-02  Juergen Vigna  <jug@sad.it>
12833
12834         * BufferView_pimpl.C (update): redone this function so that we
12835         update the text again if there was a CHANGE_IN_DRAW.
12836
12837         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12838         (drawFromTo): added a new internal bool which is used by draw() and
12839         redraw() function.
12840         (general): some cursor drawing problems fixed.
12841
12842 2001-08-01  Juergen Vigna  <jug@sad.it>
12843
12844         * lyxfind.C (LyXFind): fixed
12845         (SearchForward): ditto
12846         (SearchBackward): ditto
12847
12848         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12849         spurius drawing of the cursor in the main area.
12850
12851         * text2.C (status): small fix which could lead to a segfault!
12852         (clearSelection): remove unneeded BufferView param.
12853
12854 2001-08-01  André Pönitz <poenitz@gmx.net>
12855
12856         * lyxfunc.C: small change due to changed mathed interface
12857
12858 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12859
12860         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12861
12862 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12863
12864         * lyxfunc.c: fail gracefully if file doesn't exist
12865
12866         * LyXSendto.C:
12867         * buffer.C:
12868         * lyxfunc.C:
12869         * BufferView_pimpl.C: IsDirWriteable() proto changed
12870
12871         * LyXView.C: fix updateWindowTitle() to store the last title
12872
12873 2001-07-31  Juergen Vigna  <jug@sad.it>
12874
12875         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12876         the font (wrong since using of Paragraph::highestFontInRange).
12877
12878         * paragraph.C (highestFontInRange): added a default_size parameter.
12879
12880         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12881         (setHeightOfRow): reformat
12882
12883 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12884
12885         * converter.[hC] + affected files: move to (inital-char)lowercase
12886         function names.
12887
12888         * ParagraphParameters.C (ParagraphParameters): remove commented code
12889
12890         * PainterBase.[Ch]: remove commented code
12891
12892         * LaTeXFeatures.h: add "bool floats" for float.sty
12893
12894         * LaTeXFeatures.C (LaTeXFeatures): init floats
12895         (require): handle float
12896         (getPackages): do it with floats
12897
12898 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12899
12900         * BufferView_pimpl.C (Dispatch): improve handling of
12901         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12902
12903         * commandtags.h: #include lyxfont.h here temporarily to avoid
12904         keybinding bug.
12905
12906         * bufferlist.h: include LString.h here.
12907
12908 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12909
12910         * text2.C (getStringToIndex): new method.
12911
12912 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12913
12914         * *: Reduced header file dependencies all over.
12915
12916 2001-07-30  Baruch Even  <baruch@lyx.org>
12917
12918         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12919
12920 2001-07-29  Baruch Even  <baruch@lyx.org>
12921
12922         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12923
12924 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12925
12926         * ParameterStruct.h (endif): add a default constructor to make
12927         sure that all variables is initialized.
12928
12929         * ParagraphParameters.C (ParagraphParameters): adjust
12930
12931 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12932
12933         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12934         index; also, check that there is something to index, and that it
12935         does not span over several paragraphs.
12936         (doubleClick): use WHOLE_WORD_STRICT for double click.
12937
12938         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12939
12940         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12941         scheme.
12942
12943 2001-07-26  Baruch Even  <baruch@lyx.org>
12944
12945         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12946         an InsetFig figure, backwards compatible reading of old figure code.
12947
12948 2001-07-27  Juergen Vigna  <jug@sad.it>
12949
12950         * text2.C: font.realize function adaption.
12951
12952         * text.C (draw): add a warnings lyxerr text if needed.
12953
12954         * layout.C: font.realize function adaption.
12955
12956         * language.C: add inherit_language and implement it's handlings
12957
12958         * bufferview_funcs.C (StyleReset): remove language parameter from
12959         font creation (should be language_inherit now).
12960
12961         * bufferparams.C (writeFile): handle ignore_language.
12962
12963         * paragraph.C (getFontSettings): the language has to be resolved
12964         otherwise we have problems in LyXFont!
12965
12966         * lyxfont.C (lyxWriteChanges): added document_language parameter
12967         (update): removed unneeded language parameter
12968
12969         * paragraph.C (validate): fixed wrong output of color-package when
12970         using interface colors for certain fonts in certain environments,
12971         which should not seen as that on the final output.
12972
12973 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12974
12975         * BufferView_pimpl.C:
12976         * Thesaurus.h:
12977         * Thesaurus.C:
12978         * Makefile.am:
12979         * commandtags.h:
12980         * LyXAction.C: add thesaurus support
12981
12982         * lyxfind.h:
12983         * lyxfind.C: add "once" parameter, for thesaurus, to not
12984           move to the next match
12985
12986 2001-07-26  Juergen Vigna  <jug@sad.it>
12987
12988         * lyxfont.C (realize): honor ignore_language too!
12989         (resolved): ditto.
12990
12991         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12992
12993         * text.C (draw): one place more for ignore_language to not draw
12994         itself!
12995
12996 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12997
12998         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12999
13000 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13001
13002         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13003         the minipage conversion problem.
13004
13005 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13006
13007         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13008         insert an inset.
13009
13010 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13011
13012         * BufferView.h: don't forward declare WorkArea
13013
13014         * BufferView.C: don't include WorkArea.h
13015
13016 2001-07-25  André Pönitz <poenitz@gmx.net>
13017
13018         * commandtags.h:
13019         * LyXAction.C:
13020         * lyxfunc.C:  new LFUN 'math-space'
13021
13022         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13023
13024 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13025
13026         * text2.C (toggleInset): call open/close
13027
13028 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13029
13030         * lyxfunc.C (dispatch): add debug for the disabled case
13031
13032         * font.C (buttonText): make similar to rectText
13033
13034         * buffer.C (readInset): comment out parsing of insetlist and
13035         insttheorem
13036
13037         * PainterBase.C (rectText): small correction
13038
13039         * BufferView_pimpl.C: comment out insettheorem and insetlist
13040         * LyXAction.C: ditto
13041         * commandtags.h: ditto
13042
13043 2001-07-24  Juergen Vigna  <jug@sad.it>
13044
13045         * text.C (draw): honor the ignore_language.
13046
13047         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13048
13049 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13050
13051         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13052         char inset.
13053
13054 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13055
13056         * lyxtext.h: remove unused (and unimplemented) methods
13057
13058 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13059
13060         * text.C (getVisibleRow): honor background color
13061
13062         * PainterBase.h:
13063         * Painter.h: remove default color argument for fillRectangle
13064
13065         * text.C (backgroundColor): new method
13066
13067 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13068
13069         * text.C (getVisibleRow): adjust
13070
13071         * font.[Ch] (rectText): new method, metrics
13072         (buttonText): new method, metrics
13073
13074         * PainterBase.[hC]: make rectText and buttonText always draw and take
13075         fewer paramteres.
13076
13077 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13078
13079         * ToolbarDefaults.C (read):
13080         * MenuBackend.C (read): allow escaping in all strings
13081
13082         * BufferView_pimpl.C (insertAndEditInset): new method.
13083         (Dispatch): use insertAndEditInset whenever appropriate.
13084
13085         * BufferView_pimpl.C (insertNote): removed
13086
13087         * BufferView_pimpl.C (smartQuote): new method, moved from
13088         BufferView; if an insetquote cannot be inserted, insert a '"'
13089         character instead.
13090
13091         * BufferView2.C: remove insertCorrectQuote();
13092
13093         * lyxfunc.C (getStatus): Add support for all remaingin
13094         inset-insert lfuns.
13095
13096         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13097
13098         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13099         command (necessary to pass " as parameter of self-insert.
13100
13101         * text.C (selectWordWhenUnderCursor):
13102         (selectWord): add word_location parameter
13103         (selectWordWhenUnderCursor): same + remove special code for word
13104         boundary.
13105         (selectNextWord): use kind() to guess type of insetspecialchar,
13106         not latex().
13107
13108         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13109         (insertErtContents): create ert insets as collapsed.
13110         (readInset): better compatibility code for Info inset.
13111
13112 2001-07-20  Juergen Vigna  <jug@sad.it>
13113
13114         * lyxfunc.C (dispatch): use always LyXFind now!
13115
13116         * text2.C (init): add a reinit flag so that the LyXText can be
13117         reinited instead of deleted and reallocated (used in InsetText).
13118
13119         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13120
13121         * text.C: ditto
13122
13123         * text2.C: ditto
13124
13125 2001-07-18  Juergen Vigna  <jug@sad.it>
13126
13127         * text.C (selectNextWord): handle insets inside inset by calling
13128         always the bv->text functions so that we can go up the_locking_inset!
13129
13130         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13131         in strange locations when inside an inset!
13132
13133         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13134         handling to include insets.
13135
13136         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13137
13138 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13139
13140         * LyXAction.C (init):
13141         * commandtags.h:
13142         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13143         LIGATURE_BREAK, since the name is so stupid.
13144
13145 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13146
13147         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13148         InsetInfos.
13149
13150         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13151
13152         * sp_form.[Ch]: remove.
13153
13154         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13155
13156         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13157         InsetInfo.
13158
13159         * src/buffer.C (readInset): ditto.
13160
13161 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13162
13163         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13164         menuSeparator(), endOfSentenceDot(), ldots() and
13165         hyphenationPoint(), which are therefore removed.
13166         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13167
13168         * LyXAction.C (init):
13169         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13170
13171         * paragraph.C (getWord): removed.
13172
13173         * BufferView_pimpl.C (Dispatch): use last word or selection for
13174         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13175
13176         * lyx_main.C (queryUserLyXDir): do not ask before creating
13177         user_dir, except if it has been named explicitely.
13178
13179 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13180
13181         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13182         a document of zero size.
13183
13184 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13185
13186         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13187         approriately in the c-tor and in require().
13188         (getPackages): output the appropriate LaTeX for natbib support.
13189
13190         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13191         variables "use_natbib" and "use_numerical_citations" when reading the
13192         LyX file.
13193         (readInset): read the various natbib cite commands.
13194         (validate): white-space change.
13195
13196         * bufferparams.[Ch]: new variables "bool use_natbib" and
13197         "bool use_numerical_citations".
13198         (writeFile): output them in the LyX file.
13199
13200 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13201
13202         * lyxfunc.C (getStatus): add support for all the inset insertion
13203         commands.
13204
13205         * text2.C (insertInset):
13206         * paragraph.C (insetAllowed):
13207         * BufferView_pimpl.C (insertInset): update to take in account the
13208         renaming of insertInsetAllowed
13209
13210         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13211
13212         * text2.C (getInset): new method. returns inset at cursor position.
13213
13214         * BufferView_pimpl.C (Dispatch): changes because of this.
13215
13216         * LyXAction.C (init): rename open-stuff to inset-toggle.
13217
13218         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13219
13220         * text2.C (toggleInset): renamed from openStuff; use
13221         Inset::open().
13222
13223 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13224
13225         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13226
13227         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13228
13229 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13230
13231         * buffer.C (readLyXformat2): Add filename to the error dialog
13232
13233 2001-07-18  Juergen Vigna  <jug@sad.it>
13234
13235         * tabular.C (GetCellNumber): put an assert here instead of the check!
13236
13237 2001-07-17  Juergen Vigna  <jug@sad.it>
13238
13239         * BufferView_pimpl.C (toggleSelection): adapted too.
13240
13241         * text.C (selectNextWord): adapted for use with insets.
13242         (selectSelectedWord): ditto
13243
13244 2001-07-17  Juergen Vigna  <jug@sad.it>
13245
13246         * sp_spell.C (PSpell): fix initialitation order.
13247
13248 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13249
13250         * paragraph.C: spacing
13251
13252 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13253
13254         * sp_spell.C: repair language selection for pspell
13255
13256 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13257
13258         * lyxfunc.h: change more methods to begin with lower char.
13259
13260 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13261
13262         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13263         for unknown layouts.
13264
13265 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13266
13267         * buffer.C (readLyXformat2): Generate an error dialog if there are
13268         unknown layouts.
13269
13270 2001-07-16  Juergen Vigna  <jug@sad.it>
13271
13272         * sp_spell.C: always compile ISpell part.
13273
13274         * lyxrc.C: added use_pspell entry and it's handling.
13275
13276 2001-07-13  Juergen Vigna  <jug@sad.it>
13277
13278         * sp_spell.C: removed double includes.
13279
13280 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13281
13282         Consistent use of Lsstream.h:
13283         * Lsstream.h: added using std::stringstream for consistencies sake.
13284
13285         * buffer.C: removed using std::stringstream
13286
13287         * lyxfont.C (stateText):
13288         * paragraph.C (asString):
13289         * text.C (selectNextWord, selectSelectedWord):
13290         * text2.C (setCounter):
13291         * vspace.C (asString, asLatexString):
13292         std::ostringstream -> ostringstream.
13293
13294 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13295
13296         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13297         * commandtags.h: add LFUN_HELP_ABOUTLYX
13298         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13299
13300 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13301
13302         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13303         cursorToggle()
13304         * lyx_gui_misc.C: remove spellchecker
13305         * lyxfunc.C: showSpellchecker
13306         * sp_base.h: added
13307         * sp_ispell.h: added
13308         * sp_pspell.h: added
13309         * sp_spell.C: added
13310         * sp_form.[Ch]: removed
13311         * spellchecker.[Ch]: removed
13312
13313 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13314
13315         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13316         is set.
13317         (simpleTeXSpecialChars): Simply print the input character without
13318         any special translation if pass_thru is set.
13319
13320         * layout.h: Added bool pass_thru to layout class for being able to
13321         implement pass through of a paragraph for Literate Programming.
13322
13323         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13324         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13325         * layout.C (Read): add "passthru" to list of layout tags and add
13326         code to set the pass_thru boolean when it is read.
13327
13328 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13329
13330         * trans_decl.h: remove allowed from KmodInfo
13331
13332         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13333         remove allowed code
13334         (Load): adjust
13335
13336         * paragraph_pimpl.C (erase): use boost::prior
13337
13338         * Painter.C (text): use data() instead of c_str() when length is
13339         also provided.
13340         * WorkArea.C (putClipboard): ditto
13341         * font.h (width): ditto
13342
13343         * BufferView2.C: use it-> instead of (*it). for iterators
13344         * texrow.C: ditto
13345         * paragraph_pimpl.C: ditto
13346         * paragraph.C: ditto
13347         * minibuffer.C: ditto
13348         * language.C: ditto
13349         * kbmap.C: ditto
13350         * encoding.C: ditto
13351         * counters.C: ditto
13352         * converter.C: ditto
13353         * chset.C: ditto
13354         * Variables.C: ditto
13355         * TextCache.C: ditto
13356         * MenuBackend.C: ditto
13357         * LyXAction.C: ditto
13358         * LColor.C: ditto
13359         * FloatList.C: ditto
13360         * DepTable.C: ditto
13361         * ColorHandler.C (LyXColorHandler): ditto
13362
13363 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13364
13365         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13366
13367         * text2.C (openStuff): reintroduce this method (which had been
13368         nuked in NEW_INSETS frenzy).
13369
13370         * lyxfunc.C (Dispatch): when an action has not been handled, use
13371         its name in the error message, not its number.
13372
13373         * paragraph.C (inInset): change method name to begin with lowercase.
13374
13375         * undo_funcs.C:
13376         * text2.C: updates because of this.
13377
13378 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13379
13380         * ToolbarDefaults.C (add): add spaces in error message
13381
13382 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13383
13384         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13385         (readLyXformat2): rename return_par to first_par, use lyxlex's
13386         pushToken and remove the manual push handling.
13387         (parseSingleLyXformat2Token): add another ert comp. variable:
13388         in_tabular, rename return_par to first_par. handle newlines better
13389
13390 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13391
13392         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13393
13394 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13395
13396         * text2.C (getParFromID): removed
13397
13398         * buffer.C (getParFromID): new method moved form lyxtext.
13399         * BufferView2.C (insertErrors): adjust
13400         (setCursorFromRow): adjust
13401         * BufferView_pimpl.C (restorePosition): adjust
13402         * lyxfunc.C (Dispatch): adjust
13403         * undo_funcs.C (textUndo): adjust
13404         (textRedo): adjust
13405         (textHandleUndo): adjust
13406         (textHandleUndo): adjust
13407
13408 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13409
13410         * buffer.C: up' the LYX_FORMAT
13411
13412         * lyxfont.h: turn NO_LATEX on as default
13413
13414         * buffer.C (insertErtContents): new methods of tex style compability.
13415         (parseSingleLyXformat2Token): use it several places.
13416         * tabular.C (OldFormatRead): and here
13417
13418 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13419
13420         * text2.C: remove some commented code.
13421         reindent file.
13422
13423         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13424         * trans.C: changes because of the above.
13425
13426 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13427
13428         * text2.C (setCounter): Fix counters bug with bibliography layout.
13429
13430 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13431
13432         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13433         own member functions
13434         (simpleTeXSpecialChars): ditto
13435
13436 2001-07-06  Juergen Vigna  <jug@sad.it>
13437
13438         * a lot of files: changed the access to LyXText::status and the
13439         call of undo-functions.
13440
13441         * undo.[Ch]: added a inset_id to the undo informations.
13442
13443         * undo_funcs.[Ch]: added and moved here all undo functions.
13444
13445         * lyxtext.h: give the status enum a weight, made status_ a private
13446         variable and made accessor functions for it, removed the whole bunch
13447         of undo-functions as they are now in their own file, make some
13448         functions publically available. Added function ownerParagraph with
13449         int parameter.
13450
13451         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13452         made InInset() a const function, added getParFromID() function.
13453
13454         * buffer.[Ch]: added const version for inset_iterator functions,
13455         added getInsetFromID() function.
13456
13457         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13458         changed undo functions for new version.
13459
13460 2001-07-05  Juergen Vigna  <jug@sad.it>
13461
13462         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13463         unknow mechanism does not call the proper constructor but only this
13464         one also if I request the other!?
13465
13466 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13467
13468         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13469
13470         * text2.C (LyXText): use initialization lists.
13471
13472         * lyxtext.h (Selection): initialize set_ and mark_
13473         (init): remove method
13474
13475 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13476
13477         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13478
13479 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13480
13481         * screen.[Ch]: change method names to begin with lowercase
13482
13483         * BufferView_pimpl.C (updateScrollbar): simplify further and
13484         hopefully make it a bit faster.
13485
13486 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13487
13488         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13489         calling directly xforms functions.
13490
13491         * Painter.C (Painter):
13492         * lyx_cb.C (MenuWrite):
13493         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13494         fl_display.
13495
13496         * lyx_gui.C: remove bogus guiruntime extern declaration.
13497
13498 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13499
13500         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13501         in NEW_INSETS
13502         (redoDrawingOfParagraph): ditto
13503         (redoParagraphs): ditto
13504         (cutSelection): don't create a object for CutAndPaste use the
13505         static method directly
13506         (pasteSelection): ditto
13507
13508         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13509         LyXview (+ rename)
13510
13511 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13512
13513         * modifications to some other files because of this.
13514
13515         * Makefile.am (lyx_SOURCES): add XFormsView
13516
13517         * XFormsView.[Ch]: new files
13518
13519         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13520         the main window. Move the gui dependent stuff to XFormsView
13521
13522 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13523
13524         * tabular.C (GetCellInset): update cur_cell also in the row/col
13525         version of this function.
13526
13527         * lyxfunc.C: no need to include figure_form.h here.
13528
13529         * FontLoader.h:
13530         * lyxfunc.h:
13531         * lyxscreen.h:
13532         * text2.C:
13533         * lyxvc.C: no need to include forms.h here.
13534
13535 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13536
13537         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13538
13539         * lyxfunc.C (Dispatch):
13540         * Spacing.C (set):
13541         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13542         constructor argument.
13543
13544 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13545
13546         * paragraph.C (Paragraph): dont't clear, and just set layout.
13547         (makeSameLayout): use params's copy contructor.
13548
13549         * ParagraphParameters.[Ch] (makeSame): delete method
13550
13551 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13552
13553         * Variables.[Ch]: fix indentation, rename set to isSet
13554
13555 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13556
13557         * lyxfunc.C (Dispatch): fix typo
13558
13559 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13560
13561         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13562         upper_bound.
13563
13564         * bufferlist.C: include assert.h for emergencyWrite().
13565
13566 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13567
13568         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13569           give up at last (bug #425202) !
13570
13571 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13572
13573         * lyx_gui_misc.C:
13574         * sp_form.h:
13575         * sp_form.C:
13576         * spellchecker.h:
13577         * spellchecker.C: strip spellchecker options and bring up
13578           preferences tab instead
13579
13580 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13581
13582         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13583         the istringstream constructor
13584
13585 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13586
13587         * paragraph.C (getLayout): fix return value
13588
13589         * paragraph.h: do not declare getLayout as inline.
13590
13591         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13592
13593 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13594
13595         * lyxcursor.h (operator<): new func
13596         (operator>): new func
13597         (operator>=): new func
13598         (operator<=): new func
13599
13600         * text.C (changeCase): use selection.start and selection.end
13601         (changeRegionCase): require from to be <= to. Require par to be a
13602         valid paragraph.
13603
13604         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13605
13606 2001-06-27  Juergen Vigna  <jug@sad.it>
13607
13608         * text.C (cursorLeftOneWord): changed to return the cursor and added
13609         overlay with BufferView * parameter which calls this one.
13610         (getWord): added
13611         (selectWord): use new getWord function.
13612         (changeCase): renamed from changeWordCase as and extended to work
13613         also on selections.
13614
13615         * lyxtext.h: added enum word_location
13616
13617         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13618         changeCase as this operates now also on selections.
13619
13620 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13621
13622         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13623
13624         * many files: send debug output to Debug::INFO instead of
13625         Debug::ANY.
13626
13627         * converter.C (View):
13628         (Convert):
13629         (Move): send debug output to Debug::FILES instead of console.
13630
13631 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13632
13633         * lyxfunc.C (getStatus): use func_status
13634
13635         * func_status.h: new header, describing the results of
13636         LyXFunc::getStatus;
13637
13638         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13639         LFUN_MATH_HALIGN.
13640
13641 2001-06-25  The LyX Project  <jug@sad.it>
13642
13643         * buffer.C (sgmlOpenTag):
13644         (sgmlCloseTag):
13645         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13646
13647 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13648
13649         * text2.C: remove some dead code
13650
13651         * tabular.C (GetCellInset): store the last cell checked (gotten)
13652
13653         * tabular.h: add the helper for the speedup
13654
13655         * lyxtext.h: remove some dead code
13656
13657 2001-06-26  The LyX Project  <Asger>
13658
13659         * paragraph.C: Change export to LaTeX of alignment to
13660         \begin{center} and family for better roundtrip work with reLyX.
13661
13662         * Tune the math drawing a bit.
13663
13664 2001-06-25  The LyX Project  <Asger>
13665
13666         * LColor.C (LColor): New color for math background. New color
13667         for buttons.
13668
13669 2001-06-25  The LyX Project  <jug@sad.it>
13670
13671         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13672
13673         * lyxfunc.C (Open):
13674         * bufferlist.C (newFile): do not restrict to files ending with
13675         .lyx
13676
13677         * BufferView_pimpl.C (MenuInsertLyXFile):
13678
13679 2001-06-24  The LyX Project  <jug@sad.it>
13680
13681         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13682         of compare_no_case
13683
13684 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13685
13686         * lyxtext.h: rename most methods to begin with a small char.
13687         Lots of changes because of this.
13688
13689         * paragraph.C (Paragraph): do not call fitToSize
13690         (erase): call Pimpl::erase
13691         (insertChar): call Pimpl::insertChar
13692         (insertInset): call Pipl::insertInset
13693         (breakParagraph): do not call fitToSize
13694         (breakParagraphConservative): do not call fitToSize
13695         (fitToSize): remove method
13696
13697         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13698
13699 2001-06-24  The LyX Project  <Asger>
13700
13701         * Fix Qt compilation^2
13702
13703 2001-06-24  The LyX Project  <jug@sad.it>
13704
13705         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13706         depthHook(getDepth()-1).
13707
13708         * paragraph.h:
13709         * ParagraphParameters.h:
13710         * ParameterStruct.h: change type of depth to unsigned int ==
13711         depth_type. Many adaptations to other files before of that.
13712
13713 2001-06-24  The LyX Project  <Asger>
13714
13715         * Fix Qt compilation.
13716
13717 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13718
13719         * paragraph.h: renamed several methods to begin with small letter.
13720         several changes to many parts of the code because of this.
13721
13722 2001-06-23  The LyX Project  <jug@sad.it>
13723
13724         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13725         rewritten to discard all double spaces when KeepEmpty is off
13726         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13727         to only handle newlines but not fiddle with spaces and friends.
13728
13729         * lyxfunc.C (MenuNew): when doing 'new from template', use
13730         template_path as default directory
13731
13732 2001-06-23  The LyX Project  <Asger>
13733
13734         * Clean-up of header file includes all over
13735         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13736
13737 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13738
13739         * paragraph.h: renamed from lyxparagraph.h
13740
13741 2001-06-23  Asger  <lyx@violet.home.sad.it>
13742
13743         * Buffer.h: Removed Buffer::resize
13744         * BufferList.h: Removed BufferList::resize
13745         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13746         the document lazily when we change the width, or the font settings.
13747
13748 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13749
13750         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13751
13752 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13753
13754         * buffer.h: remove out of date comment
13755
13756 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13757
13758         * lyxscreen.h:
13759         * screen.C: fix "theoretical" GC leak
13760
13761 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13762
13763         * LaTeX.C (scanAuxFile):
13764         (deplog): remove trailing \r when reading stream (useful under
13765         win32)
13766
13767 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13768
13769         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13770         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13771         and BufferView::theLockingInset(Inset*), so should use them and not
13772         access bv_->text->the_locking_inset directly.
13773
13774         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13775
13776 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13777
13778         * Makefile.am:
13779         * tex-defs.h: remove old unused file
13780
13781 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13782
13783         * BufferView_pimpl.C: fix typo, remove minibuffer message
13784           when buffer has loaded
13785
13786 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13787
13788         * lyxfunc.C (Dispatch): use stringstream
13789         (MenuNew): use stringstream
13790         (Open): use stringstream
13791
13792         * importer.C (Import): use stringstream
13793
13794         * bufferview_funcs.C (CurrentState): use stringstream
13795
13796         * LaTeX.C (run): use stringstream
13797
13798         * BufferView_pimpl.C (savePosition): use stringstream
13799         (restorePosition): use stringstream
13800         (MenuInsertLyXFile): use stringstream
13801
13802 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13803
13804         * BufferView.C:
13805         * Bullet.C:
13806         * ColorHandler.C:
13807         * FontInfo.C:
13808         * FontLoader.C:
13809         * LColor.C:
13810         * LaTeXFeatures.C:
13811         * Painter.C:
13812         * gettext.C:
13813         * lyx_gui_misc.C:
13814         * lyxserver.C:
13815         * vspace.C: removed // -*- C++ -*- as first line.
13816
13817         * lyxfind.h:
13818         * version.h: added // -*- C++ -*- as first line.
13819
13820 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13821
13822         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13823
13824         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13825         of string
13826
13827 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13828
13829         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13830         of floats.
13831
13832 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13833
13834         * gettext.C: include LString.h even when --disable-nls is on.
13835
13836 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13837
13838         * converter.h (Get): changed argument type from int to
13839         FormatList::size_type to avoid unnecessary conversion.
13840
13841         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13842         before using it.
13843
13844 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13845
13846         * gettext.h: include LString.h even when --disable-nls is on.
13847
13848 2001-06-07  Juergen Vigna  <jug@sad.it>
13849
13850         * text.C (BreakAgain): subst spaces with tabs.
13851
13852         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13853         (resizeInsetsLyXText): set force on resizeLyXText.
13854
13855 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13856
13857         * gettext.h (gettext_init):
13858         (locale_init): use a real definition instead of a macro
13859
13860 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13861
13862         * Bufferview_pimpl.C:
13863         * LColor.h:
13864         * LColor.C: further lcolor tidies
13865
13866 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13867
13868         * BufferView_pimpl.C (updateScrollbar): simplify.
13869
13870         * BufferView2.C: don't include insets/insetinfo.h, change
13871         prototype for insertInset and call the Pimpl version. let
13872         updateInset call Pimpl version.
13873
13874         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13875         gotoInset to BufferView::Pimpl
13876
13877 2001-06-01  Juergen Vigna  <jug@sad.it>
13878
13879         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13880         inside a LockingInset (is the update needed at all?).
13881
13882 2001-05-31  Juergen Vigna  <jug@sad.it>
13883
13884         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13885         here not the old one otherwise how should we compare it afterwards
13886         if it's the same!
13887
13888 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13889
13890         * lyxfont.C:
13891         * tabular.C:
13892         * tabular-old.C:
13893         * FontInfo.C: bring C functions into global namespace when
13894         necessary
13895
13896 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13897
13898         * LString.h: make sure config.h has been loaded before LString.h.
13899
13900         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13901         (one for each char read by EatLine!).
13902
13903         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13904         variables.
13905
13906 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13907
13908         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13909         to the same as the par we break from
13910
13911 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13912
13913         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13914
13915         * MenuBackend.C (expand): also create menu entries for wide
13916         versions of the floats.
13917
13918         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13919
13920         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13921
13922         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13923         frontends/Makefile.am
13924
13925         * text2.C: adjust
13926         * text.C: adjust
13927
13928
13929         * tabular.C (getTokenValue): add std::
13930
13931         * tabular-old.C (getTokenValue): add std::
13932         (getTokenValue): ditto
13933         (getTokenValue): ditto
13934
13935         * screen.C (ToggleSelection): adjust
13936
13937         * lyxtext.h: put selection cursors inside a Selection struct.
13938
13939         * lyxfunc.C (moveCursorUpdate): adjust
13940
13941         * lyxfont.C (latexWriteStartChanges): add std::
13942
13943         * lyxfind.C: adjust
13944
13945         * font.h: delete with(char const *, LyXFont const &)
13946
13947         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13948
13949         * FontInfo.C (getFontname): add std::
13950
13951         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13952         (workAreaButtonPress): adjust
13953         (tripleClick): adjust
13954         (update): adjust
13955         (moveCursorUpdate): adjust
13956         (Dispatch): adjust
13957
13958         * BufferView2.C (gotoInset): adjust
13959
13960 2001-05-30  Juergen Vigna  <jug@sad.it>
13961
13962         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13963         to check pspell I add this as default as I now have new pspell
13964         libraries and they seem to use this.
13965
13966 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13967
13968         * text2.C (CutSelection): make the cursor valid before the call to
13969         ClearSelection.
13970
13971 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13972
13973         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13974         relied on 0 terminated strings and other horrors. Bug found due to
13975         the new assert in lyxstring!
13976
13977         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13978         KP_ keys.
13979
13980 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13981
13982         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13983         to latinkeys.bind.
13984
13985         * lyxfunc.C (processKeySym): change method of getting to the
13986         self-insert char.
13987
13988         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13989         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13990         * BufferView_pimpl.[Ch]: here as private methods.
13991
13992 2001-05-28  Juergen Vigna  <jug@sad.it>
13993
13994         * text.C (SetHeightOfRow): added the update() call again as it is
13995         needed to initialize inset dimensions!
13996
13997 2001-05-16  Juergen Vigna  <jug@sad.it>
13998
13999         * text2.C (SetCharFont): Add new function with BufferView * and
14000         bool toggleall parameters for setting insets internal fonts.
14001         (SetFont): Freeze the undo as we may change fonts in Insets and
14002         all this change should be inside only one Undo!
14003
14004         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14005         setting font's in insets as for them we have the SetFont function!
14006
14007 2001-05-15  Juergen Vigna  <jug@sad.it>
14008
14009         * text2.C (ClearSelection): to be sure we REALLY don't have any
14010         selection anymore!
14011
14012         * tabular.C (TeXCellPreamble): fixed the left border problem for
14013         multicolumn cells.
14014
14015 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14016
14017         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14018         dependancy file
14019
14020 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14021
14022         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14023         LFUN_BREAKPARAGRAPH.
14024
14025         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14026         help test to "internal only", similar for LFUN_INSERT_URL
14027
14028         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14029         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14030         auto_region_delete and deadkeys.
14031
14032 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14033
14034         * LColor.h:
14035         * LColor.C: remove some dead entries, tidy a little
14036
14037 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14038
14039         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14040         commented code.
14041         (Dispatch): implement LFUN_ESCAPE
14042
14043         * commandtags.h: add LFUN_ESCAPE
14044
14045         * LyXAction.C (init): add entry for LFUN_ESCAPE
14046
14047         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14048         Remove commented code.
14049         (insertNote): moved here
14050         (open_new_inset): moved here
14051
14052         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14053         BufferView_pimpl
14054
14055 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14056
14057         * kbmap.C (findbinding): clean it up and make it work correctly.
14058
14059         * lyx_main.C (init): do not pass argc and argv as parameters
14060
14061 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14062
14063         * buffer.C: fix path for OS/2 & Win32
14064
14065         * lyx_gui.C:
14066         * lyx_main:
14067         * lyx_main.C: Added os:: class.
14068
14069         * os2_defines.h: update
14070
14071 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14072
14073         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14074         better by trying again with reduced state.
14075
14076 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14077
14078         * lyxrc.C (read): print error about invalid key sequence only when
14079         debugging (because not all latinX keysyms are known to some X
14080         servers)
14081
14082         * kbsequence.C (getiso): add a few std:: qualifiers
14083         (getiso): comment out extra return statement.
14084
14085 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14086
14087         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14088         handling.
14089         (Dispatch): enhance the accent inset a bit. (not perfect)
14090
14091 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14092
14093         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14094
14095 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14096
14097         * bufferlist.C (emergencyWrite): fix assert() call
14098
14099 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14100
14101         * text.C (InsertChar): Added trivial patch to only send the "you
14102         can not do multiple spaces this way" message once during a
14103         session.
14104
14105 2001-05-08  Baruch Even  <baruch@lyx.org>
14106
14107         * Makefile.am: Changed order of libraries to get LyX to link properly
14108         with the gnome frontend.
14109
14110 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14111
14112         * LaTeXFeatures.h: add a std:: qualifier
14113
14114 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14115
14116         * paragraph.C (String): use stringstream
14117
14118 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14119
14120         * paragraph.C (writeFile): remove footflag arg
14121
14122         * buffer.C (makeLaTeXFile): use stringstream
14123         (latexParagraphs): remove footnot gurba
14124
14125         * LaTeXFeatures.C (getPackages): use stringstream
14126         (getMacros): likewise
14127         (getTClassPreamble): likewise
14128         (getFloatDefinitions): new method
14129
14130         * paragraph.C (writeFile): reindent
14131         (Erase): reindent
14132
14133         * WorkArea.h: revert the xpos + etc changes.
14134
14135         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14136
14137         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14138
14139         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14140         (pasteSelection): likewise
14141         * text2.C (CreateUndo): likewise
14142
14143 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14144
14145         * minibuffer.C (peek_event): temporarily reduce the functionality
14146         of the minibuffer (to allow args on lfuns)
14147
14148         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14149         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14150
14151         * buffer.C (readInset): add compability reading of old float
14152         lists, add reading of new style float list.
14153         (readInset): avoid reevaluation of inscmd.getCmdName()
14154         (getLists): reindent
14155
14156         * MenuBackend.C (MenuItem): implement parsing of
14157         md_floatlistinsert and md_floatinsert.
14158         (expand::LastFiles): move initalizaton of iterators out of loop,
14159         avoid reevaluation.
14160         (expand::Documents): introduce typdedef vector<string> Strings,
14161         and use it.
14162         (expand::ExportFormats): introduce typedef vector<Format const *>
14163         Formats, and use it.
14164         (expand): implement FloatListInsert and FloatInsert.
14165
14166         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14167         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14168         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14169
14170         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14171         handling.
14172         (Dispatch::LFUN_FLOAT_LIST): implement
14173
14174 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14175
14176         * LaTeX.C (run): Fix problem with --export code.
14177
14178 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14179
14180         * BufferView.[Ch] (workarea): removed.
14181         (getClipboard) new method; wrapper for workarea()->getClipboard()
14182
14183         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14184         bug.
14185
14186         * WorkArea.h (width, height, xpos, ypos): These methods all
14187         returned the dimensions of the work_area sub-area of WorkArea,
14188         resulting in a position error if the WorkArea were resized. Now
14189         return the dimensions of the entire WorkArea.
14190
14191         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14192
14193 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14194
14195         * LaTeX.C (deplog): correct the syntax of regex reg1
14196
14197 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14198
14199         * undo.C: remove !NEW_INSETS cruft
14200
14201 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14202
14203         * text2.C: remove !NEW_INSETS cruft
14204
14205         * text.C: remove !NEW_INSETS cruft
14206
14207         * tabular.C: remove !NEW_INSETS cruft
14208
14209         * spellchecker.C: remove !NEW_INSETS cruft
14210
14211         * lyxtext.h: remove !NEW_INSETS cruft
14212
14213         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14214
14215         * lyxfunc.C: remove !NEW_INSETS cruft
14216
14217         * lyxfind.C: remove !NEW_INSETS cruft
14218
14219         * lyx_cb.C: remove !NEW_INSETS cruft
14220
14221         * figureForm.C: remove  !NEW_INSETS cruft
14222
14223         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14224
14225         * buffer.[Ch]: remove !NEW_INSETS cruft
14226
14227         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14228
14229         * CutAndPaste.C: remove !NEW_INSETS cruft
14230
14231         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14232
14233         * BufferView2.C: remove !NEW_INSETS cruft
14234
14235         * BufferView.h: remove !NEW_INSETS cruft
14236
14237 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14238
14239         * Lsstream.h: include LString.h before the sstream headers to
14240         fix problem with gcc 2.95.3 and lyxstring
14241
14242 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14243
14244         * lyx_main.C: add using directives when needed for C functions
14245         declared in std:: namespace.
14246
14247 2001-04-27  Juergen Vigna  <jug@sad.it>
14248
14249         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14250         (SetHeightOfRow): comment out the update call should not be needed!
14251
14252 2001-04-13  Juergen Vigna  <jug@sad.it>
14253
14254         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14255         (LyXTabular): tried to minimize operator= operations (and realized
14256         hopfully Lars wish).
14257
14258 2001-04-27  Juergen Vigna  <jug@sad.it>
14259
14260         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14261
14262 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14263
14264         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14265
14266         * buffer.C (readInset): hack to make listof algorithm work
14267
14268         * BufferView_pimpl.C: hack to make listof algorithm work
14269
14270 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14271
14272         * LyXAction.C: removed all !NEW_INSETS cruft
14273         (init): moved lfun_item in method
14274
14275         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14276
14277 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14278
14279         * BufferView2.C (theLockingInset): white space.
14280
14281 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14282
14283         * minibuffer.C: include <iostream>
14284
14285         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14286
14287         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14288
14289         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14290
14291         * text.[Ch] (TransposeChars): new method
14292
14293 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14294
14295         * call message directly through LyXView instead of through LyXFunc
14296         * BufferView2.C: adjust
14297         * BufferView_pimpl.C: adjust
14298         * FontLoader.C: adjust
14299         * buffer.C: adjust
14300         * bufferview_funcs.C: adjust
14301         * converter.C: adjust
14302         * figureForm.C: adjust
14303         * importer.C: adjust
14304         * lyx_cb.C: adjust
14305         * lyx_gui_misc.C: adjust
14306         * lyxfunc.C: adjust
14307         * lyxvc.C: adjust
14308         * text2.C: adjust
14309         + more files in subdirs
14310
14311         * lyxparagraph.h (size): move up int file
14312         (GetLayout): ditto
14313
14314         * adjust all uses of Assert to lyx::Assert.
14315
14316         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14317         lyxfunctional in namespace lyx
14318         * layout.C (hasLayout): ditto
14319         (GetLayout): ditto
14320         (GetLayout): ditto
14321         (delete_layout): ditto
14322         (NumberOfClass): ditto
14323         * converter.C (GetFormat): ditto
14324         (GetNumber): ditto
14325         (Add): ditto
14326         (Delete): ditto
14327         (SetViewer): ditto
14328         * bufferlist.C (getFileNames): ditto
14329         (emergencyWriteAll): ditto
14330         (exists): ditto
14331         (getBuffer): ditto
14332         * MenuBackend.C (hasSubmenu): ditto
14333         (hasMenu): ditto
14334         (getMenu): ditto
14335         * BufferView_pimpl.C (getInsetByCode): ditto
14336
14337 2001-04-18  Juergen Vigna  <jug@sad.it>
14338
14339         * vspace.C (asLatexString): fixed the 100% problem.
14340
14341 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14342
14343         * lyxfunc.C (Dispatch):
14344         * minibuffer.C:
14345         * minibuffer.h: add a few std:: qualifiers
14346
14347 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14348
14349         * minibuffer.[Ch]: reimplement so that commands is initiated and
14350         run from lyxfunc, simplified som handling, and made the completion
14351         and history code for complete. wip.
14352
14353         * lyxfunc.C (processKeySym): call message
14354         (miniDispatch): new temporary method
14355         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14356         (LFUN_MESSAGE): implement
14357         (LFUN_MESSAGE_PUSH): implement
14358         (LFUN_MESSAGE_POP): implement
14359         (initMiniBuffer): the initial/defualt minibuffer message.
14360
14361         * lyxfont.[Ch]: inline some more getters
14362
14363         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14364
14365         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14366
14367         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14368         (AutoSave): use LFUN_MESSAGE
14369         (Reconfigure): ditto
14370
14371         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14372
14373         * figureForm.C: use LFUN_MESSAGE
14374
14375         * converter.C (runLaTeX): use LFUN_MESSAGE
14376
14377         * bufferview_funcs.C: use LFUN_MESSAGE
14378         (Melt): ditto
14379         (changeDepth): ditto
14380
14381         * bufferparams.h: use boost::
14382
14383         * bufferlist.h: inherit privately from noncopyable
14384
14385         * bufferlist.C (loadLyXFile): remove some commented code.
14386
14387         * buffer.C (runChktex): use LFUN_MESSAGE
14388
14389         * ShareContainer.h: inherit privately from noncopyable
14390
14391         * ParagraphParameters.[hC] (depth): inline it.
14392
14393         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14394         methods.
14395         (message): new method
14396         (messagePush): ditto
14397         (messagePop): ditto
14398         (show): init minibuffer
14399         (showState): direct call
14400
14401         * LaTeX.[Ch]: inherit privately from noncopyable
14402         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14403         instead of WriteStatus.
14404
14405         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14406
14407         * BufferView_pimpl.C (buffer): don't init minibuffer
14408         (workAreaButtonPress): use LFUN_MESSAGE
14409         (workAreaButtonRelease): ditto
14410         (savePosition): ditto
14411         (restorePosition): ditto
14412         (MenuInsertLyXFile): ditto
14413         (workAreaExpose): don't init minibuffer
14414         (update): remove commented code, simplify
14415
14416         * BufferView2.C (openStuff): use LFUN_MESSAGE
14417         (toggleFloat): ditto
14418         (menuUndo): ditto
14419         (menuRedo): ditto
14420         (copyEnvironment): ditto
14421         (pasteEnvironment): ditto
14422         (copy): ditto
14423         (cut): ditto
14424         (paste): ditto
14425         (gotoInset): ditto
14426         (updateInset): remove some commented code
14427
14428         * lastfiles.h: inherit privately from noncopyable
14429         * layout.h: ditto
14430         * lyx_gui.h: ditto
14431         * lyx_main.h: ditto
14432         * lyxlex.h: ditto
14433         * lyxlex_pimpl.h: ditto
14434
14435         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14436         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14437         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14438
14439         * LyXAction.h: inherit privately from noncopyable, add methods
14440         func_begin, func_end, returning iterators to the func map.
14441
14442         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14443         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14444         (func_begin): new method
14445         (func_end): new method
14446
14447         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14448         and not)
14449         (copySelection): ditto
14450         (pasteSelection): ditto
14451
14452         * BufferView.C: whitespace change
14453         * BufferView.h: inherit privately from noncopyable
14454
14455 2001-04-16  Allan Rae  <rae@lyx.org>
14456
14457         * tabular-old.C (l_getline):
14458         * spellchecker.C (sc_check_word):
14459         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14460         an unrecognised preprocessor directive.  So ensure they're wrapped.
14461
14462 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14463
14464         * src/exporter.C (Export): Give an error message when path to file
14465         contains spaces.
14466
14467 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14468
14469         * LaTeX.C (deplog): Always check that foundfile exists.
14470
14471 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14472
14473         * lyx_main.h:
14474         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14475
14476 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14477
14478         * tabular.[Ch] (getLabelList): implement new method
14479
14480         * minibuffer.h: comment ouf setTiimer
14481
14482         * minibuffer.C (ExecutingCB): constify res
14483         (peek_event): constify s
14484         (Set): constify ntext
14485         (Init): constify nicename
14486
14487         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14488
14489         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14490         (savePosition): use two params to Minibuffer::Set
14491         (restorePosition): ditto
14492
14493 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14494
14495         * lyx_main.C: include language.h
14496
14497         * Makefile.am (lyx_main.o): add language.h
14498
14499 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14500
14501         * exporter.C:
14502         * paragraph.C:
14503         * screen.C:
14504         * tabular.C:
14505         * CutAndPaste.C: include gettext.h
14506
14507         * lyxfont.h: remove old hack with ON and OFF.
14508
14509         * lyxparagraph.h:
14510         * lyxfont.h: do not include language.h...
14511
14512         * BufferView2.C:
14513         * LaTeXFeatures.C:
14514         * Painter.C:
14515         * bufferview_funcs.C:
14516         * font.C:
14517         * lyxfont.C:
14518         * text.C:
14519         * text2.C:
14520         * trans_mgr.C:
14521         * paragraph.C: ... but do it here instead
14522
14523 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14524
14525         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14526
14527         * tabular.C: small reformat
14528
14529         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14530         NEW_INSETS version
14531         (GetChar): ditto
14532         (BreakParagraph): ditto
14533         (SetOnlyLayout): ditto
14534         (SetLayout): ditto
14535
14536         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14537         with one arg less.
14538
14539         * lastfiles.C: removed most using decl, add std:: where needed
14540
14541         * buffer.C: ws changes
14542
14543         * MenuBackend.C (class compare_format): put into anon namespace
14544         (expand): constify label, names, action, action2
14545         (expand):
14546
14547         * text.C (SingleWidth): constify font
14548         (IsBoundary): constify rtl2
14549         (GetVisibleRow): constify ww
14550
14551         * LaTeX.C (deplog): constify logfile
14552
14553         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14554         start_x, end_x
14555         (workAreaExpose): constify widthChange, heightChange
14556
14557         * lyxrow.C (par): moved
14558         (height): moved
14559         (next): moved
14560         * lyxrow.h: as inlines here
14561
14562         * lyxfont.h (shape): moved from lyxfont.C
14563         (emph): moved from lyxfont.C
14564
14565         * lyxfont.C (LyXFont): use initialization list for all
14566         constructors
14567         (shape): move to lyxfont.h as inline
14568         (emph): move to lyxfont.h as inline
14569
14570
14571 2001-04-04  Juergen Vigna  <jug@sad.it>
14572
14573         * vspace.C: had to include stdio.h for use of sscanf
14574
14575 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14576
14577         * BufferView.h:
14578         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14579         independent of xforms.
14580
14581 2001-04-02  Juergen Vigna  <jug@sad.it>
14582
14583         * spellchecker.C: fixed namespace placing!
14584
14585 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14586
14587         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14588         the LyXParagraph * is 0.
14589
14590 2001-03-29  Juergen Vigna  <jug@sad.it>
14591
14592         * vspace.C: added support for %, c%, p%, l%.
14593         (stringFromUnit): added helper function.
14594         (asLatexString): changed to give right results for the %-values.
14595
14596         * buffer.C: convert the widthp in a width%.
14597
14598 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14599
14600         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14601         figureForm.[Ch].
14602
14603         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14604         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14605
14606         * lyx_cb.[Ch]: see above.
14607
14608         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14609         form1.[Ch].
14610
14611         * form1.[Ch]:
14612         * lyx.[Ch]: replaced by figure_form.[Ch].
14613
14614         * lyx_gui.C:
14615         * lyx_gui_misc.C:
14616         * lyxfunc.C: changed headers associated with above changes.
14617
14618 2001-03-27  Juergen Vigna  <jug@sad.it>
14619
14620         * BufferView_pimpl.C: set the temporary cursor right!
14621
14622 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14623
14624         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14625
14626 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14627
14628         * LString.h: removed "using std::getline"!
14629
14630         * BufferView_pimpl.C (Dispatch): changes due to changes in
14631         InsetInclude::Params.
14632
14633         * buffer.C (tag_name): removed redundant break statements as they were
14634         producing lots of warnings with my compiler.
14635
14636 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14637
14638         * LString.h: add "using std::getline" when using the real <string>.
14639
14640 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14641
14642         * buffer.C: removed bitset usage.
14643         PAR_TAG moved to an anonymous name space.
14644         (tag_name): new funtion, also in the anonymous namespace.
14645         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14646         (makeDocBookFile): clean code. Completed transition from string arrays
14647         to string vectors.
14648         (SimpleDocBookOnePar): code clean.
14649
14650 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14651
14652         * tabular.C: add some comments.
14653
14654 2001-03-22  Juergen Vigna  <jug@sad.it>
14655
14656         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14657         compatibility read a bit and fixed bug with minipage in different
14658         depth.
14659
14660 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14661
14662         * buffer.C (pop_tag): removed.
14663         (push_tag): removed.
14664         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14665         array replaced with vector. Added support for CDATA sections.
14666         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14667         at any nest level.
14668         (makeDocBookFile): XML conformant declaration of CDATA section,
14669         fixed bug related to <emphasis> in the first paragraph char.
14670         (sgmlOpenTag): exclude empty tags.
14671         (sgmlCloseTag): ditto.
14672
14673         * buffer.h (pop_tag): removed.
14674         (push_tag): removed.
14675
14676 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14677
14678         * language.h (Languages): added size_type and size().
14679
14680 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14681
14682         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14683         response on compability reading of minipages. One probliem is that
14684         the old usage of minipages was «flertydig»
14685
14686         * several files here and in subdirs: don't use static at file
14687         scope use anon namespaces instead.
14688
14689 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14690
14691         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14692         LaTeX output. This is necessary for Literate document
14693         processing.
14694
14695 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14696
14697         * buffer.C: insert hfill when needed.
14698
14699         * tabular.C (l_getline): use string::erase, small whitespace change.
14700
14701         * BufferView_pimpl.C: try the anon namespace.
14702         * WorkArea.C: ditto
14703
14704 2001-03-16  Juergen Vigna  <jug@sad.it>
14705
14706         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14707         otherwise it won't open options-dialogs.
14708
14709         * buffer.C: honor pextraWidth(p) on converting minipages.
14710
14711         * tabular.C (l_getline): changed the functions to strip trailing \r.
14712
14713 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14714
14715         * BufferView_pimpl.C:
14716         * minibuffer..C: added "using SigC::slot" declaration.
14717
14718 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14719
14720         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14721
14722         * text2.C: ditto
14723
14724         * text.C: ditto
14725
14726         * paragraph.C: ditto
14727
14728         * lyxtext.h: NO_PEXTRA
14729
14730         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14731
14732         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14733         * ParameterStruct.h: ditto
14734         * ParagraphParameters.h: ditto
14735         * lyxparagraph.h: ditto
14736
14737 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14738
14739         * buffer.C: add compability for minipage alignment.
14740         (latexParagraphs): remove unwanted pextra check.
14741
14742         * several files: remove CXX_WORKING_NAMESPACES
14743
14744         * buffer.C (pop_tag): tie is in namespace boost
14745
14746         * BufferView.h: noncopyable is in namespace boost
14747         * lyxlex.h: ditto
14748         * lyx_main.h: ditto
14749         * lyx_gui.h: ditto
14750         * layout.h: ditto
14751         * lastfiles.h: ditto
14752         * bufferlist.h: ditto
14753         * ShareContainer.h: ditto
14754         * LyXView.h: ditto
14755         * LyXAction.h: ditto
14756         * LaTeX.h: ditto
14757
14758 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14759
14760         * Merging changes from BRANCH_MVC back into HEAD.
14761
14762         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14763
14764 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14765
14766         * BufferView_pimpl.C: change from intl.C
14767
14768         * combox.h:
14769         * combox.C:
14770         * Makefile.am: move combox.*
14771
14772         * form1.h:
14773         * form1.C:
14774         * lyx_gui.C:
14775         * intl.h:
14776         * intl.C: remove dialog (covered by prefs)
14777
14778 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14779
14780         * lyxfunc.C (Dispatch): removed redundant break statement.
14781
14782 2001-03-14  Juergen Vigna  <jug@sad.it>
14783
14784         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14785
14786 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14787
14788         * buffer.C: add hack to fix compability reading of minipages.
14789
14790 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14791
14792         * buffer.C (getLists): Cleanup.
14793
14794 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14795
14796         * lyxfont.C (update): don't honor toggleall on font size.
14797
14798 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14799
14800         * bmtable.c:
14801         * bmtable.h:
14802         * Makefile.am: moved to frontends/xforms/
14803
14804         * lyx_gui_misc.C:
14805         * lyxfunc.C:
14806         * BufferView_pimpl.C: changes for moved mathpanel
14807
14808 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14809
14810         * gettext.h: fix gettext_init() in --disable-nls
14811
14812 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14813
14814         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14815
14816 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14817
14818         * lyx.C:
14819         * lyx.h: strip external form
14820
14821 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14822
14823         * BufferView_pimpl.C: add comment, destroySplash()
14824
14825 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14826
14827         * BufferView_pimpl.C:
14828         * LyXAction.C:
14829         * buffer.C:
14830         * commandtags.h:
14831         * lyxfunc.C: use re-worked insetinclude
14832
14833 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14834
14835         * buffer.C: add using std::stringstream.
14836
14837         * lyx_cb.C: readd using std::ios.
14838
14839         * buffer.C: add using std::map.
14840
14841         * BufferView_pimpl.C: add using std::vector.
14842
14843         * ShareContainer.h: add std:: to swap.
14844
14845         * buffer.h: add some typedefs
14846         * buffer.C (getLists): use them
14847         (getLists): renamed from getTocList.
14848         add a counter for the different float types and use it in the
14849         generated string.
14850         (getLists): use the same counter for the NEW_INSETS and the "non"
14851         NEW_INSETS
14852
14853         * lyx_cb.h: remove unused items, includes, using etc.
14854
14855         * ShareContainer.h: remove some commented code, add more comments
14856         and "documentation".
14857
14858 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14859
14860         * buffer.C (getTocList): make the list also when NEW_INSETS is
14861         defined.
14862
14863         * buffer.h: remove TocType
14864
14865         * buffer.C (getTocList): change to return a map<string,
14866         vector<TocItem> >, implement for dynamic number of list.
14867
14868         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14869         * text2.C (PasteSelection): adjust
14870         * CutAndPaste.C (pasteSelection): adjust
14871
14872         * FloatList.C (FloatList): update from the new_insets branch.
14873         * Floating.[Ch]: ditto
14874         * LaTeXFeatures.C: ditto
14875         * buffer.C: ditto
14876         * lyxlex_pimpl.C: ditto
14877
14878         * paragraph.C (Last): remove when NEW_INSETS is defined.
14879
14880         * other file: changes because of the above.
14881
14882 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14883
14884         * lyxparagraph.h: rename next to next_, previous to previous_,
14885         make them private for NEW_INSETS. Rename Next() to next(),
14886         Previous() to previous().
14887
14888         * other files: changes because of the above.
14889
14890 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14891
14892         * BufferView.h:
14893         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14894         problem.
14895
14896 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14897
14898         * main.C (main): pass lyx_localedir to gettext_init().
14899
14900         * gettext.h: remove locale_init and gettext_init macros
14901
14902         * gettext.C (locale_init): new function
14903         (gettext_init): new function
14904
14905         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14906         setlocale().
14907
14908 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14909
14910         * Moved credits to frontends:
14911         * credits.[Ch]: removed
14912         * credits_form.[Ch]: removed
14913         * lyx_gui_misc.C: remove credits stuff
14914         * Makefile.am:
14915
14916 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14917
14918         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14919
14920         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14921         unneeded destructor.
14922
14923         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14924         a standalone pointer again.
14925
14926         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14927
14928 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14929
14930         * Makefile.am:
14931         * filedlg.h:
14932         * filedlg.C:
14933         * LyXAction.C:
14934         * ToolbarDefaults.C:
14935         * bufferlist.C:
14936         * commandtags.h:
14937         * form1.C:
14938         * form1.h:
14939         * lyx_cb.C:
14940         * lyx_cb.h:
14941         * lyxfunc.h:
14942         * lyxfunc.C:
14943         * BufferView_pimpl.C: use new file dialog in GUII
14944
14945         * lyx_cb.h:
14946         * lyx_cb.C: remove LayoutsCB to Toolbar
14947
14948 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14949
14950         * ShareContainer.h (get): add std:: qualifier
14951
14952 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14953
14954         * ShareContainer.h: define a proper ShareContainer::value_type
14955         type (and use typename to please compaq cxx)
14956
14957 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14958
14959         * lyxparagraph.h: move serveral local vars to
14960         ParameterStruct/ParagraphParameters., use ShareContainer in
14961         FontTable., make vars in FontTable private and add getter and
14962         setter.
14963
14964         * paragraph.C: changes because of the above.
14965
14966         * lyxfont.h: remove copy constructor and copy assignment. (the
14967         default ones is ok), move number inside FontBits. move inlines to
14968         lyxfont.C
14969
14970         * lyxfont.C: add number to initializaton of statics, move several
14971         inlines here. constify several local vars. some whitespace
14972         cleanup. Dont hide outerscope variables.
14973
14974         * Spacing.h: add two new constructors to match the set methods.
14975
14976         * ShareContainer.h: new file, will perhaps be moved to support
14977
14978         * ParameterStruct.h: new file
14979
14980         * ParagraphParameters.h: new file
14981
14982         * ParagraphParameters.C: new file
14983
14984         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14985         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14986
14987         * BufferView_pimpl.C: ParagraphParameter changes.
14988         * buffer.C: Likewise.
14989         * bufferview_funcs.C: Likewise.
14990         * text.C: Likewise.
14991         * text2.C: Likewise.
14992
14993 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14994
14995         * lyxfind.C (LyXReplace): do not redefine default argument in
14996         implementation.
14997         (IsStringInText): ditto
14998         (SearchForward): ditto
14999         (SearchBackward): ditto
15000
15001 2001-03-06  Juergen Vigna  <jug@sad.it>
15002
15003         * lyxfind.C (IsStringInText): put parentes around expressions.
15004
15005 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15006
15007         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15008
15009 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15010
15011         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15012
15013         * stl_string_fwd.h: add comment
15014
15015         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15016
15017         * tabular.h:
15018         * tabular.C: remove unused DocBook methods
15019
15020         * intl.C:
15021         * language.C:
15022         * paragraph.C:
15023         * buffer.C:
15024         killed DO_USE_DEFAULT_LANGUAGE
15025
15026 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15027
15028         * lyx_gui.C: do not include language.h.
15029
15030         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15031         arguments in function implementation.
15032
15033 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15034
15035         * BufferView_pimpl.C: add <ctime>
15036
15037 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15038
15039         * BufferView_pimpl.C: add using std::find_if
15040
15041 2001-02-27  José Matos  <jamatos@fep.up.pt>
15042
15043         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15044         by OnlyPath.
15045
15046 2001-02-11  José Matos  <jamatos@fep.up.pt>
15047
15048         * buffer.C (makeDocBookFile): command styles now have a parameter as
15049         "title" by default.
15050
15051 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15052
15053         * layout_forms.[Ch]: removed
15054         * lyx_cb.[Ch]: out character
15055         * lyx_gui.C: out character
15056         * lyx_gui_misc.C: out character
15057         * bufferview_funcs.C: : out character,
15058         added toggleall as parameter in ToggleAndShow
15059
15060 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15061
15062         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15063
15064         * text2.C (SetCurrentFont): Disable number property at boundary.
15065
15066 2001-02-26  Juergen Vigna  <jug@sad.it>
15067
15068         * lyxfunc.C (getStatus): added a string argument override function so
15069         that this is correctly called from LyXFunc::Dispatch if it contains a
15070         do_not_use_argument which is used!
15071         (Dispatch): added check for "custom" export and call appropriate func.
15072
15073 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15074
15075         * lyxrc.C: Add language_command_local, language_use_babel and
15076         language_global_options.
15077
15078         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15079
15080         * buffer.C (makeLaTeXFile): Use language_use_babel and
15081         language_global_options.
15082
15083 2001-02-23  Juergen Vigna  <jug@sad.it>
15084
15085         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15086         which works with LyXText and putted it inside BufferView. Here now we
15087         only call for that part the BufferView::Dispatch() function.
15088
15089         * BufferView.C (Dispatch): added.
15090
15091         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15092         functions which needs to use a LyXText over from LyXFunc.
15093         (MenuInsertLyXFile): added
15094         (getInsetByCode): added
15095         (moveCursorUpdate): added
15096         (static TEXT): added
15097
15098 2001-02-22  Juergen Vigna  <jug@sad.it>
15099
15100         * BufferView_pimpl.C (update): call a status update to see if LyXText
15101         needs it.
15102
15103 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15104
15105         * vc-backend.C (revert): implement for CVS
15106         (getLog): implement for CVS
15107
15108 2001-02-20  Juergen Vigna  <jug@sad.it>
15109
15110         * text2.C (ClearSelection): added BufferView param for inset_owner call
15111
15112         * lyxfunc.C (TEXT): added this function and use it instead of
15113         directly owner->view()-text of getLyXText().
15114
15115 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15116
15117         * src/layout_forms.C: out preamble
15118         * src/layout_forms.h: out preamble
15119         * src/lyx_cb.C: out preamble
15120         * src/lyx_cb.h: out preamble
15121         * src/lyx_gui.C: out preamble
15122         * src/lyx_gui_misc.C: out preamble
15123         * src/lyxfunc.C: connect with guii preamble
15124
15125 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15126
15127         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15128
15129 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15130
15131         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15132         whether to run bibtex.
15133
15134 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15135
15136         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15137
15138 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15139
15140         * Makefile.am (lyx_SOURCES): removed bibforms.h
15141
15142         * vspace.h: doxygen
15143
15144         * text.C (GetVisibleRow): make several local vars const
15145
15146         * tabular.C: small cleanup.
15147
15148         * lyxserver.C (callback): use compare instead of strncmp
15149
15150         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15151         inlines to after class or to paragraph.C
15152
15153         * lyxfont.h: remove friend operator!=
15154
15155         * converter.h: move friend bool operator< to non friend and after
15156         class def.
15157
15158         * combox.h: small cleanup
15159
15160         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15161         to inlines after class def.
15162
15163         * buffer.C (pop_tag): use string operations instead of strcmp
15164
15165         * bmtable.c: doxygen, small cleanup
15166
15167         * LaTeX.h: remove friend operator==
15168
15169 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15170
15171         * screen.C:
15172         * lyxrc.[Ch]:
15173         * lyxfunc.C:
15174         * lyxfont.[Ch]:
15175         * lyx_cb.C:
15176         * intl.[Ch]:
15177         * commandtags.h:
15178         * buffer.C:
15179         * WorkArea.[Ch]:
15180         * LyXAction.C:
15181         * BufferView_pimpl.C:
15182         * BufferView.[Ch]: remove cruft
15183
15184 2001-02-14  Juergen Vigna  <jug@sad.it>
15185
15186         * lyxfunc.C: removed #if 0 unused code
15187
15188         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15189
15190         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15191
15192         * text2.C (SetSelection): added a BufferView * parameter
15193
15194 2001-02-13  Juergen Vigna  <jug@sad.it>
15195
15196         * lyxfunc.C (Dispatch): fixed protected blank problem.
15197         * BufferView2.C (protectedBlank): added LyxText * parameter.
15198
15199         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15200         (AppendColumn): same as above for column_info.
15201
15202         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15203         (moveCursorUpdate): use a LyXText param for support of InsetText.
15204
15205         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15206         (tripleClick): ditto
15207
15208         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15209
15210         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15211
15212         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15213
15214         * text2.C (SetSelection): set correct update status if inset_owner
15215         (ToggleFree): ditto
15216
15217 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15218
15219         * tabular.C: remove some commented code.
15220
15221 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15222
15223         * BufferView_pimpl.C: call hideSplash()
15224
15225         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15226
15227         * include_form.h:
15228         * bibforms.h: remove
15229
15230         * lyxfunc.C:
15231         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15232           add LFUN_CHILD_CREATE
15233
15234         * counters.h: fix tiny typo
15235
15236         * lyx_cb.C:
15237         * lyx.h:
15238         * lyx_gui.C:
15239         * lyx.C: move splash to frontends/xforms/
15240
15241         * lyx_gui_misc.C: move Include and Bibform to frontends
15242
15243         * lyxvc.h: clarify comment
15244
15245         * vspace.C: tiny housekeeping
15246
15247 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15248
15249         * text.C (PrepareToPrint): RTL Fix.
15250
15251         * paragraph.C (GetUChar): New method.
15252         (String):  Use GetUChar.
15253
15254         * buffer.C (asciiParagraph): Use GetUChar.
15255
15256 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15257
15258         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15259
15260 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15261
15262         * buffer.h:
15263         * buffer.C: rename to getLogName(), handle
15264           build log / latex log nicely
15265
15266 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15267
15268         * MenuBackend.C:
15269         * MenuBackend.h: remove support for reference menuitem type.
15270
15271 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15272
15273         * BufferView_pimpl.C: housekeeping
15274         * BufferView_pimpl.h:
15275         * LyXView.h:
15276         * Makefile.am:
15277         * Timeout.C:
15278         * Timeout.h:
15279         * minibuffer.h: move Timeout GUI-I
15280
15281 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15282
15283         * lyxrc.C (read): Update converters data-structures.
15284
15285 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15286
15287         * LaTeX.h (operator!=): add operator != for Aux_Info
15288
15289 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15290
15291         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15292
15293         * LaTeXLog.C: deleted, useful code moved to Buffer
15294
15295         * buffer.h:
15296         * buffer.C: new function getLatexLogName()
15297
15298         * lyx_gui_misc.C:
15299         * lyx_gui.C:
15300         * lyxvc.C:
15301         * lyxvc.h:
15302         * lyxfunc.C: use frontends for LaTeX and VC logs
15303
15304 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15305
15306         * LaTeX.h: yet another std:: that Allan forgot.
15307
15308         * Variables.C (set): renamed from isset(), because this clashes
15309         with some HP-UX macros (grr).
15310
15311 2001-02-06  Allan Rae  <rae@lyx.org>
15312
15313         * LaTeX.h: Another bug fix.  Missing std:: this time.
15314
15315 2001-02-04  Allan Rae  <rae@lyx.org>
15316
15317         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15318         floats problem. I've left it commented out because it's not quite
15319         correct.  It should also test that the current object is a table or
15320         figure inset.  But I haven't gotten around to figuring out how to do
15321         that.  I *think* it'll be something like: "table" == inset.type()
15322
15323         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15324         bool.
15325
15326 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15327
15328         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15329         all the citation/databases/styles in the auxilary file.
15330         (run): Rerun latex if there was a babel language error.
15331
15332 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15333
15334         * text.C (Backspace): Preserve the font when changing newline char
15335         with a space.
15336         (BreakParagraph): If the cursor is before a space, delete the space.
15337
15338         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15339
15340 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15341
15342         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15343         new argument (code).
15344         (ChangeCitationsIfUnique): New method.
15345
15346         * paragraph.C (GetPositionOfInset): Handle bibkey.
15347
15348 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15349
15350         * BufferView_pimpl.h: change type of Position::par_pos to
15351         LyXParagraph::size_type.
15352
15353 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15354
15355         * BufferView_pimpl.C (savePosition, restorePosition): Write
15356         messages to minibuffer.
15357
15358 2001-01-28  José Matos  <jamatos@fep.up.pt>
15359
15360         * buffer.C (makeDocBookFile): adds support for document language.
15361         A silly restriction on the name of LatexCommand types where removed.
15362         Added support for CDATA sections, allows to chars unescaped, used
15363         among others in code, to avoid escape < and >.
15364
15365 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15366
15367         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15368         saved positions instrad of a stack. Furthermore, a position is
15369         stored using paragraph id/paragraph position.
15370
15371         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15372         Remove LFUN_REF_BACK.
15373
15374 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15375
15376         * converter.C (dvipdfm_options): New method.
15377
15378 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15379
15380         * vspace.C (isValidLength): Fix for empty input string.
15381
15382 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15383
15384         * LyXAction.C (init): change description of LFUN_FIGURE to
15385         "Insert Graphics"
15386
15387 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15388
15389         * LaTeX.C: add using directive
15390
15391 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15392
15393         * MenuBackend.C (expand): Fix the sorting of the formats.
15394
15395 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15396
15397         * lyx_main.C: tiny error message fix
15398
15399 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15400
15401         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15402         calling fl_initialize(). This fixes the problem with ',' as
15403         decimal separator in text files.
15404
15405 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15406
15407         * trans.C (process): Fix the keymap bug.
15408
15409 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15410
15411         * LaTeX.C (scanAuxFiles): New method. Provides support for
15412         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15413         (scanLogFile) Scan for "run BibTeX" messages.
15414
15415         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15416         OT1 font encoding. Also, load the aecompl package if the ae
15417         package is loaded.
15418
15419         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15420
15421 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15422
15423         * texrow.C (increasePos): turn two error messages into debug
15424         messages.
15425
15426 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15427
15428         * LaTeX.C (scanAux): Handle the \@input macro.
15429         (runBibTeX): Use scanAux().
15430
15431         * language.C (latex_options_): New field.
15432
15433         * LaTeXFeatures.C (getMacros): Add language macros.
15434
15435         * buffer.C (makeLaTeXFile): Small fix.
15436
15437 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15438
15439         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15440
15441         * text2.C: add a using directive.
15442
15443 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15444
15445         * BufferView2.C:
15446         * lyx_gui_misc.h:
15447         * lyxfr1.C:
15448         * lyxfunc.C: kill LyXBell.
15449
15450 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15451
15452         * text.C (IsBoundary): Remove the error message
15453
15454         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15455
15456         * lyxrc.C (setDefaults): Correct initialization value for
15457         font_norm_type.
15458
15459 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15460
15461         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15462         gotoError().
15463
15464         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15465         and GotoNextNote().
15466
15467         * src/LyXAction.C: Added reference-next.
15468
15469         * text.C (InsertChar): Use contains instead of strchr.
15470
15471         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15472
15473 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15474
15475         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15476         alignment commands (when needed).
15477
15478         * text.C (InsertChar): Add ':' to number separator chars.